.header .logo img {
  width: auto;
  height: 28px;
  max-height: none;
  object-fit: contain;
  object-position: left center;
}

html,
body,
.wrapper,
.wrapper__inner {
  max-width: 100%;
  overflow-x: hidden;
}

:root,
html {
  scroll-padding-top: calc(var(--header-height, 7rem) + 1.6rem);
  scroll-behavior: auto !important;
}

[id^="section-"],
#brochure-aanvragen,
#documentatie {
  scroll-margin-top: calc(var(--header-height, 7rem) + 1.6rem);
}

@media (max-width: 767px) {
  html {
    scroll-padding-top: calc(var(--header-height, 5.8rem) + 1.2rem);
  }

  [id^="section-"],
  #brochure-aanvragen,
  #documentatie {
    scroll-margin-top: calc(var(--header-height, 5.8rem) + 1.2rem);
  }
}

/* Selective emphasis for the calculator's conversion-critical figures. */
.bond-calc__financial-highlight {
  color: #003049;
  font-weight: 700;
}

[data-role="result-description"] {
  display: grid;
  gap: 0.6rem;
}

.bond-calc__result-line {
  display: block;
}

@media (min-width: 768px) {
  .section-plan .bond-calc__price {
    margin-bottom: 3.8rem;
  }
}

@media (min-width: 1280px) {
  .section-plan .bond-calc__actions {
    flex-wrap: nowrap;
    gap: 1rem;
  }

  .section-plan .bond-calc__actions .btn {
    padding-right: 1rem;
    padding-left: 1.2rem;
    white-space: nowrap;
  }

  .section-plan .bond-calc__actions .btn .btn__icon {
    margin-left: 1.2rem;
  }
}

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

.section-hero {
  background: #003049;
  overflow: hidden;
}

.section-hero:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2px;
  left: 0;
  z-index: 2;
  height: clamp(9rem, 11vw, 18rem);
  background: linear-gradient(180deg, rgba(0, 48, 73, 0) 0%, #003049 76%);
  pointer-events: none;
}

.section-hero__bg {
  inset: 0;
  width: auto;
  height: auto;
  overflow: hidden;
  background: #003049;
  z-index: 0;
}

.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 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 14rem);
  height: calc(100% + 14rem);
  max-width: none;
  object-fit: cover;
  object-position: center center;
  display: block;
  transform: translate3d(-50%, -50%, 0);
  transform-origin: center;
  backface-visibility: hidden;
}

.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-hero__description,
.section-hero__description h1,
.section-hero__description h4,
.section-hero__description p {
  max-width: 100%;
  overflow-wrap: anywhere;
}

.section-hero__description h4 {
  white-space: pre-line;
}

.hero-emission-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(100%, 66rem);
  box-sizing: border-box;
  margin: 2.2rem 0 0;
  padding: 0;
  color: #003049;
  text-shadow: none;
  background: rgba(248, 245, 239, 0.95);
  border: 1px solid rgba(252, 137, 29, 0.42);
  border-radius: 1.6rem;
  box-shadow: 0 14px 36px rgba(0, 20, 31, 0.22);
  overflow: hidden;
  backdrop-filter: blur(10px);
}

.hero-emission-facts__item {
  min-width: 0;
  padding: 1.25rem 1.65rem 1.2rem;
}

.hero-emission-facts__item + .hero-emission-facts__item {
  border-left: 1px solid rgba(0, 48, 73, 0.16);
}

.hero-emission-facts dt {
  color: #C96F10;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
}

.hero-emission-facts dd {
  margin: 0.35rem 0 0;
  color: #003049;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.1;
}

.campaign-deadline {
  width: min(100%, 66rem);
  margin-top: 1.6rem;
  padding: 1.55rem 1.8rem 1.4rem;
  color: #003049;
  text-shadow: none;
  background: rgba(248, 245, 239, 0.95);
  border: 1px solid rgba(252, 137, 29, 0.42);
  border-radius: 1.6rem;
  box-shadow: 0 16px 40px rgba(0, 20, 31, 0.24);
  backdrop-filter: blur(10px);
}

.campaign-deadline__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.6rem;
  margin-bottom: 1.1rem;
}

