:root{--accent:#4f46e5;--accent-light:#eff6ff;--text:#111827;--muted:#6b7280;--border:#e5e7eb;--surface:#f9fafb;--radius:12px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{color:var(--text);-webkit-font-smoothing:antialiased;background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}.container{max-width:1100px;margin:0 auto;padding:0 24px}.page{flex-direction:column;min-height:100vh;display:flex}.btn{cursor:pointer;border:none;border-radius:8px;align-items:center;gap:8px;font-weight:600;text-decoration:none;transition:opacity .15s,transform .1s;display:inline-flex}.btn:hover{opacity:.88;transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn-primary{background:var(--accent);color:#fff;padding:12px 24px;font-size:.95rem}.btn-outline{color:var(--accent);border:2px solid var(--accent);background:0 0;padding:10px 22px;font-size:.95rem}.btn-sm{padding:8px 16px;font-size:.85rem}.btn-lg{padding:14px 32px;font-size:1rem}.header{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border);background:#fffffff2;padding:14px 0;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:16px;display:flex}.logo{color:var(--text);align-items:center;gap:10px;font-size:1.05rem;font-weight:700;display:flex}.logo-icon{flex-shrink:0;width:28px;height:28px}.nav{align-items:center;gap:20px;font-size:.9rem;display:flex}.nav a{color:var(--muted);transition:color .15s}.nav a:hover{color:var(--text)}.nav a.btn{color:#fff}.nav a.btn:hover{color:#fff;opacity:.88}.nav-pro{font-weight:600;color:var(--accent)!important}.hero{text-align:center;padding:80px 0 64px}.badge{background:var(--accent-light);color:var(--accent);border-radius:100px;align-items:center;gap:6px;margin-bottom:24px;padding:6px 14px;font-size:.8rem;font-weight:600;display:inline-flex}.hero h1{letter-spacing:-.5px;margin-bottom:20px;font-size:clamp(2rem,5vw,3.2rem);font-weight:800;line-height:1.15}.accent{color:var(--accent)}.hero-sub{color:var(--muted);max-width:580px;margin:0 auto 36px;font-size:1.1rem}.hero-cta{flex-direction:column;align-items:center;gap:12px;margin-bottom:48px;display:flex}.hero-note{color:var(--muted);font-size:.8rem}.stats-row{flex-wrap:wrap;justify-content:center;gap:40px;display:flex}.stat{flex-direction:column;align-items:center;display:flex}.stat strong{color:var(--text);font-size:1.6rem;font-weight:800}.stat span{color:var(--muted);margin-top:2px;font-size:.8rem}.section-header{text-align:center;margin-bottom:40px}.section-header h2{margin-bottom:10px;font-size:1.8rem;font-weight:700}.section-header p{color:var(--muted);max-width:540px;margin:0 auto}.section-tag{text-transform:uppercase;letter-spacing:.1em;color:var(--accent);margin-bottom:10px;font-size:.75rem;font-weight:700}.features-section{background:var(--surface);padding:64px 0}.features-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;display:grid}.feature-card{border:1px solid var(--border);border-radius:var(--radius);background:#fff;flex-direction:column;gap:10px;padding:24px;transition:box-shadow .15s,transform .1s;display:flex}.feature-card:hover{transform:translateY(-2px);box-shadow:0 4px 20px #00000012}.feature-icon{width:40px;height:40px}.feature-card h3{font-size:.95rem;font-weight:600}.feature-card p{color:var(--muted);flex:1;font-size:.82rem}.feature-cta{color:var(--accent);font-size:.8rem;font-weight:600}.how-section{padding:64px 0}.steps-list{gap:16px;max-width:680px;margin:0 auto;display:grid}.step{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);align-items:flex-start;gap:18px;padding:22px 26px;display:flex}.step-num{color:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.85rem;font-weight:700;display:flex}.step h3{margin-bottom:4px;font-size:.95rem;font-weight:600}.step p{color:var(--muted);font-size:.88rem}.why-section{background:var(--surface);padding:64px 0}.why-inner{max-width:680px;margin:0 auto}.why-inner h2{margin-bottom:16px;font-size:1.7rem;font-weight:700;line-height:1.25}.why-inner p{color:var(--muted);margin-bottom:14px;font-size:.95rem}.check-list{flex-direction:column;gap:8px;margin-top:20px;list-style:none;display:flex}.check-list li{gap:8px;font-size:.9rem;display:flex}.check{font-weight:700}.signup-section{padding:64px 0}.signup-inner{text-align:center;max-width:520px;margin:0 auto}.signup-inner h2{margin-bottom:10px;font-size:1.6rem;font-weight:700}.signup-inner p{color:var(--muted);margin-bottom:24px}.signup-form{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.signup-form input{border:1px solid var(--border);border-radius:8px;outline:none;flex:1;min-width:220px;padding:12px 16px;font-size:.95rem}.signup-form input:focus{border-color:var(--accent)}.signup-thanks{color:var(--accent);margin-top:16px;font-weight:600}.feedback-section{background:var(--surface);padding:64px 0}.feedback-inner{text-align:center;max-width:560px;margin:0 auto}.feedback-inner h2{margin-bottom:24px;font-size:1.4rem;font-weight:700}.feedback-form{text-align:left;flex-direction:column;gap:12px;display:flex}.feedback-form input,.feedback-form textarea{border:1px solid var(--border);resize:vertical;border-radius:8px;outline:none;width:100%;padding:12px 16px;font-family:inherit;font-size:.92rem}.feedback-form input:focus,.feedback-form textarea:focus{border-color:var(--accent)}.feedback-thanks{color:var(--accent);margin-top:8px;font-weight:600}.premium-section{padding:64px 0}.premium-inner{text-align:center;background:var(--surface);border:1px solid var(--border);border-radius:16px;max-width:480px;margin:0 auto;padding:48px 40px}.premium-badge{background:var(--accent);color:#fff;text-transform:uppercase;letter-spacing:.1em;border-radius:100px;margin-bottom:16px;padding:4px 12px;font-size:.7rem;font-weight:700;display:inline-block}.premium-inner h2{margin-bottom:16px;font-size:1.6rem;font-weight:700}.premium-price{margin-bottom:28px}.price-amount{font-size:2.5rem;font-weight:800}.price-period{color:var(--muted);margin-left:4px;font-size:1rem}.premium-features{text-align:left;flex-direction:column;gap:10px;margin-bottom:32px;list-style:none;display:flex}.premium-features li{gap:8px;font-size:.9rem;display:flex}.seo-section{background:var(--surface);padding:64px 0}.seo-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;display:grid}.seo-card{border:1px solid var(--border);border-radius:var(--radius);background:#fff;padding:24px}.seo-card h3{margin-bottom:8px;font-size:.95rem;font-weight:600}.seo-card p{color:var(--muted);font-size:.85rem}.footer{border-top:1px solid var(--border);margin-top:auto;padding:40px 0}.footer-inner{text-align:center;flex-direction:column;align-items:center;gap:8px;display:flex}.footer-tagline{color:var(--muted);max-width:440px;font-size:.88rem}.footer-links{color:#9ca3af;font-size:.75rem}.footer-links a{color:#9ca3af}.footer-links a:hover{color:var(--muted)}.footer-copy{color:#9ca3af;margin-top:4px;font-size:.75rem}.modal-backdrop{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.modal-box{background:#fff;border-radius:16px;width:100%;max-width:420px;padding:32px;position:relative;box-shadow:0 20px 60px #0003}.modal-close{color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px 8px;font-size:1rem;line-height:1;position:absolute;top:16px;right:16px}.modal-close:hover{background:var(--surface);color:var(--text)}.modal-header{margin-bottom:24px}.modal-product{align-items:center;gap:12px;display:flex}.modal-product-name{font-size:1rem;font-weight:700}.modal-product-price{color:var(--muted);font-size:.85rem}.modal-form{flex-direction:column;gap:12px;display:flex}.modal-form label{color:var(--text);margin-bottom:-6px;font-size:.8rem;font-weight:600}.modal-form input{border:1.5px solid var(--border);border-radius:8px;outline:none;width:100%;padding:11px 14px;font-family:inherit;font-size:.95rem;transition:border-color .15s}.modal-form input:focus{border-color:var(--accent)}.modal-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.modal-field{flex-direction:column;gap:6px;display:flex}.modal-field label{font-size:.8rem;font-weight:600}.modal-secure{color:var(--muted);text-align:center;margin-top:4px;font-size:.75rem}.modal-done{text-align:center;padding:8px 0}.modal-done-icon{margin-bottom:16px;font-size:2.5rem}.modal-done h2{margin-bottom:12px;font-size:1.4rem;font-weight:700}.modal-done p{color:var(--muted);margin-bottom:8px;font-size:.92rem;line-height:1.6}.modal-done-sub{color:#9ca3af!important;font-size:.78rem!important}@media (width<=640px){.header-inner{flex-wrap:wrap}.nav{gap:12px}.stats-row{gap:24px}.premium-inner{padding:32px 20px}}
