/* ==========================================================================
   FaceCards Cinematic Design System for Belgoscircus (v5.0 Imperial Dark)
   Ultra-Luxury VisionOS / Apple-Level Aesthetic · Liquid Glass & 3D Stage
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=Montserrat:wght@300;400;500;600;700;800&display=swap');

/* --------------------------------------------------------------------------
   1. Canvas Container & Ambient Environment
   -------------------------------------------------------------------------- */
body {
  background-color: #ECEBE5 !important;
  padding: 20px !important;
  margin: 0 !important;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden !important;
}

@media (max-width: 900px) {
  body {
    padding: 10px !important;
  }
}

.facecards-canvas {
  position: relative;
  background-color: #07080A;
  border-radius: 36px;
  min-height: 100vh;
  padding-bottom: 80px;
  overflow: hidden;
  box-shadow: 0 40px 100px -20px rgba(0, 0, 0, 0.75), 0 0 0 1px rgba(255, 255, 255, 0.05);
  color: #FAFAFA;
  display: flex;
  flex-direction: column;
}

@media (max-width: 768px) {
  .facecards-canvas {
    border-radius: 24px;
    padding-bottom: 40px;
  }
}

/* --------------------------------------------------------------------------
   2. Cinematic Magical Aurora Gradient Engine & Ambient Lights
   -------------------------------------------------------------------------- */
.fc-ambient-stage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
  background: 
    radial-gradient(140% 100% at 50% 0%, #07261F 0%, #041A15 30%, #02110D 65%, #010806 100%);
}

/* Floating Magical Aurora Mesh Orbs (Emerald, Malachite & Gold) */
.fc-magical-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  will-change: transform, opacity;
  mix-blend-mode: screen;
}

/* 1. Deep Velvet Emerald & Malachite Aura (Upper Left & Main Arena Glow) */
.fc-orb-emerald-deep {
  top: 2%;
  left: 8%;
  width: 950px;
  height: 800px;
  background: radial-gradient(circle at center, rgba(16, 185, 129, 0.36) 0%, rgba(5, 150, 105, 0.22) 35%, rgba(6, 78, 59, 0.1) 60%, transparent 75%);
  filter: blur(95px);
  animation: fcFloatEmeraldDeep 16s ease-in-out infinite alternate;
}

/* 2. Imperial Champagne Gold Spotlight (Center Behind Headline & Center Card) */
.fc-orb-gold {
  top: 4%;
  left: 50%;
  width: 900px;
  height: 620px;
  transform: translateX(-50%);
  background: radial-gradient(ellipse at center, rgba(226, 194, 125, 0.32) 0%, rgba(184, 138, 67, 0.18) 35%, rgba(212, 175, 55, 0.06) 60%, transparent 75%);
  filter: blur(85px);
  animation: fcFloatGold 14s ease-in-out infinite alternate;
}

/* 3. Luminous Jade & Mint Aurora (Upper Right & Card Rim Aura) */
.fc-orb-emerald-mint {
  top: 10%;
  right: -5%;
  width: 900px;
  height: 850px;
  background: radial-gradient(circle at center, rgba(26, 176, 131, 0.38) 0%, rgba(52, 211, 153, 0.18) 35%, rgba(4, 120, 87, 0.1) 60%, transparent 75%);
  filter: blur(100px);
  animation: fcFloatMint 18s ease-in-out infinite alternate;
}

/* 4. Deep Malachite Core Stage Glow (Mid-Center Behind Physical Cards) */
.fc-orb-emerald-glow {
  top: 38%;
  left: 50%;
  transform: translateX(-50%);
  width: 1100px;
  height: 700px;
  background: radial-gradient(ellipse at center, rgba(13, 148, 136, 0.28) 0%, rgba(16, 185, 129, 0.16) 40%, rgba(6, 95, 70, 0.08) 65%, transparent 80%);
  filter: blur(95px);
  animation: fcFloatCore 15s ease-in-out infinite alternate;
}

/* 5. Warm Champagne & Golden Starlight Horizon */
.fc-orb-champagne {
  bottom: 0%;
  left: 30%;
  width: 850px;
  height: 550px;
  background: radial-gradient(ellipse at center, rgba(243, 229, 171, 0.22) 0%, rgba(212, 175, 55, 0.12) 40%, rgba(16, 185, 129, 0.08) 65%, transparent 75%);
  filter: blur(90px);
  animation: fcFloatChampagne 20s ease-in-out infinite alternate;
}

@keyframes fcFloatEmeraldDeep {
  0% { transform: translate(0, 0) scale(1); opacity: 0.85; }
  50% { transform: translate(35px, 25px) scale(1.12); opacity: 1; }
  100% { transform: translate(-25px, -20px) scale(0.92); opacity: 0.75; }
}

@keyframes fcFloatGold {
  0% { transform: translateX(-50%) translateY(0) scale(1); opacity: 0.85; }
  50% { transform: translateX(-47%) translateY(-25px) scale(1.08); opacity: 1; }
  100% { transform: translateX(-53%) translateY(20px) scale(0.95); opacity: 0.75; }
}

@keyframes fcFloatMint {
  0% { transform: translate(0, 0) scale(1); opacity: 0.8; }
  50% { transform: translate(-40px, 35px) scale(1.1); opacity: 1; }
  100% { transform: translate(30px, -25px) scale(0.9); opacity: 0.7; }
}

@keyframes fcFloatCore {
  0% { transform: translateX(-50%) translateY(0) scale(1); opacity: 0.8; }
  50% { transform: translateX(-50%) translateY(-30px) scale(1.12); opacity: 1; }
  100% { transform: translateX(-50%) translateY(25px) scale(0.95); opacity: 0.75; }
}

@keyframes fcFloatChampagne {
  0% { transform: translate(0, 0) scale(1); opacity: 0.75; }
  50% { transform: translate(-30px, -20px) scale(1.14); opacity: 1; }
  100% { transform: translate(25px, 20px) scale(0.92); opacity: 0.7; }
}

/* Horizontal Anamorphic Light Streaks (Emerald & Gold) */
.fc-streak {
  position: absolute;
  height: 2px;
  width: 1000px;
  max-width: 95vw;
  left: 50%;
  transform: translateX(-50%);
  filter: blur(2.5px);
  border-radius: 9999px;
  mix-blend-mode: screen;
  display: none;
}

