.landing-page{--font-heading:"Cabinet Grotesk","Geist","Inter",system-ui,-apple-system,sans-serif;--font-body:"Cabinet Grotesk","Geist","Inter",system-ui,-apple-system,sans-serif;--font-mono:"JetBrains Mono","Geist Mono","Fira Code",monospace;--font-serif-italic:"Instrument Serif","Georgia",serif;--transition-theme:0.35s cubic-bezier(0.4,0,0.2,1);--transition-fast:0.2s cubic-bezier(0.4,0,0.2,1);--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px;--radius-full:9999px;--bg-primary:#0e0d0a;--bg-secondary:#141310;--bg-card:#1a1917;--bg-card-hover:#1f1e1b;--bg-input:#1a1a1a;--bg-toggle:hsla(0,0%,100%,.06);--text-primary:#f5f4f1;--text-secondary:#b0aeaa;--text-tertiary:#7a7875;--border:hsla(0,0%,100%,.08);--border-hover:hsla(0,0%,100%,.15);--border-card:hsla(0,0%,100%,.06);--accent:#e8420a;--accent-hover:#ff6b35;--accent-glow:rgba(232,66,10,.3);--accent-subtle:rgba(232,66,10,.08);--badge-bg:rgba(232,66,10,.12);--badge-text:#ff8a5c;--success:#22c55e;--success-bg:rgba(34,197,94,.1);--card-shadow:0 4px 16px rgba(0,0,0,.4);--card-shadow-hover:0 8px 32px rgba(0,0,0,.5);--nav-blur:rgba(14,13,10,.8);--pricing-popular-bg:#1f1c18;--pricing-popular-border:#e8420a;--faq-bg:#1a1917;--faq-border:hsla(0,0%,100%,.06);--dot-color:#e8420a;--ring-color:rgba(232,66,10,.35);--chat-glass:rgba(22,22,20,.9);--chat-border:hsla(0,0%,100%,.08);--chat-shadow:0 20px 60px rgba(0,0,0,.7);--chat-bubble-bot:#262522;--chat-bubble-user:#e8420a;--chat-input-bg:#141310;--chat-header-bg:#141310;--divider:hsla(0,0%,100%,.06)}[data-theme=light] .landing-page{--bg-primary:#faf9f7;--bg-secondary:#f5f4f1;--bg-card:#fff;--bg-card-hover:#fdfcfb;--bg-input:#f5f4f1;--bg-toggle:#e8e7e4;--text-primary:#1a1a1a;--text-secondary:#5a5a5a;--text-tertiary:#8a8a8a;--border:#e2e2e0;--border-hover:#c5c5c2;--border-card:#e8e7e4;--accent:#e8420a;--accent-hover:#cc3a08;--accent-glow:rgba(232,66,10,.2);--accent-subtle:rgba(232,66,10,.05);--badge-bg:rgba(232,66,10,.08);--badge-text:#c73806;--success:#16a34a;--success-bg:rgba(22,163,74,.08);--card-shadow:0 4px 12px rgba(0,0,0,.06);--card-shadow-hover:0 8px 24px rgba(0,0,0,.1);--nav-blur:hsla(40,23%,97%,.8);--pricing-popular-bg:#fffaf7;--pricing-popular-border:#e8420a;--faq-bg:#fff;--faq-border:#e8e7e4;--dot-color:#e8420a;--ring-color:rgba(232,66,10,.3);--chat-glass:hsla(0,0%,100%,.9);--chat-border:rgba(0,0,0,.06);--chat-shadow:0 20px 60px rgba(0,0,0,.12);--chat-bubble-bot:#f0efec;--chat-bubble-user:#e8420a;--chat-input-bg:#f5f4f1;--chat-header-bg:#faf9f7;--divider:#e8e7e4}@keyframes scale-in{0%{opacity:0;transform:scale(.92) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}.animate-scale-in{animation:scale-in .28s cubic-bezier(.22,1,.36,1) both}.landing-page{font-family:var(--font-body);background-color:var(--bg-primary);color:var(--text-primary);line-height:1.6;transition:background-color var(--transition-theme),color var(--transition-theme);overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:relative}#asciiCanvas{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;opacity:.7;transition:opacity .3s}[data-theme=light] #asciiCanvas{opacity:0}.landing-page .cursor-dot{width:8px;height:8px;background:var(--dot-color);border-radius:50%;z-index:100001;transition:transform .1s ease,background var(--transition-theme)}.landing-page .cursor-dot,.landing-page .cursor-ring{position:fixed;pointer-events:none;transform:translate(-50%,-50%)}.landing-page .cursor-ring{width:36px;height:36px;border:2px solid var(--ring-color);border-radius:50%;z-index:100000;transition:width .3s ease,height .3s ease,border-color var(--transition-theme),transform .12s ease}.landing-page .cursor-ring.hovering{width:52px;height:52px;border-color:var(--accent)}@media (max-width:900px){.landing-page .cursor-dot,.landing-page .cursor-ring{display:none}}.landing-page .container{max-width:1100px;margin:0 auto;padding:0 24px;position:relative;z-index:1}.landing-page .navbar{position:fixed;top:0;left:0;right:0;z-index:1000;padding:14px 0;transition:all var(--transition-theme);background:var(--nav-blur);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border)}.landing-page .navbar .container{display:flex;align-items:center;justify-content:space-between;gap:20px}.landing-page .nav-logo{font-family:var(--font-heading);font-weight:900;font-size:1.4rem;letter-spacing:-.02em;color:var(--text-primary);text-decoration:none;white-space:nowrap;transition:color var(--transition-theme);display:flex;align-items:center;gap:6px}.landing-page .nav-logo .accent{color:var(--accent)}.landing-page .nav-logo svg{width:24px;height:24px;stroke:var(--accent);fill:none;stroke-width:2}.landing-page .nav-links{display:flex;gap:28px;list-style:none;align-items:center}.landing-page .nav-links a{font-weight:500;font-size:.9rem;color:var(--text-secondary);text-decoration:none;transition:color var(--transition-fast);letter-spacing:-.01em;position:relative;padding:4px 0}.landing-page .nav-links a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1.5px;background:var(--accent);border-radius:1px;transition:width .25s cubic-bezier(.22,1,.36,1)}.landing-page .nav-links a:hover{color:var(--text-primary)}.landing-page .nav-links a:hover:after{width:100%}.landing-page .nav-link-item{font-weight:500;font-size:.9rem;color:var(--text-secondary);text-decoration:none;letter-spacing:-.01em;position:relative;padding:4px 0;transition:color .2s ease}.landing-page .nav-link-item:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1.5px;background:var(--accent);border-radius:1px;transition:width .25s cubic-bezier(.22,1,.36,1)}.landing-page .nav-link-item:hover{color:var(--text-primary)}.landing-page .nav-link-item:hover:after{width:100%}.landing-page .nav-cta{font-weight:600;font-size:.85rem;padding:9px 18px;background:var(--accent);color:#fff;border:none;border-radius:var(--radius-full);cursor:pointer;transition:all var(--transition-fast);letter-spacing:-.01em;white-space:nowrap;display:inline-flex;align-items:center;gap:6px}.landing-page .nav-cta:hover{background:var(--accent-hover);transform:translateY(-1px);box-shadow:0 0 30px var(--accent-glow)}.landing-page .theme-toggle-wrapper{flex-shrink:0}.landing-page .theme-toggle{width:64px;height:32px;border-radius:var(--radius-full);background:var(--bg-toggle);border:1px solid var(--border);cursor:pointer;position:relative;display:flex;align-items:center;justify-content:space-between;padding:0 5px;transition:all var(--transition-theme);outline:none;-webkit-tap-highlight-color:transparent}.landing-page .theme-toggle:hover{transform:scale(1.05);border-color:var(--border-hover)}.landing-page .theme-toggle:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.landing-page .toggle-icon{z-index:2;pointer-events:none;transition:opacity var(--transition-theme);display:flex;align-items:center}.landing-page .toggle-icon svg{width:16px;height:16px;fill:none;stroke:var(--text-secondary);stroke-width:2;transition:stroke var(--transition-theme)}.landing-page .toggle-icon.moon{opacity:1}.landing-page .toggle-icon.sun,[data-theme=light] .landing-page .toggle-icon.moon{opacity:.35}[data-theme=light] .landing-page .toggle-icon.sun{opacity:1}.landing-page .toggle-thumb{position:absolute;width:24px;height:24px;border-radius:50%;background:var(--accent);left:3px;z-index:1;transition:all .35s cubic-bezier(.4,0,.2,1);pointer-events:none;box-shadow:0 1px 4px rgba(0,0,0,.2)}[data-theme=light] .landing-page .toggle-thumb{left:35px}.landing-page .nav-hamburger{display:none;background:none;border:none;color:var(--text-primary);font-size:1.5rem;cursor:pointer;padding:4px;line-height:1}@media (max-width:900px){.landing-page .nav-links{display:none}.landing-page .nav-hamburger{display:block}.landing-page .nav-cta.desktop-only{display:none}}.landing-page .mobile-menu{display:none;position:fixed;top:64px;left:0;right:0;background:var(--bg-primary);border-bottom:1px solid var(--border);padding:16px 24px;z-index:999;flex-direction:column;gap:12px;transition:all var(--transition-theme)}.landing-page .mobile-menu.open{display:flex}.landing-page .mobile-menu a{color:var(--text-primary);text-decoration:none;font-weight:500;font-size:1rem;padding:8px 0}.landing-page .hero{padding:120px 0 64px;position:relative}.landing-page .hero .container{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.landing-page .hero-badge{display:inline-flex;align-items:center;gap:6px;background:var(--badge-bg);color:var(--badge-text);font-family:var(--font-mono);font-size:.68rem;font-weight:500;padding:5px 12px;border-radius:var(--radius-full);margin-bottom:16px;letter-spacing:.02em;text-transform:uppercase}.landing-page .hero h1{font-family:var(--font-heading);font-weight:800;font-size:clamp(1.9rem,3.5vw,2.6rem);line-height:1.15;letter-spacing:-.025em;margin-bottom:14px;color:var(--text-primary);transition:color var(--transition-theme)}.landing-page .typewriter-text{display:inline}.landing-page .hero-heading-main{font-weight:800}.landing-page .hero-heading-gradient{font-weight:800;background:linear-gradient(135deg,#e8a840,#f5d078 50%,#e8a840);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:hero-gradient-shift 4s ease-in-out infinite}@keyframes hero-gradient-shift{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.landing-page .typewriter-cursor{display:inline-block;color:var(--accent);animation:blink-cursor 1s step-end infinite;margin-left:1px;font-weight:300}@keyframes blink-cursor{0%,to{opacity:1}50%{opacity:0}}.landing-page .hero-subtitle{font-size:.92rem;color:var(--text-secondary);line-height:1.6;margin-bottom:24px;max-width:460px;transition:color var(--transition-theme)}.landing-page .hero-ctas{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:24px}.landing-page .btn-primary{font-weight:600;font-size:.875rem;padding:12px 24px;background:var(--accent);color:#fff;border:none;border-radius:var(--radius-full);cursor:pointer;transition:all var(--transition-fast);letter-spacing:-.01em;text-decoration:none;display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.landing-page .btn-primary:hover{background:var(--accent-hover);transform:translateY(-1px);box-shadow:0 0 24px var(--accent-glow)}.landing-page .btn-secondary{font-weight:500;font-size:.875rem;padding:12px 24px;background:transparent;color:var(--text-secondary);border:1.5px solid var(--border);border-radius:var(--radius-full);cursor:pointer;transition:all var(--transition-fast);letter-spacing:-.01em;text-decoration:none;display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.landing-page .btn-secondary:hover{border-color:var(--border-hover);color:var(--text-primary);transform:translateY(-1px)}.landing-page .hero-stats{display:flex;gap:20px;flex-wrap:wrap;font-size:.75rem;color:var(--text-tertiary);letter-spacing:-.01em;transition:color var(--transition-theme)}.landing-page .hero-stats div{display:flex;align-items:baseline;gap:4px}.landing-page .hero-stats span{font-weight:700;color:var(--accent);font-size:.9rem}.landing-page .pipeline-card{background:var(--bg-card);border:1px solid var(--border-card);border-radius:var(--radius-lg);padding:24px;box-shadow:var(--card-shadow);transition:all var(--transition-theme)}.landing-page .pipeline-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;font-family:var(--font-mono);font-size:.75rem;color:var(--text-tertiary);letter-spacing:.02em}.landing-page .pipeline-live-counter{font-family:var(--font-heading);font-weight:900;font-size:2.2rem;color:var(--accent);transition:all .25s ease;display:inline-block}.landing-page .pipeline-live-counter.bump{animation:counter-bump .35s cubic-bezier(.34,1.56,.64,1)}@keyframes counter-bump{0%{transform:scale(1)}40%{transform:scale(1.25);color:#ff6b35}to{transform:scale(1)}}.landing-page .pipeline-steps{display:flex;flex-direction:column;gap:10px}.landing-page .pipeline-step{display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:var(--radius-sm);transition:all var(--transition-theme);font-size:.8rem;font-weight:500;color:var(--text-secondary)}.landing-page .pipeline-step .step-num{font-weight:700;font-size:.65rem;width:20px;height:20px;border-radius:50%;background:var(--accent-subtle);color:var(--accent);display:flex;align-items:center;justify-content:center;flex-shrink:0}.landing-page .floating-alert{position:absolute;bottom:-20px;right:-10px;background:var(--bg-card);border:1px solid var(--border-card);border-radius:var(--radius-md);padding:12px 16px;font-size:.8rem;box-shadow:var(--card-shadow);animation:float-alert 4s ease-in-out infinite;z-index:5;transition:all var(--transition-theme);display:flex;align-items:center;gap:8px;font-weight:500;max-width:260px}@keyframes float-alert{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.landing-page .floating-alert .alert-dot{width:8px;height:8px;border-radius:50%;background:var(--success);animation:pulse-dot 1.5s ease-in-out infinite;flex-shrink:0}@keyframes pulse-dot{0%,to{box-shadow:0 0 0 0 rgba(34,197,94,.5)}50%{box-shadow:0 0 0 8px transparent}}.landing-page .section{padding:80px 0;transition:background-color var(--transition-theme);position:relative;z-index:1}.landing-page .section-header{text-align:center;margin-bottom:52px;flex-direction:column}.landing-page .section-eyebrow{font-family:var(--font-mono);font-size:.72rem;font-weight:500;letter-spacing:.06em;color:var(--accent);text-transform:uppercase;margin-bottom:10px}.landing-page .section-title{font-family:var(--font-heading);font-weight:800;font-size:clamp(1.8rem,3.5vw,2.6rem);letter-spacing:-.025em;line-height:1.15;color:var(--text-primary);transition:color var(--transition-theme)}.landing-page .section-subtext{color:var(--text-secondary);margin-top:10px;font-size:1rem;max-width:550px;margin-left:auto;margin-right:auto}.landing-page .how-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.landing-page .how-card{background:var(--bg-card);border:1px solid var(--border-card);border-radius:var(--radius-lg);padding:24px 18px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:0;transition:all .35s cubic-bezier(.34,1.56,.64,1);box-shadow:var(--card-shadow);position:relative;overflow:hidden}.landing-page .how-card:before{content:"";position:absolute;inset:0;border-radius:inherit;background:radial-gradient(circle at 50% 0,var(--accent-glow),transparent 70%);opacity:0;transition:opacity .35s ease}.landing-page .how-card:hover{transform:translateY(-6px) scale(1.02);box-shadow:0 12px 40px rgba(232,66,10,.15);border-color:var(--accent)}.landing-page .how-card:hover:before{opacity:.6}.landing-page .how-icon{margin-bottom:12px;display:flex;align-items:center;justify-content:center;color:var(--accent);width:52px;height:52px;border-radius:14px;background:var(--accent-subtle);border:1px solid rgba(232,66,10,.1);transition:transform .35s cubic-bezier(.34,1.56,.64,1),color .35s ease,background .35s ease,box-shadow .35s ease;position:relative;z-index:1}.landing-page .how-card:hover .how-icon{transform:scale(1.12);color:var(--accent-hover);background:rgba(232,66,10,.15);border-color:rgba(232,66,10,.25);box-shadow:0 0 20px rgba(232,66,10,.15)}.landing-page .how-card h4{font-weight:700;font-size:.95rem;margin-bottom:6px;color:var(--text-primary)}.landing-page .how-card h4,.landing-page .how-card p{transition:color .35s ease;position:relative;z-index:1}.landing-page .how-card p{font-size:.8rem;color:var(--text-secondary);line-height:1.4}.landing-page .pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;align-items:start}.landing-page .pricing-card{background:var(--bg-card);border:1px solid var(--border-card);border-radius:var(--radius-xl);padding:28px 24px;box-shadow:var(--card-shadow);transition:all .35s cubic-bezier(.34,1.56,.64,1);position:relative;display:flex;flex-direction:column;overflow:hidden}.landing-page .pricing-card:before{content:"";position:absolute;inset:0;border-radius:inherit;background:radial-gradient(circle at 50% 0,var(--accent-glow),transparent 70%);opacity:0;transition:opacity .35s ease}.landing-page .pricing-card:hover{transform:translateY(-6px);box-shadow:0 12px 40px rgba(232,66,10,.12);border-color:rgba(232,66,10,.3)}.landing-page .pricing-card:hover:before{opacity:.5}.landing-page .pricing-card.popular{border:2px solid var(--pricing-popular-border);background:var(--pricing-popular-bg);transform:scale(1.03);z-index:2;overflow:visible}.landing-page .pricing-card.popular:hover{transform:scale(1.03) translateY(-4px)}.landing-page .popular-badge{position:absolute;top:-13px;left:50%;transform:translateX(-50%);background:var(--accent);color:#fff;font-family:var(--font-mono);font-size:.68rem;font-weight:700;padding:5px 14px;border-radius:var(--radius-full);letter-spacing:.03em;white-space:nowrap}.landing-page .pricing-card h3{font-weight:800;font-size:1.3rem;margin-bottom:4px;color:var(--text-primary);position:relative;z-index:1}.landing-page .pricing-card .btn-primary,.landing-page .pricing-card .btn-secondary,.landing-page .pricing-card .price,.landing-page .pricing-card .price-period,.landing-page .pricing-features{position:relative;z-index:1}.landing-page .pricing-card .price{font-family:var(--font-heading);font-weight:900;font-size:2rem;color:var(--text-primary);margin:8px 0}.landing-page .pricing-card .price-period{font-size:.8rem;font-weight:500;color:var(--text-tertiary);display:block;margin-bottom:12px}.landing-page .pricing-features{list-style:none;padding:0;margin:0 0 20px;flex:1}.landing-page .pricing-features li{padding:7px 0;font-size:.85rem;color:var(--text-secondary);border-bottom:1px solid var(--divider);display:flex;align-items:center;gap:8px}.landing-page .pricing-features li:before{content:"✓";color:var(--accent);font-weight:700;flex-shrink:0}.landing-page .guarantee-badge{text-align:center;margin-top:28px;font-family:var(--font-mono);font-size:.8rem;color:var(--success);background:var(--success-bg);display:inline-flex;align-items:center;gap:6px;padding:10px 20px;border-radius:var(--radius-full);position:relative;left:50%;transform:translateX(-50%);font-weight:500;letter-spacing:-.01em;white-space:nowrap}.landing-page .guarantee-badge svg{width:18px;height:18px;stroke:var(--success);fill:none;stroke-width:2}.landing-page .testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.landing-page .testimonial-card{background:var(--bg-card);border:1px solid var(--border-card);border-radius:var(--radius-lg);padding:24px;box-shadow:var(--card-shadow);transition:all .35s cubic-bezier(.34,1.56,.64,1);display:flex;flex-direction:column;position:relative;overflow:hidden}.landing-page .testimonial-card:before{content:"";position:absolute;inset:0;border-radius:inherit;background:radial-gradient(circle at 50% 0,var(--accent-glow),transparent 70%);opacity:0;transition:opacity .35s ease}.landing-page .testimonial-card:hover{transform:translateY(-5px);box-shadow:0 12px 40px rgba(232,66,10,.1);border-color:rgba(232,66,10,.2)}.landing-page .testimonial-card:hover:before{opacity:.4}.landing-page .testimonial-card .quote{font-size:.95rem;color:var(--text-primary);line-height:1.5;margin-bottom:16px;font-style:italic;position:relative;z-index:1}.landing-page .testimonial-author{position:relative;z-index:1;display:flex;align-items:center;gap:10px}.landing-page .author-avatar{width:40px;height:40px;border-radius:50%;background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;flex-shrink:0}.landing-page .author-info{font-size:.8rem;color:var(--text-secondary)}.landing-page .author-info strong{color:var(--text-primary);display:block;font-weight:600}.landing-page .roi-ascii-canvas{z-index:0}.landing-page .roi-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.landing-page .roi-calc-card{background:var(--bg-card);border:1px solid var(--border-card);border-radius:var(--radius-xl);padding:28px;box-shadow:var(--card-shadow);transition:all .35s cubic-bezier(.34,1.56,.64,1);position:relative;overflow:hidden}.landing-page .roi-calc-card:before{content:"";position:absolute;inset:0;border-radius:inherit;background:radial-gradient(circle at 50% 0,var(--accent-glow),transparent 70%);opacity:0;transition:opacity .35s ease}.landing-page .roi-calc-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(232,66,10,.1);border-color:rgba(232,66,10,.2)}.landing-page .roi-calc-card:hover:before{opacity:.4}.landing-page .roi-highlight,.landing-page .roi-row{position:relative;z-index:1}.landing-page .roi-row{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid var(--divider);font-size:.9rem}.landing-page .roi-row .label{color:var(--text-secondary)}.landing-page .roi-row .value{font-weight:700;color:var(--text-primary)}.landing-page .roi-highlight{display:flex;justify-content:space-between;padding:16px 0;font-size:1.2rem;font-weight:900;font-family:var(--font-heading);color:var(--accent);letter-spacing:-.02em}.landing-page .roi-text h3{font-weight:800;font-size:1.8rem;letter-spacing:-.02em;margin-bottom:12px;color:var(--text-primary)}.landing-page .roi-text p{color:var(--text-secondary);line-height:1.6}.landing-page .faq-list{max-width:700px;margin:0 auto;display:flex;flex-direction:column;gap:10px}.landing-page .faq-item{background:var(--faq-bg);border:1px solid var(--faq-border);border-radius:var(--radius-md);overflow:hidden;transition:all var(--transition-theme)}.landing-page .faq-question{width:100%;background:none;border:none;padding:18px 20px;text-align:left;font-weight:600;font-size:.95rem;color:var(--text-primary);cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:12px;transition:color var(--transition-theme);-webkit-tap-highlight-color:transparent}.landing-page .faq-question:hover{color:var(--accent)}.landing-page .faq-icon{font-size:1.2rem;transition:transform .3s ease;flex-shrink:0;color:var(--accent)}.landing-page .faq-item.open .faq-icon{transform:rotate(45deg)}.landing-page .faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease;padding:0 20px}.landing-page .faq-item.open .faq-answer{max-height:300px;padding:0 20px 18px}.landing-page .faq-answer p{color:var(--text-secondary);font-size:.88rem;line-height:1.55}.landing-page .final-cta{text-align:center;padding:90px 0;position:relative;z-index:1}.landing-page .final-cta h2{font-family:var(--font-heading);font-weight:900;font-size:clamp(2rem,4vw,3rem);letter-spacing:-.03em;margin-bottom:12px;color:var(--text-primary)}.landing-page .final-cta p{color:var(--text-secondary);max-width:500px;margin:0 auto 24px;font-size:1rem}.landing-page .final-cta .cta-group{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.landing-page .footer{padding:28px 0;text-align:center;border-top:1px solid var(--divider);font-size:.82rem;color:var(--text-tertiary);position:relative;z-index:1}.landing-page .chat-widget{position:fixed;bottom:24px;right:24px;z-index:10000;font-family:var(--font-body)}.landing-page .chat-trigger{width:56px;height:56px;border-radius:50%;background:var(--accent);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px rgba(232,66,10,.35);transition:all .3s cubic-bezier(.34,1.56,.64,1);position:relative;z-index:2;color:#fff}.landing-page .chat-trigger:hover{transform:scale(1.1);box-shadow:0 12px 30px rgba(232,66,10,.5)}.landing-page .chat-trigger .pulse-ring{position:absolute;inset:-5px;border-radius:50%;border:2px solid var(--accent);animation:chat-pulse 2.2s ease-out infinite;pointer-events:none}@keyframes chat-pulse{0%{transform:scale(.9);opacity:.8}to{transform:scale(1.6);opacity:0}}.landing-page .chat-window{position:absolute;bottom:75px;right:0;width:380px;max-height:520px;background:var(--chat-glass);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--chat-border);border-radius:var(--radius-xl);box-shadow:var(--chat-shadow);display:flex;flex-direction:column;overflow:hidden;transition:all .4s cubic-bezier(.16,1,.3,1);transform-origin:bottom right;opacity:0;pointer-events:none;transform:scale(.9) translateY(20px)}.landing-page .chat-window.open{opacity:1;pointer-events:all;transform:scale(1) translateY(0)}.landing-page .chat-header{background:var(--chat-header-bg);padding:16px 18px;display:flex;align-items:center;gap:12px;border-bottom:1px solid var(--divider)}.landing-page .chat-header-logo{width:36px;height:36px;background:var(--accent);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.landing-page .chat-header-info{flex:1}.landing-page .chat-header .chat-title{font-weight:700;font-size:.95rem;color:var(--text-primary);letter-spacing:-.01em}.landing-page .chat-header .chat-status{font-size:.7rem;color:var(--success);font-weight:500;display:flex;align-items:center;gap:4px}.landing-page .status-dot{width:7px;height:7px;border-radius:50%;background:var(--success);animation:pulse-dot 2s ease-in-out infinite}.landing-page .chat-close{background:none;border:none;color:var(--text-tertiary);font-size:1.2rem;cursor:pointer;padding:4px;transition:color .2s;line-height:1}.landing-page .chat-close:hover{color:var(--text-primary)}.landing-page .chat-messages{flex:1;overflow-y:auto;padding:18px 16px;display:flex;flex-direction:column;gap:14px;max-height:300px;scroll-behavior:smooth}.landing-page .chat-messages::-webkit-scrollbar{width:4px}.landing-page .chat-messages::-webkit-scrollbar-track{background:transparent}.landing-page .chat-messages::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}.landing-page .chat-bubble{max-width:85%;padding:12px 16px;border-radius:18px;font-size:.85rem;line-height:1.5;animation:fade-in-up .35s ease;word-break:break-word}@keyframes fade-in-up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.landing-page .chat-bubble.bot{background:var(--chat-bubble-bot);color:var(--text-primary);align-self:flex-start;border-bottom-left-radius:6px;box-shadow:0 1px 3px rgba(0,0,0,.08);border:1px solid var(--border-card)}.landing-page .chat-bubble.user{background:var(--chat-bubble-user);color:#fff;align-self:flex-end;border-bottom-right-radius:6px;box-shadow:0 2px 8px rgba(232,66,10,.3)}.landing-page .chat-strong{color:var(--accent);font-weight:600}.landing-page .chat-bubble.success{border-color:rgba(34,197,94,.3)!important}.landing-page .chat-bubble-replies{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px;padding-top:10px;border-top:1px solid var(--divider)}.landing-page .chat-bubble-reply-btn{font-family:var(--font-body);font-size:.68rem;font-weight:600;padding:6px 12px;border-radius:var(--radius-full);border:1px solid var(--border);background:var(--bg-input);color:var(--text-primary);cursor:pointer;transition:all .2s ease;white-space:nowrap;letter-spacing:-.01em;display:inline-flex;align-items:center;gap:4px}.landing-page .chat-bubble-reply-btn:hover{background:var(--accent);color:#fff;border-color:var(--accent);transform:translateY(-1px);box-shadow:0 4px 12px rgba(232,66,10,.25)}.landing-page .chat-bubble.bot .chat-bubble-reply-btn{background:hsla(0,0%,100%,.06);border-color:hsla(0,0%,100%,.12)}.landing-page .chat-bubble.bot .chat-bubble-reply-btn:hover{background:var(--accent);border-color:var(--accent)}.landing-page .chat-success-badge{display:inline-flex;align-items:center;gap:5px;margin-top:8px;font-size:.68rem;font-weight:600;color:var(--success);background:var(--success-bg);padding:4px 10px;border-radius:var(--radius-full);animation:fade-in-up .35s ease}.landing-page .typing-bubble{padding:12px 18px!important;min-width:52px}.landing-page .typing-bubble .typing-dots{display:flex;gap:3px}.landing-page .typing-bubble .typing-dots span{width:6px;height:6px;border-radius:50%;background:var(--accent);animation:bounce-dot 1.4s ease-in-out infinite}.landing-page .typing-bubble .typing-dots span:nth-child(2){animation-delay:.2s}.landing-page .typing-bubble .typing-dots span:nth-child(3){animation-delay:.4s}.landing-page .chat-quick-replies{display:flex;flex-wrap:wrap;gap:8px;padding:10px 16px 12px;border-top:1px solid var(--divider);background:var(--chat-header-bg)}.landing-page .quick-reply-btn{font-family:var(--font-body);font-size:.75rem;font-weight:500;padding:8px 16px;border-radius:var(--radius-full);border:1px solid var(--border);background:var(--bg-input);color:var(--text-primary);cursor:pointer;transition:all .2s ease;white-space:nowrap;letter-spacing:-.01em}.landing-page .quick-reply-btn:hover{background:var(--accent);color:#fff;border-color:var(--accent);transform:translateY(-1px);box-shadow:0 4px 12px rgba(232,66,10,.25)}.landing-page .chat-input-row{display:flex;gap:8px;padding:12px 16px 16px;border-top:1px solid var(--divider);align-items:center}.landing-page .chat-input-row input{flex:1;padding:12px 16px;border-radius:var(--radius-full);border:1px solid var(--border);background:var(--chat-input-bg);color:var(--text-primary);font-family:var(--font-body);font-size:.85rem;outline:none;transition:all .2s}.landing-page .chat-input-row input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-subtle)}.landing-page .chat-input-row input::-moz-placeholder{color:var(--text-tertiary)}.landing-page .chat-input-row input::placeholder{color:var(--text-tertiary)}.landing-page .chat-send-btn{width:40px;height:40px;border-radius:50%;background:var(--accent);border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.landing-page .chat-send-btn:hover{background:var(--accent-hover);transform:scale(1.05)}.landing-page .typing-indicator{display:flex;align-items:center;gap:2px;padding:8px 16px;color:var(--text-tertiary);font-size:.72rem;font-weight:500}.landing-page .typing-dots{display:flex;gap:3px;margin-left:6px}.landing-page .typing-dots span{width:5px;height:5px;border-radius:50%;background:var(--accent);animation:bounce-dot 1.4s ease-in-out infinite}.landing-page .typing-dots span:nth-child(2){animation-delay:.2s}.landing-page .typing-dots span:nth-child(3){animation-delay:.4s}@keyframes bounce-dot{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-6px)}}.landing-page .reveal{opacity:0;transform:translateY(36px);transition:opacity .7s ease,transform .7s cubic-bezier(.22,.61,.36,1)}.landing-page .reveal.visible{opacity:1;transform:translateY(0)}@media (max-width:1024px){.landing-page .container{padding:0 20px;max-width:100%}.landing-page .hero .container{gap:36px}.landing-page .hero h1{font-size:clamp(2rem,3.5vw,2.8rem)}.landing-page .how-grid{grid-template-columns:repeat(3,1fr);gap:14px}.landing-page .pricing-grid{gap:16px}.landing-page .pricing-card{padding:22px 18px}.landing-page .pricing-card .price{font-size:1.6rem}.landing-page .testimonials-grid{gap:16px}.landing-page .roi-grid{gap:28px}}@media (max-width:900px){.landing-page{cursor:auto}.landing-page .cursor-dot,.landing-page .cursor-ring{display:none}.landing-page .navbar .container{gap:14px}.landing-page .nav-links{display:none}.landing-page .nav-hamburger{display:block}.landing-page .nav-cta.desktop-only{display:none}.landing-page .nav-logo{font-size:1.2rem}.landing-page .hero{padding:120px 0 60px}.landing-page .hero .container{grid-template-columns:1fr;gap:32px}.landing-page .hero-visual{order:-1;max-width:440px;margin:0 auto}.landing-page .hero-content{text-align:center}.landing-page .hero-subtitle{max-width:100%;margin-left:auto;margin-right:auto}.landing-page .hero-ctas,.landing-page .hero-stats{justify-content:center}.landing-page .how-grid{grid-template-columns:repeat(3,1fr)}.landing-page .pipeline-card{padding:18px}.landing-page .pipeline-live-counter{font-size:1.8rem}.landing-page .pipeline-step{font-size:.78rem;padding:8px 10px;gap:8px}.landing-page .pricing-grid{grid-template-columns:1fr;max-width:420px;margin:0 auto}.landing-page .pricing-card.popular{transform:none}.landing-page .pricing-card.popular:hover{transform:translateY(-4px)}.landing-page .testimonials-grid{grid-template-columns:1fr;max-width:420px;margin:0 auto}.landing-page .roi-grid{grid-template-columns:1fr;gap:28px}.landing-page .faq-list{max-width:100%}.landing-page .faq-question{font-size:.9rem;padding:16px}.landing-page .final-cta{padding:60px 0}.landing-page .chat-window{width:calc(100vw - 48px);right:0;max-height:460px}.landing-page .chat-widget{bottom:16px;right:16px}.landing-page .floating-alert{bottom:-10px;right:0;max-width:220px;font-size:.7rem}}@media (max-width:768px){.landing-page .hero{padding:100px 0 48px}.landing-page .hero h1{font-size:clamp(1.8rem,6vw,2.4rem);min-height:auto}.landing-page .hero-badge{font-size:.7rem;padding:6px 12px;gap:6px}.landing-page .hero-subtitle{font-size:.95rem}.landing-page .hero-stats{gap:16px;font-size:.72rem}.landing-page .hero-stats span{font-size:.9rem}.landing-page .how-grid{grid-template-columns:repeat(2,1fr);gap:12px}.landing-page .how-card{padding:18px 14px}.landing-page .how-icon{width:44px;height:44px;border-radius:12px;margin-bottom:10px}.landing-page .how-card h4{font-size:.85rem}.landing-page .how-card p{font-size:.75rem}.landing-page .section{padding:56px 0}.landing-page .section-header{margin-bottom:36px}.landing-page .section-title{font-size:clamp(1.5rem,4.5vw,2rem)}.landing-page .section-subtext{font-size:.9rem}.landing-page .pricing-card{padding:22px 18px}.landing-page .pricing-card h3{font-size:1.15rem}.landing-page .pricing-card .price{font-size:1.5rem}.landing-page .pricing-features li{font-size:.8rem}.landing-page .guarantee-badge{font-size:.72rem;padding:8px 16px}.landing-page .roi-calc-card{padding:20px}.landing-page .roi-text h3{font-size:1.4rem}.landing-page .roi-row{font-size:.82rem}.landing-page .roi-highlight{font-size:1rem}.landing-page .btn-primary,.landing-page .btn-secondary{font-size:.85rem;padding:11px 22px}}@media (max-width:600px){.landing-page .container{padding:0 16px}.landing-page .navbar{padding:10px 0}.landing-page .nav-logo{font-size:1.1rem}.landing-page .theme-toggle{width:56px;height:28px}.landing-page .theme-toggle .toggle-thumb{width:22px;height:22px}[data-theme=light] .landing-page .theme-toggle .toggle-thumb{left:31px}.landing-page .mobile-menu{top:56px;padding:12px 16px;gap:8px}.landing-page .mobile-menu a{font-size:.9rem;padding:6px 0}.landing-page .hero{padding:96px 0 40px}.landing-page .hero h1{font-size:1.7rem}.landing-page .hero-badge{font-size:.65rem;padding:5px 10px}.landing-page .hero-subtitle{font-size:.88rem;margin-bottom:20px}.landing-page .hero-ctas{flex-direction:column;gap:10px;margin-bottom:20px}.landing-page .hero-ctas .btn-primary,.landing-page .hero-ctas .btn-secondary{width:100%;justify-content:center;text-align:center}.landing-page .hero-stats{gap:12px;font-size:.68rem;flex-wrap:wrap;justify-content:center}.landing-page .pipeline-card{padding:14px}.landing-page .pipeline-card-header{font-size:.68rem;margin-bottom:12px}.landing-page .pipeline-live-counter{font-size:1.6rem}.landing-page .pipeline-steps{gap:6px}.landing-page .pipeline-step{font-size:.72rem;padding:7px 8px;gap:6px}.landing-page .pipeline-step .step-num{width:18px;height:18px;font-size:.62rem}.landing-page .step-badge{font-size:.55rem;padding:2px 6px}.landing-page .how-grid{grid-template-columns:1fr 1fr;gap:10px}.landing-page .how-card{padding:16px 10px}.landing-page .how-icon{width:38px;height:38px;border-radius:10px;margin-bottom:8px}.landing-page .how-card h4{font-size:.8rem}.landing-page .how-card p{font-size:.7rem}.landing-page .section{padding:48px 0}.landing-page .section-header{margin-bottom:28px}.landing-page .section-eyebrow{font-size:.65rem;margin-bottom:6px}.landing-page .section-title{font-size:1.35rem}.landing-page .section-subtext{font-size:.82rem;margin-top:6px}.landing-page .pricing-grid{max-width:100%;gap:14px}.landing-page .pricing-card{padding:20px 16px}.landing-page .popular-badge{font-size:.62rem;padding:4px 12px}.landing-page .guarantee-badge{font-size:.68rem;padding:8px 14px;white-space:normal;text-align:center;max-width:280px}.landing-page .testimonials-grid{max-width:100%}.landing-page .testimonial-card{padding:18px}.landing-page .testimonial-card .quote{font-size:.85rem}.landing-page .author-avatar{width:34px;height:34px;font-size:.78rem}.landing-page .roi-text h3{font-size:1.25rem}.landing-page .roi-calc-card{padding:18px}.landing-page .faq-question{font-size:.82rem;padding:14px}.landing-page .faq-answer p{font-size:.8rem}.landing-page .final-cta{padding:48px 0}.landing-page .final-cta h2{font-size:1.5rem}.landing-page .final-cta p{font-size:.88rem}.landing-page .final-cta .cta-group{flex-direction:column;align-items:center}.landing-page .final-cta .cta-group .btn-primary,.landing-page .final-cta .cta-group .btn-secondary{width:100%;max-width:300px;justify-content:center}.landing-page .footer{padding:20px 0;font-size:.72rem}.landing-page .chat-widget{bottom:12px;right:12px}.landing-page .chat-trigger{width:48px;height:48px}.landing-page .chat-window{width:calc(100vw - 32px);max-height:420px;bottom:64px}.landing-page .chat-bubble{font-size:.78rem;padding:10px 14px}.landing-page .quick-reply-btn{font-size:.7rem;padding:6px 12px}.landing-page .floating-alert{display:none}}@media (max-width:400px){.landing-page .hero{padding:88px 0 32px}.landing-page .hero h1{font-size:1.45rem}.landing-page .hero-badge{font-size:.6rem;padding:4px 8px;gap:4px}.landing-page .hero-badge svg{width:12px;height:12px}.landing-page .hero-subtitle{font-size:.8rem}.landing-page .hero-stats{flex-direction:column;align-items:center;gap:6px;font-size:.65rem}.landing-page .how-grid{grid-template-columns:1fr 1fr;gap:8px}.landing-page .how-card{padding:12px 8px}.landing-page .how-icon{width:34px;height:34px}.landing-page .how-card h4{font-size:.75rem}.landing-page .how-card p{font-size:.68rem}.landing-page .section-title{font-size:1.2rem}.landing-page .btn-primary,.landing-page .btn-secondary{font-size:.8rem;padding:10px 18px}.landing-page .final-cta h2{font-size:1.3rem}.landing-page .chat-window{width:calc(100vw - 16px);max-height:380px}}.landing-page .how-stepper{display:flex;flex-direction:column;max-width:820px;margin:0 auto}.landing-page .how-step{display:flex;gap:28px;align-items:stretch}.landing-page .how-step-left{display:flex;flex-direction:column;align-items:center;flex-shrink:0;width:32px;padding-top:2px}.landing-page .how-step-circle{width:32px;height:32px;border-radius:50%;background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;font-family:var(--font-mono);font-size:.78rem;font-weight:700;flex-shrink:0;position:relative;z-index:1}.landing-page .how-step-line{flex:1;width:1px;background:var(--border);margin:6px 0;min-height:32px}.landing-page .how-step-body{flex:1;padding-bottom:40px}.landing-page .how-step:last-child .how-step-body{padding-bottom:0}.landing-page .how-step-badge{display:inline-flex;align-items:center;background:rgba(232,66,10,.12);color:var(--accent);border:1px solid rgba(232,66,10,.3);font-family:var(--font-mono);font-size:.62rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;border-radius:var(--radius-full);padding:2px 10px;margin-bottom:8px}.landing-page .how-step-title{font-family:var(--font-heading);font-weight:700;font-size:1.05rem;color:var(--text-primary);margin:0 0 8px;letter-spacing:-.01em;line-height:1.3}.landing-page .how-step-desc{font-size:.9rem;color:var(--text-secondary);line-height:1.6;margin:0 0 14px}.landing-page .how-step-sample{background:#111;border:1px solid var(--border);border-radius:12px;padding:12px 16px;font-family:var(--font-mono);font-size:.78rem;color:var(--text-secondary);line-height:1.7}[data-theme=light] .landing-page .how-step-sample{background:var(--bg-secondary)}.landing-page .how-step-sample .sample-key{color:var(--text-tertiary);font-weight:600}.landing-page .how-step-sample .sample-arrow{color:var(--accent);font-weight:700;margin-right:2px}.landing-page .how-step-sample .sample-yes{color:var(--success);font-weight:700;margin-right:6px}.landing-page .how-step-sample .sample-no{color:#e06060;font-weight:700;margin-right:6px}.landing-page .how-step-sample .sample-link{color:var(--accent);text-decoration:underline;cursor:default}.landing-page .guarantee-banner{display:flex;align-items:center;justify-content:center;gap:10px;background:rgba(34,197,94,.1);border:1px solid rgba(34,197,94,.25);border-radius:var(--radius-full);padding:10px 24px;margin:0 auto 36px;font-size:.88rem;font-weight:500;color:var(--success);text-align:center;max-width:680px}.landing-page .guarantee-dot{width:8px;height:8px;border-radius:50%;background:var(--success);flex-shrink:0;animation:pulse-dot 2s ease-in-out infinite}.landing-page .pricing-plan-badge{display:inline-flex;align-items:center;font-family:var(--font-mono);font-size:.62rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-tertiary);border:1px solid var(--border);border-radius:var(--radius-full);padding:3px 10px;margin-bottom:12px}.landing-page .pricing-features .pricing-feature-no{color:var(--text-tertiary);opacity:.6}.landing-page .pricing-features .pricing-feature-no:before{content:"\2717";color:var(--text-tertiary)!important;font-weight:700}.landing-page .pricing-disclaimer{text-align:center;margin-top:24px;font-size:.74rem;color:var(--text-tertiary);font-family:var(--font-mono);letter-spacing:-.01em}.landing-page .metrics-bar{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:56px}.landing-page .metric-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:24px;text-align:center;transition:all .35s cubic-bezier(.34,1.56,.64,1);box-shadow:var(--card-shadow)}.landing-page .metric-card:hover{border-color:rgba(232,66,10,.2);transform:translateY(-4px);box-shadow:0 8px 28px rgba(0,0,0,.35)}.landing-page .metric-number{font-family:var(--font-heading);font-weight:700;font-size:2.2rem;color:var(--text-primary);line-height:1;margin-bottom:8px;letter-spacing:-.03em}.landing-page .metric-label{font-size:.78rem;color:var(--text-tertiary);line-height:1.4}.landing-page .beta-feedback-section{display:flex;flex-direction:column;gap:24px;margin-bottom:0}.landing-page .beta-feedback-label{font-family:var(--font-mono);font-size:.62rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);border:1px solid rgba(232,66,10,.3);border-radius:var(--radius-full);padding:4px 14px;display:inline-flex;align-self:center}.landing-page .beta-avatar{background:rgba(232,66,10,.15)!important;color:var(--accent)!important;font-size:.78rem!important}.landing-page .beta-cta-row{text-align:center;margin-top:40px}@media (max-width:1024px){.landing-page .metrics-bar{grid-template-columns:repeat(2,1fr)}.landing-page .how-stepper{max-width:100%}}@media (max-width:900px){.landing-page .metrics-bar{grid-template-columns:repeat(2,1fr);gap:14px}.landing-page .guarantee-banner{font-size:.82rem;padding:10px 18px}}@media (max-width:768px){.landing-page .how-step{gap:18px}.landing-page .how-step-title{font-size:.95rem}.landing-page .how-step-desc{font-size:.84rem}.landing-page .how-step-sample{font-size:.73rem}.landing-page .metric-number{font-size:1.9rem}}@media (max-width:600px){.landing-page .how-step-line{display:none}.landing-page .how-step-circle{width:28px;height:28px;font-size:.72rem}.landing-page .how-step-left{width:28px}.landing-page .how-step-body{padding-bottom:28px}.landing-page .metrics-bar{grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:40px}.landing-page .metric-card{padding:18px 14px}.landing-page .metric-number{font-size:1.7rem}.landing-page .metric-label{font-size:.72rem}.landing-page .guarantee-banner{font-size:.78rem;padding:10px 14px;border-radius:var(--radius-lg);flex-wrap:wrap;gap:6px}.landing-page .beta-cta-row{margin-top:28px}}.landing-page .roi-ascii-canvas{position:absolute;inset:0;width:100%;height:100%;opacity:.04;pointer-events:none}.landing-page .roi-calc-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:start;max-width:960px;margin:0 auto;align-items:center}.landing-page .roi-sliders-col{display:flex;flex-direction:column;gap:16px}.landing-page .roi-slider-card{background:var(--bg-card);border:1px solid var(--border);border-radius:14px;padding:18px 20px}.landing-page .roi-slider-label-row{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:12px;gap:8px}.landing-page .roi-slider-label-row label{font-size:.82rem;color:var(--text-secondary);font-family:var(--font-sans);line-height:1.4}.landing-page .roi-slider-label-row span{font-family:var(--font-mono);font-size:.82rem;color:var(--accent);white-space:nowrap;flex-shrink:0}.landing-page .roi-slider-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:4px;border-radius:2px;outline:none;cursor:pointer;border:none}.landing-page .roi-slider-input::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:var(--accent);cursor:pointer;box-shadow:0 0 0 3px rgba(232,66,10,.25);-webkit-transition:box-shadow .15s ease;transition:box-shadow .15s ease}.landing-page .roi-slider-input::-webkit-slider-thumb:hover{box-shadow:0 0 0 5px rgba(232,66,10,.35)}.landing-page .roi-slider-input::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:var(--accent);cursor:pointer;border:none;box-shadow:0 0 0 3px rgba(232,66,10,.25)}.landing-page .roi-output-card{background:var(--bg-card);border:1px solid rgba(232,66,10,.25);border-radius:16px;padding:24px;position:sticky;top:24px;display:flex;flex-direction:column;gap:16px}.landing-page .roi-output-header{font-family:var(--font-mono);font-size:.7rem;letter-spacing:.12em;color:var(--text-tertiary);text-transform:uppercase}.landing-page .roi-output-row{display:flex;flex-direction:column;gap:2px}.landing-page .roi-output-label{font-size:.8rem;color:var(--text-secondary)}.landing-page .roi-output-value{font-family:var(--font-mono);font-size:1.05rem;font-weight:600;color:var(--text-primary)}.landing-page .roi-output-sub{font-size:.72rem;color:var(--text-tertiary)}.landing-page .roi-output-divider{display:flex;align-items:center;gap:10px;color:var(--text-tertiary);font-family:var(--font-mono);font-size:.68rem;letter-spacing:.1em}.landing-page .roi-output-divider:after,.landing-page .roi-output-divider:before{content:"";flex:1;height:1px;background:var(--border)}.landing-page .roi-output-divider span{white-space:nowrap;color:var(--accent)}.landing-page .roi-output-multiple{display:flex;align-items:center;justify-content:space-between;gap:12px}.landing-page .roi-multiple-number{font-family:var(--font-mono);font-size:2.2rem;font-weight:700;color:var(--accent);line-height:1;flex-shrink:0}.landing-page .roi-output-cta{display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:.875rem}.landing-page .roi-output-disclaimer{font-size:.7rem;color:var(--text-tertiary);text-align:center;line-height:1.5;margin:0}@keyframes roiValuePop{0%{opacity:0;transform:translateY(4px) scale(.97)}60%{opacity:1;transform:translateY(-1px) scale(1.01)}to{opacity:1;transform:translateY(0) scale(1)}}.landing-page .roi-value-animated{animation:roiValuePop .3s ease forwards}.landing-page .faq-filter-pills{display:flex;justify-content:center;gap:10px;margin-bottom:36px;flex-wrap:wrap}.landing-page .faq-filter-pill{font-family:var(--font-mono);font-size:.75rem;letter-spacing:.06em;padding:8px 18px;border-radius:9999px;border:1px solid var(--border);background:transparent;color:var(--text-secondary);cursor:pointer;transition:border-color .15s ease,color .15s ease,background .15s ease}.landing-page .faq-filter-pill:hover{border-color:var(--accent);color:var(--accent)}.landing-page .faq-filter-pill.active{background:var(--accent);border-color:var(--accent);color:#fff}.landing-page .faq-list .faq-item{background:transparent;border:none;border-bottom:1px solid var(--border);border-radius:0;padding:0}.landing-page .faq-list .faq-item:first-child{border-top:1px solid var(--border)}.landing-page .faq-list .faq-item.open{background:transparent}.landing-page .faq-list .faq-question{display:flex;justify-content:space-between;align-items:center;width:100%;background:transparent;border:none;padding:20px 4px;cursor:pointer;font-family:var(--font-sans);font-size:.95rem;font-weight:500;color:var(--text-primary);text-align:left;gap:16px;transition:color .15s ease}.landing-page .faq-list .faq-question:hover{color:var(--accent)}.landing-page .faq-icon-circle{width:26px;height:26px;border-radius:50%;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:1rem;line-height:1;color:var(--text-secondary);flex-shrink:0;transition:border-color .15s ease,color .15s ease}.landing-page .faq-item.open .faq-icon-circle{border-color:var(--accent);color:var(--accent)}.landing-page .faq-answer-wrapper{max-height:0;overflow:hidden;transition:max-height .3s ease}.landing-page .faq-answer-wrapper.open{max-height:400px}.landing-page .faq-answer-text{font-size:.875rem;color:var(--text-secondary);line-height:1.7;padding:0 4px 20px;margin:0}.landing-page .bottom-cta-section{background:var(--bg-primary);padding:120px 0 100px;position:relative;overflow:hidden}.landing-page .bottom-cta-section:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 60% 50% at 50% 100%,rgba(232,66,10,.12) 0,transparent 70%);pointer-events:none}.landing-page .cta-live-pill{display:inline-flex;align-items:center;gap:8px;background:rgba(34,197,94,.08);border:1px solid rgba(34,197,94,.2);border-radius:9999px;padding:6px 14px;margin-bottom:28px}.landing-page .cta-live-dot{width:7px;height:7px;border-radius:50%;background:var(--success);box-shadow:0 0 6px var(--success);animation:pulse 2s ease-in-out infinite}.landing-page .cta-heading{font-family:var(--font-sans);font-size:clamp(2.4rem,5.5vw,4rem);font-weight:800;letter-spacing:-.03em;line-height:1.1;margin-bottom:20px;display:flex;flex-direction:column;align-items:center}.landing-page .cta-heading-line1{color:var(--text-primary)}.landing-page .cta-heading-line2{background:linear-gradient(90deg,var(--accent) 0,var(--accent-hover) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.landing-page .cta-body{font-size:1.05rem;color:var(--text-secondary);max-width:520px;line-height:1.7;margin:0 auto 36px;text-align:center}.landing-page .btn-ghost{display:inline-flex;align-items:center;gap:8px;padding:14px 26px;border-radius:9999px;border:1px solid var(--border);background:transparent;color:var(--text-primary);font-family:var(--font-sans);font-size:.875rem;font-weight:500;text-decoration:none;cursor:pointer;transition:border-color .15s ease,color .15s ease}.landing-page .btn-ghost:hover{border-color:hsla(0,0%,100%,.25);color:#fff}.landing-page .cta-group{gap:14px}.landing-page .cta-group,.landing-page .cta-trust-signals{display:flex;align-items:center;flex-wrap:wrap;justify-content:center}.landing-page .cta-trust-signals{gap:24px;margin-bottom:28px}.landing-page .cta-trust-item{display:flex;align-items:center;gap:7px;font-size:.82rem;color:var(--text-secondary);font-family:var(--font-sans)}.landing-page .cta-trust-check{color:var(--success);font-size:.9rem;line-height:1}.landing-page .cta-chat-line{font-size:.82rem;color:var(--text-tertiary);margin:0}.landing-page .cta-chat-link{background:transparent;border:none;padding:0;color:var(--accent);font-size:.82rem;font-family:var(--font-sans);cursor:pointer;text-decoration:underline;text-underline-offset:2px;transition:color .15s ease}.landing-page .cta-chat-link:hover{color:var(--accent-hover)}@media (max-width:900px){.landing-page .roi-calc-grid{grid-template-columns:1fr}.landing-page .roi-output-card{position:static}.landing-page .roi-output-multiple{flex-direction:column;align-items:flex-start;gap:6px}.landing-page .roi-multiple-number{font-size:1.8rem}}@media (max-width:768px){.landing-page .bottom-cta-section{padding:80px 0 72px}.landing-page .cta-heading{font-size:2rem}.landing-page .cta-trust-signals{flex-direction:column;gap:10px}.landing-page .faq-list .faq-question{font-size:.875rem;padding:16px 4px}}@media (max-width:600px){.landing-page .roi-slider-card{padding:14px 16px}.landing-page .roi-slider-label-row{flex-direction:column;gap:4px;align-items:flex-start}.landing-page .roi-slider-label-row span{align-self:flex-end}.landing-page .roi-output-card{padding:18px}.landing-page .roi-multiple-number{font-size:1.6rem}.landing-page .cta-group{flex-direction:column;width:100%}.landing-page .cta-group .btn-ghost,.landing-page .cta-group .btn-primary{width:100%;justify-content:center;font-size:.875rem}.landing-page .faq-filter-pills{gap:8px}.landing-page .faq-filter-pill{font-size:.7rem;padding:7px 14px}.landing-page .cta-trust-item{font-size:.78rem}}.landing-page .blog-card{transition:border-color var(--transition-fast),box-shadow var(--transition-fast),transform var(--transition-fast)}.landing-page .blog-card:hover{border-color:rgba(232,66,10,.25)!important;box-shadow:var(--card-shadow-hover)!important;transform:translateY(-2px)!important}