*{box-sizing:border-box;margin:0;padding:0;font-family:Arial,sans-serif}body{color:#0f172a;background:#fff}header{background:#fff;justify-content:space-between;align-items:center;padding:24px 8%;display:flex}.logo{color:#0f172a;font-size:24px;font-weight:700}.logo span{color:#2563eb}nav a{color:#334155;margin:0 18px;font-size:15px;text-decoration:none}.auth-buttons a{margin-left:16px;font-size:15px;text-decoration:none}.signup{color:#fff;background:#2563eb;border-radius:8px;padding:12px 20px}.hero{grid-template-columns:1fr 1fr;align-items:center;gap:50px;padding:60px 8%;display:grid}.badge{color:#2563eb;background:#eff6ff;border-radius:999px;margin-bottom:24px;padding:8px 14px;font-size:14px;font-weight:700;display:inline-block}.hero h1{margin-bottom:24px;font-size:56px;line-height:1.1}.hero h1 em{color:#2563eb;font-style:italic}.hero p{color:#64748b;max-width:520px;margin-bottom:30px;font-size:18px;line-height:1.6}.hero-buttons a{border-radius:8px;margin-right:14px;padding:14px 24px;font-weight:700;text-decoration:none;display:inline-block}.primary{color:#fff;background:#2563eb}.secondary{color:#2563eb;border:1px solid #2563eb}.dashboard{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:28px;box-shadow:0 20px 50px #0f172a1f}.dashboard h3{margin-bottom:8px}.dashboard p{margin-bottom:20px;font-size:14px}.course-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;margin-bottom:16px;padding:18px}.progress-bar{background:#dbeafe;border-radius:999px;height:8px;margin-top:12px;overflow:hidden}.progress{background:#2563eb;width:67%;height:100%}section{padding:60px 8%}.section-title{text-align:center;margin-bottom:40px;font-size:30px}.features,.subjects,.courses,.coming-soon{gap:24px;display:grid}.features{grid-template-columns:repeat(4,1fr)}.subjects{grid-template-columns:repeat(6,1fr)}.courses{grid-template-columns:repeat(4,1fr)}.coming-soon{grid-template-columns:repeat(5,1fr)}.card{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:28px 20px;box-shadow:0 10px 30px #0f172a0a}.icon{color:#2563eb;background:#eff6ff;border-radius:14px;justify-content:center;align-items:center;width:54px;height:54px;margin:0 auto 18px;font-size:26px;display:flex}.card h3{margin-bottom:10px;font-size:17px}.card p{color:#64748b;font-size:14px;line-height:1.5}.light-section{background:linear-gradient(#f8fbff,#fff)}.how-it-works{text-align:center;grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.step-number{color:#fff;background:#2563eb;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;margin:0 auto 16px;font-weight:700;display:flex}.course-list{text-align:left;color:#475569;margin-top:14px;font-size:14px;line-height:1.9}.testimonial{text-align:center;color:#475569;background:#fff;border:1px solid #e2e8f0;border-radius:16px;max-width:900px;margin:auto;padding:28px;box-shadow:0 10px 30px #0f172a0f}.cta{color:#fff;text-align:center;background:#2563eb;padding:50px 8%}.cta h2{margin-bottom:12px;font-size:34px}.cta p{color:#dbeafe;margin-bottom:24px}.cta a{color:#2563eb;background:#fff;border-radius:8px;padding:14px 24px;font-weight:700;text-decoration:none}footer{text-align:center;color:#64748b;padding:24px;font-size:14px}@media (max-width:1000px){.hero{grid-template-columns:1fr}.features,.subjects,.courses,.coming-soon{grid-template-columns:repeat(2,1fr)}nav{display:none}}@media (max-width:600px){.hero h1{font-size:40px}.features,.subjects,.courses,.coming-soon,.how-it-works{grid-template-columns:1fr}header{padding:20px}section,.hero{padding:40px 20px}header{width:100%;padding:24px 8%}.logo{white-space:nowrap}}
header{z-index:1000;background:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:18px 8%;display:flex;position:sticky;top:0}.logo{color:#0f172a;align-items:center;font-size:34px;font-weight:800;text-decoration:none;display:flex}.logo span{color:#2563eb;margin-right:4px;font-size:22px}nav{align-items:center;gap:32px;display:flex}nav a{color:#475569;font-size:15px;font-weight:600;text-decoration:none;transition:all .25s;position:relative}nav a:hover{color:#2563eb}nav a:after{content:"";background:#2563eb;width:0;height:2px;transition:all .25s;position:absolute;bottom:-6px;left:0}nav a:hover:after{width:100%}.auth-buttons{align-items:center;gap:16px;display:flex}.auth-buttons a{color:#475569;font-weight:600;text-decoration:none}.signup{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:10px;outline:none;padding:12px 22px;font-size:15px;font-weight:700;transition:all .25s}.signup:hover{background:#1d4ed8;transform:translateY(-2px)}@media (max-width:900px){header{flex-direction:column;gap:20px;padding:22px}nav{flex-wrap:wrap;justify-content:center;gap:20px}.auth-buttons{justify-content:center;width:100%}}
