:root {
  /* ── TEMEL RENK PALETİ ── */
  --bg-main: #07090e;
  --bg-card: rgba(16, 22, 34, 0.96);
  --border-glass: rgba(255, 255, 255, 0.08);
  --border-gold: rgba(212, 175, 55, 0.35);
  --text-main: #f8fafc;
  --text-muted: #94a3b8;
  --text-dim: #64748b;
  --accent-gold: #d4af37;
  --accent-gold-glow: rgba(212, 175, 55, 0.3);
  --accent-whatsapp: #25d366;
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-full: 9999px;
  --font-body: 'Plus Jakarta Sans', sans-serif;
  --font-heading: 'Outfit', sans-serif;

  /* ── TEMA STÜDYOSU — Bu bloğu elle değiştirmeyin, panel yazar ── */

  /* 🖼️ Hero / Kapak Alanı */
  --ts-hero-overlay-color: rgba(0, 0, 0, 0.55);
  --ts-hero-title-color: #ffffff;
  --ts-hero-title-size: 2.2rem;
  --ts-hero-title-font: 'Outfit', sans-serif;
  --ts-hero-btn-bg: rgba(255, 255, 255, 0.15);
  --ts-hero-btn-color: #ffffff;
  --ts-hero-btn-border: rgba(255, 255, 255, 0.4);
  --ts-hero-btn-radius: 50px;

  /* 🏷️ Mekan Adı Başlığı */
  --ts-card-title-color: #f8fafc;
  --ts-card-title-size: 1.45rem;
  --ts-card-title-font: 'Outfit', sans-serif;
  --ts-card-title-weight: 700;

  /* 📄 Açıklama / Gövde Metni */
  --ts-desc-size: 14px;

  /* 🎮 Sanal Tur (VR) Ana Butonu */
  --ts-btn-vr-bg: #d4af37;
  --ts-btn-vr-color: #07090e;
  --ts-btn-vr-radius: 18px;
  --ts-btn-vr-shadow: rgba(212, 175, 55, 0.4);

  /* 🔲 Aksiyon Butonları (Yol / WA / Ara / Puan) */
  --ts-action-bg: rgba(255, 255, 255, 0.05);
  --ts-action-color: #d4af37;
  --ts-action-border: rgba(255, 255, 255, 0.08);
  --ts-action-radius: 16px;
  --ts-action-label-color: #94a3b8;

  /* 💼 VCard & QR Butonları */
  --ts-vcard-btn-bg: rgba(255, 255, 255, 0.04);
  --ts-vcard-btn-color: #f8fafc;
  --ts-vcard-btn-border: rgba(212, 175, 55, 0.25);
  --ts-vcard-icon-bg: rgba(212, 175, 55, 0.15);
  --ts-vcard-icon-color: #d4af37;
  --ts-vcard-btn-radius: 16px;

  /* 📅 Randevu CTA Butonu */
  --ts-apt-bg: rgba(212, 175, 55, 0.08);
  --ts-apt-border: rgba(212, 175, 55, 0.3);
  --ts-apt-color: #f8fafc;
  --ts-apt-icon-color: #d4af37;

  /* 📱 Sosyal Medya Bar */
  --ts-social-bg: rgba(255, 255, 255, 0.03);
  --ts-social-border: rgba(255, 255, 255, 0.06);
  --ts-social-icon-size: 42px;

  /* 📍 Bilgi Kartları (Adres, Saat) */
  --ts-info-bg: rgba(255, 255, 255, 0.04);
  --ts-info-border: rgba(255, 255, 255, 0.07);
  --ts-info-icon-color: #d4af37;
  --ts-info-label-color: #94a3b8;
  --ts-info-val-color: #f8fafc;
  --ts-info-radius: 14px;

  /* 🗺️ Harita Alanı */
  --ts-map-radius: 16px;
  --ts-map-border: rgba(255, 255, 255, 0.08);

  /* 🔻 Footer */
  --ts-footer-bg: rgba(0, 0, 0, 0.3);
  --ts-footer-color: #64748b;
}


[data-theme="black"] {
  --bg-main: #000000;
  --bg-card: #0d0d0d;
  --border-glass: rgba(255, 255, 255, 0.12);
  --accent-gold: #ffffff;
  --accent-gold-glow: rgba(255, 255, 255, 0.2);
}

[data-theme="emerald"] {
  --accent-gold: #10b981;
  --accent-gold-glow: rgba(16, 185, 129, 0.3);
}

[data-theme="sapphire"] {
  --accent-gold: #3b82f6;
  --accent-gold-glow: rgba(59, 130, 246, 0.3);
}

[data-theme="clean"] {
  --bg-main: #18110c;
  --bg-card: #271c14;
  --border-glass: rgba(230, 200, 160, 0.12);
  --border-gold: rgba(205, 140, 70, 0.4);
  --text-main: #fbf7f2;
  --text-muted: #d4c2b2;
  --text-dim: #9a887a;
  --accent-gold: #c99347;
  --accent-gold-glow: rgba(201, 147, 71, 0.35);
}

[data-theme="ruby-white"] {
  --bg-main: #F8FAFC;
  --bg-card: #FFFFFF;
  --border-glass: #E2E8F0;
  --border-gold: #DC2626;
  --text-main: #0F172A;
  --text-muted: #475569;
  --text-dim: #64748B;
  --accent-gold: #DC2626;
  --accent-gold-glow: rgba(220, 38, 38, 0.28);
}

[data-theme="obsidian-crimson"] {
  --bg-main: #000000;
  --bg-card: #121216;
  --border-glass: rgba(255, 255, 255, 0.1);
  --border-gold: #EF4444;
  --text-main: #FFFFFF;
  --text-muted: #A1A1AA;
  --text-dim: #71717A;
  --accent-gold: #EF4444;
  --accent-gold-glow: rgba(239, 68, 68, 0.35);
}

[data-theme="navy-gold"] {
  --bg-main: #060e1a;
  --bg-card: #0e2038;
  --border-glass: rgba(245, 158, 11, 0.15);
  --border-gold: #F59E0B;
  --text-main: #F8FAFC;
  --text-muted: #94A3B8;
  --text-dim: #64748B;
  --accent-gold: #F59E0B;
  --accent-gold-glow: rgba(245, 158, 11, 0.35);
}

[data-theme="emerald-white"] {
  --bg-main: #F0FDF4;
  --bg-card: #FFFFFF;
  --border-glass: #DCFCE7;
  --border-gold: #059669;
  --text-main: #064E3B;
  --text-muted: #047857;
  --text-dim: #059669;
  --accent-gold: #059669;
  --accent-gold-glow: rgba(5, 150, 105, 0.25);
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  background-color: var(--bg-main);
  color: var(--text-main);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  background-image: 
    radial-gradient(circle at 50% 0%, rgba(212, 175, 55, 0.08) 0%, transparent 60%),
    radial-gradient(circle at 50% 100%, rgba(16, 185, 129, 0.05) 0%, transparent 50%);
  background-attachment: fixed;
}

/* ================= GOBIZ MOBILE COVER HERO ================= */
.gobiz-hero {
  width: 100%;
  max-width: 480px;
  height: 100vh;
  min-height: 560px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 40px 24px 34px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8);
}

.gobiz-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
  transition: transform 10s ease-out;
  z-index: 1;
}

.gobiz-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 9, 14, 0.3) 0%, rgba(7, 9, 14, 0.75) 55%, rgba(7, 9, 14, 0.98) 100%);
  z-index: 2;
}

.gobiz-hero-content {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: auto 0;
  width: 100%;
}

