/* Verstappen Studio — leesbare tekstblokken (laadt na de inline paginastijlen) */

/* Taalwissel (NL vaak langer): geen breedte-sprong of “uitpuilende” hero-foto op gsm */
html {
  scrollbar-gutter: stable;
  overflow-x: clip;
}
/* Voorkomt dat vaste header/hamburger horizontaal wordt weggeknipt (was overflow-x: hidden op body) */
body {
  overflow-x: clip;
}
main {
  max-width: 100%;
  overflow-x: clip;
}

.hero {
  grid-template-columns: minmax(0, 1fr);
}
@media (min-width: 900px) {
  .hero {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  }
}
.hero-inner,
.hero-photo {
  min-width: 0;
}
.hero-inner .hero-sub,
.hero-inner p {
  overflow-wrap: break-word;
}

.nav-wrap {
  max-width: 100%;
  min-width: 0;
  column-gap: clamp(0.75rem, 3vw, 1.35rem);
}
.nav-brand {
  flex-shrink: 0;
  min-width: 0;
}
.nav-right {
  flex-shrink: 0;
  min-width: 0;
  flex-wrap: nowrap;
}
/* Zelfde afstand logo ↔ NL/EN/CTA: CTA houdt vaste min-breedte (langste label = NL) */
.nav-right > a.btn-gold {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 11.25rem;
  box-sizing: border-box;
}
@media (max-width: 520px) {
  .nav-right .btn-gold {
    white-space: nowrap;
    text-align: center;
    line-height: 1.25;
    padding: 0.5rem 0.65rem;
    font-size: 0.68rem;
    min-width: 10.5rem;
    max-width: none;
  }
  .hero-btns {
    flex-direction: column;
    align-items: stretch;
  }
  .hero-btns .btn-gold,
  .hero-btns .btn-outline--hero {
    white-space: normal;
    justify-content: center;
    text-align: center;
  }
}

/* Mobiel menu: meer ruimte in header (CTA zit in drawer), stacking + leesbare links */
@media (max-width: 1023px) {
  .nav-right > a.btn-gold {
    display: none;
  }
  .nav-wrap {
    overflow: visible;
  }
  .nav-right {
    gap: 0.45rem;
  }
  .lang-btn {
    padding: 0.3rem 0.42rem;
    font-size: 0.64rem;
  }
  .hamburger {
    flex-shrink: 0;
    min-width: 44px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    margin-left: 0.1rem;
  }
  .nav-wrap.nav-menu-open {
    z-index: 10061;
  }
  #mobile-overlay.open {
    z-index: 10060 !important;
    visibility: visible;
    color: var(--white);
    min-height: 100vh;
    min-height: 100dvh;
    min-height: -webkit-fill-available;
    justify-content: flex-start;
    align-items: stretch;
    padding: calc(4.75rem + env(safe-area-inset-top, 0px)) 6vw
      max(1.25rem, env(safe-area-inset-bottom, 0px));
    gap: 0.85rem;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    isolation: isolate;
  }
  #mobile-overlay.open a {
    color: var(--white);
    font-size: clamp(1.3rem, 4.2vw, 1.95rem);
    line-height: 1.28;
    text-align: center;
    padding: 0.3rem 0;
    flex-shrink: 0;
  }
  #mobile-overlay.open a.btn-gold {
    color: var(--black);
    margin-top: 0.35rem;
    align-self: center;
    width: fit-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

html.vs-drawer-open,
body.vs-drawer-open {
  overflow: hidden;
}

