/* ==========================================================================
   ADRIAN SAINT - CORPORATE MENTALIST & AI SEO LEAD GENERATION PLATFORM
   Component Stylesheet - Service Images & Enhanced Cards
   ========================================================================== */

/* Header & Glassmorphism Nav */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(11, 12, 16, 0.88);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border-glass);
  transition: all var(--transition-smooth);
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 135px;
}

.nav-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.nav-logo-img {
  height: 115px;
  width: auto;
  max-height: 120px;
  object-fit: contain;
  display: block;
  background: transparent;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  filter: drop-shadow(0 3px 12px rgba(0, 0, 0, 0.6));
  transition: transform var(--transition-fast), filter var(--transition-fast);
}

.footer-logo-img {
  height: 125px;
  width: auto;
  max-height: 135px;
  object-fit: contain;
  display: block;
  background: transparent;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  filter: drop-shadow(0 3px 12px rgba(0, 0, 0, 0.6));
  transition: transform var(--transition-fast), filter var(--transition-fast);
}

.nav-logo:hover .nav-logo-img,
.nav-logo:hover .footer-logo-img {
  transform: translateY(-2px) scale(1.03);
  filter: drop-shadow(0 4px 18px rgba(239, 68, 68, 0.5));
}

.nav-logo span {
  color: var(--accent-gold);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.85rem;
  list-style: none;
}

.nav-links a {
  color: #F4F4F5;
  font-weight: 700;
  font-size: 1.08rem;
  letter-spacing: 0.02em;
  padding: 0.4rem 0.65rem;
  border-radius: 8px;
  text-decoration: none;
  white-space: nowrap;
  transition: all var(--transition-fast);
}

.nav-links a:hover,
.nav-links a.active {
  color: #FFFFFF;
  background: rgba(239, 68, 68, 0.15);
  text-shadow: 0 0 16px rgba(239, 68, 68, 0.7);
}

.hero {
  position: relative;
  background-color: var(--bg-hero);
  padding-top: 185px;
  padding-bottom: 85px;
  min-height: 94vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-video-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  background: #0B0C10 url('images/adrian_stage_1.jpg') center/cover no-repeat;
}

.hero-bg-video-element,
.hero-bg-video-element iframe,
.hero-bg-video-iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  transform: translate(-50%, -46%) scale(1.24);
  pointer-events: none;
  opacity: 0.92;
  filter: saturate(1.12) contrast(1.06) brightness(1.04);
  transition: opacity 0.8s ease;
  border: none;
}

.hero-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(11, 12, 16, 0.88) 0%, rgba(11, 12, 16, 0.72) 48%, rgba(11, 12, 16, 0.45) 100%),
              linear-gradient(180deg, rgba(11, 12, 16, 0.25) 0%, rgba(11, 12, 16, 0.72) 75%, rgba(9, 9, 11, 0.96) 94%, #09090B 100%);
  z-index: 1;
}

.hero .container {
  position: relative;
  z-index: 2;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 3rem;
  align-items: center;
}

.hero-text-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-headline {
  font-size: clamp(2.3rem, 4.8vw, 3.9rem);
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 1.15;
  margin-bottom: 1rem;
  word-break: break-word;
  overflow-wrap: break-word;
  color: #FFFFFF;
  text-shadow: 0 4px 25px rgba(0, 0, 0, 0.95), 0 2px 8px rgba(0, 0, 0, 0.8);
}

.hero-headline-highlight {
  color: #EF4444;
  text-shadow: 0 0 25px rgba(239, 68, 68, 0.5), 0 4px 15px rgba(0, 0, 0, 0.9);
}

.hero-subheadline {
  font-size: 1.15rem;
  margin-bottom: 2rem;
  max-width: 620px;
  color: #FFFFFF;
  line-height: 1.6;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.9);
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 1.15rem;
  flex-wrap: wrap;
}

/* ==========================================================================
   Executive Fast-Track Hero Booking Form Card
   ========================================================================== */
.hero-booking-form-card {
  background: rgba(11, 12, 16, 0.42);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(239, 68, 68, 0.4);
  border-radius: 20px;
  padding: 2.25rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6), 0 0 35px rgba(239, 68, 68, 0.18);
  transition: all var(--transition-smooth);
}

.hero-booking-form-card:hover {
  background: rgba(11, 12, 16, 0.52);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.75), 0 0 45px rgba(239, 68, 68, 0.28);
}

.hero-form-header {
  margin-bottom: 1.25rem;
}

.hero-form-title {
  font-family: var(--font-heading);
  font-size: 1.55rem;
  font-weight: 900;
  color: #FFFFFF;
  letter-spacing: -0.015em;
  margin-bottom: 0.35rem;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.8);
}

.hero-form-subtitle {
  color: #E2E8F0;
  font-size: 0.86rem;
  line-height: 1.4;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
}

.hero-form-body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.hero-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
}

.hero-form-field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.hero-field-label {
  font-size: 0.78rem;
  font-weight: 700;
  color: #E2E8F0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
}

