:root{
  --brand:#1b2a6b;
  --brand2:#0f1a46;
  --bg:#f4f6fb;
  --text:#0f172a;
  --muted:#475569;
  --card:#ffffff;
  --warning-bg:#fff4cf;
  --warning-border:#ffd36a;
  --info-bg:#eaf0ff;
  --info-border:#c7d3ff;
  --success-bg:#e9fff1;
  --success-border:#b6f5c9;
  --shadow: 0 10px 30px rgba(15, 23, 42, .10);
  --radius:16px;
}

*{box-sizing:border-box}
html,body{margin:0;padding:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,"Helvetica Neue",Arial}
body{background:var(--bg); color:var(--text)}
a{color:inherit}
.container{width:min(980px, 92vw); margin:0 auto}
.topbar{
  background:linear-gradient(180deg,var(--brand),var(--brand2));
  color:#fff;
  padding:14px 0;
}
.topbar .container{
  display:flex; align-items:center; justify-content:center; gap:12px;
}
.brand{
  display:flex; align-items:center; gap:10px; text-decoration:none;
}
.brand img{height:34px; width:auto}
.brand .name{font-weight:800; letter-spacing:.4px}
.brand .sub{font-size:12px; opacity:.9; margin-top:2px}

.main{padding:28px 0 20px}
.hero{
  text-align:center;
  margin: 8px auto 18px;
}
.hero h1{margin:0 0 6px; font-size:28px}
.hero p{margin:0; color:var(--muted); line-height:1.35}
.stack{display:grid; gap:14px; margin:18px auto 8px; max-width:720px}

.card{
  background:var(--card);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  padding:16px;
  border:1px solid rgba(2,6,23,.06);
}
.card h2{margin:0 0 10px; font-size:18px}
.badgeRow{display:flex; gap:10px; align-items:flex-start}
.icon{
  width:34px;height:34px;border-radius:10px; display:grid; place-items:center;
  background:rgba(255,255,255,.6); border:1px solid rgba(2,6,23,.08); flex:0 0 auto;
}
.icon span{font-size:16px}

.warning{background:var(--warning-bg); border:1px solid var(--warning-border)}
.info{background:var(--info-bg); border:1px solid var(--info-border)}
.success{background:var(--success-bg); border:1px solid var(--success-border)}

