/* ==========================================================================
   BIO LINK — FAVELA GRIFES ("BLACK & BRILLIANT GOLD")
   Design System & Master Stylesheet | Streetwear de Elite | WCAG 2.2 AA
   ========================================================================== */

/* 1. RESET & CSS VARIABLES */
:root {
  /* Black & Dark Slate Palette */
  --bg-deep: #08090b;
  --bg-base: #0e1014;
  --surface-card: rgba(18, 20, 25, 0.88);
  --surface-card-hover: rgba(26, 29, 36, 0.96);
  --surface-elevated: #15181e;
  --surface-overlay: rgba(8, 9, 11, 0.85);

  /* Gold Palette (Amarelo Ouro Brilhante Streetwear) */
  --gold-primary: #f5c518;
  --gold-bright: #ffd700;
  --gold-deep: #d4a017;
  --gold-glow: rgba(245, 197, 24, 0.28);
  --gold-border: rgba(245, 197, 24, 0.38);
  --gold-border-subtle: rgba(245, 197, 24, 0.16);

  /* Neutrals & Text */
  --white-ice: #f9fafb;
  --text-primary: #f3f4f6;
  --text-secondary: #9ca3af;
  --text-muted: #6b7280;
  --green-open: #22c55e;
  --green-glow: rgba(34, 197, 94, 0.3);
  --amber-closed: #f59e0b;

  /* Borders & Shadows */
  --border-light: rgba(255, 255, 255, 0.08);
  --border-card-top: rgba(245, 197, 24, 0.22);
  --shadow-card: 0 12px 32px -8px rgba(0, 0, 0, 0.6), 0 0 20px -5px rgba(0, 0, 0, 0.4);
  --shadow-float: 0 24px 60px -12px rgba(0, 0, 0, 0.8), 0 0 40px -10px rgba(245, 197, 24, 0.12);

  /* Typography */
  --font-display: 'Archivo', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-body: 'Manrope', -apple-system, BlinkMacSystemFont, sans-serif;

  /* Transitions */
  --ease-spring: cubic-bezier(0.16, 1, 0.3, 1);
  --transition-fast: 0.18s var(--ease-spring);
  --transition-smooth: 0.28s var(--ease-spring);
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-family: var(--font-body);
  background-color: var(--bg-deep);
  color: var(--text-primary);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden !important;
}

body {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  background-color: var(--bg-deep);
  overflow-x: hidden !important;
  padding: 0;
}

/* 2. SKIP LINK (Acessibilidade WCAG 2.2 AA) */
.skip-link {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--gold-bright);
  color: #08090b;
  padding: 12px 24px;
  font-weight: 800;
  border-radius: 8px;
  z-index: 9999;
  text-decoration: none;
  font-size: 0.95rem;
  transition: top 0.2s ease;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.6);
}

.skip-link:focus {
  top: 16px;
}

/* 3. BACKDROP & PONTO FOCAL ÚNICO DE LUZ */
.backdrop-container {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

/* Ponto focal único de luz dourada elegante no topo */
.focal-light-orb {
  position: absolute;
  width: 480px;
  height: 480px;
  top: -140px;
  left: 50%;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(245, 197, 24, 0.16) 0%, rgba(245, 197, 24, 0.04) 45%, transparent 70%);
  filter: blur(80px);
  pointer-events: none;
}

/* 4. CANVAS CONTAINER (440px Centralizado) */
.page-container {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 440px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding: 24px 16px 40px;
  margin: 0 auto;
}

@media (min-width: 600px) {
  body {
    padding: 36px 16px;
  }
  .page-container {
    min-height: auto;
    background: rgba(14, 16, 20, 0.85);
    border: 1px solid var(--border-light);
    border-radius: 28px;
    box-shadow: var(--shadow-float);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    padding: 36px 24px 44px;
    margin: 16px auto;
  }
}

/* 5. HERO SECTION */
.hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 24px;
}

/* Logo Circular com Halo Dourado */
.logo-wrapper {
  position: relative;
  width: 96px;
  height: 96px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-halo {
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--gold-glow) 0%, transparent 70%);
  filter: blur(14px);
}

.logo-image {
  position: relative;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  object-fit: cover;
  border: 1.5px solid var(--gold-border);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.7);
  background-color: #08090b;
}

/* Título Monumental */
.hero-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 8px;
}

.title-display {
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 8.5vw, 2.85rem);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: 0.02em;
  color: var(--white-ice);
  text-transform: uppercase;
}