.gobiz-hero-logo-wrap {
  width: 90px;
  height: 90px;
  border-radius: 24px;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(12px);
  border: 2px solid var(--border-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6), 0 0 20px var(--accent-gold-glow);
  margin-bottom: 16px;
}

.gobiz-hero-logo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gobiz-hero-cat-badge {
  background: rgba(212, 175, 55, 0.18);
  border: 1px solid var(--border-gold);
  color: var(--accent-gold);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 5px 14px;
  border-radius: var(--radius-full);
  margin-bottom: 10px;
  backdrop-filter: blur(8px);
}

.gobiz-hero-title {
  font-family: var(--font-heading);
  font-size: 26px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 8px;
  text-shadow: 0 2px 10px rgba(0,0,0,0.8);
}

.gobiz-hero-city {
  font-size: 13.5px;
  color: #cbd5e1;
  display: flex;
  align-items: center;
  gap: 6px;
}

.gobiz-hero-city i {
  color: var(--accent-gold);
}

.gobiz-hero-footer {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.gobiz-bounce-arrow {
  color: var(--accent-gold);
  font-size: 18px;
  animation: bounceDown 1.8s infinite ease-in-out;
}

@keyframes bounceDown {
  0%, 100% { transform: translateY(0); opacity: 0.6; }
  50% { transform: translateY(8px); opacity: 1; }
}

.gobiz-hero-pill-btn {
  width: 100%;
  max-width: 320px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-full);
  padding: 14px 24px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5), 0 0 20px var(--accent-gold-glow);
  transition: all 0.25s;
}

.gobiz-hero-pill-btn:hover {
  background: var(--accent-gold);
  color: #07090e;
  transform: translateY(-2px);
}

/* ================= MAIN DIGITAL CARD ================= */
.bio-wrapper {
  width: 100%;
  max-width: 480px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.bio-card {
  background: var(--bg-card);
  border: 1px solid var(--border-glass);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.7);
}

@media (min-width: 768px) {
  .gobiz-hero {
    display: none;
  }
  body {
    padding: 36px 16px 60px;
    background: radial-gradient(circle at 50% 10%, rgba(212, 175, 55, 0.08) 0%, transparent 70%), #07090e;
  }
  .bio-wrapper {
    min-height: auto;
  }
  .bio-card {
    border-radius: 24px;
    overflow: hidden;
    min-height: auto;
    border: 1px solid var(--border-glass);
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.8), 0 0 35px rgba(212, 175, 55, 0.1);
  }
}

/* FEATURES & AMENITIES */
.features-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-md);
  padding: 16px;
  margin-top: 14px;
}

.features-title {
  font-size: 12px;
  font-weight: 700;
  color: var(--accent-gold);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.features-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.feature-tag {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #cbd5e1;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: var(--radius-full);
}

/* WORKING HOURS & ADDRESS INFO BLOCKS */
.info-block {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: var(--radius-md);
  padding: 14px 16px;
  margin-top: 10px;
}

.info-icon {
  width: 36px;
  height: 36px;
  border-radius: var(--radius-sm);
  background: rgba(212, 175, 55, 0.12);
  border: 1px solid rgba(212, 175, 55, 0.25);
  color: var(--accent-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  flex-shrink: 0;
}

.info-text {
  flex: 1;
}

.info-label {
  font-size: 11px;
  color: var(--text-dim);
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 2px;
}

.info-val {
  font-size: 13px;
  color: #e2e8f0;
  line-height: 1.4;
}

/* ================= COVER MEDIA / CAROUSEL / VIDEO ================= */
.bio-header {
  position: relative;
  height: 290px;
  background: #000;
  overflow: hidden;
}

/* Floating Badges on Top-Left of Cover (Rating + Category) */
.top-left-badges {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 25;
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: calc(100% - 145px);
  flex-wrap: nowrap;
}

.cover-rating-badge {
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(250, 204, 21, 0.4);
  border-radius: var(--radius-full);
  padding: 6px 13px;
  color: #facc15;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.5);
  transition: transform 0.2s, background 0.2s;
  flex-shrink: 0;
  white-space: nowrap;
}

.cover-rating-badge:hover {
  transform: scale(1.05);
  background: rgba(0, 0, 0, 0.85);
  border-color: #facc15;
}

.cover-rating-badge .rating-count-wrap {
  color: #e2e8f0;
  font-weight: 600;
  font-size: 12px;
}

/* Top-Right Actions */
.top-float-actions {
  position: absolute;
  top: 14px;
  right: 14px;
  display: flex;
  gap: 8px;
  z-index: 25;
}

.icon-bubble {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s;
}

.icon-bubble:hover {
  background: var(--accent-gold);
  color: #0a0d14;
}

/* Video Cover Container (Edge-to-edge cinematic cover, zero letterbox) */
.cover-video-container {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 5;
  background: #000;
  overflow: hidden;
}

#cardVideoInner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.cover-video-container iframe,
.cover-video-container video,
#cardVideoInner iframe,
#cardVideoInner video {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  border: none;
  display: block;
  object-fit: cover;
  transform: scale(1.36);
  transform-origin: center center;
}

/* Floating Category Badge on Cover Bottom-Right */
.cover-category-badge-bottom-right {
  position: absolute;
  bottom: 12px;
  right: 14px;
  z-index: 25;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(212, 175, 55, 0.5);
  color: var(--accent-gold);
  font-size: 11.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 6px 14px;
  border-radius: var(--radius-full);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.65);
  pointer-events: none;
  white-space: nowrap;
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-flex;
  align-items: center;
}

.cover-category-badge {
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(212, 175, 55, 0.5);
  color: var(--accent-gold);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 6px 13px;
  border-radius: var(--radius-full);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.65);
  pointer-events: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 140px;
  display: inline-flex;
  align-items: center;
}

/* Photo Carousel */
.carousel-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.carousel-track {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}

.carousel-slide,
.bio-carousel-slide {
  min-width: 100%;
  width: 100%;
  flex-shrink: 0;
  height: 100%;
  position: relative;
}

.carousel-slide img,
.bio-carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-slide::after,
.bio-carousel-slide::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.25) 0%, transparent 35%, transparent 75%, rgba(16, 22, 34, 0.45) 100%);
  pointer-events: none;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  z-index: 10;
  transition: all 0.2s;
}

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

.carousel-dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  z-index: 10;
}

.carousel-dot,
.bio-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: all 0.2s;
}

.carousel-dot.active,
.bio-dot.active {
  width: 18px;
  border-radius: var(--radius-full);
  background: var(--accent-gold);
}

/* ================= BODY CONTENT ================= */
.bio-body {
  padding: 0 22px 34px;
  flex: 1;
}

/* Card Profile Header — Logo left, title right with clean 10px spacing from cover */
.card-profile-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
  margin-top: 10px;
  margin-bottom: 12px;
  position: relative;
  z-index: 20;
}

.card-logo-overlap-wrap {
  width: 72px;
  height: 72px;
  border-radius: 18px;
  background: var(--bg-card);
  border: 2.5px solid var(--accent-gold);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.6), 0 0 0 2px var(--bg-card);
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-venue-logo-img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  object-fit: cover;
  display: block;
}

/* Logo Fallback Monogram */
.card-logo-fallback {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--accent-gold), #b8860b);
  border-radius: 15px;
}

.logo-monogram-txt {
  font-family: var(--font-heading);
  font-size: 26px;
  font-weight: 900;
  color: #0a0d14;
  letter-spacing: 0.03em;
  user-select: none;
}

.card-title-location-col {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0;
}

.card-title-marquee-wrap {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}