.fc-streak-emerald {
  top: 45%;
  background: linear-gradient(90deg, transparent 0%, rgba(16, 185, 129, 0) 10%, #10B981 45%, #6EE7B7 55%, rgba(16, 185, 129, 0) 90%, transparent 100%);
  transform: translateX(-50%) rotate(-5deg);
  opacity: 0.65;
  animation: fcStreakShimmer 10s ease-in-out infinite alternate;
}

.fc-streak-gold {
  top: 52%;
  background: linear-gradient(90deg, transparent 0%, rgba(226, 194, 125, 0) 15%, #E2C27D 45%, #F3E5AB 55%, rgba(226, 194, 125, 0) 85%, transparent 100%);
  transform: translateX(-50%) rotate(4deg);
  opacity: 0.55;
  animation: fcStreakShimmer 14s ease-in-out infinite alternate -3s;
}

.fc-streak-mint {
  top: 60%;
  background: linear-gradient(90deg, transparent 0%, rgba(52, 211, 153, 0) 10%, #34D399 50%, #A7F3D0 60%, rgba(52, 211, 153, 0) 90%, transparent 100%);
  transform: translateX(-50%) rotate(-2deg);
  opacity: 0.5;
  animation: fcStreakShimmer 16s ease-in-out infinite alternate -6s;
}

.fc-streak-teal {
  top: 35%;
  background: linear-gradient(90deg, transparent 0%, rgba(20, 184, 166, 0) 20%, #14B8A6 50%, #5EEAD4 60%, rgba(20, 184, 166, 0) 80%, transparent 100%);
  transform: translateX(-50%) rotate(7deg);
  opacity: 0.45;
  animation: fcStreakShimmer 18s ease-in-out infinite alternate -9s;
}

@keyframes fcStreakShimmer {
  0% {
    opacity: 0.35;
    transform: translateX(-52%) scaleX(0.95);
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0.4;
    transform: translateX(-48%) scaleX(1.05);
  }
}

/* Stardust Particle Canvas */
.fc-sparkle-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: 0.85;
}

/* Analog Film Grain Texture */
.fc-film-grain {
  position: absolute;
  inset: 0;
  opacity: 0.035;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
}

@keyframes fcStreakShimmer {
  0% {
    opacity: 0.3;
    transform: translateX(-52%) scaleX(0.95);
  }
  50% {
    opacity: 0.65;
  }
  100% {
    opacity: 0.35;
    transform: translateX(-48%) scaleX(1.05);
  }
}

/* Stardust Particle Canvas */
.fc-sparkle-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: 0.75;
}

/* Analog Film Grain Texture */


/* --------------------------------------------------------------------------
   3. Block 1: Floating Liquid Glass Header
   -------------------------------------------------------------------------- */
.fc-header {
  position: absolute;
  top: 24px;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 0 32px;
}

@media (max-width: 900px) {
  .fc-header {
    top: 14px;
    padding: 0 16px;
  }
}

.fc-header-inner {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

/* Left Brand */
.fc-brand-group {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #FAFAFA;
  transition: opacity 0.2s ease;
}

.fc-brand-group:hover {
  opacity: 0.9;
}

.fc-logo-badge {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  backdrop-filter: blur(12px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.fc-logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.fc-brand-text {
  display: flex;
  flex-direction: column;
}

.fc-brand-name {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #FFFFFF;
  line-height: 1.15;
}

.fc-brand-sub {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 2px;
}

/* Center Floating Glass Pill Navigation (Emerald Tint) */
.fc-nav-pill {
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, rgba(8, 38, 30, 0.88) 0%, rgba(4, 25, 20, 0.94) 100%);
  backdrop-filter: blur(28px) saturate(170%);
  -webkit-backdrop-filter: blur(28px) saturate(170%);
  border: 1px solid rgba(52, 211, 153, 0.22);
  border-top: 1px solid rgba(110, 231, 183, 0.38);
  border-radius: 9999px;
  padding: 4px 6px;
  box-shadow: 0 16px 36px -10px rgba(0, 0, 0, 0.65), 0 0 24px -4px rgba(16, 185, 129, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.15), inset 0 0 14px rgba(16, 185, 129, 0.08);
  position: relative;
  z-index: 100;
}

@media (max-width: 1100px) {
  .fc-nav-pill {
    display: none;
  }
}

.fc-dropdown-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.fc-nav-item {
  color: rgba(220, 245, 235, 0.82);
  text-decoration: none;
  font-size: 13.5px;
  font-weight: 500;
  padding: 7px 15px;
  border-radius: 9999px;
  transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1);
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  border: none;
  background: transparent;
}

.fc-nav-item:hover,
.fc-dropdown-wrap:hover .fc-nav-item,
.fc-dropdown-wrap.is-open .fc-nav-item {
  color: #FFFFFF;
  background: rgba(16, 185, 129, 0.18);
  box-shadow: 0 0 12px rgba(16, 185, 129, 0.18);
}

.fc-nav-item.active {
  background: #FFFFFF;
  color: #032018;
  font-weight: 600;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25), 0 0 12px rgba(16, 185, 129, 0.2);
}

.fc-nav-item.active:hover {
  background: #F4FBF8;
  color: #032018;
}

.fc-nav-chevron {
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 0.75;
}

.fc-dropdown-wrap:hover .fc-nav-chevron,
.fc-dropdown-wrap.is-open .fc-nav-chevron {
  transform: rotate(180deg);
  opacity: 1;
}

/* Floating Mega Dropdown Panel */
.fc-dropdown-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%) translateY(8px) scale(0.97);
  min-width: 290px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.22s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.22s cubic-bezier(0.16, 1, 0.3, 1),
              visibility 0.22s;
  z-index: 1000;
}

/* Triangle caret at top */
.fc-dropdown-menu::before {
  content: '';
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  background: rgba(6, 32, 25, 0.98);
  border-left: 1px solid rgba(52, 211, 153, 0.35);
  border-top: 1px solid rgba(52, 211, 153, 0.35);
  z-index: 1;
}

/* Invisible hover bridge */
.fc-dropdown-menu::after {
  content: '';
  position: absolute;
  top: -16px;
  left: 0;
  right: 0;
  height: 16px;
}

.fc-dropdown-wrap:hover .fc-dropdown-menu,
.fc-dropdown-wrap:focus-within .fc-dropdown-menu,
.fc-dropdown-wrap.is-open .fc-dropdown-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0) scale(1);
}

