:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#0a0a0a;--bg-soft:#121212;--surface:#1f1f1f;--surface-2:#212121;--panel:#ffffff0a;--panel-strong:#ffffff14;--line:#ffffff1f;--line-soft:#ffffff14;--text:#ffffffeb;--muted:#cbd5e1;--soft:#94a3b8;--blue:#3d51ff;--blue-soft:#5d72ff;--cyan:#71ccff;--purple:#9c79ff;--pink:#fc7dff;--green:#34d399;--amber:#fbbf24;--rose:#fb7185;--brand-gradient:linear-gradient(90deg, #8f9bff 0.33%, #71ccff 35.31%, #9c79ff 71.42%, #fc7dff 113.17%);--shadow:0 24px 80px #0000006b;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}*{box-sizing:border-box}html{scroll-behavior:smooth;min-height:100%}body{min-height:100%;color:var(--text);letter-spacing:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(#0a0a0a 0%,#121212 42%,#0a0a0a 100%);margin:0;line-height:1.5}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input{font:inherit}button,a,[role=button],input[type=button],input[type=submit]{cursor:pointer}[hidden]{display:none!important}.page{min-height:100vh}.container{width:min(1120px,100% - 40px);margin:0 auto}.site-nav .container{width:min(1280px,100% - 40px)}.site-nav{z-index:20;border-bottom:1px solid var(--line-soft);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0a0a0ad1;position:sticky;top:0}.nav-inner{justify-content:space-between;align-items:center;gap:24px;min-height:72px;display:flex}.brand{letter-spacing:0;align-items:center;gap:10px;font-weight:700;display:inline-flex}.brand img{border-radius:10px;width:34px;height:34px}.brand span span{color:inherit}.nav-links{color:#d6deef;align-items:center;gap:22px;font-size:14px;font-weight:700;display:flex}.nav-links a{color:#e2e8f0;align-items:center;line-height:1;transition:color .18s;display:inline-flex;position:relative}.nav-links a:after{content:"";background:var(--blue);opacity:0;border-radius:999px;height:2px;transition:opacity .18s,transform .18s;position:absolute;bottom:-10px;left:0;right:0;transform:scaleX(.55)}.nav-links a:hover,.nav-links a.is-active{color:#fff}.nav-links a.is-active:after{opacity:1;transform:scaleX(1)}.nav-actions{align-items:center;gap:10px;display:flex}.btn{border:1px solid #0000;border-radius:12px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:0 16px;font-size:14px;font-weight:700;transition:border-color .18s,background .18s,transform .18s;display:inline-flex}.btn-icon,.link-icon{stroke-width:2.4px;flex:none;width:1.05em;height:1.05em}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--blue);color:#fff;box-shadow:0 12px 32px #3d51ff4d}.btn-primary:hover{background:var(--blue-soft)}.btn-secondary{border-color:var(--line);color:#eef4ff;background:#ffffff0a}.hero{padding:86px 0 64px}.hero-grid{grid-template-columns:minmax(0,1fr) minmax(320px,440px);align-items:center;gap:56px;display:grid}.eyebrow{color:#e2e8f0;text-transform:uppercase;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:999px;align-items:center;gap:8px;padding:7px 13px;font-size:12px;font-weight:600;display:inline-flex}.eyebrow:before{content:"";background:var(--cyan);border-radius:50%;width:6px;height:6px}.hero h1{color:#fff;letter-spacing:0;max-width:820px;margin:22px 0 0;font-size:clamp(44px,8vw,78px);line-height:.95}.hero h1 span{background-image:var(--brand-gradient);color:#0000;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:34px;display:flex}.stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:44px;display:grid}.stat{border:1px solid var(--line-soft);background:var(--panel);border-radius:18px;padding:18px}.stat strong{color:#fff;font-size:28px;display:block}.stat span{color:var(--soft);text-transform:uppercase;margin-top:5px;font-size:11px;font-weight:700;display:block}.product-shot{border:1px solid var(--line);background:linear-gradient(180deg, #ffffff17, #ffffff09), var(--surface);box-shadow:var(--shadow);border-radius:24px;overflow:hidden}.product-bar{border-bottom:1px solid var(--line-soft);align-items:center;gap:7px;padding:14px 16px;display:flex}.dot{background:var(--rose);border-radius:50%;width:9px;height:9px}.dot:nth-child(2){background:var(--amber)}.dot:nth-child(3){background:var(--green)}.product-body{padding:22px}.score-ring{background:radial-gradient(circle at center, var(--surface) 0 55%, transparent 57%), conic-gradient(var(--blue) 0 78%, #ffffff17 78% 100%);border-radius:50%;place-items:center;width:140px;height:140px;margin:0 auto 22px;display:grid}.score-ring strong{font-size:40px}.mock-row{grid-template-columns:120px 1fr 36px;align-items:center;gap:12px;margin-top:14px;display:grid}.mock-label{color:#d8e1f3;font-size:13px;font-weight:600}.mock-track{background:#ffffff14;border-radius:999px;height:8px;overflow:hidden}.mock-track span{border-radius:inherit;background:var(--brand-gradient);height:100%;display:block}.mock-score{color:#fff;text-align:right;font-size:13px;font-weight:700}.section-alt{border-top:1px solid var(--line-soft);border-bottom:1px solid var(--line-soft);background:#ffffff05}.section-head{justify-content:space-between;align-items:end;gap:24px;margin-bottom:30px;display:flex}.section-head.center{text-align:center;justify-content:center}.section-head.center .section-copy{margin-left:auto;margin-right:auto}.section-kicker{color:#8090ff;text-transform:uppercase;font-size:12px;font-weight:700}.section-title{color:#fff;margin:10px 0 0;font-size:clamp(30px,5vw,48px);line-height:1.05}.hero-content>h1:first-child,.section-title:first-child{margin-top:0}.section-copy{max-width:720px;color:var(--muted);font-size:17px;line-height:1.7}.text-accent{color:#0000;-webkit-text-fill-color:transparent;background-image:linear-gradient(120deg,#8f9bff 0%,#71ccff 40%,#fc7dff 100%);-webkit-background-clip:text;background-clip:text}.text-link{color:#93a1ff;align-items:center;gap:6px;margin-top:22px;font-size:14px;font-weight:700;display:inline-flex}.text-link:hover{color:#fff}.grid{gap:18px;display:grid}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.card{border:1px solid var(--line-soft);background:var(--panel);border-radius:18px;padding:22px}.card:hover{background:var(--panel-strong);border-color:#ffffff38}.reveal{opacity:0;will-change:opacity, transform;transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1);transform:translateY(24px)}.reveal-in{opacity:1;transform:translate(0,0)}.card h3{color:#fff;margin:0;font-size:20px}.card p{color:var(--muted);margin:10px 0 0;line-height:1.65}.programs-split{grid-template-columns:minmax(0,.9fr) minmax(0,1.6fr);align-items:start;gap:44px;display:grid}.program-category-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:26px;display:grid}.category-card{border-left:1px solid var(--line);min-height:210px;padding-left:20px}.category-card h3{color:var(--soft);text-transform:uppercase;margin:0;font-size:12px;font-weight:700}.category-title{align-items:center;gap:8px;display:flex}.category-title svg{color:#93c5fd;stroke-width:2.4px;width:16px;height:16px}.category-card ul{gap:10px;margin:18px 0 0;padding:0;list-style:none;display:grid}.category-card li{color:#fff;font-size:17px;font-weight:700;line-height:1.35}.testimonial-card blockquote{color:#f1f5f9;margin:12px 0 0;font-size:13px;line-height:1.55}.testimonial-card figcaption{align-items:center;gap:10px;margin-top:16px;display:flex}.testimonial-card figcaption span{color:#fff;background:#2563eb;border-radius:50%;place-items:center;width:32px;height:32px;font-size:12px;font-weight:700;display:grid}.testimonial-card strong,.testimonial-card small{display:block}.testimonial-card small{color:var(--soft);font-size:11px}.testimonial-card strong{color:#fff;font-size:13px;font-weight:700}.stars{color:var(--amber);gap:2px;display:flex}.stars svg{fill:currentColor;stroke-width:0;width:13px;height:13px}.pricing-card{flex-direction:column;min-height:520px;display:flex}.pricing-card.featured{background:linear-gradient(180deg, #3b82f629, #ffffff0e), var(--panel);border-color:#7dd3fc80}.plan-badge{color:#bfdbfe;text-transform:uppercase;background:#2563eb3d;border-radius:999px;align-self:flex-start;padding:6px 10px;font-size:11px;font-weight:700}.pricing-card.featured .plan-badge{position:absolute;top:22px;right:22px}.pricing-card h2{color:#fff;margin:0;font-size:24px;line-height:1.2}.pricing-card.featured h2,.pricing-card.featured h3{padding-right:150px}.price-row{align-items:baseline;gap:8px;margin-top:14px;display:flex}.price-row strong{color:#fff;font-size:42px;line-height:1}.price-row span{color:var(--soft);text-decoration:line-through}.plan-period{font-size:13px;color:var(--soft)!important;margin-top:4px!important}.pricing-card ul{gap:12px;margin:24px 0 28px;padding:0;list-style:none;display:grid}.pricing-card li{color:#d9e3f5;align-items:flex-start;gap:8px;line-height:1.55;display:flex}.pricing-card li svg{width:16px;height:16px;color:var(--green);stroke-width:2.6px;flex:none;margin-top:3px}.pricing-card .btn{margin-top:auto}.comparison{border:1px solid var(--line-soft);background:var(--panel);border-radius:18px;margin-top:42px;overflow:hidden}.comparison-head{border-bottom:1px solid var(--line-soft);padding:20px 22px}.comparison-head h2,.comparison-head h3,.comparison-head p{margin:0}.comparison-head h2{color:#fff;font-size:20px;line-height:1.2}.comparison-head p{color:var(--soft);margin-top:5px;font-size:13px}.table-wrap{overflow-x:auto}table{border-collapse:collapse;width:100%;min-width:780px;font-size:14px}th,td{text-align:center;border-top:1px solid #ffffff0e;padding:13px 18px}th:first-child,td:first-child{text-align:left}th{color:#fff}td{color:#d6deef}tbody tr:nth-child(2n){background:#ffffff06}.table-icon{stroke-width:2.4px;width:20px;height:20px;margin:0 auto}.table-icon-success{color:var(--green)}.table-icon-muted{color:#fb7185b8}.table-note{border-top:1px solid var(--line-soft);color:var(--soft);margin:0;padding:14px 18px;font-size:12px;line-height:1.6}.pill-row{flex-wrap:wrap;gap:8px;display:flex}.pill{border:1px solid var(--line-soft);color:#dbeafe;background:#ffffff0d;border-radius:999px;align-items:center;padding:6px 10px;font-size:12px;font-weight:600;display:inline-flex}.program-meta{color:var(--soft);text-transform:uppercase;font-size:13px;font-weight:600}.program-link{color:#93a1ff;margin-top:20px;font-size:14px;font-weight:700}.programs-page{background:#121212;min-height:calc(100vh - 80px);padding:58px 0 88px}.programs-page .container{width:min(1280px,100% - 40px)}.detail-hero{background:radial-gradient(60% 55% at 12% 10%,#b4509647 0%,#0000 62%),radial-gradient(56% 50% at 88% 20%,#3c64c842 0%,#0000 62%),#0a0a0a;padding:112px 0 72px}.detail-hero h1{color:#fff;max-width:820px;margin:24px 0 0;font-size:clamp(42px,7vw,72px);line-height:1}.detail-hero .hero-copy{text-align:left;margin-left:0}.detail-hero .hero-actions{justify-content:flex-start}.detail-hero .stats{border-top:0;grid-template-columns:repeat(3,minmax(0,1fr));width:100%;margin-top:44px;padding-top:0}.detail-hero .stat{border:1px solid var(--line-soft);background:var(--panel);text-align:left;border-radius:18px;padding:18px}.detail-hero .stat strong{font-size:28px}.detail-image{aspect-ratio:16/9;object-fit:cover;border-radius:18px;width:100%}.detail-logo-fallback{place-items:center;min-height:220px;display:grid}.detail-logo-fallback img{border-radius:20px}.program-detail-page{min-height:calc(100vh - 80px);color:var(--text);background:radial-gradient(54% 32% at 8% 0,#b4509638,#0000 62%),radial-gradient(50% 35% at 96% 6%,#3d51ff3d,#0000 60%),linear-gradient(#0a0a0a 0%,#121212 46%,#0a0a0a 100%);padding:26px 0 72px}.program-detail-page .container{width:min(1240px,100% - 40px)}.program-detail-shell{gap:28px;display:grid}.program-back-link,.detail-text-link{color:#dbeafe;align-items:center;gap:8px;width:fit-content;font-size:14px;font-weight:700;display:inline-flex}.program-back-link{border:1px solid var(--line-soft);background:#ffffff0b;border-radius:999px;padding:9px 14px}.program-back-link:hover,.detail-text-link:hover{color:#fff}.program-back-link svg,.detail-text-link svg,.sample-question-card svg,.program-detail-chip svg{stroke-width:2.3px;flex:none;width:16px;height:16px}.program-detail-hero{grid-template-columns:minmax(0,1fr) 292px;align-items:start;gap:34px;padding:8px 0;display:grid}.program-hero-copy{min-width:0;padding-top:14px}.program-breadcrumb{color:#ffffff75;flex-wrap:wrap;align-items:center;margin-bottom:18px;font-size:12px;display:flex}.program-breadcrumb a,.program-breadcrumb-current{color:#ffffff8f}.program-breadcrumb a{text-decoration:none;transition:color .18s}.program-breadcrumb a:hover{color:#fff}.program-breadcrumb-separator{color:#ffffff47;margin:0 7px}.program-chip-row,.outcome-chip-row{flex-wrap:wrap;gap:8px;display:flex}.program-detail-chip,.outcome-chip-row span{color:#dbe4ff;text-transform:uppercase;background:#ffffff0e;border:1px solid #ffffff1f;border-radius:999px;align-items:center;gap:7px;max-width:100%;padding:6px 11px;font-size:11px;font-weight:700;line-height:1;display:inline-flex}.program-detail-chip span{color:#ffffff73}.program-detail-chip.access-trial{color:#d1fae5;background:#34d3991a;border-color:#34d39959}.program-detail-chip.access-pro{background:#3d51ff1f;border-color:#8090ff59}.program-title-row{align-items:flex-start;gap:18px;margin-top:20px;display:flex}.program-logo-tile{aspect-ratio:4/3;background:#ffffff12;border:1px solid #ffffff1a;border-radius:14px;flex:0 0 132px;place-items:center;width:132px;display:grid;overflow:hidden}.program-logo-tile img{object-fit:contain;width:100%;height:100%;padding:8px}.program-logo-tile svg{color:#ffffff57;width:42px;height:42px}.program-detail-hero h1{color:#fff;letter-spacing:0;max-width:760px;margin:0;font-size:clamp(34px,5vw,48px);font-weight:650;line-height:1.1}.program-detail-hero h1 span{color:#93c5fd;font-size:.72em;line-height:1.22;display:block}.program-detail-hero p{color:#b9c3d4;max-width:720px;margin:16px 0 0;font-size:15px;line-height:1.75}.program-hero-stats{border-top:1px solid #ffffff1a;border-bottom:1px solid #ffffff1a;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;margin-top:26px;display:grid}.program-hero-stat{padding:15px 18px 15px 0}.program-hero-stat+.program-hero-stat{border-left:1px solid #ffffff1a;padding-left:18px}.program-hero-stat span{color:#ffffff75;align-items:center;gap:7px;font-size:12px;font-weight:600;display:flex}.program-hero-stat svg{color:#93c5fd;width:16px;height:16px}.program-hero-stat strong{color:#fff;margin-top:8px;font-size:17px;font-weight:700;display:block}.detail-primary-cta{margin-top:24px}.report-preview{color:#2f2a24;background:#fbf7ef;border:1px solid #e5d8c46b;border-radius:20px;max-height:430px;padding:13px;font-size:.84em;position:relative;overflow:hidden;box-shadow:0 24px 60px #00000052}.report-preview:after{content:"";z-index:4;pointer-events:none;background:linear-gradient(#fbf7ef00,#fbf7efb8 55%,#fbf7efe0 100%);height:150px;position:absolute;bottom:0;left:0;right:0}.report-top-line{background:var(--blue);height:3px;position:absolute;inset:0 0 auto}.report-header{justify-content:space-between;align-items:flex-start;gap:10px;min-height:58px;display:flex}.report-label{color:#8a7b68;letter-spacing:.08em;text-transform:uppercase;font-size:8px;font-weight:700}.report-header h2{color:#2f2a24;margin:4px 0 0;font-size:11px;font-weight:700}.report-header p{color:#8a7b68;margin:2px 0 0;font-size:9px}.report-badge{z-index:3;color:#1d4ed8;letter-spacing:.08em;text-align:center;text-transform:uppercase;transform-origin:50%;background:#3d51ff1a;border:1px solid #3d51ff47;min-width:124px;padding:5px 12px;font-size:11px;font-weight:800;line-height:1;display:block;position:absolute;top:44px;right:8px;transform:rotate(36deg)}.report-score-block{border-bottom:1px solid #e5d8c4;align-items:center;gap:10px;margin-top:12px;padding:10px 0;display:flex}.report-score-block p,.report-score-block strong{margin:0}.report-score-block p{color:#8a7b68;font-size:9px}.report-score-block strong{color:#2f2a24;margin-top:2px;font-size:11px;display:block}.report-ring{width:var(--ring-size);height:var(--ring-size);color:var(--ring-color);flex:none;position:relative}.report-ring svg{display:block}.report-ring-track{stroke:#ded3c1}.report-ring span{color:var(--ring-color);place-items:center;font-size:11px;font-weight:800;display:grid;position:absolute;inset:0}.report-skill-row{flex-wrap:wrap;gap:6px;margin-top:9px;display:flex}.report-skill-row span{color:#6f6253;background:#f3eadc;border:1px solid #e3d6c4;border-radius:999px;padding:3px 7px;font-size:7px;font-weight:700}.criteria-list{gap:6px;margin-top:12px;display:grid}.criteria-row{grid-template-columns:minmax(0,1fr) 36px;align-items:center;gap:10px;display:grid}.criteria-row span{color:#4d443a;text-overflow:ellipsis;white-space:nowrap;font-size:9px;font-weight:600;display:block;overflow:hidden}.criteria-row strong{color:#2f2a24;text-align:right;font-size:10px}.criteria-track{background:#ded3c1;border-radius:999px;height:5px;margin-top:5px;overflow:hidden}.criteria-track i{border-radius:inherit;background:var(--blue);height:100%;display:block}.sample-question-preview{border-top:1px solid #e5d8c4;margin-top:12px;padding-top:10px}.sample-question-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.sample-question-head span{color:#8a7b68;font-size:9px;font-weight:700}.sample-question-head strong{color:#1d4ed8;background:#dbeafe;border-radius:999px;padding:3px 8px;font-size:9px}.sample-question-preview p{color:#4d443a;margin:10px 0 0;font-size:10px;line-height:1.65}.feedback-note{color:#8a7b68;border-left:2px solid #bfdbfe;gap:8px;margin-top:12px;padding-left:11px;font-size:9px;line-height:1.6;display:flex}.feedback-note svg{color:#2563eb;flex:none;width:16px;height:16px;margin-top:2px}.feedback-note strong{color:#2f2a24;display:block}.program-detail-section{border-top:1px solid #ffffff14;padding:36px 0 12px}.program-section-kicker{color:#93c5fd;letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:800}.program-detail-section h2{color:#fff;letter-spacing:0;max-width:760px;margin:0;font-size:clamp(24px,3vw,32px);font-weight:650;line-height:1.18}.program-section-copy{color:#aeb9ca;max-width:760px;margin:10px 0 0;font-size:14px;line-height:1.75}.detail-glass-card,.detail-table-card,.sample-question-card,.detail-footer-cta{background:#ffffff0e;border:1px solid #ffffff1a;box-shadow:0 18px 44px #0000002e}.detail-glass-card{border-radius:18px;padding:20px}.why-stat-grid,.detail-card-grid,.what-you-get-grid,.faq-grid{gap:16px;margin-top:22px;display:grid}.why-stat-grid,.detail-card-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.why-stat-card strong{color:#93c5fd;font-size:24px;font-weight:700}.why-stat-card h3,.step-card h3,.stage-card h3,.outcome-card h3,.faq-card h3,.feature-card h3,.ability-row h3{color:#fff;margin:0;font-size:15px;font-weight:700}.why-stat-card h3{margin-top:8px}.why-stat-card p,.step-card p,.stage-card p,.outcome-card p,.faq-card p,.feature-card p,.ability-row p,.feature-row p,.skill-card p{color:#aeb9ca;margin:7px 0 0;font-size:13px;line-height:1.65}.detail-table-card{border-radius:18px;margin-top:16px;padding:18px;overflow:hidden}.detail-table-wrap{margin-top:12px;overflow-x:auto}.detail-score-table{min-width:620px;font-size:13px}.detail-score-table th,.detail-score-table td{border-top-color:#ffffff14;padding:12px 14px}.detail-score-table th{color:#ffffff8c;letter-spacing:.06em;text-transform:uppercase;font-size:11px}.detail-score-table td{color:#d9e3f5}.detail-score-table td:nth-child(2){color:#93c5fd;font-weight:800}.what-you-get-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.assessment-grid{grid-template-columns:1fr;gap:16px;margin-top:22px;display:grid}.skill-card{grid-template-columns:minmax(210px,.36fr) minmax(0,1fr);grid-template-areas:"label tags""copy tags";align-items:center;gap:8px 22px;display:grid}.skill-card .program-section-kicker{grid-area:label}.skill-card p{grid-area:copy;margin-top:7px}.skill-card .skill-tag-row{grid-area:tags}.skill-tag-row{flex-wrap:wrap;gap:8px;margin-top:0;display:flex}.skill-tag-row span{color:#d9e3f5;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:700}.skill-tag-row span.is-primary{color:#dbeafe;background:#3b82f61f;border-color:#60a5fa52}.ability-list{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:22px;margin-top:18px;display:grid}.ability-row{border-top:1px solid #ffffff14;gap:12px;padding:16px 0;display:flex}.ability-row:first-child,.ability-row:nth-child(2){border-top:0;padding-top:0}.ability-row:last-child{padding-bottom:0}.ability-row>span,.feature-card-head>span,.feature-row>span{color:#93c5fd;background:#3b82f621;border-radius:12px;flex:none;place-items:center;width:38px;height:38px;display:grid}.ability-row svg,.feature-card-head svg,.feature-row svg{width:18px;height:18px}.ability-row blockquote{color:#ffffff78;border-left:2px solid #ffffff26;margin:11px 0 0;padding-left:12px;font-size:12px;line-height:1.65}.step-card>span,.stage-card div>span{background:var(--blue);color:#fff;border-radius:11px;place-items:center;width:32px;height:32px;font-size:12px;font-weight:800;display:grid}.step-card h3{margin-top:16px}.step-card em{color:#ffffff8a;background:#ffffff0e;border-radius:12px;margin-top:12px;padding:9px 11px;font-size:12px;font-style:normal;line-height:1.55;display:block}.sample-question-list{gap:10px;margin-top:22px;display:grid}.sample-question-card{color:#dbe4ff;border-radius:16px;grid-template-columns:20px minmax(0,1fr) auto;align-items:start;gap:12px;padding:14px 16px;display:grid}.sample-question-card:hover{background:#ffffff14;border-color:#60a5fa52}.sample-question-card>span{color:#d9e3f5;font-size:14px;line-height:1.6}.sample-question-card strong{color:#93c5fd;white-space:nowrap;align-items:center;gap:4px;font-size:12px;display:inline-flex}.detail-text-link{margin:16px auto 0}.feature-card{padding:22px}.feature-card-head{border-bottom:1px solid #ffffff17;align-items:flex-start;gap:13px;padding-bottom:16px;display:flex}.feature-list{gap:14px;margin-top:16px;display:grid}.feature-row{gap:12px;display:flex}.feature-row strong{color:#fff;font-size:14px;display:block}.mini-report{border-bottom:1px solid #60a5fa3d;margin:16px 0;padding:15px 0}.mini-report-score{align-items:center;gap:12px;margin-bottom:12px;display:flex}.mini-report-score strong{color:#93c5fd;font-size:28px}.mini-report-score span{color:#aeb9ca;font-size:12px;display:grid}.mini-report-score b{color:#bfdbfe}.mini-report-bars{gap:8px;display:grid}.mini-report-row{grid-template-columns:126px minmax(0,1fr) 34px;align-items:center;gap:9px;display:grid}.mini-report-row span{color:#cbd5e1;text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.mini-report-row div{background:#ffffff1a;border-radius:999px;height:6px;overflow:hidden}.mini-report-row i{border-radius:inherit;height:100%;display:block}.mini-report-row b{text-align:right;font-size:11px}.stage-card div{align-items:center;gap:9px;margin-bottom:14px;display:flex}.stage-card small{color:#ffffff75;letter-spacing:.08em;text-transform:uppercase;font-size:10px;font-weight:800}.stage-card ul{gap:9px;margin:10px 0 0;padding:0;list-style:none;display:grid}.stage-card li{color:#aeb9ca;padding-left:16px;font-size:12px;line-height:1.55;position:relative}.stage-card li:before{content:"";background:#93c5fd;border-radius:50%;width:5px;height:5px;position:absolute;top:.68em;left:2px}.outcome-chip-row{margin-top:18px}.outcome-head{grid-template-columns:40px minmax(0,1fr) auto;align-items:start;gap:11px;display:grid}.outcome-head>span{color:#dbe4ff;background:#ffffff14;border-radius:13px;place-items:center;width:40px;height:40px;font-size:15px;font-weight:800;display:grid}.outcome-head small{color:#ffffff80;border:1px solid #ffffff1f;border-radius:999px;padding:3px 7px;font-size:10px;font-weight:800}.outcome-card blockquote{color:#cbd5e1;margin:16px 0 0;font-size:13px;line-height:1.7}.outcome-foot{color:#ffffff75;border-top:1px solid #ffffff14;justify-content:space-between;gap:12px;margin-top:14px;padding-top:12px;font-size:12px;display:flex}.outcome-foot b{color:#ffffff94;letter-spacing:.06em;text-transform:uppercase;font-size:10px}.detail-note{color:#ffffff6b;text-align:center;margin:13px 0 0;font-size:12px}.faq-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.faq-card{padding:0;overflow:hidden}.faq-card h3{justify-content:space-between;align-items:center;gap:14px;padding:15px 16px;display:flex}.faq-card h3 span{color:#93c5fd;font-size:20px;font-weight:300}.faq-card p{border-top:1px solid #ffffff14;margin:0;padding:14px 16px}.detail-footer-cta{text-align:center;border-radius:24px;justify-items:center;gap:14px;margin-top:18px;padding:42px 24px;display:grid}.detail-footer-cta>svg{color:#93c5fd;width:32px;height:32px}.detail-footer-cta h2{color:#fff;margin:0;font-size:clamp(24px,3vw,32px)}.detail-footer-cta p{color:#aeb9ca;max-width:620px;margin:0;font-size:14px;line-height:1.7}.detail-footer-cta small{color:#ffffff6b;font-size:12px}.programs-header{justify-content:space-between;align-items:flex-end;gap:20px;display:flex}.programs-header h1{color:#fff;letter-spacing:0;margin:0;font-size:clamp(38px,6vw,52px);font-weight:700;line-height:1.08}.programs-header p{color:#cbd5e1;margin:14px 0 0;font-size:18px;font-weight:500;line-height:1.65}.program-count{color:#737373;white-space:nowrap;font-size:14px;font-weight:500}.program-toolbar{gap:18px;margin-top:20px;display:grid}.program-search-row{justify-content:space-between;align-items:center;gap:16px;display:flex}.program-search{flex:1;max-width:560px;display:block;position:relative}.program-search span{clip:rect(0, 0, 0, 0);width:1px;height:1px;position:absolute;overflow:hidden}.program-search svg{color:#737373;pointer-events:none;width:20px;height:20px;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.program-search input{color:#fff;background:#1212128c;border:1px solid #2a2a2a;border-radius:16px;outline:none;width:100%;padding:13px 16px 13px 48px;transition:border-color .18s,box-shadow .18s,background .18s}.program-search input::placeholder{color:#737373}.program-search input:focus{background:#121212b3;border-color:#60a5fa6b;box-shadow:0 0 0 4px #3d51ff29}.program-tabs{border-bottom:1px solid #ffffff1a;flex-wrap:wrap;gap:6px 24px;display:flex}.program-filter-tab{color:#94a3b8;background:0 0;border:0;border-bottom:2px solid #0000;align-items:center;gap:6px;padding:0 0 13px;font-size:14px;font-weight:500;transition:color .18s,border-color .18s;display:inline-flex;position:relative}.program-filter-tab svg{stroke-width:2.2px;width:14px;height:14px}.program-filter-tab span{color:#737373;font-size:11px}.program-filter-tab:hover,.program-filter-tab.is-active{color:#fff;border-color:#fff}.program-filter-tab.is-active span{color:#ffffff9e}.program-subjects{flex-wrap:wrap;gap:8px;display:flex}.program-subject-chip{color:#94a3b8;background:#12121266;border:1px solid #ffffff1a;border-radius:999px;align-items:center;gap:6px;max-width:230px;padding:5px 12px;font-size:12px;font-weight:600;transition:border-color .18s,background .18s,color .18s;display:inline-flex;overflow:hidden}.program-subject-chip span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.program-subject-chip small{color:#737373;font-size:10px}.program-subject-chip:hover,.program-subject-chip.is-active{color:#fff;background:#ffffff1a;border-color:#ffffff3d}.program-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;margin-top:28px;display:grid}.program-card{min-height:0;color:inherit;text-align:left;background:#ffffff14;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;transition:border-color .18s,background .18s,transform .18s;display:flex;overflow:hidden}.program-card:hover{background:#ffffff1f;border-color:#ffffff40}.program-card-media{aspect-ratio:16/9;background:#ffffff12;border-bottom:1px solid #ffffff1a;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.program-card-media img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.program-card:hover .program-card-media img{transform:scale(1.04)}.program-card-placeholder{background:#ffffff0a;place-items:center;width:100%;height:100%;display:grid}.program-card-placeholder svg{color:#ffffff3d;stroke-width:2px;width:32px;height:32px}.program-card-body{flex:1;min-width:0;padding:12px 16px 0}.program-title{-webkit-line-clamp:2;color:#fff;-webkit-box-orient:vertical;margin:0;font-size:14px;font-weight:600;line-height:1.35;display:-webkit-box;overflow:hidden}.program-subtitle{color:#ffffff80;text-overflow:ellipsis;white-space:nowrap;margin:6px 0 0;font-size:12px;overflow:hidden}.program-card-footer{justify-content:space-between;align-items:center;gap:8px;margin-top:12px;padding:0 16px 16px;display:flex}.program-track-chip,.program-access-chip{text-transform:uppercase;border:1px solid #ffffff26;border-radius:999px;align-items:center;gap:4px;min-width:0;padding:5px 8px;font-size:10px;font-weight:600;line-height:1;display:inline-flex}.program-track-chip svg{stroke-width:2.2px;flex:none;width:12px;height:12px}.program-track-chip{color:#dbe4ff;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.program-track-chip span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.program-track-chip.track-career{color:#fffbeb;background:#fcd34d1a;border-color:#fcd34d38}.program-track-chip.track-undergraduate{color:#ecfdf5;background:#34d3991a;border-color:#6ee7b738}.program-track-chip.track-graduate{color:#f5f3ff;background:#a78bfa1a;border-color:#c4b5fd38}.program-track-chip.track-language{color:#ecfeff;background:#22d3ee1a;border-color:#67e8f938}.program-track-chip.track-casper{color:#fff1f2;background:#fb71851a;border-color:#fda4af38}.program-access-chip.trial{color:#d1fae5;background:#34d3991a;border-color:#34d39959}.program-access-chip.pro{color:#dbe4ff;background:#3d51ff1f;border-color:#8090ff59}.programs-empty{text-align:center;margin-top:34px}.programs-empty h2,.programs-empty p{margin:0}.programs-empty p{margin-top:8px}.article{max-width:820px;padding:58px 0 88px}.blog-list-page{width:min(1280px,100% - 40px);max-width:none}.blog-detail-page{width:min(960px,100% - 40px);max-width:none}.blog-list-grid{margin-top:42px}.blog-card-summary{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.article h1{color:#fff;margin:18px 0 0;font-size:clamp(38px,6vw,60px);line-height:1}.article .lead{color:#c8d2e3;font-size:20px;line-height:1.7}.article-body{border-top:1px solid var(--line-soft);margin-top:34px;padding-top:28px}.article-body h2,.article-body h3{color:#fff}.article-body p,.article-body li{color:#d3dbea;line-height:1.8}.article-body a{color:#93a1ff;text-underline-offset:4px;text-decoration:underline}.policy-section{border-top:1px solid var(--line-soft);margin-top:26px;padding-top:26px}.final-cta{padding:18px 0 82px}.final-cta-inner{border:1px solid var(--line-soft);text-align:center;background:radial-gradient(70% 55% at 18% 14%,#b4509647,#0000 62%),radial-gradient(60% 50% at 86% 82%,#3c64c84d,#0000 62%),linear-gradient(#1c1c2adb,#12121cdb);border-radius:24px;padding:76px 28px;position:relative;overflow:hidden}.final-cta-inner h2{color:#fff;margin:0;font-size:clamp(32px,5vw,52px);line-height:1.05}.final-cta-inner p{color:#d1d9e8;max-width:620px;margin:20px auto 0;font-size:18px;line-height:1.7}.final-cta-inner .btn{margin-top:34px}.site-footer{border-top:1px solid var(--line-soft);background:#00000038;padding:44px 0}.footer-grid{grid-template-columns:minmax(220px,1.5fr) repeat(4,minmax(120px,1fr));gap:28px;display:grid}.footer-grid h3,.footer-grid h4{color:#fff;margin:0}.footer-grid p,.footer-grid a{color:var(--muted);font-size:14px;line-height:1.8}.footer-links{gap:7px;margin-top:12px;display:grid}.empty{border:1px dashed var(--line);color:var(--muted);border-radius:18px;padding:28px}.site-nav{transition:background .2s,border-color .2s,-webkit-backdrop-filter .2s,backdrop-filter .2s}.site-nav-home{-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border-bottom-color:#0000;margin-bottom:-80px}.site-nav.is-scrolled,.site-nav:not(.site-nav-home){-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0a0a0ad1;border-bottom-color:#ffffff0f}.nav-inner{min-height:80px}.brand{font-size:24px}.brand img{width:40px;height:40px}.nav-links{gap:40px;font-size:16px}.nav-actions .btn{min-height:44px;padding:0 20px;font-size:16px}.nav-actions .btn-secondary{box-shadow:none;background:0 0;border-color:#0000}.hero{background:radial-gradient(75% 60% at 15% 10%,#b4509673 0%,#0000 62%),radial-gradient(65% 55% at 88% 78%,#3c64c866 0%,#0000 62%),linear-gradient(#1c1c2a 0%,#0a0a0a 100%);min-height:100vh;padding:80px 0 0;position:relative;overflow:hidden}.hero-drift{background:radial-gradient(75% 60% at 15% 10%,#b4509659 0%,#0000 62%),radial-gradient(65% 55% at 88% 78%,#3c64c852 0%,#0000 62%);animation:18s ease-in-out infinite hero-drift;position:absolute;inset:0}.hero-stars{opacity:.45;background-image:radial-gradient(circle at 12% 24%,#ffffffbf 0 1px,#0000 1.5px),radial-gradient(circle at 28% 68%,#ffffff8c 0 1px,#0000 1.5px),radial-gradient(circle at 53% 18%,#ffffffb3 0 1px,#0000 1.5px),radial-gradient(circle at 78% 38%,#ffffff8c 0 1px,#0000 1.5px),radial-gradient(circle at 88% 74%,#ffffffbf 0 1px,#0000 1.5px);position:absolute;inset:0}.hero-content{z-index:1;text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:calc(100vh - 80px);padding:80px 0 70px;display:flex;position:relative}.hero h1{max-width:960px;margin-top:32px;font-size:clamp(42px,8vw,72px);line-height:1.1}.hero-copy{color:#cbd5e1;max-width:720px;margin:28px auto 0;font-size:18px;line-height:1.75}.hero-actions{justify-content:center;margin-top:40px}.hero-actions .btn{min-width:260px;min-height:52px;padding:0 40px;font-size:16px}.stats{border-top:1px solid #ffffff1a;grid-template-columns:repeat(3,minmax(0,1fr));width:min(900px,100%);margin-top:64px;padding-top:40px}.stat{text-align:center;background:0 0;border:0;border-radius:0;padding:0}.stat strong{font-size:clamp(32px,5vw,40px)}.stat span{color:#94a3b8;font-weight:700}.section{padding:96px 0}.section-head{margin-bottom:64px}.section-title{margin-top:24px;font-size:clamp(32px,5vw,52px);line-height:1.08}.section-copy{color:#cbd5e1;margin-top:16px;font-size:18px}.feature-bento{grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-rows:160px;gap:16px;display:grid}.feature-tile{background:#ffffff0a;border:1px solid #ffffff14;border-radius:18px;grid-column:span 3;padding:24px;transition:border-color .18s,background .18s,transform .18s;position:relative;overflow:hidden}.feature-tile:hover{background:#ffffff0f;border-color:#ffffff2e;transform:translateY(-2px)}.feature-tile:nth-child(2),.feature-tile:nth-child(5),.feature-tile:nth-child(6){grid-column:span 6}.feature-tile-main{flex-direction:column;grid-area:span 2/span 6;justify-content:space-between;display:flex}.feature-tile-main:before{content:"";pointer-events:none;background:radial-gradient(circle,#8f9bff40,#0000 70%);border-radius:50%;width:260px;height:260px;position:absolute;top:-80px;right:-80px}.feature-icon{color:#bfdbfe;background:#ffffff0f;border-radius:14px;place-items:center;width:42px;height:42px;font-weight:700;display:grid}.feature-icon svg{stroke-width:2.2px;width:22px;height:22px}.feature-tile-main .feature-icon svg{width:30px;height:30px}.icon-emerald{color:#34d399}.icon-blue{color:#60a5fa}.icon-purple{color:#c084fc}.icon-pink{color:#f472b6}.icon-amber{color:#fbbf24}.icon-cyan{color:#22d3ee}.feature-tile-main .feature-icon{border-radius:18px;width:56px;height:56px;font-size:18px}.feature-tile h3{color:#fff;margin:16px 0 0;font-size:17px;line-height:1.25;position:relative}.feature-tile-main h3{max-width:480px;margin-top:24px;font-size:clamp(26px,4vw,34px)}.feature-tile p{-webkit-line-clamp:2;color:#cbd5e1;-webkit-box-orient:vertical;margin:8px 0 0;font-size:14px;line-height:1.6;display:-webkit-box;position:relative;overflow:hidden}.feature-tile-main p{-webkit-line-clamp:initial;max-width:460px;font-size:16px}.feature-ribbon{color:#94a3b8;text-transform:uppercase;align-items:center;gap:10px;font-size:12px;font-weight:600;display:flex;position:relative}.feature-ribbon span{background:#ffffff1a;flex:1;height:1px}.steps-wrap{margin-top:80px;position:relative}.steps-wrap:before{content:"";background:linear-gradient(90deg,#0000 0%,#8f9bff80 12%,#71ccff8c 50%,#fc7dff80 88%,#0000 100%);height:1px;position:absolute;top:40px;left:12.5%;right:12.5%}.steps-list{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;margin:0;padding:0;list-style:none;display:grid;position:relative}.step-item{text-align:center;flex-direction:column;align-items:center;display:flex}.step-node{color:#fff;background:linear-gradient(135deg,#8f9bff 0%,#71ccff 50%,#fc7dff 100%);border-radius:50%;place-items:center;width:80px;height:80px;font-size:24px;font-weight:700;display:grid;box-shadow:0 8px 30px #3c64c859}.step-icon-wrap{flex:none;position:relative}.step-icon{z-index:2;color:#fff;stroke-width:2.2px;background:#0a0a0a;border-radius:50%;width:28px;height:28px;padding:4px;position:absolute;bottom:-4px;right:-4px}.step-item h3{color:#fff;margin:24px 0 0;font-size:18px}.step-item p{color:#cbd5e1;max-width:250px;margin:8px auto 0;font-size:14px;line-height:1.7}.testimonials-section{padding:112px 0;overflow:visible}.testimonial-header{text-align:center;width:min(1152px,100% - 48px);margin:0 auto}.testimonial-title{color:#fff;margin:0;font-size:clamp(30px,4vw,48px);font-weight:700;line-height:1.12}.testimonial-marquee{margin-top:64px;display:block}.testimonial-row-clip{overflow:hidden}.testimonial-row-clip+.testimonial-row-clip{margin-top:16px}.testimonial-row{gap:16px;width:max-content;animation:40s linear infinite marquee-x;display:flex}.testimonial-row.reverse{animation:40s linear infinite marquee-x-reverse}.testimonial-card{background:#ffffff0a;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;flex:none;width:352px;margin:0;padding:18px;display:flex}.company-card{align-items:flex-start;gap:16px;display:flex}.company-icon{background:#ffffff0f;border-radius:14px;flex:none;place-items:center;width:44px;height:44px;display:grid}.company-icon svg{color:#93c5fd;stroke-width:2.2px;width:20px;height:20px}.pricing-card.featured{background:linear-gradient(#0a0a0a,#0a0a0a) padding-box padding-box,linear-gradient(140deg,#8f9bff,#71ccff,#9c79ff,#fc7dff) border-box;border-color:#0000;position:relative}.faq-list{gap:12px;max-width:768px;margin:0 auto;display:grid}.faq-page,.pricing-page{background:radial-gradient(54% 32% at 8% 0,#b450962e,#0000 62%),radial-gradient(50% 35% at 96% 6%,#3d51ff38,#0000 60%),linear-gradient(#0a0a0a 0%,#121212 46%,#0a0a0a 100%);min-height:calc(100vh - 80px);padding:78px 0 96px}.faq-page-inner .section-head,.pricing-page-inner .section-head{margin-bottom:40px}.faq-list-wide{max-width:860px}.faq-row{background:#ffffff0a;border:1px solid #ffffff14;border-radius:14px;overflow:hidden}.faq-row summary{color:#fff;justify-content:space-between;align-items:center;gap:24px;padding:20px 24px;font-weight:700;list-style:none;display:flex}.faq-row summary::-webkit-details-marker{display:none}.faq-row summary:after{content:"⌄";color:#94a3b8;font-size:20px;line-height:1;transition:transform .18s}.faq-row[open] summary:after{transform:rotate(180deg)}.faq-row p{color:#cbd5e1;border-top:1px solid #ffffff0f;margin:0;padding:20px 24px;font-size:14px;line-height:1.7}.site-footer{padding:64px 0}.footer-grid{grid-template-columns:minmax(0,1fr) repeat(4,minmax(0,1fr));gap:40px}.footer-grid h4{color:#94a3b8;text-transform:uppercase;font-size:12px;font-weight:700}@keyframes hero-drift{0%{transform:translate(0,0)scale(1)}50%{transform:translate(-2.5%,1.5%)scale(1.04)}to{transform:translate(0,0)scale(1)}}@keyframes cta-glow{0%,to{box-shadow:0 0 #3d51ff73,0 12px 32px #3d51ff4d}50%{box-shadow:0 0 0 12px #3d51ff00,0 12px 32px #3d51ff73}}@keyframes marquee-x{0%{transform:translate(0,0)}to{transform:translate(-50%)}}@keyframes marquee-x-reverse{0%{transform:translate(-50%)}to{transform:translate(0,0)}}@media (max-width:900px){.hero-grid,.programs-split,.grid-3,.grid-4,.grid-2,.footer-grid{grid-template-columns:1fr}.feature-bento{grid-template-columns:1fr;grid-auto-rows:auto}.feature-tile,.feature-tile:nth-child(2),.feature-tile:nth-child(5),.feature-tile:nth-child(6),.feature-tile-main{grid-area:auto;min-height:180px}.steps-wrap{margin-top:48px}.steps-wrap:before{background:linear-gradient(#0000 0%,#8f9bff80 10%,#71ccff8c 50%,#fc7dff80 90%,#0000 100%);width:1px;height:auto;top:0;bottom:0;left:40px}.steps-list{grid-template-columns:1fr;gap:42px}.step-item{text-align:left;flex-direction:row;align-items:flex-start;gap:20px}.step-item h3{margin-top:0}.step-item p{margin-left:0}.programs-header{flex-direction:column;align-items:start}.program-search-row{flex-direction:column;align-items:stretch}.program-category-grid,.program-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stats{grid-template-columns:1fr}.site-nav-home{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0a0a0ae0;border-bottom-color:#ffffff14;margin-bottom:0}.site-nav-home~main .hero{padding-top:0}.nav-inner{gap:12px;min-height:64px}.brand{min-width:0;font-size:20px}.brand>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.nav-links{display:none}.section-head{flex-direction:column;align-items:start}.section-head.center{text-align:center;align-items:center}.program-detail-page .container{width:min(100% - 36px,1120px)}.program-detail-hero,.assessment-grid,.what-you-get-grid,.why-stat-grid,.detail-card-grid.three,.faq-grid,.skill-card,.ability-list{grid-template-columns:1fr}.skill-card{grid-template-areas:"label""copy""tags"}.skill-card .skill-tag-row{margin-top:10px}.ability-row:nth-child(2){border-top:1px solid #ffffff14;padding-top:16px}.program-detail-hero{gap:26px}.report-preview{max-width:520px}}@media (min-width:901px) and (max-width:1180px){.program-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:640px) and (max-width:900px){.program-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.container{width:min(100% - 28px,1120px)}.nav-actions .btn-secondary{display:none}.hero-content{padding-top:52px}.hero h1{font-size:42px}.hero-copy{font-size:16px}.hero-actions .btn{width:min(100%,280px);min-width:0}.brand{font-size:18px}.brand img{width:34px;height:34px}.nav-actions .btn{min-height:40px;padding:0 14px;font-size:14px}.program-category-grid,.program-grid{gap:12px}.category-card{background:#ffffff0a;border-left:0;border-radius:14px;min-height:0;padding:14px}.category-title{align-items:flex-start}.category-card ul{gap:7px;margin-top:14px}.category-card li{font-size:13px;line-height:1.3}.program-grid{margin-top:20px}.program-card-media{aspect-ratio:4/3}.program-card-body{padding:10px 10px 0}.program-title{font-size:12px;line-height:1.3}.program-subtitle{margin-top:5px;font-size:10px}.program-card-footer{flex-direction:row;justify-content:space-between;align-items:center;gap:5px;margin-top:10px;padding:0 10px 10px}.program-track-chip,.program-access-chip{max-width:100%;padding:4px 5px;font-size:8px}.program-track-chip{flex:auto}.program-access-chip{flex:none}.program-track-chip svg{width:10px;height:10px}.section{padding:76px 0}.testimonial-card{width:320px}.programs-page{padding-top:38px}.program-tabs{gap:16px}.program-tabs,.program-subjects{scrollbar-width:none;-ms-overflow-style:none;flex-wrap:nowrap;margin-inline:-14px;padding-inline:14px;overflow-x:auto}.program-tabs::-webkit-scrollbar{display:none}.program-subjects::-webkit-scrollbar{display:none}.program-filter-tab,.program-subject-chip{flex:none}.program-subject-chip{max-width:min(170px,72vw)}.program-filter-tab{font-size:13px}.mock-row{grid-template-columns:1fr}.mock-score{text-align:left}.program-detail-page .container{width:min(100% - 28px,1120px)}.program-title-row{flex-direction:column}.program-logo-tile{flex-basis:112px;width:112px}.program-hero-stats,.sample-question-card,.outcome-head,.mini-report-row{grid-template-columns:1fr}.program-hero-stat+.program-hero-stat{border-top:1px solid #ffffff1a;border-left:0;padding-left:0}.sample-question-card strong,.mini-report-row b{text-align:left;justify-self:start}.report-header,.report-score-block{flex-direction:column}.report-badge{align-self:flex-start}}@media (prefers-reduced-motion:reduce){.reveal,.reveal-in{opacity:1;transition:none;transform:none}.hero-drift,.testimonial-row,.cta-glow{animation:none}}
