/**
 * COMPONENTES DO BIO LINK PREMIUM (MÉTODO "COPY" v13 — TEMA BEGE LUXURY)
 * Projeto: Espaço Menina Mulher
 */

/* ═══════════════════════════════════════════════════════════════
   1. HERO DA MARCA
   ═══════════════════════════════════════════════════════════════ */
.brand-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 14px;
  padding-top: 8px;
}

/* Avatar com Anel de Glow e Logo Original Preservada */
.avatar-frame {
  position: relative;
  width: 106px;
  height: 106px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.avatar-glow-ring {
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  background: var(--accent-gradient);
  opacity: 0.88;
  filter: drop-shadow(0 0 16px var(--accent-glow));
  animation: pulse-glow 3.5s ease-in-out infinite alternate;
}

@keyframes pulse-glow {
  0% { transform: scale(0.98); opacity: 0.72; }
  100% { transform: scale(1.03); opacity: 1; filter: drop-shadow(0 0 24px var(--accent-glow)); }
}

.avatar-inner {
  position: relative;
  z-index: 2;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #FFFFFF;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(184, 107, 67, 0.40);
  box-shadow: 0 4px 16px rgba(184, 107, 67, 0.15);
}

.avatar-logo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
}

/* Título Monumental & Tipografia Responsiva */
.brand-title {
  font-family: 'Sora', sans-serif;
  font-size: clamp(1.15rem, 4.6vw, 1.65rem);
  font-weight: 900;
  letter-spacing: -0.01em;
  color: #1C1917;
  text-transform: uppercase;
  line-height: 1.15;
  text-wrap: balance;
  width: 100%;
  padding: 0 2px;
}

.brand-tagline {
  font-family: 'Sora', sans-serif;
  font-size: 0.80rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent-terracota);
  margin-top: -6px;
}

/* Location Tag com Pin */
.location-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 14px;
  background: rgba(184, 107, 67, 0.08);
  border: 1px solid rgba(184, 107, 67, 0.16);
  border-radius: var(--radius-pill);
  font-size: 0.78rem;
  font-weight: 600;
  color: #57534E;
}

.location-tag svg {
  color: var(--accent-terracota);
  flex-shrink: 0;
}

/* Banner Showcase Panorâmico */
.showcase-banner {
  position: relative;
  width: 100%;
  height: 180px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(184, 107, 67, 0.16);
  box-shadow: var(--shadow-elevation);
  margin-top: 4px;
}

.showcase-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
  transition: transform 0.5s var(--ease-spring);
}

.showcase-banner:hover .showcase-img {
  transform: scale(1.06);
}

.showcase-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(28, 25, 23, 0.05) 0%, rgba(28, 25, 23, 0.75) 75%, rgba(28, 25, 23, 0.95) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 16px 18px;
  gap: 6px;
}

.showcase-badge {
  align-self: flex-start;
  padding: 4px 10px;
  background: var(--accent-gradient);
  color: #FFFFFF;
  font-family: 'Sora', sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: var(--radius-pill);
  box-shadow: 0 2px 8px rgba(120, 95, 75, 0.3);
}

.showcase-title {
  font-family: 'Sora', sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  color: #FFFFFF;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.showcase-subtitle {
  font-size: 0.74rem;
  color: #E7E5E4;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ═══════════════════════════════════════════════════════════════
   2. CARDS DE AÇÃO (Peça Central de Conversão)
   ═══════════════════════════════════════════════════════════════ */
.actions-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.action-card {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  background-image: 
    linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(250, 246, 241, 0.98) 100%),
    linear-gradient(180deg, rgba(184, 107, 67, 0.32) 0%, rgba(184, 107, 67, 0.08) 45%, rgba(184, 107, 67, 0.02) 100%);
  background-origin: padding-box, border-box;
  background-clip: padding-box, border-box;
  border: 1px solid transparent;
  border-radius: var(--radius-lg);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  text-decoration: none;
  color: #1C1917;
  box-shadow: 0 4px 14px rgba(120, 95, 75, 0.08), 0 10px 24px rgba(120, 95, 75, 0.06);
  transition: transform var(--transition-fast), box-shadow var(--transition-fast), background-image var(--transition-fast);
  overflow: hidden;
}

.action-card:hover {
  transform: translateY(-2px);
  background-image: 
    linear-gradient(180deg, #FFFFFF 0%, rgba(253, 249, 245, 0.98) 100%),
    linear-gradient(180deg, rgba(184, 107, 67, 0.55) 0%, rgba(184, 107, 67, 0.16) 50%, rgba(184, 107, 67, 0.04) 100%);
  box-shadow: 0 6px 18px rgba(120, 95, 75, 0.12), 0 16px 36px rgba(120, 95, 75, 0.10);
}

/* Card Destaque (WhatsApp de Conversão) */
.action-card--featured {
  background-image: 
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(253, 247, 240, 0.98) 100%),
    linear-gradient(180deg, rgba(184, 107, 67, 0.65) 0%, rgba(184, 107, 67, 0.22) 50%, rgba(184, 107, 67, 0.06) 100%);
  box-shadow: 0 4px 14px rgba(120, 95, 75, 0.08), 0 12px 28px rgba(120, 95, 75, 0.08), 0 0 24px -2px rgba(184, 107, 67, 0.12);
}