.hero-field-input {
  width: 100%;
  background: rgba(11, 12, 16, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 10px;
  padding: 0.75rem 0.9rem;
  color: #FFFFFF;
  font-family: var(--font-body);
  font-size: 0.9rem;
  transition: all var(--transition-fast);
  box-sizing: border-box;
}

.hero-field-input:focus {
  outline: none;
  border-color: var(--accent-gold);
  background: rgba(15, 17, 26, 0.85);
  box-shadow: 0 0 16px rgba(239, 68, 68, 0.35);
}

.hero-field-select {
  cursor: pointer;
}

.hero-field-select option {
  background: #161826;
  color: #FFFFFF;
}

.hero-submit-btn {
  width: 100%;
  justify-content: center;
  padding: 0.95rem;
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  margin-top: 0.4rem;
}

.hero-form-trust {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 0.8rem;
  margin-top: 0.85rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  flex-wrap: wrap;
}

.hero-trust-item {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: #F4F4F5;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.8);
}

.hero-trust-item span {
  color: var(--accent-red);
  font-weight: 800;
}

@media (max-width: 1024px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

@media (max-width: 600px) {
  .hero-form-row {
    grid-template-columns: 1fr;
  }
  .hero-form-trust {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }
}
  color: #0F0F11;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 40px rgba(239, 68, 68, 0.85);
  transition: transform var(--transition-smooth), box-shadow var(--transition-smooth);
}

.play-button-gold:hover {
  transform: scale(1.15);
  background: #F59E0B;
  box-shadow: 0 0 50px rgba(245, 158, 11, 1);
}

/* Auto-Scrolling Client Logo Ticker (Matching corporatementalistlasvegas.com Speed & Style) */
.logo-ticker-section {
  background-color: var(--bg-ticker);
  padding: 3.25rem 0;
  border-top: 1px solid var(--border-glass);
  border-bottom: 1px solid var(--border-glass);
  overflow: hidden;
  position: relative;
}

.ticker-title {
  text-align: center;
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--text-silver);
  margin-bottom: 2rem;
  font-weight: 600;
}

.ticker-wrap {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  padding: 0.5rem 0;
}

/* Edge Fade Masks for Cinematic Fade Off */
.ticker-mask-left {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 120px;
  background: linear-gradient(to right, var(--bg-ticker), transparent);
  z-index: 20;
  pointer-events: none;
}

.ticker-mask-right {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 120px;
  background: linear-gradient(to left, var(--bg-ticker), transparent);
  z-index: 20;
  pointer-events: none;
}

.ticker-move {
  display: inline-flex;
  gap: 1.75rem;
  width: max-content;
  animation: logoTicker 52s linear infinite;
  align-items: center;
}

.ticker-move:hover {
  animation-play-state: paused;
}

@keyframes logoTicker {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.ticker-card-item,
.as-magic-card {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 8rem;
  width: 8rem;
  aspect-ratio: 1 / 1;
  padding: 10px;
  background: linear-gradient(145deg, rgba(39, 39, 42, 0.4), rgba(9, 9, 11, 0.8));
  border: 1px solid rgba(239, 68, 68, 0.2);
  border-radius: 1rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5), inset 0 0 0 1px rgba(255, 255, 255, 0.02);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

.ticker-card-item:hover,
.as-magic-card:hover {
  transform: translateY(-6px) scale(1.02);
  border-color: rgba(239, 68, 68, 0.8);
  box-shadow: 0 12px 30px rgba(220, 38, 38, 0.25), inset 0 0 20px rgba(220, 38, 38, 0.1);
  z-index: 10;
}

.ticker-card-item::before,
.as-magic-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, transparent, rgba(239, 68, 68, 0.15), transparent);
  transform: skewX(-25deg);
  transition: all 0.75s ease;
  z-index: 1;
  pointer-events: none;
}

.ticker-card-item:hover::before,
.as-magic-card:hover::before {
  left: 200%;
}

.ticker-grid-img,
.as-magic-card img {
  position: relative;
  z-index: 2;
  height: 100%;
  max-height: 100%;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  display: block;
  background-color: #ffffff;
  padding: 0.5rem;
  border-radius: 0.5rem;
  opacity: 0.7;
  filter: grayscale(30%);
  transition: all 0.4s ease;
}

.ticker-card-item:hover .ticker-grid-img,
.as-magic-card:hover img {
  opacity: 1;
  filter: grayscale(0%) drop-shadow(0 0 8px rgba(255, 255, 255, 0.15));
}

/* Interactive Services Grid with Service-Specific Images */
.service-card-interactive {
  position: relative;
  background: var(--bg-card);
  border: 1px solid var(--border-glass);
  border-radius: 18px;
  padding: 0;
  overflow: hidden;
  transition: all var(--transition-smooth);
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.service-card-interactive:hover {
  transform: translateY(-8px);
  border-color: var(--border-gold-glow);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.85), 0 0 35px rgba(239, 68, 68, 0.25);
}

.service-card-image-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #11131c;
}

.service-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  display: block;
}

.service-card-interactive:hover .service-card-image {
  transform: scale(1.06);
}

.service-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(15,17,26,0.85) 100%);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.25rem;
  pointer-events: none;
}

.service-badge-floating {
  background: rgba(11, 12, 16, 0.85);
  backdrop-filter: blur(8px);
  border: 1px solid var(--border-gold-glow);
  color: var(--accent-gold);
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.35rem 0.75rem;
  border-radius: 6px;
  letter-spacing: 0.04em;
}