.fc-dropdown-surface {
  position: relative;
  background: linear-gradient(180deg, rgba(6, 32, 25, 0.97) 0%, rgba(3, 18, 14, 0.99) 100%);
  backdrop-filter: blur(32px) saturate(180%);
  -webkit-backdrop-filter: blur(32px) saturate(180%);
  border: 1px solid rgba(52, 211, 153, 0.26);
  border-top: 1px solid rgba(110, 231, 183, 0.45);
  border-radius: 18px;
  padding: 10px;
  box-shadow: 0 24px 50px -12px rgba(0, 0, 0, 0.8), 0 0 30px -4px rgba(16, 185, 129, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.fc-dropdown-category {
  padding: 6px 12px 4px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #E2C27D;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 4px;
}

.fc-dropdown-grid {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.fc-dropdown-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 14px;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1);
  color: rgba(255, 255, 255, 0.9);
  position: relative;
}

.fc-dropdown-link::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) scaleY(0);
  width: 3px;
  height: 20px;
  background: linear-gradient(180deg, #F3E5AB 0%, #D4AF37 100%);
  border-radius: 0 4px 4px 0;
  transition: transform 0.2s ease;
}

.fc-dropdown-link:hover {
  background: rgba(16, 185, 129, 0.16);
  padding-left: 18px;
  color: #FFFFFF;
}

.fc-dropdown-link:hover::before {
  transform: translateY(-50%) scaleY(1);
}

.fc-dropdown-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
}

.fc-dropdown-title {
  font-size: 13.5px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

.fc-dropdown-desc {
  font-size: 13px;
  color: rgba(220, 245, 235, 0.58);
  line-height: 1.25;
  font-weight: 400;
  transition: color 0.2s ease;
}

.fc-dropdown-link:hover .fc-dropdown-desc {
  color: rgba(220, 245, 235, 0.88);
}

.fc-dropdown-arrow {
  opacity: 0;
  transform: translateX(-4px);
  color: var(--gold-champagne, #F3E5AB);
  transition: opacity 0.2s ease, transform 0.2s ease;
  flex-shrink: 0;
}

.fc-dropdown-link:hover .fc-dropdown-arrow {
  opacity: 1;
  transform: translateX(0);
}

/* Right Actions */
.fc-header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.fc-lang-menu {
  position: relative;
  z-index: 30;
}

.fc-lang-trigger {
  min-width: 62px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
  padding: 0 11px 0 13px;
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 16px;
  font-family: var(--font-ui);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .06em;
  cursor: pointer;
  transition: background-color .2s ease, border-color .2s ease;
}

.fc-lang-trigger:hover,
.fc-lang-menu.is-open .fc-lang-trigger {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(243, 229, 171, .45);
}

.fc-lang-trigger svg { transition: transform .2s ease; }
.fc-lang-menu.is-open .fc-lang-trigger svg { transform: rotate(180deg); }

.fc-lang-options {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 148px;
  display: grid;
  gap: 2px;
  padding: 5px;
  background: rgba(6, 26, 23, .97);
  border: 1px solid rgba(243, 229, 171, .23);
  border-radius: 16px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, .32);
  backdrop-filter: blur(18px);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-5px);
  transition: opacity .18s ease, transform .18s ease;
}

.fc-lang-menu.is-open .fc-lang-options {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.fc-lang-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 9px;
  background: transparent;
  border: 0;
  border-radius: 16px;
  color: rgba(255, 255, 255, .67);
  font-family: var(--font-ui);
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  transition: background-color .18s ease, color .18s ease;
}

.fc-lang-btn small { color: rgba(243, 229, 171, .6); font-size: 13px; letter-spacing: .08em; }
.fc-lang-btn:hover { background: rgba(255, 255, 255, .08); color: #FFFFFF; }
.fc-lang-btn.active { background: rgba(243, 229, 171, .11); color: var(--gold-light, #FFF4D0); }
.fc-lang-btn.active small { color: var(--gold-light, #FFF4D0); }
.fc-lang-trigger:focus-visible,
.fc-lang-btn:focus-visible { outline: 2px solid var(--gold-champagne, #F3E5AB); outline-offset: 2px; }

.fc-access-btn {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.82);
  cursor: pointer;
  transition: all 0.2s ease;
}

.fc-access-btn:hover,
.fc-access-btn:focus-visible {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.14);
  color: #FFFFFF;
  transform: translateY(-1px);
}

.fc-btn-glass {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #FAFAFA;
  font-size: 13.5px;
  font-weight: 500;
  padding: 8px 18px;
  border-radius: 9999px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.25s ease;
}

@media (max-width: 640px) {
  .fc-btn-glass {
    display: none;
  }
}

.fc-btn-glass:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-1px);
}

/* Primary Header CTA: Liquid Gold Button */
.fc-btn-white,
.fc-btn-gold {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #FFF4D0 0%, #E2C27D 35%, #D4AF37 75%, #B88A43 100%);
  color: #030A08;
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: -0.01em;
  padding: 6px 6px 6px 20px;
  border-radius: 9999px;
  text-decoration: none;
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.7), inset 0 -1px 2px rgba(0, 0, 0, 0.2), 0 8px 24px -4px rgba(212, 175, 55, 0.45), 0 0 20px rgba(226, 194, 125, 0.3);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
  border: 1px solid rgba(255, 244, 208, 0.6);
}

.fc-btn-white:hover,
.fc-btn-gold:hover {
  background: linear-gradient(135deg, #FFFFFF 0%, #FFF0C2 30%, #E5C158 70%, #C4972A 100%);
  transform: scale(1.03) translateY(-1px);
  box-shadow: inset 0 1px 3px rgba(255, 255, 255, 0.9), 0 12px 30px -4px rgba(212, 175, 55, 0.6), 0 0 30px rgba(226, 194, 125, 0.5);
  border-color: rgba(255, 255, 255, 0.9);
}

.fc-btn-arrow-circle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #03261D;
  border: 1px solid rgba(226, 194, 125, 0.4);
  color: #E2C27D;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2), 0 2px 6px rgba(0, 0, 0, 0.3);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.fc-btn-white:hover .fc-btn-arrow-circle,
.fc-btn-gold:hover .fc-btn-arrow-circle {
  transform: translateX(2px);
  background: #064E3B;
  border-color: rgba(255, 244, 208, 0.8);
  color: #FFFFFF;
  box-shadow: 0 0 10px rgba(16, 185, 129, 0.4);
}

.fc-mobile-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  padding: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.fc-mobile-toggle:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(52, 211, 153, 0.4);
}

.fc-mobile-toggle span {
  display: block;
  height: 2px;
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 16px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

@media (max-width: 1100px) {
  .fc-mobile-toggle {
    display: flex;
  }
}

/* ==========================================================================
   Mobile Drawer Navigation System
   ========================================================================== */
.fc-mobile-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(2, 16, 12, 0.75);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.fc-mobile-backdrop.is-open {
  opacity: 1;
  visibility: visible;
}

.fc-mobile-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 380px;
  background: linear-gradient(180deg, #05241C 0%, #02140F 100%);
  border-left: 1px solid rgba(52, 211, 153, 0.25);
  box-shadow: -15px 0 45px rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  padding: 24px 20px 30px;
  transform: translateX(105%);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  overflow-y: auto;
  overscroll-behavior: contain;
}

.fc-mobile-drawer.is-open {
  transform: translateX(0);
}

.fc-mobile-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 16px;
}

.fc-mobile-close {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

.fc-mobile-close:hover {
  background: rgba(239, 68, 68, 0.2);
  border-color: rgba(239, 68, 68, 0.4);
  transform: rotate(90deg);
}

.fc-mob-nav-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1 0 auto;
}

.fc-mob-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 16px;
  font-size: 15px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  border-radius: 12px;
  transition: all 0.2s ease;
}

.fc-mob-item:hover,
.fc-mob-item.active {
  background: rgba(16, 185, 129, 0.16);
  color: #FFFFFF;
}

.fc-mob-group {
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
  transition: all 0.25s ease;
}

.fc-mob-group.is-expanded {
  background: rgba(6, 38, 30, 0.5);
  border-color: rgba(52, 211, 153, 0.22);
}

.fc-mob-group-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 8px;
}