.card-venue-title {
  font-family: var(--font-heading);
  font-size: 21px;
  font-weight: 800;
  line-height: 1.25;
  color: var(--title-color, var(--text-main, #ffffff));
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 0 3px 0;
  letter-spacing: -0.02em;
}

.card-venue-title.is-marquee {
  display: inline-block !important;
  text-overflow: clip !important;
  animation: marqueePingPong 7.5s ease-in-out infinite alternate !important;
}

@keyframes marqueePingPong {
  0%, 25% {
    transform: translateX(0);
  }
  75%, 100% {
    transform: translateX(var(--marquee-dist, -50px));
  }
}

.card-location-row {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12.5px;
  color: var(--text-dim);
  margin: 0;
}

.card-location-row i {
  color: var(--accent-gold);
}

.venue-location i {
  color: var(--accent-gold);
}

.venue-desc {
  font-size: 13.5px;
  color: var(--text-muted);
  line-height: 1.5;
  margin-bottom: 18px;
}

/* PRIMARY VR CTA BUTTON */
.btn-hero-vr {
  width: 100%;
  background: linear-gradient(135deg, var(--accent-gold), #f59e0b);
  color: #0a0d14;
  border: none;
  border-radius: 18px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 14px;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(212, 175, 55, 0.35);
  transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1);
  margin-bottom: 12px;
  text-decoration: none !important;
}

.btn-hero-vr:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(212, 175, 55, 0.45);
}

.action-box-brand {
  background: rgba(10, 13, 20, 0.15);
  color: #0a0d14;
  border: 1px solid rgba(10, 13, 20, 0.1);
}

.vr-text-wrap {
  flex: 1;
  text-align: left;
}

.vr-title {
  display: block;
  font-family: var(--font-heading);
  font-size: 15.5px;
  font-weight: 800;
  line-height: 1.2;
}

.vr-sub {
  display: block;
  font-size: 11px;
  font-weight: 600;
  opacity: 0.9;
  line-height: 1.2;
  margin-top: 2px;
}

.vr-arrow {
  font-size: 14px;
  opacity: 0.8;
}

/* CUSTOM BUTTON (CATALOG / MENU / BOOKING) */
.btn-custom-action {
  width: 100%;
  background: var(--bg-card, rgba(255, 255, 255, 0.05));
  border: 1px solid var(--border-glass, rgba(255, 255, 255, 0.1));
  border-radius: 18px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--text-main);
  text-decoration: none;
  transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1);
  margin-bottom: 14px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}

.btn-custom-action:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
}

.custom-action-text-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: left;
}

.custom-action-main {
  font-size: 13.5px;
  font-weight: 700;
  color: var(--text-main, #ffffff) !important;
}

.custom-action-sub {
  font-size: 10.5px;
  color: var(--text-muted, #94a3b8);
  font-weight: 500;
}

.custom-action-arrow {
  font-size: 13px;
  color: var(--text-muted);
}

/* ================= LUXURY VCARD & QR ACTIONS GRID ================= */
/* ================= LUXURY VCARD & QR ACTIONS GRID ================= */
.luxury-vcard-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 14px;
}

.btn-luxury-vcard {
  background: var(--bg-card, rgba(255, 255, 255, 0.05));
  border: 1px solid var(--border-glass, rgba(255, 255, 255, 0.1));
  border-radius: 18px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--text-main);
  cursor: pointer;
  transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.btn-luxury-vcard:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.2);
}

.vcard-btn-text {
  display: flex;
  flex-direction: column;
  text-align: left;
  min-width: 0;
}

