:root{--green:#25D366;--ink:#18231d;--muted:#64716a;--soft:#f4fbf6;--line:#e8eee9;--shadow:0 18px 45px rgba(23,59,35,.09)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Poppins,Arial,sans-serif;color:var(--ink);background:#fff}.container{width:min(1120px,calc(100% - 40px));margin:auto}.hero{overflow:hidden;min-height:700px;background:linear-gradient(115deg,#fff 36%,#f2fcf5 100%);position:relative}.hero:before,.hero:after{content:"";position:absolute;border-radius:50%;background:#dff7e7;z-index:0}.hero:before{width:540px;height:540px;right:-250px;top:85px}.hero:after{width:130px;height:130px;left:-70px;bottom:70px}.hero-content{position:relative;z-index:1;padding:26px 0 58px}.brand{display:inline-flex;align-items:center;gap:9px;color:var(--ink);font-size:20px;font-weight:800;text-decoration:none;letter-spacing:-.7px}.brand>span:last-child span{color:var(--green)}.brand-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;background:var(--green);color:#fff;font-size:23px}.hero-grid{display:grid;grid-template-columns:1.04fr .96fr;gap:45px;align-items:center;min-height:590px}.eyebrow{display:flex;align-items:center;gap:9px;margin:0 0 15px;text-transform:uppercase;letter-spacing:1.6px;color:#159c48;font-size:11px;font-weight:700}.eyebrow span{display:inline-block;width:24px;height:2px;background:var(--green)}h1,h2,h3,p{margin-top:0}h1{max-width:650px;margin-bottom:20px;font-size:clamp(35px,4vw,54px);line-height:1.13;letter-spacing:-2px}h2{font-size:clamp(27px,3vw,38px);line-height:1.2;letter-spacing:-1.3px}.hero-text{max-width:565px;margin-bottom:30px;color:var(--muted);font-size:16px;line-height:1.75}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:11px;padding:16px 22px;font-size:14px;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s}.button:hover{transform:translateY(-3px)}.button-primary{color:#fff;background:var(--green);box-shadow:0 11px 22px rgba(37,211,102,.26)}.button-primary:hover{box-shadow:0 16px 28px rgba(37,211,102,.35)}.button i:first-child{font-size:21px}.button-arrow{font-size:12px}.social-proof{display:flex;align-items:center;gap:10px;margin-top:30px}.avatars{display:flex;padding-left:7px}.avatars span{display:grid;place-items:center;width:29px;height:29px;margin-left:-7px;border:2px solid #fff;border-radius:50%;background:#f4b58c;color:#fff;font-size:9px;font-weight:700}.avatars span:nth-child(2){background:#7db9d4}.avatars span:nth-child(3){background:#b99b74}.avatars span:nth-child(4){background:#8bb783}.social-proof p{margin:0;color:var(--muted);font-size:11px}.social-proof strong{color:var(--ink)}.phone-wrap{position:relative;width:330px;margin:15px auto 0}.phone{position:relative;z-index:2;overflow:hidden;border:9px solid #27332c;border-radius:35px;background:#e9ddd0;box-shadow:0 28px 48px rgba(26,64,38,.2)}.phone-top{display:flex;align-items:center;gap:8px;height:65px;padding:20px 11px 5px;background:#1d9c57;color:#fff;font-size:13px}.group-avatar{display:grid;place-items:center;width:29px;height:29px;border-radius:50%;background:#f6d75e;color:#227c49}.phone-top small{display:block;opacity:.8;font-size:8px}.dots{margin-left:auto}.chat{height:282px;padding:18px 10px;background-color:#e5ddd4;background-image:radial-gradient(#d4cdc4 1px,transparent 1px);background-size:13px 13px}.date{width:max-content;margin:0 auto 15px;padding:4px 7px;border-radius:5px;background:#d6cfbf;color:#70736e;font-size:7px}.message{position:relative;width:85%;margin-bottom:11px;padding:9px 10px 16px;border-radius:0 8px 8px;background:#fff;color:#3a4540;font-size:10px;line-height:1.55;box-shadow:0 1px 1px #c2bbb2}.message:before{content:"";position:absolute;top:0;left:-6px;border-width:0 6px 8px 0;border-style:solid;border-color:transparent #fff transparent transparent}.message span{color:#139247;font-weight:700}.message del{margin-left:4px;color:#a1a5a3;font-size:8px;font-weight:400}.message time{position:absolute;right:7px;bottom:3px;color:#8b9690;font-size:7px}.message time i{color:#4fa4db}.message.second{margin-left:auto;background:#d7f9d4}.message.second:before{right:-6px;left:auto;border-width:0 0 8px 6px;border-color:transparent transparent transparent #d7f9d4}.chat-input{display:flex;align-items:center;gap:12px;padding:9px 12px;background:#f1f1f1;color:#89928d;font-size:10px}.chat-input span{flex:1;padding:7px 10px;border-radius:14px;background:#fff}.offer-tag{position:absolute;z-index:3;right:-57px;top:58px;padding:9px 13px;border-radius:8px;background:#fff;color:#168b44;box-shadow:var(--shadow);font-size:10px;font-weight:700}.offer-tag i{margin-right:4px;color:#ffb82e}.bubble{position:absolute;border-radius:50%;z-index:1}.bubble-one{width:78px;height:78px;bottom:-20px;left:-50px;background:#d5f4df}.bubble-two{width:32px;height:32px;right:-45px;bottom:20px;background:#93eab4}.section{padding:95px 0}.section-heading{text-align:center}.section-heading h2{margin-bottom:11px}.section-heading>p:last-child{color:var(--muted);font-size:14px}.centered{justify-content:center}.benefits{background:#fff}.benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:44px}.benefit-card{padding:30px 26px;border:1px solid var(--line);border-radius:15px;background:#fff;transition:transform .2s,box-shadow .2s}.benefit-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.card-icon{display:grid;place-items:center;width:48px;height:48px;margin-bottom:20px;border-radius:13px;font-size:19px}.green{background:#daf8e5;color:#16ad53}.yellow{background:#fff4ce;color:#f0b31e}.purple{background:#ece5fe;color:#7950e8}.benefit-card h3{margin-bottom:9px;font-size:16px}.benefit-card p{margin:0;color:var(--muted);font-size:12px;line-height:1.7}.testimonials{background:var(--soft)}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:42px}.testimonial{position:relative;margin:0;padding:28px 23px 22px;border:1px solid #e4f1e7;border-radius:14px;background:#fff}.testimonial.featured{border-color:#a4e5b9;box-shadow:0 16px 32px rgba(36,129,70,.09)}.quote{margin-bottom:14px;color:var(--green);font-size:21px}.testimonial blockquote{min-height:77px;margin:0 0 22px;color:#49564f;font-size:12px;line-height:1.75}.testimonial figcaption{display:flex;align-items:center;gap:9px}.person{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;color:#fff;font-size:9px;font-weight:700}.person-one{background:#df927d}.person-two{background:#7a9ec2}.person-three{background:#bd9a75}.testimonial figcaption strong,.testimonial figcaption small{display:block;font-size:10px}.testimonial figcaption small{color:#8a958f;font-size:8px}.stars{margin-left:auto;color:#f3b519;font-size:9px;letter-spacing:1px}.final-cta{position:relative;overflow:hidden;padding:85px 0;text-align:center;color:#fff;background:linear-gradient(105deg,#1cc85d,#25d366)}.final-cta:before,.final-cta:after{content:"";position:absolute;width:250px;height:250px;border:45px solid rgba(255,255,255,.1);border-radius:50%}.final-cta:before{top:-155px;left:5%}.final-cta:after{right:4%;bottom:-175px}.cta-content{position:relative;z-index:1}.cta-icon{display:grid;place-items:center;width:58px;height:58px;margin:0 auto 18px;border-radius:50%;background:rgba(255,255,255,.18);font-size:32px}.final-cta h2{margin-bottom:10px}.final-cta p{max-width:540px;margin:0 auto 25px;font-size:14px;opacity:.9}.button-light{background:#fff;color:#15984a;box-shadow:0 12px 24px rgba(0,119,49,.18)}.final-cta small{display:block;margin-top:18px;font-size:10px;opacity:.85}.cta-spark{position:absolute;color:rgba(255,255,255,.6);font-size:25px}.spark-left{left:20%;top:20px}.spark-right{right:18%;bottom:20px}footer{padding:25px 0;background:#fff}.footer-content{display:flex;align-items:center;justify-content:space-between;gap:20px}.footer-brand{font-size:16px}.footer-brand .brand-icon{width:28px;height:28px;border-radius:9px;font-size:18px}footer p,footer a{margin:0;color:#819087;font-size:10px;text-decoration:none}.footer-links{display:flex;gap:18px}.footer-links a:hover{color:#159c48}@media(max-width:800px){.hero-grid{grid-template-columns:1fr;gap:25px;padding-top:55px;text-align:center}.hero-copy{display:flex;flex-direction:column;align-items:center}.hero .eyebrow{justify-content:center}.hero{min-height:auto}.phone-wrap{margin-top:0}.benefit-grid,.testimonial-grid{grid-template-columns:1fr}.section{padding:70px 0}.benefit-grid,.testimonial-grid{max-width:460px;margin-left:auto;margin-right:auto}.testimonial blockquote{min-height:auto}.footer-content{flex-wrap:wrap;justify-content:center;text-align:center}}@media(max-width:430px){.container{width:min(100% - 30px,1120px)}.hero-content{padding-top:20px}.hero-grid{padding-top:40px}h1{font-size:35px}.phone-wrap{width:290px}.offer-tag{right:-18px;top:45px}.phone{border-width:7px}.phone-top{height:60px}.chat{height:255px}.final-cta{padding:65px 0}.footer-content{flex-direction:column}.footer-links{order:-1}}
