/* ============================================================
   Vitrine libre+ — estilo HospCard + LIQUID GLASS FORTE
   Cantos bem arredondados, backdrop-filter intenso,
   bordas internas de luz pra dar sensação de vidro.
   ============================================================ */

:root {
  --roxo: #5B3FB8;
  --roxo-escuro: #3F2A82;
  --laranja: #F39423;
  --tinta: #1A1530;
  --bege: #FFF4E6;

  /* Liquid glass tokens */
  --glass-bg: rgba(255, 255, 255, 0.38);
  --glass-bg-strong: rgba(255, 255, 255, 0.55);
  --glass-blur: blur(30px) saturate(180%);
  --glass-border: 1px solid rgba(255, 255, 255, 0.60);
  --glass-shine: inset 0 1px 0 rgba(255, 255, 255, 0.80), inset 0 -1px 0 rgba(255, 255, 255, 0.10);
  --glass-shadow: 0 12px 36px rgba(91, 63, 184, 0.12), 0 2px 6px rgba(91, 63, 184, 0.06);

  /* Cantos generosos */
  --r-xs: 14px;
  --r-sm: 18px;
  --r-md: 24px;
  --r-lg: 30px;
  --r-xl: 36px;
}

* { box-sizing: border-box; }

/* ===================== PORTAL HERO (vitrine após login do beneficiário) ===================== */
.portal-hero {
  max-width: 1280px;
  margin: 16px auto 8px;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.portal-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: var(--r-md);
  text-decoration: none;
  color: var(--tinta);
  box-shadow: 0 6px 18px rgba(91, 63, 184, 0.10);
  transition: transform .2s, box-shadow .2s, border-color .2s;
  position: relative;
  overflow: hidden;
}
.portal-card::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.50), transparent 60%);
  pointer-events: none;
}
.portal-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(91, 63, 184, 0.22);
  border-color: rgba(91, 63, 184, 0.35);
}
.portal-card.ativo {
  background: linear-gradient(135deg, var(--roxo), #3F2A82);
  color: white;
  border-color: var(--roxo);
  box-shadow: 0 14px 36px rgba(91, 63, 184, 0.40);
}
.portal-card.ativo::before { background: linear-gradient(135deg, rgba(255,255,255,0.18), transparent 60%); }

.portal-icon {
  width: 52px; height: 52px;
  border-radius: 14px;
  display: inline-flex; align-items: center; justify-content: center;
  color: white;
  flex-shrink: 0;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.25), 0 6px 16px rgba(0,0,0,0.12);
  position: relative; z-index: 1;
}
.portal-icon svg { width: 26px; height: 26px; }
.portal-txt { display: flex; flex-direction: column; gap: 2px; position: relative; z-index: 1; min-width: 0; }
.portal-txt strong {
  font-family: 'Neulis', 'Lufga', sans-serif;
  font-size: 16px; font-weight: 800;
  letter-spacing: -0.3px; line-height: 1.1;
}
.portal-txt span { font-size: 11.5px; opacity: 0.72; line-height: 1.3; }
.portal-card.ativo .portal-txt span { opacity: 0.88; }

@media (max-width: 900px) {
  .portal-hero { grid-template-columns: repeat(2, 1fr); gap: 10px; padding: 0 16px; }
  .portal-card { padding: 14px; }
  .portal-icon { width: 44px; height: 44px; border-radius: 12px; }
  .portal-icon svg { width: 22px; height: 22px; }
  .portal-txt strong { font-size: 14px; }
  .portal-txt span { font-size: 11px; }
}

