@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("fonts/plus-jakarta-sans-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
}

:root {
  --navy-950: #09123f;
  --navy-900: #111b62;
  --navy-800: #1c2a79;
  --blue-600: #2d5be3;
  --cyan-500: #27afd1;
  --cyan-100: #e7f8fb;
  --ink: #171b2f;
  --muted: #626b82;
  --line: #dfe4ef;
  --surface: #f6f7fb;
  --white: #fff;
  --shadow-sm: 0 8px 28px rgba(14, 23, 76, .08);
  --shadow-lg: 0 26px 70px rgba(14, 23, 76, .16);
  --radius-sm: 12px;
  --radius: 20px;
  --radius-lg: 30px;
  --container: 1220px;
  --header-height: 78px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 20px); }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--white); font-family: "Plus Jakarta Sans", Arial, sans-serif; font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
[hidden] { display: none !important; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 70px 0; }
.anchor-offset { position: relative; top: -110px; }
.skip-link { position: fixed; z-index: 9999; top: 10px; left: 10px; padding: 10px 16px; transform: translateY(-180%); border-radius: 8px; background: var(--navy-950); color: #fff; text-decoration: none; }
.skip-link:focus { transform: translateY(0); }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--navy-900); line-height: 1.12; letter-spacing: -.035em; }
h1 { max-width: 720px; margin-bottom: 22px; font-size: clamp(2.35rem, 3.45vw, 3rem); }
h2 { margin-bottom: 18px; font-size: clamp(1.9rem, 3.2vw, 2.65rem); }
h3 { margin-bottom: 12px; font-size: 1.25rem; }
.eyebrow { margin-bottom: 14px; color: #08788f; font-size: .76rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow--light { color: #65d3e8; }
.section-heading { margin-bottom: 36px; }
.section-heading > p, .section-heading > div > p:last-child { color: var(--muted); }
.section-heading--center { max-width: 790px; margin-inline: auto; text-align: center; }
.section-heading--center > p:last-child { max-width: 680px; margin-inline: auto; }
.section-heading--split { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr); gap: 70px; align-items: end; }
.section-heading--split > p { margin-bottom: 8px; }