.service-icon-floating {
  font-size: 1.4rem;
  background: rgba(11, 12, 16, 0.8);
  backdrop-filter: blur(8px);
  border: 1px solid var(--border-glass);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-card-body {
  padding: 2.2rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

/* About Section Redesign (Screenshot 2 Styling) */
.about-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 3.5rem;
  align-items: center;
}

.about-portrait-wrap {
  position: relative;
  width: 100%;
}

.about-portrait-frame {
  position: relative;
  padding: 12px;
  border-radius: 24px;
  background: rgba(239, 68, 68, 0.06);
  border: 1px solid var(--border-gold-glow);
  box-shadow: 0 0 35px rgba(239, 68, 68, 0.15);
}

.about-portrait-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--border-glass);
  background: #11131c;
}

.about-portrait-img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  display: block;
}

.about-guarantee-overlay {
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
  right: 1.25rem;
  background: rgba(11, 12, 16, 0.92);
  backdrop-filter: blur(14px);
  border: 1px solid var(--border-gold-glow);
  border-radius: 14px;
  padding: 1.1rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
}

.guarantee-badge-title {
  color: var(--accent-gold);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  margin-bottom: 0.35rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.guarantee-badge-text {
  color: var(--text-silver);
  font-size: 0.78rem;
  line-height: 1.4;
  margin: 0;
}

.about-main-title {
  font-size: clamp(1.8rem, 3.8vw, 2.8rem);
  line-height: 1.2;
  font-weight: 900;
}

.reason-item {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 0.88rem;
  color: var(--text-silver);
}

.reason-check {
  color: var(--accent-gold);
  font-weight: bold;
  font-size: 0.95rem;
  margin-top: 0.1rem;
}

.about-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.stat-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border-glass);
  border-radius: 12px;
  padding: 1.25rem 0.85rem;
  text-align: center;
  transition: border-color var(--transition-fast), background var(--transition-fast);
}

.stat-card:hover {
  border-color: var(--border-gold-glow);
  background: rgba(239, 68, 68, 0.05);
}

.stat-number {
  font-family: var(--font-heading);
  font-size: 1.65rem;
  font-weight: 800;
  color: var(--accent-gold);
  line-height: 1.1;
  margin-bottom: 0.3rem;
}

.stat-label {
  font-size: 0.8rem;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.2;
}

.stat-sub {
  font-size: 0.7rem;
  color: var(--text-muted);
  margin-top: 0.25rem;
}

/* Video Testimonials 4-Column Grid */
.video-testimonials-section {
  margin-bottom: 4rem;
}

/* Video Testimonials Carousel */
.video-carousel-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.video-carousel-track {
  display: flex;
  gap: 1.25rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 0.75rem 0.25rem 1rem 0.25rem;
  cursor: grab;
}

.video-carousel-track:active {
  cursor: grabbing;
}

.video-carousel-track::-webkit-scrollbar {
  display: none;
}

.video-carousel-track .video-card-item {
  flex: 0 0 calc((100% - (3 * 1.25rem)) / 4);
  scroll-snap-align: start;
  user-select: none;
  aspect-ratio: 9/16;
}

.video-card-item {
  position: relative;
  width: 100%;
  aspect-ratio: 9/16;
  border-radius: 16px;
  overflow: hidden;
  background: #0B0C10;
  border: 1px solid var(--border-glass);
  cursor: pointer;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.35s ease, box-shadow 0.35s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.video-card-item:hover {
  transform: translateY(-8px) scale(1.02);
  border-color: rgba(239, 68, 68, 0.55);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.85), 0 0 28px rgba(239, 68, 68, 0.4);
}

.video-card-thumb {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.45s ease;
}

.video-card-item:hover .video-card-thumb {
  transform: scale(1.06);
}

.video-card-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 12, 16, 0.55) 0%, rgba(11, 12, 16, 0.05) 50%, rgba(11, 12, 16, 0.6) 100%);
  pointer-events: none;
}

/* Luxury Card Top Bar */
.video-card-top-bar {
  position: relative;
  z-index: 3;
  padding: 0.85rem 0.85rem 0 0.85rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  pointer-events: none;
}

.video-card-author {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 0.3rem 0.6rem 0.3rem 0.35rem;
  border-radius: 9999px;
}

.video-card-avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: linear-gradient(135deg, #EF4444, #991B1B);
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.6rem;
  font-weight: 900;
  color: #FFF;
  letter-spacing: -0.02em;
}

.video-card-meta {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.video-card-label {
  font-size: 0.68rem;
  font-weight: 800;
  color: #FFFFFF;
  letter-spacing: 0.01em;
}

.video-card-sub {
  font-size: 0.56rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
}

.video-card-verified-badge {
  background: rgba(239, 68, 68, 0.25);
  border: 1px solid rgba(239, 68, 68, 0.65);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #EF4444;
  font-size: 0.62rem;
  font-weight: 800;
  padding: 0.25rem 0.5rem;
  border-radius: 9999px;
  letter-spacing: 0.04em;
}

/* YouTube Shorts Center Play Button */
.video-shorts-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), filter 0.35s ease;
  filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.8)) drop-shadow(0 0 16px rgba(239, 68, 68, 0.5));
  pointer-events: none;
}

