.student-hero{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);gap:clamp(28px,5vw,54px);align-items:center}.student-hero h1{font-size:clamp(34px,5vw,62px);line-height:1.12;margin:10px 0 14px}.student-hero .lead{font-size:18px;color:var(--ink-soft);max-width:58ch}.student-hero-panel{display:grid;gap:16px;padding:clamp(24px,3vw,34px)}.student-metric{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 16px;border:1px solid var(--line);border-radius:var(--radius-sm);background:#ffffffa6}.student-metric b{font-size:clamp(22px,3vw,28px);color:var(--teal)}.student-cta-band{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:24px;border:1px solid rgba(37,150,190,.22);background:linear-gradient(135deg,#2596be1f,#18996b1a)}.student-cta-band h2,.student-cta-band h3{margin:0 0 8px}.student-pack-grid,.student-plan-grid,.student-test-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.student-plan-grid{align-items:stretch}.student-plan-card,.student-test-card,.student-pack-card{padding:clamp(24px,3vw,30px);display:grid;gap:16px}.student-plan-card{position:relative;overflow:hidden;height:100%;grid-template-rows:auto auto auto 1fr auto;align-content:start;border-color:#2596be2e;background:linear-gradient(180deg,#fffffff0,#ffffffc7),radial-gradient(38rem 16rem at 82% -8%,rgba(37,150,190,.18),transparent 60%);transition:transform .25s var(--ease),box-shadow .25s var(--ease),border-color .25s var(--ease)}.student-plan-card:before{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:linear-gradient(140deg,rgba(37,150,190,.16),transparent 38%,rgba(245,166,35,.08));opacity:0;transition:opacity .25s var(--ease)}.student-plan-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg);border-color:#2596be57}.student-plan-card:hover:before{opacity:1}.student-plan-card>*{position:relative;z-index:1}.student-plan-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.student-plan-count{padding:6px 10px;border-radius:var(--radius-full);background:#15252f0f;color:var(--ink-soft);font-size:12px;font-weight:900;white-space:nowrap}.student-plan-card h3{font-size:clamp(24px,3vw,30px);line-height:1.35}.student-plan-card p,.student-test-card p,.student-pack-card p,.student-cta-band p,.student-hero-panel p,.student-question p,.auth-card p,.checkout-card p,.card .plan-features li span:last-child{text-align:justify;text-align-last:right}.student-plan-card.featured{border-color:#2596be85;background:linear-gradient(180deg,#fffffffa,#eef8fbdb),radial-gradient(28rem 18rem at 78% -10%,rgba(37,150,190,.28),transparent 62%),radial-gradient(24rem 16rem at 12% 110%,rgba(24,153,107,.16),transparent 60%);box-shadow:0 30px 72px -34px #1f82a8c7}.student-price{display:flex;align-items:baseline;gap:6px;width:fit-content;padding:10px 14px;border:1px solid rgba(37,150,190,.18);border-radius:var(--radius-sm);background:#ffffffc2}.student-price b{font-size:clamp(31px,4vw,40px);color:var(--ink);line-height:1.1}.student-price span{color:var(--muted);font-size:13px;font-weight:800}.student-plan-tests{display:grid;gap:12px;align-content:start;height:100%;padding:16px;border:1px solid var(--line);border-radius:var(--radius);background:#ffffff94}.student-plan-tests h4{margin:0;font-size:15px;color:var(--ink)}.student-plan-tests ul{list-style:none;margin:0;padding:0;display:grid;gap:8px}.student-plan-tests li{display:flex;align-items:flex-start;gap:9px;color:var(--ink-soft);font-size:13px;line-height:1.65}.student-plan-tests li span{width:21px;height:21px;flex:0 0 auto;border-radius:50%;display:grid;place-items:center;color:var(--success);background:var(--success-soft)}.student-plan-tests li .ms-icon{font-size:16px}.student-plan-tests li b{font-weight:800;color:var(--ink-soft)}.student-plan-card>.btn{align-self:end}.student-includes-note{margin-top:10px;display:inline-flex;align-items:center;gap:6px;color:var(--teal);font-size:12px;font-weight:800}.student-includes-note .ms-icon,.student-includes-note .ty-icon{font-size:17px}.checkout-included-tests{border:1px solid var(--line);border-radius:var(--radius-sm);background:#ffffff9e}.checkout-included-tests summary{min-height:52px;padding:12px 14px;display:flex;align-items:center;gap:8px;cursor:pointer;color:var(--ink-soft);font-weight:800}.checkout-included-tests ul{list-style:none;margin:0;padding:0 16px 16px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 14px}.checkout-included-tests li{display:flex;align-items:flex-start;gap:7px;color:var(--ink-soft);font-size:13px}.checkout-included-tests li .ms-icon{color:var(--success);font-size:17px}.student-badge{width:fit-content;padding:6px 10px;border-radius:999px;background:var(--teal-soft);color:var(--teal);font-weight:800;font-size:12px}.student-compare{width:100%;border-collapse:collapse}.student-compare th,.student-compare td{padding:14px;border-bottom:1px solid var(--line);text-align:right}.student-compare th{color:var(--ink-soft);font-size:13px}.student-guide-table{padding:8px 18px}.student-lock{opacity:.68}.student-status{width:fit-content;padding:5px 9px;border-radius:999px;background:var(--line);color:var(--ink-soft);font-size:12px;font-weight:800}.student-status.done{background:var(--success-soft);color:var(--success)}.student-status.open{background:var(--teal-soft);color:var(--teal)}.student-runner{width:min(920px,100%);margin:0 auto;display:grid;gap:clamp(22px,3vw,30px);padding-inline:clamp(10px,2.5vw,28px)}.product-breadcrumb{display:flex;align-items:center;justify-content:center;gap:8px;color:var(--muted);font-size:13px;font-weight:700}.product-breadcrumb a{color:var(--teal)}.product-breadcrumb .ms-icon,.product-breadcrumb .ty-icon{font-size:16px}.product-breadcrumb b{color:var(--ink-soft);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.student-runner-head{margin-bottom:0;text-align:center}#student-test-root{display:grid;gap:clamp(18px,2.8vw,28px);scroll-margin-top:92px}.student-question{padding:clamp(30px,5.5vw,58px);display:grid;gap:clamp(24px,3.4vw,34px)}.student-question h2{font-size:clamp(21px,3vw,30px);line-height:1.8;margin:0}.likert-grid{display:grid;gap:14px}.likert-option{width:100%;min-height:62px;border:1px solid var(--line-strong);border-radius:var(--radius-sm);background:#ffffffc7;color:var(--ink);display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 clamp(20px,3vw,28px);font-weight:700;cursor:pointer;transition:border-color .2s var(--ease),background .2s var(--ease),transform .2s var(--ease)}.likert-option.is-selected{border-color:var(--teal);background:var(--teal-soft);color:var(--teal);transform:translateY(-1px)}.student-progress-row{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--ink-soft);font-size:14px}.student-progress-shell{display:grid;gap:10px;padding-inline:clamp(8px,2vw,20px)}.student-test-actions{padding-inline:clamp(8px,2vw,20px);gap:16px}.student-test-actions .btn{min-height:58px}.student-test-disclaimer{max-width:76ch;margin:0 auto;justify-content:center;text-align:justify;text-align-last:center}.student-result-score{width:118px;height:118px;border-radius:50%;display:grid;place-items:center;background:var(--grad-brand);color:#fff;font-size:34px;font-weight:900;margin-inline:auto}.student-result-test-name{margin:0;color:var(--ink-soft);font-weight:800}.student-result-recommendations{display:grid;gap:16px}.section-head.compact{margin-bottom:0}.section-head.compact h2{font-size:clamp(22px,3vw,28px)}.student-recommendation-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.student-recommendation-card{padding:22px;display:grid;grid-template-rows:auto auto 1fr auto;gap:12px}.student-recommendation-card h3{margin:0;font-size:18px}.student-recommendation-card .btn{justify-self:start}.student-dimensions{display:grid;gap:10px}.student-dimension-row{display:grid;grid-template-columns:140px 1fr 46px;align-items:center;gap:10px;color:var(--ink-soft);font-size:13px}.student-bar{height:8px;border-radius:999px;background:var(--line);overflow:hidden}.student-bar span{display:block;height:100%;border-radius:inherit;background:var(--grad-brand)}@media(max-width:860px){.student-hero,.student-pack-grid,.student-plan-grid,.student-test-grid{grid-template-columns:1fr}.student-cta-band{display:grid}.student-dimension-row{grid-template-columns:1fr}.student-runner{width:100%;padding-inline:12px}}@media(max-width:600px){.checkout-included-tests ul,.student-recommendation-grid{grid-template-columns:1fr}.student-recommendation-card .btn{width:100%}.student-question{padding:26px 20px;border-radius:22px}.student-question h2{font-size:21px;line-height:1.75}.likert-option{min-height:58px;padding-inline:18px}.student-progress-shell,.student-test-actions{padding-inline:0}.student-compare,.student-compare tbody,.student-compare tr,.student-compare td{display:block;width:100%}.student-compare thead{display:none}.student-compare tbody{display:grid;gap:14px;padding:14px}.student-compare tr{border:1px solid var(--line);border-radius:var(--radius-sm);background:#ffffffb8;padding:14px}.student-compare td{border:0;padding:7px 0;white-space:normal}.student-compare td[data-label]:not([data-label=""]){display:flex;justify-content:space-between;gap:14px}.student-compare td[data-label]:not([data-label=""]):before{content:attr(data-label);color:var(--muted);font-size:12px;font-weight:800;flex:0 0 auto}.student-compare td .btn{width:100%;margin-top:6px}.student-plan-top{align-items:flex-start}.student-plan-count{white-space:normal;text-align:left}.student-price{width:100%;justify-content:center}.student-plan-tests{padding:14px}}
