/*
Theme Name: English House Landing
Theme URI: https://enghousevn.com
Author: Ms. Van Team
Description: Landing page for Tiếng Anh Ms. Vân — English House.
Version: 2.0.0
Text Domain: englishhouse
*/

:root {
    --ink: #102a43;
    --blue: #1746a2;
    --blue-deep: #0d2f6f;
    --blue-soft: #eaf1ff;
    --red: #ed3131;
    --yellow: #ffd84d;
    --cream: #fff9eb;
    --paper: #ffffff;
    --muted: #63758a;
    --line: #dbe4ef;
    --display: "Bricolage Grotesque", "Be Vietnam Pro", sans-serif;
    --body: "Be Vietnam Pro", sans-serif;
    --shadow: 0 22px 70px rgba(17, 43, 78, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
button, input { font: inherit; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 999; transform: translateY(-160%); background: #fff; padding: 10px 14px; border-radius: 8px; font-weight: 700; }
.skip-link:focus { transform: none; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 80; border-bottom: 1px solid transparent; transition: background .25s, border-color .25s, box-shadow .25s; }
.site-header.is-scrolled { background: rgba(255,255,255,.93); border-color: var(--line); box-shadow: 0 8px 30px rgba(16,42,67,.07); backdrop-filter: blur(16px); }
.nav-shell { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; flex: 0 0 auto; color: #fff; }
.site-header.is-scrolled .brand { color: var(--ink); }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; }
.brand-mark svg { width: 100%; fill: #fff; }
.site-header.is-scrolled .brand-mark svg { fill: var(--blue); }
.brand-mark .brand-book { fill: var(--blue-deep); }
.site-header.is-scrolled .brand-mark .brand-book { fill: #fff; }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { font-family: var(--display); font-size: 14px; letter-spacing: .015em; }
.brand-copy small { margin-top: 4px; color: var(--yellow); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.site-header.is-scrolled .brand-copy small { color: var(--red); }
.desktop-nav { display: flex; align-items: center; gap: 26px; color: #fff; }
.site-header.is-scrolled .desktop-nav,.site-header.is-scrolled .nav-login { color: var(--ink); }
.desktop-nav a, .nav-login { position: relative; text-decoration: none; font-size: 14px; font-weight: 650; }
.nav-login { color: #fff; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--red); transition: right .2s; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.nav-actions { display: flex; align-items: center; gap: 15px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 22px; border: 0; border-radius: 12px; text-decoration: none; font-weight: 800; cursor: pointer; transition: transform .18s, box-shadow .18s, background .18s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--red); box-shadow: 0 9px 0 #b51f2a, 0 16px 34px rgba(237,49,49,.23); }
.button-primary:hover { box-shadow: 0 6px 0 #b51f2a, 0 13px 25px rgba(237,49,49,.2); }
.button-small { min-height: 42px; padding-inline: 17px; font-size: 13px; border-radius: 10px; box-shadow: 0 6px 0 #b51f2a; }
.button-large { min-height: 56px; padding-inline: 25px; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--ink); }
.mobile-nav { position: fixed; inset: 74px 16px auto; padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow); color: var(--ink); }
.mobile-nav a:not(.button) { display: block; padding: 11px 4px; text-decoration: none; font-weight: 700; }
.mobile-nav .button { margin-top: 12px; width: 100%; }

.hero { position: relative; min-height: 790px; overflow: hidden; padding: 142px 0 94px; color: #fff; background: var(--blue-deep); }
.hero::before { content: ""; position: absolute; width: 620px; height: 620px; right: -210px; top: -250px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; box-shadow: 0 0 0 90px rgba(255,255,255,.035), 0 0 0 180px rgba(255,255,255,.025); }
.hero::after { content: ""; position: absolute; left: -100px; bottom: 30px; width: 270px; height: 270px; background: var(--yellow); border-radius: 56% 44% 61% 39%; opacity: .1; filter: blur(2px); transform: rotate(25deg); }
.hero-noise { position: absolute; inset: 0; opacity: .13; background-image: radial-gradient(rgba(255,255,255,.65) .7px, transparent .7px); background-size: 12px 12px; mask-image: linear-gradient(90deg,#000,transparent 65%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 76px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: #d6e2ff; font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.eyebrow span { width: 26px; height: 3px; background: var(--yellow); }
.hero h1 { max-width: 640px; margin: 22px 0 0; font-family: var(--display); font-size: clamp(3.4rem, 6.2vw, 5.55rem); line-height: .97; letter-spacing: -.055em; }
.hero h1 em { position: relative; color: var(--yellow); font-style: normal; white-space: nowrap; }
.hero h1 em::after { content: ""; position: absolute; left: 2px; right: 0; bottom: -6px; height: 9px; border-top: 3px solid var(--red); border-radius: 50%; transform: rotate(-1deg); }
.hero-lead { max-width: 580px; margin: 28px 0 0; color: #c8d7ef; font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 26px; margin-top: 34px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: #fff; text-decoration: none; font-weight: 750; }
.play-dot { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; font-size: 11px; }
.trust-list { display: flex; flex-wrap: wrap; gap: 18px; margin: 37px 0 0; padding: 0; list-style: none; color: #d9e4f5; font-size: 13px; }
.trust-list span { color: var(--yellow); font-weight: 900; }

.hero-board { position: relative; width: 100%; max-width: 565px; margin-left: auto; color: var(--ink); background: #fff; border: 1px solid rgba(255,255,255,.7); border-radius: 22px; box-shadow: 0 38px 90px rgba(2,18,54,.43); transform: rotate(1.25deg); }
.board-topbar { height: 50px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 16px; border-bottom: 1px solid var(--line); color: #657892; font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.window-dots { display: flex; gap: 6px; }
.window-dots i { width: 8px; height: 8px; border-radius: 50%; background: #ef5d5d; }
.window-dots i:nth-child(2) { background: var(--yellow); }.window-dots i:nth-child(3) { background: #49c68a; }
.timer-pill { justify-self: end; padding: 5px 9px; border-radius: 7px; color: var(--blue); background: var(--blue-soft); letter-spacing: .02em; }
.board-body { padding: 28px 31px 31px; }
.question-meta { display: flex; justify-content: space-between; color: #6f8196; font-size: 12px; }
.progress-track { height: 7px; margin-top: 9px; overflow: hidden; border-radius: 99px; background: #e8edf4; }
.progress-track span { display: block; height: 100%; border-radius: inherit; background: var(--blue); }
.question-label { margin: 28px 0 8px; color: var(--red); font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.board-body h2 { margin: 0 0 20px; font-family: var(--display); font-size: 27px; letter-spacing: -.02em; }
.hero-options { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.hero-options span { display: flex; align-items: center; min-height: 48px; padding: 0 14px; border: 1px solid var(--line); border-radius: 10px; color: #52677d; font-size: 13px; font-weight: 700; }
.hero-options .is-selected { color: var(--blue); border-color: var(--blue); background: var(--blue-soft); }
.hero-options b { margin-left: auto; }
.board-feedback { margin-top: 16px; padding: 12px 14px; border-radius: 10px; color: #25623d; background: #e9f8ef; font-size: 12px; }
.board-feedback span { margin-right: 8px; font-weight: 900; }
.floating-card { position: absolute; display: grid; padding: 13px 17px; border-radius: 13px; background: #fff; box-shadow: 0 16px 35px rgba(4,24,62,.25); transform: rotate(-4deg); }
.floating-card span { color: var(--muted); font-size: 10px; font-weight: 700; }
.streak-card { left: -45px; bottom: 54px; }.streak-card b { color: var(--red); font-size: 20px; }
.score-card { right: -31px; top: 87px; transform: rotate(5deg); }.score-card b { color: var(--blue); font-family: var(--display); font-size: 25px; }

.hero-ticker { position: absolute; z-index: 3; left: -2%; right: -2%; bottom: 0; overflow: hidden; padding: 14px 0; color: var(--ink); background: var(--yellow); transform: rotate(-1deg); }
.hero-ticker div { display: flex; align-items: center; justify-content: space-around; gap: 28px; white-space: nowrap; font-family: var(--display); font-size: 13px; font-weight: 900; letter-spacing: .08em; }
.hero-ticker b { color: var(--red); }

.section { padding: 118px 0; }
.section-kicker { margin: 0 0 14px; color: var(--red); font-size: 13px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.section-kicker.light { color: var(--yellow); }
.section-heading { max-width: 780px; }
.section-heading.centered { margin: 0 auto; text-align: center; }
.section-heading h2,.split-heading h2,.practice-copy h2,.outcomes-copy h2,.faq h2 { margin: 0; font-family: var(--display); font-size: clamp(2.7rem, 5vw, 4.6rem); line-height: 1.03; letter-spacing: -.05em; }
.section-heading mark { color: var(--blue); background: none; }
.section-heading > p:last-child { max-width: 700px; margin: 24px auto 0; color: var(--muted); font-size: 16px; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

.intro { background: var(--cream); }
.method-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 62px; }
.method-card { position: relative; min-height: 350px; padding: 32px; overflow: hidden; border: 1px solid #eadfca; border-radius: 18px; background: rgba(255,255,255,.75); transition: transform .25s, box-shadow .25s, background .25s; }
.method-card:hover { transform: translateY(-7px); background: #fff; box-shadow: 0 22px 45px rgba(75,58,22,.1); }
.method-number { position: absolute; top: 24px; right: 28px; color: #b8a98d; font-family: var(--display); font-size: 12px; font-weight: 800; }
.method-icon { width: 72px; height: 72px; display: grid; place-items: center; margin-bottom: 45px; border-radius: 50%; font-family: var(--display); font-size: 32px; font-weight: 900; }
.method-icon-blue { color: #fff; background: var(--blue); }.method-icon-yellow { background: var(--yellow); }.method-icon-red { color: #fff; background: var(--red); }
.method-card h3 { margin: 0; font-family: var(--display); font-size: 23px; letter-spacing: -.02em; }
.method-card p { margin: 13px 0 24px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.method-card a { color: var(--blue); text-decoration: none; font-size: 13px; font-weight: 850; }.method-card a span { display: inline-block; transition: transform .2s; }.method-card a:hover span { transform: translateX(5px); }

.programs { position: relative; overflow: hidden; color: #fff; background: var(--blue-deep); }
.programs::after { content: "ENGLISH"; position: absolute; right: -30px; bottom: -92px; color: rgba(255,255,255,.025); font-family: var(--display); font-size: 16rem; font-weight: 900; line-height: 1; pointer-events: none; }
.split-heading { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 80px; }
.split-heading > p { margin: 0 0 8px; color: #b8cae3; font-size: 15px; line-height: 1.8; }
.program-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 60px; }
.program-card { position: relative; min-height: 475px; display: flex; flex-direction: column; padding: 28px; overflow: hidden; border-radius: 18px; color: var(--ink); }
.program-yellow { background: var(--yellow); }.program-white { background: #fff; }.program-blue { color: #fff; border: 1px solid rgba(255,255,255,.18); background: #19499d; }
.program-top { display: flex; justify-content: space-between; align-items: center; font-size: 12px; font-weight: 850; letter-spacing: .1em; }
.program-tag { padding: 5px 9px; border: 1px solid currentColor; border-radius: 99px; font-size: 10px; }
.program-symbol { height: 125px; display: flex; align-items: center; justify-content: center; margin: 25px 0 12px; border: 1px dashed rgba(16,42,67,.3); border-radius: 14px; font-family: var(--display); font-size: 48px; font-weight: 900; letter-spacing: -.06em; transform: rotate(-2deg); }
.program-blue .program-symbol { border-color: rgba(255,255,255,.28); }
.program-card h3 { margin: 0; font-family: var(--display); font-size: 25px; letter-spacing: -.025em; }
.program-card > p { margin: 9px 0 12px; font-size: 13px; line-height: 1.7; opacity: .75; }
.program-card ul { margin: auto 0 0; padding: 0; list-style: none; font-size: 12px; font-weight: 650; }
.program-card li { padding: 6px 0; border-top: 1px solid rgba(16,42,67,.14); }.program-card li::before { content: "✓"; margin-right: 8px; }.program-blue li { border-color: rgba(255,255,255,.15); }
.circle-link { position: absolute; right: 24px; bottom: 24px; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--red); text-decoration: none; font-size: 21px; transition: transform .2s; }.circle-link:hover { transform: rotate(45deg); }

.practice { background: #fff; }
.practice-grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 85px; }
.practice-copy > p:nth-of-type(2) { margin: 23px 0 0; color: var(--muted); }
.practice-points { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 34px; }
.practice-points div { display: grid; gap: 4px; padding-top: 16px; border-top: 2px solid var(--line); }
.practice-points strong { font-family: var(--display); font-size: 24px; }.practice-points span { color: var(--muted); font-size: 11px; }
.practice-note { padding: 13px 15px; border-left: 3px solid var(--yellow); color: var(--muted); background: var(--cream); font-size: 11px !important; line-height: 1.6; }
.quiz-card { min-height: 550px; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: var(--shadow); }
.quiz-head { min-height: 60px; display: flex; align-items: center; justify-content: space-between; padding: 0 28px; border-bottom: 1px solid var(--line); color: #5c7188; font-size: 11px; font-weight: 850; letter-spacing: .07em; }
.live-dot { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: #3fbc79; box-shadow: 0 0 0 4px rgba(63,188,121,.13); }
.quiz-progress { height: 5px; background: #ecf0f5; }.quiz-progress span { display: block; width: 0; height: 100%; background: var(--blue); transition: width .3s; }
.quiz-body,.quiz-result { padding: 38px 44px 42px; }
.quiz-type { margin: 0 0 10px; color: var(--red); font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.quiz-body h3,.quiz-result h3 { margin: 0 0 25px; font-family: var(--display); font-size: 27px; line-height: 1.25; }
.quiz-options { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.quiz-option { min-height: 58px; display: flex; align-items: center; gap: 13px; padding: 8px 13px; border: 1px solid var(--line); border-radius: 11px; color: var(--ink); background: #fff; text-align: left; cursor: pointer; transition: border-color .2s, background .2s, transform .15s; }
.quiz-option:hover:not(:disabled) { transform: translateY(-2px); border-color: var(--blue); }.quiz-option span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 7px; background: #edf2f8; font-size: 11px; font-weight: 850; }.quiz-option strong { font-size: 13px; }
.quiz-option.is-correct { border-color: #45a971; background: #eaf8ef; }.quiz-option.is-correct span { color: #fff; background: #45a971; }.quiz-option.is-wrong { border-color: var(--red); background: #fff0f0; }.quiz-option.is-wrong span { color: #fff; background: var(--red); }
.quiz-feedback { display: grid; gap: 3px; margin-top: 14px; padding: 12px 14px; border-radius: 9px; font-size: 12px; }.quiz-feedback.is-correct { color: #286744; background: #eaf8ef; }.quiz-feedback.is-wrong { color: #8c2525; background: #fff0f0; }.quiz-feedback span { opacity: .8; }
.button-blue { min-height: 45px; color: #fff; background: var(--blue); box-shadow: 0 7px 0 #0e3175; }.button-outline { border: 1px solid var(--line); color: var(--ink); background: #fff; }
.quiz-next { margin-top: 18px; }
.quiz-result { text-align: center; }.result-orbit { width: 145px; height: 145px; display: grid; align-content: center; margin: 8px auto 30px; border: 10px solid var(--blue-soft); border-radius: 50%; box-shadow: inset 0 0 0 2px var(--blue); }.result-orbit strong { font-family: var(--display); font-size: 36px; line-height: 1; }.result-orbit span { color: var(--muted); font-size: 11px; }.quiz-result > p:not(.quiz-type) { max-width: 430px; margin: -8px auto 25px; color: var(--muted); font-size: 14px; }.result-actions { display: flex; justify-content: center; gap: 10px; }

.playground { color: #fff; background: #071c3f; }
.split-heading.dark > p { color: #aebed5; }
.game-console { margin-top: 58px; overflow: hidden; border: 1px solid rgba(255,255,255,.17); border-radius: 22px; background: #0c2854; box-shadow: 0 35px 90px rgba(0,0,0,.28); }
.console-bar,.console-bottom { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 0 24px; color: #c3d0e2; font-size: 11px; letter-spacing: .08em; }
.console-light { display: inline-block; width: 8px; height: 8px; margin-right: 8px; border-radius: 50%; background: #3bd47f; box-shadow: 0 0 0 5px rgba(59,212,127,.1); }.console-bar small { opacity: .5; }.game-score { display: flex; align-items: center; gap: 9px; }.game-score span { opacity: .55; }.game-score strong { min-width: 32px; color: var(--yellow); font-family: var(--display); font-size: 15px; }
.game-stage { position: relative; height: 360px; border-block: 1px solid rgba(255,255,255,.13); background: #f9fcff; touch-action: manipulation; }
#word-runner { width: 100%; height: 360px; display: block; }
.game-overlay { position: absolute; inset: 0; display: grid; place-content: center; justify-items: center; padding: 25px; color: var(--ink); background: rgba(249,252,255,.88); text-align: center; backdrop-filter: blur(3px); }
.game-overlay[hidden] { display: none; }.game-chip { padding: 6px 10px; border-radius: 99px; color: var(--blue); background: var(--blue-soft); font-size: 10px; font-weight: 900; letter-spacing: .12em; }.game-overlay h3 { margin: 15px 0 2px; font-family: var(--display); font-size: 38px; letter-spacing: -.04em; }.game-overlay p { margin: 0 0 20px; color: var(--muted); font-size: 13px; }.game-overlay small { margin-top: 20px; color: #718196; font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.button-yellow { color: var(--ink); background: var(--yellow); box-shadow: 0 7px 0 #c9a82d; }
.console-bottom { min-height: 66px; }.console-bottom > div { display: flex; align-items: center; gap: 9px; }.keycap { min-width: 35px; padding: 3px 7px; border: 1px solid rgba(255,255,255,.26); border-radius: 5px; text-align: center; }.console-bottom p { margin: 0; color: var(--yellow); font-size: 10px; font-weight: 750; }
.challenge-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 18px; }.challenge-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; padding: 22px; border: 1px solid rgba(255,255,255,.14); border-radius: 15px; background: rgba(255,255,255,.045); }.challenge-icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 12px; color: var(--ink); background: var(--yellow); font-family: var(--display); font-size: 28px; font-weight: 900; }.challenge-icon.challenge-red { color: #fff; background: var(--red); }.challenge-card small { color: #7288a7; font-size: 9px; font-weight: 900; letter-spacing: .12em; }.challenge-card h3 { margin: 2px 0; font-family: var(--display); font-size: 19px; }.challenge-card p { margin: 0; color: #9fb0c8; font-size: 11px; }.status-pill { padding: 5px 9px; border: 1px solid rgba(255,255,255,.2); border-radius: 99px; color: #9fb0c8; font-size: 9px; white-space: nowrap; }.status-pill.active { color: var(--yellow); border-color: rgba(255,216,77,.45); }

.outcomes { background: var(--cream); }
.outcomes-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 85px; }.outcomes-copy > p:last-child { margin-top: 22px; color: var(--muted); }.stats-grid { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid #eadfca; border-radius: 19px; background: #fff; box-shadow: 0 23px 60px rgba(88,66,22,.08); }.stat-box { min-height: 190px; display: flex; flex-direction: column; justify-content: center; padding: 30px; border-right: 1px solid #eadfca; border-bottom: 1px solid #eadfca; }.stat-box:nth-child(2n) { border-right: 0; }.stat-box:nth-last-child(-n+2) { border-bottom: 0; }.stat-box strong { font-family: var(--display); font-size: 49px; line-height: 1; }.stat-box span { margin-top: 8px; font-size: 13px; font-weight: 750; }.stat-box small { margin-top: 18px; color: #a4977f; font-size: 9px; font-weight: 850; letter-spacing: .1em; }.stat-accent { color: #fff; background: var(--blue); }

.team { background: #fff; }.team-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin-top: 58px; }.team-card { overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: #fff; }.team-photo-placeholder { aspect-ratio: .83; display: grid; place-items: center; overflow: hidden; color: rgba(23,70,162,.13); background: repeating-linear-gradient(135deg,#edf3fb,#edf3fb 10px,#e5edf8 10px,#e5edf8 20px); font-family: var(--display); font-size: 70px; font-weight: 900; }.team-photo-placeholder::before { content: ""; width: 96px; height: 96px; position: absolute; border: 1px solid rgba(23,70,162,.15); border-radius: 50%; box-shadow: 0 0 0 25px rgba(23,70,162,.035); }.team-photo-placeholder span { position: relative; }.team-info { display: flex; align-items: center; justify-content: space-between; padding: 18px; }.team-info h3 { margin: 0; font-family: var(--display); font-size: 20px; }.team-info p { margin: 2px 0 0; color: var(--muted); font-size: 10px; }.team-info > span { color: var(--red); font-size: 20px; }

.faq { border-top: 1px solid var(--line); background: #f8fbff; }.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }.faq-grid > div:first-child > p:last-child { color: var(--muted); }.accordion details { border-bottom: 1px solid var(--line); }.accordion summary { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 20px; list-style: none; cursor: pointer; font-weight: 750; }.accordion summary::-webkit-details-marker { display: none; }.accordion summary span { color: var(--blue); font-size: 24px; transition: transform .2s; }.accordion details[open] summary span { transform: rotate(45deg); }.accordion details p { margin: -4px 40px 22px 0; color: var(--muted); font-size: 14px; }

.final-cta { position: relative; overflow: hidden; padding: 120px 0; color: #fff; background: var(--blue); text-align: center; }.final-pattern { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.07) 1px,transparent 1px); background-size: 52px 52px; mask-image: radial-gradient(circle,#000,transparent 72%); }.final-inner { position: relative; }.final-inner > p { color: var(--yellow); font-size: 12px; font-weight: 900; letter-spacing: .18em; }.final-inner h2 { margin: 12px 0 35px; font-family: var(--display); font-size: clamp(3.2rem,7vw,6.3rem); line-height: .97; letter-spacing: -.055em; }.final-inner h2 em { color: var(--yellow); font-style: normal; }.final-inner > div { display: flex; justify-content: center; align-items: center; gap: 28px; }

.footer { padding: 72px 0 24px; color: #b6c4d8; background: #061630; }.footer-grid { display: grid; grid-template-columns: 2fr repeat(3,1fr); gap: 55px; }.footer .brand { color: #fff; }.footer .brand-mark svg { fill: #fff; }.footer .brand-mark .brand-book { fill: var(--blue-deep); }.footer-brand p { max-width: 320px; margin: 23px 0 0; font-size: 13px; }.footer h3 { margin: 0 0 16px; color: #fff; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; }.footer a { margin: 4px 0; color: inherit; text-decoration: none; font-size: 13px; }.footer a:hover { color: #fff; }.footer p { margin: 4px 0; font-size: 13px; }.footer-bottom { display: flex; justify-content: space-between; margin-top: 55px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: #7386a1; font-size: 11px; }

[hidden] { display: none !important; }
button:focus-visible,a:focus-visible,summary:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }

@media (max-width: 1050px) {
    .desktop-nav { display: none; }.menu-toggle { display: block; }.hero-grid { gap: 35px; }.hero-board { transform: none; }.floating-card { display: none; }
    .practice-grid,.outcomes-grid { gap: 45px; }.program-grid { grid-template-columns: 1fr 1fr; }.program-card:last-child { grid-column: 1/-1; }.team-grid { grid-template-columns: 1fr 1fr; }.faq-grid { gap: 55px; }
}
@media (max-width: 780px) {
    .shell { width: min(100% - 28px, 640px); }.nav-shell { min-height: 72px; }.brand-copy strong { font-size: 12px; }.brand-copy small { font-size: 8px; }.nav-login,.desktop-cta { display: none; }
    .hero { min-height: auto; padding: 118px 0 95px; }.hero-grid,.practice-grid,.outcomes-grid,.faq-grid { grid-template-columns: 1fr; }.hero h1 { font-size: clamp(3rem,13vw,4.6rem); }.hero-lead { font-size: 16px; }.hero-board { margin-top: 15px; }.board-body { padding: 23px 20px 25px; }.hero-options { grid-template-columns: 1fr; }.trust-list { gap: 9px 17px; }
    .section { padding: 85px 0; }.method-grid,.program-grid { grid-template-columns: 1fr; }.method-card { min-height: 300px; }.program-card:last-child { grid-column: auto; }.split-heading { grid-template-columns: 1fr; gap: 22px; }.program-card { min-height: 445px; }.practice-copy { text-align: center; }.practice-points { text-align: left; }.quiz-card { min-height: 520px; }.quiz-body,.quiz-result { padding: 30px 22px; }.quiz-options { grid-template-columns: 1fr; }
    .game-stage,#word-runner { height: 310px; }.challenge-grid { grid-template-columns: 1fr; }.console-bottom > div { display: none; }.console-bar small { display: none; }.game-overlay h3 { font-size: 32px; }.team-grid { grid-template-columns: 1fr 1fr; }.footer-grid { grid-template-columns: 1fr 1fr; }.footer-brand { grid-column: 1/-1; }
}
@media (max-width: 520px) {
    .brand-mark { width: 36px; height: 36px; }.hero-actions { align-items: stretch; }.hero-actions .button { width: 100%; }.text-link { justify-content: center; }.board-topbar { grid-template-columns: 1fr 1fr; }.board-topbar > span:nth-child(2) { display: none; }
    .section-heading h2,.split-heading h2,.practice-copy h2,.outcomes-copy h2,.faq h2 { font-size: 2.65rem; }.practice-points { grid-template-columns: 1fr; }.practice-points div { grid-template-columns: 55px 1fr; align-items: center; }.practice-points strong { font-size: 20px; }.quiz-head { padding-inline: 18px; }.result-actions { flex-direction: column; }
    .console-bar { align-items: flex-start; flex-direction: column; padding-block: 12px; }.game-stage,#word-runner { height: 285px; }.challenge-card { grid-template-columns: auto 1fr; }.challenge-card .status-pill { grid-column: 2; justify-self: start; }.stats-grid { grid-template-columns: 1fr; }.stat-box,.stat-box:nth-child(2n) { border-right: 0; border-bottom: 1px solid #eadfca; }.stat-box:last-child { border-bottom: 0; }.team-grid { grid-template-columns: 1fr; }.team-photo-placeholder { aspect-ratio: 1.1; }.final-inner > div { align-items: stretch; flex-direction: column; }.final-inner h2 { font-size: 3.35rem; }.footer-grid { grid-template-columns: 1fr; }.footer-brand { grid-column: auto; }.footer-bottom { gap: 12px; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { animation: none !important; transition: none !important; }.reveal { opacity: 1; transform: none; } }
