/* ========================================================
   WC DELUXE - LINK NA BIO LUXURY
   Paleta Estrita: Dourado Metálico, Branco & Preto Obsidian
   ======================================================== */

:root {
  --font-heading: 'Outfit', 'Cinzel', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-body: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
  
  /* Cores Base / Preto Obsidian & Superfícies */
  --bg-deep: #030508;
  --bg-card: rgba(8, 12, 20, 0.92);
  --bg-surface: rgba(14, 19, 32, 0.78);
  --bg-surface-hover: rgba(22, 30, 48, 0.95);
  
  /* Dourado & Metálicos 24k */
  --gold-primary: #ffd700;
  --gold-light: #fff3a8;
  --gold-dark: #b45309;
  --gold-gradient: linear-gradient(135deg, #fff7c2 0%, #ffd700 30%, #f59e0b 70%, #b45309 100%);
  --gold-gradient-soft: linear-gradient(135deg, rgba(255, 215, 0, 0.14) 0%, rgba(217, 119, 6, 0.04) 100%);
  --gold-border: rgba(255, 215, 0, 0.28);
  --gold-border-hover: rgba(255, 215, 0, 0.75);
  --gold-glow: 0 0 24px rgba(255, 215, 0, 0.3);
  
  /* Textos */
  --text-white: #ffffff;
  --text-gold: #fef08a;
  --text-sub: #cbd5e1;
  --text-muted: #94a3b8;
  
  /* Dimensões */
  --max-width: 485px;
  --radius-card: 26px;
  --radius-btn: 18px;
  --radius-sm: 12px;
}

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

body {
  background-color: var(--bg-deep);
  color: var(--text-white);
  font-family: var(--font-body);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  min-height: 100dvh;
  padding: 0;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* --- BACKGROUND DINÂMICO & PARTICULAS --- */
.bg-media-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  background-image: url('assets/background.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  filter: blur(20px) brightness(0.24) contrast(1.1);
  transform: scale(1.08);
  z-index: -5;
  pointer-events: none;
}

.particles-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  z-index: -3;
  pointer-events: none;
}

.ambient-glow {
  position: fixed;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  filter: blur(95px);
  pointer-events: none;
  z-index: -4;
  opacity: 0.22;
}

.glow-top {
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  background: radial-gradient(circle, #f59e0b 0%, rgba(217, 119, 6, 0) 70%);
}

.glow-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, #ffd700 0%, rgba(0, 0, 0, 0) 70%);
  opacity: 0.08;
}

.bg-vignette {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: radial-gradient(circle at 50% 30%, transparent 20%, rgba(3, 5, 8, 0.88) 90%);
  z-index: -2;
  pointer-events: none;
}

/* --- WRAPPER PRINCIPAL --- */
.bio-wrapper {
  width: 100%;
  max-width: var(--max-width);
  min-height: 100vh;
  min-height: 100dvh;
  padding: 12px 14px 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}

/* --- CARD PRINCIPAL --- */
.bio-card {
  width: 100%;
  background: var(--bg-card);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid var(--gold-border);
  border-radius: var(--radius-card);
  box-shadow: 0 16px 48px -8px rgba(0, 0, 0, 0.85), 
              0 0 35px -5px rgba(255, 215, 0, 0.12);
  overflow: hidden;
  position: relative;
  animation: cardFadeIn 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes cardFadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* --- HEADER SECTION COM FOTO DE FUNDO EXPANDIDA --- */
.header-section {
  position: relative;
  text-align: center;
  padding-bottom: 12px;
}

.header-banner {
  width: 100%;
  height: 220px;
  position: relative;
  overflow: hidden;
}

.header-banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
  filter: brightness(0.88) contrast(1.1);
  transform: scale(1.03);
  transition: transform 1.2s ease;
}

.header-banner:hover .header-banner-img {
  transform: scale(1.08);
}

.header-banner-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, 
              rgba(3, 5, 8, 0.05) 0%, 
              rgba(8, 12, 20, 0.4) 60%, 
              rgba(8, 12, 20, 0.95) 90%,
              rgba(8, 12, 20, 1) 100%);
}

/* Logo 3D & Aro Dourado */
.profile-logo-container {
  position: relative;
  width: 112px;
  height: 112px;
  margin: -62px auto 14px;
  cursor: pointer;
  perspective: 1000px;
  z-index: 3;
}

