:root{color-scheme:dark}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#020617;color:#e2e8f0}a{color:inherit;text-decoration:none}video{display:block}.page{min-height:100vh;display:flex;flex-direction:column;background:radial-gradient(ellipse at top,rgba(15,23,42,.7),rgba(2,6,23,1))}.section{width:min(100%,1100px);margin:0 auto;padding:0 1.5rem}.hero{padding-top:6rem;padding-bottom:4rem;text-align:center}.hero-badge{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:.35rem 1.25rem;margin-bottom:1.5rem;border:1px solid rgba(148,163,184,.35);border-radius:999px;text-transform:uppercase;letter-spacing:.3em;font-size:.7rem;color:rgba(226,232,240,.85)}.hero-title{margin:0 auto;max-width:720px;font-size:clamp(2.5rem,6vw,3.75rem);font-weight:600;line-height:1.1;color:#f8fafc}.hero-desc{margin:1.25rem auto 0;max-width:780px;font-size:clamp(.9rem,2vw,1.05rem);line-height:1.6;color:rgba(148,163,184,.85)}.hero-actions{margin-top:1.75rem;display:flex;flex-direction:column;align-items:center;gap:.75rem}@media (min-width:640px){.hero-actions{flex-direction:row;justify-content:center}}.button{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 1.75rem;border-radius:999px;font-size:.95rem;font-weight:600;transition:background .2s ease,transform .2s ease}.button-primary{background:#34d399;color:#06121f;box-shadow:0 12px 40px -25px rgba(16,185,129,.9)}.button-primary:hover{background:#6ee7b7;transform:translateY(-1px)}.button-outline{border:1px solid rgba(148,163,184,.45);color:rgba(226,232,240,.95)}.button-outline:hover{background:rgba(30,41,59,.85);transform:translateY(-1px)}.video-section{margin-bottom:5rem}.video-card{border:1px solid rgba(100,116,139,.35);background:rgba(15,23,42,.75);border-radius:30px;overflow:hidden;box-shadow:0 24px 120px -48px rgba(16,185,129,.8)}.video-card video{width:100%;height:auto}.features{padding-bottom:6rem}.features-title{text-align:center;font-size:clamp(2rem,4vw,2.75rem);font-weight:600;color:#f1f5f9}.features-grid{margin-top:3rem;display:grid;gap:1.5rem}@media (min-width:768px){.features-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.feature-card{border:1px solid rgba(100,116,139,.35);border-radius:22px;padding:1.75rem;background:rgba(15,23,42,.75);box-shadow:0 18px 80px -50px rgba(13,148,136,.9)}.feature-card h3{margin:0;font-size:1.25rem;color:#6ee7b7}.feature-card p{margin-top:.85rem;font-size:.95rem;line-height:1.6;color:rgba(203,213,225,.9)}.footer{margin-top:auto;padding:3rem 0;text-align:center;font-size:.75rem;color:rgba(148,163,184,.7);background:rgba(2,6,23,.8)}