.list{margin:10px 0 0; padding:0; list-style:none; display:grid; gap:8px}
.list li{display:flex; gap:10px; align-items:flex-start; color:var(--muted)}
.list li::before{content:"✓"; color:#16a34a; font-weight:800}

.videoWrap{border-radius:14px; overflow:hidden; background:#0b122f; border:1px solid rgba(255,255,255,.10)}
.videoPlaceholder{
  aspect-ratio:16/9;
  display:grid;
  place-items:center;
  color:#fff;
  background:linear-gradient(135deg, rgba(27,42,107,.95), rgba(245,158,11,.35));
}
.videoPlaceholder .small{font-size:13px; opacity:.9; margin-top:8px}
.note{font-size:13px; color:var(--muted); margin:10px 0 0; line-height:1.35}

.formGrid{display:grid; gap:10px; margin-top:10px}
.field label{display:block; font-size:12px; color:var(--muted); margin:0 0 6px}
.field input{
  width:100%;
  padding:12px 12px;
  border-radius:12px;
  border:1px solid rgba(2,6,23,.12);
  outline:none;
  font-size:14px;
  background:#fff;
}
.field input:focus{border-color:rgba(27,42,107,.55); box-shadow:0 0 0 3px rgba(27,42,107,.14)}
.row2{display:grid; gap:10px; grid-template-columns:1fr 1fr}

.cta{
  width:100%;
  margin-top:12px;
  background:linear-gradient(180deg, var(--brand), var(--brand2));
  color:#fff;
  border:none;
  padding:14px 14px;
  border-radius:14px;
  font-weight:800;
  letter-spacing:.2px;
  cursor:pointer;
}
.cta:hover{filter:brightness(1.05)}
.underCta{font-size:12px; color:var(--muted); margin-top:10px; text-align:center}

.payIcons{display:flex; flex-wrap:wrap; gap:8px; align-items:center; margin-top:8px}
.pill{
  background:#fff;
  border:1px solid rgba(2,6,23,.10);
  padding:6px 8px;
  border-radius:10px;
  font-size:12px;
  color:#0f172a;
}

.footerTop{
  background:linear-gradient(180deg,var(--brand2), #07102f);
  color:#fff;
  margin-top:26px;
  padding:16px 0 0;
}
.footerContact{
  background:#c7c9ce;
  color:#0f172a;
  padding:12px 0;
}
.footerContact .container{
  display:flex; gap:14px; flex-wrap:wrap; align-items:center; justify-content:center;
  font-weight:700;
}
.footerMain .container{
  padding:18px 0 12px;
  display:grid;
  gap:18px;
  grid-template-columns: 1.2fr 1fr 1fr;
  align-items:start;
}
.footerLogo{display:flex; gap:12px; align-items:center}
.footerLogo img{height:52px; width:auto}
.footerTitle{font-weight:900; letter-spacing:.3px}
.footerLinks a{display:block; color:#e5e7eb; text-decoration:none; padding:4px 0; font-size:14px}
.footerLinks a:hover{text-decoration:underline}
.footerSmall{font-size:13px; color:#cbd5e1; line-height:1.35}
.addr{margin-top:10px}

.footerBottom{
  background:#f8fafc;
  padding:16px 0;
  text-align:center;
  color:#475569;
  font-size:12px;
}
.seals{display:flex; justify-content:center; flex-wrap:wrap; gap:12px; align-items:center; margin-bottom:10px}
.seal{
  background:#fff;
  border:1px solid rgba(2,6,23,.10);
  padding:10px 12px;
  border-radius:14px;
  display:flex; gap:10px; align-items:center;
}
.seal strong{font-size:12px}
.star{font-size:14px}

.whatsFloat{
  position:fixed;
  right:16px;
  bottom:16px;
  z-index:9999;
}
.whatsBtn{
  width:56px; height:56px;
  border-radius:999px;
  border:none;
  background:#25D366;
  color:#fff;
  cursor:pointer;
  box-shadow:0 16px 30px rgba(0,0,0,.22);
  display:grid; place-items:center;
  font-size:22px;
}
.whatsPopup{
  position:absolute;
  right:0;
  bottom:68px;
  width:min(320px, 86vw);
  background:#fff;
  border:1px solid rgba(2,6,23,.12);
  border-radius:16px;
  box-shadow:var(--shadow);
  padding:14px;
  display:none;
}
.whatsPopup.open{display:block}
.whatsPopup h3{margin:0 0 6px; font-size:16px}
.whatsPopup p{margin:0 0 10px; color:var(--muted); font-size:13px; line-height:1.35}
.whatsPopup .row{display:flex; gap:10px; align-items:center; justify-content:space-between}
.whatsPopup a{
  flex:1;
  text-decoration:none;
  background:#25D366;
  color:#fff;
  text-align:center;
  padding:10px 12px;
  border-radius:12px;
  font-weight:800;
}
.whatsPopup .close{
  border:none;
  background:transparent;
  font-size:18px;
  cursor:pointer;
  color:#64748b;
}

@media (max-width: 860px){
  .footerMain .container{grid-template-columns:1fr; }
  .hero h1{font-size:24px}
}

/* WhatsApp flutuante (estilo simples como na loja) */
.wa-float{
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: 54px;
  height: 54px;
  border-radius: 999px;
  background: #25D366;
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 10px 25px rgba(0,0,0,.22);
  text-decoration: none;
  z-index: 9999;
}
.wa-float:hover{ transform: translateY(-1px); }
.wa-ic{ font-size: 22px; line-height: 1; }

/* Rodapé igual ao visual da loja */
.site-footer{ margin-top: 26px; }
.footer-topbar{
  background:#c7c7c7;
  color:#0f172a;
  font-weight:600;
}
.footer-topbar-inner{
  max-width: 1100px;
  margin: 0 auto;
  padding: 12px 16px;
  display:flex;
  gap: 18px;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
}
.ft-item a{ color:#0f172a; text-decoration:none; }
.ft-label{ opacity:.9; }

.footer-main{
  background: var(--brand2);
  color: #e5e7eb;
}
.footer-main-inner{
  max-width: 1100px;
  margin: 0 auto;
  padding: 26px 16px;
  display:grid;
  grid-template-columns: 1.1fr 1.9fr;
  gap: 24px;
  align-items:start;
}
.footer-logo{
  display:flex;
  gap: 12px;
  align-items:center;
}
.footer-logo .bull{ font-size: 34px; }
.brand-name{ font-size: 20px; font-weight: 800; letter-spacing:.5px; }
.brand-sub{ font-size: 12px; opacity:.9; margin-top:4px; }

.footer-cols{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.footer-title{
  font-weight:800;
  font-size:12px;
  letter-spacing:.6px;
  margin-bottom: 10px;
  color:#fff;
}
.footer-title-sp{ margin-top: 18px; }
.footer-links{ list-style:none; padding:0; margin:0; display:grid; gap:8px; }
.footer-links a{ color:#e5e7eb; text-decoration:none; opacity:.95; }
.footer-links a:hover{ text-decoration:underline; }

.pay-badges{ display:flex; flex-wrap:wrap; gap:8px; }
.pay-badges span{
  background:#fff;
  color:#111827;
  border-radius:8px;
  padding:6px 10px;
  font-size:11px;
  font-weight:800;
}
.social{ display:flex; gap: 12px; flex-wrap:wrap; }
.social a{ color:#e5e7eb; text-decoration:none; }
.social a:hover{ text-decoration:underline; }
.footer-address{ font-size: 12px; line-height: 1.5; opacity:.95; }

.footer-bottom{
  background:#f3f4f6;
  color:#111827;
}
.footer-bottom-inner{
  max-width: 1100px;
  margin: 0 auto;
  padding: 18px 16px 26px;
  text-align:center;
}
.trust-row{
  display:flex;
  gap: 12px;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  margin: 8px 0 12px;
}
.trust-pill{
  background:#fff;
  border:1px solid #e5e7eb;
  padding: 10px 12px;
  border-radius: 999px;
  font-weight:800;
  font-size: 12px;
  display:flex;
  gap: 8px;
  align-items:center;
}
.trust-pill small{ font-weight:700; opacity:.75; }
.legal{ font-size: 12px; opacity:.9; margin-top: 8px; }
.legal-small{ font-size: 11px; opacity:.75; margin-top: 6px; max-width: 900px; margin-left:auto; margin-right:auto; }
.platform{
  margin-top: 18px;
  font-weight: 900;
  letter-spacing:.6px;
  font-size: 22px;
}
.platform span{ font-weight: 700; opacity:.8; font-size: 12px; }

@media (max-width: 860px){
  .footer-main-inner{ grid-template-columns: 1fr; }
  .footer-cols{ grid-template-columns: 1fr; }
  .footer-topbar-inner{ justify-content:flex-start; }
}