.fc-mob-group-header .fc-mob-item {
  flex: 1;
}

.fc-mob-toggle-btn {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), color 0.2s ease;
  border-radius: 16px;
}

.fc-mob-toggle-btn:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #FFFFFF;
}

.fc-mob-group.is-expanded .fc-mob-toggle-btn {
  transform: rotate(180deg);
  color: var(--gold-champagne, #F3E5AB);
}

.fc-mob-sublist {
  display: none;
  flex-direction: column;
  gap: 2px;
  padding: 4px 10px 12px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.fc-mob-group.is-expanded .fc-mob-sublist {
  display: flex;
}

.fc-mob-subitem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 12px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(220, 245, 235, 0.8);
  text-decoration: none;
  border-radius: 16px;
  transition: all 0.18s ease;
  position: relative;
}

.fc-mob-subitem::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) scaleY(0);
  width: 2px;
  height: 14px;
  background: var(--gold-champagne, #F3E5AB);
  border-radius: 0 2px 2px 0;
  transition: transform 0.2s ease;
}

.fc-mob-subitem:hover,
.fc-mob-subitem.active {
  color: #FFFFFF;
  background: rgba(16, 185, 129, 0.15);
  padding-left: 16px;
}

.fc-mob-subitem:hover::before,
.fc-mob-subitem.active::before {
  transform: translateY(-50%) scaleY(1);
}

.fc-mob-footer {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.fc-mob-tel-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}

.fc-mob-tel-row a {
  color: var(--gold-champagne, #F3E5AB);
  font-weight: 700;
  text-decoration: none;
}

/* --------------------------------------------------------------------------
   4. Block 2: Hero Editorial Typography & 3D Stage
   -------------------------------------------------------------------------- */
.fc-hero-section {
  position: relative;
  min-height: auto;
  padding-top: 130px;
  padding-bottom: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  overflow: visible;
  z-index: 10;
}

@media (max-width: 768px) {
  .fc-hero-section {
    padding-top: 100px;
    padding-bottom: 50px;
    min-height: auto;
  }
}

.fc-hero-content {
  text-align: center;
  max-width: 860px;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Announcement Pill */
.fc-announcement-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.035);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding: 6px 16px;
  border-radius: 9999px;
  text-decoration: none;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 24px;
  box-shadow: 0 8px 24px -6px rgba(0, 0, 0, 0.5), 0 0 20px rgba(245, 158, 11, 0.08);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.fc-announcement-pill:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(245, 158, 11, 0.3);
  transform: translateY(-2px);
  box-shadow: 0 12px 30px -6px rgba(0, 0, 0, 0.6), 0 0 30px rgba(245, 158, 11, 0.15);
}

.fc-pill-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #F59E0B;
  box-shadow: 0 0 10px #F59E0B;
  animation: fcPulse 2s infinite;
}

@keyframes fcPulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.3); opacity: 0.6; }
}

.fc-pill-text {
  font-weight: 500;
  color: #FAFAFA;
}

.fc-pill-arrow {
  color: rgba(255, 255, 255, 0.4);
  font-size: 13px;
}

.fc-pill-action {
  font-weight: 600;
  color: #FCD34D;
}

/* Central Headline Hierarchy */
.fc-headline-main {
  font-size: clamp(44px, 5.5vw, 76px);
  font-weight: 500;
  letter-spacing: -0.035em;
  color: #FFFFFF;
  line-height: 1.05;
  margin: 0;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.9);
}

/* ==========================================================================
   Magical Reveal Headline ("Магия БелГосЦирка")
   Hidden by default, smoothly and magically materializes with stardust & gold glow on hover
   ========================================================================== */
.fc-magic-headline-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 8px 32px;
  cursor: pointer;
  z-index: 15;
  user-select: none;
  -webkit-user-select: none;
  min-height: clamp(52px, 6vw, 88px);
}

.fc-magic-headline {
  position: relative;
  display: inline-block;
  opacity: 1;
  filter: blur(0px);
  transform: translateY(0) scale(1);
  transition: 
    opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1),
    filter 1.1s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.9s cubic-bezier(0.16, 1, 0.3, 1),
    text-shadow 0.9s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, filter, transform, text-shadow;
  margin: 0;
  text-shadow: 
    0 0 24px rgba(240, 216, 155, 0.9),
    0 0 50px rgba(226, 194, 125, 0.6),
    0 0 85px rgba(16, 185, 129, 0.4),
    0 4px 30px rgba(0, 0, 0, 0.9);
}

/* Magically Revealed State (on hover or proximity active) */
.fc-magic-headline-wrap:hover .fc-magic-headline,
.fc-magic-headline.is-magical-visible {
  opacity: 0;
  filter: blur(20px);
  transform: translateY(6px) scale(0.96);
  text-shadow: none;
}

/* Magic Text with animated golden shine gradient */
.fc-magic-text {
  font-family: var(--font-display);
  position: relative;
  z-index: 2;
  background: linear-gradient(
    115deg,
    #FFFFFF 0%,
    #FFF8E7 20%,
    #F3E5AB 38%,
    #E2C27D 50%,
    #FFFDF5 65%,
    #D4AF37 82%,
    #FFFFFF 100%
  );
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: magicGoldShine 6s linear infinite;
  display: inline-block;
}

