/* ==========================================================================
   DRA. CAMILA SOUTTO — LINK BIO PRIME
   Identidade: Agro Nobre, Esmeralda Florestal, Ouro Champanhe & Luxury Glass
   Tipografia: Playfair Display (Headings) + Plus Jakarta Sans (Body)
   ========================================================================== */

:root {
  /* Paleta Nobre Agro Jurídico */
  --bg-dark: #070e0a;
  --bg-gradient-start: #0a1610;
  --bg-gradient-end: #040806;
  
  /* Superfícies e Cartões Glass */
  --card-bg: rgba(12, 24, 18, 0.78);
  --card-border: rgba(212, 175, 55, 0.22);
  --card-border-hover: rgba(212, 175, 55, 0.58);
  --card-glow: rgba(16, 185, 129, 0.16);
  --card-inner-shine: linear-gradient(135deg, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0.01) 100%);

  /* Destaques Dourados & Esmeralda */
  --gold-primary: #d4af37;
  --gold-light: #f5e49e;
  --gold-dark: #a9841c;
  --gold-glow: rgba(212, 175, 55, 0.35);
  --emerald-primary: #10b981;
  --emerald-dark: #064e3b;
  --emerald-glow: rgba(16, 185, 129, 0.25);

  /* WhatsApp & Ações */
  --whatsapp-green: #25d366;
  --whatsapp-hover: #1ebd5a;
  --whatsapp-glow: rgba(37, 211, 102, 0.38);

  /* Tipografia & Contrastes */
  --text-pure: #ffffff;
  --text-title: #f8fafc;
  --text-body: #d1d9d4;
  --text-muted: #8e9e95;
  --text-dim: #5c6b63;

  /* Fontes */
  --font-heading: 'Playfair Display', Georgia, serif;
  --font-body: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

  /* Formas & Raios */
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 22px;
  --radius-full: 9999px;

  /* Sombras */
  --shadow-sm: 0 4px 14px rgba(0, 0, 0, 0.38);
  --shadow-md: 0 10px 32px -8px rgba(0, 0, 0, 0.65);
  --shadow-glow-gold: 0 8px 32px rgba(212, 175, 55, 0.28);
}

/* Reset Global */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  min-height: 100vh;
  background-color: var(--bg-dark);
  background-image: 
    radial-gradient(circle at 50% 0%, #11261b 0%, transparent 60%),
    radial-gradient(circle at 100% 45%, #0e2017 0%, transparent 45%),
    radial-gradient(circle at 0% 75%, #0a1711 0%, transparent 45%);
  background-attachment: fixed;
  color: var(--text-body);
  font-family: var(--font-body);
  font-weight: 400;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  position: relative;
}

/* Textura Agro Grid */
.agro-grid {
  position: fixed;
  inset: 0;
  background-size: 40px 40px;
  background-image: 
    linear-gradient(to right, rgba(212, 175, 55, 0.025) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(212, 175, 55, 0.025) 1px, transparent 1px);
  pointer-events: none;
  z-index: 0;
}

/* Orbes de Iluminação Ambiente */
.ambient-glow {
  position: fixed;
  border-radius: 50%;
  filter: blur(105px);
  pointer-events: none;
  z-index: 0;
  opacity: 0.42;
}

.glow-top {
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 440px;
  height: 380px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.45) 0%, rgba(16, 185, 129, 0.2) 60%, transparent 100%);
}

.glow-middle {
  top: 48%;
  right: -90px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(16, 185, 129, 0.3) 0%, transparent 70%);
}

.glow-bottom {
  bottom: -60px;
  left: -80px;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.28) 0%, transparent 70%);
}

/* Container Principal Mobile-First */
.page-container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 24px 18px calc(120px + env(safe-area-inset-bottom));
  display: flex;
  flex-direction: column;
  gap: 26px;
}

/* ==========================================================================
   01. HERO / CABEÇALHO / PERFIL
   ========================================================================== */
.hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}

/* Top Navigation Bar */
.top-nav-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}

