:root{--paper:#efe8d6;--paper2:#fbf3df;--ink:#12351f;--ink2:#244a31;--gold:#d9b45b;--line:#aa9a7a;--shadow:#12351f33}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:#0b2d1b;margin:0;font-family:Georgia,Times New Roman,serif}.approved-hero{background:#f5efde;max-width:1280px;margin:0 auto;position:relative}.approved-hero img{width:100%;height:auto;display:block}.hot{cursor:pointer;background:0 0;border:0;border-radius:10px;position:absolute}.hot:hover{background:#d9b45b14;outline:2px solid #d9b45b8c}.nav-dashboard{width:8%;height:3.1%;top:2.1%;left:43%}.nav-learn{width:6.6%;height:3.1%;top:2.1%;left:52.5%}.nav-tools{width:6.5%;height:3.1%;top:2.1%;left:60.4%}.nav-about{width:6.5%;height:3.1%;top:2.1%;left:68%}.nav-support{width:7.2%;height:3.1%;top:2.1%;left:75.1%}.nav-profile{width:7.5%;height:3.1%;top:2.1%;left:83%}.nav-signin{width:7.6%;height:4.8%;top:1.3%;left:90.5%}.cta-main{width:28%;height:3.8%;top:28.5%;left:15.5%}.cta-journey{width:17%;height:3%;top:56%;left:5.5%}.cta-footer{width:31%;height:4.2%;top:86.5%;left:55%}.card-learn{width:12%;height:6%;top:67%;left:35%}.card-tools{width:12%;height:6%;top:67%;left:49%}.card-support{width:12%;height:6%;top:67%;left:63%}.card-about{width:13%;height:6%;top:67%;left:77%}.profile-wide{width:90%;height:9%;top:75%;left:5%}.mobile-menu{z-index:30;color:#f6edd8;background:#12351f;border:1px solid #ffffff4d;border-radius:12px;padding:10px;display:none;position:fixed;top:16px;right:16px}.drawer{color:#f6edd8;z-index:40;background:#102f1f;flex-direction:column;gap:12px;width:300px;padding:26px;transition:all .25s;display:flex;position:fixed;top:0;bottom:0;right:-320px;box-shadow:0 20px 80px #0006}.drawer.show{right:0}.drawer button{color:#f6edd8;text-align:left;background:#ffffff0d;border:1px solid #fff3;border-radius:12px;padding:13px;font-weight:800}.drawer-close{align-self:flex-end}.drawer-sign{align-items:center;gap:10px;display:flex}.paper-section{background:linear-gradient(#f6edd8,#efe4cf);padding:54px 22px;position:relative}.paper-section:before{content:"";pointer-events:none;background:radial-gradient(circle at 15% 10%,#12351f14,#0000 24%),radial-gradient(circle at 82% 18%,#d9b45b1f,#0000 28%);position:absolute;inset:0}.section-shell{z-index:1;max-width:1180px;margin:0 auto;position:relative}.section-kicker{border:1px solid var(--line);text-transform:uppercase;letter-spacing:.08em;color:var(--ink2);background:#ffffff52;border-radius:999px;align-items:center;gap:8px;padding:8px 14px;font-family:Arial,sans-serif;font-size:13px;font-weight:900;display:inline-flex}h2{color:var(--ink);margin:18px 0;font-size:clamp(34px,4vw,60px);line-height:1}h3{margin:0 0 10px;font-size:26px}.lead{max-width:760px;font-size:20px;line-height:1.55}.assessment-grid{grid-template-columns:1.1fr .9fr;gap:24px;margin-top:24px;display:grid}.question-card,.score-card,.school-card,.image-card,.path-card{box-shadow:0 12px 32px var(--shadow);background:#fff9ebb8;border:1px solid #594f3440;border-radius:20px;padding:26px}.answer-list{gap:12px;display:grid}.answer{text-align:left;color:var(--ink);cursor:pointer;background:#fbf4e4;border:1px solid #12351f2e;border-radius:15px;align-items:center;gap:12px;padding:14px;font-weight:750;display:flex}.answer span{color:#f3e7cc;background:#12351f;border-radius:50%;place-items:center;width:30px;height:30px;display:grid}.answer.active{color:#f7ebd4;background:#12351f}.answer.active span{background:var(--gold);color:#12351f}.score-card{text-align:center}.score-ring{background:radial-gradient(circle,#f7edd6 50%,#12351f 51%);border-radius:50%;place-items:center;width:148px;height:148px;margin:0 auto 18px;display:grid;box-shadow:inset 0 0 0 10px #d9b45b99}.score-ring span{font-size:48px;font-weight:900}button{font-family:Arial,sans-serif}.score-card button,.school-card button,.footer-cta button,.image-card button{color:#f7edd6;text-transform:uppercase;letter-spacing:.03em;cursor:pointer;background:#12351f;border:0;border-radius:12px;align-items:center;gap:9px;padding:14px 18px;font-weight:900;display:inline-flex}.cards-section{padding-top:26px}.card-grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.image-card{background:linear-gradient(135deg,#fff9ebbf,#e9dbbdb8);min-height:230px}.icon-badge{color:#e2c16c;background:#12351f;border-radius:50%;place-items:center;width:60px;height:60px;margin-bottom:16px;display:grid}.dark-band{color:#f8ecd6;background:linear-gradient(135deg,#052615,#12351f);padding:60px 22px}.dark-band h2{color:#f8ecd6}.dark-band p{color:#e8d7b9;font-size:19px}.dark-band>.section-shell:first-child{align-items:center;gap:24px;display:flex}.brand-medallion{border:2px solid var(--gold);width:84px;height:84px;color:var(--gold);border-radius:50%;flex:0 0 84px;place-items:center;display:grid;position:relative}.brand-medallion span{font-weight:900;position:absolute;bottom:8px}.path-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin-top:28px;display:grid}.path-card{text-align:left;color:#f8ecd6;cursor:pointer;background:#ffffff14;border-color:#d9b45b59}.path-card:hover{transition:all .18s;transform:translateY(-3px)}.split{grid-template-columns:1.1fr .9fr;align-items:center;gap:24px;display:grid}.check-list{gap:14px;margin:24px 0 0;padding:0;list-style:none;display:grid}.check-list li{align-items:center;gap:12px;font-size:18px;font-weight:800;display:flex}.check-list svg{color:var(--ink)}.school-card{background:linear-gradient(145deg,#fff6e4,#ead8b6)}.site-footer{color:#f9edd7;background:#062615;padding:42px 28px 20px}.footer-cta{border-bottom:1px solid #ffffff2e;justify-content:space-between;align-items:center;gap:24px;max-width:1180px;margin:0 auto 40px;padding-bottom:28px;display:flex}.footer-cta h2{color:#f9edd7;margin:0 0 8px}.footer-cta button{color:#12351f;background:#e4b94d}.footer-grid{grid-template-columns:1.5fr 1fr 1fr 1.4fr;gap:32px;max-width:1180px;margin:0 auto;display:grid}.footer-brand{flex-direction:column;gap:7px;display:flex}.footer-brand svg{color:#e4b94d}.footer-brand strong{font-size:34px}.footer-grid h4{text-transform:uppercase;letter-spacing:.08em;font-family:Arial,sans-serif}.footer-grid button{color:#f9edd7;cursor:pointer;background:0 0;border:0;padding:4px 0;display:block}.email-box{border:1px solid #fff6;border-radius:8px;display:flex;overflow:hidden}.email-box input{color:#fff;background:0 0;border:0;flex:1;padding:12px}.email-box button{color:#12351f;background:#e4b94d;padding:0 14px}.socials{gap:16px;margin-top:18px;display:flex}.legal{color:#d9c8a8;flex-wrap:wrap;gap:28px;max-width:1180px;margin:28px auto 0;font-size:14px;display:flex}.signin-note{color:#d9c8a8;align-items:center;gap:8px;max-width:1180px;margin:16px auto 0;font-size:14px;display:flex}@media (width<=900px){.approved-hero{overflow:hidden}.approved-hero img{width:175%;max-width:none;transform:translate(-18%)}.hot{display:none}.mobile-menu{display:block}.assessment-grid,.split,.card-grid,.path-grid,.footer-grid{grid-template-columns:1fr}.dark-band>.section-shell:first-child,.footer-cta{flex-direction:column;align-items:flex-start}.paper-section{padding:42px 16px}h2{font-size:38px}.lead{font-size:18px}}
