
:root{--primary:#2c8acb;--primary-dark:#1f6ba3;--secondary:#b0d18e;--secondary-dark:#8fb56a;
--text:#333;--text-light:#5f6b76;--bg-soft:#f4f9fd;--white:#fff;--radius:16px;
--shadow:0 6px 24px rgba(31,107,163,.10);--card-border:#d8e9f6}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Heebo',sans-serif;color:var(--text);line-height:1.65;background:#f6f9fc}
img{max-width:100%;display:block}
a{color:var(--primary);text-decoration:none}
.container{max-width:1180px;margin:0 auto;padding:0 20px}
section{padding:64px 0}
h1.page-title{font-size:2.3rem;font-weight:800;margin-bottom:10px}
h2.sec-title{font-size:2rem;font-weight:700;text-align:center;margin-bottom:8px}
p.sec-sub{text-align:center;color:var(--text-light);max-width:640px;margin:0 auto 44px}
.btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;border-radius:50px;font-weight:600;font-size:1rem;transition:.25s;cursor:pointer;border:none}
.btn-primary{background:var(--primary);color:#fff}
.btn-primary:hover{background:var(--primary-dark);transform:translateY(-2px)}
.btn-whatsapp{background:#25d366;color:#fff}
.btn-whatsapp:hover{background:#1fb457;transform:translateY(-2px)}
.btn-outline{border:2px solid var(--primary);color:var(--primary);background:transparent}
.btn-outline:hover{background:var(--primary);color:#fff}
.topbar{background:var(--primary);color:#fff;font-size:.9rem;padding:6px 0}
.topbar .container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:6px}
.topbar a{color:#fff}
header.site{position:sticky;top:0;background:#fff;box-shadow:0 2px 12px rgba(0,0,0,.07);z-index:100}
.nav-wrap{display:flex;align-items:center;justify-content:space-between;padding:12px 0;gap:16px}
.logo img{height:60px;width:auto}
nav>ul{display:flex;list-style:none;gap:24px;align-items:center}
nav a{color:var(--text);font-weight:500;font-size:1rem}
nav a:hover{color:var(--primary)}
nav li.has-sub{position:relative}
nav li.has-sub>ul{display:none;position:absolute;top:100%;right:0;background:#fff;box-shadow:var(--shadow);border-radius:12px;padding:10px 0;min-width:230px;list-style:none;z-index:50}
nav li.has-sub:hover>ul,nav li.has-sub:focus-within>ul{display:block}
nav li.has-sub>ul a{display:block;padding:8px 18px;font-size:.95rem}
nav li.has-sub>ul a:hover{background:var(--bg-soft)}
.hamburger{display:none;background:none;border:none;font-size:1.7rem;color:var(--primary);cursor:pointer}
.hero{background:linear-gradient(135deg,var(--bg-soft) 55%,#e3f0fa 100%);padding:76px 0 60px}
.hero .container{display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:center}
.hero h1{font-size:2.6rem;font-weight:800;line-height:1.25;margin-bottom:16px}
.hero h1 span{color:var(--primary)}
.hero p{font-size:1.15rem;color:var(--text-light);margin-bottom:28px}
.hero-cta{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:32px}
.hero-badges{display:flex;gap:28px;flex-wrap:wrap}
.badge{display:flex;align-items:center;gap:10px;font-weight:600;font-size:.95rem}
.badge svg{width:26px;height:26px;fill:var(--secondary-dark);flex-shrink:0}
.hero-img img{border-radius:var(--radius);box-shadow:var(--shadow)}
.page-head{background:linear-gradient(135deg,var(--bg-soft) 55%,#e3f0fa 100%);padding:56px 0 40px}
.page-head p{color:var(--text-light);max-width:720px;font-size:1.1rem}
.breadcrumbs{font-size:.85rem;color:var(--text-light);margin-bottom:14px}
.prod-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.prod-card{background:var(--bg-soft);border-radius:var(--radius);padding:28px 24px;transition:.25s;display:flex;flex-direction:column;align-items:center;text-align:center;border:1px solid transparent}
.prod-card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:var(--card-border)}
.prod-card .icon{width:56px;height:56px;border-radius:14px;background:var(--primary);display:flex;align-items:center;justify-content:center;margin:0 auto 16px}
.prod-card .icon svg{width:28px;height:28px;fill:#fff}
.cat-title{font-size:1.35rem;font-weight:700;color:var(--primary-dark);text-align:center;margin:10px 0 24px}
.prod-grid{margin-bottom:34px}
.prod-grid .prod-card:nth-child(3n+1):last-child{grid-column:2}
.menu-group{padding:10px 18px 2px;font-size:.78rem;color:var(--text-light);font-weight:700;letter-spacing:.5px}
.prod-mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:26px}
.prod-mini{display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px;background:#fff;border-radius:14px;padding:20px 16px;border:1px solid transparent;box-shadow:0 3px 14px rgba(31,107,163,.06);transition:.2s;color:var(--text)}
.prod-mini:hover{border-color:var(--card-border);box-shadow:var(--shadow);transform:translateY(-3px)}
.prod-mini .icon{width:46px;height:46px;border-radius:12px;background:var(--primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.prod-mini .icon svg{width:25px;height:25px;fill:#fff}
.prod-mini h3{font-size:1rem;margin-bottom:1px}
.prod-mini p{font-size:.82rem;color:var(--text-light);margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}
.prod-mini-grid .prod-mini:nth-child(3n+1):last-child{grid-column:2}
.chip-rows{max-width:980px;margin:0 auto}
.chip-cat{margin-bottom:26px}
.chip-cat>b{display:block;text-align:center;color:var(--primary-dark);font-size:1.05rem;margin-bottom:12px}
.chips{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}
.chip{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--card-border);border-radius:50px;padding:9px 18px;font-weight:600;font-size:.92rem;color:var(--text);transition:.2s}
.chip svg{width:17px;height:17px;fill:var(--primary)}
.chip:hover{background:var(--primary);color:#fff;transform:translateY(-2px)}
.chip:hover svg{fill:#fff}
@media (max-width:900px){.prod-mini-grid{grid-template-columns:1fr 1fr}.prod-mini-grid .prod-mini:nth-child(3n+1):last-child{grid-column:auto}}
@media (max-width:600px){.prod-mini-grid{grid-template-columns:1fr}}
.steps{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;counter-reset:step;max-width:1060px;margin:0 auto}
.step{background:#fff;border-radius:var(--radius);padding:26px 20px;text-align:center;box-shadow:0 3px 14px rgba(31,107,163,.07);position:relative}
.step .num{width:48px;height:48px;border-radius:50%;background:var(--secondary-dark);color:#fff;font-weight:800;font-size:1.2rem;display:flex;align-items:center;justify-content:center;margin:0 auto 14px}
.step .num svg{width:26px;height:26px;fill:#fff}
.step h3{font-size:1.05rem;margin-bottom:6px}
.step p{color:var(--text-light);font-size:.9rem}
.contact-sec .opts{grid-column:1/-1;display:flex;gap:22px;flex-wrap:wrap;align-items:center;justify-content:center;font-size:.95rem}
.contact-sec .opts label{display:flex;align-items:center;gap:6px;cursor:pointer}
.contact-sec .consent{grid-column:1/-1;display:flex;gap:8px;align-items:flex-start;font-size:.85rem;opacity:.95}
.contact-sec .consent input{width:auto;margin-top:4px}
.contact-sec .consent a{color:#fff;text-decoration:underline}
.steps{position:relative}
.steps::before{content:"";position:absolute;top:22px;right:11%;left:11%;height:3px;background:var(--card-border)}
.steps .step{background:none;box-shadow:none;padding:0 10px}
.steps .step .num{position:relative;z-index:1;box-shadow:0 0 0 7px #fff}
.stats-band{background:var(--primary-dark);color:#fff;padding:26px 0}
.stats-band .container{display:flex;justify-content:space-around;flex-wrap:wrap;gap:18px;text-align:center;max-width:1020px}
.stat b{display:block;font-size:1.9rem;font-weight:800;line-height:1.2}
.stat span{font-size:.92rem;opacity:.9}
.overline{display:block;text-align:center;color:var(--secondary-dark);font-weight:700;font-size:.85rem;letter-spacing:2px;margin-bottom:4px}
.promo{background:linear-gradient(135deg,var(--secondary) 0%,#cfe3b6 100%);border-radius:var(--radius);padding:40px 36px;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;max-width:980px;margin:0 auto}
.promo h3{font-size:1.5rem;color:#243c0e;margin-bottom:8px}
.promo p{color:#3c5520;max-width:620px}
.promo .btn{background:#243c0e;color:#fff;white-space:nowrap}
.promo .btn:hover{background:#182a08;transform:translateY(-2px)}
.mobile-cta{display:none}
.a11y-btn{position:fixed;top:42%;right:0;z-index:400;background:var(--primary-dark);color:#fff;border:none;border-radius:10px 0 0 10px;padding:10px 12px;cursor:pointer;font-size:1.15rem}
.a11y-panel{display:none;position:fixed;top:calc(42% + 52px);right:0;z-index:400;background:#fff;box-shadow:var(--shadow);border-radius:12px 0 0 12px;padding:14px;min-width:180px}
.a11y-panel.open{display:block}
.a11y-panel button{display:block;width:100%;margin-bottom:8px;padding:9px;border:1px solid var(--card-border);background:var(--bg-soft);border-radius:8px;cursor:pointer;font-family:inherit;font-size:.92rem}
.a11y-panel a{font-size:.85rem}
html.a11y-big{font-size:118%}
html.a11y-contrast body{filter:contrast(1.25)}
nav>ul>li>a.active{color:var(--primary);font-weight:700}
.reveal{opacity:0;transform:translateY(18px);transition:opacity .6s ease,transform .6s ease}
.reveal.shown{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}}
.to-top{position:fixed;bottom:94px;left:24px;z-index:250;width:44px;height:44px;border-radius:50%;border:none;background:var(--primary-dark);color:#fff;font-size:1.25rem;cursor:pointer;opacity:0;pointer-events:none;transition:.3s;box-shadow:0 4px 14px rgba(0,0,0,.2)}
.to-top.show{opacity:1;pointer-events:auto}
.skip{position:absolute;right:-9999px}
.skip:focus{position:fixed;top:8px;right:8px;background:#fff;color:var(--primary-dark);padding:8px 16px;z-index:999;border-radius:8px;box-shadow:var(--shadow)}
.new-badge{background:var(--secondary);color:#243c0e;border-radius:20px;padding:1px 8px;font-size:.7rem;font-weight:800;margin-inline-start:6px}
.promo2{display:grid;grid-template-columns:1fr 1fr;gap:20px;max-width:980px;margin:0 auto}
.promo-card{border-radius:var(--radius);padding:32px 30px;display:flex;flex-direction:column;align-items:flex-start}
.promo-card h3{font-size:1.3rem;margin-bottom:8px}
.promo-card p{margin-bottom:18px;font-size:.95rem;flex:1}
.promo-green{background:linear-gradient(135deg,var(--secondary),#cfe3b6);color:#2e4a12}
.promo-green .btn{background:#243c0e;color:#fff}
.promo-green .btn:hover{background:#182a08}
.promo-blue{background:linear-gradient(135deg,#d9ecfa,#c3e0f5);color:#123c5c}
.promo-blue .btn{background:var(--primary-dark);color:#fff}
.promo-blue .btn:hover{background:#164e78}
@media (max-width:800px){.promo2{grid-template-columns:1fr}}
.stats-band .stat{position:relative;display:block;text-align:center;color:#fff}
.stats-band a.stat:hover{text-decoration:underline}
.stat .pop{display:none;position:absolute;top:108%;right:50%;transform:translateX(50%);background:#fff;border-radius:10px;padding:8px 12px;box-shadow:var(--shadow);z-index:20}
.stat:hover .pop{display:block}
.stat .pop img{height:46px;width:auto}
.stats-band{position:relative}
.band-logos{position:absolute;top:100%;left:0;right:0;z-index:60;background:#fff;padding:0;box-shadow:0 14px 28px rgba(0,0,0,.14);border-radius:0 0 14px 14px;max-height:0;overflow:hidden;opacity:0;transition:max-height .35s ease,opacity .3s ease,padding .35s ease}
.band-logos.open{max-height:220px;opacity:1;padding:16px 0 12px}
.band-logos img{height:38px;max-width:110px;object-fit:contain;background:#fff;border:1px solid #e4edf4;border-radius:8px;padding:5px 10px}
.price-row{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:22px 0;max-width:560px}
.price-card{background:#fff;border:2px solid var(--card-border);border-radius:var(--radius);padding:24px;text-align:center}
.price-card.hot{border-color:var(--secondary-dark)}
.price-card .amount{font-size:2rem;font-weight:800;color:var(--primary-dark);line-height:1.2}
.price-card .per{font-size:.85rem;color:var(--text-light)}
@media (max-width:600px){.price-row{grid-template-columns:1fr}}
/* ---- mobile polish (appended last so it wins the cascade) ---- */
.steps .step:last-child .num{width:58px;height:58px}
.steps .step:last-child .num svg{width:32px;height:32px}
@media (max-width:768px){
.topbar .container span:first-child{display:none}
.topbar .container{justify-content:center}
.wa-float{display:none !important}
.a11y-btn{top:auto;bottom:118px}
.a11y-panel{top:auto;bottom:172px}
.to-top{bottom:64px;left:14px}
.logo img{height:52px}
}
@media (max-width:700px){
.stats-band .container{display:grid;grid-template-columns:1fr 1fr;gap:14px 8px}
.band-logos.open{max-height:440px}
}
@media (max-width:600px){
.hero{padding:44px 0 36px}
.hero h1{font-size:1.85rem}
.hero-cta .btn{flex:1;justify-content:center}
section{padding:44px 0}
.promo-card{padding:26px 22px}
h2.sec-title{font-size:1.6rem}
}
@media (max-width:900px){.steps{grid-template-columns:1fr 1fr}.steps::before{display:none}.steps .step{background:#fff;box-shadow:0 3px 14px rgba(31,107,163,.07);border-radius:var(--radius);padding:22px 16px}}
@media (max-width:600px){.steps{grid-template-columns:1fr}}
@media (max-width:768px){
.mobile-cta{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:300;box-shadow:0 -2px 10px rgba(0,0,0,.15)}
.mobile-cta a{flex:1;text-align:center;padding:13px 0;font-weight:700;color:#fff;font-size:1rem}
.mobile-cta .call{background:var(--primary-dark)}
.mobile-cta .wa{background:#1fb457}
body{padding-bottom:50px}
.wa-float{display:none}
}
.prod-card h3{font-size:1.15rem;margin-bottom:8px}
.prod-card p{color:var(--text-light);font-size:.95rem;flex:1;margin-bottom:14px}
.prod-card a{font-weight:600;font-size:.95rem}
.prod-card a::after{content:" \2190"}
.content-cols{display:grid;grid-template-columns:2fr 1fr;gap:44px;align-items:start}
.content-main h2{font-size:1.5rem;margin:28px 0 12px;color:var(--primary-dark)}
.content-main p,.content-main li{color:var(--text-light);margin-bottom:12px}
.content-main ul{margin:0 24px 16px 0}
.side-card{background:var(--bg-soft);border-radius:var(--radius);padding:26px;box-shadow:0 3px 14px rgba(31,107,163,.07);position:sticky;top:110px}
.side-card h3{margin-bottom:10px}
.side-card p{color:var(--text-light);font-size:.95rem;margin-bottom:16px}
.side-card .btn{width:100%;justify-content:center;margin-bottom:10px}
.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;max-width:980px;margin:0 auto}
.why-item{text-align:center;padding:28px 20px;border-radius:var(--radius);background:#fff;box-shadow:0 3px 14px rgba(31,107,163,.07)}
.why-item .icon{width:58px;height:58px;margin:0 auto 14px;border-radius:50%;background:var(--bg-soft);display:flex;align-items:center;justify-content:center;font-size:1.5rem}
.why-item .icon svg{width:28px;height:28px;fill:var(--primary)}
.why-item h3{font-size:1.05rem;margin-bottom:6px}
.why-item p{color:var(--text-light);font-size:.9rem}
.reviews{background:var(--bg-soft)}
.rev-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-bottom:32px;max-width:980px;margin-left:auto;margin-right:auto}
.rev-card{background:#fff;border-radius:var(--radius);padding:26px;box-shadow:0 3px 14px rgba(31,107,163,.07)}
.stars{color:#f5b301;letter-spacing:2px}
.rev-card p{color:var(--text-light);font-size:.95rem;margin:10px 0 14px}
.rev-card .who{font-weight:600;font-size:.9rem}
.rev-more{text-align:center}
.about-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:48px;align-items:center}
.about-grid img{border-radius:var(--radius);box-shadow:var(--shadow)}
.about-grid h2{font-size:1.9rem;margin-bottom:14px}
.about-grid p{color:var(--text-light);margin-bottom:14px}
.sign{font-weight:700;color:var(--primary-dark)}
.faq-list{max-width:760px;margin:0 auto}
details{background:#fff;border:1px solid #e4edf4;border-radius:12px;margin-bottom:12px;padding:18px 22px}
details[open]{border-color:var(--primary)}
summary{font-weight:600;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}
summary::after{content:"+";font-size:1.4rem;color:var(--primary);transition:.2s}
details[open] summary::after{transform:rotate(45deg)}
details p{color:var(--text-light);margin-top:10px;font-size:.95rem}
.contact-sec{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:#fff}
.contact-sec h2.sec-title,.contact-sec p.sec-sub{color:#fff}
.contact-sec form{max-width:640px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:14px}
.contact-sec input,.contact-sec select{padding:14px 16px;border-radius:10px;border:none;font-family:inherit;font-size:1rem;width:100%}
.contact-sec .full{grid-column:1/-1}
.contact-sec button{grid-column:1/-1;justify-content:center;background:var(--secondary);color:#243c0e;font-weight:700}
.contact-sec button:hover{background:var(--secondary-dark)}
.contact-sec .privacy{grid-column:1/-1;font-size:.8rem;opacity:.85;text-align:center}
.contact-sec .privacy a{color:#fff;text-decoration:underline}
.logos-strip{padding:44px 0}
.logos-strip h2{font-size:1.15rem;text-align:center;color:var(--text-light);font-weight:500;margin-bottom:24px}
.logo-strip{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;align-items:center}
.logo-strip span{background:#fff;border:1px solid #e4edf4;border-radius:10px;padding:10px 24px;font-weight:600;color:#7a8794;font-size:.95rem}
.logo-strip img{height:52px;width:auto;max-width:130px;object-fit:contain;background:#fff;border:1px solid #e4edf4;border-radius:10px;padding:8px 16px}
.blog-card .thumb svg{width:44px;height:44px;fill:#fff}
.calc-card{background:var(--bg-soft);border-radius:var(--radius);padding:30px;margin-bottom:30px;border:1px solid var(--card-border)}
.calc-card h2{color:var(--primary-dark);margin-bottom:6px}
.calc-card>p{color:var(--text-light);margin-bottom:18px}
.calc-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:14px;margin-bottom:18px}
.calc-grid label{font-size:.9rem;font-weight:600;display:block;margin-bottom:6px}
.calc-grid input,.calc-grid select{width:100%;padding:12px 14px;border-radius:10px;border:1px solid var(--card-border);font-family:inherit;font-size:1rem}
.calc-result{background:#fff;border-radius:12px;padding:18px 22px;font-size:1.05rem;font-weight:600;color:var(--primary-dark);display:none}
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.blog-card{background:var(--bg-soft);border-radius:var(--radius);overflow:hidden;border:1px solid transparent;transition:.25s;display:flex;flex-direction:column}
.blog-card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:var(--card-border)}
.blog-card .thumb{height:130px;background:linear-gradient(135deg,var(--primary),var(--primary-dark));display:flex;align-items:center;justify-content:center;font-size:2.5rem}
.blog-card .body{padding:22px}
.blog-card h3{font-size:1.1rem;margin-bottom:8px}
.blog-card p{color:var(--text-light);font-size:.92rem;margin-bottom:12px}
.blog-card .meta{font-size:.8rem;color:var(--text-light);margin-bottom:8px}
article.post{max-width:760px;margin:0 auto}
article.post h2{font-size:1.5rem;margin:28px 0 12px;color:var(--primary-dark)}
article.post p,article.post li{color:var(--text-light);margin-bottom:14px;font-size:1.05rem}
article.post ul{margin:0 24px 16px 0}
.legal{max-width:820px;margin:0 auto}
.legal h2{font-size:1.3rem;margin:26px 0 10px;color:var(--primary-dark)}
.legal p,.legal li{color:var(--text-light);margin-bottom:10px}
.legal ul{margin:0 24px 14px 0}
footer.site{background:#1b2733;color:#c6d2dc;padding:56px 0 0;font-size:.93rem}
.foot-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr 1.2fr;gap:36px;margin-bottom:36px}
footer.site h4{color:#fff;margin-bottom:14px;font-size:1.05rem}
footer.site ul{list-style:none}
footer.site li{margin-bottom:8px}
footer.site a{color:#c6d2dc}
footer.site a:hover{color:#fff}
.foot-brand img{height:50px;margin-bottom:14px;background:#fff;border-radius:8px;padding:6px}
.foot-lic{margin-top:10px;font-weight:600}
.foot-disclaimer{border-top:1px solid #33414e;padding:18px 0;font-size:.8rem;color:#8fa0af;text-align:center}
.wa-float{position:fixed;bottom:22px;left:22px;z-index:200;width:58px;height:58px;border-radius:50%;background:#25d366;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px rgba(0,0,0,.25);transition:.25s}
.wa-float:hover{transform:scale(1.1)}
.wa-float svg{width:32px;height:32px;fill:#fff}
@media (max-width:900px){
.hero .container,.about-grid,.content-cols{grid-template-columns:1fr}
.prod-grid,.why-grid,.rev-grid,.blog-grid{grid-template-columns:1fr 1fr}
nav>ul{display:none;position:absolute;top:100%;right:0;left:0;background:#fff;flex-direction:column;padding:18px;box-shadow:0 8px 16px rgba(0,0,0,.1)}
nav>ul.open{display:flex}
nav li.has-sub>ul{position:static;box-shadow:none;display:block;padding:4px 14px 0}
.hamburger{display:block}
.nav-cta{display:none}
.hero h1{font-size:2rem}
.side-card{position:static}
}
@media (max-width:600px){
.prod-grid,.why-grid,.rev-grid,.blog-grid{grid-template-columns:1fr}
.contact-sec form{grid-template-columns:1fr}
section{padding:48px 0}
}