.vcard-main {
  font-size: 13px;
  font-weight: 700;
  color: var(--text-main, #ffffff) !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.vcard-sub {
  font-size: 10.5px;
  color: var(--text-muted, #94a3b8);
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ================= 4 MAIN ACTIONS GRID (UNIFIED LUXURY SQUIRCLE APP SYSTEM) ================= */
/* ================= UNIFIED LUXURY ACTIONS DOCK (COMPACT DOCK) ================= */
.actions-dock-card {
  width: 100% !important;
  box-sizing: border-box !important;
  margin: 10px 0 16px 0 !important;
  background: var(--bg-card, rgba(17, 24, 39, 0.8)) !important;
  border: 1px solid var(--border-glass, rgba(255, 255, 255, 0.1)) !important;
  border-radius: 16px !important;
  padding: 10px 6px !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25) !important;
  position: relative !important;
}

.dock-action-item {
  flex: 1 1 25% !important;
  width: 25% !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 5px !important;
  text-decoration: none !important;
  padding: 4px 2px !important;
  border-radius: 10px !important;
  background: transparent !important;
  border: none !important;
  cursor: pointer !important;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
  color: #ffffff !important;
  box-sizing: border-box !important;
}

.dock-action-item:hover {
  background: rgba(255, 255, 255, 0.08) !important;
  transform: translateY(-2px) !important;
}

.dock-action-item .action-icon-box {
  width: 40px !important;
  height: 40px !important;
  border-radius: 12px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 16px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
  transition: transform 0.2s ease !important;
  flex-shrink: 0 !important;
}

.dock-action-item:hover .action-icon-box {
  transform: scale(1.08) !important;
}

.dock-action-label {
  font-size: 11px !important;
  font-weight: 600 !important;
  color: #94a3b8 !important;
  text-align: center !important;
  white-space: nowrap !important;
  letter-spacing: -0.01em !important;
  transition: color 0.2s ease !important;
  display: block !important;
  line-height: 1.2 !important;
}

.dock-action-item:hover .dock-action-label {
  color: #ffffff !important;
}

.dock-divider {
  width: 1px !important;
  height: 32px !important;
  background: var(--border-glass, rgba(255, 255, 255, 0.08)) !important;
  flex-shrink: 0 !important;
}

.actions-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 16px;
}

.action-card {
  background: var(--bg-card, rgba(255, 255, 255, 0.05));
  border: 1px solid var(--border-glass, rgba(255, 255, 255, 0.1));
  border-radius: 18px;
  padding: 12px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  color: var(--text-main, #ffffff);
  text-decoration: none;
  cursor: pointer;
  transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.action-card:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.2);
}

.action-card-label {
  font-size: 12.5px;
  font-weight: 700;
  color: var(--text-main, #ffffff) !important;
  text-align: center;
}

/* Squircle Icon Boxes matching Google Badge Design Language */
.action-icon-box {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  flex-shrink: 0;
  transition: transform 0.2s;
}

.action-card:hover .action-icon-box,
.btn-luxury-vcard:hover .action-icon-box {
  transform: scale(1.08);
}

.action-box-blue {
  background: #e0f2fe;
  color: #0284c7;
  border: 1px solid #bae6fd;
}

.action-box-green {
  background: #dcfce7;
  color: #16a34a;
  border: 1px solid #bbf7d0;
}

.action-box-teal {
  background: #ccfbf1;
  color: #0d9488;
  border: 1px solid #99f6e4;
}

.action-box-amber {
  background: #fef3c7;
  color: #d97706;
  border: 1px solid #fde68a;
}

.action-box-rose {
  background: #ffe4e6;
  color: #e11d48;
  border: 1px solid #fecdd3;
}

.action-box-violet {
  background: #ede9fe;
  color: #7c3aed;
  border: 1px solid #ddd6fe;
}

/* ================= SOCIAL STRIP (SINGLE ROW WITH CLEARANCE) ================= */
.social-strip-wrap {
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-md);
  padding: 16px 18px;
  min-height: 88px;
  margin-bottom: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.social-strip-title {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--accent-gold);
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.social-strip-icons {
  display: flex;
  align-items: center;
  gap: 14px;
  overflow-x: auto;
  scrollbar-width: none;
  padding: 6px 4px;
}

.social-strip-icons::-webkit-scrollbar {
  display: none;
}

.soc-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
  flex-shrink: 0;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.soc-btn:hover {
  transform: translateY(-3px) scale(1.08);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.6);
}

.soc-btn.is-instagram:hover { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); border-color: transparent; }
.soc-btn.is-facebook:hover { background: #1877f2; border-color: transparent; }
.soc-btn.is-youtube:hover { background: #ff0000; border-color: transparent; }
.soc-btn.is-linkedin:hover { background: #0a66c2; border-color: transparent; }
.soc-btn.is-website:hover { background: var(--accent-gold); color: #000; border-color: transparent; }

/* ================= APPOINTMENT CTA ================= */
.btn-appointment-cta {
  width: 100%;
  background: var(--bg-card, rgba(255, 255, 255, 0.05));
  border: 1px solid var(--border-glass, rgba(255, 255, 255, 0.1));
  border-radius: 18px;
  padding: 11px 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  color: var(--text-main);
  margin-bottom: 16px;
  transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1);
  text-align: left;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}

.btn-appointment-cta:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
}

.apt-cta-text {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.apt-cta-title {
  font-size: 13.5px;
  font-weight: 700;
  color: var(--text-main, #ffffff) !important;
}

.apt-cta-sub {
  font-size: 10.5px;
  color: var(--text-muted, #94a3b8);
  font-weight: 500;
}

.apt-cta-arrow {
  font-size: 13px;
  color: var(--text-muted);
}

/* ================= FEATURES BOX ================= */
.features-box {
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-md);
  padding: 16px;
  margin-bottom: 18px;
}

.features-title {
  font-size: 13px;
  font-weight: 700;
  color: var(--accent-gold);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.tags-container {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.tag-item {
  font-size: 11px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--border-glass);
  padding: 4px 10px;
  border-radius: var(--radius-full);
  color: var(--text-muted);
}

/* ================= INFO LIST ================= */
.info-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
}

.info-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 13px;
}

.info-item i {
  color: var(--accent-gold);
  font-size: 15px;
  margin-top: 3px;
}

.info-label {
  font-size: 11px;
  color: var(--text-dim);
}

.info-value {
  color: var(--text-main);
  font-weight: 500;
}

/* ================= FULL-WIDTH TWO-SIDED GOOGLE MAP EMBED ================= */
.card-map-section {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-md);
  padding: 16px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.map-embed-frame-wrap {
  width: 100%;
  height: 240px;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #0f141f;
  margin-top: 10px;
}

.map-embed-frame-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* ================= FOOTER ================= */
.bio-footer {
  padding: 24px 20px;
  text-align: center;
  border-top: 1px solid var(--border-glass);
  background: rgba(10, 13, 20, 0.5);
}

.footer-copy {
  font-size: 11px;
  color: var(--text-dim);
}

.footer-copy a {
  color: var(--text-muted);
  text-decoration: none;
}

/* ================= FULLSCREEN VR MODAL (WITH TICKER) ================= */
.vr-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  flex-direction: column;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: #000;
}

.modal-container {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.modal-header {
  height: 52px;
  background: #0a0d14;
  border-bottom: 1px solid var(--border-glass);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
}

.modal-title-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 50vw;
  overflow: hidden;
}

.vr-modal-cube {
  color: var(--accent-gold);
  font-size: 16px;
  flex-shrink: 0;
}

.modal-ticker-container {
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
}

.modal-ticker-text {
  display: inline-block;
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.modal-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.btn-vr-external-minimal {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-full);
  padding: 6px 12px;
  color: #fff;
  font-size: 11.5px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.2s;
}

.btn-vr-external-minimal:hover {
  background: var(--accent-gold);
  color: #07090e;
}

.btn-icon-head {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
}

.modal-body {
  flex: 1;
  background: #000;
}

.modal-body iframe {
  width: 100%;
  height: 100%;
}

/* ================= REVIEWS LIST MODAL (CENTERED POPUP) ================= */
.reviews-list-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.reviews-list-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(10px);
}

.reviews-list-card {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 440px;
  max-height: 86vh;
  background: var(--bg-card);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-lg);
  display: flex;
  flex-direction: column;
  box-shadow: 0 25px 70px rgba(0,0,0,0.85);
  overflow: hidden;
  animation: modalScaleUp 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes modalScaleUp {
  0% { opacity: 0; transform: scale(0.95); }
  100% { opacity: 1; transform: scale(1); }
}

.reviews-list-header {
  padding: 18px 20px 14px;
  border-bottom: 1px solid var(--border-glass);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.reviews-header-info h3 {
  font-family: var(--font-heading);
  font-size: 17px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 8px;
}

.reviews-summary-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.big-score {
  font-family: var(--font-heading);
  font-size: 30px;
  font-weight: 900;
  color: #facc15;
  line-height: 1;
}

.summary-stars {
  color: #facc15;
  font-size: 14px;
  letter-spacing: 1px;
}

.total-reviews-lbl {
  font-size: 11px;
  color: var(--text-dim);
}

.btn-close-review {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: none;
  color: var(--text-main);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.reviews-list-body {
  padding: 16px 20px;
  overflow-y: auto;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.user-review-item {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-md);
  padding: 14px;
}

.review-item-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.review-author-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}

.user-avatar-img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
}

.user-avatar-emoji {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
}

.user-author-name {
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
}

.provider-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: var(--radius-full);
  margin-left: 6px;
}

.provider-google {
  background: rgba(234, 67, 53, 0.15);
  color: #ea4335;
  border: 1px solid rgba(234, 67, 53, 0.3);
}

.provider-facebook {
  background: rgba(24, 119, 242, 0.15);
  color: #1877f2;
  border: 1px solid rgba(24, 119, 242, 0.3);
}

.user-review-date {
  font-size: 11px;
  color: var(--text-dim);
}

.user-stars {
  color: #facc15;
  font-size: 12px;
  margin-bottom: 6px;
}

.user-comment-text {
  font-size: 12.5px;
  color: var(--text-muted);
  line-height: 1.45;
}

.reviews-list-footer {
  padding: 14px 20px;
  border-top: 1px solid var(--border-glass);
  background: rgba(10, 13, 20, 0.5);
}

/* ================= WRITE REVIEW MODAL ================= */
.review-modal {
  position: fixed;
  inset: 0;
  z-index: 10001;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.review-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(10px);
}

.review-card {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 420px;
  max-height: 90vh;
  overflow-y: auto;
  background: var(--bg-card);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-lg);
  padding: 24px 20px;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.9);
}

.review-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.review-header h3 {
  font-family: var(--font-heading);
  font-size: 17px;
  font-weight: 800;
  color: #fff;
}

.star-rating-select {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 4px;
}

.star-btn {
  font-size: 26px;
  color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: color 0.15s, transform 0.15s;
}

.star-btn:hover, .star-btn.active {
  color: #facc15;
  transform: scale(1.15);
}

.selected-star-text {
  text-align: center;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--accent-gold);
  margin-bottom: 16px;
}

/* Social Login in Review */
.social-login-review-group {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-md);
  padding: 12px;
  margin-bottom: 16px;
}

.social-login-title {
  font-size: 11.5px;
  font-weight: 600;
  color: var(--text-muted);
  margin-bottom: 10px;
  text-align: center;
}

/* SOCIAL AUTH GATEKEEPER */
.review-auth-gate {
  padding: 8px 4px 14px;
  text-align: center;
}

.gate-hero-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(212, 175, 55, 0.12);
  border: 1.5px solid var(--accent-gold);
  color: var(--accent-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin: 0 auto 12px;
  box-shadow: 0 8px 24px rgba(212, 175, 55, 0.2);
}

.gate-title {
  font-family: var(--font-heading);
  font-size: 17px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 6px;
}

