@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500&display=swap";
.landing-page *,.landing-page :before,.landing-page :after{box-sizing:border-box;margin:0;padding:0}.landing-page{--white:#fafafa;--gray-50:#0f0f13;--gray-100:#ffffff0f;--gray-200:#ffffff14;--gray-300:#ffffff26;--gray-400:#ffffff73;--gray-500:#ffffff8c;--gray-600:#ffffffb3;--gray-700:#fffc;--gray-800:#ffffffe6;--gray-900:#fafafa;--gray-950:#fff;--blue-500:#60a5fa;--blue-600:#818cf8;--blue-700:#6366f1;--indigo-500:#818cf8;--violet-500:#a78bfa;--emerald-500:#34d399;--amber-500:#fbbf24;--rose-500:#fb7185;--radius:12px;--radius-lg:16px;--radius-xl:24px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fafafa;background:#09090b;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;overflow-x:hidden}.landing-page h1,.landing-page h2,.landing-page h3,.landing-page h4,.landing-page h5,.landing-page h6{letter-spacing:-.02em;font-weight:700;line-height:1.15}.landing-page .mono{font-family:JetBrains Mono,monospace}.landing-page .container{max-width:1200px;margin:0 auto;padding:0 24px}.landing-page .container-narrow{max-width:800px;margin:0 auto;padding:0 24px}.landing-page section{padding:120px 0}.landing-page nav{z-index:100;-webkit-backdrop-filter:blur(20px)saturate(180%);background:#09090bb3;border-bottom:1px solid #ffffff0f;transition:all .3s;position:fixed;top:0;left:0;right:0}.landing-page nav.scrolled{background:#09090beb;box-shadow:0 1px 20px #0000004d}.landing-page .nav-inner{justify-content:space-between;align-items:center;max-width:1200px;height:64px;margin:0 auto;padding:0 24px;display:flex}.landing-page .nav-logo{align-items:center;gap:10px;text-decoration:none;display:flex}.landing-page .nav-logo svg{height:28px}.landing-page .nav-logo span{color:var(--gray-900);letter-spacing:-.03em;font-size:18px;font-weight:800}.landing-page .nav-links{align-items:center;gap:28px;display:flex}.landing-page .nav-links a{color:var(--gray-600);font-size:14px;font-weight:500;text-decoration:none;transition:color .2s}.landing-page .nav-links a:hover{color:var(--gray-900)}.landing-page .nav-links a.nav-signin{color:var(--gray-900);font-weight:600}.landing-page .nav-links a.nav-cta{color:#09090b;cursor:pointer;background:#34d399;border:none;border-radius:8px;align-items:center;padding:8px 20px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.landing-page .nav-links a.nav-cta:hover{color:#09090b;background:#6ee7b7;transform:translateY(-1px);box-shadow:0 0 20px #34d3994d}.landing-page .hero{background:#09090b;padding:160px 0 120px;position:relative;overflow:hidden}.landing-page .hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#34d39914 0%,#6366f10d 40%,#0000 70%);width:900px;height:900px;animation:6s ease-in-out infinite glow;position:absolute;top:-200px;left:50%;transform:translate(-50%)}@keyframes glow{0%,to{opacity:.7}50%{opacity:1}}.landing-page .hero-social-proof{background:#ffffff0a;border:1px solid #ffffff14;border-radius:100px;align-items:center;gap:12px;margin-bottom:28px;padding:6px 16px 6px 6px;animation:.6s both fadeUp;display:inline-flex}.landing-page .avatar-stack{display:flex}.landing-page .avatar-circle{background:var(--gray-900);width:28px;height:28px;color:var(--white);border:2px solid var(--white);border-radius:50%;justify-content:center;align-items:center;margin-left:-6px;font-size:11px;font-weight:700;display:flex}.landing-page .avatar-circle:first-child{margin-left:0}.landing-page .avatar-circle:first-child{background:var(--indigo-500)}.landing-page .avatar-circle:nth-child(2){background:var(--emerald-500)}.landing-page .avatar-circle:nth-child(3){background:var(--amber-500)}.landing-page .avatar-circle:nth-child(4){background:var(--rose-500)}.landing-page .social-text{color:var(--gray-500);font-size:13px;font-weight:500}.landing-page .hero-content{text-align:center;max-width:820px;margin:0 auto}.landing-page .hero h1{letter-spacing:-.035em;color:var(--gray-950);margin-bottom:24px;font-size:clamp(40px,6vw,68px);font-weight:900;animation:.6s .1s both fadeUp}.landing-page .hero h1 em{background:linear-gradient(135deg,#34d399,#818cf8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-style:normal}.landing-page .hero p{color:var(--gray-500);max-width:640px;margin:0 auto 40px;font-size:clamp(17px,2vw,20px);line-height:1.7;animation:.6s .2s both fadeUp}.landing-page .hero-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;animation:.6s .3s both fadeUp;display:flex}.landing-page .btn-primary{color:#09090b;cursor:pointer;background:#34d399;border:none;border-radius:10px;align-items:center;gap:8px;padding:14px 28px;font-size:16px;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex;box-shadow:0 0 20px #34d39926}.landing-page .btn-primary:hover{color:#09090b;background:#6ee7b7;transform:translateY(-2px);box-shadow:0 0 30px #34d3994d}.landing-page .btn-secondary{color:#fafafa;cursor:pointer;background:0 0;border:1px solid #ffffff26;border-radius:10px;align-items:center;gap:8px;padding:14px 28px;font-size:16px;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}.landing-page .btn-secondary:hover{background:#ffffff0d;border-color:#ffffff4d;transform:translateY(-2px)}.landing-page .hero-trust-strip{color:var(--gray-400);justify-content:center;align-items:center;gap:8px;margin-top:16px;font-size:13px;font-weight:500;animation:.6s .35s both fadeUp;display:flex}.landing-page .trust-dot{color:var(--gray-300)}.landing-page .hero-metrics{justify-content:center;gap:48px;margin-top:64px;animation:.6s .4s both fadeUp;display:flex}.landing-page .hero-metric{text-align:center}.landing-page .hero-metric .value{color:var(--gray-900);font-family:JetBrains Mono,monospace;font-size:14px;font-weight:700}.landing-page .hero-metric .label{color:var(--gray-400);margin-top:4px;font-size:13px}.landing-page .preview-section{background:#09090b;padding:0 0 120px;position:relative}.landing-page .preview-wrapper{max-width:1100px;margin:0 auto;padding:0 24px;animation:.8s .5s both fadeUp}.landing-page .preview-frame{border-radius:var(--radius-xl);border:1px solid var(--gray-200);background:var(--gray-900);position:relative;overflow:hidden;box-shadow:0 25px 80px -12px #0000001f,0 0 0 1px #00000008}.landing-page .preview-topbar{background:var(--gray-800);border-bottom:1px solid #ffffff0f;align-items:center;gap:8px;padding:14px 20px;display:flex}.landing-page .preview-dot{border-radius:50%;width:12px;height:12px}.landing-page .preview-dot.red{background:#ff5f57}.landing-page .preview-dot.yellow{background:#febc2e}.landing-page .preview-dot.green{background:#28c840}.landing-page .preview-url{color:var(--gray-400);background:#ffffff0f;border-radius:6px;flex:1;margin-left:12px;padding:6px 16px;font-family:JetBrains Mono,monospace;font-size:12px}.landing-page .preview-body{background:linear-gradient(135deg,#0f172a 0%,#1e1b4b 50%,#0f172a 100%);grid-template-columns:200px 1fr;gap:24px;min-height:500px;padding:48px 40px;display:grid}.landing-page .preview-sidebar{flex-direction:column;gap:4px;display:flex}.landing-page .preview-sidebar-item{color:#fff6;border-radius:8px;align-items:center;gap:10px;padding:8px 12px;font-size:13px;font-weight:500;display:flex}.landing-page .preview-sidebar-item.active{color:#ffffffe6;background:#ffffff14}.landing-page .preview-sidebar-item svg{opacity:.6;width:16px;height:16px}.landing-page .preview-main{flex-direction:column;gap:20px;display:flex}.landing-page .preview-stats{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.landing-page .preview-stat{background:#ffffff0a;border:1px solid #ffffff0f;border-radius:12px;padding:20px}.landing-page .preview-stat .stat-label{color:#fff6;text-transform:uppercase;letter-spacing:.05em;font-size:12px;font-weight:500}.landing-page .preview-stat .stat-value{color:#fff;letter-spacing:-.02em;margin-top:8px;font-family:JetBrains Mono,monospace;font-size:28px;font-weight:800}.landing-page .preview-stat .stat-change{color:#34d399;margin-top:4px;font-size:12px;font-weight:500}.landing-page .preview-stat .stat-change.negative{color:#f87171}.landing-page .preview-chart{background:#ffffff0a;border:1px solid #ffffff0f;border-radius:12px;flex:1;padding:24px;position:relative;overflow:hidden}.landing-page .preview-chart-title{color:#fff9;margin-bottom:20px;font-size:14px;font-weight:500}.landing-page .chart-svg{width:100%;height:200px}.landing-page .problem{color:var(--white);background:#09090b;position:relative;overflow:hidden}.landing-page .problem:before{content:"";background:radial-gradient(circle,#6366f11a 0%,#0000 70%);width:600px;height:600px;position:absolute;top:-200px;right:-200px}.landing-page .problem .section-header{margin-bottom:60px}.landing-page .problem-heading{color:var(--white);text-align:center;font-size:clamp(32px,4vw,48px)}.landing-page .pain-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.landing-page .pain-card{border-radius:var(--radius-lg);background:#ffffff0a;border:1px solid #ffffff14;padding:32px;transition:all .3s}.landing-page .pain-card:hover{background:#ffffff0f;border-color:#ffffff1f;transform:translateY(-4px)}.landing-page .pain-icon{color:#34d399;background:#34d3991a;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:16px;display:flex}.landing-page .pain-card h3{color:#fffffff2;margin-bottom:10px;font-size:18px;font-weight:700}.landing-page .pain-card p{color:#ffffff80;font-size:14px;line-height:1.7}.landing-page .stats-bar{background:#09090b;border-top:1px solid #ffffff0f;border-bottom:1px solid #ffffff0f;padding:80px 0}.landing-page .stats-grid{text-align:center;grid-template-columns:repeat(4,1fr);gap:40px;display:grid}.landing-page .stat-number{color:var(--gray-900);letter-spacing:-.03em;margin-bottom:8px;font-family:JetBrains Mono,monospace;font-size:40px;font-weight:900}.landing-page .stat-desc{color:var(--gray-400);font-size:14px;font-weight:500}.landing-page .features{background:#0f0f13}.landing-page .section-header{text-align:center;max-width:700px;margin:0 auto 72px}.landing-page .section-label{text-transform:uppercase;letter-spacing:.1em;color:#34d399;margin-bottom:16px;font-size:13px;font-weight:600;display:inline-block}.landing-page .section-header h2{color:var(--gray-950);margin-bottom:16px;font-size:clamp(32px,4vw,48px)}.landing-page .section-header p{color:var(--gray-500);font-size:18px;line-height:1.7}.landing-page .feature-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.landing-page .feature-card{border-radius:var(--radius-lg);background:#ffffff08;border:1px solid #ffffff0f;padding:36px;transition:all .3s;position:relative;overflow:hidden}.landing-page .feature-card:hover{border-color:#ffffff1f;transform:translateY(-4px);box-shadow:0 20px 40px -15px #0000004d}.landing-page .feature-card.span-2{grid-column:span 2}.landing-page .feature-icon{border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:20px;font-size:20px;display:flex}.landing-page .feature-icon.blue{color:var(--blue-600);background:#3b82f61a}.landing-page .feature-icon.violet{color:var(--violet-500);background:#8b5cf61a}.landing-page .feature-icon.emerald{color:var(--emerald-500);background:#10b9811a}.landing-page .feature-icon.amber{color:var(--amber-500);background:#f59e0b1a}.landing-page .feature-icon.rose{color:var(--rose-500);background:#f43f5e1a}.landing-page .feature-icon.indigo{color:var(--indigo-500);background:#6366f11a}.landing-page .feature-card h3{color:var(--gray-900);margin-bottom:10px;font-size:20px;font-weight:700}.landing-page .feature-card p{color:var(--gray-500);font-size:15px;line-height:1.7}.landing-page .feature-card .feature-detail{margin-top:20px}.landing-page .feature-card .mono-stat{color:var(--gray-900);margin-bottom:4px;font-family:JetBrains Mono,monospace;font-size:32px;font-weight:800}.landing-page .feature-card .mono-label{color:var(--gray-400);font-size:13px}.landing-page .mid-cta{background:#09090b;border-top:1px solid #ffffff0f;border-bottom:1px solid #ffffff0f;padding:80px 0}.landing-page .mid-cta-inner{text-align:center}.landing-page .mid-cta-inner h3{color:var(--gray-900);margin-bottom:24px;font-size:28px}.landing-page .mid-cta-note{color:var(--gray-400);margin-top:12px;font-size:13px;font-weight:500;display:block}.landing-page .how-it-works{background:#0f0f13;border-top:1px solid #ffffff0f}.landing-page .steps{flex-direction:column;gap:0;max-width:720px;margin:0 auto;display:flex;position:relative}.landing-page .steps:before{content:"";background:#ffffff14;width:2px;position:absolute;top:40px;bottom:40px;left:28px}.landing-page .step{gap:28px;padding:32px 0;display:flex;position:relative}.landing-page .step-number{color:#fafafa;z-index:1;background:#ffffff0a;border:2px solid #ffffff1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-family:JetBrains Mono,monospace;font-size:18px;font-weight:700;display:flex}.landing-page .step.active .step-number{color:#09090b;background:#34d399;border-color:#34d399}.landing-page .step-content h3{color:var(--gray-900);margin-top:4px;margin-bottom:8px;font-size:20px}.landing-page .step-content p{color:var(--gray-500);font-size:15px;line-height:1.7}.landing-page .step-content .step-tag{color:var(--emerald-500);background:#10b98114;border-radius:6px;margin-top:12px;padding:4px 10px;font-size:12px;font-weight:600;display:inline-flex}.landing-page .automation-showcase{background:#09090b}.landing-page .showcase-grid{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.landing-page .showcase-visual{border-radius:var(--radius-xl);background:#0a0a0f;border:1px solid #ffffff0f;padding:40px}.landing-page .rule-card{background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;margin-bottom:12px;padding:20px}.landing-page .rule-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.landing-page .rule-name{color:#ffffffe6;font-size:14px;font-weight:600}.landing-page .rule-status{text-transform:uppercase;letter-spacing:.04em;border-radius:100px;padding:3px 10px;font-size:11px;font-weight:600}.landing-page .rule-status.active{color:#34d399;background:#10b98126}.landing-page .rule-status.paused{color:#fbbf24;background:#f59e0b26}.landing-page .rule-condition{color:#fff6;font-family:JetBrains Mono,monospace;font-size:12px;line-height:1.8}.landing-page .rule-condition .keyword{color:#818cf8}.landing-page .rule-condition .value{color:#34d399}.landing-page .rule-condition .action{color:#f472b6}.landing-page .showcase-content h2{margin-bottom:16px;font-size:clamp(28px,3.5vw,40px)}.landing-page .showcase-content p{color:var(--gray-500);margin-bottom:20px;font-size:17px;line-height:1.8}.landing-page .showcase-list{flex-direction:column;gap:14px;list-style:none;display:flex}.landing-page .showcase-list li{color:var(--gray-600);align-items:flex-start;gap:12px;font-size:15px;display:flex}.landing-page .showcase-list .check{width:22px;height:22px;color:var(--emerald-500);background:#10b9811a;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;font-size:12px;display:flex}.landing-page .ab-section{background:#0f0f13;border-top:1px solid #ffffff0f}.landing-page .ab-grid{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.landing-page .ab-visual{border-radius:var(--radius-xl);background:#ffffff08;border:1px solid #ffffff14;padding:32px;box-shadow:0 8px 30px #0003}.landing-page .ab-bar-group{flex-direction:column;gap:16px;display:flex}.landing-page .ab-bar-item{flex-direction:column;gap:6px;display:flex}.landing-page .ab-bar-label{justify-content:space-between;font-size:13px;display:flex}.landing-page .ab-bar-label .name{color:var(--gray-600);font-weight:500}.landing-page .ab-bar-label .pct{color:var(--gray-900);font-family:JetBrains Mono,monospace;font-weight:600}.landing-page .ab-bar-track{background:#ffffff0f;border-radius:100px;height:8px;overflow:hidden}.landing-page .ab-bar-fill{border-radius:100px;height:100%;transition:width 1s}.landing-page .ab-bar-fill.winner{background:linear-gradient(90deg, var(--emerald-500), #34d399)}.landing-page .ab-bar-fill.challenger{background:linear-gradient(90deg, var(--blue-600), var(--blue-500))}.landing-page .ab-bar-fill.losing{background:var(--gray-300)}.landing-page .ab-badge{border-radius:100px;align-items:center;gap:5px;padding:3px 10px;font-size:11px;font-weight:600;display:inline-flex}.landing-page .ab-badge.promoted{color:var(--emerald-500);background:#10b9811a}.landing-page .ab-badge.testing{color:var(--blue-600);background:#3b82f61a}.landing-page .ab-badge.paused{color:var(--gray-500);background:#9ca3af26}.landing-page .ab-confidence{border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;margin-top:20px;padding-top:20px;display:flex}.landing-page .ab-confidence .label{color:var(--gray-400);font-size:13px}.landing-page .ab-confidence .value{color:var(--emerald-500);font-family:JetBrains Mono,monospace;font-size:14px;font-weight:700}.landing-page .comparison{background:#09090b}.landing-page .comparison-table-wrapper{overflow-x:auto}.landing-page .comparison-table{border-collapse:collapse;width:100%;font-size:14px}.landing-page .comparison-table th,.landing-page .comparison-table td{text-align:center;border-bottom:1px solid #ffffff0f;padding:16px 20px}.landing-page .comparison-table th{color:var(--gray-500);text-transform:uppercase;letter-spacing:.04em;padding-bottom:20px;font-size:13px;font-weight:600}.landing-page .comparison-table th.highlight{color:#34d399;background:#34d3990f;border-radius:12px 12px 0 0}.landing-page .comparison-table td.highlight{background:#34d3990f}.landing-page .comparison-table td.feature-name{text-align:left;color:var(--gray-700);font-weight:500}.landing-page .comparison-table .check-green{color:var(--emerald-500);font-size:18px;font-weight:700}.landing-page .comparison-table .check-no{color:var(--gray-300);font-size:18px}.landing-page .comparison-table .check-partial{color:var(--amber-500);font-size:18px;font-weight:700}.landing-page .comparison-table tbody tr:hover{background:#ffffff05}.landing-page .comparison-table tbody tr:hover td.highlight{background:#34d39914}.landing-page .testimonials{background:var(--gray-50);border-top:1px solid var(--gray-100)}.landing-page .testimonial-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.landing-page .testimonial-card{border-radius:var(--radius-lg);background:#ffffff08;border:1px solid #ffffff0f;padding:32px;transition:all .3s}.landing-page .testimonial-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px -12px #00000014}.landing-page .testimonial-card:nth-child(4){grid-column:1/2}.landing-page .testimonial-card:nth-child(5){grid-column:2/4}.landing-page .testimonial-stars{color:var(--amber-500);letter-spacing:2px;margin-bottom:16px;font-size:16px}.landing-page .testimonial-quote{color:var(--gray-600);margin-bottom:20px;font-size:14px;line-height:1.7}.landing-page .testimonial-author{align-items:center;gap:12px;display:flex}.landing-page .testimonial-avatar{background:var(--gray-900);width:36px;height:36px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;font-size:14px;font-weight:700;display:flex}.landing-page .testimonial-card:first-child .testimonial-avatar{background:var(--indigo-500)}.landing-page .testimonial-card:nth-child(2) .testimonial-avatar{background:var(--emerald-500)}.landing-page .testimonial-card:nth-child(3) .testimonial-avatar{background:var(--amber-500)}.landing-page .testimonial-card:nth-child(4) .testimonial-avatar{background:var(--rose-500)}.landing-page .testimonial-card:nth-child(5) .testimonial-avatar{background:var(--violet-500)}.landing-page .testimonial-name{color:var(--gray-900);font-size:14px;font-weight:600}.landing-page .testimonial-role{color:var(--gray-400);margin-top:2px;font-size:12px}.landing-page .closed-loop{color:var(--white);background:#09090b;border-top:1px solid #ffffff0f}.landing-page .closed-loop .section-label{color:var(--emerald-500)}.landing-page .closed-loop .section-header h2{color:var(--white)}.landing-page .closed-loop .section-header p{color:#ffffff80}.landing-page .closed-loop-flow{flex-wrap:wrap;justify-content:center;align-items:center;gap:0;max-width:1000px;margin:0 auto;display:flex}.landing-page .loop-step{background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;flex:1;align-items:flex-start;gap:14px;min-width:180px;padding:20px 24px;display:flex}.landing-page .loop-number{background:var(--emerald-500);width:32px;height:32px;color:var(--gray-950);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:14px;font-weight:800;display:flex}.landing-page .loop-final .loop-number{background:var(--indigo-500);color:var(--white);font-size:18px}.landing-page .loop-content h4{color:var(--white);margin-bottom:4px;font-size:14px;font-weight:700}.landing-page .loop-content p{color:#ffffff73;font-size:13px;line-height:1.5}.landing-page .loop-arrow{color:#fff3;flex-shrink:0;padding:0 4px}.landing-page .loop-return{color:var(--indigo-500)}.landing-page .closed-loop-callout{background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;max-width:720px;margin:48px auto 0;padding:28px 32px}.landing-page .closed-loop-callout p{color:#ffffff8c;font-size:15px;line-height:1.7}.landing-page .closed-loop-callout strong{color:var(--white)}@media (max-width:900px){.landing-page .closed-loop-flow{flex-direction:column;align-items:stretch;gap:0}.landing-page .loop-step{min-width:auto}.landing-page .loop-arrow{align-self:center;padding:4px 0;transform:rotate(90deg)}}.landing-page .pricing{background:#0f0f13}.landing-page .pricing-cards{justify-content:center;max-width:1000px;margin:0 auto;display:flex}.landing-page .pricing-card{border-radius:var(--radius-xl);background:#ffffff08;border:1px solid #34d39933;width:100%;max-width:560px;padding:48px;transition:all .3s;position:relative;box-shadow:0 0 40px #34d3990d}.landing-page .pricing-card:hover{border-color:#34d3994d;transform:translateY(-4px);box-shadow:0 0 50px #34d3991a}.landing-page .pricing-card.featured{border-color:#34d39933}.landing-page .pricing-card.featured:before{display:none}.landing-page .pricing-tier{color:var(--gray-900);margin-bottom:4px;font-size:16px;font-weight:700}.landing-page .pricing-desc{color:var(--gray-400);margin-bottom:24px;font-size:14px}.landing-page .pricing-price{margin-bottom:32px}.landing-page .pricing-price .amount{color:var(--gray-900);letter-spacing:-.03em;font-size:48px;font-weight:900}.landing-page .pricing-price .period{color:var(--gray-400);font-size:16px;font-weight:500}.landing-page .pricing-features{flex-direction:column;gap:12px;margin-bottom:32px;list-style:none;display:flex}.landing-page .pricing-features li{color:var(--gray-600);align-items:flex-start;gap:10px;font-size:14px;display:flex}.landing-page .pricing-features .check-icon{color:var(--emerald-500);flex-shrink:0;margin-top:1px;font-size:16px}.landing-page .pricing-btn{text-align:center;cursor:pointer;border:none;border-radius:10px;width:100%;padding:14px;font-size:15px;font-weight:600;text-decoration:none;transition:all .25s;display:block}.landing-page .pricing-btn.primary{color:#09090b;background:#34d399;font-weight:700}.landing-page .pricing-btn.primary:hover{background:#6ee7b7;box-shadow:0 0 25px #34d3994d}.landing-page .pricing-math{max-width:700px;margin:40px auto 0}.landing-page .pricing-math-inner{border-radius:var(--radius-lg);background:#ffffff08;border:1px solid #ffffff14;padding:24px 32px}.landing-page .pricing-math-inner p{color:var(--gray-500);font-size:15px;line-height:1.7}.landing-page .pricing-math-inner strong{color:var(--gray-900)}.landing-page .pricing-math-second{border-top:1px dashed #ffffff14;margin-top:14px;padding-top:14px}.landing-page .faq{background:#0f0f13;border-top:1px solid #ffffff0f}.landing-page .faq-list{max-width:720px;margin:0 auto}.landing-page .faq-item{border-bottom:1px solid #ffffff14}.landing-page .faq-question{width:100%;color:var(--gray-900);text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;padding:24px 0;font-family:inherit;font-size:17px;font-weight:600;display:flex}.landing-page .faq-question:hover{color:var(--gray-600)}.landing-page .faq-arrow{color:var(--gray-400);flex-shrink:0;font-size:20px;transition:transform .3s}.landing-page .faq-item.open .faq-arrow{transform:rotate(45deg)}.landing-page .faq-answer{max-height:0;transition:max-height .3s,padding .3s;overflow:hidden}.landing-page .faq-item.open .faq-answer{max-height:400px;padding-bottom:24px}.landing-page .faq-answer p{color:var(--gray-500);font-size:15px;line-height:1.8}.landing-page .final-cta{color:var(--white);text-align:center;background:#09090b;padding:120px 0;position:relative;overflow:hidden}.landing-page .final-cta:before{content:"";background:radial-gradient(#6366f11f 0%,#0000 70%);width:800px;height:400px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.landing-page .final-cta h2{z-index:1;margin-bottom:16px;font-size:clamp(32px,4vw,52px);position:relative}.landing-page .final-cta p{color:#ffffff80;z-index:1;max-width:500px;margin:0 auto 40px;font-size:18px;position:relative}.landing-page .final-cta .btn-primary{color:#09090b;z-index:1;background:#34d399;padding:16px 32px;font-size:17px;position:relative}.landing-page .final-cta .btn-primary:hover{background:#6ee7b7;box-shadow:0 0 30px #34d3994d}.landing-page .final-cta-trust{color:#ffffff59;z-index:1;justify-content:center;align-items:center;gap:8px;margin-top:20px;font-size:13px;font-weight:500;display:flex;position:relative}.landing-page .final-cta-trust .trust-dot{color:#fff3}.landing-page footer{background:#06060a;border-top:1px solid #ffffff0f;padding:48px 0}.landing-page .footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;display:flex}.landing-page .footer-logo{align-items:center;gap:10px;display:flex}.landing-page .footer-logo span{color:var(--white);letter-spacing:-.02em;font-size:16px;font-weight:800}.landing-page .footer-links{gap:32px;display:flex}.landing-page .footer-links a{color:#fff6;font-size:14px;text-decoration:none;transition:color .2s}.landing-page .footer-links a:hover{color:#fffc}.landing-page .footer-copy{color:#ffffff4d;font-size:13px}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.5}}.landing-page .reveal{opacity:0;transition:all .7s cubic-bezier(.16,1,.3,1);transform:translateY(30px)}.landing-page .reveal.visible{opacity:1;transform:translateY(0)}.landing-page .value-stack{background:#0f0f13;border-top:1px solid #ffffff0f;position:relative;overflow:hidden}.landing-page .value-stack-glow-left,.landing-page .value-stack-glow-right{pointer-events:none;z-index:0;width:55%;height:520px;position:absolute;top:18%}.landing-page .value-stack-glow-left{background:radial-gradient(#fb71851a 0%,#0000 65%);left:-12%}.landing-page .value-stack-glow-right{background:radial-gradient(#34d39924 0%,#0000 65%);right:-12%}.landing-page .value-stack .container{z-index:1;position:relative}.landing-page .value-stack .section-header{max-width:820px}.landing-page .value-stack .section-header p strong{color:var(--gray-900);font-weight:700}.landing-page .value-stack-compare{grid-template-columns:1fr auto 1fr;align-items:stretch;gap:24px;max-width:1120px;margin:0 auto;display:grid;position:relative}.landing-page .stack-col{border-radius:var(--radius-xl);background:#ffffff08;border:1px solid #ffffff0f;flex-direction:column;padding:40px 36px;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.landing-page .stack-them{background:linear-gradient(#fb71850a 0%,#0000 55%),#ffffff05;border-color:#fb71852e}.landing-page .stack-them:hover{border-color:#fb718547;transform:translateY(-2px)}.landing-page .stack-us{background:linear-gradient(#34d3990d 0%,#0000 55%),#ffffff05;border-color:#34d3994d;box-shadow:0 0 40px #34d3990f}.landing-page .stack-us:hover{border-color:#34d39980;transform:translateY(-2px);box-shadow:0 0 60px #34d39924}.landing-page .stack-col-eyebrow{text-transform:uppercase;letter-spacing:.12em;color:var(--gray-400);margin-bottom:6px;font-size:12px;font-weight:600}.landing-page .stack-them .stack-col-eyebrow{color:#fb7185bf}.landing-page .stack-us .stack-col-eyebrow{color:#34d399e6}.landing-page .stack-col-title{color:var(--gray-950);letter-spacing:-.02em;margin-bottom:28px;font-size:24px;font-weight:800;line-height:1.2}.landing-page .stack-list{flex:1;margin:0 0 28px;padding:0;list-style:none}.landing-page .stack-list li{border-bottom:1px solid #ffffff0d;padding:16px 0;transition:padding-left .3s;position:relative}.landing-page .stack-list li:before{content:"";border-radius:2px;width:3px;height:0;transition:height .3s;position:absolute;top:50%;left:-36px;transform:translateY(-50%)}.landing-page .stack-them .stack-list li:hover:before{background:var(--rose-500);height:60%}.landing-page .stack-us .stack-list li:hover:before{background:var(--emerald-500);height:60%}.landing-page .stack-list li:first-child{padding-top:0}.landing-page .stack-list li:last-child{border-bottom:none;padding-bottom:0}.landing-page .stack-row{justify-content:space-between;align-items:baseline;gap:16px;margin-bottom:6px;display:flex}.landing-page .stack-row .tool{color:var(--gray-800);font-size:15px;font-weight:600;line-height:1.35}.landing-page .stack-row .price{color:var(--gray-900);letter-spacing:-.02em;white-space:nowrap;font-family:JetBrains Mono,monospace;font-size:22px;font-weight:700}.landing-page .stack-row .price .per{color:var(--gray-400);margin-left:2px;font-size:12px;font-weight:500}.landing-page .stack-them .stack-row .price{color:var(--rose-500)}.landing-page .stack-us .stack-row .price{color:var(--emerald-500)}.landing-page .stack-note{color:var(--gray-400);font-size:13px;line-height:1.55}.landing-page .stack-total{border-top:1px dashed #ffffff1f;justify-content:space-between;align-items:baseline;gap:16px;margin-top:4px;margin-bottom:12px;padding-top:22px;display:flex}.landing-page .stack-total .label{text-transform:uppercase;letter-spacing:.1em;color:var(--gray-500);font-size:13px;font-weight:700}.landing-page .stack-total .amount{letter-spacing:-.03em;white-space:nowrap;font-family:JetBrains Mono,monospace;font-size:38px;font-weight:900;line-height:1}.landing-page .stack-total .amount .per{color:var(--gray-400);margin-left:4px;font-size:14px;font-weight:500}.landing-page .stack-total-them .label,.landing-page .stack-total-them .amount{color:var(--rose-500)}.landing-page .stack-total-us .label{color:var(--emerald-500)}.landing-page .stack-total-us .amount{color:var(--emerald-500);text-shadow:0 0 28px #34d39959}.landing-page .stack-total-note{color:var(--gray-400);font-size:13px;line-height:1.6}.landing-page .stack-total-note strong{color:var(--gray-900);font-weight:700}.landing-page .stack-vs{width:60px;height:60px;color:var(--gray-900);text-transform:uppercase;letter-spacing:.12em;z-index:2;background:radial-gradient(circle at 30% 30%,#fb718538,#0000 60%),radial-gradient(circle at 70% 70%,#34d3993d,#0000 60%),#0f0f13e6;border:1px solid #ffffff24;border-radius:50%;justify-content:center;align-self:center;align-items:center;font-size:14px;font-weight:800;display:flex;position:relative;box-shadow:0 0 24px #ffffff0a,inset 0 1px #ffffff1a}.landing-page .value-stack-footnote{text-align:center;color:var(--gray-400);max-width:780px;margin:40px auto 0;font-size:13px;line-height:1.7}@media (max-width:1024px){.landing-page .preview-body{grid-template-columns:1fr}.landing-page .preview-sidebar{display:none}.landing-page .preview-stats,.landing-page .pain-grid,.landing-page .testimonial-grid{grid-template-columns:repeat(2,1fr)}.landing-page .testimonial-card:nth-child(4),.landing-page .testimonial-card:nth-child(5){grid-column:auto}.landing-page .stats-grid{grid-template-columns:repeat(2,1fr);gap:32px}.landing-page .value-stack-compare{grid-template-columns:1fr;gap:16px;max-width:600px}.landing-page .stack-vs{width:52px;height:52px;margin:-6px auto;font-size:13px}.landing-page .value-stack-glow-left,.landing-page .value-stack-glow-right{width:80%;height:320px}}@media (max-width:768px){.landing-page section{padding:80px 0}.landing-page .nav-links{display:none}.landing-page .hero{padding:120px 0 80px}.landing-page .hero-metrics{flex-wrap:wrap;gap:24px}.landing-page .hero-social-proof{flex-direction:column;gap:8px;padding:8px 16px}.landing-page .hero-trust-strip{flex-wrap:wrap;justify-content:center}.landing-page .feature-grid{grid-template-columns:1fr}.landing-page .feature-card.span-2{grid-column:span 1}.landing-page .pain-grid,.landing-page .showcase-grid,.landing-page .ab-grid{grid-template-columns:1fr}.landing-page .pricing-cards{grid-template-columns:1fr;max-width:400px}.landing-page .preview-stats{grid-template-columns:1fr}.landing-page .footer-inner{text-align:center;flex-direction:column}.landing-page .testimonial-grid{grid-template-columns:1fr}.landing-page .testimonial-card:nth-child(4),.landing-page .testimonial-card:nth-child(5){grid-column:auto}.landing-page .stats-grid{grid-template-columns:1fr;gap:24px}.landing-page .comparison-table{font-size:12px}.landing-page .comparison-table th,.landing-page .comparison-table td{padding:12px 8px}.landing-page .stat-number{font-size:32px}.landing-page .stack-col{padding:28px 22px}.landing-page .stack-col-title{margin-bottom:20px;font-size:20px}.landing-page .stack-row .price{font-size:18px}.landing-page .stack-total .amount{font-size:30px}}