@media (max-width: 767px) {
  main {
    padding-top: 76px;
  }
  .section {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }
  .page-hero {
    padding-top: 5.75rem;
    padding-bottom: 2.75rem;
    min-height: unset;
  }
  .hero {
    padding-top: 4.75rem;
    padding-bottom: 2.5rem;
    min-height: unset;
  }
  .hero h1 {
    max-width: 18ch;
  }
  .hero-sub {
    font-size: clamp(0.92rem, 3.6vw, 1.05rem);
    max-width: 38ch;
  }
  .stats {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .stat-num {
    font-size: clamp(1.85rem, 7vw, 2.8rem);
  }
  .cta-big {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }
  footer {
    padding-top: 2.75rem;
    padding-bottom: 1.75rem;
  }
  .blog-prose {
    padding-left: 0.35rem;
    padding-right: 0.35rem;
  }
  .blog-prose h2 {
    font-size: clamp(1.28rem, 5vw, 1.65rem);
  }
  .blog-prose p {
    font-size: 1rem;
  }
}

.text-stack {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  max-width: 52ch;
}
.text-stack > * {
  margin-block: 0;
}
.text-stack .hero-sub {
  margin-top: 0;
}
.text-stack .demo-lead {
  margin-top: 0;
}
.text-stack + .text-stack {
  margin-top: 1.2rem;
}

.text-stack--wide {
  max-width: 62ch;
}
.text-stack--medium {
  max-width: 48ch;
}
.text-stack--narrow {
  max-width: 42ch;
}
.text-stack--tight {
  gap: 0.55rem;
}
.text-stack--loose {
  gap: 1.1rem;
}

.text-stack--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  align-items: center;
}

.text-stack--section {
  margin-top: 1rem;
}
.split > div > h2 + .text-stack {
  margin-top: 0.85rem;
}

.text-stack--prose-lg p,
.text-stack--prose-lg .hero-sub {
  font-size: 1.08rem;
  line-height: 1.78;
  color: var(--text-soft);
}

.hero-inner .text-stack--hero {
  margin-top: 1.25rem;
  max-width: 44ch;
}
.page-hero .text-stack {
  margin-top: 1rem;
  max-width: 54ch;
}
.page-hero .text-stack--wide {
  max-width: 58ch;
}

.cta-big .text-stack p {
  color: var(--text-soft);
  font-size: 1.05rem;
  line-height: 1.78;
}
.cta-big .text-stack + .btn-gold {
  margin-top: 1.35rem;
}

.faq-wrap {
  margin-top: 2rem;
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
}

.checklist {
  list-style: none;
  padding: 0;
  margin: 0;
  color: var(--text-soft);
  line-height: 1.85;
}
.checklist li + li {
  margin-top: 0.35rem;
}

.split.split--lists {
  margin-top: 2rem;
  align-items: flex-start;
}

.form-block {
  max-width: 32rem;
  margin-top: 1.5rem;
}

.feature-list {
  margin-top: 1.5rem;
  max-width: 52ch;
  color: var(--text-soft);
  line-height: 1.9;
  padding-left: 1.15rem;
}

table.compare {
  margin-top: 1.25rem;
  table-layout: fixed;
}

.mt-block {
  margin-top: 2rem;
}
.mt-block-sm {
  margin-top: 1.25rem;
}

.price-card .text-stack--tight {
  margin-top: 0.5rem;
  max-width: none;
  gap: 0.45rem;
}

.price-card .checklist {
  margin-top: 1rem;
  font-size: 0.88rem;
  max-width: none;
}
.price-card .checklist li + li {
  margin-top: 0.28rem;
}

