@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";
:root{--background:#0a0a0b;--foreground:#ededed;--primary:#4f46e5;--primary-hover:#4338ca;--secondary:#27272a;--secondary-hover:#3f3f46;--accent:#22d3ee;--card-bg:#27272a66;--card-border:#ffffff1a}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif;line-height:1.6}.landing-container{flex-direction:column;min-height:100vh;display:flex}.hero-section{text-align:center;background:radial-gradient(circle at top,#4f46e526 0%,#0000 60%);flex:1;justify-content:center;align-items:center;padding:6rem 2rem;display:flex}.hero-content{max-width:800px;animation:1s ease-out fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-title{background:linear-gradient(135deg,#fff 0%,#a1a1aa 100%);-webkit-text-fill-color:transparent;letter-spacing:-.02em;-webkit-background-clip:text;margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:700;line-height:1.1}.hero-subtitle{color:#a1a1aa;max-width:600px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:clamp(1.125rem,2vw,1.25rem)}.hero-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.btn{cursor:pointer;border:1px solid #0000;border-radius:9999px;justify-content:center;align-items:center;padding:.875rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-primary{background-color:var(--primary);color:#fff;box-shadow:0 4px 14px #4f46e563}.btn-primary:hover{background-color:var(--primary-hover);transform:translateY(-2px);box-shadow:0 6px 20px #4f46e580}.btn-secondary{background-color:var(--secondary);color:#fff;border-color:var(--card-border)}.btn-secondary:hover{background-color:var(--secondary-hover);transform:translateY(-2px)}.features-section{border-top:1px solid var(--card-border);background-color:#0003;padding:6rem 2rem}.section-title{text-align:center;margin-bottom:4rem;font-size:2rem;font-weight:600}.features-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.feature-card{background:var(--card-bg);border:1px solid var(--card-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1.5rem;padding:2.5rem 2rem;transition:transform .3s,border-color .3s}.feature-card:hover{border-color:#fff3;transform:translateY(-5px)}.feature-icon{margin-bottom:1.5rem;font-size:2.5rem}.feature-card h3{margin-bottom:1rem;font-size:1.25rem;font-weight:600}.feature-card p{color:#a1a1aa}.footer{text-align:center;color:#71717a;border-top:1px solid var(--card-border);flex-direction:column;gap:1rem;padding:3rem 2rem;display:flex}.footer-links a{color:#a1a1aa;font-size:.875rem;text-decoration:none}.footer-links a:hover{color:#fff}
