@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');

:root {
  --brand-yellow: #fabb0c;
  --brand-dark: #1a171b;
  --light-gray: #f2f2f2;
  --section-gray: #efefef;
}

body {
  font-family: "Quicksand", sans-serif;
  background: var(--light-gray);
  color: #222;
}

.btn-primary {
  --bs-btn-bg: var(--brand-yellow);
  --bs-btn-border-color: var(--brand-yellow);
  --bs-btn-color: var(--brand-dark);
  --bs-btn-hover-bg: var(--brand-yellow);
  --bs-btn-hover-border-color: var(--brand-yellow);
  --bs-btn-hover-color: var(--brand-dark);
  --bs-btn-active-bg: var(--brand-yellow);
  --bs-btn-active-border-color: var(--brand-yellow);
  --bs-btn-active-color: var(--brand-dark);
  --bs-btn-focus-shadow-rgb: 250, 187, 12;
}

.site-header {
  background: var(--brand-dark);
  color: var(--brand-yellow);
  border-bottom: 1px solid #2a262c;
}

.site-logo {
  width: 170px;
  height: auto;
  display: block;
}

.header-text {
  color: rgba(250, 187, 12, 0.9);
}

.header-text a {
  color: var(--brand-yellow);
  text-decoration: underline;
}

.header-text a:hover {
  color: rgba(250, 187, 12, 0.85);
}

.card,
.lp-card {
  border: 1px solid #e3e3e3;
  background: #fff;
}

.card-img-fixed {
  width: 100%;
  height: auto;
  display: block;
}

.card-title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin-bottom: 8px;
}

.card-subtitle {
  font-size: 18px;
  font-weight: 500;
  color: #777;
  margin-bottom: 16px;
}

.cta-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.cta-mail {
  font-size: 14px;
  font-weight: 500;
  color: #777;
  text-decoration: underline;
}

.cta-mail:hover {
  color: #444;
}

.card-meta,
.meta-item,
.meta-label,
.meta-value {
  white-space: nowrap;
}

.meta-label {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #9a9a9a;
  margin-bottom: 2px;
}

.meta-value {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #6f6f6f;
  line-height: 1.2;
}

.card-meta {
  display: flex;
  justify-content: center;
  align-items: stretch;
  background: #fafafa;
  border-top: 1px solid #e3e3e3;
}

.meta-item {
  flex: 0 0 auto;
  text-align: center;
  padding: 10px 16px;
}

.meta-item + .meta-item {
  border-left: 1px solid #e3e3e3;
}

.footer-logo img,
.lp-footer-logo img {
  width: 150px;
  height: auto;
  display: block;
}

.footer-logo,
.lp-footer-logo {
  margin-right: 32px;
}
.usp-bar {
  background: #f7f7f7;
  border-bottom: 1px solid #e3e3e3;
}

.usp-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 12px 0;
  list-style: none;
  font-size: 14px;
  color: #555;
}

.usp-list li {
  position: relative;
  padding: 0 24px;
  white-space: nowrap;
}

.usp-list li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background: #fabb0c;
}

a.href-link{text-decoration: none; color: #777777}
.site-footer a,
.lp-footer a{text-decoration: none; color: var(--brand-yellow); font-weight: 600; }

/* header telefoonlink */
.header-phone {
  color: var(--brand-yellow);
  text-decoration: underline;
  font-weight: 600;
  white-space: nowrap;
}

.header-phone:hover {
  color: rgba(250, 187, 12, 0.85);
}

/* tekst-cta op desktop/tablet in kaarten */
.cta-phone {
  font-size: 14px;
  font-weight: 600;
  color: #555;
  text-decoration: underline;
}

.cta-phone:hover {
  color: #333;
}

.lp-header {
  background: #1a171b;
  color: #fabb0c;
  border-bottom: 1px solid rgba(250,187,12,0.15);
}
.lp-logo {
  width: 170px;
  height: auto;
  display: block;
}
.lp-hero {
  background: #ffffff;
}
.lp-subtle {
  color: #6b6b6b;
}
.lp-usps {
  background: #f7f7f7;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}
.lp-usps ul {
  margin: 0;
  padding: 12px 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 0;
  color: #555;
  font-size: 14px;
}
.lp-usps li {
  position: relative;
  padding: 0 24px;
  white-space: nowrap;
}
.lp-usps li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background: #fabb0c;
}

@media (max-width: 575.98px) {
  .card-meta {
    display: grid;
    grid-template-columns: 1fr;
  }

  .meta-item {
    padding: 16px;
    border-left: 0;
    border-bottom: 1px solid #e3e3e3;
    text-align: center;
  }

  .meta-item:last-child {
    border-bottom: 0;
  }

  .meta-label,
  .meta-value {
    display: inline;
    font-size: 15px;
    font-weight: 500;
    white-space: normal;
  }

  .meta-label {
    color: #777;
  }

  .meta-label::after {
    content: ": ";
  }

  .meta-value {
    color: #333;
  }

  .site-logo {
    width: 150px;
  }
  .footer-logo,
  .lp-footer-logo {
    margin-right: 0;
    margin-bottom: 16px;
  }

  .footer-logo img,
  .lp-footer-logo img {
    width: 130px;
  }
  .usp-list {
    flex-direction: column;
  }
  
  .usp-list li {
    padding: 4px 0;
    white-space: normal;
    text-align: center;
  }
  
  .usp-list li::after {
    display: none;
  }
  .lp-usps ul { flex-direction: column; align-items: center; }
  .lp-usps li { padding: 4px 0; white-space: normal; text-align: center; }
  .lp-usps li::after { display: none; }
  
  .site-header a{font-size: 1.1rem; line-height: 1.4rem;}
  .gap-3 {
      gap: 2rem !important;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .card-meta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #fafafa;
    border-top: 1px solid #e3e3e3;
  }

  .meta-item {
    width: 100%;
    padding: 12px 12px;
    border: 0;
    min-width: 0;
    text-align: center;
  }

  .meta-item:nth-child(2n) {
    border-left: 1px solid #e3e3e3;
  }

  .meta-item:nth-child(n + 3) {
    border-top: 1px solid #e3e3e3;
  }
}

@media (min-width: 1200px) {
  .meta-item {
    padding: 10px 0;
  }
}

.pickup-section {
  background: var(--section-gray);
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}

.site-footer,
.lp-footer {
  background: var(--brand-dark);
}

.site-footer .footer-text,
.site-footer a,
.lp-footer .footer-text,
.lp-footer a {
  color: var(--brand-yellow);
}

.site-footer a,
.lp-footer a {
  text-decoration: underline;
}

.site-footer a:hover,
.lp-footer site-footer a:hover {
  color: rgba(250, 187, 12, 0.85);
}

h1.mb-2 {
  font-size: 2.8rem;
  line-height: 1;
  margin-bottom: 2rem !important;
}

/* sm ≥576px */
@media (min-width: 576px) {
  h1.mb-2 {
    font-size: 3.2rem;
  }
}

/* md ≥768px */
@media (min-width: 768px) {
  h1.mb-2 {
    font-size: 4rem;
  }
}

/* lg ≥992px */
@media (min-width: 992px) {
  h1 .mb-2{
    font-size: 3rem;
  }
}

/* xl ≥1200px */
@media (min-width: 1200px) {
  h1.mb-2 {
    font-size: 3.5rem;
  }
}

/* xxl ≥1400px */
@media (min-width: 1400px) {
  h1.mb-2 {
    font-size: 4rem;
  }
}

