/* ========================================================
   ESTILO STORE - LINK NA BIO
   Design Clean, Elegante & Luxo - Adaptação BHETEL
   Paleta: Obsidian Brown, Gold Luxury & Bronze
   ======================================================== */

:root {
  --font-heading: 'Kanit', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-body: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
  
  /* Cores Principais - ESTILO warm dark */
  --bg-color: #0a0907;
  --card-bg: #1a140e;
  --card-surface: rgba(28, 20, 14, 0.88);
  
  /* Gradientes Metálico Gold & Bronze */
  --silver-gradient: linear-gradient(135deg, #ffffff 0%, #f5e6d3 35%, #d4b896 70%, #b8935f 100%);
  --gold-gradient: linear-gradient(135deg, #d4b896 0%, #b8935f 60%, #8c6a3b 100%);
  --sapphire-gradient: linear-gradient(135deg, #d4b896 0%, #b8935f 60%, #8c6a3b 100%);
  --whatsapp-gradient: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
  --site-gradient: linear-gradient(135deg, #d4b896 0%, #b8935f 60%, #8c6a3b 100%);
  
  --color-silver-100: #ffffff;
  --color-silver-200: #f5e6d3;
  --color-silver-300: #d4b896;
  --color-silver-400: #a89070;
  
  --color-gold: #b8935f;
  --color-gold-light: #d4b896;
  --color-electric: #d4b896;
  --color-whatsapp: #25D366;
  
  --border-subtle: rgba(184, 147, 95, 0.18);
  --border-glow: rgba(184, 147, 95, 0.35);
  
  --max-width: 480px;
  --border-radius-btn: 30px;
  --border-radius-card: 18px;
  
  --shadow-soft: 0 8px 24px rgba(0, 0, 0, 0.5);
  --shadow-glow: 0 0 20px rgba(184, 147, 95, 0.25);
  --shadow-whatsapp: 0 0 20px rgba(37, 211, 102, 0.35);
  --shadow-gold: 0 0 20px rgba(184, 147, 95, 0.35);
}

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

body {
  background-color: var(--bg-color);
  color: var(--color-silver-200);
  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;
}

/* --- DYNAMIC BACKGROUND & SMOOTH SCROLL CROSSFADE --- */
.bg-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -4;
  pointer-events: none;
  will-change: opacity, transform;
}

.bg-layer.bg-1 {
  background-image: url('assets/background_store.jpg');
  opacity: calc(1 - var(--scroll-bg, 0));
  transform: scale(calc(1.02 + (var(--scroll-bg, 0) * 0.04)));
  transition: opacity 0.1s ease-out, transform 0.1s ease-out;
  filter: saturate(1.05) brightness(0.9) contrast(1.05);
}

.bg-layer.bg-2 {
  background-image: url('assets/background_store.jpg');
  opacity: var(--scroll-bg, 0);
  transform: scale(calc(1.06 - (var(--scroll-bg, 0) * 0.04)));
  transition: opacity 0.1s ease-out, transform 0.1s ease-out;
  filter: saturate(0.95) brightness(0.75) contrast(1.1) blur(1px);
}

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

.bg-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  background: linear-gradient(
    180deg,
    rgba(10, 8, 6, 0.62) 0%,
    rgba(18, 14, 10, 0.78) 45%,
    rgba(10, 8, 6, 0.95) 100%
  );
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: -2;
  pointer-events: none;
}

/* Outer Wrapper for responsive centering */
.bio-wrapper {
  width: 100%;
  max-width: var(--max-width);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.7);
  z-index: 1;
}

/* Bio Main Card */
.bio-card {
  background-color: rgba(16, 12, 8, 0.88);
  border-left: 1px solid var(--border-subtle);
  border-right: 1px solid var(--border-subtle);
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

/* Header Section with Cover Image */
.header-section {
  position: relative;
  width: 100%;
  height: 250px;
  display: flex;
  justify-content: center;
  z-index: 3;
  overflow: visible;
}

.header-bg-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0.5) 80%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0.5) 80%, rgba(0, 0, 0, 0) 100%);
}