.title-subline {
  font-family: var(--font-display);
  font-size: clamp(1rem, 3.8vw, 1.25rem);
  font-weight: 800;
  letter-spacing: 0.26em;
  color: var(--gold-bright);
  text-transform: uppercase;
  margin-top: 4px;
  padding-left: 0.26em;
  text-shadow: 0 0 16px var(--gold-glow);
}

.hero-tagline {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-secondary);
  margin-bottom: 12px;
}

/* Prova Social Confirmada (Instagram 12,5 mil) */
.hero-proof-bar {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border-light);
  border-radius: 999px;
  padding: 6px 14px;
  margin-bottom: 12px;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--text-primary);
}

.proof-icon {
  width: 14px;
  height: 14px;
  color: var(--gold-primary);
}

.hero-location-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 18px;
}

.hero-location-tag svg {
  width: 14px;
  height: 14px;
  color: var(--gold-primary);
}

/* Banner Showcase da Marca */
.hero-banner-container {
  position: relative;
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--border-light);
  background: linear-gradient(135deg, #13161c 0%, #0c0e12 100%);
  box-shadow: var(--shadow-card);
  padding: 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.banner-badge-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.live-status-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(14, 24, 18, 0.9);
  border: 1px solid rgba(34, 197, 94, 0.4);
  color: #4ade80;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 999px;
  backdrop-filter: blur(8px);
}

.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--green-open);
  box-shadow: 0 0 8px var(--green-open);
}

.live-status-pill.is-open .status-dot {
  background-color: var(--green-open);
  box-shadow: 0 0 8px var(--green-open);
  animation: dotPulse 1.8s infinite;
}

.live-status-pill.is-closed {
  background: rgba(32, 22, 14, 0.9);
  border-color: rgba(245, 158, 11, 0.4);
  color: var(--amber-closed);
}

.live-status-pill.is-closed .status-dot {
  background-color: var(--amber-closed);
  box-shadow: 0 0 8px var(--amber-closed);
  animation: none;
}

.banner-caption {
  font-size: 0.78rem;
  color: var(--text-primary);
  font-weight: 600;
  text-align: left;
  line-height: 1.4;
}

/* 6. FAIXA MARQUEE */
.marquee-container {
  width: 100%;
  overflow: hidden;
  background: rgba(245, 197, 24, 0.07);
  border: 1px solid var(--gold-border-subtle);
  border-radius: 12px;
  padding: 8px 0;
  margin-bottom: 24px;
  text-decoration: none;
  display: block;
  position: relative;
}

.marquee-container:hover .marquee-track {
  animation-play-state: paused;
}

.marquee-track {
  display: flex;
  width: max-content;
  white-space: nowrap;
  animation: marqueeScroll 28s linear infinite;
  will-change: transform;
}

.marquee-item {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--text-primary);
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-right: 12px;
}

.marquee-diamond {
  color: var(--gold-primary);
  font-size: 0.65rem;
}

/* 7. CARDS DE AÇÃO & EFEITO SHINY SWEEP */
.cards-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 20px;
}

.action-card {
  position: relative;
  background: var(--surface-card);
  border: 1px solid var(--border-light);
  border-top-color: var(--border-card-top);
  border-radius: 20px;
  padding: 16px;
  text-decoration: none;
  color: var(--text-primary);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: var(--shadow-card);
  transition: transform var(--transition-fast), box-shadow var(--transition-smooth), border-color var(--transition-smooth);
  min-height: 48px;
}

/* SHINY SWEEP: Feixe Diagonal de Baixa Opacidade */
.fav-shine-sweep {
  position: absolute;
  top: 0;
  left: 0;
  width: 240%;
  height: 100%;
  background: linear-gradient(
    105deg,
    transparent 20%,
    rgba(255, 255, 255, 0) 35%,
    rgba(245, 197, 24, 0.12) 50%,
    rgba(255, 255, 255, 0) 65%,
    transparent 80%
  );
  pointer-events: none;
  transform: translateX(-100%);
  z-index: 5;
  will-change: transform;
}