/* Pakketrij (home + pakketten): gelijke kaarthoogte, CTA’s onderaan gelijnd, zelfde knopbreedte */
.pricing-row {
  align-items: stretch;
}
.pricing-row.pricing-row--balanced {
  width: 100%;
  max-width: 72rem;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 900px) {
  .pricing-row.pricing-row--balanced {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.pricing-promo-block {
  max-width: 72rem;
  margin-inline: auto;
  padding: clamp(1.75rem, 4vw, 2.75rem);
  border-radius: 18px;
  background: linear-gradient(
    165deg,
    rgba(245, 245, 240, 0.07),
    rgba(201, 168, 76, 0.045)
  );
  border: 1px solid rgba(201, 168, 76, 0.2);
}
.pricing-launch-headline {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: var(--gold-light);
  text-align: center;
  margin: 0 auto 0.65rem;
  line-height: 1.45;
  max-width: 46rem;
}
.pricing-scarcity {
  text-align: center;
  font-size: 0.9rem;
  color: var(--text-soft);
  margin: 0 auto 1.25rem;
  max-width: 40rem;
}
.price-stack {
  margin: 0.65rem 0 0.45rem;
}
.price-stack__anchor {
  display: block;
  font-size: 0.82rem;
  color: var(--text-soft);
  text-decoration: line-through;
  opacity: 0.78;
  margin-bottom: 0.2rem;
}
.price-stack__main {
  font-size: clamp(1.85rem, 2.8vw, 2.35rem);
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  color: var(--gold-light);
  line-height: 1.15;
}
.price-stack__fee {
  margin-top: 0.4rem;
  font-size: 0.92rem;
  color: var(--text-soft);
}
.compare-wrap {
  width: 100%;
  max-width: 56rem;
  margin-inline: auto;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
table.compare th:first-child,
table.compare td:first-child {
  width: 26%;
  min-width: 7rem;
}
.nav-right .btn-gold {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0.65rem 1.15rem;
  line-height: 1.2;
  box-sizing: border-box;
}
.pricing-row > .price-card {
  display: flex;
  flex-direction: column;
  min-height: 0;
  height: 100%;
}
.pricing-row > .price-card > a.price-card__cta {
  margin-top: auto;
  align-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 11.25rem;
  max-width: 100%;
  box-sizing: border-box;
  text-align: center;
}

/* Gegroepeerde pakketopties (tussenkop + lijst) */
.package-opts {
  margin-top: 1.15rem;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  text-align: left;
}
.package-opt__label {
  margin: 0 0 0.45rem;
  font-family: inherit;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-light);
  line-height: 1.35;
}
.price-card .package-opt__list,
.detail-opts .package-opt__list {
  margin-top: 0;
  font-size: 0.86rem;
  line-height: 1.72;
}
.detail-opts {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
  max-width: 56ch;
}

.contact-list {
  list-style: none;
  margin: 1.25rem 0 0;
  padding: 0;
  color: var(--text-soft);
  line-height: 1.85;
  max-width: 52ch;
}
.contact-list > li + li {
  margin-top: 0.85rem;
}

.legal-prose .text-stack {
  max-width: 72ch;
}

.section--center-text {
  text-align: center;
}
.section--center-text > h2 {
  margin-left: auto;
  margin-right: auto;
}

/* Juridische pagina’s: dubbele h2 (NL/EN) netjes onder elkaar */
.legal-prose > h2:first-of-type {
  margin-top: 0 !important;
}
.legal-prose h2 + h2 {
  margin-top: 0 !important;
}
.legal-prose h2 {
  margin-bottom: 0.65rem !important;
}
.legal-prose p {
  margin-bottom: 1.1rem !important;
}
.legal-footer-note {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.85rem;
  color: var(--text-soft);
}

/* Hero: geen horizontale streep tussen CTA-knoppen en trust-tekst; regels netjes gestapeld */
.trust-bar {
  border-top: none !important;
  padding-top: 1.75rem;
  margin-top: 2.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  line-height: 1.35;
  text-align: center;
}

/* Trust-footer vóór de footer: geen dubbele lijn; regels gestapeld (geen rare woordafbreek) */
.trust-footer {
  border-top: none !important;
  padding-top: 1.35rem;
  padding-bottom: 1.35rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  line-height: 1.4;
  text-align: center;
}

.trust-bar__item,
.trust-footer__item {
  display: block;
  max-width: min(38ch, 100%);
  margin: 0;
  text-wrap: balance;
}

/* Leesbalk bovenaan: verborgen tot je echt scrollt (geen subpixel-streep) */
#read-progress {
  opacity: 0;
  transition: width 0.12s linear, opacity 0.2s ease;
}

/* Secundaire hero-knop (home): geen losse inline-stijl nodig */
.btn-outline--hero {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.15rem;
  border-radius: 999px;
  border: 1px solid var(--grey);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.btn-outline--hero:hover {
  border-color: var(--gold);
  color: var(--gold-light);
}

/* CLS: hero-foto krijgt vaste verhouding; img vult de box (geen min-height-320 shift) */
.hero-photo {
  aspect-ratio: 5 / 6;
  max-height: min(92vh, 900px);
  background: #111;
  align-self: start;
}
.hero-photo img {
  min-height: 0 !important;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* Typewriter-regel: één regel ruimte zodat h1 niet verspringt tijdens typen */
#hero-type {
  min-height: 1.12em;
  display: block;
}

/* —— Speelse creatieve accenten (subtiel; respecteert reduced motion) —— */
@keyframes vs-drift {
  0% {
    transform: translate(0, 0) scale(1);
  }
  100% {
    transform: translate(-4vw, 6vh) scale(1.08);
  }
}
@keyframes vs-glow {
  0% {
    text-shadow: 0 0 28px rgba(232, 201, 106, 0.12);
  }
  100% {
    text-shadow: 0 0 48px rgba(232, 201, 106, 0.22);
  }
}
@keyframes vs-pop {
  0% {
    transform: scale(0.92);
    opacity: 0.6;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@media (prefers-reduced-motion: no-preference) {
  /* Zachte “lichtvlek” achter content */
  main {
    position: relative;
    z-index: 1;
  }
  main::before {
    content: "";
    position: fixed;
    pointer-events: none;
    top: 8vh;
    right: -12vw;
    width: min(60vw, 420px);
    height: min(60vw, 420px);
    background: radial-gradient(
      circle at 35% 35%,
      rgba(232, 201, 106, 0.11) 0%,
      rgba(201, 168, 76, 0.05) 40%,
      transparent 68%
    );
    border-radius: 50%;
    animation: vs-drift 26s ease-in-out infinite alternate;
    z-index: 0;
  }
  main > * {
    position: relative;
    z-index: 1;
  }

  .io-fade {
    transition:
      opacity 0.78s cubic-bezier(0.22, 1, 0.36, 1),
      transform 0.78s cubic-bezier(0.22, 1, 0.36, 1);
  }

  #hero-type {
    animation: vs-glow 5s ease-in-out infinite alternate;
  }

  .stats .io-fade.in .stat-num {
    animation: vs-pop 0.65s cubic-bezier(0.34, 1.45, 0.64, 1) both;
  }

  .step {
    transition:
      transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
      border-color 0.3s ease,
      padding-left 0.35s ease;
  }
  @media (hover: hover) {
    .step:hover {
      transform: translateX(6px);
      border-left-color: var(--gold-light);
      padding-left: 1.35rem;
    }
    .price-card:hover {
      transform: translateY(-5px);
    }
    .price-card.featured:hover {
      transform: translateY(-6px) rotate(-0.35deg);
    }
    .card:hover {
      transform: translateY(-5px) rotate(0.25deg);
    }
  }

  .card,
  .price-card {
    transition:
      transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
      border-color 0.3s ease,
      box-shadow 0.35s ease;
  }

  .btn-gold {
    transition:
      filter 0.25s ease,
      transform 0.35s cubic-bezier(0.34, 1.45, 0.64, 1),
      box-shadow 0.35s ease;
    box-shadow: 0 4px 22px rgba(201, 168, 76, 0.22);
  }
  .btn-gold:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 10px 32px rgba(232, 201, 106, 0.32);
  }

  .btn-outline--hero {
    transition:
      border-color 0.25s ease,
      color 0.25s ease,
      transform 0.35s cubic-bezier(0.34, 1.45, 0.64, 1),
      box-shadow 0.35s ease;
  }
  .btn-outline--hero:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 0 1px rgba(201, 168, 76, 0.35);
  }

  .lang-btn {
    transition:
      border-color 0.25s ease,
      background 0.25s ease,
      color 0.25s ease,
      transform 0.3s ease;
  }
  .lang-btn:hover {
    transform: translateY(-1px);
  }
}

/* Nav: gouden onderstreep voor iedereen (geen dubbele border met inline styles) */
.nav-center a {
  border-bottom: none !important;
  padding-bottom: 2px;
  transition:
    color 0.25s ease,
    background-size 0.38s cubic-bezier(0.22, 1, 0.36, 1);
  background-image: linear-gradient(var(--gold), var(--gold));
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 2px;
}
.nav-center a:hover,
.nav-center a.active {
  background-size: 100% 2px;
}

/* Sectiekop: klein decoratief accent */
.section > h2:first-of-type {
  position: relative;
}
.section > h2:first-of-type::after {
  content: "";
  display: block;
  width: 2.75rem;
  height: 3px;
  margin-top: 0.55rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold-light), rgba(201, 168, 76, 0.15));
  opacity: 0.9;
}
.section--center-text > h2:first-of-type::after {
  margin-left: auto;
  margin-right: auto;
}