.status-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: var(--radius-full);
  background: rgba(12, 28, 20, 0.85);
  border: 1px solid rgba(212, 175, 55, 0.28);
  font-size: 0.76rem;
  font-weight: 600;
  color: var(--gold-light);
  letter-spacing: 0.03em;
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(8px);
}

.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--whatsapp-green);
  box-shadow: 0 0 10px var(--whatsapp-green);
  animation: pulse-dot 2s infinite ease-in-out;
}

@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.45; transform: scale(0.85); }
}

.share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: var(--radius-full);
  background: rgba(12, 28, 20, 0.85);
  border: 1px solid rgba(212, 175, 55, 0.28);
  color: var(--gold-light);
  cursor: pointer;
  transition: all 0.25s ease;
  backdrop-filter: blur(8px);
}

.share-btn svg {
  width: 18px;
  height: 18px;
}

.share-btn:hover, .share-btn:active {
  border-color: var(--gold-primary);
  background: rgba(212, 175, 55, 0.15);
  transform: scale(1.05);
}

/* Avatar com Moldura Nobre de Ouro */
.avatar-container {
  position: relative;
  width: 140px;
  height: 140px;
  margin-bottom: 18px;
}

.avatar-glow {
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.45) 0%, rgba(16, 185, 129, 0.15) 70%, transparent 100%);
  filter: blur(14px);
  z-index: 0;
  animation: breathe-avatar 4s infinite alternate ease-in-out;
}

@keyframes breathe-avatar {
  0% { transform: scale(0.96); opacity: 0.6; }
  100% { transform: scale(1.06); opacity: 0.95; }
}

.avatar-ring-outer {
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  border: 2px solid transparent;
  background: linear-gradient(135deg, var(--gold-primary), transparent 45%, var(--gold-light)) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  z-index: 1;
}

.avatar-img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #0a1912;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.7);
  image-rendering: -webkit-optimize-contrast;
}

.avatar-badge {
  position: absolute;
  bottom: 4px;
  right: 6px;
  z-index: 3;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-primary), var(--gold-dark));
  color: #070e0a;
  border: 2px solid #070e0a;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.avatar-badge svg {
  width: 16px;
  height: 16px;
}

/* Nomes & Títulos */
.lawyer-name {
  font-family: var(--font-heading);
  font-size: 1.85rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--text-pure);
  margin-bottom: 4px;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.8);
}

.lawyer-title {
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--gold-primary);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

/* Instagram Pill */
.instagram-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 18px;
  border-radius: var(--radius-full);
  background: rgba(15, 30, 22, 0.75);
  border: 1px solid rgba(212, 175, 55, 0.28);
  font-size: 0.82rem;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 18px;
  transition: all 0.25s ease;
  backdrop-filter: blur(8px);
}

.instagram-pill .ig-icon {
  width: 15px;
  height: 15px;
  fill: var(--gold-light);
}

.instagram-pill .check-icon {
  width: 14px;
  height: 14px;
  fill: var(--gold-primary);
}

.instagram-pill:hover, .instagram-pill:active {
  border-color: var(--gold-primary);
  background: rgba(212, 175, 55, 0.16);
  transform: translateY(-1px);
}

/* Bio */
.lawyer-bio {
  font-size: 0.94rem;
  line-height: 1.6;
  color: var(--text-body);
  max-width: 440px;
  margin: 0 auto 18px;
}

.lawyer-bio strong {
  color: var(--gold-light);
  font-weight: 600;
}

/* ==========================================================================
   MARQUEE SEM OVERFLOW / LOOP PERFEITO
   ========================================================================== */
.marquee-wrapper {
  width: calc(100% + 36px);
  margin-left: -18px;
  margin-right: -18px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(90deg, rgba(8, 18, 13, 0) 0%, rgba(212, 175, 55, 0.12) 50%, rgba(8, 18, 13, 0) 100%);
  border-top: 1px solid rgba(212, 175, 55, 0.18);
  border-bottom: 1px solid rgba(212, 175, 55, 0.18);
  padding: 8px 0;
  margin-top: 6px;
  margin-bottom: 22px;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 90%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 90%, transparent 100%);
}