.header-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
  filter: saturate(1.1) contrast(1.08) brightness(0.98);
}

.header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(10, 8, 6, 0.05) 0%,
    rgba(14, 11, 8, 0.18) 35%,
    rgba(16, 12, 8, 0.55) 65%,
    rgba(16, 12, 8, 0.92) 88%,
    rgba(16, 12, 8, 1) 100%
  );
  pointer-events: none;
}

/* Profile 3D Logo (Floating with Ambient Glow) - maior */
.profile-logo-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -58px;
  z-index: 20;
  width: 285px;
  height: 135px;
  cursor: pointer;
  perspective: 800px;
  overflow: visible;
}

.logo-ambient-aura {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 295px;
  height: 125px;
  background: radial-gradient(ellipse, rgba(184,147,95,0.60) 0%, rgba(212,184,150,0.30) 45%, transparent 75%);
  filter: blur(24px);
  z-index: 1;
  pointer-events: none;
  animation: auraPulse 4s infinite alternate ease-in-out;
}

@keyframes auraPulse {
  0% { transform: translate(-50%, -50%) scale(0.95); opacity: 0.7; }
  100% { transform: translate(-50%, -50%) scale(1.12); opacity: 1; }
}

.profile-logo {
  position: relative;
  z-index: 2;
  width: auto;
  max-width: 100%;
  max-height: 112px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 12px 26px rgba(0, 0, 0, 0.98)) drop-shadow(0 0 20px rgba(184,147,95,0.45));
  transition: transform 0.35s ease, filter 0.35s ease;
  user-select: none;
  background: rgba(255,255,255,0.98);
  border-radius: 20px;
  padding: 14px 22px;
  border: 1.5px solid rgba(184,147,95,0.30);
  display: block;
}

.profile-logo-wrapper:hover .profile-logo {
  transform: scale(1.06) translateY(-2px);
  filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 1)) drop-shadow(0 0 30px rgba(184,147,95,0.6));
}

/* Main Content Area */
.content-section {
  padding: 84px 18px 24px 18px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  align-items: center;
  position: relative;
  z-index: 1;
}

/* Brand Title & Tagline */
.brand-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 4px;
}

.brand-title {
  font-family: var(--font-heading);
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: 1.2px;
  background: var(--silver-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  line-height: 1;
}

.brand-subtitle {
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 1.4px;
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.brand-call {
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--color-silver-400);
  margin-top: 6px;
  letter-spacing: 0.3px;
}

.status-badge {
  display: inline-flex;
  align-items: center;
  background: rgba(28, 20, 14, 0.75);
  border: 1px solid rgba(184,147,95,0.35);
  border-radius: 100px;
  padding: 4px 12px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.6px;
  color: #d4b896;
  text-transform: uppercase;
  margin-top: 6px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

.pulse-dot {
  width: 6px;
  height: 6px;
  background-color: #d4b896;
  border-radius: 50%;
  margin-right: 7px;
  display: inline-block;
  box-shadow: 0 0 8px #d4b896;
  animation: pulseGold 2.2s infinite;
}

@keyframes pulseGold {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(184,147,95,0.8); }
  70% { transform: scale(1.08); box-shadow: 0 0 0 8px rgba(184,147,95,0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(184,147,95,0); }
}

/* Nav Links Buttons */
.links-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
}

.link-btn {
  width: 100%;
  background: var(--card-surface);
  color: var(--color-silver-100);
  text-decoration: none;
  border-radius: var(--border-radius-btn);
  padding: 10px 16px;
  display: flex;
  align-items: center;
  position: relative;
  box-shadow: var(--shadow-soft);
  transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1.5px solid var(--border-subtle);
  overflow: hidden;
}

.link-btn:hover {
  transform: translateY(-3px) scale(1.01);
  border-color: var(--border-glow);
  box-shadow: var(--shadow-glow);
}

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

/* --- Animação Lateral nos Botões (igual Estilo Favela) --- */
.link-btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: -50%;
  width: 30%;
  height: 100%;
  background: linear-gradient(
    to right,
    transparent,
    rgba(255,255,255,0.16),
    transparent
  );
  transform: skewX(-25deg);
  pointer-events: none;
  z-index: 3;
}