.gate-sub {
  font-size: 12.5px;
  color: var(--text-muted);
  line-height: 1.45;
  margin-bottom: 18px;
}

.social-gate-buttons {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-bottom: 16px;
}

.btn-gate-social {
  width: 100%;
  padding: 11px 16px;
  border-radius: var(--radius-md);
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.2s;
  border: 1px solid transparent;
}

.btn-gate-google {
  background: #ffffff;
  color: #1f2937;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
}

.btn-gate-google:hover {
  background: #f3f4f6;
  transform: translateY(-1px);
}

.google-icon-svg {
  flex-shrink: 0;
}

.auth-divider {
  position: relative;
  text-align: center;
  margin: 12px 0;
}

.auth-divider::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--border-glass);
  z-index: 1;
}

.auth-divider span {
  position: relative;
  z-index: 2;
  background: #11141d;
  padding: 0 10px;
  font-size: 11px;
  color: var(--text-dim);
  font-weight: 600;
}

.auth-box-tabs {
  display: flex;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-md);
  padding: 3px;
  margin-bottom: 12px;
  gap: 4px;
}

.auth-tab-btn {
  flex: 1;
  padding: 7px 10px;
  border-radius: var(--radius-sm);
  background: transparent;
  border: none;
  color: var(--text-muted);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s;
}

.auth-tab-btn.active {
  background: rgba(212, 175, 55, 0.18);
  color: var(--accent-gold);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.auth-form-body {
  text-align: left;
  margin-bottom: 14px;
}

.auth-form-body .form-group {
  margin-bottom: 10px;
}

.auth-form-body label {
  display: block;
  font-size: 11.5px;
  font-weight: 600;
  color: var(--text-muted);
  margin-bottom: 4px;
}

.btn-auth-submit {
  width: 100%;
  background: linear-gradient(135deg, var(--accent-gold), var(--accent-gold-bright));
  color: #090c13;
  border: none;
  border-radius: var(--radius-md);
  padding: 11px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 4px 14px var(--accent-gold-glow);
  transition: all 0.2s;
  margin-top: 6px;
}

.btn-auth-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px var(--accent-gold-glow);
}

.auth-status-alert {
  padding: 8px 10px;
  border-radius: var(--radius-sm);
  font-size: 11.5px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 8px;
}

.auth-status-alert.error {
  background: rgba(239, 68, 68, 0.15);
  color: #f87171;
  border: 1px solid rgba(239, 68, 68, 0.3);
}

.auth-status-alert.success {
  background: rgba(16, 185, 129, 0.15);
  color: #34d399;
  border: 1px solid rgba(16, 185, 129, 0.3);
}

.gate-seo-trust {
  background: rgba(212, 175, 55, 0.08);
  border: 1px solid rgba(212, 175, 55, 0.25);
  border-radius: var(--radius-md);
  padding: 11px 12px;
  font-size: 11px;
  color: var(--text-dim);
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  text-align: left;
}

.gate-seo-trust i {
  color: var(--accent-gold);
  font-size: 14px;
  margin-top: 2px;
  flex-shrink: 0;
}

.social-profile-banner {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(16, 185, 129, 0.1);
  border: 1px solid rgba(16, 185, 129, 0.3);
  border-radius: var(--radius-md);
  padding: 10px 14px;
  margin-bottom: 16px;
}

.soc-avatar-img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #10b981;
}

.soc-profile-info {
  flex: 1;
}

.soc-profile-name {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
}

.soc-badge {
  display: block;
  font-size: 10.5px;
  color: #34d399;
  font-weight: 600;
}

.btn-soc-logout {
  background: transparent;
  border: none;
  color: var(--text-muted);
  cursor: pointer;
  font-size: 14px;
}

.review-form .form-group {
  margin-bottom: 14px;
}

.review-form label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: var(--text-muted);
  margin-bottom: 6px;
}

.review-form .form-control {
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-md);
  padding: 10px 14px;
  color: var(--text-main);
  font-family: var(--font-body);
  font-size: 13px;
  outline: none;
}

.review-form .form-control:focus {
  border-color: var(--accent-gold);
}

.avatar-select-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 6px;
}

.avatar-option input {
  display: none;
}

.avatar-option span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 4px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-sm);
  cursor: pointer;
  font-size: 18px;
  transition: all 0.2s;
}

.avatar-option input:checked + span {
  background: rgba(212, 175, 55, 0.2);
  border-color: var(--accent-gold);
  transform: scale(1.1);
}

.btn-submit-review {
  width: 100%;
  background: linear-gradient(135deg, var(--accent-gold), #fcd34d);
  color: #090c13;
  border: none;
  border-radius: var(--radius-md);
  padding: 13px;
  font-size: 13.5px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.2s;
}

.btn-submit-review:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px var(--accent-gold-glow);
}

.review-status {
  padding: 10px;
  border-radius: var(--radius-sm);
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 12px;
}

.review-status.success { background: rgba(16, 185, 129, 0.2); color: #34d399; }
.review-status.error { background: rgba(239, 68, 68, 0.2); color: #f87171; }

/* ================= APPOINTMENT MODAL ================= */
.appointment-modal {
  position: fixed;
  inset: 0;
  z-index: 10001;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.appointment-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(10px);
}

.appointment-card {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 440px;
  max-height: 90vh;
  overflow-y: auto;
  background: var(--bg-card);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-lg);
  padding: 24px 22px;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.9), 0 0 30px rgba(212, 175, 55, 0.12);
}

.appointment-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 14px;
}

.appointment-header h3 {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 4px;
}

.apt-modal-sub {
  font-size: 12px;
  color: var(--text-dim);
}

.appointment-form .form-group {
  margin-bottom: 14px;
  text-align: left;
}

.appointment-form label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  color: var(--text-dim);
  margin-bottom: 6px;
  letter-spacing: 0.02em;
}

.appointment-form label i {
  color: var(--accent-gold);
  font-size: 12px;
}

.appointment-form .form-control {
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-md);
  padding: 11px 14px;
  color: #ffffff;
  font-family: var(--font-body);
  font-size: 13.5px;
  outline: none;
  transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
  box-sizing: border-box;
}

.appointment-form .form-control:focus {
  border-color: var(--accent-gold);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 12px var(--accent-gold-glow);
}

.appointment-form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.35);
}

.appointment-form input[type="date"],
.appointment-form input[type="time"] {
  color-scheme: dark;
}

.form-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.captcha-group {
  background: rgba(212, 175, 55, 0.08);
  border: 1px solid rgba(212, 175, 55, 0.25);
  border-radius: var(--radius-md);
  padding: 12px 14px;
  margin-top: 8px;
  margin-bottom: 14px;
}

.captcha-group label {
  color: var(--accent-gold);
  font-weight: 800;
  margin-bottom: 8px;
}

.appointment-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 16px;
}

.btn-submit-appointment {
  width: 100%;
  background: linear-gradient(135deg, var(--accent-gold), #fcd34d);
  color: #090c13;
  border: none;
  border-radius: var(--radius-md);
  padding: 13px;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 4px 15px var(--accent-gold-glow);
  transition: all 0.2s;
}

.btn-submit-appointment:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px var(--accent-gold-glow);
}

.btn-whatsapp-appointment {
  width: 100%;
  background: rgba(37, 211, 102, 0.15);
  border: 1px solid rgba(37, 211, 102, 0.4);
  color: #25d366;
  border-radius: var(--radius-md);
  padding: 13px;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.2s;
}

.btn-whatsapp-appointment:hover {
  background: rgba(37, 211, 102, 0.25);
  border-color: #25d366;
  transform: translateY(-2px);
}

/* ================= SOCIAL AUTH BUTTONS & POWERED BY ================= */
.social-gate-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 18px 0 16px;
}

