:root {
  --midnight: #071a2b;
  --navy: #1b4564;
  --mint: #2ef2a0;
  --lime: #c8ff3d;
  --coral: #ff9273;
  --ice: #f2f8ff;
  --surface: #ffffff;
  --panel: #e6f0f5;
  --slate: #6f8799;
  --line: #cbdce7;
  --display: "Sora", sans-serif;
  --body: "Inter", sans-serif;
  --shell: min(1440px, calc(100vw - 96px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-snap-type: y proximity; }
body { margin: 0; background: var(--midnight); color: var(--midnight); font-family: var(--body); overflow-x: hidden; }
a { color: inherit; }
svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 12px 18px; border-radius: 12px; background: var(--surface); translate: 0 -180%; transition: translate 180ms ease; }
.skip-link:focus { translate: 0; }

.site-header { position: fixed; z-index: 40; top: 18px; left: 50%; width: min(1360px, calc(100vw - 48px)); min-height: 64px; padding: 9px 10px 9px 18px; border: 1px solid rgba(242,248,255,.16); border-radius: 22px; background: rgba(7,26,43,.82); color: var(--ice); display: flex; align-items: center; justify-content: space-between; gap: 24px; translate: -50% 0; box-shadow: 0 18px 60px rgba(1,10,17,.18); backdrop-filter: blur(18px); transition: background 220ms ease, color 220ms ease, border-color 220ms ease; }
.site-header.is-light { background: rgba(255,255,255,.85); color: var(--midnight); border-color: rgba(7,26,43,.12); }
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; font-family: var(--display); font-size: 18px; font-weight: 600; letter-spacing: 1px; }
.brand b { color: var(--mint); }
.brand-loop { position: relative; width: 32px; height: 28px; display: block; }
.brand-loop::before { content: ""; position: absolute; inset: 5px 3px 3px; border: 1.5px solid rgba(46,242,160,.65); border-radius: 50%; rotate: -17deg; }
.brand-loop i { position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 12px rgba(46,242,160,.55); }
.brand-loop i:nth-child(1) { left: 3px; top: 13px; background: var(--coral); }
.brand-loop i:nth-child(2) { left: 11px; top: 3px; }
.brand-loop i:nth-child(3) { right: 3px; top: 9px; background: var(--lime); }
.brand-loop i:nth-child(4) { right: 7px; bottom: 0; }
.brand-loop i:nth-child(5) { left: 8px; bottom: 1px; background: var(--navy); }
.chapter-nav { display: flex; gap: 8px; }
.chapter-nav a { min-height: 44px; padding: 0 15px; border-radius: 14px; display: grid; place-items: center; color: inherit; font-size: 13px; font-weight: 600; text-decoration: none; opacity: .72; transition: opacity 180ms ease, background 180ms ease; }
.chapter-nav a:hover, .chapter-nav a.is-active { background: rgba(46,242,160,.12); opacity: 1; }
.header-cta { min-height: 46px; padding: 0 19px; border-radius: 14px; display: flex; align-items: center; gap: 9px; background: var(--mint); color: var(--midnight); font-weight: 800; font-size: 13px; text-decoration: none; }

.slide { position: relative; min-height: 100svh; scroll-snap-align: start; overflow: hidden; isolation: isolate; }
.slide-shell { position: relative; z-index: 2; width: var(--shell); min-height: 100svh; margin: 0 auto; padding: 118px 0 88px; }
.chapter-marker { position: absolute; z-index: 4; right: max(28px, calc((100vw - 1440px) / 2)); bottom: 28px; display: flex; align-items: center; gap: 10px; color: var(--ice); font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; }
.chapter-marker span { font-family: var(--display); font-weight: 700; }
.chapter-marker i { display: block; width: 34px; height: 1px; background: currentColor; opacity: .35; }
.chapter-marker small { opacity: .65; }
.chapter-marker.dark { color: var(--midnight); }
.kicker { margin: 0 0 24px; display: flex; align-items: center; gap: 11px; color: var(--mint); font-size: 12px; font-weight: 800; letter-spacing: 2px; line-height: 1.4; text-transform: uppercase; }
.kicker span { width: 26px; height: 2px; background: currentColor; }
.kicker.dark { color: var(--navy); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); }
h1 em, h2 em { color: var(--mint); font-style: normal; }
.button { min-height: 54px; padding: 0 22px; border: 1px solid transparent; border-radius: 16px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; font-size: 15px; font-weight: 800; text-decoration: none; transition: translate 180ms ease, box-shadow 180ms ease, background 180ms ease; }
.button:hover { translate: 0 -2px; }
.button svg { width: 20px; height: 20px; }
.button-primary { background: var(--mint); color: var(--midnight); box-shadow: 0 14px 40px rgba(46,242,160,.2); }
.button-primary:hover { box-shadow: 0 18px 48px rgba(46,242,160,.28); }
.button-ghost { border-color: rgba(242,248,255,.26); color: var(--ice); background: rgba(242,248,255,.05); }
.reveal { opacity: 0; translate: 0 24px; transition: opacity 650ms cubic-bezier(.16,1,.3,1), translate 650ms cubic-bezier(.16,1,.3,1); }
.reveal.is-visible { opacity: 1; translate: 0; }