.video-card-item:hover .video-shorts-play-btn {
  transform: translate(-50%, -50%) scale(1.15);
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.9)) drop-shadow(0 0 30px rgba(239, 68, 68, 0.95));
}

/* Floating Navigation Arrows */
.video-carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(11, 12, 16, 0.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.65);
}

.video-carousel-arrow:hover {
  background: #EF4444;
  border-color: #EF4444;
  box-shadow: 0 0 28px rgba(239, 68, 68, 0.75), 0 10px 30px rgba(0, 0, 0, 0.85);
  transform: translateY(-50%) scale(1.12);
}

.video-carousel-arrow:active {
  transform: translateY(-50%) scale(0.98);
}

.video-carousel-arrow:disabled,
.video-carousel-arrow[aria-disabled="true"] {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}

.video-carousel-arrow.prev {
  left: -25px;
}

.video-carousel-arrow.next {
  right: -25px;
}

/* Animated Pagination Track */
.video-carousel-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 1.75rem;
}

.video-carousel-dot {
  width: 8px;
  height: 8px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.22);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.video-carousel-dot:hover {
  background: rgba(255, 255, 255, 0.55);
}

.video-carousel-dot.active {
  width: 32px;
  background: #EF4444;
  box-shadow: 0 0 14px rgba(239, 68, 68, 0.75);
}

/* Responsive Breakpoints */
@media (max-width: 1200px) {
  .video-carousel-arrow.prev {
    left: 8px;
  }
  .video-carousel-arrow.next {
    right: 8px;
  }
}

@media (max-width: 1100px) {
  .video-carousel-track .video-card-item {
    flex: 0 0 calc((100% - (2 * 1.15rem)) / 3);
  }
}

@media (max-width: 768px) {
  .video-carousel-track .video-card-item {
    flex: 0 0 calc((100% - 1rem) / 2);
  }
  .video-carousel-arrow {
    width: 42px;
    height: 42px;
  }
}

@media (max-width: 520px) {
  .video-carousel-track .video-card-item {
    flex: 0 0 82%;
  }
}

/* Testimonials Masonry Grid */
.masonry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
}

.masonry-card {
  background: #11141c;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 2.25rem 2rem 1.85rem 2rem;
  position: relative;
  transition: all var(--transition-smooth);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.masonry-card:hover {
  border-color: rgba(239, 68, 68, 0.5);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.7), 0 0 25px rgba(239, 68, 68, 0.18);
  transform: translateY(-3px);
}

.badge-hr-clean {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.25rem 0.6rem;
  border-radius: 4px;
  background: rgba(239, 68, 68, 0.15);
  color: #EF4444;
  border: 1px solid rgba(239, 68, 68, 0.35);
  margin-bottom: 1rem;
  width: fit-content;
}

.masonry-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-top: 1px solid var(--border-glass);
  padding-top: 1rem;
  margin-top: 1.25rem;
  gap: 1rem;
}

.masonry-author-name {
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.3;
}

.masonry-author-company {
  font-size: 0.85rem;
  color: var(--text-muted);
}

.masonry-event-tag {
  font-size: 0.75rem;
  background: rgba(239, 68, 68, 0.12);
  color: var(--accent-gold);
  padding: 0.3rem 0.6rem;
  border-radius: 4px;
  font-weight: 600;
  white-space: nowrap;
}

/* ==========================================================================
   WRITTEN REVIEWS CAROUSEL SLIDER (ELEVATED EXECUTIVE EDITION)
   ========================================================================== */
.reviews-header-bar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-bottom: 2.25rem;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.reviews-header-left {
  flex: 1 1 auto;
  max-width: 780px;
}

.reviews-header-badge-row {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}

.reviews-carousel-heading {
  font-size: 1.45rem;
  color: #FFFFFF;
  margin: 0;
  font-weight: 800;
  font-family: var(--font-heading);
  letter-spacing: -0.01em;
}

.reviews-rating-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.28rem 0.75rem;
  border-radius: 9999px;
  background: rgba(239, 68, 68, 0.12);
  border: 1px solid rgba(239, 68, 68, 0.4);
  color: #EF4444;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.reviews-carousel-sub {
  font-size: 0.95rem;
  color: var(--text-silver);
  margin: 0;
  line-height: 1.55;
  font-weight: 400;
}

