:root {
  --green-900: #123d1d;
  --green-800: #1a5c2a;
  --green-700: #267339;
  --green-500: #4caf70;
  --green-200: #b8dcc4;
  --mint: #e8f5ee;
  --mint-2: #f3faf6;
  --ink: #122117;
  --muted: #5c6d61;
  --line: #cadfd1;
  --white: #ffffff;
  --shadow: 0 18px 55px rgba(18, 61, 29, .10);
  --radius-lg: 28px;
  --radius-md: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
html.i18n-pending body { visibility: hidden; }
body { margin: 0; color: var(--ink); background: var(--mint-2); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.section-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section-pad { padding-block: 112px; }

.site-header { position: sticky; z-index: 100; top: 0; height: 78px; display: flex; align-items: center; justify-content: space-between; padding-inline: max(24px, calc((100vw - 1180px) / 2)); background: rgba(243,250,246,.92); border-bottom: 1px solid rgba(26,92,42,.12); backdrop-filter: blur(16px); transition: box-shadow .2s ease, background .2s ease; }
.site-header.scrolled { background: rgba(255,255,255,.95); box-shadow: 0 8px 26px rgba(18,61,29,.08); }
.header-actions { display: flex; gap: 10px; align-items: center; }
.language-switcher { display: flex; gap: 2px; padding: 3px; background: var(--white); border: 1px solid var(--line); border-radius: 10px; }
.language-switcher button { min-width: 34px; height: 32px; padding: 0 7px; color: var(--muted); background: transparent; border: 0; border-radius: 7px; cursor: pointer; font-size: 12px; font-weight: 850; letter-spacing: .04em; }
.language-switcher button:hover { color: var(--green-800); background: var(--mint); }
.language-switcher button.active { color: var(--white); background: var(--green-800); }
.brand { display: inline-flex; gap: 12px; align-items: center; color: var(--green-800); font-weight: 850; letter-spacing: .05em; line-height: 1; }
.brand small { display: block; margin-top: 5px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.brand-logo { width: 52px; height: 52px; flex: 0 0 auto; object-fit: contain; background: var(--white); border: 1px solid rgba(26,92,42,.12); border-radius: 11px; }
.main-nav { display: flex; gap: 28px; align-items: center; font-size: 14px; font-weight: 680; }
.main-nav > a:not(.nav-cta) { color: #3e5043; transition: color .2s ease; }.main-nav > a:not(.nav-cta):hover { color: var(--green-800); }
.nav-cta { padding: 11px 17px; color: var(--white); background: var(--green-800); border-radius: 9px; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 0; background: transparent; border: 1px solid var(--line); border-radius: 10px; }
.menu-toggle > span:not(.sr-only) { display: block; width: 18px; height: 2px; margin: 5px auto; background: var(--green-800); transition: transform .2s ease; }

.hero { min-height: 720px; display: grid; grid-template-columns: 1.02fr .98fr; gap: 74px; align-items: center; padding-block: 84px 94px; }
.eyebrow, .kicker { color: var(--green-700); font-size: 12px; font-weight: 820; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow { display: flex; gap: 9px; align-items: center; }.eyebrow span { width: 9px; height: 9px; background: var(--green-500); border-radius: 50%; box-shadow: 0 0 0 5px rgba(76,175,112,.16); }
.hero h1 { margin: 20px 0 24px; font-size: clamp(50px, 5.2vw, 76px); line-height: .99; letter-spacing: -.055em; }
.hero h1 em { color: var(--green-800); font-style: normal; }
.hero-lead { max-width: 650px; margin: 0; color: #425449; font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 50px; display: inline-flex; justify-content: center; align-items: center; padding: 13px 20px; border: 1px solid transparent; border-radius: 10px; cursor: pointer; font-weight: 780; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: var(--white); background: var(--green-500); box-shadow: 0 9px 24px rgba(76,175,112,.25); }.button.primary:hover { background: #3d9960; }
.button.secondary { color: var(--green-800); background: transparent; border-color: var(--green-800); }.button.secondary:hover { background: var(--mint); }
.microcopy { margin: 17px 0 0; color: var(--muted); font-size: 13px; }.microcopy span { margin-right: 7px; color: var(--green-500); }

.hero-visual { position: relative; min-height: 540px; display: flex; flex-direction: column; justify-content: center; align-items: stretch; gap: 17px; padding: 50px; overflow: hidden; background: var(--green-800); border-radius: 36px; box-shadow: var(--shadow); }
.visual-grid { position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.25) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.25) 1px, transparent 1px); background-size: 34px 34px; mask-image: linear-gradient(to bottom, black, transparent 88%); }
.hero-visual::before, .hero-visual::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; }
.hero-visual::before { width: 260px; height: 260px; top: -110px; right: -90px; }.hero-visual::after { width: 150px; height: 150px; bottom: -70px; left: -45px; }
.flow-card { position: relative; z-index: 1; display: grid; grid-template-columns: 110px 1fr; gap: 3px 20px; align-items: center; padding: 21px 24px; color: var(--white); background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.19); border-radius: 15px; backdrop-filter: blur(4px); }
.flow-card strong { font-size: 27px; letter-spacing: -.02em; }.flow-card small { grid-column: 2; color: #cde7d6; font-size: 15px; }.flow-label { grid-row: span 2; color: #a9e7bd; font-size: 12px; font-weight: 850; letter-spacing: .12em; }
.hero-visual > .flow-arrow { position: relative; z-index: 1; height: 22px; margin-left: 65px; color: #8bd7a5; font-size: 25px; line-height: 1; transform: rotate(90deg); transform-origin: left center; }
.hero-badge { position: relative; z-index: 1; display: flex; gap: 14px; align-items: center; align-self: flex-end; width: 230px; margin-top: 9px; padding: 14px 16px; color: var(--green-900); background: var(--mint); border-radius: 13px; }
.hero-badge strong { font-size: 23px; white-space: nowrap; }.hero-badge span { font-size: 11px; line-height: 1.35; }

.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); color: var(--white); background: var(--green-900); }
.trust-strip div { min-height: 132px; display: flex; flex-direction: column; justify-content: center; padding: 26px max(28px, calc((100vw - 1180px) / 8)); border-right: 1px solid rgba(255,255,255,.15); }
.trust-strip strong { font-size: 26px; letter-spacing: -.03em; }.trust-strip span { color: #acd3b8; font-size: 12px; }

.section-heading { display: flex; justify-content: space-between; gap: 60px; align-items: flex-end; margin-bottom: 50px; }
.section-heading h2, .product-intro h2, .network h2, .partner h2 { max-width: 720px; margin: 9px 0 0; font-size: clamp(36px, 4vw, 56px); line-height: 1.08; letter-spacing: -.045em; }
.section-heading > p { max-width: 380px; margin: 0 0 5px; color: var(--muted); }
.route-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.route-card { min-height: 580px; display: flex; flex-direction: column; padding: 38px; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: 0 7px 30px rgba(18,61,29,.045); }
.route-card::after { content: ""; width: 230px; height: 230px; position: absolute; border-radius: 50%; pointer-events: none; }
.route-topline { display: flex; justify-content: space-between; align-items: center; color: var(--green-700); font-size: 11px; font-weight: 820; letter-spacing: .13em; }
.route-topline b { width: 34px; height: 34px; display: grid; place-items: center; color: var(--green-800); background: var(--mint); border-radius: 50%; font-size: 12px; }
.route-card h3 { max-width: 490px; margin: 40px 0 18px; font-size: 35px; line-height: 1.16; letter-spacing: -.035em; }
.route-card > p { max-width: 510px; margin: 0; color: var(--muted); font-size: 16px; }
.check-list { display: grid; gap: 14px; margin: 34px 0 38px; padding: 0; list-style: none; }
.check-list li { display: flex; gap: 12px; align-items: flex-start; }.check-list li span { flex: 0 0 auto; width: 22px; height: 22px; display: grid; place-items: center; color: var(--green-800); background: var(--mint); border-radius: 50%; font-size: 12px; font-weight: 900; }
.text-link { width: fit-content; margin-top: auto; color: var(--green-800); border-bottom: 1px solid var(--green-500); font-weight: 800; }.text-link span { margin-left: 5px; }
.buyer-card { color: var(--white); background: var(--green-800); border-color: var(--green-800); }.buyer-card .route-topline, .buyer-card .text-link { color: #b8efca; }.buyer-card .route-topline b { color: var(--white); background: rgba(255,255,255,.14); }.buyer-card > p { color: #cde7d6; }.buyer-card .check-list li span { color: var(--white); background: rgba(255,255,255,.14); }

.proof { color: var(--white); background: var(--green-900); }
.light-heading .kicker { color: #8fdda9; }.light-heading > p { color: #a9c5b1; }
.proof-layout { display: grid; grid-template-columns: 1.12fr .88fr; gap: 24px; }
.trial-card { padding: 34px; background: #174c25; border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius-lg); }
.trial-header { display: flex; justify-content: space-between; align-items: center; color: #bfe2c9; font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.status-pill { padding: 7px 10px; color: #d7f0df; background: rgba(76,175,112,.18); border: 1px solid rgba(143,221,169,.25); border-radius: 999px; }
.trial-main { display: flex; gap: 28px; align-items: center; margin: 70px 0 66px; }
.trial-main .flow-arrow { color: #8fdda9; font-size: 18px; }
.trial-number { font-size: clamp(58px, 7vw, 90px); font-weight: 850; line-height: .85; letter-spacing: -.06em; }
.trial-number small { display: block; margin-top: 17px; color: #9dbca6; font-size: 11px; font-weight: 650; letter-spacing: .02em; }.trial-number.highlighted { color: #8fdda9; }
.trial-card > p { max-width: 610px; margin: 0; color: #b9d0c0; font-size: 14px; }
.proof-cards { display: grid; gap: 14px; }.proof-cards article { display: grid; grid-template-columns: 1fr auto; gap: 10px 24px; padding: 27px 29px; background: var(--white); border-radius: var(--radius-md); color: var(--ink); }.proof-cards article > span { align-self: center; color: var(--green-700); font-size: 12px; font-weight: 850; letter-spacing: .11em; }.proof-cards strong { grid-row: span 2; align-self: center; color: var(--green-800); font-size: 44px; letter-spacing: -.04em; }.proof-cards p { max-width: 360px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.55; }

.process-flow { width: min(100%, 920px); display: grid; gap: 22px; margin: 18px auto 0; padding: 12px 0; list-style: none; }
.process-step { position: relative; width: 82%; min-height: 164px; display: grid; grid-template-columns: 156px minmax(0, 1fr); grid-template-areas: "diamond copy"; gap: 34px; align-items: center; margin-right: auto; }
.process-step.is-reverse { grid-template-columns: minmax(0, 1fr) 156px; grid-template-areas: "copy diamond"; margin-right: 0; margin-left: auto; }
.step-diamond { grid-area: diamond; position: relative; z-index: 2; width: 116px; height: 116px; display: grid; place-items: center; justify-self: center; color: var(--white); background: var(--green-800); border-radius: 22px; transform: rotate(45deg); box-shadow: 0 14px 34px rgba(18,61,29,.18); }
.step-diamond::before { content: ""; position: absolute; inset: -10px; border: 2px solid var(--green-500); border-radius: 28px; }
.step-diamond > div { display: grid; justify-items: center; transform: rotate(-45deg); line-height: 1; }
.step-diamond span { margin-bottom: 6px; color: #bde7ca; font-size: 10px; font-weight: 850; letter-spacing: .14em; }
.step-diamond strong { font-size: 42px; letter-spacing: -.05em; }
.step-copy { grid-area: copy; position: relative; min-height: 126px; display: flex; flex-direction: column; justify-content: center; padding: 24px 38px; background: var(--white); box-shadow: 0 12px 34px rgba(18,61,29,.08); }
.step-copy::before, .step-copy::after { content: ""; position: absolute; top: 11px; bottom: 11px; width: 18px; border-color: var(--green-500); }
.step-copy::before { left: 0; border-top: 3px solid var(--green-500); border-bottom: 3px solid var(--green-500); border-left: 3px solid var(--green-500); }
.step-copy::after { right: 0; border-top: 3px solid var(--green-500); border-right: 3px solid var(--green-500); border-bottom: 3px solid var(--green-500); }
.is-reverse .step-copy { text-align: left; }
.step-copy > span { color: var(--green-700); font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.step-copy h3 { margin: 3px 0 4px; color: var(--green-800); font-size: 25px; line-height: 1.1; letter-spacing: -.02em; }
.step-copy p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.5; }
.process-step:not(:last-child)::after { content: "↘"; position: absolute; z-index: 3; left: 120px; bottom: -27px; color: var(--green-500); font-size: 29px; font-weight: 900; line-height: 1; }
.process-step.is-reverse:not(:last-child)::after { right: 120px; left: auto; content: "↙"; }

.product { background: var(--mint); }
.product-shell { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: center; }
.product-intro p { max-width: 480px; margin: 26px 0 0; color: var(--muted); font-size: 17px; }
.variant-list { display: grid; gap: 13px; }.variant-list article { display: grid; grid-template-columns: 60px 1fr; gap: 22px; align-items: center; padding: 25px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md); }.variant-list article > span { width: 50px; height: 50px; display: grid; place-items: center; color: var(--white); background: var(--green-800); border-radius: 13px; font-size: 12px; font-weight: 850; }.variant-list h3 { margin: 0; font-size: 21px; }.variant-list p { margin: 3px 0 0; color: var(--muted); font-size: 14px; }

.network { color: var(--white); background: var(--green-800); }
.network .kicker { color: #a3e4b9; }.network-shell { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: end; }.network-shell > div:first-child p { max-width: 550px; color: #cde7d6; }.network-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }.network-columns div { padding: 29px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius-md); }.network-columns span { color: #b4edc7; font-size: 12px; font-weight: 850; letter-spacing: .11em; }.network-columns p { margin: 16px 0 0; padding-bottom: 11px; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 16px; }

.partner-panel { display: grid; grid-template-columns: .82fr 1.18fr; gap: 70px; padding: 54px; background: var(--white); border: 1px solid var(--line); border-radius: 30px; box-shadow: var(--shadow); }
.partner-copy > p { max-width: 470px; color: var(--muted); font-size: 16px; }.contact-facts { display: grid; gap: 16px; margin-top: 45px; }.contact-facts div { padding-top: 16px; border-top: 1px solid var(--line); }.contact-facts span { display: block; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .13em; }.contact-facts strong, .contact-facts a { display: inline-block; margin-top: 5px; color: var(--green-800); font-size: 14px; font-weight: 750; }
.partner-form { padding: 30px; background: var(--mint); border-radius: 22px; }
.route-choice { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 0 0 25px; padding: 0; border: 0; }.route-choice legend { grid-column: 1 / -1; margin-bottom: 8px; font-size: 12px; font-weight: 800; }.choice { min-height: 48px; padding: 10px 12px; color: var(--green-800); background: var(--white); border: 1px solid var(--line); border-radius: 9px; cursor: pointer; font-weight: 760; }.choice.active { color: var(--white); background: var(--green-800); border-color: var(--green-800); }
.contact-preference { display: grid; gap: 10px; margin: 0; padding: 0; border: 0; }
.contact-preference legend { margin-bottom: 1px; color: #46584b; font-size: 11px; font-weight: 760; }
.contact-methods { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.contact-method { min-height: 46px; padding: 10px 12px; color: var(--green-800); background: rgba(255,255,255,.72); border: 1px solid var(--line); border-radius: 9px; cursor: pointer; font-weight: 760; transition: color .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.contact-method:hover { border-color: var(--green-500); }
.contact-method.active { color: var(--white); background: var(--green-800); border-color: var(--green-800); }
.contact-method:focus-visible { outline: none; box-shadow: 0 0 0 3px rgba(76,175,112,.2); }
.contact-value-field { margin-top: 2px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }.form-grid label { display: grid; gap: 7px; }.form-grid label > span { color: #46584b; font-size: 11px; font-weight: 760; }.full-field { grid-column: 1 / -1; }.form-grid input, .form-grid textarea { width: 100%; padding: 13px 14px; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: 8px; outline: none; transition: border .2s ease, box-shadow .2s ease; }.form-grid textarea { resize: vertical; }.form-grid input:focus, .form-grid textarea:focus { border-color: var(--green-500); box-shadow: 0 0 0 3px rgba(76,175,112,.15); }.form-submit { width: 100%; margin-top: 20px; border: 0; }.form-note { margin: 10px 0 0; color: var(--muted); font-size: 10px; text-align: center; }
.form-grid label > span em { color: var(--muted); font-size: .8em; font-style: normal; font-weight: 650; }.form-grid input.invalid, .form-grid textarea.invalid { border-color: #b73535; box-shadow: 0 0 0 3px rgba(183,53,53,.10); }.form-grid input.valid, .form-grid textarea.valid { border-color: var(--green-500); }.field-error { display: none; color: #9e2f2f; font-size: 13px; line-height: 1.35; }.field-error.show { display: block; }.form-honeypot { position: absolute !important; width: 1px !important; height: 1px !important; margin: -1px !important; padding: 0 !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; border: 0 !important; }.form-submit:disabled { cursor: wait; opacity: .72; transform: none; }
.request-result { margin-top: 22px; padding: 22px; background: var(--white); border: 1px solid var(--line); border-radius: 14px; }.request-result > p { margin: 4px 0 12px; color: var(--muted); font-size: 12px; }.request-result textarea { width: 100%; padding: 12px; border: 1px solid var(--line); border-radius: 8px; resize: vertical; font-size: 12px; }.result-actions { display: flex; gap: 8px; margin-top: 12px; }.result-actions .button { min-height: 44px; flex: 1; padding: 10px; font-size: 12px; }.copy-button { color: var(--green-800); background: var(--white); border-color: var(--green-800); }

.site-footer { padding: 70px 0 24px; color: #d5e6da; background: #0d2d15; }.footer-main { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 60px; }.footer-main > div { display: flex; flex-direction: column; gap: 10px; }.footer-brand strong { color: var(--white); font-size: 24px; letter-spacing: .06em; }.footer-brand p { max-width: 360px; margin: 0; color: #8fb09a; }.footer-main span { margin-bottom: 8px; color: #75bb8b; font-size: 10px; font-weight: 850; letter-spacing: .12em; }.footer-main a { width: fit-content; color: #b6ccbd; font-size: 13px; }.footer-main a:hover { color: var(--white); }.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 20px; color: #789383; border-top: 1px solid rgba(255,255,255,.1); font-size: 10px; }

@media (max-width: 980px) {
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 70px; }.hero-copy { max-width: 760px; }.hero-visual { min-height: 510px; }.proof-layout, .product-shell, .network-shell, .partner-panel { grid-template-columns: 1fr; }.product-shell, .network-shell { gap: 50px; }.partner-panel { gap: 44px; }.trust-strip { grid-template-columns: repeat(2, 1fr); }.trust-strip div:nth-child(2) { border-right: 0; }
}

@media (max-width: 760px) {
  .section-shell { width: min(100% - 30px, 1180px); }.section-pad { padding-block: 76px; }
  .site-header { height: 68px; padding-inline: 15px; }.brand { gap: 8px; }.brand-logo { width: 44px; height: 44px; border-radius: 9px; }.brand small { display: none; }.header-actions { gap: 7px; }.language-switcher button { min-width: 30px; height: 30px; padding-inline: 5px; font-size: 11px; }.menu-toggle { display: block; }.main-nav { position: absolute; top: 67px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 15px 20px; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: 0 14px 30px rgba(18,61,29,.1); }.main-nav.open { display: flex; }.main-nav a { padding: 13px 10px; }.nav-cta { margin-top: 6px; text-align: center; }
  .hero { gap: 48px; padding-block: 55px 64px; }.hero h1 { font-size: clamp(45px, 14vw, 66px); }.hero-lead { font-size: 17px; }.hero-actions { flex-direction: column; }.hero-actions .button { width: 100%; }.hero-visual { min-height: 500px; padding: 28px 20px; border-radius: 24px; }.flow-card { grid-template-columns: 84px 1fr; gap: 3px 12px; padding: 18px; }.flow-card strong { font-size: 23px; }.flow-card small { font-size: 14px; }.flow-label { font-size: 11px; }.hero-badge { align-self: stretch; width: auto; }
  .trust-strip { grid-template-columns: 1fr 1fr; }.trust-strip div { min-height: 110px; padding: 22px 18px; }.trust-strip strong { font-size: 22px; }
  .section-heading { display: grid; gap: 22px; margin-bottom: 34px; }.section-heading h2, .product-intro h2, .network h2, .partner h2 { font-size: 38px; }.section-heading > p { max-width: none; }
  .route-grid { grid-template-columns: 1fr; }.route-card { min-height: auto; padding: 27px; }.route-card h3 { margin-top: 30px; font-size: 30px; }.route-card .text-link { margin-top: 4px; }
  .trial-card { padding: 25px 20px; }.trial-main { gap: 12px; justify-content: space-between; margin: 54px 0; }.trial-main .flow-arrow { font-size: 14px; }.trial-number { font-size: 52px; }.trial-number small { font-size: 11px; }.proof-cards article { padding: 23px; }.proof-cards article > span { font-size: 11px; }.proof-cards strong { font-size: 36px; }.proof-cards p { font-size: 15px; }
  .process-flow { gap: 29px; padding-inline: 2px; }.process-step, .process-step.is-reverse { width: 100%; min-height: 128px; grid-template-columns: 82px minmax(0, 1fr); grid-template-areas: "diamond copy"; gap: 16px; margin-inline: 0; }.step-diamond { width: 68px; height: 68px; border-radius: 14px; }.step-diamond::before { inset: -6px; border-radius: 17px; }.step-diamond span { margin-bottom: 3px; font-size: 7px; }.step-diamond strong { font-size: 25px; }.step-copy, .is-reverse .step-copy { min-height: 116px; padding: 18px 25px; text-align: left; box-shadow: 0 8px 24px rgba(18,61,29,.07); }.step-copy::before, .step-copy::after { top: 8px; bottom: 8px; width: 12px; }.step-copy h3 { font-size: 22px; }.step-copy p { font-size: 14px; }.process-step:not(:last-child)::after, .process-step.is-reverse:not(:last-child)::after { right: auto; left: 31px; bottom: -24px; content: "↓"; font-size: 21px; }
  .variant-list article { grid-template-columns: 48px 1fr; padding: 20px; }.variant-list article > span { width: 42px; height: 42px; }
  .network-columns { grid-template-columns: 1fr; }.partner-panel { padding: 25px 18px; }.partner-form { padding: 20px 15px; }.form-grid { grid-template-columns: 1fr; }.full-field { grid-column: auto; }.route-choice { grid-template-columns: 1fr; }.result-actions { flex-direction: column; }
  .footer-main { grid-template-columns: 1fr; gap: 38px; }.footer-bottom { flex-direction: column; }
}

/* Fixed typography scale */
.hero h1 { font-size: 76px; }
.section-heading h2, .product-intro h2, .network h2, .partner h2 { font-size: 59px; }
.hero-lead,
.section-heading > p,
.route-card > p,
.check-list li,
.trial-card > p,
.proof-cards p,
.product-intro p,
.variant-list p,
.network-shell > div:first-child p,
.network-columns p,
.partner-copy > p,
.footer-brand p { font-size: 22px; }
.main-nav { font-size: 17px; }
.brand small,
.eyebrow,
.kicker,
.microcopy,
.flow-label,
.hero-badge span,
.trust-strip span,
.route-topline,
.route-topline b,
.trial-header,
.trial-number small,
.proof-cards article > span,
.network-columns span,
.contact-facts span,
.route-choice legend,
.contact-preference legend,
.form-grid label > span,
.form-note,
.request-result > p,
.footer-main span,
.footer-main a,
.footer-bottom { font-size: 15px; }
.button,
.choice,
.contact-method,
.form-grid input,
.form-grid textarea,
.request-result textarea,
.result-actions .button,
.text-link { font-size: 19px; }
.step-diamond strong { font-size: 45px; }
.step-copy h3 { font-size: 28px; }
.step-copy p { font-size: 18px; }
.step-diamond span, .step-copy > span { font-size: 13px; }

/* Emphasized operational details */
.eyebrow,
.microcopy,
.trial-number small,
.trust-strip span,
.contact-facts strong { font-size: 18px; }

@media (max-width: 760px) {
  .hero h1 { font-size: 76px; overflow-wrap: anywhere; }
  .step-copy, .is-reverse .step-copy { min-height: 138px; }
}

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