/* 01 — Hero */
.hero-slide { background: var(--midnight); color: var(--ice); }
.hero-grid, .progress-grid-bg { position: absolute; inset: 0; background-image: linear-gradient(rgba(242,248,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(242,248,255,.035) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to right, #000, transparent 78%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(100px); opacity: .28; }
.glow-one { width: 580px; height: 580px; top: -240px; left: 30%; background: var(--mint); }
.glow-two { width: 480px; height: 480px; right: -180px; bottom: -220px; background: var(--lime); opacity: .11; }
.hero-layout { display: grid; grid-template-columns: minmax(0, .94fr) minmax(520px, 1.06fr); align-items: center; gap: clamp(44px, 6vw, 96px); }
.hero-copy { max-width: 690px; }
.hero-copy h1 { max-width: 680px; margin-bottom: 28px; font-size: clamp(58px, 5.4vw, 88px); line-height: .98; letter-spacing: -.055em; }
.hero-description { max-width: 650px; margin-bottom: 34px; color: #b8cad7; font-size: clamp(18px, 1.45vw, 22px); line-height: 1.62; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.category-line { margin-top: 36px; display: flex; align-items: center; flex-wrap: wrap; gap: 12px; color: #aac0d0; font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.category-line i { width: 4px; height: 4px; border-radius: 50%; background: var(--coral); }
.hero-media { width: 100%; justify-self: end; }
.video-frame { position: relative; width: min(100%, 680px); margin-left: auto; padding: 12px; border: 1px solid rgba(242,248,255,.17); border-radius: 36px; background: rgba(242,248,255,.06); box-shadow: 0 55px 140px rgba(0,0,0,.34); }
.video-frame::after { content: ""; pointer-events: none; position: absolute; inset: 12px; border-radius: 26px; box-shadow: inset 0 0 0 1px rgba(242,248,255,.08); }
.video-frame video { display: block; width: 100%; aspect-ratio: 1; border-radius: 26px; object-fit: cover; background: var(--midnight); }
.video-label { position: absolute; z-index: 2; top: 26px; left: 28px; right: 28px; display: flex; align-items: center; gap: 10px; color: rgba(242,248,255,.82); font-size: 10px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; }
.video-label span { width: 8px; height: 8px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 14px var(--mint); }
.video-label small { margin-left: auto; font-size: 9px; opacity: .55; }

/* 02 — Vision */
.vision-slide { background: var(--surface); }
.vision-layout { display: grid; grid-template-columns: minmax(420px, .82fr) minmax(580px, 1.18fr); align-items: center; gap: clamp(60px, 8vw, 130px); }
.section-intro h2, .section-heading h2, .progress-copy h2, .ecosystem-copy h2 { margin-bottom: 24px; font-size: clamp(45px, 4.25vw, 70px); line-height: 1.04; letter-spacing: -.05em; }
.section-intro h2 em, .ecosystem-copy h2 em { color: var(--navy); }
.section-intro > p, .section-heading > p, .progress-copy > p, .ecosystem-copy > p { color: #597286; font-size: 18px; line-height: 1.65; }
.origin-note { margin-top: 36px; padding-top: 28px; border-top: 1px solid var(--line); display: flex; align-items: flex-start; gap: 17px; }
.origin-note .origin-mark { flex: 0 0 auto; width: 42px; height: 42px; border-radius: 14px; display: grid; place-items: center; background: var(--navy); color: var(--mint); font-family: var(--display); font-weight: 700; }
.origin-note p { margin: 0; color: #597286; font-size: 14px; line-height: 1.6; }
.category-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.category-card { position: relative; min-height: 250px; padding: 28px; border: 1px solid var(--line); border-radius: 26px; background: var(--ice); transition: translate 220ms ease, box-shadow 220ms ease, border-color 220ms ease; overflow: hidden; }
.category-card:hover { translate: 0 -5px; border-color: transparent; box-shadow: 0 22px 55px rgba(19,54,78,.12); }
.category-card::after { content: ""; position: absolute; right: -50px; bottom: -75px; width: 150px; height: 150px; border-radius: 50%; background: currentColor; opacity: .08; }
.category-icon { width: 54px; height: 54px; margin-bottom: 28px; border-radius: 17px; display: grid; place-items: center; background: var(--surface); box-shadow: 0 10px 28px rgba(7,26,43,.08); }
.category-icon svg { width: 25px; height: 25px; }
.category-card small { position: absolute; top: 28px; right: 28px; color: var(--slate); font-family: var(--display); font-size: 11px; font-weight: 700; }
.category-card h3 { margin-bottom: 8px; color: var(--midnight); font-size: 24px; letter-spacing: -.03em; }
.category-card p { margin: 0; color: #60798b; font-size: 14px; line-height: 1.55; }
.category-card.jobs { color: var(--navy); }
.category-card.services { color: #08a96c; }
.category-card.products { color: #dc755a; }
.category-card.deals { color: #799d00; }

/* 03 — Journey */
.journey-slide { background: var(--ice); }
.journey-layout { display: flex; flex-direction: column; justify-content: center; }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 80px; }
.section-heading h2 { margin: 0; }
.section-heading h2 em { color: #4b6d13; }
.journey-steps { position: relative; z-index: 2; margin: 64px 0 28px; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.journey-steps::before { content: ""; position: absolute; z-index: -1; left: 10%; right: 10%; top: 91px; height: 2px; background: linear-gradient(90deg, var(--navy), var(--mint), var(--lime)); opacity: .28; }
.journey-steps li { position: relative; min-height: 270px; padding: 26px; border: 1px solid var(--line); border-radius: 25px; background: rgba(255,255,255,.88); box-shadow: 0 15px 45px rgba(25,62,87,.06); }
.journey-steps li.reward-step { background: var(--midnight); border-color: var(--midnight); color: var(--ice); }
.step-number { position: absolute; top: 28px; right: 28px; color: var(--slate); font-size: 11px; font-weight: 800; }
.step-icon { width: 60px; height: 60px; margin-bottom: 42px; border-radius: 20px; display: grid; place-items: center; background: var(--panel); color: var(--navy); }
.step-icon svg { width: 26px; height: 26px; }
.reward-step .step-icon { background: var(--lime); color: var(--midnight); }
.journey-steps h3 { margin-bottom: 10px; font-size: 25px; }
.journey-steps p { margin: 0; color: #637d90; font-size: 14px; line-height: 1.55; }
.reward-step p { color: #aac0d0; }
.trust-strip { align-self: center; min-height: 62px; padding: 12px 24px; border-radius: 19px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 14px 22px; background: var(--surface); color: #627a8d; box-shadow: 0 14px 38px rgba(25,62,87,.08); font-size: 14px; }
.trust-strip strong { color: var(--midnight); }
.trust-icon { width: 35px; height: 35px; border-radius: 12px; display: grid; place-items: center; background: rgba(46,242,160,.16); color: #0b9d67; }
.trust-icon svg { width: 19px; height: 19px; }
.journey-orbit { position: absolute; right: -180px; top: -180px; width: 560px; height: 560px; border: 1px solid rgba(27,69,100,.1); border-radius: 50%; }
.journey-orbit i { position: absolute; width: 18px; height: 18px; border-radius: 50%; background: var(--mint); }
.journey-orbit i:nth-child(1) { left: 80px; bottom: 80px; background: var(--coral); }
.journey-orbit i:nth-child(2) { left: -8px; top: 45%; }
.journey-orbit i:nth-child(3) { right: 42px; bottom: 120px; background: var(--lime); }
.journey-orbit i:nth-child(4) { left: 190px; bottom: -8px; background: var(--navy); }

/* 04 — Progress */
.progress-slide { background: var(--midnight); color: var(--ice); }
.progress-grid-bg { mask-image: radial-gradient(circle at 70% 50%, #000, transparent 60%); }
.progress-layout { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(60px, 8vw, 130px); }
.progress-copy h2 em { color: var(--lime); }
.progress-copy > p { color: #acc0cf; }
.level-path { margin: 38px 0 32px; display: flex; align-items: center; gap: 8px; }
.level-path span { color: #7892a4; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.level-path span.done { color: var(--mint); }
.level-path span.active { padding: 8px 12px; border-radius: 99px; background: var(--mint); color: var(--midnight); }
.level-path i { flex: 1; min-width: 10px; height: 1px; background: rgba(242,248,255,.2); }
.progress-principle { padding-left: 20px; border-left: 3px solid var(--coral); color: var(--ice) !important; font-weight: 600; }
.progress-cards { position: relative; }
.level-card { position: relative; min-height: 410px; padding: 38px; border: 1px solid rgba(242,248,255,.12); border-radius: 34px; background: linear-gradient(145deg, #0b253a, #0b1f30); box-shadow: 0 40px 100px rgba(0,0,0,.26); overflow: hidden; }
.level-card::after { content: ""; position: absolute; width: 330px; height: 330px; right: -150px; top: -170px; border-radius: 50%; background: var(--navy); opacity: .55; }
.level-card-top { position: relative; z-index: 2; display: flex; justify-content: space-between; color: var(--mint); font-size: 13px; font-weight: 800; letter-spacing: 2px; }
.level-card h3 { position: relative; z-index: 2; max-width: 540px; margin: 38px 0 40px; font-size: clamp(30px, 2.5vw, 42px); line-height: 1.1; }
.animated-progress { position: relative; z-index: 2; height: 12px; border-radius: 99px; background: rgba(162,190,208,.25); overflow: hidden; }
.animated-progress span { display: block; width: 72%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--mint), var(--lime)); position: relative; overflow: hidden; }
.animated-progress span::after { content: ""; position: absolute; inset: 0; width: 42%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.75), transparent); animation: progress-shine 1.8s linear infinite; }
@keyframes progress-shine { from { translate: -120% 0; } to { translate: 340% 0; } }
.xp-line { position: relative; z-index: 2; margin-top: 15px; display: flex; gap: 9px; color: #a9c0d0; }
.xp-line strong { color: var(--ice); }
.level-card > p { position: relative; z-index: 2; margin: 12px 0 0; color: var(--lime); font-size: 14px; }
.level-nodes { position: absolute; right: 20px; bottom: -80px; width: 230px; height: 230px; border: 1px solid rgba(46,242,160,.38); border-radius: 50%; }
.level-nodes i { position: absolute; width: 20px; height: 20px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 22px rgba(46,242,160,.5); }
.level-nodes i:nth-child(1) { left: -5px; top: 95px; background: var(--coral); }
.level-nodes i:nth-child(2) { left: 84px; top: -8px; }
.level-nodes i:nth-child(3) { right: -5px; top: 90px; background: var(--lime); }
.level-nodes i:nth-child(4) { left: 62px; bottom: -6px; }
.trust-score-card { position: relative; width: 72%; min-height: 152px; margin: -48px 0 0 -52px; padding: 25px 28px; border: 1px solid rgba(242,248,255,.18); border-radius: 25px; display: flex; align-items: center; gap: 22px; background: rgba(27,69,100,.92); box-shadow: 0 22px 60px rgba(0,0,0,.3); backdrop-filter: blur(14px); }
.score-ring { flex: 0 0 auto; width: 84px; height: 84px; border-radius: 50%; display: grid; place-items: center; background: conic-gradient(var(--mint) 0 88%, rgba(242,248,255,.16) 88% 100%); }
.score-ring::before { content: ""; position: absolute; width: 67px; height: 67px; border-radius: 50%; background: var(--navy); }
.score-ring span { position: relative; z-index: 1; font-family: var(--display); font-size: 25px; font-weight: 700; }
.trust-score-card small { color: var(--mint); font-size: 10px; font-weight: 800; letter-spacing: 1.5px; }
.trust-score-card h3 { margin: 5px 0 3px; font-size: 19px; }
.trust-score-card p { margin: 0; color: #bdd0dd; font-size: 12px; line-height: 1.45; }

/* 05 — Ecosystem */
.ecosystem-slide { background: var(--surface); }
.ecosystem-layout { display: grid; grid-template-columns: .86fr 1.14fr; grid-template-rows: 1fr auto; align-items: center; gap: 40px clamp(60px, 8vw, 120px); }
.ecosystem-copy h2 em { color: #3f6410; }
.stakeholder-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.stakeholder-grid article { min-height: 175px; padding: 26px; border-radius: 23px; background: var(--ice); border: 1px solid var(--line); }
.stakeholder-grid article:nth-child(4) { background: var(--midnight); color: var(--ice); border-color: var(--midnight); }
.stakeholder-grid span { color: #7890a1; font-size: 10px; font-weight: 800; }
.stakeholder-grid h3 { margin: 24px 0 8px; font-size: 21px; }
.stakeholder-grid p { margin: 0; color: #61798b; font-size: 13px; line-height: 1.5; }
.stakeholder-grid article:nth-child(4) p { color: #a9bfce; }
.closing-cta { grid-column: 1 / -1; min-height: 142px; padding: 28px 32px; border-radius: 28px; display: flex; align-items: center; justify-content: space-between; gap: 36px; background: var(--midnight); color: var(--ice); }
.closing-cta span { color: var(--mint); font-size: 10px; font-weight: 800; letter-spacing: 1.8px; }
.closing-cta h3 { max-width: 760px; margin: 8px 0 0; font-size: clamp(22px, 2vw, 31px); line-height: 1.25; }
.ecosystem-network { position: absolute; width: 520px; height: 520px; left: -290px; top: -260px; border: 1px solid rgba(27,69,100,.1); border-radius: 50%; }
.ecosystem-network i { position: absolute; width: 17px; height: 17px; border-radius: 50%; background: var(--mint); }
.ecosystem-network i:nth-child(2) { right: 56px; bottom: 82px; background: var(--coral); }
.ecosystem-network i:nth-child(3) { right: -7px; top: 50%; background: var(--lime); }
.ecosystem-network i:nth-child(4) { right: 115px; bottom: -3px; background: var(--navy); }
.ecosystem-network i:nth-child(5) { right: 18px; top: 100px; }
.site-footer { position: absolute; z-index: 4; left: max(28px, calc((100vw - 1440px) / 2)); right: max(28px, calc((100vw - 1440px) / 2)); bottom: 25px; display: flex; justify-content: space-between; color: #71899b; font-size: 11px; }
.site-footer a { text-decoration: none; font-weight: 700; }
.ecosystem-slide .chapter-marker { display: none; }

@media (max-width: 1180px) {
  :root { --shell: calc(100vw - 56px); }
  .hero-layout { grid-template-columns: 1fr 500px; gap: 34px; }
  .hero-copy h1 { font-size: 62px; }
  .vision-layout, .progress-layout, .ecosystem-layout { gap: 48px; }
  .trust-score-card { width: 82%; }
}

@media (max-width: 900px) {
  html { scroll-snap-type: none; }
  .site-header { width: calc(100vw - 28px); top: 10px; min-height: 58px; border-radius: 18px; }
  .chapter-nav { display: none; }
  .slide-shell { padding: 104px 0 84px; }
  .hero-layout, .vision-layout, .progress-layout, .ecosystem-layout { grid-template-columns: 1fr; }
  .hero-layout { gap: 54px; }
  .hero-copy h1 { font-size: clamp(48px, 11vw, 72px); }
  .hero-media { justify-self: center; }
  .video-frame { margin: 0 auto; }
  .vision-layout, .progress-layout { gap: 52px; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }
  .journey-steps { grid-template-columns: repeat(2, 1fr); }
  .journey-steps::before { display: none; }
  .ecosystem-layout { grid-template-rows: auto; }
  .closing-cta { grid-column: auto; }
  .chapter-marker { display: none; }
  .site-footer { position: relative; left: auto; right: auto; bottom: auto; width: var(--shell); margin: -58px auto 0; padding: 20px 0; }
}

@media (max-width: 620px) {
  :root { --shell: calc(100vw - 36px); }
  .site-header { padding-left: 13px; }
  .header-cta { min-height: 42px; padding: 0 14px; }
  .hero-copy h1 { font-size: clamp(44px, 13.6vw, 62px); }
  .hero-description { font-size: 17px; }
  .hero-actions { align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .video-frame { padding: 7px; border-radius: 24px; }
  .video-frame video { border-radius: 18px; }
  .video-label { top: 18px; left: 20px; right: 20px; }
  .category-grid, .journey-steps, .stakeholder-grid { grid-template-columns: 1fr; }
  .category-card { min-height: 210px; }
  .section-intro h2, .section-heading h2, .progress-copy h2, .ecosystem-copy h2 { font-size: 42px; }
  .trust-strip { justify-content: flex-start; }
  .level-card { min-height: 360px; padding: 28px; }
  .level-card h3 { margin-top: 32px; }
  .level-path { flex-wrap: wrap; }
  .level-path i { flex: 0 0 12px; }
  .trust-score-card { width: calc(100% - 18px); margin: -32px 0 0 18px; }
  .closing-cta { align-items: flex-start; flex-direction: column; }
  .closing-cta .button { width: 100%; }
  .site-footer { align-items: flex-start; flex-direction: column; gap: 9px; }
}

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

@media print {
  @page { size: landscape; margin: 0; }
  .site-header, .chapter-marker, .site-footer { display: none !important; }
  .slide { min-height: 100vh; break-after: page; print-color-adjust: exact; -webkit-print-color-adjust: exact; }
  .slide:last-child { break-after: auto; }
  .reveal { opacity: 1; translate: 0; }
}