.logo-aura-glow {
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 215, 0, 0.6) 0%, rgba(217, 119, 6, 0.2) 60%, transparent 80%);
  filter: blur(12px);
  animation: auraPulse 3.5s ease-in-out infinite alternate;
  z-index: 1;
}

@keyframes auraPulse {
  0% { transform: scale(0.95); opacity: 0.5; }
  100% { transform: scale(1.15); opacity: 0.95; }
}

.logo-border-ring {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  padding: 3px;
  background: var(--gold-gradient);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.8), var(--gold-glow);
  z-index: 2;
}

.profile-logo {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  background-color: #000000;
  display: block;
  transition: transform 0.2s cubic-bezier(0.2, 0, 0.2, 1);
  will-change: transform;
}

.verified-badge {
  position: absolute;
  bottom: 4px;
  right: 4px;
  width: 26px;
  height: 26px;
  background: var(--gold-gradient);
  color: #000000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #080c14;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
  z-index: 3;
}

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

/* Brand Title */
.brand-header-info {
  padding: 0 16px;
}

.brand-title {
  font-family: var(--font-heading);
  font-size: 1.95rem;
  font-weight: 900;
  letter-spacing: 3px;
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 25px rgba(255, 215, 0, 0.25);
  margin-bottom: 2px;
  text-transform: uppercase;
}

/* --- CONTENT SECTION & BUTTONS --- */
.content-section {
  padding: 8px 18px 26px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

/* --- FEATURED SITE WRAPPER COM BOTÃO SOBREPOSTO --- */
.site-card-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.promo-banner-link {
  display: block;
  text-decoration: none;
  border-radius: var(--radius-btn);
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-bottom: -22px; /* Faz a miniatura ficar por baixo do botão */
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.promo-banner-box {
  position: relative;
  width: 100%;
  border-radius: var(--radius-btn);
  border: 1.5px solid rgba(255, 215, 0, 0.35);
  background: #000000;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.6), 0 0 20px rgba(255, 215, 0, 0.12);
}

.promo-banner-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.promo-banner-shine {
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transform: skewX(-25deg);
  transition: left 0.7s ease;
  pointer-events: none;
  z-index: 2;
}

.promo-banner-bottom-fade {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55px;
  background: linear-gradient(to top, rgba(8, 12, 20, 0.85) 0%, rgba(8, 12, 20, 0.3) 50%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}

.promo-banner-link:hover {
  transform: translateY(-2px) scale(1.01);
}

.promo-banner-link:hover .promo-banner-box {
  border-color: rgba(255, 215, 0, 0.7);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.7), 0 0 25px rgba(255, 215, 0, 0.25);
}

.promo-banner-link:hover .promo-banner-img {
  transform: scale(1.025);
}

.promo-banner-link:hover .promo-banner-shine {
  left: 140%;
}

/* 1. Botão Site Oficial (Sobreposto) */
.btn-site-official {
  position: relative;
  z-index: 2; /* Fica acima da miniatura */
  background: linear-gradient(135deg, rgba(20, 28, 48, 0.96) 0%, rgba(10, 14, 24, 0.98) 100%);
  border: 1.5px solid rgba(255, 215, 0, 0.55);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8), 0 0 24px rgba(255, 215, 0, 0.22);
}

.btn-site-official:hover {
  z-index: 3;
  border-color: rgba(255, 215, 0, 0.9);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.88), 0 0 32px rgba(255, 215, 0, 0.4);
}

/* Links Container */
.links-container {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

/* Botões Estilo Deluxe Ouro & Preto */
.link-btn {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  background: var(--bg-surface);
  border: 1px solid var(--gold-border);
  border-radius: var(--radius-btn);
  text-decoration: none;
  color: var(--text-white);
  transition: all 0.28s cubic-bezier(0.2, 0.8, 0.2, 1);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.45);
  overflow: hidden;
}

.link-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 215, 0, 0.12), transparent);
  transform: skewX(-25deg);
  transition: left 0.7s ease;
  pointer-events: none;
}

.link-btn:hover {
  transform: translateY(-3px) scale(1.015);
  background: var(--bg-surface-hover);
  border-color: var(--gold-border-hover);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.65), var(--gold-glow);
}

.link-btn:hover::before {
  left: 140%;
}

.link-btn:active {
  transform: translateY(0) scale(0.99);
}

/* Ícones Dourados */
.btn-icon-wrapper {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  transition: transform 0.25s ease;
}

