:root {
  --forest:#0b3734; --forest-2:#104844; --forest-3:#176c5c; --mint:#72dfc2;
  --mint-2:#38bd9d; --mint-soft:#ddf5ec; --coral:#e76e5a; --paper:#fff9ef;
  --cream:#f7f2e8; --white:#fffefb; --ink:#10201d; --muted:#60726e;
  --line:#cadbd4; --shadow:0 26px 80px rgba(11,55,52,.14); --serif:Georgia,"Times New Roman",serif;
}
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; overflow-x:hidden; color:var(--ink); background:var(--paper); font-family:Arial,"Malgun Gothic","Apple SD Gothic Neo",sans-serif; line-height:1.5; }
button,a { color:inherit; font:inherit; }
button { cursor:pointer; }
img { display:block; max-width:100%; }
::selection { color:var(--forest); background:var(--mint); }
.skip-link { position:fixed; top:10px; left:10px; z-index:100; transform:translateY(-150%); padding:10px 14px; border-radius:8px; color:white; background:var(--forest); }
.skip-link:focus { transform:none; }
.site-header { position:fixed; inset:0 0 auto; z-index:50; height:76px; display:flex; align-items:center; justify-content:space-between; gap:28px; padding:0 clamp(20px,5vw,76px); border-bottom:1px solid transparent; transition:.25s; }
.site-header.scrolled { height:66px; border-color:rgba(202,219,212,.8); background:rgba(255,249,239,.9); backdrop-filter:blur(18px); }
.site-logo img { width:148px; }
.desktop-nav { display:flex; align-items:center; gap:32px; margin-left:auto; }
.desktop-nav a,.login-link { position:relative; color:#415653; text-decoration:none; font-size:13px; font-weight:800; }
.desktop-nav a:after { content:""; position:absolute; inset:auto 50% -7px; height:2px; background:var(--mint-2); transition:.2s; }
.desktop-nav a:hover:after { left:0; right:0; }
.header-actions { display:flex; align-items:center; gap:10px; }
.header-cta { min-height:42px; display:inline-flex; align-items:center; justify-content:center; padding:0 17px; border-radius:12px; color:white; background:var(--forest); text-decoration:none; font-size:13px; font-weight:900; box-shadow:0 9px 24px rgba(11,55,52,.14); transition:.2s; }
.header-cta:hover { transform:translateY(-2px); background:var(--forest-2); }
.language-picker { position:relative; }
.language-button { min-height:40px; display:flex; align-items:center; gap:6px; padding:0 9px; border:1px solid transparent; border-radius:10px; background:transparent; font-size:12px; }
.language-button:hover { border-color:var(--line); background:var(--white); }
.language-button b { font-size:11px; }.chevron { color:#778b87; }
.language-menu { position:absolute; top:47px; right:0; min-width:138px; overflow:hidden; padding:6px; border:1px solid var(--line); border-radius:13px; background:var(--white); box-shadow:0 16px 44px rgba(11,55,52,.15); }
.language-menu[hidden] { display:none; }.language-menu button { width:100%; padding:9px 11px; border:0; border-radius:8px; background:transparent; text-align:left; font-size:12px; }.language-menu button:hover,.language-menu button[aria-selected="true"] { background:var(--mint-soft); }
.menu-button,.mobile-nav { display:none; }

.hero { position:relative; min-height:760px; display:grid; grid-template-columns:minmax(340px,.87fr) minmax(520px,1.13fr); align-items:center; gap:clamp(30px,4vw,70px); padding:128px clamp(24px,6vw,92px) 70px; overflow:hidden; }
.hero:before { content:""; position:absolute; inset:0 0 0 58%; background:linear-gradient(150deg,#e5f5ee 0%,#f1f1df 100%); border-bottom-left-radius:110px; z-index:-2; }
.hero-orbit { position:absolute; border:1px solid rgba(43,174,145,.16); border-radius:50%; z-index:-1; }
.orbit-one { width:700px; height:700px; right:-210px; top:10px; box-shadow:0 0 0 90px rgba(114,223,194,.05),0 0 0 180px rgba(114,223,194,.035); }
.orbit-two { width:260px; height:260px; left:-160px; bottom:-90px; border-width:40px; }
.hero-copy { max-width:620px; }
.eyebrow { display:flex; align-items:center; gap:10px; margin:0 0 20px; color:var(--forest-3); font-size:11px; font-weight:900; letter-spacing:.12em; text-transform:uppercase; }
.eyebrow > span { width:8px; height:8px; border-radius:50%; background:var(--mint-2); box-shadow:0 0 0 5px rgba(114,223,194,.25); }
.hero h1 { margin:0; font-size:clamp(43px,5.1vw,76px); line-height:1.13; letter-spacing:-.067em; word-break:keep-all; }
h1 em,.section-heading h2 em,.closing-section h2 em { color:var(--forest-3); font-family:var(--serif); font-weight:500; font-style:italic; }
.hero-description { max-width:590px; margin:25px 0 0; color:var(--muted); font-size:clamp(15px,1.4vw,18px); line-height:1.75; word-break:keep-all; }
.hero-actions { display:flex; align-items:center; gap:20px; margin-top:32px; }
.primary-cta { min-height:56px; display:inline-flex; align-items:center; gap:26px; padding:0 23px; border-radius:14px; color:white; background:var(--forest); text-decoration:none; font-size:14px; font-weight:900; box-shadow:0 14px 34px rgba(11,55,52,.2); transition:.25s; }
.primary-cta b { font-size:21px; font-weight:400; transition:.2s; }.primary-cta:hover { transform:translateY(-3px); box-shadow:0 18px 42px rgba(11,55,52,.26); }.primary-cta:hover b { transform:translateX(4px); }
.text-cta { display:flex; align-items:center; gap:9px; color:var(--forest-3); text-decoration:none; font-size:13px; font-weight:850; }
.play-icon { width:31px; height:31px; display:grid; place-items:center; border:1px solid var(--line); border-radius:50%; background:var(--white); font-size:8px; }
.cta-note { margin:13px 0 0; color:#7a8b88; font-size:11px; }.cta-note span:first-child { color:var(--mint-2); font-weight:900; }

.hero-product { position:relative; max-width:720px; justify-self:end; width:100%; padding:0 22px 32px 0; }
.product-window { position:relative; z-index:2; overflow:hidden; border:1px solid rgba(255,255,255,.78); border-radius:24px; background:var(--white); box-shadow:0 35px 90px rgba(11,55,52,.22); }
.window-bar { height:43px; display:flex; align-items:center; justify-content:space-between; padding:0 15px; border-bottom:1px solid #dbe7e1; color:#5c706c; background:#f8faf7; font:700 8px/1 Arial; letter-spacing:.1em; }
.window-dots { display:flex; gap:5px; }.window-dots i { width:7px; height:7px; border-radius:50%; background:#b8cac5; }.window-dots i:first-child { background:#ed8b79; }.window-dots i:nth-child(2) { background:#e7c365; }.window-dots i:last-child { background:#66caaa; }
.live-badge { display:flex; align-items:center; gap:5px; color:var(--forest-3); }.live-badge i { width:6px; height:6px; border-radius:50%; background:var(--mint-2); animation:pulse 1.5s infinite; }
.mode-tabs { display:grid; grid-template-columns:1fr 1fr; padding:11px 14px 0; background:#f8faf7; }
.mode-tabs button { display:flex; align-items:center; justify-content:center; gap:7px; padding:12px; border:0; border-bottom:2px solid transparent; color:#5c706c; background:transparent; font-size:11px; }.mode-tabs button.active { color:var(--forest); border-color:var(--mint-2); }.mode-tabs span { font-size:15px; }
.practice-preview { min-height:344px; padding:23px 25px 19px; }.practice-preview[hidden] { display:none; }
.preview-topline { display:flex; align-items:center; justify-content:space-between; }.test-chip { padding:6px 8px; border-radius:7px; color:var(--forest-3); background:var(--mint-soft); font-size:8px; font-weight:900; letter-spacing:.08em; }.test-chip.coral { color:#a84e41; background:#ffebe6; }
.preview-timer { font:700 11px/1 Arial; color:#5c706c; }.preview-timer b { color:var(--coral); font-size:17px; }
.prompt-block { margin-top:18px; padding:18px 20px; border-left:3px solid var(--mint-2); border-radius:4px 13px 13px 4px; background:#eff8f4; }.prompt-block small,.interviewer-line small { color:var(--forest-3); font-size:7px; font-weight:900; letter-spacing:.12em; }.prompt-block p { margin:7px 0 0; font:600 clamp(16px,1.65vw,21px)/1.5 var(--serif); }
.answer-block { position:relative; display:grid; grid-template-columns:38px 1fr auto; gap:11px; align-items:center; margin-top:14px; padding:14px; border:1px solid #dbe5e0; border-radius:13px; background:white; }.answer-block small { color:#5c706c; font-size:7px; font-weight:900; }.answer-block p { margin:4px 0 0; font-size:10px; line-height:1.55; }.avatar-mini { width:38px; height:38px; border-radius:50%; background-image:url('assets/landing-avatar-v1.png'); background-repeat:no-repeat; background-size:cover; background-position:50% 50%; background-color:#dff4ec; }
.sound-wave { display:flex; align-items:center; gap:2px; }.sound-wave i { width:2px; height:10px; border-radius:2px; background:var(--mint-2); animation:wave .7s ease-in-out infinite alternate; }.sound-wave i:nth-child(2n) { height:18px; animation-delay:-.2s; }.sound-wave i:nth-child(3) { height:13px; animation-delay:-.4s; }
.instant-tip { display:flex; gap:9px; align-items:flex-start; margin-top:12px; padding:11px 13px; border-radius:11px; color:#7b5346; background:#fff1e9; }.instant-tip > span { width:23px; height:23px; display:grid; place-items:center; flex:none; border-radius:7px; color:white; background:var(--coral); font-size:11px; font-weight:900; }.instant-tip p { display:grid; gap:2px; margin:0; font-size:9px; line-height:1.5; }.instant-tip p b { color:#9e4d40; font-size:8px; }.instant-tip s { color:#8c4436; }.instant-tip strong { color:var(--forest-3); }
.interviewer-line { display:grid; grid-template-columns:42px 1fr; gap:12px; align-items:center; margin-top:18px; padding:18px; border-radius:14px; color:white; background:var(--forest); }.coach-avatar { width:42px; height:42px; display:grid; place-items:center; border-radius:50%; color:var(--forest); background:var(--mint); font:700 19px/1 var(--serif); }.interviewer-line p { display:grid; gap:5px; margin:0; font:500 14px/1.5 var(--serif); }.interviewer-line small { color:var(--mint); }.interview-answer { margin-top:14px; }
.product-footer { height:67px; display:grid; grid-template-columns:1fr auto 1fr; align-items:center; padding:0 22px; border-top:1px solid #dce7e2; background:#f8faf7; }.product-footer > span:first-child { display:flex; align-items:center; gap:7px; color:var(--forest-3); font-size:8px; }.product-footer > span:first-child i { width:7px; height:7px; border-radius:50%; background:var(--coral); animation:pulse 1.5s infinite; }.product-footer button { min-width:142px; min-height:40px; display:flex; align-items:center; justify-content:center; gap:8px; border:0; border-radius:22px; color:white; background:#b8442f; font-size:9px; font-weight:900; box-shadow:0 9px 22px rgba(231,110,90,.22); }.product-footer button.paused { background:var(--forest-3); }.mic-symbol { font-size:8px; }.level-meter { justify-self:end; display:flex; gap:2px; align-items:end; }.level-meter i { width:3px; height:8px; background:var(--mint-2); }.level-meter i:nth-child(2) { height:14px; }.level-meter i:nth-child(3) { height:11px; }
.floating-score { position:absolute; right:0; bottom:0; z-index:3; min-width:132px; padding:16px; border:1px solid rgba(255,255,255,.7); border-radius:16px; color:white; background:var(--forest); box-shadow:0 17px 40px rgba(11,55,52,.25); }.floating-score small { display:block; color:#9ac2ba; font-size:8px; font-weight:800; }.floating-score b { display:block; margin:3px 0; color:var(--mint); font:600 30px/1 var(--serif); }.floating-score em { color:#94b9b2; font-size:13px; font-style:normal; }.floating-score p { margin:0; color:#a9c8c2; font-size:7px; }

.exam-strip { min-height:90px; display:flex; align-items:center; justify-content:center; gap:clamp(20px,4vw,58px); padding:18px 5vw; color:white; background:var(--forest); }.exam-strip p { margin:0; color:#a8cac3; font-size:10px; font-weight:800; white-space:nowrap; }.exam-strip > div { display:flex; flex-wrap:wrap; justify-content:center; gap:9px; }.exam-strip > div span { padding:7px 10px; border:1px solid rgba(255,255,255,.12); border-radius:999px; color:#e8f5f1; font-size:10px; font-weight:800; }.exam-strip .language-note { color:var(--mint); }
.section-pad { width:min(1180px,calc(100% - 40px)); margin:0 auto; padding:120px 0; }
.problem-section { text-align:center; }.section-kicker { margin:0 0 16px; color:var(--forest-3); font-size:11px; font-weight:900; letter-spacing:.13em; text-transform:uppercase; }.problem-section h2,.language-section h2 { margin:0; font-size:clamp(34px,4.5vw,58px); line-height:1.23; letter-spacing:-.055em; word-break:keep-all; }
.problem-flow { display:grid; grid-template-columns:1fr auto 1fr auto 1fr; align-items:center; gap:22px; margin-top:65px; }.problem-flow article { position:relative; min-height:230px; padding:32px 25px; border:1px solid var(--line); border-radius:23px; background:var(--white); box-shadow:0 13px 40px rgba(11,55,52,.06); }.problem-flow article > span { position:absolute; top:18px; left:20px; color:#5c706c; font-size:8px; font-weight:900; }.problem-icon { width:55px; height:55px; display:grid; place-items:center; margin:7px auto 23px; border-radius:18px; color:var(--forest); background:var(--mint-soft); font:600 26px/1 var(--serif); }.problem-flow article:nth-of-type(2) .problem-icon { color:white; background:var(--forest-3); }.problem-flow article:nth-of-type(3) .problem-icon { color:white; background:var(--coral); }.problem-flow h3 { margin:0 0 9px; font-size:17px; }.problem-flow p { max-width:220px; margin:0 auto; color:var(--muted); font-size:12px; line-height:1.65; word-break:keep-all; }.flow-arrow { color:#86a29c; font:400 23px/1 var(--serif); }

.how-section { position:relative; display:grid; grid-template-columns:minmax(300px,.72fr) minmax(600px,1.28fr); gap:70px; align-items:center; padding:120px max(24px,calc((100vw - 1180px)/2)); background:var(--cream); }.how-section:after { content:""; position:absolute; width:230px; height:230px; left:-130px; top:90px; border:50px solid rgba(114,223,194,.1); border-radius:50%; }.section-heading { position:relative; z-index:2; }.section-heading h2 { margin:0; font-size:clamp(37px,4.3vw,60px); line-height:1.2; letter-spacing:-.06em; word-break:keep-all; }.section-heading > p:last-child { max-width:470px; margin:20px 0 0; color:var(--muted); font-size:14px; line-height:1.75; }.steps-shell { position:relative; display:grid; grid-template-columns:210px 1fr; min-height:450px; overflow:hidden; border:1px solid var(--line); border-radius:25px; background:var(--white); box-shadow:var(--shadow); }.step-rail { padding:24px 0; border-right:1px solid var(--line); background:#f8faf7; }.step-rail button { position:relative; width:100%; display:grid; grid-template-columns:32px 1fr; align-items:center; gap:10px; padding:18px 18px; border:0; color:#5c706c; background:transparent; text-align:left; }.step-rail button:after { content:""; position:absolute; inset:7px 0 7px auto; width:3px; border-radius:3px; background:transparent; }.step-rail button.active { color:var(--forest); background:#eef7f3; }.step-rail button.active:after { background:var(--mint-2); }.step-rail button > span { width:30px; height:30px; display:grid; place-items:center; border:1px solid var(--line); border-radius:50%; background:white; font-size:10px; font-weight:900; }.step-rail button.active > span { border-color:var(--mint); background:var(--mint); }.step-rail p { display:grid; gap:3px; margin:0; }.step-rail b { font-size:11px; }.step-rail small { color:#5c706c; font-size:8px; }
.step-stage { min-width:0; padding:38px; background:radial-gradient(circle at 90% 0,#e8f7f1,transparent 42%),var(--white); }.step-panel { height:100%; animation:panelIn .35s ease both; }.step-panel[hidden] { display:none; }.setup-card { height:100%; display:flex; flex-direction:column; padding:27px; border:1px solid #d7e4df; border-radius:18px; background:white; box-shadow:0 12px 34px rgba(11,55,52,.07); }.setup-card > small { color:var(--forest-3); font-size:10px; font-weight:900; }.setup-options { display:grid; grid-template-columns:1fr 1fr; gap:10px; margin:16px 0; }.setup-options button { display:grid; grid-template-columns:35px 1fr; gap:3px 9px; min-height:86px; padding:14px; border:1px solid var(--line); border-radius:13px; color:var(--ink); background:white; text-align:left; }.setup-options button.selected { border-color:var(--mint-2); background:#effaf6; box-shadow:inset 0 0 0 1px var(--mint-2); }.setup-options i { grid-row:1/3; width:34px; height:34px; display:grid; place-items:center; border-radius:10px; color:var(--forest); background:var(--mint-soft); font-style:normal; }.setup-options b { font-size:11px; }.setup-options span { color:#5c706c; font-size:7px; }.setup-card > label { display:grid; gap:7px; margin-top:auto; color:#5c706c; font-size:9px; font-weight:800; }.setup-card > label div { display:flex; justify-content:space-between; padding:13px; border:1px solid var(--line); border-radius:11px; color:var(--ink); background:var(--paper); font-size:10px; }.setup-card > label em { color:var(--forest-3); font-style:normal; }.fake-primary { min-height:43px; margin-top:12px; border:0; border-radius:11px; color:white; background:var(--forest); font-size:10px; font-weight:900; }
.live-card { height:100%; display:flex; flex-direction:column; justify-content:center; padding:34px; border-radius:20px; color:white; background:var(--forest); box-shadow:0 20px 50px rgba(11,55,52,.2); text-align:center; }.live-card header { display:flex; justify-content:space-between; color:#b1d1ca; font-size:8px; }.live-card header span { color:var(--mint); font-weight:900; }.live-card header i { display:inline-block; width:6px; height:6px; border-radius:50%; background:var(--coral); animation:pulse 1.5s infinite; }.live-question { max-width:440px; margin:45px auto 15px; font:500 23px/1.5 var(--serif); }.thinking-dots { display:flex; justify-content:center; gap:5px; margin:20px 0; }.thinking-dots i { width:8px; height:8px; border-radius:50%; background:var(--mint); animation:think 1.2s infinite; }.thinking-dots i:nth-child(2) { animation-delay:.2s; }.thinking-dots i:nth-child(3) { animation-delay:.4s; }.live-card > small { color:#a6c6bf; font-size:9px; }
.rewrite-card { height:100%; display:flex; flex-direction:column; justify-content:center; gap:9px; }.rewrite-card > div { padding:19px 21px; border:1px solid var(--line); border-radius:14px; background:white; }.rewrite-card small { color:#7a8c88; font-size:8px; font-weight:900; }.rewrite-card p { margin:8px 0 0; font:500 16px/1.55 var(--serif); }.rewrite-card s { color:var(--coral); text-decoration-thickness:2px; }.rewrite-card strong { color:var(--forest-3); border-bottom:2px solid var(--mint); }.rewrite-card .after { border-color:#a8ddcf; background:#effaf6; }.rewrite-arrow { align-self:center; color:var(--forest-3); }.rewrite-card button { display:flex; align-items:center; gap:7px; margin-top:14px; padding:8px 11px; border:0; border-radius:8px; color:white; background:var(--forest); font-size:8px; font-weight:900; }.rewrite-card button i { color:var(--mint); font-style:normal; }

.practice-section { width:min(1240px,calc(100% - 40px)); }.section-heading.centered { display:grid; justify-items:center; text-align:center; }.scenario-switch { width:min(670px,100%); display:grid; grid-template-columns:1fr 1fr; gap:7px; margin:45px auto 40px; padding:6px; border:1px solid var(--line); border-radius:17px; background:var(--white); }.scenario-switch button { display:grid; gap:3px; padding:13px; border:0; border-radius:12px; color:#5c706c; background:transparent; }.scenario-switch button.active { color:white; background:var(--forest); box-shadow:0 10px 26px rgba(11,55,52,.18); }.scenario-switch b { font-size:12px; }.scenario-switch small { color:#5c706c; font-size:8px; }.scenario-switch button.active small { color:#cfe8e1; }
.scenario-panel { display:grid; grid-template-columns:.62fr 1.38fr; gap:clamp(30px,5vw,70px); align-items:center; animation:panelIn .4s ease both; }.scenario-panel[hidden] { display:none; }.scenario-copy { padding-left:22px; }.number-tag { display:inline-block; padding:7px 9px; border-radius:7px; color:var(--forest-3); background:var(--mint-soft); font-size:8px; font-weight:900; letter-spacing:.09em; }.coral-tag { color:#a54b3e; background:#ffebe6; }.scenario-copy h3 { margin:19px 0 13px; font-size:clamp(28px,3vw,42px); line-height:1.25; letter-spacing:-.05em; word-break:keep-all; }.scenario-copy > p { margin:0; color:var(--muted); font-size:13px; line-height:1.75; word-break:keep-all; }.scenario-copy ul { display:grid; gap:10px; margin:22px 0 0; padding:0; list-style:none; }.scenario-copy li { position:relative; padding-left:22px; color:#405b56; font-size:11px; font-weight:800; }.scenario-copy li:before { content:"✓"; position:absolute; left:0; color:var(--mint-2); }
.exam-console,.interview-console { overflow:hidden; border:1px solid #183f3c; border-radius:24px; background:var(--forest); box-shadow:0 30px 70px rgba(11,55,52,.22); }.exam-console > header { height:72px; display:flex; align-items:center; justify-content:space-between; padding:0 25px; border-bottom:1px solid rgba(255,255,255,.1); color:white; }.exam-console header div { display:grid; gap:3px; }.exam-console header div span { color:var(--mint); font-size:9px; font-weight:900; }.exam-console header small { color:#91b3ac; font-size:7px; }.exam-console header > b { display:grid; justify-items:end; color:var(--coral); font:700 22px/1 Arial; }.exam-console > main { min-height:365px; display:flex; flex-direction:column; align-items:center; justify-content:center; padding:35px; color:white; text-align:center; background:radial-gradient(circle at 20% 0,rgba(114,223,194,.13),transparent 40%),var(--forest); }.topic-label { color:var(--mint); font-size:8px; font-weight:900; letter-spacing:.12em; }.exam-console h4 { max-width:610px; margin:18px 0 32px; font:500 clamp(20px,2.5vw,31px)/1.45 var(--serif); }.console-answer { display:grid; grid-template-columns:42px 1fr; gap:13px; align-items:center; max-width:620px; padding:15px; border:1px solid rgba(255,255,255,.12); border-radius:14px; background:rgba(255,255,255,.07); text-align:left; }.console-answer p { margin:0; color:#d9e9e5; font-size:10px; line-height:1.55; }.console-answer mark { color:var(--mint); background:transparent; border-bottom:1px solid var(--mint); }.console-wave { margin-top:21px; color:var(--mint); font-size:14px; letter-spacing:3px; animation:shimmer 1.5s infinite alternate; }.exam-console > footer { height:66px; display:grid; grid-template-columns:1fr auto 1fr; align-items:center; padding:0 24px; color:#94b8b1; background:#082f2d; font-size:8px; }.exam-console footer button { min-height:39px; padding:0 20px; border:0; border-radius:22px; color:white; background:#b8442f; font-size:9px; font-weight:900; }.exam-console footer i { margin-right:6px; font-size:6px; }.exam-console footer span:last-child { justify-self:end; }
.interview-console { display:grid; grid-template-columns:210px 1fr; min-height:500px; color:white; }.interview-console > aside { display:flex; flex-direction:column; align-items:flex-start; padding:25px 20px; background:#082f2d; }.company-mark { width:42px; height:42px; display:grid; place-items:center; margin-bottom:12px; border-radius:12px; color:var(--forest); background:var(--mint); font:900 16px Arial; }.interview-console aside > div:nth-of-type(1) { display:grid; gap:3px; }.interview-console aside small { color:#86aaa3; font-size:7px; font-weight:800; }.interview-console aside b { font-size:12px; }.interview-console aside p { margin:0; color:#9ab9b3; font-size:8px; }.interview-console aside hr { width:100%; margin:22px 0; border:0; border-top:1px solid rgba(255,255,255,.1); }.skill-chips { display:flex; flex-wrap:wrap; gap:5px; margin-top:9px; }.skill-chips span { padding:6px 7px; border:1px solid rgba(114,223,194,.2); border-radius:6px; color:#bee0d9; background:rgba(114,223,194,.08); font-size:7px; }.source-ready { display:flex!important; align-items:center; gap:7px!important; margin-top:auto; padding:10px; border-radius:9px; color:#b5d5ce; background:rgba(114,223,194,.08); font-size:7px; }.source-ready i { width:17px; height:17px; display:grid; place-items:center; border-radius:50%; color:var(--forest); background:var(--mint); font-style:normal; font-weight:900; }
.interview-console > main { display:flex; flex-direction:column; justify-content:center; gap:18px; padding:34px; background:radial-gradient(circle at 100% 0,rgba(114,223,194,.12),transparent 45%); }.coach-line,.user-line { display:flex; align-items:flex-start; gap:12px; }.coach-line p,.user-line p { display:grid; gap:6px; margin:0; padding:15px 17px; border-radius:4px 14px 14px; background:rgba(255,255,255,.08); font:500 13px/1.55 var(--serif); }.coach-line p { max-width:440px; }.coach-line small,.user-line small { color:var(--mint); font:800 7px/1 Arial; letter-spacing:.08em; }.user-line { justify-content:flex-end; }.user-line p { max-width:430px; border-radius:14px 4px 14px 14px; color:#dcebe7; background:rgba(114,223,194,.11); }.followup { display:flex; gap:9px; align-items:center; align-self:center; width:calc(100% - 30px); padding:12px 14px; border:1px solid rgba(231,110,90,.28); border-radius:11px; color:#ffd9d1; background:rgba(231,110,90,.1); }.followup > span { color:var(--coral); font-size:18px; }.followup p { display:grid; gap:3px; margin:0; }.followup b { color:var(--coral); font-size:7px; }.followup p span { font-size:9px; }

.feedback-section { padding:120px max(24px,calc((100vw - 1180px)/2)); color:white; background:var(--forest); }.feedback-layout { display:grid; grid-template-columns:.78fr 1.22fr; align-items:center; gap:clamp(40px,7vw,100px); }.section-heading.light .eyebrow { color:var(--mint); }.section-heading.light h2 em { color:var(--mint); }.section-heading.light > p:last-of-type { color:#a8c5bf; }.mint-link { display:inline-flex; gap:22px; align-items:center; margin-top:29px; padding-bottom:6px; border-bottom:1px solid rgba(114,223,194,.45); color:var(--mint); text-decoration:none; font-size:12px; font-weight:900; }.mint-link b { font-size:18px; }
.report-card { overflow:hidden; padding:26px; border:1px solid rgba(255,255,255,.55); border-radius:24px; color:var(--ink); background:var(--white); box-shadow:0 35px 80px rgba(0,0,0,.25); }.report-card > header { display:flex; align-items:center; justify-content:space-between; padding-bottom:18px; border-bottom:1px solid var(--line); }.report-card header > div { display:flex; align-items:center; gap:11px; }.report-check { width:38px; height:38px; display:grid; place-items:center; border-radius:50%; color:var(--forest); background:var(--mint); font-weight:900; }.report-card header p { display:grid; gap:2px; margin:0; }.report-card header small { color:#5c706c; font-size:7px; font-weight:900; }.report-card header b { font-size:13px; }.goal-chip { padding:7px 9px; border-radius:8px; color:var(--forest-3); background:var(--mint-soft); font-size:8px; font-weight:900; }.report-summary { display:grid; grid-template-columns:100px 1fr; gap:20px; align-items:center; padding:22px 4px; }.score-ring { width:91px; height:91px; display:grid; place-content:center; border:8px solid #dff3ec; border-right-color:var(--mint-2); border-top-color:var(--mint-2); border-radius:50%; text-align:center; transform:rotate(-25deg); }.score-ring > * { transform:rotate(25deg); }.score-ring b { font:600 28px/1 var(--serif); }.score-ring small { color:#5c706c; font-size:7px; }.report-summary > p { display:grid; gap:6px; margin:0; }.report-summary > p span { color:#b8442f; font-size:8px; font-weight:900; }.report-summary > p b { font-size:12px; line-height:1.6; word-break:keep-all; }.report-metrics { display:grid; grid-template-columns:repeat(3,1fr); gap:8px; }.report-metrics > div { padding:12px; border:1px solid #dce6e1; border-radius:11px; }.report-metrics span { display:flex; justify-content:space-between; font-size:8px; }.report-metrics em { color:var(--forest-3); font-style:normal; font-weight:900; }.report-metrics i { display:block; height:3px; margin-top:9px; border-radius:3px; background:#e5ede9; }.report-metrics i b { display:block; height:100%; border-radius:inherit; background:var(--mint-2); }.bar-86 { width:86%; }.bar-82 { width:82%; }.bar-78 { width:78%; }.one-fix { display:flex; align-items:center; gap:11px; margin:15px 0 9px; padding:12px; border-radius:11px; background:#fff0ea; }.one-fix > span { width:28px; height:28px; display:grid; place-items:center; border-radius:8px; color:white; background:var(--coral); font-size:11px; font-weight:900; }.one-fix p { display:grid; gap:2px; margin:0; }.one-fix small { color:#a25547; font-size:7px; font-weight:900; }.one-fix b { font-size:9px; }.retry-sentence { position:relative; padding:14px 48px 14px 15px; border:1px solid #b7dfd4; border-radius:11px; background:#f0faf6; }.retry-sentence small { color:var(--forest-3); font-size:7px; font-weight:900; }.retry-sentence p { margin:5px 0 0; font:500 12px/1.5 var(--serif); }.retry-sentence mark { color:var(--forest-3); background:transparent; border-bottom:2px solid var(--mint); }.retry-sentence button { position:absolute; right:11px; top:50%; transform:translateY(-50%); width:32px; height:32px; display:grid; place-content:center; border:0; border-radius:50%; color:var(--forest); background:var(--mint); }.retry-sentence button b { display:none; }

.language-section { text-align:center; }.language-cards { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; margin-top:43px; }.language-cards article { position:relative; min-height:170px; display:flex; flex-direction:column; justify-content:flex-end; align-items:flex-start; padding:22px; overflow:hidden; border:1px solid var(--line); border-radius:20px; background:var(--white); text-align:left; }.language-cards article:after { content:""; position:absolute; width:105px; height:105px; right:-35px; top:-35px; border:20px solid var(--mint-soft); border-radius:50%; }.language-cards span { position:absolute; top:20px; left:22px; width:42px; height:42px; display:grid; place-items:center; border-radius:12px; color:var(--forest); background:var(--mint-soft); font:700 13px/1 var(--serif); }.language-cards article:nth-child(2) span { color:#9f4c40; background:#ffebe6; }.language-cards article:nth-child(3) span { color:white; background:var(--forest-3); }.language-cards article:nth-child(4) span { color:white; background:var(--coral); }.language-cards b { font-size:17px; }.language-cards small { margin-top:4px; color:var(--muted); font-size:8px; }
.faq-section { display:grid; grid-template-columns:.65fr 1.35fr; gap:80px; padding-top:60px; }.faq-title h2 { margin:0; font-size:clamp(32px,4vw,52px); line-height:1.25; letter-spacing:-.055em; }.faq-list { display:grid; gap:8px; }.faq-list details { padding:0 20px; border:1px solid var(--line); border-radius:15px; background:var(--white); }.faq-list summary { position:relative; padding:19px 30px 19px 0; font-size:13px; font-weight:850; cursor:pointer; list-style:none; }.faq-list summary:after { content:"+"; position:absolute; right:2px; color:var(--forest-3); font-size:20px; font-weight:400; }.faq-list details[open] summary:after { content:"−"; }.faq-list p { margin:0 0 19px; padding-right:25px; color:var(--muted); font-size:11px; line-height:1.7; }
.closing-section { position:relative; display:grid; justify-items:center; overflow:hidden; padding:100px 24px 105px; color:white; background:#082e2c; text-align:center; }.closing-glow { position:absolute; width:500px; height:500px; top:-300px; border:75px solid rgba(114,223,194,.09); border-radius:50%; box-shadow:0 0 0 80px rgba(114,223,194,.045); }.closing-section img { position:relative; width:62px; height:62px; object-fit:cover; object-position:left; margin-bottom:20px; border-radius:18px; }.closing-section > p { position:relative; margin:0 0 18px; color:var(--mint); font-size:10px; font-weight:900; letter-spacing:.12em; }.closing-section h2 { position:relative; margin:0; font-size:clamp(38px,5.4vw,68px); line-height:1.2; letter-spacing:-.06em; }.closing-section h2 em { color:var(--mint); }.closing-section .primary-cta { position:relative; margin-top:30px; color:var(--forest); background:var(--mint); box-shadow:0 16px 40px rgba(114,223,194,.18); }.closing-section > small { position:relative; margin-top:13px; color:#89ada6; font-size:9px; }
footer { min-height:150px; display:grid; grid-template-columns:170px 1fr auto; grid-template-rows:auto auto; align-items:center; gap:18px 40px; padding:30px clamp(24px,6vw,92px); color:#8caaa4; background:#062624; border-top:1px solid rgba(255,255,255,.08); font-size:9px; }footer img { width:150px; }footer p { margin:0; }footer nav { display:flex; gap:20px; }footer a { color:#b6cec9; text-decoration:none; font-weight:800; }footer > small { grid-column:1/-1; padding-top:16px; border-top:1px solid rgba(255,255,255,.07); }

.reveal { opacity:0; transform:translateY(22px); transition:opacity .7s ease,transform .7s cubic-bezier(.2,.8,.2,1); }.reveal.visible { opacity:1; transform:none; }
@keyframes pulse { 50% { opacity:.35; box-shadow:0 0 0 5px rgba(114,223,194,.12); } }
@keyframes wave { to { transform:scaleY(.45); opacity:.55; } }
@keyframes think { 0%,60%,100% { transform:translateY(0); opacity:.35; } 30% { transform:translateY(-7px); opacity:1; } }
@keyframes shimmer { to { opacity:.45; transform:scaleX(.94); } }
@keyframes panelIn { from { opacity:0; transform:translateY(8px); } }
@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } *,*:before,*:after { animation:none!important; transition:none!important; }.reveal { opacity:1; transform:none; } }

@media (max-width:1050px) {
  .desktop-nav { display:none; }.hero { min-height:auto; grid-template-columns:1fr; padding-top:130px; }.hero:before { inset:45% 0 0 22%; }.hero-copy { max-width:780px; }.hero h1 br:first-child { display:none; }.hero-product { justify-self:center; max-width:780px; margin-top:20px; }.how-section { grid-template-columns:1fr; }.section-heading { max-width:680px; }.steps-shell { width:100%; }.scenario-panel { grid-template-columns:1fr; }.scenario-copy { max-width:650px; padding-left:0; }.feedback-layout { grid-template-columns:1fr; }.feedback-layout .section-heading { max-width:690px; }.report-card { max-width:760px; width:100%; justify-self:center; }
}
@media (max-width:760px) {
  .site-header { height:66px; padding:0 18px; }.site-logo img { width:132px; }.login-link,.header-cta { display:none; }.language-button b { display:none; }.menu-button { width:38px; height:38px; display:grid; place-content:center; gap:5px; border:0; border-radius:9px; background:var(--forest); }.menu-button i { width:17px; height:2px; background:white; transition:.2s; }.menu-button.open i:first-child { transform:translateY(3.5px) rotate(45deg); }.menu-button.open i:last-child { transform:translateY(-3.5px) rotate(-45deg); }.mobile-nav { position:fixed; inset:66px 0 auto; z-index:49; display:grid; gap:0; padding:9px 18px 18px; border-bottom:1px solid var(--line); background:var(--paper); box-shadow:0 15px 30px rgba(11,55,52,.1); }.mobile-nav[hidden] { display:none; }.mobile-nav a { padding:13px 4px; border-bottom:1px solid #e2e8e3; text-decoration:none; font-size:13px; font-weight:800; }.mobile-nav a:last-child { margin-top:9px; border:0; border-radius:10px; color:white; background:var(--forest); text-align:center; }
  .hero { padding:105px 18px 55px; gap:28px; }.hero:before { inset:49% -40% 0 12%; border-bottom-left-radius:70px; }.hero h1 { font-size:clamp(40px,12vw,58px); }.hero h1 br:first-child { display:block; }.hero-description { font-size:14px; }.hero-actions { align-items:flex-start; flex-direction:column; gap:15px; }.primary-cta { width:100%; justify-content:space-between; }.hero-product { padding:0 7px 25px 0; }.product-window { border-radius:19px; }.practice-preview { min-height:370px; padding:18px 16px 14px; }.answer-block { grid-template-columns:34px 1fr; }.answer-block .sound-wave { grid-column:1/-1; justify-content:center; }.product-footer { grid-template-columns:1fr auto; padding:0 14px; }.product-footer .level-meter { display:none; }.product-footer button { min-width:128px; }.floating-score { right:-3px; min-width:112px; padding:12px; }.exam-strip { align-items:flex-start; flex-direction:column; gap:12px; }.exam-strip > div { justify-content:flex-start; }.exam-strip .language-note { display:none; }
  .section-pad { width:min(100% - 32px,1180px); padding:85px 0; }.problem-flow { grid-template-columns:1fr; gap:10px; margin-top:38px; }.problem-flow article { min-height:190px; }.flow-arrow { transform:rotate(90deg); }.how-section { gap:35px; padding:85px 16px; }.steps-shell { grid-template-columns:1fr; min-height:560px; }.step-rail { display:grid; grid-template-columns:repeat(3,1fr); padding:5px; border:0; border-bottom:1px solid var(--line); }.step-rail button { display:flex; justify-content:center; padding:10px 5px; }.step-rail button p { display:none; }.step-rail button:after { inset:auto 9px 0; width:auto; height:3px; }.step-stage { padding:18px; }.setup-card { padding:18px; }.setup-options { grid-template-columns:1fr; }.live-card { padding:22px; }.scenario-switch { margin:35px auto 28px; }.scenario-switch button { padding:11px 6px; }.scenario-switch small { display:none; }.scenario-copy h3 { font-size:31px; }.exam-console { border-radius:18px; }.exam-console > main { min-height:370px; padding:25px 16px; }.exam-console > header { padding:0 16px; }.exam-console > footer { padding:0 14px; }.interview-console { grid-template-columns:1fr; }.interview-console > aside { min-height:205px; display:grid; grid-template-columns:48px 1fr; gap:0 12px; }.interview-console aside hr,.interview-console aside > small,.skill-chips { display:none; }.source-ready { grid-column:1/-1; width:100%; margin-top:20px; }.interview-console > main { padding:24px 16px; }.coach-line p,.user-line p { font-size:11px; }.feedback-section { padding:85px 16px; }.report-card { padding:18px; }.report-summary { grid-template-columns:78px 1fr; gap:13px; }.score-ring { width:72px; height:72px; border-width:6px; }.score-ring b { font-size:23px; }.report-metrics { grid-template-columns:1fr; }.language-cards { grid-template-columns:1fr 1fr; }.faq-section { grid-template-columns:1fr; gap:30px; }.closing-section { padding:80px 18px; }footer { grid-template-columns:1fr; }footer p { max-width:300px; }footer nav { flex-wrap:wrap; }footer > small { grid-column:1; }
}
@media (max-width:430px) { .mode-tabs { padding-left:8px; padding-right:8px; }.mode-tabs button { padding:10px 5px; }.prompt-block p { font-size:15px; }.instant-tip { padding:9px; }.product-footer > span:first-child { display:none; }.product-footer { grid-template-columns:1fr; justify-items:center; }.floating-score { display:none; }.language-cards { grid-template-columns:1fr; }.scenario-copy h3 br { display:none; }.report-summary > p b { font-size:10px; } }
