:root{--bg: #fefcf8;--bg2: #f7f3ee;--bg3: #f0ebe3;--lavender: #e8e4f8;--lavender2: #c4b8f0;--lavender3: #7c6fc4;--peach: #ffe8dc;--peach2: #ffb899;--mint: #d8f4ec;--mint2: #6dc8a8;--sky: #dcf0ff;--sky2: #70b8f0;--butter: #fff3c4;--butter2: #f0c840;--rose: #ffe0e8;--rose2: #f090a8;--text: #2d2438;--text2: #6b5f7a;--text3: #a89cb5;--border: #e8e0f0;--border2: #d4c8e8;--accent: #7c6fc4;--accent2: #9b8fd8;--ff-head: "Fraunces", Georgia, serif;--ff-body: "DM Sans", system-ui, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:linear-gradient(135deg,var(--bg) 0%,var(--bg2) 48%,var(--lavender) 100%);color:var(--text);font-family:var(--ff-body)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.site-shell{min-height:100vh;position:relative;overflow-x:hidden}.topbar{position:sticky;top:0;z-index:20;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px;padding:16px clamp(18px,4vw,56px);background:#fefcf8d1;border-bottom:1px solid rgba(124,111,196,.1);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand{display:inline-flex;align-items:center;gap:10px;font-family:var(--ff-head);font-weight:900;font-size:1.25rem}.brand-mark{display:grid;place-items:center;width:36px;height:36px;border-radius:12px;background:linear-gradient(135deg,var(--lavender2),var(--peach2));color:#fff;box-shadow:0 8px 24px #7c6fc438}nav{display:flex;justify-content:center;gap:8px;color:var(--text2);font-weight:700}nav a,.ghost-button,.primary-button,.secondary-button{min-height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;padding:0 14px}nav a.active,nav a:hover,.ghost-button{background:#e8e4f8b8;color:var(--accent)}.auth-slot{display:flex;justify-content:flex-end;align-items:center;gap:10px}.primary-button{border:0;background:var(--lavender3);color:#fff;font-weight:800;box-shadow:0 10px 24px #7c6fc433;cursor:pointer}.secondary-button{border:1px solid var(--border2);background:var(--lavender);color:var(--lavender3);font-weight:800}.compact{min-height:38px}.page{width:min(1160px,calc(100% - 36px));margin:0 auto;padding:56px 0 80px}.blob-bg{position:relative;overflow:hidden}.blob-bg:before,.blob-bg:after{content:"";position:absolute;border-radius:50%;pointer-events:none;z-index:-1}.blob-bg:before{top:-150px;right:-200px;width:500px;height:500px;background:radial-gradient(circle,rgba(196,184,240,.42) 0%,transparent 70%)}.blob-bg:after{bottom:-100px;left:-150px;width:400px;height:400px;background:radial-gradient(circle,rgba(255,184,153,.34) 0%,transparent 70%)}.hero{min-height:calc(100vh - 72px);display:grid;align-items:center;padding:72px 0 40px}.hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(300px,.95fr);gap:clamp(28px,5vw,72px);align-items:center}h1,h2,h3{font-family:var(--ff-head);line-height:1;margin:0;letter-spacing:0}h1{font-size:clamp(3rem,7vw,6.8rem);max-width:760px}h2{font-size:clamp(2.2rem,4vw,4rem)}h3{font-size:1.45rem}p{color:var(--text2);line-height:1.7}.lead{font-size:clamp(1.08rem,2vw,1.35rem);max-width:680px}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.trust-bar,.card,.panel{background:#ffffffc7;border:1px solid rgba(124,111,196,.08);box-shadow:0 2px 20px #7c6fc414,0 0 0 1px #7c6fc40f}.trust-bar{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;border-radius:16px;padding:18px}.trust-bar strong,.metric strong{display:block;font-family:var(--ff-head);font-size:1.6rem}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.card,.panel{border-radius:16px;padding:24px}.card.lavender{background:linear-gradient(135deg,white,var(--lavender))}.card.peach{background:linear-gradient(135deg,white,var(--peach))}.card.mint{background:linear-gradient(135deg,white,var(--mint))}.card.sky{background:linear-gradient(135deg,white,var(--sky))}.card.rose{background:linear-gradient(135deg,white,var(--rose))}.card.butter{background:linear-gradient(135deg,white,var(--butter))}.section{padding:80px 0}.section-head{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:24px}.timeline{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.step-number{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:var(--peach);color:var(--accent);font-weight:900}.footer{display:flex;justify-content:space-between;gap:24px;padding:36px clamp(18px,4vw,56px);background:linear-gradient(120deg,var(--lavender),var(--peach))}.footer p{margin:6px 0 0}.footer-links{display:flex;flex-wrap:wrap;gap:14px;color:var(--text2);font-weight:700}.form-grid{display:grid;gap:14px}.field{display:grid;gap:7px;font-weight:800;color:var(--text)}input,select,textarea{width:100%;border:1px solid var(--border2);border-radius:10px;padding:12px 13px;background:#ffffffdb;color:var(--text)}input[type=radio],input[type=checkbox]{width:auto;padding:0;border-radius:999px}textarea{min-height:120px;resize:vertical}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.metric{border-radius:16px;padding:20px;background:#fff;border:1px solid var(--border)}.progress-track{height:12px;border-radius:999px;background:var(--lavender);overflow:hidden}.progress-track.thin{height:8px;background:#7c6fc424}.progress-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--lavender3),var(--peach2))}.mock-tests-page{width:min(1100px,calc(100% - 36px));padding-top:clamp(46px,7vw,76px)}.mock-tests-header{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:clamp(32px,6vw,76px);align-items:end;margin-bottom:72px}.mock-tests-header h1{margin-top:10px;font-size:clamp(3.2rem,6.5vw,5.4rem)}.mock-tests-header p{max-width:640px;margin:18px 0 0;font-size:1.15rem;line-height:1.6}.mock-tests-stats{display:grid;grid-template-columns:repeat(3,auto);gap:28px;margin:0}.mock-tests-stats div{min-width:76px}.mock-tests-stats dt{color:var(--text);font-family:var(--ff-head);font-size:1.8rem;font-weight:900}.mock-tests-stats dd{margin:5px 0 0;color:var(--text2);font-size:.78rem;font-weight:800}.test-catalog-section{margin-top:72px}.test-section-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:22px;padding-bottom:18px;border-bottom:1px solid var(--border)}.test-section-heading h2{margin-top:7px;font-size:clamp(2rem,4vw,3.2rem)}.test-section-heading>p{max-width:300px;margin:0;font-size:.9rem;text-align:right}.mock-tests-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.mock-test-card{position:relative;display:flex;min-height:390px;flex-direction:column;padding:24px;overflow:hidden;border:1px solid rgba(124,111,196,.14);border-radius:8px;background:#ffffffd1;box-shadow:0 14px 40px #4b3a6614;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.mock-test-card:before{content:"";position:absolute;inset:0 0 auto;height:4px;background:var(--lavender3)}.mock-test-card:nth-child(2):before{background:var(--mint2)}.mock-test-card:nth-child(3):before{background:var(--peach2)}.mock-test-card:hover{border-color:#7c6fc452;box-shadow:0 20px 48px #4b3a661f;transform:translateY(-3px)}.mock-test-card-top{display:flex;align-items:center;justify-content:space-between;gap:16px}.mock-test-number{color:var(--text3);font-size:.8rem;font-weight:900}.mock-test-time{padding:6px 9px;border-radius:6px;background:var(--bg2);color:var(--text2);font-size:.78rem;font-weight:800}.mock-test-card-copy{margin-top:30px}.mock-test-card h3{max-width:290px;margin-top:10px;font-size:clamp(1.8rem,3vw,2.4rem);line-height:1.05}.mock-test-card-copy p{margin:14px 0 0;font-size:.95rem}.mock-test-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:auto;padding-top:30px}.mock-test-tags span{padding:7px 10px;border:1px solid var(--border2);border-radius:6px;color:var(--accent);font-size:.78rem;font-weight:800}.mock-test-action{align-self:flex-start;gap:12px;margin-top:16px;box-shadow:none}.mock-test-action span{font-size:1.1rem;transition:transform .18s ease}.mock-test-action:hover span{transform:translate(3px)}.test-status,.test-category,.coming-soon-label{display:inline-flex;align-items:center;min-height:28px;padding:0 9px;border-radius:6px;background:var(--bg2);color:var(--text3);font-size:.7rem;font-weight:900}.test-status.live{background:var(--mint);color:#26775e}.test-category{background:var(--lavender);color:var(--accent)}.upcoming-tests-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.upcoming-test-card{display:flex;min-height:310px;flex-direction:column;overflow:hidden;border:1px solid var(--border);border-radius:8px;background:#ffffffb3}.upcoming-test-main{display:flex;flex:1;flex-direction:column;padding:20px}.upcoming-test-card h3{margin-top:28px;font-family:var(--ff-body);font-size:1.12rem;line-height:1.3}.upcoming-test-card p{margin:10px 0 0;font-size:.88rem;line-height:1.55}.test-details{display:flex;flex-wrap:wrap;gap:7px 16px;margin:auto 0 0;padding:24px 0 0;color:var(--text2);font-size:.76rem;font-weight:800;list-style:none}.test-details li{position:relative}.test-details li+li:before{content:"·";position:absolute;left:-10px;color:var(--text3)}.upcoming-test-footer{display:flex;min-height:58px;align-items:center;justify-content:space-between;gap:12px;padding:12px 20px;border-top:1px solid var(--border);color:var(--text3);font-size:.75rem;font-weight:800}.coming-soon-label{white-space:nowrap}.compact-catalog .upcoming-test-card{min-height:290px}.board-coverage{margin-bottom:18px;padding:18px 20px;border:1px solid var(--border);border-radius:8px;background:#ffffff8c}.board-coverage strong{display:block;margin-bottom:12px;font-size:.82rem}.board-coverage div{display:flex;flex-wrap:wrap;gap:8px}.board-coverage span{padding:7px 10px;border:1px solid var(--border2);border-radius:6px;color:var(--text2);font-size:.75rem;font-weight:800}.test-direction-cta{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:76px;padding:clamp(28px,5vw,48px);border-radius:8px;background:var(--peach)}.test-direction-cta h2{margin-top:8px;font-size:clamp(2rem,4vw,3.2rem)}.test-direction-cta p{max-width:600px;margin-bottom:0}.test-direction-cta .actions{flex:0 0 auto;margin-top:0}.home-page{background:var(--bg)}.home-hero{position:relative;min-height:min(650px,calc(100svh - 96px));overflow:hidden;background:#171321;color:#fff}.home-hero-inner,.home-section,.home-hero-metrics{width:min(1180px,calc(100% - 48px));margin-inline:auto}.home-hero-inner{position:relative;z-index:1;display:flex;min-height:510px;align-items:center;padding:42px 0 50px}.home-hero-copy{position:relative;z-index:2;width:min(620px,55%)}.home-kicker{display:inline-flex;align-items:center;min-height:32px;padding:0 12px;border:1px solid rgba(255,184,153,.38);border-radius:6px;color:var(--peach2);font-size:.72rem;font-weight:900;text-transform:uppercase}.home-hero h1{max-width:700px;margin-top:22px;color:#fff;font-size:clamp(3.8rem,5.5vw,5.3rem)}.home-hero h1 span{color:var(--peach2)}.home-hero-copy>p{max-width:610px;margin:24px 0 0;color:#ffffffad;font-size:1.12rem}.home-hero-actions,.home-final-actions{display:flex;flex-wrap:wrap;align-items:center;gap:18px;margin-top:30px}.home-primary-action{display:inline-flex;min-height:50px;align-items:center;justify-content:center;gap:16px;padding:0 18px;border-radius:6px;background:var(--peach2);color:var(--text);font-weight:900}.home-primary-action span{font-size:1.2rem;transition:transform .18s ease}.home-primary-action:hover span{transform:translate(3px)}.home-text-link{padding-bottom:4px;border-bottom:1px solid currentColor;color:#ffffffb3;font-weight:800}.home-proof{display:flex;flex-wrap:wrap;gap:8px 22px;margin-top:30px;color:#ffffff80;font-size:.78rem;font-weight:800}.home-proof span+span{position:relative}.home-proof span+span:before{content:"·";position:absolute;left:-13px}.home-profile-visual{position:absolute;top:50%;right:0;width:min(520px,44vw);padding:28px;border:1px solid rgba(255,255,255,.13);border-radius:8px;background:#211b2e;box-shadow:0 32px 90px #00000057;transform:translateY(-52%)}.home-profile-visual:before{content:"";position:absolute;inset:0 0 auto;height:4px;background:var(--peach2)}.profile-heading{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center}.profile-heading small,.profile-title small,.profile-next-step small{display:block;margin-top:3px;color:#ffffff75;font-size:.72rem}.profile-avatar{display:grid;width:42px;height:42px;place-items:center;border-radius:50%;background:var(--peach2);color:var(--text);font-weight:900}.profile-match{padding:6px 9px;border-radius:6px;background:#6dc8a824;color:var(--mint2);font-size:.72rem;font-weight:900}.profile-title{margin-top:32px}.profile-title strong{display:block;margin-top:5px;font-family:var(--ff-head);font-size:1.8rem}.profile-bars{display:grid;gap:13px;margin-top:25px}.profile-bars>div{display:grid;grid-template-columns:112px 1fr 28px;gap:12px;align-items:center;color:#ffffff94;font-size:.75rem}.profile-bars i{height:7px;overflow:hidden;border-radius:999px;background:#ffffff14}.profile-bars b{display:block;height:100%;border-radius:inherit;background:var(--lavender2)}.profile-bars>div:nth-child(2) b{background:var(--mint2)}.profile-bars>div:nth-child(3) b{background:var(--peach2)}.profile-bars>div:nth-child(4) b{background:var(--sky2)}.profile-bars>div>strong{color:#ffffffb3;text-align:right}.profile-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px}.profile-tags span{padding:7px 10px;border:1px solid rgba(255,255,255,.12);border-radius:6px;color:#ffffffa6;font-size:.72rem;font-weight:800}.profile-next-step{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:26px -28px -28px;padding:17px 28px;border-top:1px solid rgba(255,255,255,.1)}.profile-next-step>span{color:var(--peach2);font-size:1.25rem}.home-hero-metrics{position:relative;z-index:2;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(255,255,255,.12)}.home-hero-metrics div{padding:18px 20px;border-right:1px solid rgba(255,255,255,.12)}.home-hero-metrics div:last-child{border-right:0}.home-hero-metrics strong,.home-hero-metrics span{display:block}.home-hero-metrics strong{font-family:var(--ff-head);font-size:1.45rem}.home-hero-metrics span{margin-top:3px;color:#ffffff75;font-size:.72rem}.home-section{padding:96px 0}.home-section-heading{max-width:790px;margin-bottom:40px}.home-section-heading h2,.home-class10-feature h2,.home-colleges-inner h2,.home-final-cta h2{margin-top:10px;font-size:clamp(3rem,5.5vw,5.2rem)}.home-section-heading p,.home-class10-feature p,.home-colleges-inner p{max-width:720px;margin-bottom:0;font-size:1.05rem}.home-journey{display:grid;grid-template-columns:repeat(3,1fr);border-block:1px solid var(--border)}.home-journey article{display:flex;min-height:330px;flex-direction:column;padding:28px;border-right:1px solid var(--border)}.home-journey article:last-child{border-right:0}.home-journey article>span,.home-values article>span{color:var(--accent);font-size:.8rem;font-weight:900}.home-journey h3{margin-top:52px;font-size:1.7rem;line-height:1.08}.home-journey p{margin-bottom:24px}.home-journey a{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:auto;padding-top:18px;border-top:1px solid var(--border);color:var(--accent);font-weight:900}.home-band{background:var(--lavender)}.home-class10-feature{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,.7fr);gap:clamp(36px,7vw,90px);align-items:center}.home-class10-feature .primary-button,.home-colleges-inner .primary-button{margin-top:18px}.home-board-map{display:grid;grid-template-columns:80px repeat(3,1fr);overflow:hidden;border:1px solid var(--border2);border-radius:8px;background:var(--border2);gap:1px}.home-board-map>*{display:flex;min-height:68px;align-items:center;padding:12px;background:#ffffffe6}.home-board-map span{color:var(--text3);font-size:.7rem;font-weight:900;text-transform:uppercase}.home-board-map strong{font-size:.82rem}.home-stream-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--border)}.home-stream-grid a{display:grid;min-height:112px;grid-template-columns:38px 1fr auto;gap:18px;align-items:center;padding:20px;border-right:1px solid var(--border);border-bottom:1px solid var(--border)}.home-stream-grid a:nth-child(2n){border-right:0}.home-stream-grid a:hover{background:#fff}.home-stream-grid>a>span{color:var(--text3);font-size:.74rem;font-weight:900}.home-stream-grid strong,.home-stream-grid small{display:block}.home-stream-grid strong{font-family:var(--ff-head);font-size:1.5rem}.home-stream-grid small{margin-top:5px;color:var(--text2)}.home-stream-grid b{color:var(--accent);font-size:1.2rem}.home-colleges{background:var(--text);color:#fff}.home-colleges .eyebrow{color:var(--peach2)}.home-colleges-inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.65fr);gap:clamp(40px,8vw,100px);align-items:center}.home-colleges-inner p{color:#ffffffa6}.home-colleges-inner dl{display:grid;grid-template-columns:repeat(2,1fr);margin:0;border:1px solid rgba(255,255,255,.14)}.home-colleges-inner dl div{padding:24px;border-right:1px solid rgba(255,255,255,.14);border-bottom:1px solid rgba(255,255,255,.14)}.home-colleges-inner dl div:nth-child(2n){border-right:0}.home-colleges-inner dl div:nth-last-child(-n+2){border-bottom:0}.home-colleges-inner dt{font-family:var(--ff-head);font-size:2rem;font-weight:900}.home-colleges-inner dd{margin:5px 0 0;color:#ffffff7a;font-size:.78rem}.home-values>div:last-child{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.home-values article{min-height:230px;padding:24px;border:1px solid var(--border);border-radius:8px;background:#ffffffa8}.home-values h3{margin-top:38px;font-family:var(--ff-body);font-size:1.12rem}.home-values p{margin-bottom:0;font-size:.92rem}.home-final-cta{display:flex;width:min(1180px,calc(100% - 48px));align-items:end;justify-content:space-between;gap:48px;margin:0 auto 96px;padding:clamp(34px,6vw,64px);border-radius:8px;background:var(--peach)}.home-final-cta>div:first-child{max-width:760px}.home-final-cta p{margin-bottom:0}.home-final-actions{flex:0 0 auto;display:grid;justify-items:start;margin-top:0}.home-final-actions .home-text-link{color:var(--text2)}.class10-guide{padding-bottom:80px}.class10-inner,.class10-section,.class10-cta{width:min(1100px,calc(100% - 36px));margin-inline:auto}.class10-hero{padding:clamp(72px,10vw,120px) 0;background:var(--text)}.class10-hero .eyebrow{color:var(--peach2)}.class10-hero h1{max-width:900px;margin-top:18px;color:#fff;font-size:clamp(3.2rem,7vw,6.2rem)}.class10-hero p{max-width:760px;margin:24px 0 0;color:#ffffffb3;font-size:1.15rem}.class10-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.class10-hero .secondary-button{border-color:#ffffff4d;background:transparent;color:#fff}.class10-section{padding-top:84px}.class10-section-head{max-width:760px;margin-bottom:28px}.step-label{display:block;margin-bottom:12px;color:var(--accent);font-size:.76rem;font-weight:900;text-transform:uppercase}.class10-section-head h2{font-size:clamp(2.5rem,5vw,4.5rem)}.class10-section-head p{margin-bottom:0;font-size:1.02rem}.guide-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.guide-tabs button{min-height:42px;padding:0 16px;border:1px solid var(--border2);border-radius:6px;background:#ffffffb8;color:var(--text2);font-weight:800;cursor:pointer}.guide-tabs button:hover,.guide-tabs button.active{border-color:var(--text);background:var(--text);color:#fff}.stream-detail{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:42px;padding:clamp(24px,4vw,42px);border:1px solid var(--border);border-radius:8px;background:#ffffffbd}.stream-detail h3,.board-detail h3{margin-top:10px;font-size:clamp(2.2rem,4vw,3.4rem)}.fit-note{margin-top:28px;padding:18px;border-left:4px solid var(--peach2);background:var(--bg2)}.fit-note p{margin:5px 0 0}.stream-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.stream-facts>div{padding:18px;border:1px solid var(--border);border-radius:6px;background:var(--bg)}.stream-facts ul,.board-detail ul{display:grid;gap:9px;margin:16px 0 0;padding-left:18px;color:var(--text2);font-size:.9rem;line-height:1.5}.board-detail{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;overflow:hidden;border:1px solid var(--border);border-radius:8px;background:var(--border)}.board-detail>div{padding:clamp(22px,3vw,32px);background:#ffffffe6}.board-gap{background:var(--peach)!important}.board-gap p{margin-bottom:0}.class10-timeline{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-block:1px solid var(--border)}.class10-timeline article{min-height:245px;padding:26px 22px;border-right:1px solid var(--border)}.class10-timeline article:last-child{border-right:0}.class10-timeline article>span{color:var(--accent);font-size:.8rem;font-weight:900}.class10-timeline h3{margin-top:42px;font-size:1.65rem}.class10-timeline p{margin-bottom:0;font-size:.9rem}.myth-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.myth-grid article{padding:24px;border:1px solid var(--border);border-radius:8px;background:#ffffffb3}.myth-grid h3{font-family:var(--ff-body);font-size:1.1rem}.myth-grid p{margin-bottom:0}.class10-cta{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:84px;padding:clamp(28px,5vw,48px);border-radius:8px;background:var(--lavender)}.class10-cta h2{margin-top:8px;font-size:clamp(2.2rem,4vw,3.6rem)}.class10-cta p{max-width:620px;margin-bottom:0}.class10-cta>a{flex:0 0 auto}.mock-test-page{width:min(1040px,calc(100% - 36px));padding-top:34px}.test-hero{display:grid;grid-template-columns:minmax(0,1fr) 220px;gap:22px;align-items:stretch;margin-bottom:22px}.test-hero-copy,.test-status-card,.question-card,.test-submit-bar,.result-panel{border:1px solid rgba(124,111,196,.12);background:#ffffffd1;box-shadow:0 18px 50px #58487e14}.test-hero-copy{border-radius:18px;padding:clamp(22px,4vw,34px)}.test-hero-copy h1{font-size:clamp(2.2rem,5vw,4.8rem);max-width:760px;margin-top:12px}.test-hero-copy p{max-width:640px;margin-bottom:0}.test-back-link,.eyebrow{display:inline-flex;align-items:center;min-height:30px;color:var(--accent);font-size:.82rem;font-weight:900;letter-spacing:0;text-transform:uppercase}.test-status-card{position:sticky;top:88px;align-self:start;display:grid;gap:10px;border-radius:18px;padding:20px;background:linear-gradient(135deg,rgba(255,255,255,.94),var(--butter))}.test-status-label,.test-status-foot{color:var(--text2);font-size:.9rem;font-weight:800}.test-status-card strong{font-family:var(--ff-head);font-size:2.3rem;line-height:1}.test-shell{display:grid;gap:18px}.question-stack{display:grid;gap:16px}.question-card{display:grid;gap:18px;border-radius:18px;padding:clamp(18px,3vw,26px)}.question-card legend{float:left;width:100%;margin-bottom:18px;padding:0}.question-card legend span{display:block;color:var(--accent);font-size:.82rem;font-weight:900;margin-bottom:8px;text-transform:uppercase}.question-card legend strong{display:block;color:var(--text);font-family:var(--ff-head);font-size:clamp(1.35rem,2vw,2rem);line-height:1.12}.question-card legend:after{content:"";display:block;clear:both}.option-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.option{min-height:62px;display:grid;grid-template-columns:auto 34px minmax(0,1fr);align-items:center;gap:12px;padding:12px;border-radius:14px;border:1px solid var(--border);background:#ffffffdb;cursor:pointer;transition:border-color .14s ease,background .14s ease,transform .14s ease}.option:hover{border-color:var(--lavender3);background:#fff;transform:translateY(-1px)}.option:has(input:checked){border-color:var(--lavender3);background:linear-gradient(135deg,white,var(--lavender));box-shadow:inset 0 0 0 1px #7c6fc429}.option-letter{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:var(--lavender);color:var(--accent);font-weight:900}.option-text{min-width:0;color:var(--text);font-weight:750;line-height:1.35}.test-submit-bar{position:sticky;bottom:16px;z-index:10;display:flex;justify-content:space-between;align-items:center;gap:16px;border-radius:18px;padding:14px 16px;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.test-submit-bar span{display:block;color:var(--text2);font-size:.92rem}.result-panel{border-radius:18px;padding:clamp(24px,5vw,42px);background:linear-gradient(135deg,white,var(--mint))}.result-panel h2{font-size:clamp(3rem,7vw,6rem)}.bar-chart{display:grid;grid-template-columns:repeat(7,1fr);gap:12px;align-items:end;min-height:220px}.bar{min-height:32px;border-radius:10px 10px 4px 4px;background:linear-gradient(180deg,var(--mint2),var(--lavender2))}.college-page{width:min(1240px,calc(100% - 36px));padding-top:34px}.college-hero{display:grid;grid-template-columns:minmax(0,1fr) 160px;gap:20px;align-items:end;margin-bottom:22px}.college-hero h1{font-size:clamp(2.7rem,6vw,5.8rem)}.college-count{min-height:132px;display:grid;align-content:center;justify-items:center;border-radius:18px;border:1px solid rgba(124,111,196,.12);background:linear-gradient(135deg,white,var(--butter));box-shadow:0 16px 40px #58487e14}.college-count strong{font-family:var(--ff-head);font-size:3rem;line-height:1}.college-count span{color:var(--text2);font-weight:900}.college-filters{position:sticky;top:72px;z-index:12;display:grid;grid-template-columns:minmax(220px,1.3fr) repeat(3,minmax(150px,.75fr));gap:12px;margin-bottom:22px;padding:14px;border-radius:18px;border:1px solid rgba(124,111,196,.12);background:#fefcf8e6;box-shadow:0 16px 40px #58487e14;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.college-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.college-card{display:grid;gap:16px;min-height:260px;border-radius:16px;padding:20px;border:1px solid rgba(124,111,196,.12);background:#ffffffdb;box-shadow:0 14px 36px #58487e14}.college-card h2{min-height:3.15em;font-size:1.42rem;line-height:1.05}.college-card p{min-height:1.7em;margin:0}.college-card-top,.college-card-footer{display:flex;align-items:center;justify-content:space-between;gap:12px}.college-card-top{color:var(--accent);font-size:.8rem;font-weight:900;text-transform:uppercase}.college-card-footer{align-self:end}.college-card-footer strong{min-width:0;color:var(--text);overflow-wrap:anywhere}.chip-row{display:flex;flex-wrap:wrap;gap:8px}.chip{display:inline-flex;align-items:center;min-height:34px;border-radius:999px;padding:0 12px;font-size:.92rem;font-weight:900;border:1px solid var(--border);background:#fff}.chip.blue{border-color:#70b8f070;background:var(--sky);color:#24639a}.chip.orange{border-color:#ffb899b3;background:var(--peach);color:#9d421d}.chip.neutral{background:#f8f6fb;color:var(--text)}.college-more{margin:22px 0 0;text-align:center;font-weight:800}.college-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;display:grid;place-items:center;padding:28px;background:#16121f85}.overlay-dismiss{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:transparent;cursor:default}.college-detail{position:relative;z-index:1;width:min(1040px,100%);max-height:min(860px,calc(100vh - 56px));overflow:auto;border-radius:22px;padding:clamp(22px,4vw,38px);background:#fffefd;box-shadow:0 32px 90px #16121f3d}.detail-close{position:absolute;top:16px;right:16px;width:38px;height:38px;border:1px solid var(--border2);border-radius:50%;background:#fff;color:var(--text2);font-weight:900;cursor:pointer}.detail-head{padding-right:48px;margin-bottom:24px}.detail-head span{color:var(--accent);font-weight:900;text-transform:uppercase}.detail-head h2{margin-top:8px;font-size:clamp(2rem,4vw,4rem)}.detail-head p{margin-bottom:0;font-size:1.06rem}.detail-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:28px;border:1px solid var(--border2);border-radius:14px;overflow:hidden}.detail-facts div{display:grid;gap:12px;min-height:126px;padding:24px;background:#fff;border-right:1px solid var(--border2);border-bottom:1px solid var(--border2)}.detail-facts div:nth-child(2n){border-right:0}.detail-facts div:nth-last-child(-n+2){border-bottom:0}.detail-facts span,.detail-section h3{color:#66758d;font-size:.9rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.detail-facts strong{color:var(--text);font-size:1.28rem;line-height:1.25}.detail-section{display:grid;gap:14px;margin-top:24px}.detail-section h3{position:relative;margin:0;padding-left:16px;font-family:var(--ff-body)}.detail-section h3:before{content:"";position:absolute;left:0;top:1px;width:5px;height:24px;border-radius:999px;background:var(--peach2)}.honest-note{margin:0;border-left:5px solid var(--peach2);border-radius:12px;padding:18px 20px;background:#f8f6fb;color:var(--text);font-size:1.08rem}.auth-page{min-height:calc(100vh - 72px);display:grid;place-items:center;padding:48px 18px}.auth-card{width:min(480px,100%)}@media(max-width:900px){.topbar{grid-template-columns:1fr auto}nav{grid-column:1 / -1;grid-row:2;justify-content:flex-start;overflow-x:auto;padding-bottom:2px}nav a{flex:0 0 auto;white-space:nowrap}.auth-slot{grid-column:2;grid-row:1}.hero-grid,.grid,.grid.two,.timeline,.metric-grid,.test-hero,.option-grid,.college-hero,.college-grid{grid-template-columns:1fr}.mock-tests-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mock-tests-header{grid-template-columns:1fr;align-items:start;margin-bottom:56px}.mock-tests-stats{justify-content:start}.upcoming-tests-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.test-direction-cta{display:grid}.test-direction-cta .actions{justify-content:start}.stream-detail,.board-detail{grid-template-columns:1fr}.class10-timeline{grid-template-columns:repeat(2,minmax(0,1fr))}.class10-timeline article:nth-child(2){border-right:0}.class10-timeline article:nth-child(-n+2){border-bottom:1px solid var(--border)}.class10-cta{display:grid}.class10-cta>a{justify-self:start}.home-hero{min-height:auto}.home-hero-inner{display:grid;min-height:auto;gap:46px;padding:72px 0 42px}.home-hero-copy{width:min(680px,100%)}.home-profile-visual{position:relative;top:auto;right:auto;width:min(680px,100%);transform:none}.home-hero-metrics{margin-top:10px}.home-journey{grid-template-columns:1fr}.home-journey article{min-height:auto;border-right:0;border-bottom:1px solid var(--border)}.home-journey article:last-child{border-bottom:0}.home-journey h3{margin-top:30px}.home-class10-feature,.home-colleges-inner{grid-template-columns:1fr}.home-board-map{max-width:620px}.home-values>div:last-child{grid-template-columns:1fr}.home-values article{min-height:auto}.home-final-cta{display:grid;align-items:start}.mock-test-card{min-height:350px}.hero{min-height:auto}.test-status-card{position:static}.college-filters{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.topbar{padding:12px 16px}.auth-slot .ghost-button{display:none}.trust-bar{grid-template-columns:1fr}.mock-tests-page{width:min(100% - 24px,1100px);padding-top:36px}.mock-tests-header{margin-bottom:28px}.mock-tests-header h1{font-size:3.2rem}.mock-tests-header p{font-size:1rem}.mock-tests-grid{grid-template-columns:1fr}.mock-tests-stats{width:100%;grid-template-columns:repeat(3,1fr);gap:14px;padding-top:4px}.mock-tests-stats div{min-width:0}.mock-tests-stats dt{font-size:1.45rem}.test-catalog-section{margin-top:54px}.test-section-heading{display:grid}.test-section-heading>p{max-width:none;text-align:left}.upcoming-tests-grid{grid-template-columns:1fr}.upcoming-test-card,.compact-catalog .upcoming-test-card{min-height:280px}.test-direction-cta{margin-top:54px;padding:24px 20px}.test-direction-cta .actions,.test-direction-cta .actions>*{width:100%}.class10-inner,.class10-section,.class10-cta{width:min(100% - 24px,1100px)}.class10-hero{padding:58px 0}.class10-hero h1{font-size:3.25rem}.class10-hero p{font-size:1rem}.class10-hero-actions>*{width:100%}.class10-section{padding-top:62px}.class10-section-head h2{font-size:2.65rem}.guide-tabs{display:grid;grid-template-columns:1fr}.guide-tabs button{justify-content:flex-start;text-align:left}.stream-detail{gap:28px;padding:20px}.stream-facts{grid-template-columns:1fr}.board-detail>div{padding:22px 20px}.class10-timeline{grid-template-columns:1fr}.class10-timeline article,.class10-timeline article:nth-child(2),.class10-timeline article:nth-child(-n+2){min-height:auto;border-right:0;border-bottom:1px solid var(--border)}.class10-timeline article:last-child{border-bottom:0}.class10-timeline h3{margin-top:24px}.myth-grid{grid-template-columns:1fr}.class10-cta{margin-top:62px;padding:24px 20px}.class10-cta>a{width:100%}.home-hero-inner,.home-section,.home-hero-metrics{width:min(100% - 24px,1180px)}.home-hero-inner{padding:36px 0 28px}.home-hero h1{margin-top:16px;font-size:3rem}.home-hero-copy>p{margin-top:18px;font-size:1rem}.home-hero-actions{align-items:stretch;margin-top:22px}.home-hero-actions .home-primary-action{width:100%}.home-proof,.home-profile-visual{display:none}.profile-heading{grid-template-columns:auto 1fr}.profile-match{display:none}.profile-bars>div{grid-template-columns:92px 1fr 24px;gap:8px}.profile-next-step{margin:22px -18px -18px;padding:15px 18px}.home-hero-metrics{grid-template-columns:repeat(2,1fr)}.home-hero-metrics div:nth-child(2){border-right:0}.home-hero-metrics div:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.12)}.home-hero-metrics div{padding:11px 12px}.home-section{padding:68px 0}.home-section-heading h2,.home-class10-feature h2,.home-colleges-inner h2,.home-final-cta h2{font-size:2.75rem}.home-journey article{padding:24px 18px}.home-board-map{grid-template-columns:66px repeat(3,1fr)}.home-board-map>*{min-height:58px;padding:8px}.home-board-map strong{font-size:.7rem}.home-stream-grid{grid-template-columns:1fr}.home-stream-grid a,.home-stream-grid a:nth-child(2n){border-right:0}.home-colleges-inner dl{grid-template-columns:1fr}.home-colleges-inner dl div,.home-colleges-inner dl div:nth-child(2n),.home-colleges-inner dl div:nth-last-child(-n+2){border-right:0;border-bottom:1px solid rgba(255,255,255,.14)}.home-colleges-inner dl div:last-child{border-bottom:0}.home-final-cta{width:min(100% - 24px,1180px);margin-bottom:68px;padding:24px 20px}.home-final-actions,.home-final-actions .home-primary-action{width:100%}.mock-test-card{min-height:320px;padding:20px}.mock-test-card-copy{margin-top:30px}.mock-test-card h3{font-size:2.2rem}.section-head,.footer,.test-submit-bar{display:grid}.college-page{width:min(100% - 24px,1240px)}.college-filters,.detail-facts{grid-template-columns:1fr}.college-card,.college-card h2{min-height:auto}.college-overlay{padding:12px;align-items:end}.college-detail{max-height:calc(100vh - 24px);border-radius:18px}.detail-facts div,.detail-facts div:nth-child(2n),.detail-facts div:nth-last-child(-n+2){border-right:0;border-bottom:1px solid var(--border2)}.detail-facts div:last-child{border-bottom:0}.mock-test-page{width:min(100% - 24px,1040px);padding-top:22px}.test-hero-copy,.test-status-card,.question-card,.test-submit-bar,.result-panel{border-radius:14px}.option{grid-template-columns:auto 30px minmax(0,1fr);min-height:58px}.option-letter{width:30px;height:30px;border-radius:8px}.test-submit-bar .actions{width:100%}.test-submit-bar .actions>*{flex:1}}