.action-card.is-visible .fav-shine-sweep {
  animation: favSweep 4.5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.action-card:nth-child(1).is-visible .fav-shine-sweep { animation-delay: 0s; }
.action-card:nth-child(2).is-visible .fav-shine-sweep { animation-delay: 0.8s; }
.action-card:nth-child(3).is-visible .fav-shine-sweep { animation-delay: 1.6s; }
.action-card:nth-child(4).is-visible .fav-shine-sweep { animation-delay: 2.4s; }

/* Resposta no hover e no toque */
.action-card:hover,
.action-card:focus-visible,
.action-card:active {
  transform: translateY(-3px);
  border-color: var(--gold-border);
  box-shadow: 0 16px 36px -8px rgba(0, 0, 0, 0.7), 0 0 24px rgba(245, 197, 24, 0.2);
  outline: none;
}

.action-card:hover .fav-shine-sweep,
.action-card:focus-visible .fav-shine-sweep,
.action-card:active .fav-shine-sweep {
  animation: favSweepFast 0.85s cubic-bezier(0.16, 1, 0.3, 1) 1;
}

/* Card Destaque: COMPRE PELO SITE */
.action-card.card-highlight {
  border-color: var(--gold-border);
}

/* Moldura de Showcase para o Card de Compra (Sem screenshot de terceiro) */
.site-brand-showcase {
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(135deg, #14171d 0%, #0d0f13 100%);
  border: 1px solid rgba(245, 197, 24, 0.22);
  margin-bottom: 14px;
  position: relative;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.showcase-badge-box {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.showcase-tag {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--text-secondary);
  text-transform: uppercase;
}

.showcase-coupon {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 900;
  color: var(--gold-bright);
  letter-spacing: 0.04em;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.showcase-icon-cube {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(245, 197, 24, 0.1);
  border: 1px solid var(--gold-border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-primary);
  flex-shrink: 0;
}

.card-content-row {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.card-icon-box {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border-light);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--gold-primary);
}

.card-icon-box svg {
  width: 22px;
  height: 22px;
}

.card-text-col {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.card-header-line {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.card-title {
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: var(--text-primary);
  text-transform: uppercase;
}

.card-pill {
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 2px 7px;
  border-radius: 999px;
  line-height: 1.2;
}

.pill-gold {
  background: rgba(245, 197, 24, 0.15);
  border: 1px solid rgba(245, 197, 24, 0.4);
  color: var(--gold-bright);
}

.pill-green {
  background: rgba(34, 197, 94, 0.14);
  border: 1px solid rgba(34, 197, 94, 0.35);
  color: #4ade80;
}

.pill-amber {
  background: rgba(245, 158, 11, 0.14);
  border: 1px solid rgba(245, 158, 11, 0.35);
  color: var(--amber-closed);
}

.card-subtitle {
  font-size: 0.78rem;
  color: var(--text-secondary);
  line-height: 1.35;
}

.card-chevron {
  color: var(--text-muted);
  flex-shrink: 0;
  transition: transform var(--transition-fast), color var(--transition-fast);
}

.action-card:hover .card-chevron {
  color: var(--gold-primary);
  transform: translateX(3px);
}

.card-internal-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid var(--border-light);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold-bright);
}

/* 8. GRUPO DE VENDEDORES (3 Vendedores no mesmo nível) */
.vendors-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--border-light);
  width: 100%;
}

.vendor-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 10px 14px;
  text-decoration: none;
  color: var(--text-primary);
  min-height: 48px;
  transition: all var(--transition-fast);
}

.vendor-button:hover,
.vendor-button:focus-visible,
.vendor-button:active {
  background: rgba(245, 197, 24, 0.1);
  border-color: var(--gold-border);
  transform: translateX(2px);
}

.vendor-left {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.vendor-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(245, 197, 24, 0.12);
  border: 1px solid var(--gold-border-subtle);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.8rem;
  color: var(--gold-bright);
  flex-shrink: 0;
}

.vendor-info {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.vendor-name {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--text-primary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.vendor-status-text {
  font-size: 0.68rem;
  color: var(--text-secondary);
  white-space: nowrap;
}

.vendor-right {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--gold-primary);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  flex-shrink: 0;
}

.vendor-right svg {
  width: 14px;
  height: 14px;
}

/* 9. CARD DE LOCALIZAÇÃO & MAPA VIVO */
.map-card-wrapper {
  cursor: default;
}

.map-viewport-container {
  position: relative;
  width: 100%;
  height: 200px;
  border-radius: 14px;
  overflow: hidden;
  background: #111317;
  border: 1px solid var(--border-light);
  margin: 14px 0 10px;
}

.map-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #101215;
  z-index: 2;
  transition: opacity 0.3s ease;
}

.map-placeholder-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-size: 0.75rem;
  color: var(--text-secondary);
}

