@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Space+Grotesk:wght@500;600;700&display=swap');

/*
 * BLOX REALM — REIMAGINED 2026
 * Nova camada visual. A estrutura, os IDs e os arquivos de lógica permanecem
 * intactos para preservar catálogo, carrinho, checkout, Pix e entrega.
 */

:root{
  --realm-canvas:#f3f5fb;
  --realm-canvas-2:#e9edf7;
  --realm-surface:#ffffff;
  --realm-surface-soft:#f8f9fd;
  --realm-ink:#121429;
  --realm-ink-2:#20233d;
  --realm-muted:#6d7289;
  --realm-line:#dfe3ee;
  --realm-violet:#6f42e8;
  --realm-magenta:#e52bd0;
  --realm-cyan:#1ccbd7;
  --realm-success:#14a873;
  --realm-danger:#df425d;
  --realm-radius-sm:14px;
  --realm-radius:22px;
  --realm-radius-lg:32px;
  --realm-shadow:0 18px 55px rgba(25,30,68,.10);
  --realm-shadow-soft:0 8px 28px rgba(25,30,68,.07);
}

*{box-sizing:border-box}
html{background:var(--realm-canvas);color-scheme:light;scroll-padding-top:110px}
body,
body.bv-landing-page,
body.bv-categories-page,
body.product-detail-page,
body.bv-how-page,
body.legal-page,
body.atendimento-page{
  margin:0;
  min-height:100vh;
  background:var(--realm-canvas)!important;
  color:var(--realm-ink)!important;
  font-family:'Inter',Arial,Helvetica,sans-serif!important;
  -webkit-font-smoothing:antialiased;
}

body::selection{background:rgba(229,43,208,.22);color:var(--realm-ink)}
a{text-decoration:none}
button,input,textarea{font:inherit}
button,a{-webkit-tap-highlight-color:transparent}

.bg,
.bv-page-bg,
.faq-bg{
  position:fixed!important;
  inset:0!important;
  z-index:-2!important;
  background:
    radial-gradient(circle at 9% 5%,rgba(229,43,208,.12),transparent 24%),
    radial-gradient(circle at 88% 10%,rgba(28,203,215,.13),transparent 26%),
    linear-gradient(180deg,#f9faff 0%,var(--realm-canvas) 38%,#edf0f8 100%)!important;
}
.bg::before,
.bv-page-bg::before,
.faq-bg::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background-image:
    linear-gradient(rgba(31,35,66,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(31,35,66,.035) 1px,transparent 1px)!important;
  background-size:44px 44px!important;
  opacity:1!important;
}
.bg::after,.bv-page-bg::after,.faq-bg::after{display:none!important}

/* Navegação principal */
html body .bv-topbar{
  position:sticky!important;
  top:0!important;
  z-index:80!important;
  width:100%!important;
  min-height:82px!important;
  padding:12px clamp(18px,4vw,54px)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  background:rgba(18,20,41,.96)!important;
  border:0!important;
  border-bottom:1px solid rgba(255,255,255,.09)!important;
  box-shadow:0 12px 32px rgba(17,19,42,.14)!important;
  backdrop-filter:blur(18px)!important;
}
html body .bv-brand{display:flex!important;align-items:center!important;gap:12px!important;min-width:0}
html body .bv-brand-round{
  width:50px!important;height:50px!important;flex:0 0 50px!important;
  border-radius:16px!important;object-fit:contain!important;
  background:rgba(255,255,255,.055)!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.1)!important;
}
html body .bv-brand-word{
  width:min(196px,30vw)!important;height:38px!important;
  object-fit:contain!important;object-position:left center!important;
}
html body .bv-top-actions{display:flex!important;align-items:center!important;gap:9px!important}
html body .bv-top-actions .bv-icon-link,
html body .bv-top-actions .bv-ai-link,
html body .bv-top-actions .bv-tiktok-link,
html body .bv-top-actions .bv-support-link{
  min-height:44px!important;height:44px!important;
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  gap:8px!important;padding:0 14px!important;
  border:1px solid rgba(255,255,255,.12)!important;
  border-radius:13px!important;
  background:rgba(255,255,255,.06)!important;
  color:#fff!important;box-shadow:none!important;
  font-size:13px!important;font-weight:800!important;
  transition:background .18s ease,border-color .18s ease,transform .18s ease!important;
}
html body .bv-top-actions .bv-icon-link{width:44px!important;padding:0!important}
html body .bv-top-actions a:hover{
  transform:translateY(-1px)!important;
  background:rgba(255,255,255,.11)!important;
  border-color:rgba(255,255,255,.24)!important;
}
html body .bv-top-actions svg{width:21px!important;height:21px!important;fill:currentColor!important}
html body .bv-top-actions .bv-tiktok-link::before{width:20px!important;height:20px!important}
html body .bv-top-actions .support-question{
  width:20px!important;height:20px!important;display:grid!important;place-items:center!important;
  border:1px solid rgba(255,255,255,.5)!important;border-radius:50%!important;
  font:800 13px/1 'Inter',sans-serif!important;
}

