.Header-module__lnUIdW__header{z-index:1000;background:var(--bg-primary);background:rgba(var(--bg-primary-rgb),.8);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid #e6eefc;position:fixed;top:0;left:0;right:0;box-shadow:0 4px 20px #1f4b990d}.Header-module__lnUIdW__header .btn-primary{background:linear-gradient(135deg,var(--edu-blue)0%,var(--edu-blue-deep)100%);color:#fff;font-family:var(--font-friendly);font-weight:700;box-shadow:0 8px 20px #2f6df64d}.Header-module__lnUIdW__headerInner{justify-content:space-between;align-items:center;gap:24px;height:72px;display:flex}.Header-module__lnUIdW__logo{align-items:center;gap:10px;text-decoration:none;display:flex}.Header-module__lnUIdW__logoIcon{color:var(--edu-blue)}.Header-module__lnUIdW__logoText{font-family:var(--font-friendly);color:var(--edu-ink);letter-spacing:-.02em;align-items:center;gap:7px;font-size:1.35rem;font-weight:800;display:flex}.Header-module__lnUIdW__logoPro{background:linear-gradient(135deg,var(--edu-blue),var(--edu-blue-deep));color:#fff;font-family:var(--font-friendly);letter-spacing:.06em;border-radius:6px;padding:3px 8px;font-size:.72rem;font-weight:800;box-shadow:0 2px 10px #2f6df64d}.Header-module__lnUIdW__desktopNav{align-items:center;gap:32px;display:flex}.Header-module__lnUIdW__navLink{color:var(--text-secondary);transition:all var(--transition-fast);font-size:.95rem;font-weight:500}.Header-module__lnUIdW__navLink:hover{color:var(--text-primary)}.Header-module__lnUIdW__actions{align-items:center;gap:16px;display:flex}.Header-module__lnUIdW__desktopAuth{display:block}.Header-module__lnUIdW__authGroup{align-items:center;gap:20px;display:flex}.Header-module__lnUIdW__loginLink{color:var(--text-secondary);transition:color var(--transition-fast);font-size:.95rem;font-weight:500;text-decoration:none}.Header-module__lnUIdW__loginLink:hover{color:var(--text-primary)}.Header-module__lnUIdW__langSwitcher{position:relative}.Header-module__lnUIdW__langBtn{background:var(--bg-glass);border:1px solid var(--border-subtle);border-radius:var(--radius-full);color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);align-items:center;gap:8px;padding:8px 14px;font-size:.85rem;display:flex}.Header-module__lnUIdW__langBtn:hover{background:var(--bg-glass-hover);color:var(--text-primary);border-color:var(--border-strong)}.Header-module__lnUIdW__globeIcon{opacity:.8}.Header-module__lnUIdW__langLabel{display:none}.Header-module__lnUIdW__chevron{transition:transform var(--transition-fast)}.Header-module__lnUIdW__chevronOpen{transform:rotate(180deg)}@media (min-width:1024px){.Header-module__lnUIdW__langLabel{display:inline}}.Header-module__lnUIdW__langDropdown{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-md);z-index:1001;min-width:160px;padding:6px;animation:.2s Header-module__lnUIdW__fadeInUp;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 10px 40px #0006}.Header-module__lnUIdW__langOption{width:100%;color:var(--text-secondary);cursor:pointer;border-radius:var(--radius-sm);transition:all var(--transition-fast);text-align:left;background:0 0;border:none;align-items:center;gap:10px;padding:10px 14px;font-size:.9rem;display:flex}.Header-module__lnUIdW__langOption:hover{background:var(--bg-glass-hover);color:var(--text-primary)}.Header-module__lnUIdW__langActive{color:var(--edu-blue);background:var(--edu-blue-soft)}.Header-module__lnUIdW__hamburger{background:var(--bg-glass);border:1px solid var(--border-subtle);border-radius:var(--radius-md);cursor:pointer;color:var(--text-primary);transition:all var(--transition-fast);justify-content:center;align-items:center;padding:8px;display:none}.Header-module__lnUIdW__hamburger:hover{background:var(--bg-glass-hover)}.Header-module__lnUIdW__mobileMenu{background-color:var(--bg-primary);background:var(--bg-primary);z-index:999;opacity:0;visibility:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);display:block;position:fixed;inset:72px 0 0;transform:translateY(-10px)}.Header-module__lnUIdW__mobileMenuOpen{opacity:1;visibility:visible;transform:translateY(0)}.Header-module__lnUIdW__mobileMenuContent{flex-direction:column;gap:40px;height:100%;padding:32px 24px;display:flex}.Header-module__lnUIdW__mobileNav{flex-direction:column;gap:8px;display:flex}.Header-module__lnUIdW__mobileNavLink{color:var(--text-primary);border-radius:var(--radius-md);transition:all var(--transition-fast);border-bottom:1px solid var(--border-subtle);padding:16px;font-size:1.25rem;font-weight:600;text-decoration:none}.Header-module__lnUIdW__mobileNavLink:hover{background:var(--bg-glass-hover)}.Header-module__lnUIdW__mobileAuth{margin-top:auto;padding-bottom:40px}.Header-module__lnUIdW__mobileAuthGroup{flex-direction:column;gap:16px;display:flex}.Header-module__lnUIdW__mobileLoginBtn{width:100%;color:var(--text-primary);background:var(--bg-glass);border:1px solid var(--border-subtle);border-radius:var(--radius-md);justify-content:center;align-items:center;padding:14px;font-size:1rem;font-weight:600;text-decoration:none;display:flex}@media (max-width:768px){.Header-module__lnUIdW__desktopNav,.Header-module__lnUIdW__desktopAuth{display:none}.Header-module__lnUIdW__hamburger{display:flex}}@keyframes Header-module__lnUIdW__fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
.Footer-module__3hUVsW__footer{border-top:1px solid var(--border-subtle);background:linear-gradient(#0000,#3b82f60d);padding:80px 0 40px}.Footer-module__3hUVsW__grid{grid-template-columns:1.5fr 1fr 1fr 1fr 1fr;gap:40px;margin-bottom:48px;display:grid}.Footer-module__3hUVsW__brand{flex-direction:column;gap:16px;display:flex}.Footer-module__3hUVsW__logo{align-items:center;gap:10px;display:flex}.Footer-module__3hUVsW__logoIcon{color:var(--accent-blue)}.Footer-module__3hUVsW__logoText{font-family:var(--font-heading);color:var(--text-primary);letter-spacing:-.02em;align-items:center;gap:6px;font-size:1.2rem;font-weight:800;display:flex}.Footer-module__3hUVsW__logoPro{background:linear-gradient(135deg,var(--edu-blue),var(--edu-blue-deep));color:#fff;letter-spacing:.06em;border-radius:6px;padding:2px 7px;font-size:.7rem;font-weight:900}.Footer-module__3hUVsW__description{color:var(--text-muted);font-size:.88rem;line-height:1.6}.Footer-module__3hUVsW__socialProof{align-items:center;gap:8px;display:flex}.Footer-module__3hUVsW__stars{color:var(--accent-gold);gap:2px;display:inline-flex}.Footer-module__3hUVsW__socialText{color:var(--text-muted);font-size:.8rem}.Footer-module__3hUVsW__linkGroup{flex-direction:column;gap:10px;display:flex}.Footer-module__3hUVsW__linkTitle{font-family:var(--font-heading);color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px;font-size:.85rem;font-weight:700}.Footer-module__3hUVsW__link{color:var(--text-muted);transition:color var(--transition-fast);font-size:.85rem}.Footer-module__3hUVsW__link:hover{color:var(--accent-blue-light)}.Footer-module__3hUVsW__bottom{border-top:1px solid var(--border-subtle);text-align:center;padding-top:24px}.Footer-module__3hUVsW__copyright{color:var(--text-muted);font-size:.8rem}@media (max-width:1024px){.Footer-module__3hUVsW__grid{grid-template-columns:repeat(3,1fr)}.Footer-module__3hUVsW__brand{grid-column:1/-1}}@media (max-width:768px){.Footer-module__3hUVsW__grid{grid-template-columns:repeat(2,1fr);gap:32px}}@media (max-width:480px){.Footer-module__3hUVsW__grid{grid-template-columns:1fr}}
.SEOHero-module__nk_RSW__hero{align-items:center;min-height:80vh;padding-top:72px;display:flex;position:relative;overflow:hidden}.SEOHero-module__nk_RSW__heroBg{pointer-events:none;position:absolute;inset:0}.SEOHero-module__nk_RSW__gridLines{background-image:linear-gradient(#3b82f608 1px,#0000 1px),linear-gradient(90deg,#3b82f608 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(70% 70% at 50% 30%,#000 20%,#0000 70%);mask-image:radial-gradient(70% 70% at 50% 30%,#000 20%,#0000 70%)}.SEOHero-module__nk_RSW__glowOrb1{filter:blur(80px);background:radial-gradient(circle,#2563eb14,#0000 60%);width:800px;height:800px;animation:6s ease-in-out infinite SEOHero-module__nk_RSW__pulse;position:absolute;top:-20%;left:50%;transform:translate(-50%)}.SEOHero-module__nk_RSW__glowOrb2{filter:blur(60px);background:radial-gradient(circle,#ea580c0d,#0000 60%);width:500px;height:500px;animation:8s ease-in-out 2s infinite SEOHero-module__nk_RSW__pulse;position:absolute;bottom:-10%;right:-10%}.SEOHero-module__nk_RSW__heroContent{text-align:center;z-index:2;padding-top:40px;padding-bottom:60px;position:relative}.SEOHero-module__nk_RSW__badge{border-radius:var(--radius-full);color:var(--accent-blue-light);background:#3b82f614;border:1px solid #3b82f633;align-items:center;gap:10px;margin-bottom:32px;padding:10px 20px;font-size:.85rem;animation:.6s forwards SEOHero-module__nk_RSW__fadeInUp;display:inline-flex}.SEOHero-module__nk_RSW__badgeIconSvg{color:var(--accent-orange)}.SEOHero-module__nk_RSW__badgeDot{background:var(--accent-green);width:8px;height:8px;box-shadow:0 0 8px var(--accent-green-glow);border-radius:50%;animation:2s ease-in-out infinite SEOHero-module__nk_RSW__pulse}.SEOHero-module__nk_RSW__headline{font-family:var(--font-heading);background:linear-gradient(135deg,var(--text-primary)0%,var(--accent-blue-light)40%,var(--accent-orange-light)70%,var(--text-primary)100%);-webkit-text-fill-color:transparent;opacity:0;background-size:200% 200%;-webkit-background-clip:text;background-clip:text;max-width:900px;margin-bottom:24px;margin-left:auto;margin-right:auto;font-size:4rem;font-weight:950;line-height:1.1;animation:.6s .1s forwards SEOHero-module__nk_RSW__fadeInUp,6s infinite SEOHero-module__nk_RSW__gradientMove}.SEOHero-module__nk_RSW__subheadline{color:var(--text-secondary);opacity:0;max-width:700px;margin:0 auto 40px;font-size:1.25rem;line-height:1.7;animation:.6s .2s forwards SEOHero-module__nk_RSW__fadeInUp}.SEOHero-module__nk_RSW__actionsBox{opacity:0;flex-direction:column;align-items:center;gap:24px;animation:.6s .3s forwards SEOHero-module__nk_RSW__fadeInUp;display:flex}.SEOHero-module__nk_RSW__trustBadge{color:var(--text-muted);align-items:center;gap:10px;font-size:.9rem;display:inline-flex}.SEOHero-module__nk_RSW__shieldIcon{color:var(--accent-green)}@keyframes SEOHero-module__nk_RSW__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes SEOHero-module__nk_RSW__gradientMove{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes SEOHero-module__nk_RSW__pulse{0%,to{opacity:1}50%{opacity:.7}}@media (max-width:768px){.SEOHero-module__nk_RSW__headline{font-size:2.5rem}.SEOHero-module__nk_RSW__subheadline{font-size:1.1rem}}
.SEOStats-module__KpRCia__statsSection{background:linear-gradient(#0000,#2563eb05,#0000);padding:80px 0;position:relative}.SEOStats-module__KpRCia__title{text-align:center;background:linear-gradient(135deg,var(--text-primary),var(--text-secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:48px;font-size:2.25rem;font-weight:800}.SEOStats-module__KpRCia__statsGrid{grid-template-columns:repeat(3,1fr);gap:32px;max-width:1000px;margin:0 auto;display:grid}.SEOStats-module__KpRCia__statCard{transition:all var(--transition-base);align-items:center;gap:20px;padding:32px;display:flex}.SEOStats-module__KpRCia__statCard:hover{border-color:var(--border-glow);box-shadow:var(--shadow-glow-blue);transform:translateY(-5px)}.SEOStats-module__KpRCia__iconWrapper{border-radius:var(--radius-lg);width:56px;height:56px;color:var(--accent-blue-light);background:#2563eb1a;justify-content:center;align-items:center;display:flex}.SEOStats-module__KpRCia__textWrapper{flex-direction:column;display:flex}.SEOStats-module__KpRCia__value{color:var(--text-primary);font-size:1.75rem;font-weight:900;line-height:1.2}.SEOStats-module__KpRCia__label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.02em;font-size:.9rem;font-weight:500}@media (max-width:768px){.SEOStats-module__KpRCia__statsGrid{grid-template-columns:1fr;gap:16px}.SEOStats-module__KpRCia__statCard{padding:24px}}
.Hero-module__8t-Z3q__hero{min-height:88vh;color:var(--edu-ink);background:radial-gradient(circle at 12% 18%,#2f6df61a,transparent 42%),radial-gradient(circle at 88% 12%,#16b2771a,transparent 42%),linear-gradient(180deg,#fff 0%,var(--edu-bg)100%);align-items:center;padding:124px 0 80px;display:flex;position:relative;overflow:hidden}.Hero-module__8t-Z3q__heroBg{pointer-events:none;z-index:0;position:absolute;inset:0}.Hero-module__8t-Z3q__gridLines{opacity:.5;background-image:radial-gradient(#2f6df61f 1.5px,#0000 1.6px);background-size:26px 26px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(70% 70% at 50% 28%,#000 10%,#0000 72%);mask-image:radial-gradient(70% 70% at 50% 28%,#000 10%,#0000 72%)}.Hero-module__8t-Z3q__heroContent{z-index:1;grid-template-columns:1.1fr .9fr;align-items:center;gap:64px;display:grid;position:relative}.Hero-module__8t-Z3q__textContent{text-align:left}.Hero-module__8t-Z3q__textContent:before{content:"Practice. Track. Pass.";border-radius:var(--radius-full);background:var(--edu-green-soft);color:#0c8554;font-family:var(--font-friendly);letter-spacing:.01em;align-items:center;margin-bottom:22px;padding:7px 15px;font-size:.82rem;font-weight:700;display:inline-flex}.Hero-module__8t-Z3q__headline{font-family:var(--font-friendly);letter-spacing:-.025em;color:var(--edu-ink);text-wrap:balance;margin-bottom:22px;font-size:clamp(2.6rem,5.2vw,4rem);font-weight:800;line-height:1.08}.Hero-module__8t-Z3q__headlineHighlight{color:var(--edu-blue);background:linear-gradient(#0000 62%,#16b2773d 62%);padding:0 2px;display:inline-block;position:relative}.Hero-module__8t-Z3q__subheadline{font-family:var(--font-friendly);color:var(--edu-muted);text-wrap:pretty;max-width:520px;margin-bottom:34px;font-size:clamp(1.05rem,1.35vw,1.2rem);font-weight:500;line-height:1.65}.Hero-module__8t-Z3q__ctaGroup{flex-direction:column;gap:12px;margin-bottom:40px;display:flex}.Hero-module__8t-Z3q__actionsBox{flex-wrap:wrap;gap:14px;display:flex}.Hero-module__8t-Z3q__stateSelect{border-radius:var(--radius-md);color:var(--edu-ink);font-family:var(--font-friendly);cursor:pointer;min-width:210px;transition:border-color var(--transition-base),box-shadow var(--transition-base);background-color:#fff;border:2px solid #dbe6fb;padding:16px 44px 16px 18px;font-size:1rem;font-weight:600;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%232f6df6' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E")!important}.Hero-module__8t-Z3q__stateSelect:focus{outline:none;border-color:var(--edu-blue)!important;box-shadow:0 0 0 4px #2f6df626!important}.Hero-module__8t-Z3q__actionsBox .btn-primary{background:linear-gradient(135deg,var(--edu-blue)0%,var(--edu-blue-deep)100%);color:#fff;font-family:var(--font-friendly);border-radius:var(--radius-full);font-weight:700;box-shadow:0 12px 26px #2f6df652}.Hero-module__8t-Z3q__actionsBox .btn-primary:hover{transform:translateY(-2px);box-shadow:0 18px 34px #2f6df666}.Hero-module__8t-Z3q__secondaryCta{font-family:var(--font-friendly);color:var(--edu-muted);padding-left:4px;font-size:.9rem;font-weight:500}.Hero-module__8t-Z3q__trustHints{flex-wrap:wrap;gap:12px 22px;display:flex}.Hero-module__8t-Z3q__hintItem{font-family:var(--font-friendly);color:var(--edu-ink);align-items:center;gap:9px;font-size:.93rem;font-weight:600;display:flex}.Hero-module__8t-Z3q__hintIcon{color:var(--edu-green);flex-shrink:0}.Hero-module__8t-Z3q__visualContent{position:relative}.Hero-module__8t-Z3q__mockupContainer{border-radius:var(--radius-xl);box-shadow:var(--edu-card-shadow);transition:transform .5s var(--transition-slow);background:#fff;border:1px solid #1f4b9914;padding:28px;position:relative;transform:perspective(1200px)rotateY(-6deg)rotateX(2deg)}.Hero-module__8t-Z3q__mockupContainer:hover{transform:perspective(1200px)rotateY(0)rotateX(0)}.Hero-module__8t-Z3q__readinessBadge{z-index:3;background:#fff;border:1px solid #1f4b9914;border-radius:18px;flex-direction:column;align-items:center;gap:6px;padding:12px 16px;display:flex;position:absolute;top:-22px;right:-18px;box-shadow:0 14px 34px #10285a2e}.Hero-module__8t-Z3q__readinessRing{background:conic-gradient(var(--edu-green)0 87%,var(--edu-blue-soft)87% 100%);border-radius:50%;place-items:center;width:62px;height:62px;display:grid;position:relative}.Hero-module__8t-Z3q__readinessRing:before{content:"";background:#fff;border-radius:50%;position:absolute;inset:8px}.Hero-module__8t-Z3q__readinessValue{z-index:1;font-family:var(--font-heading);color:var(--edu-ink);font-size:1.15rem;font-weight:800;position:relative}.Hero-module__8t-Z3q__readinessLabel{text-transform:uppercase;letter-spacing:.04em;color:var(--edu-green);font-size:.72rem;font-weight:700}@media (max-width:640px){.Hero-module__8t-Z3q__readinessBadge{border-radius:14px;padding:9px 12px;top:-16px;right:6px}.Hero-module__8t-Z3q__readinessRing{width:52px;height:52px}.Hero-module__8t-Z3q__readinessValue{font-size:1rem}}.Hero-module__8t-Z3q__quizTop{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.Hero-module__8t-Z3q__quizProgressLabel{font-family:var(--font-friendly);color:var(--edu-muted);font-size:.78rem;font-weight:700}.Hero-module__8t-Z3q__quizMode{font-family:var(--font-friendly);color:var(--edu-blue);background:var(--edu-blue-soft);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.04em;padding:3px 9px;font-size:.66rem;font-weight:700}.Hero-module__8t-Z3q__quizProgressBar{background:var(--edu-blue-soft);border-radius:var(--radius-full);height:6px;margin-bottom:22px;overflow:hidden}.Hero-module__8t-Z3q__quizProgressFill{border-radius:var(--radius-full);background:linear-gradient(90deg,var(--edu-blue),var(--edu-green));width:30%;height:100%}.Hero-module__8t-Z3q__quizQuestion{font-family:var(--font-friendly);color:var(--edu-ink);margin-bottom:16px;font-size:1.08rem;font-weight:700;line-height:1.4}.Hero-module__8t-Z3q__quizOptions{flex-direction:column;gap:9px;margin-bottom:16px;display:flex}.Hero-module__8t-Z3q__quizOption{border-radius:var(--radius-md);font-family:var(--font-friendly);color:var(--edu-ink);background:#fff;border:1.5px solid #e6eefc;align-items:center;gap:11px;padding:11px 13px;font-size:.9rem;font-weight:600;display:flex}.Hero-module__8t-Z3q__optKey{border-radius:var(--radius-full);background:var(--edu-bg);width:24px;height:24px;color:var(--edu-muted);flex-shrink:0;justify-content:center;align-items:center;font-size:.76rem;font-weight:800;display:flex}.Hero-module__8t-Z3q__optCorrect{background:var(--edu-green-soft);border-color:var(--edu-green)}.Hero-module__8t-Z3q__optCorrect .Hero-module__8t-Z3q__optKey{background:var(--edu-green);color:#fff}.Hero-module__8t-Z3q__optCheck{color:var(--edu-green);flex-shrink:0;margin-left:auto}.Hero-module__8t-Z3q__quizExplain{background:var(--edu-blue-soft);border-radius:var(--radius-md);border:1px solid #cfe0ff;margin-bottom:18px;padding:12px 14px}.Hero-module__8t-Z3q__quizExplainLabel{font-family:var(--font-friendly);color:var(--edu-blue-deep);text-transform:uppercase;letter-spacing:.06em;margin-bottom:5px;font-size:.7rem;font-weight:800;display:block}.Hero-module__8t-Z3q__quizExplain p{font-family:var(--font-friendly);color:var(--edu-muted);margin:0;font-size:.82rem;line-height:1.55}.Hero-module__8t-Z3q__quizNav{font-family:var(--font-friendly);justify-content:space-between;align-items:center;font-size:.85rem;font-weight:600;display:flex}.Hero-module__8t-Z3q__quizPrev{color:var(--edu-muted);align-items:center;gap:4px;display:inline-flex}.Hero-module__8t-Z3q__quizNext{color:#fff;background:linear-gradient(135deg,var(--edu-blue),var(--edu-blue-deep));border-radius:var(--radius-full);align-items:center;gap:4px;padding:8px 16px 8px 18px;display:inline-flex;box-shadow:0 6px 16px #2f6df64d}@media (max-width:1024px){.Hero-module__8t-Z3q__heroContent{text-align:center;grid-template-columns:1fr;gap:52px}.Hero-module__8t-Z3q__textContent{text-align:center;flex-direction:column;align-items:center;display:flex}.Hero-module__8t-Z3q__subheadline{margin-left:auto;margin-right:auto}.Hero-module__8t-Z3q__actionsBox,.Hero-module__8t-Z3q__trustHints{justify-content:center}.Hero-module__8t-Z3q__mockupContainer{max-width:410px;margin:0 auto;transform:none}}@media (max-width:640px){.Hero-module__8t-Z3q__hero{min-height:auto;padding:100px 0 60px}.Hero-module__8t-Z3q__headline{margin-bottom:18px;font-size:clamp(2.2rem,9vw,2.9rem)}.Hero-module__8t-Z3q__actionsBox{flex-direction:column;width:100%}.Hero-module__8t-Z3q__stateSelect{width:100%}}
.SEOContent-module__o_spuq__contentSection{background:var(--bg-dark);padding:80px 0}.SEOContent-module__o_spuq__grid{flex-direction:column;gap:48px;max-width:800px;margin:0 auto;display:flex}.SEOContent-module__o_spuq__title{color:var(--text-primary);margin-bottom:24px;font-size:2rem;font-weight:800}.SEOContent-module__o_spuq__description{color:var(--text-secondary);margin-bottom:40px;font-size:1.15rem;line-height:1.7}.SEOContent-module__o_spuq__infoBox{border:1px solid var(--border-subtle);border-radius:var(--radius-xl);background:#ffffff05;padding:32px}.SEOContent-module__o_spuq__infoTitle{color:var(--accent-blue-light);margin-bottom:20px;font-size:1.25rem;font-weight:700}.SEOContent-module__o_spuq__list{flex-direction:column;gap:16px;padding:0;list-style:none;display:flex}.SEOContent-module__o_spuq__list li{color:var(--text-secondary);padding-left:28px;line-height:1.5;position:relative}.SEOContent-module__o_spuq__list li:before{content:"✓";color:var(--accent-green);font-weight:900;position:absolute;left:0}.SEOContent-module__o_spuq__ctaCard{text-align:center;padding:40px;position:sticky;top:100px}.SEOContent-module__o_spuq__ctaCard h3{margin-bottom:16px;font-size:1.5rem;font-weight:800}.SEOContent-module__o_spuq__ctaCard p{color:var(--text-muted);margin-bottom:32px;font-size:.95rem}.SEOContent-module__o_spuq__guarantee{color:var(--text-muted);margin-top:16px;font-size:.8rem;font-style:italic;display:block}@media (max-width:1024px){.SEOContent-module__o_spuq__grid{max-width:100%}}
.FAQ-module__nEdZVa__faq{background:var(--edu-bg);padding:50px 0;position:relative}.FAQ-module__nEdZVa__faq .section-title{font-family:var(--font-friendly)!important;color:var(--edu-ink)!important;background:0 0!important;-webkit-background-clip:unset!important;background-clip:unset!important;-webkit-text-fill-color:var(--edu-ink)!important;font-weight:800!important}.FAQ-module__nEdZVa__faq .section-subtitle{font-family:var(--font-friendly)!important;color:var(--edu-muted)!important}.FAQ-module__nEdZVa__list{flex-direction:column;gap:8px;max-width:760px;margin:0 auto;display:flex}.FAQ-module__nEdZVa__item{border-radius:var(--radius-md);box-shadow:var(--edu-card-shadow);background:#fff;border:1px solid #e6eefc;transition:border-color .2s,box-shadow .2s;overflow:hidden}.FAQ-module__nEdZVa__item:hover{border-color:#b3ccfa;box-shadow:0 4px 18px #2f6df61a}.FAQ-module__nEdZVa__itemOpen{border-color:var(--edu-blue);box-shadow:0 4px 20px #2f6df621}.FAQ-module__nEdZVa__question{width:100%;color:var(--edu-ink);font-family:var(--font-friendly);text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;padding:14px 20px;font-size:1rem;font-weight:600;line-height:1.45;transition:color .15s;display:flex}.FAQ-module__nEdZVa__question:hover,.FAQ-module__nEdZVa__itemOpen .FAQ-module__nEdZVa__question{color:var(--edu-blue)}.FAQ-module__nEdZVa__chevron{color:var(--edu-muted);flex-shrink:0;transition:transform .25s,color .2s}.FAQ-module__nEdZVa__itemOpen .FAQ-module__nEdZVa__chevron{color:var(--edu-blue);transform:rotate(180deg)}.FAQ-module__nEdZVa__answer{max-height:0;transition:max-height .3s,padding .3s;overflow:hidden}.FAQ-module__nEdZVa__itemOpen .FAQ-module__nEdZVa__answer{max-height:400px}.FAQ-module__nEdZVa__answer p{font-family:var(--font-friendly);color:var(--edu-muted);margin:0;padding:0 20px 14px;font-size:.95rem;line-height:1.6}
.Pricing-module__bGODtW__pricing{background:var(--edu-bg);padding:50px 0}.Pricing-module__bGODtW__pricing .section-title{font-family:var(--font-friendly);color:var(--edu-ink);background:0 0;-webkit-background-clip:unset;-webkit-text-fill-color:var(--edu-ink);background-clip:unset;font-weight:800}.Pricing-module__bGODtW__pricing .section-subtitle{font-family:var(--font-friendly);color:var(--edu-muted)}.Pricing-module__bGODtW__pricingHeader{text-align:center;font-family:var(--font-friendly);color:var(--edu-muted);max-width:600px;margin-bottom:18px;margin-left:auto;margin-right:auto;font-size:1.05rem;font-weight:600;line-height:1.5}.Pricing-module__bGODtW__cardWrapper{flex-wrap:wrap;justify-content:center;align-items:stretch;gap:20px;display:flex}.Pricing-module__bGODtW__card{border-radius:var(--radius-xl);width:100%;max-width:380px;box-shadow:var(--edu-card-shadow);font-family:var(--font-friendly);background:#fff;border:1px solid #e6eefc;flex-direction:column;padding:22px;display:flex;position:relative}.Pricing-module__bGODtW__premiumCard{background:linear-gradient(160deg,var(--edu-blue),var(--edu-blue-deep));z-index:2;color:#fff;border:none;transform:scale(1.03);box-shadow:0 14px 36px #2f6df659,inset 0 0 0 1px #ffffff14}.Pricing-module__bGODtW__premiumName{color:#fff!important;background:0 0!important;-webkit-background-clip:unset!important;-webkit-text-fill-color:#fff!important;background-clip:unset!important}.Pricing-module__bGODtW__popularBadge{background:var(--edu-amber);color:#fff;font-family:var(--font-friendly);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.06em;white-space:nowrap;padding:6px 24px;font-size:.78rem;font-weight:800;position:absolute;top:-14px;left:50%;transform:translate(-50%)}.Pricing-module__bGODtW__cardHeader{text-align:center;border-bottom:1px solid #e6eefc4d;margin-bottom:14px;padding-bottom:14px}.Pricing-module__bGODtW__premiumCard .Pricing-module__bGODtW__cardHeader{border-bottom-color:#ffffff2e}.Pricing-module__bGODtW__planName{font-family:var(--font-friendly);color:var(--edu-blue);margin-bottom:8px;font-size:1.15rem;font-weight:700}.Pricing-module__bGODtW__priceContainer{flex-direction:column;align-items:center;gap:8px;display:flex}.Pricing-module__bGODtW__priceMain{flex-direction:column;justify-content:center;align-items:center;gap:4px;display:flex}.Pricing-module__bGODtW__price{font-family:var(--font-friendly);color:var(--edu-ink);font-size:3rem;font-weight:800;line-height:1}.Pricing-module__bGODtW__premiumCard .Pricing-module__bGODtW__price{color:#fff;background:0 0;-webkit-background-clip:unset;-webkit-text-fill-color:#fff;background-clip:unset}.Pricing-module__bGODtW__offerLabel{font-family:var(--font-friendly);color:#fff;border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.05em;background:#ffffff2e;border:1px solid #ffffff4d;padding:5px 14px;font-size:.78rem;font-weight:800}.Pricing-module__bGODtW__originalPriceRow{font-family:var(--font-friendly);color:var(--edu-muted);flex-direction:column;align-items:center;gap:2px;font-size:.9rem;font-weight:500;display:flex}.Pricing-module__bGODtW__premiumCard .Pricing-module__bGODtW__originalPriceRow{color:#ffffffb3}.Pricing-module__bGODtW__originalPriceLabel{text-transform:uppercase;letter-spacing:.1em;opacity:.8;font-size:.7rem}.Pricing-module__bGODtW__originalPriceValue{opacity:.55;font-size:1.15rem;font-weight:700;text-decoration:line-through}.Pricing-module__bGODtW__period{font-family:var(--font-friendly);color:var(--edu-muted);font-size:.95rem}.Pricing-module__bGODtW__premiumCard .Pricing-module__bGODtW__period{color:#ffffffbf}.Pricing-module__bGODtW__featureList{flex-direction:column;flex:1;gap:7px;margin-bottom:16px;list-style:none;display:flex}.Pricing-module__bGODtW__featureItem{font-family:var(--font-friendly);color:var(--edu-ink);align-items:center;gap:10px;font-size:.9rem;font-weight:500;display:flex}.Pricing-module__bGODtW__premiumCard .Pricing-module__bGODtW__featureItem{color:#ffffffeb}.Pricing-module__bGODtW__ctaBtn{text-align:center;width:100%;margin-bottom:0;font-family:var(--font-friendly)!important;border-radius:var(--radius-full)!important;font-weight:700!important}.Pricing-module__bGODtW__card:not(.Pricing-module__bGODtW__premiumCard) .btn-secondary{transition:background .18s,box-shadow .18s;border:1.5px solid var(--edu-blue)!important;color:var(--edu-blue)!important;font-family:var(--font-friendly)!important;border-radius:var(--radius-full)!important;background:#fff!important;font-weight:700!important}.Pricing-module__bGODtW__card:not(.Pricing-module__bGODtW__premiumCard) .btn-secondary:hover{background:var(--edu-blue-soft)!important;box-shadow:0 4px 14px #2f6df626!important}.Pricing-module__bGODtW__premiumCard .btn-primary{transition:transform .18s,box-shadow .18s;color:var(--edu-blue)!important;font-family:var(--font-friendly)!important;border-radius:var(--radius-full)!important;background:#fff!important;border:none!important;font-weight:700!important;box-shadow:0 6px 18px #00000026!important}.Pricing-module__bGODtW__premiumCard .btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 26px #0003!important}.Pricing-module__bGODtW__fullGuarantee{border-radius:var(--radius-xl);box-shadow:var(--edu-card-shadow);text-align:left;background:#fff;border:1px solid #e6eefc;align-items:center;gap:16px;max-width:760px;margin-top:24px;margin-left:auto;margin-right:auto;padding:16px 22px;display:flex}.Pricing-module__bGODtW__guaranteeIcon{color:var(--edu-green);background:var(--edu-green-soft);border-radius:var(--radius-lg);flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;display:flex}.Pricing-module__bGODtW__guaranteeContent{flex:1}.Pricing-module__bGODtW__guaranteeTitle{font-family:var(--font-friendly);color:var(--edu-ink);margin-bottom:4px;font-size:1.15rem;font-weight:800}.Pricing-module__bGODtW__guaranteeText{font-family:var(--font-friendly);color:var(--edu-muted);white-space:pre-line;font-size:.95rem;line-height:1.55}@media (max-width:768px){.Pricing-module__bGODtW__pricing{padding:36px 0}.Pricing-module__bGODtW__fullGuarantee{text-align:center;flex-direction:column;gap:10px;padding:14px 16px}.Pricing-module__bGODtW__guaranteeIcon{width:40px;height:40px}.Pricing-module__bGODtW__guaranteeTitle{font-size:1.05rem}.Pricing-module__bGODtW__guaranteeText{font-size:.9rem}.Pricing-module__bGODtW__pricingHeader{margin-bottom:14px;font-size:1rem}.Pricing-module__bGODtW__premiumCard{transform:none}.Pricing-module__bGODtW__cardWrapper{gap:16px}}@media (max-width:480px){.Pricing-module__bGODtW__card{padding:18px 16px}.Pricing-module__bGODtW__price{font-size:2.5rem}}
.LegalHeader-module__NEu_tW__legalHeader{background:var(--bg-primary);border-bottom:1px solid var(--border-subtle);padding:100px 0 60px;position:relative;overflow:hidden}.LegalHeader-module__NEu_tW__heroBg{pointer-events:none;z-index:0;position:absolute;inset:0}.LegalHeader-module__NEu_tW__gridLines{opacity:.6;background-image:linear-gradient(#3b82f60d 1px,#0000 1px),linear-gradient(90deg,#3b82f60d 1px,#0000 1px);background-size:40px 40px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(80% 80% at 50% 0,#000 10%,#0000 80%);mask-image:radial-gradient(80% 80% at 50% 0,#000 10%,#0000 80%)}.LegalHeader-module__NEu_tW__glowOrb1{filter:blur(80px);background:radial-gradient(circle,#2563eb14,#0000 70%);width:600px;height:600px;position:absolute;top:-30%;left:10%}.LegalHeader-module__NEu_tW__glowOrb2{filter:blur(60px);background:radial-gradient(circle,#ea580c0d,#0000 70%);width:400px;height:400px;position:absolute;bottom:-20%;right:10%}.LegalHeader-module__NEu_tW__headerContent{z-index:1;text-align:center;flex-direction:column;align-items:center;display:flex;position:relative}.LegalHeader-module__NEu_tW__badge{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-full);color:var(--text-secondary);align-items:center;gap:8px;margin-bottom:24px;padding:8px 16px;font-size:.85rem;font-weight:600;display:inline-flex}.LegalHeader-module__NEu_tW__badgeIcon{color:var(--accent-orange)}.LegalHeader-module__NEu_tW__headline{font-family:var(--font-heading);color:var(--text-primary);letter-spacing:-.03em;background:linear-gradient(135deg,var(--text-primary),var(--accent-blue));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:20px;font-size:clamp(2.5rem,5vw,4rem);font-weight:900;line-height:1.1}.LegalHeader-module__NEu_tW__meta{justify-content:center;align-items:center;display:flex}.LegalHeader-module__NEu_tW__lastUpdated{color:var(--text-muted);font-size:1rem;font-weight:500}@media (max-width:768px){.LegalHeader-module__NEu_tW__legalHeader{padding:80px 0 40px}.LegalHeader-module__NEu_tW__headline{font-size:2.25rem}}
.ReadinessBand-module__PWA_EG__band{font-family:var(--font-friendly);padding:28px 0}.ReadinessBand-module__PWA_EG__inner{border-radius:var(--radius-xl);background:linear-gradient(135deg,var(--edu-blue),var(--edu-blue-deep));flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;padding:26px 32px;display:flex;box-shadow:0 18px 40px -18px #2f6df680}.ReadinessBand-module__PWA_EG__text{flex:320px}.ReadinessBand-module__PWA_EG__title{color:#fff;margin-bottom:4px;font-size:1.3rem;font-weight:800}.ReadinessBand-module__PWA_EG__subtitle{color:#ffffffe6;font-size:.98rem;font-weight:500;line-height:1.5}.ReadinessBand-module__PWA_EG__cta{color:var(--edu-blue-deep);border-radius:var(--radius-full);white-space:nowrap;transition:transform var(--transition-base);background:#fff;align-items:center;gap:8px;padding:14px 26px;font-size:1rem;font-weight:800;display:inline-flex;box-shadow:0 8px 18px #00000024}.ReadinessBand-module__PWA_EG__cta:hover{transform:translateY(-2px)}@media (max-width:640px){.ReadinessBand-module__PWA_EG__inner{padding:22px}.ReadinessBand-module__PWA_EG__cta{justify-content:center;width:100%}}
.CDLSimpleStateLayout-module__HTc6nq__wrapper{max-width:1200px;font-family:var(--font-sans,system-ui,sans-serif);margin:0 auto;padding:2rem 1.5rem}.CDLSimpleStateLayout-module__HTc6nq__breadcrumb{color:#64748b;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.875rem;display:flex}.CDLSimpleStateLayout-module__HTc6nq__separator{color:#cbd5e1}.CDLSimpleStateLayout-module__HTc6nq__current{color:#1e293b;font-weight:500}.CDLSimpleStateLayout-module__HTc6nq__header{margin-bottom:2rem}.CDLSimpleStateLayout-module__HTc6nq__badge{color:#16a34a;text-transform:uppercase;letter-spacing:.05em;background:#f0fdf4;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.375rem .75rem;font-size:.75rem;font-weight:700;display:inline-flex}.CDLSimpleStateLayout-module__HTc6nq__title{color:#0f172a;letter-spacing:-.02em;margin-bottom:1rem;font-size:2.5rem;font-weight:800;line-height:1.2}.CDLSimpleStateLayout-module__HTc6nq__subtitle{color:#475569;max-width:800px;font-size:1.25rem;line-height:1.6}.CDLSimpleStateLayout-module__HTc6nq__grid{grid-template-columns:1fr 340px;gap:3rem;display:grid}.CDLSimpleStateLayout-module__HTc6nq__main{flex-direction:column;gap:2.25rem;display:flex}.CDLSimpleStateLayout-module__HTc6nq__card{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:1.25rem 1.5rem;box-shadow:0 1px 3px #0000000a}.CDLSimpleStateLayout-module__HTc6nq__cardHeader{align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.CDLSimpleStateLayout-module__HTc6nq__cardIcon{color:#3b82f6;width:18px;height:18px}.CDLSimpleStateLayout-module__HTc6nq__cardHeader h2{color:#1e293b;font-size:1.0625rem;font-weight:700}.CDLSimpleStateLayout-module__HTc6nq__statsGrid{grid-template-columns:repeat(4,1fr);gap:.75rem;display:grid}.CDLSimpleStateLayout-module__HTc6nq__statItem{background:#f8fafc;border:1px solid #eef2f7;border-radius:.625rem;flex-direction:column;gap:.125rem;padding:.625rem .875rem;display:flex}.CDLSimpleStateLayout-module__HTc6nq__statLabel{color:#64748b;font-size:.75rem;font-weight:600}.CDLSimpleStateLayout-module__HTc6nq__statValue{color:#0f172a;font-size:1.25rem;font-weight:800}.CDLSimpleStateLayout-module__HTc6nq__cardFooter{color:#94a3b8;margin-top:.875rem;font-size:.8125rem}.CDLSimpleStateLayout-module__HTc6nq__section{flex-direction:column;gap:1.5rem;display:flex}.CDLSimpleStateLayout-module__HTc6nq__sectionHeader{align-items:center;gap:.75rem;display:flex}.CDLSimpleStateLayout-module__HTc6nq__sectionIcon{color:#3b82f6}.CDLSimpleStateLayout-module__HTc6nq__sectionHeader h2{color:#1e293b;font-size:1.75rem;font-weight:700}.CDLSimpleStateLayout-module__HTc6nq__largeText{color:#334155;margin-bottom:2rem;font-size:1.125rem;line-height:1.7}.CDLSimpleStateLayout-module__HTc6nq__infoBox{background:#eff6ff;border:1px solid #bfdbfe;border-radius:1rem;align-items:center;gap:1.5rem;margin-bottom:2rem;padding:1.5rem;display:flex}.CDLSimpleStateLayout-module__HTc6nq__infoIcon{color:#2563eb;background:#fff;border-radius:.75rem;justify-content:center;align-items:center;width:48px;height:48px;display:flex;box-shadow:0 4px 6px -1px #2563eb1a}.CDLSimpleStateLayout-module__HTc6nq__infoContent h3{color:#1e40af;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-size:.875rem;font-weight:700}.CDLSimpleStateLayout-module__HTc6nq__infoContent p{color:#1e293b;font-size:1.5rem;font-weight:800}.CDLSimpleStateLayout-module__HTc6nq__statsList{flex-direction:column;gap:1.25rem;display:flex}.CDLSimpleStateLayout-module__HTc6nq__statRow{align-items:flex-start;gap:1rem;display:flex}.CDLSimpleStateLayout-module__HTc6nq__rowIcon{color:#64748b;margin-top:.25rem}.CDLSimpleStateLayout-module__HTc6nq__statRow strong{color:#64748b;margin-bottom:.25rem;font-size:.875rem;display:block}.CDLSimpleStateLayout-module__HTc6nq__statRow p{color:#1e293b;font-weight:600}.CDLSimpleStateLayout-module__HTc6nq__quizSection{background:#f8fafc;border:1px solid #e2e8f0;border-radius:1.25rem;padding:1.75rem}.CDLSimpleStateLayout-module__HTc6nq__quizHeader{align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.CDLSimpleStateLayout-module__HTc6nq__topicLinks{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}.CDLSimpleStateLayout-module__HTc6nq__topicLink{color:#1e293b;background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;justify-content:space-between;align-items:center;gap:.5rem;padding:.875rem 1rem;font-size:.9375rem;font-weight:600;text-decoration:none;transition:border-color .15s,transform .15s,box-shadow .15s;display:flex}.CDLSimpleStateLayout-module__HTc6nq__topicLink:hover{border-color:#3b82f6;transform:translateY(-1px);box-shadow:0 4px 12px -4px #2563eb40}.CDLSimpleStateLayout-module__HTc6nq__topicLink svg{color:#3b82f6;flex-shrink:0}.CDLSimpleStateLayout-module__HTc6nq__quizIcon{color:#3b82f6;width:32px;height:32px}.CDLSimpleStateLayout-module__HTc6nq__quizHeader h2{color:#0f172a;margin-bottom:.25rem;font-size:1.75rem;font-weight:800}.CDLSimpleStateLayout-module__HTc6nq__quizHeader p{color:#64748b}.CDLSimpleStateLayout-module__HTc6nq__prose{color:#475569;line-height:1.7}.CDLSimpleStateLayout-module__HTc6nq__prose p{margin-bottom:1.5rem}.CDLSimpleStateLayout-module__HTc6nq__list{flex-direction:column;gap:1rem;margin-top:1.5rem;padding:0;list-style:none;display:flex}.CDLSimpleStateLayout-module__HTc6nq__list li{align-items:flex-start;gap:.75rem;font-size:1rem;display:flex}.CDLSimpleStateLayout-module__HTc6nq__listIcon{color:#22c55e;flex-shrink:0;margin-top:.2rem}.CDLSimpleStateLayout-module__HTc6nq__sidebar{position:relative}.CDLSimpleStateLayout-module__HTc6nq__stickyBox{flex-direction:column;gap:1.5rem;display:flex;position:sticky;top:2rem}.CDLSimpleStateLayout-module__HTc6nq__ctaCard{color:#fff;text-align:center;background:linear-gradient(135deg,#2563eb,#1e40af);border-radius:1.5rem;padding:2rem}.CDLSimpleStateLayout-module__HTc6nq__ctaCard h3{margin-bottom:.75rem;font-size:1.5rem;font-weight:700}.CDLSimpleStateLayout-module__HTc6nq__ctaCard p{color:#bfdbfe;margin-bottom:1.5rem;font-size:.875rem;line-height:1.5}.CDLSimpleStateLayout-module__HTc6nq__ctaBtn{color:#1e40af;background:#fff;border-radius:1rem;justify-content:center;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:1rem;font-weight:700;text-decoration:none;transition:all .2s;display:flex}.CDLSimpleStateLayout-module__HTc6nq__ctaBtn:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0003}.CDLSimpleStateLayout-module__HTc6nq__guarantee{color:#93c5fd;justify-content:center;align-items:center;gap:.5rem;font-size:.75rem;font-weight:600;display:flex}.CDLSimpleStateLayout-module__HTc6nq__helpCard{color:#475569;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:1rem;padding:1.5rem}.CDLSimpleStateLayout-module__HTc6nq__helpCard h4{color:#1e293b;margin:.5rem 0;font-size:1rem;font-weight:700}.CDLSimpleStateLayout-module__HTc6nq__helpCard p{font-size:.875rem;line-height:1.5}@media (max-width:1024px){.CDLSimpleStateLayout-module__HTc6nq__grid{grid-template-columns:1fr}.CDLSimpleStateLayout-module__HTc6nq__sidebar{display:none}}@media (max-width:640px){.CDLSimpleStateLayout-module__HTc6nq__title{font-size:2rem}.CDLSimpleStateLayout-module__HTc6nq__statsGrid{grid-template-columns:repeat(2,1fr)}.CDLSimpleStateLayout-module__HTc6nq__topicLinks{grid-template-columns:1fr}.CDLSimpleStateLayout-module__HTc6nq__quizSection{padding:1.25rem}}
.ResourceHub-module__6Ka0iq__section{background:#fff;border-top:1px solid #eef2f9;padding:80px 0}.ResourceHub-module__6Ka0iq__container{max-width:1200px;margin:0 auto;padding:0 24px}.ResourceHub-module__6Ka0iq__subSection{margin-bottom:64px}.ResourceHub-module__6Ka0iq__subSection:last-child{margin-bottom:0}.ResourceHub-module__6Ka0iq__subSection+.ResourceHub-module__6Ka0iq__subSection{border-top:1px solid #eef2f9;padding-top:56px}.ResourceHub-module__6Ka0iq__heading{font-family:var(--font-friendly);color:var(--edu-ink);letter-spacing:-.02em;margin-bottom:8px;padding-left:14px;font-size:1.75rem;font-weight:800;display:inline-block;position:relative}.ResourceHub-module__6Ka0iq__heading:before{content:"";background:var(--edu-blue);border-radius:99px;width:3px;height:40px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.ResourceHub-module__6Ka0iq__subheading{font-family:var(--font-friendly);color:var(--edu-muted);margin-bottom:28px;font-size:1rem;font-weight:500;line-height:1.6}.ResourceHub-module__6Ka0iq__stateGrid{grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:10px;display:grid}.ResourceHub-module__6Ka0iq__stateLink{background:var(--edu-bg);border-radius:var(--radius-md,8px);color:var(--edu-ink);font-family:var(--font-friendly);border:1px solid #e6eefc;padding:11px 16px;font-size:.93rem;font-weight:600;text-decoration:none;transition:border-color .15s,color .15s,background .15s,transform .15s,box-shadow .15s;display:block}.ResourceHub-module__6Ka0iq__stateLink:hover{border-color:var(--edu-blue);color:var(--edu-blue);background:var(--edu-blue-soft);transform:translateY(-2px);box-shadow:0 4px 12px #2f6df61f}.ResourceHub-module__6Ka0iq__viewAllLink{border-radius:var(--radius-md,8px);color:var(--edu-blue);font-family:var(--font-friendly);border:1px dashed #c7d6f5;justify-content:center;align-items:center;padding:11px 16px;font-size:.93rem;font-weight:700;text-decoration:none;transition:background .15s,border-color .15s;display:flex}.ResourceHub-module__6Ka0iq__viewAllLink:hover{background:var(--edu-blue-soft);border-color:var(--edu-blue)}.ResourceHub-module__6Ka0iq__categoryGrid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;display:grid}.ResourceHub-module__6Ka0iq__categoryCard{border-radius:var(--radius-lg,12px);color:inherit;box-shadow:var(--edu-card-shadow);background:#fff;border:1px solid #e6eefc;flex-direction:column;padding:22px 20px 18px;text-decoration:none;transition:border-color .18s,transform .18s,box-shadow .18s;display:flex}.ResourceHub-module__6Ka0iq__categoryCard:hover{border-color:var(--edu-blue);transform:translateY(-3px);box-shadow:0 10px 28px #2f6df624}.ResourceHub-module__6Ka0iq__categoryTitle{font-family:var(--font-friendly);color:var(--edu-ink);flex:1;margin-bottom:4px;font-size:1.05rem;font-weight:700}.ResourceHub-module__6Ka0iq__categoryArrow{font-family:var(--font-friendly);color:var(--edu-blue);letter-spacing:.01em;margin-top:12px;font-size:.85rem;font-weight:700}.ResourceHub-module__6Ka0iq__questionList{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px;display:grid}.ResourceHub-module__6Ka0iq__questionLink{background:var(--edu-bg);border-radius:var(--radius-md,8px);color:var(--edu-ink);font-family:var(--font-friendly);border:1px solid #e6eefc;padding:14px 16px;font-size:.93rem;font-weight:600;line-height:1.45;text-decoration:none;transition:border-color .15s,color .15s,background .15s,transform .15s,box-shadow .15s;display:block}.ResourceHub-module__6Ka0iq__questionLink:hover{border-color:var(--edu-blue);color:var(--edu-blue);background:var(--edu-blue-soft);transform:translateY(-2px);box-shadow:0 4px 12px #2f6df61a}@media (max-width:640px){.ResourceHub-module__6Ka0iq__section{padding:56px 0}.ResourceHub-module__6Ka0iq__heading{padding-left:12px;font-size:1.45rem}.ResourceHub-module__6Ka0iq__heading:before{height:32px}.ResourceHub-module__6Ka0iq__stateGrid{grid-template-columns:repeat(2,1fr)}.ResourceHub-module__6Ka0iq__subSection+.ResourceHub-module__6Ka0iq__subSection{padding-top:44px}}
.CDLStateQuizClient-module__T49PhG__container{max-width:640px;margin:0 auto}.CDLStateQuizClient-module__T49PhG__finishedCard{background:var(--card-bg,#fff);border:1px solid var(--border-color,#e2e8f0);text-align:center;border-radius:1.25rem;flex-direction:column;align-items:center;padding:2.5rem 1.75rem;display:flex;box-shadow:0 10px 25px -5px #0000000d}.CDLStateQuizClient-module__T49PhG__scoreCircle{background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:50%;justify-content:center;align-items:center;width:96px;height:96px;margin-bottom:1.25rem;display:flex;box-shadow:0 8px 16px -4px #2563eb4d}.CDLStateQuizClient-module__T49PhG__scoreText{color:#fff;font-size:1.75rem;font-weight:800}.CDLStateQuizClient-module__T49PhG__resultTitle{color:#1e293b;margin-bottom:.5rem;font-size:1.5rem;font-weight:800}.CDLStateQuizClient-module__T49PhG__resultDesc{color:#64748b;max-width:380px;margin-bottom:1.5rem;font-size:1rem;line-height:1.5}.CDLStateQuizClient-module__T49PhG__resetBtn{color:#fff;cursor:pointer;background:#1e293b;border:none;border-radius:9999px;align-items:center;gap:.5rem;padding:.75rem 1.75rem;font-weight:600;transition:all .2s;display:inline-flex}.CDLStateQuizClient-module__T49PhG__resetBtn:hover{background:#0f172a;transform:translateY(-1px)}.CDLStateQuizClient-module__T49PhG__stepBar{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.CDLStateQuizClient-module__T49PhG__stepLabel{color:#64748b;text-transform:uppercase;letter-spacing:.04em;font-size:.8125rem;font-weight:700}.CDLStateQuizClient-module__T49PhG__stepScore{color:#2563eb;font-size:.8125rem;font-weight:600}.CDLStateQuizClient-module__T49PhG__progressBar{background:#e2e8f0;border-radius:9999px;height:.375rem;margin-bottom:1.25rem;overflow:hidden}.CDLStateQuizClient-module__T49PhG__progressFill{background:#3b82f6;height:100%;transition:width .3s ease-out}.CDLStateQuizClient-module__T49PhG__questionCard{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:1.5rem;box-shadow:0 4px 6px -1px #0000000a}.CDLStateQuizClient-module__T49PhG__questionText{color:#1e293b;margin-bottom:1.25rem;font-size:1.1875rem;font-weight:700;line-height:1.4}.CDLStateQuizClient-module__T49PhG__optionsList{flex-direction:column;gap:.625rem;display:flex}.CDLStateQuizClient-module__T49PhG__optionBtn{text-align:left;cursor:pointer;background:#fff;border:2px solid #e2e8f0;border-radius:.75rem;align-items:center;width:100%;padding:.875rem 1rem;transition:all .15s;display:flex;position:relative}.CDLStateQuizClient-module__T49PhG__optionBtn:hover:not(:disabled){background:#f8fafc;border-color:#3b82f6}.CDLStateQuizClient-module__T49PhG__optionBtn:disabled{cursor:default}.CDLStateQuizClient-module__T49PhG__optionLabel{color:#64748b;background:#f1f5f9;border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;margin-right:.875rem;font-size:.875rem;font-weight:700;display:flex}.CDLStateQuizClient-module__T49PhG__optionContent{color:#334155;flex-grow:1;font-size:1rem;font-weight:500}.CDLStateQuizClient-module__T49PhG__selected{background:#eff6ff;border-color:#3b82f6}.CDLStateQuizClient-module__T49PhG__correct{background:#f0fdf4!important;border-color:#22c55e!important}.CDLStateQuizClient-module__T49PhG__correct .CDLStateQuizClient-module__T49PhG__optionLabel{color:#fff;background:#22c55e}.CDLStateQuizClient-module__T49PhG__wrong{background:#fef2f2!important;border-color:#ef4444!important}.CDLStateQuizClient-module__T49PhG__wrong .CDLStateQuizClient-module__T49PhG__optionLabel{color:#fff;background:#ef4444}.CDLStateQuizClient-module__T49PhG__statusIcon{flex-shrink:0;margin-left:.75rem}.CDLStateQuizClient-module__T49PhG__correct .CDLStateQuizClient-module__T49PhG__statusIcon{color:#22c55e}.CDLStateQuizClient-module__T49PhG__wrong .CDLStateQuizClient-module__T49PhG__statusIcon{color:#ef4444}.CDLStateQuizClient-module__T49PhG__explanation{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;margin-top:1.25rem;padding:.875rem 1rem}.CDLStateQuizClient-module__T49PhG__explanationCorrect{background:#16a34a0f;border-color:#16a34a}.CDLStateQuizClient-module__T49PhG__explanationCorrect .CDLStateQuizClient-module__T49PhG__explanationHeader{color:#15803d}.CDLStateQuizClient-module__T49PhG__explanationWrong{background:#dc26260f;border-color:#dc2626}.CDLStateQuizClient-module__T49PhG__explanationWrong .CDLStateQuizClient-module__T49PhG__explanationHeader{color:#b91c1c}.CDLStateQuizClient-module__T49PhG__explanationHeader{text-transform:uppercase;letter-spacing:.03em;color:#2563eb;align-items:center;gap:.375rem;margin-bottom:.5rem;font-size:.8125rem;font-weight:700;display:flex}.CDLStateQuizClient-module__T49PhG__explanation p{color:#475569;margin:0;font-size:.9375rem;line-height:1.55}.CDLStateQuizClient-module__T49PhG__controls{align-items:center;gap:.75rem;margin-top:1.25rem;display:flex}.CDLStateQuizClient-module__T49PhG__navBtn{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;transition:all .15s;display:flex}.CDLStateQuizClient-module__T49PhG__navBtn:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1}.CDLStateQuizClient-module__T49PhG__navBtn:disabled{opacity:.4;cursor:not-allowed}.CDLStateQuizClient-module__T49PhG__primaryBtn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:.75rem;flex:1;height:48px;font-size:1rem;font-weight:700;transition:all .15s}.CDLStateQuizClient-module__T49PhG__primaryBtn:hover:not(:disabled){background:#1d4ed8}.CDLStateQuizClient-module__T49PhG__primaryBtn:disabled{cursor:not-allowed;background:#cbd5e1}@media (max-width:640px){.CDLStateQuizClient-module__T49PhG__questionCard{padding:1.25rem}.CDLStateQuizClient-module__T49PhG__questionText{font-size:1.0625rem}.CDLStateQuizClient-module__T49PhG__optionContent{font-size:.9375rem}}
.EnglishTestSpotlight-module__NFkbIW__section{padding:40px 0}.EnglishTestSpotlight-module__NFkbIW__band{background:var(--edu-bg,#f5f9ff);border:1px solid var(--border-subtle,#e2e8f0);border-radius:var(--radius-xl,24px);justify-content:space-between;align-items:center;gap:32px;padding:clamp(24px,4vw,44px);display:flex}.EnglishTestSpotlight-module__NFkbIW__text{max-width:560px}.EnglishTestSpotlight-module__NFkbIW__badge{text-transform:uppercase;letter-spacing:.05em;color:var(--edu-blue,#2f6df6);border:1px solid var(--border-subtle,#e2e8f0);background:#fff;border-radius:999px;align-items:center;gap:6px;padding:5px 12px;font-size:.72rem;font-weight:800;display:inline-flex}.EnglishTestSpotlight-module__NFkbIW__title{color:var(--edu-ink,#14223b);letter-spacing:-.02em;margin:14px 0 12px;font-size:clamp(1.5rem,3.2vw,2.1rem);font-weight:850;line-height:1.18}.EnglishTestSpotlight-module__NFkbIW__desc{color:var(--edu-muted,#5b6b85);margin:0 0 22px;font-size:1.02rem;line-height:1.6}.EnglishTestSpotlight-module__NFkbIW__actions{flex-wrap:wrap;gap:12px;display:flex}.EnglishTestSpotlight-module__NFkbIW__primary{background:var(--edu-blue,#2f6df6);color:#fff;border-radius:999px;align-items:center;gap:8px;padding:13px 26px;font-weight:700;text-decoration:none;transition:background .15s,transform .12s;display:inline-flex}.EnglishTestSpotlight-module__NFkbIW__primary:hover{background:var(--edu-blue-deep,#1d4ed8);transform:translateY(-2px)}.EnglishTestSpotlight-module__NFkbIW__secondary{border:1px solid var(--border-subtle,#e2e8f0);color:var(--text-primary,#0f172a);background:#fff;border-radius:999px;align-items:center;padding:13px 24px;font-weight:700;text-decoration:none;transition:border-color .15s,color .15s;display:inline-flex}.EnglishTestSpotlight-module__NFkbIW__secondary:hover{border-color:var(--edu-blue,#2f6df6);color:var(--edu-blue,#2f6df6)}.EnglishTestSpotlight-module__NFkbIW__signs{flex-shrink:0;grid-template-columns:repeat(3,78px);gap:12px;margin:0;padding:0;list-style:none;display:grid}.EnglishTestSpotlight-module__NFkbIW__signTile{border:1px solid var(--border-subtle,#e2e8f0);background:#fff;border-radius:14px;justify-content:center;align-items:center;width:78px;height:78px;padding:10px;display:flex}.EnglishTestSpotlight-module__NFkbIW__signTile img{max-width:100%;max-height:100%}@media (max-width:860px){.EnglishTestSpotlight-module__NFkbIW__band{flex-direction:column;align-items:flex-start}.EnglishTestSpotlight-module__NFkbIW__signs{grid-template-columns:repeat(6,1fr);width:100%}.EnglishTestSpotlight-module__NFkbIW__signTile{aspect-ratio:1;width:100%;height:auto}}@media (max-width:520px){.EnglishTestSpotlight-module__NFkbIW__signs{display:none}}
.CDLQuestionPageLayout-module__0dqUra__wrapper{max-width:860px;font-family:var(--font-sans,system-ui,sans-serif);margin:0 auto;padding:6rem 1.5rem 5rem}.CDLQuestionPageLayout-module__0dqUra__breadcrumb{color:#94a3b8;align-items:center;gap:.5rem;margin-bottom:2.25rem;font-size:.875rem;display:flex}.CDLQuestionPageLayout-module__0dqUra__breadcrumb a{color:#64748b;text-decoration:none}.CDLQuestionPageLayout-module__0dqUra__breadcrumb a:hover{color:#0f172a}.CDLQuestionPageLayout-module__0dqUra__separator{color:#e2e8f0}.CDLQuestionPageLayout-module__0dqUra__header{margin-bottom:2.25rem}.CDLQuestionPageLayout-module__0dqUra__badge{color:#16a34a;text-transform:uppercase;letter-spacing:.08em;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:9999px;align-items:center;margin-bottom:1.125rem;padding:.3rem .75rem;font-size:.7rem;font-weight:800;display:inline-flex}.CDLQuestionPageLayout-module__0dqUra__h1{color:#0f172a;letter-spacing:-.025em;margin:0;font-size:clamp(2rem,5vw,2.75rem);font-weight:850;line-height:1.2}.CDLQuestionPageLayout-module__0dqUra__tldrBox{background:#0f172a;border-radius:14px;margin-bottom:3.5rem;padding:1.75rem 2rem}.CDLQuestionPageLayout-module__0dqUra__tldrLabel{text-transform:uppercase;letter-spacing:.12em;color:#64748b;margin-bottom:.75rem;font-size:.65rem;font-weight:800}.CDLQuestionPageLayout-module__0dqUra__tldrText{color:#e2e8f0;margin:0;font-size:1.0625rem;line-height:1.7}.CDLQuestionPageLayout-module__0dqUra__sections{flex-direction:column;display:flex}.CDLQuestionPageLayout-module__0dqUra__section{border-bottom:1px solid #f1f5f9;padding:2.25rem 0}.CDLQuestionPageLayout-module__0dqUra__section:first-child{padding-top:0}.CDLQuestionPageLayout-module__0dqUra__sectionTitle{color:#0f172a;letter-spacing:-.015em;margin-bottom:.875rem;font-size:1.3125rem;font-weight:750}.CDLQuestionPageLayout-module__0dqUra__sectionContent{color:#475569;margin:0;font-size:1rem;line-height:1.75}.CDLQuestionPageLayout-module__0dqUra__itemList{flex-direction:column;gap:.625rem;margin:1rem 0 0;padding:0;list-style:none;display:flex}.CDLQuestionPageLayout-module__0dqUra__itemList li{color:#334155;align-items:flex-start;gap:.75rem;font-size:.9375rem;line-height:1.6;display:flex}.CDLQuestionPageLayout-module__0dqUra__itemList li:before{content:"→";color:#3b82f6;flex-shrink:0;margin-top:.2rem;font-size:.8rem;font-weight:700}.CDLQuestionPageLayout-module__0dqUra__ctaSection{color:#fff;background:#1d4ed8;border-radius:14px;margin-top:1rem;padding:2rem 2.25rem}.CDLQuestionPageLayout-module__0dqUra__ctaSection .CDLQuestionPageLayout-module__0dqUra__sectionTitle{color:#fff;font-size:1.375rem}.CDLQuestionPageLayout-module__0dqUra__ctaSection .CDLQuestionPageLayout-module__0dqUra__sectionContent{color:#fffc}.CDLQuestionPageLayout-module__0dqUra__ctaButton{color:#1d4ed8;background:#fff;border-radius:9999px;align-items:center;gap:.5rem;margin-top:1.25rem;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:700;text-decoration:none;transition:opacity .15s;display:inline-flex}.CDLQuestionPageLayout-module__0dqUra__ctaButton:hover{opacity:.92}.CDLQuestionPageLayout-module__0dqUra__faqSection{margin-top:3.5rem}.CDLQuestionPageLayout-module__0dqUra__faqTitle{color:#0f172a;letter-spacing:-.02em;margin-bottom:1.25rem;font-size:1.5rem;font-weight:750}.CDLQuestionPageLayout-module__0dqUra__faqList{border-top:1px solid #e2e8f0;flex-direction:column;display:flex}.CDLQuestionPageLayout-module__0dqUra__faqItem{border-bottom:1px solid #e2e8f0}.CDLQuestionPageLayout-module__0dqUra__faqTrigger{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:1.125rem 0;display:flex}.CDLQuestionPageLayout-module__0dqUra__faqQ{color:#0f172a;flex:1;font-size:.9375rem;font-weight:650;line-height:1.5}.CDLQuestionPageLayout-module__0dqUra__faqChevron{color:#64748b;background:#f1f5f9;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:1.375rem;height:1.375rem;font-size:.875rem;transition:background .15s,transform .2s;display:flex}.CDLQuestionPageLayout-module__0dqUra__faqTrigger[aria-expanded=true] .CDLQuestionPageLayout-module__0dqUra__faqChevron{color:#1d4ed8;background:#dbeafe;transform:rotate(180deg)}.CDLQuestionPageLayout-module__0dqUra__faqAnswer{color:#475569;margin:0;padding:0 0 1.25rem;font-size:.9375rem;line-height:1.7}.CDLQuestionPageLayout-module__0dqUra__relatedLinks{border-top:1px solid #e2e8f0;margin-top:3rem;padding-top:2.5rem}.CDLQuestionPageLayout-module__0dqUra__relatedLinksTitle{text-transform:uppercase;letter-spacing:.1em;color:#94a3b8;margin-bottom:1rem;font-size:.75rem;font-weight:800}.CDLQuestionPageLayout-module__0dqUra__linkRows{flex-direction:column;gap:.5rem;display:flex}.CDLQuestionPageLayout-module__0dqUra__relatedLink{color:#334155;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;justify-content:space-between;align-items:center;padding:.875rem 1.125rem;font-size:.9375rem;font-weight:600;text-decoration:none;transition:background .15s,border-color .15s,color .15s;display:flex}.CDLQuestionPageLayout-module__0dqUra__relatedLink:hover{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.CDLQuestionPageLayout-module__0dqUra__relatedLinkArrow{color:#94a3b8;font-size:.875rem;transition:transform .15s,color .15s}.CDLQuestionPageLayout-module__0dqUra__relatedLink:hover .CDLQuestionPageLayout-module__0dqUra__relatedLinkArrow{color:#1d4ed8;transform:translate(3px)}@media (max-width:640px){.CDLQuestionPageLayout-module__0dqUra__wrapper{padding:5rem 1rem 3rem}.CDLQuestionPageLayout-module__0dqUra__tldrBox{padding:1.375rem 1.25rem}.CDLQuestionPageLayout-module__0dqUra__ctaSection{padding:1.5rem}}
.CDLClassLayout-module__lw189q__wrapper{max-width:1100px;font-family:var(--font-friendly);color:var(--edu-ink);margin:0 auto;padding:112px 24px 80px}.CDLClassLayout-module__lw189q__breadcrumb{color:var(--edu-muted);align-items:center;gap:7px;margin-bottom:28px;font-size:.85rem;font-weight:600;display:flex}.CDLClassLayout-module__lw189q__breadcrumb a{color:var(--edu-blue)}.CDLClassLayout-module__lw189q__breadcrumb a:hover{text-decoration:underline}.CDLClassLayout-module__lw189q__current{color:var(--edu-muted)}.CDLClassLayout-module__lw189q__header{max-width:760px;margin-bottom:32px}.CDLClassLayout-module__lw189q__badge{border-radius:var(--radius-full);background:var(--edu-blue-soft);color:var(--edu-blue-deep);letter-spacing:.02em;margin-bottom:16px;padding:6px 13px;font-size:.78rem;font-weight:700;display:inline-block}.CDLClassLayout-module__lw189q__title{letter-spacing:-.02em;color:var(--edu-ink);margin-bottom:14px;font-size:clamp(2rem,4.5vw,3rem);font-weight:800;line-height:1.1}.CDLClassLayout-module__lw189q__year{color:var(--edu-blue)}.CDLClassLayout-module__lw189q__tagline{color:var(--edu-muted);font-size:1.12rem;font-weight:500;line-height:1.6}.CDLClassLayout-module__lw189q__facts{grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:44px;display:grid}.CDLClassLayout-module__lw189q__factItem{border-radius:var(--radius-lg);box-shadow:var(--edu-card-shadow);background:#fff;border:1px solid #e6eefc;flex-direction:column;gap:4px;padding:18px;display:flex}.CDLClassLayout-module__lw189q__factValue{color:var(--edu-blue);font-size:1.6rem;font-weight:800;line-height:1}.CDLClassLayout-module__lw189q__factLabel{color:var(--edu-muted);font-size:.82rem;font-weight:600}.CDLClassLayout-module__lw189q__grid{grid-template-columns:1fr 320px;align-items:start;gap:40px;display:grid}.CDLClassLayout-module__lw189q__section{margin-bottom:36px}.CDLClassLayout-module__lw189q__lead{color:var(--edu-ink);font-size:1.1rem;line-height:1.7}.CDLClassLayout-module__lw189q__sectionHead{align-items:center;gap:10px;margin-bottom:14px;display:flex}.CDLClassLayout-module__lw189q__sectionHead h2{color:var(--edu-ink);font-size:1.4rem;font-weight:800}.CDLClassLayout-module__lw189q__sectionIcon{color:var(--edu-blue);flex-shrink:0}.CDLClassLayout-module__lw189q__sectionSub{color:var(--edu-muted);margin-bottom:18px;font-size:.98rem;line-height:1.6}.CDLClassLayout-module__lw189q__quizSection{background:linear-gradient(180deg,var(--edu-blue-soft),#fff);border-radius:var(--radius-xl);border:1px solid #e6eefc;margin-bottom:40px;padding:24px}.CDLClassLayout-module__lw189q__list{gap:12px;list-style:none;display:grid}.CDLClassLayout-module__lw189q__list li{color:var(--edu-ink);align-items:flex-start;gap:10px;font-size:1rem;font-weight:500;display:flex}.CDLClassLayout-module__lw189q__listIcon{color:var(--edu-green);flex-shrink:0;margin-top:2px}.CDLClassLayout-module__lw189q__testLinks{flex-direction:column;gap:10px;display:flex}.CDLClassLayout-module__lw189q__testLink{border-radius:var(--radius-md);color:var(--edu-ink);transition:border-color var(--transition-base),transform var(--transition-base);background:#fff;border:1.5px solid #e6eefc;justify-content:space-between;align-items:center;padding:15px 18px;font-weight:700;display:flex}.CDLClassLayout-module__lw189q__testLink:hover{border-color:var(--edu-blue);color:var(--edu-blue);transform:translateY(-1px)}.CDLClassLayout-module__lw189q__sidebar{position:sticky;top:96px}.CDLClassLayout-module__lw189q__ctaCard{background:linear-gradient(160deg,var(--edu-blue),var(--edu-blue-deep));border-radius:var(--radius-xl);color:#fff;padding:26px;box-shadow:0 18px 40px -16px #2f6df680}.CDLClassLayout-module__lw189q__ctaCard h3{margin-bottom:10px;font-size:1.25rem;font-weight:800}.CDLClassLayout-module__lw189q__ctaCard p{color:#ffffffe0;margin-bottom:20px;font-size:.95rem;line-height:1.6}.CDLClassLayout-module__lw189q__ctaBtn{width:100%;color:var(--edu-blue-deep);border-radius:var(--radius-full);transition:transform var(--transition-base);background:#fff;justify-content:center;align-items:center;gap:8px;padding:14px;font-weight:800;display:flex;box-shadow:0 8px 18px #0000001f}.CDLClassLayout-module__lw189q__ctaBtn:hover{transform:translateY(-2px)}.CDLClassLayout-module__lw189q__ctaNote{text-align:center;color:#fffc;margin-top:12px;font-size:.8rem;font-weight:500;display:block}@media (max-width:900px){.CDLClassLayout-module__lw189q__grid{grid-template-columns:1fr}.CDLClassLayout-module__lw189q__facts{grid-template-columns:repeat(2,1fr)}.CDLClassLayout-module__lw189q__sidebar{position:static}}@media (max-width:600px){.CDLClassLayout-module__lw189q__wrapper{padding:96px 16px 60px}}
.EnglishTestQuiz-module__t40tHa__card{background:var(--bg-card,#fff);border:1px solid var(--border-subtle,#e2e8f0);border-radius:var(--radius-xl,24px);box-shadow:var(--edu-card-shadow,0 18px 44px -20px #1f4b9947);padding:clamp(20px,4vw,36px)}.EnglishTestQuiz-module__t40tHa__idle{text-align:center;flex-direction:column;align-items:center;gap:14px;padding:8px 0;display:flex}.EnglishTestQuiz-module__t40tHa__idleIcon{border-radius:var(--radius-lg,16px);background:var(--edu-bg,#f5f9ff);width:60px;height:60px;color:var(--edu-blue,#2f6df6);border:1px solid var(--border-subtle,#e2e8f0);justify-content:center;align-items:center;display:inline-flex}.EnglishTestQuiz-module__t40tHa__idleText{color:var(--text-secondary,#334155);max-width:460px;margin:0;font-size:1rem;line-height:1.55}.EnglishTestQuiz-module__t40tHa__startBtn,.EnglishTestQuiz-module__t40tHa__retakeBtn{background:linear-gradient(135deg,var(--edu-blue,#2f6df6),var(--edu-blue-deep,#1d4ed8));color:#fff;border-radius:var(--radius-full,9999px);cursor:pointer;border:none;justify-content:center;align-items:center;gap:9px;padding:15px 34px;font-size:1.05rem;font-weight:700;transition:transform .12s,box-shadow .2s;display:inline-flex;box-shadow:0 10px 24px -8px #2f6df680}.EnglishTestQuiz-module__t40tHa__startBtn:hover,.EnglishTestQuiz-module__t40tHa__retakeBtn:hover{transform:translateY(-2px);box-shadow:0 14px 30px -8px #2f6df699}.EnglishTestQuiz-module__t40tHa__startBtn:active,.EnglishTestQuiz-module__t40tHa__retakeBtn:active{transform:translateY(0)}.EnglishTestQuiz-module__t40tHa__progressRow{align-items:center;gap:14px;margin-bottom:24px;display:flex}.EnglishTestQuiz-module__t40tHa__progressBar{background:var(--edu-blue-soft,#eaf1ff);border-radius:999px;flex:1;height:8px;overflow:hidden}.EnglishTestQuiz-module__t40tHa__progressFill{background:linear-gradient(90deg,var(--edu-blue,#2f6df6),var(--edu-blue-light,#5b8cf7));border-radius:999px;height:100%;transition:width .3s}.EnglishTestQuiz-module__t40tHa__progressText{color:var(--text-muted,#64748b);font-variant-numeric:tabular-nums;white-space:nowrap;font-size:.85rem;font-weight:700}.EnglishTestQuiz-module__t40tHa__stage{text-align:center;margin-bottom:24px}.EnglishTestQuiz-module__t40tHa__signFrame,.EnglishTestQuiz-module__t40tHa__signFallback{background:var(--edu-bg,#f5f9ff);border-radius:var(--radius-lg,16px);justify-content:center;align-items:center;width:184px;height:184px;margin:0 auto 18px;padding:18px;display:inline-flex}.EnglishTestQuiz-module__t40tHa__signFrame{border:1px solid var(--border-subtle,#e2e8f0)}.EnglishTestQuiz-module__t40tHa__signImg{width:auto;max-width:100%;height:auto;max-height:100%}.EnglishTestQuiz-module__t40tHa__signFallback{border:1px dashed var(--border-subtle,#cbd5e1);color:var(--text-muted,#64748b);text-align:center;font-size:.85rem}.EnglishTestQuiz-module__t40tHa__prompt{color:var(--text-primary,#0f172a);max-width:560px;margin:4px auto 0;font-size:clamp(1.05rem,2.4vw,1.25rem);font-weight:700;line-height:1.45}.EnglishTestQuiz-module__t40tHa__question{text-transform:uppercase;letter-spacing:.08em;color:var(--edu-blue,#2f6df6);margin-top:16px;font-size:.78rem;font-weight:700}.EnglishTestQuiz-module__t40tHa__options{gap:12px;display:grid}.EnglishTestQuiz-module__t40tHa__option{text-align:left;background:var(--bg-card,#fff);border:1.5px solid var(--border-subtle,#e2e8f0);border-radius:var(--radius-md,12px);cursor:pointer;align-items:center;gap:14px;padding:14px 16px;transition:border-color .14s,background .14s,transform 90ms;display:flex}.EnglishTestQuiz-module__t40tHa__option:hover{border-color:var(--edu-blue,#2f6df6);background:var(--edu-blue-soft,#eaf1ff)}.EnglishTestQuiz-module__t40tHa__option:active{transform:scale(.99)}.EnglishTestQuiz-module__t40tHa__option:focus-visible{outline:2px solid var(--edu-blue,#2f6df6);outline-offset:2px}.EnglishTestQuiz-module__t40tHa__optLetter{background:var(--edu-bg,#f5f9ff);width:30px;height:30px;color:var(--edu-blue,#2f6df6);border:1px solid var(--border-subtle,#e2e8f0);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:.9rem;font-weight:800;display:flex}.EnglishTestQuiz-module__t40tHa__option:hover .EnglishTestQuiz-module__t40tHa__optLetter{background:var(--edu-blue,#2f6df6);color:#fff;border-color:var(--edu-blue,#2f6df6)}.EnglishTestQuiz-module__t40tHa__optText{flex-direction:column;gap:2px;min-width:0;display:flex}.EnglishTestQuiz-module__t40tHa__optEn{color:var(--text-primary,#0f172a);font-weight:600}.EnglishTestQuiz-module__t40tHa__optTranslated{color:var(--text-muted,#64748b);font-size:.85rem}.EnglishTestQuiz-module__t40tHa__results{text-align:center;margin-bottom:8px}.EnglishTestQuiz-module__t40tHa__scoreRing{background:#fff;border:8px solid;border-radius:50%;justify-content:center;align-items:center;width:118px;height:118px;margin:0 auto 16px;display:flex}.EnglishTestQuiz-module__t40tHa__pass{border-color:var(--accent-green,#16a34a);color:var(--accent-green,#16a34a)}.EnglishTestQuiz-module__t40tHa__fail{border-color:var(--accent-orange,#ea580c);color:var(--accent-orange,#ea580c)}.EnglishTestQuiz-module__t40tHa__scorePct{letter-spacing:-.02em;font-size:2.1rem;font-weight:900}.EnglishTestQuiz-module__t40tHa__score{color:var(--text-primary,#0f172a);margin:0;font-size:1.15rem;font-weight:700}.EnglishTestQuiz-module__t40tHa__review{text-align:left;background:var(--edu-bg,#f5f9ff);border-radius:var(--radius-lg,16px);margin:22px 0 4px;padding:6px 20px 14px}.EnglishTestQuiz-module__t40tHa__review h4{color:var(--text-primary,#0f172a);margin:16px 0 4px;font-size:.95rem;font-weight:800}.EnglishTestQuiz-module__t40tHa__reviewItem{border-top:1px solid var(--border-subtle,#e2e8f0);padding:14px 0}.EnglishTestQuiz-module__t40tHa__reviewItem:first-of-type{border-top:none}.EnglishTestQuiz-module__t40tHa__reviewAnswer{color:var(--text-primary,#0f172a);margin:0 0 4px;font-weight:700}.EnglishTestQuiz-module__t40tHa__reviewExplain{color:var(--text-secondary,#334155);margin:0;font-size:.9rem;line-height:1.5}.EnglishTestQuiz-module__t40tHa__actions{text-align:center;margin-top:20px}
.EnglishTestPage-module__L0Osiq__wrap{max-width:920px;margin:0 auto;padding:calc(72px + clamp(24px,4vw,48px)) 20px 64px}.EnglishTestPage-module__L0Osiq__hero{text-align:center;max-width:680px;margin:0 auto clamp(28px,5vw,44px)}.EnglishTestPage-module__L0Osiq__title{letter-spacing:-.02em;color:var(--edu-ink,#14223b);font-size:clamp(1.8rem,4.5vw,2.6rem);font-weight:850;line-height:1.12;font-family:var(--font-heading,inherit);margin:0 0 14px}.EnglishTestPage-module__L0Osiq__intro{color:var(--edu-muted,#5b6b85);margin:0;font-size:clamp(1rem,2vw,1.15rem);line-height:1.6}.EnglishTestPage-module__L0Osiq__quizSlot,.EnglishTestPage-module__L0Osiq__studyList{margin-bottom:clamp(40px,7vw,64px)}.EnglishTestPage-module__L0Osiq__studyHeading{color:var(--edu-ink,#14223b);letter-spacing:-.01em;text-align:center;margin:0 0 20px;font-size:clamp(1.3rem,3vw,1.6rem);font-weight:800}.EnglishTestPage-module__L0Osiq__signGrid{grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:16px;margin:0;padding:0;list-style:none;display:grid}.EnglishTestPage-module__L0Osiq__signCard{background:var(--bg-card,#fff);border:1px solid var(--border-subtle,#e2e8f0);border-radius:var(--radius-lg,16px);text-align:center;padding:18px;transition:transform .16s,box-shadow .2s,border-color .16s}.EnglishTestPage-module__L0Osiq__signCard:hover{box-shadow:var(--edu-card-shadow,0 18px 44px -20px #1f4b9947);border-color:var(--edu-blue-soft,#eaf1ff);transform:translateY(-3px)}.EnglishTestPage-module__L0Osiq__signThumbWrap{background:var(--edu-bg,#f5f9ff);border-radius:var(--radius-md,12px);justify-content:center;align-items:center;height:96px;margin-bottom:14px;padding:12px;display:flex}.EnglishTestPage-module__L0Osiq__signThumb{width:auto;max-width:100%;height:auto;max-height:100%}.EnglishTestPage-module__L0Osiq__signName{color:var(--text-primary,#0f172a);margin:0;font-size:1rem;font-weight:800}.EnglishTestPage-module__L0Osiq__signTranslated{color:var(--edu-blue,#2f6df6);margin:3px 0 0;font-size:.85rem;font-weight:600}.EnglishTestPage-module__L0Osiq__signExplain{color:var(--text-secondary,#334155);margin:8px 0 0;font-size:.85rem;line-height:1.5}.EnglishTestPage-module__L0Osiq__cta{text-align:center;background:linear-gradient(135deg,var(--edu-blue,#2f6df6),var(--edu-blue-deep,#1d4ed8));border-radius:var(--radius-xl,24px);color:#fff;padding:clamp(28px,5vw,44px)}.EnglishTestPage-module__L0Osiq__ctaText{max-width:520px;margin:0 auto 18px;font-size:clamp(1.05rem,2.2vw,1.3rem);font-weight:700;line-height:1.45}.EnglishTestPage-module__L0Osiq__ctaBtn{color:var(--edu-blue-deep,#1d4ed8);border-radius:var(--radius-full,9999px);background:#fff;justify-content:center;align-items:center;padding:14px 32px;font-weight:800;text-decoration:none;transition:transform .12s,box-shadow .2s;display:inline-flex;box-shadow:0 10px 24px -10px #0006}.EnglishTestPage-module__L0Osiq__ctaBtn:hover{transform:translateY(-2px);box-shadow:0 14px 30px -10px #00000073}.EnglishTestPage-module__L0Osiq__catBlurb{text-align:center;color:var(--edu-muted,#5b6b85);max-width:620px;margin:0 auto 20px;font-size:.98rem;line-height:1.55}.EnglishTestPage-module__L0Osiq__explainer{background:var(--edu-bg,#f5f9ff);border:1px solid var(--border-subtle,#e2e8f0);border-radius:var(--radius-xl,24px);margin-bottom:clamp(40px,7vw,64px);padding:clamp(24px,4vw,36px)}.EnglishTestPage-module__L0Osiq__explainerList{gap:14px;margin:18px 0 0;padding:0;list-style:none;display:grid}.EnglishTestPage-module__L0Osiq__explainerList li{color:var(--text-secondary,#334155);padding-left:30px;font-size:1rem;line-height:1.6;position:relative}.EnglishTestPage-module__L0Osiq__explainerList li:before{content:"";background:var(--edu-blue-soft,#eaf1ff);border:3px solid var(--edu-blue,#2f6df6);border-radius:50%;width:16px;height:16px;position:absolute;top:7px;left:0}.EnglishTestPage-module__L0Osiq__seeAll{color:var(--edu-blue,#2f6df6);align-items:center;gap:7px;margin-top:22px;font-weight:700;text-decoration:none;transition:gap .15s;display:inline-flex}.EnglishTestPage-module__L0Osiq__seeAll:hover{gap:11px}.EnglishTestPage-module__L0Osiq__crosslink{background:var(--bg-card,#fff);border:1px solid var(--border-subtle,#e2e8f0);border-radius:var(--radius-lg,16px);color:var(--text-primary,#0f172a);flex-wrap:wrap;align-items:center;gap:14px;margin-bottom:clamp(40px,7vw,64px);padding:18px 22px;text-decoration:none;transition:border-color .15s,transform .12s;display:flex}.EnglishTestPage-module__L0Osiq__crosslink:hover{border-color:var(--edu-blue,#2f6df6);transform:translateY(-2px)}.EnglishTestPage-module__L0Osiq__crosslink>svg{color:var(--edu-blue,#2f6df6);flex-shrink:0}.EnglishTestPage-module__L0Osiq__crosslinkText{flex:1;min-width:200px;font-weight:600}.EnglishTestPage-module__L0Osiq__crosslinkCta{color:var(--edu-blue,#2f6df6);white-space:nowrap;align-items:center;gap:6px;font-weight:700;display:inline-flex}.EnglishTestPage-module__L0Osiq__faq{margin-bottom:clamp(40px,7vw,64px)}.EnglishTestPage-module__L0Osiq__faqList{gap:12px;max-width:760px;margin-top:20px;margin-left:auto;margin-right:auto;display:grid}.EnglishTestPage-module__L0Osiq__faqItem{background:var(--bg-card,#fff);border:1px solid var(--border-subtle,#e2e8f0);border-radius:var(--radius-lg,16px);padding:18px 20px}.EnglishTestPage-module__L0Osiq__faqQ{color:var(--text-primary,#0f172a);margin:0 0 6px;font-size:1rem;font-weight:700}.EnglishTestPage-module__L0Osiq__faqA{color:var(--text-secondary,#334155);margin:0;font-size:.92rem;line-height:1.6}
.QuickAssessment-module__I3QRIa__container{z-index:10;background:linear-gradient(180deg,var(--edu-blue-soft)0%,#fff 100%);padding:100px 0;position:relative}.QuickAssessment-module__I3QRIa__introCard,.QuickAssessment-module__I3QRIa__quizCard,.QuickAssessment-module__I3QRIa__resultCard{text-align:center;max-width:850px;margin:0 auto;padding:60px;border-radius:var(--radius-xl)!important;box-shadow:var(--edu-card-shadow)!important;-webkit-backdrop-filter:none!important;background:#fff!important;border:1px solid #e6eefc!important}.QuickAssessment-module__I3QRIa__title{font-family:var(--font-friendly);color:var(--edu-ink);margin-bottom:20px;font-size:3rem;font-weight:800}.QuickAssessment-module__I3QRIa__subtitle{font-family:var(--font-friendly);color:var(--edu-muted);max-width:600px;margin-bottom:40px;margin-left:auto;margin-right:auto;font-size:1.25rem}.QuickAssessment-module__I3QRIa__introContent{flex-direction:column;align-items:center;gap:24px;display:flex}.QuickAssessment-module__I3QRIa__badge{background:var(--edu-blue-soft);color:var(--edu-blue-deep);border-radius:var(--radius-full);font-family:var(--font-friendly);text-transform:uppercase;letter-spacing:.06em;border:1px solid #cfe0ff;padding:7px 18px;font-size:.82rem;font-weight:800;display:inline-flex}.QuickAssessment-module__I3QRIa__introTitle{font-family:var(--font-friendly);color:var(--edu-ink);text-wrap:balance;margin:0;font-size:clamp(1.9rem,3.5vw,2.5rem);font-weight:800;line-height:1.15}.QuickAssessment-module__I3QRIa__introDescription{font-family:var(--font-friendly);color:var(--edu-muted);max-width:560px;margin:0;font-size:1.1rem;line-height:1.65}.QuickAssessment-module__I3QRIa__features{flex-direction:column;align-items:flex-start;gap:12px;margin:8px 0;display:flex}.QuickAssessment-module__I3QRIa__featureItem{font-family:var(--font-friendly);color:var(--edu-ink);align-items:center;gap:12px;font-size:1rem;font-weight:600;display:flex}.QuickAssessment-module__I3QRIa__featureIcon{background:var(--edu-green-soft);width:32px;height:32px;color:var(--edu-green);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.QuickAssessment-module__I3QRIa__container .btn-primary{background:linear-gradient(135deg,var(--edu-blue)0%,var(--edu-blue-deep)100%)!important;color:#fff!important;font-family:var(--font-friendly)!important;border-radius:var(--radius-full)!important;border:none!important;font-weight:700!important;transition:transform .2s,box-shadow .2s!important;box-shadow:0 10px 24px #2f6df64d!important}.QuickAssessment-module__I3QRIa__container .btn-primary:hover{transform:translateY(-2px)!important;box-shadow:0 16px 32px #2f6df666!important}.QuickAssessment-module__I3QRIa__reviewsRow{box-sizing:border-box;gap:16px;width:100%;max-width:850px;margin-top:24px;margin-left:auto;margin-right:auto;padding:0 16px;display:flex}.QuickAssessment-module__I3QRIa__compactReview{border-radius:var(--radius-md);background:#fff;border:1px solid #e6eefc;flex-direction:column;flex:1;gap:8px;padding:16px;transition:box-shadow .2s,transform .2s;display:flex;box-shadow:0 2px 8px #2f6df60f}.QuickAssessment-module__I3QRIa__compactReview:hover{transform:translateY(-2px);box-shadow:0 6px 20px #2f6df61f}.QuickAssessment-module__I3QRIa__reviewHeader{align-items:center;gap:10px;display:flex}.QuickAssessment-module__I3QRIa__miniAvatar{color:#fff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.6rem;font-weight:700;display:flex}.QuickAssessment-module__I3QRIa__reviewerInfo{flex-direction:column;display:flex}.QuickAssessment-module__I3QRIa__reviewerName{font-family:var(--font-friendly);color:var(--edu-ink);font-size:.82rem;font-weight:700}.QuickAssessment-module__I3QRIa__stars{gap:1px;display:flex}.QuickAssessment-module__I3QRIa__compactText{font-family:var(--font-friendly);color:var(--edu-muted);margin:0;font-size:.82rem;font-style:normal;line-height:1.5}.QuickAssessment-module__I3QRIa__quizHeader{text-align:left;margin-bottom:36px}.QuickAssessment-module__I3QRIa__progressText{font-family:var(--font-friendly);color:var(--edu-blue);text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px;font-size:.82rem;font-weight:700;display:block}.QuickAssessment-module__I3QRIa__progressBar{background:var(--edu-blue-soft);border-radius:var(--radius-full);border:none;height:10px;overflow:hidden}.QuickAssessment-module__I3QRIa__progressFill{background:linear-gradient(90deg,var(--edu-blue),var(--edu-green));border-radius:var(--radius-full);height:100%;transition:width .4s cubic-bezier(.4,0,.2,1)}.QuickAssessment-module__I3QRIa__questionText{font-family:var(--font-friendly);text-align:left;color:var(--edu-ink);margin-bottom:40px;font-size:clamp(1.4rem,2.5vw,2rem);font-weight:700;line-height:1.35}.QuickAssessment-module__I3QRIa__optionsGrid{gap:14px;display:grid}.QuickAssessment-module__I3QRIa__optionBtn{text-align:left;border-radius:var(--radius-md);color:var(--edu-ink);font-family:var(--font-friendly);cursor:pointer;background:#fff;border:1.5px solid #dbe6fb;padding:20px 28px;font-size:1.05rem;font-weight:500;line-height:1.45;transition:border-color .18s,background .18s,transform .18s,box-shadow .18s;box-shadow:0 1px 3px #2f6df60d}.QuickAssessment-module__I3QRIa__optionBtn:hover{background:var(--edu-blue-soft);border-color:var(--edu-blue);color:var(--edu-ink);transform:translateY(-2px);box-shadow:0 6px 18px #2f6df624}.QuickAssessment-module__I3QRIa__optionBtn:active{transform:translateY(0)}.QuickAssessment-module__I3QRIa__calculating{font-family:var(--font-friendly);color:var(--edu-muted);flex-direction:column;align-items:center;gap:28px;padding:80px 0;font-size:1.05rem;font-weight:500;display:flex}.QuickAssessment-module__I3QRIa__spinner{color:var(--edu-blue);animation:.9s linear infinite QuickAssessment-module__I3QRIa__spin}@keyframes QuickAssessment-module__I3QRIa__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.QuickAssessment-module__I3QRIa__resultHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;margin-bottom:48px;display:flex}.QuickAssessment-module__I3QRIa__resultTitle{font-family:var(--font-friendly);color:var(--edu-ink);font-size:clamp(1.6rem,2.8vw,2.25rem);font-weight:800}.QuickAssessment-module__I3QRIa__statusBadge{border-radius:var(--radius-full);font-family:var(--font-friendly);align-items:center;gap:10px;padding:10px 20px;font-size:.9rem;font-weight:700;display:flex}.QuickAssessment-module__I3QRIa__statusWarning{color:var(--edu-amber);background:#f6a6091f;border:1px solid #f6a60947}.QuickAssessment-module__I3QRIa__statusSuccess{background:var(--edu-green-soft);color:var(--edu-green);border:1px solid #16b27747}.QuickAssessment-module__I3QRIa__scoreDisplay{text-align:left;align-items:center;gap:48px;margin-bottom:48px;display:flex}.QuickAssessment-module__I3QRIa__scoreCircle{aspect-ratio:1;border:10px solid var(--edu-green-soft);background:#fff;border-radius:50%;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:160px;height:160px;display:flex;position:relative}.QuickAssessment-module__I3QRIa__scoreCircle:after{content:"";border:10px solid var(--edu-green);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);border-radius:50%;position:absolute;inset:-10px}.QuickAssessment-module__I3QRIa__scoreNum{font-family:var(--font-friendly);color:var(--edu-ink);font-size:3rem;font-weight:900;line-height:1}.QuickAssessment-module__I3QRIa__scoreLabel{font-family:var(--font-friendly);text-transform:uppercase;color:var(--edu-green);letter-spacing:.06em;margin-top:4px;font-size:.72rem;font-weight:800}.QuickAssessment-module__I3QRIa__resultMsg{font-family:var(--font-friendly);color:var(--edu-muted);font-size:1.1rem;line-height:1.7}.QuickAssessment-module__I3QRIa__blurredSection{background:var(--edu-blue-soft);border-radius:var(--radius-xl);border:1px solid #cfe0ff;padding:36px;position:relative;overflow:hidden}.QuickAssessment-module__I3QRIa__blurredHeader{color:var(--edu-ink);justify-content:center;align-items:center;gap:10px;margin-bottom:14px;display:flex}.QuickAssessment-module__I3QRIa__blurredHeader h3{font-family:var(--font-friendly);color:var(--edu-ink);font-size:1.25rem;font-weight:700}.QuickAssessment-module__I3QRIa__blurredDesc{font-family:var(--font-friendly);color:var(--edu-muted);max-width:500px;margin-bottom:40px;margin-left:auto;margin-right:auto;font-size:.97rem;line-height:1.6}.QuickAssessment-module__I3QRIa__mockReport{filter:blur(8px);opacity:.35;pointer-events:none;-webkit-user-select:none;user-select:none}.QuickAssessment-module__I3QRIa__mockRow{font-family:var(--font-friendly);color:var(--edu-ink);align-items:center;gap:20px;margin-bottom:18px;font-weight:600;display:flex}.QuickAssessment-module__I3QRIa__mockRow span:first-child{text-align:left;min-width:180px}.QuickAssessment-module__I3QRIa__mockBar{border-radius:var(--radius-full);background:#dbe6fb;flex:1;height:12px}.QuickAssessment-module__I3QRIa__mockFill{background:linear-gradient(90deg,var(--edu-blue),var(--edu-green));border-radius:var(--radius-full);height:100%}.QuickAssessment-module__I3QRIa__overlay{-webkit-backdrop-filter:blur(2px);background:linear-gradient(#0000 0%,#eaf1ff8c 40%,#eaf1ffe0 100%);justify-content:center;align-items:center;display:flex;position:absolute;inset:0}@media (max-width:768px){.QuickAssessment-module__I3QRIa__container{padding:64px 0}.QuickAssessment-module__I3QRIa__introCard,.QuickAssessment-module__I3QRIa__quizCard,.QuickAssessment-module__I3QRIa__resultCard{margin:0 16px;padding:36px 20px}.QuickAssessment-module__I3QRIa__title{font-size:2rem}.QuickAssessment-module__I3QRIa__questionText{margin-bottom:28px;font-size:1.35rem}.QuickAssessment-module__I3QRIa__optionBtn{padding:16px 20px;font-size:.97rem}.QuickAssessment-module__I3QRIa__scoreDisplay{text-align:center;flex-direction:column;align-items:center;gap:28px}.QuickAssessment-module__I3QRIa__resultHeader{text-align:center;justify-content:center}.QuickAssessment-module__I3QRIa__mockRow{flex-direction:column;align-items:flex-start;gap:8px}.QuickAssessment-module__I3QRIa__mockRow span:first-child{min-width:0}.QuickAssessment-module__I3QRIa__mockBar{width:100%}.QuickAssessment-module__I3QRIa__reviewsRow{flex-direction:column;gap:12px}.QuickAssessment-module__I3QRIa__blurredSection{padding:24px 16px}}@media (max-width:640px){.QuickAssessment-module__I3QRIa__features{align-items:center}}
.NewsArticle-module__BQ2xRG__article{max-width:800px;margin:0 auto}.NewsArticle-module__BQ2xRG__header{text-align:center;margin-bottom:40px}.NewsArticle-module__BQ2xRG__meta{color:var(--text-tertiary);margin-bottom:16px;font-size:1rem;font-weight:500}.NewsArticle-module__BQ2xRG__title{color:var(--text-primary);letter-spacing:-.02em;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:850;line-height:1.1}.NewsArticle-module__BQ2xRG__heroImageWrapper{aspect-ratio:16/9;border-radius:var(--radius-xl);border:1px solid var(--border-subtle);width:100%;margin-bottom:60px;overflow:hidden}.NewsArticle-module__BQ2xRG__heroImage{object-fit:cover;width:100%;height:100%}.NewsArticle-module__BQ2xRG__content{color:var(--text-primary);font-size:1.125rem;line-height:1.8}.NewsArticle-module__BQ2xRG__content h2{margin-top:48px;margin-bottom:24px;font-size:2rem;font-weight:800}.NewsArticle-module__BQ2xRG__content p{margin-bottom:24px}.NewsArticle-module__BQ2xRG__content ul,.NewsArticle-module__BQ2xRG__content ol{margin-bottom:24px;padding-left:24px}.NewsArticle-module__BQ2xRG__content li{margin-bottom:12px}.NewsArticle-module__BQ2xRG__content blockquote{border-left:4px solid var(--brand-primary);background:var(--bg-card);border-radius:0 var(--radius-md)var(--radius-md)0;margin:40px 0;padding:16px 24px;font-size:1.25rem;font-style:italic}
.NewsCard-module__CYjG_q__card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);flex-direction:column;transition:all .3s;display:flex;overflow:hidden}.NewsCard-module__CYjG_q__card:hover{border-color:var(--brand-primary);transform:translateY(-4px);box-shadow:0 12px 24px #0000000d}.NewsCard-module__CYjG_q__imageWrapper{aspect-ratio:16/9;width:100%;overflow:hidden}.NewsCard-module__CYjG_q__image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.NewsCard-module__CYjG_q__card:hover .NewsCard-module__CYjG_q__image{transform:scale(1.05)}.NewsCard-module__CYjG_q__content{flex-direction:column;flex-grow:1;padding:24px;display:flex}.NewsCard-module__CYjG_q__meta{color:var(--text-tertiary);gap:12px;margin-bottom:12px;font-size:.875rem;display:flex}.NewsCard-module__CYjG_q__title{color:var(--text-primary);margin-bottom:12px;font-size:1.25rem;font-weight:700;line-height:1.4}.NewsCard-module__CYjG_q__excerpt{color:var(--text-secondary);-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;margin-bottom:24px;font-size:1rem;line-height:1.6;display:-webkit-box;overflow:hidden}.NewsCard-module__CYjG_q__readMore{color:var(--brand-primary);align-items:center;margin-top:auto;font-size:.9375rem;font-weight:600;text-decoration:none;transition:gap .2s;display:inline-flex}.NewsCard-module__CYjG_q__readMore:hover{gap:8px}