.action-card--featured:hover {
  background-image: 
    linear-gradient(180deg, #FFFFFF 0%, rgba(255, 250, 245, 1) 100%),
    linear-gradient(180deg, rgba(184, 107, 67, 0.85) 0%, rgba(184, 107, 67, 0.35) 50%, rgba(184, 107, 67, 0.10) 100%);
  box-shadow: 0 6px 18px rgba(120, 95, 75, 0.12), 0 20px 42px rgba(120, 95, 75, 0.12), 0 0 32px 0px rgba(184, 107, 67, 0.20);
}

/* Brilho Sweep Diagonal nos Cards */
.action-card::after {
  content: '';
  position: absolute;
  top: -60%;
  left: -60%;
  width: 220%;
  height: 220%;
  background: linear-gradient(
    65deg,
    transparent 35%,
    rgba(255, 255, 255, 0.45) 47%,
    rgba(184, 107, 67, 0.18) 50%,
    rgba(255, 255, 255, 0.45) 53%,
    transparent 65%
  );
  transform: translateX(-110%) rotate(25deg);
  pointer-events: none;
  opacity: 0;
  transition: transform 0.65s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease;
  z-index: 6;
}

.action-card:hover::after,
.action-card:active::after {
  transform: translateX(110%) rotate(25deg);
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .action-card::after {
    display: none !important;
  }
}

/* Ícone da Ação */
.action-icon {
  width: 46px;
  height: 46px;
  border-radius: var(--radius-md);
  background: rgba(184, 107, 67, 0.08);
  border: 1px solid rgba(184, 107, 67, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #1C1917;
  transition: transform var(--transition-fast), box-shadow var(--transition-fast);
}

/* Ícone Oficial WhatsApp (#25D366) */
.action-icon--whatsapp {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  overflow: hidden;
  border-radius: var(--radius-md);
}

.action-card--featured:hover .action-icon--whatsapp {
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(37, 211, 102, 0.40);
}

/* Ícone Oficial Instagram */
.action-icon--instagram {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  overflow: hidden;
  border-radius: var(--radius-md);
}

.action-card:hover .action-icon--instagram {
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(225, 48, 108, 0.35);
}

/* Ícone de Localização */
.action-icon--location {
  background: rgba(184, 107, 67, 0.10);
  color: var(--accent-terracota);
  border-color: rgba(184, 107, 67, 0.25);
}

.action-card:hover .action-icon--location {
  background: var(--accent-gradient);
  color: #FFFFFF;
  border-color: transparent;
  transform: scale(1.05);
}

/* Conteúdo Textual */
.action-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}

.action-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  flex-wrap: wrap;
}

.action-label {
  font-family: 'Sora', sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  color: #1C1917;
  letter-spacing: -0.01em;
  line-height: 1.25;
}

.action-subtext {
  font-size: 0.72rem;
  color: #57534E;
  line-height: 1.32;
}

/* Badges e Pills nos Cards */
.action-pill {
  font-size: 0.68rem;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: var(--radius-pill);
  background: rgba(184, 107, 67, 0.08);
  color: #57534E;
  border: 1px solid rgba(184, 107, 67, 0.18);
  flex-shrink: 0;
}

.action-pill--accent {
  background: rgba(184, 107, 67, 0.15);
  color: var(--accent-terracota);
  border-color: rgba(184, 107, 67, 0.30);
}

/* Bolinha Verde Pulsante "Online Agora" */
.live-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.65rem;
  font-weight: 700;
  color: #047857;
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(16, 185, 129, 0.35);
  padding: 2px 7px;
  border-radius: var(--radius-pill);
  flex-shrink: 0;
}

.live-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #10B981;
  box-shadow: 0 0 8px #10B981;
  animation: live-pulse 2s infinite ease-in-out;
}

@keyframes live-pulse {
  0% { transform: scale(0.9); opacity: 0.6; }
  50% { transform: scale(1.2); opacity: 1; }
  100% { transform: scale(0.9); opacity: 0.6; }
}

/* Seta Deslizante no Hover */
.action-arrow {
  color: #A8A29E;
  flex-shrink: 0;
  transition: transform var(--transition-fast), color var(--transition-fast);
}

.action-card:hover .action-arrow {
  transform: translateX(4px);
  color: var(--accent-terracota);
}

/* ═══════════════════════════════════════════════════════════════
   3. MICRO-LINK DISCRETO
   ═══════════════════════════════════════════════════════════════ */