@keyframes magicGoldShine {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* Magical Cursor Spotlight Aura */
.fc-magic-aura {
  position: absolute;
  inset: -25px -45px;
  background: radial-gradient(
    circle 180px at var(--mouse-x, 50%) var(--mouse-y, 50%),
    rgba(255, 235, 170, 0.35) 0%,
    rgba(226, 194, 125, 0.20) 35%,
    rgba(16, 185, 129, 0.12) 60%,
    transparent 80%
  );
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  border-radius: 50px;
  filter: blur(14px);
  z-index: 1;
}

.fc-magic-headline-wrap:hover .fc-magic-aura,
.fc-magic-headline.is-magical-visible .fc-magic-aura {
  opacity: 1;
}

/* Stardust Sparks Container */
.fc-magic-sparks-emitter {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: visible;
  z-index: 20;
}

/* Individual Stardust Particle */
.fc-magic-spark-particle {
  position: absolute;
  pointer-events: none;
  font-family: serif;
  font-size: 14px;
  line-height: 1;
  color: #FFF3C4;
  text-shadow: 0 0 10px #FFD700, 0 0 20px #10B981;
  animation: fcSparkFloat 1.1s cubic-bezier(0.1, 0.8, 0.3, 1) forwards;
  transform-origin: center center;
}

@keyframes fcSparkFloat {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.3) rotate(0deg);
  }
  20% {
    opacity: 1;
    transform: translate(calc(-50% + var(--vx, 0px) * 0.4), calc(-50% + var(--vy, -15px) * 0.4)) scale(1.3) rotate(45deg);
  }
  100% {
    opacity: 0;
    transform: translate(calc(-50% + var(--vx, 0px)), calc(-50% + var(--vy, -45px))) scale(0.2) rotate(140deg);
  }
}

.fc-headline-sub {
  font-size: clamp(24px, 3.2vw, 44px);
  font-weight: 600;
  letter-spacing: -0.025em;
  color: #ffffff;
  line-height: 1.2;
  margin: 8px 0 0 0;
}

.fc-hero-desc {
  font-size: 16.5px;
  line-height: 1.6;
  color: #ffffff;
  max-width: 600px;
  margin: 18px auto 0;
  font-weight: 400;
}

@media (max-width: 640px) {
  .fc-hero-desc {
    font-size: 14.5px;
  }
}

/* CTA Group */
.fc-cta-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 28px;
  margin-bottom: 20px;
}

.fc-cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, #FFF4D0 0%, #E2C27D 35%, #D4AF37 75%, #B88A43 100%);
  color: #030A08;
  font-size: 14.5px;
  font-weight: 700;
  letter-spacing: -0.01em;
  padding: 7px 7px 7px 24px;
  border-radius: 9999px;
  text-decoration: none;
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.7), inset 0 -1px 2px rgba(0, 0, 0, 0.2), 0 10px 30px -4px rgba(212, 175, 55, 0.5), 0 0 25px rgba(226, 194, 125, 0.35);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
  border: 1px solid rgba(255, 244, 208, 0.6);
}

.fc-cta-primary:hover {
  background: linear-gradient(135deg, #FFFFFF 0%, #FFF0C2 30%, #E5C158 70%, #C4972A 100%);
  transform: scale(1.03) translateY(-1px);
  box-shadow: inset 0 1px 3px rgba(255, 255, 255, 0.9), 0 14px 36px -4px rgba(212, 175, 55, 0.65), 0 0 35px rgba(226, 194, 125, 0.55);
  border-color: rgba(255, 255, 255, 0.9);
}

.fc-cta-badge {
  font-size: 13px;
  font-weight: 700;
  color: #030A08;
  background: rgba(3, 10, 8, 0.12);
  border: 1px solid rgba(3, 10, 8, 0.15);
  padding: 3px 9px;
  border-radius: 9999px;
}

.fc-cta-circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #03261D;
  border: 1px solid rgba(226, 194, 125, 0.4);
  color: #E2C27D;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2), 0 2px 6px rgba(0, 0, 0, 0.3);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.fc-cta-primary:hover .fc-cta-circle {
  transform: translateX(3px);
  background: #064E3B;
  border-color: rgba(255, 244, 208, 0.8);
  color: #FFFFFF;
  box-shadow: 0 0 12px rgba(16, 185, 129, 0.45);
}

.fc-cta-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: #FAFAFA;
  font-size: 14.5px;
  font-weight: 500;
  padding: 12px 22px;
  border-radius: 9999px;
  cursor: pointer;
  transition: all 0.25s ease;
}

.fc-cta-secondary:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

.fc-play-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FCD34D;
}

/* --------------------------------------------------------------------------
   5. 3D Physical Cards Showcase (5-Layer Dimensional Stage)
   -------------------------------------------------------------------------- */
.fc-cards-viewport {
  position: relative;
  width: 100%;
  max-width: 1300px;
  height: 520px;
  margin-top: 30px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  perspective: 1400px;
  z-index: 20;
}

@media (max-width: 1024px) {
  .fc-cards-viewport {
    height: 450px;
  }
}