/* Navegação compacta das páginas internas */
html body .lovenav{
  position:fixed!important;left:50%!important;top:14px!important;transform:translateX(-50%)!important;
  z-index:90!important;width:min(1160px,calc(100% - 28px))!important;height:72px!important;
  padding:8px 10px!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;
  gap:8px!important;overflow:hidden!important;
  border:1px solid rgba(255,255,255,.10)!important;border-radius:20px!important;
  background:rgba(18,20,41,.96)!important;
  box-shadow:0 16px 38px rgba(16,18,40,.18)!important;
  backdrop-filter:blur(18px)!important;
}
html body .lovenav .nav-logo{
  order:1!important;position:relative!important;left:auto!important;top:auto!important;transform:none!important;
  width:190px!important;height:52px!important;min-width:150px!important;margin:0 auto 0 0!important;
  display:flex!important;align-items:center!important;justify-content:flex-start!important;
  border:0!important;border-radius:0!important;background:transparent!important;overflow:visible!important;
}
html body .lovenav .nav-logo img{
  width:176px!important;height:48px!important;max-width:100%!important;max-height:48px!important;
  object-fit:contain!important;object-position:left center!important;border-radius:0!important;filter:none!important;
}
html body .lovenav .nav-left{order:2!important}
html body .lovenav .nav-right{order:3!important}
html body .lovenav .nav-left,
html body .lovenav .nav-right{display:flex!important;align-items:center!important;gap:7px!important;margin:0!important}
html body .lovenav .nav-ico{
  width:44px!important;height:44px!important;min-width:44px!important;
  display:grid!important;place-items:center!important;
  border:1px solid rgba(255,255,255,.11)!important;border-radius:13px!important;
  background:rgba(255,255,255,.06)!important;color:#fff!important;box-shadow:none!important;
}
html body .lovenav .nav-ico:hover{background:rgba(255,255,255,.12)!important;border-color:rgba(255,255,255,.22)!important}
html body .lovenav .nav-ico svg{width:21px!important;height:21px!important;fill:#fff!important;filter:none!important}
html body .lovenav .support-question{color:#fff!important;font:800 18px/1 'Inter',sans-serif!important}

/* Home — hero editorial assimétrico */
html body .bv-home-main{width:min(1240px,100%)!important;margin:0 auto!important;padding:34px 24px 0!important}
html body .bv-hero{
  position:relative!important;isolation:isolate!important;overflow:hidden!important;
  min-height:580px!important;margin:0!important;padding:clamp(34px,5vw,70px)!important;
  display:grid!important;
  grid-template-columns:minmax(0,1.12fr) minmax(280px,.88fr)!important;
  grid-template-areas:"badge logo" "title logo" "copy logo" "actions logo" "stats stats"!important;
  align-items:center!important;column-gap:clamp(30px,6vw,84px)!important;row-gap:18px!important;
  text-align:left!important;
  border:1px solid rgba(255,255,255,.08)!important;border-radius:36px!important;
  background:
    radial-gradient(circle at 84% 24%,rgba(229,43,208,.34),transparent 27%),
    radial-gradient(circle at 72% 78%,rgba(28,203,215,.20),transparent 32%),
    linear-gradient(135deg,#11142b 0%,#1b1838 54%,#12152c 100%)!important;
  box-shadow:0 28px 70px rgba(25,28,65,.20)!important;
}
html body .bv-hero::before{
  content:"";position:absolute;z-index:-1;right:-90px;top:-100px;width:440px;height:440px;
  border:1px solid rgba(255,255,255,.07);border-radius:50%;box-shadow:0 0 0 48px rgba(255,255,255,.018),0 0 0 96px rgba(255,255,255,.012);
}
html body .bv-hero-logo{
  grid-area:logo!important;justify-self:center!important;
  width:min(390px,36vw)!important;height:auto!important;aspect-ratio:1!important;
  border-radius:50%!important;object-fit:contain!important;
  filter:drop-shadow(0 34px 42px rgba(0,0,0,.33))!important;
  box-shadow:none!important;transform:rotate(4deg)!important;
}
html body .bv-verified-pill{
  grid-area:badge!important;justify-self:start!important;
  margin:0!important;padding:8px 12px!important;
  border:1px solid rgba(255,255,255,.13)!important;border-radius:10px!important;
  background:rgba(255,255,255,.065)!important;color:#f5f6ff!important;
  font-size:11px!important;font-weight:800!important;letter-spacing:.1em!important;box-shadow:none!important;
}
html body .bv-verified-pill span{color:var(--realm-cyan)!important;margin:0!important}
html body .bv-hero h1{
  grid-area:title!important;margin:0!important;color:#fff!important;
  font-family:'Space Grotesk','Inter',sans-serif!important;
  font-size:clamp(46px,6vw,82px)!important;line-height:.94!important;letter-spacing:-.065em!important;font-weight:700!important;
}
html body .bv-hero h1 strong{
  display:inline!important;color:transparent!important;font-weight:700!important;
  background:linear-gradient(90deg,#ff70ed 0%,#b38cff 54%,#5ce4eb 100%)!important;
  -webkit-background-clip:text!important;background-clip:text!important;
}
html body .bv-hero-copy{
  grid-area:copy!important;max-width:620px!important;margin:0!important;
  color:rgba(244,246,255,.70)!important;font-size:clamp(16px,1.7vw,20px)!important;line-height:1.58!important;font-weight:500!important;
}
html body .bv-hero-actions{
  grid-area:actions!important;width:100%!important;max-width:560px!important;margin:8px 0 0!important;
  display:flex!important;gap:12px!important;
}
html body.bv-landing-page .bv-primary-cta,
html body.bv-landing-page .bv-secondary-cta{
  width:auto!important;min-width:190px!important;min-height:58px!important;height:58px!important;
  padding:0 24px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;
  border-radius:15px!important;font-size:15px!important;font-weight:850!important;box-shadow:none!important;
}
html body .bv-primary-cta{
  color:#15172b!important;border:0!important;
  background:linear-gradient(110deg,#ff69e8,#a985ff 55%,#63e4e9)!important;
}
html body .bv-secondary-cta{
  color:#fff!important;border:1px solid rgba(255,255,255,.16)!important;background:rgba(255,255,255,.07)!important;
}
html body .bv-hero-actions a:hover{transform:translateY(-2px)!important;filter:brightness(1.05)!important}
html body .bv-stats{
  grid-area:stats!important;width:100%!important;max-width:none!important;margin:16px 0 0!important;
  display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;
}
html body .bv-stat-card{
  min-height:98px!important;padding:18px 66px 18px 20px!important;
  display:flex!important;align-items:flex-start!important;justify-content:center!important;
  border:1px solid rgba(255,255,255,.10)!important;border-radius:18px!important;
  background:rgba(255,255,255,.055)!important;box-shadow:none!important;backdrop-filter:blur(12px)!important;
}
html body .bv-stat-card::after{display:none!important}
html body .bv-stat-symbol{
  top:50%!important;right:18px!important;transform:translateY(-50%)!important;
  width:42px!important;height:42px!important;border-radius:13px!important;
  background:rgba(255,255,255,.08)!important;border:1px solid rgba(255,255,255,.10)!important;
}
html body .bv-stat-symbol img{width:23px!important;height:23px!important;object-fit:contain!important}
html body .bv-stats strong{color:#fff!important;font-size:28px!important;line-height:1!important}
html body .bv-stats span{margin:7px 0 0!important;color:rgba(255,255,255,.56)!important;font-size:12px!important;text-align:left!important}

/* Benefícios */
html body .bv-benefits{
  width:100%!important;padding:26px 0 58px!important;
  display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important;
}
html body .bv-benefit-card{
  min-height:210px!important;padding:24px!important;
  display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:flex-start!important;gap:19px!important;
  border:1px solid var(--realm-line)!important;border-radius:24px!important;
  background:rgba(255,255,255,.88)!important;color:var(--realm-ink)!important;
  box-shadow:var(--realm-shadow-soft)!important;backdrop-filter:blur(14px)!important;
}
html body .bv-benefit-card::before{display:none!important}
html body .bv-benefit-icon{
  width:52px!important;height:52px!important;border-radius:15px!important;
  display:grid!important;place-items:center!important;color:#fff!important;
  background:linear-gradient(135deg,var(--realm-violet),var(--realm-magenta))!important;
  border:0!important;box-shadow:none!important;
}
html body .bv-benefit-icon svg{width:25px!important;height:25px!important;fill:currentColor!important}
html body .bv-benefit-card h2{margin:0!important;color:var(--realm-ink)!important;font-size:19px!important;line-height:1.2!important}
html body .bv-benefit-card p{max-width:none!important;margin:9px 0 0!important;color:var(--realm-muted)!important;font-size:14px!important;line-height:1.6!important}

/* Rodapé */
html body .bv-home-footer,
html body .bv-extra-footer{
  width:100%!important;margin:0!important;padding:58px clamp(28px,6vw,76px) 34px!important;
  display:grid!important;grid-template-columns:1.2fr .8fr!important;gap:56px!important;
  color:rgba(255,255,255,.56)!important;
  border:0!important;border-radius:30px 30px 0 0!important;
  background:#121429!important;
}
html body .bv-footer-wordmark{width:min(280px,90%)!important;height:auto!important;object-fit:contain!important}
html body .bv-footer-about p{max-width:680px!important;margin:24px 0 0!important;color:rgba(255,255,255,.55)!important;font-size:14px!important;line-height:1.7!important}
html body .bv-footer-nav h2{margin:0 0 22px!important;color:#fff!important;font-size:13px!important;letter-spacing:.12em!important}
html body .bv-footer-nav a{display:block!important;margin:0 0 14px!important;color:rgba(255,255,255,.58)!important;font-size:14px!important}
html body .bv-footer-nav a:hover{color:#fff!important}
html body .bv-footer-bottom{
  grid-column:1/-1!important;margin:8px 0 0!important;padding-top:24px!important;
  display:flex!important;justify-content:space-between!important;gap:22px!important;
  border-top:1px solid rgba(255,255,255,.09)!important;color:rgba(255,255,255,.38)!important;font-size:12px!important;
}
html body .bv-footer-bottom strong{color:#fff!important}

/* Página de categorias */
html body .bv-categories-main{width:min(1240px,100%)!important;margin:0 auto!important;padding:38px 24px 0!important}
html body .bv-breadcrumb{display:flex!important;align-items:center!important;gap:10px!important;margin:0 0 24px!important;color:var(--realm-muted)!important;font-size:13px!important}
html body .bv-breadcrumb a{color:var(--realm-muted)!important}
html body .bv-breadcrumb span{color:#aab0c1!important;font-size:18px!important}
html body .bv-breadcrumb strong{color:var(--realm-ink)!important}
html body .bv-category-list{
  display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important;margin:0 0 54px!important;
}
html body .bv-category-row{
  position:relative!important;isolation:isolate!important;overflow:hidden!important;
  min-height:224px!important;width:100%!important;padding:24px!important;
  display:grid!important;grid-template-columns:132px minmax(0,1fr)!important;gap:20px!important;align-items:end!important;
  color:#fff!important;text-align:left!important;cursor:pointer!important;
  border:1px solid rgba(255,255,255,.10)!important;border-radius:26px!important;
  background:#171a35!important;box-shadow:var(--realm-shadow)!important;
  transition:transform .2s ease,border-color .2s ease!important;
}
html body .bv-category-row::before{
  content:""!important;position:absolute!important;inset:0!important;z-index:-2!important;
  background:linear-gradient(90deg,rgba(15,17,37,.98) 0%,rgba(15,17,37,.84) 48%,rgba(15,17,37,.32) 100%),var(--category-art) center/cover no-repeat!important;
}
html body .bv-category-row::after{
  content:""!important;position:absolute!important;inset:auto 0 0!important;height:4px!important;z-index:-1!important;
  background:linear-gradient(90deg,var(--realm-magenta),var(--realm-violet),var(--realm-cyan))!important;
}
html body .bv-category-row:hover,
html body .bv-category-row.active{transform:translateY(-3px)!important;border-color:rgba(255,255,255,.26)!important;box-shadow:0 24px 58px rgba(26,29,67,.18)!important}
html body .bv-category-row>img{
  width:132px!important;height:132px!important;border-radius:20px!important;object-fit:cover!important;
  border:1px solid rgba(255,255,255,.14)!important;box-shadow:0 12px 26px rgba(0,0,0,.22)!important;
}
html body .bv-category-info{display:flex!important;flex-direction:column!important;align-items:flex-start!important;min-width:0!important}
html body .bv-category-info strong{color:#fff!important;font-size:21px!important;line-height:1.15!important}
html body .bv-category-info small{margin-top:8px!important;color:rgba(255,255,255,.58)!important;font-size:12px!important}
html body .bv-category-info>span{
  margin-top:16px!important;padding:9px 12px!important;border:1px solid rgba(255,255,255,.11)!important;border-radius:11px!important;
  background:rgba(255,255,255,.08)!important;color:#fff!important;font-size:12px!important;font-weight:800!important;
}
html body .bv-category-info b{margin-left:8px!important;font-size:16px!important}

/* Catálogo e cards de produto */
html body .catalog,
html body.bv-categories-page .catalog{width:100%!important;margin:0 auto 52px!important}
html body .product-section{margin:0 0 54px!important;scroll-margin-top:110px}
html body .section-head{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:12px!important;margin:0 0 18px!important}
html body .section-line{display:none!important}
html body .section-title-pill{
  padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;color:var(--realm-ink)!important;box-shadow:none!important;
}
html body .section-head h2{
  margin:0!important;color:var(--realm-ink)!important;
  font-family:'Space Grotesk','Inter',sans-serif!important;font-size:clamp(24px,3vw,36px)!important;line-height:1.05!important;
  letter-spacing:-.04em!important;text-transform:none!important;font-weight:700!important;
}
html body .grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important}
html body .catalog .product,
html body .product-section .product,
html body article.product{
  position:relative!important;overflow:hidden!important;display:flex!important;flex-direction:column!important;
  border:1px solid var(--realm-line)!important;border-radius:22px!important;
  background:var(--realm-surface)!important;color:var(--realm-ink)!important;
  box-shadow:var(--realm-shadow-soft)!important;cursor:pointer!important;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease!important;
}
html body .catalog .product:hover,
html body article.product:hover{transform:translateY(-4px)!important;border-color:#c9cede!important;box-shadow:0 22px 50px rgba(25,30,68,.13)!important}
html body .thumb-wrap{
  position:relative!important;padding:10px!important;display:flex!important;align-items:center!important;justify-content:center!important;
  background:linear-gradient(150deg,#f8f9fd,#eceff6)!important;border-bottom:1px solid var(--realm-line)!important;
}
html body .thumb-wrap img{width:100%!important;aspect-ratio:1/1!important;display:block!important;object-fit:contain!important;border-radius:14px!important}
html body .delivery-ribbon,
html body .tag{
  position:absolute!important;z-index:3!important;left:10px!important;top:10px!important;
  padding:7px 9px!important;border:0!important;border-radius:9px!important;
  background:rgba(18,20,41,.92)!important;color:#fff!important;box-shadow:none!important;
  font-size:9px!important;font-weight:900!important;letter-spacing:.04em!important;text-transform:uppercase!important;
}
html body .pbody{
  flex:1!important;padding:15px!important;display:flex!important;flex-direction:column!important;
  background:#fff!important;color:var(--realm-ink)!important;
}
html body .pbody h3{
  min-height:50px!important;margin:0 0 9px!important;color:var(--realm-ink)!important;
  font-size:13px!important;line-height:1.3!important;font-weight:800!important;
}
html body .rating{margin:0 0 11px!important;color:var(--realm-muted)!important;font-size:10px!important;font-weight:700!important}
html body .stars{color:#f7b51b!important;text-shadow:none!important;letter-spacing:.5px!important}
html body .old-price{color:#9297a8!important;text-decoration-color:#c1c4cf!important;font-size:11px!important}
html body .discount-badge{
  min-height:0!important;padding:4px 7px!important;border:1px solid rgba(229,43,208,.18)!important;border-radius:7px!important;
  background:rgba(229,43,208,.09)!important;color:#b01aa2!important;box-shadow:none!important;font-size:9px!important;
}
html body .discount-icon{display:none!important}
html body .price{margin:7px 0 4px!important;color:var(--realm-ink)!important;font-size:24px!important;line-height:1!important;font-weight:900!important}
html body .pix-line{margin:0 0 13px!important;color:var(--realm-muted)!important;font-size:10px!important}
html body .buy-small,
html body .catalog .product .buy-small,
html body .product-section .product .buy-small{
  position:relative!important;overflow:hidden!important;width:100%!important;min-height:44px!important;margin-top:auto!important;
  display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;
  border:0!important;border-radius:12px!important;
  background:var(--realm-ink)!important;color:#fff!important;box-shadow:none!important;
  font-size:12px!important;font-weight:850!important;transform:none!important;
}
html body .buy-small::after{content:"→"!important;position:static!important;width:auto!important;height:auto!important;background:none!important;transform:none!important;animation:none!important;opacity:1!important}
html body .buy-small img{display:none!important}
html body .buy-small:hover{background:linear-gradient(100deg,var(--realm-violet),var(--realm-magenta))!important;transform:none!important;box-shadow:none!important}
html body .buy-small:disabled{background:#c9ccda!important;color:#777d92!important;cursor:not-allowed!important}

/* Produto */
html body .product-page{width:min(1160px,calc(100% - 28px))!important;margin:112px auto 48px!important}
html body .back-link{
  display:inline-flex!important;align-items:center!important;min-height:42px!important;margin:0 0 14px!important;padding:0 14px!important;
  border:1px solid var(--realm-line)!important;border-radius:12px!important;background:#fff!important;color:var(--realm-ink)!important;font-size:12px!important;font-weight:800!important;
}
html body .product-detail{
  display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:28px!important;
  padding:22px!important;border:1px solid var(--realm-line)!important;border-radius:30px!important;
  background:#fff!important;color:var(--realm-ink)!important;box-shadow:var(--realm-shadow)!important;
}
html body .detail-img-wrap{
  position:relative!important;min-height:100%!important;padding:24px!important;display:flex!important;align-items:center!important;justify-content:center!important;
  border-radius:23px!important;background:linear-gradient(145deg,#f5f7fc,#e7eaf3)!important;
}
html body .detail-img{width:100%!important;max-height:600px!important;display:block!important;object-fit:contain!important;border:0!important;border-radius:18px!important}
html body .detail-info{padding:12px 10px 10px!important;color:var(--realm-ink)!important}
html body .kind-pill{
  display:inline-flex!important;padding:7px 10px!important;border:1px solid rgba(111,66,232,.16)!important;border-radius:9px!important;
  background:rgba(111,66,232,.08)!important;color:var(--realm-violet)!important;font-size:10px!important;font-weight:900!important;
}
html body .detail-info h1{
  margin:12px 0 18px!important;color:var(--realm-ink)!important;
  font-family:'Space Grotesk','Inter',sans-serif!important;font-size:clamp(30px,4vw,48px)!important;line-height:1!important;letter-spacing:-.045em!important;text-transform:none!important;
}
html body .purchase-panel{
  padding:20px!important;border:0!important;border-radius:20px!important;
  background:#15172f!important;color:#fff!important;box-shadow:none!important;
}
html body .purchase-kicker{color:#73e4bd!important;font-size:10px!important;font-weight:900!important}
html body .purchase-kicker i{background:#43d89f!important}
html body .product-page .old-price{color:rgba(255,255,255,.46)!important;text-decoration-color:rgba(255,255,255,.35)!important}
html body .detail-price-line{display:flex!important;align-items:flex-end!important;gap:8px!important;margin:4px 0 14px!important}
html body .detail-price{margin:0!important;color:#fff!important;font-size:38px!important;font-weight:900!important}
html body .detail-price-line small{color:rgba(255,255,255,.55)!important}
html body .payment-note span{color:rgba(255,255,255,.62)!important;border-color:rgba(255,255,255,.11)!important;background:rgba(255,255,255,.055)!important}
html body .purchase-foot{color:rgba(255,255,255,.45)!important;border-color:rgba(255,255,255,.09)!important}
html body .detail-buy,
html body .product-page .detail-buy,
html body .pay.detail-buy{
  min-height:54px!important;border:0!important;border-radius:13px!important;
  background:linear-gradient(100deg,#ff66e6,#a986ff 58%,#5fe0e7)!important;color:#141629!important;
  box-shadow:none!important;font-size:14px!important;font-weight:900!important;
}
html body .detail-buy:hover{filter:brightness(1.04)!important;transform:translateY(-1px)!important}
html body .desc{
  margin:16px 0 0!important;padding:0!important;border:0!important;border-radius:0!important;
  background:transparent!important;color:var(--realm-ink)!important;font-size:14px!important;
}
html body .desc-card{padding:18px!important;border:1px solid var(--realm-line)!important;border-radius:18px!important;background:var(--realm-surface-soft)!important;color:var(--realm-ink)!important}
html body .desc-head b{color:var(--realm-ink)!important}
html body .desc-head small,.desc-list li{color:var(--realm-muted)!important}
html body .desc-head-icon{background:rgba(111,66,232,.10)!important;color:var(--realm-violet)!important}
html body .desc-divider{background:var(--realm-line)!important}
html body .desc-section-label{color:var(--realm-violet)!important}

/* Comunidade, avaliações e FAQ injetados */
html body .community-showcase,
html body .faq-showcase-wrap{width:min(1160px,calc(100% - 28px))!important;margin:34px auto!important;color:var(--realm-ink)!important}
html body .community-showcase{padding:34px 0!important;border:0!important;background:transparent!important}
html body .community-head{text-align:center!important}
html body .community-kicker{color:var(--realm-violet)!important}
html body .community-head h2{color:var(--realm-ink)!important;font-family:'Space Grotesk',sans-serif!important}
html body .community-head p{color:var(--realm-muted)!important}
html body .community-product-chip,
html body .community-review-card{
  border:1px solid var(--realm-line)!important;border-radius:18px!important;background:#fff!important;color:var(--realm-ink)!important;box-shadow:var(--realm-shadow-soft)!important;
}
html body .community-meta strong,.community-review-card p{color:var(--realm-ink)!important}
html body .community-meta span{color:var(--realm-muted)!important}
html body .community-review-product{background:var(--realm-surface-soft)!important;border-color:var(--realm-line)!important}
html body .faq-showcase{
  padding:34px!important;border:1px solid var(--realm-line)!important;border-radius:28px!important;background:#fff!important;box-shadow:var(--realm-shadow-soft)!important;
}
html body .faq-showcase-top h2{color:var(--realm-ink)!important;font-family:'Space Grotesk',sans-serif!important}
html body .faq-showcase-top p{color:var(--realm-muted)!important}
html body .faq-showcase-item{border-color:var(--realm-line)!important;background:var(--realm-surface-soft)!important}
html body .faq-showcase-item summary{color:var(--realm-ink)!important}
html body .faq-showcase-item p{color:var(--realm-muted)!important}

/* Checkout */
html body.cko-page{background:var(--realm-canvas)!important;color:var(--realm-ink)!important}
html body.cko-page .cko-topbar{
  height:86px!important;padding:0 24px!important;overflow:visible!important;
  display:flex!important;align-items:center!important;justify-content:center!important;
  background:#121429!important;border:0!important;border-bottom:1px solid rgba(255,255,255,.08)!important;box-shadow:0 12px 30px rgba(22,24,52,.12)!important;
}
html body.cko-page .cko-logo{height:78px!important}
html body.cko-page .cko-logo img{height:68px!important;max-width:90px!important;filter:none!important}
html body.cko-page .cko-back{
  width:42px!important;height:42px!important;left:20px!important;
  border:1px solid rgba(255,255,255,.13)!important;border-radius:13px!important;background:rgba(255,255,255,.07)!important;box-shadow:none!important;
}
html body.cko-page .cko-back svg{stroke:#fff!important}
html body.cko-page .cko-secure-pill{
  right:20px!important;padding:8px 11px!important;border:1px solid rgba(255,255,255,.12)!important;
  background:rgba(255,255,255,.065)!important;color:#fff!important;
}
html body.cko-page .cko-secure-pill svg{fill:var(--realm-cyan)!important}
html body.cko-page .cko-main{
  width:min(1040px,calc(100% - 32px))!important;max-width:1040px!important;margin:28px auto 54px!important;
  display:grid!important;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr)!important;align-items:start!important;gap:16px!important;
}
html body.cko-page .cko-checkout-intro{
  grid-column:1/-1!important;padding:30px 32px!important;
  border:0!important;border-radius:27px!important;
  background:linear-gradient(120deg,#15172f,#24204a 65%,#1b2547)!important;color:#fff!important;box-shadow:var(--realm-shadow)!important;
}
html body.cko-page .cko-checkout-eyebrow{color:#77e7e9!important;font-size:10px!important}
html body.cko-page .cko-checkout-intro h1{margin:7px 0 5px!important;color:#fff!important;font-family:'Space Grotesk',sans-serif!important;font-size:34px!important;letter-spacing:-.035em!important}
html body.cko-page .cko-checkout-intro p{margin:0!important;color:rgba(255,255,255,.62)!important;font-size:13px!important}
html body.cko-page .cko-contact-card{grid-column:1!important;grid-row:2!important}
html body.cko-page .cko-payment-card{grid-column:1!important;grid-row:3!important}
html body.cko-page .cko-order-card{grid-column:2!important;grid-row:2 / span 2!important;position:sticky!important;top:18px!important}
html body.cko-page .cko-steps-card{grid-column:1/-1!important;grid-row:4!important}
html body.cko-page .cko-card,
html body.cko-page #orderSummaryCard{
  width:100%!important;max-width:none!important;margin:0!important;padding:22px!important;
  border:1px solid var(--realm-line)!important;border-radius:22px!important;
  background:#fff!important;color:var(--realm-ink)!important;box-shadow:var(--realm-shadow-soft)!important;
}
html body.cko-page .cko-card-title,
html body.cko-page .cko-contact-title{
  margin:0 0 16px!important;color:var(--realm-ink)!important;font-family:'Space Grotesk','Inter',sans-serif!important;
  font-size:19px!important;line-height:1.2!important;letter-spacing:-.025em!important;font-weight:700!important;
}
html body.cko-page .cko-card-title::before{width:4px!important;height:17px!important;background:linear-gradient(var(--realm-magenta),var(--realm-violet))!important;box-shadow:none!important}
html body.cko-page .cko-contact-card form{display:grid!important;gap:11px!important}
html body.cko-page .cko-name-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important}
html body.cko-page .cko-field{margin:0!important;color:var(--realm-ink)!important}
html body.cko-page .cko-identify input,
html body.cko-page .cko-coupon-row input{
  min-height:50px!important;width:100%!important;margin:0!important;padding:0 14px!important;
  border:1px solid #d9ddea!important;border-radius:13px!important;
  background:#f7f8fc!important;color:var(--realm-ink)!important;box-shadow:none!important;font-size:14px!important;
}
html body.cko-page .cko-identify input::placeholder{color:#969bad!important}
html body.cko-page .cko-identify input:focus{outline:none!important;border-color:var(--realm-violet)!important;box-shadow:0 0 0 3px rgba(111,66,232,.10)!important}
html body.cko-page .cko-pay-btn{
  min-height:56px!important;margin:3px 0 0!important;border:0!important;border-radius:14px!important;
  background:linear-gradient(100deg,var(--realm-violet),var(--realm-magenta))!important;color:#fff!important;
  box-shadow:none!important;font-size:15px!important;font-weight:900!important;
}
html body.cko-page .cko-pay-btn:hover{transform:translateY(-1px)!important;filter:brightness(1.03)!important}
html body.cko-page .cko-pay-btn::after{display:none!important}
html body.cko-page .cko-pix-method{
  padding:15px!important;border:1px solid rgba(28,203,215,.24)!important;border-radius:16px!important;
  background:rgba(28,203,215,.075)!important;color:var(--realm-ink)!important;
}
html body.cko-page .cko-pix-method-info b{color:var(--realm-ink)!important}
html body.cko-page .cko-pix-method-info span{color:#078f9a!important}
html body.cko-page .cko-pix-check{background:var(--realm-cyan)!important;border:0!important;box-shadow:none!important}
html body.cko-page .cko-pix-check svg{stroke:#0f2731!important}
html body.cko-page .cko-delivery-card{
  padding:13px!important;border:1px solid var(--realm-line)!important;border-radius:14px!important;background:var(--realm-surface-soft)!important;
}
html body.cko-page .cko-delivery-card h3{color:var(--realm-ink)!important}
html body.cko-page .cko-delivery-card p,
html body.cko-page .cko-delivery-steps li,
html body.cko-page .cko-delivery>p{color:var(--realm-muted)!important}
html body.cko-page .cko-delivery-steps li::before{background:var(--realm-cyan)!important;box-shadow:none!important}
html body.cko-page #orderSummary{
  padding:14px!important;border:1px solid var(--realm-line)!important;border-radius:16px!important;background:var(--realm-surface-soft)!important;
}
html body.cko-page #orderSummary .cko-summary-item{grid-template-columns:58px minmax(0,1fr) auto 32px!important;gap:10px!important;border-color:var(--realm-line)!important}
html body.cko-page #orderSummary .cko-summary-item img{width:58px!important;height:58px!important;border:1px solid var(--realm-line)!important;border-radius:12px!important}
html body.cko-page #orderSummary .cko-summary-item b,
html body.cko-page .cko-summary-lines div b,
html body.cko-page .cko-total-row b{color:var(--realm-ink)!important;text-shadow:none!important}
html body.cko-page #orderSummary .cko-summary-item span,
html body.cko-page .cko-discount-line b{color:var(--realm-violet)!important}
html body.cko-page .cko-summary-lines,
html body.cko-page .cko-total-row,
html body.cko-page .cko-summary-item{border-color:var(--realm-line)!important}
html body.cko-page .cko-summary-lines div,
html body.cko-page .cko-total-row span{color:var(--realm-muted)!important}
html body.cko-page .cko-summary-remove{border:1px solid var(--realm-line)!important;background:#fff!important;color:var(--realm-muted)!important}
html body.cko-page .cko-steps-card{padding:18px 24px!important}
html body.cko-page .cko-step-num{background:#f0f2f8!important;border:1px solid var(--realm-line)!important;color:var(--realm-muted)!important;box-shadow:none!important}
html body.cko-page .cko-step.is-active .cko-step-num,
html body.cko-page .cko-step.is-done .cko-step-num{background:var(--realm-violet)!important;border-color:var(--realm-violet)!important;color:#fff!important}
html body.cko-page .cko-step-line{background:#d9ddea!important}
html body.cko-page .cko-step-label{color:var(--realm-muted)!important}
html body.cko-page .cko-step.is-active .cko-step-label,
html body.cko-page .cko-step.is-done .cko-step-label{color:var(--realm-ink)!important}
html body.cko-page .cko-secure-note{border-color:var(--realm-line)!important;color:var(--realm-muted)!important}
html body.cko-page .cko-secure-note svg{fill:var(--realm-violet)!important}

/* Pix */
html body.pix-clean-page{background:var(--realm-canvas)!important;color:var(--realm-ink)!important}
html body.pix-clean-page .pix-clean-main{
  min-height:100vh!important;width:min(980px,calc(100% - 28px))!important;max-width:980px!important;margin:0 auto!important;
  padding:34px 0 54px!important;display:grid!important;grid-template-columns:300px minmax(0,560px)!important;
  align-items:start!important;justify-content:center!important;gap:18px!important;background:transparent!important;overflow:visible!important;
}
html body.pix-clean-page .pix-flow-card{
  width:100%!important;max-width:none!important;margin:0!important;padding:24px!important;
  border:0!important;border-radius:24px!important;background:#15172f!important;color:#fff!important;box-shadow:var(--realm-shadow)!important;
}
html body.pix-clean-page .pix-flow-card .cko-steps-row{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:0!important;overflow:visible!important}
html body.pix-clean-page .pix-flow-card .cko-step{width:100%!important;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;gap:12px!important}
html body.pix-clean-page .pix-flow-card .cko-step-num{width:38px!important;height:38px!important;margin:0!important;flex:0 0 38px!important;border:1px solid rgba(255,255,255,.12)!important;background:rgba(255,255,255,.07)!important;color:rgba(255,255,255,.58)!important}
html body.pix-clean-page .pix-flow-card .cko-step.is-done .cko-step-num,
html body.pix-clean-page .pix-flow-card .cko-step.is-active .cko-step-num{background:linear-gradient(135deg,var(--realm-violet),var(--realm-magenta))!important;border-color:transparent!important;color:#fff!important}
html body.pix-clean-page .pix-flow-card .cko-step-label{margin:0!important;color:rgba(255,255,255,.56)!important;font-size:13px!important;text-align:left!important}
html body.pix-clean-page .pix-flow-card .cko-step.is-done .cko-step-label,
html body.pix-clean-page .pix-flow-card .cko-step.is-active .cko-step-label{color:#fff!important}
html body.pix-clean-page .pix-flow-card .cko-step-line{width:2px!important;height:26px!important;min-width:2px!important;margin:4px 0 4px 18px!important;background:rgba(255,255,255,.13)!important}
html body.pix-clean-page .pix-secure-note{margin-top:20px!important;padding-top:18px!important;border-color:rgba(255,255,255,.10)!important;color:rgba(255,255,255,.65)!important;font-size:12px!important}
html body.pix-clean-page .pix-secure-note svg{fill:var(--realm-cyan)!important}
html body.pix-clean-page .pix-clean-card{
  width:100%!important;max-width:none!important;margin:0!important;padding:26px!important;
  border:1px solid var(--realm-line)!important;border-radius:26px!important;
  background:#fff!important;color:var(--realm-ink)!important;box-shadow:var(--realm-shadow)!important;
}
html body.pix-clean-page .pix-clean-head{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:16px!important;align-items:start!important}
html body.pix-clean-page .pix-clean-eyebrow{color:var(--realm-violet)!important;font-size:9px!important}
html body.pix-clean-page .pix-clean-head h1{margin:5px 0 7px!important;color:var(--realm-ink)!important;font-family:'Space Grotesk',sans-serif!important;font-size:29px!important;letter-spacing:-.04em!important}
html body.pix-clean-page .pix-clean-head p{color:var(--realm-muted)!important;font-size:12.5px!important}
html body.pix-clean-page .pix-clean-amount{border:1px solid var(--realm-line)!important;border-radius:15px!important;background:var(--realm-surface-soft)!important;color:var(--realm-ink)!important}
html body.pix-clean-page .pix-clean-amount small{color:var(--realm-muted)!important}
html body.pix-clean-page .pix-clean-amount strong{color:var(--realm-ink)!important}
html body.pix-clean-page .pix-order-line{border:1px solid var(--realm-line)!important;border-radius:14px!important;background:var(--realm-surface-soft)!important;color:var(--realm-muted)!important}
html body.pix-clean-page .pix-order-line b{color:var(--realm-ink)!important}
html body.pix-clean-page .pix-qr-stage{
  width:min(360px,100%)!important;margin:20px auto!important;padding:14px!important;
  border:1px solid var(--realm-line)!important;border-radius:24px!important;
  background:#f5f7fb!important;box-shadow:none!important;
}
html body.pix-clean-page .pix-qr-topline{color:var(--realm-ink)!important}
html body.pix-clean-page .pix-qr-topline>span{color:var(--realm-muted)!important}
html body.pix-clean-page .pix-qr-shell{background:#fff!important;box-shadow:0 12px 30px rgba(28,32,68,.10)!important}
html body.pix-clean-page .pix-corner{border-color:var(--realm-violet)!important}
html body.pix-clean-page .pix-qr-status{color:var(--realm-muted)!important}
html body.pix-clean-page .pix-qr-helper{color:var(--realm-muted)!important}
html body.pix-clean-page .pix-copy-block{
  padding:16px!important;border:1px solid var(--realm-line)!important;border-radius:18px!important;background:var(--realm-surface-soft)!important;
}
html body.pix-clean-page .pix-clean-copy-label{color:var(--realm-ink)!important}
html body.pix-clean-page .pix-copy-title span{color:var(--realm-muted)!important}
html body.pix-clean-page #pixCodePage{
  min-height:82px!important;max-height:82px!important;padding:12px!important;
  border:1px solid #d9ddea!important;border-radius:13px!important;background:#fff!important;color:#4d5268!important;
}
html body.pix-clean-page .pix-clean-copy-btn{
  min-height:52px!important;border:0!important;border-radius:13px!important;
  background:linear-gradient(100deg,var(--realm-violet),var(--realm-magenta))!important;color:#fff!important;box-shadow:none!important;
}
html body.pix-clean-page .pix-payment-tip{margin:18px 0!important}
html body.pix-clean-page .pix-payment-tip span{border-color:rgba(111,66,232,.22)!important;background:rgba(111,66,232,.08)!important;color:var(--realm-violet)!important}
html body.pix-clean-page .pix-payment-tip p{color:var(--realm-muted)!important}
html body.pix-clean-page .pix-clean-delivery{
  padding:17px!important;border:1px solid rgba(28,203,215,.25)!important;border-radius:18px!important;background:rgba(28,203,215,.07)!important;
}
html body.pix-clean-page .pix-clean-delivery h2{color:var(--realm-ink)!important}
html body.pix-clean-page .pix-clean-delivery p{color:var(--realm-muted)!important}
html body.pix-clean-page .pix-auto-delivery-badge{color:#087e69!important;background:rgba(20,168,115,.08)!important}
html body.pix-clean-page .pix-tiktok-help-copy strong{color:var(--realm-ink)!important}
html body.pix-clean-page .pix-tiktok-help-copy span{color:var(--realm-muted)!important}
html body.pix-clean-page .pix-tiktok-help-btn{color:var(--realm-violet)!important}

/* Como receber */
html body.bv-how-page .page{width:min(1160px,calc(100% - 28px))!important;margin:112px auto 48px!important;padding:0!important}
html body .how-page{width:100%!important;padding:0!important;background:transparent!important;color:var(--realm-ink)!important}
html body .receive-hero{
  padding:46px!important;border:0!important;border-radius:30px!important;
  background:linear-gradient(130deg,#15172f,#29214e)!important;color:#fff!important;box-shadow:var(--realm-shadow)!important;text-align:left!important;
}
html body .receive-hero-badge{border-color:rgba(255,255,255,.12)!important;background:rgba(255,255,255,.07)!important;color:#80e6e8!important}
html body .receive-hero h1{max-width:760px!important;margin:14px 0!important;color:#fff!important;font-family:'Space Grotesk',sans-serif!important;font-size:clamp(36px,6vw,64px)!important;line-height:1!important;letter-spacing:-.055em!important}
html body .receive-hero .lead{max-width:760px!important;margin:0!important;color:rgba(255,255,255,.64)!important}
html body .receive-quick-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:13px!important;margin:18px 0!important}
html body .receive-quick-card{
  min-height:160px!important;padding:20px!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:15px!important;
  border:1px solid var(--realm-line)!important;border-radius:21px!important;background:#fff!important;color:var(--realm-ink)!important;box-shadow:var(--realm-shadow-soft)!important;
}
html body .receive-quick-card>b{display:grid!important;place-items:center!important;width:36px!important;height:36px!important;border-radius:11px!important;background:var(--realm-ink)!important;color:#fff!important}
html body .receive-quick-card h3{color:var(--realm-ink)!important}
html body .receive-quick-card p{color:var(--realm-muted)!important}
html body .receive-card{
  display:grid!important;grid-template-columns:280px minmax(0,1fr)!important;gap:28px!important;align-items:center!important;
  margin:16px 0!important;padding:20px!important;border:1px solid var(--realm-line)!important;border-radius:26px!important;
  background:#fff!important;color:var(--realm-ink)!important;box-shadow:var(--realm-shadow-soft)!important;
}
html body .receive-card img{width:100%!important;height:220px!important;object-fit:cover!important;border-radius:19px!important}
html body .receive-card-tips img{object-fit:contain!important;background:var(--realm-surface-soft)!important;padding:20px!important}
html body .receive-card span{color:var(--realm-violet)!important}
html body .receive-card h2{color:var(--realm-ink)!important;font-family:'Space Grotesk',sans-serif!important}
html body .receive-card p,
html body .receive-card li{color:var(--realm-muted)!important}

/* Atendimento */
html body.atendimento-page .faq-wrap{width:min(900px,calc(100% - 28px))!important;margin:0 auto!important;padding:42px 0 80px!important}
html body.atendimento-page .faq-hero{padding:20px 0 34px!important}
html body.atendimento-page .faq-hero img{width:100px!important;height:100px!important;border-radius:24px!important;box-shadow:var(--realm-shadow-soft)!important}
html body.atendimento-page .faq-kicker{border:1px solid rgba(111,66,232,.16)!important;background:rgba(111,66,232,.08)!important;color:var(--realm-violet)!important}
html body.atendimento-page .faq-hero h1{color:var(--realm-ink)!important;font-family:'Space Grotesk',sans-serif!important;letter-spacing:-.055em!important}
html body.atendimento-page .faq-hero p{color:var(--realm-muted)!important}
html body.atendimento-page .faq-list{gap:10px!important}
html body.atendimento-page .faq-item{
  border:1px solid var(--realm-line)!important;border-radius:18px!important;background:#fff!important;color:var(--realm-ink)!important;box-shadow:var(--realm-shadow-soft)!important;
}
html body.atendimento-page .faq-item summary{color:var(--realm-ink)!important;font-size:15px!important}
html body.atendimento-page .faq-item summary::after{border:1px solid rgba(111,66,232,.16)!important;background:rgba(111,66,232,.08)!important;color:var(--realm-violet)!important}
html body.atendimento-page .faq-answer{border-color:var(--realm-line)!important;color:var(--realm-muted)!important}
html body.atendimento-page .faq-back a{border:1px solid var(--realm-line)!important;background:#fff!important;color:var(--realm-ink)!important;box-shadow:none!important}
html body.atendimento-page .faq-back a.primary{border:0!important;background:var(--realm-ink)!important;color:#fff!important}

/* Páginas legais e estados */
html body.legal-page .legal-wrap{width:min(920px,calc(100% - 28px))!important;margin:34px auto 60px!important;padding:0!important}
html body.legal-page .legal-hero{
  overflow:hidden!important;padding:30px!important;border:0!important;border-radius:28px 28px 0 0!important;
  background:#15172f!important;color:#fff!important;
}
html body.legal-page .legal-banner{width:min(300px,75%)!important;height:auto!important;margin:0 0 24px!important;object-fit:contain!important}
html body.legal-page .legal-head img{width:62px!important;height:62px!important;border-radius:17px!important}
html body.legal-page .legal-head h1{color:#fff!important;font-family:'Space Grotesk',sans-serif!important}
html body.legal-page .legal-head p{color:rgba(255,255,255,.58)!important}
html body.legal-page .legal-box{
  margin:0!important;padding:34px!important;border:1px solid var(--realm-line)!important;border-top:0!important;border-radius:0 0 28px 28px!important;
  background:#fff!important;color:var(--realm-ink)!important;box-shadow:var(--realm-shadow)!important;
}
html body.legal-page .legal-box h2{color:var(--realm-ink)!important}
html body.legal-page .legal-box p,
html body.legal-page .legal-box li{color:var(--realm-muted)!important}
html body .legal-back,
html body .pay.linkbtn{
  min-height:48px!important;padding:0 18px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;
  border:0!important;border-radius:13px!important;background:var(--realm-ink)!important;color:#fff!important;box-shadow:none!important;font-size:13px!important;font-weight:850!important;
}
html body .page{width:min(760px,calc(100% - 28px))!important;margin:0 auto!important;padding:120px 0 58px!important}
html body .content-card{
  padding:36px!important;border:1px solid var(--realm-line)!important;border-radius:28px!important;background:#fff!important;color:var(--realm-ink)!important;box-shadow:var(--realm-shadow)!important;
}
html body .content-card h1{color:var(--realm-ink)!important;font-family:'Space Grotesk',sans-serif!important}
html body .content-card p{color:var(--realm-muted)!important}
html body .content-card.success img{max-width:104px!important;border-radius:24px!important}
html body .legal-footer{
  width:100%!important;margin:30px 0 0!important;padding:24px!important;
  border-top:1px solid var(--realm-line)!important;background:transparent!important;color:var(--realm-muted)!important;
}
html body .legal-footer a{color:var(--realm-muted)!important}

/* Menu lateral */
html body .menu-overlay{background:rgba(12,14,31,.50)!important;backdrop-filter:blur(10px)!important}
html body .menu-panel{border-color:var(--realm-line)!important;background:#fff!important;color:var(--realm-ink)!important;box-shadow:0 30px 80px rgba(19,22,52,.24)!important}
html body .menu-panel-head{border-color:var(--realm-line)!important}
html body .menu-close{border:1px solid var(--realm-line)!important;background:var(--realm-surface-soft)!important;color:var(--realm-ink)!important;box-shadow:none!important}
html body .menu-links a{border-color:var(--realm-line)!important;color:var(--realm-ink)!important}
html body .menu-links a:hover{background:rgba(111,66,232,.07)!important;color:var(--realm-violet)!important}

/* Oferta de saída */
html body .exit-offer-modal{background:rgba(13,15,33,.62)!important;backdrop-filter:blur(12px)!important}
html body .exit-offer-box{
  border:1px solid var(--realm-line)!important;border-radius:26px!important;background:#fff!important;color:var(--realm-ink)!important;box-shadow:0 30px 80px rgba(17,20,48,.25)!important;
}
html body .exit-offer-close{border:1px solid var(--realm-line)!important;background:var(--realm-surface-soft)!important;color:var(--realm-ink)!important}
html body .exit-offer-kicker{border-color:rgba(229,43,208,.18)!important;background:rgba(229,43,208,.08)!important;color:#b31fa6!important}
html body .exit-offer-box h2{color:var(--realm-ink)!important}
html body .exit-offer-box p{color:var(--realm-muted)!important}
html body .exit-offer-accept{background:linear-gradient(100deg,var(--realm-violet),var(--realm-magenta))!important;color:#fff!important;box-shadow:none!important}
html body .exit-offer-leave{color:var(--realm-muted)!important}
html body .exit-offer-banner{border:1px solid rgba(255,255,255,.11)!important;background:#15172f!important;color:#fff!important;box-shadow:0 16px 38px rgba(17,20,48,.22)!important}
html body .exit-offer-banner b,
html body .exit-offer-banner span{color:#75e2e7!important}

/* Responsividade */
@media(max-width:980px){
  html body .bv-hero{grid-template-columns:minmax(0,1fr) 300px!important;column-gap:28px!important;padding:44px!important}
  html body .bv-hero-logo{width:min(310px,34vw)!important}
  html body .bv-benefits{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  html body .grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  html body .receive-quick-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}

@media(max-width:760px){
  html body .bv-topbar{min-height:72px!important;padding:10px 13px!important}
  html body .bv-brand-round{width:44px!important;height:44px!important;flex-basis:44px!important;border-radius:13px!important}
  html body .bv-brand-word{width:142px!important;height:32px!important}
  html body .bv-top-actions .bv-tiktok-link span,
  html body .bv-top-actions .bv-support-link>span:last-child{display:none!important}
  html body .bv-top-actions .bv-tiktok-link,
  html body .bv-top-actions .bv-support-link{width:42px!important;padding:0!important}
  html body .bv-top-actions .bv-icon-link{width:42px!important}

  html body .lovenav{width:calc(100% - 16px)!important;height:66px!important;top:8px!important;border-radius:17px!important}
  html body .lovenav .nav-logo{width:142px!important;min-width:110px!important;height:46px!important}
  html body .lovenav .nav-logo img{width:136px!important;height:42px!important}
  html body .lovenav .nav-ico{width:40px!important;height:40px!important;min-width:40px!important;border-radius:12px!important}
  html body .lovenav .nav-right .help-ico{display:none!important}

  html body .bv-home-main{padding:18px 14px 0!important}
  html body .bv-hero{
    min-height:0!important;padding:30px 24px!important;
    grid-template-columns:1fr!important;
    grid-template-areas:"logo" "badge" "title" "copy" "actions" "stats"!important;
    row-gap:18px!important;border-radius:26px!important;text-align:center!important;
  }
  html body .bv-hero-logo{width:180px!important;justify-self:center!important;transform:none!important}
  html body .bv-verified-pill{justify-self:center!important}
  html body .bv-hero h1{font-size:clamp(41px,13vw,64px)!important}
  html body .bv-hero-copy{font-size:15px!important;margin:0 auto!important}
  html body .bv-hero-actions{display:grid!important;grid-template-columns:1fr 1fr!important;max-width:none!important}
  html body.bv-landing-page .bv-primary-cta,
  html body.bv-landing-page .bv-secondary-cta{min-width:0!important;width:100%!important;height:54px!important;min-height:54px!important;padding:0 13px!important;font-size:13px!important}
  html body .bv-stat-card{min-height:86px!important;padding:14px 52px 14px 15px!important;align-items:flex-start!important}
  html body .bv-stat-symbol{right:12px!important;width:36px!important;height:36px!important}
  html body .bv-stats strong{font-size:23px!important}

  html body .bv-benefits{grid-template-columns:1fr!important;padding:16px 0 38px!important}
  html body .bv-benefit-card{min-height:0!important;display:grid!important;grid-template-columns:50px 1fr!important;align-items:center!important;padding:19px!important}
  html body .bv-benefit-card p{font-size:13px!important}

  html body .bv-home-footer,
  html body .bv-extra-footer{grid-template-columns:1fr!important;gap:34px!important;padding:44px 24px 28px!important;border-radius:24px 24px 0 0!important}
  html body .bv-footer-bottom{display:grid!important;text-align:left!important}

  html body .bv-categories-main{padding:24px 14px 0!important}
  html body .bv-category-list{grid-template-columns:1fr!important;gap:12px!important;margin-bottom:38px!important}
  html body .bv-category-row{min-height:184px!important;grid-template-columns:104px minmax(0,1fr)!important;padding:18px!important;gap:16px!important;border-radius:21px!important}
  html body .bv-category-row>img{width:104px!important;height:104px!important;border-radius:16px!important}
  html body .bv-category-info strong{font-size:17px!important}
  html body .bv-category-info small{font-size:11px!important}
  html body .grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
  html body .product-section{margin-bottom:40px!important}
  html body .pbody{padding:12px!important}
  html body .pbody h3{font-size:11.5px!important;min-height:44px!important}
  html body .price{font-size:21px!important}
  html body .buy-small{min-height:41px!important;font-size:10.5px!important}

  html body .product-page{margin-top:90px!important;width:calc(100% - 18px)!important}
  html body .product-detail{grid-template-columns:1fr!important;gap:14px!important;padding:14px!important;border-radius:23px!important}
  html body .detail-img-wrap{padding:14px!important;border-radius:18px!important}
  html body .detail-info{padding:5px 2px!important}
  html body .detail-info h1{font-size:31px!important}
  html body .purchase-panel{padding:17px!important}

  html body.cko-page .cko-main{
    width:calc(100% - 18px)!important;margin:16px auto 34px!important;
    display:flex!important;flex-direction:column!important;gap:10px!important;
  }
  html body.cko-page .cko-checkout-intro,
  html body.cko-page .cko-contact-card,
  html body.cko-page .cko-payment-card,
  html body.cko-page .cko-order-card,
  html body.cko-page .cko-steps-card{position:static!important;width:100%!important;max-width:none!important;order:initial!important}
  html body.cko-page .cko-checkout-intro{order:1!important;padding:22px!important;border-radius:21px!important}
  html body.cko-page .cko-contact-card{order:2!important}
  html body.cko-page .cko-payment-card{order:3!important}
  html body.cko-page .cko-order-card{order:4!important}
  html body.cko-page .cko-steps-card{order:5!important}
  html body.cko-page .cko-card{padding:17px!important;border-radius:18px!important}
  html body.cko-page .cko-name-grid{grid-template-columns:1fr!important}

  html body.pix-clean-page .pix-clean-main{
    width:calc(100% - 18px)!important;padding:16px 0 34px!important;
    display:flex!important;flex-direction:column!important;gap:10px!important;
  }
  html body.pix-clean-page .pix-flow-card,
  html body.pix-clean-page .pix-clean-card{width:100%!important;max-width:none!important}
  html body.pix-clean-page .pix-flow-card{padding:17px!important;border-radius:20px!important}
  html body.pix-clean-page .pix-flow-card .cko-steps-row{flex-direction:row!important;align-items:flex-start!important}
  html body.pix-clean-page .pix-flow-card .cko-step{width:auto!important;flex:1 1 0!important;flex-direction:column!important;justify-content:flex-start!important;gap:6px!important}
  html body.pix-clean-page .pix-flow-card .cko-step-line{width:auto!important;height:2px!important;min-width:8px!important;margin:18px 5px 0!important;flex:1!important}
  html body.pix-clean-page .pix-flow-card .cko-step-label{text-align:center!important;font-size:10px!important}
  html body.pix-clean-page .pix-clean-card{padding:18px 14px!important;border-radius:21px!important}
  html body.pix-clean-page .pix-clean-head h1{font-size:23px!important}
  html body.pix-clean-page .pix-qr-stage{width:min(330px,100%)!important}

  html body.bv-how-page .page{width:calc(100% - 18px)!important;margin-top:88px!important}
  html body .receive-hero{padding:30px 23px!important;border-radius:23px!important}
  html body .receive-hero h1{font-size:39px!important}
  html body .receive-quick-grid{grid-template-columns:1fr!important}
  html body .receive-quick-card{min-height:0!important;display:grid!important;grid-template-columns:36px 1fr!important;align-items:start!important}
  html body .receive-card{grid-template-columns:1fr!important;gap:18px!important;padding:14px!important;border-radius:21px!important}
  html body .receive-card img{height:210px!important}

  html body.atendimento-page .faq-wrap{padding-top:28px!important}
  html body.atendimento-page .faq-hero h1{font-size:40px!important}
  html body.legal-page .legal-wrap{margin-top:16px!important;width:calc(100% - 18px)!important}
  html body.legal-page .legal-hero{padding:23px!important;border-radius:22px 22px 0 0!important}
  html body.legal-page .legal-box{padding:23px!important;border-radius:0 0 22px 22px!important}
  html body .content-card{padding:25px!important;border-radius:22px!important}
}

@media(max-width:430px){
  html body .bv-brand-word{display:none!important}
  html body .bv-hero-actions{grid-template-columns:1fr!important}
  html body .bv-stats{grid-template-columns:1fr!important}
  html body .grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  html body .product .discount-badge{display:none!important}
  html body .lovenav .nav-logo{width:88px!important;min-width:76px!important}
  html body .lovenav .nav-logo img{width:86px!important}
  html body .lovenav .nav-left{display:none!important}
  html body.pix-clean-page .pix-clean-head{grid-template-columns:1fr!important}
  html body.pix-clean-page .pix-clean-amount{width:100%!important;max-width:none!important;display:flex!important;align-items:center!important;justify-content:space-between!important}
}

@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}
}