.btn-gate-social {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 13px 18px;
  border-radius: var(--radius-md);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  border: 1px solid transparent;
}

.btn-gate-google {
  background: #ffffff;
  color: #1f2937;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
}
.btn-gate-google:hover {
  background: #f1f5f9;
  transform: translateY(-2px);
}

.btn-gate-apple {
  background: #000000;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.4);
}
.btn-gate-apple i {
  font-size: 18px;
}
.btn-gate-apple:hover {
  background: #111827;
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-2px);
}

.btn-gate-facebook {
  background: #1877f2;
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(24, 119, 242, 0.35);
}
.btn-gate-facebook i {
  font-size: 16px;
}
.btn-gate-facebook:hover {
  background: #166fe5;
  transform: translateY(-2px);
}

.card-powered-by {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 11.5px;
  color: var(--text-dim);
  margin-bottom: 10px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.card-powered-by a {
  color: var(--accent-gold);
  text-decoration: none;
  font-weight: 700;
  transition: color 0.2s;
}

.card-powered-by a:hover {
  color: #fff;
}

/* ================= INTERACTIVE SOCIAL CONNECT MODAL ================= */
.social-connect-modal {
  position: fixed;
  inset: 0;
  z-index: 12000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.social-connect-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(12px);
}

.social-connect-card {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 400px;
  background: var(--bg-card);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-lg);
  padding: 26px 22px;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.9), 0 0 35px rgba(212, 175, 55, 0.15);
  text-align: center;
}

.soc-modal-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.soc-provider-icon-badge {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.btn-close-soc-modal {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #cbd5e1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 13px;
  transition: all 0.2s;
}

.btn-close-soc-modal:hover {
  background: rgba(239, 68, 68, 0.2);
  color: #f87171;
}

.soc-modal-title {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 6px;
}

.soc-modal-sub {
  font-size: 12px;
  color: var(--text-dim);
  line-height: 1.45;
  margin-bottom: 18px;
}

.soc-connect-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: left;
}

.soc-input-group label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11.5px;
  font-weight: 700;
  color: var(--text-dim);
  margin-bottom: 6px;
  letter-spacing: 0.02em;
}

.soc-input-group label i {
  color: var(--accent-gold);
}

.soc-form-control {
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-md);
  padding: 11px 14px;
  color: #ffffff;
  font-family: var(--font-body);
  font-size: 13.5px;
  outline: none;
  box-sizing: border-box;
  transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
}

.soc-form-control:focus {
  border-color: var(--accent-gold);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 12px var(--accent-gold-glow);
}

.btn-soc-confirm {
  width: 100%;
  background: linear-gradient(135deg, var(--accent-gold), #fcd34d);
  color: #090c13;
  border: none;
  border-radius: var(--radius-md);
  padding: 13px;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 6px;
  box-shadow: 0 4px 15px var(--accent-gold-glow);
  transition: all 0.2s;
}

.btn-soc-confirm:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px var(--accent-gold-glow);
}

.soc-security-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 11px;
  color: var(--text-dim);
  margin-top: 14px;
}

.soc-security-note i {
  color: #10b981;
}

.soc-status-msg {
  padding: 8px 10px;
  border-radius: var(--radius-sm);
  font-size: 11.5px;
  font-weight: 600;
  text-align: center;
}

.soc-status-msg.error {
  background: rgba(239, 68, 68, 0.15);
  color: #f87171;
  border: 1px solid rgba(239, 68, 68, 0.3);
}

.soc-status-msg.success {
  background: rgba(16, 185, 129, 0.15);
  color: #34d399;
  border: 1px solid rgba(16, 185, 129, 0.3);
}

/* ================= VCARD QR MODAL ================= */
.vcard-qr-modal {
  position: fixed;
  inset: 0;
  z-index: 10001;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.vcard-qr-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(8px);
}

.vcard-qr-card {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 360px;
  background: var(--bg-card);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-lg);
  padding: 24px;
  text-align: center;
  box-shadow: 0 24px 60px rgba(0,0,0,0.85);
}

.vcard-qr-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.vcard-qr-header h3 {
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 800;
  color: #fff;
}

.vcard-qr-desc {
  font-size: 12.5px;
  color: var(--text-muted);
  line-height: 1.45;
  margin-bottom: 16px;
}

.vcard-qr-box {
  background: #ffffff;
  padding: 16px;
  border-radius: var(--radius-md);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.4);
}

.vcard-qr-box img {
  width: 180px;
  height: 180px;
  display: block;
}

.btn-vcard-download-modal {
  width: 100%;
  background: linear-gradient(135deg, var(--accent-gold), #fcd34d);
  color: #07090e;
  border-radius: var(--radius-md);
  padding: 12px;
  font-size: 13.5px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

/* ================= DESKTOP RESPONSIVENESS ================= */
@media (min-width: 520px) {
  body {
    padding: 30px 0 60px;
  }

  .bio-card {
    border-radius: 24px;
    overflow: hidden;
    border: 1.5px solid rgba(212, 175, 55, 0.35);
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.85), 0 0 40px rgba(212, 175, 55, 0.12);
    min-height: auto;
  }

  .bio-header {
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
  }
}

@media (min-width: 768px) {
  .gobiz-hero {
    display: none; /* Desktop users go straight to rich digital card */
  }

  .bio-wrapper {
    margin: 0 auto;
  }
}

/* ================= FEATURES & AMENITIES ================= */
.features-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-md);
  padding: 16px;
  margin-top: 14px;
}

.features-title {
  font-size: 12px;
  font-weight: 700;
  color: var(--accent-gold);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.features-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.feature-tag {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #cbd5e1;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: var(--radius-full);
}

/* ================= WORKING HOURS & ADDRESS INFO BLOCKS ================= */
.info-block {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: var(--radius-md);
  padding: 14px 16px;
  margin-top: 10px;
}

.info-icon {
  width: 36px;
  height: 36px;
  border-radius: var(--radius-sm);
  background: rgba(212, 175, 55, 0.12);
  border: 1px solid rgba(212, 175, 55, 0.25);
  color: var(--accent-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  flex-shrink: 0;
}

.info-text {
  flex: 1;
}

.info-label {
  font-size: 11px;
  color: var(--text-dim);
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 2px;
}

.info-val {
  font-size: 13px;
  color: #e2e8f0;
  line-height: 1.4;
}

/* ================= FULL-WIDTH LIVE GOOGLE MAP EMBED ================= */
.map-embed-section {
  margin-top: 18px;
  width: 100%;
}

.map-embed-label {
  font-size: 12.5px;
  font-weight: 700;
  color: #f1f5f9;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.map-embed-label i {
  color: var(--accent-gold);
}

.map-embed-container {
  width: 100%;
  height: 220px;
  border-radius: var(--radius-md, 14px);
  overflow: hidden;
  border: 1px solid var(--border-glass, rgba(255, 255, 255, 0.12));
  background: #111827;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.5);
}

.map-embed-container iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

/* ================= REVIEWS & RATINGS LIST MODAL (UNIFIED POPUP DESIGN) ================= */
.reviews-list-modal {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.reviews-list-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(10px);
}

.reviews-list-card {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 480px;
  max-height: 85vh;
  background: var(--bg-card, #101622);
  border: 1px solid var(--border-gold, rgba(212, 175, 55, 0.35));
  border-radius: var(--radius-lg, 20px);
  display: flex;
  flex-direction: column;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.85);
  overflow: hidden;
}

.reviews-list-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 20px 22px;
  border-bottom: 1px solid var(--border-glass, rgba(255, 255, 255, 0.08));
}

.reviews-list-header h3 {
  font-family: var(--font-heading);
  font-size: 17px;
  font-weight: 800;
  color: #ffffff;
  margin: 0;
}

.rev-header-left {
  flex: 1;
}

.rev-score-badge,
.reviews-summary-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 8px;
}