.gold-icon-wrap {
  background: var(--gold-gradient);
  color: #000000;
  box-shadow: 0 0 14px rgba(255, 215, 0, 0.4);
}

.gold-icon-wrap svg {
  stroke: #000000;
  fill: #000000;
}

/* Para SVGs que usam stroke puro */
.gold-icon-wrap svg[fill="none"] {
  fill: none;
  stroke: #000000;
}

.link-btn:hover .btn-icon-wrapper {
  transform: scale(1.08);
}

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

/* Textos do Botão */
.btn-text-content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.btn-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.btn-title-row strong {
  font-family: var(--font-heading);
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.3px;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn-subtitle {
  font-size: 0.74rem;
  color: var(--text-muted);
  font-weight: 500;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Seta de Ação */
.btn-action-arrow {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  transition: transform 0.25s ease, color 0.25s ease;
  flex-shrink: 0;
}

.btn-action-arrow svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.link-btn:hover .btn-action-arrow {
  transform: translateX(4px);
  color: var(--gold-primary);
}

/* Chips / Badges */
.btn-chip {
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  padding: 3px 8px;
  border-radius: 20px;
  flex-shrink: 0;
}

.chip-gold {
  background: var(--gold-gradient);
  color: #000000;
  box-shadow: 0 0 10px rgba(255, 215, 0, 0.4);
}

.chip-outline-gold {
  background: rgba(255, 215, 0, 0.12);
  border: 1px solid rgba(255, 215, 0, 0.4);
  color: var(--gold-light);
}

/* Destaque Botão Site */
.btn-site-official {
  background: linear-gradient(135deg, rgba(22, 30, 48, 0.95) 0%, rgba(12, 16, 28, 0.95) 100%);
  border: 1.5px solid rgba(255, 215, 0, 0.45);
}

.btn-site-official:hover {
  border-color: rgba(255, 215, 0, 0.85);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.7), 0 0 28px rgba(255, 215, 0, 0.35);
}

/* --- SEÇÃO NOSSOS CLIENTES (CARROSSEL LIMPO) --- */
.clientes-section {
  background: rgba(8, 12, 20, 0.65);
  border: 1px solid var(--gold-border);
  border-radius: var(--radius-btn);
  padding: 18px 12px 16px;
  position: relative;
  overflow: hidden;
}

.section-title-box {
  text-align: center;
  margin-bottom: 14px;
}

.title-accent-line {
  width: 40px;
  height: 3px;
  background: var(--gold-gradient);
  border-radius: 2px;
  margin: 0 auto 6px;
  box-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

.section-title {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 1.5px;
  color: #ffffff;
  text-transform: uppercase;
}

/* Carrossel Viewport & Slides */
.carousel-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

.carousel-viewport {
  width: 100%;
  overflow: hidden;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
}

.carousel-viewport:active {
  cursor: grabbing;
}

.carousel-track {
  display: flex;
  gap: 12px;
  transition: transform 0.45s cubic-bezier(0.2, 1, 0.3, 1);
  will-change: transform;
}

.carousel-slide {
  flex: 0 0 calc(50% - 6px);
  width: calc(50% - 6px);
  aspect-ratio: 9 / 14;
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 215, 0, 0.22);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.65);
  cursor: pointer;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.carousel-slide:hover {
  transform: translateY(-4px) scale(1.02);
  border-color: rgba(255, 215, 0, 0.7);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.8), 0 0 18px rgba(255, 215, 0, 0.3);
}

.slide-img-box {
  width: 100%;
  height: 100%;
  position: relative;
}

.slide-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 0.5s ease;
}

.carousel-slide:hover .slide-img-box img {
  transform: scale(1.06);
}

/* Botões de Navegação do Carrossel */
.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(8, 12, 20, 0.85);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 215, 0, 0.4);
  color: var(--gold-light);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 4;
  transition: all 0.25s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6);
}

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

.carousel-btn:hover {
  background: var(--gold-gradient);
  color: #000000;
  border-color: transparent;
  transform: translateY(-50%) scale(1.12);
  box-shadow: 0 0 18px rgba(255, 215, 0, 0.5);
}

.prev-btn { left: -6px; }
.next-btn { right: -6px; }

/* Pontos de Paginação */
.carousel-dots-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
}

.carousel-dots-wrap .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  cursor: pointer;
  transition: all 0.3s ease;
}

.carousel-dots-wrap .dot.active {
  width: 20px;
  border-radius: 10px;
  background: var(--gold-gradient);
  box-shadow: 0 0 8px rgba(255, 215, 0, 0.5);
}