.campaign-deadline__copy {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin: 0;
  line-height: 1.15;
}

.campaign-deadline__copy span {
  color: #31596C;
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.campaign-deadline__copy strong {
  color: #003049;
  font-size: 2.55rem;
  font-weight: 800;
}

.campaign-deadline time {
  flex: 0 0 auto;
  color: #C96F10;
  font-size: 1.35rem;
  font-weight: 800;
}

.campaign-deadline__track {
  position: relative;
  height: 0.9rem;
  overflow: hidden;
  background: rgba(0, 48, 73, 0.14);
  border-radius: 999px;
}

.campaign-deadline__fill {
  position: absolute;
  inset: 0 auto 0 0;
  width: 0;
  background: linear-gradient(90deg, #E4840A 0%, #FC891D 62%, #FF5E1A 100%);
  border-radius: inherit;
  box-shadow: 0 0 16px rgba(252, 137, 29, 0.34);
  transition: width 2.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.campaign-deadline__note {
  margin: 0.85rem 0 0;
  color: #31596C;
  font-size: 1.25rem;
  line-height: 1.4;
}

.campaign-deadline.is-expired .campaign-deadline__fill {
  background: #77838A;
}

.campaign-deadline.is-expired time {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  .campaign-deadline__fill {
    transition: none;
  }
}

.section-intro-banner {
  background: #003049 !important;
  border-top: 0;
  z-index: 3;
  margin-top: -2px;
  box-shadow: 0 2px 0 #003049;
}

.section-intro-banner:before {
  display: none !important;
}

.section-intro-banner:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -3rem;
  left: 50%;
  z-index: 2;
  width: 26rem;
  height: 3.2rem;
  transform: translateX(-50%);
  background: url(../assets/images/ltsv/triangle-divider-ltsv-down.svg) no-repeat center/100% 100%;
  pointer-events: none;
}

.box-info:before {
  display: none !important;
}

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

.section-intro-banner,
.section-intro-banner p {
  color: #fff !important;
}

.section-ltsv-summary {
  position: relative;
  z-index: 1;
  margin-top: -1px;
  padding: 74px 0;
  background: #F8F5EF;
}

.section-ltsv-summary__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.35fr);
  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(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 720px;
}

.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-video {
  background: #fff !important;
}

.section-video h2 {
  color: #003049;
}

.video__figure iframe[src*="player.vimeo.com"] {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.ltsv-video-player {
  width: 100%;
  display: block;
  border-radius: 8px;
  background: #003049;
  box-shadow: 0 26px 70px rgba(0, 48, 73, 0.16);
}

.ltsv-video-player--small {
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.section-plan {
  background: #F8F5EF !important;
}

.section-plan__inner {
  background: #FFFDF8;
  padding-top: 6.8rem;
  padding-bottom: 6.8rem;
  box-shadow: 0 30px 78px rgba(147, 108, 38, 0.22);
}

.section-plan-form {
  box-shadow: none;
}

@media (max-width: 1199px) {
  .section-plan__inner {
    padding-top: 4.4rem;
    padding-bottom: 4.4rem;
  }
}

@media (max-width: 767px) {
  .section-plan__inner {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}

.section-plan__heading p {
  margin: 0 0 0.6rem;
  color: #C9A24A;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}

.section-plan__heading span {
  display: block;
  max-width: 62rem;
  margin-top: 1rem;
  color: #003049;
  font-size: 1.7rem;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .section-plan__heading span {
    font-size: 1.5rem;
  }
}

.section-logos {
  display: none !important;
}

.section-boxes {
  background: #fff !important;
}

.section-cols {
  background: #F8F5EF !important;
}

@media (min-width: 1024px) {
  .section-cols__cols {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(30rem, 0.95fr);
    gap: clamp(4rem, 5vw, 7rem);
    align-items: start;
  }

  .section-cols__col,
  .section-cols__col:nth-child(odd),
  .section-cols__col:nth-child(even) {
    width: auto;
    min-width: 0;
  }

  .section-cols__entry {
    max-width: 58rem;
  }

  .section-cols__entry h2 {
    font-size: clamp(3.4rem, 2.8vw, 4rem);
    line-height: 1.12;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: manual;
  }

  .section-cols__media {
    width: 100%;
    max-width: 100%;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .section-cols__cols {
    grid-template-columns: minmax(0, 1.08fr) minmax(28rem, 0.92fr);
    gap: 3.6rem;
  }

  .section-cols__entry h2 {
    font-size: 3.4rem;
  }
}

.section-media-content {
  background: #fff !important;
}

.section-media-content--editorial .section-media-content__inner {
  display: block;
}

.section-media-content--editorial .section-media-content__content {
  width: 100%;
}

.section-media-content--editorial .section-media-content__content-head,
.section-media-content--editorial .section-media-content__lead,
.section-media-content--editorial .section-media-content__content-entry > p:last-of-type {
  max-width: 92rem;
}

@media (min-width: 768px) {
  .section-media-content--editorial .investment-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
  }

  .section-media-content--editorial .investment-point {
    height: 100%;
  }
}

.section-tiles {
  background: #F8F5EF !important;
}

.section-structure {
  position: relative;
  padding: clamp(6.4rem, 7vw, 9.6rem) 0;
  background: #fff !important;
  color: #102536;
}

.section-structure__inner {
  display: grid;
  gap: clamp(3rem, 4vw, 5rem);
}

.section-structure__head {
  max-width: 82rem;
}

.section-structure__eyebrow {
  margin: 0 0 1rem;
  color: #E4840A;
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.section-structure__head h2 {
  margin: 0 0 1.4rem;
  color: #003049;
}

.section-structure__head p:not(.section-structure__eyebrow) {
  max-width: 76rem;
  color: rgba(16, 37, 54, 0.78);
}

.structure-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(32rem, 0.75fr);
  gap: clamp(2rem, 3vw, 3.6rem);
  align-items: stretch;
  padding: clamp(2.6rem, 3.2vw, 4.2rem);
  border: 1px solid rgba(0, 48, 73, 0.12);
  background:
    linear-gradient(90deg, rgba(248, 245, 239, 0.78), rgba(255, 255, 255, 0.96)),
    #fff;
}

.structure-panel__main,
.structure-panel__side {
  min-width: 0;
}

.structure-track {
  position: relative;
  display: grid;
  gap: 1.8rem;
  padding-left: 3.4rem;
}

.structure-track:before {
  content: "";
  position: absolute;
  top: 1.4rem;
  bottom: 1.4rem;
  left: 0.9rem;
  width: 2px;
  background: linear-gradient(
    180deg,
    rgba(228, 132, 10, 0.95) 0%,
    rgba(228, 132, 10, 0.58) 35%,
    rgba(49, 89, 108, 0.45) 68%,
    rgba(0, 48, 73, 0.38) 100%
  );
}

.structure-step {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1.6rem;
  align-items: flex-start;
}

.structure-step__number {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 3.8rem;
  height: 3.8rem;
  margin-left: -4.4rem;
  border: 1px solid rgba(228, 132, 10, 0.42);
  background: #fff;
  color: #E4840A;
  font-size: 1.1rem;
  font-weight: 900;
  line-height: 1;
}

.structure-step:nth-child(2) .structure-step__number {
  border-color: rgba(201, 111, 16, 0.38);
  color: #C96F10;
}

.structure-step:nth-child(3) .structure-step__number {
  border-color: rgba(49, 89, 108, 0.36);
  color: #31596C;
}

.structure-step:nth-child(4) .structure-step__number {
  border-color: rgba(0, 48, 73, 0.34);
  color: #003049;
}

.structure-step__content {
  padding: 0.2rem 0 1.4rem;
}

.structure-step__label,
.structure-side__label {
  display: block;
  margin: 0 0 0.7rem;
  color: #E4840A;
  font-size: 1.1rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: uppercase;
}

.structure-step h3,
.structure-panel__side h3 {
  margin: 0 0 0.9rem;
  color: #003049;
  font-size: clamp(2.1rem, 1.8vw, 2.8rem);
  line-height: 1.12;
}

.structure-step p,
.structure-panel__side p {
  margin: 0;
  color: rgba(16, 37, 54, 0.76);
  font-size: 1.55rem;
  line-height: 1.55;
}

.structure-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
  background: rgba(255, 255, 255, 0.16);
}

.structure-facts li {
  display: grid;
  gap: 0.3rem;
  padding: 1.2rem;
  background: rgba(255, 255, 255, 0.08);
}

.structure-facts span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: uppercase;
}

.structure-facts strong {
  color: #fff;
  font-size: 1.35rem;
  line-height: 1.25;
}

.structure-panel__side {
  padding: clamp(2.2rem, 2.4vw, 3rem);
  border-left: 1px solid rgba(0, 48, 73, 0.14);
  background: rgba(248, 245, 239, 0.88);
}

.structure-security-list {
  display: grid;
  gap: 0.9rem;
  margin: 2.2rem 0 0;
  padding: 0;
  list-style: none;
}

.structure-security-list li {
  position: relative;
  padding: 1.05rem 1.2rem 1.05rem 3.4rem;
  border: 1px solid rgba(0, 48, 73, 0.11);
  background: #fff;
  color: #003049;
  font-size: 1.33rem;
  font-weight: 800;
  line-height: 1.3;
}

.structure-security-list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.2rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: #E4840A;
  transform: translateY(-50%);
}

.structure-security-list li:last-child {
  color: #B86400;
}

.section-structure__note {
  display: flex;
  gap: 1.2rem;
  align-items: flex-start;
  max-width: 94rem;
  padding: 1.8rem 2rem;
  border-left: 0.4rem solid #E4840A;
  background: #F8F5EF;
  color: rgba(16, 37, 54, 0.76);
  font-size: 1.45rem;
  line-height: 1.55;
}

.section-structure__note strong {
  flex: 0 0 auto;
  color: #003049;
}

.section-faq {
  background: #003049 !important;
}

.section-faq h2 {
  color: #fff;
}

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

.footer {
  background: #003049;
}

.footer__credit--hidden {
  display: none !important;
}

.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-tiles .tile__image {
  aspect-ratio: 4 / 3;
}

.section-tiles .tile:nth-child(1) .tile__image img {
  object-position: center 54%;
}

.section-tiles .tile:nth-child(2) .tile__image img {
  object-position: center 68%;
}

.section-tiles .tile:nth-child(3) .tile__image img {
  object-position: center 58%;
}

.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-content__actions,
.box-callout__actions,
.bond-calc__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1.4rem;
  align-items: center;
}

.btn--brochure {
  white-space: nowrap;
}

.box-callout__actions .btn--outlined {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.72);
}

