/* Bio Zavya — página pública (tokens alinhados ao Rastreio + layout mockup) */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.bz-page {
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif;
  background: var(--bio-bg, #1a0033);
  color: var(--bio-text, #f5f5f5);
  -webkit-font-smoothing: antialiased;
  position: relative;
}
/* Atmosfera de marca em toda a página */
.bz-page-brand {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.bz-page-brand__texture {
  position: absolute;
  inset: -12%;
  background-image: var(--zn-pattern-image, none);
  background-repeat: repeat;
  background-size: 520px 520px;
  background-position: center;
  opacity: .2;
  transform: rotate(-2deg) scale(1.04);
  filter: saturate(.88) contrast(.94);
}
.bz-page-brand__veil {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(90% 55% at 50% 0%, rgba(67, 5, 134, .28), transparent 60%),
    linear-gradient(180deg, rgba(26, 0, 51, .78) 0%, rgba(26, 0, 51, .9) 42%, rgba(48, 0, 96, .92) 100%);
}
body.bz-page--brand > :not(.bz-page-brand) {
  position: relative;
  z-index: 1;
}
.bz-header {
  position: relative;
  z-index: 1;
  width: 100%;
  background: transparent;
  border-bottom: 0;
}
.bz-header__inner {
  width: min(720px, 100%);
  margin: 0 auto;
  padding: .9rem 1.15rem .45rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
}
.bz-header__logo {
  display: block;
  width: auto;
  height: 88px;
  max-width: min(340px, 78vw);
  object-fit: contain;
}
.bz-header__title {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--bio-gold, #F5E1A4);
  font-size: 1.35rem;
  line-height: 1;
}
.bz-shell {
  width: min(720px, 100%);
  margin: 0 auto;
  padding: .35rem 1.15rem 1.25rem;
  flex: 1 0 auto;
}
.bz-page-footer {
  width: min(720px, 100%);
  margin: auto auto 0;
  padding: 0 1.15rem 2rem;
  flex-shrink: 0;
}
.bz-logo-sec {
  text-align: center;
  margin: 0 0 .75rem;
}
.bz-logo {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--bio-gold, #F5E1A4);
  font-size: clamp(2rem, 6vw, 2.75rem);
  margin: 0;
  text-align: center;
}
.bz-logo-img {
  display: block;
  width: 72%;
  max-width: 280px;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
  border-radius: 16px;
}
.bz-slogan {
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.15rem;
  color: var(--bio-gold, #F5E1A4);
  text-align: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin: 0 0 .75rem;
}
.bz-categoria, .bz-desc {
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  text-align: center;
  color: rgba(255,255,255,.82);
  margin: .35rem 0;
  line-height: 1.55;
}
.bz-badge {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  margin: .5rem auto;
  padding: .35rem .9rem;
  border: 1px solid var(--bio-gold, #F5E1A4);
  border-radius: 999px;
  color: var(--bio-gold, #F5E1A4);
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.bz-apresentacao { text-align: center; }
.bz-section.bz-apresentacao { margin-top: .35rem; }
.bz-apresentacao__brand { display: flex; flex-direction: column; align-items: center; }
.bz-hero {
  margin: 1.25rem 0;
  border-radius: var(--bio-radius, 16px);
  overflow: hidden;
  box-shadow: var(--bio-shadow);
}
.bz-hero img { width: 100%; display: block; aspect-ratio: 16/10; object-fit: cover; }
.bz-socials {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: .45rem;
  margin: 0;
}
.bz-redes,
.bz-section.bz-redes {
  margin: .25rem 0 .55rem;
}
.bz-social {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1.5px solid rgba(67, 5, 134, .18);
  border-radius: 13px;
  background: #f06c5d;
  color: var(--bio-header, #430586);
  font-size: 1.55rem;
  text-decoration: none;
  box-shadow: 0 6px 16px rgba(0, 0, 0, .18);
  transition: transform .2s, box-shadow .2s, filter .2s;
}
.bz-social:hover {
  transform: translateY(-2px);
  background: #f06c5d;
  color: var(--bio-header, #430586);
  box-shadow: 0 10px 22px rgba(0, 0, 0, .26);
  filter: brightness(1.04);
}
.bz-social--whatsapp,
.bz-social--instagram,
.bz-social--tiktok,
.bz-social--youtube,
.bz-social--facebook,
.bz-social--linkedin,
.bz-social--pinterest,
.bz-social--site,
.bz-social--default {
  background: #f06c5d;
  color: var(--bio-header, #430586);
}
.bz-actions-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .5rem;
  margin-top: .75rem;
}
.bz-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  border: 0;
  cursor: pointer;
  text-decoration: none;
  font-family: inherit;
  font-weight: 600;
  border-radius: 999px;
  padding: .7rem 1.15rem;
  transition: transform .15s, filter .15s;
}
.bz-btn:active { transform: translateY(1px); }
.bz-btn--gold { background: var(--bio-gold, #F5E1A4); color: var(--bio-btn-text, #300060); }
.bz-btn--purple { background: var(--bio-header, #430586); color: #fff; }
.bz-btn--ghost {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255,255,255,.45);
}
.bz-btn--sm { padding: .45rem .9rem; font-size: .85rem; }
.bz-section { margin: 1.75rem 0; }
.bz-section__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: .85rem;
}
.bz-section__title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.45rem;
  color: var(--bio-gold, #F5E1A4);
  margin: 0;
  letter-spacing: .02em;
}
.bz-banner {
  position: relative;
  display: grid;
  gap: 1rem;
  padding: 1.25rem;
  border-radius: var(--bio-radius, 16px);
  background: linear-gradient(135deg, rgba(67,5,134,.95), rgba(48,0,96,.9));
  overflow: hidden;
  box-shadow: var(--bio-shadow);
  display: none;
}
.bz-banner.is-active { display: grid; }
.bz-banner__glow {
  position: absolute;
  right: -20%;
  top: -30%;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,107,83,.45), transparent 70%);
  pointer-events: none;
}
.bz-banner__title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.4rem, 4vw, 1.9rem);
  margin: .4rem 0;
  color: #fff;
}
.bz-banner__sub { color: rgba(255,255,255,.85); margin: 0 0 .85rem; }
.bz-banner__media img { width: 100%; max-height: 180px; object-fit: contain; }
.bz-banner__media .banner-picture img,
.bz-banner__media .bz-banner-picture img {
  width: 100%;
  max-height: none;
  height: auto;
  object-fit: cover;
}
.bz-banner__media-link { display: block; }

/* Banner só imagem — faixa full-bleed com <picture> responsivo */
.bz-ad-strip {
  margin: 1.1rem 0;
  padding: 0;
}
.bz-ad {
  display: block;
  width: 100%;
  margin: 0;
  border-radius: var(--bio-radius, 16px);
  overflow: hidden;
  box-shadow: var(--bio-shadow);
  background: rgba(0, 0, 0, .25);
}
.bz-ad__link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.banner-picture,
.bz-banner-picture {
  display: block;
  width: 100%;
}
.banner-picture img,
.bz-banner-picture img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .banner-picture img,
  .bz-banner-picture img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
  }
}

/* legado (caso ainda exista markup antigo) */
.bz-ad__frame {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
.bz-ad__bg { display: none; }
.bz-ad__art {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.bz-tag {
  display: inline-block;
  background: var(--bio-coral, #FF6B53);
  color: #fff;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: .25rem .55rem;
  border-radius: 999px;
}
.bz-carousel__dots { display: flex; justify-content: center; gap: .4rem; margin-top: .75rem; }
.bz-dot {
  width: 8px; height: 8px; border-radius: 50%; border: 0; background: rgba(255,255,255,.35); cursor: pointer;
}
.bz-dot.is-active { background: var(--bio-gold, #F5E1A4); }
.bz-links__grid { display: grid; gap: .8rem; }

.bz-link-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: .85rem;
  padding: .95rem 1rem;
  background: #fff;
  color: #1a1a1a;
  border-radius: 14px;
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .22);
  transition: transform .15s ease, box-shadow .15s ease, background-color .15s ease;
}
.bz-link-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, .28);
  background: #fff;
}
.bz-link-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 0;
  display: grid;
  place-items: center;
  background: transparent;
  color: var(--bio-header, #430586);
  font-size: 1.85rem;
  flex-shrink: 0;
}
.bz-link-card__title {
  display: flex;
  align-items: center;
  gap: .45rem;
  flex-wrap: wrap;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: .9rem;
  color: #1a1a1a;
}
.bz-link-card__desc {
  display: block;
  color: #666;
  font-size: .78rem;
  margin-top: .15rem;
  line-height: 1.35;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
}
.bz-link-card__chev { color: #f06c5d; }
.bz-mini-tag {
  font-style: normal;
  font-size: .65rem;
  font-weight: 700;
  padding: .15rem .4rem;
  border-radius: 999px;
  background: #f06c5d;
  color: #fff;
}
/* ——— Feed misto (links + flash + produto) ——— */
.bz-feed {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.bz-feed .bz-section.bz-produtos,
.bz-feed .bz-feed__flash {
  margin: 0;
}
.bz-feed__links {
  margin: 0;
}
.bz-feed__produto {
  display: flex;
  justify-content: center;
}
.bz-flash__card--solo {
  width: min(100%, 220px);
}

/* ——— Produtos (flash deal) ——— */
.bz-section.bz-produtos .bz-section__head { display: none; }
.bz-flash {
  --bz-flash-bg: #0b0221;
  --bz-flash-fg: #fff;
  --bz-flash-por: #2b7e64;
  margin: 0;
  padding: 12px 12px 14px;
  background: var(--bz-flash-bg);
  border-radius: 12px;
  color: var(--bz-flash-fg);
  box-shadow: 0 8px 22px rgba(0, 0, 0, .28);
  border: 1px solid rgba(245, 225, 164, .12);
}
.bz-flash__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px 12px;
  margin-bottom: 10px;
  min-height: 28px;
}
.bz-flash__title {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  min-width: 0;
  flex: 1 1 auto;
  font-family: Inter, "DM Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 900;
  font-style: italic;
  letter-spacing: .02em;
  text-transform: uppercase;
  line-height: 1.1;
  color: var(--bz-flash-fg);
}
.bz-flash__title span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bz-flash__bolt {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  color: var(--bio-gold, #F5E1A4);
}
.bz-flash__timer {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.bz-flash__timer[hidden] {
  display: none !important;
}
.bz-flash__timer-boxes {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-variant-numeric: tabular-nums;
}
.bz-flash__box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 28px;
  padding: 0 4px;
  background: #fff;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  color: var(--bz-flash-bg);
}
.bz-flash__sep {
  font-weight: 800;
  font-size: 14px;
  line-height: 1;
  color: var(--bz-flash-fg);
}
.bz-flash__track {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 0 0 2px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  scroll-snap-type: x proximity;
}
.bz-flash__track::-webkit-scrollbar { display: none; }
.bz-flash__card {
  flex: 0 0 auto;
  width: 152px;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #1a1a1a;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  transition: transform .15s ease, box-shadow .15s ease;
}
a.bz-flash__card:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, .18);
}
.bz-flash__media {
  display: grid;
  place-items: center;
  margin: 8px 8px 0;
  aspect-ratio: 1;
  background: #f8fafc;
  border-radius: 8px;
  overflow: hidden;
}
.bz-flash__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 8px;
  box-sizing: border-box;
}
.bz-flash__ph {
  width: 42%;
  aspect-ratio: 1;
  border-radius: 4px;
  background: #e5e7eb;
}
.bz-flash__body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 8px 8px 10px;
  background: #fff;
  flex: 1 1 auto;
}
.bz-flash__nome {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  font-family: Inter, "DM Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: .68rem;
  font-weight: 600;
  line-height: 1.25;
  color: #2a2140;
  min-height: 2.5em;
}
.bz-flash__prices {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.bz-flash__de {
  font-size: 11px;
  font-weight: 500;
  color: #999;
  text-decoration: line-through;
  line-height: 1.2;
}
.bz-flash__por {
  font-size: 16px;
  font-weight: 800;
  color: var(--bz-flash-por);
  line-height: 1.05;
  letter-spacing: -.02em;
}
.bz-flash__cent {
  font-size: .58em;
  font-weight: 800;
  vertical-align: super;
  line-height: 0;
  margin-left: 1px;
}
.bz-flash__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .35rem;
  margin-top: auto;
  padding: .4rem .45rem;
  border-radius: 999px;
  background: #2b7e64;
  color: #fff;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .01em;
  line-height: 1;
}
.bz-flash__cta .bi { font-size: .75rem; }
@media (max-width: 480px) {
  .bz-flash__title { font-size: 14px; }
  .bz-flash__bolt { width: 16px; height: 16px; }
  .bz-flash__box {
    min-width: 24px;
    height: 24px;
    font-size: 12px;
  }
  .bz-flash__sep { font-size: 12px; }
  .bz-flash__card { width: 138px; }
  .bz-flash__por { font-size: 15px; }
  .bz-flash__nome { font-size: .64rem; }
}
.bz-indicadores__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.bz-ind { text-align: center; padding: .5rem; }
.bz-ind__icon { color: var(--bio-gold, #F5E1A4); font-size: 1.25rem; }
.bz-ind__num {
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.75rem;
  color: var(--bio-gold, #F5E1A4);
  margin: .25rem 0;
}
.bz-ind__title { display: block; font-size: .85rem; font-weight: 600; }
.bz-ind__desc { display: block; font-size: .75rem; opacity: .75; }
.bz-depo {
  display: none;
  background: var(--bio-card, #fff);
  color: #1a1a1a;
  border-radius: var(--bio-radius, 16px);
  padding: 1.25rem;
  text-align: center;
  box-shadow: var(--bio-shadow);
}
.bz-depo.is-active { display: block; }
.bz-depo__foto { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; margin-bottom: .5rem; }
.bz-depo__stars { color: var(--bio-gold, #F5E1A4); margin-bottom: .5rem; }
.bz-depo__texto { margin: 0 0 .75rem; font-style: italic; line-height: 1.5; }
.bz-depo__nome { font-style: normal; color: var(--bio-coral, #FF6B53); font-weight: 700; }
.bz-depo__cidade { display: block; font-size: .8rem; color: #777; }
.bz-carousel__nav { display: flex; justify-content: center; gap: .5rem; margin-top: .75rem; }
.bz-nav-btn {
  width: 36px; height: 36px; border-radius: 50%; border: 0;
  background: rgba(255,255,255,.15); color: #fff; cursor: pointer;
}
.bz-promocoes__grid { display: grid; gap: .75rem; }
.bz-promo {
  background: var(--bio-card, #fff);
  color: #1a1a1a;
  border-radius: var(--bio-radius, 16px);
  padding: 1rem;
  box-shadow: var(--bio-shadow);
}
.bz-promo__icon { font-size: 1.5rem; color: var(--bio-header, #430586); }
.bz-promo__img { width: 100%; max-height: 120px; object-fit: cover; border-radius: 12px; margin-bottom: .5rem; }
.bz-promo__title { margin: .25rem 0; font-size: 1rem; }
.bz-promo__desc { color: #666; font-size: .85rem; }
.bz-local__card {
  background: var(--bio-card, #fff);
  color: #1a1a1a;
  border-radius: var(--bio-radius, 16px);
  padding: 1.15rem;
  box-shadow: var(--bio-shadow);
}
.bz-local__actions { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: .75rem; }
.bz-local__embed { margin-top: 1rem; border-radius: 12px; overflow: hidden; }
.bz-local__embed iframe { width: 100%; min-height: 220px; border: 0; }
.bz-trust {
  margin: 1.25rem 0 .5rem;
}
.bz-page-footer .bz-trust {
  margin-top: 0;
}
.bz-trust__bar {
  list-style: none;
  margin: 0;
  padding: .35rem 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.bz-trust__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  text-align: center;
  padding: .55rem .35rem;
  position: relative;
}
.bz-trust__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 16%;
  right: 0;
  bottom: 16%;
  width: 1px;
  background: rgba(245, 225, 164, .22);
}
.bz-trust__ico {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #f06c5d;
  font-size: 1.1rem;
  background: transparent;
  border: 1px solid rgba(240, 108, 93, .45);
  box-shadow: none;
}
.bz-trust__label {
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: rgba(255,255,255,.9);
  line-height: 1.35;
}
@media (min-width: 640px) {
  .bz-trust__bar {
    padding: .45rem 0;
  }
  .bz-trust__item {
    padding: .45rem .5rem;
  }
  .bz-trust__label {
    font-size: .7rem;
  }
}
.bz-footer {
  text-align: center;
  opacity: .9;
  margin: .25rem 0 0;
  padding: 0;
}
.bz-footer.bz-section {
  margin-top: .25rem;
  margin-bottom: 0;
}
.bz-footer__logo {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin: 0 0 .2rem;
  display: inline-block;
  vertical-align: middle;
}
.bz-footer__copy {
  font-size: .75rem;
  margin: 0;
  line-height: 1.3;
  opacity: .85;
}
.bz-footer__links { display: flex; flex-wrap: wrap; justify-content: center; gap: .5rem; margin: .2rem 0 0; }
.bz-footer__links a { color: var(--bio-gold, #F5E1A4); font-size: .75rem; text-decoration: none; }
.bz-footer__powered { font-size: .65rem; opacity: .65; margin: .15rem 0 0; }
.bz-toast {
  position: fixed; left: 50%; bottom: 1.25rem; transform: translateX(-50%);
  background: #fff; color: #300060; padding: .65rem 1rem; border-radius: 999px;
  box-shadow: 0 8px 24px rgba(0,0,0,.25); font-weight: 600; z-index: 50;
}
.bz-page--erro .bz-erro { text-align: center; padding-top: 20vh; }
.bz-erro__title { font-family: "Cormorant Garamond", Georgia, serif; color: var(--bio-gold, #F5E1A4); font-size: 1.6rem; }
.bz-erro__msg { opacity: .8; }

@media (min-width: 640px) {
  .bz-banner.is-active { grid-template-columns: 1.2fr .8fr; align-items: center; }
  .bz-indicadores__grid { grid-template-columns: repeat(4, 1fr); }
  .bz-flash__card { width: 160px; }
  .bz-promocoes__grid { grid-template-columns: repeat(2, 1fr); }
  .bz-links__grid { grid-template-columns: 1fr; }
}

@media (min-width: 900px) {
  .bz-shell { width: min(960px, 100%); padding-top: .5rem; }
  .bz-header__inner { width: min(960px, 100%); padding: 1rem 1.25rem .5rem; }
  .bz-header__logo { height: 104px; max-width: 400px; }
  .bz-links__grid { grid-template-columns: 1fr 1fr; }
}
