@import "https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&family=Sora:wght@500;600;700&display=swap";#root{min-height:100vh}:root{--ink:#172033;--muted:#667085;--line:#d9dee8;--surface:#fff;--surface-alt:#eef3f8;--blue:#2454d6;--blue-dark:#183ea4;--green:#157f5b;--amber:#b86e00;color:var(--ink);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;background:#f7f8fb;font-family:Outfit,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;min-height:100vh;margin:0}a{color:inherit;text-decoration:none}.site-shell{background:linear-gradient(#2454d614 0%,#2454d600 38%),#f7f8fb;min-height:100vh;overflow:hidden}.nav{z-index:10;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#f7f8fbdb;border-bottom:1px solid #17203314;justify-content:space-between;align-items:center;height:64px;padding:0 clamp(20px,4vw,56px);display:flex;position:fixed;inset:0 0 auto}.brand,.nav-actions,.hero-actions,.course-topline,.progress-row,.footer{align-items:center;display:flex}.brand{gap:10px;font-family:Sora,system-ui,sans-serif;font-weight:700}.brand-mark,.side-logo{background:var(--ink);color:#fff;justify-content:center;align-items:center;font-family:Sora,system-ui,sans-serif;font-weight:700;display:inline-flex}.brand-mark{border-radius:8px;width:32px;height:32px;font-size:12px}.nav-actions{gap:12px}.nav-link{color:var(--muted);font-size:14px;font-weight:600}.button{border-radius:8px;justify-content:center;align-items:center;min-height:40px;padding:0 16px;font-size:14px;font-weight:700;transition:transform .16s,border-color .16s,background .16s;display:inline-flex}.button:hover{transform:translateY(-1px)}.button-primary{background:var(--blue);color:#fff;box-shadow:0 12px 28px #2454d638}.button-primary:hover{background:var(--blue-dark)}.button-secondary,.button-ghost{border:1px solid var(--line);color:var(--ink);background:#ffffffbd}.hero{grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr);align-items:center;gap:clamp(36px,6vw,96px);width:min(1180px,100% - 40px);min-height:92vh;margin:0 auto;padding:112px 0 56px;display:grid}.hero-copy{max-width:600px}.eyebrow{color:var(--blue);letter-spacing:0;text-transform:uppercase;margin:0 0 14px;font-size:12px;font-weight:800}h1,h2,h3{color:var(--ink);letter-spacing:0;margin:0;font-family:Sora,system-ui,sans-serif}h1{max-width:760px;font-size:clamp(46px,6.4vw,82px);line-height:.98}.hero-text{max-width:580px;color:var(--muted);margin:24px 0 0;font-size:19px;line-height:1.6}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:34px}.product-shot{background:var(--surface);border:1px solid #1720331a;border-radius:18px;overflow:hidden;box-shadow:0 28px 80px #1720332e}.shot-header{background:#fbfcfe;border-bottom:1px solid #17203314;gap:8px;padding:16px 18px;display:flex}.shot-header span{background:#cfd6e3;border-radius:999px;width:10px;height:10px}.shot-body{grid-template-columns:88px 1fr;min-height:430px;display:grid}.shot-sidebar{background:#111827;border-right:1px solid #17203314;padding:22px 18px}.side-logo{color:#111827;background:#fff;border-radius:8px;width:38px;height:38px;margin-bottom:34px;font-size:13px}.side-line{background:#ffffff42;border-radius:999px;width:44px;height:8px;margin-bottom:16px}.side-line.active{background:#6aa5ff}.side-line.short{width:28px}.shot-main{padding:clamp(24px,4vw,42px)}.course-topline,.progress-row,.footer{justify-content:space-between}.course-topline{color:var(--muted);font-size:13px;font-weight:700}.shot-main h2{max-width:420px;margin-top:20px;font-size:clamp(28px,3.2vw,42px);line-height:1.08}.progress-row{color:var(--muted);margin-top:34px;font-size:14px}.progress-row strong{color:var(--green)}.progress-track{background:#e7ebf2;border-radius:999px;height:10px;margin-top:10px;overflow:hidden}.progress-track span{border-radius:inherit;background:linear-gradient(90deg, var(--green), #4aa977);width:72%;height:100%;display:block}.metric-grid,.feature-grid{gap:16px;display:grid}.metric-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:28px}.metric-card,.feature-card{background:var(--surface);border:1px solid #17203317;border-radius:8px}.metric-card{min-height:112px;padding:16px}.metric-card strong,.metric-card span{display:block}.metric-card strong{color:var(--ink);margin-bottom:12px;font-size:28px}.metric-card span{color:var(--muted);font-size:13px;line-height:1.35}.platform-section{width:min(1180px,100% - 40px);margin:0 auto;padding:32px 0 96px}.section-heading{max-width:680px}.section-heading h2{font-size:clamp(32px,4.2vw,56px);line-height:1.05}.feature-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:34px}.feature-card{min-height:220px;padding:24px}.feature-card span{color:var(--amber);text-transform:uppercase;font-size:12px;font-weight:800}.feature-card h3{margin-top:28px;font-size:22px;line-height:1.16}.feature-card p{color:var(--muted);margin:14px 0 0;line-height:1.55}.footer{border-top:1px solid var(--line);width:min(1180px,100% - 40px);color:var(--muted);margin:0 auto;padding:24px 0 36px;font-size:14px}@media (width<=900px){.hero{grid-template-columns:1fr;min-height:auto}.product-shot{max-width:680px}.feature-grid{grid-template-columns:1fr}}@media (width<=620px){.nav-link{display:none}.hero{width:min(100% - 28px,1180px);padding-top:104px}.shot-body{grid-template-columns:1fr}.shot-sidebar{display:none}.metric-grid{grid-template-columns:1fr}.platform-section,.footer{width:min(100% - 28px,1180px)}.footer{flex-direction:column;align-items:flex-start;gap:8px}}
