/* Foco de Elite - landing publica restaurada */
@import url("./tokens.css");
@import url("./base.css");
@import url("./components.css");
@import url("./utilities.css");
:root { --rail-h: 34px; --nav-main-h: 72px; --nav-h: calc(var(--rail-h) + var(--nav-main-h)); --wrap: 1220px; --section-y: 96px; --gold: #E0B84B; --gold-strong: #F2C64D; --gold-soft: rgba(224, 184, 75, .14); --blue: #4DA3FF; --blue-deep: #1769D2; --green: #31D87C; --ink: #07111F; --ink-2: #0A1624; --ink-3: #0E1D2F; --paper: #F3F6FA; }
html { scroll-padding-top: calc(var(--nav-h) + 18px); }
body { overflow-x: hidden; background: var(--ink); }
.wrap { width: 100%; max-width: var(--wrap); margin: 0px auto; padding: 0px 28px; }
.section { --section-accent: var(--blue); position: relative; padding: var(--section-y) 0; overflow: hidden; }
.section-intro { margin-bottom: 48px; text-align: center; }
.section-intro-single { display: block; }
.eyebrow, .hero-kicker { width: fit-content; display: inline-flex; align-items: center; gap: 8px; margin: 0px; padding: 7px 11px; color: var(--section-accent); background: rgba(77, 163, 255, 0.06); border: 1px solid; border-radius: 999px; font-family: var(--font-label); font-size: 10px; font-weight: 700; line-height: 1.2; letter-spacing: 0px; text-transform: uppercase; }
.section-intro .eyebrow { margin: 0px auto 16px; }
.section-intro h2, .faq-heading h2, .final-cta h2 { max-width: 820px; font-family: var(--font-marketing); font-size: 46px; font-weight: 800; line-height: 1.08; letter-spacing: 0px; text-transform: uppercase; }
.section-intro h2 { margin: 0px auto; }
.section-intro h2 span, .faq-heading h2 span, .final-cta h2 span { color: var(--section-accent); }
.nav { position: fixed; inset: 0px 0px auto; z-index: var(--z-sticky); height: var(--nav-h); }
.nav-rail { height: var(--rail-h); color: var(--ink); background: var(--gold-strong); border-bottom: 1px solid rgba(7, 17, 31, 0.25); }
.nav-rail-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; font-family: var(--font-label); font-size: 9px; font-weight: 700; line-height: 1; text-transform: uppercase; }
.nav-rail-label { display: inline-flex; align-items: center; gap: 8px; }
.nav-rail-label::before { content: ""; width: 8px; height: 8px; background: var(--blue-deep); box-shadow: rgba(23, 105, 210, 0.14) 0px 0px 0px 4px; animation: 2.4s ease-in-out 0s infinite normal none running rail-signal; }
.nav-rail-inner strong { display: inline-flex; align-items: center; gap: 12px; font-size: 10px; font-weight: 800; }
.nav-rail-inner i { color: var(--blue-deep); font-style: normal; }
.nav-shell { position: relative; height: var(--nav-main-h); background: rgba(7, 17, 31, 0.24); border-bottom: 1px solid transparent; transition: background 220ms, border-color 220ms; }
.nav.scrolled .nav-shell, .nav.open .nav-shell { background: rgba(7, 17, 31, 0.97); border-bottom-color: var(--border-2); backdrop-filter: blur(16px); }
.nav-inner { height: 100%; display: flex; align-items: center; gap: 34px; }
.nav-brand { width: 156px; height: 62px; display: inline-flex; align-items: center; flex: 0 0 auto; }
.nav-brand img { width: 156px; height: auto; }
.nav-links { display: flex; align-items: center; gap: 28px; margin-left: 20px; }
.nav-links > a { position: relative; color: rgba(245, 247, 250, 0.74); font-family: var(--font-ui); font-size: 12px; font-weight: 700; }
.nav-links > a::after { content: ""; position: absolute; right: 0px; bottom: -10px; left: 0px; height: 3px; background: var(--gold); transform: scaleX(0); transform-origin: left center; transition: transform 220ms; }
.nav-links > a:hover, .nav-links > a.active { color: rgb(255, 255, 255); text-decoration: none; }
.nav-links > a:hover::after, .nav-links > a.active::after { transform: scaleX(1); }
.nav-actions { display: flex; align-items: center; gap: 8px; margin-left: auto; }
.nav .btn { height: 38px; border-radius: 8px; font-size: 12px; font-weight: 700; }
.nav .btn-primary { background: var(--blue-deep); border-color: var(--blue-deep); }
.nav-toggle, .nav-mobile-actions { display: none; }
.scroll-progress { position: absolute; inset: auto 0px -1px; height: 3px; background: var(--gold); transform: scaleX(0); transform-origin: left center; will-change: transform; }
.hero { position: relative; min-height: 650px; height: calc(-58px + 100svh); max-height: 800px; display: flex; overflow: hidden; isolation: isolate; border-bottom: 1px solid var(--border-2); }
.hero-media-wrap, .hero-shade { position: absolute; inset: 0px; width: 100%; height: 100%; }
.hero-media-wrap { --hero-x: 0px; --hero-y: 0px; z-index: -2; overflow: hidden; transform: translate3d(var(--hero-x), var(--hero-y), 0) scale(1.025); transition: transform 500ms cubic-bezier(0.2, 0.8, 0.2, 1); will-change: transform; }
.hero-media-wrap picture { position: absolute; inset: 0px; display: block; width: 100%; height: 100%; }
.hero-media { position: absolute; inset: 0px; width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: center center; animation: 16s ease-in-out 0s infinite alternate none running hero-breathe; will-change: transform; }
.hero-shade { z-index: -1; background: rgba(2, 8, 17, 0.5); }
.hero-content { width: 100%; display: flex; align-items: center; padding-top: var(--nav-h); }
.hero-copy { width: min(700px, 61%); padding: 28px 0px 32px; }
.hero-kicker { margin-bottom: 20px; color: rgb(143, 196, 255); background: rgba(7, 17, 31, 0.74); border-color: rgba(77, 163, 255, 0.58); backdrop-filter: blur(10px); }
.hero-kicker > span { width: 7px; height: 7px; background: var(--green); box-shadow: rgba(49, 216, 124, 0.12) 0px 0px 0px 4px; }
.hero h1 { max-width: 690px; color: rgb(255, 255, 255); font-family: var(--font-marketing); font-size: 64px; font-weight: 800; line-height: 0.99; letter-spacing: 0px; text-transform: uppercase; text-shadow: rgba(0, 0, 0, 0.48) 0px 4px 30px; }
.hero h1 span, .hero h1 em { display: block; }
.hero h1 .hero-brand { margin-bottom: 4px; color: rgb(255, 255, 255); }
.hero h1 em { color: var(--gold-strong); font-style: normal; }
.hero-lead { max-width: 560px; margin-top: 20px; color: rgba(245, 247, 250, 0.82); font-family: var(--font-reading); font-size: 17px; line-height: 1.55; text-shadow: rgba(0, 0, 0, 0.62) 0px 2px 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.hero-actions .btn { min-width: 188px; height: 50px; border-radius: 8px; font-size: 13px; font-weight: 800; text-transform: uppercase; }
.hero-actions .btn-primary { color: var(--ink); background: var(--gold-strong); border-color: var(--gold-strong); box-shadow: rgba(224, 184, 75, 0.22) 0px 10px 28px; }
.hero-actions .btn-primary:hover { color: var(--ink); background: rgb(255, 210, 93); border-color: rgb(255, 210, 93); box-shadow: rgba(224, 184, 75, 0.3) 0px 14px 34px; }
.btn-hero-quiet { color: rgb(255, 255, 255); background: rgba(7, 17, 31, 0.7); border-color: rgba(255, 255, 255, 0.28); backdrop-filter: blur(12px); }
.btn-hero-quiet:hover { color: rgb(255, 255, 255); background: rgba(14, 29, 47, 0.92); border-color: rgba(255, 255, 255, 0.52); text-decoration: none; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 22px; color: rgba(245, 247, 250, 0.76); font-family: var(--font-ui); font-size: 11px; font-weight: 700; }
.hero-proof span { display: inline-flex; align-items: center; gap: 7px; }
.hero-proof span::before { content: ""; width: 7px; height: 7px; background: var(--green); border: 1px solid rgba(255, 255, 255, 0.34); }
.hero-scroll { position: absolute; right: 34px; bottom: 24px; z-index: 2; width: 42px; height: 42px; display: grid; place-items: center; color: rgb(255, 255, 255); background: rgba(7, 17, 31, 0.72); border: 1px solid rgba(255, 255, 255, 0.28); border-radius: 50%; backdrop-filter: blur(10px); animation: 2.2s ease-in-out 0s infinite normal none running scroll-cue; }
.hero-scroll:hover { color: rgb(255, 255, 255); border-color: var(--gold); text-decoration: none; }
.hero-scroll .icon { width: 18px; height: 18px; }
.study-rhythm { position: relative; overflow: hidden; background: rgb(11, 25, 42); border-bottom: 1px solid var(--border-2); }
.study-rhythm::after { content: ""; position: absolute; bottom: 0px; left: 0px; width: 25%; height: 3px; background: var(--blue); animation: 5.5s ease-in-out 0s infinite normal none running rhythm-run; }
.study-rhythm-track { min-height: 70px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.study-rhythm-track span { min-width: 0px; display: flex; align-items: center; justify-content: center; gap: 10px; color: rgb(217, 227, 239); font-family: var(--font-label); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.study-rhythm-track span + span { border-left: 1px solid var(--border-2); }
.study-rhythm-track b { color: var(--blue); font-size: 9px; font-weight: 800; }
.study-rhythm-track span:nth-child(3) b { color: var(--gold); }
.study-rhythm-track span:nth-child(4) b { color: var(--green); }
.section-visual { position: relative; min-width: 0px; min-height: 0px; aspect-ratio: 3 / 2; margin: 0px; overflow: hidden; background: var(--ink-2); border: 1px solid var(--border-2); border-radius: 8px; box-shadow: rgba(0, 0, 0, 0.24) 0px 24px 58px; }
.section-visual::before { content: attr(data-label); position: absolute; top: 18px; left: 18px; z-index: 2; max-width: calc(100% - 36px); padding: 9px 12px; color: var(--ink); background: var(--gold-strong); border: 1px solid rgba(7, 17, 31, 0.18); border-radius: 6px; font-family: var(--font-label); font-size: 9px; font-weight: 800; line-height: 1.2; text-transform: uppercase; transition: transform 360ms cubic-bezier(0.2, 0.8, 0.2, 1); }
.section-visual::after { content: ""; position: absolute; inset: 0px; pointer-events: none; border: 1px solid rgba(255, 255, 255, 0.08); border-radius: inherit; }
.section-visual img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center center; transform: scale(1.002); transition: transform 900ms cubic-bezier(0.2, 0.8, 0.2, 1), filter 500ms; }
.section-visual:hover::before { transform: translateX(7px); }
.section-visual:hover img { filter: saturate(1.08) contrast(1.03); transform: scale(1.045); }
.platform-summary { --section-accent: var(--blue-deep); color: var(--ink); background: var(--paper); border-bottom: 1px solid rgba(7, 17, 31, 0.14); }
.platform-summary::after { content: ""; position: absolute; top: 0px; right: 0px; width: 10px; height: 100%; background: var(--blue-deep); }
.platform-summary h2 { color: var(--ink); }
.platform-summary .eyebrow { background: rgba(23, 105, 210, 0.06); }
.platform-showcase { display: grid; grid-template-columns: minmax(390px, 1.02fr) minmax(0px, 0.98fr); align-items: stretch; gap: 20px; }
.platform-showcase > .section-visual { height: 100%; min-height: 430px; aspect-ratio: auto; border-color: rgba(7, 17, 31, 0.18); box-shadow: rgba(7, 17, 31, 0.16) 0px 22px 48px; }
.platform-showcase .section-visual::before { color: rgb(255, 255, 255); background: var(--blue-deep); }
.platform-tool-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(2, 1fr); gap: 12px; }
.platform-tool { --tool-accent: #2F80ED; --tool-soft: rgba(47, 128, 237, .1); position: relative; min-width: 0px; min-height: 202px; display: flex; align-items: flex-start; justify-content: flex-end; flex-direction: column; gap: 20px; overflow: hidden; padding: 22px; color: var(--ink); background: rgb(255, 255, 255); border: 1px solid rgba(7, 17, 31, 0.13); border-radius: 8px; box-shadow: rgba(7, 17, 31, 0.06) 0px 8px 24px; font-family: var(--font-display); font-size: 14px; font-weight: 800; text-transform: uppercase; transition: transform 320ms cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 320ms, border-color 320ms; }
.platform-tool[data-tone="gold"] { --tool-accent: #B1871D; --tool-soft: rgba(224, 184, 75, .15); }
.platform-tool[data-tone="green"] { --tool-accent: #16874D; --tool-soft: rgba(49, 216, 124, .12); }
.platform-tool[data-tone="coral"] { --tool-accent: #C85C47; --tool-soft: rgba(200, 92, 71, .11); }
.platform-tool[data-tone="teal"] { --tool-accent: #0F7F7D; --tool-soft: rgba(15, 127, 125, .11); }
.platform-tool[data-tone="indigo"] { --tool-accent: #5266B8; --tool-soft: rgba(82, 102, 184, .11); }
.platform-tool::before { content: attr(data-index); position: absolute; top: 16px; right: 17px; color: rgba(7, 17, 31, 0.12); font-family: var(--font-marketing); font-size: 34px; font-weight: 800; line-height: 1; }
.platform-tool::after { content: ""; position: absolute; inset: 0px 0px auto; height: 5px; background: var(--tool-accent); transform: scaleX(0.28); transform-origin: left center; transition: transform 420ms cubic-bezier(0.2, 0.8, 0.2, 1); }
.platform-tool .icon { width: 50px; height: 50px; padding: 13px; color: var(--tool-accent); background: var(--tool-soft); border: 1px solid rgba(47, 128, 237, 0.18); border-radius: 8px; transition: transform 340ms cubic-bezier(0.2, 0.8, 0.2, 1); }
.platform-tool:hover { border-color: var(--tool-accent); box-shadow: rgba(7, 17, 31, 0.13) 0px 18px 36px; transform: translateY(-7px); }
.platform-tool:hover::after { transform: scaleX(1); }
.platform-tool:hover .icon { transform: translateY(-4px) rotate(-5deg); }
.platform-showcase { grid-template-columns: minmax(430px, 1.04fr) minmax(0px, 0.96fr); }
.platform-showcase > .section-visual { min-height: 570px; }
.platform-tool-grid { grid-template-columns: repeat(3, minmax(0px, 1fr)); grid-template-rows: none; align-content: center; }
.platform-tool {
  min-height: 0;
  aspect-ratio: 1;
  display: block;
  padding: 0;
  appearance: none;
  cursor: pointer;
  background: var(--ink);
  border-color: rgba(7, 17, 31, 0.2);
}
.platform-tool:last-child { grid-column: 2; }
.platform-tool::before, .platform-tool::after { display: none; }
.platform-tool img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform 600ms cubic-bezier(0.2, 0.8, 0.2, 1), filter 300ms; }
.platform-tool:hover { border-color: var(--gold); transform: translateY(-5px); }
.platform-tool:hover img { filter: saturate(1.1) contrast(1.04); transform: scale(1.04); }
.media-open { position: absolute; top: 10px; right: 10px; z-index: 3; width: 34px; height: 34px; display: grid; place-items: center; color: #fff; background: rgba(4, 11, 20, 0.78); border: 1px solid rgba(255, 255, 255, 0.24); border-radius: 50%; opacity: 0; transform: translateY(5px); transition: opacity 220ms, transform 220ms, background 220ms; backdrop-filter: blur(10px); }
.media-open .icon { width: 16px; height: 16px; padding: 0; color: inherit; background: none; border: 0; border-radius: 0; }
[data-media-src]:hover .media-open, [data-media-src]:focus-visible .media-open { opacity: 1; transform: translateY(0); }
.exams-section { --section-accent: var(--gold-strong); background: var(--ink); border-bottom: 1px solid var(--border-2); }
.exams-showcase { display: grid; grid-template-columns: minmax(0px, 0.9fr) minmax(400px, 1.1fr); align-items: stretch; gap: 22px; }
.exam-grid { display: grid; grid-template-columns: 1fr; gap: 12px; }
.exam-card { --exam-accent: var(--blue); --exam-soft: rgba(77, 163, 255, .12); position: relative; min-width: 0px; min-height: 132px; display: grid; grid-template-columns: 120px minmax(0px, 1fr); overflow: hidden; background: var(--ink-3); border: 1px solid var(--border-2); border-radius: 8px; transition: transform 320ms cubic-bezier(0.2, 0.8, 0.2, 1), border-color 320ms, box-shadow 320ms; }
.exam-card[data-tone="gold"] { --exam-accent: var(--gold-strong); --exam-soft: rgba(224, 184, 75, .12); }
.exam-card[data-tone="green"] { --exam-accent: var(--green); --exam-soft: rgba(49, 216, 124, .1); }
.exam-card::after { content: ""; position: absolute; inset: 0px auto 0px 0px; width: 4px; background: var(--exam-accent); transform: scaleY(0.32); transform-origin: center top; transition: transform 420ms cubic-bezier(0.2, 0.8, 0.2, 1); }
.exam-card:hover { border-color: var(--exam-accent); box-shadow: rgba(0, 0, 0, 0.24) 0px 18px 40px; transform: translateX(8px); }
.exam-card:hover::after { transform: scaleY(1); }
.exam-art { position: relative; min-height: 130px; display: grid; place-items: center; overflow: hidden; color: var(--exam-accent); background: var(--exam-soft); border-right: 1px solid var(--border); }
.exam-art::before { content: ""; position: absolute; width: 68px; height: 68px; border: 1px solid; opacity: 0.32; transform: rotate(45deg); transition: transform 700ms cubic-bezier(0.2, 0.8, 0.2, 1), opacity 400ms; }
.exam-art .icon { position: relative; z-index: 2; width: 34px; height: 34px; stroke-width: 1.7; transition: transform 420ms cubic-bezier(0.2, 0.8, 0.2, 1); }
.exam-art i { position: absolute; width: 150px; height: 1px; background: currentcolor; opacity: 0.14; }
.exam-art i:first-of-type { transform: rotate(24deg) translateY(-34px); }
.exam-art i:last-of-type { transform: rotate(-24deg) translateY(34px); }
.exam-card:hover .exam-art::before { opacity: 0.56; transform: rotate(135deg) scale(1.07); }
.exam-card:hover .exam-art .icon { transform: scale(1.12); }
.exam-art-image { padding: 12px; background: #fff; }
.exam-art-image::before { display: none; }
.exam-art-image img { position: relative; z-index: 2; width: 100%; height: 100%; object-fit: contain; }
.exam-art-enem { background: #f5f9ff; }
.exam-art-enem img { width: 100%; height: auto; }
.exam-art-logo-grid { display: grid; grid-template-columns: repeat(2, minmax(0px, 1fr)); grid-template-rows: repeat(2, minmax(0px, 1fr)); gap: 7px; padding: 10px 12px; }
.exam-art-logo-grid .exam-logo-fuvest { grid-column: 1 / -1; width: 76px; height: 38px; justify-self: center; }
.exam-art-logo-grid .exam-logo-unicamp { width: 34px; height: 42px; justify-self: center; }
.exam-art-logo-grid .exam-logo-unesp { width: 48px; height: 38px; justify-self: center; }
.exam-card-copy { align-self: center; padding: 20px 22px; }
.exam-card-copy > span { color: var(--exam-accent); font-family: var(--font-label); font-size: 9px; font-weight: 800; }
.exam-card h3 { margin-top: 8px; font-family: var(--font-display); font-size: 21px; font-weight: 800; text-transform: uppercase; }
.exam-card p { margin-top: 5px; color: var(--text-2); font-family: var(--font-reading); font-size: 13px; line-height: 1.5; }
.exams-showcase > .section-visual { height: 100%; min-height: 420px; aspect-ratio: auto; }
.method-section { --section-accent: var(--green); background: var(--ink-2); border-bottom: 1px solid var(--border-2); }
.method-showcase { display: grid; grid-template-columns: repeat(2, minmax(0px, 1fr)); align-items: stretch; gap: 22px; }
.method-showcase > .section-visual { height: 100%; min-height: 420px; aspect-ratio: auto; }
.method-showcase .section-visual::before { color: var(--ink); background: var(--green); }
.method-flow { position: relative; display: grid; grid-template-columns: 1fr; overflow: hidden; list-style: none; background: rgba(7, 17, 31, 0.42); border: 1px solid var(--border-2); border-radius: 8px; }
.method-flow::after { content: ""; position: absolute; inset: 0px auto 0px 0px; width: 4px; height: 100%; background: var(--green); transform: scaleY(0); transform-origin: center top; transition: transform 1100ms cubic-bezier(0.2, 0.8, 0.2, 1) 180ms; }
.method-flow.in::after { transform: scaleY(1); }
.method-flow li { position: relative; min-height: 139px; display: grid; grid-template-columns: 52px minmax(0px, 1fr); grid-template-rows: auto auto; column-gap: 18px; align-content: center; padding: 22px 24px 22px 28px; transition: background 280ms, transform 280ms; }
.method-flow li + li { border-top: 1px solid var(--border-2); }
.method-flow li:hover { background: var(--ink-3); transform: translateX(6px); }
.method-flow li > span { grid-area: 1 / 2; color: var(--gold); font-family: var(--font-label); font-size: 9px; font-weight: 800; }
.method-flow li > div:last-child { grid-area: 2 / 2; }
.method-icon { grid-area: 1 / 1 / 3; width: 50px; height: 50px; display: grid; place-items: center; align-self: center; color: var(--blue); background: rgba(77, 163, 255, 0.12); border: 1px solid rgba(77, 163, 255, 0.24); border-radius: 8px; transition: transform 320ms cubic-bezier(0.2, 0.8, 0.2, 1), color 320ms; }
.method-flow li:nth-child(2) .method-icon { color: var(--gold); background: var(--gold-soft); border-color: rgba(224, 184, 75, 0.24); }
.method-flow li:nth-child(3) .method-icon { color: var(--green); background: rgba(49, 216, 124, 0.1); border-color: rgba(49, 216, 124, 0.22); }
.method-icon .icon { width: 23px; height: 23px; }
.method-flow li:hover .method-icon { transform: rotate(5deg) scale(1.08); }
.method-flow h3 { margin-top: 8px; font-family: var(--font-display); font-size: 21px; font-weight: 800; text-transform: uppercase; }
.results-section { --section-accent: var(--gold-strong); background: #07111f; border-bottom: 1px solid var(--border-2); }
.results-section::before { content: ""; position: absolute; inset: 0 0 auto; height: 1px; background: linear-gradient(90deg, transparent, rgba(242, 198, 77, 0.72), transparent); }
.results-block + .results-block { margin-top: 54px; }
.results-subhead { min-height: 42px; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.results-subhead > div:first-child { min-width: 0; }
.results-subhead h3 { color: #fff; font-family: var(--font-display); font-size: 16px; font-weight: 800; text-transform: uppercase; }
.results-subhead span { display: block; margin-top: 4px; color: var(--text-3); font-size: 11px; }
.results-post-grid { display: grid; grid-template-columns: repeat(5, minmax(0px, 1fr)); gap: 12px; }
.result-card { min-width: 0; display: block; padding: 0; overflow: hidden; color: inherit; text-align: left; appearance: none; cursor: pointer; background: #0d1b2c; border: 1px solid var(--border-2); border-radius: 8px; box-shadow: 0 14px 34px rgba(0, 0, 0, 0.2); scroll-snap-align: start; transition: transform 300ms cubic-bezier(0.2, 0.8, 0.2, 1), border-color 300ms, box-shadow 300ms; }
.result-card:hover { border-color: rgba(242, 198, 77, 0.66); box-shadow: 0 20px 42px rgba(0, 0, 0, 0.3); transform: translateY(-6px); }
.result-card-media { position: relative; display: block; overflow: hidden; background: #030811; }
.result-card-post .result-card-media { aspect-ratio: 4 / 5; }
.result-card-message .result-card-media { aspect-ratio: 9 / 16; }
.result-card-media::after { content: ""; position: absolute; inset: auto 0 0; height: 22%; pointer-events: none; background: linear-gradient(transparent, rgba(4, 11, 20, 0.32)); }
.result-card-media img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: top center; transition: transform 650ms cubic-bezier(0.2, 0.8, 0.2, 1), filter 300ms; }
.result-card:hover img { filter: saturate(1.04) contrast(1.02); transform: scale(1.025); }
.result-card-copy { min-height: 70px; display: flex; justify-content: center; flex-direction: column; gap: 3px; padding: 14px 15px; border-top: 1px solid var(--border); }
.result-card-copy strong { overflow: hidden; color: #fff; font-size: 12px; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
.result-card-copy span { overflow: hidden; color: var(--text-2); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.results-message-rail { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(220px, 250px); gap: 12px; padding: 2px 2px 16px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-color: rgba(224, 184, 75, 0.6) rgba(255, 255, 255, 0.06); scrollbar-width: thin; }
.results-video-grid { display: grid; grid-template-columns: repeat(4, minmax(0px, 1fr)); gap: 12px; }
.result-card-video .result-card-media { aspect-ratio: 9 / 16; }
.result-card-video .result-card-media video { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; background: #030811; }
.media-play { top: 50%; left: 50%; right: auto; width: 52px; height: 52px; opacity: 1; transform: translate(-50%, -50%); background: rgba(4, 11, 20, 0.72); }
.media-play .icon { width: 22px; height: 22px; margin-left: 2px; }
.result-card-video:hover .media-play { background: var(--gold-strong); color: var(--ink); transform: translate(-50%, -50%) scale(1.06); }
[data-media-video]:hover .media-open, [data-media-video]:focus-visible .media-open { opacity: 1; }
.results-controls { display: flex; gap: 8px; }
.results-controls .btn { width: 38px; height: 38px; min-height: 38px; color: #fff; background: #0d1b2c; border-color: var(--border-2); border-radius: 50%; }
.results-controls .btn:hover { color: var(--ink); background: var(--gold-strong); border-color: var(--gold-strong); }
.media-viewer { width: min(94vw, 980px); max-width: 980px; height: min(92vh, 980px); max-height: 92vh; padding: 48px 18px 18px; overflow: hidden; color: #fff; background: #07111f; border: 1px solid rgba(242, 198, 77, 0.58); border-radius: 8px; box-shadow: 0 30px 90px rgba(0, 0, 0, 0.62); }
.media-viewer::backdrop { background: rgba(1, 5, 11, 0.86); backdrop-filter: blur(8px); }
.media-viewer-close { position: absolute; top: 10px; right: 10px; z-index: 2; width: 36px; height: 36px; min-height: 36px; color: #fff; background: rgba(255, 255, 255, 0.08); border-color: rgba(255, 255, 255, 0.18); border-radius: 50%; }
.media-viewer figure { width: 100%; height: 100%; display: grid; grid-template-rows: minmax(0px, 1fr) auto; gap: 10px; margin: 0; }
.media-viewer img, .media-viewer video { width: 100%; height: 100%; min-height: 0; object-fit: contain; background: #030811; }
.media-viewer figcaption { overflow: hidden; color: var(--text-2); font-size: 11px; text-align: center; text-overflow: ellipsis; white-space: nowrap; }
.plans-section { --section-accent: var(--gold-strong); background: rgb(9, 21, 34); border-bottom: 1px solid var(--border-2); }
.plans-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); gap: 16px; align-items: stretch; }
.plan { position: relative; min-width: 0px; min-height: 370px; display: flex; flex-direction: column; overflow: hidden; padding: 30px; background: var(--ink-3); border: 1px solid var(--border-2); border-radius: 8px; transition: transform 320ms cubic-bezier(0.2, 0.8, 0.2, 1), border-color 320ms, box-shadow 320ms; }
.plan::before { content: ""; position: absolute; inset: 0px 0px auto; height: 5px; background: var(--blue); transform: scaleX(0.26); transform-origin: left center; transition: transform 440ms cubic-bezier(0.2, 0.8, 0.2, 1); }
.plan:hover { border-color: rgba(77, 163, 255, 0.62); box-shadow: rgba(0, 0, 0, 0.28) 0px 24px 50px; transform: translateY(-8px); }
.plan:hover::before, .plan.highlight::before { transform: scaleX(1); }
.plan.highlight { background: rgb(16, 34, 56); border-color: rgba(224, 184, 75, 0.74); box-shadow: rgba(0, 0, 0, 0.2) 0px 22px 48px; }
.plan.highlight::before { background: var(--gold-strong); }
.plan-flag { position: absolute; top: 18px; right: 18px; color: var(--ink); background: var(--gold-strong); border-color: var(--gold-strong); font-weight: 800; text-transform: uppercase; }
.plan-name { max-width: calc(100% - 90px); font-family: var(--font-display); font-size: 17px; font-weight: 800; text-transform: uppercase; }
.plan-price { display: flex; align-items: flex-end; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.plan-price .amount { font-family: var(--font-data); font-size: 38px; font-weight: 700; line-height: 1; }
.plan-price .period, .plan-equiv, .plan-desc { color: var(--text-2); font-size: 12px; }
.plan-equiv { margin-top: 9px; color: var(--gold); font-weight: 700; }
.plan-compare { margin-top: 26px; margin-bottom: -18px; color: var(--text-3); font-size: 12px; }
.plan-compare s { color: var(--text-2); text-decoration-thickness: 1px; }
.plan-installment { margin-top: 7px; color: var(--text-2); font-size: 12px; }
.plan-desc { margin-top: 18px; line-height: 1.55; }
.plan-features { display: grid; gap: 11px; margin: 25px 0px; }
.plan-features li { display: flex; gap: 8px; color: var(--text-2); font-size: 12px; }
.plan-features .icon { width: 15px; height: 15px; color: var(--green); }
.plan > .btn { margin-top: auto; border-radius: 8px; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.plan.highlight > .btn-primary { color: var(--ink); background: var(--gold-strong); border-color: var(--gold-strong); box-shadow: none; }
.plan.highlight > .btn-primary:hover { background: rgb(255, 210, 93); border-color: rgb(255, 210, 93); }
.faq-section { --section-accent: var(--blue-deep); color: var(--ink); background: var(--paper); }
.faq-layout { display: grid; grid-template-columns: minmax(270px, 0.58fr) minmax(0px, 1.08fr); gap: 86px; align-items: start; }
.faq-heading { position: sticky; top: calc(var(--nav-h) + 28px); }
.faq-heading .eyebrow { margin-bottom: 16px; background: rgba(23, 105, 210, 0.06); }
.faq-heading h2 { color: var(--ink); font-size: 40px; }
.faq-list { border-top: 1px solid rgba(7, 17, 31, 0.18); }
.faq-item { padding: 0px 16px; border-bottom: 1px solid rgba(7, 17, 31, 0.18); transition: background 220ms, padding 220ms; }
.faq-item:hover, .faq-item[open] { padding-right: 20px; padding-left: 20px; background: rgb(255, 255, 255); }
.faq-item summary { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 22px; color: var(--ink); font-family: var(--font-display); font-size: 15px; font-weight: 800; }
.faq-item summary span { transition: transform 220ms; }
.faq-item:hover summary span { transform: translateX(4px); }
.faq-item summary .icon { width: 18px; height: 18px; color: rgb(104, 118, 138); transition: transform 240ms, color 240ms; }
.faq-item[open] summary .icon { color: var(--blue-deep); transform: rotate(45deg); }
.faq-answer { max-width: 700px; padding: 0px 48px 24px 0px; animation: 260ms ease 0s 1 normal both running faq-enter; }
.faq-answer p { color: rgb(86, 100, 119); font-family: var(--font-reading); font-size: 14px; line-height: 1.65; }
.final-cta { --section-accent: #FFFFFF; padding: 72px 0px; color: var(--ink); background: var(--gold-strong); border-top: 1px solid rgba(7, 17, 31, 0.2); border-bottom: 1px solid rgba(7, 17, 31, 0.2); }
.final-cta-inner { display: grid; grid-template-columns: minmax(0px, 1fr) minmax(260px, 0.42fr); align-items: end; gap: 68px; }
.final-cta .eyebrow { margin-bottom: 16px; color: var(--ink); background: rgba(255, 255, 255, 0.18); border-color: rgba(7, 17, 31, 0.48); }
.final-cta h2 { color: var(--ink); font-size: 44px; }
.final-cta h2 span { display: block; color: rgb(255, 255, 255); text-shadow: rgba(7, 17, 31, 0.12) 0px 2px 0px; }
.final-cta-action .btn { width: 100%; height: 50px; color: rgb(255, 255, 255); background: var(--ink); border-color: var(--ink); border-radius: 8px; box-shadow: rgba(7, 17, 31, 0.2) 0px 10px 24px; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.final-cta-action .btn:hover { color: rgb(255, 255, 255); background: rgb(16, 34, 56); border-color: rgb(16, 34, 56); }
.footer { padding: 62px 0px 26px; background: rgb(4, 11, 20); }
.footer-main { display: grid; grid-template-columns: minmax(220px, 0.8fr) minmax(0px, 1.2fr); gap: 90px; padding-bottom: 48px; }
.footer-brand img { width: 176px; height: auto; }
.footer-nav { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.footer-nav div { display: flex; flex-direction: column; gap: 10px; }
.footer-nav h2 { margin-bottom: 4px; color: var(--gold); font-family: var(--font-label); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.footer-nav a { width: fit-content; color: var(--text-2); font-size: 12px; }
.footer-nav a:hover { color: rgb(255, 255, 255); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; color: var(--text-3); border-top: 1px solid var(--border); font-size: 10px; }
.js .hero-copy > * { opacity: 0; transform: translateY(20px); animation: 700ms cubic-bezier(0.2, 0.8, 0.2, 1) 0s 1 normal forwards running hero-enter; }
.js .hero-copy > :nth-child(2) { animation-delay: 80ms; }
.js .hero-copy > :nth-child(3) { animation-delay: 150ms; }
.js .hero-copy > :nth-child(4) { animation-delay: 220ms; }
.js .hero-copy > :nth-child(5) { animation-delay: 290ms; }
.reveal { transition: transform 620ms cubic-bezier(0.2, 0.8, 0.2, 1), opacity 620ms; }
.js .reveal:not(.in) { opacity: 0; transform: translateY(30px); }
.reveal.in { opacity: 1; transform: translateY(0px); }
@keyframes rail-signal { 
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(0.62); opacity: 0.5; }
}
@keyframes rhythm-run { 
  0% { transform: translateX(-105%); }
  62%, 100% { transform: translateX(410%); }
}
@keyframes hero-breathe { 
  0% { transform: scale(1.025); }
  100% { transform: scale(1.07) translateX(-0.6%); }
}
@keyframes hero-enter { 
  100% { opacity: 1; transform: translateY(0px); }
}
@keyframes scroll-cue { 
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(7px); }
}
@keyframes faq-enter { 
  0% { opacity: 0; transform: translateY(-6px); }
  100% { opacity: 1; transform: translateY(0px); }
}
@media (max-width: 1120px) {
  .nav-inner { gap: 24px; }
  .nav-links { gap: 20px; margin-left: 8px; }
  .hero h1 { font-size: 56px; }
}
@media (max-width: 1023px) {
  :root { --section-y: 84px; }
  .platform-showcase, .exams-showcase, .method-showcase { grid-template-columns: 1fr; }
  .platform-showcase > .section-visual, .exams-showcase > .section-visual, .method-showcase > .section-visual { height: auto; min-height: 0px; aspect-ratio: 3 / 2; }
  .platform-tool-grid { grid-template-columns: repeat(4, minmax(0px, 1fr)); }
  .platform-tool:last-child { grid-column: auto; }
  .results-post-grid { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: minmax(210px, 28vw); padding-bottom: 14px; overflow-x: auto; scroll-snap-type: inline mandatory; scrollbar-width: thin; }
  .results-video-grid { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: minmax(210px, 28vw); padding-bottom: 14px; overflow-x: auto; scroll-snap-type: inline mandatory; scrollbar-width: thin; }
  .exams-showcase > .section-visual { order: -1; }
  .exam-grid { grid-template-columns: repeat(3, 1fr); }
  .exam-card { display: block; }
  .exam-card:hover { transform: translateY(-7px); }
  .exam-art { min-height: 132px; border-right: 0px; border-bottom: 1px solid var(--border); }
  .method-flow { grid-template-columns: repeat(3, 1fr); }
  .method-flow::after { inset: 0px 0px auto; width: 100%; height: 4px; transform: scaleX(0); transform-origin: left center; }
  .method-flow.in::after { transform: scaleX(1); }
  .method-flow li { min-height: 190px; display: flex; align-items: flex-start; flex-direction: column; padding: 26px; }
  .method-flow li + li { border-top: 0px; border-left: 1px solid var(--border-2); }
  .method-flow li:hover { transform: translateY(-5px); }
  .method-icon { order: -1; margin-bottom: 20px; }
  .method-flow h3 { margin-top: 8px; }
  .faq-layout { gap: 54px; }
}
@media (max-width: 900px) {
  :root { --rail-h: 40px; --nav-main-h: 64px; }
  .nav-rail-label { display: none; }
  .nav-rail-inner { justify-content: center; }
  .nav-brand { width: 136px; height: 58px; }
  .nav-brand img { width: 136px; }
  .nav-actions { display: none; }
  .nav-toggle { display: inline-flex; margin-left: auto; }
  .nav-links { position: absolute; top: var(--nav-main-h); right: 0px; left: 0px; display: none; align-items: stretch; flex-direction: column; gap: 0px; margin: 0px; padding: 10px 24px 20px; background: rgb(7, 17, 31); border-bottom: 1px solid var(--border-2); box-shadow: var(--shadow-lg); }
  .nav.open .nav-links { display: flex; }
  .nav-links > a { min-height: 46px; display: flex; align-items: center; border-bottom: 1px solid var(--border); font-size: 13px; }
  .nav-links > a::after { bottom: 0px; }
  .nav-mobile-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 14px; }
  .hero-copy { width: min(650px, 72%); }
}
@media (max-width: 767px) {
  :root { --section-y: 72px; }
  .wrap { padding: 0px 18px; }
  .nav-rail-inner strong { gap: 8px; font-size: 9px; }
  .nav-links { padding-right: 18px; padding-left: 18px; }
  .hero { min-height: 690px; height: calc(-48px + 100svh); max-height: 790px; }
  .hero-media { object-position: 64% center; }
  .hero-shade { background: rgba(2, 8, 17, 0.58); }
  .hero-content { align-items: flex-end; }
  .hero-copy { width: 100%; padding: 132px 0px 38px; }
  .hero-kicker { margin-bottom: 17px; }
  .hero h1 { max-width: 520px; font-size: 40px; line-height: 1.01; }
  .hero-lead { margin-top: 17px; font-size: 15px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; margin-top: 24px; }
  .hero-actions .btn { width: 100%; }
  .hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; font-size: 9px; }
  .hero-proof span { gap: 5px; }
  .hero-scroll { display: none; }
  .study-rhythm-track { min-height: 62px; }
  .study-rhythm-track span { gap: 5px; font-size: 9px; }
  .study-rhythm-track b { font-size: 8px; }
  .section-intro { margin-bottom: 34px; }
  .section-intro h2, .faq-heading h2, .final-cta h2 { font-size: 34px; }
  .platform-showcase > .section-visual, .exams-showcase > .section-visual, .method-showcase > .section-visual { aspect-ratio: 4 / 3; }
  .section-visual::before { top: 14px; left: 14px; max-width: calc(100% - 28px); }
  .platform-tool-grid { grid-template-columns: repeat(2, 1fr); grid-template-rows: none; }
  .platform-tool { min-height: 0; padding: 0; }
  .platform-tool:last-child { grid-column: 1 / -1; width: calc(50% - 6px); justify-self: center; }
  .platform-tool::before { top: 14px; right: 14px; font-size: 28px; }
  .platform-tool .icon { width: 44px; height: 44px; padding: 11px; }
  .exam-grid { grid-template-columns: 1fr; }
  .exam-card { min-height: 116px; display: grid; grid-template-columns: 96px minmax(0px, 1fr); }
  .exam-card:hover { transform: translateX(4px); }
  .exam-art { min-height: 114px; border-right: 1px solid var(--border); border-bottom: 0px; }
  .exam-art::before { width: 58px; height: 58px; }
  .exam-art .icon { width: 29px; height: 29px; }
  .exam-card-copy { padding: 16px 18px; }
  .exam-card h3 { font-size: 18px; }
  .exam-card p { font-size: 12px; }
  .method-flow { grid-template-columns: 1fr; }
  .method-flow::after { inset: 0px auto 0px 0px; width: 4px; height: 100%; transform: scaleY(0); transform-origin: center top; }
  .method-flow.in::after { transform: scaleY(1); }
  .method-flow li { min-height: 126px; display: grid; grid-template-columns: 48px minmax(0px, 1fr); grid-template-rows: auto auto; column-gap: 16px; align-content: center; padding: 20px 20px 20px 24px; }
  .method-flow li + li { border-top: 1px solid var(--border-2); border-left: 0px; }
  .method-flow li:hover { transform: translateX(4px); }
  .method-icon { grid-area: 1 / 1 / 3; width: 46px; height: 46px; margin: 0px; }
  .method-flow li > span { grid-area: 1 / 2; }
  .method-flow li > div:last-child { grid-area: 2 / 2; }
  .method-flow h3 { font-size: 18px; }
  .results-block + .results-block { margin-top: 42px; }
  .results-post-grid { grid-auto-columns: minmax(230px, 72vw); }
  .results-video-grid { grid-auto-columns: minmax(230px, 72vw); }
  .results-message-rail { grid-auto-columns: minmax(230px, 72vw); }
  .results-subhead { align-items: center; }
  .media-open { opacity: 1; transform: none; }
  .media-viewer { width: calc(100vw - 20px); height: calc(100dvh - 20px); max-height: calc(100dvh - 20px); padding: 46px 8px 10px; }
  .plans-grid { grid-template-columns: 1fr; }
  .plan { min-height: 350px; padding: 26px; }
  .faq-layout, .final-cta-inner, .footer-main { grid-template-columns: 1fr; }
  .faq-layout { gap: 34px; }
  .faq-heading { position: static; }
  .faq-item { padding: 0px 8px; }
  .faq-item:hover, .faq-item[open] { padding-right: 12px; padding-left: 12px; }
  .faq-item summary { min-height: 64px; font-size: 14px; }
  .final-cta { padding: 62px 0px; }
  .final-cta-inner { gap: 28px; }
  .final-cta-action .btn { width: 100%; }
  .footer-main { gap: 40px; }
  .footer-nav { grid-template-columns: 1fr 1fr; gap: 34px 24px; }
  .footer-bottom { flex-direction: column; }
}
@media (max-width: 420px) {
  .nav-rail-inner strong { gap: 6px; font-size: 8px; }
  .hero h1 { font-size: 36px; }
  .hero-proof { grid-template-columns: 1fr 1fr; }
  .hero-proof span:first-child { grid-column: 1 / -1; }
  .study-rhythm-track span { font-size: 8px; }
  .study-rhythm-track b { display: none; }
  .section-intro h2, .faq-heading h2, .final-cta h2 { font-size: 31px; }
  .platform-tool { min-height: 0; padding: 0; }
  .plan-price .amount { font-size: 34px; }
  .footer-nav { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-media, .hero-scroll, .hero-copy > *, .nav-rail-label::before, .study-rhythm::after { animation: auto ease 0s 1 normal none running none; }
  .hero-media-wrap, .reveal, .section-visual::before, .section-visual img, .platform-tool, .platform-tool::after, .platform-tool img, .exam-card, .exam-card::after, .exam-art::before, .exam-art .icon, .method-flow::after, .method-flow li, .method-icon, .result-card, .result-card-media img, .media-open, .plan, .plan::before, .faq-item, .faq-item summary .icon { transition: none; }
  .js .hero-copy > *, .js .reveal:not(.in) { opacity: 1; transform: none; }
}