.reviews-carousel-nav {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.reviews-nav-arrow {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(18, 22, 32, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.45);
}

.reviews-nav-arrow:hover {
  background: #EF4444;
  border-color: #EF4444;
  box-shadow: 0 0 24px rgba(239, 68, 68, 0.65), 0 8px 20px rgba(0, 0, 0, 0.6);
  transform: translateY(-2px);
}

.reviews-nav-arrow:active {
  transform: scale(0.96);
}

.reviews-nav-arrow:disabled,
.reviews-nav-arrow[aria-disabled="true"] {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}

.reviews-carousel-wrapper {
  position: relative;
  width: 100%;
}

.reviews-carousel-track {
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 0.75rem 0.25rem 1.25rem 0.25rem;
  cursor: grab;
}

.reviews-carousel-track:active {
  cursor: grabbing;
}

.reviews-carousel-track::-webkit-scrollbar {
  display: none;
}

.review-carousel-card {
  flex: 0 0 calc((100% - 3rem) / 3);
  scroll-snap-align: start;
  user-select: none;
  position: relative;
  background: linear-gradient(165deg, rgba(20, 24, 34, 0.95) 0%, rgba(12, 14, 20, 0.98) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-top: 1px solid rgba(239, 68, 68, 0.35);
  border-radius: 20px;
  padding: 1.6rem 1.6rem 1.4rem 1.6rem;
  box-sizing: border-box;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 8px 24px rgba(0, 0, 0, 0.4);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.35s ease, box-shadow 0.35s ease;
  display: flex;
  flex-direction: column;
  height: 250px;
  min-height: 250px;
  overflow: hidden;
}

@media (max-width: 992px) {
  .review-carousel-card {
    flex: 0 0 calc((100% - 1.5rem) / 2);
    height: 260px;
    min-height: 260px;
  }
}

@media (max-width: 640px) {
  .review-carousel-card {
    flex: 0 0 100%;
    height: auto;
    min-height: 220px;
  }
}

.review-carousel-card:hover {
  transform: translateY(-5px);
  border-color: rgba(239, 68, 68, 0.5);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.75), 0 0 25px rgba(239, 68, 68, 0.2);
}

/* Modern Header: Avatar + Info + Stars */
.review-card-header {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 0.95rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}

.review-author-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(239, 68, 68, 0.25) 0%, rgba(185, 28, 28, 0.15) 100%);
  border: 1px solid rgba(239, 68, 68, 0.45);
  color: #FFFFFF;
  font-weight: 800;
  font-size: 0.88rem;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.04em;
  flex-shrink: 0;
  box-shadow: 0 0 12px rgba(239, 68, 68, 0.25);
}

.review-header-info {
  flex: 1;
  min-width: 0;
}

.review-author-name {
  font-weight: 800;
  font-size: 1rem;
  color: #FFFFFF;
  line-height: 1.2;
  margin-bottom: 0.2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: -0.01em;
}

.review-author-meta {
  color: #94A3B8;
  font-size: 0.76rem;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
}

.review-author-meta .role-highlight {
  color: #F87171;
  font-weight: 700;
}

.review-card-header .review-stars {
  color: #EF4444;
  font-size: 0.82rem;
  letter-spacing: 2px;
  font-weight: 700;
  flex-shrink: 0;
  margin-bottom: 0;
}

/* Card Body */
.review-card-body {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Decorative Watermark Quote */
.review-card-body::before {
  content: "“";
  position: absolute;
  top: -12px;
  right: -6px;
  font-family: Georgia, serif;
  font-size: 4rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.04);
  pointer-events: none;
  z-index: 0;
  user-select: none;
}

.review-quote-text {
  font-size: 0.91rem;
  line-height: 1.58;
  color: #E2E8F0;
  font-weight: 400;
  margin: 0;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Short Pull-Quotes: High-Impact Typography */
.review-quote-text.quote-short {
  font-size: 1.05rem;
  line-height: 1.5;
  font-weight: 500;
  color: #F8FAFC;
  font-style: italic;
}

.reviews-carousel-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 1.75rem;
}

.reviews-carousel-dot {
  width: 8px;
  height: 8px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.22);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  outline: none;
}

.reviews-carousel-dot:hover {
  background: rgba(239, 68, 68, 0.6);
}

.reviews-carousel-dot.active {
  width: 32px;
  background: #EF4444;
  box-shadow: 0 0 14px rgba(239, 68, 68, 0.6);
}

/* Categorized FAQ Accordion (Click Fix) */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 960px;
  margin: 0 auto;
}

.faq-item {
  background: var(--bg-card);
  border: 1px solid var(--border-glass);
  border-radius: 12px;
  overflow: hidden;
  transition: border-color var(--transition-fast), box-shadow var(--transition-fast);
}

.faq-item.active {
  border-color: var(--border-gold-glow);
  box-shadow: 0 0 25px rgba(239, 68, 68, 0.15);
}

.faq-question {
  padding: 1.35rem 1.6rem;
  cursor: pointer !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
}

.faq-question * {
  pointer-events: none;
}

.faq-question-content {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex: 1;
}

.faq-category-badge {
  display: inline-block;
  border: 1px solid rgba(239, 68, 68, 0.6);
  background: rgba(239, 68, 68, 0.08);
  color: var(--accent-gold);
  font-size: 0.75rem;
  font-weight: 700;
  border-radius: 4px;
  padding: 0.35rem 0.75rem;
  letter-spacing: 0.05em;
  white-space: nowrap;
  font-family: var(--font-body);
}

.faq-question-title {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 1.3;
}

.faq-chevron {
  color: var(--accent-gold);
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  transition: transform var(--transition-fast);
  margin-left: 1rem;
}

.faq-item.active .faq-chevron {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease-in-out, opacity 0.3s ease-in-out, padding 0.4s ease-in-out;
  padding: 0 1.6rem;
}

