@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}body{place-items:center;min-width:320px;min-height:100vh;margin:0;display:flex}:root{--primary:#2563eb;--primary-hover:#1d4ed8;--bg:#fff;--text:#0f172a;--text-muted:#64748b;--accent:#f8fafc;--border:#e2e8f0;--shadow:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--text);background-color:var(--bg);font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.navbar{border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:100;background:#fffc;align-items:center;height:80px;display:flex;position:sticky;top:0}.nav-content{justify-content:space-between;align-items:center;width:100%;display:flex}.logo-group{align-items:center;gap:.75rem;display:flex}.nav-logo{height:32px}.brand-name{letter-spacing:-.025em;font-size:1.25rem;font-weight:700}.nav-links{align-items:center;gap:2rem;display:flex}.nav-links a{color:var(--text-muted);font-weight:500;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--primary)}.btn{cursor:pointer;border:none;border-radius:.5rem;padding:.5rem 1.25rem;font-weight:600;transition:all .2s}.btn-primary{background-color:var(--primary);color:#fff}.btn-primary:hover{background-color:var(--primary-hover)}.btn-large{padding:1rem 2rem;font-size:1.125rem}.hero{background:radial-gradient(circle at 100% 0,#eff6ff 0%,#0000 40%);padding:6rem 0}.hero-content{grid-template-columns:1.2fr 1fr;align-items:center;gap:4rem;display:grid}.hero-title{letter-spacing:-.05em;margin-bottom:1.5rem;font-size:4rem;font-weight:800;line-height:1.1}.highlight{color:var(--primary)}.hero-subtitle{color:var(--text-muted);max-width:500px;margin-bottom:2.5rem;font-size:1.25rem}.hero-cta{flex-direction:column;gap:.75rem;display:flex}.cta-note{color:var(--text-muted);font-size:.875rem}.image-card{box-shadow:var(--shadow-lg);background:#fff;border-radius:1.5rem;padding:1rem;position:relative}.image-card img{border-radius:1rem;width:100%}.status-badge{box-shadow:var(--shadow);color:#10b981;background:#fff;border-radius:9999px;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.875rem;font-weight:600;display:flex;position:absolute;bottom:2rem;right:-1rem}.features{background-color:var(--accent);padding:8rem 0}.section-header{text-align:center;max-width:700px;margin:0 auto 4rem}.section-title{letter-spacing:-.025em;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.section-desc{color:var(--text-muted);font-size:1.125rem}.feature-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.feature-card{border:1px solid var(--border);background:#fff;border-radius:1.25rem;padding:2.5rem;transition:transform .2s}.feature-card:hover{transform:translateY(-4px)}.feature-icon{width:48px;height:48px;color:var(--primary);background:#eff6ff;border-radius:.75rem;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.feature-card h3{margin-bottom:.75rem}.feature-card p{color:var(--text-muted)}.how-it-works{padding:8rem 0}.steps-container{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.step{position:relative}.step-num{color:var(--border);margin-bottom:1rem;font-size:3rem;font-weight:900}.step h4{margin-bottom:.5rem}.step p{color:var(--text-muted)}.audience{background:linear-gradient(to right, var(--primary), #4f46e5);color:#fff;padding:6rem 0}.audience-card{text-align:center;max-width:800px;margin:0 auto}.audience-icon{opacity:.8;margin-bottom:2rem}.audience-card h2{margin-bottom:1.5rem;font-size:2.5rem}.audience-card p{margin-bottom:2rem;font-size:1.5rem;font-style:italic;line-height:1.4}.quote-author{text-transform:uppercase;letter-spacing:.1em;font-weight:600}.footer{border-top:1px solid var(--border);padding:4rem 0}.footer-content{justify-content:space-between;display:flex}.footer-brand{flex-direction:column;gap:1rem;display:flex}.footer-logo{width:40px;height:40px}.footer-brand p{color:var(--text-muted)}.footer-links{gap:4rem;display:flex}.link-column{flex-direction:column;gap:1rem;display:flex}.link-column h5{font-weight:700}.link-column a{color:var(--text-muted);font-size:.875rem;text-decoration:none}@media (width<=768px){.hero-content{text-align:center;grid-template-columns:1fr}.hero-title{font-size:3rem}.hero-subtitle{margin:0 auto 2.5rem}.steps-container{grid-template-columns:1fr 1fr}.footer-content{flex-direction:column;gap:3rem}}.privacy-page{padding-bottom:5rem}.privacy-content{max-width:800px;margin:0 auto;padding:4rem 2rem}.privacy-content h1{letter-spacing:-.025em;margin-bottom:2rem;font-size:2.5rem}.privacy-content h2{margin-top:2.5rem;margin-bottom:1rem;font-size:1.5rem}.privacy-content h3{color:var(--primary);margin-top:1.5rem;margin-bottom:.5rem;font-size:1.25rem}.privacy-content p,.privacy-content li{color:var(--text-muted);margin-bottom:1rem;line-height:1.6}.privacy-content ul{margin-bottom:1.5rem;padding-left:1.5rem}.btn-outline{border:1px solid var(--border);color:var(--text);background:0 0}.btn-outline:hover{background:var(--accent);border-color:var(--text-muted)}
