:root {
  --join: #d72d3d;
  --join-dark: #a9162a;
  --magenta: #ad0b4a;
  --magenta-2: #c52a6a;
  --rose: #f5c8d8;
  --rose-soft: #fff3f7;
  --rose-wash: #fff9fb;
  --teal: #119dac;
  --violet: #6553c7;
  --green: #648a2b;
  --orange: #dc7b2d;
  --ink: #17202c;
  --muted: #697386;
  --line: rgba(23, 32, 44, .12);
  --paper: #ffffff;
  --shadow-sm: 0 12px 32px rgba(46, 14, 29, .08);
  --shadow: 0 24px 70px rgba(70, 12, 39, .14);
  --radius-sm: 14px;
  --radius: 24px;
  --radius-lg: 38px;
  --container: 1220px;
  --header-h: 78px;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 24px); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; overflow-x: hidden; }
body.modal-open { overflow: hidden; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img { max-width: 100%; display: block; }
svg { display: block; }
::selection { color: #fff; background: var(--magenta); }

.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 1.25em; height: 1.25em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; }
.icon-xl { width: 3rem; height: 3rem; }
.container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }
.story-section { position: relative; min-height: 88vh; padding: 120px 0; isolation: isolate; }

.scroll-progress { position: fixed; z-index: 120; inset: 0 0 auto 0; height: 3px; background: transparent; pointer-events: none; }
.scroll-progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--join), var(--magenta-2)); box-shadow: 0 0 16px rgba(198, 25, 90, .45); }

