@font-face {
  font-family: "Noto Sans CJK SC";
  src: url("/assets/fonts/noto-sans-cjk-sc-black.woff2") format("woff2");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

:root {
  --blue: #704ee6;
  --blue-deep: #1f153f;
  --blue-ink: #352264;
  --cyan: #d7c3ff;
  --coral: #f66faa;
  --ice: #f5efff;
  --paper: #ffffff;
  --ink: #231c3c;
  --muted: #6a6180;
  --line: #dfd5f0;
  --max: 1280px;
  --pad: clamp(22px, 5vw, 76px);
  --display: "Noto Sans CJK SC", "Arial Black", Impact, "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
  --body: "PingFang SC", "Microsoft YaHei", Inter, system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); line-height: 1.6; -webkit-font-smoothing: antialiased; }
section[id] { scroll-margin-top: 82px; }
body.menu-open { overflow: hidden; }
body.page-loading { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid rgba(37, 199, 255, .55); outline-offset: 4px; }
[hidden] { display: none !important; }

.page-loader { position: fixed; inset: 0; z-index: 1000; overflow: hidden; color: #fff; background: #1a0b38; isolation: isolate; transition: clip-path 760ms cubic-bezier(.76, 0, .24, 1); clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }
.page-loader::before { position: absolute; inset: 0; z-index: 2; background: linear-gradient(108deg, rgba(25, 10, 57, .94) 0%, rgba(57, 29, 111, .68) 44%, rgba(174, 126, 232, .28) 100%); content: ""; }
.page-loader::after { position: absolute; inset: -18% -10%; z-index: 7; background: linear-gradient(110deg, transparent 0 34%, rgba(255, 255, 255, .9) 43%, #e9d9ff 49%, rgba(255, 255, 255, .18) 57%, transparent 66%); content: ""; opacity: 0; pointer-events: none; transform: translate3d(-72%, 120%, 0) skewY(-8deg); transition: transform 720ms cubic-bezier(.76, 0, .24, 1), opacity 200ms ease; }
.page-loader.is-complete { clip-path: polygon(0 0, 100% 0, 100% 0, 0 18%); }
.page-loader.is-complete::after { opacity: 1; transform: translate3d(72%, -118%, 0) skewY(-8deg); }
.loader-photos { position: absolute; inset: 0; z-index: 0; overflow: hidden; background: #1f153f; }
.loader-photo { position: absolute; display: block; object-fit: cover; filter: saturate(.78) contrast(1.1) hue-rotate(11deg); }
.loader-photo-main { inset: -3%; width: 106%; height: 106%; opacity: .62; animation: loader-photo-main 1.05s cubic-bezier(.22, .94, .3, 1) both; }
.loader-prisms { position: absolute; inset: -9%; z-index: 1; pointer-events: none; }
.loader-prism { position: absolute; inset: 0; display: block; opacity: 0; background-image: linear-gradient(122deg, rgba(229, 205, 255, .7), rgba(73, 33, 141, .12) 52%, rgba(255, 151, 212, .34)), url("/assets/gallery/cohort3-hero-group.webp"); background-position: center; background-size: cover; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .42), 0 0 42px rgba(210, 169, 255, .32); filter: saturate(1.1) contrast(1.08) hue-rotate(4deg); transform: translate3d(var(--prism-x), var(--prism-y), 0) scale(1.08); animation: loader-prism-arrive 700ms cubic-bezier(.22, .94, .3, 1) forwards; }
.loader-prism:nth-child(1) { --prism-x: -42vw; --prism-y: 16vh; clip-path: polygon(0 0, 29% 0, 23% 100%, 0 100%); animation-delay: 20ms; }
.loader-prism:nth-child(2) { --prism-x: -16vw; --prism-y: -52vh; clip-path: polygon(27% 0, 52% 0, 45% 100%, 21% 100%); animation-delay: 95ms; }
.loader-prism:nth-child(3) { --prism-x: 4vw; --prism-y: 48vh; clip-path: polygon(50% 0, 70% 0, 63% 100%, 43% 100%); animation-delay: 170ms; }
.loader-prism:nth-child(4) { --prism-x: 22vw; --prism-y: -46vh; clip-path: polygon(68% 0, 86% 0, 80% 100%, 61% 100%); animation-delay: 245ms; }
.loader-prism:nth-child(5) { --prism-x: 45vw; --prism-y: 27vh; clip-path: polygon(84% 0, 100% 0, 100% 100%, 78% 100%); animation-delay: 320ms; }
.loader-prism:nth-child(6) { --prism-x: 0vw; --prism-y: -60vh; clip-path: polygon(35% 0, 66% 0, 58% 100%, 31% 100%); animation-delay: 385ms; mix-blend-mode: screen; opacity: .45; }
.page-loader.is-complete .loader-prism { animation: none; opacity: 0; transform: translate3d(0, -116%, 0) scale(1.02); transition: transform 670ms cubic-bezier(.76, 0, .24, 1), opacity 260ms ease; }
.page-loader.is-complete .loader-prism:nth-child(2), .page-loader.is-complete .loader-prism:nth-child(4) { transform: translate3d(0, 116%, 0) scale(1.02); }
.loader-topline { position: absolute; top: clamp(22px, 4vw, 48px); right: var(--pad); left: var(--pad); display: flex; justify-content: space-between; gap: 20px; font-size: 10px; letter-spacing: .16em; }
.loader-topline b { font-weight: 900; }
.loader-topline span { color: #ead8ff; font-weight: 700; }
.loader-stage { position: absolute; top: 50%; left: 50%; z-index: 4; display: grid; justify-items: center; width: min(92vw, 860px); text-align: center; text-shadow: 0 8px 38px rgba(31, 10, 75, .58); transform: translate(-50%, -52%); }
.loader-kicker { margin: 0 0 13px; color: #f0ddff; font-size: 9px; font-weight: 850; letter-spacing: .22em; }
.loader-title { display: flex; align-items: baseline; justify-content: center; gap: .18em; margin: 0; font-family: var(--display); line-height: .84; white-space: nowrap; }
.loader-title span { color: #ffd5f2; font-family: Georgia, "Times New Roman", serif; font-size: clamp(30px, 4.4vw, 58px); font-style: italic; font-weight: 700; letter-spacing: -.07em; }
.loader-title b { color: #fff; font-size: clamp(34px, 5.3vw, 76px); font-weight: 950; letter-spacing: -.08em; }
.loader-course { margin: 22px 0 0; color: #fff; font-size: clamp(17px, 2vw, 25px); font-weight: 900; letter-spacing: .08em; }
.loader-copy { margin: 9px 0 0; color: rgba(255, 255, 255, .82); font-size: 13px; font-weight: 650; letter-spacing: .05em; }
.loader-progress { position: absolute; right: var(--pad); bottom: clamp(50px, 7vw, 88px); left: var(--pad); z-index: 4; height: 2px; overflow: hidden; background: rgba(255, 255, 255, .24); }
.loader-progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, #d3b5ff, #fff, #ff9ecb); box-shadow: 0 0 18px rgba(255, 255, 255, .9); transition: width 80ms linear; }
.loader-meta { position: absolute; right: var(--pad); bottom: clamp(20px, 3.5vw, 44px); left: var(--pad); z-index: 4; display: flex; align-items: baseline; justify-content: space-between; gap: 20px; font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.loader-meta span { color: #ead8ff; }
.loader-meta b { font-size: 14px; letter-spacing: .04em; }
.loader-meta i { font-size: 22px; font-style: normal; font-variant-numeric: tabular-nums; }
body.page-loading [data-enter] { animation-play-state: paused; }

.skip-link { position: fixed; top: 10px; left: 10px; z-index: 500; padding: 10px 14px; color: #fff; background: var(--blue-deep); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.scroll-meter { position: fixed; inset: 0 0 auto; z-index: 400; height: 3px; background: transparent; }
.scroll-meter span { display: block; width: 0; height: 100%; background: var(--coral); transition: width 80ms linear; }

.site-header { position: fixed; inset: 3px 0 auto; z-index: 100; display: flex; align-items: center; justify-content: space-between; height: 78px; padding: 0 var(--pad); border-bottom: 1px solid rgba(255, 255, 255, .18); background: rgba(31, 21, 63, .25); backdrop-filter: blur(18px); transition: color 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease; }
.site-header.is-scrolled, .menu-open .site-header { border-color: rgba(223, 213, 240, .9); background: rgba(255, 255, 255, .94); box-shadow: 0 16px 40px rgba(67, 39, 123, .1); }
.brand { display: inline-flex; align-items: center; color: #fff; text-decoration: none; }
.brand { gap: 10px; }
.brand-course { display: grid; line-height: 1.05; }
.brand-company { padding: 7px 8px 6px; border: 1px solid rgba(255, 255, 255, .72); color: #fff; font-size: 11px; font-weight: 900; letter-spacing: .08em; line-height: 1; }
.brand b { color: #fff; font-family: var(--display); font-size: 24px; font-weight: 900; letter-spacing: -.06em; }
.brand small { margin-top: 4px; color: rgba(255, 255, 255, .84); font-size: 11px; font-weight: 800; letter-spacing: .05em; }
.site-header.is-scrolled .brand b, .menu-open .brand b { color: var(--blue); }
.site-header.is-scrolled .brand small, .menu-open .brand small { color: var(--blue-deep); }
.site-header.is-scrolled .brand-company, .menu-open .brand-company { border-color: var(--blue); color: var(--blue); }
.site-nav { display: flex; align-items: center; gap: clamp(15px, 1.8vw, 28px); font-size: 14px; font-weight: 700; }
.site-nav a { text-decoration: none; }
.site-nav > a:not(.nav-cta) { color: rgba(255, 255, 255, .88); transition: color 160ms ease; }
.site-nav > a:not(.nav-cta):hover { color: #aeeeff; }
.site-header.is-scrolled .site-nav > a:not(.nav-cta), .menu-open .site-nav > a:not(.nav-cta) { color: #243652; }
.site-header.is-scrolled .site-nav > a:not(.nav-cta):hover, .menu-open .site-nav > a:not(.nav-cta):hover { color: var(--blue); }
.nav-cta, .button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 50px; padding: 0 22px; border: 0; border-radius: 14px; font-weight: 800; text-decoration: none; cursor: pointer; transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease; }
.nav-cta { color: #fff; background: var(--coral); box-shadow: 0 13px 26px rgba(255, 90, 71, .2); }
.nav-cta img, .button-primary img, .mobile-cta img { width: 18px; filter: brightness(0) invert(1); }
.nav-cta:hover, .button-primary:hover { background: #f14635; box-shadow: 0 18px 32px rgba(255, 90, 71, .28); transform: translateY(-2px); }
.menu-button { display: none; min-height: 42px; padding: 0 14px; border: 1px solid rgba(255, 255, 255, .55); border-radius: 12px; color: #fff; background: rgba(255, 255, 255, .12); font-weight: 800; }
.site-header.is-scrolled .menu-button, .menu-open .menu-button { border-color: var(--line); color: var(--blue); background: #fff; }

.hero { position: relative; min-height: max(760px, 100svh); padding: 0 var(--pad); overflow: hidden; color: #fff; background: #211243; isolation: isolate; }
.hero-backdrop { position: absolute; inset: -2%; z-index: -4; width: 104%; height: 104%; object-fit: cover; object-position: center 42%; opacity: .86; filter: saturate(.78) contrast(1.08) hue-rotate(10deg); transform: scale(1.035); }
.hero-scrim { position: absolute; inset: 0; z-index: -3; background: radial-gradient(circle at 76% 46%, rgba(152, 104, 220, .2), transparent 28%), linear-gradient(90deg, rgba(22, 9, 50, .98) 0%, rgba(38, 17, 80, .91) 40%, rgba(80, 49, 143, .55) 74%, rgba(43, 21, 86, .65) 100%), linear-gradient(0deg, rgba(20, 8, 46, .96) 0%, rgba(63, 35, 115, .08) 62%); }
.hero-grid-overlay { position: absolute; inset: 0; z-index: -2; opacity: .25; background-image: linear-gradient(rgba(232, 216, 255, .22) 1px, transparent 1px), linear-gradient(90deg, rgba(232, 216, 255, .18) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, #000, transparent 74%); }
.hero-shell { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: space-between; width: min(100%, var(--max)); min-height: max(760px, 100svh); margin: 0 auto; padding: 112px 0 96px; }
.hero-signal { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 14px; border-bottom: 1px solid rgba(255, 255, 255, .34); color: #e3d3ff; font-size: 10px; font-weight: 850; letter-spacing: .14em; }
.hero-signal b { color: #fff; font-size: 11px; letter-spacing: .04em; }
.hero-poster { display: grid; grid-template-columns: minmax(0, .98fr) minmax(410px, .68fr); gap: clamp(44px, 5vw, 74px); align-items: center; margin-top: auto; padding-top: clamp(54px, 8vh, 92px); }
.hero-copy { align-self: end; }
.hero-kicker, .section-kicker { margin: 0 0 20px; color: var(--blue); font-size: 11px; font-weight: 850; letter-spacing: .13em; }
.hero-kicker { color: #e6d4ff; }
.hero h1 { max-width: 820px; margin: 0; font-family: var(--display); font-size: clamp(76px, 8vw, 126px); font-stretch: condensed; font-weight: 900; letter-spacing: -.065em; line-height: .76; text-transform: uppercase; }
.hero h1 span, .hero h1 b { display: block; }
.hero h1 span { color: transparent; -webkit-text-stroke: 1.8px rgba(255, 255, 255, .96); font-size: .65em; font-style: normal; letter-spacing: -.06em; }
.hero h1 b { margin-top: .18em; color: transparent; background: linear-gradient(112deg, #fff 4%, #f4eaff 46%, #d8b7ff 100%); -webkit-background-clip: text; background-clip: text; font-weight: 900; text-shadow: 0 18px 48px rgba(19, 6, 47, .56); }
.hero h1 i { position: relative; display: inline-block; margin-left: .08em; color: var(--coral); font-family: var(--display); font-size: .62em; font-style: normal; font-weight: 900; letter-spacing: -.09em; text-shadow: 0 14px 34px rgba(246, 111, 170, .42); transform: skewX(-7deg) translateY(-.04em); transform-origin: center; }
.hero h1 i::after { position: absolute; right: .02em; bottom: -.08em; left: .12em; height: .055em; background: linear-gradient(90deg, transparent, #ff9ac7 18%, #fff 52%, #ff75b3 84%, transparent); box-shadow: 0 0 18px rgba(246, 111, 170, .8); content: ""; }
.hero-statement { position: relative; padding: 28px 30px 30px; overflow: hidden; border: 1px solid rgba(255, 255, 255, .38); border-radius: 22px; background: linear-gradient(145deg, rgba(66, 33, 126, .58), rgba(28, 13, 64, .5)); box-shadow: 0 24px 56px rgba(16, 5, 42, .3); backdrop-filter: blur(18px); }
.hero-statement::before { position: absolute; top: 0; right: 0; width: 110px; height: 3px; background: linear-gradient(90deg, transparent, #ff80bb); content: ""; }
.hero-evidence { display: flex; align-items: center; gap: 8px; width: fit-content; margin: 0 0 16px; color: rgba(255, 255, 255, .78); font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.hero-evidence span { width: 7px; height: 7px; border: 1px solid rgba(255, 255, 255, .9); border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 4px rgba(246, 111, 170, .16), 0 0 16px rgba(246, 111, 170, .7); }
.hero-edition { margin: 0; color: #e6d4ff; font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.hero h2 { max-width: 480px; margin: 16px 0 0; color: #fff; font-size: clamp(24px, 2.4vw, 36px); font-weight: 900; letter-spacing: -.045em; line-height: 1.18; }
.hero-lead { max-width: 520px; margin: 18px 0 0; color: rgba(246, 239, 255, .86); font-size: 15px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.button-primary { min-height: 58px; color: #fff; background: var(--coral); box-shadow: 0 15px 28px rgba(255, 90, 71, .22); }
.button-secondary { min-height: 58px; border: 1px solid rgba(255, 255, 255, .64); color: #fff; background: rgba(83, 45, 145, .36); box-shadow: 0 12px 28px rgba(19, 6, 48, .2); backdrop-filter: blur(12px); }
.button-secondary img { width: 19px; filter: brightness(0) invert(1); }
.button-secondary:hover { background: rgba(255, 255, 255, .16); box-shadow: 0 16px 32px rgba(0, 18, 64, .2); transform: translateY(-2px); }
.hero-proof { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; width: 100%; margin: 36px 0 0; padding: 0; overflow: hidden; border: 1px solid rgba(255, 255, 255, .32); border-radius: 18px; background: linear-gradient(90deg, rgba(49, 22, 101, .65), rgba(93, 51, 153, .36)); box-shadow: 0 18px 44px rgba(16, 5, 42, .2); backdrop-filter: blur(16px); list-style: none; }
.hero-proof li { display: grid; grid-template-columns: auto 1fr; gap: 3px 14px; align-content: center; min-height: 82px; padding: 16px 20px; border-right: 1px solid rgba(255, 255, 255, .22); }
.hero-proof li:last-child { border-right: 0; }
.hero-proof span { grid-row: 1 / 3; align-self: center; color: #dfc5ff; font-family: var(--display); font-size: 26px; font-weight: 900; line-height: 1; }
.hero-proof b { color: #fff; font-size: 14px; }
.hero-proof small { color: rgba(245, 236, 255, .72); font-size: 10px; line-height: 1.45; }
.hero-side-index { position: absolute; top: 50%; right: 22px; z-index: 2; display: flex; gap: 22px; align-items: center; color: rgba(255, 255, 255, .64); font-size: 8px; font-weight: 850; letter-spacing: .18em; transform: translateY(-50%) rotate(90deg); transform-origin: center; }
.hero-side-index::before { width: 52px; height: 1px; background: rgba(255, 255, 255, .45); content: ""; }
.hero-ticker { position: absolute; right: 0; bottom: 0; left: 0; z-index: 2; height: 42px; overflow: hidden; border-top: 1px solid rgba(255, 255, 255, .32); color: #e3d3ff; background: rgba(29, 14, 67, .78); font-size: 9px; font-weight: 850; letter-spacing: .16em; white-space: nowrap; }
.hero-ticker span { display: block; min-width: max-content; padding: 14px 0 0 10vw; animation: ticker-drift 20s linear infinite; }
.scroll-cue { position: absolute; right: var(--pad); bottom: 58px; z-index: 3; display: flex; align-items: center; gap: 24px; color: rgba(255, 255, 255, .74); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-decoration: none; }
.scroll-cue span { color: #e3d3ff; font-size: 20px; }

.section { padding: clamp(92px, 10vw, 145px) var(--pad); }
.section-heading { width: min(100%, var(--max)); margin: 0 auto; }
.section-heading.centered { text-align: center; }
.section-heading h2, .module-intro h2, .gallery-heading h2, .feedback-heading h2, .registration h2 { max-width: 900px; margin: 0; color: var(--ink); font-family: var(--display); font-size: clamp(42px, 5.1vw, 72px); font-weight: 900; letter-spacing: -.065em; line-height: 1.03; }
.section-heading.centered h2, .section-heading.centered > p:last-child { margin-right: auto; margin-left: auto; }
.section-heading > p:last-child { max-width: 680px; margin-top: 24px; color: var(--muted); font-size: 17px; }

.system { background: #fff; }
.process-rail { display: grid; grid-template-columns: repeat(5, 1fr); width: min(100%, var(--max)); margin: 68px auto 0; padding: 8px; border: 1px solid #d8c7f3; border-radius: 38px; background: #fdfbff; box-shadow: 0 26px 60px rgba(94, 65, 156, .13); list-style: none; }
.process-rail li { position: relative; min-height: 265px; padding: 30px 20px 24px; border-right: 1px solid var(--line); text-align: center; }
.process-rail li:last-child { border-right: 0; }
.process-rail img { width: 48px; height: 48px; margin: 0 auto 22px; }
.process-rail span { position: absolute; top: 17px; right: 18px; color: #a79aba; font-size: 10px; font-weight: 850; }
.process-rail b { display: block; color: var(--blue); font-size: 20px; }
.process-rail p { margin: 12px 0 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.sessions { background: #faf7ff; }
.session-carousel { width: min(100%, var(--max)); margin: 58px auto 0; }
.session-viewport { overflow: hidden; border: 1px solid #dfd3f0; border-radius: 30px; background: #fff; box-shadow: 0 26px 62px rgba(79, 50, 136, .12); }
.session-track { display: grid; grid-auto-columns: 100%; grid-auto-flow: column; transition: transform 620ms cubic-bezier(.22, .74, .26, 1); will-change: transform; }
.session-slide { display: grid; grid-template-columns: minmax(0, 1.42fr) minmax(300px, .58fr); min-width: 0; background: #fff; }
.session-media { display: grid; min-height: 440px; place-items: center; overflow: hidden; background: linear-gradient(135deg, #ebdefe, #f9f4ff); }
.session-media img { width: 100%; height: 100%; max-height: 620px; object-fit: contain; }
.session-copy { display: grid; align-content: center; padding: clamp(30px, 4vw, 60px); background: linear-gradient(145deg, #fff, #f7f1ff); }
.session-copy > span { color: var(--blue); font-size: 11px; font-weight: 850; letter-spacing: .08em; }
.session-copy h3 { margin: 16px 0 14px; color: var(--blue-deep); font-family: var(--display); font-size: clamp(28px, 3vw, 44px); letter-spacing: -.06em; line-height: 1.08; }
.session-copy p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.session-copy small { display: inline-flex; width: fit-content; margin-top: 28px; padding: 7px 10px; border: 1px solid #decff3; border-radius: 999px; color: var(--blue); font-size: 10px; font-weight: 850; letter-spacing: .06em; }
.session-carousel-controls { display: grid; grid-template-columns: auto 1fr auto; gap: 18px; align-items: center; margin: 18px 2px 0; }
.session-arrow { display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid #d7c7ef; border-radius: 50%; background: #fff; cursor: pointer; transition: transform 160ms ease, background 160ms ease; }
.session-arrow img { width: 18px; filter: invert(14%) sepia(25%) saturate(1423%) hue-rotate(228deg) brightness(84%) contrast(98%); transition: filter 160ms ease, transform 160ms ease; }
.session-arrow.is-previous img { transform: rotate(180deg); }
.session-arrow:hover { background: var(--blue); transform: translateY(-2px); }
.session-arrow:hover img { filter: brightness(0) invert(1); }
.session-pagination { display: flex; justify-content: center; gap: 10px; }
.session-pagination button { min-width: 112px; padding: 10px 12px; border: 0; border-bottom: 2px solid transparent; color: #8e839f; background: transparent; font-size: 12px; font-weight: 800; cursor: pointer; transition: color 160ms ease, border-color 160ms ease; }
.session-pagination button:hover { color: var(--blue); }
.session-pagination button.is-active { border-color: var(--blue); color: var(--blue); }
.price-history { display: grid; grid-template-columns: 1fr 2fr; width: min(100%, var(--max)); margin: 28px auto 0; overflow: hidden; border: 1px solid #dfd5f0; border-radius: 18px; background: #fff; }
.price-history > p { display: flex; align-items: center; margin: 0; padding: 20px 26px; color: var(--blue); font-weight: 800; }
.price-history > div { display: grid; align-content: center; min-height: 112px; padding: 16px 24px; border-left: 1px solid var(--line); }
.price-history b { font-size: 14px; }
.price-history span { color: var(--coral); font-size: 30px; font-weight: 900; letter-spacing: -.04em; }
.price-history small { color: var(--muted); font-size: 11px; }
.price-history .price-pending { grid-column: 1 / -1; justify-content: center; min-height: auto; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; font-weight: 600; text-align: center; }

.modules { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(50px, 8vw, 120px); width: min(100%, calc(var(--max) + 2 * var(--pad))); margin: 0 auto; background: #fff; }
.module-intro { align-self: center; }
.module-intro h2 { max-width: 560px; }
.module-intro > p:last-child { max-width: 500px; margin: 24px 0 0; color: var(--muted); font-size: 17px; }
.module-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.module-grid article { min-height: 260px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fdfbff; transition: background 180ms ease, transform 180ms ease; }
.module-grid article:hover { background: var(--ice); transform: translateY(-4px); }
.module-grid span { color: var(--blue); font-size: 11px; font-weight: 850; }
.module-grid h3 { margin: 70px 0 12px; color: var(--blue-deep); font-size: 21px; }
.module-grid p { margin: 0; color: var(--muted); font-size: 14px; }
.module-grid small { display: inline-flex; margin-top: 24px; padding: 6px 10px; border-radius: 999px; color: var(--blue); background: #f0e9ff; font-size: 10px; font-weight: 850; letter-spacing: .04em; }
.tool-card h3 { font-size: 25px; }
.tool-outcomes { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border-radius: 24px; color: #fff; background: linear-gradient(118deg, #20123f, #704ee6 68%, #b16edb); box-shadow: 0 24px 52px rgba(78, 45, 144, .24); }
.tool-outcomes p { display: grid; gap: 5px; align-content: center; min-height: 142px; margin: 0; padding: 24px 28px; border-right: 1px solid rgba(255, 255, 255, .18); }
.tool-outcomes p:last-child { border-right: 0; }
.tool-outcomes strong { color: #fff; font-family: var(--display); font-size: clamp(42px, 5vw, 66px); font-weight: 950; letter-spacing: -.07em; line-height: .85; }
.tool-outcomes p:last-child strong { color: #ff8879; font-family: Georgia, "Times New Roman", serif; font-style: italic; }
.tool-outcomes span { color: #eadcff; font-size: 12px; font-weight: 800; }
.tool-note { grid-column: 1 / -1; margin: 0; padding-top: 24px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }

.gallery { overflow: hidden; background: #faf7ff; }
.gallery-heading { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(48px, 8vw, 110px); align-items: end; width: min(100%, var(--max)); margin: 0 auto; }
.gallery-heading > div:last-child > p { max-width: 600px; margin: 0; color: var(--muted); font-size: 17px; }
.gallery-filters { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.gallery-filters button { min-height: 42px; padding: 0 17px; border: 1px solid #d7c7ef; border-radius: 999px; color: var(--blue-ink); background: rgba(255, 255, 255, .82); font-size: 13px; font-weight: 800; cursor: pointer; transition: color 160ms ease, border-color 160ms ease, background 160ms ease, transform 160ms ease; }
.gallery-filters button:hover { border-color: var(--blue); color: var(--blue); transform: translateY(-2px); }
.gallery-filters button.is-active { border-color: var(--blue); color: #fff; background: var(--blue); box-shadow: 0 10px 22px rgba(112, 78, 230, .24); }
.gallery-streams { display: grid; gap: 24px; width: min(100%, calc(var(--max) + 2 * var(--pad))); margin: 52px auto 0; }
.gallery-row { display: grid; grid-template-columns: 120px minmax(0, 1fr); gap: 18px; align-items: stretch; }
.gallery-row[hidden] { display: none; }
.gallery-row-meta { display: flex; flex-direction: column; justify-content: flex-end; padding: 20px; border: 1px solid #dfd0f1; border-radius: 20px; background: #f2ebff; }
.gallery-row-meta span { color: var(--blue); font-family: var(--display); font-size: 34px; font-weight: 900; line-height: 1; }
.gallery-row-meta h3 { margin: 8px 0 0; color: var(--blue-deep); font-size: 20px; }
.gallery-row-meta p { margin: 5px 0 0; color: var(--muted); font-size: 9px; font-weight: 850; letter-spacing: .12em; }
.gallery-window { min-width: 0; overflow: hidden; border-radius: 22px; outline: 0; }
.gallery-window:focus-visible { box-shadow: 0 0 0 3px rgba(7, 88, 246, .2); }
.gallery-track { display: flex; gap: 16px; width: max-content; will-change: transform; }
.gallery-track.is-looping { animation: gallery-marquee 64s linear infinite; }
.gallery-row[data-cohort="2"] .gallery-track.is-looping { animation-direction: reverse; animation-duration: 70s; animation-delay: -24s; }
.gallery-row[data-cohort="3"] .gallery-track.is-looping { animation-duration: 68s; animation-delay: -12s; }
.gallery-row:hover .gallery-track, .gallery-row:focus-within .gallery-track { animation-play-state: paused; }
.gallery-set { display: flex; gap: 16px; }
.gallery-card { position: relative; flex: 0 0 420px; height: 320px; margin: 0; overflow: hidden; border: 1px solid #dfd0f1; border-radius: 22px; background: #f0e7ff; box-shadow: 0 20px 44px rgba(79, 51, 135, .12); outline: 0; }
.gallery-card:nth-child(2), .gallery-card:nth-child(6) { flex-basis: 340px; }
.gallery-card:nth-child(3) { flex-basis: 470px; }
.gallery-card:nth-child(4) { flex-basis: 360px; }
.gallery-card:nth-child(5) { flex-basis: 440px; }
.gallery-card:focus-visible { box-shadow: inset 0 0 0 3px #fff, 0 0 0 3px var(--blue), 0 20px 44px rgba(36, 92, 164, .16); }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 700ms cubic-bezier(.2, .65, .2, 1), filter 240ms ease; }
.gallery-card::after { position: absolute; inset: 32% 0 0; background: linear-gradient(180deg, transparent, rgba(3, 20, 54, .88)); pointer-events: none; content: ""; }
.gallery-card figcaption { position: absolute; right: 24px; bottom: 23px; left: 24px; z-index: 1; display: grid; gap: 4px; color: #fff; }
.gallery-card figcaption span { color: #e6d4ff; font-size: 10px; font-weight: 850; letter-spacing: .08em; }
.gallery-card figcaption b { font-size: 18px; }
.gallery-card:hover img { filter: saturate(1.08); transform: scale(1.04); }
.gallery-privacy { width: min(100%, var(--max)); margin: 22px auto 0; color: var(--muted); font-size: 12px; }

.feedback { display: block; overflow: hidden; color: #fff; background: radial-gradient(circle at 12% 18%, rgba(161, 101, 232, .78), transparent 33%), #21133f; }
.section-kicker.light { color: #e4d2ff; }
.feedback-heading h2, .registration h2 { color: #fff; }
.feedback-heading { width: min(100%, var(--max)); margin: 0 auto; }
.feedback-title-row { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: end; }
.feedback-heading > p:last-child { max-width: 900px; margin: 28px 0 0; color: #eee6ff; font-size: 15px; line-height: 1.75; }
.feedback-count { display: grid; justify-items: end; margin: 0; }
.feedback-count strong { color: #fff; font-family: var(--display); font-size: clamp(72px, 8vw, 118px); font-weight: 900; letter-spacing: -.08em; line-height: .72; }
.feedback-count span { margin-top: 14px; color: #e4d2ff; font-size: 10px; font-weight: 850; letter-spacing: .1em; }
.testimonial-streams { display: grid; gap: 15px; width: calc(100% + 2 * var(--pad)); margin-top: 58px; margin-left: calc(-1 * var(--pad)); }
.testimonial-window { min-width: 0; overflow: hidden; }
.testimonial-track { display: flex; gap: 14px; width: max-content; will-change: transform; }
.testimonial-track.is-looping { animation: testimonial-marquee 112s linear infinite; }
.testimonial-row:nth-child(2) .testimonial-track.is-looping { animation-direction: reverse; animation-duration: 128s; animation-delay: -42s; }
.testimonial-row:nth-child(3) .testimonial-track.is-looping { animation-duration: 120s; animation-delay: -24s; }
.testimonial-row:hover .testimonial-track, .testimonial-row:focus-within .testimonial-track { animation-play-state: paused; }
.testimonial-set { display: flex; gap: 14px; }
.testimonial-card { display: flex; flex: 0 0 380px; flex-direction: column; justify-content: space-between; min-height: 220px; margin: 0; padding: 25px 27px; border: 1px solid rgba(255, 255, 255, .22); border-radius: 18px; background: rgba(255, 255, 255, .09); box-shadow: 0 20px 34px rgba(0, 15, 54, .18); backdrop-filter: blur(12px); }
.testimonial-card.is-short { flex-basis: 290px; }
.testimonial-card.is-medium { flex-basis: 390px; }
.testimonial-card.is-long { flex-basis: 520px; }
.testimonial-card.is-accent { border-color: rgba(255, 255, 255, .5); background: var(--coral); }
.testimonial-card p { margin: 0; color: #fff; font-size: 15px; font-weight: 720; line-height: 1.72; }
.testimonial-card footer { display: none; }
.evidence-note { width: min(100%, var(--max)); margin: 34px auto 0; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, .3); color: #e7d8ff; font-size: 12px; }

.faq { background: #fff; }
.faq .section-heading { display: grid; grid-template-columns: .9fr 1.1fr; align-items: end; }
.faq .section-heading .section-kicker { grid-column: 1 / -1; }
.faq-list { width: min(100%, var(--max)); margin: 50px auto 0; border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { display: flex; justify-content: space-between; gap: 24px; padding: 25px 0; color: var(--blue-deep); font-size: 19px; font-weight: 800; cursor: pointer; list-style: none; }
.faq summary::after { color: var(--blue); content: "+"; font-size: 28px; font-weight: 400; line-height: .8; }
.faq details[open] summary::after { content: "−"; }
.faq details p { max-width: 820px; margin: 0 0 25px; color: var(--muted); }

.registration { display: grid; grid-template-columns: minmax(0, .92fr) minmax(430px, .82fr); gap: clamp(50px, 8vw, 120px); padding: clamp(92px, 10vw, 145px) var(--pad); color: #fff; background: var(--blue-deep); }
.registration-copy { align-self: center; }
.registration-copy > p:not(.section-kicker) { max-width: 540px; margin: 26px 0 0; color: #dceaff; font-size: 17px; }
.registration-copy .registration-note { padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .28); color: #a9ddff; font-size: 13px; }
.registration-panel { padding: clamp(24px, 3vw, 38px); border-radius: 24px; color: var(--ink); background: #fff; box-shadow: 20px 20px 0 rgba(199, 165, 255, .48); }
.registration form { display: grid; gap: 18px; }
.registration label { display: grid; gap: 8px; color: #284362; font-size: 13px; font-weight: 800; }
.registration input:not([type="checkbox"]), .registration textarea { width: 100%; padding: 13px 14px; border: 1px solid var(--line); border-radius: 10px; outline: 0; color: var(--ink); background: #fff; transition: border-color 150ms ease, box-shadow 150ms ease; }
.registration textarea { min-height: 112px; resize: vertical; }
.registration input:not([type="checkbox"]):focus, .registration textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(7, 88, 246, .13); }
.registration label small { margin-top: -4px; color: var(--muted); font-size: 11px; font-weight: 500; text-align: right; }
.tool-interest { min-width: 0; margin: 0; padding: 0; border: 0; }
.tool-interest legend { margin-bottom: 10px; color: #284362; font-size: 13px; font-weight: 800; }
.tool-interest-options { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }
.tool-interest-options label { display: flex; align-items: center; gap: 8px; min-width: 0; padding: 10px 11px; border: 1px solid var(--line); border-radius: 10px; color: var(--blue-ink); background: var(--ice); font-size: 12px; cursor: pointer; }
.tool-interest-options input { flex: 0 0 auto; margin: 0; accent-color: var(--blue); }
.tool-interest-options span { min-width: 0; overflow: hidden; text-overflow: ellipsis; }
.registration .consent { display: flex; align-items: flex-start; gap: 10px; color: var(--muted); font-size: 12px; font-weight: 600; }
.registration .consent input { margin-top: 4px; accent-color: var(--blue); }
.submit-button { width: 100%; min-height: 56px; }
.submit-button:disabled { cursor: wait; opacity: .64; }
.form-status { min-height: 1.4em; margin: 0; color: var(--muted); font-size: 13px; }
.form-status[data-state="error"] { color: #c72f29; }
.form-status[data-state="pending"] { color: var(--blue); }
.submission-success { padding: 28px 0; }
.submission-success > p:first-child { margin: 0; color: var(--blue); font-size: 11px; font-weight: 850; letter-spacing: .1em; }
.submission-success h3 { margin: 8px 0; font-size: 30px; line-height: 1.2; }
.submission-success p { color: var(--muted); }
.submission-success b { display: block; margin-top: 22px; padding-top: 15px; border-top: 1px solid var(--line); color: var(--blue); font-size: 13px; }
.registration input.honeypot { position: absolute; width: 1px; min-width: 0; height: 1px; padding: 0; border: 0; opacity: 0; pointer-events: none; }

.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 34px var(--pad) 92px; color: #cde0ff; background: var(--blue-deep); }
.brand-light b, .brand-light small { color: #fff; }
.site-footer p { margin: 0; font-size: 14px; font-weight: 700; }
.mobile-cta { display: none; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity 700ms ease, transform 700ms cubic-bezier(.2, .65, .2, 1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
[data-enter] { opacity: 0; transform: translateY(24px); animation: hero-enter 700ms cubic-bezier(.2, .65, .2, 1) forwards; }
[data-enter]:nth-child(1) { animation-delay: 80ms; }
[data-enter]:nth-child(2) { animation-delay: 180ms; }
[data-enter]:nth-child(3) { animation-delay: 280ms; }
[data-enter]:nth-child(4) { animation-delay: 380ms; }
[data-enter]:nth-child(5) { animation-delay: 480ms; }

@keyframes hero-enter { to { opacity: 1; transform: translateY(0); } }
@keyframes gallery-marquee { to { transform: translate3d(calc(-50% - 8px), 0, 0); } }
@keyframes testimonial-marquee { to { transform: translate3d(calc(-50% - 7px), 0, 0); } }
@keyframes ticker-drift { to { transform: translateX(-28%); } }
@keyframes loader-photo-main { 0% { opacity: 0; transform: scale(1.18); } 42% { opacity: .8; } 100% { opacity: .72; transform: scale(1); } }
@keyframes loader-prism-arrive { 0% { opacity: 0; transform: translate3d(var(--prism-x), var(--prism-y), 0) scale(1.08); } 62% { opacity: .92; } 100% { opacity: .94; transform: translate3d(0, 0, 0) scale(1); } }

@media (max-width: 1500px) {
  .hero-side-index { display: none; }
}

@media (max-width: 1040px) {
  .hero-poster { grid-template-columns: 1fr; gap: 34px; padding-top: 70px; }
  .hero-statement { max-width: 660px; }
  .hero h1 { font-size: clamp(70px, 12vw, 116px); }
  .hero-proof { grid-template-columns: repeat(2, 1fr); }
  .hero-proof li:nth-child(2) { border-right: 0; }
  .hero-proof li:nth-child(-n+2) { border-bottom: 1px solid rgba(255, 255, 255, .22); }
  .process-rail { grid-template-columns: repeat(3, 1fr); border-radius: 28px; }
  .process-rail li:nth-child(3) { border-right: 0; }
  .process-rail li:nth-child(-n+3) { border-bottom: 1px solid var(--line); }
  .process-rail li:nth-child(4) { grid-column: 1 / 2; }
  .process-rail li:nth-child(5) { grid-column: 2 / 3; }
  .modules { grid-template-columns: 1fr; }
  .module-intro { max-width: 720px; }
  .tool-outcomes { grid-template-columns: repeat(2, 1fr); }
  .tool-outcomes p:nth-child(2) { border-right: 0; }
  .tool-outcomes p:nth-child(-n+2) { border-bottom: 1px solid rgba(255, 255, 255, .18); }
  .tool-note { margin: 0; }
  .gallery-heading { grid-template-columns: 1fr; }
  .gallery-heading > div:last-child > p { max-width: 720px; }
  .evidence-note { margin: 0; }
}

@media (max-width: 820px) {
  .site-header { height: 68px; }
  .site-nav { position: fixed; top: 68px; right: 0; left: 0; display: none; align-items: stretch; gap: 0; padding: 12px var(--pad) 22px; border-bottom: 1px solid var(--line); background: #fff; box-shadow: 0 18px 32px rgba(82, 51, 138, .14); }
  .site-nav.is-open { display: grid; }
  .site-nav a { padding: 14px 0; }
  .site-nav > a:not(.nav-cta) { color: #243652; }
  .site-nav .nav-cta { margin-top: 10px; padding: 0 16px; }
  .menu-button { display: block; }
  .hero-shell { padding-top: 98px; }
  .hero h1 { font-size: clamp(66px, 13vw, 94px); }
  .hero-side-index { display: none; }
  .session-slide { grid-template-columns: 1fr; }
  .session-media { min-height: 0; aspect-ratio: 16 / 9; }
  .session-copy { min-height: 280px; }
  .gallery-row { grid-template-columns: 102px minmax(0, 1fr); }
  .gallery-row-meta { padding: 16px; }
  .gallery-card { height: 290px; }
  .price-history { grid-template-columns: 1fr 2fr; max-width: 650px; }
  .price-history > p:first-child { grid-column: 1 / -1; }
  .price-history > div { border-top: 1px solid var(--line); }
  .price-history > div:first-of-type { border-left: 0; }
  .registration { grid-template-columns: 1fr; }
  .faq .section-heading { display: block; }
}

@media (max-width: 620px) {
  .brand b { font-size: 19px; }
  .brand small { font-size: 10px; }
  .hero { min-height: 1060px; }
  .hero-backdrop { object-position: 47% center; }
  .loader-photo-one, .loader-photo-two { width: 42vw; opacity: .5; }
  .hero-scrim { background: linear-gradient(180deg, rgba(40, 18, 85, .28) 0%, rgba(52, 25, 103, .6) 37%, rgba(24, 10, 55, .98) 72%); }
  .hero-grid-overlay { opacity: .16; background-size: 52px 52px; }
  .hero-shell { min-height: 1060px; padding: 92px 0 108px; }
  .hero-signal { align-items: flex-start; }
  .hero-signal span { max-width: 150px; }
  .hero-signal b { max-width: 160px; text-align: right; }
  .hero-poster { gap: 24px; padding-top: clamp(86px, 20vh, 146px); }
  .hero h1 { font-size: clamp(58px, 19vw, 78px); line-height: .82; }
  .hero h1 span { font-size: .52em; letter-spacing: -.035em; white-space: nowrap; }
  .hero-statement { padding: 20px; border-radius: 18px; }
  .hero-evidence { margin-bottom: 13px; }
  .hero h2 { margin-top: 12px; font-size: 24px; }
  .hero-lead { font-size: 14px; line-height: 1.65; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-proof { grid-template-columns: repeat(2, 1fr); width: 100%; margin-top: 22px; border-radius: 14px; }
  .hero-proof li { grid-template-columns: 1fr; gap: 3px; min-height: 86px; padding: 12px 10px; text-align: center; }
  .hero-proof li:nth-child(2) { border-right: 0; }
  .hero-proof span { grid-row: auto; font-size: 18px; }
  .hero-proof small { display: block; font-size: 9px; }
  .scroll-cue { display: none; }
  .section-heading h2, .module-intro h2, .gallery-heading h2, .feedback-heading h2, .registration h2 { font-size: clamp(38px, 11vw, 54px); }
  .process-rail { grid-template-columns: 1fr; padding: 6px; border-radius: 22px; }
  .process-rail li, .process-rail li:nth-child(3) { min-height: 205px; border-right: 0; border-bottom: 1px solid var(--line); }
  .process-rail li:nth-child(4), .process-rail li:nth-child(5) { grid-column: auto; }
  .process-rail li:last-child { border-bottom: 0; }
  .session-carousel { margin-top: 42px; }
  .session-viewport { border-radius: 20px; }
  .session-copy { min-height: 0; padding: 28px 24px 30px; }
  .session-copy h3 { font-size: 32px; }
  .session-copy p { font-size: 14px; }
  .session-carousel-controls { gap: 10px; margin-top: 14px; }
  .session-arrow { width: 42px; height: 42px; font-size: 21px; }
  .session-pagination { gap: 2px; }
  .session-pagination button { min-width: 0; padding: 9px 6px; font-size: 11px; }
  .price-history { grid-template-columns: 1fr; }
  .price-history > div, .price-history > div:first-of-type { border-top: 1px solid var(--line); border-left: 0; }
  .module-grid { grid-template-columns: 1fr; }
  .module-grid article { min-height: 220px; }
  .module-grid h3 { margin-top: 40px; }
  .tool-outcomes { grid-template-columns: repeat(2, 1fr); border-radius: 18px; }
  .tool-outcomes p { min-height: 118px; padding: 20px 18px; }
  .tool-outcomes strong { font-size: 42px; }
  .gallery-filters { display: grid; grid-template-columns: repeat(2, 1fr); }
  .gallery-streams { gap: 32px; width: calc(100% + 2 * var(--pad)); margin-top: 38px; margin-left: calc(-1 * var(--pad)); }
  .gallery-row { grid-template-columns: 1fr; gap: 12px; }
  .gallery-row-meta { display: grid; grid-template-columns: auto 1fr auto; gap: 10px; align-items: baseline; padding: 0 var(--pad); border: 0; background: transparent; }
  .gallery-row-meta span { font-size: 24px; }
  .gallery-row-meta h3 { margin: 0; font-size: 18px; }
  .gallery-row-meta p { margin: 0; }
  .gallery-window { overflow-x: auto; padding: 0 var(--pad) 10px; border-radius: 0; scroll-snap-type: x proximity; scrollbar-width: none; }
  .gallery-window::-webkit-scrollbar { display: none; }
  .gallery-track.is-looping { animation: none; transform: none; }
  .gallery-set[aria-hidden="true"] { display: none; }
  .gallery-card, .gallery-card:nth-child(2), .gallery-card:nth-child(3), .gallery-card:nth-child(4), .gallery-card:nth-child(5), .gallery-card:nth-child(6) { flex-basis: min(82vw, 330px); height: 280px; border-radius: 18px; scroll-snap-align: start; }
  .feedback-title-row { grid-template-columns: 1fr; gap: 26px; }
  .feedback-count { justify-items: start; }
  .feedback-count strong { font-size: 82px; }
  .testimonial-streams { gap: 12px; margin-top: 42px; }
  .testimonial-window { overflow-x: auto; padding: 0 var(--pad) 8px; scroll-snap-type: x proximity; scrollbar-width: none; }
  .testimonial-window::-webkit-scrollbar { display: none; }
  .testimonial-track.is-looping { animation: none; transform: none; }
  .testimonial-set[aria-hidden="true"] { display: none; }
  .testimonial-card, .testimonial-card.is-short, .testimonial-card.is-medium, .testimonial-card.is-long { flex-basis: min(84vw, 360px); min-height: 230px; scroll-snap-align: start; }
  .registration-panel { border-radius: 18px; box-shadow: 10px 10px 0 rgba(199, 165, 255, .48); }
  .tool-interest-options { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .loader-topline span { display: none; }
  .loader-stage { transform: translate(-50%, -54%); }
  .loader-title { gap: .12em; }
  .loader-title span { font-size: clamp(24px, 7.4vw, 30px); }
  .loader-title b { font-size: clamp(28px, 8.6vw, 36px); }
  .site-footer { display: block; padding-bottom: 100px; }
  .site-footer p { margin-top: 12px; }
  .mobile-cta { position: fixed; right: 14px; bottom: 14px; left: 14px; z-index: 90; display: flex; align-items: center; justify-content: space-between; min-height: 56px; padding: 0 20px; border-radius: 14px; color: #fff; background: var(--coral); box-shadow: 0 16px 30px rgba(255, 90, 71, .35); font-weight: 800; text-decoration: none; transition: transform 180ms ease, opacity 180ms ease; }
  .mobile-cta.is-hidden { opacity: 0; pointer-events: none; transform: translateY(16px); }
  .mobile-cta img { width: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .page-loader { display: none; }
  body.page-loading { overflow: auto; }
  .reveal, [data-enter] { opacity: 1; transform: none; }
  .gallery-window { overflow-x: auto; }
  .gallery-track.is-looping { animation: none; transform: none; }
  .gallery-set[aria-hidden="true"] { display: none; }
  .testimonial-window { overflow-x: auto; }
  .testimonial-track.is-looping { animation: none; transform: none; }
  .testimonial-set[aria-hidden="true"] { display: none; }
}
