*{box-sizing:border-box;margin:0;padding:0}:root{--black: #0b0f0d;--near-black: #141814;--white: #ffffff;--off-white: #f6f8f6;--gray: #5c655f;--gray-light: #e4e9e5;--green: #16a34a;--green-dark: #0f7c38;--green-light: #e8f7ee;--wa: #25d366;--radius: 14px;--shadow: 0 8px 30px rgba(11, 15, 13, .08);--max-width: 1120px}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--black);background:var(--white);line-height:1.5;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}.container{max-width:var(--max-width);margin:0 auto;padding:0 20px}.section{padding:72px 0}.section-alt{background:var(--off-white)}.eyebrow{display:inline-block;font-size:13px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--green-dark);background:var(--green-light);padding:6px 14px;border-radius:999px;margin-bottom:16px}h1,h2,h3{font-weight:800;letter-spacing:-.02em;color:var(--black)}h1{font-size:clamp(28px,6vw,48px);line-height:1.15}h2{font-size:clamp(24px,4.5vw,34px);line-height:1.2;text-align:center}.section-lead{text-align:center;max-width:620px;margin:12px auto 48px;color:var(--gray);font-size:16px}p{color:var(--gray)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:15px 28px;border-radius:999px;font-weight:700;font-size:15px;cursor:pointer;border:none;transition:transform .15s ease,box-shadow .15s ease,background .15s ease;white-space:nowrap}.btn:active{transform:scale(.97)}.btn-primary{background:var(--wa);color:var(--white);box-shadow:0 10px 24px #25d36659}.btn-primary:hover{background:#1fbd59}.btn-secondary{background:transparent;color:var(--black);border:1.5px solid var(--gray-light)}.btn-secondary:hover{border-color:var(--black)}.btn-dark{background:var(--black);color:var(--white)}.btn-dark:hover{background:var(--near-black)}.btn-block{width:100%}.navbar{position:sticky;top:0;z-index:50;background:#ffffffd9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--gray-light)}.navbar .container{display:flex;align-items:center;justify-content:space-between;height:68px}.brand{display:flex;align-items:center;gap:10px;font-weight:800;font-size:17px}.brand-mark{width:34px;height:34px;border-radius:9px;background:var(--black);color:var(--green);display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:800}.nav-cta{display:none}@media (min-width: 760px){.nav-cta{display:inline-flex}}.hero{padding:56px 0 64px;background:linear-gradient(180deg,var(--off-white) 0%,var(--white) 100%)}.hero .container{display:grid;gap:40px;align-items:center}@media (min-width: 900px){.hero .container{grid-template-columns:1.1fr .9fr}}.hero-text{text-align:center}@media (min-width: 900px){.hero-text{text-align:left}}.hero-sub{font-size:17px;margin:20px 0 28px;max-width:520px}@media (min-width: 900px){.hero-sub{margin-left:0;margin-right:0}}.hero-text .hero-sub{margin-left:auto;margin-right:auto}@media (min-width: 900px){.hero-text .hero-sub{margin-left:0}}.hero-ctas{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}@media (min-width: 900px){.hero-ctas{justify-content:flex-start}}.hero-trust{margin-top:24px;display:flex;gap:18px;flex-wrap:wrap;justify-content:center;font-size:13px;color:var(--gray)}@media (min-width: 900px){.hero-trust{justify-content:flex-start}}.hero-trust span{display:flex;align-items:center;gap:6px}.phone-wrap{display:flex;justify-content:center}.phone{width:280px;background:var(--black);border-radius:36px;padding:12px;box-shadow:var(--shadow);position:relative}.phone-screen{background:#e5ddd5;border-radius:26px;overflow:hidden;min-height:420px;display:flex;flex-direction:column}.phone-header{background:#075e54;color:#fff;padding:14px 16px;display:flex;align-items:center;gap:10px;font-size:13px;font-weight:700}.phone-header .avatar{width:30px;height:30px;border-radius:50%;background:var(--green);display:flex;align-items:center;justify-content:center;font-size:14px}.phone-body{flex:1;padding:14px;display:flex;flex-direction:column;gap:8px}.chat-bubble{background:var(--white);border-radius:10px;padding:10px 12px;font-size:12px;box-shadow:0 1px 2px #00000014;max-width:92%;color:var(--near-black)}.chat-bubble strong{display:block;margin-bottom:4px;color:var(--green-dark)}.chat-bubble .row{display:flex;justify-content:space-between;padding:2px 0}.chat-bubble .total{font-weight:800;border-top:1px dashed var(--gray-light);margin-top:6px;padding-top:6px;color:var(--black)}.chat-time{font-size:10px;color:var(--gray);align-self:flex-end;margin-top:2px}.problem-grid{display:grid;gap:20px}@media (min-width: 760px){.problem-grid{grid-template-columns:repeat(3,1fr)}}.problem-card{background:var(--white);border:1px solid var(--gray-light);border-radius:var(--radius);padding:26px}.problem-card .icon{width:44px;height:44px;border-radius:12px;background:#fdecec;color:#d13c3c;display:flex;align-items:center;justify-content:center;font-size:20px;margin-bottom:16px}.problem-card h3{font-size:17px;margin-bottom:8px}.problem-card p{font-size:14px}.steps{display:grid;gap:24px;counter-reset:step}@media (min-width: 760px){.steps{grid-template-columns:repeat(3,1fr)}}.step-card{position:relative;background:var(--white);border:1px solid var(--gray-light);border-radius:var(--radius);padding:30px 24px 24px}.step-num{width:40px;height:40px;border-radius:50%;background:var(--black);color:var(--green);font-weight:800;display:flex;align-items:center;justify-content:center;margin-bottom:18px}.step-card h3{font-size:17px;margin-bottom:8px}.step-card p{font-size:14px}.trust-grid{display:grid;gap:20px}@media (min-width: 760px){.trust-grid{grid-template-columns:repeat(3,1fr)}}.trust-card{background:var(--black);color:var(--white);border-radius:var(--radius);padding:28px 24px}.trust-card .icon{width:44px;height:44px;border-radius:12px;background:#16a34a2e;color:var(--green);display:flex;align-items:center;justify-content:center;font-size:20px;margin-bottom:16px}.trust-card h3{color:var(--white);font-size:16px;margin-bottom:8px}.trust-card p{color:#b7bdb9;font-size:14px}.pricing-grid{display:grid;gap:24px;max-width:860px;margin:0 auto}@media (min-width: 760px){.pricing-grid{grid-template-columns:repeat(2,1fr)}}.price-card{border:1px solid var(--gray-light);border-radius:var(--radius);padding:32px 28px;background:var(--white);display:flex;flex-direction:column}.price-card.featured{border:2px solid var(--green);box-shadow:var(--shadow);position:relative}.price-tag{position:absolute;top:-13px;left:28px;background:var(--green);color:#fff;font-size:12px;font-weight:700;padding:4px 12px;border-radius:999px}.price-card h3{font-size:15px;text-transform:uppercase;letter-spacing:.03em;color:var(--gray);margin-bottom:10px}.price-amount{font-size:30px;font-weight:800;margin-bottom:4px}.price-amount span{font-size:14px;font-weight:500;color:var(--gray)}.price-note{font-size:13px;color:var(--gray);margin-bottom:20px}.price-features{margin:0 0 24px;flex:1}.price-features li{display:flex;gap:10px;font-size:14px;color:var(--near-black);padding:7px 0;align-items:flex-start}.price-features li .check{color:var(--green);font-weight:800}.guarantee-banner{max-width:860px;margin:28px auto 0;background:var(--green-light);border:1px solid #c7ecd6;border-radius:var(--radius);padding:18px 24px;display:flex;align-items:center;gap:14px;font-size:14px;color:var(--green-dark);font-weight:600}.faq-list{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:12px}.faq-item{border:1px solid var(--gray-light);border-radius:12px;overflow:hidden;background:var(--white)}.faq-question{width:100%;text-align:left;padding:18px 20px;background:none;border:none;font-weight:700;font-size:15px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;color:var(--black)}.faq-question .chev{transition:transform .2s ease;color:var(--green-dark);font-size:18px;flex-shrink:0;margin-left:12px}.faq-question.open .chev{transform:rotate(45deg)}.faq-answer{padding:0 20px 18px;font-size:14px;color:var(--gray)}.final-cta{background:var(--black);color:var(--white);text-align:center;border-radius:24px;padding:56px 28px;margin:0 20px}.final-cta h2{color:var(--white)}.final-cta p{color:#b7bdb9;max-width:480px;margin:14px auto 30px}.footer{padding:32px 0 40px;text-align:center;font-size:13px;color:var(--gray)}.sticky-wa{position:fixed;bottom:18px;right:18px;z-index:60;width:58px;height:58px;border-radius:50%;background:var(--wa);color:#fff;display:flex;align-items:center;justify-content:center;font-size:26px;box-shadow:0 10px 24px #25d36666}