.link-btn:nth-child(1)::after { animation: shineSweep 4.5s infinite ease-in-out 0s; }
.link-btn:nth-child(2)::after { animation: shineSweep 4.5s infinite ease-in-out 1.1s; }
.link-btn:nth-child(3)::after { animation: shineSweep 4.5s infinite ease-in-out 2.2s; }
.link-btn:nth-child(4)::after { animation: shineSweep 4.5s infinite ease-in-out 3.3s; }

@keyframes shineSweep {
  0% { left: -50%; }
  30% { left: 150%; }
  100% { left: 150%; }
}

/* Garante que texto/ícone fiquem acima do brilho */
.btn-text-wrap,
.btn-badge,
.btn-arrow {
  position: relative;
  z-index: 4;
}
.btn-icon-box {
  z-index: 4;
}

@media (prefers-reduced-motion: reduce) {
  .link-btn::after { animation: none; display: none; }
}

/* Button 1: Site Oficial (Gold) */
.btn-site {
  border-color: rgba(184,147,95,0.4);
  background: linear-gradient(135deg, rgba(30, 22, 14, 0.98) 0%, rgba(22, 16, 10, 0.98) 100%);
}

.btn-site:hover {
  border-color: rgba(184,147,95,0.7);
  box-shadow: var(--shadow-gold);
}

/* Button 2: WhatsApp */
.btn-whatsapp {
  border-color: rgba(37, 211, 102, 0.25);
  background: linear-gradient(135deg, rgba(18, 24, 18, 0.95) 0%, rgba(10, 16, 12, 0.98) 100%);
}

.btn-whatsapp:hover {
  border-color: rgba(37, 211, 102, 0.55);
  box-shadow: var(--shadow-whatsapp);
}

/* Button 3: Grupo VIP */
.btn-grupo {
  border-color: rgba(184,147,95,0.22);
  background: linear-gradient(135deg, rgba(26, 20, 14, 0.95) 0%, rgba(16, 12, 8, 0.98) 100%);
}

.btn-grupo:hover {
  border-color: rgba(184,147,95,0.45);
  box-shadow: var(--shadow-glow);
}

/* Button Icon Box - Realista 3D */
.btn-icon-box {
  width: 46px;
  height: 46px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 12px;
  border: 1.5px solid rgba(255,255,255,0.95);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.28), inset 0 1px 1px rgba(255,255,255,0.7), inset 0 -1px 2px rgba(0,0,0,0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

.btn-icon-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(to bottom, rgba(255,255,255,0.22) 0%, transparent 100%);
  pointer-events: none;
  border-radius: 50% 50% 0 0;
}

.site-box {
  background: var(--gold-gradient);
  color: #ffffff;
  box-shadow: 0 4px 16px rgba(184,147,95,0.4), inset 0 1px 1px rgba(255,255,255,0.65), 0 2px 8px rgba(0,0,0,0.22);
}

.whatsapp-box {
  background: var(--whatsapp-gradient);
  color: #ffffff;
  box-shadow: 0 4px 16px rgba(37,211,102,0.35), inset 0 1px 1px rgba(255,255,255,0.6), 0 2px 8px rgba(0,0,0,0.22);
}

