*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--primary: #6366F1;--primary-light:#818CF8;--primary-bg: #EEF2FF;--text-dark: #0f0f1a;--text-mid: #3d3d5c;--text-muted: #7a7a9d;--border: #e2e2f0;--white: #ffffff;--section-bg: #f8f8ff;--cta-bg: #eeeeff;--radius: 12px;--font: "Manrope", sans-serif;--page-pad: clamp(16px, 5vw, 60px);--space-md: clamp(24px, 4vw, 48px);--space-lg: clamp(40px, 6vw, 80px);--space-xl: clamp(56px, 8vw, 96px)}[data-theme=dark]{--primary: #818CF8;--primary-light:#a5acfa;--primary-bg: #1e1e3a;--text-dark: #eeeeff;--text-mid: #a0a0c8;--text-muted: #6060a0;--border: #2a2a42;--white: #13132a;--section-bg: #0f0f22;--cta-bg: #16163a}[data-theme=dark] body{background:#0c0c1e}[data-theme=dark] .hero-section{background:linear-gradient(160deg,#16163a,#0f0f26 55%,#0c0c1e)}[data-theme=dark] .feature-card{background:#16163a}[data-theme=dark] .cta-btn{background:#6366f1}[data-theme=dark] .input-wrap input,[data-theme=dark] .input-wrap select{background:#1a1a35;color:var(--text-dark)}.icon-sun{display:none}.icon-moon,[data-theme=dark] .icon-sun{display:block}[data-theme=dark] .icon-moon{display:none}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font);background:var(--white);color:var(--text-dark);font-size:15px;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}img{max-width:100%;height:auto;display:block}nav{display:flex;align-items:center;justify-content:space-between;padding:14px var(--page-pad);border-bottom:1px solid var(--border);background:var(--white);position:sticky;top:0;z-index:100}.nav-logo{display:flex;align-items:center;gap:8px;text-decoration:none;color:var(--text-dark);font-weight:800;font-size:clamp(15px,3vw,21px);letter-spacing:-.4px}.logo-icon{width:clamp(24px,4vw,36px);height:clamp(24px,4vw,36px);flex-shrink:0}.nav-icons{display:flex;align-items:center;gap:12px}.nav-icons a{color:var(--text-muted);transition:color .2s;display:flex}.nav-icons a:hover{color:var(--primary)}.nav-icons svg{width:18px;height:18px}.theme-toggle{background:none;border:1px solid var(--border);border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;width:34px;height:34px;color:var(--text-muted);transition:color .2s,border-color .2s,background .2s;flex-shrink:0}.theme-toggle:hover{color:var(--primary);border-color:var(--primary);background:var(--primary-bg)}.theme-toggle svg{width:16px;height:16px}.hero-section{background:linear-gradient(160deg,#f3f2ff,#faf9ff 55%,#fff)}.hero{display:flex;flex-direction:column;align-items:center;gap:var(--space-md);padding:var(--space-lg) var(--page-pad);max-width:1200px;margin:0 auto;text-align:center}.hero-left{width:100%}.hero-label{font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--primary);margin-bottom:14px}.hero h1{font-size:clamp(28px,6vw,48px);font-weight:800;line-height:1.15;letter-spacing:-1px;color:var(--text-dark);margin-bottom:16px}.hero h1 .accent{color:var(--primary);display:block}.hero-desc{color:var(--text-mid);font-size:clamp(14px,2vw,15.5px);line-height:1.7;max-width:480px;margin:0 auto 24px}.hero-bullets{list-style:none;display:flex;flex-direction:column;align-items:center;gap:10px}.hero-bullets li{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:500;color:var(--text-mid)}.bullet-check{width:20px;height:20px;border-radius:50%;background:var(--primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.bullet-check svg{width:11px;height:11px;stroke:#fff;stroke-width:2.5;fill:none}.hero-visual{width:100%;display:flex;align-items:center;justify-content:center}.hero-img{display:none;width:100%;height:auto;object-fit:contain;margin-left:auto;margin-right:auto}.features{background:var(--section-bg);padding:var(--space-xl) var(--page-pad)}.section-label{text-align:center;font-size:13.5px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--primary);margin-bottom:12px}.section-title{text-align:center;font-size:clamp(22px,4vw,30px);font-weight:800;letter-spacing:-.6px;color:var(--text-dark);margin-bottom:var(--space-md)}.features-grid{display:grid;grid-template-columns:1fr;gap:12px;max-width:1100px;margin:0 auto}.feature-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:18px;display:flex;flex-direction:row;align-items:flex-start;text-align:left;gap:14px;transition:box-shadow .2s,transform .2s}.feature-card:hover{box-shadow:0 6px 24px #6366f11a;transform:translateY(-2px)}.feature-icon{width:46px;height:46px;border-radius:50%;background:var(--primary-bg);display:flex;align-items:center;justify-content:center;flex-shrink:0}.feature-icon svg{width:22px;height:22px;stroke:var(--primary);fill:none;stroke-width:1.8}.feature-card h3{font-size:14px;font-weight:700;color:var(--text-dark);line-height:1.3;margin-bottom:4px}.feature-card p{font-size:13px;color:var(--text-muted);line-height:1.6}.cta-section{padding:var(--space-lg) var(--page-pad);max-width:1100px;margin:0 auto}.cta-box{background:var(--cta-bg);border-radius:16px;padding:var(--space-md);display:flex;flex-direction:column;gap:var(--space-md);border:1px solid rgba(99,102,241,.1)}.cta-label{font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--primary);margin-bottom:12px}.cta-left h2{font-size:clamp(22px,4vw,32px);font-weight:800;letter-spacing:-.6px;color:var(--text-dark);margin-bottom:12px;line-height:1.2}.cta-left p{font-size:14px;color:var(--text-mid);line-height:1.7;margin-bottom:24px}.social-proof{display:flex;align-items:center;gap:12px}.avatars{display:flex}.avatar{width:34px;height:34px;border-radius:50%;border:2.5px solid white;margin-left:-10px}.avatar:first-child{margin-left:0}.av1{background:linear-gradient(135deg,#f97316,#ef4444)}.av2{background:linear-gradient(135deg,#8b5cf6,#6366f1)}.av3{background:linear-gradient(135deg,#10b981,#0ea5e9)}.proof-text{display:flex;flex-direction:column;gap:2px}.stars{display:flex;gap:2px}.star{color:#f59e0b;font-size:15px}.proof-text small{font-size:12.5px;color:var(--text-mid);font-weight:500;line-height:1.4}.cta-form{display:flex;flex-direction:column;gap:12px}.name-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media(max-width:400px){.name-row{grid-template-columns:1fr}}.input-wrap{position:relative}.input-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--text-muted);display:flex;pointer-events:none}.input-icon svg{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:2}.input-wrap input,.input-wrap select{width:100%;padding:13px 14px 13px 40px;background:#fff;border:1px solid var(--border);border-radius:10px;font-family:var(--font);font-size:14px;color:var(--text-dark);outline:none;transition:border-color .2s,box-shadow .2s;appearance:none;-webkit-appearance:none}.input-wrap input::placeholder{color:var(--text-muted)}.input-wrap input:focus,.input-wrap select:focus{border-color:var(--primary);box-shadow:0 0 0 3px #6366f11f}.select-arrow{position:absolute;right:12px;top:50%;transform:translateY(-50%);pointer-events:none;color:var(--text-muted)}.select-arrow svg{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:2}.checkbox-wrap{display:flex;align-items:flex-start;gap:10px}.checkbox-wrap input[type=checkbox]{width:17px;height:17px;accent-color:var(--primary);cursor:pointer;flex-shrink:0;margin-top:2px}.checkbox-wrap label{font-size:13px;color:var(--text-mid);line-height:1.5;cursor:pointer}.cta-btn{display:flex;align-items:center;justify-content:center;gap:8px;background:var(--primary);color:#fff;border:none;border-radius:10px;padding:15px 20px;font-family:var(--font);font-size:15px;font-weight:700;cursor:pointer;transition:background .2s,transform .15s,box-shadow .2s;width:100%}.cta-btn:hover{background:var(--primary-light);transform:translateY(-1px);box-shadow:0 8px 24px #6366f14d}.cta-btn svg{width:16px;height:16px;stroke:#fff;fill:none;stroke-width:2}.no-spam{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--text-muted)}.no-spam svg{width:13px;height:13px;stroke:var(--text-muted);fill:none;stroke-width:2}footer{border-top:1px solid var(--border);padding:var(--space-lg) var(--page-pad) var(--space-md)}.footer-inner{max-width:1100px;margin:0 auto}.footer-top{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-bottom:32px}.footer-brand{grid-column:1 / -1}.footer-brand p{font-size:13px;color:var(--text-muted);line-height:1.6;margin-top:10px}.footer-col h4{font-size:13px;font-weight:700;color:var(--text-dark);margin-bottom:14px}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:10px}.footer-col ul li a{text-decoration:none;font-size:13px;color:var(--text-muted);transition:color .2s}.footer-col ul li a:hover{color:var(--primary)}.footer-bottom{border-top:1px solid var(--border);padding-top:20px;font-size:12.5px;color:var(--text-muted)}@media(min-width:480px){.hero-img{display:block;max-width:min(340px,80vw);margin:0 auto}}@media(min-width:640px){.features-grid{grid-template-columns:repeat(2,1fr)}.feature-card{flex-direction:column;text-align:center;align-items:center;padding:28px 20px}.hero-img{max-width:460px}}@media(min-width:768px){.hero{flex-direction:row;text-align:left;align-items:center}.hero-left,.hero-visual{flex:1}.hero-desc{margin-left:0;margin-right:0}.hero-bullets{align-items:flex-start}.hero-bullets li{justify-content:flex-start}.hero-img{max-width:100%;display:block}.cta-box{flex-direction:row;align-items:flex-start}.cta-left,.cta-form{flex:1}.cta-left p{max-width:340px}.features-grid{grid-template-columns:repeat(3,1fr)}.footer-top{grid-template-columns:1.4fr 1fr 1fr 1fr}.footer-brand{grid-column:auto}}@media(min-width:1024px){.features-grid{grid-template-columns:repeat(5,1fr)}}
