@import url("https://fonts.googleapis.com/css2?family=Syne:wght@400;700;800&family=DM+Sans:wght@300;400;500&display=swap");html{scroll-behavior:smooth}.screen{background:#f8f6f0;min-height:100vh;overflow-x:hidden;font-family:DM Sans,sans-serif}@media (max-width:767px){.desktop-view-only{display:none!important}}@media (min-width:768px){.mobile-view-only{display:none!important}}nav{background:hsla(45,36%,96%,.85);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(0,0,0,.05);border-radius:16px;padding:0 20px;height:56px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:16px;margin:16px 20px;z-index:50;box-shadow:0 4px 20px -5px rgba(0,0,0,.05)}.nav-logo{font-family:Syne,sans-serif;font-weight:800;font-size:18px;color:#0a0a0a;letter-spacing:-.02em}.nav-links{display:flex;gap:28px;align-items:center}.nav-links a{font-size:13px;color:#888;text-decoration:none;cursor:pointer;transition:color .2s ease}.nav-links a:hover{color:#0a0a0a}.nav-cta{background:#0a0a0a;color:#fff;border:none;border-radius:10px;padding:8px 18px;font-family:Syne,sans-serif;font-weight:700;font-size:12px;cursor:pointer;transition:all .2s ease}.nav-cta:hover{background:#222;transform:translateY(-1px)}.hero{background:radial-gradient(circle at 50% -20%,#143521 0,#0a0a0a 60%);overflow:hidden}.hero,.hero-left{position:relative}.hero-left{padding:24px 20px;text-align:center}.hero-badge{display:inline-flex;align-items:center;gap:6px;background:#1a1a1a;border:1px solid #2a2a2a;border-radius:20px;padding:4px 12px;margin-bottom:18px}@keyframes pulse-radar{0%{transform:scale(.95);box-shadow:0 0 0 0 rgba(34,197,94,.7)}70%{transform:scale(1);box-shadow:0 0 0 6px rgba(34,197,94,0)}to{transform:scale(.95);box-shadow:0 0 0 0 rgba(34,197,94,0)}}.hero-badge-dot{width:6px;height:6px;border-radius:50%;background:#22c55e;flex-shrink:0;animation:pulse-radar 2s infinite}.hero-badge span{color:#888;font-size:10px;font-family:DM Sans,sans-serif;letter-spacing:.04em}.hero h1{font-family:Syne,sans-serif;font-size:26px;font-weight:800;color:#fff;line-height:1.1;margin-bottom:10px}.hero h1 em{color:#22c55e;font-style:normal}.hero-left p{color:#a1a1aa;font-size:12px;line-height:1.6;margin-bottom:20px;margin-top:0}.hero-actions{display:flex;gap:10px;align-items:center;justify-content:center}.btn-primary{background:#22c55e;color:#0a0a0a;border:none;border-radius:12px;padding:13px 20px;font-family:Syne,sans-serif;font-weight:700;font-size:13px;cursor:pointer;letter-spacing:.02em;width:100%;transition:all .2s ease}.btn-primary:hover{background:#1ea34d;transform:translateY(-2px);box-shadow:0 8px 24px -6px rgba(34,197,94,.4)}.btn-ghost{background:transparent;color:#555;border:1px solid #2a2a2a;border-radius:12px;padding:13px 20px;font-family:Syne,sans-serif;font-weight:700;font-size:12px;cursor:pointer;transition:all .2s ease}.btn-ghost:hover{background:hsla(0,0%,100%,.05);color:#fff}.hero-microcopy{font-size:10px;color:#a1a1aa;margin-top:12px;margin-bottom:0}.hero-dots{position:absolute;top:0;right:-20px;width:120px;height:120px;opacity:.06}.hero-dots circle{fill:#22c55e}.bg-grid{position:absolute;top:0;right:0;width:50%;height:100%;opacity:.04;background-image:repeating-linear-gradient(0deg,#fff,#fff 1px,transparent 0,transparent 32px),repeating-linear-gradient(90deg,#fff,#fff 1px,transparent 0,transparent 32px)}.hero-stat{margin-top:32px;display:flex;justify-content:center;gap:24px}.stat-item .n{font-family:Syne,sans-serif;font-weight:800;font-size:22px;color:#fff}.stat-item .l{font-size:11px;color:#444;margin-top:1px}.stat-div{width:1px;background:#222;align-self:stretch}.pipeline-section{padding:40px 20px;background:#f8f6f0;position:relative;overflow:hidden}.s-label{font-family:Syne,sans-serif;font-size:10px;font-weight:700;letter-spacing:.12em;color:#0a0a0a;text-transform:uppercase;margin-bottom:24px;opacity:.4;text-align:center}.pipeline-container{display:flex;flex-direction:column;position:relative;max-width:900px;margin:0 auto}.pipeline-path{position:absolute;top:20px;bottom:20px;left:31px;width:20px;z-index:1}.pipeline-svg{width:100%;height:100%}.pipeline-line-base{stroke:#e5e7eb;stroke-width:2;stroke-linecap:round}@keyframes pulse-flow{0%{stroke-dashoffset:1000}to{stroke-dashoffset:0}}.pipeline-line-glow{stroke:#22c55e;stroke-width:3;stroke-dasharray:12 12;stroke-dashoffset:1000;animation:pulse-flow 30s linear infinite;filter:drop-shadow(0 0 4px rgba(34,197,94,.6))}.pipeline-steps{display:flex;flex-direction:column;gap:24px;position:relative;z-index:2}.pipeline-step{gap:16px;align-items:flex-start}.pipeline-step,.step-node{display:flex;position:relative}.step-node{width:42px;height:42px;flex-shrink:0;align-items:center;justify-content:center;border-radius:50%;background:#fff;border:2px solid #e5e7eb;z-index:3;margin-left:10px}.pipeline-step:hover .step-node{border-color:#22c55e}.node-glow{position:absolute;inset:-6px;border-radius:50%;background:rgba(34,197,94,.1);transform:scale(0);transition:transform .3s ease}.node-glow-success{background:rgba(34,197,94,.2);animation:ping 2s cubic-bezier(0,0,.2,1) infinite}@keyframes ping{75%,to{transform:scale(1.5);opacity:0}}.pipeline-step:hover .node-glow{transform:scale(1)}.node-icon{width:20px;height:20px;color:#64748b;transition:color .3s}.pipeline-step:hover .node-icon,.success-icon{color:#22c55e}.step-content{background:hsla(0,0%,100%,.7);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid hsla(0,0%,100%,.4);border-radius:16px;padding:24px;flex:1;box-shadow:0 4px 20px -2px rgba(0,0,0,.03);transition:transform .3s ease,box-shadow .3s ease}.pipeline-step:hover .step-content{transform:translateY(-2px);box-shadow:0 10px 30px -4px rgba(0,0,0,.08);background:#fff}.step-content h3{font-family:Syne,sans-serif;font-weight:700;font-size:14px;color:#0a0a0a;margin-top:0;margin-bottom:6px}.step-content p{font-size:12px;color:#64748b;line-height:1.6;margin:0}.plans-section{padding:20px;background:#0a0a0a}.ps-header{margin-bottom:16px}.ps-header h2{font-family:Syne,sans-serif;font-size:10px;font-weight:700;color:#fff;letter-spacing:.12em;text-transform:uppercase;opacity:.3;margin:0}.ps-header p{font-size:12px;color:#555;text-align:right;margin:0}.plan-card{background:#141414;border:1px solid #222;border-radius:16px;padding:16px;margin-bottom:10px}.plan-card.featured{border-color:#22c55e;background:#0f1f10}.plan-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:10px}.plan-name{font-size:13px;color:#888}.plan-name,.plan-pop{font-family:Syne,sans-serif;font-weight:700}.plan-pop{background:#22c55e;color:#0a0a0a;font-size:9px;padding:3px 8px;border-radius:20px;letter-spacing:.04em}.plan-price{font-family:Syne,sans-serif;font-weight:800;font-size:22px;color:#fff;margin-bottom:2px}.plan-price sub{font-size:12px;font-weight:400;color:#444}.plan-period{font-size:11px;color:#555;margin-bottom:12px}.plan-features{margin-bottom:16px}.plan-feat{font-size:10px;color:#555;padding:4px 0;border-bottom:1px solid #1e1e1e;display:flex;gap:8px;align-items:center}.plan-feat:last-child{border-bottom:none}.plan-feat-dot{width:5px;height:5px;border-radius:50%;background:#333;flex-shrink:0}.plan-card.featured .plan-feat-dot{background:#22c55e}.plan-btn,.plan-card.featured .plan-feat{color:#888}.plan-btn{width:100%;background:transparent;border:1px solid #333;border-radius:10px;padding:10px;font-family:Syne,sans-serif;font-weight:700;font-size:11px;cursor:pointer;transition:all .2s ease}.plan-btn:hover{background:hsla(0,0%,100%,.05)}.plan-card.featured .plan-btn{background:#22c55e;border-color:#22c55e;color:#0a0a0a}.plan-card.featured .plan-btn:hover{background:#1ea34d}.social-proof{padding:20px;background:#f8f6f0;border-top:1px solid #eee;text-align:center}.proof-num{font-family:Syne,sans-serif;font-weight:800;font-size:18px;color:#0a0a0a;display:block;margin-bottom:2px}.proof-text{font-family:DM Sans,sans-serif;font-size:11px;color:#666;text-align:center;line-height:1.6;margin:0}@media (min-width:768px){nav{padding:0 32px;max-width:1080px;margin:16px auto;width:calc(100% - 96px)}.hero{display:flex;min-height:540px;padding:80px max(48px,calc(50vw - 540px));background:radial-gradient(circle at 50% -30%,#143521 0,#0a0a0a 60%)}.hero,.hero-left{justify-content:center;align-items:center}.hero-left{padding:0;max-width:600px;margin:0 auto}.hero-badge{margin-bottom:22px}.hero-badge-dot{width:7px;height:7px}.hero-badge span{font-size:11px}.hero h1{font-size:42px;line-height:1.05;letter-spacing:-.03em;margin-bottom:20px}.hero-left p{font-size:15px;line-height:1.7;max-width:440px;margin:0 auto 32px}.btn-primary{padding:14px 24px;font-weight:800;font-size:13px;width:auto}.hero-microcopy{font-size:11px;margin-top:16px}.pipeline-section{padding:80px max(48px,calc(50vw - 540px))}.s-label{margin-bottom:48px;color:#bbb;opacity:1}.pipeline-path{left:50%;transform:translateX(-50%)}.pipeline-step{flex-direction:row;width:50%;gap:0}.pipeline-step:nth-child(odd){align-self:flex-start;flex-direction:row-reverse;text-align:right;padding-right:42px}.pipeline-step:nth-child(2n){align-self:flex-end;padding-left:42px}.step-node{margin-left:0;position:absolute;top:50%;transform:translateY(-50%)}.pipeline-step:nth-child(odd) .step-node{right:-21px}.pipeline-step:nth-child(2n) .step-node{left:-21px}.step-content{min-width:320px;width:100%}.step-content h3{font-size:16px;margin-bottom:8px}.step-content p{font-size:13px}.plans-section{padding:80px max(48px,calc(50vw - 540px))}.ps-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:32px}.ps-header h2{font-size:28px;color:#fff;letter-spacing:-.02em;text-transform:none;opacity:1}.plans-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px}.plan-card{padding:24px;margin-bottom:0}.plan-top{margin-bottom:16px}.plan-price{font-size:28px;letter-spacing:-.02em;margin-bottom:4px}.plan-period{margin-bottom:16px}.plan-features{margin-bottom:20px}.plan-feat{font-size:12px;padding:5px 0}.plan-btn{background:#222;padding:12px;font-size:12px;border:none}}.faq-section{padding:40px 20px;background:#f8f6f0}.faq-header{margin-bottom:24px}.faq-header h2{font-family:Syne,sans-serif;font-size:22px;font-weight:800;color:#0a0a0a;margin-bottom:6px;margin-top:0;letter-spacing:-.02em}.faq-header p{font-size:12px;color:#666;margin:0}.faq-grid{display:flex;flex-direction:column;gap:12px}.faq-card{background:#fff;border-radius:12px;padding:0;border:1px solid #ebebeb;transition:all .2s ease}.faq-card[open]{border-color:#d1d5db;box-shadow:0 4px 12px -4px rgba(0,0,0,.05)}.faq-card summary{font-family:Syne,sans-serif;font-weight:700;font-size:13px;color:#0a0a0a;padding:20px;cursor:pointer;list-style-type:none;display:flex;justify-content:space-between;align-items:center;transition:color .2s}.faq-card summary::-webkit-details-marker{display:none}.faq-card summary:hover{color:#22c55e}.faq-card .faq-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.faq-card .faq-icon:after{content:"+";font-size:16px;font-weight:400}.faq-card[open] .faq-icon{transform:rotate(45deg)}.faq-card p{font-size:12px;color:#555;line-height:1.5;margin:0;padding:0 20px 20px}@media (min-width:768px){.faq-section{padding:80px max(48px,calc(50vw - 540px))}.faq-header{margin-bottom:32px}.faq-header h2{font-size:28px}.faq-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px}.faq-card summary{font-size:14px;padding:24px}.faq-card p{font-size:13px;padding:0 24px 24px}}.landing-footer{background:#f8f6f0;border-top:1px solid #ebebeb;padding:24px 20px}.landing-footer-content{display:flex;flex-direction:column;gap:16px;align-items:center;text-align:center}.landing-footer-copy{font-size:12px;color:#888}.landing-footer-links{display:flex;gap:16px}.landing-footer-links a{font-size:12px;color:#555;text-decoration:none;font-weight:500;transition:color .2s ease}.landing-footer-links a:hover{color:#0a0a0a}@media (min-width:768px){.landing-footer{padding:32px max(48px,calc(50vw - 540px))}.landing-footer-content{flex-direction:row;justify-content:space-between;text-align:left}}.preview-section{padding:40px 20px 0;background:#f8f6f0}.preview-header{text-align:center;margin-bottom:40px}.preview-header h2{font-family:Syne,sans-serif;font-size:24px;font-weight:800;color:#0a0a0a;line-height:1.1;margin:0;letter-spacing:-.03em}.preview-container{display:flex;flex-direction:column;gap:20px;align-items:center;max-width:900px;margin:0 auto}.mockup-ui{background:#141414;border:1px solid #222;border-radius:16px;width:100%;max-width:320px;box-shadow:0 20px 40px -10px rgba(0,0,0,.2);overflow:hidden}.mockup-ui-header{background:#1a1a1a;padding:12px 16px;border-bottom:1px solid #2a2a2a;display:flex;align-items:center;gap:12px}.dots{display:flex;gap:5px}.dots span{width:10px;height:10px;border-radius:50%;background:#333}.dots span:first-child{background:#ff5f56}.dots span:nth-child(2){background:#ffbd2e}.dots span:nth-child(3){background:#27c93f}.mockup-url{font-size:10px;color:#666;background:#0a0a0a;padding:4px 12px;border-radius:12px;width:100%;text-align:center;font-family:monospace}.mockup-ui-body{padding:24px 20px}.mock-field-group{margin-bottom:12px}.mock-label{font-size:10px;color:#888;margin-bottom:6px;text-transform:uppercase;letter-spacing:.05em}.mock-field{color:#fff}.mock-field,.mock-target{background:#0a0a0a;border:1px solid #222;padding:12px;border-radius:8px;font-size:13px}.mock-target{color:#22c55e;font-weight:700;margin-top:16px;margin-bottom:20px;display:flex;align-items:center;gap:8px}.mock-target:before{content:"🎯"}.mock-btn{background:#222;color:#888;text-align:center;padding:14px;border-radius:8px;font-size:12px;font-weight:700;cursor:default}.mockup-ui:hover .mock-btn{background:#22c55e;color:#0a0a0a;transition:all .3s ease}.preview-arrow{color:#ccc;display:flex;justify-content:center;align-items:center;padding:10px;transform:rotate(90deg)}.mockup-wa{background:#efeae2;border-radius:16px;width:100%;max-width:320px;border:1px solid #e1d8c9;box-shadow:0 20px 40px -10px rgba(0,0,0,.1);overflow:hidden;position:relative}.wa-header{background:#075e54;padding:12px 16px;gap:12px}.wa-avatar,.wa-header{display:flex;align-items:center}.wa-avatar{background:#128c7e;color:#fff;width:36px;height:36px;border-radius:50%;justify-content:center;font-weight:700;font-size:14px}.wa-info{display:flex;flex-direction:column}.wa-name{color:#fff;font-weight:700;font-size:14px}.wa-status{color:hsla(0,0%,100%,.7);font-size:10px}.wa-body{padding:24px 16px;background-image:radial-gradient(#d1cfc8 1px,transparent 0);background-size:20px 20px;min-height:240px}.wa-bubble{background:#fff;border-radius:0 12px 12px 12px;padding:12px;box-shadow:0 1px 2px rgba(0,0,0,.1);position:relative;font-size:13px;color:#303030;line-height:1.5}.wa-bubble:before{content:"";position:absolute;top:0;left:-8px;width:0;height:0;border-color:transparent #fff transparent transparent;border-style:solid;border-width:0 10px 10px 0}.wa-title{color:#075e54;font-weight:800;font-size:11px;display:block;margin-bottom:6px}.wa-bubble p{margin:0 0 8px}.wa-bubble s{color:#999}.wa-bubble strong{font-size:16px;color:#22c55e}.wa-link{color:#027eb5;margin-bottom:8px;font-size:12px}.wa-time{display:flex;justify-content:flex-end;color:#999;font-size:10px;margin-top:4px}@media (min-width:768px){.preview-section{padding:80px max(48px,calc(50vw - 540px)) 0}.preview-header h2{font-size:36px}.preview-container{flex-direction:row;justify-content:center;gap:40px}.preview-arrow{transform:rotate(0deg)}}.testimonials-section{text-align:center;padding:64px 24px;max-width:1100px;margin:0 auto}.testimonials-grid{display:flex;gap:20px;margin-top:40px;flex-wrap:wrap;justify-content:center}.testimonial-card{flex:1;min-width:260px;max-width:340px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px;text-align:left}.testimonial-stars{color:#f59e0b;font-size:14px;margin-bottom:12px}.testimonial-quote{font-style:italic;color:#374151;font-size:14px;line-height:1.6;margin:0 0 16px}.testimonial-author{font-weight:600;font-size:14px;color:#0f172a}.testimonial-meta{font-size:12px;color:#6b7280;margin-top:2px}.wa-price-panel{background:#f0fdf4;border-bottom:1px solid #d1fae5;padding:10px 14px;font-size:12px}.wa-price-label{color:#6b7280;margin-bottom:2px}.wa-price-value{font-size:18px;font-weight:700;color:#166534}.wa-price-drop{color:#059669;font-size:11px;margin-top:2px}.wa-typing{display:flex;gap:4px;padding:10px 14px;opacity:0}.wa-typing span{width:6px;height:6px;background:#94a3b8;border-radius:50%}@media (prefers-reduced-motion:no-preference){.wa-price-panel{animation:wa-panel-in .4s ease forwards}.wa-price-value{animation:wa-price-drop-count .8s ease .5s forwards}.wa-typing{animation:wa-typing-show .3s ease 1.4s forwards}.wa-typing span:first-child{animation:wa-dot-bounce .6s ease 1.4s infinite}.wa-typing span:nth-child(2){animation:wa-dot-bounce .6s ease 1.55s infinite}.wa-typing span:nth-child(3){animation:wa-dot-bounce .6s ease 1.7s infinite}.wa-bubble{opacity:0;animation:wa-bubble-in .4s ease 2.2s forwards}@keyframes wa-panel-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@keyframes wa-price-drop-count{0%{opacity:.3;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes wa-typing-show{to{opacity:1}}@keyframes wa-dot-bounce{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-4px)}}@keyframes wa-bubble-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}}@media (prefers-reduced-motion:reduce){.wa-typing{display:none}.wa-bubble{opacity:1;transform:translateY(0)}}