.grupo-box {
  background: linear-gradient(135deg, #25D366 0%, #128C7E 55%, #075E54 100%);
  color: #ffffff;
  box-shadow: 0 4px 16px rgba(18,140,126,0.35), inset 0 1px 1px rgba(255,255,255,0.6), 0 2px 8px rgba(0,0,0,0.22);
}

.instagram-box {
  background: linear-gradient(135deg, #f09433 0%, #e6683c 22%, #dc2743 45%, #cc2366 70%, #bc1888 100%);
  color: #ffffff;
  box-shadow: 0 4px 16px rgba(188,24,136,0.35), inset 0 1px 1px rgba(255,255,255,0.6), 0 2px 8px rgba(0,0,0,0.22);
}

.btn-icon {
  width: 22px;
  height: 22px;
  fill: currentColor;
  stroke: currentColor;
  filter: drop-shadow(0 1px 1px rgba(0,0,0,0.28));
  position: relative;
  z-index: 1;
}

.link-btn:hover .btn-icon-box {
  transform: scale(1.1) rotate(-4deg);
}

/* Button Text Content */
.btn-text-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
  text-align: left;
  overflow: hidden;
}

.btn-text-main {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.3px;
  color: var(--color-silver-100);
}

.btn-text-sub {
  font-family: var(--font-body);
  font-size: 0.68rem;
  color: var(--color-silver-400);
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn-badge {
  font-family: var(--font-heading);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 20px;
  background: var(--whatsapp-gradient);
  color: #ffffff;
  box-shadow: 0 2px 8px rgba(37, 211, 102, 0.35);
  white-space: nowrap;
}

.badge-gold {
  background: var(--gold-gradient);
  box-shadow: 0 2px 8px rgba(184,147,95,0.35);
}

.btn-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(184,147,95,0.15);
  color: var(--color-silver-200);
  transition: transform 0.3s ease;
}

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

.link-btn:hover .btn-arrow {
  transform: translateX(3px);
  background: var(--gold-gradient);
  color: #ffffff;
}

/* --- CAROUSEL SECTION --- */
.eles-usam-section {
  width: 100%;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.section-title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 3px;
}

.section-title {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  background: var(--silver-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-subtitle {
  font-family: var(--font-body);
  font-size: 0.72rem;
  color: var(--color-silver-400);
  font-weight: 500;
}

/* Carousel Container */
.carousel-container {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}

.carousel-viewport {
  width: 100%;
  overflow: hidden;
  border-radius: var(--border-radius-card);
  padding: 4px 0;
  touch-action: pan-y;
  cursor: grab;
}

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

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

.carousel-slide {
  flex: 0 0 calc(50% - 6px);
  aspect-ratio: 3 / 4.1;
  border-radius: 14px;
  overflow: hidden;
  background-color: #141008;
  border: 1.5px solid var(--border-subtle);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.4);
  position: relative;
  user-select: none;
  -webkit-user-drag: none;
  cursor: pointer;
}

.carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  pointer-events: none;
  transition: transform 0.4s ease;
}

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

.slide-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 8px;
  background: linear-gradient(to top, rgba(10, 8, 6, 0.96) 0%, rgba(10, 8, 6, 0.6) 65%, transparent 100%);
  display: flex;
  flex-direction: column;
  gap: 2px;
  text-align: left;
  pointer-events: none;
}

.slide-tag {
  font-family: var(--font-heading);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #d4b896;
}

.slide-title {
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--color-silver-100);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Carousel Navigation Buttons */
.carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(18, 14, 10, 0.92);
  border: 1.5px solid var(--border-subtle);
  color: var(--color-silver-100);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.5);
  transition: all 0.25s ease;
}

.carousel-nav svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
}

.carousel-nav:hover {
  background: var(--gold-gradient);
  color: #ffffff;
  border-color: transparent;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 6px 18px rgba(184,147,95,0.45);
}

.carousel-nav:active {
  transform: translateY(-50%) scale(0.95);
}

.prev-btn {
  left: -10px;
}

.next-btn {
  right: -10px;
}