.faq-item.active .faq-answer {
  max-height: 800px !important;
  opacity: 1 !important;
  padding: 0 1.6rem 1.5rem 1.6rem !important;
}

.faq-answer p {
  color: var(--text-silver);
  font-size: 1rem;
  line-height: 1.65;
  border-top: 1px solid var(--border-glass);
  padding-top: 1rem;
}

/* Streamlined Location Tabs */
.location-tabs {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2.5rem;
}

.tab-btn {
  padding: 0.75rem 1.75rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border-glass);
  color: var(--text-silver);
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all var(--transition-smooth);
}

.tab-btn.active {
  background: rgba(239, 68, 68, 0.15);
  border-color: var(--accent-gold);
  color: var(--accent-gold);
  box-shadow: 0 0 20px rgba(239, 68, 68, 0.2);
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* Interactive Booking & Inquiry Form Card */
.inquiry-form-card {
  background: #161826;
  border: 1px solid var(--border-gold-glow);
  border-radius: 20px;
  padding: 3rem;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.95), 0 0 40px rgba(239, 68, 68, 0.2);
  max-width: 850px;
  margin: 0 auto;
  box-sizing: border-box;
}

.form-group {
  margin-bottom: 1.4rem;
}

.form-label {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-silver);
  margin-bottom: 0.4rem;
}

.form-input, .form-select, .form-textarea {
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid var(--border-glass);
  padding: 0.9rem 1.1rem;
  border-radius: 8px;
  color: #FFFFFF;
  font-size: 0.95rem;
  font-family: var(--font-body);
  transition: border-color var(--transition-fast);
  box-sizing: border-box;
}

.form-input:focus, .form-select:focus, .form-textarea:focus {
  outline: none;
  border-color: var(--accent-gold);
  box-shadow: 0 0 15px rgba(239, 68, 68, 0.25);
}

.form-select option {
  background: #161826;
  color: #FFFFFF;
}

/* Minimalist Footer & Social Graph Links */
.footer {
  background: var(--bg-footer);
  border-top: 1px solid var(--border-glass);
  padding: 4.5rem 0 2.5rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.2fr;
  gap: 3rem;
  margin-bottom: 3rem;
}

.footer-col h4 {
  font-size: 1.1rem;
  margin-bottom: 1.2rem;
  color: #FFFFFF;
}

.footer-links {
  list-style: none;
}

.footer-links li {
  margin-bottom: 0.6rem;
}

.footer-links a {
  color: var(--text-muted);
  font-size: 0.9rem;
}

.footer-links a:hover {
  color: var(--accent-gold);
}

.footer-social-links {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-wrap: wrap;
  margin-top: 1.25rem;
}

.social-pill-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.65rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border-glass);
  border-radius: 6px;
  color: var(--text-silver);
  font-size: 0.78rem;
  font-weight: 600;
  transition: all var(--transition-fast);
  text-decoration: none;
}

.social-pill-btn:hover {
  background: rgba(239, 68, 68, 0.15);
  border-color: var(--accent-gold);
  color: var(--accent-gold);
  transform: translateY(-2px);
}

.footer-bottom {
  border-top: 1px solid var(--border-glass);
  padding-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  color: var(--text-dim);
}

/* Modal Overlay & Modal Window Setup (Strict Hidden Default) */
.modal-overlay {
  display: none !important;
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(14px);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--transition-smooth);
  padding: 1.5rem;
  box-sizing: border-box;
}