@media (max-width: 768px) {
  .fc-cards-viewport {
    height: 380px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

/* Base Card Physical Object */
.fc-card {
  position: absolute;
  bottom: 10px;
  width: 310px;
  height: 470px;
  border-radius: 28px;
  cursor: pointer;
  transform-origin: bottom center;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.6s ease, z-index 0.3s;
  will-change: transform;
}

@media (max-width: 1024px) {
  .fc-card {
    width: 260px;
    height: 400px;
    bottom: 10px;
  }
}

@media (max-width: 768px) {
  .fc-card {
    width: 210px;
    height: 330px;
    bottom: 10px;
  }
}

.fc-card-body {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 28px;
  overflow: hidden;
  background-color: #12141C;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.85), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.fc-card-image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center top;
  filter: contrast(1.08) saturate(1.15);
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.fc-card:hover .fc-card-image {
  transform: scale(1.05);
}

.fc-card-gradient {
  position: absolute;
  inset: 0;
}

.fc-grad-burgundy {
  background: linear-gradient(180deg, rgba(80, 10, 25, 0.15) 0%, rgba(20, 3, 6, 0.6) 40%, rgba(5, 1, 2, 0.95) 100%);
}

.fc-grad-amber {
  background: linear-gradient(180deg, rgba(212, 175, 55, 0.1) 0%, rgba(40, 20, 5, 0.5) 40%, rgba(10, 5, 2, 0.95) 100%);
}

.fc-grad-violet {
  background: linear-gradient(180deg, rgba(139, 92, 246, 0.15) 0%, rgba(25, 10, 45, 0.6) 40%, rgba(6, 2, 12, 0.95) 100%);
}

.fc-card-halftone {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  mix-blend-mode: overlay;
  background-image: radial-gradient(rgba(255, 255, 255, 0.4) 1px, transparent 0);
  background-size: 4px 4px;
  pointer-events: none;
}

.fc-card-sheen {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.05) 100%);
  pointer-events: none;
  opacity: 0.6;
  transition: opacity 0.4s ease;
}

.fc-card:hover .fc-card-sheen {
  opacity: 0.9;
}

.fc-card-glass-rim {
  position: absolute;
  inset: 0;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  pointer-events: none;
}

/* Card Content Overlay */
.fc-card-content {
  position: relative;
  z-index: 5;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
}

@media (max-width: 768px) {
  .fc-card-content {
    padding: 16px;
  }
}

.fc-card-top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fc-badge-tag {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  padding: 4px 10px;
  border-radius: 9999px;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.fc-tag-crimson {
  background: rgba(225, 29, 72, 0.25);
  border: 1px solid rgba(244, 63, 94, 0.4);
  color: #FECDD3;
}

.fc-tag-gold {
  background: rgba(212, 175, 55, 0.25);
  border: 1px solid rgba(245, 158, 11, 0.4);
  color: #FDE68A;
}

.fc-tag-violet {
  background: rgba(139, 92, 246, 0.25);
  border: 1px solid rgba(167, 139, 250, 0.4);
  color: #DDD6FE;
}

.fc-gold-seal {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FCD34D;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.fc-seal-glow {
  background: rgba(212, 175, 55, 0.2);
  border-color: rgba(212, 175, 55, 0.5);
  box-shadow: 0 0 16px rgba(212, 175, 55, 0.4);
}

.fc-card-bottom-info {
  display: flex;
  flex-direction: column;
}

.fc-card-dates {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.65);
  text-transform: uppercase;
  margin-bottom: 4px;
}

.fc-card-title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  margin: 0;
  line-height: 1.1;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
}

@media (max-width: 768px) {
  .fc-card-title {
    font-size: 18px;
  }
}

.fc-card-sub {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  margin: 4px 0 14px 0;
  font-weight: 400;
}

.fc-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.fc-card-price {
  font-size: 13px;
  font-weight: 600;
  color: #FCD34D;
}

.fc-card-arrow {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  transition: all 0.25s ease;
}

.fc-card:hover .fc-card-arrow {
  background: #FFFFFF;
  color: #07080A;
  transform: translateX(2px);
}

/* 3D Physical Spatial Coordinates */

/* Left Card */
.fc-card-left {
  left: calc(50% - 290px);
  transform: translateX(-50%) rotateZ(-8deg) translateY(0px) scale(0.92);
  z-index: 10;
  box-shadow: -15px 25px 50px -10px rgba(0, 0, 0, 0.9), 0 0 40px rgba(225, 29, 72, 0.15);
}

@media (max-width: 1024px) {
  .fc-card-left {
    left: calc(50% - 220px);
  }
}

@media (max-width: 768px) {
  .fc-card-left {
    left: calc(50% - 140px);
    transform: translateX(-50%) rotateZ(-7deg) translateY(0px) scale(0.88);
  }
}

.fc-card-left:hover {
  transform: translateX(-50%) rotateZ(-4deg) translateY(-20px) scale(0.97);
  z-index: 25;
  box-shadow: -20px 35px 70px -10px rgba(0, 0, 0, 0.95), 0 0 50px rgba(225, 29, 72, 0.3);
}

/* Center Card (Dominant & Brightest) */
.fc-card-center {
  left: 50%;
  transform: translateX(-50%) rotateZ(0deg) translateY(-30px) scale(1.04);
  z-index: 20;
  box-shadow: 0 40px 80px -15px rgba(0, 0, 0, 0.95), 0 0 60px rgba(212, 175, 55, 0.28);
}

.fc-card-center .fc-card-body {
  border-color: rgba(212, 175, 55, 0.4);
  border-top-color: rgba(255, 244, 208, 0.8);
}

.fc-card-center:hover {
  transform: translateX(-50%) rotateZ(0deg) translateY(-50px) scale(1.08);
  z-index: 30;
  box-shadow: 0 50px 100px -15px rgba(0, 0, 0, 1), 0 0 80px rgba(212, 175, 55, 0.45);
}

/* Right Card */
.fc-card-right {
  left: calc(50% + 290px);
  transform: translateX(-50%) rotateZ(8deg) translateY(0px) scale(0.92);
  z-index: 10;
  box-shadow: 15px 25px 50px -10px rgba(0, 0, 0, 0.9), 0 0 40px rgba(139, 92, 246, 0.15);
}

@media (max-width: 1024px) {
  .fc-card-right {
    left: calc(50% + 220px);
  }
}

@media (max-width: 768px) {
  .fc-card-right {
    left: calc(50% + 140px);
    transform: translateX(-50%) rotateZ(7deg) translateY(0px) scale(0.88);
  }
}

.fc-card-right:hover {
  transform: translateX(-50%) rotateZ(4deg) translateY(-20px) scale(0.97);
  z-index: 25;
  box-shadow: 20px 35px 70px -10px rgba(0, 0, 0, 0.95), 0 0 50px rgba(139, 92, 246, 0.3);
}

/* Ghost Card Silhouettes (Depth Layers) */
.fc-card-ghost {
  position: absolute;
  bottom: 0px;
  width: 340px;
  height: 500px;
  border-radius: 32px;
  pointer-events: none;
  z-index: 2;
  opacity: 0.15;
}

@media (max-width: 1024px) {
  .fc-card-ghost {
    display: none;
  }
}

.fc-ghost-inner {
  width: 100%;
  height: 100%;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.fc-ghost-left {
  left: calc(50% - 530px);
  transform: translateX(-50%) rotateZ(-16deg) translateY(20px) scale(0.85);
}

.fc-ghost-right {
  left: calc(50% + 530px);
  transform: translateX(-50%) rotateZ(16deg) translateY(20px) scale(0.85);
}

/* --------------------------------------------------------------------------
   6. Unified Grand Monument: Central Arch Crown + Symmetrical Equal-Level Wings
   -------------------------------------------------------------------------- */
.fc-ref-calendar-section {
  position: relative;
  z-index: 10;
  margin-top: 30px !important;
  padding-top: 30px !important;
  padding-bottom: 80px !important;
}

.fc-calendar-header-group {
  margin-bottom: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.fc-calendar-subbadge {
  margin-bottom: 10px;
}

.fc-calendar-main-title {
  font-size: clamp(32px, 3.8vw, 50px);
  margin-bottom: 10px;
}

.fc-calendar-subdesc {
  font-size: 15.5px;
  color: rgba(243, 240, 232, 0.65);
  max-width: 600px;
  margin: 0 auto;
}

/* =========================================================================
   Grand Unified Monument Frame (Single Arch Crown Uniting Both Wings)
   ========================================================================= */
.fc-unified-monument {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
}

.fc-monument-frame {
  width: 100%;
  background: linear-gradient(180deg, #07221B 0%, #051913 40%, #03100C 100%);
  border: 3px solid #C6A15B;
  outline: 3px solid #806238;
  outline-offset: -1px;
  border-top-left-radius: 260px;
  border-top-right-radius: 260px;
  border-bottom-left-radius: 36px;
  border-bottom-right-radius: 36px;
  padding: 30px 28px 24px 28px;
  position: relative;
  box-shadow: 
    0 45px 120px rgba(0, 0, 0, 0.95),
    0 0 70px rgba(16, 185, 129, 0.22),
    inset 0 2px 4px rgba(255, 244, 208, 0.45),
    inset 0 -4px 10px rgba(0, 0, 0, 0.9);
}

@media (max-width: 768px) {
  .fc-monument-frame {
    border-top-left-radius: 180px;
    border-top-right-radius: 180px;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    padding: 20px 14px 16px 14px;
  }
}

.fc-monument-ambient-glow {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(16, 185, 129, 0.28) 0%, rgba(212, 175, 55, 0.16) 40%, transparent 75%);
  filter: blur(75px);
  pointer-events: none;
  z-index: 1;
}

/* =========================================================================
   1. Grand Arch Crown: Official Circus Logo + Brand + Authentic Lion Medallion
   ========================================================================= */
.fc-monument-crown {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  z-index: 5;
  margin-bottom: 24px;
}

/* Apex Disc with Official Belgoscircus Logo */
.fc-apex-logo-disc {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: radial-gradient(circle at 40% 35%, #0E352A 0%, #051812 100%);
  border: 1.5px solid #D5B46C;
  box-shadow: 
    0 3px 10px rgba(0, 0, 0, 0.7),
    inset 0 1px 2px rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  padding: 6px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.fc-apex-logo-disc:hover {
  transform: scale(1.08);
  box-shadow: 0 0 16px rgba(212, 175, 55, 0.6);
}

.fc-apex-logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.8));
}

.fc-monument-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fc-monument-name {
  font-family: 'Prata', 'Cormorant Garamond', Georgia, serif;
  font-size: 16px;
  font-weight: 700;
  color: #D5B46C;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.9);
}

.fc-monument-year {
  font-family: 'Prata', 'Cormorant Garamond', Georgia, serif;
  font-size: 13px;
  color: rgba(213, 180, 108, 0.75);
  letter-spacing: 0.24em;
  margin-top: 2px;
}

/* Central Arch Lion Housing */
.fc-monument-lion-zone {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 14px;
}

.fc-monument-rivet {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #FFF4D0 0%, #D5B46C 50%, #806238 100%);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.8), inset 0 1px 1px #FFFFFF;
}

.fc-rivet-left {
  left: -20px;
}

.fc-rivet-right {
  right: -20px;
}

.fc-lion-concentric-housing {
  position: relative;
  width: clamp(210px, 28vw, 240px);
  height: clamp(210px, 28vw, 240px);
  border-radius: 50%;
  padding: 5px;
  background: linear-gradient(135deg, #C6A15B 0%, #806238 50%, #D5B46C 100%);
  box-shadow: 
    0 15px 35px rgba(0, 0, 0, 0.85),
    0 0 30px rgba(16, 185, 129, 0.2),
    inset 0 2px 4px rgba(255, 244, 208, 0.5),
    inset 0 -3px 6px rgba(0, 0, 0, 0.8);
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.fc-lion-concentric-housing:hover {
  transform: scale(1.02);
  box-shadow: 
    0 20px 45px rgba(0, 0, 0, 0.95),
    0 0 45px rgba(212, 175, 55, 0.35);
}

.fc-lion-frame-outer {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  padding: 2.5px;
  background: #051812;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.9);
}

.fc-lion-frame-inner {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.85);
}

.fc-lion-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

.fc-lion-specular-sheen {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle at 40% 35%, rgba(255, 255, 255, 0.35) 0%, rgba(243, 229, 171, 0.12) 40%, transparent 70%);
  mix-blend-mode: screen;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

/* =========================================================================
   2. Unified Wings on the EXACT Same Level (Grid)
   ========================================================================= */
.fc-monument-wings-grid {
  display: grid;
  grid-template-columns: 440px 1fr;
  gap: 24px;
  align-items: stretch;
  position: relative;
  z-index: 5;
}

@media (max-width: 1024px) {
  .fc-monument-wings-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.fc-wing-card {
  background: rgba(3, 16, 12, 0.88);
  border: 1.5px solid rgba(213, 180, 108, 0.4);
  border-radius: 22px;
  padding: 20px 22px 16px 22px;
  box-shadow: 
    inset 0 1px 2px rgba(255, 255, 255, 0.08),
    inset 0 0 25px rgba(0, 0, 0, 0.8),
    0 6px 18px rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

@media (max-width: 640px) {
  .fc-wing-card {
    padding: 14px 12px 12px 12px;
    border-radius: 16px;
  }
}

/* Left Wing: Month Control Row: <  А В Г У С Т  > */
.fc-tablet-month-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2px 8px 10px 8px;
}

.fc-tablet-arrow-btn {
  background: none;
  border: none;
  color: #D5B46C;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, color 0.2s ease;
  opacity: 0.85;
}

.fc-tablet-arrow-btn:hover {
  color: #FFF4D0;
  transform: scale(1.2);
  opacity: 1;
}

.fc-tablet-month-title {
  font-family: 'Prata', 'Cormorant Garamond', Georgia, serif;
  font-size: 18px;
  font-weight: 700;
  color: #D5B46C;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.9);
}

@media (max-width: 640px) {
  .fc-tablet-month-title {
    font-size: 15px;
    letter-spacing: 0.2em;
  }
}

/* Weekday Headers: ПН  ВТ  СР  ЧТ  ПТ  СБ  ВС */
.fc-tablet-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  padding: 6px 0 6px;
  border-top: 1px solid rgba(213, 180, 108, 0.25);
  border-bottom: 1px solid rgba(213, 180, 108, 0.25);
}

.fc-tablet-wd {
  font-family: 'Prata', 'Cormorant Garamond', Georgia, serif;
  font-size: 13px;
  font-weight: 600;
  color: #D5B46C;
  letter-spacing: 0.06em;
}

.fc-tablet-sunday {
  color: #10B981;
  font-weight: 700;
  text-shadow: 0 0 8px rgba(16, 185, 129, 0.6);
}

/* Calendar Grid Cells (7x5) */
.fc-tablet-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  border-bottom: 1px solid rgba(213, 180, 108, 0.25);
}

.fc-tablet-cell {
  height: 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(213, 180, 108, 0.16);
  border-bottom: 1px solid rgba(213, 180, 108, 0.16);
  font-family: 'Prata', 'Cormorant Garamond', Georgia, serif;
  font-size: 16px;
  color: #D5B46C;
  position: relative;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (max-width: 640px) {
  .fc-tablet-cell {
    height: 38px;
    font-size: 14px;
  }
}

.fc-tablet-cell:nth-child(7n) {
  border-right: none;
}

.fc-tablet-cell:nth-last-child(-n+7) {
  border-bottom: none;
}

.fc-tablet-cell.other-month {
  color: rgba(184, 138, 67, 0.32);
}

.fc-tablet-cell.sunday {
  color: #10B981;
  font-weight: 700;
  text-shadow: 0 0 8px rgba(16, 185, 129, 0.5);
}

.fc-tablet-cell.has-event {
  color: #F0D89B;
  font-weight: 600;
}

.fc-tablet-cell.has-event:hover {
  background: rgba(16, 185, 129, 0.18);
  text-shadow: 0 0 12px rgba(213, 180, 108, 0.9);
  transform: scale(1.06);
  z-index: 5;
}

.fc-tablet-cell.selected {
  background: rgba(213, 180, 108, 0.22);
  box-shadow: inset 0 0 12px rgba(16, 185, 129, 0.45);
}

.fc-premiere-indicator {
  width: 4.5px;
  height: 4.5px;
  border-radius: 50%;
  background: #10B981;
  box-shadow: 0 0 6px #10B981;
  margin-top: 1.5px;
}

/* Inset Bottom Bar: ● ПРЕМЬЕРА ... КУПИТЬ БИЛЕТЫ */
.fc-tablet-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 4px 2px 4px;
  font-family: 'Prata', 'Cormorant Garamond', Georgia, serif;
  font-size: 13px;
  letter-spacing: 0.14em;
  color: #D5B46C;
}

.fc-tablet-footer-left {
  display: flex;
  align-items: center;
  gap: 6px;
}

.fc-tablet-premiere-dot {
  width: 5.5px;
  height: 5.5px;
  border-radius: 50%;
  background: #10B981;
  box-shadow: 0 0 8px #10B981;
}

.fc-tablet-premiere-text {
  font-weight: 600;
  font-size: 13px;
}

.fc-tablet-footer-right {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #D5B46C;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
  transition: all 0.2s ease;
  cursor: pointer;
}

.fc-tablet-footer-right:hover {
  color: #FFF4D0;
  text-shadow: 0 0 10px rgba(213, 180, 108, 0.8);
  transform: translateX(2px);
}

/* =========================================================================
   Right Wing: Connected Live Demonstration Showcase (Exact Same Level)
   ========================================================================= */
.fc-console-top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(213, 180, 108, 0.2);
  flex-wrap: wrap;
}

.fc-live-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  border-radius: 9999px;
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(16, 185, 129, 0.35);
  font-size: 13px;
  font-weight: 700;
  color: #34D399;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fc-live-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #34D399;
  box-shadow: 0 0 8px #34D399;
  animation: fcDotPulse 2s infinite ease-in-out;
}