/* ===================== ABAS DO PORTAL DO BENEFICIÁRIO ===================== */
.portal-tabs {
  max-width: 1200px;
  margin: 8px auto 4px;
  padding: 0 24px;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.portal-tabs a {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 18px; border-radius: 999px;
  background: rgba(255,255,255,0.78);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border: 1px solid rgba(255,255,255,0.55);
  color: var(--cinza-texto); text-decoration: none;
  font-size: 13px; font-weight: 600;
  transition: all .2s;
  box-shadow: 0 2px 8px rgba(91,63,184,0.06);
}
.portal-tabs a:hover { background: white; color: var(--roxo); transform: translateY(-1px); }
.portal-tabs a.ativo {
  background: var(--roxo); color: white; border-color: var(--roxo);
  box-shadow: 0 6px 18px rgba(91,63,184,0.30);
}
@media (max-width: 720px) {
  .portal-tabs { padding: 0 16px; gap: 4px; }
  .portal-tabs a { padding: 8px 12px; font-size: 12px; }
}

/* Garante que o gradient cubra desde a borda do viewport (zero gap no topo) */
html, body { margin: 0; padding: 0; background: transparent; }
html.vitrine-html, body.vitrine-page {
  background:
    radial-gradient(circle at 15% 10%, rgba(243, 148, 35, 0.30) 0%, transparent 45%),
    radial-gradient(circle at 90% 30%, rgba(91, 63, 184, 0.28) 0%, transparent 50%),
    radial-gradient(circle at 60% 90%, rgba(155, 93, 229, 0.22) 0%, transparent 45%),
    linear-gradient(160deg, #FFF6E8 0%, #F4ECFE 100%);
  background-attachment: fixed;
}

.vitrine-page {
  margin: 0;
  font-family: 'Lufga', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--tinta);
  min-height: 100vh;
  /* Fundo gradiente colorido + watermark forçando o blur a ter cor pra refratar */
  background:
    radial-gradient(circle at 15% 10%, rgba(243, 148, 35, 0.30) 0%, transparent 45%),
    radial-gradient(circle at 90% 30%, rgba(91, 63, 184, 0.28) 0%, transparent 50%),
    radial-gradient(circle at 60% 90%, rgba(155, 93, 229, 0.22) 0%, transparent 45%),
    linear-gradient(160deg, #FFF6E8 0%, #F4ECFE 100%);
  background-attachment: fixed;
  overflow-x: hidden;
}

/* ===================== WATERMARK BG (+ da logo) ===================== */
.watermark-bg {
  position: fixed; inset: 0;
  z-index: 0; pointer-events: none; overflow: hidden;
}
/* "+" arredondado da identidade libre+ (path do SVG simbolo) */
.watermark-bg::before,
.watermark-bg::after {
  content: '';
  position: absolute; inset: 0;
  background-image:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 300'><path d='M 150 30 A 40 40 0 0 1 190 70 L 190 110 L 230 110 A 40 40 0 0 1 270 150 A 40 40 0 0 1 230 190 L 190 190 L 190 230 A 40 40 0 0 1 150 270 A 40 40 0 0 1 110 230 L 110 190 L 70 190 A 40 40 0 0 1 30 150 A 40 40 0 0 1 70 110 L 110 110 L 110 70 A 40 40 0 0 1 150 30 Z' fill='%235B3FB8' opacity='0.16'/></svg>"),
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 300'><path d='M 150 30 A 40 40 0 0 1 190 70 L 190 110 L 230 110 A 40 40 0 0 1 270 150 A 40 40 0 0 1 230 190 L 190 190 L 190 230 A 40 40 0 0 1 150 270 A 40 40 0 0 1 110 230 L 110 190 L 70 190 A 40 40 0 0 1 30 150 A 40 40 0 0 1 70 110 L 110 110 L 110 70 A 40 40 0 0 1 150 30 Z' fill='%23F39423' opacity='0.22'/></svg>"),
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 300'><path d='M 150 30 A 40 40 0 0 1 190 70 L 190 110 L 230 110 A 40 40 0 0 1 270 150 A 40 40 0 0 1 230 190 L 190 190 L 190 230 A 40 40 0 0 1 150 270 A 40 40 0 0 1 110 230 L 110 190 L 70 190 A 40 40 0 0 1 30 150 A 40 40 0 0 1 70 110 L 110 110 L 110 70 A 40 40 0 0 1 150 30 Z' fill='%235B3FB8' opacity='0.12'/></svg>"),
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 300'><path d='M 150 30 A 40 40 0 0 1 190 70 L 190 110 L 230 110 A 40 40 0 0 1 270 150 A 40 40 0 0 1 230 190 L 190 190 L 190 230 A 40 40 0 0 1 150 270 A 40 40 0 0 1 110 230 L 110 190 L 70 190 A 40 40 0 0 1 30 150 A 40 40 0 0 1 70 110 L 110 110 L 110 70 A 40 40 0 0 1 150 30 Z' fill='%23F39423' opacity='0.18'/></svg>");
  background-repeat: no-repeat;
  background-position: 90% 5%, 5% 88%, 60% 55%, 25% 28%;
  background-size: 420px 420px, 320px 320px, 200px 200px, 130px 130px;
}
.watermark-bg::after {
  background-image:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 300'><path d='M 150 30 A 40 40 0 0 1 190 70 L 190 110 L 230 110 A 40 40 0 0 1 270 150 A 40 40 0 0 1 230 190 L 190 190 L 190 230 A 40 40 0 0 1 150 270 A 40 40 0 0 1 110 230 L 110 190 L 70 190 A 40 40 0 0 1 30 150 A 40 40 0 0 1 70 110 L 110 110 L 110 70 A 40 40 0 0 1 150 30 Z' fill='%235B3FB8' opacity='0.10'/></svg>"),
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 300'><path d='M 150 30 A 40 40 0 0 1 190 70 L 190 110 L 230 110 A 40 40 0 0 1 270 150 A 40 40 0 0 1 230 190 L 190 190 L 190 230 A 40 40 0 0 1 150 270 A 40 40 0 0 1 110 230 L 110 190 L 70 190 A 40 40 0 0 1 30 150 A 40 40 0 0 1 70 110 L 110 110 L 110 70 A 40 40 0 0 1 150 30 Z' fill='%23F39423' opacity='0.14'/></svg>");
  background-repeat: no-repeat;
  background-position: 10% 15%, 80% 78%;
  background-size: 260px 260px, 380px 380px;
}

.glass-header, .momentos-wrap, .banner-hero, .secao, .rodape, #vazio { position: relative; z-index: 1; }

/* ===================== HEADER (glass forte) ===================== */
.glass-header {
  position: sticky;
  top: 4px;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  margin: 4px 24px 16px;
  padding: 8px 22px;
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: var(--glass-border);
  border-radius: 999px;
  box-shadow: var(--glass-shine), var(--glass-shadow);
}
.logo-link img { height: 77px; display: block; }   /* +50% sobre 51px (que já era +50% do original 34px) */
.busca-wrap {
  max-width: 560px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.50);
  padding: 6px 8px 6px 18px;
  transition: all .25s;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.70), 0 2px 8px rgba(91, 63, 184, 0.06);
}
.busca-wrap:focus-within {
  background: rgba(255, 255, 255, 0.85);
  border-color: var(--roxo);
  box-shadow: 0 0 0 4px rgba(91, 63, 184, 0.15);
}
.busca-wrap svg { width: 18px; height: 18px; color: #777; margin-right: 10px; flex-shrink: 0; }
.busca-wrap input { border: 0; outline: 0; background: transparent; font-size: 15px; flex: 1; padding: 10px 0; font-family: inherit; color: var(--tinta); }
.busca-wrap input::placeholder { color: #888; }

/* Botão Carteirinha (área do beneficiário) — destaque laranja */
.btn-carteirinha {
  display: inline-flex; align-items: center; gap: 8px;
  background: linear-gradient(135deg, #F39423, #FF7F00);
  color: white !important;
  border: 0;
  padding: 11px 18px;
  border-radius: 999px;
  font-family: inherit; font-size: 13px; font-weight: 700;
  text-decoration: none !important;
  cursor: pointer;
  transition: all .25s;
  box-shadow: 0 6px 18px rgba(243, 148, 35, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.btn-carteirinha:hover { transform: translateY(-1px); box-shadow: 0 8px 22px rgba(243, 148, 35, 0.45); }

/* Botão Dependentes (secundário, ao lado da Carteirinha) */
.btn-dependentes {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.65);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,0.55);
  color: var(--roxo) !important;
  padding: 10px 16px;
  border-radius: 999px;
  font-family: inherit; font-size: 13px; font-weight: 700;
  text-decoration: none !important;
  cursor: pointer;
  transition: all .25s;
}
.btn-dependentes:hover { background: white; transform: translateY(-1px); box-shadow: 0 6px 16px rgba(91, 63, 184, 0.18); }

@media (max-width: 720px) {
  .btn-carteirinha, .btn-dependentes { padding: 9px 12px; font-size: 12px; gap: 6px; }
  .btn-dependentes span { display: none; }
}

/* Dropdown Entrar */
.entrar-wrap { position: relative; }
.btn-entrar {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--roxo); color: white;
  border: 0; padding: 11px 20px;
  border-radius: 999px;
  font-family: inherit; font-size: 13px; font-weight: 700;
  cursor: pointer;
  transition: all .25s;
  box-shadow: 0 6px 18px rgba(91, 63, 184, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.20);
}
.btn-entrar:hover { background: var(--roxo-escuro); transform: translateY(-1px); }
.btn-entrar .chev { transition: transform .25s; }
.btn-entrar[aria-expanded="true"] .chev { transform: rotate(180deg); }
.entrar-menu {
  position: absolute; top: calc(100% + 14px); right: 0;
  width: 300px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(24px) saturate(200%);
  -webkit-backdrop-filter: blur(24px) saturate(200%);
  border-radius: var(--r-md);
  border: var(--glass-border);
  box-shadow: var(--glass-shine), 0 20px 60px rgba(91, 63, 184, 0.25);
  padding: 10px;
  display: none; z-index: 100;
  animation: dropIn .22s cubic-bezier(.2,.9,.2,1);
}
@keyframes dropIn { from { opacity: 0; transform: translateY(-8px) scale(0.96); } to { opacity: 1; transform: none; } }
.entrar-menu.aberto { display: block; }
.menu-item {
  display: flex; align-items: center; gap: 14px;
  padding: 14px;
  border-radius: var(--r-xs);
  text-decoration: none;
  color: var(--tinta);
  transition: background .15s;
}
.menu-item:hover { background: rgba(91, 63, 184, 0.08); }
.mi-icon {
  width: 44px; height: 44px;
  border-radius: var(--r-xs);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; color: white;
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}
.mi-icon svg { width: 22px; height: 22px; }
.mi-membro { background: linear-gradient(135deg, #F39423, #FF7F00); }
.mi-admin { background: linear-gradient(135deg, #5B3FB8, #3F2A82); }
.mi-text { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.mi-text strong { font-size: 14px; font-weight: 700; }
.mi-text span { font-size: 12px; color: #777; }

/* ===================== MOMENTOS (round circles) ===================== */
.momentos-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 6px 32px 12px;
}
/* Desktop: grid que quebra em múltiplas linhas pra caber tudo.
   Mobile: flex com scroll horizontal (mais natural pra dedo). */
.momentos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
  gap: 12px 8px;
  padding-bottom: 4px;
  justify-items: center;
}
@media (max-width: 720px) {
  .momentos {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    padding-bottom: 10px;
    justify-items: initial;
  }
  .momentos::-webkit-scrollbar { display: none; }
}
.momento {
  background: none; border: 0;
  font-family: inherit; cursor: pointer;
  display: flex; flex-direction: column; align-items: center;
  gap: 10px;
  flex-shrink: 0;
  width: 80px;                   /* -20% (era 96px) */
  padding: 4px;
  transition: transform .25s ease;
}
.momento:hover { transform: translateY(-3px); }
.momento-circle {
  width: 66px; height: 66px;     /* -20% (era 82px) */
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow:
    0 8px 24px rgba(0, 0, 0, 0.14),
    inset 0 2px 0 rgba(255, 255, 255, 0.45),
    inset 0 -8px 18px rgba(0, 0, 0, 0.12);
  transition: all .25s;
  position: relative;
}
.momento-circle::before {
  content: '';
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: linear-gradient(160deg, rgba(255,255,255,0.30) 0%, transparent 50%);
  pointer-events: none;
}
.momento-circle svg { width: 32px; height: 32px; position: relative; z-index: 1; }   /* -20% */
.momento:hover .momento-circle { box-shadow: 0 14px 32px rgba(0,0,0,0.20), inset 0 2px 0 rgba(255,255,255,0.50), inset 0 -8px 18px rgba(0,0,0,0.12); }
.momento-nome { font-size: 11px; font-weight: 600; color: var(--tinta); text-align: center; line-height: 1.3; max-width: 80px; }

/* ===================== BANNER SLIDER ===================== */
.banner-slider {
  max-width: 1280px;
  margin: 12px auto 36px;
  padding: 0 32px;
  position: relative;
}
.banner-track {
  display: flex;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  border-radius: var(--r-xl);
  box-shadow: 0 24px 60px rgba(91, 63, 184, 0.30);
}
.banner-track::-webkit-scrollbar { display: none; }
.banner-slide { scroll-snap-align: start; }
.banner-slide {
  flex: 0 0 100%;
  min-width: 100%;
  padding: 56px;
  color: white;
  position: relative;
  overflow: hidden;
  display: flex; align-items: center;
  min-height: 320px;
  /* Fallback opaco — se o style inline falhar por qualquer motivo, slide ainda mostra cor */
  background: linear-gradient(135deg, #5B3FB8 0%, #1A1530 100%);
}
.banner-slide .banner-content {
  max-width: 60%;
  position: relative; z-index: 2;
}
.banner-tag {
  display: inline-block;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 7px 16px;
  border-radius: 999px;
  font-size: 12px; font-weight: 700; letter-spacing: 0.5px;
  margin-bottom: 18px;
}
.banner-tag .plus { color: var(--laranja); font-weight: 900; }
.banner-slide h1 {
  font-family: 'Neulis', 'Lufga', sans-serif;
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 900; letter-spacing: -1.5px; line-height: 1.05;
  margin: 0 0 18px;
  color: white;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.25);
}
.banner-slide h1 .grif { color: var(--laranja); }
.banner-slide p {
  font-size: 15px; line-height: 1.65;
  opacity: 0.92;
  margin: 0 0 26px;
  max-width: 460px;
}
.banner-cta {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--laranja);
  color: white !important;
  padding: 15px 28px;
  border-radius: 999px;
  font-weight: 700; font-size: 14px;
  text-decoration: none !important;
  transition: all .25s;
  box-shadow: 0 10px 28px rgba(243, 148, 35, 0.45), inset 0 1px 0 rgba(255,255,255,0.25);
}
.banner-cta:hover { background: #FF7F00; transform: translateY(-2px); box-shadow: 0 14px 36px rgba(243,148,35,0.55); }

/* Setas de navegação */
.banner-nav {
  position: absolute;
  top: 50%; transform: translateY(-50%);
  width: 44px; height: 44px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.5);
  border-radius: 50%;
  color: var(--tinta);
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  z-index: 10;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
  transition: all .2s;
}
.banner-nav:hover { background: white; transform: translateY(-50%) scale(1.08); }
.banner-nav.prev { left: 50px; }
.banner-nav.next { right: 50px; }

/* Dots */
.banner-dots {
  position: absolute;
  bottom: 14px; left: 50%; transform: translateX(-50%);
  display: flex; gap: 8px;
  z-index: 10;
}
.banner-dot {
  width: 10px; height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.45);
  border: 0;
  cursor: pointer;
  transition: all .25s;
  padding: 0;
}
.banner-dot.ativa { background: white; width: 28px; }
.banner-dot:hover:not(.ativa) { background: rgba(255, 255, 255, 0.75); }

/* Contador "1 / N" dentro do slide, canto inferior direito */
.banner-counter {
  position: absolute;
  bottom: 12px; right: 44px;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: white;
  font-size: 12px; font-weight: 700;
  letter-spacing: 0.6px;
  padding: 5px 12px;
  border-radius: 999px;
  z-index: 10;
  pointer-events: none;
  font-variant-numeric: tabular-nums;
}
@media (max-width: 720px) {
  .banner-counter { right: 14px; bottom: 10px; font-size: 11px; padding: 4px 10px; }
}

/* ===================== BANNER HERO LEGADO (mantém compatibilidade) ===================== */
.banner-hero {
  max-width: 1280px;
  margin: 12px auto 36px;
  padding: 0 32px;
  position: relative;
}
.banner-hero::after {
  content: '';
  position: absolute; left: 32px; right: 32px; top: 0; bottom: 0;
  background: linear-gradient(135deg, #5B3FB8 0%, #3F2A82 65%, #1A1530 100%);
  border-radius: var(--r-xl);
  z-index: -1;
  box-shadow: 0 24px 60px rgba(91, 63, 184, 0.30);
}
.banner-content {
  padding: 56px;
  color: white;
  max-width: 60%;
  position: relative;
  z-index: 2;
}
.banner-tag {
  display: inline-block;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 7px 16px;
  border-radius: 999px;
  font-size: 12px; font-weight: 700; letter-spacing: 0.5px;
  margin-bottom: 18px;
}
.banner-tag .plus { color: var(--laranja); font-weight: 900; }
.banner-content h1 {
  font-family: 'Neulis', 'Lufga', sans-serif;
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 900; letter-spacing: -1.5px; line-height: 1.05;
  margin: 0 0 18px;
  color: white;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.25);
}
.banner-content h1 .grif { color: var(--laranja); }
.banner-content p {
  font-size: 15px; line-height: 1.65;
  opacity: 0.92;
  margin: 0 0 26px;
  max-width: 460px;
}
.banner-cta {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--laranja);
  color: white !important;
  padding: 15px 28px;
  border-radius: 999px;
  font-weight: 700; font-size: 14px;
  text-decoration: none !important;
  transition: all .25s;
  box-shadow: 0 10px 28px rgba(243, 148, 35, 0.45), inset 0 1px 0 rgba(255,255,255,0.25);
}
.banner-cta:hover { background: #FF7F00; transform: translateY(-2px); box-shadow: 0 14px 36px rgba(243,148,35,0.55); }

.banner-art {
  position: absolute;
  right: 60px; top: 0; bottom: 0;
  width: 40%;
  overflow: hidden;
  pointer-events: none;
}
/* "+" arredondado decorativo do banner-hero (texto sumiu, vira background SVG) */
.art-plus {
  position: absolute;
  font-size: 0; line-height: 0; color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
.art-plus-1 {
  top: 20px; right: 60px; width: 280px; height: 280px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 300'><path d='M 150 30 A 40 40 0 0 1 190 70 L 190 110 L 230 110 A 40 40 0 0 1 270 150 A 40 40 0 0 1 230 190 L 190 190 L 190 230 A 40 40 0 0 1 150 270 A 40 40 0 0 1 110 230 L 110 190 L 70 190 A 40 40 0 0 1 30 150 A 40 40 0 0 1 70 110 L 110 110 L 110 70 A 40 40 0 0 1 150 30 Z' fill='%23F39423' opacity='0.20'/></svg>");
}
.art-plus-2 {
  bottom: 30px; right: 200px; width: 140px; height: 140px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 300'><path d='M 150 30 A 40 40 0 0 1 190 70 L 190 110 L 230 110 A 40 40 0 0 1 270 150 A 40 40 0 0 1 230 190 L 190 190 L 190 230 A 40 40 0 0 1 150 270 A 40 40 0 0 1 110 230 L 110 190 L 70 190 A 40 40 0 0 1 30 150 A 40 40 0 0 1 70 110 L 110 110 L 110 70 A 40 40 0 0 1 150 30 Z' fill='%23ffffff' opacity='0.32'/></svg>");
}
.art-plus-3 {
  top: 50%; right: 30px; width: 100px; height: 100px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 300'><path d='M 150 30 A 40 40 0 0 1 190 70 L 190 110 L 230 110 A 40 40 0 0 1 270 150 A 40 40 0 0 1 230 190 L 190 190 L 190 230 A 40 40 0 0 1 150 270 A 40 40 0 0 1 110 230 L 110 190 L 70 190 A 40 40 0 0 1 30 150 A 40 40 0 0 1 70 110 L 110 110 L 110 70 A 40 40 0 0 1 150 30 Z' fill='%23ffffff' opacity='0.28'/></svg>");
}
.art-orb { position: absolute; right: -120px; top: 50%; transform: translateY(-50%); width: 300px; height: 300px; border-radius: 50%; background: radial-gradient(circle, rgba(243,148,35,0.32), transparent 70%); }

/* ===================== SEÇÕES ===================== */
.secao { max-width: 1280px; margin: 0 auto 40px; padding: 0 32px; }
.secao-head {
  display: flex; align-items: baseline; justify-content: space-between;
  margin-bottom: 20px; gap: 16px; padding: 0 4px;
}
.secao-head h2 {
  font-family: 'Neulis', 'Lufga', sans-serif;
  font-size: 24px; font-weight: 900;
  color: var(--tinta); margin: 0;
  letter-spacing: -0.5px;
}
.secao-head .hint { font-size: 12px; color: #888; font-weight: 500; }
.btn-clear {
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.50);
  font-family: inherit; font-size: 12px; font-weight: 700;
  color: var(--roxo); cursor: pointer;
  padding: 8px 16px; border-radius: 999px;
  transition: all .2s;
}
.btn-clear:hover { background: var(--roxo); color: white; border-color: var(--roxo); }

/* ===================== ROW SCROLL — auto-advance lento + drag manual + setas ===================== */
.row-wrap { position: relative; }
.row-arrow {
  position: absolute; top: 50%;
  transform: translateY(-50%);
  width: 40px; height: 40px;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.55);
  border-radius: 50%;
  color: var(--roxo);
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  z-index: 5;
  box-shadow: 0 8px 22px rgba(91,63,184,0.18);
  transition: all .2s;
}
.row-arrow:hover { background: white; transform: translateY(-50%) scale(1.08); color: var(--roxo-escuro); }
.row-arrow.prev { left: 6px; }
.row-arrow.next { right: 6px; }
.row-arrow svg { width: 18px; height: 18px; }
@media (max-width: 720px) {
  .row-arrow { display: none; }   /* No mobile o swipe basta */
}
.row-scroll {
  display: flex;
  overflow: hidden;          /* trocado de overflow-x:auto pra esconder a barra e travar o JS scroll */
  scrollbar-width: none;
  mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
  padding-bottom: 4px;
  user-select: none;
}
.row-scroll::-webkit-scrollbar { display: none; }
.row-scroll:hover .row-track { animation-play-state: paused; }
.row-track {
  display: flex;
  gap: 16px;
  width: max-content;
  animation: marquee-esq 60s linear infinite;   /* sempre roda, independe de JS */
}
@keyframes marquee-esq {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }   /* cards são duplicados — -50% volta ao início perfeitamente */
}
/* Reduz motion: para o auto-advance via JS quando o user prefere */

.dest-card {
  flex-shrink: 0; width: 210px;
  scroll-snap-align: start;
  background: var(--glass-bg-strong);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: var(--glass-border);
  border-radius: var(--r-md);
  box-shadow: var(--glass-shine), var(--glass-shadow);
  padding: 20px;
  display: flex; flex-direction: column; gap: 14px;
  text-decoration: none !important;
  transition: all .3s cubic-bezier(.2,.9,.2,1);
}
.dest-card:hover {
  transform: translateY(-4px);
  background: rgba(255,255,255,0.75);
  box-shadow: var(--glass-shine), 0 20px 50px rgba(91,63,184,0.20);
}
.dest-logo {
  height: 100px;
  display: flex; align-items: center; justify-content: center;
  border-radius: var(--r-sm);
  background: rgba(255,255,255,0.50);
  padding: 8px;
}
.dest-logo img { max-height: 84px; max-width: 100%; object-fit: contain; border-radius: var(--r-xs); }
.dest-logo .logo-ph {
  width: 80px; height: 80px;
  border-radius: var(--r-sm);
  display: flex; align-items: center; justify-content: center;
  font-weight: 900; font-size: 26px; color: var(--roxo);
  background: rgba(91,63,184,0.10);
}
.dest-info { text-align: center; }
.dest-info strong {
  display: -webkit-box;
  -webkit-line-clamp: 2; -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 13px; color: var(--tinta); font-weight: 700;
  line-height: 1.3; margin-bottom: 6px; min-height: 34px;
}
.dest-bloqueado {
  display: inline-flex; align-items: center; gap: 4px;
  font-size: 11px; font-weight: 700;
  color: var(--roxo);
  text-transform: uppercase; letter-spacing: 0.5px;
}

/* ===================== GRID DE CATEGORIAS (glass forte) ===================== */
.cat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 14px;
}
.cat-card {
  display: flex; align-items: center; gap: 14px;
  background: var(--glass-bg-strong);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: var(--glass-border);
  border-radius: var(--r-md);
  box-shadow: var(--glass-shine), var(--glass-shadow);
  padding: 16px;
  cursor: pointer;
  font-family: inherit;
  text-align: left;
  transition: all .3s cubic-bezier(.2,.9,.2,1);
}
.cat-card:hover {
  transform: translateY(-3px);
  background: rgba(255,255,255,0.75);
  box-shadow: var(--glass-shine), 0 16px 40px rgba(91,63,184,0.18);
}
.cat-card-icon {
  width: 54px; height: 54px;
  border-radius: var(--r-xs);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 6px 18px rgba(0,0,0,0.18), inset 0 1px 0 rgba(255,255,255,0.30);
}
.cat-card-icon svg { width: 28px; height: 28px; }
.cat-card-text { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.cat-card-text strong { font-size: 14px; font-weight: 700; color: var(--tinta); }
.cat-card-text small { font-size: 12px; color: #777; }

/* ===================== CARDS COMPLETOS ===================== */
.vitrine-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 18px;
}
.card {
  background: var(--glass-bg-strong);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: var(--glass-border);
  border-radius: var(--r-lg);
  box-shadow: var(--glass-shine), var(--glass-shadow);
  padding: 24px;
  display: flex; flex-direction: column;
  opacity: 0; transform: translateY(12px);
  animation: cardIn .5s ease forwards;
  transition: transform .25s, box-shadow .25s, background .25s;
}
@keyframes cardIn { to { opacity: 1; transform: none; } }
.card:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--glass-shine), 0 20px 50px rgba(91, 63, 184, 0.18);
}
.card-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin-bottom: 16px; }
.card-logo { width: 60px; height: 60px; border-radius: var(--r-sm); background: white; border: 1px solid rgba(255,255,255,0.5); object-fit: cover; flex-shrink: 0; box-shadow: 0 4px 12px rgba(0,0,0,0.08); }
.card-logo.placeholder { display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 20px; color: var(--roxo); background: rgba(91,63,184,0.10); }
.card-cat {
  font-size: 10px; font-weight: 800;
  text-transform: uppercase; letter-spacing: 0.6px;
  color: var(--roxo);
  background: rgba(91,63,184,0.15);
  backdrop-filter: blur(8px);
  padding: 6px 12px; border-radius: 999px;
  max-width: 55%; text-align: right;
  border: 1px solid rgba(91,63,184,0.10);
}
.card-nome {
  margin: 0 0 16px;
  font-family: 'Neulis', 'Lufga', sans-serif;
  font-size: 17px; font-weight: 900;
  letter-spacing: -0.3px; color: var(--tinta); line-height: 1.2;
}
.card-beneficio {
  background: rgba(243,148,35,0.15);
  backdrop-filter: blur(8px);
  border-left: 3px solid var(--laranja);
  border-radius: var(--r-xs);
  padding: 14px;
  margin-bottom: 16px;
}
.card-beneficio.bloqueado { background: rgba(91,63,184,0.10); border-left-color: var(--roxo); }
.ben-label {
  display: inline-flex; align-items: center;
  font-size: 10px; font-weight: 800;
  text-transform: uppercase; letter-spacing: 0.8px;
  color: var(--laranja);
  margin-bottom: 6px;
}
.card-beneficio.bloqueado .ben-label { color: var(--roxo); }
.card-beneficio p { margin: 0; font-size: 13px; line-height: 1.45; color: var(--tinta); }
.ben-mascarado { margin: 0; font-size: 12px; letter-spacing: 1px; color: var(--roxo); opacity: 0.50; user-select: none; filter: blur(2px); }
.card-cta {
  margin-top: auto;
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 16px;
  background: var(--roxo);
  color: white !important;
  border-radius: var(--r-sm);
  font-weight: 700; font-size: 13px;
  text-decoration: none !important;
  transition: all .25s;
  box-shadow: 0 6px 18px rgba(91,63,184,0.30), inset 0 1px 0 rgba(255,255,255,0.20);
}
.card-cta:hover { background: var(--roxo-escuro); transform: translateY(-1px); }