.box-callout__actions .btn--outlined:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.section-cta__entry h3 {
  max-width: 58rem;
}

.page-instrument-choice,
.page-checkout {
  background: #F8F5EF;
}

.instrument-card--featured {
  border-color: rgba(228, 132, 10, 0.38);
}

.redirect-panel__mark img {
  max-width: 260px;
}

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

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

  .structure-panel {
    grid-template-columns: 1fr;
  }

  .structure-panel__side {
    border-top: 1px solid rgba(0, 48, 73, 0.12);
    border-left: 0;
  }

  .structure-facts {
    grid-template-columns: 1fr;
  }

  .section-structure__note {
    flex-direction: column;
    gap: 0.4rem;
  }
}

@media (max-width: 767px) {
  .shell,
  .header__shell.shell,
  .section-hero .shell {
    max-width: 100%;
    width: 100%;
  }

  .header__inner {
    flex-wrap: nowrap;
    gap: 1rem;
    justify-content: space-between;
    width: 100%;
    min-width: 0;
  }

  .header__logo {
    flex: 0 0 auto;
    min-width: 0;
  }

  .header__content-mobile {
    flex-wrap: nowrap;
    flex-shrink: 1;
    justify-content: flex-end;
    gap: 0.6rem;
    max-width: calc(100% - 7rem);
    min-width: 0;
    margin-left: auto;
  }

  .header__content-mobile .header__actions {
    min-width: 0;
    flex: 0 1 auto;
  }

  .header__content-mobile .header__actions ul {
    display: flex;
  }

  .header__content-mobile .header__btn {
    min-width: 0;
    max-width: 11.2rem;
    padding: 0.82rem 0.9rem 0.62rem;
    font-size: 1.35rem;
    white-space: nowrap;
    overflow: hidden;
  }

  .header__toggle {
    flex: 0 0 auto;
  }

  .header__content {
    z-index: 90;
    top: var(--header-height, 5.8rem);
    height: calc(100dvh - var(--header-height, 5.8rem));
    min-height: calc(100dvh - var(--header-height, 5.8rem));
    padding: 4.6rem 3.2rem 5.2rem;
    background: #102536;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .section-hero__container,
  .section-hero__content,
  .section-hero__cols,
  .section-hero__col,
  .section-hero__col--left,
  .section-hero__col--right,
  .section-hero__description,
  .section-hero__actions,
  .section-hero__checklist {
    max-width: 100%;
    width: 100%;
    min-width: 0;
  }

  .section-hero__cols {
    display: block;
  }

  .section-hero__col--left {
    display: block;
  }

  .section-hero__description.text-size-large,
  .section-hero__description p {
    font-size: 1.8rem;
    line-height: 1.45;
  }

  .section-hero__description {
    margin-bottom: 2.6rem;
  }

  .section-hero__description h1,
  .section-hero__description h4,
  .section-hero__description p,
  .section-intro-banner p,
  .section-ltsv-summary__head h2 {
    overflow-wrap: normal;
    word-break: normal;
    hyphens: manual;
  }

  .section-hero__description h1 {
    font-size: clamp(3rem, 8vw, 3.4rem);
    margin-bottom: 2.4rem;
  }

  .section-hero__description h4 {
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 1.8rem;
  }

  .section-hero__notice {
    display: block;
    width: 100%;
    margin-top: 2.8rem;
    border-radius: 1.8rem;
    font-size: 1.05rem;
    line-height: 1.45;
    letter-spacing: 0.08em;
    padding: 1.15rem 1.55rem;
    white-space: normal;
    background: rgba(12, 24, 48, 0.38);
  }

  .section-hero__description .section-hero__notice {
    font-size: 1.05rem;
  }

  .hero-emission-facts,
  .campaign-deadline {
    width: 100%;
    border-radius: 1.4rem;
  }

  .hero-emission-facts {
    margin-top: 1.8rem;
  }

  .hero-emission-facts__item {
    padding: 1.15rem 1.25rem 1.1rem;
  }

  .hero-emission-facts dt {
    font-size: 0.92rem;
  }

  .hero-emission-facts dd {
    font-size: 1.65rem;
  }

  .campaign-deadline {
    padding: 1.35rem 1.4rem 1.25rem;
  }

  .campaign-deadline__head {
    align-items: flex-start;
    gap: 1rem;
  }

  .campaign-deadline__copy span {
    font-size: 1.05rem;
  }

  .campaign-deadline__copy strong {
    font-size: 2.1rem;
  }

  .campaign-deadline time {
    padding-top: 0.2rem;
    font-size: 1.12rem;
    text-align: right;
  }

  .campaign-deadline__note {
    font-size: 1.12rem;
  }

  .section-hero__actions {
    margin-bottom: 2.6rem;
  }

  .section-hero__actions ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .section-hero__actions .btn {
    justify-content: center;
    width: 100%;
  }

  .section-content__actions,
  .box-callout__actions,
  .bond-calc__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .section-content__actions .btn,
  .box-callout__actions .btn,
  .bond-calc__actions .btn {
    justify-content: center;
    width: 100%;
  }

  .section-hero__checklist {
    margin-top: 0.2rem;
    padding: 2rem;
  }

  .section-hero__checklist .check-list__item {
    margin-bottom: 1.45rem;
  }

  .section-intro-banner p,
  .section-ltsv-summary__head h2 {
    max-width: 100%;
  }

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

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

  .section-structure {
    padding: 5.6rem 0;
  }

  .section-structure__head h2 {
    font-size: clamp(3.4rem, 11vw, 4.8rem);
    line-height: 1.08;
  }

  .section-structure__head p:not(.section-structure__eyebrow) {
    font-size: 1.65rem;
    line-height: 1.55;
  }

  .structure-panel {
    padding: 2.2rem;
  }

  .structure-track {
    padding-left: 3rem;
  }

  .structure-step {
    gap: 1.2rem;
  }

  .structure-step__number {
    width: 3.2rem;
    height: 3.2rem;
    margin-left: -3.9rem;
  }

  .structure-panel__side {
    padding: 2rem;
  }

  .structure-step h3,
  .structure-panel__side h3 {
    font-size: 2.45rem;
  }

  .structure-step p,
  .structure-panel__side p {
    font-size: 1.55rem;
  }

  .structure-facts strong,
  .structure-security-list li {
    font-size: 1.22rem;
  }

  .section-structure__note {
    font-size: 1.4rem;
  }

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

  .section-intro-banner:before {
    display: none !important;
  }

  .section-intro-banner:after {
    bottom: -1.65rem;
    width: 14rem;
    height: 1.8rem;
  }
}

@media (max-width: 520px) {
  .header .logo img {
    height: 20px;
  }

  .header__content-mobile .header__btn {
    max-width: 10.2rem;
    padding-inline: 0.75rem;
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) {
  .section-images-grid__cols {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr);
    align-items: stretch;
  }

  .section-images-grid__col {
    min-width: 0;
  }

  .section-images-grid__col:nth-child(2) {
    display: grid;
    grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
    gap: 1.6rem;
  }

  .section-images-grid__col-media {
    aspect-ratio: 8 / 5;
    margin-bottom: 0;
  }

  .section-images-grid__col-media--doubleheight {
    aspect-ratio: 4 / 3;
    height: auto;
  }

  .section-images-grid__col:nth-child(2) .section-images-grid__col-media:first-child img {
    object-position: center 58%;
  }

  .section-images-grid__col:nth-child(2) .section-images-grid__col-media:last-child img {
    object-position: center 56%;
  }
}

@media (max-width: 767px) {
  .section-images-grid__cols {
    gap: 1.2rem;
  }

  .section-images-grid__col {
    flex: 0 0 100%;
    width: 100%;
  }

  .section-images-grid__col-media,
  .section-images-grid__col-media--doubleheight {
    aspect-ratio: 4 / 3;
    height: auto;
    margin-bottom: 1.2rem;
  }

  .section-images-grid__col-media:last-child {
    margin-bottom: 0;
  }
}

/* Site-wide rhythm polish: compact outer whitespace without crowding content. */
@media (min-width: 1024px) {
  .section-ltsv-summary__grid .ltsv-metric:last-child {
    grid-column: 2;
  }
}

@media (min-width: 768px) {
  .section-hero {
    padding-bottom: 10rem;
  }

  .section-intro-banner {
    padding-top: 5.6rem;
    padding-bottom: 5.6rem;
  }

  .section-ltsv-summary {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .section-plan {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .section-boxes {
    padding-top: 8rem;
    padding-bottom: 6.4rem;
  }

  .section-boxes__tile {
    margin-bottom: 6rem;
  }

  .section-images-grid {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .section-media-content--editorial {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .section-media-content--editorial .investment-points {
    gap: 2rem;
  }

  .section-media-content--editorial .investment-point {
    padding: 2.2rem 2.4rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .section-ltsv-summary__grid .ltsv-metric:last-child {
    grid-column: 1 / -1;
    justify-self: center;
    width: calc(50% - 0.8rem);
  }
}

@media (max-width: 767px) {
  .section-hero {
    padding-bottom: 6.4rem;
  }

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

  .section-ltsv-summary__grid .ltsv-metric:last-child {
    grid-column: 1 / -1;
    align-items: center;
    text-align: center;
  }

  .section-ltsv-summary .ltsv-metric {
    min-height: 10.8rem;
    padding: 1.6rem 1.4rem;
    gap: 0.8rem;
  }

  .section-ltsv-summary .ltsv-metric strong {
    font-size: 1.9rem;
  }

  .section-boxes__tile {
    margin-bottom: 5.2rem;
  }

  .section-boxes .box-info {
    padding: 3rem 2.4rem;
  }

  .section-boxes .box-info__media {
    justify-content: center;
  }

  .section-hero__actions .btn,
  .section-content__actions .btn,
  .box-callout__actions .btn,
  .bond-calc__actions .btn,
  .section-cta .btn {
    min-height: 4.4rem;
  }

  .header__content-mobile .header__btn {
    display: inline-flex;
    align-items: center;
    min-height: 4rem;
  }
}

/* Conversion pass 2026-07-15: clearer hierarchy, shorter page and responsive flow. */
.campaign-deadline__track {
  display: none;
}

.campaign-deadline__head {
  margin-bottom: 0.55rem;
}

.section-why-12 {
  padding: clamp(5.2rem, 6vw, 7.6rem) 0;
  text-align: left;
}

.section-why-12:after {
  bottom: -2.3rem;
  width: 20rem;
  height: 2.5rem;
}

.section-why-12__entry {
  display: grid;
  grid-template-columns: minmax(24rem, 0.72fr) minmax(0, 1.28fr);
  column-gap: clamp(4rem, 7vw, 9rem);
  row-gap: 1.3rem;
  max-width: 112rem;
  font-weight: 400;
}

.section-why-12__eyebrow,
.section-why-12__entry h2 {
  grid-column: 1;
}

.section-why-12__copy,
.section-why-12__key,
.section-why-12__note {
  grid-column: 2;
}

.section-why-12__eyebrow {
  align-self: end;
  margin: 0 0 -0.4rem;
  color: #FC891D !important;
  font-size: 1.35rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.section-why-12__entry h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(3.4rem, 4vw, 5.3rem);
  line-height: 1.06;
}

.section-why-12__copy {
  grid-row: 1 / span 2;
}

.section-why-12__copy p {
  margin: 0 0 1.4rem;
  color: rgba(255, 255, 255, 0.86) !important;
  font-size: 1.72rem;
  font-weight: 400;
  line-height: 1.58;
}

.section-why-12__copy p:last-child {
  margin-bottom: 0;
}

.section-why-12__key {
  margin: 1.1rem 0 0;
  padding: 1.4rem 1.8rem;
  border-left: 0.35rem solid #FC891D;
  background: rgba(255, 255, 255, 0.08);
  color: #fff !important;
  font-size: 1.7rem;
  line-height: 1.45;
}

.section-why-12__note {
  margin: 0;
  color: rgba(255, 255, 255, 0.66) !important;
  font-size: 1.25rem;
  line-height: 1.45;
}

.obligation-explainer {
  max-width: 48rem;
  margin: 2rem 0 0;
  color: rgba(16, 37, 54, 0.76);
  font-size: 1.58rem;
  line-height: 1.58;
}

.section-plan .bond-calc__footnote {
  max-width: 52rem;
  margin: 1.5rem 0 0;
  color: rgba(16, 37, 54, 0.62);
  font-size: 1.2rem !important;
  line-height: 1.45;
}

.section-elevation-flow {
  padding: 0 0 clamp(6rem, 7vw, 8rem);
  background: #F8F5EF;
}

.section-elevation-flow__inner {
  position: relative;
  padding: clamp(3.4rem, 4.5vw, 5.8rem);
  border: 1px solid rgba(0, 48, 73, 0.1);
  border-radius: 1.6rem;
  background: #fff;
}

.section-elevation-flow__head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 1rem clamp(3rem, 6vw, 7rem);
  align-items: end;
  margin-bottom: 3.4rem;
}

.section-elevation-flow__eyebrow {
  grid-column: 1;
  margin: 0;
  color: #C96F10;
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-elevation-flow__head h2 {
  grid-column: 1;
  margin: 0;
  color: #003049;
  font-size: clamp(3.1rem, 3vw, 4.2rem);
  line-height: 1.08;
}

.section-elevation-flow__partner {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: end;
  padding-right: 11.5rem;
}

.section-elevation-flow__partner > p {
  margin: 0;
  color: rgba(16, 37, 54, 0.76);
  font-size: 1.62rem;
  line-height: 1.58;
}

.elevation-partner-logo {
  position: absolute;
  top: clamp(3.4rem, 4.5vw, 5.8rem);
  right: clamp(3.4rem, 4.5vw, 5.8rem);
  width: 9.8rem;
  height: auto;
  opacity: 0.7;
}

.elevation-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.4rem;
}

.elevation-flow__item {
  position: relative;
  padding: 2.2rem 2.1rem 2.3rem;
  border: 1px solid rgba(0, 48, 73, 0.11);
  background: #F8F5EF;
}

.elevation-flow__item > span {
  display: inline-grid;
  place-items: center;
  width: 3.2rem;
  height: 3.2rem;
  margin-bottom: 1.4rem;
  border-radius: 50%;
  background: #003049;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 900;
}

.elevation-flow__item h3 {
  margin: 0 0 0.7rem;
  color: #003049;
  font-size: 1.8rem;
  line-height: 1.25;
}

.elevation-flow__item p {
  margin: 0;
  color: rgba(16, 37, 54, 0.72);
  font-size: 1.4rem;
  line-height: 1.5;
}

.section-boxes__list {
  display: none !important;
}

.section-boxes__tile {
  margin-bottom: 0 !important;
}

.contact-person {
  margin: 1.6rem 0 0 !important;
  color: #003049;
  font-size: 1.45rem;
  line-height: 1.4;
}

.contact-person span {
  color: rgba(16, 37, 54, 0.64);
}

[data-role="story-why-list"],
[data-role="story-use-heading"],
[data-role="story-use-list"],
[data-role="story-benefits-heading"],
[data-role="story-benefits-list"],
[data-role="story-closing"] {
  display: none !important;
}

.section-cols__entry [data-role="story-why-text"] {
  margin-bottom: 2.4rem;
}

.section-images-grid__col-media {
  position: relative;
  overflow: hidden;
}

.section-images-grid__col-media figcaption {
  position: absolute;
  right: 1.4rem;
  bottom: 1.4rem;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: rgba(0, 48, 73, 0.82);
  color: #fff;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1;
  backdrop-filter: blur(5px);
}

.section-tiles[hidden] {
  display: none !important;
}

.brochure-lead-intro {
  max-width: 57rem;
  margin: -0.4rem 0 2.1rem;
  color: rgba(16, 37, 54, 0.78);
  font-size: 1.55rem;
  line-height: 1.55;
}

.form-privacy-note {
  margin: 1.3rem 0 1.6rem;
  color: rgba(16, 37, 54, 0.62);
  font-size: 1.15rem;
  line-height: 1.45;
}

@media (min-width: 768px) {
  .section-hero {
    padding-bottom: 7.6rem;
  }

  .section-plan {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }

  .section-boxes {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }

  .section-images-grid {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }

  .section-media-content--editorial {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }

  .section-structure {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

@media (max-width: 1023px) {
  .section-why-12__entry,
  .section-elevation-flow__head {
    grid-template-columns: 1fr;
  }

  .section-why-12__eyebrow,
  .section-why-12__entry h2,
  .section-why-12__copy,
  .section-why-12__key,
  .section-why-12__note,
  .section-elevation-flow__eyebrow,
  .section-elevation-flow__head h2,
  .section-elevation-flow__partner {
    grid-column: 1;
    grid-row: auto;
    padding-right: 0;
  }

  .elevation-partner-logo {
    position: static;
    display: block;
    width: 9rem;
    margin: -0.8rem 0 2rem auto;
  }

  .section-why-12__copy {
    margin-top: 1.2rem;
  }

  .elevation-flow {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .section-hero {
    padding-bottom: 4.8rem;
  }

  .section-why-12 {
    padding: 4.8rem 0 5.4rem;
  }

  .section-why-12:after {
    bottom: -1.65rem;
    width: 14rem;
    height: 1.8rem;
  }

  .section-why-12__entry {
    gap: 1rem;
  }

  .section-why-12__entry h2 {
    font-size: 3.3rem;
  }

  .section-why-12__copy p,
  .section-why-12__key {
    font-size: 1.55rem;
  }

  .section-ltsv-summary__inner {
    gap: 3.2rem;
  }

  .obligation-explainer {
    font-size: 1.48rem;
  }

  .section-elevation-flow {
    padding-bottom: 4.8rem;
  }

  .section-elevation-flow__inner {
    padding: 2.8rem 2.2rem;
  }

  .section-elevation-flow__head {
    margin-bottom: 2.4rem;
  }

  .section-elevation-flow__partner > p {
    font-size: 1.48rem;
  }

  .elevation-partner-logo {
    width: 8.6rem;
    margin-top: -0.6rem;
  }

  .section-boxes {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }

  .campaign-deadline__note {
    margin-top: 0.3rem;
  }

  .brochure-lead-intro {
    font-size: 1.45rem;
  }
}