.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 8px; padding: 12px 21px; border: 1px solid transparent; border-radius: 12px; font-size: .88rem; font-weight: 800; line-height: 1.2; text-align: center; text-decoration: none; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { border-color: var(--navy-900); background: var(--navy-900); color: #fff; box-shadow: 0 12px 26px rgba(17, 27, 98, .18); }
.button--primary:hover { background: var(--navy-800); box-shadow: 0 16px 34px rgba(17, 27, 98, .24); }
.button--secondary { border-color: #bac3dc; background: #fff; color: var(--navy-900); }
.button--secondary:hover { border-color: var(--navy-800); }
.button--small { min-height: 42px; padding: 9px 16px; font-size: .78rem; }
.button--wide { width: 100%; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.text-link { display: inline-flex; gap: 8px; align-items: center; color: var(--navy-800); font-weight: 800; text-decoration: none; }
.text-link--light { color: #fff; }
:where(a, button, input, select, textarea, summary):focus-visible { outline: 3px solid var(--cyan-500); outline-offset: 3px; }

.launch-bar { min-height: 38px; display: grid; align-items: center; border-bottom: 1px solid #d8eef3; background: var(--cyan-100); color: var(--navy-900); font-size: .72rem; }
.launch-bar__inner { display: flex; justify-content: center; gap: 22px; align-items: center; }
.launch-bar p { margin: 0; }
.launch-bar a { color: var(--navy-800); font-weight: 800; text-decoration: none; }
.status-dot { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: var(--cyan-500); box-shadow: 0 0 0 4px rgba(39, 175, 209, .13); }

.site-header { position: sticky; z-index: 100; top: 0; min-height: var(--header-height); border-bottom: 1px solid rgba(223, 228, 239, .9); background: rgba(255, 255, 255, .96); backdrop-filter: blur(16px); }
.header-inner { min-height: var(--header-height); display: flex; align-items: center; gap: 28px; }
.brand { width: 132px; height: 54px; display: flex; flex: 0 0 auto; align-items: center; overflow: hidden; }
.brand img { width: 132px; height: 54px; object-fit: contain; }
.main-nav { display: flex; margin-left: auto; align-items: center; gap: 25px; }
.main-nav > a, .login-link { color: var(--navy-900); font-size: .78rem; font-weight: 800; text-decoration: none; }
.main-nav > a { position: relative; }
.main-nav > a::after { position: absolute; right: 0; bottom: -9px; left: 0; height: 2px; background: var(--cyan-500); content: ""; transform: scaleX(0); transition: transform .18s ease; }
.main-nav > a:hover::after, .main-nav > a:focus-visible::after { transform: scaleX(1); }
.main-nav__mobile-actions { display: none; }
.header-actions { display: flex; align-items: center; gap: 15px; }
.language { display: inline-flex; overflow: hidden; border: 1px solid var(--line); border-radius: 10px; }
.language a { min-width: 34px; padding: 8px 7px; color: var(--muted); font-size: .7rem; font-weight: 800; text-align: center; text-decoration: none; }
.language a.active { background: var(--navy-900); color: #fff; }
.menu-button { width: 48px; height: 48px; display: none; place-content: center; gap: 5px; padding: 0; border: 1px solid var(--line); border-radius: 12px; background: #fff; cursor: pointer; }
.menu-button span { width: 22px; height: 2px; display: block; border-radius: 2px; background: var(--navy-900); transition: transform .2s ease, opacity .2s ease; }
.menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.landing-hero { position: relative; overflow: hidden; padding: 48px 0 52px; background: linear-gradient(145deg, #fff 15%, #f7f9fd 60%, #eef8fa 100%); }
.landing-hero::before { position: absolute; top: -260px; left: -220px; width: 580px; height: 580px; border: 1px solid rgba(39, 175, 209, .13); border-radius: 50%; content: ""; }
.landing-hero__grid { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(520px, 1.08fr); gap: 50px; align-items: center; }
.landing-hero__copy { position: relative; z-index: 2; }
.landing-hero__lead { max-width: 680px; margin-bottom: 26px; color: #4e5870; font-size: 1.04rem; line-height: 1.65; }
.hero-microcopy { margin: 15px 0 0; color: #4f5970; font-size: .8rem; font-weight: 700; }
.launch-note { display: flex; gap: 9px; align-items: center; margin: 22px 0 0; color: #35405b; font-size: .78rem; }
.launch-note > span { width: 8px; height: 8px; flex: 0 0 auto; border-radius: 50%; background: var(--cyan-500); }
.hero-product { position: relative; min-height: 390px; display: grid; align-content: center; }
.hero-product::before { position: absolute; top: 4%; right: -12%; bottom: 5%; left: 3%; border-radius: 42px; background: linear-gradient(135deg, var(--navy-900), #25398e); content: ""; transform: rotate(2deg); }
.hero-product__main { position: relative; z-index: 1; display: block; overflow: hidden; border: 8px solid #fff; border-radius: 19px; background: #fff; box-shadow: var(--shadow-lg); }
.hero-product__main img { width: 100%; aspect-ratio: 1840 / 855; object-fit: cover; }
.hero-product__detail { position: absolute; z-index: 2; right: -16px; bottom: 4px; width: 24%; min-width: 135px; overflow: hidden; border: 7px solid #fff; border-radius: 18px; background: #fff; box-shadow: 0 24px 55px rgba(9, 18, 63, .28); }
.hero-product__detail img { width: 100%; aspect-ratio: 609 / 861; object-fit: cover; object-position: top; }
.product-media-placeholder { display: grid; align-content: center; gap: 8px; min-height: 310px; padding: 34px; border: 1px dashed #aab4c9; border-radius: 17px; background: linear-gradient(145deg, #e8ebf1, #f7f8fa); color: #465069; text-align: center; }
.product-media-placeholder > span { color: #687289; font-size: .68rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.product-media-placeholder > strong { color: var(--navy-900); font-size: 1.2rem; }
.product-media-placeholder > small { color: #657087; font-size: .76rem; line-height: 1.5; }
.product-media-placeholder--hero { min-height: 170px; padding: 18px 12px; border: 6px solid #fff; border-radius: 16px; }
.product-media-placeholder--hero > strong { font-size: .82rem; }
.product-media-placeholder--hero > small { font-size: .62rem; }
.hero-product__detail--wide { width: 27%; min-width: 150px; }
.hero-product__detail--wide img { aspect-ratio: 845 / 1005; }
.hero-product__detail--offer-summary { width: 27%; min-width: 170px; aspect-ratio: auto; }
.hero-product__detail--offer-summary img { display: block; width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; object-position: center top; }
.hero-product > p { position: absolute; z-index: 3; bottom: 28px; left: 25px; max-width: 310px; margin: 0; padding: 12px 16px; border: 1px solid rgba(255, 255, 255, .6); border-radius: 12px; background: rgba(255, 255, 255, .92); box-shadow: var(--shadow-sm); color: var(--navy-900); font-size: .72rem; backdrop-filter: blur(12px); }
.hero-product > p strong, .hero-product > p span { display: block; }
.hero-product > p span { color: var(--muted); }

.proof-bar { border-block: 1px solid var(--line); background: #fff; }
.proof-bar__grid { min-height: 104px; display: grid; grid-template-columns: repeat(5, 1fr); align-items: center; }
.proof-bar p { min-width: 0; margin: 0; padding: 10px 24px; border-left: 1px solid var(--line); text-align: center; }
.proof-bar p:first-child { border-left: 0; }
.proof-bar strong, .proof-bar span { display: block; }
.proof-bar strong { color: var(--navy-800); font-size: .84rem; }
.proof-bar span { margin-top: 3px; color: var(--muted); font-size: .73rem; line-height: 1.45; }

.database-section { overflow: hidden; background: var(--navy-950); }
.database-heading { align-items: center; }
.database-heading h2 { max-width: 680px; color: #fff; }
.database-heading > p { color: rgba(255,255,255,.72); }
.database-stage { display: grid; grid-template-columns: minmax(0, 1.42fr) minmax(340px, .58fr); gap: 34px; align-items: center; padding: 28px; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius-lg); background: linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.035)); box-shadow: 0 30px 80px rgba(0,0,0,.22); }
.database-stage__screen { position: relative; display: block; overflow: hidden; border: 7px solid #fff; border-radius: 18px; background: #fff; box-shadow: 0 24px 60px rgba(0,0,0,.28); }
.database-stage__screen img { width: 100%; aspect-ratio: 1743 / 902; object-fit: cover; object-position: top; }
.database-stage__screen > span { position: absolute; right: 14px; bottom: 14px; padding: 8px 11px; border-radius: 9px; background: rgba(9,18,63,.92); color: #fff; font-size: .7rem; font-weight: 800; }
.database-stage__copy h3 { margin: 18px 0 15px; color: #fff; font-size: 1.55rem; }
.database-stat { display: flex; gap: 13px; align-items: center; }
.database-stat strong { color: #8de5f2; font-size: 1.85rem; letter-spacing: -.055em; }
.database-stat span { max-width: 190px; color: rgba(255,255,255,.75); font-size: .72rem; line-height: 1.45; }
.search-chips { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 20px; }
.search-chips span { padding: 6px 9px; border: 1px solid rgba(141,229,242,.28); border-radius: 999px; background: rgba(39,175,209,.1); color: #d8f8fc; font-size: .66rem; font-weight: 800; }
.database-actions { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.database-actions li { position: relative; display: grid; gap: 2px; padding: 12px 0 12px 25px; border-top: 1px solid rgba(255,255,255,.12); }
.database-actions li::before { position: absolute; top: 13px; left: 0; color: #65d3e8; content: "↗"; font-weight: 900; }
.database-actions strong { color: #fff; font-size: .78rem; }
.database-actions span { color: rgba(255,255,255,.65); font-size: .7rem; line-height: 1.45; }
.database-version { display: flex; gap: 8px; align-items: flex-start; margin: 17px 0 0; color: rgba(255,255,255,.65); font-size: .67rem; line-height: 1.45; }
.database-version > span { width: 8px; height: 8px; flex: 0 0 auto; margin-top: 4px; border-radius: 50%; background: #65d3e8; box-shadow: 0 0 0 4px rgba(101,211,232,.12); }
.database-included { display: grid; grid-template-columns: auto minmax(0,1fr) auto; gap: 18px; align-items: center; margin-top: 18px; padding: 17px 22px; border: 1px solid #9edee9; border-radius: 15px; background: #eafafd; }
.database-included strong { color: var(--navy-900); font-size: .8rem; }
.database-included > span { color: #45516b; font-size: .76rem; }
.database-included a { color: var(--navy-800); font-size: .75rem; font-weight: 900; text-decoration: none; white-space: nowrap; }

.workflow-section { background: var(--surface); }
.journey-contrast { display: grid; grid-template-columns: minmax(0,1fr) auto minmax(0,1fr); gap: 17px; align-items: center; margin-bottom: 18px; padding: 15px 19px; border: 1px solid #cad5e8; border-radius: 15px; background: #fff; }
.journey-contrast > span { color: var(--cyan-500); font-size: 1.2rem; font-weight: 900; }
.journey-contrast p { display: flex; gap: 10px; align-items: center; margin: 0; }
.journey-contrast p:last-child { justify-content: flex-end; }
.journey-contrast p > span { flex: 0 0 auto; color: #08788f; font-size: .65rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.journey-contrast strong { color: var(--navy-900); font-size: .76rem; }
.journey-steps { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 11px; counter-reset: vemio-journey; }
.journey-steps article { position: relative; min-height: 220px; padding: 22px 18px 19px; border: 1px solid #cfd8ea; border-radius: 17px; background: #fff; box-shadow: 0 8px 24px rgba(17,27,98,.045); counter-increment: vemio-journey; }
.journey-steps article::before { width: 34px; height: 34px; display: grid; place-items: center; margin-bottom: 21px; border-radius: 10px; background: var(--navy-900); color: #fff; content: counter(vemio-journey, decimal-leading-zero); font-size: .68rem; font-weight: 900; }
.journey-steps article:not(:last-child)::after { position: absolute; z-index: 2; top: 31px; right: -10px; color: var(--cyan-500); content: "→"; font-size: .8rem; font-weight: 900; }
.journey-steps strong, .journey-steps span { display: block; }
.journey-steps strong { margin-bottom: 9px; color: var(--navy-900); font-size: .82rem; line-height: 1.35; }
.journey-steps span { color: var(--muted); font-size: .69rem; line-height: 1.55; }
.journey-speed { display: grid; grid-template-columns: auto minmax(0,1fr); gap: 19px; align-items: center; margin-top: 18px; padding: 20px 23px; border: 1px solid #83d4e3; border-radius: 17px; background: linear-gradient(120deg, #e6fafd, #fff); }
.journey-speed > span { min-width: 112px; padding: 9px 13px; border-radius: 12px; background: var(--navy-900); color: #fff; font-size: 1.25rem; font-weight: 900; letter-spacing: -.04em; text-align: center; }
.journey-speed strong { display: block; color: var(--navy-900); font-size: .92rem; }
.journey-speed p { margin: 4px 0 0; color: var(--muted); font-size: .73rem; line-height: 1.5; }
.workflow-result { max-width: 800px; margin: 24px auto 0; color: var(--muted); text-align: center; }
.workflow-result strong { color: var(--navy-900); }
.outcome-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 26px; }
.outcome-strip article { min-height: 104px; display: grid; align-content: center; padding: 18px 22px; border: 1px solid #cfd8ea; border-radius: 15px; background: rgba(255,255,255,.82); }
.outcome-strip strong, .outcome-strip span { display: block; }
.outcome-strip strong { color: var(--navy-900); font-size: .92rem; }
.outcome-strip span { margin-top: 4px; color: var(--muted); font-size: .7rem; }

.product-showcase { overflow: hidden; }
.product-tabs { display: flex; gap: 8px; justify-content: center; margin-bottom: 24px; padding: 7px; border: 1px solid var(--line); border-radius: 15px; background: #f5f7fb; }
.product-tabs button { flex: 1; min-height: 45px; padding: 9px 13px; border: 0; border-radius: 10px; background: transparent; color: #59627a; font-size: .72rem; font-weight: 800; cursor: pointer; }
.product-tabs button[aria-selected="true"] { background: var(--navy-900); color: #fff; box-shadow: 0 8px 18px rgba(17, 27, 98, .16); }
.product-panels { position: relative; min-height: 530px; }
.product-panel { min-height: 530px; display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(300px, .5fr); gap: 46px; align-items: center; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: linear-gradient(145deg, #f7f8fc, #fff); box-shadow: var(--shadow-sm); }
.product-panel__image { position: relative; display: block; overflow: hidden; border: 1px solid #d8deec; border-radius: 17px; background: #fff; box-shadow: 0 18px 42px rgba(17, 27, 98, .12); }
.product-panel__image::after { position: absolute; right: 14px; bottom: 14px; padding: 7px 10px; border-radius: 8px; background: rgba(9, 18, 63, .9); color: #fff; content: "+ Vergroten"; font-size: .7rem; font-weight: 800; }
body[data-language="fr"] .product-panel__image::after { content: "+ Agrandir"; }
.product-panel__image img { width: 100%; max-height: 440px; object-fit: contain; }
.product-panel--portrait .product-panel__image { justify-self: center; width: min(100%, 390px); }
.product-panel--portrait .product-panel__image img { max-height: 470px; }
.product-panel__image--compact img { object-fit: contain; }
.product-panel__image--offer-summary { justify-self: center; width: min(100%, 420px); aspect-ratio: auto; }
.product-panel__image--offer-summary img { display: block; width: 100%; height: auto; max-height: none; object-fit: contain; object-position: center top; }
.product-panel__image--static::after { display: none; }
.product-panel__placeholder { width: 100%; min-height: 410px; }
.product-panel__copy h3 { font-size: 1.75rem; }
.product-panel__copy ul { display: grid; gap: 13px; margin: 24px 0 0; padding: 0; list-style: none; }
.product-panel__copy li { position: relative; padding-left: 25px; color: var(--muted); font-size: .86rem; }
.product-panel__copy li::before { position: absolute; top: 1px; left: 0; color: var(--cyan-500); content: "✓"; font-weight: 900; }
.step-label { margin-bottom: 9px; color: #08788f; font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.section-action { display: flex; gap: 18px; justify-content: center; align-items: center; margin-top: 26px; }
.section-action span { max-width: 470px; color: var(--muted); font-size: .86rem; line-height: 1.5; }

.platform-essentials { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; margin-top: 18px; }
.platform-essentials article { min-height: 190px; padding: 24px; border: 1px solid var(--line); border-radius: 17px; background: #fff; box-shadow: 0 8px 24px rgba(17,27,98,.045); }
.platform-essentials article > span { color: #08788f; font-size: .68rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.platform-essentials h3 { margin: 12px 0 8px; font-size: 1.05rem; }
.platform-essentials p { margin: 0; color: var(--muted); font-size: .76rem; line-height: 1.6; }
.all-features { margin-top: 16px; border: 1px solid #cbd4e7; border-radius: 17px; background: #f8f9fc; }
.all-features > summary { display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 18px 22px; color: var(--navy-900); list-style: none; cursor: pointer; }
.all-features > summary::-webkit-details-marker { display: none; }
.all-features > summary > span:first-child { display: grid; gap: 2px; }
.all-features > summary strong { font-size: .83rem; }
.all-features > summary small { color: var(--muted); font-size: .7rem; font-weight: 600; }
.all-features > summary > span:last-child { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--navy-900); color: #fff; font-size: 1.1rem; transition: transform .2s ease; }
.all-features[open] > summary > span:last-child { transform: rotate(45deg); }
.all-features__grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; padding: 0 22px 22px; }
.all-features__grid section { padding: 20px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.all-features__grid h3 { font-size: .92rem; }
.all-features__grid ul { display: grid; gap: 7px; margin: 0; padding: 0; list-style: none; }
.all-features__grid li { position: relative; padding-left: 17px; color: var(--muted); font-size: .71rem; line-height: 1.5; }
.all-features__grid li::before { position: absolute; left: 0; color: var(--cyan-500); content: "✓"; font-weight: 900; }

.value-section { background: var(--surface); }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.value-grid article { min-height: 225px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.value-grid article > span { display: inline-grid; width: 40px; height: 40px; place-items: center; margin-bottom: 25px; border-radius: 12px; background: var(--cyan-100); color: #08788f; font-size: .7rem; font-weight: 900; }
.value-grid h3 { font-size: 1.18rem; }
.value-grid p { margin: 0; color: var(--muted); font-size: .87rem; }
.value-note { max-width: 780px; margin: 25px auto 0; color: var(--muted); font-size: .72rem; text-align: center; }

.value-evidence { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 18px; }
.evidence-card { min-height: 270px; padding: 34px; border: 1px solid #b8dfe7; border-radius: var(--radius); background: linear-gradient(145deg, #ecfbfd, #fff); }
.evidence-card h3 { max-width: 520px; font-size: 1.55rem; }
.evidence-card > p:not(.eyebrow) { max-width: 560px; margin-bottom: 20px; color: #49536a; font-size: .88rem; }
.evidence-card small { display: block; color: var(--muted); font-size: .72rem; line-height: 1.55; }
.evidence-card--return { border-color: #263789; background: linear-gradient(145deg, #1c2a79, #09123f); }
.evidence-card--return h3, .evidence-card--return > p:not(.eyebrow) { color: #fff; }
.evidence-card--return small { color: rgba(255, 255, 255, .62); }

.service-section { overflow: hidden; background: linear-gradient(135deg, var(--navy-950), #142272); }
.service-grid { max-width: 760px; }
.service-copy h2 { max-width: 620px; color: #fff; }
.service-copy > p:not(.eyebrow) { max-width: 650px; color: rgba(255, 255, 255, .72); }

.pricing-section { background: #fff; }
.pricing-heading { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 54px; align-items: end; }
.pricing-proof { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin: -6px 0 26px; }
.pricing-proof > div { min-height: 122px; display: grid; align-content: center; gap: 5px; padding: 22px 24px; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); }
.pricing-proof > div:last-child { border-color: #91d7e5; background: linear-gradient(135deg, #eafafd, #fff); }
.pricing-proof span { color: #08788f; font-size: .7rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.pricing-proof strong { color: var(--navy-900); font-size: .84rem; line-height: 1.45; }
.pricing-proof small { color: var(--muted); font-size: .7rem; line-height: 1.45; }
.billing-toggle { display: inline-flex; float: right; gap: 4px; padding: 5px; border: 1px solid var(--line); border-radius: 13px; background: var(--surface); }
.billing-toggle button { min-height: 43px; padding: 8px 13px; border: 0; border-radius: 9px; background: transparent; color: var(--muted); font-size: .71rem; font-weight: 800; cursor: pointer; }
.billing-toggle button span { display: block; color: #08788f; font-size: .7rem; font-weight: 900; }
.billing-toggle button[aria-pressed="true"] { background: var(--navy-900); color: #fff; }
.billing-toggle button[aria-pressed="true"] span { color: #8de5f2; }
.billing-toggle button[data-billing="annual"][aria-pressed="false"] { background: #e8fafd; color: var(--navy-900); box-shadow: inset 0 0 0 1px #91d7e5; }
.billing-toggle button[data-billing="annual"][aria-pressed="false"] span { color: #067c91; }
.billing-message { clear: both; max-width: 390px; margin: 9px 0 0; color: var(--muted); font-size: .69rem; text-align: right; }
.annual-launch-offer { position: relative; overflow: hidden; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 20px; align-items: center; margin: -4px 0 26px; padding: 21px 22px; border: 2px solid #2f5bdd; border-radius: 17px; background: linear-gradient(120deg, var(--navy-900), #244ab5); color: #fff; box-shadow: 0 18px 42px rgba(17, 34, 116, .2); }
.annual-launch-offer::after { position: absolute; width: 210px; height: 210px; right: -105px; bottom: -150px; border-radius: 50%; background: rgba(105, 221, 239, .18); content: ""; pointer-events: none; }
.annual-launch-offer__label { display: inline-flex; min-height: 30px; align-items: center; padding: 5px 10px; border-radius: 999px; background: #8de5f2; color: var(--navy-900); font-size: .68rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.annual-launch-offer div { min-width: 0; }
.annual-launch-offer div strong { display: block; margin-bottom: 4px; font-size: .9rem; }
.annual-launch-offer p { margin: 0; color: rgba(255, 255, 255, .78); font-size: .72rem; }
.annual-launch-offer__value { position: relative; z-index: 1; width: max-content; max-width: 100%; white-space: nowrap; padding: 10px 13px; border-radius: 10px; background: #8de5f2; color: var(--navy-900); font-size: .86rem; }
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: start; }
.plan { position: relative; overflow: hidden; padding: 29px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 8px 26px rgba(17, 27, 98, .05); }
.plan--featured { border: 2px solid var(--navy-800); box-shadow: var(--shadow-lg); }
.plan-badge { position: absolute; top: 0; right: 0; padding: 8px 14px; border-radius: 0 0 0 13px; background: var(--navy-800); color: #fff; font-size: .7rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.plan__heading > p:first-child { min-height: 34px; margin-bottom: 7px; color: var(--muted); font-size: .74rem; line-height: 1.5; }
.plan__heading h3 { margin-bottom: 16px; font-size: 1.45rem; }
.plan-price { display: flex; align-items: flex-start; color: var(--navy-900); }
.plan-price > span { padding-top: 8px; font-size: 1.1rem; font-weight: 800; }
.plan-price strong { font-size: clamp(2.15rem, 3.2vw, 2.75rem); line-height: 1; letter-spacing: -.06em; }
.plan-price small { align-self: flex-end; margin: 0 0 5px 8px; color: var(--muted); font-size: .72rem; }
.plan-price-context { margin: 6px 0 0; color: #667087; font-size: .7rem; font-weight: 700; }
.plan__heading > p[data-plan-billing] { min-height: 20px; margin: 8px 0 2px; color: var(--navy-900); font-size: .7rem; font-weight: 800; }
.plan-list-price { min-height: 18px; margin: 0 0 7px; color: var(--muted); font-size: .7rem; }
.plan-saving { display: inline-flex; min-height: 36px; align-items: center; padding: 8px 10px; border: 1px solid #91d7e5; border-radius: 8px; background: linear-gradient(135deg, #dff8fb, #f5feff); color: #076f82; font-size: .7rem; font-weight: 900; line-height: 1.4; }
.plan--annual .plan-saving { border-color: #4abbd0; background: linear-gradient(135deg, #c9f2f7, #eefcff); color: #075f71; }
.plan-summary { min-height: 76px; margin: 20px 0 16px; color: #4f5970; font-size: .82rem; }
.plan .button { margin-bottom: 20px; }
.plan-highlights { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.plan-highlights li, .plan-details li { position: relative; padding-left: 22px; color: #414b62; font-size: .76rem; }
.plan-highlights li::before, .plan-details li::before { position: absolute; left: 0; color: #0793ab; content: "✓"; font-weight: 900; }
.plan-highlights .plan-group-title { margin-top: 6px; padding: 10px 0 1px; border-top: 1px solid var(--line); color: var(--navy-900); font-size: .7rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.plan-highlights .plan-group-title:first-child { margin-top: 0; padding-top: 0; border-top: 0; }
.plan-highlights .plan-group-title::before { display: none; content: none; }
.plan-highlights .plan-upgrade { color: var(--navy-900); font-weight: 800; }
.plan-highlights .plan-upgrade::before { color: var(--blue-600); content: "✦"; }
.plan-details { margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--line); }
.plan-details summary { color: var(--navy-800); font-size: .72rem; font-weight: 800; cursor: pointer; }
.plan-details ul { display: grid; gap: 8px; margin: 15px 0 0; padding: 0; list-style: none; }
.price-footnote { max-width: 850px; margin: 24px auto 0; color: var(--muted); font-size: .72rem; line-height: 1.5; text-align: center; }
.pricing-contact { margin: 13px 0 0; color: var(--muted); font-size: .73rem; text-align: center; }
.pricing-contact a { color: var(--navy-800); font-weight: 800; }

.process-section { background: var(--surface); }
.process-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 15px; margin: 0; padding: 0; list-style: none; }
.process-steps li { position: relative; min-height: 235px; padding: 27px 24px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 8px 24px rgba(17, 27, 98, .04); }
.process-steps li > span { display: inline-grid; width: 42px; height: 42px; place-items: center; margin-bottom: 30px; border-radius: 12px; background: var(--cyan-100); color: #08788f; font-size: .69rem; font-weight: 900; }
.process-steps h3 { font-size: 1.08rem; }
.process-steps p { margin: 0; color: var(--muted); font-size: .76rem; }
.process-steps li:not(:last-child)::after { position: absolute; z-index: 2; top: 48px; right: -11px; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: var(--navy-800); color: #fff; content: "→"; font-size: .62rem; }
.service-section .service-grid { margin-bottom: 36px; }
.process-steps--on-dark li { min-height: 205px; border-color: rgba(255,255,255,.16); background: rgba(255,255,255,.97); }
.process-steps--on-dark li:not(:last-child)::after { background: var(--cyan-500); color: var(--navy-950); }
.onboarding-inclusions { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; margin-top: 34px; }
.onboarding-inclusions article { padding: 20px 22px; border: 1px solid rgba(255,255,255,.18); border-radius: 15px; background: rgba(255,255,255,.08); }
.onboarding-inclusions strong, .onboarding-inclusions span { display: block; }
.onboarding-inclusions strong { color: #fff; font-size: .88rem; }
.onboarding-inclusions span { margin-top: 6px; color: rgba(255,255,255,.72); font-size: .76rem; line-height: 1.55; }

.origin-section { padding-top: 0; background: var(--surface); }
.origin-card { padding: 46px 52px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; text-align: center; }
.origin-card h2 { max-width: 800px; margin-inline: auto; }
.origin-card > p:not(.eyebrow) { max-width: 840px; margin-right: auto; margin-left: auto; color: var(--muted); }
.origin-card > p:last-child { margin-bottom: 0; }

.confidence-section { background: var(--navy-950); }
.confidence-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(380px, .9fr); gap: 60px; }
.trust-block h2, .trust-block > p { color: #fff; }
.trust-block > p:not(.eyebrow) { color: rgba(255, 255, 255, .7); }
.trust-facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 30px 0; }
.trust-facts article { min-height: 116px; padding: 20px; border: 1px solid rgba(255, 255, 255, .14); border-radius: 13px; background: rgba(255, 255, 255, .06); }
.trust-facts strong, .trust-facts span { display: block; }
.trust-facts strong { color: #fff; font-size: .9rem; line-height: 1.35; }
.trust-facts span { margin-top: 7px; color: rgba(255, 255, 255, .78); font-size: .82rem; line-height: 1.5; }
.faq-block { padding: 34px; border-radius: var(--radius); background: #fff; }
.faq-block h2 { font-size: 2rem; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:first-child { border-top: 0; }
.faq-list summary { position: relative; padding: 17px 28px 17px 0; color: var(--navy-900); font-size: .79rem; font-weight: 800; list-style: none; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; top: 14px; right: 0; color: var(--cyan-500); content: "+"; font-size: 1.2rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: -3px 0 16px; color: var(--muted); font-size: .75rem; }

.final-cta { background: linear-gradient(135deg, var(--navy-800), var(--navy-950)); }
.final-cta__grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(460px, 1.15fr); gap: 70px; align-items: center; }
.final-cta__copy h2 { color: #fff; }
.final-cta__copy > p:not(.eyebrow) { color: rgba(255, 255, 255, .72); }
.final-cta__copy ul { display: grid; gap: 9px; margin: 24px 0; padding: 0; color: #fff; font-size: .78rem; list-style: none; }
.final-cta__copy li::before { margin-right: 9px; color: var(--cyan-500); content: "✓"; font-weight: 900; }
.final-cta__contact { display: grid; gap: 9px; margin-top: 25px; font-size: .82rem; line-height: 1.55; }
.final-cta__contact span { display: block; }
.final-cta__contact a { display: block; width: max-content; margin-top: 2px; color: #fff; font-weight: 800; }
.unified-form { display: grid; grid-template-columns: 1fr; gap: 15px; padding: 32px; border-radius: var(--radius); background: #fff; box-shadow: 0 30px 70px rgba(0, 0, 0, .24); }
.unified-form .wide { grid-column: 1 / -1; }
.unified-form [hidden] { display: none !important; }
.form-heading span { color: #08788f; font-size: .66rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.form-heading h3 { margin: 7px 0; font-size: 1.55rem; }
.form-heading p { margin: 0; color: var(--muted); font-size: .8rem; line-height: 1.5; }
.request-selector { min-width: 0; margin: 2px 0 4px; padding: 0; border: 0; }
.request-selector legend { margin-bottom: 10px; color: var(--navy-900); font-size: .8rem; font-weight: 850; }
.request-selector__options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.request-selector__options label:first-child { grid-column: 1 / -1; }
.request-selector__options label { position: relative; min-width: 0; min-height: 80px; display: block; cursor: pointer; }
.request-selector__options input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.request-selector__options label > span { height: 100%; display: grid; align-content: center; gap: 5px; padding: 13px 15px; border: 1px solid #d6dcea; border-radius: 11px; background: #f8f9fc; transition: border-color .18s ease, box-shadow .18s ease, background .18s ease, transform .18s ease; }
.request-selector__options strong { color: var(--navy-900); font-size: .86rem; line-height: 1.3; }
.request-selector__options small { color: var(--muted); font-size: .8rem; font-weight: 600; line-height: 1.4; }
.request-selector__options label:hover > span { border-color: #aebad5; transform: translateY(-1px); }
.request-selector__options input:checked + span { border-color: var(--cyan-500); background: var(--cyan-100); box-shadow: 0 0 0 2px rgba(42, 180, 210, .13); }
.request-selector__options input:focus-visible + span { outline: 3px solid rgba(42, 180, 210, .28); outline-offset: 2px; }
.form-section-heading { display: grid; gap: 3px; margin-top: 5px; padding-top: 14px; border-top: 1px solid var(--line); }
.form-section-heading:first-child { margin-top: 0; }
.form-section-heading strong { color: var(--navy-900); font-size: .77rem; }
.form-section-heading span { color: var(--muted); font-size: .75rem; line-height: 1.5; }
.order-fields { display: grid; gap: 14px; }
.form-fields { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; }
.form-fields .wide { grid-column: 1 / -1; }
.unified-form label { display: grid; gap: 6px; color: var(--navy-900); font-size: .76rem; font-weight: 800; }
.unified-form label small { color: var(--muted); font-weight: 500; }
.unified-form input:not([type="checkbox"]), .unified-form select, .unified-form textarea { width: 100%; min-height: 49px; padding: 11px 13px; border: 1px solid #ccd3e3; border-radius: 10px; background: #fff; color: var(--ink); }
.unified-form textarea { resize: vertical; }
.consent { display: grid !important; grid-template-columns: 20px 1fr; gap: 10px !important; align-items: start; color: var(--muted) !important; font-size: .75rem !important; font-weight: 500 !important; line-height: 1.5; }
.consent input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--navy-800); }
.consent a { color: var(--navy-800); font-weight: 800; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 2px; }
.consent a:hover { color: var(--blue-600); }
.request-note { margin: 0; color: var(--muted); font-size: .75rem; line-height: 1.5; }
.form-status { min-height: 20px; margin: 0; color: #18733b; font-size: .7rem; font-weight: 700; }
.form-status.error { color: #aa2a35; }
.form-demo-access { display: grid; gap: 8px; padding: 16px; border: 1px solid #9ed9e5; border-radius: 11px; background: var(--cyan-100); }
.form-demo-access strong { color: var(--navy-900); font-size: .8rem; }
.form-demo-access span { color: var(--muted); font-size: .75rem; }
.form-hp { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.site-footer { padding: 58px 0 22px; background: #070b28; color: rgba(255, 255, 255, .62); }
.footer-grid { display: grid; grid-template-columns: 1.25fr .85fr 1fr 1fr; gap: 44px; }
.footer-brand img { width: 128px; height: 60px; object-fit: contain; object-position: left center; }
.footer-brand p { max-width: 300px; margin-bottom: 9px; color: #fff; font-size: 1rem; line-height: 1.5; }
.footer-brand small { font-size: .86rem; line-height: 1.5; }
.footer-grid > div:not(.footer-brand) { display: grid; align-content: start; gap: 8px; }
.footer-grid strong { margin-bottom: 7px; color: #fff; font-size: .9rem; }
.footer-grid a, .footer-grid span, .cookie-settings-button { color: rgba(255, 255, 255, .76); font-size: .86rem; line-height: 1.5; text-decoration: none; }
.footer-grid a:hover { color: #fff; }
.footer-grid .footer-contact-label { margin-top: 7px; color: rgba(255, 255, 255, .7); font-size: .8rem; line-height: 1.4; }
.footer-grid .footer-company-number { margin-top: -4px; color: rgba(255, 255, 255, .76); font-weight: 500; }
.footer-socials { display: flex; align-items: center; gap: 9px; margin-top: 10px; }
.footer-grid .footer-social-link { display: inline-grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(255, 255, 255, .2); border-radius: 11px; background: rgba(255, 255, 255, .07); transition: transform .18s ease, border-color .18s ease, background-color .18s ease; }
.footer-grid .footer-social-link:hover { transform: translateY(-2px); border-color: rgba(77, 198, 222, .85); background: rgba(77, 198, 222, .16); }
.footer-social-link img { display: block; width: 19px; height: 19px; }
.footer-social-link:focus-visible { outline: 3px solid var(--cyan-400); outline-offset: 3px; }
.cookie-settings-button { padding: 0; border: 0; background: transparent; text-align: left; cursor: pointer; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 42px; padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, .1); }
.footer-bottom p { margin: 0; font-size: .74rem; }
.mobile-cta { display: none; }

.image-lightbox { width: min(94vw, 1400px); max-width: none; max-height: 92vh; padding: 44px 16px 16px; border: 0; border-radius: 17px; background: #fff; box-shadow: 0 30px 90px rgba(0, 0, 0, .4); }
.image-lightbox::backdrop { background: rgba(4, 8, 31, .82); backdrop-filter: blur(6px); }
.image-lightbox img { width: 100%; max-height: calc(92vh - 64px); object-fit: contain; }
.image-lightbox__close { position: absolute; top: 7px; right: 10px; width: 34px; height: 34px; border: 0; border-radius: 50%; background: var(--navy-900); color: #fff; font-size: 1.4rem; line-height: 1; cursor: pointer; }

@media (max-width: 1080px) {
  :root { --container: 960px; }
  .header-inner { gap: 18px; }
  .main-nav { gap: 16px; }
  .main-nav > a, .login-link { font-size: .72rem; }
  .header-actions { gap: 9px; }
  .landing-hero__grid { grid-template-columns: minmax(0, 1fr) minmax(440px, .95fr); gap: 34px; }
  .hero-product { min-height: 420px; }
  .product-panel { grid-template-columns: minmax(0, 1.35fr) minmax(270px, .65fr); }
  .plan { padding: 24px 20px; }
}

@media (max-width: 900px) {
  :root { --header-height: 72px; }
  .section { padding: 58px 0; }
  /* backdrop-filter maakt in Chromium een containing block voor fixed
     descendants. Op mobiel moet het menu aan de viewport, niet aan de header,
     verankerd blijven. */
  .site-header { background: #fff; backdrop-filter: none; }
  .header-actions { margin-left: auto; }
  .header-actions .login-link, .header-actions .button { display: none; }
  .menu-button { display: grid; }
  .main-nav { position: fixed; z-index: 110; top: var(--menu-top, 110px); right: 0; bottom: 0; left: 0; display: none; overflow-y: auto; flex-direction: column; gap: 0; align-items: stretch; margin: 0; padding: 18px 28px max(28px, env(safe-area-inset-bottom)); background: #fff; }
  .main-nav.open { display: flex; }
  .main-nav > a { padding: 15px 2px; border-bottom: 1px solid var(--line); font-size: .95rem; }
  .main-nav > a::after { display: none; }
  .main-nav__mobile-actions { display: grid; gap: 11px; margin-top: 20px; }
  .main-nav__mobile-actions a { display: flex; min-height: 48px; align-items: center; justify-content: center; border: 1px solid var(--navy-800); border-radius: 11px; color: var(--navy-800); font-size: .83rem; font-weight: 800; text-decoration: none; }
  .main-nav__mobile-actions .main-nav__demo { background: var(--navy-900); color: #fff; }
  .main-nav__mobile-actions p { margin: 3px 0 0; color: var(--muted); font-size: .7rem; text-align: center; }
  .landing-hero { padding: 56px 0 62px; }
  .landing-hero__grid { grid-template-columns: 1fr; }
  .landing-hero__copy { max-width: 740px; }
  .hero-product { min-height: 450px; }
  .database-stage { grid-template-columns: 1fr; }
  .database-stage__copy { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 28px; }
  .database-stage__copy h3, .search-chips, .database-version { grid-column: 1 / -1; }
  .database-actions { grid-column: 2; grid-row: 1 / span 2; }
  .journey-steps { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .journey-steps article:not(:last-child)::after { display: none; }
  .proof-bar__grid { grid-template-columns: repeat(5, minmax(130px, 1fr)); overflow-x: auto; }
  .proof-bar p { min-width: 145px; }
  .section-heading--split, .pricing-heading, .confidence-grid, .final-cta__grid { grid-template-columns: 1fr; gap: 28px; }
  .product-panel { grid-template-columns: 1fr; gap: 28px; }
  .product-panels, .product-panel { min-height: 0; }
  .product-panel__copy { max-width: 700px; }
  .all-features__grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .plans { grid-template-columns: 1fr; }
  .plan { display: grid; grid-template-columns: minmax(220px, .8fr) minmax(280px, 1.2fr); gap: 0 34px; }
  .plan__heading, .plan-summary, .plan .button { grid-column: 1; }
  .plan-highlights, .plan-details { grid-column: 2; }
  .plan-highlights { grid-row: 1 / span 3; align-content: start; padding-top: 34px; }
  .plan-details { margin-top: 10px; }
  .plan-summary { min-height: 0; }
  .process-steps { grid-template-columns: repeat(2, 1fr); }
  .process-steps li:not(:last-child)::after { display: none; }
  .final-cta__grid { max-width: 760px; }
  .footer-grid { grid-template-columns: 1.25fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / -1; }
}

@media (max-width: 640px) {
  :root { --header-height: 68px; }
  html { scroll-padding-top: 80px; }
  body { font-size: 16px; }
  .container { width: min(calc(100% - 32px), var(--container)); }
  .section { padding: 46px 0; }
  h1 { margin-bottom: 18px; font-size: clamp(1.9rem, 8.1vw, 2.1rem); line-height: 1.08; }
  h2 { font-size: clamp(1.65rem, 7.2vw, 1.95rem); line-height: 1.12; }
  .launch-bar { min-height: 48px; }
  .launch-bar__inner { justify-content: space-between; gap: 10px; }
  .launch-bar p { max-width: 230px; font-size: .71rem; line-height: 1.4; }
  .launch-bar a { flex: 0 0 auto; font-size: .71rem; }
  .header-inner { justify-content: space-between; }
  .brand, .brand img { width: 112px; height: 48px; }
  .header-actions { margin-left: auto; }
  .language a { min-width: 31px; padding: 7px 6px; }
  .landing-hero { padding: 30px 0 38px; }
  .landing-hero__lead { margin-bottom: 22px; font-size: .94rem; line-height: 1.58; }
  .button-row { display: grid; }
  .button-row .button { width: 100%; }
  .hero-microcopy { margin-top: 12px; font-size: .75rem; line-height: 1.5; text-align: center; }
  .launch-note { margin-top: 15px; align-items: flex-start; font-size: .71rem; line-height: 1.45; }
  .hero-product { min-height: 235px; margin-top: 4px; }
  .hero-product::before { right: -8%; left: 2%; border-radius: 25px; }
  .hero-product__main { border-width: 5px; border-radius: 13px; }
  .hero-product__detail { display: none; }
  .hero-product > p { bottom: 8px; left: 10px; max-width: 245px; padding: 8px 10px; font-size: .7rem; }
  .proof-bar__grid { min-height: 0; grid-template-columns: repeat(2, 1fr); overflow: visible; padding: 8px 0; }
  .proof-bar p { min-width: 0; min-height: 70px; display: grid; align-content: center; padding: 10px 8px; border-bottom: 1px solid var(--line); }
  .proof-bar p:nth-child(odd) { border-left: 0; }
  .proof-bar p:last-child { grid-column: 1 / -1; border-bottom: 0; }
  .database-stage { gap: 23px; padding: 15px; border-radius: 21px; }
  .database-stage__screen { border-width: 4px; border-radius: 13px; }
  .database-stage__screen > span { right: 8px; bottom: 8px; font-size: .62rem; }
  .database-stage__copy { display: block; }
  .database-stat { align-items: flex-start; }
  .database-stat strong { font-size: 1.6rem; }
  .database-stage__copy h3 { font-size: 1.35rem; }
  .search-chips { margin-bottom: 13px; }
  .database-included { grid-template-columns: 1fr; gap: 6px; padding: 16px 18px; }
  .database-included a { margin-top: 3px; }
  .section-heading { margin-bottom: 32px; }
  .journey-contrast { grid-template-columns: 1fr; gap: 8px; padding: 16px; }
  .journey-contrast > span { transform: rotate(90deg); justify-self: center; }
  .journey-contrast p, .journey-contrast p:last-child { display: grid; gap: 2px; justify-content: stretch; }
  .journey-steps { grid-template-columns: 1fr; gap: 9px; }
  .journey-steps article { min-height: 0; display: grid; grid-template-columns: 42px 1fr; gap: 0 13px; padding: 18px; }
  .journey-steps article::before { grid-row: 1 / span 2; margin: 0; }
  .journey-steps strong { margin: 0 0 5px; }
  .journey-speed { grid-template-columns: 1fr; gap: 12px; padding: 18px; }
  .journey-speed > span { width: max-content; min-width: 0; }
  .outcome-strip { grid-template-columns: 1fr; gap: 9px; }
  .outcome-strip article { min-height: 82px; }
  .product-tabs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); overflow: visible; justify-content: stretch; margin-right: 0; margin-left: 0; padding: 7px; border-width: 1px; border-radius: 14px; }
  .product-tabs button { min-width: 0; min-height: 46px; width: 100%; padding: 8px 6px; font-size: .72rem; }
  .product-tabs button:last-child { grid-column: auto; }
  .product-panel { padding: 18px; border-radius: 20px; }
  .product-panel__image img { max-height: 300px; }
  .product-panel__image--offer-summary { width: min(100%, 340px); }
  .product-panel__image--offer-summary img { width: 100%; height: auto; max-height: none; }
  .product-panel__copy h3 { font-size: 1.45rem; }
  .platform-essentials { grid-template-columns: 1fr; }
  .platform-essentials article { min-height: 0; padding: 21px; }
  .all-features > summary { padding: 16px 17px; }
  .all-features > summary small { padding-right: 8px; line-height: 1.45; }
  .all-features__grid { grid-template-columns: 1fr; padding: 0 14px 14px; }
  .all-features__grid section { padding: 17px; }
  .section-action { flex-direction: column; text-align: center; }
  .section-action .button { width: 100%; }
  .value-grid { grid-template-columns: 1fr; }
  .value-grid article { min-height: 0; padding: 24px; }
  .value-grid article > span { margin-bottom: 17px; }
  .value-evidence { grid-template-columns: 1fr; }
  .evidence-card { min-height: 0; padding: 26px 23px; }
  .evidence-card h3 { font-size: 1.35rem; }
  .pricing-heading { text-align: left; }
  .pricing-proof { grid-template-columns: 1fr; }
  .pricing-proof > div { min-height: 0; padding: 19px 20px; }
  .billing-toggle { width: 100%; float: none; }
  .billing-toggle button { flex: 1; }
  .billing-message { max-width: none; text-align: left; }
  .annual-launch-offer { grid-template-columns: 1fr; gap: 9px; padding: 18px; }
  .annual-launch-offer__label { width: max-content; }
  .annual-launch-offer__value { white-space: normal; }
  .plan { display: block; padding: 26px 22px; }
  .plan-highlights { padding-top: 0; }
  .plan-summary { min-height: 0; }
  .process-steps { grid-template-columns: 1fr; }
  .process-steps li { min-height: 0; display: grid; grid-template-columns: 48px 1fr; gap: 0 15px; padding: 23px 21px; }
  .process-steps li > span { grid-row: 1 / span 2; margin: 0; }
  .onboarding-inclusions { grid-template-columns: 1fr; }
  .origin-card { padding: 32px 23px; text-align: left; }
  .trust-facts { grid-template-columns: 1fr; }
  .faq-block { padding: 25px 21px; }
  .final-cta__grid { gap: 32px; }
  .unified-form { padding: 24px 19px; }
  .request-selector__options { grid-template-columns: 1fr; gap: 8px; }
  .request-selector__options label { min-height: 68px; }
  .request-selector__options label > span { padding: 11px 13px; }
  .request-selector__options strong { font-size: .84rem; }
  .request-selector__options small { font-size: .78rem; }
  .form-fields { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { display: grid; gap: 4px; }
  .mobile-cta { position: fixed; z-index: 90; right: 16px; bottom: max(16px, env(safe-area-inset-bottom)); left: 16px; min-height: 52px; display: flex; align-items: center; justify-content: center; border-radius: 13px; background: var(--cyan-500); color: var(--navy-950); box-shadow: 0 14px 36px rgba(9, 18, 63, .25); font-size: .82rem; font-weight: 900; text-decoration: none; opacity: 0; pointer-events: none; transform: translateY(20px); transition: opacity .2s ease, transform .2s ease; }
  .mobile-cta.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .site-footer { padding-bottom: 92px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