.marquee-inner {
  display: flex;
  width: max-content;
  animation: marquee-scroll 22s linear infinite;
}

.marquee-wrapper:hover .marquee-inner {
  animation-play-state: paused;
}

.marquee-group {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-right: 24px;
  flex-shrink: 0;
}

.marquee-group span {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold-light);
  white-space: nowrap;
}

@keyframes marquee-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* Stories / Destaques */
.stories-scroll-container {
  width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 4px 0 10px;
}

.stories-scroll-container::-webkit-scrollbar {
  display: none;
}

.stories-track {
  display: flex;
  gap: 16px;
  justify-content: flex-start;
  min-width: max-content;
  padding: 0 4px;
}

.story-bubble-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  transition: transform 0.2s ease;
}

.story-bubble-btn:hover, .story-bubble-btn:active {
  transform: scale(1.06);
}

.story-bubble-ring {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  padding: 2.5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ring-gold {
  background: linear-gradient(135deg, var(--gold-primary), #0c2016 45%, var(--gold-light));
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.25);
}

.story-bubble-inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #0b1a13;
  border: 2px solid #070e0a;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-light);
}

.story-bubble-inner svg {
  width: 24px;
  height: 24px;
}

.story-label {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--text-body);
  max-width: 72px;
  text-align: center;
  line-height: 1.25;
}

/* ==========================================================================
   02. CTA MASTER DE ALTA CONVERSÃO
   ========================================================================== */
.cta-master {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 22px;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, #10251b 0%, #153424 50%, #0d2116 100%);
  border: 1.5px solid var(--gold-primary);
  color: var(--text-pure);
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.55), 0 0 25px rgba(212, 175, 55, 0.22);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.cta-master:hover, .cta-master:active {
  transform: translateY(-2px);
  border-color: var(--gold-light);
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.7), 0 0 35px rgba(212, 175, 55, 0.4);
}

.cta-shine {
  position: absolute;
  top: 0;
  left: -120%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(245, 228, 158, 0.28), transparent);
  transform: skewX(-24deg);
  animation: shine-sweep 4.5s infinite;
  pointer-events: none;
}

@keyframes shine-sweep {
  0%, 70% { left: -120%; }
  100% { left: 200%; }
}

.pulse-gold {
  animation: pulse-border 3s infinite ease-in-out;
}

@keyframes pulse-border {
  0%, 100% {
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.55), 0 0 20px rgba(212, 175, 55, 0.2);
  }
  50% {
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.55), 0 0 32px rgba(212, 175, 55, 0.45);
  }
}

.cta-icon-wrapper {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, var(--gold-primary), var(--gold-dark));
  color: #070e0a;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.cta-icon-wrapper svg {
  width: 28px;
  height: 28px;
}

.cta-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: left;
}

.cta-title {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.25;
  margin-bottom: 3px;
}

.cta-subtitle {
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--gold-light);
  line-height: 1.35;
}

.cta-arrow {
  flex-shrink: 0;
  color: var(--gold-light);
  transition: transform 0.25s ease;
}

.cta-arrow svg {
  width: 22px;
  height: 22px;
}

.cta-master:hover .cta-arrow {
  transform: translateX(4px);
}

.cta-microcopy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 0.75rem;
  color: var(--text-muted);
  margin-top: 10px;
  text-align: center;
}

.cta-microcopy svg {
  width: 14px;
  height: 14px;
  fill: var(--gold-primary);
  flex-shrink: 0;
}

/* ==========================================================================
   03. CREDENCIAIS & NÚMEROS DE AUTORIDADE (RESPONSIVO ROBUSTO)
   ========================================================================== */
.credentials-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

@media (max-width: 390px) {
  .credentials-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}

.cred-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: var(--radius-md);
  padding: 14px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(12px);
  transition: all 0.25s ease;
}

.cred-card:hover {
  border-color: var(--gold-primary);
  transform: translateY(-2px);
}

