/* =====================================================
   BRAND CONFIGURATION — Campaign Color Controls
   Edit ONLY these values for rebranding
   No rebuild required when editing in /build
   ===================================================== */

:root {
  /* ── Primary Brand Colors ─────────────────────────── */
  --brand-primary: #003049;
  --brand-primary-hover: #0A3049;
  --brand-accent: #FC891D;
  --brand-bg: #F7F1E8;
  --brand-text: #102536;



  /* ── CTA "Direct Investeren" Button Override ──────── */
  /* Leave empty to inherit from primary; set values to override */
  --cta-primary-bg: #E4840A;
  --cta-primary-bg-hover: #FC891D;
  --cta-primary-border: #E4840A;
  --cta-primary-border-hover: #FC891D;
  --cta-primary-text: #fff;

  /* ── Header / Navigation ──────────────────────────── */
  --header-bg: rgba(0, 48, 73, 0.76);
  --header-blur: 13.6px;
  --header-nav-link-color: #F4FAFF;
  --header-nav-link-hover: var(--brand-accent);

  /* ── Check List (Hero USPs) ───────────────────────── */
  --checklist-icon-color: #FC891D;
  --checklist-text-color: inherit;
}

.header .logo img {
  width: 190px;
  max-height: 68px;
  object-fit: contain;
  object-position: left center;
}

.footer .logo--big img {
  width: 310px;
  max-height: 145px;
  object-fit: contain;
  object-position: left center;
}

.section-hero {
  background: #003049;
}

.section-hero__bg:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 48, 73, 0.92) 0%, rgba(0, 48, 73, 0.70) 42%, rgba(0, 48, 73, 0.28) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.44));
  pointer-events: none;
}

.section-hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.section-hero__bg img {
  display: none;
}

.section-hero__description h1,
.section-hero__description h4,
.section-hero__description p,
.section-hero__checklist {
  text-shadow: 0 14px 34px rgba(0, 0, 0, 0.35);
}

.section-intro-banner {
  background: #003049;
}

.section-intro-banner__inner {
  border-color: rgba(252, 137, 29, 0.45);
}

.section-ltsv-summary {
  padding: 74px 0;
  background: #F8F5EF;
}

.section-ltsv-summary__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.55fr);
  gap: 44px;
  align-items: center;
}

.section-ltsv-summary__eyebrow {
  margin: 0 0 10px;
  color: #E4840A;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-ltsv-summary__head h2 {
  color: #003049;
  margin: 0;
}

.section-ltsv-summary__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.ltsv-metric {
  min-height: 130px;
  padding: 22px 18px;
  border: 1px solid rgba(0, 48, 73, 0.12);
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ltsv-metric span {
  color: rgba(16, 37, 54, 0.68);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.ltsv-metric strong {
  color: #003049;
  font-size: 23px;
  line-height: 1.1;
}

.section-logos {
  display: none;
}

.box-info__figure img,
.section-cols__media img,
.section-images-grid img,
.tile__image img,
.section-cta__bg img {
  object-fit: cover;
}

.box-info__figure img {
  object-position: center top;
}

.section-boxes {
  background: #F8F5EF;
}

.section-cols {
  background: #fff;
}

.section-media-content,
.section-faq {
  background: #F8F5EF;
}

.section-tiles {
  background: #fff;
}

.tile__meta li {
  background: rgba(252, 137, 29, 0.11);
  color: #003049;
}

.box-callout {
  background: #003049;
}

.box-callout h3,
.box-callout p {
  color: #fff;
}

.section-cta:before {
  background: rgba(0, 48, 73, 0.78);
}

.footer {
  background: #003049;
}

@media (max-width: 1023px) {
  .section-ltsv-summary__inner {
    grid-template-columns: 1fr;
  }

  .section-ltsv-summary__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .header .logo img {
    width: 142px;
  }

  .section-ltsv-summary {
    padding: 48px 0;
  }

  .section-ltsv-summary__grid {
    grid-template-columns: 1fr;
  }

  .ltsv-metric {
    min-height: auto;
    gap: 12px;
  }
}
