/* ===== TOKENS ===== */
:root {
  --ink: #0F0A1E;
  --ink-2: #2A1F47;
  --muted: #5F5176;
  --muted-2: #9489AB;
  --line: #ECEAF4;
  --line-2: #DDD8EE;

  --surface: #FFFFFF;
  --surface-2: #F7F4FC;
  --surface-3: #F0EAFB;
  --card: #FFFFFF;

  --primary: #7C3AED;
  --primary-2: #6D28D9;
  --primary-soft: #F0E9FE;

  --teal: #0EA5A4;
  --teal-2: #0F8C8B;
  --teal-soft: #DCFAF9;

  --warm: #F59E0B;

  --shadow-sm: 0 2px 8px rgba(45, 24, 96, 0.05);
  --shadow: 0 8px 24px rgba(45, 24, 96, 0.07);
  --shadow-lg: 0 20px 48px rgba(45, 24, 96, 0.12);
  --shadow-purple: 0 10px 28px rgba(124, 58, 237, 0.28);

  --r-sm: 10px;
  --r-md: 14px;
  --r-lg: 20px;
  --r-xl: 26px;
  --r-2xl: 32px;

  --font-display: "Plus Jakarta Sans", system-ui, sans-serif;
  --font-body: "Inter", system-ui, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; -webkit-tap-highlight-color: transparent; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); color: var(--ink); background: var(--surface); line-height: 1.5; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
input, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }

.app { width: 100%; margin: 0 auto; background: var(--surface); position: relative; min-height: 100vh; overflow-x: clip; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1); }
.reveal.is-in { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* ===== Logo ===== */
.logo-img { display: block; width: auto; height: 28px; }

/* ===== BUTTONS ===== */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: 999px; font-weight: 600; font-family: var(--font-display); transition: transform .15s, box-shadow .2s, background .2s; white-space: nowrap; padding: 12px 20px; font-size: 14px; }
.btn:active { transform: scale(0.97); }
.btn--primary { background: linear-gradient(135deg, #8B5CF6 0%, #6D28D9 100%); color: white; box-shadow: var(--shadow-purple); }
.btn--primary:hover { box-shadow: 0 14px 36px rgba(124, 58, 237, 0.4); }
.btn--white { background: white; color: var(--primary-2); box-shadow: 0 8px 22px rgba(0,0,0,0.18); padding: 14px 22px; font-size: 15px; }
.btn--ghost { background: white; color: var(--ink); border: 1.5px solid var(--line-2); }
.btn--sm { padding: 8px 14px; font-size: 13px; }
.btn--block { width: 100%; padding: 14px 20px; font-size: 15px; }

/* ===== HEADER ===== */
.hdr { position: sticky; top: 0; z-index: 50; display: flex; align-items: center; justify-content: space-between; padding: 12px 18px; background: rgba(255,255,255,0.85); backdrop-filter: saturate(140%) blur(16px); -webkit-backdrop-filter: saturate(140%) blur(16px); transition: box-shadow .2s, background .2s, border-color .2s; border-bottom: 1px solid transparent; }
.hdr--scrolled { background: rgba(255,255,255,0.95); border-bottom-color: var(--line); box-shadow: 0 2px 8px rgba(45,24,96,0.04); }
.hdr__brand { display: flex; align-items: center; }
.hdr__menu { width: 38px; height: 38px; border-radius: 10px; background: white; border: 1px solid var(--line); display: grid; place-items: center; color: var(--ink); }
.hdr__drawer { position: absolute; top: 60px; left: 12px; right: 12px; background: white; border-radius: var(--r-lg); box-shadow: var(--shadow-lg); padding: 10px; display: flex; flex-direction: column; gap: 2px; animation: drawer .2s ease; border: 1px solid var(--line); }
@keyframes drawer { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: translateY(0); } }
.hdr__drawer a { padding: 12px 14px; border-radius: 10px; font-weight: 500; font-size: 14px; }
.hdr__drawer a:hover { background: var(--surface-2); color: var(--primary); }
.hdr__drawer .btn { margin-top: 6px; padding: 11px; }

/* ===== HERO ===== */
.hero { padding: 24px 20px 48px; position: relative; overflow: hidden; background: white; }
.hero > * { position: relative; z-index: 1; }
.hero__bg { position: absolute; inset: -60px -20px 0 -20px; z-index: 0; pointer-events: none; overflow: hidden; }
.hero__bg-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(124, 58, 237, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(14, 165, 164, 0.04) 1px, transparent 1px); background-size: 32px 32px; mask-image: radial-gradient(ellipse 80% 70% at 50% 30%, black, transparent); -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 30%, black, transparent); animation: gridDrift 24s linear infinite; }
@keyframes gridDrift { to { background-position: 32px 32px, -32px 32px; } }
.hero__bg-orb { position: absolute; border-radius: 50%; filter: blur(40px); opacity: 0.5; animation: orb 14s ease-in-out infinite; }
.hero__bg-orb--a { width: 220px; height: 220px; background: radial-gradient(circle, #A78BFA 0%, transparent 70%); top: -40px; left: -40px; }
.hero__bg-orb--b { width: 200px; height: 200px; background: radial-gradient(circle, #5EEAD4 0%, transparent 70%); top: 80px; right: -40px; animation-delay: -5s; opacity: 0.4; }
.hero__bg-orb--c { width: 280px; height: 280px; background: radial-gradient(circle, #C4B5FD 0%, transparent 70%); top: 240px; left: 30%; animation-delay: -9s; opacity: 0.4; }
@keyframes orb { 0%, 100% { transform: translate(0, 0) scale(1); } 33% { transform: translate(20px, -10px) scale(1.08); } 66% { transform: translate(-15px, 14px) scale(0.95); } }
.hero__bg-pulse { position: absolute; bottom: 24px; left: 0; right: 0; width: 100%; height: 60px; opacity: 0.32; }
.hero__bg-pulse path { stroke-dasharray: 600; stroke-dashoffset: 600; animation: pulse-stroke 3.5s linear infinite; }
@keyframes pulse-stroke { to { stroke-dashoffset: -600; } }
.hero__bg-particles { position: absolute; inset: 0; }
.hero__bg-particles span { position: absolute; bottom: -10px; width: 4px; height: 4px; border-radius: 50%; background: var(--primary); opacity: 0; animation: float 12s linear infinite; box-shadow: 0 0 8px rgba(124, 58, 237, 0.6); }
.hero__bg-particles span:nth-child(3n) { background: var(--teal); box-shadow: 0 0 8px rgba(14, 165, 164, 0.6); }
.hero__bg-particles span:nth-child(5n) { background: var(--warm); box-shadow: 0 0 8px rgba(245, 158, 11, 0.55); }
@keyframes float { 0% { transform: translateY(0) scale(0); opacity: 0; } 10% { opacity: 0.6; transform: translateY(-50px) scale(1); } 90% { opacity: 0.6; } 100% { transform: translateY(-600px) scale(0.5); opacity: 0; } }

.hero__pill { display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px; background: rgba(255, 255, 255, 0.95); border: 1px solid var(--line-2); border-radius: 999px; font-size: 11.5px; font-weight: 600; color: var(--ink-2); box-shadow: var(--shadow-sm); }
.hero__pill-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 3px rgba(14, 165, 164, 0.18); animation: pulse 2s infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.5; } }
.hero__title { margin-top: 16px; font-family: var(--font-display); font-weight: 800; font-size: clamp(30px, 8.5vw, 38px); line-height: 1.1; letter-spacing: -0.035em; color: var(--ink); text-wrap: balance; }
.hero__title-grad { background: linear-gradient(135deg, #8B5CF6 0%, #6D28D9 50%, #0EA5A4 100%); background-size: 200% 100%; -webkit-background-clip: text; background-clip: text; color: transparent; animation: gradShift 6s ease-in-out infinite; }
@keyframes gradShift { 0%, 100% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } }
.hero__sub { margin-top: 12px; font-size: 14.5px; color: var(--muted); line-height: 1.6; max-width: 420px; text-wrap: pretty; }
.hero__cta { margin-top: 18px; }
.hero__trust { margin-top: 32px; text-align: center; }
.hero__trust-label { font-size: 10.5px; text-transform: uppercase; letter-spacing: 0.14em; color: var(--muted-2); font-weight: 600; margin-bottom: 10px; }
.hero__trust-row { display: flex; align-items: center; justify-content: center; gap: 9px; flex-wrap: wrap; }
.hero__trust-row span { font-family: var(--font-display); font-weight: 700; font-size: 11.5px; color: var(--ink-2); letter-spacing: 0.03em; }
.hero__trust-row i { width: 3px; height: 3px; border-radius: 50%; background: var(--muted-2); display: inline-block; }

/* ===== SECTION BASE — white default, soft alternates ===== */
.section { padding: 56px 20px; position: relative; }
.section--white { background: white; }
.section--soft { background: linear-gradient(180deg, var(--surface-2) 0%, white 100%); }
.section--soft + .section--soft { background: var(--surface-2); }

.section--dark { background: linear-gradient(160deg, #15102B 0%, #2A1B5C 60%, #0F8C8B 100%); color: white; margin: 28px 16px; border-radius: var(--r-2xl); overflow: hidden; padding: 48px 22px; }
.section--dark-orbs { position: absolute; inset: 0; pointer-events: none; }
.section--dark-orbs > div { position: absolute; border-radius: 50%; filter: blur(60px); }
.section--dark-orbs > div:first-child { width: 240px; height: 240px; top: -80px; right: -80px; background: rgba(167, 139, 250, 0.4); }
.section--dark-orbs > div:last-child { width: 200px; height: 200px; bottom: -60px; left: -60px; background: rgba(20, 184, 166, 0.35); }

.section__eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: var(--primary); margin-bottom: 12px; }
.section__eyebrow--light { color: #5EEAD4; }
.dot { width: 7px; height: 7px; border-radius: 50%; background: var(--primary); box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.15); animation: pulse 2.5s infinite; }
.dot--light { background: var(--teal); box-shadow: 0 0 0 3px rgba(14, 165, 164, 0.25); }
.section__title { font-family: var(--font-display); font-weight: 800; font-size: clamp(24px, 6.5vw, 28px); line-height: 1.18; letter-spacing: -0.025em; color: var(--ink); text-wrap: balance; }
.section__title--light { color: white; }
.section__sub { margin-top: 10px; font-size: 14px; color: var(--muted); text-wrap: pretty; line-height: 1.55; }
.section__sub--light { color: rgba(255,255,255,0.72); }

/* ===== Unified Solution Cards (used everywhere) ===== */
.flag { margin-top: 26px; display: flex; flex-direction: column; gap: 22px; }
.flag__card { background: white; border-radius: var(--r-xl); overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--line); position: relative; transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s; animation: cardIn .7s cubic-bezier(.2,.8,.2,1) both; animation-delay: calc(var(--i) * 0.08s); }
@keyframes cardIn { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
.flag__card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.flag__card--purple { border-top: 3px solid var(--primary); }
.flag__card--teal { border-top: 3px solid var(--teal); }

.flag__media { position: relative; aspect-ratio: 16/9; background: linear-gradient(135deg, var(--surface-2), var(--surface-3)); overflow: hidden; }
.flag__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.flag__card:hover .flag__media img { transform: scale(1.06); }
.flag__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(15, 10, 30, 0.55)); }
.flag__shimmer { position: absolute; inset: 0; background: linear-gradient(115deg, transparent 30%, rgba(255,255,255,0.35) 50%, transparent 70%); transform: translateX(-100%); animation: shimmer 6s ease-in-out infinite; pointer-events: none; }
@keyframes shimmer { 0%, 100% { transform: translateX(-100%); } 50% { transform: translateX(100%); } }

.flag__badge { position: absolute; top: 12px; left: 12px; background: rgba(255,255,255,0.95); backdrop-filter: blur(10px); color: var(--primary); font-size: 10.5px; font-weight: 800; padding: 5px 9px; border-radius: 999px; display: inline-flex; align-items: center; gap: 4px; z-index: 1; letter-spacing: 0.04em; }
.flag__card--teal .flag__badge { color: var(--teal-2); }
.flag__num { position: absolute; bottom: 12px; left: 16px; font-family: var(--font-display); font-weight: 800; font-size: 32px; color: white; letter-spacing: -0.04em; z-index: 1; text-shadow: 0 2px 12px rgba(0,0,0,0.4); line-height: 1; }
.flag__body { padding: 20px 22px 22px; }
.flag__tag { display: inline-block; font-size: 10.5px; font-weight: 700; color: var(--primary); background: var(--primary-soft); padding: 4px 10px; border-radius: 999px; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 10px; }
.flag__card--teal .flag__tag { color: var(--teal-2); background: var(--teal-soft); }
.flag__title { font-family: var(--font-display); font-weight: 800; font-size: 19px; letter-spacing: -0.02em; line-height: 1.22; color: var(--ink); margin-bottom: 8px; }
.flag__desc { font-size: 13.5px; line-height: 1.55; color: var(--muted); text-wrap: pretty; }
.flag__bullets { margin-top: 14px; list-style: none; display: flex; flex-direction: column; gap: 7px; }
.flag__bullets li { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; color: var(--ink-2); font-weight: 500; line-height: 1.4; }
.flag__bullets-dot { width: 6px; height: 6px; background: var(--primary); border-radius: 50%; margin-top: 7px; flex-shrink: 0; }
.flag__card--teal .flag__bullets-dot { background: var(--teal); }
.flag__metric { margin-top: 16px; padding: 11px 14px; background: linear-gradient(135deg, var(--primary-soft) 0%, transparent 100%); border-left: 3px solid var(--primary); border-radius: 8px; display: flex; align-items: center; gap: 8px; font-size: 12.5px; font-weight: 700; color: var(--ink-2); }
.flag__metric svg { color: var(--primary); flex-shrink: 0; }
.flag__card--teal .flag__metric { background: linear-gradient(135deg, var(--teal-soft) 0%, transparent 100%); border-left-color: var(--teal); }
.flag__card--teal .flag__metric svg { color: var(--teal); }

/* ===== STATS / MODULES ===== */
.stats { margin-top: 22px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; padding: 18px; background: linear-gradient(135deg, white, var(--surface-2)); border-radius: var(--r-xl); border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.stats__cell { text-align: center; position: relative; }
.stats__cell + .stats__cell::before { content: ""; position: absolute; left: -5px; top: 12%; bottom: 12%; width: 1px; background: var(--line-2); }
.stats__num { font-family: var(--font-display); font-weight: 800; font-size: 26px; background: linear-gradient(135deg, #8B5CF6, #0EA5A4); -webkit-background-clip: text; background-clip: text; color: transparent; letter-spacing: -0.03em; line-height: 1; }
.stats__lbl { font-size: 10.5px; color: var(--muted); margin-top: 4px; text-transform: uppercase; letter-spacing: 0.08em; font-weight: 600; }
.modules__h3 { margin-top: 28px; font-family: var(--font-display); font-weight: 700; font-size: 18px; letter-spacing: -0.02em; color: var(--ink); }
.modules__p { margin-top: 6px; font-size: 13px; color: var(--muted); line-height: 1.5; }
.mods { margin-top: 16px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.mods__cell { background: white; border-radius: var(--r-md); padding: 14px 12px; border: 1px solid var(--line); box-shadow: var(--shadow-sm); transition: box-shadow .25s, transform .25s, border-color .25s; animation: cardIn .6s cubic-bezier(.2,.8,.2,1) both; animation-delay: calc(var(--i) * 0.05s); }
.mods__cell:hover { border-color: var(--primary); box-shadow: var(--shadow); transform: translateY(-2px); }
.mods__cell:nth-child(2n):hover { border-color: var(--teal); }
.mods__icon { width: 32px; height: 32px; border-radius: 8px; background: var(--primary-soft); color: var(--primary); display: grid; place-items: center; margin-bottom: 10px; transition: background .25s, color .25s; }
.mods__cell:nth-child(2n) .mods__icon { background: var(--teal-soft); color: var(--teal-2); }
.mods__name { font-family: var(--font-display); font-weight: 700; font-size: 13px; color: var(--ink); line-height: 1.25; letter-spacing: -0.01em; }
.mods__count { margin-top: 4px; font-size: 10.5px; color: var(--muted); }

/* ===== RESULTS (dark) ===== */
.results { margin-top: 22px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.results__cell { background: rgba(255, 255, 255, 0.07); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: var(--r-md); padding: 16px 14px; backdrop-filter: blur(6px); position: relative; overflow: hidden; animation: cardIn .6s cubic-bezier(.2,.8,.2,1) both; animation-delay: calc(var(--i) * 0.1s); }
.results__cell::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at top right, rgba(94, 234, 212, 0.18), transparent 60%); }
.results__cell > * { position: relative; }
.results__num { font-family: var(--font-display); font-weight: 800; font-size: 26px; background: linear-gradient(135deg, #C4B5FD 0%, #5EEAD4 100%); -webkit-background-clip: text; background-clip: text; color: transparent; letter-spacing: -0.03em; line-height: 1; }
.results__lbl { margin-top: 8px; font-size: 12.5px; color: white; font-weight: 600; line-height: 1.3; }
.results__note { margin-top: 4px; font-size: 10.5px; color: rgba(255,255,255,0.55); }
.checks { margin-top: 18px; list-style: none; display: flex; flex-direction: column; gap: 8px; }
.checks li { display: flex; align-items: center; gap: 10px; font-size: 13px; color: rgba(255,255,255,0.88); padding: 10px 12px; background: rgba(255,255,255,0.05); border-radius: 10px; border: 1px solid rgba(255,255,255,0.07); animation: cardIn .5s cubic-bezier(.2,.8,.2,1) both; animation-delay: calc(0.4s + var(--i) * 0.06s); }
.checks__icon { width: 22px; height: 22px; border-radius: 50%; background: linear-gradient(135deg, #A78BFA, #0EA5A4); display: grid; place-items: center; color: white; flex-shrink: 0; }

/* ===== COMPLIANCE ===== */
.comp { margin-top: 24px; display: flex; flex-direction: column; gap: 14px; }
.comp__group { background: white; border-radius: var(--r-lg); padding: 18px; border: 1px solid var(--line); box-shadow: var(--shadow-sm); animation: cardIn .6s cubic-bezier(.2,.8,.2,1) both; animation-delay: calc(var(--i) * 0.1s); }
.comp__head { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; padding-bottom: 14px; border-bottom: 1px dashed var(--line-2); }
.comp__flag { font-size: 28px; line-height: 1; width: 44px; height: 44px; background: var(--surface-2); border-radius: 12px; display: grid; place-items: center; }
.comp__head-text { display: flex; flex-direction: column; }
.comp__region { font-family: var(--font-display); font-weight: 800; font-size: 16px; color: var(--ink); letter-spacing: -0.01em; }
.comp__status { font-size: 11px; color: var(--teal-2); font-weight: 600; margin-top: 2px; }
.comp__list { list-style: none; display: flex; flex-direction: column; gap: 14px; }
.comp__name { display: flex; align-items: center; gap: 8px; font-family: var(--font-display); font-weight: 700; font-size: 13.5px; color: var(--ink); }
.comp__name svg { color: var(--primary); }
.comp__note { margin-top: 4px; margin-left: 22px; font-size: 12px; color: var(--muted); line-height: 1.5; }

/* ===== ENTERPRISE ===== */
.ent { margin-top: 24px; display: grid; grid-template-columns: 1fr; gap: 12px; }
.ent__card { background: white; border-radius: var(--r-lg); padding: 18px; border: 1px solid var(--line); box-shadow: var(--shadow-sm); animation: cardIn .6s cubic-bezier(.2,.8,.2,1) both; animation-delay: calc(var(--i) * 0.08s); }
.ent__title { font-family: var(--font-display); font-weight: 800; font-size: 14.5px; letter-spacing: -0.01em; color: var(--ink); margin-bottom: 12px; }
.ent__card ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.ent__card li { display: flex; align-items: center; gap: 9px; font-size: 12.5px; color: var(--ink-2); }
.ent__check { width: 18px; height: 18px; border-radius: 50%; background: linear-gradient(135deg, #A78BFA, #0EA5A4); display: grid; place-items: center; color: white; flex-shrink: 0; }

/* ===== WHY — image-led ===== */
.why { margin-top: 24px; display: flex; flex-direction: column; gap: 18px; }
.why__card { background: white; border-radius: var(--r-xl); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow); animation: cardIn .7s cubic-bezier(.2,.8,.2,1) both; animation-delay: calc(var(--i) * 0.12s); transition: transform .35s, box-shadow .35s; }
.why__card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.why__media { position: relative; aspect-ratio: 16/9; overflow: hidden; background: linear-gradient(135deg, var(--surface-2), var(--surface-3)); }
.why__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.why__card:hover .why__media img { transform: scale(1.06); }
.why__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 30%, rgba(15, 10, 30, 0.65)); }
.why__num { position: absolute; bottom: 14px; left: 18px; font-family: var(--font-display); font-weight: 800; font-size: 36px; color: white; letter-spacing: -0.04em; z-index: 1; text-shadow: 0 2px 14px rgba(0,0,0,0.4); line-height: 1; }
.why__num::after { content: ""; display: block; width: 32px; height: 3px; background: linear-gradient(90deg, #A78BFA, #5EEAD4); margin-top: 8px; border-radius: 2px; }
.why__body { padding: 20px 22px 22px; }
.why__title { font-family: var(--font-display); font-weight: 800; font-size: 18px; letter-spacing: -0.02em; color: var(--ink); }
.why__desc { margin-top: 8px; font-size: 13.5px; color: var(--muted); line-height: 1.55; }

/* ===== FINAL CTA ===== */
.finalcta { padding: 0 16px 56px; background: white; }
.finalcta__inner { background: linear-gradient(135deg, #6D28D9 0%, #4C1D95 60%, #0F8C8B 100%); border-radius: var(--r-2xl); padding: 40px 24px; color: white; text-align: center; position: relative; overflow: hidden; box-shadow: var(--shadow-lg); }
.finalcta__shine { position: absolute; inset: 0; background: radial-gradient(circle at 20% 20%, rgba(255,255,255,0.18), transparent 40%), radial-gradient(circle at 80% 90%, rgba(94, 234, 212, 0.3), transparent 50%); animation: gradShift 10s ease-in-out infinite; }
.finalcta__inner > *:not(.finalcta__shine) { position: relative; }
.finalcta__eyebrow { font-size: 10.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.14em; color: #5EEAD4; margin-bottom: 12px; }
.finalcta__title { font-family: var(--font-display); font-weight: 800; font-size: 26px; line-height: 1.15; letter-spacing: -0.025em; }
.finalcta__sub { margin-top: 10px; font-size: 13.5px; color: rgba(255,255,255,0.75); margin-bottom: 22px; }
.finalcta__assure { margin-top: 16px; display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; font-size: 11.5px; color: rgba(255,255,255,0.72); }
.finalcta__assure span { display: inline-flex; align-items: center; gap: 5px; }

/* ===== FOOTER ===== */
.ftr { padding: 36px 20px 100px; text-align: center; border-top: 1px solid var(--line); background: white; }
.ftr__brand { display: inline-flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.ftr__tag { font-size: 12.5px; color: var(--muted); max-width: 320px; margin: 0 auto; line-height: 1.55; }
.ftr__links { margin-top: 18px; display: flex; justify-content: center; gap: 18px; flex-wrap: wrap; }
.ftr__links a { font-size: 12.5px; color: var(--ink-2); font-weight: 500; }
.ftr__links a:hover { color: var(--primary); }
.ftr__copy { margin-top: 18px; font-size: 10.5px; color: var(--muted-2); }

/* ===== FAB ===== */
.fab { position: fixed; bottom: 16px; left: 50%; transform: translateX(-50%); z-index: 40; background: linear-gradient(135deg, #8B5CF6, #6D28D9 60%, #0EA5A4); background-size: 200% 100%; color: white; padding: 11px 20px; border-radius: 999px; font-family: var(--font-display); font-weight: 700; font-size: 13px; box-shadow: 0 10px 30px rgba(124, 58, 237, 0.4); display: inline-flex; align-items: center; gap: 8px; transition: transform .2s, box-shadow .2s; animation: gradShift 6s ease-in-out infinite; }
.fab:hover { box-shadow: 0 14px 36px rgba(124, 58, 237, 0.55); }
.fab:active { transform: translateX(-50%) scale(0.96); }
.fab svg { animation: spin 6s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

/* ===== MODAL ===== */
.modal { position: fixed; inset: 0; z-index: 100; background: rgba(15, 10, 30, 0.55); backdrop-filter: blur(6px); display: flex; align-items: flex-end; justify-content: center; animation: modalFade .2s ease; }
@keyframes modalFade { from { opacity: 0; } to { opacity: 1; } }
.modal__sheet { background: white; width: 100%; max-width: 480px; max-height: 92vh; overflow-y: auto; border-radius: 28px 28px 0 0; padding: 22px 22px 28px; position: relative; animation: sheetUp .35s cubic-bezier(.2,.8,.2,1); box-shadow: 0 -10px 40px rgba(15, 10, 30, 0.3); }
@keyframes sheetUp { from { transform: translateY(100%); } to { transform: translateY(0); } }
.modal__close { position: absolute; top: 16px; right: 16px; width: 36px; height: 36px; border-radius: 50%; background: var(--surface-2); display: grid; place-items: center; color: var(--ink-2); z-index: 2; transition: background .15s; }
.modal__close:hover { background: var(--line-2); }
.modal__head { padding-right: 50px; margin-bottom: 18px; }
.modal__head h3 { font-family: var(--font-display); font-weight: 800; font-size: 24px; letter-spacing: -0.02em; color: var(--ink); }
.modal__head p { margin-top: 6px; font-size: 14px; color: var(--muted); }
.modal__steps { margin-top: 14px; display: flex; gap: 6px; }
.modal__steps span { flex: 1; height: 4px; border-radius: 2px; background: var(--line); transition: background .25s; }
.modal__steps span.is-on { background: linear-gradient(90deg, var(--primary), var(--teal)); }
.modal__form { display: flex; flex-direction: column; gap: 16px; }
.modal__step { display: flex; flex-direction: column; gap: 14px; animation: stepIn .25s ease; }
@keyframes stepIn { from { opacity: 0; transform: translateX(8px); } to { opacity: 1; transform: translateX(0); } }
.modal__step-label { font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--primary); font-weight: 700; }
.modal__row { display: flex; gap: 10px; align-items: center; }
.modal__row-grow { flex: 1; }
.field { display: block; }
.field__lbl { display: flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600; color: var(--ink); margin-bottom: 8px; }
.field__lbl em { color: var(--primary); font-style: normal; }
.field__err { margin-left: auto; font-size: 11px; color: #DC2626; font-weight: 500; }
.field input, .field textarea { width: 100%; padding: 14px 16px; border-radius: 14px; border: 1.5px solid var(--line-2); background: var(--surface-2); font-size: 14px; color: var(--ink); outline: none; transition: border-color .15s, background .15s, box-shadow .15s; font-family: inherit; }
.field textarea { resize: vertical; min-height: 80px; }
.field input::placeholder, .field textarea::placeholder { color: var(--muted-2); }
.field input:focus, .field textarea:focus { border-color: var(--primary); background: white; box-shadow: 0 0 0 4px rgba(124, 58, 237, 0.1); }
.field--err input, .field--err textarea { border-color: #FCA5A5; background: #FEF2F2; }

.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { padding: 9px 13px; background: var(--surface-2); border: 1.5px solid var(--line-2); border-radius: 999px; font-size: 12.5px; font-weight: 600; color: var(--ink-2); display: inline-flex; align-items: center; gap: 5px; transition: all .15s; }
.chip:hover { border-color: var(--primary); color: var(--primary); }
.chip.is-on { background: var(--primary-soft); border-color: var(--primary); color: var(--primary-2); }

.consent { display: flex; align-items: flex-start; gap: 10px; padding: 12px; background: var(--surface-2); border-radius: 12px; border: 1.5px solid var(--line-2); cursor: pointer; }
.consent input { width: 18px; height: 18px; accent-color: var(--primary); margin-top: 1px; flex-shrink: 0; }
.consent span { font-size: 12.5px; color: var(--ink-2); line-height: 1.45; }
.consent--err { border-color: #FCA5A5; background: #FEF2F2; }

.modal__privacy { margin-top: 4px; display: flex; align-items: center; justify-content: center; gap: 6px; font-size: 12px; color: var(--muted); }
.modal__privacy svg { color: var(--teal); }

.modal__success { text-align: center; padding: 16px 8px 8px; }
.modal__success-ring { width: 80px; height: 80px; border-radius: 50%; background: linear-gradient(135deg, #10B981, #0EA5A4); display: grid; place-items: center; color: white; margin: 0 auto 18px; box-shadow: 0 12px 32px rgba(14, 165, 164, 0.3); animation: pop .4s cubic-bezier(.2,.8,.2,1); }
@keyframes pop { from { transform: scale(0.6); opacity: 0; } to { transform: scale(1); opacity: 1; } }
.modal__success h3 { font-family: var(--font-display); font-weight: 800; font-size: 24px; color: var(--ink); letter-spacing: -0.02em; }
.modal__success > p { margin-top: 8px; font-size: 14px; color: var(--muted); line-height: 1.5; }
.modal__success-card { margin: 22px 0; background: var(--surface-2); border: 1px solid var(--line); border-radius: var(--r-md); padding: 14px; text-align: left; }
.modal__success-row { display: flex; justify-content: space-between; font-size: 13px; padding: 6px 0; gap: 12px; }
.modal__success-row + .modal__success-row { border-top: 1px solid var(--line); }
.modal__success-row span { color: var(--muted); }
.modal__success-row b { color: var(--ink); font-weight: 600; text-align: right; }

@media (min-width: 640px) {
  body { background: radial-gradient(circle at 50% 0%, rgba(167, 139, 250, 0.06), transparent 40%), white; }
  .app { min-height: 100vh; }
}

@media (min-width: 768px) {
  .hdr,
  .hero,
  .section,
  .finalcta,
  .ftr {
    /* max-width: 1200px; */
    margin-left: auto;
    margin-right: auto;
  }

  .hdr,
  .hero,
  .section,
  .ftr {
    padding-left: clamp(28px, 4vw, 52px);
    padding-right: clamp(28px, 4vw, 52px);
  }

  .hero {
    padding-top: 40px;
    padding-bottom: 64px;
  }

  .hero__title {
    max-width: 14ch;
    font-size: clamp(42px, 5.8vw, 64px);
  }

  .hero__sub {
    max-width: 72ch;
    font-size: 18px;
  }

  .hero__trust {
    margin-top: 36px;
    text-align: left;
  }

  .hero__trust-row {
    justify-content: flex-start;
    gap: 12px;
  }

  .section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section__title {
    max-width: 24ch;
    font-size: clamp(32px, 4vw, 44px);
  }

  .section__sub {
    max-width: 76ch;
    font-size: 16px;
  }

  .flag {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .stats {
    max-width: 720px;
    padding: 24px;
    gap: 16px;
  }

  .mods {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }

  .results {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
  }

  .checks {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .comp {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .ent {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .why {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }

  .finalcta {
    padding-left: clamp(28px, 4vw, 52px);
    padding-right: clamp(28px, 4vw, 52px);
  }

  .finalcta__inner {
    padding: 56px 48px;
  }

  .ftr {
    padding-bottom: 64px;
  }

  .fab {
    right: 20px;
    left: auto;
    transform: none;
  }

  .fab:active {
    transform: scale(0.96);
  }

  .hdr__menu {
    display: grid;
  }

  .modal {
    align-items: center;
    padding: 22px;
  }

  .modal__sheet {
    max-width: 720px;
    border-radius: 24px;
    max-height: min(90vh, 860px);
  }
}

@media (min-width: 1200px) {
  /* .hdr,
  .hero,
  .section,
  .finalcta,
  .ftr {
    max-width: 1360px;
  } */

  .hdr,
  .hero,
  .section,
  .ftr,
  .finalcta {
    padding-left: clamp(40px, 6vw, 112px);
    padding-right: clamp(40px, 6vw, 112px);
  }

  .hero {
    padding-top: 56px;
    padding-bottom: 84px;
  }

  .hero__title {
    font-size: clamp(56px, 4.8vw, 80px);
  }

  .hero__sub {
    max-width: 68ch;
  }

  .section {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .flag {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
  }

  #clinical .flag,
  #ops .flag {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .mods {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
  }

  .comp {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ent {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .section--dark {
    margin-left: clamp(24px, 3vw, 44px);
    margin-right: clamp(24px, 3vw, 44px);
  }
}

[hidden] { display: none !important; }