.micro-link-wrapper {
  text-align: center;
  margin-top: -4px;
}

.micro-link {
  font-size: 0.78rem;
  color: #78716C;
  text-decoration: none;
  font-weight: 500;
  transition: color var(--transition-fast);
  padding: 4px 8px;
  border-radius: var(--radius-sm);
}

.micro-link:hover {
  color: var(--accent-terracota);
  text-decoration: underline;
}

/* ═══════════════════════════════════════════════════════════════
   4. TRUST GRID (3 Mini-Caixas)
   ═══════════════════════════════════════════════════════════════ */
.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  width: 100%;
}

.trust-box {
  background: rgba(255, 255, 255, 0.90);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(184, 107, 67, 0.15);
  border-radius: var(--radius-md);
  padding: 10px 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 5px;
  box-shadow: 0 4px 12px rgba(120, 95, 75, 0.06);
}

.trust-icon {
  width: 30px;
  height: 30px;
  border-radius: var(--radius-sm);
  background: rgba(184, 107, 67, 0.10);
  color: var(--accent-terracota);
  display: flex;
  align-items: center;
  justify-content: center;
}

.trust-title {
  font-family: 'Sora', sans-serif;
  font-size: 0.70rem;
  font-weight: 700;
  color: #1C1917;
  line-height: 1.2;
}

.trust-subtitle {
  font-size: 0.62rem;
  color: #57534E;
  line-height: 1.2;
}

/* ═══════════════════════════════════════════════════════════════
   5. AVALIAÇÕES REAIS (Carrossel Fino)
   ═══════════════════════════════════════════════════════════════ */
.reviews-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.section-header-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 4px 0;
}

.divider-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(184, 107, 67, 0.20), transparent);
}

.section-title {
  font-family: 'Sora', sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent-terracota);
  white-space: nowrap;
}

.reviews-placeholder-card {
  background: rgba(255, 255, 255, 0.90);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(184, 107, 67, 0.15);
  border-radius: var(--radius-lg);
  padding: 16px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  box-shadow: var(--shadow-elevation);
}

.reviews-stars {
  display: flex;
  gap: 3px;
  color: #B89332;
}

.reviews-text {
  font-size: 0.80rem;
  color: #44403C;
  font-style: italic;
  line-height: 1.4;
}

.reviews-tag {
  font-size: 0.68rem;
  font-weight: 600;
  padding: 2px 10px;
  border-radius: var(--radius-pill);
  background: rgba(184, 107, 67, 0.08);
  color: #78716C;
}

/* ═══════════════════════════════════════════════════════════════
   6. HORÁRIO DE ATENDIMENTO (Cálculo em Tempo Real)
   ═══════════════════════════════════════════════════════════════ */
.hours-card {
  width: 100%;
  background: rgba(255, 255, 255, 0.90);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(184, 107, 67, 0.15);
  border-radius: var(--radius-lg);
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  box-shadow: var(--shadow-elevation);
}

.hours-title {
  font-family: 'Sora', sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  color: #1C1917;
  margin-bottom: 2px;
}

.hours-status-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(184, 107, 67, 0.12);
}

.hours-status-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.76rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: var(--radius-pill);
}

.hours-status-pill.is-open {
  background: rgba(16, 185, 129, 0.12);
  color: #047857;
  border: 1px solid rgba(16, 185, 129, 0.35);
}

.hours-status-pill.is-closed {
  background: rgba(239, 68, 68, 0.10);
  color: #B91C1C;
  border: 1px solid rgba(239, 68, 68, 0.30);
}

.hours-address-summary {
  font-size: 0.72rem;
  color: #78716C;
}

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

.hours-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.76rem;
  padding: 4px 6px;
  border-radius: var(--radius-sm);
  color: #57534E;
}

.hours-row.is-today {
  background: rgba(184, 107, 67, 0.10);
  color: var(--accent-terracota);
  font-weight: 700;
  border: 1px solid rgba(184, 107, 67, 0.25);
}

/* ═══════════════════════════════════════════════════════════════
   7. RODAPÉ (Exatamente 2 Linhas)
   ═══════════════════════════════════════════════════════════════ */
.experience-footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 6px;
  padding-top: 14px;
  border-top: 1px solid rgba(184, 107, 67, 0.14);
}

.footer-line-1 {
  font-size: 0.72rem;
  color: #78716C;
}

.footer-line-2 {
  font-size: 0.74rem;
  color: #57534E;
}

.footer-signature {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  min-width: 44px;
  padding: 8px 14px;
  font-weight: 800;
  color: var(--accent-terracota);
  text-decoration: none;
  letter-spacing: 0.02em;
  border-radius: var(--radius-sm);
  transition: color var(--transition-fast), text-shadow var(--transition-fast), background var(--transition-fast);
}

.footer-signature:hover {
  color: #874828;
  background: rgba(184, 107, 67, 0.10);
}
