@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--bg: #141414;--bg2: #282828;--surface: #202124;--surface-light: #2d2d2d;--text: #F9F9F9;--text-secondary: #CCCCCC;--text-muted: #5F6368;--border: rgba(255, 255, 255, .1);--accent: #1EA64A;--accent-hover: #178f3e;--blue: #4878BC;--yellow: #fcb808;--red: #BA2426;--radius: 8px;--radius-lg: 12px;font-family:Inter,system-ui,-apple-system,sans-serif;color:var(--text);background:var(--bg);line-height:1.5;-webkit-font-smoothing:antialiased}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}ul{list-style:none}.wrap{width:min(100% - 48px,1080px);margin:0 auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:Inter,sans-serif;font-weight:500;font-size:.94rem;letter-spacing:.03em;border-radius:var(--radius);border:none;cursor:pointer;transition:all .15s ease;padding:12px 24px}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-hover)}.btn-outline{background:transparent;color:var(--text);border:1px solid var(--border)}.btn-outline:hover{border-color:var(--text-muted)}.btn-sm{padding:8px 18px;font-size:.85rem}.btn-full{width:100%}.nav{position:sticky;top:0;z-index:100;background:var(--bg);border-bottom:1px solid var(--border)}.nav-row{display:flex;align-items:center;justify-content:space-between;height:60px}.nav-brand{display:flex}.logo{height:28px;width:auto}.nav-links{display:flex;gap:32px}.nav-links a{font-size:.88rem;font-weight:500;color:var(--text-secondary);transition:color .15s}.nav-links a:hover{color:var(--text)}.hero{padding:80px 0 60px;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.hero-text{max-width:520px}.hero h1{font-size:clamp(2.2rem,5vw,3.2rem);font-weight:800;line-height:1.08;letter-spacing:-.03em;color:var(--text);margin-bottom:20px}.hero-sub{font-size:1.05rem;line-height:1.7;color:var(--text-secondary);margin-bottom:32px}.hero-ctas{display:flex;gap:12px;flex-wrap:wrap}.hero-phone{display:flex;justify-content:center}.hero-phone img{max-width:340px;width:100%;border-radius:16px;filter:drop-shadow(0 24px 64px rgba(30,166,74,.15))}.section{padding:80px 0}.section-header{margin-bottom:56px;text-align:center}.section-header h2{font-size:2rem;font-weight:800;letter-spacing:-.03em;color:var(--text);margin-bottom:8px}.section-header p{font-size:1rem;color:var(--text-secondary)}.feature-showcase{display:flex;flex-direction:column;gap:100px}.feature-row{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.feature-row-reverse{direction:rtl}.feature-row-reverse>*{direction:ltr}.feature-text{display:flex;flex-direction:column;gap:16px}.feature-text h3{font-size:1.6rem;line-height:1.2;letter-spacing:-.02em;font-weight:700;color:var(--text)}.feature-text p{font-size:1rem;color:var(--text-secondary);line-height:1.7}.feature-screenshot{display:flex;justify-content:center}.feature-screenshot img{max-width:340px;width:100%;border-radius:16px;filter:drop-shadow(0 16px 48px rgba(30,166,74,.12));transition:transform .3s ease}.feature-screenshot img:hover{transform:scale(1.02)}.region-tabs{display:flex;gap:4px;background:var(--surface);border-radius:var(--radius);padding:4px;margin:0 auto 32px;width:fit-content}.region-tab{padding:8px 20px;border-radius:6px;border:none;background:transparent;color:var(--text-secondary);font-family:Inter,sans-serif;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .15s}.region-tab:hover{color:var(--text)}.region-tab-active{background:var(--accent);color:#fff}.pricing-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;max-width:700px;margin:0 auto}.price-card{padding:28px 24px;border-radius:var(--radius-lg);background:var(--surface);border:1px solid var(--border);display:flex;flex-direction:column;gap:16px;position:relative}.price-card-popular{border-color:var(--accent)}.popular-badge{position:absolute;top:-10px;left:24px;padding:3px 10px;border-radius:4px;background:var(--accent);color:#fff;font-size:.72rem;font-weight:700}.discount-badge{display:inline-block;margin-bottom:10px;padding:3px 10px;border-radius:4px;background:#22c55e1a;color:#22c55e;border:1px solid #22c55e55;font-size:.72rem;font-weight:700;letter-spacing:.02em}.price-original{font-size:1rem;color:var(--text-muted);text-decoration:line-through;margin-right:6px;font-weight:500}.price-card h3{font-size:1.1rem;font-weight:700;color:var(--text)}.price-amount strong{font-size:2.2rem;font-weight:800;color:#fff;letter-spacing:-.03em}.price-amount span{font-size:.88rem;color:var(--text-muted)}.price-desc{font-size:.85rem;color:var(--text-secondary)}.price-card ul{display:flex;flex-direction:column;gap:8px;flex:1}.price-card li{font-size:.85rem;color:var(--text-secondary);padding-left:20px;position:relative}.price-card li:before{content:"";position:absolute;left:0;top:6px;width:10px;height:10px;border-radius:999px;background:#1ea64a33;border:2px solid var(--accent)}.faq-list{max-width:640px;display:flex;flex-direction:column;margin:0 auto}.faq-item{border-bottom:1px solid var(--border)}.faq-q{width:100%;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:20px 0;background:none;border:none;cursor:pointer;text-align:left;font-family:Inter,sans-serif;font-size:.95rem;font-weight:600;color:var(--text)}.faq-icon{color:var(--text-muted);font-size:1.2rem;flex-shrink:0}.faq-a{padding:0 0 20px}.faq-a p{font-size:.92rem;line-height:1.7;color:var(--text-secondary)}.waitlist-section{text-align:center;border-top:1px solid var(--border)}.final-cta-inner{display:flex;flex-direction:column;align-items:center;gap:16px}.final-cta-inner h2{font-size:2rem;font-weight:800;letter-spacing:-.03em}.final-cta-inner p{font-size:1rem;color:var(--text-secondary);max-width:480px}.waitlist-form{display:flex;gap:8px;width:100%;max-width:440px;margin-top:8px}.waitlist-input{flex:1;padding:12px 16px;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);color:var(--text);font-family:Inter,sans-serif;font-size:.92rem;outline:none;transition:border-color .15s}.waitlist-input::placeholder{color:var(--text-muted)}.waitlist-input:focus{border-color:var(--accent)}.footer{padding:32px 0;border-top:1px solid var(--border)}.footer-row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}.footer-brand{display:flex}.footer-brand .logo{height:22px}.footer-links{display:flex;gap:24px}.footer-links a{font-size:.82rem;color:var(--text-muted);transition:color .15s}.footer-links a:hover{color:var(--text)}.footer-copy{font-size:.78rem;color:var(--text-muted)}.legal-page{padding:80px 0}.legal-content{max-width:720px}.legal-content h1{font-size:2.4rem;font-weight:800;letter-spacing:-.03em;color:var(--text);margin-bottom:8px}.legal-updated{font-size:.88rem;color:var(--text-muted);margin-bottom:40px}.legal-content h2{font-size:1.3rem;font-weight:700;color:var(--text);margin-top:36px;margin-bottom:12px}.legal-content p{font-size:.95rem;line-height:1.75;color:var(--text-secondary);margin-bottom:12px}.legal-content ul,.legal-content ol{margin-bottom:16px;padding-left:24px;list-style:disc}.legal-content ol{list-style:decimal}.legal-content li{font-size:.93rem;line-height:1.7;color:var(--text-secondary);margin-bottom:6px}.legal-content a{color:var(--accent);text-decoration:underline;text-underline-offset:2px}.legal-content a:hover{color:var(--accent-hover)}.delete-form{display:flex;flex-direction:column;gap:12px;max-width:440px;margin-top:12px}.btn-delete{background:#ba2426;color:#fff}.btn-delete:hover{background:#a01f21}.delete-confirm{margin-top:24px;padding:24px;border-radius:var(--radius-lg);background:#1ea64a0f;border:1px solid rgba(30,166,74,.15)}.delete-confirm h2{color:var(--accent);margin-top:0}@media (max-width: 900px){.hero-grid{grid-template-columns:1fr;text-align:center;gap:40px}.hero-text{max-width:100%}.hero-ctas{justify-content:center}.hero-phone img{max-width:280px}.feature-row{grid-template-columns:1fr;gap:32px;text-align:center}.feature-row-reverse{direction:ltr}.feature-screenshot img{max-width:280px}.pricing-grid{grid-template-columns:1fr;max-width:400px}}@media (max-width: 640px){.hero{padding:56px 0 40px}.hero h1{font-size:2rem}.section{padding:56px 0}.wrap{width:min(100% - 32px,1080px)}.hero-ctas{flex-direction:column;width:100%}.hero-ctas .btn{width:100%}.hero-phone img{max-width:240px}.feature-showcase{gap:64px}.feature-screenshot img{max-width:240px}.footer-row{flex-direction:column;text-align:center}.region-tabs{width:100%}.region-tab{flex:1;text-align:center}.nav-links{display:none}.waitlist-form{flex-direction:column}.legal-content h1{font-size:1.8rem}.delete-form{max-width:100%}}