.modal-overlay.active {
  display: flex !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

.modal-content {
  background: #161826;
  border: 1px solid var(--border-gold-glow);
  width: 100%;
  max-width: 650px;
  border-radius: 20px;
  padding: 2.5rem;
  position: relative;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.95), 0 0 45px rgba(239, 68, 68, 0.35);
  max-height: 90vh;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background: rgba(255, 255, 255, 0.08);
  border: none;
  color: white;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

/* Mobile Viewport Rules (< 768px & < 500px) */
@media (max-width: 1024px) {
  .nav-links { gap: 1rem; }
  .nav-links a { font-size: 0.95rem; padding: 0.35rem 0.45rem; }
  .masonry-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .review-carousel-card { flex: 0 0 calc((100% - 1.5rem) / 2); min-height: 340px; }
}

@media (max-width: 768px) {
  .nav-container {
    height: 95px;
    gap: 0.5rem;
  }

  .nav-logo-img {
    height: 75px;
    max-height: 80px;
  }

  .nav-links {
    display: none;
  }

  .nav-container .btn {
    padding: 0.5rem 0.85rem !important;
    font-size: 0.7rem !important;
    border-radius: 6px !important;
    white-space: nowrap;
    width: auto !important;
  }

  .hero {
    padding-top: 125px;
    padding-bottom: 50px;
    min-height: auto;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 2.2rem;
    text-align: center;
  }

  .hero-text-content {
    width: 100%;
    max-width: 100%;
  }

  .section-badge {
    font-size: 0.75rem;
    padding: 0.4rem 0.8rem;
    letter-spacing: 0.04em;
    max-width: 100%;
    white-space: normal;
    text-align: center;
    line-height: 1.4;
    display: inline-block;
  }

  .hero-headline {
    font-size: clamp(1.7rem, 6.5vw, 2.5rem);
    line-height: 1.25;
    margin-bottom: 1rem;
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal !important;
  }

  .hero-subheadline {
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 1.75rem;
    padding: 0;
  }

  .hero-actions {
    flex-direction: column;
    width: 100%;
    gap: 0.75rem;
  }

  .hero-actions .btn, .hero-actions a {
    width: 100% !important;
    box-sizing: border-box;
  }

  .hero-play-card {
    width: 100%;
    max-width: 100%;
  }

  .play-button-gold {
    width: 60px;
    height: 60px;
  }

  .logo-ticker-section {
    padding: 2.5rem 0;
  }

  .ticker-mask-left,
  .ticker-mask-right {
    width: 48px;
  }

  .ticker-move {
    gap: 1.25rem;
    animation-duration: 38s;
  }

  .ticker-card-item,
  .as-magic-card {
    height: 6rem;
    width: 6rem;
    aspect-ratio: 1 / 1;
    padding: 8px;
    border-radius: 0.75rem;
  }

  .ticker-grid-img,
  .as-magic-card img {
    height: 100%;
    max-height: 100%;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 1 / 1;
    padding: 0.35rem 0.5rem;
    border-radius: 0.4rem;
  }

  .ticker-item {
    font-size: 1.05rem;
  }

  /* About Section Mobile */
  .about-stats-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0.75rem !important;
  }

  .stat-card {
    padding: 1rem 0.6rem !important;
  }

  .stat-number {
    font-size: 1.4rem !important;
  }

  /* Testimonial Masonry Grid Mobile Fix */
  .masonry-grid {
    grid-template-columns: 1fr !important;
    gap: 1.25rem !important;
  }

  .masonry-card {
    padding: 1.5rem 1.25rem !important;
    width: 100% !important;
  }

  .masonry-card-footer {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 0.5rem !important;
  }

  /* Written Reviews Carousel Mobile Layout */
  .review-carousel-card {
    flex: 0 0 88%;
    min-height: 290px;
    padding: 1.5rem 1.25rem 1.25rem 1.25rem;
  }

  .reviews-header-bar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    gap: 0.75rem;
    padding-top: 1.5rem;
    margin-bottom: 1.25rem;
  }

  .reviews-header-left {
    flex: 1 1 auto;
    min-width: 0;
  }

  .reviews-carousel-heading {
    font-size: 1.18rem;
    line-height: 1.25;
  }

  .reviews-rating-pill {
    font-size: 0.72rem;
    padding: 0.2rem 0.55rem;
  }

  .reviews-carousel-sub {
    font-size: 0.84rem;
    line-height: 1.4;
    margin-top: 0.25rem;
  }

  .reviews-carousel-nav {
    flex-shrink: 0;
    gap: 0.45rem;
  }

  .reviews-nav-arrow {
    width: 40px;
    height: 40px;
    border-radius: 10px;
  }

  /* FAQ Accordion Mobile Layout */
  .faq-question {
    padding: 1rem 1.1rem;
  }

  .faq-question-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }

  .faq-category-badge {
    font-size: 0.7rem;
    padding: 0.25rem 0.5rem;
  }

  .faq-question-title {
    font-size: 0.95rem;
  }

  .inquiry-form-card {
    padding: 1.5rem 1.15rem;
    border-radius: 14px;
    width: 100%;
  }

  .form-group {
    margin-bottom: 1rem;
  }

  .form-input, .form-select, .form-textarea {
    padding: 0.75rem 0.85rem;
    font-size: 0.9rem;
  }

  .location-tabs {
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
  }

  .tab-btn {
    width: 100%;
    text-align: center;
    padding: 0.65rem 1rem;
    font-size: 0.85rem;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 0.75rem;
    text-align: center;
  }
}

/* ==========================================================================
   MODERN 2026 LUXURY EXECUTIVE FOOTER
   ========================================================================== */
.footer-social-row {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 0.65rem !important;
  flex-wrap: wrap !important;
  margin-top: 1.25rem !important;
}

.footer-social-circle {
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  max-width: 40px !important;
  min-height: 40px !important;
  max-height: 40px !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: var(--text-silver);
  text-decoration: none;
  transition: all var(--transition-fast);
  backdrop-filter: blur(8px);
  overflow: hidden !important;
  flex-shrink: 0 !important;
}

.footer-social-circle:hover {
  background: rgba(239, 68, 68, 0.15) !important;
  border-color: var(--accent-gold) !important;
  color: var(--accent-gold) !important;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(239, 68, 68, 0.25);
}

.footer-social-circle svg {
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  max-width: 18px !important;
  min-height: 18px !important;
  max-height: 18px !important;
  fill: currentColor !important;
  display: block !important;
  flex-shrink: 0 !important;
}

.footer-contact-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--border-glass);
  border-radius: 14px;
  padding: 1.25rem;
  margin-top: 0.5rem;
}

.footer-contact-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
  color: var(--text-silver);
  font-size: 0.9rem;
}

.footer-contact-row:last-child {
  margin-bottom: 0;
}

.footer-contact-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid var(--border-gold-glow);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-gold);
  flex-shrink: 0;
}