.rev-big-num,
.big-score {
  font-family: var(--font-heading);
  font-size: 30px;
  font-weight: 900;
  color: #facc15;
  line-height: 1;
}

.rev-stars-box,
.summary-stars {
  color: #facc15;
  font-size: 14px;
}

.rev-total-lbl,
.total-reviews-lbl {
  font-size: 12px;
  color: var(--text-dim, #94a3b8);
}

.reviews-scroll-body,
.reviews-list-body {
  flex: 1;
  overflow-y: auto;
  padding: 18px 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.user-review-item {
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid var(--border-glass, rgba(255, 255, 255, 0.08));
  border-radius: var(--radius-md, 14px);
  padding: 14px;
}

.review-item-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}

.review-author-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}

.user-avatar-emoji {
  font-size: 18px;
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.user-author-name {
  font-size: 13.5px;
  font-weight: 700;
  color: #f1f5f9;
}

.user-review-date {
  font-size: 11px;
  color: var(--text-dim, #94a3b8);
}

.user-stars {
  color: #facc15;
  font-size: 12px;
  margin-bottom: 6px;
}

.reviews-modal-footer,
.reviews-list-footer {
  padding: 16px 22px;
  border-top: 1px solid var(--border-glass, rgba(255, 255, 255, 0.08));
  background: rgba(0, 0, 0, 0.25);
}

.btn-write-review-cta {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 20px;
  background: linear-gradient(135deg, var(--accent-gold, #d4af37), #b8860b);
  color: #090c13;
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 800;
  border-radius: var(--radius-md, 12px);
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(212, 175, 55, 0.35);
  transition: all 0.25s cubic-bezier(0.2, 1, 0.3, 1);
}

.btn-write-review-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(250, 204, 21, 0.45);
}

/* ================= WRITE REVIEW MODAL (AUTH GATE + SUBMIT FORM) ================= */
.review-modal {
  position: fixed;
  inset: 0;
  z-index: 3500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.review-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(10px);
}

.review-card {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 440px;
  background: var(--bg-card, #101622);
  border: 1px solid var(--border-gold, rgba(212, 175, 55, 0.35));
  border-radius: var(--radius-lg, 20px);
  padding: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.85);
}

.review-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.review-header h3 {
  font-family: var(--font-heading);
  font-size: 17px;
  font-weight: 800;
  color: #ffffff;
  margin: 0;
}

.btn-close-review {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: all 0.2s;
}

.btn-close-review:hover {
  background: rgba(255, 255, 255, 0.16);
  transform: scale(1.05);
}

/* AUTH GATE STEP */
.review-auth-gate {
  padding: 12px 6px 16px;
  text-align: center;
}

.gate-hero-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(212, 175, 55, 0.12);
  border: 1.5px solid var(--accent-gold, #d4af37);
  color: var(--accent-gold, #d4af37);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin: 0 auto 12px;
  box-shadow: 0 8px 24px rgba(212, 175, 55, 0.25);
}

.gate-title {
  font-family: var(--font-heading);
  font-size: 17px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 6px;
}

.gate-sub {
  font-size: 12.5px;
  color: var(--text-muted, #94a3b8);
  line-height: 1.5;
  margin-bottom: 20px;
}

.social-gate-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 18px;
}

.btn-gate-social {
  width: 100%;
  padding: 12px 18px;
  border-radius: var(--radius-md, 12px);
  font-size: 13.5px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  cursor: pointer;
  transition: all 0.25s;
  border: 1px solid transparent;
}

.btn-gate-google {
  background: #ffffff;
  color: #1f2937;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
}

.btn-gate-google:hover {
  background: #f1f5f9;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
}

.btn-gate-apple {
  background: #000000;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.btn-gate-apple:hover {
  background: #111111;
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
}

.btn-gate-apple i {
  font-size: 18px;
}

.btn-gate-facebook {
  background: #1877f2;
  color: #ffffff;
}

.btn-gate-facebook:hover {
  background: #166fe5;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(24, 119, 242, 0.4);
}

.btn-gate-facebook i {
  font-size: 17px;
}

.gate-seo-trust {
  background: rgba(212, 175, 55, 0.08);
  border: 1px solid rgba(212, 175, 55, 0.25);
  border-radius: var(--radius-md, 12px);
  padding: 12px 14px;
  font-size: 11.5px;
  color: var(--text-dim, #94a3b8);
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  text-align: left;
}

.gate-seo-trust i {
  color: var(--accent-gold, #d4af37);
  font-size: 14px;
  margin-top: 2px;
  flex-shrink: 0;
}

/* WRITE FORM STEP */
.review-form .form-group {
  margin-bottom: 14px;
}

.review-form label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: var(--text-muted, #94a3b8);
  margin-bottom: 6px;
}

.review-form .form-control {
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border-glass, rgba(255, 255, 255, 0.1));
  border-radius: var(--radius-md, 12px);
  padding: 10px 14px;
  color: #ffffff;
  font-family: var(--font-body);
  font-size: 13px;
  outline: none;
  transition: border-color 0.2s;
}

.review-form .form-control:focus {
  border-color: var(--accent-gold, #d4af37);
}

.star-rating-select {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 6px;
}

.star-btn {
  font-size: 28px;
  color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: color 0.15s, transform 0.15s;
}

.star-btn:hover,
.star-btn.active {
  color: #facc15;
  transform: scale(1.15);
}

.selected-star-text {
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  color: var(--accent-gold, #d4af37);
  margin-bottom: 14px;
}

.btn-submit-review {
  width: 100%;
  background: linear-gradient(135deg, var(--accent-gold, #d4af37), #b8860b);
  color: #090c13;
  border: none;
  border-radius: var(--radius-md, 12px);
  padding: 13px;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  margin-top: 8px;
  box-shadow: 0 4px 16px rgba(212, 175, 55, 0.3);
  transition: all 0.2s;
}

.btn-submit-review:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(212, 175, 55, 0.45);
}

/* ================= FULLSCREEN PHOTO GALLERY LIGHTBOX ================= */
.photo-gallery-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 99999;
  flex-direction: column;
}

.photo-gallery-modal.is-open {
  display: flex;
}

.photo-gallery-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.photo-gallery-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  position: relative;
  z-index: 10;
}

.gallery-counter {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.03em;
}

.btn-gallery-close {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}

.btn-gallery-close:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.05);
}

.gallery-main-area {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 5;
  overflow: hidden;
  padding: 0 60px;
  user-select: none;
}

.gallery-main-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 6px;
  box-shadow: 0 16px 64px rgba(0, 0, 0, 0.6);
  transition: opacity 0.25s ease;
  user-select: none;
  -webkit-user-drag: none;
}

.gallery-main-img.is-loading {
  opacity: 0.3;
}

.gallery-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
  transition: all 0.2s;
}

.gallery-nav-btn:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-50%) scale(1.08);
}

.gallery-nav-prev { left: 12px; }
.gallery-nav-next { right: 12px; }

.gallery-dots-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 18px 20px 24px;
  position: relative;
  z-index: 10;
}

.gallery-dot-item {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: all 0.25s;
}

.gallery-dot-item.active {
  width: 22px;
  border-radius: var(--radius-full);
  background: var(--accent-gold);
}

@media (max-width: 600px) {
  .gallery-main-area {
    padding: 0 12px;
  }
  .gallery-nav-btn {
    width: 38px;
    height: 38px;
    font-size: 15px;
  }
  .gallery-nav-prev { left: 6px; }
  .gallery-nav-next { right: 6px; }
}