/* Blog tips */
.blog-tip__meta {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 0.55rem;
}
.blog-tip__title {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.35rem;
  font-weight: 500;
  color: var(--white);
  margin: 0 0 0.75rem;
  line-height: 1.25;
}
.blog-tip p {
  color: var(--text-soft);
  font-size: 1rem;
  max-width: none;
  line-height: 1.65;
}
.blog-tip p + p {
  margin-top: 0.85rem;
}

/* Blog: overzichtskaarten + artikeltekst */
.blog-post-card {
  display: block;
  text-decoration: none;
  color: inherit;
}
.blog-post-card .blog-tip__title {
  transition: color 0.25s ease;
}
.blog-post-card:hover .blog-tip__title {
  color: var(--gold-light);
}
.blog-post-meta {
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  color: var(--gold);
  margin: 0 0 1rem;
}
.blog-back {
  margin: 0 0 1rem;
}
.blog-back__link {
  font-size: 0.88rem;
  color: var(--gold-light);
  text-decoration: none;
}
.blog-back__link:hover {
  text-decoration: underline;
}
.blog-prose {
  max-width: 68ch;
  margin: 0 auto;
}
.blog-prose h2 {
  font-family: "Cormorant Garamond", serif;
  color: var(--white);
  font-size: clamp(1.45rem, 2.8vw, 1.95rem);
  font-weight: 500;
  margin: 2.25rem 0 0.75rem;
  line-height: 1.2;
}
.blog-prose h2:first-child {
  margin-top: 0;
}
.blog-prose p {
  color: var(--text-soft);
  font-size: 1.05rem;
  line-height: 1.75;
  margin: 0 0 1rem;
  max-width: none;
}
.blog-prose p:last-child {
  margin-bottom: 0;
}

