/* aerocrisp-pt — folha de estilos própria, escrita de raiz. */

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{
 margin:0;
 font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
 color:#1f2933;
 background:#fff;
 line-height:1.6;
 -webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block}
a{color:inherit}
h1,h2,h3{font-weight:800;letter-spacing:-.01em;color:#111827;line-height:1.15;margin:0 0 12px}
h2{font-size:28px}
h3{font-size:18px}
p{margin:0 0 14px}

.section-inner{max-width:1120px;margin:0 auto;padding:0 24px}

/* ── faixa de publicidade ─────────────────────────────────────────────── */
.ad-disclosure{background:#111827;color:rgba(255,255,255,.85)}
.ad-disclosure__inner{max-width:1280px;margin:0 auto;padding:10px 20px;font-size:12px;line-height:1.5;text-align:center}
.ad-disclosure__inner strong{color:#fff}
.ad-disclosure__inner a{color:#fff;text-decoration:underline;text-underline-offset:2px;white-space:nowrap}

/* ── cabeçalho ────────────────────────────────────────────────────────── */
.site-header{position:sticky;top:0;z-index:40;background:#fff;border-bottom:1px solid #eef0f2}
.site-header__inner{max-width:1120px;margin:0 auto;padding:16px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.brand-wordmark{font-weight:800;font-size:20px;letter-spacing:-.02em;color:#111827}
.site-header__cta{background:#f5c945;color:#111827;padding:10px 18px;border-radius:9999px;font-weight:700;font-size:14px;text-decoration:none;white-space:nowrap}
.site-header__cta:hover{opacity:.85}

/* ── botões ───────────────────────────────────────────────────────────── */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:9999px;padding:14px 26px;font-weight:800;font-size:15px;text-decoration:none;cursor:pointer;border:0}
.btn--primary{background:#111827;color:#fff}
.btn--primary:hover{opacity:.88}
.btn--large{padding:16px 32px;font-size:16px;width:100%;max-width:420px}

/* ── hero ─────────────────────────────────────────────────────────────── */
.hero{padding:48px 0 24px;background:linear-gradient(180deg,#fff8e6 0%,#fff 100%)}
.hero__inner{max-width:1120px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1fr;gap:32px;align-items:center}
.eyebrow{display:inline-block;font-size:13px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#8a6d00;background:#fff3c4;padding:6px 14px;border-radius:9999px;margin-bottom:14px}
.hero__text h1{font-size:34px;max-width:560px}
.hero__text p{max-width:520px;color:#4b5563}
.hero__note{font-size:13px;color:#6b7280;margin-top:10px}
.hero__image img{border-radius:20px;box-shadow:0 20px 50px rgba(0,0,0,.12)}

@media (min-width:860px){
 .hero__inner{grid-template-columns:1.1fr 1fr}
 .hero__text h1{font-size:44px}
}

/* ── funções (grid) ──────────────────────────────────────────────────── */
.features{padding:56px 0}
.features h2{text-align:center;max-width:640px;margin:0 auto 32px}
.features__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.feature-card{background:#f9fafb;border:1px solid #eef0f2;border-radius:16px;padding:20px}
.feature-card h3{margin-bottom:6px;font-size:16px}
.feature-card p{margin:0;font-size:14px;color:#4b5563}
@media (min-width:760px){.features__grid{grid-template-columns:repeat(3,1fr)}}

/* ── blocos texto + imagem ───────────────────────────────────────────── */
.split{padding:40px 0}
.split__inner{display:grid;grid-template-columns:1fr;gap:28px;align-items:center}
.split__inner img{border-radius:16px}
.split--reverse .split__inner{direction:rtl}
.split--reverse .split__inner>*{direction:ltr}
@media (min-width:860px){.split__inner{grid-template-columns:1fr 1fr}}

/* ── ficha técnica ────────────────────────────────────────────────────── */
.specs{padding:48px 0;background:#f9fafb}
.specs__intro{color:#6b7280;font-size:14px;max-width:640px}
.specs__table{border-top:1px solid #e5e7eb;margin-top:16px}
.specs__row{display:flex;justify-content:space-between;gap:16px;padding:14px 0;border-bottom:1px solid #e5e7eb}
.specs__row span:first-child{font-weight:700;color:#374151;flex:0 0 40%}
.specs__row span:last-child{color:#4b5563;text-align:right}

/* ── encomenda ────────────────────────────────────────────────────────── */
.order{padding:56px 0;background:#111827;color:#fff}
.order h2{color:#fff}
.order__inner{display:grid;grid-template-columns:1fr;gap:32px;align-items:center}
.order__image img{border-radius:16px;max-width:260px;margin:0 auto}
.order__price-note{color:rgba(255,255,255,.7);font-size:14px}
.order__list{list-style:none;padding:0;margin:18px 0 0;color:rgba(255,255,255,.8);font-size:14px}
.order__list li{padding:6px 0;border-top:1px solid rgba(255,255,255,.12)}
@media (min-width:860px){.order__inner{grid-template-columns:280px 1fr}}

/* ── FAQ ──────────────────────────────────────────────────────────────── */
.faq{padding:56px 0}
.faq__list{max-width:760px;margin:0 auto}
.faq-item{border-bottom:1px solid #e5e7eb}
.faq-item__trigger{width:100%;text-align:left;background:none;border:0;padding:16px 0;font-weight:700;font-size:15px;color:#111827;cursor:pointer;display:flex;justify-content:space-between;gap:16px}
.faq-item__trigger::after{content:"+";font-size:20px;color:#9ca3af;flex-shrink:0}
.faq-item.is-open .faq-item__trigger::after{content:"–"}
.faq-item__content{max-height:0;overflow:hidden;opacity:0;transition:max-height .25s ease,opacity .25s ease}
.faq-item.is-open .faq-item__content{max-height:220px;opacity:1;padding-bottom:16px}
.faq-item__content p{margin:0;color:#4b5563;font-size:14px}

/* ── rodapé ───────────────────────────────────────────────────────────── */
.site-footer{background:#f9fafb;border-top:1px solid #eef0f2;padding:40px 0 24px}
.site-footer__inner{max-width:1120px;margin:0 auto;padding:0 24px}
.site-footer__notes p{font-size:13px;color:#4b5563;margin:0 0 8px}
.site-footer__notes strong{color:#111827}
.site-footer__cols{display:flex;flex-wrap:wrap;gap:32px;margin:28px 0}
.site-footer__col{flex:1 1 200px;min-width:180px}
.site-footer__col h2{font-size:14px;margin:0 0 12px}
.site-footer__col ul{list-style:none;margin:0;padding:0}
.site-footer__col li{margin:0 0 8px;font-size:13px;color:#4b5563}
.site-footer__col a{text-decoration:none;color:#111827}
.site-footer__col a:hover{text-decoration:underline}
.operator-name{font-weight:700;color:#111827}
.operator-geo-note{font-weight:400;font-size:.85em;opacity:.7;display:block}
.site-footer__legalese{border-top:1px solid #e5e7eb;padding-top:18px}
.site-footer__legalese p{font-size:12px;color:#6b7280;margin:0 0 8px}
.site-footer__copyright{margin-top:12px}

/* ── consentimento de cookies ─────────────────────────────────────────── */
.cookie-consent{position:fixed;left:0;right:0;bottom:0;z-index:9999;background:#111827;color:#fff;box-shadow:0 -4px 20px rgba(0,0,0,.25)}
.cookie-consent[hidden]{display:none}
.cookie-consent__inner{max-width:1120px;margin:0 auto;padding:16px 20px;display:flex;flex-wrap:wrap;align-items:center;gap:16px;justify-content:space-between}
.cookie-consent__text{flex:1 1 420px;margin:0;font-size:13px;line-height:1.5;color:rgba(255,255,255,.85)}
.cookie-consent__text a{color:#fff;text-decoration:underline;text-underline-offset:2px}
.cookie-consent__actions{display:flex;gap:10px;flex:0 0 auto}
.cookie-consent__btn{border:0;border-radius:9999px;padding:10px 20px;font-size:13px;font-weight:700;cursor:pointer;white-space:nowrap}
.cookie-consent__btn--accept{background:#f5c945;color:#111827}
.cookie-consent__btn--accept:hover{opacity:.9}
.cookie-consent__btn--reject{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.4)}
.cookie-consent__btn--reject:hover{background:rgba(255,255,255,.1)}
@media (max-width:640px){.cookie-consent__inner{flex-direction:column;align-items:stretch}.cookie-consent__actions{justify-content:flex-end}}