.cred-icon-wrap {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(212, 175, 55, 0.12);
  color: var(--gold-light);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}

.cred-icon-wrap svg {
  width: 18px;
  height: 18px;
}

.cred-value {
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.15;
  margin-bottom: 3px;
}

.cred-label {
  font-size: 0.7rem;
  font-weight: 500;
  color: var(--text-muted);
  line-height: 1.25;
}

/* ==========================================================================
   04. MANIFESTO EDITORIAL
   ========================================================================== */
.manifesto-card {
  position: relative;
  background: linear-gradient(135deg, rgba(14, 30, 22, 0.85) 0%, rgba(9, 19, 14, 0.95) 100%);
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: var(--radius-lg);
  padding: 24px 22px 20px;
  box-shadow: var(--shadow-md);
  backdrop-filter: blur(14px);
  overflow: hidden;
}

.manifesto-quote-icon {
  position: absolute;
  top: -10px;
  left: 14px;
  font-family: var(--font-heading);
  font-size: 4.5rem;
  line-height: 1;
  color: rgba(212, 175, 55, 0.15);
  pointer-events: none;
}

.manifesto-text {
  position: relative;
  z-index: 1;
  font-family: var(--font-heading);
  font-size: 1.04rem;
  font-style: italic;
  line-height: 1.6;
  color: #f1f5f2;
  margin-bottom: 16px;
}

.manifesto-text strong {
  color: var(--gold-light);
  font-style: normal;
  font-weight: 600;
}

.manifesto-author {
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(212, 175, 55, 0.2);
  padding-top: 12px;
}

.manifesto-author strong {
  font-size: 0.88rem;
  color: var(--gold-primary);
  letter-spacing: 0.02em;
}

.manifesto-author span {
  font-size: 0.74rem;
  color: var(--text-muted);
}

/* ==========================================================================
   05. PILARES & SERVIÇOS DE PROTEÇÃO
   ========================================================================== */
.section-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.section-header {
  text-align: center;
  margin-bottom: 4px;
}

.section-tag {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--gold-primary);
  margin-bottom: 4px;
}

.section-title {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--text-title);
  line-height: 1.3;
}

.pillars-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pillar-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: var(--radius-lg);
  padding: 20px 18px 16px;
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(14px);
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: all 0.3s ease;
}

.pillar-card:hover {
  border-color: var(--gold-primary);
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5), 0 0 20px rgba(212, 175, 55, 0.18);
}

.pillar-top {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.pillar-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
}

.gold-icon {
  background: rgba(212, 175, 55, 0.15);
  color: var(--gold-light);
  border: 1px solid rgba(212, 175, 55, 0.35);
}

.emerald-icon {
  background: rgba(16, 185, 129, 0.15);
  color: #34d399;
  border: 1px solid rgba(16, 185, 129, 0.35);
}

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

.pillar-info {
  flex: 1;
}

.pillar-title {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 6px;
  line-height: 1.3;
}

.pillar-desc {
  font-size: 0.83rem;
  line-height: 1.55;
  color: var(--text-body);
}

.pillar-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-radius: var(--radius-md);
  background: rgba(212, 175, 55, 0.08);
  border: 1px solid rgba(212, 175, 55, 0.25);
  color: var(--gold-light);
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 600;
  transition: all 0.25s ease;
}

.pillar-action svg {
  width: 15px;
  height: 15px;
  transition: transform 0.2s ease;
}

.pillar-action:hover, .pillar-action:active {
  background: rgba(212, 175, 55, 0.18);
  border-color: var(--gold-primary);
  color: #ffffff;
}

.pillar-action:hover svg {
  transform: translateX(3px);
}

/* ==========================================================================
   06. CANAIS & BOTÕES DE ACESSO
   ========================================================================== */
.action-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.link-btn {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 15px 16px;
  border-radius: var(--radius-md);
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  color: var(--text-pure);
  text-decoration: none;
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(12px);
  transition: all 0.25s ease;
}

