*{box-sizing:border-box}body{background:#f0fdfa;color:#0f172a;margin:0;padding:0}@media (max-width:768px){input,select,textarea{font-size:16px}}@import url("https://fonts.googleapis.com/css2?family=Syne:wght@600;700;800&family=DM+Sans:wght@300;400;500&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg:#f0fdfa;--green:#0d4f4f;--greenL:#14b8a6;--greenXL:#5eead4;--greenXXL:#ccfbf1;--white:#fff;--text:#0f2a2a;--muted:#4a7c7c;--accent:#f97316}html{scroll-behavior:smooth}body{font-family:DM Sans,sans-serif;background:var(--bg);color:var(--text);overflow-x:hidden}.lp-nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:.9rem 2.5rem;background:rgba(240,253,250,.9);backdrop-filter:blur(16px);border-bottom:1px solid rgba(20,184,166,.18)}.lp-logo img{height:38px;width:auto;display:block;filter:brightness(0) saturate(100%) invert(21%) sepia(49%) saturate(800%) hue-rotate(140deg) brightness(90%)}.lp-nav-links{display:flex;align-items:center;gap:2rem}.lp-nav-links a{color:var(--muted);text-decoration:none;font-size:.9rem;transition:color .2s}.lp-nav-links a:hover{color:var(--green)}.lp-nav-cta{background:var(--green)!important;color:var(--white)!important;padding:.55rem 1.3rem;border-radius:100px;font-weight:500!important;font-size:.9rem!important}.lp-nav-cta:hover{background:var(--greenL)!important}.lp-hero{min-height:100vh;display:grid;grid-template-columns:1.1fr .9fr;gap:4rem;align-items:center;padding:9rem 2.5rem 5rem;max-width:1240px;margin:0 auto}.lp-badge{display:inline-flex;align-items:center;gap:.5rem;background:var(--greenXXL);padding:.4rem 1rem;border-radius:100px;font-size:.8rem;font-weight:500;margin-bottom:1.5rem;border:1px solid var(--greenXL)}.lp-badge,.lp-h1{color:var(--green)}.lp-h1{font-family:Syne,sans-serif;font-size:clamp(2.6rem,5vw,4.2rem);font-weight:800;line-height:1.03;letter-spacing:-.04em;margin-bottom:1.4rem}.lp-h1 em{font-style:normal;color:var(--greenL)}.lp-sub{font-size:1.1rem;font-weight:300;color:var(--muted);line-height:1.7;max-width:460px;margin-bottom:2.5rem}.lp-cta-main{display:inline-flex;align-items:center;gap:.75rem;background:var(--green);color:var(--white);padding:1.1rem 2.2rem;border-radius:100px;font-family:Syne,sans-serif;font-size:1.15rem;font-weight:700;text-decoration:none;box-shadow:0 12px 40px rgba(13,79,79,.35);transition:background .2s,transform .2s;margin-bottom:1rem;display:block}.lp-cta-main:hover{background:var(--greenL);transform:translateY(-3px)}.lp-cta-arrow{width:36px;height:36px;border-radius:50%;background:hsla(0,0%,100%,.2);display:inline-flex;align-items:center;justify-content:center;margin-left:.5rem}.lp-cta-sub-row{display:flex;align-items:center;gap:1.5rem;margin-top:.8rem}.lp-cta-sub{color:var(--muted);font-size:.85rem;text-decoration:none}.lp-cta-sub:hover{color:var(--greenL)}.lp-trust{display:flex;align-items:center;gap:.4rem;font-size:.8rem;color:var(--muted)}.lp-dot{width:7px;height:7px;border-radius:50%;background:#4ade80;display:inline-block;animation:lpBlink 2s ease-in-out infinite}@keyframes lpBlink{0%,to{opacity:1}50%{opacity:.3}}.lp-visual{display:flex;justify-content:center;align-items:center}.lp-phones{position:relative;width:280px;height:560px}.lp-phone{position:absolute;width:240px;height:490px;background:var(--white);border-radius:36px;border:2.5px solid var(--green);overflow:hidden;display:flex;flex-direction:column;box-shadow:0 24px 64px rgba(13,79,79,.2)}.lp-phone-1{left:0;top:30px;transform:rotate(-5deg);z-index:1;opacity:.7}.lp-phone-2{left:20px;top:0;z-index:3;animation:lpFloat 5s ease-in-out infinite}.lp-phone-3{left:40px;top:35px;transform:rotate(5deg);z-index:2;opacity:.7}@keyframes lpFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}.lp-notch{width:80px;height:20px;background:var(--green);border-radius:0 0 12px 12px;margin:0 auto;flex-shrink:0}.lp-screen{flex:1;background:linear-gradient(160deg,#f0fdfa,#dff7f4);padding:.8rem;display:flex;flex-direction:column;gap:.5rem}.lp-ptitle{font-family:Syne,sans-serif;font-size:.75rem;font-weight:800;color:var(--green);text-align:center}.lp-card{background:var(--white);border-radius:16px;padding:.75rem;box-shadow:0 6px 18px rgba(13,79,79,.1);border:1px solid rgba(20,184,166,.15);animation:lpWobble 4s ease-in-out infinite}@keyframes lpWobble{0%,to{transform:rotate(-1deg)}50%{transform:rotate(1.5deg)}}.lp-emoji{font-size:1.8rem;text-align:center;display:block;margin-bottom:.25rem}.lp-pname{font-family:Syne,sans-serif;font-size:.85rem;font-weight:700;color:var(--green);text-align:center}.lp-pinfo{color:var(--muted)}.lp-pinfo,.lp-prating{font-size:.65rem;text-align:center}.lp-prating{color:var(--greenL);margin-top:.2rem}.lp-pbtns{gap:.8rem}.lp-pbtn,.lp-pbtns{display:flex;justify-content:center}.lp-pbtn{width:38px;height:38px;border-radius:50%;border:none;font-size:1rem;cursor:pointer;align-items:center}.lp-pbtn-no{background:#fee2e2}.lp-pbtn-yes{background:#dcfce7}.lp-voters{gap:.35rem}.lp-vdot,.lp-voters{display:flex;justify-content:center}.lp-vdot{width:22px;height:22px;border-radius:50%;font-size:.6rem;align-items:center}.lp-vlabel{font-size:.58rem;color:var(--muted);text-align:center}.lp-badge-float{position:absolute;background:var(--green);color:var(--white);padding:.3rem .65rem;border-radius:100px;font-size:.68rem;font-weight:600;box-shadow:0 4px 14px rgba(13,79,79,.3);z-index:10}.lp-trust-strip{background:var(--green);padding:1.2rem 2rem;justify-content:center;gap:3rem;flex-wrap:wrap}.lp-trust-item,.lp-trust-strip{display:flex;align-items:center}.lp-trust-item{gap:.5rem;color:hsla(0,0%,100%,.85);font-size:.85rem}.lp-section{max-width:1100px;margin:0 auto;padding:5rem 2rem}.lp-sec-label{font-size:.75rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--greenL);margin-bottom:.6rem}.lp-sec-title{font-family:Syne,sans-serif;font-size:clamp(1.8rem,3.5vw,2.7rem);font-weight:800;color:var(--green);letter-spacing:-.03em;margin-bottom:1rem}.lp-sec-desc{font-size:1rem;color:var(--muted);max-width:580px;line-height:1.7;margin-bottom:3rem}.lp-wf-bg{background:var(--greenXXL)}.lp-wf-grid{display:grid;grid-template-columns:repeat(5,1fr);position:relative}.lp-wf-line{position:absolute;top:35px;left:9%;right:9%;height:2px;background:linear-gradient(90deg,var(--greenXL),var(--greenL));z-index:0}.lp-wf-step{display:flex;flex-direction:column;align-items:center;text-align:center;z-index:1;padding:0 .5rem}.lp-wf-icon{width:70px;height:70px;border-radius:50%;background:var(--white);border:2.5px solid var(--greenL);font-size:1.5rem;margin-bottom:.8rem;box-shadow:0 4px 18px rgba(20,184,166,.18);position:relative}.lp-wf-icon,.lp-wf-num{display:flex;align-items:center;justify-content:center}.lp-wf-num{position:absolute;top:-4px;right:-4px;width:20px;height:20px;border-radius:50%;background:var(--green);color:var(--white);font-size:.6rem;font-weight:700}.lp-wf-name{font-family:Syne,sans-serif;font-size:.82rem;font-weight:700;color:var(--green);margin-bottom:.25rem}.lp-wf-desc{font-size:.72rem;color:var(--muted);line-height:1.45}.lp-feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem}.lp-feat-card{background:hsla(0,0%,100%,.85);border:1px solid rgba(20,184,166,.2);border-radius:20px;padding:1.6rem;transition:transform .2s,box-shadow .2s}.lp-feat-card:hover{transform:translateY(-5px);box-shadow:0 18px 45px rgba(13,79,79,.12)}.lp-feat-icon{font-size:1.8rem;margin-bottom:.65rem;display:block}.lp-feat-title{font-family:Syne,sans-serif;font-size:.95rem;font-weight:700;color:var(--green);margin-bottom:.35rem}.lp-feat-text{font-size:.83rem;color:var(--muted);line-height:1.6}.lp-content-bg{background:var(--white)}.lp-content-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.lp-content-text h2{font-family:Syne,sans-serif;font-size:2rem;font-weight:800;color:var(--green);letter-spacing:-.03em;margin-bottom:1rem}.lp-content-text p{font-size:.95rem;color:var(--muted);line-height:1.75;margin-bottom:1rem}.lp-content-text p strong{color:var(--green)}.lp-faq-list{display:flex;flex-direction:column;gap:1rem}.lp-faq-item{background:var(--greenXXL);border-radius:14px;padding:1.1rem 1.3rem;border-left:3px solid var(--greenL)}.lp-faq-q{font-family:Syne,sans-serif;font-size:.9rem;font-weight:700;color:var(--green);margin-bottom:.4rem}.lp-faq-a{font-size:.82rem;color:var(--muted);line-height:1.6}.lp-final{background:linear-gradient(135deg,var(--green) 0,#0a3535 100%);padding:6rem 2rem;text-align:center;position:relative;overflow:hidden}.lp-final .lp-sec-label{color:#5eead4}.lp-final h2{font-family:Syne,sans-serif;font-size:clamp(2rem,4vw,3.2rem);font-weight:800;color:var(--white);letter-spacing:-.03em;margin-bottom:1rem}.lp-final p{font-size:1rem;color:hsla(0,0%,100%,.65);max-width:480px;margin:0 auto 2.5rem;line-height:1.7}.lp-cta-white{display:inline-flex;align-items:center;gap:.75rem;background:var(--white);color:var(--green);padding:1.1rem 2.4rem;border-radius:100px;font-family:Syne,sans-serif;font-size:1.15rem;font-weight:800;text-decoration:none;box-shadow:0 16px 50px rgba(0,0,0,.25);transition:transform .2s}.lp-cta-white:hover{transform:translateY(-4px)}.lp-footer{background:#061c1c;padding:2.5rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}.lp-footer-logo img{height:32px;width:auto;filter:brightness(0) invert(1) opacity(.7)}.lp-footer-links{display:flex;gap:1.5rem;flex-wrap:wrap}.lp-footer-links a{color:hsla(0,0%,100%,.45);font-size:.82rem;text-decoration:none;transition:color .2s}.lp-footer-links a:hover{color:#5eead4}.lp-footer-copy{color:hsla(0,0%,100%,.3);font-size:.78rem;width:100%;text-align:center;padding-top:1rem;border-top:1px solid hsla(0,0%,100%,.07)}@media (max-width:960px){.lp-hero{grid-template-columns:1fr;padding-top:7rem;text-align:center}.lp-sub{margin:0 auto 2.5rem}.lp-cta-sub-row{justify-content:center}.lp-visual{order:-1}.lp-phones{width:240px;height:500px}.lp-phone{width:200px;height:420px}.lp-wf-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}.lp-wf-line{display:none}.lp-feat-grid{grid-template-columns:1fr 1fr}.lp-content-grid{grid-template-columns:1fr;gap:2rem}.lp-nav-links{display:none}}@media (max-width:600px){.lp-nav{padding:.9rem 1.2rem}.lp-wf-grid{grid-template-columns:1fr 1fr}.lp-feat-grid{grid-template-columns:1fr}.lp-trust-strip{gap:1.2rem}.lp-footer-links{justify-content:center}}@media (max-width:480px){.lp-phones{display:none}}html{overflow-x:hidden}*{max-width:100%}body,html{overflow-x:hidden;width:100%}.lp-badge-float{display:none}