*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{margin:0;font-family:system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;color:#0b1a13;background:#fff;line-height:1.55;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
h1,h2,h3{margin:0;line-height:1.2;font-weight:800;color:#0b1a13}
h1{font-size:clamp(1.9rem,5vw,3rem)}
h2{font-size:clamp(1.6rem,4vw,2.25rem)}
h3{font-size:1.15rem}
p{margin:0}
a{color:inherit;text-decoration:none}
.section{padding:4.5rem 1rem}
.container{max-width:1100px;margin:0 auto}
.narrow{max-width:780px}
.center{text-align:center}
.mt-lg{margin-top:2rem}
.bg-muted{background:#f4f7f5}
.accent{color:#16a34a}
.eyebrow{font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#16a34a;margin:0 0 .5rem}
.eyebrow.orange{color:#f59e0b}
.lead{margin-top:1.25rem;color:#4b5563;font-size:1.05rem}
.sub{margin-top:.75rem;color:#4b5563}
.hero{padding-top:4rem;padding-bottom:3rem}
.hero-img{margin:0 auto;max-width:640px;width:100%}
.cta{display:inline-block;background:#16a34a;color:#fff!important;font-weight:700;padding:1rem 2rem;border-radius:9999px;box-shadow:0 8px 20px -6px rgba(22,163,74,.55);transition:transform .15s, background .15s;letter-spacing:.02em}
.cta:hover{background:#15803d;transform:translateY(-1px)}
.cta.full{display:block;width:100%;text-align:center}

/* Check list */
.check-list{list-style:none;padding:0;margin:2.5rem 0 0;display:grid;gap:.75rem;text-align:left}
.check-list li{display:flex;gap:.75rem;align-items:flex-start;background:#fff;border:1px solid #e5e7eb;padding:1rem;border-radius:14px}
.chk{flex:none;display:inline-grid;place-items:center;width:1.6rem;height:1.6rem;border-radius:9999px;background:rgba(22,163,74,.12);color:#16a34a;font-weight:700;font-size:.9rem}

/* Bonus */
.bonus-grid{display:grid;grid-template-columns:1fr;gap:1.25rem;margin-top:2.5rem}
@media(min-width:640px){.bonus-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:960px){.bonus-grid{grid-template-columns:repeat(3,1fr)}}
.bonus-card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;overflow:hidden;box-shadow:0 2px 6px rgba(0,0,0,.04);display:flex;flex-direction:column}
.bonus-img-wrap{background:#fff;width:100%;aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;padding:.5rem}
.bonus-img-wrap img{width:100%;height:100%;object-fit:contain}
.bonus-card h3{display:flex;gap:.5rem;align-items:flex-start;padding:1rem;text-align:left}
.gift{color:#f59e0b;font-size:1.15rem;line-height:1}

/* Offer */
.offer-wrap{margin-top:2.5rem;display:flex;justify-content:center}
.offer-card{width:100%;max-width:560px;background:#fff;border:1px solid #e5e7eb;border-radius:24px;padding:2rem;text-align:left;box-shadow:0 4px 14px rgba(0,0,0,.05)}
.price{display:block;font-size:3rem;font-weight:800;color:#0b1a13}
.price-block{margin-top:1.25rem;text-align:center}
.price-sub{margin-top:.5rem;color:#6b7280;font-size:.9rem}
.offer-list{list-style:none;padding:0;margin:1.75rem 0 0;display:grid;gap:.6rem}
.offer-list li{display:flex;gap:.6rem;align-items:flex-start}
.gift-i{color:#f59e0b;font-size:1.1rem;line-height:1.3;flex:none}
.secure{margin-top:.75rem;text-align:center;color:#6b7280;font-size:.78rem}

/* Garantia */
.garantia-img{width:180px;height:180px;object-fit:contain;margin:0 auto 1.25rem}
@media(min-width:640px){.garantia-img{width:220px;height:220px}}

/* FAQ */
.faq{margin-top:2.25rem;display:grid;gap:.75rem}
.faq details{background:#fff;border:1px solid #e5e7eb;border-radius:14px;overflow:hidden}
.faq summary{list-style:none;cursor:pointer;padding:1.15rem 1.25rem;font-weight:600;display:flex;justify-content:space-between;align-items:center;gap:1rem}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"⌄";font-size:1.4rem;line-height:1;color:#9ca3af;transition:transform .2s}
.faq details[open] summary::after{transform:rotate(180deg)}
.faq-body{padding:0 1.25rem 1.25rem;color:#4b5563}

footer{border-top:1px solid #e5e7eb;padding:2rem 1rem;text-align:center;font-size:.78rem;color:#6b7280}