.link-btn:hover, .link-btn:active {
  border-color: var(--gold-primary);
  background: rgba(18, 36, 28, 0.85);
  transform: translateY(-2px);
}

.link-btn-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
}

.wa-bg {
  background: rgba(37, 211, 102, 0.16);
  color: var(--whatsapp-green);
  border: 1px solid rgba(37, 211, 102, 0.35);
}

.ig-bg {
  background: rgba(225, 48, 108, 0.16);
  color: #ff5f9e;
  border: 1px solid rgba(225, 48, 108, 0.35);
}

.alert-bg {
  background: rgba(239, 68, 68, 0.16);
  color: #f87171;
  border: 1px solid rgba(239, 68, 68, 0.35);
}

.link-btn-icon svg {
  width: 22px;
  height: 22px;
}

.link-btn-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: left;
}

.link-btn-text strong {
  font-size: 0.94rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 2px;
}

.link-btn-text small {
  font-size: 0.74rem;
  color: var(--text-muted);
}

.link-btn-arrow {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  color: var(--text-muted);
  transition: transform 0.2s ease;
}

.link-btn:hover .link-btn-arrow {
  color: var(--gold-light);
  transform: translateX(3px);
}

.wa-highlight {
  border-color: rgba(37, 211, 102, 0.35);
}

.wa-highlight:hover {
  border-color: var(--whatsapp-green);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.2);
}

.alert-link {
  border-color: rgba(239, 68, 68, 0.35);
}

.alert-link:hover {
  border-color: #f87171;
  box-shadow: 0 6px 20px rgba(239, 68, 68, 0.2);
}

/* ==========================================================================
   07. ABRANGÊNCIA NACIONAL
   ========================================================================== */
.national-card {
  background: linear-gradient(135deg, rgba(14, 28, 20, 0.8) 0%, rgba(9, 18, 13, 0.9) 100%);
  border: 1px solid var(--card-border);
  border-radius: var(--radius-lg);
  padding: 22px 20px;
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(12px);
  text-align: left;
}

.national-badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: var(--radius-full);
  background: rgba(212, 175, 55, 0.12);
  border: 1px solid rgba(212, 175, 55, 0.28);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--gold-light);
  margin-bottom: 12px;
}

.national-title {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
  line-height: 1.35;
}

.national-desc {
  font-size: 0.84rem;
  line-height: 1.6;
  color: var(--text-body);
  margin-bottom: 16px;
}

.national-features {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 18px;
}

.n-feat {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.8rem;
  color: #f1f5f2;
}

.n-feat svg {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  fill: var(--gold-primary);
}

.map-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 18px;
  border-radius: var(--radius-md);
  background: rgba(212, 175, 55, 0.15);
  border: 1px solid var(--gold-primary);
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
}

.map-btn svg {
  width: 18px;
  height: 18px;
  color: var(--gold-light);
}

.map-btn:hover, .map-btn:active {
  background: var(--gold-primary);
  color: #070e0a;
}

.map-btn:hover svg {
  color: #070e0a;
}

/* ==========================================================================
   08. FAQ / ACORDEÃO DE DÚVIDAS
   ========================================================================== */
.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.faq-item {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: all 0.25s ease;
  backdrop-filter: blur(12px);
}

.faq-item[open] {
  border-color: var(--gold-primary);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px;
  font-size: 0.88rem;
  font-weight: 600;
  color: #ffffff;
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.faq-question::-webkit-details-marker {
  display: none;
}

.faq-icon {
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--gold-primary);
  line-height: 1;
  transition: transform 0.25s ease;
}

.faq-item[open] .faq-icon {
  transform: rotate(45deg);
  color: var(--gold-light);
}

.faq-answer {
  padding: 0 18px 16px;
  font-size: 0.83rem;
  line-height: 1.6;
  color: var(--text-body);
  border-top: 1px solid rgba(212, 175, 55, 0.12);
  padding-top: 12px;
}

/* ==========================================================================
   09. RODAPÉ INSTITUCIONAL
   ========================================================================== */