.footer-trust-seal {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.85rem;
  border-radius: 9999px;
  background: rgba(239, 68, 68, 0.08);
  border: 1px solid var(--border-gold-glow);
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--accent-gold);
  letter-spacing: 0.04em;
}



/* ==========================================================================
   EVENT GALLERY / IMAGE VIEWER (PORTFOLIO SECTION)
   ========================================================================== */
.gallery-section {
  background-color: var(--bg-card);
  position: relative;
  overflow: hidden;
}

.gallery-container {
  max-width: 1020px;
  margin: 0 auto;
}

.gallery-viewer-card {
  position: relative;
  background: #090A10;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.85), 0 0 30px rgba(0, 0, 0, 0.5);
  margin-bottom: 1.25rem;
  transition: border-color 0.3s ease;
}

.gallery-viewer-card:hover {
  border-color: rgba(239, 68, 68, 0.35);
}

.gallery-counter-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 10;
  font-size: 0.8rem;
  font-weight: 700;
  background: rgba(9, 10, 16, 0.85);
  color: #FFFFFF;
  padding: 0.35rem 0.85rem;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  letter-spacing: 0.04em;
}

.gallery-viewport {
  width: 100%;
  height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
  background: radial-gradient(circle at center, rgba(20, 24, 38, 0.5) 0%, rgba(5, 6, 10, 0.95) 100%);
  position: relative;
}

@media (max-width: 768px) {
  .gallery-viewport {
    height: 380px;
  }
}

@media (max-width: 480px) {
  .gallery-viewport {
    height: 280px;
    padding: 0.5rem;
  }
}

#viewer-main-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 10px;
  transition: opacity 0.25s ease, transform 0.25s ease;
  will-change: opacity, transform;
}

.gallery-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 15;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(17, 19, 28, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(8px);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.gallery-nav-btn:hover {
  background: #EF4444;
  border-color: #EF4444;
  color: #FFFFFF;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 10px 25px rgba(239, 68, 68, 0.5);
}

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

.gallery-nav-prev {
  left: 1.25rem;
}

.gallery-nav-next {
  right: 1.25rem;
}

@media (max-width: 640px) {
  .gallery-nav-btn {
    width: 38px;
    height: 38px;
  }
  .gallery-nav-prev {
    left: 0.5rem;
  }
  .gallery-nav-next {
    right: 0.5rem;
  }
}

.gallery-caption-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2.5rem 1.75rem 1.25rem 1.75rem;
  background: linear-gradient(to top, rgba(9, 10, 16, 0.95) 0%, rgba(9, 10, 16, 0.7) 60%, transparent 100%);
  z-index: 5;
  pointer-events: none;
}

#viewer-title {
  font-size: 1.15rem;
  font-weight: 800;
  color: #FFFFFF;
  margin-bottom: 0.3rem;
  letter-spacing: -0.01em;
}

#viewer-venue {
  color: #F87171;
  font-size: 0.88rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.gallery-thumbnails-strip {
  display: flex;
  gap: 0.75rem;
  overflow-x: auto;
  padding: 0.5rem 0.25rem 1rem 0.25rem;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

.gallery-thumbnails-strip::-webkit-scrollbar {
  height: 6px;
}
.gallery-thumbnails-strip::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 9999px;
}
.gallery-thumbnails-strip::-webkit-scrollbar-thumb {
  background: rgba(239, 68, 68, 0.4);
  border-radius: 9999px;
}
.gallery-thumbnails-strip::-webkit-scrollbar-thumb:hover {
  background: #EF4444;
}

.viewer-thumb {
  flex-shrink: 0;
  width: 82px;
  height: 82px;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid rgba(255, 255, 255, 0.1);
  opacity: 0.55;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  background: #11131C;
  position: relative;
}

.viewer-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  display: block;
}

.viewer-thumb:hover {
  opacity: 0.95;
  border-color: rgba(255, 255, 255, 0.35);
  transform: translateY(-2px);
}

.viewer-thumb.active {
  opacity: 1 !important;
  border-color: #EF4444 !important;
  transform: scale(1.06);
  box-shadow: 0 0 16px rgba(239, 68, 68, 0.5);
}

/* ==========================================================================
   Mailchimp Newsletter Card Component
   ========================================================================== */
.newsletter-card {
  background: #161826;
  border: 1px solid var(--border-gold-glow);
  border-radius: 18px;
  padding: 1.85rem;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.8);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.35s ease, box-shadow 0.35s ease;
}

.newsletter-card:hover {
  border-color: rgba(239, 68, 68, 0.5);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.9), 0 0 25px rgba(239, 68, 68, 0.2);
}

.newsletter-submit-btn {
  width: 100%;
  padding: 0.85rem 1.25rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  font-size: 0.95rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  cursor: pointer;
  border: none;
  border-radius: 8px;
  background: linear-gradient(135deg, #EF4444 0%, #B91C1C 100%);
  color: #FFFFFF;
  box-shadow: 0 4px 15px rgba(239, 68, 68, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.newsletter-submit-btn:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #F87171 0%, #DC2626 100%);
  box-shadow: 0 8px 25px rgba(239, 68, 68, 0.55);
}

.newsletter-submit-btn:active {
  transform: translateY(0);
}