/* Dots Indicator */
.carousel-dots {
  display: flex;
  gap: 7px;
  justify-content: center;
  align-items: center;
  margin-top: 4px;
}

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

.dot.active {
  background: var(--color-gold);
  width: 20px;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(184,147,95,0.6);
}

/* Footer Section */
.footer-section {
  padding: 20px 18px 26px;
  text-align: center;
  border-top: 1px solid var(--border-subtle);
}

.footer-section p {
  font-size: 0.72rem;
  color: var(--color-silver-400);
  letter-spacing: 0.3px;
}

.footer-sub {
  font-size: 0.65rem !important;
  color: rgba(212,184,150,0.6) !important;
  margin-top: 4px;
  letter-spacing: 0.8px !important;
  text-transform: uppercase;
}

/* --- LIGHTBOX MODAL --- */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  background: rgba(10, 8, 6, 0.92);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

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

.modal-content {
  background: linear-gradient(180deg, #1e160f 0%, #0f0c09 100%);
  border: 1.5px solid var(--border-glow);
  border-radius: var(--border-radius-card);
  width: 100%;
  max-width: 400px;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.95), 0 0 35px rgba(184,147,95,0.25);
  transform: translateY(20px) scale(0.95);
  transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.modal-overlay.active .modal-content {
  transform: translateY(0) scale(1);
}

.modal-close-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 10;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(10, 8, 6, 0.85);
  border: 1px solid var(--border-subtle);
  color: var(--color-silver-100);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.25s ease;
}

.modal-close-btn svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.modal-close-btn:hover {
  background: #ffffff;
  color: #0f0c09;
  transform: scale(1.1);
}

.modal-img-container {
  width: 100%;
  height: 340px;
  background: #0a0907;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-img-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #0a0907;
}

.modal-details {
  padding: 16px 18px 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #15100c;
  border-top: 1px solid var(--border-subtle);
}

.modal-title {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--color-silver-100);
}

.modal-description {
  font-family: var(--font-body);
  font-size: 0.78rem;
  color: var(--color-silver-300);
  line-height: 1.4;
}

.modal-cta-btn {
  width: 100%;
  border: none;
  border-radius: var(--border-radius-btn);
  padding: 13px;
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.25s ease;
}

.modal-cta-btn svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  stroke: currentColor;
}

.modal-site-btn {
  background: var(--gold-gradient);
  box-shadow: 0 4px 16px rgba(184,147,95,0.35);
}

.modal-site-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(184,147,95,0.5);
}

.modal-whatsapp-btn {
  background: transparent;
  border: 1.5px solid rgba(37,211,102,0.4);
  color: #25D366;
  font-size: 0.82rem;
  padding: 11px;
}

.modal-whatsapp-btn:hover {
  background: rgba(37,211,102,0.08);
  border-color: #25D366;
  color: #25D366;
  transform: translateY(-1px);
}

/* Responsive Tweaks */
@media (max-width: 380px) {
  .header-section {
    height: 220px;
  }
  
  .profile-logo-wrapper {
    width: 235px;
    height: 115px;
    bottom: -50px;
  }

  .profile-logo {
    max-height: 96px;
    padding: 12px 16px;
  }

  .logo-ambient-aura {
    width: 245px;
    height: 105px;
  }
  
  .content-section {
    padding-top: 72px;
  }
  
  .btn-text-main {
    font-size: 0.95rem;
  }
  
  .btn-badge {
    font-size: 0.65rem;
    padding: 5px 8px;
  }

  .brand-title {
    font-size: 1.35rem;
  }
}

@media (min-width: 500px) {
  .bio-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .bio-card {
    border-radius: 18px;
    border: 1px solid var(--border-subtle);
    overflow: visible;
  }
  .header-section {
    overflow: visible;
  }
  .header-bg-container {
    border-radius: 18px 18px 0 0;
    overflow: hidden;
  }
}