.footer-section {
  text-align: center;
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: 1px solid rgba(212, 175, 55, 0.18);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.footer-social-links {
  display: flex;
  gap: 12px;
}

.footer-icon-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(14, 28, 20, 0.85);
  border: 1px solid rgba(212, 175, 55, 0.25);
  color: var(--gold-light);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.25s ease;
}

.footer-icon-btn svg {
  width: 18px;
  height: 18px;
}

.footer-icon-btn:hover, .footer-icon-btn:active {
  border-color: var(--gold-primary);
  background: rgba(212, 175, 55, 0.15);
  transform: scale(1.08);
}

.footer-name {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 700;
  color: #ffffff;
}

.footer-title {
  font-size: 0.76rem;
  color: var(--gold-primary);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

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

.footer-brand-badge {
  margin-top: 6px;
  display: inline-block;
  padding: 4px 12px;
  border-radius: var(--radius-full);
  background: rgba(212, 175, 55, 0.08);
  border: 1px solid rgba(212, 175, 55, 0.2);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--gold-light);
}

/* ==========================================================================
   10. STICKY ACTION BAR (FLUTUANTE INTELIGENTE)
   ========================================================================== */
.sticky-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px 18px calc(14px + env(safe-area-inset-bottom));
  background: linear-gradient(180deg, rgba(7, 14, 10, 0) 0%, rgba(7, 14, 10, 0.94) 30%, #070e0a 100%);
  backdrop-filter: blur(14px);
  z-index: 99;
  display: flex;
  justify-content: center;
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.sticky-bar.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.sticky-action-btn {
  width: 100%;
  max-width: 480px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 18px;
  border-radius: var(--radius-full);
  background: linear-gradient(135deg, var(--gold-primary), var(--gold-dark));
  color: #070e0a;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.88rem;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.6), 0 0 20px rgba(212, 175, 55, 0.35);
  transition: all 0.2s ease;
  overflow: hidden;
}

.sticky-action-btn:hover, .sticky-action-btn:active {
  background: linear-gradient(135deg, var(--gold-light), var(--gold-primary));
  transform: scale(1.02);
}

.sticky-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 50%;
  background: #070e0a;
  color: var(--gold-light);
  display: flex;
  align-items: center;
  justify-content: center;
}

.sticky-icon svg {
  width: 18px;
  height: 18px;
  fill: var(--gold-light);
  display: block;
}

.sticky-text {
  flex: 1;
  text-align: center;
  font-size: 0.88rem;
  font-weight: 700;
  color: #070e0a;
  letter-spacing: 0.02em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 4px;
}

.sticky-arrow,
svg.sticky-arrow {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  min-width: 18px;
  max-width: 18px;
  min-height: 18px;
  max-height: 18px;
  stroke: #070e0a;
  display: block;
}

/* ==========================================================================
   11. MODAL INTERATIVO COMPLETO DE STORIES
   ========================================================================== */
.story-modal {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.story-modal.is-active {
  opacity: 1;
  pointer-events: auto;
}

.story-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 9, 6, 0.88);
  backdrop-filter: blur(16px);
}

.story-modal-card {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 420px;
  max-height: calc(100dvh - 36px);
  height: min(620px, calc(100dvh - 40px));
  background: linear-gradient(180deg, #0d2116 0%, #07110c 100%);
  border: 1.5px solid var(--gold-primary);
  border-radius: var(--radius-lg);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.8), 0 0 40px rgba(212, 175, 55, 0.28);
  user-select: none;
}

/* Multi-Segmentos de Progresso (Instagram Stories) */
.story-progress-segments {
  display: flex;
  gap: 4px;
  padding: 10px 14px 4px;
  width: 100%;
}

.story-segment {
  flex: 1;
  height: 3px;
  background: rgba(255, 255, 255, 0.22);
  border-radius: 2px;
  overflow: hidden;
}

.story-segment-fill {
  height: 100%;
  width: 0%;
  background: var(--gold-primary);
  box-shadow: 0 0 8px var(--gold-primary);
  transition: width 0.1s linear;
}