@keyframes fcDotPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(0.85); }
}

.fc-showcase-date-pill {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(226, 194, 125, 0.3);
  padding: 3px 14px 3px 3px;
  border-radius: 9999px;
}

.fc-date-disc {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, #FFF4D0 0%, #E2C27D 100%);
  color: #030A08;
  font-weight: 800;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(212, 175, 55, 0.4);
}

.fc-date-details {
  display: flex;
  flex-direction: column;
}

.fc-date-full {
  font-size: 13px;
  font-weight: 700;
  color: #FAFAFA;
  letter-spacing: 0.03em;
}

.fc-date-venue {
  font-size: 13px;
  color: rgba(243, 240, 232, 0.55);
}

/* Content Grid */
.fc-showcase-content-grid {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 20px;
  align-items: start;
}

@media (max-width: 860px) {
  .fc-showcase-content-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.fc-showcase-poster-frame {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 3/4;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.7), 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.fc-showcase-poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.fc-showcase-poster-tag {
  position: absolute;
  top: 8px;
  left: 8px;
  background: linear-gradient(135deg, #FFF4D0 0%, #E2C27D 100%);
  color: #030A08;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 3px 7px;
  border-radius: 9999px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}

/* Showcase Info */
.fc-showcase-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

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

.fc-showcase-title {
  font-size: clamp(24px, 2.6vw, 32px);
  font-weight: 700;
  color: #FFFFFF;
  margin: 0;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.fc-showcase-price {
  font-size: 15.5px;
  font-weight: 700;
  color: #E2C27D;
  background: rgba(226, 194, 125, 0.12);
  border: 1px solid rgba(226, 194, 125, 0.3);
  padding: 4px 12px;
  border-radius: 9999px;
}

.fc-showcase-subtitle {
  font-size: 13.5px;
  color: rgba(243, 240, 232, 0.7);
  line-height: 1.45;
  margin: 0;
}

.fc-showcase-specs {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.fc-spec-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 4px 9px;
  border-radius: 9999px;
  font-size: 13px;
  color: rgba(243, 240, 232, 0.75);
}

.fc-spec-chip svg {
  color: #E2C27D;
}

.fc-showcase-sessions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 6px 0 2px;
}

.fc-sessions-label {
  font-size: 13px;
  font-weight: 600;
  color: #FAFAFA;
}

.fc-sessions-badges {
  display: flex;
  align-items: center;
  gap: 7px;
}

.fc-session-btn {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #FAFAFA;
  font-size: 13px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 9999px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.fc-session-btn:hover {
  border-color: rgba(226, 194, 125, 0.5);
  background: rgba(226, 194, 125, 0.15);
}

.fc-session-btn.selected {
  background: linear-gradient(135deg, #FFF4D0 0%, #E2C27D 100%);
  color: #030A08;
  border-color: #E2C27D;
  box-shadow: 0 4px 14px rgba(212, 175, 55, 0.4);
}

.fc-showcase-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 4px;
  flex-wrap: wrap;
}

.fc-showcase-buy-btn {
  padding: 7px 7px 7px 18px !important;
  font-size: 13.5px !important;
}

.fc-showcase-footer-note {
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 13px;
  color: rgba(243, 240, 232, 0.5);
  display: flex;
  align-items: center;
  gap: 6px;
}

.fc-showcase-footer-note a {
  color: #E2C27D;
  text-decoration: none;
}

.fc-showcase-footer-note a:hover {
  text-decoration: underline;
}