/* --- SEÇÃO LOCALIZAÇÃO & EMBED GOOGLE MAPS --- */
.location-embed-section {
  background: rgba(8, 12, 20, 0.65);
  border: 1px solid var(--gold-border);
  border-radius: var(--radius-btn);
  padding: 18px 14px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.location-address-text {
  font-size: 0.72rem;
  color: var(--text-gold);
  font-weight: 500;
  margin-top: 4px;
}

.maps-embed-wrapper {
  width: 100%;
  height: 220px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 215, 0, 0.35);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.6);
  position: relative;
  background: #030508;
}

.maps-iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* Botão Único "Visite nossa loja física" */
.btn-visit-store {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px;
  background: var(--gold-gradient);
  border-radius: var(--radius-btn);
  color: #000000;
  text-decoration: none;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: 0.4px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.5), 0 0 20px rgba(255, 215, 0, 0.35);
  transition: all 0.28s ease;
}

.visit-store-icon {
  width: 20px;
  height: 20px;
  stroke: #000000;
  flex-shrink: 0;
}

.visit-arrow-icon {
  width: 18px;
  height: 18px;
  fill: #000000;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}

.btn-visit-store:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.7), 0 0 30px rgba(255, 215, 0, 0.5);
}

.btn-visit-store:hover .visit-arrow-icon {
  transform: translateX(4px);
}

/* --- TRUST BADGES GRID (DOURADO & BRANCO) --- */
.trust-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 6px;
  padding: 12px 6px;
  background: rgba(10, 14, 24, 0.5);
  border: 1px solid rgba(255, 215, 0, 0.12);
  border-radius: var(--radius-sm);
}

.trust-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--gold-gradient-soft);
  border: 1px solid rgba(255, 215, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-primary);
}

.trust-icon svg {
  width: 16px;
  height: 16px;
}

.trust-text {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.trust-text strong {
  font-size: 0.68rem;
  font-weight: 700;
  color: #ffffff;
}

.trust-text span {
  font-size: 0.60rem;
  color: var(--text-muted);
}

/* --- FOOTER --- */
.footer-section {
  text-align: center;
  padding: 10px 16px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-divider {
  width: 80%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 215, 0, 0.25), transparent);
  margin: 0 auto 6px;
}

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

.footer-copy strong {
  color: #ffffff;
}

/* --- MODAL LIGHTBOX --- */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(3, 5, 8, 0.9);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.modal-card {
  width: 100%;
  max-width: 380px;
  max-height: 90vh;
  background: #080c14;
  border: 1.5px solid rgba(255, 215, 0, 0.45);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.9), 0 0 35px rgba(255, 215, 0, 0.25);
  position: relative;
  display: flex;
  flex-direction: column;
  transform: scale(0.92);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.modal-overlay.active .modal-card {
  transform: scale(1);
}

.modal-close-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.2s ease;
}

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

.modal-close-btn:hover {
  background: #ef4444;
  border-color: #ef4444;
  transform: rotate(90deg);
}

.modal-img-container {
  width: 100%;
  height: 400px;
  position: relative;
  background-color: #000000;
  overflow: hidden;
}

.modal-img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.modal-info-box {
  padding: 14px 16px 16px;
  background: #080c14;
}

.modal-cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px;
  background: var(--gold-gradient);
  border-radius: var(--radius-btn);
  color: #000000;
  text-decoration: none;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 0.90rem;
  box-shadow: 0 4px 18px rgba(255, 215, 0, 0.35);
  transition: all 0.25s ease;
}

.modal-cta-btn svg {
  width: 20px;
  height: 20px;
  fill: #000000;
}

.modal-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(255, 215, 0, 0.55);
}

/* --- RESPONSIVIDADE --- */
@media (max-width: 400px) {
  .bio-wrapper {
    padding: 8px 10px 30px;
  }
  
  .header-banner {
    height: 190px;
  }
  
  .brand-title {
    font-size: 1.7rem;
  }
  
  .link-btn {
    padding: 12px 14px;
    gap: 10px;
  }
  
  .btn-icon-wrapper {
    width: 38px;
    height: 38px;
  }
  
  .btn-title-row strong {
    font-size: 0.90rem;
  }
  
  .btn-subtitle {
    font-size: 0.70rem;
  }
  
  .modal-img-container {
    height: 340px;
  }
}