.story-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 18px;
  border-bottom: 1px solid rgba(212, 175, 55, 0.18);
  background: rgba(10, 22, 16, 0.6);
  z-index: 5;
}

.story-card-profile {
  display: flex;
  align-items: center;
  gap: 12px;
}

.story-card-profile img {
  border-radius: 50%;
  border: 2px solid var(--gold-primary);
}

.story-card-profile strong {
  display: block;
  font-size: 0.88rem;
  color: #ffffff;
}

.story-card-profile span {
  display: block;
  font-size: 0.72rem;
  color: var(--gold-light);
}

.story-close-btn {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  color: var(--gold-light);
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  transition: transform 0.2s ease, background 0.2s ease;
}

.story-close-btn:hover {
  transform: scale(1.1);
  background: rgba(212, 175, 55, 0.25);
  color: #ffffff;
}

/* Zonas de Toque Invisíveis (Esquerda / Direita) */
.story-touch-nav {
  position: absolute;
  top: 64px;
  bottom: 80px;
  left: 0;
  right: 0;
  display: flex;
  z-index: 3;
  pointer-events: auto;
}

.story-nav-zone {
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  flex: 1;
}

.zone-prev {
  max-width: 35%;
}

.zone-next {
  flex: 1;
}

/* Botões de Navegação Visíveis */
.story-arrow-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(7, 18, 12, 0.75);
  border: 1px solid rgba(212, 175, 55, 0.35);
  color: var(--gold-light);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 4;
  transition: all 0.2s ease;
  backdrop-filter: blur(8px);
}

.story-arrow-btn svg {
  width: 18px;
  height: 18px;
}

.arrow-prev {
  left: 8px;
}

.arrow-next {
  right: 8px;
}

.story-arrow-btn:hover {
  background: var(--gold-primary);
  color: #070e0a;
}

.story-card-body {
  position: relative;
  z-index: 2;
  flex: 1;
  padding: 24px 20px;
  overflow-y: auto;
  color: #f1f5f2;
}

.story-card-body h3 {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  color: var(--gold-light);
  margin-bottom: 12px;
  line-height: 1.35;
}

.story-card-body p {
  font-size: 0.88rem;
  line-height: 1.6;
  margin-bottom: 14px;
  color: var(--text-body);
}

.story-card-body ul {
  padding-left: 20px;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.story-card-body li {
  font-size: 0.84rem;
  line-height: 1.5;
  color: #ffffff;
}

.story-card-body strong {
  color: var(--gold-light);
}

.story-card-footer {
  position: relative;
  z-index: 5;
  padding: 14px 20px;
  background: rgba(10, 22, 16, 0.85);
  border-top: 1px solid rgba(212, 175, 55, 0.18);
  backdrop-filter: blur(10px);
}

.story-cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 13px;
  border-radius: var(--radius-full);
  background: linear-gradient(135deg, var(--gold-primary), var(--gold-dark));
  color: #070e0a;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.88rem;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease;
}

.story-cta-btn svg {
  width: 18px;
  height: 18px;
}

.story-cta-btn:hover {
  background: linear-gradient(135deg, var(--gold-light), var(--gold-primary));
  transform: translateY(-1px);
}

/* ==========================================================================
   12. TOAST DE NOTIFICAÇÃO
   ========================================================================== */
.toast-notification {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%) translateY(100px);
  background: rgba(10, 24, 17, 0.95);
  border: 1px solid var(--gold-primary);
  color: var(--gold-light);
  padding: 10px 22px;
  border-radius: var(--radius-full);
  font-size: 0.82rem;
  font-weight: 600;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.7), 0 0 20px rgba(212, 175, 55, 0.25);
  z-index: 1000;
  pointer-events: none;
  opacity: 0;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  backdrop-filter: blur(12px);
}

.toast-notification.is-visible {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}

/* ==========================================================================
   13. ANIMAÇÕES DE REVEAL AO ROLAR
   ========================================================================== */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}