/* —— Homepage: ruimere sectieritme + SEO-hero —— */
.page-home .section:not(.hero),
.page-home .stats,
.page-home .cta-big {
  padding-block: clamp(5.25rem, 11vw, 8.5rem);
}
.page-home .hero {
  padding-bottom: clamp(4.5rem, 10vw, 6rem);
}
.page-home .hero h1 {
  max-width: min(22ch, 100%);
  letter-spacing: -0.02em;
}
.page-home .hero-sub strong {
  color: var(--gold-light);
  font-weight: 600;
}

/* Lanceringsaanbod (prijzen) */
.launch-offer-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  flex-wrap: wrap;
  margin-bottom: 1.75rem;
  padding: 0.65rem 1.25rem;
  border-radius: 999px;
  border: 1px solid rgba(201, 168, 76, 0.45);
  background: linear-gradient(
    135deg,
    rgba(232, 201, 106, 0.12),
    rgba(201, 168, 76, 0.06)
  );
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-light);
  text-align: center;
}

/* “Zo werkt het”: tijdlijn / grid */
.steps-timeline {
  display: grid;
  gap: 0;
  margin-top: 2.25rem;
  position: relative;
}
@media (min-width: 900px) {
  .steps-timeline {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
  }
}
.steps-timeline__item {
  position: relative;
  padding: 1.35rem 1.35rem 1.35rem 3.15rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition:
    border-color 0.3s ease,
    box-shadow 0.35s ease,
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (min-width: 900px) {
  .steps-timeline__item {
    padding: 1.5rem 1.25rem 1.65rem;
    text-align: center;
  }
}
.steps-timeline__item:hover {
  border-color: rgba(201, 168, 76, 0.4);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
  transform: translateY(-3px);
}
.steps-timeline__item + .steps-timeline__item {
  margin-top: 0.35rem;
}
@media (min-width: 900px) {
  .steps-timeline__item + .steps-timeline__item {
    margin-top: 0;
  }
}
.steps-timeline__rail {
  position: absolute;
  left: 1.25rem;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(
    180deg,
    rgba(201, 168, 76, 0.85),
    rgba(201, 168, 76, 0.15)
  );
  border-radius: 2px;
  pointer-events: none;
}
@media (min-width: 900px) {
  .steps-timeline__rail {
    display: none;
  }
}
.steps-timeline__icon {
  position: absolute;
  left: 0.55rem;
  top: 1.45rem;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(8, 8, 8, 0.92);
  border: 1px solid rgba(201, 168, 76, 0.5);
  color: var(--gold-light);
}
@media (min-width: 900px) {
  .steps-timeline__icon {
    position: relative;
    left: auto;
    top: auto;
    margin: 0 auto 1rem;
  }
}
.steps-timeline__icon svg {
  width: 1.05rem;
  height: 1.05rem;
  display: block;
}
.steps-timeline__item h3 {
  font-size: 1.02rem;
  margin-bottom: 0.5rem;
  color: var(--gold-light);
  font-weight: 600;
  letter-spacing: 0.04em;
}
.steps-timeline__item p {
  font-size: 0.95rem;
  color: var(--text-soft);
  line-height: 1.65;
  max-width: none;
}

/* Mobiele sticky CTA */
.mobile-sticky-cta {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10001;
  padding: 0.65rem 1rem calc(0.65rem + env(safe-area-inset-bottom, 0px));
  background: linear-gradient(
    180deg,
    transparent,
    rgba(8, 8, 8, 0.92) 28%,
    rgba(8, 8, 8, 0.97)
  );
  pointer-events: none;
}
.mobile-sticky-cta__link {
  pointer-events: auto;
  display: flex;
  width: 100%;
  justify-content: center;
  text-align: center;
  padding: 0.75rem 1rem;
  font-size: 0.82rem;
  white-space: normal;
  line-height: 1.35;
}
@media (max-width: 1023px) {
  .mobile-sticky-cta {
    display: block;
  }
  body:has(#mobile-sticky-cta) {
    padding-bottom: calc(4.75rem + env(safe-area-inset-bottom, 0px));
  }
  body:has(#mobile-sticky-cta) #scroll-top.visible {
    bottom: calc(5.5rem + env(safe-area-inset-bottom, 0px));
  }
  body:has(#mobile-sticky-cta) #wa-float {
    bottom: calc(5.5rem + env(safe-area-inset-bottom, 0px));
  }
}

/* Werk: portfolio grid */
.work-portfolio-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}
@media (min-width: 900px) {
  .work-portfolio-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.75rem;
  }
}
.work-portfolio-card {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(
    165deg,
    rgba(255, 255, 255, 0.04),
    rgba(8, 8, 8, 0.5)
  );
  transition:
    border-color 0.3s ease,
    box-shadow 0.35s ease,
    transform 0.35s ease;
}
.work-portfolio-card:hover {
  border-color: rgba(201, 168, 76, 0.45);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.45);
  transform: translateY(-4px);
}
.work-portfolio-card__media {
  aspect-ratio: 16 / 10;
  background: linear-gradient(
    145deg,
    rgba(201, 168, 76, 0.18),
    rgba(8, 8, 8, 0.75)
  );
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(245, 245, 240, 0.35);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.work-portfolio-card__body {
  padding: 1.35rem 1.4rem 1.5rem;
}
.work-portfolio-card__body h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.35rem;
  font-weight: 500;
  color: var(--white);
  margin: 0 0 0.5rem;
  line-height: 1.2;
}
.work-portfolio-card__body p {
  font-size: 0.93rem;
  color: var(--text-soft);
  line-height: 1.65;
  max-width: none;
  margin: 0;
}

@media (prefers-reduced-motion: reduce) {
  main::before {
    animation: none !important;
  }
  #hero-type,
  .page-home .hero h1 {
    animation: none !important;
  }
  .stats.stats--reveal.in .stat-num {
    animation: none !important;
  }
  .steps-timeline__item:hover,
  .work-portfolio-card:hover {
    transform: none !important;
  }
  .card:hover,
  .price-card:hover,
  .step:hover,
  .btn-gold:hover,
  .btn-outline--hero:hover,
  .lang-btn:hover {
    transform: none !important;
  }
  .price-card.featured:hover {
    transform: none !important;
  }
  .nav-center a {
    transition: color 0.2s ease, background-size 0.2s ease;
  }
}
