:root {
  color-scheme: light dark;
  --ink: light-dark(#101217, #f6f8fc);
  --muted: light-dark(#657080, #b8c1cf);
  --canvas: light-dark(#f6f7fb, #0d111a);
  --surface: light-dark(#ffffff, #141a26);
  --soft-surface: light-dark(#eff7ff, #121c2b);
  --border: light-dark(#e5e8ef, #283241);
  --focus: #356ff4;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--canvas); color: var(--ink); font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif; }
a { color: inherit; }
button, input { font: inherit; }
.skip-link { position: absolute; left: 16px; top: -60px; z-index: 20; padding: 12px 16px; border-radius: 10px; background: var(--ink); color: var(--surface); }
.skip-link:focus { top: 16px; }
.site-header { position: sticky; top: 0; z-index: 10; display: flex; align-items: center; justify-content: space-between; min-height: 76px; padding: 16px clamp(20px, 7vw, 104px); background: color-mix(in srgb, var(--surface) 92%, transparent); border-bottom: 1px solid var(--border); backdrop-filter: blur(18px); }
.wordmark { font-size: 21px; font-weight: 700; letter-spacing: -0.8px; text-decoration: none; white-space: nowrap; }
.wordmark span { display: inline-block; width: 18px; height: 18px; margin-right: 8px; border-radius: 6px; background: linear-gradient(135deg, #00c99c, #169ce5, #7545ff); vertical-align: -2px; }
nav { display: flex; gap: clamp(14px, 2.4vw, 30px); color: var(--muted); font-size: 14px; }
nav a { text-decoration: none; }
nav a:hover { color: var(--ink); }
.nav-cta { padding: 10px 14px; border: 1px solid var(--border); border-radius: 11px; font-size: 14px; font-weight: 700; text-decoration: none; }
.hero { position: relative; min-height: 680px; padding: clamp(70px, 11vw, 142px) clamp(20px, 9vw, 128px) 102px; overflow: hidden; background: var(--surface); }
.hero-copy { position: relative; z-index: 2; max-width: 710px; }
.eyebrow { margin: 0; color: #356ff4; font-size: 13px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 750px; margin-bottom: 23px; font-size: clamp(3.5rem, 8.2vw, 7rem); line-height: 0.94; letter-spacing: -0.075em; }
h2 { font-size: clamp(2.55rem, 5.1vw, 4.45rem); line-height: 1; letter-spacing: -0.065em; }
h3 { font-size: 1.28rem; line-height: 1.14; letter-spacing: -0.025em; }
.hero-lead, .section-intro > p:not(.eyebrow), .supplier-copy > p, .join-copy > p { max-width: 575px; color: var(--muted); font-size: clamp(1.1rem, 2vw, 1.45rem); line-height: 1.48; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 20px; border: 1px solid var(--border); border-radius: 14px; background: var(--surface); color: var(--ink); font-size: 15px; font-weight: 700; text-decoration: none; cursor: pointer; }
.button-primary { border-color: transparent; background: linear-gradient(118deg, #00c89d, #159ce4, #7445ff); color: #fff; }
.button:focus-visible, a:focus-visible, input:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
.hero-image-wrap { position: absolute; inset: 0 0 0 auto; width: min(50%, 760px); overflow: hidden; }
.hero-image-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--surface) 0%, transparent 37%, rgba(8, 13, 20, 0.08)); }
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 70% center; transform: scale(1.06); will-change: transform; }
.request-card { position: absolute; right: clamp(20px, 7vw, 100px); bottom: 70px; z-index: 3; width: 270px; padding: 22px; border: 1px solid color-mix(in srgb, var(--border) 75%, transparent); border-radius: 23px; background: color-mix(in srgb, var(--surface) 91%, transparent); box-shadow: 0 18px 42px rgba(15, 30, 58, 0.15); backdrop-filter: blur(14px); }
.request-card p { margin-bottom: 8px; color: var(--muted); font-size: 12px; font-weight: 700; }
.request-card h2 { margin-bottom: 18px; font-size: 20px; letter-spacing: -0.035em; }
.request-card span, .supplier-visual > span { display: inline-block; padding: 7px 10px; border-radius: 999px; background: #e2fbf4; color: #087f6b; font-size: 12px; font-weight: 800; }
.section { padding: clamp(76px, 11vw, 140px) clamp(20px, 9vw, 128px); }
.section-intro { max-width: 710px; }
.section-intro h2, .supplier-copy h2, .join-copy h2 { margin: 14px 0 23px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 42px; }
.feature-card { min-height: 240px; padding: 25px; border: 1px solid var(--border); border-radius: 24px; background: var(--surface); }
.feature-icon { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 14px; background: linear-gradient(135deg, #e5fff8, #e8e3ff); color: #315ff3; font-size: 22px; }
.feature-card h3 { margin: 30px 0 10px; }
.feature-card p, .role-card span, .trust-grid p { color: var(--muted); line-height: 1.5; }
.journey-section { margin: 0 clamp(20px, 6vw, 84px); padding: clamp(40px, 7vw, 78px); border-radius: 30px; background: #11141a; color: #fff; }
.journey-section .eyebrow { color: #75efd5; }
.journey-heading { max-width: 730px; }
.journey-heading h2 { margin: 14px 0 18px; }
.journey-heading > p:last-child { margin: 0; color: #c0c7d0; font-size: 18px; line-height: 1.52; }
.journey-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr); gap: clamp(35px, 7vw, 92px); margin-top: 56px; }
.journey-stages { position: relative; display: grid; gap: 14px; align-content: start; }
.journey-stages::before { content: ""; position: absolute; left: 27px; top: 28px; bottom: 28px; width: 2px; background: #384250; }
.journey-stage { position: relative; display: grid; grid-template-columns: 16px minmax(0, 1fr); grid-template-rows: auto auto; column-gap: 16px; padding: 20px; border-radius: 18px; opacity: 0.5; transition: opacity 280ms ease, background 280ms ease; }
.journey-stage::before { content: ""; grid-column: 1; grid-row: 1; align-self: center; width: 16px; height: 16px; border: 3px solid #8d97a7; border-radius: 50%; background: #11141a; }
.journey-stage.is-active { background: #1c2431; opacity: 1; }
.journey-stage.is-active::before { border-color: #73efd5; background: #73efd5; box-shadow: 0 0 0 7px rgba(115, 239, 213, 0.12); }
.journey-experience[data-journey="provider"] .journey-stage.is-active { background: #262045; }
.journey-experience[data-journey="provider"] .journey-stage.is-active::before { border-color: #b2a0ff; background: #b2a0ff; box-shadow: 0 0 0 7px rgba(178, 160, 255, 0.12); }
.journey-stage h3 { grid-column: 2; grid-row: 1; margin: 0; color: #75efd5; font-size: 21px; }
.journey-experience[data-journey="provider"] .journey-stage h3 { color: #b2a0ff; }
.journey-stage > p:last-child { margin: 0; color: #c1c7d1; line-height: 1.47; }
.journey-stage > p:last-child { grid-column: 2; grid-row: 2; margin-top: 7px; }
.journey-device { position: sticky; top: 112px; align-self: start; }
.device-shell { position: relative; width: min(100%, 344px); min-height: 590px; margin: 0 auto; padding: 12px; border: 8px solid #303a4a; border-radius: 43px; background: #07090d; box-shadow: 0 30px 60px rgba(0, 0, 0, 0.35); }
.device-shell::before { content: ""; position: absolute; z-index: 2; left: 50%; top: 10px; width: 104px; height: 25px; border-radius: 999px; background: #07090d; transform: translateX(-50%); }
.app-screen { position: absolute; inset: 12px; display: none; flex-direction: column; min-height: 550px; padding: 51px 18px 18px; border-radius: 29px; background: #f6f7fb; color: #11141a; }
.app-screen.is-active { display: flex; }
.screen-brand { margin: 0 0 31px; color: #315ff3; font-size: 13px; font-weight: 800; }
.app-screen h3 { margin: 0 0 24px; color: #11141a; font-size: 26px; line-height: 1.05; }
.screen-choice { display: grid; grid-template-columns: 30px 1fr; gap: 2px 11px; margin-bottom: 12px; padding: 15px; border-radius: 15px; background: #fff; box-shadow: 0 4px 16px rgba(24, 39, 66, 0.06); }
.screen-choice span { grid-row: span 2; font-size: 22px; }
.screen-choice strong { font-size: 15px; }
.screen-choice small, .screen-copy { color: #737e8d; font-size: 13px; }
.screen-choice.muted { opacity: 0.65; }
.app-screen button { width: 100%; min-height: 45px; margin-top: auto; border: 0; border-radius: 13px; background: linear-gradient(118deg, #00c89d, #159ce4, #7445ff); color: #fff; font-size: 14px; font-weight: 800; }
.screen-status { align-self: flex-start; margin: -12px 0 15px; padding: 6px 9px; border-radius: 999px; font-size: 12px; font-weight: 800; }
.screen-status.blue { background: #e4edff; color: #315ff3; }
.screen-status.green { background: #e4fbf5; color: #087f6b; }
.app-screen dl { margin: 0; }
.app-screen dl div { padding: 13px 0; border-bottom: 1px solid #e0e4eb; }
.app-screen dt { color: #737e8d; font-size: 12px; }
.app-screen dd { margin: 4px 0 0; font-size: 14px; font-weight: 700; }
.timeline { display: grid; gap: 18px; margin: 0; padding: 0; list-style: none; }
.timeline li { position: relative; padding-left: 27px; color: #788392; font-size: 14px; line-height: 1.35; }
.timeline li::before { content: ""; position: absolute; left: 0; top: 1px; width: 15px; height: 15px; border: 2px solid #a0a9b7; border-radius: 50%; }
.timeline li.complete { color: #18202c; font-weight: 700; }
.timeline li.complete::before { border-color: #00b994; background: #00b994; box-shadow: inset 0 0 0 3px #fff; }
.provider-screen { background: #f7f7fc; }
.screen-image-placeholder { display: grid; min-height: 124px; margin: 7px 0 17px; place-items: center; border-radius: 16px; background: linear-gradient(140deg, #dff6ef, #e7edff); color: #315ff3; font-size: 13px; font-weight: 700; }
.provider-screen label { display: grid; gap: 7px; margin-bottom: 15px; font-size: 13px; font-weight: 800; }
.provider-screen input { min-height: 40px; padding: 0 10px; border: 1px solid #dce1eb; border-radius: 10px; background: #fff; color: #1c2430; font-size: 14px; }
.update-card { display: grid; gap: 4px; margin-bottom: 11px; padding: 15px; border-radius: 14px; background: #fff; box-shadow: 0 4px 14px rgba(24, 39, 66, 0.06); }
.update-card strong { font-size: 15px; }
.update-card span { color: #788392; font-size: 13px; }
.supplier-section { display: grid; grid-template-columns: 1fr 0.92fr; gap: clamp(30px, 7vw, 84px); align-items: center; background: var(--soft-surface); }
.supplier-visual { min-height: 360px; padding: 30px; border-radius: 28px; background: linear-gradient(140deg, #164071, #23509a 47%, #6d44f4); color: #fff; box-shadow: 0 22px 42px rgba(36, 63, 126, 0.22); }
.supplier-visual h3 { max-width: 320px; margin: 95px 0 14px; font-size: clamp(1.9rem, 3vw, 2.35rem); }
.supplier-visual p { max-width: 340px; margin-bottom: 0; color: #e1e9ff; line-height: 1.5; }
.platform-section { background: var(--surface); }
.role-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 42px; }
.role-card { min-height: 188px; padding: 21px; border-radius: 21px; background: color-mix(in srgb, var(--canvas) 82%, var(--surface)); }
.role-card p { margin-bottom: 18px; color: var(--muted); font-size: 13px; font-weight: 700; }
.role-card h3 { margin-bottom: 9px; }
.trust-section { background: var(--canvas); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; padding-top: 27px; border-top: 1px solid var(--border); }
.trust-grid h3 { margin-bottom: 11px; }
.join-section { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: clamp(28px, 8vw, 100px); margin: 0 clamp(20px, 6vw, 84px) clamp(38px, 6vw, 86px); padding: clamp(40px, 7vw, 82px); border-radius: 31px; background: linear-gradient(125deg, #e0fff6, #e7f4ff, #ece7ff); color: #101217; }
.join-copy .eyebrow { color: #315ff3; }
.interest-form { display: grid; gap: 10px; align-content: start; padding: 24px; border-radius: 22px; background: #fff; box-shadow: 0 18px 40px rgba(27, 50, 96, 0.12); }
fieldset { margin: 0 0 8px; padding: 0; border: 0; }
legend, .interest-form label { font-size: 14px; font-weight: 800; }
.audience-switch { display: flex; gap: 7px; margin-top: 10px; }
.audience-switch label { display: flex; align-items: center; gap: 6px; padding: 8px 10px; border-radius: 10px; background: #f3f5f9; }
.interest-form input { min-height: 47px; margin-bottom: 7px; padding: 0 13px; border: 1px solid #d9dee7; border-radius: 11px; background: #fff; color: #101217; }
.form-note, .form-status { margin: 0; color: #697485; font-size: 13px; line-height: 1.4; }
.form-status { min-height: 18px; color: #087f6b; font-weight: 700; }
.privacy-acknowledgement { display: flex; align-items: flex-start; gap: 10px; margin: 5px 0 8px; color: var(--muted); font-weight: 500 !important; line-height: 1.45; }
.interest-form .privacy-acknowledgement input { flex: 0 0 auto; min-height: 18px; width: 18px; height: 18px; margin: 1px 0 0; accent-color: #087f6b; }
.privacy-acknowledgement a { color: var(--ink); font-weight: 800; }
.honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.button:disabled { cursor: not-allowed; opacity: .52; }
.registration-status { margin: 0; color: #4d5b70; font-size: 13px; font-weight: 700; line-height: 1.4; }
.confirmation-page .form-status { margin-top: 18px; font-size: 1rem; }
.site-footer { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px; padding: 35px clamp(20px, 9vw, 128px); color: var(--muted); font-size: 14px; }
.site-footer a:not(.wordmark) { color: inherit; }
.site-footer p { margin: 0; }
.legal-page { max-width: 820px; padding: clamp(70px, 11vw, 130px) clamp(20px, 9vw, 128px); }
.legal-page h1 { margin: 14px 0 22px; font-size: clamp(3rem, 7vw, 5rem); }
.legal-page h2 { margin: 44px 0 12px; font-size: clamp(1.8rem, 3vw, 2.35rem); }
.legal-page p { max-width: 700px; color: var(--muted); font-size: 1.08rem; line-height: 1.6; }
.legal-page .legal-intro { color: var(--ink); font-weight: 700; }
.legal-page .button { color: var(--ink); }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 620ms ease, transform 620ms ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (min-width: 801px) { .journey-stage { min-height: 142px; display: grid; align-content: center; } }
@media (max-width: 800px) { nav { display: none; } .hero { min-height: 610px; } .hero-image-wrap { width: 100%; opacity: 0.28; } .hero-image-wrap::after { background: linear-gradient(90deg, var(--surface) 0%, color-mix(in srgb, var(--surface) 65%, transparent) 75%); } .request-card { display: none; } .feature-grid, .supplier-section, .role-grid, .trust-grid, .join-section { grid-template-columns: 1fr; } .supplier-section { gap: 42px; } .journey-layout { grid-template-areas: "device" "stages"; grid-template-columns: 1fr; } .journey-device { position: sticky; top: 78px; z-index: 2; grid-area: device; margin-bottom: 26px; } .journey-stages { grid-area: stages; } .device-shell { width: min(86vw, 330px); min-height: 518px; } .app-screen { min-height: 478px; } }
@media (max-width: 460px) { .site-header { min-height: 68px; } .nav-cta { padding: 9px 11px; } .hero { min-height: 575px; } h1 { font-size: clamp(3.1rem, 15vw, 4.7rem); } .button-row .button { width: 100%; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: 0.01ms !important; } .reveal { opacity: 1; transform: none; } }