.spinner {
  width: 24px;
  height: 24px;
  border: 2px solid rgba(245, 197, 24, 0.2);
  border-top-color: var(--gold-primary);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

.map-touch-shield {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(8, 9, 11, 0.6);
  backdrop-filter: blur(2px);
  color: var(--white-ice);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: opacity 0.25s ease;
}

.map-touch-shield.is-unlocked {
  opacity: 0;
  pointer-events: none;
}

.map-iframe-live {
  width: 100%;
  height: 100%;
  border: 0;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.map-iframe-live.is-loaded {
  opacity: 1;
}

.map-gradient-veil {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(8, 9, 11, 0.1) 0%, rgba(8, 9, 11, 0.4) 100%);
  z-index: 1;
}

.map-actions-row {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.btn-map-action {
  flex: 1;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 12px;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: all var(--transition-fast);
}

.btn-route-primary {
  background: var(--gold-primary);
  color: #08090b;
  border: 1px solid var(--gold-bright);
}

.btn-route-primary:hover,
.btn-route-primary:focus-visible,
.btn-route-primary:active {
  background: var(--gold-bright);
  box-shadow: 0 6px 20px var(--gold-glow);
  transform: translateY(-1px);
}

.btn-copy-address {
  background: rgba(255, 255, 255, 0.05);
  color: var(--text-primary);
  border: 1px solid var(--border-light);
}

.btn-copy-address:hover,
.btn-copy-address:focus-visible,
.btn-copy-address:active {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}

.map-meta-links {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.link-ver-google {
  font-size: 0.74rem;
  color: var(--text-secondary);
  text-decoration: none;
  transition: color var(--transition-fast);
}

.link-ver-google:hover {
  color: var(--gold-primary);
}

/* 10. MICRO-LINK DISCRETO */
.micro-link-container {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

.micro-link {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--text-secondary);
  text-decoration: none;
  transition: color var(--transition-fast);
  padding: 8px 12px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
}

.micro-link:hover {
  color: var(--gold-bright);
}

/* 11. TRUST GRID (3 Itens Confirmados) */
.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 24px;
}

.trust-item {
  background: var(--surface-card);
  border: 1px solid var(--border-light);
  border-radius: 14px;
  padding: 12px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 4px;
}

.trust-icon {
  width: 20px;
  height: 20px;
  color: var(--gold-primary);
  margin-bottom: 2px;
}

.trust-title {
  font-size: 0.66rem;
  font-weight: 800;
  color: var(--text-primary);
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.trust-sub {
  font-size: 0.6rem;
  color: var(--text-secondary);
  line-height: 1.2;
}

/* 12. SEÇÃO HORÁRIOS */
.hours-section {
  background: var(--surface-card);
  border: 1px solid var(--border-light);
  border-radius: 20px;
  padding: 18px 16px;
  margin-bottom: 24px;
}

.hours-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  flex-wrap: wrap;
  gap: 8px;
}

.hours-title {
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: var(--text-primary);
  text-transform: uppercase;
}

.hours-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.hours-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 10px;
  border-radius: 8px;
  font-size: 0.78rem;
  color: var(--text-secondary);
  transition: all var(--transition-fast);
}

.hours-row.is-today {
  background: rgba(245, 197, 24, 0.08);
  border: 1px solid var(--gold-border-subtle);
  color: var(--gold-bright);
  font-weight: 700;
}

/* 13. RODAPÉ (Exatamente 2 Linhas) */
.footer-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 6px;
  padding-top: 16px;
  border-top: 1px solid var(--border-light);
}

.footer-line-copyright {
  font-size: 0.72rem;
  color: var(--text-muted);
}

.footer-line-agency {
  font-size: 0.72rem;
  color: var(--text-muted);
}

.footer-agency-link {
  color: var(--gold-primary);
  text-decoration: none;
  font-weight: 700;
  transition: color var(--transition-fast);
}

.footer-agency-link:hover {
  color: var(--gold-bright);
}

/* 14. TOAST NOTIFICATION */
.toast-notice {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%) translateY(40px);
  background: #15181e;
  border: 1px solid var(--gold-border);
  color: var(--text-primary);
  padding: 12px 20px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.28s var(--ease-spring), opacity 0.28s var(--ease-spring);
  z-index: 10000;
}

.toast-notice.show {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}

.toast-notice svg {
  color: var(--gold-bright);
}

/* 15. KEYFRAMES */
@keyframes marqueeScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes favSweep {
  0% { transform: translateX(-100%); }
  35% { transform: translateX(100%); }
  100% { transform: translateX(100%); }
}

@keyframes favSweepFast {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}

@keyframes dotPulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.3); opacity: 0.6; }
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

/* 16. MEDIA QUERIES & ACESSIBILIDADE */
@media (max-width: 360px) {
  .page-container {
    padding: 16px 10px 32px;
  }
  .title-display {
    font-size: 1.95rem;
  }
  .title-subline {
    font-size: 0.95rem;
  }
  .trust-grid {
    gap: 6px;
  }
  .trust-item {
    padding: 10px 4px;
  }
  .trust-title {
    font-size: 0.6rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .marquee-track {
    animation: none;
  }
  .fav-shine-sweep {
    display: none;
  }
}
