:root{--primary: #2563eb;--primary-dark: #1e40af;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-500: #6b7280;--gray-700: #374151;--gray-900: #111827;--text-dark: #111;--text-light: #f9fafb}body{font-family:Inter,sans-serif;color:var(--gray-900);height:100vh;background:radial-gradient(circle at 30% 30%,#1e2b4f,#0d1226 60%,#060a18);background-attachment:fixed;color:#fff;margin:0}section.hero{background-color:transparent;color:var(--gray-100);padding:4rem 1rem;text-align:center}.hero-container{max-width:1200px;margin:0 auto}.hero-alert{display:inline-flex;align-items:center;background:var(--gray-100);color:var(--gray-700);border-radius:9999px;padding:.3rem .8rem .3rem .4rem;font-size:.9rem;margin-bottom:2rem;text-decoration:none;transition:background .2s}.hero-alert:hover{background:var(--gray-200)}.alert-badge{background:var(--primary);color:#fff;border-radius:9999px;padding:.3rem .8rem;margin-right:.6rem;font-size:.8rem}.alert-icon{width:1.2rem;height:1.2rem;margin-left:.3rem}.hero-title{font-size:2.5rem;font-weight:800;margin-bottom:1rem;line-height:1.2}.hero-description{max-width:700px;margin:0 auto 2rem;color:var(--gray-500);font-size:1.1rem;line-height:1.6}.hero-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:2rem}.btn-primary{background:var(--primary);color:#fff;padding:.8rem 1.5rem;border-radius:.6rem;text-decoration:none;font-weight:500;display:inline-flex;align-items:center;transition:background .2s}.btn-primary:hover{background:var(--primary-dark)}.btn-outline{border:1px solid var(--gray-300);padding:.8rem 1.5rem;border-radius:.6rem;text-decoration:none;color:var(--gray-100);fill:var(--gray-100);font-weight:500;display:inline-flex;align-items:center;transition:background .2s}.btn-outline:hover{background:var(--gray-100);color:var(--gray-700);fill:var(--gray-700)}.btn-icon{width:1.2rem;height:1.2rem;margin-left:.5rem}.btn-icon-left{width:1.2rem;height:1.2rem;margin-right:.5rem}.featured{margin-top:4rem}.featured-title{text-transform:uppercase;font-size:.9rem;color:var(--gray-500);font-weight:600}.featured-logos{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:2rem;color:var(--gray-500)}.featured-logos a{color:inherit;transition:color .2s}.featured-logos a:hover{color:var(--gray-700)}.featured-logos svg{height:2.5rem}@media(min-width:768px){.hero-title{font-size:3.5rem}.hero-description{font-size:1.25rem}}.bg-blobs{position:absolute;inset:0;overflow:hidden;z-index:-1}.bg-blobs:before,.bg-blobs:after{content:"";position:absolute;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle at 30% 30%,#93c5fd,transparent 70%);animation:blobMove 20s ease-in-out infinite alternate;filter:blur(120px)}.bg-blobs:after{background:radial-gradient(circle at 70% 70%,#2c0685,transparent 70%);animation-delay:10s}@keyframes blobMove{0%{transform:translate(0) scale(1)}to{transform:translate(100px,-80px) scale(1.3)}}