/* ================= PULSE HERO BUTTON ================= */
.gobiz-hero-pill-btn.is-pulse-glow {
  animation: pulseGlowHero 2s infinite ease-in-out;
}

@keyframes pulseGlowHero {
  0%, 100% {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5), 0 0 16px var(--accent-gold-glow);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.7), 0 0 28px var(--accent-gold);
    transform: scale(1.03);
  }
}

/* ================= COVER CATEGORY BADGE (BOTTOM RIGHT) ================= */
.cover-category-badge-bottom-right {
  position: absolute;
  bottom: 12px;
  right: 12px;
  z-index: 25;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(212, 175, 55, 0.5);
  color: var(--accent-gold);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 5px 12px;
  white-space: nowrap;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ================= LUXURY GOOGLE 3-IN-1 BADGE (ULTRA-COMPACT DOCK) ================= */
.google-tri-badge-card {
  margin: 10px 0 !important;
  background: #ffffff !important;
  border-radius: 16px !important;
  border: 1px solid rgba(226, 232, 240, 0.9) !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08), 0 2px 6px rgba(0, 0, 0, 0.04) !important;
  position: relative !important;
  overflow: hidden !important;
  padding: 6px 6px 12px 6px !important;
  color: #1e293b !important;
  transition: transform 0.2s, box-shadow 0.2s;
}

.google-tri-badge-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12) !important;
}

.google-badge-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2px;
  gap: 4px;
}

.google-badge-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none !important;
  cursor: pointer;
  padding: 4px 2px;
  border-radius: 12px;
  transition: transform 0.2s, background 0.2s;
}

.google-badge-item:hover {
  transform: translateY(-2px);
  background: rgba(241, 245, 249, 0.7);
}

.google-badge-divider {
  width: 1px;
  height: 48px;
  background: #e2e8f0;
  flex-shrink: 0;
}

/* Icon Squircle Boxes (Compact) */
.goog-icon-box {
  width: 48px;
  height: 48px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s;
  flex-shrink: 0;
}

.google-badge-item:hover .goog-icon-box {
  transform: scale(1.06);
}

.goog-box-blue {
  background: #e8f0fe;
  border: 1px solid #d2e3fc;
}

.goog-box-yellow {
  background: #fef7e0;
  border: 1px solid #feefc3;
}

.goog-box-green {
  background: #e6f4ea;
  border: 1px solid #ceead6;
}

/* Box 1: Avatar Silhouette inside Blue Box */
.goog-profile-avatar-circle {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #1a73e8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 15px;
  position: relative;
}

.goog-avatar-shield {
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #1557b0;
  border: 1.5px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 6px;
}

/* Box 2: Review Bubble inside Yellow Box */
.goog-review-bubble {
  width: 36px;
  height: 28px;
  background: #1a73e8;
  border-radius: 8px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3px 2px;
  overflow: visible;
}

.goog-review-bubble::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 8px;
  border-width: 5px 5px 0 0;
  border-style: solid;
  border-color: #1a73e8 transparent transparent transparent;
}

.goog-stars-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1px;
  color: #fbbc04;
  font-size: 5.5px;
  margin-bottom: 2px;
  width: 100%;
  max-width: 32px;
}

.goog-bubble-lines {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.goog-bubble-lines span {
  display: block;
  height: 2px;
  background: #ffffff;
  border-radius: 2px;
  margin-bottom: 1.5px;
}

.goog-bubble-lines span:first-child {
  width: 24px;
}

.goog-bubble-lines span:last-child {
  width: 16px;
  margin-bottom: 0;
}

/* Box 3: Street View Pegman & Pin inside Green Box */
.goog-streetview-icon {
  width: 36px;
  height: 36px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.goog-map-grid {
  position: absolute;
  inset: 2px;
  border-radius: 8px;
  background: linear-gradient(135deg, #a7f3d0 0%, #34d399 45%, #60a5fa 45%, #3b82f6 55%, #a7f3d0 55%, #10b981 100%);
  opacity: 0.9;
}

.goog-pegman-figure {
  position: absolute;
  left: 6px;
  bottom: 4px;
  width: 12px;
  height: 20px;
  background: #f59e0b;
  border-radius: 6px 6px 2px 2px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.25);
  z-index: 2;
}

.goog-pegman-figure::before {
  content: '';
  position: absolute;
  top: -6px;
  left: 2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fbbf24;
}

.goog-map-pin {
  position: absolute;
  right: 4px;
  top: 2px;
  color: #ea4335;
  font-size: 16px;
  filter: drop-shadow(0 1px 3px rgba(0,0,0,0.3));
  z-index: 3;
}

/* Titles below icons */
.goog-item-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 11.5px !important;
  font-weight: 700 !important;
  color: #1e293b !important;
  text-align: center !important;
  line-height: 1.2 !important;
  margin-top: 5px !important;
}

/* Bottom 4-color wave */
.google-badge-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 10px;
  overflow: hidden;
  pointer-events: none;
  line-height: 0;
}

.google-badge-wave svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* ================= MOBILE HEADER & TITLE SPACING ADJUSTMENTS ================= */
@media (max-width: 600px) {
  .card-profile-header {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    gap: 12px !important;
  }
  .card-venue-title {
    font-size: 17px !important;
    margin-bottom: 2px !important;
  }
}

/* ================= DUAL PLATFORM RATINGS BADGES (GOOGLE & TRIPADVISOR) ================= */
.card-meta-dual-ratings {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  flex-wrap: wrap !important;
  margin-top: 6px !important;
  cursor: pointer !important;
}

.platform-rating-badge {
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  padding: 3px 9px !important;
  border-radius: 7px !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
  letter-spacing: 0.1px !important;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
  user-select: none !important;
  text-decoration: none !important;
}

.platform-rating-badge.google {
  background: rgba(26, 75, 160, 0.25) !important;
  border: 1px solid rgba(66, 133, 244, 0.5) !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25) !important;
  color: #ffffff !important;
}
.platform-rating-badge.google:hover {
  background: rgba(26, 75, 160, 0.4) !important;
  border-color: rgba(66, 133, 244, 0.8) !important;
}
.platform-rating-badge.google .p-brand-name {
  color: #93c5fd !important;
  font-weight: 700 !important;
  font-size: 10.5px !important;
}
.platform-rating-badge.google .p-icon {
  color: #4285f4 !important;
  font-size: 11px !important;
}

.platform-rating-badge.google .p-star,
.platform-rating-badge.tripadvisor .p-star {
  color: #fbbf24 !important;
  font-size: 10px !important;
}
.platform-rating-badge.google .p-score,
.platform-rating-badge.tripadvisor .p-score {
  color: #ffffff !important;
  font-weight: 800 !important;
  font-size: 11px !important;
}
.platform-rating-badge.google .p-count,
.platform-rating-badge.tripadvisor .p-count {
  color: #94a3b8 !important;
  font-size: 10px !important;
  font-weight: 500 !important;
}

.platform-rating-badge.tripadvisor {
  background: rgba(4, 98, 64, 0.25) !important;
  border: 1px solid rgba(0, 170, 108, 0.5) !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25) !important;
  color: #ffffff !important;
}
.platform-rating-badge.tripadvisor:hover {
  background: rgba(4, 98, 64, 0.4) !important;
  border-color: rgba(0, 170, 108, 0.8) !important;
}
.platform-rating-badge.tripadvisor .p-brand-name {
  color: #6ee7b7 !important;
  font-weight: 700 !important;
  font-size: 10.5px !important;
}
.platform-rating-badge.tripadvisor .p-icon {
  color: #00aa6c !important;
  font-size: 12px !important;
}