.site-header { position: fixed; z-index: 110; inset: 0 0 auto 0; height: var(--header-h); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 26px; padding: 0 34px; background: rgba(255, 255, 255, .82); border-bottom: 1px solid rgba(23, 32, 44, .08); backdrop-filter: blur(18px) saturate(150%); -webkit-backdrop-filter: blur(18px) saturate(150%); transition: box-shadow .3s ease, background .3s ease; }
.site-header.scrolled { background: rgba(255, 255, 255, .94); box-shadow: 0 8px 34px rgba(28, 20, 24, .08); }
.brand { display: inline-flex; align-items: center; width: 112px; }
.brand img { width: 100%; mix-blend-mode: multiply; }
.site-nav { justify-self: center; display: flex; align-items: center; gap: 28px; }
.site-nav a { position: relative; padding: 12px 0; color: #3b4350; text-decoration: none; font-size: .93rem; font-weight: 700; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 7px; height: 2px; background: var(--magenta); transition: right .25s ease; }
.site-nav a:hover::after, .site-nav a.active::after { right: 0; }
.site-nav a.active { color: var(--magenta); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.nav-toggle { display: none; border: 0; background: transparent; color: var(--ink); padding: 9px; border-radius: 12px; cursor: pointer; }

.button { border: 1px solid transparent; border-radius: 999px; min-height: 46px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; text-decoration: none; font-weight: 800; font-size: .93rem; cursor: pointer; transition: transform .22s var(--ease), box-shadow .22s var(--ease), background .22s ease, color .22s ease, border-color .22s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .site-nav a:focus-visible, summary:focus-visible, .feature-item:focus-visible, .monthly-tabs button:focus-visible, .nav-toggle:focus-visible { outline: 3px solid rgba(173, 11, 74, .22); outline-offset: 3px; }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--join), var(--magenta)); box-shadow: 0 12px 30px rgba(173, 11, 74, .24); }
.button-primary:hover { box-shadow: 0 18px 38px rgba(173, 11, 74, .32); }
.button-soft { color: var(--magenta); background: rgba(255, 255, 255, .72); border-color: rgba(173, 11, 74, .15); box-shadow: var(--shadow-sm); }
.button-ghost { color: #3b4350; background: transparent; border-color: rgba(23, 32, 44, .13); }
.button-large { min-height: 54px; padding-inline: 26px; }

.eyebrow { margin: 0 0 18px; display: flex; align-items: center; gap: 12px; color: var(--magenta); font-size: .8rem; line-height: 1.2; letter-spacing: .16em; text-transform: uppercase; font-weight: 900; }
.eyebrow span { display: block; width: 42px; height: 3px; border-radius: 99px; background: linear-gradient(90deg, var(--join), var(--magenta)); }
h1, h2, h3, p { text-wrap: pretty; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.035em; }
h1 { margin: 0; font-size: clamp(3.1rem, 6vw, 6rem); max-width: 900px; }
h1 em { color: var(--magenta); font-style: normal; }
h2 { margin: 0; font-size: clamp(2.5rem, 4.6vw, 4.6rem); }
h3 { margin: 0; font-size: 1.25rem; }
.section-heading { max-width: 940px; margin-bottom: 58px; }
.section-heading > p:last-child { max-width: 780px; margin: 22px 0 0; color: var(--muted); font-size: clamp(1.04rem, 2vw, 1.25rem); }

.hero { min-height: 100vh; padding-top: calc(var(--header-h) + 86px); padding-bottom: 54px; background:
  radial-gradient(circle at 9% 12%, rgba(250, 205, 222, .58), transparent 31%),
  radial-gradient(circle at 74% 18%, rgba(219, 239, 243, .76), transparent 29%),
  linear-gradient(180deg, #fff 0%, #fff9fb 72%, #fff 100%); overflow: hidden; }
.hero::before { content: ""; position: absolute; z-index: -2; width: 760px; height: 760px; border: 1px solid rgba(173, 11, 74, .12); border-radius: 50%; right: -230px; top: 80px; box-shadow: inset 0 0 0 74px rgba(255,255,255,.26), inset 0 0 0 75px rgba(173,11,74,.06), inset 0 0 0 154px rgba(255,255,255,.3), inset 0 0 0 155px rgba(17,157,172,.06); }
.hero::after { content: ""; position: absolute; z-index: -3; inset: auto 0 0 0; height: 220px; background: url("/assets/pink-wave.webp") bottom left / min(100%, 1400px) auto no-repeat; opacity: .58; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.28fr) minmax(330px, .72fr); align-items: center; gap: 42px; }
.hero-copy { position: relative; z-index: 2; }
.hero-lead { max-width: 720px; margin: 28px 0 0; color: #4c5665; font-size: clamp(1.1rem, 2vw, 1.35rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-metrics { margin: 42px 0 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; max-width: 690px; }
.hero-metrics div { padding: 18px 18px 17px; border: 1px solid rgba(173, 11, 74, .11); border-radius: 18px; background: rgba(255, 255, 255, .69); box-shadow: 0 10px 40px rgba(120, 25, 60, .06); backdrop-filter: blur(8px); }
.hero-metrics dt { color: var(--magenta); font-weight: 900; font-size: 1.36rem; letter-spacing: -.03em; }
.hero-metrics dd { margin: 2px 0 0; color: var(--muted); font-size: .83rem; }
.hero-visual { min-height: 680px; position: relative; display: flex; align-items: flex-end; justify-content: flex-end; }
.hero-figure { position: relative; z-index: 1; height: min(76vh, 720px); width: auto; mix-blend-mode: multiply; mask-image: linear-gradient(90deg, transparent 0, rgba(0,0,0,.7) 11%, #000 22%, #000 100%); filter: saturate(.96) contrast(.98); }
.halo { position: absolute; border-radius: 50%; border: 1px solid rgba(173, 11, 74, .18); }
.halo-one { width: 480px; height: 480px; right: -25px; top: 100px; animation: rotate 28s linear infinite; }
.halo-one::before, .halo-one::after, .halo-two::before { content: ""; position: absolute; width: 10px; height: 10px; border-radius: 50%; background: var(--magenta); box-shadow: 0 0 0 7px rgba(173,11,74,.1); }
.halo-one::before { left: 36px; top: 89px; }.halo-one::after { right: 32px; bottom: 110px; }
.halo-two { width: 355px; height: 355px; right: 42px; top: 164px; border-color: rgba(17, 157, 172, .18); animation: rotate 20s linear infinite reverse; }
.halo-two::before { background: var(--teal); right: 42px; top: 18px; box-shadow: 0 0 0 7px rgba(17,157,172,.1); }
.floating-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; padding: 12px 15px; border: 1px solid rgba(173, 11, 74, .1); border-radius: 16px; color: #323a46; background: rgba(255,255,255,.84); box-shadow: var(--shadow-sm); backdrop-filter: blur(14px); font-size: .82rem; font-weight: 800; animation: float 5.5s ease-in-out infinite; }
.floating-card .icon { color: var(--magenta); }
.floating-card-one { left: -30px; top: 180px; }.floating-card-two { right: -22px; top: 330px; animation-delay: .7s; }.floating-card-three { left: 12px; bottom: 110px; animation-delay: 1.4s; }
.hero-network i { position: absolute; z-index: -1; left: var(--x); top: var(--y); width: 7px; height: 7px; border-radius: 50%; background: rgba(173,11,74,.32); box-shadow: 0 0 0 8px rgba(173,11,74,.04); animation: pulse 3s ease-in-out var(--d) infinite; }
.partner-strip { margin-top: 42px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.partner-strip article { min-height: 112px; display: grid; grid-template-columns: 78px 1fr; grid-template-rows: auto 1fr; column-gap: 14px; align-items: center; padding: 14px 18px; border: 1px solid rgba(23, 32, 44, .08); border-radius: 18px; background: rgba(255,255,255,.78); box-shadow: var(--shadow-sm); }
.partner-strip img { grid-row: 1 / 3; max-height: 76px; max-width: 76px; object-fit: contain; mix-blend-mode: multiply; justify-self: center; }
.partner-strip article:nth-child(2) img { max-width: 110px; width: 110px; }
.partner-role { align-self: end; color: var(--magenta); text-transform: uppercase; letter-spacing: .13em; font-size: .65rem; font-weight: 900; }
.partner-strip p { align-self: start; margin: 2px 0 0; font-weight: 800; font-size: .88rem; line-height: 1.25; }

.objective { background: #fff; }
.objective::before { content: ""; position: absolute; z-index: -1; inset: 0; background-image: radial-gradient(rgba(173, 11, 74, .12) 1px, transparent 1px); background-size: 28px 28px; mask-image: linear-gradient(90deg, transparent, #000 60%, transparent); opacity: .34; }
.statement-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 28px; }
.big-statement { padding: clamp(28px, 5vw, 58px); border-radius: var(--radius-lg); color: #fff; background: linear-gradient(135deg, #1d2531, #30212b 55%, #4f1530); box-shadow: var(--shadow); overflow: hidden; position: relative; }
.big-statement::after { content: ""; position: absolute; width: 360px; height: 360px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; right: -120px; bottom: -180px; box-shadow: inset 0 0 0 50px rgba(255,255,255,.025), inset 0 0 0 51px rgba(255,255,255,.1); }
.big-statement .icon { color: #ffb9d3; margin-bottom: 30px; }
.big-statement p { margin: 0; max-width: 760px; font-size: clamp(1.42rem, 2.6vw, 2.15rem); line-height: 1.35; letter-spacing: -.025em; }
.big-statement strong { color: #ffb9d3; }
.not-this { display: grid; gap: 14px; }
.not-this > div { display: grid; grid-template-columns: 46px 1fr; align-items: center; gap: 16px; padding: 22px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: var(--shadow-sm); }
.not-this span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; color: var(--magenta); background: var(--rose-soft); font-size: 1.7rem; font-weight: 400; }
.not-this p { margin: 0; font-size: 1.08rem; }
.not-this .is-this { color: #fff; background: linear-gradient(135deg, var(--join), var(--magenta)); border-color: transparent; }
.not-this .is-this span { color: #fff; background: rgba(255,255,255,.18); }
.value-grid { margin-top: 30px; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.value-grid article { padding: 24px 18px; border: 1px solid rgba(23, 32, 44, .08); border-radius: 20px; background: linear-gradient(180deg, #fff, #fffafb); transition: transform .25s var(--ease), box-shadow .25s var(--ease); }
.value-grid article:hover { transform: translateY(-7px); box-shadow: var(--shadow-sm); }
.value-grid .icon { width: 34px; height: 34px; margin-bottom: 24px; color: var(--magenta); }
.value-grid h3 { font-size: 1.05rem; }
.value-grid p { margin: 10px 0 0; color: var(--muted); font-size: .88rem; }

.model { background: linear-gradient(135deg, #fff7fa, #f7fbfc 68%, #fff); overflow: hidden; }
.model::after { content: ""; position: absolute; z-index: -1; width: 760px; height: 760px; border-radius: 50%; right: -260px; top: -280px; border: 1px solid rgba(17,157,172,.15); box-shadow: inset 0 0 0 85px rgba(17,157,172,.02), inset 0 0 0 86px rgba(17,157,172,.09), inset 0 0 0 180px rgba(255,255,255,.3); }
.model-grid { display: grid; grid-template-columns: minmax(0, .86fr) minmax(560px, 1.14fr); gap: 70px; align-items: center; }
.model-copy > p:not(.eyebrow) { max-width: 580px; color: var(--muted); font-size: 1.1rem; }
.monthly-tabs { display: grid; gap: 10px; margin-top: 36px; }
.monthly-tabs button { width: 100%; border: 1px solid rgba(23,32,44,.1); border-radius: 18px; padding: 15px 17px; display: grid; grid-template-columns: 42px 1fr; align-items: center; text-align: left; color: #4b5563; background: rgba(255,255,255,.72); cursor: pointer; transition: .22s ease; }
.monthly-tabs button .icon { width: 24px; height: 24px; color: var(--magenta); }
.monthly-tabs button span { font-weight: 850; }
.monthly-tabs button:hover { transform: translateX(5px); border-color: rgba(173,11,74,.25); }
.monthly-tabs button[aria-selected="true"] { color: #fff; border-color: transparent; background: linear-gradient(135deg, var(--join), var(--magenta)); box-shadow: 0 14px 30px rgba(173,11,74,.18); }
.monthly-tabs button[aria-selected="true"] .icon { color: #fff; }
.monthly-stage { position: relative; min-height: 640px; display: grid; place-items: center; }
.monthly-card { position: relative; z-index: 3; width: min(100%, 510px); min-height: 500px; padding: 34px; border: 1px solid rgba(173,11,74,.1); border-radius: 34px; background: rgba(255,255,255,.91); box-shadow: var(--shadow); backdrop-filter: blur(14px); }
.monthly-card::after { content: ""; position: absolute; inset: 10px; border: 1px solid rgba(173,11,74,.06); border-radius: 26px; pointer-events: none; }
.monthly-card-top { display: flex; align-items: center; justify-content: space-between; }
.monthly-kicker { color: var(--magenta); text-transform: uppercase; letter-spacing: .13em; font-size: .7rem; font-weight: 900; }
.monthly-index { width: 44px; height: 44px; display: grid; place-items: center; color: #fff; border-radius: 50%; background: var(--magenta); font-weight: 900; }
.monthly-icon { width: 62px; height: 62px; color: var(--magenta); margin: 44px 0 26px; }
.monthly-card h3 { font-size: 2rem; }
.monthly-card > p { min-height: 74px; margin: 18px 0 0; color: var(--muted); font-size: 1.02rem; }
.monthly-card ul { margin: 24px 0 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.monthly-card li { position: relative; padding-left: 22px; }
.monthly-card li::before { content: ""; position: absolute; left: 1px; top: .7em; width: 7px; height: 7px; border-radius: 50%; background: var(--magenta); }
.monthly-interaction { margin-top: 30px; padding: 16px; display: flex; gap: 12px; align-items: center; border-radius: 18px; color: var(--magenta); background: var(--rose-soft); font-size: .88rem; font-weight: 850; }
.month-orbit { position: absolute; z-index: 1; width: 650px; height: 650px; border: 1px dashed rgba(173,11,74,.2); border-radius: 50%; animation: rotate 55s linear infinite; }
.month-orbit::before { content: ""; position: absolute; inset: 80px; border: 1px solid rgba(17,157,172,.15); border-radius: inherit; }
.orbit-center { position: absolute; left: 50%; top: 50%; translate: -50% -50%; width: 90px; height: 90px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: linear-gradient(135deg, var(--join), var(--magenta)); box-shadow: 0 0 0 18px rgba(173,11,74,.07); font-weight: 900; }
.month-orbit i { --angle: calc(var(--n) * 30deg); position: absolute; left: 50%; top: 50%; width: 44px; height: 44px; margin: -22px; display: grid; place-items: center; border-radius: 50%; color: #6b7280; background: #fff; box-shadow: 0 8px 20px rgba(23,32,44,.1); font-size: .55rem; font-style: normal; font-weight: 900; transform: rotate(var(--angle)) translateX(325px) rotate(calc(var(--angle) * -1)); }

.participants { background: #fff; }
.participants-layout { display: grid; grid-template-columns: 1fr 1.15fr 1fr; gap: 24px; align-items: stretch; }
.participant-card { min-height: 490px; padding: 34px; border: 1px solid rgba(23,32,44,.08); border-radius: 30px; background: linear-gradient(180deg, #fff, #fff9fb); box-shadow: var(--shadow-sm); display: flex; flex-direction: column; }
.participant-card.community { background: linear-gradient(145deg, #2a1421, #191e28); color: #fff; }
.participant-icon { width: 66px; height: 66px; display: grid; place-items: center; border-radius: 22px; color: var(--magenta); background: var(--rose-soft); }
.participant-icon .icon { width: 34px; height: 34px; }
.community .participant-icon { color: #fff; background: rgba(255,255,255,.12); }
.participant-label { margin: 38px 0 0; color: var(--magenta); text-transform: uppercase; letter-spacing: .13em; font-size: .72rem; font-weight: 900; }
.community .participant-label { color: #ffb9d3; }
.participant-card strong { margin-top: 8px; font-size: clamp(4rem, 8vw, 6.7rem); line-height: .95; letter-spacing: -.08em; }
.participant-card strong small { display: block; margin-top: 9px; color: var(--muted); text-transform: uppercase; letter-spacing: .15em; font-size: .65rem; }
.community strong small { color: rgba(255,255,255,.55); }
.participant-card > p:not(.participant-label) { margin: 26px 0 0; color: var(--muted); }
.community > p:not(.participant-label) { color: rgba(255,255,255,.68); }
.city-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: auto; padding-top: 28px; }
.city-chips span { padding: 8px 12px; border-radius: 999px; color: var(--magenta); background: var(--rose-soft); font-size: .77rem; font-weight: 800; }
.mini-progress { margin-top: auto; height: 9px; border-radius: 99px; overflow: hidden; background: rgba(255,255,255,.1); }
.mini-progress span { display: block; width: 75%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #ffb9d3, #fff); animation: progressGrow 2.2s var(--ease) both; }
.network-map { position: relative; min-height: 490px; border-radius: 34px; background: radial-gradient(circle, rgba(173,11,74,.08), transparent 55%); overflow: hidden; }
.network-map::before, .network-map::after { content: ""; position: absolute; left: 50%; top: 50%; translate: -50% -50%; border-radius: 50%; border: 1px solid rgba(173,11,74,.15); }
.network-map::before { width: 340px; height: 340px; }.network-map::after { width: 460px; height: 460px; border-style: dashed; animation: rotate 36s linear infinite; }
.network-core { position: absolute; z-index: 2; left: 50%; top: 50%; translate: -50% -50%; width: 150px; height: 150px; display: grid; place-items: center; border-radius: 50%; background: #fff; box-shadow: var(--shadow); }
.network-core img { width: 108px; mix-blend-mode: multiply; }
.node { position: absolute; z-index: 3; width: 66px; height: 66px; display: grid; place-items: center; border-radius: 50%; color: var(--magenta); background: #fff; box-shadow: var(--shadow-sm); animation: float 5s ease-in-out infinite; }
.node .icon { width: 27px; height: 27px; }
.node-a { left: 8%; top: 21%; }.node-b { right: 9%; top: 18%; animation-delay:.5s; }.node-c { left: 5%; bottom: 18%; animation-delay:1s; }.node-d { right: 7%; bottom: 16%; animation-delay:1.5s; }.node-e { left: 50%; top: 4%; translate: -50% 0; animation-delay:2s; }

.technology { background: linear-gradient(180deg, #fafafa, #fff 38%, #fff9fb); }
.technology-intro { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.technology-intro > div:first-child { max-width: 860px; }
.technology-intro h2 { max-width: 900px; }
.technology-intro p:not(.eyebrow) { max-width: 760px; color: var(--muted); font-size: 1.1rem; }
.secure-pill { flex: 0 0 auto; margin-bottom: 10px; padding: 12px 16px; display: flex; align-items: center; gap: 10px; border-radius: 999px; color: var(--magenta); background: var(--rose-soft); font-size: .75rem; font-weight: 900; }
.product-showcase { margin-top: 62px; display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(360px, .7fr); border: 1px solid rgba(23,32,44,.08); border-radius: 34px; overflow: hidden; background: #fff; box-shadow: var(--shadow); }
.product-image-wrap { min-height: 650px; position: relative; display: grid; place-items: center; padding: 32px; background: radial-gradient(circle at 40% 50%, #fff 0 24%, #f5f6f7 70%, #f0f1f2); overflow: hidden; }
.product-image-wrap::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(23,32,44,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(23,32,44,.025) 1px, transparent 1px); background-size: 34px 34px; }
.product-image-wrap img { position: relative; z-index: 1; width: min(100%, 970px); filter: drop-shadow(0 22px 30px rgba(0,0,0,.12)); mix-blend-mode: multiply; }
.product-hotspot { position: absolute; z-index: 3; width: 20px; height: 20px; border: 4px solid #fff; border-radius: 50%; background: var(--join); box-shadow: 0 0 0 8px rgba(215,45,61,.18); animation: hotspot 2.2s ease-in-out infinite; cursor: help; }
.product-hotspot::after { content: attr(data-label); position: absolute; left: 28px; top: 50%; translate: 0 -50%; width: max-content; max-width: 180px; padding: 8px 10px; border-radius: 10px; color: #fff; background: rgba(23,32,44,.9); font-size: .7rem; font-weight: 800; opacity: 0; transform: translateX(-8px); transition: .2s ease; pointer-events: none; }
.product-hotspot:hover::after { opacity: 1; transform: none; }
.product-hotspot.h1 { left: 20%; top: 47%; }.product-hotspot.h2 { left: 54%; top: 54%; animation-delay:.6s; }.product-hotspot.h3 { right: 15%; top: 65%; animation-delay:1.2s; }
.feature-panel { padding: 34px; background: #fff; }
.feature-panel-label { margin: 0 0 20px; color: var(--magenta); text-transform: uppercase; letter-spacing: .14em; font-size: .69rem; font-weight: 900; }
.feature-list { display: grid; gap: 8px; }
.feature-item { width: 100%; border: 1px solid transparent; border-radius: 16px; padding: 14px; display: grid; grid-template-columns: 42px 1fr; grid-template-rows: auto auto; column-gap: 12px; text-align: left; color: var(--ink); background: transparent; cursor: pointer; transition: .2s ease; }
.feature-item .icon { grid-row: 1 / 3; align-self: center; width: 25px; height: 25px; color: var(--magenta); }
.feature-item span { font-weight: 850; }
.feature-item small { color: var(--muted); }
.feature-item:hover { background: #fafafa; }
.feature-item.active { border-color: rgba(173,11,74,.12); background: var(--rose-soft); }
.feature-detail { margin-top: 20px; padding: 20px; border-radius: 18px; color: #fff; background: linear-gradient(135deg, #242a35, #4a1a31); }
.feature-detail h3 { font-size: 1.05rem; }
.feature-detail p { margin: 8px 0 0; color: rgba(255,255,255,.72); font-size: .86rem; }
.security-grid { margin-top: 28px; display: grid; grid-template-columns: .88fr 1.12fr; gap: 28px; }
.security-copy, .security-badges { padding: 34px; border: 1px solid rgba(23,32,44,.08); border-radius: 26px; background: #fff; box-shadow: var(--shadow-sm); }
.security-copy h3 { font-size: 1.75rem; }
.security-copy > p:not(.eyebrow) { color: var(--muted); }
.check-list { margin: 24px 0 0; padding: 0; list-style: none; display: grid; gap: 12px; }
.check-list li { display: flex; align-items: center; gap: 10px; font-weight: 750; }
.check-list .icon { color: var(--magenta); }
.security-badges { display: flex; flex-direction: column; justify-content: center; }
.security-badges img { width: 100%; mix-blend-mode: multiply; }
.security-badges small { margin-top: 14px; color: var(--muted); font-size: .71rem; }

.impact { background: #fff; }
.success-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; }
.success-grid article { min-height: 220px; padding: 25px 18px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; border: 1px solid rgba(23,32,44,.08); border-radius: 22px; background: linear-gradient(180deg, #fff, #fff8fb); box-shadow: var(--shadow-sm); transition: transform .25s var(--ease); }
.success-grid article:hover { transform: translateY(-7px); }
.success-grid article:nth-child(4) { color: #fff; border-color: transparent; background: linear-gradient(145deg, var(--join), var(--magenta)); }
.success-grid strong { color: var(--magenta); font-size: clamp(2.3rem, 4vw, 3.55rem); line-height: 1; letter-spacing: -.06em; }
.success-grid article:nth-child(4) strong { color: #fff; }
.success-grid p { margin: 14px 0 0; color: var(--muted); font-size: .86rem; }
.success-grid small { margin-top: 18px; color: #4b5563; font-weight: 850; }
.success-grid article:nth-child(4) p, .success-grid article:nth-child(4) small { color: rgba(255,255,255,.75); }
.source-note { margin: 18px 0 0; color: var(--muted); font-size: .76rem; }
.kpi-board { margin-top: 44px; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 1px; border: 1px solid rgba(23,32,44,.08); border-radius: 26px; overflow: hidden; background: rgba(23,32,44,.08); }
.kpi-board article { min-height: 240px; padding: 28px 21px; background: #fff; }
.kpi-board .icon { width: 38px; height: 38px; margin-bottom: 36px; color: var(--magenta); }
.kpi-board h3 { font-size: 1rem; }
.kpi-board p { margin: 12px 0 0; color: var(--muted); font-size: .84rem; }

.partners { background: linear-gradient(180deg, #fff9fb, #fff); }
.role-accordions { display: grid; gap: 14px; max-width: 1060px; }
details { border: 1px solid rgba(23,32,44,.09); border-radius: 22px; background: #fff; box-shadow: var(--shadow-sm); overflow: clip; }
summary { min-height: 110px; padding: 18px 24px; display: grid; grid-template-columns: 90px 1fr auto; align-items: center; gap: 20px; list-style: none; cursor: pointer; }
summary::-webkit-details-marker { display: none; }
summary img { width: 82px; height: 72px; object-fit: contain; mix-blend-mode: multiply; }
summary span { display: grid; font-size: 1.22rem; font-weight: 900; }
summary small { color: var(--magenta); text-transform: uppercase; letter-spacing: .12em; font-size: .65rem; }
summary b { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: var(--magenta); background: var(--rose-soft); font-size: 1.5rem; transition: transform .25s ease; }
details[open] summary b { transform: rotate(45deg); }
.details-body { padding: 0 24px 28px 134px; }
.details-body ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.details-body li { position: relative; padding-left: 23px; color: #4b5563; }
.details-body li::before { content: "✓"; position: absolute; left: 0; color: var(--magenta); font-weight: 900; }
.allm-role-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }

.summary { min-height: 92vh; background: linear-gradient(155deg, #fff 0%, #fff4f8 75%, #fff); overflow: hidden; }
.summary-wave { position: absolute; z-index: -1; inset: auto 0 0 0; height: 48%; background: url("/assets/pink-wave.webp") bottom left / cover no-repeat; opacity: .66; }
.summary-inner { position: relative; z-index: 1; }
.summary-cards { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.summary-cards article { min-height: 230px; padding: 26px 22px; border: 1px solid rgba(173,11,74,.1); border-radius: 24px; background: rgba(255,255,255,.84); box-shadow: var(--shadow-sm); backdrop-filter: blur(12px); }
.summary-cards .icon { width: 42px; height: 42px; margin-bottom: 34px; color: var(--magenta); }
.summary-cards h3 { font-size: 1.03rem; }
.summary-cards p { margin: 12px 0 0; color: var(--muted); font-size: .86rem; }
.closing-cta { margin-top: 28px; padding: 36px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-radius: 28px; color: #fff; background: linear-gradient(135deg, #1c2430, #42172d); box-shadow: var(--shadow); }
.closing-cta .eyebrow { color: #ffb9d3; }
.closing-cta .eyebrow span { background: #ffb9d3; }
.closing-cta h3 { max-width: 720px; font-size: clamp(1.5rem, 2.5vw, 2.2rem); }

.site-footer { padding: 48px 0; color: rgba(255,255,255,.82); background: #171b24; }
.footer-grid { display: grid; grid-template-columns: .8fr .8fr 1.4fr; gap: 36px; }
.footer-grid > div:first-child img { width: 110px; filter: grayscale(1) brightness(3); mix-blend-mode: screen; }
.footer-grid p { margin: 8px 0 0; color: rgba(255,255,255,.58); font-size: .84rem; }
.footer-grid strong { display: block; margin-bottom: 12px; color: #fff; }
.footer-grid a { display: flex; align-items: center; gap: 9px; margin-top: 10px; color: rgba(255,255,255,.78); text-decoration: none; font-size: .88rem; }
.footer-grid a:hover { color: #fff; }

.modal[hidden] { display: none; }
.modal { position: fixed; z-index: 300; inset: 0; display: grid; place-items: center; padding: 24px; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(16, 19, 26, .66); backdrop-filter: blur(12px); }
.modal-card { position: relative; z-index: 1; width: min(640px, 100%); max-height: calc(100vh - 48px); overflow: auto; padding: clamp(28px, 5vw, 48px); border: 1px solid rgba(255,255,255,.4); border-radius: 32px; background: #fff; box-shadow: 0 40px 120px rgba(0,0,0,.35); animation: modalIn .35s var(--ease) both; }
.modal-card h2 { font-size: clamp(2rem, 5vw, 3.3rem); }
.modal-card > p:not(.eyebrow) { color: var(--muted); }
.modal-close { position: absolute; right: 18px; top: 18px; width: 44px; height: 44px; display: grid; place-items: center; border: 0; border-radius: 50%; color: var(--ink); background: #f3f4f6; cursor: pointer; }
.gate-card { width: min(660px, 100%); }
.gate-card > img { width: 120px; margin-bottom: 34px; mix-blend-mode: multiply; }
.gate-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.gate-denied { padding: 16px; border-radius: 14px; color: var(--magenta) !important; background: var(--rose-soft); font-weight: 750; }
.contact-card form { display: grid; gap: 16px; margin-top: 28px; }
.contact-card label { display: grid; gap: 7px; color: #394150; font-size: .82rem; font-weight: 800; }
.contact-card input, .contact-card textarea { width: 100%; border: 1px solid rgba(23,32,44,.14); border-radius: 14px; padding: 13px 14px; color: var(--ink); background: #fff; outline: none; resize: vertical; }
.contact-card input:focus, .contact-card textarea:focus { border-color: var(--magenta); box-shadow: 0 0 0 4px rgba(173,11,74,.1); }

.presentation-controls { position: fixed; z-index: 190; right: 20px; bottom: 20px; display: none; grid-template-columns: 44px auto 44px 54px; align-items: center; gap: 8px; padding: 8px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; color: #fff; background: rgba(23,27,36,.78); backdrop-filter: blur(14px); box-shadow: var(--shadow); }
.presentation-controls button { height: 42px; border: 0; border-radius: 99px; color: #fff; background: rgba(255,255,255,.1); cursor: pointer; }
.presentation-controls span { min-width: 68px; text-align: center; font-size: .76rem; }
.presentation-controls b { color: #ffb9d3; }
body.presentation-mode { scroll-snap-type: y mandatory; }
body.presentation-mode .site-header { transform: translateY(-100%); }
body.presentation-mode .story-section { min-height: 100vh; scroll-snap-align: start; scroll-snap-stop: always; padding-top: 80px; padding-bottom: 80px; }
body.presentation-mode .presentation-controls { display: grid; }
body.presentation-mode .scroll-progress { height: 5px; }

.js .reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s var(--ease), transform .75s var(--ease); }
.js .reveal.is-visible { opacity: 1; transform: none; }

@keyframes rotate { to { transform: rotate(360deg); } }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes pulse { 0%,100% { opacity: .35; transform: scale(.9); } 50% { opacity: .8; transform: scale(1.25); } }
@keyframes hotspot { 0%,100% { box-shadow: 0 0 0 6px rgba(215,45,61,.13); } 50% { box-shadow: 0 0 0 13px rgba(215,45,61,0); } }
@keyframes progressGrow { from { width: 0; } }
@keyframes modalIn { from { opacity: 0; transform: translateY(18px) scale(.97); } }

@media (max-width: 1120px) {
  :root { --header-h: 72px; }
  .site-header { padding-inline: 22px; grid-template-columns: auto 1fr auto; }
  .site-nav { gap: 19px; }
  .presentation-toggle span { display: none; }
  .hero-grid { grid-template-columns: 1.1fr .9fr; }
  .hero-visual { min-height: 620px; }
  .value-grid, .summary-cards { grid-template-columns: repeat(3, 1fr); }
  .model-grid { grid-template-columns: .8fr 1.2fr; gap: 40px; }
  .month-orbit { width: 560px; height: 560px; }
  .month-orbit i { transform: rotate(var(--angle)) translateX(280px) rotate(calc(var(--angle) * -1)); }
  .participants-layout { grid-template-columns: 1fr 1fr; }
  .network-map { order: 3; grid-column: 1 / -1; min-height: 430px; }
  .product-showcase { grid-template-columns: 1fr; }
  .product-image-wrap { min-height: 560px; }
  .feature-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
  .feature-panel-label { grid-column: 1 / -1; margin-bottom: 0; }
  .feature-detail { margin-top: 0; align-self: stretch; }
  .success-grid, .kpi-board { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 860px) {
  .container { width: min(100% - 32px, var(--container)); }
  .story-section { padding: 92px 0; min-height: auto; }
  .site-header { grid-template-columns: auto 1fr auto; }
  .nav-toggle { display: inline-grid; justify-self: end; }
  .site-nav { position: fixed; top: var(--header-h); left: 16px; right: 16px; padding: 18px; display: none; flex-direction: column; align-items: stretch; gap: 2px; border: 1px solid rgba(23,32,44,.08); border-radius: 20px; background: rgba(255,255,255,.98); box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 12px; border-radius: 12px; }
  .site-nav a:hover { background: var(--rose-soft); }
  .site-nav a::after { display: none; }
  .header-actions .presentation-toggle { display: none; }
  .header-actions .open-contact { min-height: 40px; padding-inline: 15px; }
  .hero { padding-top: calc(var(--header-h) + 54px); }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 440px; margin-top: -30px; justify-content: center; }
  .hero-figure { height: 500px; }
  .halo-one { width: 420px; height: 420px; right: 50%; translate: 50% 0; top: 28px; }
  .halo-two { width: 315px; height: 315px; right: 50%; translate: 50% 0; top: 80px; }
  .floating-card-one { left: 4%; top: 92px; }.floating-card-two { right: 3%; top: 240px; }.floating-card-three { left: 9%; bottom: 35px; }
  .partner-strip { grid-template-columns: 1fr; }
  .statement-grid, .model-grid, .security-grid { grid-template-columns: 1fr; }
  .value-grid, .summary-cards { grid-template-columns: repeat(2, 1fr); }
  .monthly-stage { min-height: 620px; }
  .month-orbit { width: 520px; height: 520px; opacity: .65; }
  .month-orbit i { transform: rotate(var(--angle)) translateX(260px) rotate(calc(var(--angle) * -1)); }
  .participants-layout { grid-template-columns: 1fr; }
  .network-map { order: initial; grid-column: auto; }
  .technology-intro { align-items: flex-start; flex-direction: column; }
  .product-image-wrap { min-height: 440px; padding: 20px; }
  .feature-panel { grid-template-columns: 1fr; }
  .feature-panel-label { grid-column: auto; }
  .success-grid, .kpi-board { grid-template-columns: repeat(2, 1fr); }
  .summary-cards article:last-child { grid-column: 1 / -1; }
  .closing-cta { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  :root { --header-h: 66px; }
  .site-header { padding-inline: 14px; gap: 8px; }
  .brand { width: 92px; }
  .header-actions .open-contact { display: none; }
  h1 { font-size: clamp(2.65rem, 14vw, 4.2rem); }
  h2 { font-size: clamp(2.2rem, 11vw, 3.5rem); }
  .hero-metrics { grid-template-columns: 1fr; }
  .hero-visual { min-height: 390px; overflow: hidden; }
  .hero-figure { height: 440px; }
  .floating-card { padding: 9px 11px; font-size: .7rem; }
  .floating-card-one { left: 0; }.floating-card-two { right: 0; }.floating-card-three { display: none; }
  .partner-strip article { grid-template-columns: 64px 1fr; }
  .partner-strip img { max-width: 62px; max-height: 62px; }
  .value-grid, .summary-cards, .success-grid, .kpi-board { grid-template-columns: 1fr; }
  .big-statement { padding: 28px; }
  .monthly-card { padding: 26px; }
  .month-orbit { width: 430px; height: 430px; }
  .month-orbit i { transform: rotate(var(--angle)) translateX(215px) rotate(calc(var(--angle) * -1)); width: 38px; height: 38px; margin: -19px; }
  .participant-card { min-height: 430px; }
  .network-map { min-height: 390px; }
  .network-map::before { width: 260px; height: 260px; }.network-map::after { width: 350px; height: 350px; }
  .network-core { width: 120px; height: 120px; }.network-core img { width: 86px; }
  .node { width: 54px; height: 54px; }
  .product-image-wrap { min-height: 330px; }
  .product-hotspot { display: none; }
  .security-copy, .security-badges, .feature-panel { padding: 24px; }
  .kpi-board article { min-height: 190px; }
  summary { grid-template-columns: 66px 1fr auto; padding: 14px 16px; gap: 12px; }
  summary img { width: 62px; height: 58px; }
  summary span { font-size: 1rem; }
  .details-body { padding: 0 20px 24px 20px; }
  .allm-role-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:last-child { grid-column: auto; }
  .presentation-controls { right: 10px; left: 10px; justify-content: center; }
  .modal { padding: 12px; }
  .modal-card { padding: 28px 22px; border-radius: 24px; }
  .gate-actions { flex-direction: column; }
  .gate-actions .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
}
/* Stable public styles for the password gate. */
.password-shell {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 32px 20px;
  background: radial-gradient(circle at 80% 15%, rgba(173, 11, 74, .12), transparent 34%), linear-gradient(145deg, #fff 0%, #fff4f8 100%);
}
.password-card { width: min(100%, 440px); padding: 42px; border: 1px solid rgba(173, 11, 74, .14); border-radius: 28px; background: rgba(255,255,255,.94); box-shadow: 0 28px 80px rgba(71,14,40,.14); }
.password-logo { width: 112px; margin-bottom: 30px; }
.password-eyebrow { margin: 0 0 10px; color: #ad0b4a; font-size: .75rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.password-card h1 { margin: 0 0 12px; color: #17202c; font-size: clamp(2rem, 7vw, 3rem); line-height: 1.05; letter-spacing: -.04em; }
.password-card > p:not(.password-eyebrow):not(.password-error) { margin: 0 0 28px; color: #697386; }
.password-error { margin: 0 0 18px; padding: 10px 12px; border-radius: 10px; background: #fff0f3; color: #9d183c; font-size: .88rem; }
.password-form { display: grid; gap: 10px; }
.password-form label { color: #363e49; font-size: .82rem; font-weight: 700; }
.password-form input { min-height: 50px; padding: 0 14px; border: 1px solid #cfd4dc; border-radius: 12px; color: #17202c; background: #fff; }
.password-form input:focus-visible { outline: 3px solid rgba(173,11,74,.24); border-color: #ad0b4a; }
.password-form button { min-height: 50px; margin-top: 6px; border: 0; border-radius: 12px; background: #ad0b4a; color: #fff; font-weight: 750; cursor: pointer; }
.password-form button:hover { background: #8f073d; }
.password-form button:focus-visible { outline: 3px solid rgba(173,11,74,.3); outline-offset: 3px; }
.password-card small { display: block; margin-top: 24px; color: #858c97; line-height: 1.5; }
@media (max-width: 520px) { .password-card { padding: 32px 24px; border-radius: 22px; } }