.card-acoes { display: flex; gap: 8px; flex-wrap: wrap; margin-top: auto; padding-top: 12px; }
.card-acoes .act {
  flex: 1; min-width: 0;
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  padding: 10px 12px;
  border-radius: var(--r-sm);
  font-size: 12px; font-weight: 700;
  text-decoration: none; transition: all .2s;
  white-space: nowrap;
  border: 1px solid transparent;
}
.card-acoes .act svg { width: 14px; height: 14px; }
.act.wa { background: rgba(37, 211, 102, 0.15); color: #1F9C4D; border-color: rgba(37,211,102,0.20); }
.act.wa:hover { background: #25D366; color: white; border-color: #25D366; }
.act.tel { background: rgba(91, 63, 184, 0.12); color: var(--roxo); border-color: rgba(91,63,184,0.15); }
.act.tel:hover { background: var(--roxo); color: white; border-color: var(--roxo); }
.act.web { background: rgba(26, 21, 48, 0.10); color: var(--tinta); border-color: rgba(26,21,48,0.10); }
.act.web:hover { background: var(--tinta); color: white; border-color: var(--tinta); }

/* ===================== EMPTY / LOADING ===================== */
.vazio {
  max-width: 540px;
  margin: 60px auto;
  padding: 56px 36px;
  text-align: center;
  background: var(--glass-bg-strong);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: var(--glass-border);
  border-radius: var(--r-lg);
  box-shadow: var(--glass-shine), var(--glass-shadow);
}
.vazio h3 { font-family: 'Neulis', 'Lufga', sans-serif; font-size: 22px; font-weight: 900; color: var(--roxo); margin: 0 0 8px; }
.vazio p { color: #555; margin: 0; }
.loading { display: flex; justify-content: center; padding: 80px 0; grid-column: 1 / -1; }
.loader { width: 36px; height: 36px; border: 3px solid rgba(91,63,184,0.2); border-top-color: var(--roxo); border-radius: 50%; animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

/* ===================== CTA "Quero fazer parte" ===================== */
.cta-participar {
  max-width: 1280px;
  margin: 8px auto 40px;
  padding: 0 32px;
  position: relative; z-index: 1;
}
.cta-participar a {
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  background: linear-gradient(135deg, #F39423 0%, #FF7F00 60%, #E85D04 100%);
  color: white !important;
  text-decoration: none !important;
  padding: 28px 36px;
  border-radius: var(--r-xl);
  box-shadow: 0 16px 40px rgba(243, 148, 35, 0.30), inset 0 1px 0 rgba(255,255,255,0.30);
  transition: all .25s;
  position: relative;
  overflow: hidden;
}
.cta-participar a:hover { transform: translateY(-2px); box-shadow: 0 20px 50px rgba(243, 148, 35, 0.40); }
.cta-participar a::before {
  content: '';
  position: absolute;
  right: -40px; top: -60px;
  width: 280px; height: 280px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 300'><path d='M 150 30 A 40 40 0 0 1 190 70 L 190 110 L 230 110 A 40 40 0 0 1 270 150 A 40 40 0 0 1 230 190 L 190 190 L 190 230 A 40 40 0 0 1 150 270 A 40 40 0 0 1 110 230 L 110 190 L 70 190 A 40 40 0 0 1 30 150 A 40 40 0 0 1 70 110 L 110 110 L 110 70 A 40 40 0 0 1 150 30 Z' fill='%23ffffff' opacity='0.16'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
.cta-participar .txt h3 {
  font-family: 'Neulis', sans-serif;
  font-size: clamp(20px, 2.4vw, 28px); font-weight: 900;
  margin: 0 0 4px;
  letter-spacing: -0.5px;
  text-shadow: 0 1px 8px rgba(0,0,0,0.15);
}
.cta-participar .txt p { margin: 0; font-size: 14px; opacity: 0.95; }
.cta-participar .seta {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(255,255,255,0.20);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.30);
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 700; font-size: 14px;
  flex-shrink: 0;
}

@media (max-width: 720px) {
  .cta-participar { padding: 0 14px; }
  .cta-participar a { flex-direction: column; align-items: flex-start; padding: 24px; gap: 16px; border-radius: var(--r-md); }
  .cta-participar a::before { font-size: 180px; right: -30px; top: -40px; }
  .cta-participar .seta { width: 100%; justify-content: center; padding: 12px 18px; }
}

/* ===================== POPUP CONFIGURÁVEL ===================== */
.popup-overlay {
  position: fixed; inset: 0; z-index: 2000;
  background: rgba(26, 21, 48, 0.65);
  backdrop-filter: blur(8px);
  display: flex; align-items: center; justify-content: center;
  padding: 20px;
  animation: popOverlayIn .25s ease;
}
@keyframes popOverlayIn { from { opacity: 0; } to { opacity: 1; } }
.popup-card {
  background: white;
  border-radius: var(--r-lg);
  max-width: 460px; width: 100%;
  padding: 30px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.40);
  position: relative;
  text-align: center;
  animation: popCardIn .3s cubic-bezier(.2,.9,.2,1);
}
@keyframes popCardIn { from { opacity: 0; transform: scale(.94); } to { opacity: 1; transform: scale(1); } }
.popup-close {
  position: absolute; top: 12px; right: 14px;
  background: none; border: 0;
  font-size: 28px; line-height: 1;
  color: #999; cursor: pointer;
  width: 32px; height: 32px;
  border-radius: 50%;
  transition: all .2s;
}
.popup-close:hover { background: rgba(0,0,0,0.08); color: var(--tinta); }
.popup-card img { max-width: 100%; max-height: 260px; border-radius: 14px; margin-bottom: 18px; }
.popup-card h3 {
  font-family: 'Neulis', sans-serif;
  font-size: 22px; font-weight: 900;
  color: var(--roxo); margin: 0 0 12px;
}
.popup-card #popup-msg { font-size: 14px; line-height: 1.55; color: var(--tinta); margin-bottom: 18px; }
.popup-cta {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--laranja);
  color: white !important;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 700; font-size: 13px;
  text-decoration: none !important;
  transition: all .2s;
  box-shadow: 0 8px 22px rgba(243,148,35,0.35);
}
.popup-cta:hover { background: #FF7F00; transform: translateY(-1px); }

/* ===================== ESTRELAS DE AVALIAÇÃO ===================== */
.estrelas { display: inline-flex; gap: 2px; }
.estrelas button {
  background: none; border: 0;
  font-size: 32px; line-height: 1;
  color: #ddd; cursor: pointer;
  padding: 4px 2px;
  transition: color .15s, transform .1s;
  font-family: inherit;
}
.estrelas button:hover, .estrelas button.preenchida { color: #F5B400; }
.estrelas button:hover { transform: scale(1.12); }
.estrelas:hover button { color: #ddd; }
.estrelas:hover button:hover, .estrelas:hover button:hover ~ button { color: #ddd; }
/* Quando hover, preenche da estrela hover pra esquerda */
.estrelas { direction: rtl; justify-content: flex-end; }
.estrelas button { order: 1; }
.estrelas:hover button:hover, .estrelas:hover button:hover ~ button { color: #F5B400; }

/* Mini estrelas no card (mostrar avg rating) */
.card-rating { display: inline-flex; align-items: center; gap: 4px; font-size: 12px; color: #666; margin-top: 6px; }
.card-rating .star { color: #F5B400; font-size: 14px; }

/* ===================== RODAPÉ (glass) ===================== */
.rodape {
  max-width: 1280px;
  margin: 40px auto;
  padding: 28px 32px;
  text-align: center;
  font-size: 13px; color: #555;
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: var(--glass-border);
  border-radius: var(--r-lg);
  box-shadow: var(--glass-shine), var(--glass-shadow);
}
.rodape p { margin: 4px 0; }
.rodape strong { color: var(--roxo); }

/* ===================== MOBILE ===================== */
@media (max-width: 720px) {
  .glass-header {
    margin: 10px 12px 16px;
    padding: 10px 16px;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    gap: 10px;
    border-radius: var(--r-md);
  }
  .logo-link img { height: 28px; }
  .busca-wrap { grid-column: 1 / -1; order: 3; padding: 4px 6px 4px 12px; }
  .busca-wrap input { padding: 8px 0; font-size: 14px; }
  .btn-entrar { padding: 9px 14px; font-size: 12px; gap: 6px; }
  /* Mantém a palavra "Entrar" visível também em mobile */
  /* Em mobile, dropdown vira modal central com backdrop pra evitar sair da tela */
  .entrar-menu {
    position: fixed;
    top: 50%; left: 50%; right: auto; bottom: auto;
    transform: translate(-50%, -50%);
    width: calc(100vw - 32px); max-width: 360px;
    padding: 12px;
    border-radius: var(--r-md);
    box-shadow: var(--glass-shine), 0 24px 80px rgba(0,0,0,0.35);
    animation: dropInMobile .22s ease;
    z-index: 1000;
  }
  @keyframes dropInMobile { from { opacity: 0; transform: translate(-50%, -50%) scale(0.94); } to { opacity: 1; transform: translate(-50%, -50%) scale(1); } }
  /* Backdrop atrás do menu pra evidenciar o foco */
  .entrar-menu.aberto::before {
    content: '';
    position: fixed; inset: 0;
    background: rgba(26, 21, 48, 0.45);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    z-index: -1;
    animation: backdropIn .22s ease;
  }
  @keyframes backdropIn { from { opacity: 0; } to { opacity: 1; } }

  .momentos-wrap { padding: 14px 14px 8px; }
  .momentos { gap: 12px; }
  .momento { width: 78px; }
  .momento-circle { width: 66px; height: 66px; }
  .momento-circle svg { width: 32px; height: 32px; }
  .momento-nome { font-size: 11px; }

  .banner-hero { margin: 6px auto 24px; padding: 0 14px; }
  .banner-hero::after { left: 14px; right: 14px; border-radius: var(--r-md); }
  .banner-content { padding: 32px 24px; max-width: 100%; }
  .banner-content h1 { font-size: 26px; }
  .banner-content p { font-size: 13px; }
  .banner-cta { padding: 13px 22px; font-size: 13px; }
  .banner-art { display: none; }

  .secao { padding: 0 14px; margin-bottom: 28px; }
  .secao-head h2 { font-size: 19px; }
  .secao-head .hint { display: none; }

  .row-scroll { gap: 12px; padding-bottom: 10px; }
  .dest-card { width: 170px; padding: 16px; border-radius: var(--r-sm); }
  .dest-logo { height: 80px; }
  .dest-logo img { max-height: 64px; }

  .cat-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .cat-card { padding: 12px; border-radius: var(--r-sm); }
  .cat-card-icon { width: 46px; height: 46px; border-radius: var(--r-xs); }
  .cat-card-icon svg { width: 23px; height: 23px; }
  .cat-card-text strong { font-size: 12px; }
  .cat-card-text small { font-size: 11px; }

  .vitrine-grid { grid-template-columns: 1fr; gap: 14px; }
  .card { padding: 20px; border-radius: var(--r-md); }
  .rodape { margin: 24px 14px; padding: 22px; font-size: 12px; border-radius: var(--r-md); }
}

@media (max-width: 400px) {
  .cat-grid { grid-template-columns: 1fr; }
  .momento { width: 72px; }
  .momento-circle { width: 62px; height: 62px; }
}
