
:root{
  --bg:#ffffff;--surface:#ffffff;--surface-2:#f7f8fa;--text:#111827;--muted:#667085;
  --line:#e5e7eb;--red:#e11d2e;--red-dark:#bd1423;--green:#0f9f63;
  --radius:20px;--max:1180px;--shadow:0 14px 40px rgba(17,24,39,.08)
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:#fff}
body{
  margin:0;background:var(--bg);color:var(--text);
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.6
}
a{color:inherit}
.container{width:min(var(--max),calc(100% - 32px));margin:auto}

header{
  position:sticky;top:0;z-index:40;
  background:rgba(255,255,255,.96);
  backdrop-filter:blur(12px);
  border-bottom:1px solid var(--line)
}
.nav{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.brand{text-decoration:none;font-size:1.2rem;font-weight:900;color:#111827}
.brand span{color:var(--red)}
.brand small{font-size:.62rem;color:var(--muted);margin-left:6px}
.navlinks{display:flex;gap:20px;align-items:center}
.navlinks a{text-decoration:none;font-weight:700;color:#344054}

.btn{
  display:inline-flex;align-items:center;justify-content:center;min-height:48px;
  padding:0 18px;border-radius:12px;text-decoration:none;font-weight:900;
  transition:.18s ease
}
.btn-primary{background:var(--red);color:#fff}
.btn-primary:hover{background:var(--red-dark);transform:translateY(-1px)}
.btn-secondary{background:#fff;color:#111827;border:1px solid var(--line)}

.hero{
  padding:70px 0 28px;
  background:
    radial-gradient(circle at 78% 8%,rgba(225,29,46,.10),transparent 34%),
    linear-gradient(180deg,#ffffff,#fafafa)
}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:50px;align-items:center}
.badge,.kicker{color:var(--red);font-size:.78rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
h1,h2,h3{line-height:1.08;margin:0 0 16px}
h1{font-size:clamp(2.5rem,6vw,5rem);letter-spacing:-.045em}
h1 em{font-style:normal;color:var(--red)}
h2{font-size:clamp(1.9rem,4vw,3rem);letter-spacing:-.03em}
.lead{font-size:1.16rem;color:#475467}
.sub{color:var(--muted)}

.hero-actions,.hero-trust{display:flex;gap:12px;flex-wrap:wrap}
.hero-actions{margin:26px 0 18px}
.hero-trust{color:#475467}

.hero-product-card,.card,.price-card,.step,.legal-card{
  border:1px solid var(--line);background:#fff;border-radius:var(--radius);box-shadow:var(--shadow)
}
.hero-product-card{padding:16px}
.product-visual{aspect-ratio:4/3;overflow:hidden;border-radius:16px;background:#f2f4f7}
.product-visual img{width:100%;height:100%;object-fit:cover}

.feature-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:34px}
.feature-mini{display:flex;gap:10px;align-items:center;padding:14px;border:1px solid var(--line);background:#fff;border-radius:14px}
.feature-mini small{display:block;color:var(--muted);font-size:.75rem}
.mini-icon{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:#ecfdf3;color:var(--green);font-weight:900}

section{padding:72px 0}
.section-head{max-width:760px;margin-bottom:32px}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.card,.price-card,.step,.legal-card{padding:24px}
.icon{width:40px;height:40px;border-radius:11px;display:grid;place-items:center;background:#fff1f2;color:var(--red);font-weight:900;margin-bottom:16px}

.pricing{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;max-width:940px;margin:auto}
.price-card{position:relative;display:flex;flex-direction:column}
.price-card.featured{border:2px solid #fda4af;background:#fff}
.tag{position:absolute;top:16px;right:16px;background:var(--red);color:#fff;padding:6px 9px;border-radius:999px;font-size:.7rem;font-weight:900}
.price{font-size:2rem;font-weight:950}
.price small{font-size:.8rem;color:var(--muted)}
.checks{list-style:none;padding:0}
.checks li{padding:8px 0;border-bottom:1px solid var(--line);color:#344054}
.checks li:before{content:"✓";color:var(--green);font-weight:900;margin-right:8px}

.ecwid-native-plan-button{margin-top:auto;padding-top:14px}
.ecwid-native-plan-button,
.ecwid-native-plan-button .ecsp,
.ecwid-native-plan-button [customprop="addtobag"]{width:100%!important}
.ecwid-native-plan-button button,
.ecwid-native-plan-button .ecwid-btn,
.ecwid-native-plan-button .form-control__button,
.ecwid-native-plan-button input[type=button]{
  width:100%!important;min-height:50px!important;border-radius:12px!important;
  background:var(--red)!important;color:#fff!important;border:0!important;font-weight:900!important
}

.notice{padding:16px;border:1px solid #fed7dc;border-radius:14px;background:#fff6f7;color:#7f1d1d}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.step-num{font-size:.76rem;font-weight:900;color:var(--red)}
.info-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.faq{display:grid;gap:10px;max-width:920px;margin:auto}
.faq details{border:1px solid var(--line);background:#fff;border-radius:14px;padding:18px}
.faq summary{cursor:pointer;font-weight:850}
.faq p{color:var(--muted)}

.cta-band{
  display:flex;justify-content:space-between;align-items:center;gap:20px;padding:28px;
  border:1px solid #fecdd3;border-radius:22px;background:linear-gradient(135deg,#fff1f2,#fff)
}
footer{border-top:1px solid var(--line);padding:34px 0 44px;color:#667085;background:#fafafa}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr auto;gap:20px}
.footer-grid a{text-decoration:none;color:#344054}

.page-hero{padding:62px 0 24px;background:#fafafa}
.prose{max-width:900px}
.prose h2{font-size:1.6rem;margin-top:30px}
.prose p,.prose li{color:#475467}

/* IMPORTANTE: não estilizamos o checkout/modal Ecwid.
   Assim ele usa o visual padrão do próprio Ecwid. */

@media(max-width:900px){
  .navlinks a:not(.btn){display:none}
  .hero-grid,.info-grid{grid-template-columns:1fr}
  .feature-strip,.grid-3,.steps{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1fr}
}
@media(max-width:620px){
  .container{width:min(var(--max),calc(100% - 22px))}
  .brand small{display:none}
  .navlinks .btn{min-height:42px;padding:0 13px}
  .hero{padding-top:36px}
  .hero-grid{gap:24px}
  .hero-actions .btn{width:100%}
  .feature-strip,.grid-3,.steps,.pricing{grid-template-columns:1fr}
  section{padding:54px 0}
  .card,.price-card,.step,.legal-card{padding:20px}
  .cta-band{align-items:flex-start;flex-direction:column}
  .cta-band .btn{width:100%}
}


/* =========================================================
   ECWID — FORÇA INTERFACE CLARA
   Mantém o layout/estrutura padrão do Ecwid, alterando apenas
   o esquema claro para evitar o checkout escuro.
   ========================================================= */
html,
body,
#carteira-v7,
.ec-store,
.ecwid,
.ecwid-productBrowser,
.ecwid-popup,
.ecwid-popup__box,
.ecwid-popup__content {
  color-scheme: light !important;
}

.ec-store,
.ecwid-productBrowser,
.ecwid-popup,
.ecwid-popup__box,
.ecwid-popup__content,
.ecwid-productBrowser-ProductPage,
.ecwid-productBrowser-CartPage,
.ecwid-productBrowser-CheckoutPage,
.ecwid-productBrowser-productsGrid,
.ec-cart,
.ec-cart__body,
.ec-cart__sidebar,
.ec-cart__step,
.ec-cart-step,
.ec-form,
.ec-form__cell {
  background-color: #ffffff !important;
  color: #111827 !important;
}

.ec-store input,
.ec-store textarea,
.ec-store select,
.ecwid input,
.ecwid textarea,
.ecwid select,
.ecwid-productBrowser input,
.ecwid-productBrowser textarea,
.ecwid-productBrowser select {
  color-scheme: light !important;
  background-color: #ffffff !important;
  color: #111827 !important;
}

/* Texto secundário continua legível no tema claro. */
.ec-store,
.ec-store label,
.ec-store span,
.ec-store p,
.ec-store h1,
.ec-store h2,
.ec-store h3,
.ecwid-productBrowser,
.ecwid-productBrowser label,
.ecwid-productBrowser span,
.ecwid-productBrowser p,
.ecwid-productBrowser h1,
.ecwid-productBrowser h2,
.ecwid-productBrowser h3 {
  text-shadow: none !important;
}

/* CARRINHO VISÍVEL */
.ibo-cart-button{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:44px;padding:0 13px;border:1px solid #d9dee7;border-radius:12px;background:#fff;color:#111827;font:inherit;font-size:.9rem;font-weight:800;cursor:pointer;box-shadow:0 3px 10px rgba(17,24,39,.05)}
.ibo-cart-button:hover{border-color:#bfc7d3;background:#f8fafc}.ibo-cart-icon{font-size:1.15rem;line-height:1}
.ibo-cart-count{position:absolute;right:-7px;top:-8px;min-width:22px;height:22px;padding:0 6px;display:flex;align-items:center;justify-content:center;border-radius:999px;background:#e11d2e;color:#fff;border:2px solid #fff;font-size:.72rem;font-weight:900}
.ibo-cart-button.has-items{border-color:#fecdd3;background:#fff5f6}
@media(max-width:620px){.ibo-cart-label{display:none}.ibo-cart-button{width:42px;min-width:42px;padding:0}}
