:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--bg: #0b1220;--bg2: #0f1b32;--card: rgba(255, 255, 255, .06);--card2: rgba(255, 255, 255, .1);--text: rgba(255, 255, 255, .92);--muted: rgba(255, 255, 255, .7);--stroke: rgba(255, 255, 255, .12);--shadow: 0 20px 60px rgba(0, 0, 0, .45)}*{box-sizing:border-box}body{margin:0;font-family:Arial,sans-serif;background:radial-gradient(1200px 600px at 20% 0%,#1b3a57 0%,transparent 55%),radial-gradient(900px 500px at 90% 20%,#3a2b7a 0%,transparent 55%),linear-gradient(180deg,var(--bg),var(--bg2));color:var(--text)}a{color:inherit;text-decoration:none}.container{width:min(1100px,calc(100% - 32px));margin:0 auto}.nav{position:sticky;top:0;z-index:20;border-bottom:1px solid var(--stroke);background:#0a101ebf;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.nav-inner{height:72px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;gap:12px;align-items:center}.logo{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;font-weight:700;background:linear-gradient(135deg,#4fd1c5,#667eea);color:#0b1220}.brand-name{font-weight:700}.brand-tag{font-size:12px;color:var(--muted);margin-top:2px}.nav-links{display:flex;align-items:center;gap:18px;font-size:14px}.nav-links a{color:var(--muted)}.nav-links a:hover{color:var(--text)}.nav-login{padding:10px 14px;border-radius:10px;border:1px solid var(--stroke);background:#ffffff0f;color:var(--text)!important}.nav-login:hover{background:#ffffff1f}.hero{padding:70px 0 40px}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:22px;align-items:start}.pill{display:inline-block;padding:8px 12px;border-radius:999px;border:1px solid var(--stroke);background:#ffffff0f;color:var(--muted);font-size:13px}.hero-title{margin:16px 0 10px;font-size:46px;line-height:1.08}.hero-sub{margin:0;color:var(--muted);font-size:16px;line-height:1.6;max-width:560px}.hero-actions{margin-top:22px;display:flex;gap:12px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:12px 16px;border-radius:12px;border:1px solid var(--stroke);font-weight:700;font-size:14px}.btn.primary{border:0;background:linear-gradient(135deg,#4fd1c5,#667eea);color:#0b1220}.btn.ghost{background:#ffffff0f;color:var(--text)}.btn:hover{transform:translateY(-1px)}.btn.wide{width:100%}.stats{margin-top:24px;display:flex;gap:14px;flex-wrap:wrap}.stat{border:1px solid var(--stroke);background:#ffffff0f;border-radius:14px;padding:12px 14px;min-width:120px}.stat-num{font-weight:800;font-size:18px}.stat-label{color:var(--muted);font-size:12px;margin-top:4px}.hero-card{border:1px solid var(--stroke);border-radius:18px;background:#ffffff0f;box-shadow:var(--shadow);overflow:hidden}.hero-card-top{height:38px;display:flex;align-items:center;gap:8px;padding:0 14px;border-bottom:1px solid var(--stroke);background:#ffffff0a}.dot{width:10px;height:10px;border-radius:999px;background:#ffffff40}.hero-card-body{padding:18px;display:grid;gap:14px}.feature{display:flex;gap:12px;padding:14px;border-radius:14px;border:1px solid var(--stroke);background:#ffffff0f}.icon{font-size:18px}.feature-title{font-weight:800}.feature-text{color:var(--muted);font-size:13px;margin-top:2px}.section{padding:64px 0;border-top:1px solid var(--stroke)}.section.alt{background:#ffffff08}h2{margin:0 0 12px;font-size:28px}h3{margin:0 0 10px;font-size:18px}.muted{color:var(--muted);line-height:1.7}.grid3{margin-top:18px;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.panel,.course{border:1px solid var(--stroke);background:#ffffff0f;border-radius:16px;padding:18px}.course-top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.badge{font-size:12px;padding:6px 10px;border-radius:999px;border:1px solid var(--stroke);background:#ffffff0f;color:var(--muted)}.course-title{font-weight:800}.center{margin-top:20px;display:flex;justify-content:center}.contact-grid{margin-top:18px;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.footer{border-top:1px solid var(--stroke);padding:22px 0;background:#0a101e99}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}.footer-links{display:flex;gap:14px}.footer-links a{color:var(--muted)}.footer-links a:hover{color:var(--text)}@media(max-width:900px){.hero-grid{grid-template-columns:1fr}.hero-title{font-size:36px}.grid3,.contact-grid{grid-template-columns:1fr}.nav-links{gap:12px}}
