/* ==========================================================================
   GLOBAL EXHIBIT — COMPLETE RESTRUCTURED STYLESHEET
   Includes High-Impact Arched Gallery Showcase for BookFair Highlights (Responsive 280px+ Cards),
   Full-Bleed 340px Cathedral Arch Frames, Date Capsule Positioned at BOTTOM of Image Banner,
   Brand-Aligned Light Slate Section Canvas for High Separation from Map Section,
   Crimson Red & Deep Slate Navy Card Design System, Red Theme Hover Effect on Press Logos,
   Prominent "AS SEEN ON" Header Label, Interactive Infinitely Sliding Media Marquee Strip with Tooltips,
   Fade Masks, Fixed-Height Hero Section, Solid Brand Red Active Bento Cards
   & Multi-Page View Isolation.
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Red+Hat+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,700&display=swap');

:root {
  --primary-red: #0d5cb9;
  --primary-red-hover: #0045a1;
  --primary-red-glow: rgba(13, 92, 185, 0.4);

  --burgundy-deep: #1e030e;
  --burgundy-dark: #120108;

  --accent-gold: #f59e0b;
  --accent-gold-light: #fef3c7;

  --white: #ffffff;
  --bg-slate: #f8fafc;
  --bg-gray: #f1f5f9;
  
  --border-light: #e2e8f0;
  --border-subtle: #cbd5e1;

  --text-primary: #0f172a;
  --text-secondary: #475569;
  --text-muted: #64748b;

  --font-family: 'Plus Jakarta Sans', 'Red Hat Display', system-ui, -apple-system, sans-serif;
  --font-nav: 'Plus Jakarta Sans', 'Red Hat Display', system-ui, -apple-system, sans-serif;
  --font-heading: 'Plus Jakarta Sans', 'Red Hat Display', system-ui, -apple-system, sans-serif;
  --font-body: 'Plus Jakarta Sans', 'Red Hat Display', system-ui, -apple-system, sans-serif;

  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-full: 9999px;

  --shadow-sm: 0 2px 4px rgba(15, 23, 42, 0.05);
  --shadow-md: 0 8px 20px rgba(15, 23, 42, 0.08);
  --shadow-lg: 0 16px 36px rgba(15, 23, 42, 0.12);
  --shadow-xl: 0 24px 48px rgba(15, 23, 42, 0.18);

  --transition-fast: 200ms cubic-bezier(0.16, 1, 0.3, 1);
  --transition-base: 350ms cubic-bezier(0.16, 1, 0.3, 1);
  --max-width: 1240px;
  --header-height: 140px;
}

/* Reset & Base */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Plus Jakarta Sans', 'Red Hat Display', system-ui, -apple-system, sans-serif;
}
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body {
  font-family: var(--font-family);
  color: var(--text-primary);
  background-color: var(--white);
  overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6, p, span, a, button, input, select, textarea, label {
  font-family: 'Plus Jakarta Sans', 'Red Hat Display', system-ui, -apple-system, sans-serif;
}
a { text-decoration: none; color: inherit; }
ul, ol { list-style: none; }
img { max-width: 100%; height: auto; display: block; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

/* Global SVG Safety */
svg { flex-shrink: 0; max-width: 100%; }

.container { width: 100%; max-width: var(--max-width); margin: 0 auto; padding: 0 1.5rem; }
.container--large { max-width: 1440px; }

/* Section Header */
.section-header { text-align: center; max-width: 760px; margin: 0 auto 3.5rem auto; }
.section-header__eyebrow { font-size: 0.8rem; font-weight: 800; color: #50a9dd; text-transform: uppercase; letter-spacing: 0.25em; margin-bottom: 0.5rem; display: block; }
.section-header__title { font-size: clamp(2rem, 3.5vw, 2.75rem); font-weight: 900; color: var(--text-primary); letter-spacing: -0.5px; line-height: 1.2; position: relative; display: inline-block; }
.section-header__title::after { content: ''; display: block; width: 60px; height: 4px; background: #50a9dd; border-radius: var(--radius-full); margin: 0.75rem auto 0 auto; }
.section-header--light .section-header__title { color: var(--white); }
.section-header--light .section-header__title::after { background: var(--accent-gold); }
.section-header__desc { font-size: 1rem; color: var(--text-secondary); margin-top: 1rem; line-height: 1.7; }
.section-header--light .section-header__desc { color: rgba(255, 255, 255, 0.85); }

/* ==========================================================================
   MULTI-PAGE LAYOUT SYSTEM (.site-page-view - STRICT DISPLAY ISOLATION)
   ========================================================================== */

#appPagesWrapper { width: 100%; }

.site-page-view {
  display: none !important;
  opacity: 0;
  transition: opacity 300ms ease;
  width: 100%;
}

.site-page-view.is-active {
  display: block !important;
  opacity: 1;
}

/* ==========================================================================
   1. HEADER / NAVBAR — Borderless Frankfurter Buchmesse Wide Layout Pattern
   ========================================================================== */

.site-header { 
  position: absolute !important; 
  top: 0; 
  left: 0; 
  right: 0; 
  z-index: 1000; 
  background: #FFFFFF; 
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.06); 
  font-family: var(--font-nav);
}

.nav-top { 
  border-bottom: none !important; 
  padding: 1.2rem 0 0.5rem 0; 
}

.nav-top__inner { 
  display: flex; 
  align-items: center; 
  justify-content: space-between; 
  padding: 0 1.5rem; 
  max-width: 1440px; 
  width: 100%; 
  margin: 0 auto; 
}

.nav-top__left { 
  display: flex; 
  align-items: center; 
  gap: 2rem; 
}

.nav-top__center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-date-badge {
  background: #CCFF00;
  color: #1E293B;
  font-family: var(--font-nav);
  font-weight: 800;
  font-size: 0.88rem;
  letter-spacing: 0.02em;
  padding: 0.45rem 1.25rem;
  border-radius: 999px;
  text-decoration: none;
  transition: transform 200ms ease, background 200ms ease, box-shadow 200ms ease;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  box-shadow: 0 3px 12px rgba(204, 255, 0, 0.45);
  border: 1px solid rgba(0, 0, 0, 0.06);
  white-space: nowrap;
}

.header-date-badge:hover {
  background: #b8e600;
  transform: translateY(-1px) scale(1.02);
  box-shadow: 0 6px 18px rgba(204, 255, 0, 0.6);
}

.header-date-badge .countdown-label {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 800;
  color: #1C1917;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.header-date-badge .live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #0045a1;
  display: inline-block;
  animation: pulse-live-dot 1.5s infinite;
}

@keyframes pulse-live-dot {
  0% { transform: scale(0.9); opacity: 1; }
  50% { transform: scale(1.35); opacity: 0.4; }
  100% { transform: scale(0.9); opacity: 1; }
}

.header-date-badge .countdown-timer {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  font-family: 'JetBrains Mono', 'SF Mono', Consolas, monospace;
  font-weight: 800;
  color: #1C1917;
}

.header-date-badge .cd-unit {
  display: inline-flex;
  align-items: baseline;
  background: rgba(0, 0, 0, 0.07);
  padding: 0.12rem 0.32rem;
  border-radius: 4px;
}

.header-date-badge .cd-val {
  font-size: 0.9rem;
  font-weight: 900;
  color: #1C1917;
}

.header-date-badge .cd-unit small {
  font-size: 0.72rem;
  font-weight: 700;
  color: #44403C;
  margin-left: 1px;
}

.logo { display: flex; align-items: center; gap: 0.5rem; font-size: 1.8rem; font-weight: 900; font-family: var(--font-nav); letter-spacing: -0.5px; text-decoration: none; }
.logo__icon-symbol { width: 44px; height: 44px; flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center; margin-right: 0.25rem; }
.logo__brand { color: var(--primary-red); font-weight: 900; letter-spacing: -0.5px; }
.logo__sub { color: var(--text-primary); font-weight: 900; letter-spacing: -0.5px; }

.meta-nav { display: flex; align-items: center; gap: 2rem; font-family: var(--font-nav); }
.meta-nav__list { display: flex; align-items: center; gap: 2rem; list-style: none; margin: 0; padding: 0; }
.meta-nav__link { font-size: 1rem; font-weight: 600; font-family: var(--font-nav); color: #334155; text-decoration: none; transition: color var(--transition-fast); }
.meta-nav__link:hover { color: var(--primary-red); }

.meta-nav__dropdown { position: relative; }
.meta-nav__dropdown-toggle { font-size: 1rem; font-weight: 600; font-family: var(--font-nav); color: #334155; display: flex; align-items: center; gap: 0.35rem; background: none; border: none; cursor: pointer; }
.meta-nav__dropdown-toggle svg { width: 14px; height: 14px; transition: transform var(--transition-fast); }
.meta-nav__dropdown:hover .meta-nav__dropdown-toggle svg { transform: rotate(180deg); }

.meta-nav__dropdown-content {
  position: absolute; top: 100%; right: 0; min-width: 210px;
  background: var(--white); border-radius: var(--radius-md); box-shadow: var(--shadow-xl);
  border: 1px solid var(--border-light); padding: 0.6rem 0; opacity: 0; visibility: hidden;
  transform: translateY(8px); transition: all var(--transition-fast); z-index: 100;
  font-family: var(--font-nav);
}
.meta-nav__dropdown:hover .meta-nav__dropdown-content { opacity: 1; visibility: visible; transform: translateY(0); }
.meta-nav__submenu-link { display: block; padding: 0.6rem 1.3rem; font-size: 0.925rem; color: var(--text-secondary); text-decoration: none; font-weight: 600; font-family: var(--font-nav); }
.meta-nav__submenu-link:hover { background: var(--bg-slate); color: var(--primary-red); }

/* Header Language Switcher Dropdown */
.language-switch-dropdown-container {
  position: relative;
  display: inline-block;
}

.language-switch {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.925rem;
  font-weight: 700;
  font-family: var(--font-nav);
  color: #334155;
  cursor: pointer;
  padding: 6px 14px;
  border-radius: 9999px;
  background: rgba(0, 69, 161, 0.06);
  border: 1px solid rgba(0, 69, 161, 0.15);
  transition: all 180ms ease;
}

.language-switch:hover {
  background: rgba(0, 69, 161, 0.12);
  color: #0045a1;
}

.language-switch svg {
  width: 17px;
  height: 17px;
}

.header-lang-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  padding: 6px;
  min-width: 140px;
  z-index: 99999;
  display: none;
  flex-direction: column;
  gap: 4px;
}

.header-lang-menu.is-open {
  display: flex;
}

.header-lang-item {
  background: transparent;
  border: none;
  color: #334155;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 8px 14px;
  border-radius: 8px;
  text-align: left;
  cursor: pointer;
  transition: all 150ms ease;
  font-family: var(--font-nav), sans-serif;
  width: 100%;
}

.header-lang-item:hover {
  background: rgba(0, 69, 161, 0.08);
  color: #0045a1;
}

.header-lang-item.is-active {
  background: #0045a1;
  color: #FFFFFF;
}

/* Google Translate Frame & Banner Cleanups */
.goog-te-banner-frame.skiptranslate,
.goog-te-banner-frame,
iframe.goog-te-banner-frame {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
}

body {
  top: 0px !important;
  position: static !important;
}

.goog-tooltip,
.goog-tooltip:hover {
  display: none !important;
}

.goog-text-highlight {
  background-color: transparent !important;
  box-shadow: none !important;
}

#google_translate_element {
  display: none !important;
}

.skiptranslate iframe {
  display: none !important;
}

/* Borderless Navigation Bottom Bar (1720px Wide Stretch) */
.nav-bottom { background: var(--white); border-bottom: none !important; padding: 0.5rem 0 1.2rem 0; font-family: var(--font-nav); }
.nav-bottom__inner { display: flex; align-items: center; justify-content: space-between; max-width: 1440px; width: 100%; margin: 0 auto; padding: 0 1.5rem; }
.main-nav { display: flex; align-items: center; gap: 3.25rem; font-family: var(--font-nav); }
.main-nav__link { font-size: 1.15rem; font-weight: 600; font-family: var(--font-nav); color: #0F172A; text-decoration: none; transition: color var(--transition-fast); position: relative; display: flex; align-items: center; gap: 7px; letter-spacing: 0.01em; }
.main-nav__link:hover { color: var(--primary-red); }

.nav-bottom__right { display: flex; align-items: center; gap: 2.25rem; font-family: var(--font-nav); }
.nav-tool-btn { display: flex; align-items: center; gap: 0.55rem; font-size: 1.05rem; font-weight: 600; font-family: var(--font-nav); color: #0F172A; text-decoration: none; transition: color 200ms ease; cursor: pointer; }
.nav-tool-btn:hover { color: var(--primary-red); }
.nav-exhibit-cta {
  background: var(--primary-red);
  color: #FFFFFF !important;
  font-weight: 700;
  font-family: var(--font-nav);
  font-size: 1.05rem;
  padding: 0.8rem 1.85rem;
  border-radius: 2px;
  text-decoration: none;
  transition: all 200ms ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  box-shadow: 0 3px 10px rgba(0, 69, 161, 0.25);
  cursor: pointer;
}
.nav-exhibit-cta .nav-cta-arrow {
  width: 17px;
  height: 17px;
  stroke: currentColor;
  flex-shrink: 0;
  transition: transform 220ms ease;
}
.nav-exhibit-cta:hover {
  background: #0045a1;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(0, 69, 161, 0.35);
}
.nav-exhibit-cta:hover .nav-cta-arrow {
  transform: translateX(4px);
}

.nav-item-dropdown { position: relative; }
.nav-dropdown-toggle svg { width: 12px; height: 12px; transition: transform var(--transition-fast); }
.nav-item-dropdown:hover .nav-dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); }

.nav-dropdown-menu {
  position: absolute; top: 100%; left: 0; transform: translateY(8px);
  background: var(--white); border-radius: var(--radius-md); box-shadow: 0 16px 40px rgba(15, 23, 42, 0.15);
  border: 1px solid var(--border-light); padding: 0.5rem 0; min-width: 230px; opacity: 0;
  visibility: hidden; transition: all var(--transition-fast); z-index: 100;
}
.nav-dropdown-item { display: block; padding: 0.65rem 1.25rem; font-size: 0.875rem; font-weight: 600; color: var(--text-primary); text-decoration: none; transition: all 150ms ease; white-space: nowrap; }
.nav-dropdown-item:hover { background: #fef2f2; color: var(--primary-red); padding-left: 1.5rem; }

.mobile-menu-toggle { display: none; flex-direction: column; gap: 5px; padding: 4px; }
.mobile-menu-toggle span { display: block; width: 24px; height: 2px; background: var(--text-primary); }
.mobile-menu { display: none; position: fixed; inset: 0; background: var(--white); z-index: 999; padding-top: 110px; opacity: 0; visibility: hidden; transition: all var(--transition-base); }
.mobile-menu.is-open { opacity: 1; visibility: visible; }
.mobile-menu__nav { padding: 1.5rem; }
.mobile-menu__link { display: block; font-size: 1.125rem; font-weight: 700; color: var(--text-primary); padding: 0.875rem 0; border-bottom: 1px solid var(--border-light); }

/* ==========================================================================
   2. BRAND-ORIENTED HERO SECTION (RED-TO-WHITE GRADIENT & FIXED HEIGHT)
   ========================================================================== */

.hero {
  position: relative;
  height: 860px;
  max-height: 94vh;
  min-height: 720px;
  display: flex;
  align-items: flex-end;
  margin-top: 0;
  padding: 5rem 0 7rem 0;
  overflow: hidden;
  background: var(--burgundy-deep);
}

/* ==========================================================================
   SUBPAGE HERO BANNER (FLUSH AGAINST FIXED NAVBAR - ZERO GAP)
   ========================================================================== */
.subpage-hero-banner {
  position: relative;
  background: #0B1120;
  color: #FFFFFF;
  margin-top: var(--header-height);
  padding: 4.5rem 0;
  min-height: 380px;
  overflow: hidden;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center;
  border-bottom: 1.5px solid rgba(80, 169, 221, 0.25);
}

.subpage-hero-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0.35;
}

.subpage-hero-red-showcase {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.85) 0%, rgba(11, 17, 32, 0.95) 100%);
  z-index: 2;
}

.subpage-hero-banner .container,
.subpage-hero-banner .container--large {
  position: relative;
  z-index: 3;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
}

.subpage-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 0.85rem;
  text-align: center;
}

.subpage-breadcrumb a {
  color: #F59E0B;
  text-decoration: none;
  font-weight: 600;
  transition: color 150ms ease;
}

.subpage-breadcrumb a:hover {
  color: #FFFFFF;
}

.subpage-eyebrow {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 800;
  color: #50a9dd;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  text-align: center;
}

.subpage-main-title {
  font-size: clamp(2.35rem, 4.5vw, 3.5rem);
  font-weight: 900;
  color: #FFFFFF;
  letter-spacing: -0.75px;
  line-height: 1.15;
  margin-bottom: 0.85rem;
  text-align: center;
}

.subpage-main-desc {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.88);
  max-width: 720px;
  margin: 0 auto;
  line-height: 1.65;
  text-align: center;
}


.hero__bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; }

.hero__video-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ken-burns-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  animation: kenBurnsZoom 22s infinite alternate cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 600ms ease;
}

@keyframes kenBurnsZoom {
  0% { transform: scale(1) translate(0, 0); }
  50% { transform: scale(1.08) translate(-1%, -1%); }
  100% { transform: scale(1.15) translate(1%, 0.5%); }
}

.hero__overlay-editorial {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(30, 3, 14, 0.85) 0%, rgba(30, 3, 14, 0.60) 45%, rgba(30, 3, 14, 0.15) 100%),
              linear-gradient(to bottom, rgba(30, 3, 14, 0.25) 0%, transparent 40%, rgba(30, 3, 14, 0.80) 100%),
              radial-gradient(circle, rgba(13, 92, 185, 0.12) 0%, rgba(13, 92, 185, 0.05) 100%);
}

.hero__social { display: none !important; }

.hero__content {
  position: relative;
  z-index: 5;
  max-width: 840px;
}

.hero__content--bottom-left {
  max-width: 880px;
  margin: 0;
  text-align: left;
}

.hero__content--bottom-left .hero__title {
  text-align: left;
  font-size: clamp(3rem, 6.2vw, 4.65rem);
  font-weight: 900;
  color: var(--white);
  line-height: 1.05;
  margin-bottom: 1.35rem;
  letter-spacing: -1.5px;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.75);
}

.hero-accent-text {
  background: linear-gradient(135deg, #50a9dd 0%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-weight: 900;
}

.hero__content--bottom-left .hero__subtext {
  text-align: left;
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.94);
  line-height: 1.6;
  margin: 0 0 2.25rem 0;
  max-width: 720px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.65);
}

.hero__actions--left {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 0;
  justify-content: flex-start;
}

.hero__cta--primary {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--white);
  background: var(--primary-red);
  padding: 1rem 2.25rem;
  border-radius: 0px;
  border: 1.5px solid var(--primary-red);
  box-shadow: 0 8px 24px rgba(13, 92, 185, 0.4);
  transition: all var(--transition-fast);
  text-decoration: none;
  font-family: var(--font-family);
}

.hero__cta--primary:hover {
  background: var(--primary-red-hover);
  border-color: var(--primary-red-hover);
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(13, 92, 185, 0.6);
}

.hero__cta--secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  background: rgba(0, 0, 0, 0.45);
  color: #FFFFFF;
  border: 1.5px solid #FFFFFF;
  backdrop-filter: blur(8px);
  padding: 1rem 2.25rem;
  border-radius: 0px;
  font-weight: 700;
  font-size: 1.15rem;
  transition: all var(--transition-fast);
  text-decoration: none;
  font-family: var(--font-family);
}

.hero__cta--secondary:hover {
  background: #FFFFFF;
  color: #0F172A;
  border-color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(255, 255, 255, 0.3);
}

.hero__cta--primary svg {
  width: 18px;
  height: 18px;
  transition: transform var(--transition-fast);
}

.hero__cta--primary:hover svg {
  transform: translateX(4px);
}

.hero__social-proof {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.avatar-stack { display: flex; align-items: center; }
.avatar-circle {
  width: 34px; height: 34px; border-radius: 50%; border: 2px solid #ffffff;
  display: flex; align-items: center; justify-content: center; font-size: 0.725rem;
  font-weight: 900; margin-left: -10px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.avatar-circle:first-child { margin-left: 0; }
.social-proof-text { font-size: 0.825rem; font-weight: 700; color: rgba(255, 255, 255, 0.9); }

.hero__cards-overlay { position: relative; z-index: 10; width: 100%; margin-top: 1.5rem; }
.hero__bento-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }

.hero__bento-card {
  background: rgba(255, 255, 255, 0.08); border: 1.5px solid rgba(255, 255, 255, 0.35);
  border-radius: 12px; padding: 1.15rem 1.5rem; backdrop-filter: blur(16px);
  cursor: pointer; position: relative; transition: all 300ms cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden; color: var(--white);
}

.bento-badge { font-size: 0.675rem; font-weight: 900; color: rgba(255, 255, 255, 0.85); letter-spacing: 1px; text-transform: uppercase; margin-bottom: 0.25rem; }
.bento-title { font-size: 1.05rem; font-weight: 800; color: var(--white); line-height: 1.3; }

.hero__bento-card.is-active {
  background: var(--primary-red) !important; border-color: var(--primary-red) !important;
  transform: translateY(-4px); box-shadow: 0 16px 36px rgba(13, 92, 185, 0.45);
}
.hero__bento-card.is-active .bento-badge { color: #ffffff; opacity: 0.9; }
.hero__bento-card:hover:not(.is-active) { background: rgba(255, 255, 255, 0.16); border-color: rgba(255, 255, 255, 0.6); transform: translateY(-3px); }

/* ==========================================================================
   3. CLEAN STATIC "AS SEEN ON..." PRESS LOGO SECTION (OFFICIAL IMAGE LOGOS)
   ========================================================================== */

.as-seen-on-static {
  padding: 2.75rem 0 3rem 0;
  background: #FFFFFF;
  border-bottom: 1px solid var(--border-light);
  position: relative;
  z-index: 20;
}

.as-seen-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 2.25rem;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.as-seen-line {
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg, transparent, #CBD5E1, transparent);
}

.as-seen-eyebrow {
  font-family: var(--font-family);
  font-size: 0.85rem;
  font-weight: 800;
  color: #64748B;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  white-space: nowrap;
}

.as-seen-marquee-mask {
  width: 100%;
  overflow: hidden;
  position: relative;
  mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
  padding: 0.5rem 0;
}

.as-seen-marquee-track {
  display: flex;
  align-items: center;
  gap: 3.5rem;
  width: max-content;
  animation: asSeenMarquee 26s linear infinite;
}

.as-seen-marquee-track:hover {
  animation-play-state: paused;
}

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

.press-logo-wrapper {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  cursor: pointer;
  user-select: none;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.press-logo-img {
  max-height: 42px;
  max-width: 175px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(100%) contrast(130%); /* Clean monochrome black/dark charcoal tint */
  opacity: 0.75;
  transition: filter 300ms cubic-bezier(0.16, 1, 0.3, 1), opacity 300ms cubic-bezier(0.16, 1, 0.3, 1), transform 300ms cubic-bezier(0.16, 1, 0.3, 1);
  mix-blend-mode: multiply; /* Blends transparently on white background */
}

.press-logo-wrapper:hover .press-logo-img {
  filter: grayscale(0%) contrast(100%) !important; /* Full vivid natural logo colors on hover */
  opacity: 1 !important;
  transform: scale(1.08);
}

/* ==========================================================================
   4. FACTS AND FIGURES — LIGHT CANVAS ONLY (NO THEME SWITCHING)
   ========================================================================== */

.facts-figures-canvas {
  position: relative;
  width: 100%;
  min-height: 480px;
  padding: 2.5rem 0 3rem 0;
  background: #F8FAFC !important;
  color: #0F172A !important;
  border-top: 1px solid #E2E8F0;
  border-bottom: 1px solid #E2E8F0;
  overflow: hidden;
}

.map-canvas-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: radial-gradient(circle at 70% 50%, rgba(13, 92, 185, 0.06) 0%, transparent 60%);
  pointer-events: none;
}

.map-grid-overlay {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(to right, rgba(15, 23, 42, 0.04) 1px, transparent 1px), linear-gradient(to bottom, rgba(15, 23, 42, 0.04) 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
}

.canvas-eyebrow { color: #50a9dd !important; }
.canvas-title { color: #0F172A !important; }
.theme-toggle-btn { display: none !important; }

.hud-panel {
  background: rgba(255, 255, 255, 0.96) !important;
  border: 1px solid #CBD5E1 !important;
  color: #0F172A !important;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12) !important;
}

.hud-market-title { color: #0F172A !important; }
.hud-market-desc { color: #475569 !important; }
.hud-stat-box { background: #F1F5F9 !important; border: 1px solid #E2E8F0 !important; }
.map-region-path { fill: #94A3B8 !important; stroke: #FFFFFF !important; stroke-width: 0.8px !important; }
.map-badge { background: #FFFFFF !important; color: #0F172A !important; border: 1px solid #CBD5E1 !important; }

.map-canvas-bg { position: absolute; inset: 0; z-index: 0; background: radial-gradient(circle at 70% 50%, rgba(13, 92, 185, 0.15) 0%, transparent 60%); pointer-events: none; }
.map-grid-overlay { position: absolute; inset: 0; background-image: linear-gradient(to right, rgba(255, 255, 255, 0.04) 1px, transparent 1px), linear-gradient(to bottom, rgba(255, 255, 255, 0.04) 1px, transparent 1px); background-size: 32px 32px; pointer-events: none; }
.facts-fullscreen-wrapper { position: relative; z-index: 2; width: 100%; padding: 0 2.5rem; }
.canvas-header-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 1.5rem;
  position: relative;
}

.canvas-eyebrow {
  font-size: 0.8rem;
  font-weight: 800;
  color: #50a9dd;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  margin-bottom: 0.35rem;
  display: block;
}

.canvas-title {
  font-size: clamp(1.85rem, 3.5vw, 2.5rem);
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}

.theme-toggle-btn {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-flex; align-items: center; gap: 0.5rem; background: rgba(255, 255, 255, 0.1); color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.2); padding: 6px 16px; border-radius: var(--radius-full); font-weight: 800; font-size: 0.775rem;
  backdrop-filter: blur(10px); transition: all 300ms cubic-bezier(0.16, 1, 0.3, 1); cursor: pointer;
}

.hud-panel {
  position: absolute; top: 75px; left: 2.5rem; width: 380px; z-index: 20; background: rgba(255, 255, 255, 0.96);
  border: 1px solid #CBD5E1; border-radius: 20px; box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
  backdrop-filter: blur(24px); overflow: hidden; transition: all 350ms cubic-bezier(0.16, 1, 0.3, 1);
}
.hud-progress-bar { width: 100%; height: 4px; background: rgba(0, 0, 0, 0.08); overflow: hidden; }
.hud-progress-fill { height: 100%; width: 0%; background: linear-gradient(90deg, #0d5cb9, #0045a1); transition: width 100ms linear; }
.hud-content { padding: 1.5rem 1.5rem; }
.hud-header-badge { display: inline-flex; align-items: center; gap: 0.4rem; font-size: 0.7rem; font-weight: 800; color: #0d5cb9; background: rgba(13, 92, 185, 0.08); border: 1px solid rgba(13, 92, 185, 0.2); padding: 4px 12px; border-radius: 9999px; letter-spacing: 0.5px; margin-bottom: 0.75rem; }
.live-pulse-dot { width: 7px; height: 7px; border-radius: 50%; background: #22c55e; box-shadow: 0 0 8px #22c55e; animation: pulse 1.5s infinite; }
.hud-market-title { font-size: 1.85rem; font-weight: 900; margin-bottom: 0.5rem; line-height: 1.15; color: #0F172A; }
.hud-market-desc { font-size: 0.85rem; line-height: 1.45; margin-bottom: 1rem; min-height: 52px; color: #475569; }
.hud-stat-box { background: #F1F5F9; border: 1px solid #E2E8F0; border-radius: 12px; padding: 0.65rem 1rem; margin-bottom: 1rem; }
.hud-stat-num { font-size: 1.85rem; font-weight: 900; color: #0d5cb9; text-shadow: 0 0 10px rgba(13, 92, 185, 0.2); line-height: 1; margin-bottom: 2px; }
.hud-stat-label { font-size: 0.675rem; font-weight: 800; letter-spacing: 0.5px; text-transform: uppercase; color: #64748B; }
.hud-region-switcher { display: flex; flex-wrap: wrap; gap: 5px; }

.hud-chip {
  padding: 5px 10px; font-size: 0.675rem; font-weight: 700; border-radius: 9999px; background: #F1F5F9;
  color: #475569; border: 1px solid #CBD5E1; transition: all 200ms ease; cursor: pointer;
}
.hud-chip.is-active, .hud-chip:hover { background: #0d5cb9; color: #FFFFFF; border-color: #0d5cb9; }

.canvas-map-wrapper { 
  position: relative; 
  width: 100%; 
  min-height: 480px; 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  padding-left: 200px;
  max-width: 1440px;
  margin: 0 auto;
}
.inline-world-map { 
  width: 100%; 
  max-width: 100%; 
  height: auto; 
  min-height: 420px; 
  overflow: visible; 
  display: block; 
}
.map-region-path { fill: #CBD5E1 !important; stroke: #FFFFFF !important; stroke-width: 0.8px !important; cursor: pointer; transition: all 350ms cubic-bezier(0.16, 1, 0.3, 1); }
g[data-region]:hover .map-region-path, g[data-region].is-active .map-region-path, .map-region-path:hover, .map-region-path.is-active { fill: #0d5cb9 !important; filter: drop-shadow(0 0 15px rgba(13, 92, 185, 0.65)) !important; stroke: #ffffff !important; stroke-width: 1.2px !important; }

.map-badge {
  position: absolute; background: rgba(255, 255, 255, 0.96); color: #0F172A; font-weight: 800; font-size: 0.725rem;
  padding: 6px 12px; border-radius: 9999px; box-shadow: 0 8px 24px rgba(15, 23, 42, 0.15); border: 1.5px solid rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px); white-space: nowrap; z-index: 10; text-transform: uppercase; letter-spacing: 0.5px; cursor: pointer; transition: all 300ms cubic-bezier(0.16, 1, 0.3, 1);
}
.map-badge:hover, .map-badge.is-active { background: #0d5cb9 !important; color: #FFFFFF !important; border-color: #0d5cb9 !important; transform: scale(1.1) translateY(-3px) !important; box-shadow: 0 10px 28px rgba(13, 92, 185, 0.45); }
.map-badge--northamerica { top: 26%; left: 24%; }
.map-badge--europe { top: 12%; left: 49%; color: #0d5cb9 !important; font-weight: 900; }
.map-badge--germany { top: 28%; left: 51%; }
.map-badge--asia { top: 32%; left: 74%; }
.map-badge--latam { top: 68%; left: 32%; }
.map-badge--africa { top: 56%; left: 52%; }

/* ==========================================================================
   5. BRAND-ALIGNED HIGH-IMPACT ARCHED GALLERY SHOWCASE (BOOKFAIR HIGHLIGHTS)
   ========================================================================== */

.book-fair-highlights-arched {
  padding: 6rem 0 4.5rem 0;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  color: var(--text-primary);
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
}

.arched-section-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 2.75rem auto;
}

.arched-eyebrow {
  font-size: 0.825rem;
  font-weight: 800;
  color: #50a9dd;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  display: block;
}

.arched-title {
  font-size: clamp(2.35rem, 4vw, 3.25rem);
  font-weight: 900;
  color: var(--text-primary);
  line-height: 1.15;
  margin-bottom: 1rem;
}

.arched-title::after {
  content: '';
  display: block;
  width: 64px;
  height: 4px;
  background: var(--primary-red);
  border-radius: var(--radius-full);
  margin: 0.75rem auto 0 auto;
}

.arched-desc {
  font-size: 1.05rem;
  color: var(--text-secondary);
  line-height: 1.65;
}

/* Segmented Toggle Capsule Tabs */
.arched-tabs-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 3.5rem;
}

.arched-tab-capsule {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--white);
  border: 1.5px solid var(--border-light);
  border-radius: 9999px;
  padding: 6px;
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.06);
}

.arched-tab-btn {
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 1px;
  color: var(--text-secondary);
  padding: 11px 26px;
  border-radius: 9999px;
  transition: all 300ms cubic-bezier(0.16, 1, 0.3, 1);
  white-space: nowrap;
  background: transparent;
  border: 1px solid transparent;
}

.arched-tab-btn.is-active {
  background: var(--primary-red);
  color: var(--white);
  font-weight: 900;
  box-shadow: 0 6px 22px rgba(13, 92, 185, 0.45);
}

.arched-tab-btn:hover:not(.is-active) {
  color: var(--primary-red);
  background: #fef2f2;
}

/* Spacious Responsive Arched Gallery Grid (290px+ Card Min-Width) */
.arched-gallery-container {
  display: none;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 400ms cubic-bezier(0.16, 1, 0.3, 1), transform 400ms cubic-bezier(0.16, 1, 0.3, 1);
}

.arched-gallery-container.is-active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.arched-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.75rem;
}

/* Spacious High-Impact Card Container */
.arched-card {
  background: var(--white);
  border: 1.5px solid var(--border-light);
  border-radius: 16px;
  padding: 0.85rem;
  display: flex;
  flex-direction: column;
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.08);
  transition: all 350ms cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  min-width: 0;
  width: 100%;
  box-sizing: border-box;
}

.arched-card:hover {
  transform: translateY(-8px) scale(1.015);
  border-color: var(--primary-red);
  box-shadow: 0 24px 50px rgba(13, 92, 185, 0.22);
}

/* Full-Bleed Square/Rectangular Top Image Frame */
.arched-image-frame {
  position: relative;
  width: 100%;
  height: 300px;
  border-radius: 12px;
  border: 1.5px solid rgba(13, 92, 185, 0.2);
  overflow: hidden;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.15);
  transition: border-color 300ms ease;
}

.arched-card:hover .arched-image-frame {
  border-color: var(--primary-red);
}

.arched-image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(0.16, 1, 0.3, 1);
}

.arched-card:hover .arched-image-frame img {
  transform: scale(1.08);
}

.arched-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(15, 23, 42, 0.35) 0%, transparent 45%, rgba(15, 23, 42, 0.88) 100%);
}

/* Top Floating Location Flag Badge (CENTERED AT ARCH PEAK TO PREVENT CLIPPING) */
.arched-card__top-tag {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  background: rgba(15, 23, 42, 0.88);
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  padding: 6px 16px;
  border-radius: 9999px;
  color: var(--white);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  backdrop-filter: blur(14px);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.45);
  white-space: nowrap;
  max-width: calc(100% - 48px);
}

.location-flag {
  font-size: 0.9rem;
  flex-shrink: 0;
}

.location-country {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Bottom Date Capsule (ROOMY & WELL-BALANCED) */
.arched-date-capsule-bottom {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 24px);
  background: rgba(15, 23, 42, 0.94);
  border: 1.5px solid var(--primary-red);
  border-radius: 16px;
  padding: 8px 14px;
  backdrop-filter: blur(16px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
  z-index: 10;
  transition: transform 300ms ease, border-color 300ms ease;
}

.arched-card:hover .arched-date-capsule-bottom {
  border-color: #ff4d6d;
  transform: translateX(-50%) translateY(-2px);
}

.date-month-badge {
  background: var(--primary-red);
  color: var(--white);
  font-size: 0.7rem;
  font-weight: 900;
  padding: 4px 10px;
  border-radius: 6px;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: 0 2px 8px rgba(13, 92, 185, 0.5);
  flex-shrink: 0;
}

.date-days-text {
  font-size: 1.1rem;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: 0.5px;
}

.date-year-text {
  font-size: 0.75rem;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.8);
  flex-shrink: 0;
}

/* Card Body & Action Footer (ZERO OVERFLOW & HIGH READABILITY) */
.arched-card__body {
  padding: 1.35rem 0.75rem 0.65rem 0.75rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
}

.arched-card__event-title {
  font-size: 1.05rem;
  font-weight: 900;
  color: var(--text-primary);
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 1.25rem;
}

.arched-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  width: 100%;
  flex-wrap: nowrap;
}

.arched-status-pill {
  font-size: 0.675rem;
  font-weight: 800;
  color: var(--primary-red);
  background: #fef2f2;
  border: 1.5px solid rgba(13, 92, 185, 0.25);
  padding: 6px 11px;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
  flex-shrink: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.arched-status-pill--gold {
  color: #d97706;
  background: #fffbe6;
  border-color: rgba(245, 158, 11, 0.35);
}

.live-dot-red {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--primary-red);
  box-shadow: 0 0 6px var(--primary-red);
  flex-shrink: 0;
}

.live-dot-gold {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d97706;
  box-shadow: 0 0 6px #d97706;
  flex-shrink: 0;
}

.arched-card__action-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: var(--primary-red);
  color: var(--white);
  font-size: 0.775rem;
  font-weight: 800;
  padding: 7px 15px;
  border-radius: 9999px;
  box-shadow: 0 4px 14px rgba(13, 92, 185, 0.35);
  transition: all 200ms ease;
  white-space: nowrap;
  flex-shrink: 0;
}

.arched-card__action-btn:hover {
  background: var(--primary-red-hover);
  transform: translateX(2px);
  box-shadow: 0 6px 18px rgba(13, 92, 185, 0.55);
}

.arched-card__action-btn svg {
  width: 14px;
  height: 14px;
  transition: transform 200ms ease;
}

.arched-card__action-btn:hover svg {
  transform: translateX(3px);
}

/* Centered Bottom CTA Button */
.arched-bottom-cta {
  display: flex;
  justify-content: center;
  margin-top: 2.75rem;
  margin-bottom: 0;
  position: relative;
  z-index: 5;
}

.arched-red-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: linear-gradient(135deg, #0d5cb9 0%, #50a9dd 100%);
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 800;
  padding: 0.95rem 2.5rem;
  border-radius: 9999px;
  box-shadow: 0 8px 25px rgba(13, 92, 185, 0.4);
  transition: all 300ms cubic-bezier(0.16, 1, 0.3, 1);
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
}

.arched-red-cta-btn:hover {
  background: linear-gradient(135deg, #0045a1 0%, #0d5cb9 100%);
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 12px 32px rgba(13, 92, 185, 0.55);
}

.arched-red-cta-btn svg {
  width: 18px;
  height: 18px;
  transition: transform 200ms ease;
}

.arched-red-cta-btn:hover svg {
  transform: translateX(5px);
}

/* ==========================================================================
   6. FEATURED BOOKS — DARK LUXURY 3D GALLERY BACKDROP (#0F060A to #1D0A14)
   ========================================================================== */

.featured-books {
  padding: 6.5rem 0;
  background: radial-gradient(circle at 50% 20%, #220815 0%, #0F060A 70%, #080306 100%);
  color: var(--white);
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(80, 169, 221, 0.2);
  border-bottom: 1px solid rgba(80, 169, 221, 0.2);
}

.featured-books__ambient-glow {
  position: absolute;
  top: -150px;
  left: 50%;
  transform: translateX(-50%);
  width: 900px;
  height: 500px;
  background: radial-gradient(circle, rgba(13, 92, 185, 0.22) 0%, rgba(80, 169, 221, 0.08) 45%, transparent 70%);
  filter: blur(60px);
  pointer-events: none;
  z-index: 0;
}

.books-grid-3d {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.25rem;
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.book-card-3d {
  background: transparent;
  border-radius: 28px;
  transition: all 400ms cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  perspective: 1200px;
}

.book-card-3d__glass-wrapper {
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(20px);
  border: 1.5px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  padding: 2.25rem 1.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
  transition: all 400ms cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}

.book-card-3d:hover .book-card-3d__glass-wrapper {
  border-color: rgba(80, 169, 221, 0.5);
  box-shadow: 0 30px 65px rgba(13, 92, 185, 0.28);
  transform: translateY(-8px);
}

.book-card-3d__pill {
  display: inline-block;
  font-size: 0.725rem;
  font-weight: 800;
  color: #50a9dd;
  background: rgba(80, 169, 221, 0.14);
  border: 1px solid rgba(80, 169, 221, 0.3);
  padding: 5px 14px;
  border-radius: 9999px;
  margin-bottom: 1.5rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.book-3d-viewport {
  perspective: 1200px;
  width: 220px;
  height: 320px;
  position: relative;
  margin-bottom: 1.5rem;
}

.book-3d-object {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transform: rotateY(-18deg) rotateX(4deg);
  transition: transform 600ms cubic-bezier(0.16, 1, 0.3, 1);
}

.book-card-3d:hover .book-3d-object {
  transform: rotateY(-8deg) rotateX(2deg) translateY(-8px);
}

.book-3d-object.is-flipped {
  transform: rotateY(180deg) rotateX(0deg) !important;
}

.book-3d-face {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 6px;
  box-shadow: -14px 16px 32px rgba(0, 0, 0, 0.5), 2px 2px 10px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.book-3d-front {
  z-index: 2;
  transform: rotateY(0deg);
}

.book-3d-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.book-3d-back {
  transform: rotateY(180deg);
  background: linear-gradient(135deg, #1f0b14 0%, #0d0408 100%);
  color: #ffffff;
  padding: 1.5rem 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1.5px solid rgba(80, 169, 221, 0.4);
  text-align: left;
}

.back-quote-tag {
  font-size: 0.65rem;
  font-weight: 900;
  color: var(--accent-gold);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0.35rem;
  display: block;
}

.back-cover-inner h4 {
  font-size: 0.95rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.back-cover-inner p {
  font-size: 0.775rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.5;
  margin-bottom: 0.75rem;
}

.reviewer-quote-sm {
  font-size: 0.725rem;
  font-style: italic;
  color: var(--accent-gold-light);
  border-left: 2px solid var(--accent-gold);
  padding-left: 8px;
  margin-bottom: 0.75rem;
}

.isbn-barcode {
  font-family: 'Courier New', monospace;
  font-weight: 900;
  font-size: 0.85rem;
  letter-spacing: 2px;
  background: #ffffff;
  color: #000000;
  padding: 4px 8px;
  border-radius: 4px;
  text-align: center;
}

.book-3d-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 100%;
  transform-origin: right center;
  transform: rotateY(90deg);
  background: repeating-linear-gradient(90deg, #f8fafc 0px, #cbd5e1 1px, #ffffff 2px);
  border-radius: 0 2px 2px 0;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
}

.book-3d-spine {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 100%;
  transform-origin: left center;
  transform: rotateY(-90deg);
  background: #1e030e;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 1px;
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.5);
}

.flip-toggle-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 7px 16px;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  margin-bottom: 1.5rem;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
  transition: all 250ms ease;
  backdrop-filter: blur(10px);
}

.flip-toggle-btn:hover {
  background: var(--primary-red);
  color: var(--white);
  border-color: var(--primary-red);
  transform: scale(1.06);
  box-shadow: 0 6px 18px rgba(13, 92, 185, 0.5);
}

.flip-toggle-btn svg {
  width: 14px;
  height: 14px;
}

.book-card-3d__details {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  flex: 1;
  justify-content: space-between;
}

.book-card-3d__title {
  font-size: 1.125rem;
  font-weight: 900;
  color: var(--white);
  line-height: 1.35;
  margin-bottom: 0.5rem;
  min-height: 48px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
}

.book-card-3d__author {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
  font-style: italic;
  margin-bottom: 1.5rem;
}

.book-card-3d__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  max-width: 220px;
  padding: 0.8rem 1.75rem;
  border-radius: 9999px;
  background: linear-gradient(135deg, #0d5cb9 0%, #50a9dd 100%);
  color: var(--white);
  font-weight: 800;
  font-size: 0.875rem;
  border: none;
  transition: all 300ms cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 8px 24px rgba(13, 92, 185, 0.45);
  cursor: pointer;
}

.book-card-3d:hover .book-card-3d__btn,
.book-card-3d__btn:hover {
  background: linear-gradient(135deg, #0045a1 0%, #0d5cb9 100%);
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(13, 92, 185, 0.65);
}

.book-card-3d__btn svg {
  width: 16px;
  height: 16px;
  transition: transform 200ms ease;
}

.book-card-3d__btn:hover svg {
  transform: translateX(4px);
}

/* ==========================================================================
   7. EDITORIAL REVIEWS SECTION — WARM LUXURY PARCHMENT 3D STACKED DECK (#FAF6F0)
   ========================================================================== */

.recent-reviews-section {
  padding: 6.5rem 0 7rem 0;
  background: linear-gradient(180deg, #FAF6F0 0%, #F6F0EA 100%);
  color: #1C1917;
  position: relative;
  overflow: hidden;
  border-bottom: 1.5px solid #E8DFC8;
}

.reviews-quote-watermark {
  position: absolute;
  top: 20px;
  right: 6%;
  font-family: Georgia, serif;
  font-size: 24rem;
  line-height: 1;
  color: #580F23;
  opacity: 0.04;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

.reviews-deck-wrapper {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.deck-arrow-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #ffffff;
  color: #580F23;
  border: 1.5px solid #E8DFC8;
  box-shadow: 0 10px 30px rgba(88, 15, 35, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 40;
  cursor: pointer;
  flex-shrink: 0;
}

.deck-arrow-btn:hover {
  background: #580F23;
  color: #D4AF37;
  border-color: #580F23;
  transform: scale(1.1);
  box-shadow: 0 14px 36px rgba(88, 15, 35, 0.3);
}

.deck-arrow-btn svg {
  width: 22px;
  height: 22px;
}

.deck-arrow-btn--prev {
  margin-right: -24px;
}

.deck-arrow-btn--next {
  margin-left: -24px;
}

/* 3D Deck Container */
.reviews-deck-container {
  position: relative;
  width: 100%;
  max-width: 960px;
  height: 460px;
  perspective: 1200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Individual 3D Deck Card */
.deck-card {
  position: absolute;
  width: 100%;
  max-width: 900px;
  transition: all 600ms cubic-bezier(0.16, 1, 0.3, 1);
  transform-style: preserve-3d;
}

/* Center Active Card */
.deck-card--center {
  transform: scale(1) translateX(0) rotate(0deg);
  opacity: 1;
  z-index: 30;
  pointer-events: auto;
}

/* Right (Next) Card */
.deck-card--right {
  transform: scale(0.88) translateX(140px) rotate(4deg);
  opacity: 0.55;
  z-index: 10;
  pointer-events: auto;
  cursor: pointer;
}

/* Left (Prev) Card */
.deck-card--left {
  transform: scale(0.88) translateX(-140px) rotate(-4deg);
  opacity: 0.55;
  z-index: 10;
  pointer-events: auto;
  cursor: pointer;
}

/* Hidden Stack Cards */
.deck-card--hidden {
  transform: scale(0.75) translateY(40px);
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}

/* Card Inner Premium Paper Structure */
.deck-card__inner {
  background: #FFFBF5;
  border: 1.5px solid #E8DFC8;
  border-radius: 32px;
  padding: 2.25rem 2.5rem;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 2.5rem;
  align-items: center;
  box-shadow: 0 25px 60px rgba(88, 15, 35, 0.15);
}

.deck-card--center .deck-card__inner {
  box-shadow: 0 30px 70px rgba(88, 15, 35, 0.22);
  border-color: #D4AF37;
}

/* Left Standing Book Cover */
.deck-book-cover {
  position: relative;
  width: 100%;
  height: 340px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: -14px 16px 32px rgba(88, 15, 35, 0.25);
  transition: transform 300ms ease;
}

.deck-card:hover .deck-book-cover {
  transform: scale(1.02);
}

.deck-book-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.deck-cover-hover-btn {
  position: absolute;
  inset: 0;
  background: rgba(88, 15, 35, 0.88);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  opacity: 0;
  transition: opacity 300ms ease;
  backdrop-filter: blur(4px);
  text-decoration: none;
}

.deck-book-cover:hover .deck-cover-hover-btn {
  opacity: 1;
}

/* Right Side Critique Details */
.deck-critic-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #FDF6E2;
  color: #8B6B1B;
  border: 1.5px solid #E5D298;
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 9999px;
  margin-bottom: 0.75rem;
}

.badge-star {
  color: #D4AF37;
  font-size: 0.85rem;
}

.deck-book-title {
  font-family: Georgia, serif;
  font-size: clamp(1.5rem, 2.5vw, 1.95rem);
  font-weight: 900;
  color: #2B0812;
  line-height: 1.2;
  margin-bottom: 0.25rem;
}

.deck-book-author {
  font-size: 0.9rem;
  color: #78350f;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 0.75rem;
}

.deck-stars-row {
  color: #D4AF37;
  font-size: 1.25rem;
  letter-spacing: 3px;
  margin-bottom: 1rem;
}

.deck-pull-quote {
  font-family: Georgia, serif;
  font-size: 1.05rem;
  color: #374151;
  font-style: italic;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  border-left: 3px solid #D4AF37;
  padding-left: 1.25rem;
}

.deck-footer {
  border-top: 1.5px solid #E8DFC8;
  padding-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.deck-critic-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.critic-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #580F23;
  color: #D4AF37;
  font-size: 0.85rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #D4AF37;
}

.critic-name {
  display: block;
  font-weight: 800;
  color: #2B0812;
  font-size: 0.95rem;
}

.critic-publication {
  display: block;
  font-size: 0.775rem;
  color: #78350f;
  font-weight: 600;
}

.deck-date-tag {
  font-size: 0.8rem;
  font-weight: 700;
  color: #78350f;
  background: #FDF6E2;
  padding: 4px 12px;
  border-radius: 9999px;
  border: 1px solid #E5D298;
}

/* Custom Deck Navigation Dots */
.deck-pill-indicators {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 3rem;
  position: relative;
  z-index: 10;
}

.deck-pill-dot {
  height: 10px;
  width: 10px;
  border-radius: 9999px;
  background: #d6d3d1;
  transition: all 300ms cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
}

.deck-pill-dot.is-active {
  width: 34px;
  background: #580F23;
  box-shadow: 0 4px 12px rgba(88, 15, 35, 0.4);
}
.carousel-dot.is-active { background: var(--primary-red); transform: scale(1.3); }

/* ==========================================================================
   8. VIBRANT SINGLE-FEATURED YOUTUBE VIDEO STAGE — PLUM-TO-ROSE MESH GRADIENT
   ========================================================================== */

.previous-highlights {
  padding: 6.5rem 0 7rem 0;
  background: linear-gradient(135deg, #2E0B25 0%, #52133B 50%, #22051B 100%);
  color: var(--white);
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.yt-mesh-glow-sphere {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.yt-mesh-glow-sphere--gold {
  top: -60px;
  left: 12%;
  width: 380px;
  height: 380px;
  background: rgba(251, 191, 36, 0.2);
  filter: blur(90px);
}

.yt-mesh-glow-sphere--rose {
  bottom: -80px;
  right: 12%;
  width: 420px;
  height: 420px;
  background: rgba(80, 169, 221, 0.3);
  filter: blur(100px);
}

.yt-floating-pills-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
  position: relative;
  z-index: 2;
}

.yt-corner-pill {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  padding: 8px 20px;
  border-radius: 9999px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.yt-corner-pill--white {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
  color: #ffffff;
  border: 1.5px solid rgba(255, 255, 255, 0.22);
}

.yt-corner-pill--gold {
  background: rgba(251, 191, 36, 0.15);
  backdrop-filter: blur(16px);
  color: #fbbf24;
  border: 1.5px solid rgba(251, 191, 36, 0.4);
}

/* Glass Cockpit Bezel Wrapper (Max-Width 920px) */
.yt-stage-cockpit-bezel {
  max-width: 920px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(28px);
  border: 1.5px solid rgba(255, 255, 255, 0.22);
  border-radius: 36px;
  padding: 1.25rem;
  box-shadow: 0 30px 75px rgba(0, 0, 0, 0.55);
  position: relative;
  z-index: 2;
}

.yt-video-embed-box {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 24px;
  overflow: hidden;
  background: #140411;
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.6);
}

.yt-cover-card {
  position: absolute;
  inset: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.yt-cover-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(0.16, 1, 0.3, 1);
}

.yt-cover-card:hover .yt-cover-img {
  transform: scale(1.05);
}

.yt-cover-scrim {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(0, 0, 0, 0.35) 0%, rgba(34, 5, 27, 0.85) 100%);
}

.yt-red-play-btn {
  position: relative;
  z-index: 12;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: #FF0000;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  box-shadow: 0 14px 40px rgba(255, 0, 0, 0.65);
  transition: transform 300ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 300ms ease;
  cursor: pointer;
}

.yt-cover-card:hover .yt-red-play-btn {
  transform: scale(1.14);
  box-shadow: 0 20px 50px rgba(255, 0, 0, 0.85);
}

.yt-red-play-btn svg {
  width: 36px;
  height: 36px;
  margin-left: 4px;
}

.yt-cover-title-badge {
  position: absolute;
  bottom: 20px;
  z-index: 12;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-size: 0.725rem;
  font-weight: 800;
  letter-spacing: 1.5px;
  padding: 6px 18px;
  border-radius: 9999px;
}

.yt-iframe-hidden {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: none;
}

.yt-iframe-active {
  display: block !important;
  z-index: 20;
}

/* Interactive Timestamps Bar */
.yt-timestamps-bar {
  max-width: 920px;
  margin: 2rem auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  position: relative;
  z-index: 2;
}

.yt-timestamp-title {
  font-size: 0.75rem;
  font-weight: 900;
  color: #fbbf24;
  letter-spacing: 1.5px;
  margin-right: 4px;
}

.yt-timestamp-pill {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
  color: rgba(255, 255, 255, 0.9);
  border: 1.5px solid rgba(255, 255, 255, 0.18);
  font-size: 0.8rem;
  font-weight: 700;
  padding: 8px 18px;
  border-radius: 9999px;
  transition: all 250ms ease;
  cursor: pointer;
}

.yt-timestamp-pill:hover,
.yt-timestamp-pill.is-active {
  background: linear-gradient(135deg, #0d5cb9 0%, #50a9dd 100%);
  color: #ffffff;
  border-color: #50a9dd;
  box-shadow: 0 6px 20px rgba(13, 92, 185, 0.45);
  transform: translateY(-2px);
}

/* Watch on YouTube CTA */
.yt-cta-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  position: relative;
  z-index: 2;
}

.yt-watch-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
  color: #ffffff;
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  border-radius: 9999px;
  padding: 12px 28px;
  font-size: 0.875rem;
  font-weight: 800;
  text-decoration: none;
  transition: all 300ms cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.yt-watch-cta-btn:hover {
  background: rgba(255, 255, 255, 0.22);
  border-color: #ffffff;
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
}

/* ==========================================================================
   9. REAL-TIME IMPACT COMMAND CENTER — DARK GLASSMETRICS DASHBOARD
   ========================================================================== */

/* ==========================================================================
   9. HIGH-CONTRAST ACCESSIBLE IMPACT STATS & REAL-TIME FEED (AGES 45-85+)
   ========================================================================== */

.accessible-stats-section {
  padding: 6.5rem 0 7rem 0;
  background: #FAF8F5;
  color: #1C1917;
  position: relative;
  overflow: hidden;
  border-top: 1.5px solid #E7E5E4;
  border-bottom: 1.5px solid #E7E5E4;
}

.accessible-section-header {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 3.5rem auto;
}

.accessible-eyebrow {
  font-size: 0.875rem;
  font-weight: 800;
  color: #8C1532;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  display: block;
}

.accessible-title {
  font-size: clamp(2.35rem, 4.5vw, 3.25rem);
  font-weight: 900;
  color: #1C1917;
  line-height: 1.15;
  margin-bottom: 1rem;
}

.accessible-sub {
  font-size: 1.15rem;
  font-weight: 600;
  color: #44403C;
  line-height: 1.6;
}

/* 4 Large Crisp White Stat Cards (2x2 Grid) */
.accessible-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.25rem;
  max-width: 1240px;
  margin: 0 auto 3.5rem auto;
}

@media (max-width: 768px) {
  .accessible-stats-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.accessible-stat-card {
  background: #FFFFFF;
  border: 1.5px solid #E7E5E4;
  border-radius: 28px;
  padding: 2.5rem 2.25rem;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.05);
  transition: all 300ms cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.accessible-stat-card:hover {
  transform: translateY(-6px);
  border-color: #8C1532;
  box-shadow: 0 24px 50px rgba(140, 21, 50, 0.12);
}

.stat-card-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}

.stat-big-icon {
  font-size: 2.75rem;
}

.stat-simple-badge {
  font-size: 0.875rem;
  font-weight: 800;
  padding: 6px 16px;
  border-radius: 9999px;
  letter-spacing: 0.2px;
}

.stat-badge-rose {
  background: #FFF1F2;
  color: #0045a1;
  border: 1px solid #FECDD3;
}

.stat-badge-amber {
  background: #FEF3C7;
  color: #B45309;
  border: 1px solid #FDE68A;
}

.stat-big-number {
  font-size: clamp(3.25rem, 5vw, 4.25rem);
  font-weight: 900;
  line-height: 1;
  margin-bottom: 0.75rem;
  letter-spacing: -1px;
}

.text-rose {
  color: #0045a1;
}

.text-amber {
  color: #D97706;
}

.stat-big-label {
  font-size: 1.2rem;
  font-weight: 800;
  color: #1C1917;
  line-height: 1.3;
}

/* Humanized Activity Ticker Banner */
.accessible-live-banner {
  background: #8C1532;
  color: #FFFFFF;
  border-radius: 24px;
  padding: 1.75rem 2.25rem;
  box-shadow: 0 16px 40px rgba(140, 21, 50, 0.25);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}

.live-banner-left {
  display: flex;
  align-items: center;
  gap: 14px;
  overflow: hidden;
  flex: 1;
}

.live-banner-pulse-icon {
  font-size: 1.2rem;
  flex-shrink: 0;
}

.live-banner-marquee {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 1.05rem;
  font-weight: 600;
  white-space: nowrap;
  animation: bannerMarquee 30s linear infinite;
}

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

.banner-sep {
  color: rgba(255, 255, 255, 0.5);
}

.live-banner-cta-btn {
  background: #FFFFFF;
  color: #8C1532;
  font-size: 1.05rem;
  font-weight: 900;
  padding: 14px 32px;
  border-radius: 9999px;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  transition: all 250ms ease;
  white-space: nowrap;
  flex-shrink: 0;
}

.live-banner-cta-btn:hover {
  background: #F5F5F4;
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25);
}

/* ==========================================================================
   10. DEDICATED BOOK DETAIL PAGE SHOWCASE (SCOPED BACK NAV BAR SVG)
   ========================================================================== */

#bookDetailPage { padding-top: calc(var(--header-height) + 1.5rem); padding-bottom: 5rem; }

.detail-top-nav-bar {
  display: flex; align-items: center; justify-content: space-between;
  background: #fef2f2; border: 1px solid rgba(13, 92, 185, 0.25);
  padding: 0.875rem 1.75rem; border-radius: var(--radius-full); margin-bottom: 2.5rem; box-shadow: var(--shadow-sm);
}

.back-to-fair-btn {
  display: inline-flex; align-items: center; gap: 0.6rem; font-size: 0.9rem; font-weight: 800;
  color: var(--primary-red); cursor: pointer; padding: 8px 18px; border-radius: 9999px;
  background: #ffffff; border: 1px solid rgba(13, 92, 185, 0.3); transition: all 200ms ease; white-space: nowrap;
}
.back-to-fair-btn:hover { background: var(--primary-red); color: var(--white); border-color: var(--primary-red); }
.back-to-fair-btn svg {
  width: 18px !important; height: 18px !important; max-width: 18px !important;
  max-height: 18px !important; flex-shrink: 0; stroke-width: 2.5px;
}

.detail-breadcrumb { font-size: 0.875rem; color: var(--text-muted); }

.detail-main-grid { display: grid; grid-template-columns: 320px 1fr; gap: 3.5rem; margin-bottom: 4rem; align-items: start; }
.detail-left-col { display: flex; flex-direction: column; align-items: center; }
.detail-3d-cover-box { width: 250px; height: 370px; border-radius: 8px; box-shadow: -15px 18px 36px rgba(0, 0, 0, 0.25), 4px 4px 12px rgba(0, 0, 0, 0.1); overflow: hidden; margin-bottom: 1.5rem; }
.detail-3d-cover-box img { width: 100%; height: 100%; object-fit: cover; }
.detail-share-box { text-align: center; }
.share-label { font-size: 0.8rem; color: var(--text-muted); display: block; margin-bottom: 0.5rem; }
.share-icons { display: flex; align-items: center; gap: 0.5rem; justify-content: center; }
.share-btn { width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--white); }
.share-btn svg { width: 14px; height: 14px; }
.share-btn--fb { background: #1877f2; }
.share-btn--x { background: #000000; }

.detail-right-col { display: flex; flex-direction: column; }
.detail-book-title { font-size: 2.25rem; font-weight: 900; color: var(--text-primary); line-height: 1.25; margin-bottom: 0.5rem; }
.detail-author-name { font-size: 1rem; color: var(--text-secondary); margin-bottom: 1rem; font-weight: 600; }
.detail-rating-row { display: flex; align-items: center; gap: 0.5rem; margin-bottom: 1.5rem; }
.detail-stars { color: #f59e0b; font-size: 1.25rem; letter-spacing: 2px; }
.detail-rating-text { font-size: 0.875rem; color: var(--text-secondary); font-weight: 700; }
.detail-summary-block { margin-bottom: 2rem; }
.detail-summary-heading { font-size: 1.1rem; font-weight: 800; color: var(--text-primary); margin-bottom: 0.5rem; }
.detail-summary-p { font-size: 0.95rem; color: var(--text-secondary); line-height: 1.7; margin-bottom: 0.5rem; }
.detail-read-more { color: var(--primary-red); font-weight: 800; font-size: 0.875rem; cursor: pointer; }

.detail-actions-row { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
.detail-buy-btn { display: inline-flex; align-items: center; gap: 0.5rem; background: var(--primary-red); color: var(--white); font-weight: 800; font-size: 0.9rem; padding: 0.75rem 2rem; border-radius: 9999px; box-shadow: 0 4px 16px rgba(13, 92, 185, 0.4); transition: all var(--transition-fast); }
.detail-buy-btn:hover { background: var(--primary-red-hover); transform: translateY(-2px); }
.detail-pill-tag, .detail-pill-pages { display: inline-block; padding: 0.65rem 1.25rem; border-radius: 9999px; border: 1.5px solid #fdba74; color: #ea580c; font-weight: 700; font-size: 0.85rem; }

.detail-reviewer-box { background: var(--white); border: 1px solid var(--border-light); border-radius: 20px; box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06); padding: 2.5rem; margin-bottom: 4rem; }
.detail-reviewer-heading { font-size: 1.75rem; font-weight: 900; text-align: center; margin-bottom: 2rem; color: var(--text-primary); }
.detail-reviewer-card { background: #ffffff; border: 1px solid #f1f5f9; border-radius: 16px; padding: 1.75rem; box-shadow: var(--shadow-sm); }
.reviewer-header { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1rem; }
.reviewer-stars { color: #f59e0b; font-size: 1.2rem; }
.reviewer-date { font-size: 0.85rem; color: var(--text-muted); font-weight: 600; }
.reviewer-comment { font-size: 0.95rem; color: var(--text-secondary); line-height: 1.7; margin-bottom: 1rem; }
.reviewer-author-by { font-size: 0.875rem; font-weight: 800; font-style: italic; color: var(--text-primary); }

.detail-trending-section { margin-bottom: 4rem; text-align: center; }
.trending-title { font-size: 2rem; font-weight: 900; color: var(--text-primary); margin-bottom: 2px; }
.trending-sub { font-size: 0.85rem; color: var(--text-muted); margin-bottom: 2.5rem; }
.trending-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }

.detail-search-banner { background: linear-gradient(135deg, #ff5722 0%, #f44336 100%); color: var(--white); padding: 2rem 3rem; border-radius: 16px; display: flex; align-items: center; justify-content: space-between; box-shadow: 0 10px 30px rgba(244, 67, 54, 0.35); margin-bottom: 4rem; }
.search-banner-header { display: flex; align-items: center; gap: 0.75rem; font-size: 1.5rem; font-weight: 900; }
.search-banner-input-group { display: flex; align-items: center; gap: 0.5rem; width: 100%; max-width: 500px; }
.search-banner-input { flex: 1; padding: 0.875rem 1.5rem; border-radius: 9999px; border: none; font-size: 0.95rem; outline: none; }
.search-banner-btn { padding: 0.875rem 2rem; border-radius: 9999px; background: var(--white); color: #f44336; font-weight: 800; font-size: 0.9rem; border: none; transition: all var(--transition-fast); }
.search-banner-btn:hover { background: #fff; transform: scale(1.05); }

/* SUB-PAGES */
.subpage-breadcrumb { font-size: 0.875rem; color: var(--text-muted); margin-bottom: 1.25rem; font-weight: 500; }
.subpage-breadcrumb span { color: var(--text-primary); font-weight: 700; }
.subpage-main-title { font-size: 2.75rem; font-weight: 900; color: var(--text-primary); margin-bottom: 0.5rem; letter-spacing: -0.5px; }
.subpage-main-desc { font-size: 1rem; color: var(--text-secondary); margin-bottom: 3.5rem; }

.reg-forms-grid { display: flex; flex-direction: column; gap: 2.5rem; margin-bottom: 5rem; }
.reg-form-row { display: grid; grid-template-columns: 340px 1fr; gap: 3rem; align-items: start; border-bottom: 1px solid #f1f5f9; padding-bottom: 2.5rem; }
.reg-form-title { font-size: 1.35rem; font-weight: 900; color: var(--primary-red); line-height: 1.3; }
.reg-form-subtitle { font-size: 1rem; font-weight: 800; color: var(--text-primary); margin-bottom: 0.5rem; }
.reg-form-desc { font-size: 0.9rem; color: var(--text-secondary); line-height: 1.6; margin-bottom: 1.25rem; }

.download-pdf-btn { display: inline-flex; align-items: center; gap: 0.5rem; background: var(--primary-red); color: var(--white); font-weight: 800; font-size: 0.775rem; padding: 0.65rem 1.25rem; border-radius: 4px; box-shadow: 0 4px 12px rgba(13, 92, 185, 0.3); transition: all 200ms ease; }
.download-pdf-btn:hover { background: var(--primary-red-hover); transform: translateY(-2px); }
.download-pdf-btn svg {
  width: 14px !important; height: 14px !important; max-width: 14px !important;
  max-height: 14px !important; flex-shrink: 0; stroke-width: 2.5px;
}

.newsletter-red-banner { background: var(--primary-red); color: var(--white); border-radius: 12px; padding: 3rem 3.5rem; display: flex; align-items: center; justify-content: space-between; gap: 2.5rem; margin-bottom: 4rem; box-shadow: 0 12px 30px rgba(13, 92, 185, 0.35); }
.newsletter-red-title { font-size: 2.25rem; font-weight: 900; margin-bottom: 0.5rem; }
.newsletter-red-desc { font-size: 0.95rem; color: rgba(255, 255, 255, 0.9); max-width: 440px; }
.newsletter-red-form { display: flex; flex-direction: column; gap: 6px; width: 100%; max-width: 420px; }
.newsletter-red-label { font-size: 0.85rem; font-weight: 700; }
.newsletter-red-input { width: 100%; padding: 0.875rem 1.25rem; border-radius: 4px; border: none; font-size: 0.95rem; outline: none; }

.subpage-cards-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; margin-top: 2.5rem; }
.subpage-card { background: var(--white); border: 1px solid var(--border-light); border-radius: 16px; padding: 2rem; box-shadow: var(--shadow-md); transition: transform 200ms ease; }
.subpage-card:hover { transform: translateY(-4px); border-color: var(--primary-red); }
.subpage-card h3 { font-size: 1.25rem; font-weight: 800; color: var(--text-primary); margin-bottom: 0.5rem; }
.subpage-card p { font-size: 0.925rem; color: var(--text-secondary); line-height: 1.65; }

/* ==========================================================================
   10. SITE FOOTER DESIGN SYSTEM (RESPONSIVE 5-COLUMN GRID & LEAD CAPTURE)
   ========================================================================== */

.site-footer,
.exact-footer {
  background: #0B1120;
  color: #E2E8F0;
  padding: 5rem 0 2.5rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  overflow: hidden;
  font-family: var(--font-nav), sans-serif;
  width: 100%;
}

.footer-top-strip,
.footer-5col-grid {
  display: grid;
  grid-template-columns: 1.55fr 1fr 1.15fr 1.05fr 1.65fr;
  gap: 2.75rem;
  padding-bottom: 3.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  align-items: flex-start;
  width: 100%;
}

.footer-brand-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-brand-logo {
  display: inline-block;
  margin-bottom: 1.25rem;
  text-decoration: none;
}

.footer-logo__img {
  height: 42px;
  width: auto;
  display: block;
}

.footer-brand-desc {
  font-size: 0.925rem;
  color: #94A3B8;
  line-height: 1.65;
  margin-bottom: 1.25rem;
  max-width: 320px;
}

.footer-trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.4rem 0.85rem;
  border-radius: 9999px;
  font-size: 0.775rem;
  font-weight: 700;
  color: #94A3B8;
}

.footer-trust-dot {
  width: 7px;
  height: 7px;
  background: #10B981;
  border-radius: 50%;
  box-shadow: 0 0 8px #10B981;
}

.footer-nav-col {
  display: flex;
  flex-direction: column;
}

.footer-col-title {
  font-size: 1.05rem;
  font-weight: 800;
  color: #FFFFFF;
  margin-bottom: 1.25rem;
  letter-spacing: -0.01em;
  font-family: var(--font-heading), sans-serif;
  position: relative;
  padding-bottom: 0.35rem;
}

.footer-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.footer-links-list li {
  margin: 0;
  padding: 0;
}

.footer-links-list a {
  font-size: 0.9rem;
  color: #94A3B8;
  font-weight: 500;
  text-decoration: none;
  transition: all 200ms ease;
  display: inline-block;
}

.footer-links-list a:hover {
  color: #50a9dd;
  transform: translateX(4px);
}

.footer-subscribe-col {
  display: flex;
  flex-direction: column;
}

.footer-newsletter-desc {
  font-size: 0.88rem;
  color: #94A3B8;
  line-height: 1.55;
  margin-bottom: 1.25rem;
}

.footer-newsletter-box {
  width: 100%;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  box-shadow: none !important;
}

.newsletter-input-group {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1.5px solid rgba(255, 255, 255, 0.15);
  border-radius: 9999px;
  padding: 4px 4px 4px 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  transition: all 250ms ease;
  width: 100%;
  box-sizing: border-box;
}

.newsletter-input-group:focus-within {
  border-color: #50a9dd;
  box-shadow: 0 0 0 3px rgba(80, 169, 221, 0.25);
  background: rgba(255, 255, 255, 0.09);
}

.newsletter-email-input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  font-size: 0.9rem;
  color: #FFFFFF;
  padding: 8px 4px;
  font-family: var(--font-nav), sans-serif;
  min-width: 0;
}

.newsletter-email-input::placeholder {
  color: #64748B;
}

.newsletter-submit-btn {
  background: linear-gradient(135deg, #50a9dd 0%, #0d5cb9 100%);
  color: #FFFFFF;
  border: none;
  font-size: 0.85rem;
  font-weight: 800;
  font-family: var(--font-nav), sans-serif;
  padding: 0.65rem 1.35rem;
  border-radius: 9999px;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(13, 92, 185, 0.4);
  transition: all 200ms ease;
  white-space: nowrap;
}

.newsletter-submit-btn:hover {
  background: linear-gradient(135deg, #0d5cb9 0%, #003b7e 100%);
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(13, 92, 185, 0.55);
}

.footer-inquiries-box {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-inquiries-label {
  color: #94A3B8;
  font-size: 0.825rem;
  display: block;
  margin-bottom: 0.35rem;
}

.footer-inquiries-link {
  color: #50a9dd;
  font-weight: 700;
  font-size: 0.875rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  word-break: break-all;
  transition: color 150ms ease;
}

.footer-inquiries-link:hover {
  color: #7dd3fc;
}

/* Bottom Bar with 3-Zone Layout */
.footer-bottom-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 2.25rem;
  font-size: 0.875rem;
  color: #64748B;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.footer-bottom-left {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.footer-lang-label {
  font-size: 0.8rem;
  font-weight: 700;
  color: #94A3B8;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.footer-lang-switcher {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 9999px;
  padding: 3px;
  gap: 2px;
}

.footer-lang-btn {
  background: transparent;
  border: none;
  color: #94A3B8;
  font-size: 0.775rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 9999px;
  cursor: pointer;
  transition: all 180ms ease;
  font-family: var(--font-nav), sans-serif;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.footer-lang-btn:hover {
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.08);
}

.footer-lang-btn.is-active {
  background: linear-gradient(135deg, #0d5cb9 0%, #50a9dd 100%);
  color: #FFFFFF;
  box-shadow: 0 2px 8px rgba(13, 92, 185, 0.35);
}

.footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-bottom-links a {
  color: #64748B;
  font-size: 0.825rem;
  text-decoration: none;
  transition: color 150ms ease;
}

.footer-bottom-links a:hover {
  color: #50a9dd;
}

.footer-copyright {
  font-size: 0.85rem;
  color: #64748B;
  font-weight: 500;
}

@media (max-width: 1200px) {
  .footer-top-strip,
  .footer-5col-grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2.5rem;
  }
  .footer-brand-col {
    grid-column: span 3;
    max-width: 500px;
    margin-bottom: 0.5rem;
  }
  .footer-subscribe-col {
    grid-column: span 3;
    max-width: 480px;
  }
}

@media (max-width: 768px) {
  .site-footer,
  .exact-footer {
    padding: 3.5rem 0 2rem 0;
  }
  .footer-top-strip,
  .footer-5col-grid {
    grid-template-columns: 1fr;
    gap: 2.25rem;
    padding-bottom: 2.5rem;
  }
  .footer-brand-col,
  .footer-subscribe-col {
    grid-column: span 1;
    max-width: 100%;
  }
  .newsletter-input-group {
    flex-direction: row;
    padding: 4px 4px 4px 14px;
  }
  .footer-bottom-bar {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.25rem;
  }
}

@media (max-width: 1200px) {
  .footer-top-strip,
  .footer-5col-grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2.5rem;
  }
  .footer-brand-col {
    grid-column: span 3;
    max-width: 500px;
    margin-bottom: 0.5rem;
  }
  .footer-subscribe-col {
    grid-column: span 3;
    max-width: 480px;
  }
}

@media (max-width: 768px) {
  .site-footer,
  .exact-footer {
    padding: 3.5rem 0 2rem 0;
  }
  .footer-top-strip,
  .footer-5col-grid {
    grid-template-columns: 1fr;
    gap: 2.25rem;
    padding-bottom: 2.5rem;
  }
  .footer-brand-col,
  .footer-subscribe-col {
    grid-column: span 1;
    max-width: 100%;
  }
  .newsletter-input-group {
    flex-direction: row;
    padding: 4px 6px 4px 14px;
  }
}

.footer-social-icons {
  display: flex;
  align-items: center;
  gap: 10px;
}

.social-capsule {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1.5px solid #E7E5E4;
  color: #44403C;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  transition: all 250ms cubic-bezier(0.16, 1, 0.3, 1);
}

.social-capsule:hover {
  background: #0d5cb9;
  color: #FFFFFF;
  border-color: #0d5cb9;
  transform: translateY(-3px) scale(1.08);
  box-shadow: 0 8px 20px rgba(13, 92, 185, 0.35);
}

.social-capsule svg {
  width: 18px;
  height: 18px;
}

@media (max-width: 1300px) {
  .arched-cards-grid { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; }
}

/* ==========================================================================
   SUBPAGES 3-SECTION LAYOUT DESIGN SYSTEM
   ========================================================================== */

.subpage-hero-banner {
  margin-top: var(--header-height);
  min-height: 380px;
  padding: 4.5rem 0;
  background: #0B1120;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  border-bottom: 1.5px solid rgba(80, 169, 221, 0.25);
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center;
}

.subpage-eyebrow {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 800;
  color: #50a9dd;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.subpage-main-title {
  font-size: clamp(2.35rem, 4.5vw, 3.5rem);
  font-weight: 900;
  color: #ffffff;
  line-height: 1.15;
  margin-bottom: 0.85rem;
  letter-spacing: -0.75px;
}

.subpage-main-desc {
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.88);
  max-width: 740px;
  margin: 0 auto 2rem auto;
  line-height: 1.6;
}

.subpage-hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, #0d5cb9 0%, #50a9dd 100%);
  color: #ffffff;
  font-size: 1rem;
  font-weight: 800;
  padding: 0.95rem 2.5rem;
  border-radius: 9999px;
  text-decoration: none;
  box-shadow: 0 8px 25px rgba(13, 92, 185, 0.45);
  transition: all 300ms ease;
}

.subpage-hero-cta:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 12px 32px rgba(13, 92, 185, 0.6);
  background: linear-gradient(135deg, #0045a1 0%, #0d5cb9 100%);
}

.subpage-content-section {
  padding: 5rem 0;
  background: #ffffff;
}

.subpage-grid-3col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

@media (max-width: 1024px) {
  .subpage-grid-3col {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .subpage-grid-3col {
    grid-template-columns: 1fr;
  }
}

.subpage-feature-card {
  background: #FAF8F5;
  border: 1.5px solid #E7E5E4;
  border-radius: 24px;
  padding: 2.25rem 2rem;
  transition: all 300ms cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.subpage-feature-card:hover {
  transform: translateY(-6px);
  border-color: #0045a1;
  box-shadow: 0 20px 45px rgba(0, 69, 161, 0.12);
  background: #ffffff;
}

.card-icon-badge {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.subpage-feature-card h3 {
  font-size: 1.35rem;
  font-weight: 800;
  color: #1C1917;
  margin-bottom: 0.75rem;
  line-height: 1.25;
}

.subpage-feature-card p {
  font-size: 0.975rem;
  color: #57534E;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.card-link-btn {
  display: inline-flex;
  align-items: center;
  font-size: 0.95rem;
  font-weight: 800;
  color: #0045a1;
  text-decoration: none;
  transition: color 200ms ease;
}

.card-link-btn:hover {
  color: #8C1532;
}

/* Pricing Card Variations */
.pricing-card {
  position: relative;
}

.pricing-badge {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.5px;
  background: #F59E0B;
  color: #ffffff;
  padding: 4px 12px;
  border-radius: 9999px;
}

.pricing-badge--hot {
  background: #0045a1;
}

.pricing-price {
  font-size: 2.5rem;
  font-weight: 900;
  color: #1C1917;
  margin-bottom: 1rem;
}

.pricing-price span {
  font-size: 1rem;
  font-weight: 600;
  color: #78716C;
}

.pricing-card--featured {
  border-color: #0045a1;
  box-shadow: 0 16px 40px rgba(0, 69, 161, 0.15);
  background: #ffffff;
}

/* Schedule List */
.subpage-schedule-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 900px;
  margin: 0 auto;
}

.schedule-item-row {
  background: #FAF8F5;
  border: 1.5px solid #E7E5E4;
  border-radius: 20px;
  padding: 1.75rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
  transition: all 250ms ease;
}

.schedule-item-row:hover {
  border-color: #0045a1;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(0, 69, 161, 0.08);
}

.schedule-time-badge {
  background: #0045a1;
  color: #ffffff;
  font-size: 0.775rem;
  font-weight: 900;
  padding: 6px 14px;
  border-radius: 9999px;
  white-space: nowrap;
}

.schedule-info {
  flex: 1;
}

.schedule-info h3 {
  font-size: 1.2rem;
  font-weight: 800;
  color: #1C1917;
  margin-bottom: 0.25rem;
}

.schedule-info p {
  font-size: 0.925rem;
  color: #57534E;
}

/* Subpage Section 3: Trust & Impact Container */
.subpage-trust-section {
  padding: 5rem 0 6rem 0;
  background: #FAF8F5;
  border-top: 1.5px solid #E7E5E4;
}

@media (max-width: 1024px) {
  .main-nav--centered { gap: 1rem; flex-wrap: wrap; }
  .books-grid-3d, .trending-grid, .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .detail-main-grid { grid-template-columns: 1fr; text-align: center; }
  .detail-left-col { margin-bottom: 2rem; }
  .detail-actions-row { justify-content: center; }
  .detail-search-banner { flex-direction: column; gap: 1.5rem; text-align: center; }
  .hud-panel { position: relative; top: 0; left: 0; width: 100%; margin-bottom: 1.5rem; }
  .canvas-map-wrapper { padding-left: 0; min-height: 360px; height: 360px; justify-content: center; }
  .hero__bento-grid { grid-template-columns: 1fr; }
  .cinematic-video-container { flex-direction: column; }
}

@media (max-width: 900px) {
  .arched-cards-grid { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.25rem; }
}

@media (max-width: 600px) {
  .arched-cards-grid { grid-template-columns: 1fr; gap: 1.25rem; }
  .books-grid-3d, .trending-grid, .stats-grid { grid-template-columns: 1fr; }
  .facts-fullscreen-wrapper { padding: 0 1rem; }
}

/* ==========================================================================
   SUBPAGE MULTI-PAGE NAVIGATION — Breadcrumb & Nav Dropdown States
   ========================================================================== */

/* Subpage Breadcrumb */
.subpage-breadcrumb {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.6);
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.subpage-breadcrumb a {
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  transition: color 200ms ease;
}
.subpage-breadcrumb a:hover { color: #50a9dd; }
.subpage-breadcrumb span { color: #fff; font-weight: 600; }

/* Nav dropdown is-open state for subpage JS & Hover triggers */
.meta-nav__dropdown {
  position: relative;
  display: inline-block;
}

.meta-nav__dropdown-toggle {
  background: transparent;
  border: none;
  color: #1C1917;
  font-weight: 700;
  font-size: 0.9rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
  transition: color 200ms ease, background 200ms ease;
}

.meta-nav__dropdown-toggle svg {
  width: 14px;
  height: 14px;
  transition: transform 200ms ease;
}

.meta-nav__dropdown:hover .meta-nav__dropdown-toggle svg,
.meta-nav__dropdown.is-open .meta-nav__dropdown-toggle svg {
  transform: rotate(180deg);
}

.meta-nav__dropdown-content {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 230px;
  background: #FFFFFF;
  border: 1px solid #E7E5E4;
  border-radius: 1rem;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.18);
  padding: 0.75rem 0.5rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 250ms ease, transform 250ms ease, visibility 250ms ease;
  z-index: 99999;
}

.meta-nav__dropdown:hover .meta-nav__dropdown-content,
.meta-nav__dropdown.is-open .meta-nav__dropdown-content {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
  pointer-events: all !important;
}

.meta-nav__submenu-link {
  display: block;
  padding: 0.65rem 1rem;
  color: #1C1917;
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
  border-radius: 0.5rem;
  transition: background 150ms ease, color 150ms ease;
}

.meta-nav__submenu-link:hover {
  background: rgba(0, 69, 161, 0.08);
  color: #0045a1 !important;
}

.nav-item-dropdown:hover .nav-dropdown-menu,
.nav-item-dropdown.is-open .nav-dropdown-menu {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
  pointer-events: all !important;
}

.mobile-menu.is-open { display: flex !important; flex-direction: column; }


@media (max-width: 600px) {
  .subpage-main-title { font-size: clamp(1.75rem, 7vw, 2.5rem); }
  .subpage-hero-banner { padding-bottom: 3rem; }
}

/* ==========================================================================
   INTERACTIVE LITERARY PASSPORT (EDITORIAL GALLERY GRID)
   ========================================================================== */
.literary-passport-section {
  padding: 6rem 0;
  background: #FAF8F5;
  border-top: 1.5px solid #E7E5E4;
  position: relative;
}

.literary-passport-header {
  text-align: center;
  margin-bottom: 3.5rem;
}

.lp-eyebrow {
  display: inline-block;
  color: #50a9dd;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.lp-title {
  font-family: 'Cinzel', 'Playfair Display', Georgia, serif;
  font-size: clamp(2.25rem, 4vw, 3.25rem);
  font-weight: 900;
  color: #1C1917;
  line-height: 1.15;
  margin-bottom: 0.75rem;
}

.lp-sub {
  font-size: 1.15rem;
  color: #57534E;
  max-width: 680px;
  margin: 0 auto;
}

.lp-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-bottom: 3rem;
}

.lp-photo-card {
  position: relative;
  overflow: hidden;
  border-radius: 1.75rem;
  min-height: 290px;
  padding: 2.25rem;
  box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(214, 211, 209, 0.6);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  transition: transform 500ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 500ms ease;
}

.lp-photo-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.45);
}

.lp-photo-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 800ms cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 1;
}

.lp-photo-card:hover .lp-photo-bg {
  transform: scale(1.08);
}

.lp-photo-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.65) 45%, rgba(13, 4, 7, 0.95) 100%);
  z-index: 2;
  transition: opacity 400ms ease;
}

.lp-photo-card:hover .lp-photo-overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.6) 45%, rgba(13, 4, 7, 0.92) 100%);
}

.lp-card-inner {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.lp-card-tag {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  color: rgba(255, 255, 255, 0.85);
  text-transform: uppercase;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

.lp-card-number {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(3.25rem, 5vw, 4.25rem);
  font-weight: 900;
  color: #F59E0B;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.8);
  line-height: 1;
  margin: 1rem 0 0.35rem 0;
  letter-spacing: -0.02em;
}

.lp-card-label {
  font-size: 1.25rem;
  font-weight: 700;
  color: #FFFFFF;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
  margin-bottom: 0.85rem;
}

.lp-card-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.9rem;
  border-radius: 9999px;
  font-size: 0.825rem;
  font-weight: 700;
  backdrop-filter: blur(8px);
  width: fit-content;
}

.lp-badge--gold {
  background: rgba(245, 158, 11, 0.22);
  color: #FCD34D;
  border: 1px solid rgba(245, 158, 11, 0.45);
}

.lp-badge--rose {
  background: rgba(13, 92, 185, 0.22);
  color: #50a9dd;
  border: 1px solid rgba(13, 92, 185, 0.45);
}

/* LIVE TICKER RIBBON */
.lp-live-ribbon {
  background: linear-gradient(135deg, #8C1532 0%, #5C0E21 100%);
  color: #FFFFFF;
  padding: 1.25rem 2rem;
  border-radius: 1.5rem;
  box-shadow: 0 15px 35px rgba(140, 21, 50, 0.25);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  overflow: hidden;
}

.lp-ribbon-left {
  display: flex;
  align-items: center;
  gap: 1rem;
  overflow: hidden;
  flex: 1;
}

.lp-live-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #10B981;
  box-shadow: 0 0 12px #10B981;
  flex-shrink: 0;
  animation: pulseDot 2s infinite;
}

@keyframes pulseDot {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7); }
  70% { transform: scale(1.1); box-shadow: 0 0 0 8px rgba(16, 185, 129, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
}

.lp-live-label {
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  background: rgba(255, 255, 255, 0.15);
  padding: 0.3rem 0.75rem;
  border-radius: 9999px;
  flex-shrink: 0;
}

.lp-ribbon-marquee {
  overflow: hidden;
  white-space: nowrap;
  mask-image: linear-gradient(90deg, transparent 0%, #000 5%, #000 95%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 5%, #000 95%, transparent 100%);
}

.lp-ribbon-track {
  display: inline-flex;
  align-items: center;
  gap: 1.5rem;
  animation: ribbonMarquee 22s linear infinite;
  font-size: 0.975rem;
}

.lp-sep {
  color: #F59E0B;
  font-weight: bold;
}

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

.lp-ribbon-cta {
  background: #FFFFFF;
  color: #8C1532;
  font-weight: 800;
  font-size: 0.9rem;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  text-decoration: none;
  transition: transform 200ms ease, background 200ms ease, box-shadow 200ms ease;
  white-space: nowrap;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.lp-ribbon-cta:hover {
  background: #FFF;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
  color: #0045a1;
}

@media (max-width: 900px) {
  .lp-gallery-grid { grid-template-columns: 1fr; }
  .lp-live-ribbon { flex-direction: column; text-align: center; }
  .lp-ribbon-left { width: 100%; justify-content: center; }
  .lp-ribbon-cta { width: 100%; text-align: center; }
}



/* ==========================================================================
   HIGH-END SUBPAGE ENHANCEMENT STYLES
   ========================================================================== */
.sp-dark-canvas {
  background: linear-gradient(180deg, #14060B 0%, #1E0911 50%, #0D0407 100%);
  color: #FFFFFF;
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
}

.sp-light-canvas {
  background: #FAF8F5;
  color: #1C1917;
  padding: 5rem 0;
}

.sp-card-glass {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1.5rem;
  padding: 2rem;
  transition: transform 300ms ease, border-color 300ms ease, box-shadow 300ms ease;
}

.sp-card-glass:hover {
  transform: translateY(-4px);
  border-color: rgba(245, 158, 11, 0.4);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.sp-card-white {
  background: #FFFFFF;
  border-radius: 1.5rem;
  padding: 2rem;
  border: 1px solid #E7E5E4;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: transform 300ms ease, box-shadow 300ms ease, border-color 300ms ease;
}

.sp-card-white:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(140, 21, 50, 0.08);
  border-color: rgba(140, 21, 50, 0.3);
}

.sp-pill-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.85rem;
  border-radius: 9999px;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.sp-pill-rose { background: rgba(13, 92, 185, 0.12); color: #0d5cb9; border: 1px solid rgba(13, 92, 185, 0.25); }
.sp-pill-amber { background: rgba(245, 158, 11, 0.12); color: #D97706; border: 1px solid rgba(245, 158, 11, 0.25); }
.sp-pill-emerald { background: rgba(16, 185, 129, 0.12); color: #059669; border: 1px solid rgba(16, 185, 129, 0.25); }

.sp-bento-2col { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; }
.sp-bento-3col { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.sp-bento-4col { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }

.sp-agenda-card {
  display: flex;
  gap: 1.5rem;
  padding: 1.5rem 2rem;
  background: #FFFFFF;
  border-radius: 1.25rem;
  border-left: 5px solid #0045a1;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
  margin-bottom: 1.25rem;
  transition: transform 200ms ease;
}

.sp-agenda-card:hover { transform: translateX(6px); }

.sp-agenda-time {
  font-weight: 800;
  font-size: 1rem;
  color: #0045a1;
  min-width: 90px;
  flex-shrink: 0;
}

@media (max-width: 900px) {
  .sp-bento-2col, .sp-bento-3col, .sp-bento-4col { grid-template-columns: 1fr; }
  .sp-agenda-card { flex-direction: column; gap: 0.5rem; }
}

/* ==========================================================================
   IMAGE 2 ARCHED SHOWCASE EVENT CARDS & PRICING
   ========================================================================== */
/* ==========================================================================
   IMAGE 2 ARCHED SHOWCASE EVENT CARDS & ALIGNMENT FIX
   ========================================================================== */
.arched-events-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 2rem;
  align-items: stretch;
}

.arched-event-card {
  background: #FFFFFF;
  border-radius: 2rem;
  padding: 1.5rem;
  border: 1px solid rgba(231, 229, 228, 0.9);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  transition: transform 350ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 350ms ease, border-color 350ms ease;
  position: relative;
}

.arched-event-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 50px rgba(0, 69, 161, 0.15);
  border-color: rgba(13, 92, 185, 0.5);
}

.arched-image-box {
  width: 100%;
  aspect-ratio: 4/3.5;
  border-radius: 100px 100px 20px 20px;
  overflow: hidden;
  position: relative;
  background: #14060B;
}

.arched-image-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.arched-event-card:hover .arched-image-bg {
  transform: scale(1.08);
}

.arched-country-pill {
  position: absolute;
  top: 0.85rem;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(13, 4, 7, 0.88);
  backdrop-filter: blur(8px);
  color: #FFFFFF;
  font-size: 0.725rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  padding: 0.35rem 0.9rem;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  white-space: nowrap;
  z-index: 2;
  text-transform: uppercase;
}

.arched-date-bar {
  position: absolute;
  bottom: 0.65rem;
  left: 0.65rem;
  right: 0.65rem;
  background: rgba(13, 4, 7, 0.92);
  backdrop-filter: blur(8px);
  border-radius: 0.85rem;
  padding: 0.4rem 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #FFFFFF;
  font-size: 0.825rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  z-index: 2;
}

.arched-date-month {
  background: #0d5cb9;
  color: #FFFFFF;
  font-weight: 900;
  font-size: 0.725rem;
  padding: 0.2rem 0.5rem;
  border-radius: 0.4rem;
  letter-spacing: 0.05em;
}

.arched-date-range {
  font-weight: 800;
  letter-spacing: 0.05em;
}

.arched-date-year {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.775rem;
  font-weight: 700;
}

.arched-card-title {
  font-weight: 900;
  font-size: 1.15rem;
  color: #1C1917;
  text-transform: uppercase;
  text-align: center;
  margin: 1.15rem 0 0.25rem 0;
  line-height: 1.25;
  min-height: 2.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.arched-card-sub {
  font-size: 0.85rem;
  color: #78716C;
  text-align: center;
  margin-bottom: 0.85rem;
  font-weight: 600;
}

.arched-pricing-box {
  background: #FAF8F5;
  border: 1px solid #E7E5E4;
  border-radius: 1rem;
  padding: 0.85rem 1rem;
  margin: 0.5rem 0 1.25rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.arched-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.85rem;
  color: #44403C;
}

.arched-price-row strong {
  color: #0045a1;
  font-weight: 800;
}

.arched-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.45rem;
  margin-top: auto;
  padding-top: 0.65rem;
  flex-wrap: wrap;
}

.arched-status-badge {
  background: rgba(13, 92, 185, 0.12);
  color: #0d5cb9;
  border: 1px solid rgba(13, 92, 185, 0.25);
  font-size: 0.7rem;
  font-weight: 800;
  padding: 0.35rem 0.65rem;
  border-radius: 9999px;
  text-transform: uppercase;
  white-space: nowrap;
  flex-shrink: 0;
}

.arched-status-badge.sold-out {
  background: rgba(120, 113, 108, 0.15);
  color: #78716C;
  border-color: rgba(120, 113, 108, 0.3);
}

.arched-btn-pass {
  background: #0045a1;
  color: #FFFFFF;
  font-weight: 800;
  font-size: 0.8rem;
  padding: 0.45rem 0.95rem;
  border-radius: 9999px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  box-shadow: 0 4px 12px rgba(0, 69, 161, 0.25);
  transition: background 200ms ease, transform 200ms ease;
  white-space: normal;
  text-align: center;
  max-width: 100%;
}

.arched-btn-pass:hover {
  background: #9F1239;
  transform: translateY(-1px);
}

/* ==========================================================================
   2-COLUMN MASTER INDIVIDUAL EVENT DETAIL LAYOUT
   ========================================================================== */
.event-detail-master-layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 3rem;
  align-items: start;
}

.event-profile-card {
  background: #FFFFFF;
  border-radius: 2rem;
  padding: 2.5rem;
  border: 1px solid #E7E5E4;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.05);
}

.event-profile-image-wrap {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 1.5rem;
  overflow: hidden;
  margin-bottom: 2rem;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.event-profile-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-badges-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.event-info-pill {
  background: #FAF8F5;
  border: 1px solid #E7E5E4;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  font-size: 0.85rem;
  font-weight: 700;
  color: #44403C;
}

.event-info-pill strong {
  color: #0045a1;
}

.event-auto-selected-banner {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.15) 0%, rgba(5, 150, 105, 0.08) 100%);
  border: 1.5px solid rgba(16, 185, 129, 0.35);
  color: #047857;
  padding: 0.85rem 1.25rem;
  border-radius: 1rem;
  font-size: 0.875rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1.75rem;
}

.event-auto-selected-banner span.check-icon {
  background: #10B981;
  color: #FFFFFF;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
}

@media (max-width: 1100px) {
  .event-detail-master-layout { grid-template-columns: 1fr; gap: 2rem; }
  .arched-events-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ==========================================================================
   ENHANCEMENT STYLES FOR SUBPAGES
   ========================================================================== */

/* 1. Capacity Progress Bar on Arched Cards */
.exhibit-progress-wrapper {
  margin: 0.75rem 0;
  background: #FAF8F5;
  border: 1px solid #E7E5E4;
  padding: 0.6rem 0.85rem;
  border-radius: 0.85rem;
}

.exhibit-progress-info {
  display: flex;
  justify-content: space-between;
  font-size: 0.775rem;
  font-weight: 700;
  color: #57534E;
  margin-bottom: 0.35rem;
}

.exhibit-progress-info strong {
  color: #0045a1;
}

.exhibit-progress-bar {
  width: 100%;
  height: 7px;
  background: #E7E5E4;
  border-radius: 9999px;
  overflow: hidden;
}

.exhibit-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #0045a1 0%, #0d5cb9 100%);
  border-radius: 9999px;
  transition: width 1000ms ease;
}

/* 2. Drag and Drop Cover Upload Zone */
.cover-upload-zone {
  border: 2px dashed #CBD5E1;
  border-radius: 1.25rem;
  padding: 1.75rem 1rem;
  text-align: center;
  background: #FAF8F5;
  cursor: pointer;
  transition: all 200ms ease;
  margin-top: 0.5rem;
}

.cover-upload-zone:hover, .cover-upload-zone.drag-over {
  border-color: #0045a1;
  background: rgba(0, 69, 161, 0.04);
}

.cover-preview-box {
  width: 120px;
  height: 160px;
  margin: 1rem auto 0 auto;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
  display: none;
}

.cover-preview-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 3. Speed Pitch Time Slot Buttons */
.pitch-slots-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.6rem;
  margin-top: 0.75rem;
}

.pitch-slot-btn {
  background: #FFFFFF;
  border: 1.5px solid #E7E5E4;
  padding: 0.5rem;
  border-radius: 0.65rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: #1C1917;
  cursor: pointer;
  text-align: center;
  transition: all 150ms ease;
}

.pitch-slot-btn:hover, .pitch-slot-btn.is-selected {
  background: #0045a1;
  color: #FFFFFF;
  border-color: #0045a1;
}

/* 4. FAQ Accordion Styling */
.faq-accordion-item {
  background: #FFFFFF;
  border: 1px solid #E7E5E4;
  border-radius: 1.25rem;
  margin-bottom: 1rem;
  overflow: hidden;
  transition: border-color 200ms ease;
}

.faq-accordion-header {
  padding: 1.25rem 1.5rem;
  font-weight: 800;
  font-size: 1.05rem;
  color: #1C1917;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
}

.faq-accordion-header svg {
  width: 18px;
  height: 18px;
  transition: transform 250ms ease;
}

.faq-accordion-item.is-open .faq-accordion-header svg {
  transform: rotate(180deg);
}

.faq-accordion-body {
  padding: 0 1.5rem 1.25rem 1.5rem;
  color: #57534E;
  font-size: 0.95rem;
  line-height: 1.65;
  display: none;
}

.faq-accordion-item.is-open .faq-accordion-body {
  display: block;
}

/* 5. Horizontal Milestone Timeline */
.timeline-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  position: relative;
  margin-top: 2.5rem;
}

.timeline-item {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 1.5rem;
  padding: 1.75rem;
  position: relative;
}

.timeline-year {
  font-size: 2rem;
  font-weight: 900;
  color: #F59E0B;
  margin-bottom: 0.5rem;
}

/* 6. Live Interactive Search Bar */
.live-search-box {
  max-width: 600px;
  margin: 0 auto 2.5rem auto;
  position: relative;
}

.live-search-input {
  width: 100%;
  padding: 1rem 1.5rem 1rem 3rem;
  border-radius: 9999px;
  border: 1.5px solid #E7E5E4;
  font-size: 1rem;
  background: #FFFFFF;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  outline: none;
}

.live-search-input:focus {
  border-color: #0045a1;
  box-shadow: 0 15px 35px rgba(0, 69, 161, 0.15);
}

.live-search-icon {
  position: absolute;
  left: 1.15rem;
  top: 50%;
  transform: translateY(-50%);
  color: #78716C;
}

@media (max-width: 900px) {
  .pitch-slots-grid { grid-template-columns: repeat(2, 1fr); }
  .timeline-track { grid-template-columns: 1fr; }
}

/* ==========================================================================
   SUBPAGE HERO & LAYOUT FIXES
   ========================================================================== */

.subpage-hero-banner {
  position: relative;
  min-height: 380px;
  margin-top: var(--header-height);
  padding: 4.5rem 0;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center;
  overflow: hidden;
  background: #0B1120;
  color: #FFFFFF;
}

.subpage-hero-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0.45;
}

.subpage-hero-red-showcase {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.92) 0%, rgba(13, 92, 185, 0.82) 50%, rgba(11, 17, 32, 0.95) 100%);
  z-index: 2;
}

.subpage-hero-banner .container {
  position: relative;
  z-index: 3;
}

.subpage-breadcrumb {
  font-size: 0.875rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 1rem;
}

.subpage-breadcrumb a {
  color: #F59E0B;
  text-decoration: none;
  transition: color 150ms ease;
}

.subpage-breadcrumb a:hover {
  color: #FFFFFF;
}

.subpage-eyebrow {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.25em;
  color: #50a9dd;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.subpage-main-title {
  font-size: 3rem;
  font-weight: 900;
  color: #FFFFFF;
  letter-spacing: -1px;
  margin-bottom: 1rem;
  line-height: 1.15;
}

.subpage-main-desc {
  font-size: 1.15rem;
  color: #E7E5E4;
  max-width: 720px;
  margin: 0 auto;
  line-height: 1.7;
}

/* ARCHED EVENTS GRID CONTAINER */
.arched-events-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .arched-events-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 650px) {
  .arched-events-grid {
    grid-template-columns: 1fr;
  }
  .subpage-hero-banner {
    min-height: 340px;
    padding-top: 150px;
    padding-bottom: 3rem;
  }
  .subpage-main-title {
    font-size: 2rem;
  }
}

/* ==========================================================================
   SUBPAGE CANVAS & BENTO LAYOUT UTILITIES
   ========================================================================== */
.sp-light-canvas {
  background: #FAF8F5;
  padding: 5rem 0;
}

.sp-dark-canvas {
  background: #0B1120;
  color: #FFFFFF;
  padding: 5rem 0;
}

.sp-bento-2col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.sp-bento-3col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.sp-card-white {
  background: #FFFFFF;
  border-radius: 1.75rem;
  padding: 2rem;
  border: 1px solid #E7E5E4;
  box-shadow: 0 10px 30px rgba(0,0,0,0.04);
  transition: transform 250ms ease, box-shadow 250ms ease;
}

.sp-card-white:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.08);
}

.sp-card-glass {
  background: rgba(35, 12, 22, 0.85);
  border-radius: 1.75rem;
  padding: 2rem;
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
}

.sp-pill-badge {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  padding: 0.35rem 0.85rem;
  border-radius: 9999px;
  text-transform: uppercase;
}

.sp-pill-rose {
  background: rgba(0, 69, 161, 0.15);
  color: #0d5cb9;
  border: 1px solid rgba(0, 69, 161, 0.3);
}

.sp-pill-amber {
  background: rgba(245, 158, 11, 0.15);
  color: #F59E0B;
  border: 1px solid rgba(245, 158, 11, 0.3);
}

.sp-pill-emerald {
  background: rgba(16, 185, 129, 0.15);
  color: #10B981;
  border: 1px solid rgba(16, 185, 129, 0.3);
}

.download-pdf-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #0045a1;
  color: #FFFFFF;
  font-weight: 800;
  font-size: 0.875rem;
  padding: 0.65rem 1.25rem;
  border-radius: 9999px;
  text-decoration: none;
  transition: background 200ms ease;
}

.download-pdf-btn:hover {
  background: #9F1239;
}

.sp-agenda-card {
  background: #FFFFFF;
  border: 1px solid #E7E5E4;
  border-radius: 1.5rem;
  padding: 1.5rem 2rem;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  box-shadow: 0 10px 25px rgba(0,0,0,0.03);
}

.sp-agenda-time {
  background: rgba(0, 69, 161, 0.1);
  color: #0045a1;
  font-weight: 900;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  border-radius: 0.75rem;
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .sp-bento-3col { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .sp-bento-2col, .sp-bento-3col { grid-template-columns: 1fr; }
  .sp-agenda-card { flex-direction: column; gap: 1rem; }
}

/* ==========================================================================
   CALENDAR EVENTS TIMELINE SYSTEM (DOMESTIC & INTERNATIONAL SCHEDULE)
   ========================================================================== */
.calendar-event-card {
  display: grid;
  grid-template-columns: 110px 140px 1fr 220px;
  gap: 1.5rem;
  background: #FFFFFF;
  border: 1.5px solid #E7E5E4;
  border-radius: 1.5rem;
  padding: 1.5rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
  align-items: center;
  transition: all 250ms ease;
}

.calendar-event-card:hover {
  transform: translateY(-3px);
  border-color: #0045a1;
  box-shadow: 0 16px 36px rgba(0, 69, 161, 0.1);
}

.cal-date-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #0B1120 0%, #0045a1 100%);
  color: #FFFFFF;
  border-radius: 1.15rem;
  padding: 1rem 0.5rem;
  text-align: center;
  box-shadow: 0 6px 16px rgba(0, 69, 161, 0.25);
  flex-shrink: 0;
}

.cal-month {
  font-size: 0.85rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  color: #50a9dd;
}

.cal-days {
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1.2;
  margin: 2px 0;
}

.cal-year {
  font-size: 0.75rem;
  font-weight: 700;
  color: #94A3B8;
}

.cal-thumbnail-box {
  width: 140px;
  height: 100px;
  border-radius: 1rem;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.cal-thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.calendar-event-card:hover .cal-thumb-img {
  transform: scale(1.06);
}

.cal-event-info {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.cal-tags-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 2px;
}

.cal-event-title {
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.3;
  margin: 0;
}

.cal-event-title a {
  color: #1C1917;
  text-decoration: none;
  transition: color 200ms ease;
}

.cal-event-title a:hover {
  color: #0045a1;
}

.cal-event-venue {
  font-size: 0.88rem;
  font-weight: 700;
  color: #0d5cb9;
  margin: 0;
}

.cal-event-desc {
  font-size: 0.875rem;
  color: #57534E;
  line-height: 1.55;
  margin: 0;
}

.cal-actions-col {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  align-items: stretch;
}

.cal-allocation-box {
  margin-bottom: 2px;
}

.cal-alloc-label {
  font-size: 0.75rem;
  color: #78716C;
  display: block;
  margin-bottom: 4px;
}

.cal-alloc-label strong {
  color: #1C1917;
}

.cal-add-btn {
  background: #FAF8F5;
  border: 1px solid #E7E5E4;
  color: #57534E;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 0.5rem;
  border-radius: 9999px;
  cursor: pointer;
  transition: all 150ms ease;
  text-align: center;
}

.cal-add-btn:hover {
  background: #FFFFFF;
  border-color: #0045a1;
  color: #0045a1;
}

@media (max-width: 1024px) {
  .calendar-event-card {
    grid-template-columns: 100px 1fr;
    gap: 1.25rem;
  }
  .cal-thumbnail-box {
    display: none;
  }
  .cal-actions-col {
    grid-column: span 2;
  }
}

@media (max-width: 640px) {
  .calendar-event-card {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .cal-actions-col {
    grid-column: span 1;
  }
}

/* ==========================================================================
   TRUST & IMPACT SECTION — PROPORTIONAL SIZING
   ========================================================================== */
.literary-passport-section {
  background: #FAF8F5;
  padding: 5rem 0;
  position: relative;
  border-top: 1px solid #E7E5E4;
}

.literary-passport-header {
  text-align: center;
  margin-bottom: 3rem;
}

.lp-eyebrow {
  display: inline-block;
  color: #50a9dd;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.lp-title {
  font-size: clamp(1.85rem, 3vw, 2.5rem);
  font-weight: 900;
  color: #1C1917;
  letter-spacing: -0.03em;
  line-height: 1.2;
  margin-bottom: 0.65rem;
  font-family: var(--font-heading);
}

.lp-subtitle, .lp-sub {
  color: #64748B;
  font-size: 1rem;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.lp-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
}

.lp-photo-card {
  position: relative;
  height: 360px;
  border-radius: 0px;
  overflow: hidden;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.14);
  transition: transform 300ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 300ms ease;
  background: #0F172A;
}

.lp-photo-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(0, 69, 161, 0.18);
}

.lp-card-photo, .lp-photo-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-size: cover;
  background-position: center;
  z-index: 1;
  transition: transform 500ms ease;
}

.lp-photo-card:hover .lp-card-photo,
.lp-photo-card:hover .lp-photo-bg {
  transform: scale(1.06);
}

.lp-card-overlay, .lp-photo-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.25) 0%, rgba(15, 23, 42, 0.8) 55%, rgba(15, 23, 42, 0.96) 100%);
  z-index: 2;
}

.lp-card-content, .lp-card-inner {
  position: relative;
  z-index: 3;
  height: 100%;
  padding: 1.25rem 1.35rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #FFFFFF;
}

.lp-card-badge, .lp-card-tag {
  display: inline-flex;
  align-items: center;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #E2E8F0;
  margin-bottom: 0.3rem;
}

.lp-card-number {
  font-size: 2rem;
  font-weight: 900;
  color: #FBBF24;
  line-height: 1.1;
  margin-bottom: 0.2rem;
  letter-spacing: -1px;
  font-family: var(--font-heading);
}

.lp-card-label {
  font-size: 0.9rem;
  font-weight: 700;
  color: #FFFFFF !important;
  margin-bottom: 0.4rem;
  line-height: 1.2;
}

.lp-card-pill, .lp-badge--gold, .lp-badge--rose {
  display: inline-block;
  align-self: flex-start;
  font-size: 0.68rem;
  font-weight: 800;
  padding: 2px 8px;
  border-radius: 9999px;
  line-height: 1.2;
}

.lp-card-pill.gold, .lp-badge--gold {
  background: rgba(245, 158, 11, 0.22);
  color: #FDE68A;
  border: 1px solid rgba(245, 158, 11, 0.45);
}

.lp-card-pill.rose, .lp-badge--rose {
  background: rgba(80, 169, 221, 0.22);
  color: #FECDD3;
  border: 1px solid rgba(80, 169, 221, 0.45);
}

@media (max-width: 900px) {
  .lp-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 540px) {
  .lp-gallery-grid {
    grid-template-columns: 1fr;
  }
}

/* LIVE TICKER RIBBON */
.lp-live-ribbon {
  background: #701A2E;
  border-radius: 9999px;
  padding: 0.65rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  color: #FFFFFF;
  box-shadow: 0 10px 25px rgba(112, 26, 46, 0.2);
}

.lp-ribbon-left {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  overflow: hidden;
}

.lp-live-dot {
  width: 9px;
  height: 9px;
  background: #10B981;
  border-radius: 50%;
  box-shadow: 0 0 8px #10B981;
  flex-shrink: 0;
}

.lp-live-tag, .lp-live-label {
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #10B981;
  flex-shrink: 0;
}

.lp-ticker-text, .lp-ribbon-track {
  font-size: 0.825rem;
  font-weight: 600;
  color: #F5F5F4;
  white-space: nowrap;
}

.lp-ribbon-cta {
  background: #FFFFFF;
  color: #701A2E;
  font-size: 0.8rem;
  font-weight: 800;
  padding: 0.4rem 1.15rem;
  border-radius: 9999px;
  text-decoration: none;
  flex-shrink: 0;
  transition: transform 200ms ease, background 200ms ease;
}

.lp-ribbon-cta:hover {
  background: #FAF8F5;
  transform: translateX(3px);
}

/* ==========================================================================
   LIGHT THEMED SITE FOOTER STYLES
   ========================================================================== */
.site-footer, .exact-footer {
  background: #FAF8F5;
  color: #1C1917;
  padding: 3.5rem 0 2rem 0;
  border-top: 1px solid #E7E5E4;
}

.footer-top-strip, .footer-5col-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  gap: 2.5rem;
  margin-bottom: 3rem;
}

.footer-brand-col {
  padding-right: 1rem;
}

.footer-logo, .footer-brand-logo {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 0.85rem;
  font-size: 1.6rem;
  font-weight: 900;
  color: #1C1917;
  text-decoration: none;
}

.footer-tagline, .footer-brand-desc {
  color: #57534E;
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}



.newsletter-submit-btn:hover {
  background: #9F1239;
}

.footer-nav-col {
  display: flex;
  flex-direction: column;
}

.footer-col-title {
  font-size: 0.95rem;
  font-weight: 800;
  color: #1C1917;
  letter-spacing: 0.02em;
  margin-bottom: 1.15rem;
}

.footer-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.footer-links-list a {
  color: #57534E;
  font-size: 0.875rem;
  text-decoration: none;
  transition: color 150ms ease, transform 150ms ease;
  display: inline-block;
}

.footer-links-list a:hover {
  color: #0045a1;
  transform: translateX(3px);
}

.footer-bottom-bar {
  border-top: 1px solid #E7E5E4;
  padding-top: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-copyright {
  color: #78716C;
  font-size: 0.85rem;
}

.footer-social-icons {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.social-capsule {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid #E7E5E4;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #44403C;
  text-decoration: none;
  transition: all 200ms ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.social-capsule:hover {
  background: #0045a1;
  border-color: #0045a1;
  color: #FFFFFF;
  transform: translateY(-2px);
}

.social-capsule svg {
  width: 16px;
  height: 16px;
}

/* ==========================================================================
   IMAGE 3 STYLE REGISTRATION & CONTACT PAGE STYLES
   ========================================================================== */
.reg-tabs-bar {
  display: flex;
  gap: 2.5rem;
  border-bottom: 1.5px solid #E7E5E4;
  margin-bottom: 2.5rem;
}

.reg-tab-btn {
  background: none;
  border: none;
  padding: 0.75rem 0;
  font-size: 1.05rem;
  font-weight: 700;
  color: #57534E;
  cursor: pointer;
  position: relative;
  transition: color 200ms ease;
}

.reg-tab-btn.is-active {
  color: #0045a1;
  font-weight: 800;
}

.reg-tab-btn.is-active::after {
  content: '';
  position: absolute;
  bottom: -1.5px;
  left: 0;
  width: 100%;
  height: 3.5px;
  background: #0045a1;
  border-radius: 2px 2px 0 0;
}

.reg-doc-row {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 2.5rem;
  padding: 2rem 0;
  border-bottom: 1px solid #E7E5E4;
  align-items: flex-start;
}

.reg-doc-title-red {
  font-size: 1.75rem;
  font-weight: 900;
  color: #0045a1;
  line-height: 1.25;
  letter-spacing: -0.5px;
}

.reg-doc-info-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.reg-doc-heading {
  font-size: 1.1rem;
  font-weight: 800;
  color: #1C1917;
  margin-bottom: 0.5rem;
}

.reg-doc-desc {
  color: #57534E;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
}

.reg-pdf-btn {
  background: #0045a1;
  color: #FFFFFF;
  border: none;
  border-radius: 0.35rem;
  padding: 0.65rem 1.35rem;
  font-weight: 800;
  font-size: 0.875rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: background 200ms ease;
}

.reg-pdf-btn:hover {
  background: #9F1239;
}


@media (max-width: 1024px) {
  .footer-top-strip {
    grid-template-columns: repeat(3, 1fr);
  }
  .footer-brand-col {
    grid-column: span 3;
    padding-right: 0;
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 650px) {
  .footer-top-strip {
    grid-template-columns: 1fr;
  }
  .footer-brand-col {
    grid-column: span 1;
  }
  .footer-bottom-bar {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
  .lp-gallery-grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   STUNNING MEDIA GALLERY & LIGHTBOX MODAL STYLES
   ========================================================================== */

/* Gallery Filter Tabs */
.gallery-filter-bar {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
}

.gallery-filter-btn {
  background: #FFFFFF;
  border: 1.5px solid #E7E5E4;
  padding: 0.6rem 1.35rem;
  border-radius: 9999px;
  font-size: 0.85rem;
  font-weight: 800;
  color: #44403C;
  cursor: pointer;
  transition: all 200ms ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.03);
}

.gallery-filter-btn:hover, .gallery-filter-btn.is-active {
  background: #0045a1;
  color: #FFFFFF;
  border-color: #0045a1;
  box-shadow: 0 10px 25px rgba(0, 69, 161, 0.2);
}

/* Video Reels Section Grid */
.gallery-videos-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-bottom: 3.5rem;
}

.gallery-video-card {
  background: #0B1120;
  border-radius: 1.75rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.gallery-video-element {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
  background: #000;
}

.gallery-video-info {
  padding: 1.25rem 1.5rem;
  background: rgba(11, 17, 32, 0.95);
  color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gallery-video-title {
  font-size: 1.05rem;
  font-weight: 800;
  color: #FFFFFF;
  margin-bottom: 0.2rem;
}

.gallery-video-tag {
  font-size: 0.8rem;
  color: #F59E0B;
  font-weight: 700;
}

/* Photo Gallery Bento Grid */
.gallery-photos-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  margin-bottom: 3.5rem;
}

.gallery-photo-card {
  position: relative;
  aspect-ratio: 1;
  border-radius: 1.25rem;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  background: #0B1120;
}

.gallery-photo-card.tall {
  grid-row: span 2;
  aspect-ratio: 1/2.05;
}

.gallery-photo-card.wide {
  grid-column: span 2;
  aspect-ratio: 2.05/1;
}

.gallery-photo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms cubic-bezier(0.16, 1, 0.3, 1);
}

.gallery-photo-card:hover .gallery-photo-img {
  transform: scale(1.08);
}

.gallery-photo-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, transparent 40%, rgba(15, 23, 42, 0.85) 100%);
  opacity: 0;
  transition: opacity 300ms ease;
  display: flex;
  align-items: flex-end;
  padding: 1.25rem;
  color: #FFFFFF;
}

.gallery-photo-card:hover .gallery-photo-overlay {
  opacity: 1;
}

.gallery-photo-caption {
  font-size: 0.9rem;
  font-weight: 800;
  color: #FFFFFF;
}

/* Lightbox Modal */
.gallery-lightbox-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(11, 17, 32, 0.96);
  backdrop-filter: blur(15px);
  z-index: 100000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  box-sizing: border-box;
}

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

.lightbox-content {
  max-width: 90vw;
  max-height: 90vh;
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.6);
  position: relative;
  display: flex;
  flex-direction: column;
  background: #0B1120;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.lightbox-content img {
  max-width: 100%;
  max-height: calc(88vh - 65px);
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
  margin: 0 auto;
}

.lightbox-caption-bar {
  padding: 1rem 1.5rem;
  background: #0B1120;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.lightbox-caption-bar span {
  font-weight: 800;
  font-size: 1.05rem;
  color: #50a9dd;
}

.lightbox-close-btn {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background: rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 200ms ease;
  z-index: 100001;
}

.lightbox-close-btn:hover {
  background: #0d5cb9;
  transform: scale(1.05);
}

@media (max-width: 1024px) {
  .gallery-photos-grid { grid-template-columns: repeat(3, 1fr); }
  .gallery-videos-grid { grid-template-columns: 1fr; }
}

@media (max-width: 650px) {
  .gallery-photos-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-photo-card.wide { grid-column: span 1; aspect-ratio: 1; }
  .gallery-photo-card.tall { grid-row: span 1; aspect-ratio: 1; }
}

/* ==========================================================================
   LIVE SOCIAL PROOF NOTIFICATION TOAST POPUP SYSTEM
   ========================================================================== */
.live-toast-container {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 999999;
  pointer-events: none;
}

.live-toast-popup {
  pointer-events: auto;
  background: #FFFFFF;
  border: 1.5px solid #0045a1;
  border-radius: 1.25rem;
  padding: 0.9rem 1.25rem;
  box-shadow: 0 20px 45px rgba(11, 17, 32, 0.22);
  display: flex;
  align-items: center;
  gap: 0.85rem;
  max-width: 380px;
  transform: translateY(120%);
  opacity: 0;
  transition: transform 500ms cubic-bezier(0.16, 1, 0.3, 1), opacity 400ms ease;
  position: relative;
}

.live-toast-popup.is-visible {
  transform: translateY(0);
  opacity: 1;
}

.live-toast-avatar {
  width: 44px;
  height: 44px;
  border-radius: 0.75rem;
  object-fit: cover;
  flex-shrink: 0;
  border: 1px solid #E7E5E4;
}

.live-toast-content {
  flex: 1;
}

.live-toast-header-row {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.2rem;
  padding-right: 24px;
}

.live-toast-dot {
  width: 7px;
  height: 7px;
  background: #10B981;
  border-radius: 50%;
  box-shadow: 0 0 6px #10B981;
  flex-shrink: 0;
}

.live-toast-tag {
  font-size: 0.7rem;
  font-weight: 900;
  color: #0045a1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.live-toast-time {
  font-size: 0.7rem;
  color: #78716C;
  margin-left: auto;
  font-weight: 600;
}

.live-toast-message {
  font-size: 0.825rem;
  font-weight: 600;
  color: #1C1917;
  line-height: 1.35;
  padding-right: 12px;
}

.live-toast-close {
  position: absolute;
  top: 8px;
  right: 10px;
  background: #F5F5F4;
  border: 1px solid #E7E5E4;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  color: #78716C;
  font-size: 0.95rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition: all 150ms ease;
  z-index: 10;
}

.live-toast-close:hover {
  background: #0045a1;
  color: #FFFFFF;
  border-color: #0045a1;
}

@media (max-width: 650px) {
  .live-toast-container {
    bottom: 16px;
    left: 16px;
    right: 16px;
  }
  .live-toast-popup {
    max-width: 100%;
  }
}



/* ==========================================================================
   GLOBAL LITERARY BLOG & ARTICLE SYSTEM (.blog-layout)
   ========================================================================== */

.blog-featured-hero {
  background: #FFFFFF;
  border-radius: 1.5rem;
  border: 1px solid #E2E8F0;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
  margin-bottom: 3.5rem;
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  transition: transform 300ms ease, box-shadow 300ms ease;
}

.blog-featured-hero:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.1);
}

.blog-featured-img-wrap {
  position: relative;
  min-height: 380px;
  overflow: hidden;
}

.blog-featured-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(0.16, 1, 0.3, 1);
}

.blog-featured-hero:hover .blog-featured-img {
  transform: scale(1.04);
}

.blog-tag-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #0045a1;
  color: #FFFFFF;
  font-size: 0.725rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(0, 69, 161, 0.3);
}

.blog-featured-content {
  padding: 3rem 3.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.blog-meta-date {
  font-size: 0.85rem;
  color: #64748B;
  font-weight: 600;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.blog-featured-title {
  font-size: clamp(1.6rem, 2.5vw, 2.1rem);
  font-weight: 900;
  color: #0F172A;
  line-height: 1.25;
  margin-bottom: 1rem;
  letter-spacing: -0.5px;
}

.blog-featured-title a {
  color: inherit;
  transition: color 200ms ease;
}

.blog-featured-title a:hover {
  color: #0045a1;
}

.blog-featured-desc {
  font-size: 1.025rem;
  color: #475569;
  line-height: 1.65;
  margin-bottom: 1.75rem;
}

.blog-author-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 1.25rem;
  border-top: 1px solid #F1F5F9;
}

.blog-author-info {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.blog-author-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #0045a1;
}

.blog-author-name {
  font-weight: 800;
  font-size: 0.925rem;
  color: #0F172A;
}

.blog-author-role {
  font-size: 0.775rem;
  color: #64748B;
}

.blog-read-btn {
  background: #0045a1;
  color: #FFFFFF;
  padding: 0.65rem 1.5rem;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.875rem;
  transition: all 200ms ease;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.blog-read-btn:hover {
  background: #9F1239;
  transform: translateX(3px);
  box-shadow: 0 4px 12px rgba(0, 69, 161, 0.25);
}

/* Articles Grid */
.blog-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 2rem;
  margin-bottom: 4rem;
}

.blog-card {
  background: #FFFFFF;
  border-radius: 1.25rem;
  border: 1px solid #E2E8F0;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
  display: flex;
  flex-direction: column;
  transition: all 300ms cubic-bezier(0.16, 1, 0.3, 1);
}

.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
  border-color: #CBD5E1;
}

.blog-card-img-wrap {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.blog-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.blog-card:hover .blog-card-img {
  transform: scale(1.06);
}

.blog-card-body {
  padding: 1.75rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.blog-card-title {
  font-size: 1.25rem;
  font-weight: 800;
  color: #0F172A;
  line-height: 1.35;
  margin-bottom: 0.75rem;
}

.blog-card-title a {
  color: inherit;
  transition: color 200ms ease;
}

.blog-card-title a:hover {
  color: #0045a1;
}

.blog-card-excerpt {
  font-size: 0.925rem;
  color: #475569;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.blog-card-footer {
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid #F1F5F9;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-card-category {
  font-size: 0.8rem;
  font-weight: 800;
  color: #0045a1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.blog-card-link {
  font-size: 0.875rem;
  font-weight: 800;
  color: #0F172A;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  transition: color 200ms ease;
}

.blog-card-link:hover {
  color: #0045a1;
}

@media (max-width: 900px) {
  .blog-featured-hero {
    grid-template-columns: 1fr;
  }
  .blog-featured-content {
    padding: 2rem;
  }
}

/* ==========================================================================
   SLIDING PARTNER LOGOS MARQUEE TICKER STYLES
   ========================================================================== */
.footer-marquee-section {
  background: #FAF8F5;
  padding: 2.25rem 0;
  border-top: 1px solid #E7E5E4;
  border-bottom: 1px solid #E7E5E4;
  overflow: hidden;
}

.marquee-header-tag {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.25em;
  color: #78716C;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}

.footer-marquee-mask {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}

.footer-marquee-track {
  display: inline-flex;
  align-items: center;
  gap: 2rem;
  animation: footerMarquee 25s linear infinite;
}

.footer-marquee-track:hover {
  animation-play-state: paused;
}

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

.footer-marquee-track img,
.partner-card img {
  max-height: 38px;
  width: auto;
  max-width: 160px;
  object-fit: contain;
  vertical-align: middle;
}

.partner-card {
  background: #FFFFFF;
  border: 1px solid #E7E5E4;
  padding: 0.75rem 1.75rem;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  box-shadow: 0 4px 15px rgba(0,0,0,0.03);
  font-size: 0.9rem;
  font-weight: 700;
  color: #1C1917;
  flex-shrink: 0;
}

.partner-badge {
  background: #FEF3C7;
  color: #D97706;
  font-size: 0.675rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  padding: 0.2rem 0.5rem;
  border-radius: 0.35rem;
}

.partner-bn-logo {
  font-family: serif;
  font-weight: 900;
  letter-spacing: 1px;
  color: #064E3B;
}

.partner-ibpa-logo {
  background: #0284C7;
  color: #FFFFFF;
  font-weight: 900;
  font-size: 0.75rem;
  padding: 0.15rem 0.4rem;
  border-radius: 0.25rem;
}

.partner-ipg-logo {
  color: #0045a1;
  font-weight: 900;
  font-size: 1.1rem;
}

.partner-card-sub {
  color: #57534E;
  font-size: 0.85rem;
}







.arched-event-card {
  background: #FFFFFF;
  border-radius: 2rem;
  padding: 1.25rem;
  border: 1px solid rgba(231, 229, 228, 0.9);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 350ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 350ms ease, border-color 350ms ease;
  position: relative;
}

.arched-event-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 50px rgba(0, 69, 161, 0.15);
  border-color: rgba(13, 92, 185, 0.5);
}

.arched-image-box {
  width: 100%;
  aspect-ratio: 4/4.8;
  border-radius: 120px 120px 20px 20px;
  overflow: hidden;
  position: relative;
  background: #14060B;
}

.arched-image-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.arched-event-card:hover .arched-image-bg {
  transform: scale(1.08);
}

.arched-country-pill {
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  background: #0d5cb9;
  color: #FFFFFF !important;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 5px 14px;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 4px 12px rgba(13, 92, 185, 0.4);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  z-index: 5;
  text-transform: uppercase;
}

.arched-date-bar {
  position: absolute !important;
  bottom: 12px !important;
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%) !important;
  width: auto !important;
  max-width: 90% !important;
  box-sizing: border-box !important;
  background: rgba(15, 23, 42, 0.92) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1.5px solid rgba(80, 169, 221, 0.5) !important;
  border-radius: 9999px !important;
  padding: 4px 12px 4px 5px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  color: #FFFFFF !important;
  z-index: 10 !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4) !important;
  margin: 0 !important;
  white-space: nowrap !important;
}

.arched-date-month {
  background: #0d5cb9 !important;
  color: #FFFFFF !important;
  font-weight: 900 !important;
  font-size: 0.72rem !important;
  padding: 3px 9px !important;
  border-radius: 9999px !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  flex-shrink: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1.2 !important;
}

.arched-date-range {
  font-size: 0.95rem !important;
  font-weight: 900 !important;
  color: #FFFFFF !important;
  letter-spacing: 0.02em !important;
  font-family: var(--font-nav), sans-serif !important;
  white-space: nowrap !important;
  flex-shrink: 0 !important;
  line-height: 1.2 !important;
}

.arched-date-year {
  font-size: 0.82rem !important;
  font-weight: 800 !important;
  color: #CBD5E1 !important;
  flex-shrink: 0 !important;
  line-height: 1.2 !important;
}

.arched-card-title {
  font-weight: 900;
  font-size: 1.1rem;
  color: #1C1917;
  text-transform: uppercase;
  text-align: center;
  margin: 1.15rem 0 0.5rem 0;
  line-height: 1.25;
}

.arched-card-sub {
  font-size: 0.825rem;
  color: #78716C;
  text-align: center;
  margin-bottom: 0.75rem;
}

.arched-pricing-box {
  background: #FAF8F5;
  border: 1px solid #E7E5E4;
  border-radius: 1rem;
  padding: 0.75rem 1rem;
  margin: 0.5rem 0 1rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.arched-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.825rem;
  color: #44403C;
}

.arched-price-row strong {
  color: #0045a1;
  font-weight: 800;
}

.arched-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.45rem;
  margin-top: auto;
  padding-top: 0.65rem;
  flex-wrap: wrap;
}

.arched-status-badge {
  background: rgba(13, 92, 185, 0.12);
  color: #0d5cb9;
  border: 1px solid rgba(13, 92, 185, 0.25);
  font-size: 0.7rem;
  font-weight: 800;
  padding: 0.35rem 0.65rem;
  border-radius: 9999px;
  text-transform: uppercase;
  white-space: nowrap;
  flex-shrink: 0;
}

.arched-status-badge.sold-out {
  background: rgba(120, 113, 108, 0.15);
  color: #78716C;
  border-color: rgba(120, 113, 108, 0.3);
}

.arched-btn-pass {
  background: #0045a1;
  color: #FFFFFF;
  font-weight: 800;
  font-size: 0.8rem;
  padding: 0.45rem 0.95rem;
  border-radius: 9999px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  box-shadow: 0 4px 12px rgba(0, 69, 161, 0.25);
  transition: background 200ms ease, transform 200ms ease;
  white-space: normal;
  text-align: center;
  max-width: 100%;
}

.arched-btn-pass:hover {
  background: #9F1239;
  transform: translateY(-1px);
}

/* REGISTRATION & PACKAGES TABBED TOGGLE */
.pkg-tabs-header {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 3rem;
}

.pkg-tab-btn {
  background: #FFFFFF;
  border: 1.5px solid #E7E5E4;
  color: #57534E;
  font-weight: 800;
  font-size: 1rem;
  padding: 0.85rem 2rem;
  border-radius: 9999px;
  cursor: pointer;
  transition: all 200ms ease;
}

.pkg-tab-btn.is-active {
  background: #0045a1;
  color: #FFFFFF;
  border-color: #0045a1;
  box-shadow: 0 10px 25px rgba(0, 69, 161, 0.25);
}

.pkg-tab-content {
  display: none;
}

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

@media (max-width: 1200px) {
  .arched-events-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  .arched-events-grid { grid-template-columns: 1fr; }
}


/* ==========================================================================
   SUBPAGE VIDEO HERO WITH RED SHOWCASE OVERLAY
   ========================================================================== */
.subpage-hero-banner {
  position: relative;
  margin-top: var(--header-height);
  min-height: 380px;
  padding: 4.5rem 0;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
  background: #0B1120;
}

.subpage-hero-video-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0.45;
  filter: brightness(0.8) contrast(1.1);
}

.subpage-hero-red-showcase {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.92) 0%, rgba(13, 92, 185, 0.82) 50%, rgba(11, 17, 32, 0.95) 100%);
  backdrop-filter: blur(4px);
  border-bottom: 1.5px solid rgba(80, 169, 221, 0.35);
}

.subpage-hero-banner .container {
  position: relative;
  z-index: 3;
}

/* ==========================================================================
   EXHIBITION CARDS (HOMEPAGE DESIGN STYLE) & PRICING PACKAGES
   ========================================================================== */
.exhibit-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 2rem;
}

.exhibit-card-home {
  background: #FFFFFF;
  border-radius: 1.75rem;
  overflow: hidden;
  border: 1px solid rgba(231, 229, 228, 0.9);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 350ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 350ms ease, border-color 350ms ease;
  position: relative;
}

.exhibit-card-home:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 50px rgba(140, 21, 50, 0.12);
  border-color: rgba(13, 92, 185, 0.4);
}

.exhibit-card-header {
  background: linear-gradient(135deg, #1E0911 0%, #3D0C22 100%);
  color: #FFFFFF;
  padding: 1.75rem 1.75rem 1.25rem 1.75rem;
  position: relative;
}

.exhibit-card-code {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  color: #F59E0B;
  text-transform: uppercase;
  margin-bottom: 0.35rem;
}

.exhibit-card-title {
  font-size: 1.25rem;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 1.3;
}

.exhibit-card-meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 0.75rem;
}

.exhibit-card-body {
  padding: 1.75rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.exhibit-price-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1rem 0 1.5rem 0;
}

.exhibit-price-chip {
  background: #FAF8F5;
  border: 1px solid #E7E5E4;
  padding: 0.4rem 0.75rem;
  border-radius: 0.75rem;
  font-size: 0.85rem;
  font-weight: 700;
  color: #1C1917;
}

.exhibit-price-chip strong {
  color: #0045a1;
}

.exhibit-card-actions {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.exhibit-btn-primary {
  flex: 1;
  background: #0045a1;
  color: #FFFFFF;
  font-weight: 800;
  font-size: 0.875rem;
  padding: 0.75rem 1rem;
  border-radius: 9999px;
  text-decoration: none;
  text-align: center;
  transition: background 200ms ease, transform 200ms ease;
}

.exhibit-btn-primary:hover {
  background: #9F1239;
  transform: translateY(-1px);
}

.exhibit-btn-secondary {
  color: #57534E;
  font-weight: 700;
  font-size: 0.875rem;
  padding: 0.75rem 1rem;
  text-decoration: none;
  transition: color 200ms ease;
}

.exhibit-btn-secondary:hover {
  color: #0045a1;
}

.exhibit-soldout-badge {
  background: #78716C;
  color: #FFFFFF;
  font-size: 0.8rem;
  font-weight: 800;
  padding: 0.4rem 0.85rem;
  border-radius: 9999px;
  display: inline-block;
}

/* APPLICATION FORM MODAL / SECTION */
.exhibit-form-box {
  background: #FFFFFF;
  border-radius: 2rem;
  padding: 3rem;
  border: 1px solid #E7E5E4;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  margin-top: 3rem;
}

.exhibit-form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.exhibit-form-group {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.exhibit-form-group.full-width {
  grid-column: span 2;
}

.exhibit-form-label {
  font-size: 0.875rem;
  font-weight: 700;
  color: #1C1917;
}

.exhibit-form-input, .exhibit-form-select, .exhibit-form-textarea {
  width: 100%;
  padding: 0.85rem 1.15rem;
  border-radius: 0.85rem;
  border: 1.5px solid #D6D3D1;
  font-size: 0.95rem;
  color: #1C1917;
  background: #FAF8F5;
  transition: border-color 200ms ease, box-shadow 200ms ease;
}

.exhibit-form-input:focus, .exhibit-form-select:focus, .exhibit-form-textarea:focus {
  outline: none;
  border-color: #0045a1;
  box-shadow: 0 0 0 3px rgba(0, 69, 161, 0.15);
  background: #FFFFFF;
}

.exhibit-submit-btn {
  background: linear-gradient(135deg, #0045a1 0%, #9F1239 100%);
  color: #FFFFFF;
  font-weight: 800;
  font-size: 1.05rem;
  padding: 1rem 2.5rem;
  border-radius: 9999px;
  border: none;
  cursor: pointer;
  box-shadow: 0 10px 25px rgba(0, 69, 161, 0.25);
  transition: transform 200ms ease, box-shadow 200ms ease;
  width: fit-content;
}

.exhibit-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 30px rgba(0, 69, 161, 0.35);
}

@media (max-width: 900px) {
  .exhibit-cards-grid { grid-template-columns: 1fr; }
  .exhibit-form-grid { grid-template-columns: 1fr; }
  .exhibit-form-group.full-width { grid-column: span 1; }
  .exhibit-form-box { padding: 1.75rem; }
}

/* ==========================================================================
   GLOBAL LITERARY BLOG & ARTICLE SYSTEM
   ========================================================================== */

.blog-featured-hero {
  background: #FFFFFF;
  border-radius: 1.5rem;
  border: 1px solid #E2E8F0;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
  margin-bottom: 3.5rem;
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  transition: transform 300ms ease, box-shadow 300ms ease;
}

.blog-featured-hero:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.1);
}

.blog-featured-img-wrap {
  position: relative;
  min-height: 380px;
  overflow: hidden;
}

.blog-featured-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(0.16, 1, 0.3, 1);
}

.blog-featured-hero:hover .blog-featured-img {
  transform: scale(1.04);
}

.blog-tag-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #0045a1;
  color: #FFFFFF;
  font-size: 0.725rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(0, 69, 161, 0.3);
  z-index: 2;
}

.blog-featured-content {
  padding: 3rem 3.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.blog-meta-date {
  font-size: 0.85rem;
  color: #64748B;
  font-weight: 600;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.blog-featured-title {
  font-size: clamp(1.6rem, 2.5vw, 2.1rem);
  font-weight: 900;
  color: #0F172A;
  line-height: 1.25;
  margin-bottom: 1rem;
  letter-spacing: -0.5px;
}

.blog-featured-title a {
  color: inherit;
  text-decoration: none;
  transition: color 200ms ease;
}

.blog-featured-title a:hover {
  color: #0045a1;
}

.blog-featured-desc {
  font-size: 1.025rem;
  color: #475569;
  line-height: 1.65;
  margin-bottom: 1.75rem;
}

.blog-author-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 1.25rem;
  border-top: 1px solid #F1F5F9;
}

.blog-author-info {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.blog-author-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #0045a1;
}

.blog-author-name {
  font-weight: 800;
  font-size: 0.925rem;
  color: #0F172A;
}

.blog-author-role {
  font-size: 0.775rem;
  color: #64748B;
}

.blog-read-btn {
  background: #0045a1;
  color: #FFFFFF;
  padding: 0.65rem 1.5rem;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.875rem;
  text-decoration: none;
  transition: all 200ms ease;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.blog-read-btn:hover {
  background: #9F1239;
  transform: translateX(3px);
  box-shadow: 0 4px 12px rgba(0, 69, 161, 0.25);
  color: #FFFFFF;
}

/* Blog Articles Grid */
.blog-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 4rem;
}

.blog-card {
  background: #FFFFFF;
  border-radius: 1.25rem;
  border: 1px solid #E2E8F0;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
  display: flex;
  flex-direction: column;
  transition: all 300ms cubic-bezier(0.16, 1, 0.3, 1);
}

.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
  border-color: #CBD5E1;
}

.blog-card-img-wrap {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.blog-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.blog-card:hover .blog-card-img {
  transform: scale(1.06);
}

.blog-card-body {
  padding: 1.75rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.blog-card-title {
  font-size: 1.2rem;
  font-weight: 800;
  color: #0F172A;
  line-height: 1.35;
  margin-bottom: 0.75rem;
}

.blog-card-title a {
  color: inherit;
  text-decoration: none;
  transition: color 200ms ease;
}

.blog-card-title a:hover {
  color: #0045a1;
}

.blog-card-excerpt {
  font-size: 0.925rem;
  color: #475569;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.blog-card-footer {
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid #F1F5F9;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-card-category {
  font-size: 0.8rem;
  font-weight: 800;
  color: #0045a1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.blog-card-link {
  font-size: 0.875rem;
  font-weight: 800;
  color: #0F172A;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  transition: color 200ms ease;
}

.blog-card-link:hover {
  color: #0045a1;
}

@media (max-width: 1024px) {
  .blog-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .blog-featured-hero {
    grid-template-columns: 1fr;
  }
  .blog-featured-img-wrap {
    min-height: 240px;
  }
  .blog-featured-content {
    padding: 2rem;
  }
  .blog-cards-grid {
    grid-template-columns: 1fr;
  }
  .blog-author-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}

/* ==========================================================================
   VIDEO ARTIST REVIEWS SECTION (LEFT EVENT TABS, RIGHT HD VIDEO STAGE)
   ========================================================================== */
.video-reviews-section {
  padding: 5.5rem 0 6rem 0;
  background: #F8FAFC;
  border-top: 1px solid #E2E8F0;
  border-bottom: 1px solid #E2E8F0;
  position: relative;
  overflow: hidden;
}

.video-reviews-grid {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 2.5rem;
  align-items: center;
}

.video-review-tabs {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.review-tab-item {
  background: #FFFFFF;
  border: 1.5px solid #E2E8F0;
  border-radius: 16px;
  padding: 1.25rem 1.4rem;
  cursor: pointer;
  transition: all 300ms cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
}

.review-tab-item:hover {
  transform: translateX(6px);
  border-color: #0045a1;
  box-shadow: 0 10px 24px rgba(13, 92, 185, 0.12);
}

.review-tab-item.is-active {
  background: #0F172A;
  border-color: #0045a1;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.18);
  transform: translateX(10px);
}

.tab-badge {
  display: inline-block;
  font-size: 0.675rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #0045a1;
  background: #FFE4E6;
  padding: 3px 10px;
  border-radius: 9999px;
  margin-bottom: 0.5rem;
}

.review-tab-item.is-active .tab-badge {
  background: rgba(13, 92, 185, 0.25);
  color: #50a9dd;
}

.tab-title {
  font-size: 1.05rem;
  font-weight: 800;
  color: #0F172A;
  margin-bottom: 0.4rem;
  line-height: 1.35;
}

.review-tab-item.is-active .tab-title {
  color: #FFFFFF;
}

.tab-meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.8rem;
}

.tab-stars {
  color: #F59E0B;
  font-size: 0.85rem;
}

.tab-author {
  color: #64748B;
  font-weight: 600;
}

.review-tab-item.is-active .tab-author {
  color: #94A3B8;
}

/* RIGHT HD VIDEO STAGE */
.video-review-stage {
  width: 100%;
}

.video-stage-frame {
  position: relative;
  width: 100%;
  height: 480px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.25);
  border: 2px solid rgba(13, 92, 185, 0.3);
  background: #0F172A;
}

.review-stage-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-stage-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.3) 0%, rgba(15, 23, 42, 0.88) 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem;
}

.stage-tag-badge {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(15, 23, 42, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
  font-size: 0.725rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  padding: 6px 16px;
  border-radius: 9999px;
  backdrop-filter: blur(12px);
}

.pulse-red-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0d5cb9;
  box-shadow: 0 0 10px #0d5cb9;
  animation: pulse 1.5s infinite;
}

.stage-stars {
  color: #F59E0B;
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
}

.stage-quote {
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.45;
  margin-bottom: 1.25rem;
  font-style: italic;
}

.stage-artist-footer {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.artist-avatar-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #0d5cb9;
  color: #FFFFFF;
  font-weight: 900;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(13, 92, 185, 0.5);
}

.artist-name {
  font-size: 1.1rem;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 1.2;
}

.artist-role {
  font-size: 0.825rem;
  color: #94A3B8;
  font-weight: 600;
}

@media (max-width: 992px) {
  .video-reviews-grid {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }
  .video-stage-frame {
    height: 380px;
    border-radius: 18px;
  }
}

@media (max-width: 768px) {
  .video-reviews-grid {
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important;
  }

  .video-review-stage {
    order: -1;
    width: 100% !important;
  }

  .video-stage-frame {
    height: auto !important;
    aspect-ratio: 16 / 9 !important;
    min-height: 280px !important;
    border-radius: 16px !important;
  }

  .video-stage-overlay {
    padding: 1rem 1.15rem !important;
  }

  .stage-tag-badge {
    padding: 4px 10px !important;
    font-size: 0.65rem !important;
    white-space: normal !important;
    max-width: 100% !important;
    line-height: 1.3 !important;
  }

  .stage-stars {
    font-size: 0.95rem !important;
    margin-bottom: 0.35rem !important;
  }

  .stage-quote {
    font-size: 0.95rem !important;
    line-height: 1.4 !important;
    margin-bottom: 0.75rem !important;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .artist-avatar-circle {
    width: 38px !important;
    height: 38px !important;
    font-size: 0.95rem !important;
  }

  .artist-name {
    font-size: 0.95rem !important;
  }

  .artist-role {
    font-size: 0.75rem !important;
  }

  .video-review-tabs {
    gap: 0.75rem !important;
    width: 100% !important;
  }

  .review-tab-item {
    padding: 1rem 1.15rem !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    transform: none !important;
  }

  .review-tab-item:hover,
  .review-tab-item.is-active {
    transform: none !important;
  }

  .tab-title {
    font-size: 0.95rem !important;
    line-height: 1.4 !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
    word-break: break-word !important;
  }
}

/* ==========================================================================
   HIGH-END FOOTER STYLING & PERFECT SINGLE-LINE TOP ALIGNMENT
   ========================================================================== */
/* ==========================================================================
   WEBSITE BRAND THEMED LUXURY FOOTER (DEEP VELVET BURGUNDY & WINE)
   ========================================================================== */
.site-footer {
  background: linear-gradient(180deg, #1C050F 0%, #120209 100%);
  border-top: none !important;
  border-bottom: none !important;
  padding: 4.5rem 0 2.5rem 0;
  color: #E2D5D9;
  position: relative;
}

.site-footer .footer-top-strip {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr 1.35fr;
  gap: 2.25rem;
  align-items: flex-start; /* Perfect single-line top alignment */
}

.footer-brand-col,
.footer-nav-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
}

.footer-brand-logo,
.footer-col-title {
  height: 36px;
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
  margin-top: 0;
}

.footer-brand-logo {
  text-decoration: none;
  line-height: 1;
}

.footer-brand-logo .brand-name {
  font-weight: 900;
  font-size: 1.5rem;
  color: #FFFFFF;
  line-height: 1;
  letter-spacing: -0.5px;
}

.footer-brand-logo .brand-accent {
  color: #50a9dd;
}

.footer-brand-desc {
  font-size: 0.88rem;
  color: #D1C4C8;
  line-height: 1.55;
  margin: 0;
  max-width: 280px;
}

.footer-col-title {
  font-size: 0.95rem;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: 0.02em;
}

.footer-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.footer-links-list a {
  font-size: 0.88rem;
  color: #D1C4C8;
  font-weight: 600;
  text-decoration: none;
  transition: color 200ms ease;
  line-height: 1.4;
}

.footer-links-list a:hover {
  color: #50a9dd;
}

/* Subscribe Column in Footer */
.footer-subscribe-col {
  width: 100%;
}

.footer-newsletter-desc {
  font-size: 0.85rem;
  color: #D1C4C8;
  line-height: 1.5;
  margin: 0 0 0.85rem 0;
}

.footer-newsletter-box {
  width: 100%;
}

.newsletter-input-group {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1.5px solid rgba(80, 169, 221, 0.3);
  border-radius: 9999px;
  padding: 3px 3px 3px 14px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  width: 100%;
  box-sizing: border-box;
  transition: all 200ms ease;
}

.newsletter-input-group:focus-within {
  border-color: #50a9dd;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 0 3px rgba(80, 169, 221, 0.25);
}

.newsletter-email-input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  font-size: 0.825rem;
  color: #FFFFFF;
  padding: 6px 0;
  min-width: 0;
}

.newsletter-email-input::placeholder {
  color: #A8959B;
}

.newsletter-submit-btn {
  background: #0d5cb9;
  color: #FFFFFF;
  border: none;
  border-radius: 9999px;
  padding: 7px 16px;
  font-size: 0.8rem;
  font-weight: 800;
  cursor: pointer;
  transition: background 200ms ease;
  flex-shrink: 0;
  white-space: nowrap;
}

.newsletter-submit-btn:hover {
  background: #0045a1;
}

/* Bottom Logo Marquee Section: Above Copyright (Border-Free) */
.site-footer .footer-marquee-section {
  background: transparent;
  border: none !important;
  padding: 1.5rem 0;
  margin-top: 3.5rem;
  margin-bottom: 1.5rem;
  width: 100%;
}

.site-footer .marquee-header-tag {
  color: #A8959B;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-align: center;
  margin-bottom: 1.25rem;
}

.site-footer .partner-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(80, 169, 221, 0.18);
  color: #FDF2F4;
  border-radius: 9999px;
  padding: 8px 20px;
}

.site-footer .partner-bn-logo {
  color: #FFFFFF;
}

.site-footer .partner-badge {
  background: rgba(245, 158, 11, 0.2);
  color: #FBBF24;
  border: 1px solid rgba(245, 158, 11, 0.35);
}

.site-footer .partner-card-sub {
  color: #D1C4C8;
}

.footer-bottom-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.5rem;
  text-align: center;
  border-top: none !important;
}

.footer-copyright {
  font-size: 0.825rem;
  color: #A8959B;
  font-weight: 600;
  text-align: center;
}

@media (max-width: 1100px) {
  .site-footer .footer-top-strip {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
  .footer-brand-col {
    grid-column: span 3;
    margin-bottom: 1rem;
  }
  .footer-subscribe-col {
    grid-column: span 3;
    margin-top: 1rem;
  }
}

@media (max-width: 640px) {
  .site-footer .footer-top-strip {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .footer-brand-col,
  .footer-subscribe-col {
    grid-column: span 1;
  }
}

/* ==========================================================================
   SUMMARIZED DATE CARDS (MATCHING REFERENCE IMAGE)
   ========================================================================== */
.book-fair-highlights-arched {
  padding: 5rem 0;
  background: #FAFAFA;
}

.arched-section-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.arched-eyebrow {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.25em;
  color: #50a9dd;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.arched-title {
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  font-weight: 900;
  color: #0F172A;
  margin-bottom: 0.75rem;
  letter-spacing: -0.5px;
}

.arched-desc {
  font-size: 1.05rem;
  color: #64748B;
  max-width: 650px;
  margin: 0 auto;
}

/* Tabs */
.arched-tabs-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}

.arched-tab-capsule {
  display: inline-flex;
  background: #FFFFFF;
  padding: 5px;
  border-radius: 9999px;
  border: 1px solid #E2E8F0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
}

.arched-tab-btn {
  border: none;
  background: transparent;
  padding: 10px 24px;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 800;
  color: #64748B;
  cursor: pointer;
  transition: all 200ms ease;
  letter-spacing: 0.04em;
}

.arched-tab-btn.is-active {
  background: #0d5cb9;
  color: #FFFFFF;
  box-shadow: 0 4px 12px rgba(13, 92, 185, 0.35);
}

/* Cards Grid */
.arched-gallery-container {
  display: none;
}

.arched-gallery-container.is-active {
  display: block;
}

.arched-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.75rem;
}

/* Individual Card (Matching Reference Screenshot) */
.arched-card {
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1.5px solid #50a9dd;
  border-radius: 24px;
  padding: 12px 12px 18px 12px;
  box-shadow: 0 10px 30px rgba(80, 169, 221, 0.08);
  display: flex;
  flex-direction: column;
  transition: transform 300ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 300ms ease, border-color 300ms ease;
  position: relative;
}

.arched-card:hover {
  transform: translateY(-6px);
  border-color: #50a9dd;
  box-shadow: 0 18px 40px rgba(80, 169, 221, 0.16);
}

/* Image Frame */
.arched-image-frame {
  position: relative;
  width: 100%;
  height: 275px;
  border-radius: 18px;
  overflow: hidden;
  background: #0F172A;
  box-sizing: border-box;
}

.arched-image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 500ms ease;
}

.arched-card:hover .arched-image-frame img {
  transform: scale(1.06);
}

.arched-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.25) 0%, rgba(15, 23, 42, 0) 40%, rgba(15, 23, 42, 0.6) 100%);
  pointer-events: none;
}

/* Top Location Pill (Red with White Text) */
.arched-card__top-tag {
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  background: #0d5cb9;
  color: #FFFFFF !important;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 5px 14px;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 4px 12px rgba(13, 92, 185, 0.4);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  z-index: 5;
  text-transform: uppercase;
}

.arched-card__top-tag .location-flag {
  font-size: 0.9rem;
}

/* Bottom Date Capsule on Image (Centered, Small & Compact) */
.arched-date-capsule-bottom,
.arched-date-bar {
  position: absolute !important;
  bottom: 12px !important;
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%) !important;
  width: auto !important;
  max-width: 90% !important;
  box-sizing: border-box !important;
  background: rgba(15, 23, 42, 0.92) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1.5px solid rgba(80, 169, 221, 0.5) !important;
  border-radius: 9999px !important;
  padding: 4px 12px 4px 5px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  color: #FFFFFF !important;
  z-index: 10 !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4) !important;
  margin: 0 !important;
  white-space: nowrap !important;
}

.date-month-badge,
.arched-date-month {
  background: #0d5cb9 !important;
  color: #FFFFFF !important;
  font-weight: 900 !important;
  font-size: 0.72rem !important;
  padding: 3px 9px !important;
  border-radius: 9999px !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  flex-shrink: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1.2 !important;
}

.date-days-text,
.arched-date-range {
  font-size: 0.95rem !important;
  font-weight: 900 !important;
  color: #FFFFFF !important;
  letter-spacing: 0.02em !important;
  font-family: var(--font-nav), sans-serif !important;
  white-space: nowrap !important;
  flex-shrink: 0 !important;
  line-height: 1.2 !important;
}

.date-year-text,
.arched-date-year {
  font-size: 0.82rem !important;
  font-weight: 800 !important;
  color: #CBD5E1 !important;
  flex-shrink: 0 !important;
  line-height: 1.2 !important;
}

/* Card Body */
.arched-card__body {
  padding: 1.25rem 0.95rem 0.95rem 0.95rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
}

.arched-card__event-title {
  font-size: 1.15rem;
  font-weight: 900;
  color: #0F172A;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 1.25rem 0;
  letter-spacing: -0.01em;
  line-height: 1.3;
}

/* Card Footer */
.arched-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
}

/* Status Pill */
.arched-status-pill {
  border: 1.5px solid #BAE6FD;
  background: #F0F9FF;
  color: #0d5cb9;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  padding: 7px 12px;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  line-height: 1;
}

.live-dot-red {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #0d5cb9;
  display: inline-block;
  animation: pulse-live-dot 1.5s infinite;
}

.arched-status-pill--gold {
  border-color: #FDE68A;
  background: #FEF3C7;
  color: #D97706;
}

.live-dot-gold {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #D97706;
  display: inline-block;
  animation: pulse-gold-dot 1.5s infinite;
}

/* Action Button */
.arched-card__action-btn {
  background: linear-gradient(135deg, #0d5cb9 0%, #50a9dd 100%);
  color: #FFFFFF !important;
  font-size: 0.85rem;
  font-weight: 800;
  padding: 8px 18px;
  border-radius: 9999px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 8px 24px rgba(13, 92, 185, 0.45);
  transition: all 300ms cubic-bezier(0.16, 1, 0.3, 1);
  white-space: nowrap;
  cursor: pointer;
  border: none;
}

.arched-card__action-btn svg {
  width: 15px;
  height: 15px;
  stroke: currentColor;
  transition: transform 200ms ease;
}

.arched-card__action-btn:hover {
  background: linear-gradient(135deg, #0045a1 0%, #0d5cb9 100%);
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(13, 92, 185, 0.65);
}

.arched-card__action-btn:hover svg {
  transform: translateX(3px);
}

/* Responsive */
@media (max-width: 1200px) {
  .arched-cards-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  .arched-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .arched-cards-grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   EXPLORE & PARTICIPATE CINEMATIC BANNER SECTION (COMPACT & SORTED)
   ========================================================================== */
.explore-ebookfairs-section {
  position: relative;
  width: 100%;
  min-height: 480px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #0B1120;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.explore-ebookfairs__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.explore-ebookfairs__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 80% center;
  display: block;
}

.explore-ebookfairs__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, 
    rgba(11, 17, 32, 0.98) 0%, 
    rgba(11, 17, 32, 0.94) 35%, 
    rgba(11, 17, 32, 0.80) 55%, 
    rgba(11, 17, 32, 0.45) 75%, 
    rgba(15, 23, 42, 0.20) 100%),
    radial-gradient(circle at 80% 50%, rgba(13, 92, 185, 0.20) 0%, transparent 65%);
}

.explore-ebookfairs__container {
  position: relative;
  z-index: 5;
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.explore-ebookfairs__grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 4.5rem;
  align-items: center;
  width: 100%;
}

.explore-ebookfairs__left-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.explore-ebookfairs__content {
  max-width: 540px;
  text-align: left;
}

.explore-ebookfairs__eyebrow {
  display: inline-block;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  color: #38bdf8;
  text-transform: uppercase;
  margin-bottom: 0.85rem;
  text-shadow: 0 0 16px rgba(56, 189, 248, 0.45);
}

.explore-ebookfairs__title {
  font-size: clamp(2rem, 3.5vw, 2.85rem);
  font-weight: 900;
  color: #FFFFFF;
  line-height: 1.15;
  margin-bottom: 1.25rem;
  letter-spacing: -0.03em;
  font-family: var(--font-heading), sans-serif;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.7);
}

.explore-brand-highlight {
  background: linear-gradient(135deg, #7dd3fc 0%, #38bdf8 50%, #60a5fa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  display: inline-block;
  font-weight: 900;
  filter: drop-shadow(0 2px 10px rgba(56, 189, 248, 0.35));
}

.explore-brand-highlight::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #38bdf8 0%, #60a5fa 100%);
  border-radius: 2px;
  box-shadow: 0 2px 12px rgba(56, 189, 248, 0.6);
}

.explore-ebookfairs__desc {
  font-size: 1.05rem;
  color: #E2E8F0;
  line-height: 1.65;
  margin-bottom: 2.25rem;
  max-width: 510px;
  font-weight: 400;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}

.explore-ebookfairs__desc strong {
  color: #FFFFFF;
  font-weight: 700;
}

.explore-ebookfairs__btn {
  background: linear-gradient(135deg, #50a9dd 0%, #0d5cb9 100%);
  color: #FFFFFF !important;
  font-size: 0.95rem;
  font-weight: 800;
  font-family: var(--font-nav), sans-serif;
  padding: 0.85rem 2.25rem;
  border-radius: 9999px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(13, 92, 185, 0.4);
  transition: all 300ms ease;
  cursor: pointer;
  border: none;
  position: relative;
  overflow: hidden;
}

.explore-ebookfairs__btn::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -60%;
  width: 20%;
  height: 200%;
  background: rgba(255, 255, 255, 0.25);
  transform: rotate(30deg);
  transition: none;
}

.explore-ebookfairs__btn:hover {
  background: linear-gradient(135deg, #0d5cb9 0%, #003b7e 100%);
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(13, 92, 185, 0.55);
}

.explore-ebookfairs__btn:hover::after {
  left: 150%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

/* Glassmorphic Signup Card styling */
.explore-signup-card {
  background: rgba(15, 23, 42, 0.65);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  padding: 2.75rem 2.5rem;
  box-shadow: 
    0 30px 60px rgba(0, 0, 0, 0.4),
    0 0 50px rgba(13, 92, 185, 0.12);
  width: 100%;
  position: relative;
  transition: transform 300ms cubic-bezier(0.16, 1, 0.3, 1), border-color 300ms ease, box-shadow 300ms ease;
}

.explore-signup-card:hover {
  transform: translateY(-5px);
  border-color: rgba(13, 92, 185, 0.3);
  box-shadow: 
    0 40px 80px rgba(0, 0, 0, 0.5),
    0 0 60px rgba(13, 92, 185, 0.2);
}

.explore-signup-title {
  font-size: 1.35rem;
  font-weight: 800;
  color: #FFFFFF;
  margin-bottom: 0.65rem;
  letter-spacing: -0.01em;
  font-family: var(--font-heading), sans-serif;
}

.explore-signup-desc {
  font-size: 0.9rem;
  color: #94A3B8;
  line-height: 1.5;
  margin-bottom: 1.75rem;
}

.explore-signup-form {
  width: 100%;
}

.explore-input-group {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.explore-email-input {
  width: 100%;
  background: rgba(15, 23, 42, 0.8);
  border: 1.5px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: 0.9rem 1.25rem;
  color: #FFFFFF;
  font-size: 0.95rem;
  font-family: var(--font-nav), sans-serif;
  transition: all 250ms ease;
  outline: none;
}

.explore-email-input:focus {
  border-color: #0d5cb9;
  box-shadow: 0 0 0 3px rgba(13, 92, 185, 0.25);
  background: rgba(15, 23, 42, 0.95);
}

.explore-submit-btn {
  width: 100%;
  background: linear-gradient(135deg, #50a9dd 0%, #0d5cb9 100%);
  color: #FFFFFF;
  font-size: 0.95rem;
  font-weight: 800;
  font-family: var(--font-nav), sans-serif;
  padding: 0.9rem 1.25rem;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(13, 92, 185, 0.35);
  transition: all 250ms ease;
}

.explore-submit-btn:hover {
  background: linear-gradient(135deg, #0d5cb9 0%, #003b7e 100%);
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(13, 92, 185, 0.5);
}

@media (max-width: 992px) {
  .explore-ebookfairs__grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .explore-ebookfairs__content {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .explore-ebookfairs-section {
    min-height: auto;
  }
  .explore-ebookfairs__container {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .explore-ebookfairs__overlay {
    background: linear-gradient(180deg, rgba(11, 17, 32, 0.96) 0%, rgba(11, 17, 32, 0.88) 100%);
  }
}

/* ==========================================================================
   HOMEPAGE EDITORIAL BLOG & NEWS SECTION (COMPACT & SORTED)
   ========================================================================== */
.home-blog-section {
  padding: 5rem 0;
  background: #FFFFFF;
  border-bottom: none;
}

.home-blog-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
  flex-wrap: wrap;
}

.home-blog-header__left {
  max-width: 600px;
}

.home-blog-eyebrow {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.25em;
  color: #50a9dd;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.home-blog-title {
  font-size: clamp(1.85rem, 3vw, 2.5rem);
  font-weight: 900;
  color: #0F172A;
  margin-bottom: 0.5rem;
  letter-spacing: -0.03em;
  line-height: 1.2;
  font-family: var(--font-heading);
}

.home-blog-desc {
  font-size: 1rem;
  color: #64748B;
  margin: 0;
  line-height: 1.6;
}

.home-blog-view-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #FFF1F2;
  color: #0d5cb9 !important;
  border: 1.5px solid #FECDD3;
  padding: 7px 16px;
  border-radius: 9999px;
  font-size: 0.8rem;
  font-weight: 800;
  text-decoration: none;
  transition: all 200ms ease;
  white-space: nowrap;
}

.home-blog-view-all-btn svg {
  width: 14px;
  height: 14px;
  transition: transform 200ms ease;
}

.home-blog-view-all-btn:hover {
  background: #0d5cb9;
  color: #FFFFFF !important;
  border-color: #0d5cb9;
  box-shadow: 0 4px 12px rgba(13, 92, 185, 0.25);
  transform: translateY(-1px);
}

.home-blog-view-all-btn:hover svg {
  transform: translateX(3px);
}

/* 2-Column Editorial Grid (Proportional) */
.home-blog-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
  max-width: 1200px;
  margin: 0 auto;
}

.home-blog-card {
  display: flex;
  flex-direction: column;
  background: transparent;
}

.home-blog-card__media-link {
  display: block;
  text-decoration: none;
}

.home-blog-card__image-wrap {
  width: 100%;
  height: 260px;
  border-radius: 14px;
  overflow: hidden;
  background: #F8FAFC;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.07);
}

.home-blog-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 400ms ease;
}

.home-blog-card:hover .home-blog-card__img {
  transform: scale(1.03);
}

.home-blog-card__accent-bar {
  height: 3px;
  width: 36px;
  background: #0284C7;
  border-radius: 2px;
  margin-top: 10px;
}

.home-blog-card__accent-bar--magenta {
  background: #0d5cb9;
}

.home-blog-card__body {
  padding-top: 8px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.home-blog-card__date {
  font-size: 0.8rem;
  font-weight: 700;
  color: #0F172A;
  font-family: var(--font-nav), sans-serif;
  margin-bottom: 4px;
}

.home-blog-card__headline {
  font-size: 1.12rem;
  font-weight: 800;
  line-height: 1.3;
  margin: 0 0 6px 0;
  letter-spacing: -0.01em;
  font-family: var(--font-nav), sans-serif;
}

.home-blog-card__headline a {
  color: #0F172A;
  text-decoration: none;
  transition: color 200ms ease;
}

.home-blog-card__headline a:hover {
  color: #0d5cb9;
}

.home-blog-card__excerpt {
  font-size: 0.875rem;
  color: #64748B;
  line-height: 1.52;
  margin: 0 0 10px 0;
  flex: 1;
}

.home-blog-card__read-more {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.825rem;
  font-weight: 800;
  color: #0d5cb9;
  text-decoration: none;
  transition: all 200ms ease;
  margin-top: auto;
}

.home-blog-card__read-more svg {
  width: 14px;
  height: 14px;
  transition: transform 200ms ease;
}

.home-blog-card__read-more:hover {
  color: #0045a1;
  gap: 8px;
}

.home-blog-card__read-more:hover svg {
  transform: translateX(3px);
}

@media (max-width: 800px) {
  .home-blog-grid {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }
  .home-blog-card__image-wrap {
    height: 180px;
  }
}


/* ==========================================================================
   BRAND LOGO STYLING
   ========================================================================== */
.logo__img {
  height: 48px;
  width: auto;
  display: block;
}

.footer-logo__img {
  height: 42px;
  width: auto;
  display: block;
}

/* ==========================================================================
   GLOBAL MOBILE RESPONSIVENESS SUITE (TABLETS, PHABLETS & SMARTPHONES)
   ========================================================================== */

/* Universal Layout Overflow Prevention */
html, body {
  overflow-x: hidden !important;
  max-width: 100vw !important;
  width: 100% !important;
  position: relative !important;
  -webkit-text-size-adjust: 100%;
}

*, *::before, *::after {
  box-sizing: border-box !important;
}

img, video, svg, iframe {
  max-width: 100%;
  height: auto;
}

/* Responsive Containers */
@media (max-width: 1200px) {
  .container, .container--large, .container--xl {
    max-width: 100% !important;
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
    box-sizing: border-box !important;
  }
}

/* ==========================================================================
   TABLET BREAKPOINT (max-width: 1024px)
   ========================================================================== */
@media (max-width: 1024px) {
  /* Navigation Bar Structure */
  .site-header {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    background: #FFFFFF !important;
    z-index: 1000 !important;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.08) !important;
  }

  .nav-bottom {
    display: none !important;
  }

  .nav-top {
    padding: 0.65rem 0 !important;
    width: 100% !important;
  }

  .nav-top__inner {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 1.25rem !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }

  .nav-top__left {
    display: flex !important;
    align-items: center !important;
    flex-shrink: 0 !important;
  }

  .logo__img {
    height: 38px !important;
    width: auto !important;
    max-width: 180px !important;
  }

  .nav-top__center {
    display: none !important;
  }

  .meta-nav {
    display: flex !important;
    align-items: center !important;
    margin-left: auto !important;
    gap: 0 !important;
  }

  .meta-nav__list, 
  .language-switch {
    display: none !important;
  }
  
  .mobile-menu-toggle {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 5px !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    padding: 8px !important;
    border-radius: 8px !important;
    background: #F8FAFC !important;
    border: 1.5px solid #CBD5E1 !important;
    cursor: pointer !important;
    z-index: 1002 !important;
    flex-shrink: 0 !important;
  }

  .mobile-menu-toggle span {
    display: block !important;
    width: 22px !important;
    height: 2.5px !important;
    background: #0F172A !important;
    border-radius: 2px !important;
    transition: all 200ms ease !important;
  }

  .mobile-menu-toggle.is-active span:nth-child(1) {
    transform: translateY(7.5px) rotate(45deg) !important;
  }
  .mobile-menu-toggle.is-active span:nth-child(2) {
    opacity: 0 !important;
  }
  .mobile-menu-toggle.is-active span:nth-child(3) {
    transform: translateY(-7.5px) rotate(-45deg) !important;
  }

  .mobile-menu {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100vh !important;
    background: #FFFFFF !important;
    z-index: 999 !important;
    padding-top: 85px !important;
    padding-bottom: 2rem !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transition: opacity 250ms ease, visibility 250ms ease !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }

  .mobile-menu.is-open {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    display: block !important;
  }

  /* Home Hero Section */
  .hero {
    height: auto !important;
    max-height: none !important;
    min-height: 580px !important;
    padding: 7rem 0 4rem 0 !important;
    display: flex !important;
    align-items: center !important;
  }

  .hero__content,
  .hero__content--bottom-left {
    max-width: 100% !important;
  }

  .hero__title {
    font-size: clamp(2.2rem, 5vw, 3.25rem) !important;
    line-height: 1.2 !important;
  }

  .hero__subtext {
    font-size: 1.05rem !important;
    max-width: 100% !important;
  }

  /* Arched Events Grid & Gallery */
  .arched-cards-grid,
  .arched-events-grid, 
  .programme-events-grid,
  .fairs-listing-grid,
  .domestic-fairs-grid,
  .international-fairs-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1.25rem !important;
    width: 100% !important;
  }

  /* Video Review Section */
  .video-review-split {
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
    width: 100% !important;
  }

  .video-review-stage {
    order: -1;
    width: 100% !important;
  }

  /* Stats / Facts Counter Grid */
  .facts-stats-grid,
  .stats-counter-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1.25rem !important;
  }

  /* Facts Map & Dashboard Layout */
  .facts-fullscreen-wrapper {
    padding: 0 1.25rem !important;
  }

  .hud-panel {
    position: static !important;
    width: 100% !important;
    max-width: 580px !important;
    margin: 0 auto 2.5rem auto !important;
  }

  .canvas-map-wrapper {
    padding-left: 0 !important;
    justify-content: center !important;
    min-height: 440px !important;
    height: auto !important;
    width: 100% !important;
    overflow: visible !important;
  }

  .inline-world-map {
    min-height: 400px !important;
    width: 100% !important;
    height: auto !important;
  }

  .map-badge {
    font-size: 0.65rem !important;
    padding: 4px 10px !important;
  }
  .map-badge--northamerica { top: 24% !important; left: 16% !important; }
  .map-badge--europe { top: 12% !important; left: 47% !important; }
  .map-badge--germany { top: 27% !important; left: 49% !important; }
  .map-badge--asia { top: 32% !important; left: 72% !important; }
  .map-badge--latam { top: 66% !important; left: 25% !important; }
  .map-badge--africa { top: 56% !important; left: 50% !important; }

  /* Footer Navigation */
  .footer-nav-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 2rem 1.5rem !important;
  }

  .footer-subscribe-col {
    grid-column: span 2 !important;
  }

  /* Event Detail & Form Grids */
  .event-detail-split,
  .registration-split-layout,
  .contact-split-grid {
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
  }
}

/* ==========================================================================
   MOBILE LANDSCAPE & PHABLET BREAKPOINT (max-width: 768px)
   ========================================================================== */
@media (max-width: 768px) {
  /* Global Typography */
  h1, .hero__title, .subpage-main-title {
    font-size: clamp(1.85rem, 6.5vw, 2.5rem) !important;
    line-height: 1.22 !important;
  }

  h2, .section-header__title, .programme-section-title, .arched-title {
    font-size: clamp(1.5rem, 5vw, 2rem) !important;
    line-height: 1.28 !important;
  }

  h3, .subpage-section-title {
    font-size: 1.2rem !important;
  }

  .section-header__desc, .hero__subtext, .subpage-main-desc, .arched-desc {
    font-size: 0.95rem !important;
    line-height: 1.55 !important;
  }

  /* Header & Mobile Navbar */
  .site-header {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    background: #FFFFFF !important;
  }

  .nav-top {
    padding: 0.55rem 0 !important;
  }

  .nav-top__inner {
    padding: 0 1rem !important;
  }

  .logo__img {
    height: 34px !important;
  }

  /* Compact Home Hero Section */
  .hero {
    height: auto !important;
    max-height: none !important;
    min-height: 480px !important;
    padding: 5.8rem 0 3rem 0 !important;
    display: flex !important;
    align-items: center !important;
  }

  .hero__content,
  .hero__content--bottom-left {
    max-width: 100% !important;
    padding: 0 !important;
  }

  .hero__title {
    margin-bottom: 0.85rem !important;
  }

  .hero__subtext {
    margin-bottom: 1.35rem !important;
  }

  .hero__actions,
  .hero__actions--left {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 0.75rem !important;
    width: 100% !important;
  }

  .hero__cta {
    flex: 1 1 130px !important;
    min-width: 130px !important;
    padding: 0.75rem 1rem !important;
    font-size: 0.9rem !important;
    justify-content: center !important;
    text-align: center !important;
  }

  /* Subpage Hero Banners — Seamless Flush against Mobile Navbar (Zero White Gap) */
  :root {
    --header-height: 52px;
  }

  .subpage-hero-banner {
    margin-top: 50px !important;
    padding: 2.5rem 1rem 2rem 1rem !important;
    min-height: auto !important;
  }

  .subpage-breadcrumb {
    font-size: 0.78rem !important;
    margin-bottom: 0.4rem !important;
  }

  .subpage-main-title {
    font-size: clamp(1.6rem, 6vw, 2.25rem) !important;
    line-height: 1.2 !important;
    margin-bottom: 0.65rem !important;
  }

  .subpage-main-desc {
    font-size: 0.925rem !important;
    line-height: 1.55 !important;
  }

  /* About Us & Code of Conduct Responsive Article Layout */
  .sp-light-canvas [style*="grid-template-columns:1fr 320px"],
  .sp-light-canvas [style*="grid-template-columns: 1fr 320px"],
  .subpage-article-layout {
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
    max-width: 100% !important;
  }

  .sp-light-canvas aside {
    position: static !important;
    width: 100% !important;
    margin-top: 1.5rem !important;
  }

  .sp-light-canvas [style*="justify-content:space-between"] {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 0.85rem !important;
  }

  .sp-light-canvas blockquote {
    padding: 1.15rem 1.25rem !important;
    font-size: 1rem !important;
    margin: 1.5rem 0 !important;
  }

  /* BookFair Highlights & Arched Cards */
  .book-fair-highlights-arched {
    padding: 3.25rem 0 2.75rem 0 !important;
    overflow: hidden !important;
    width: 100% !important;
  }

  .arched-section-header {
    margin-bottom: 1.5rem !important;
  }

  .arched-tabs-wrapper {
    margin-bottom: 1.75rem !important;
    padding: 0 !important;
    width: 100% !important;
  }

  .arched-tab-capsule {
    width: 100% !important;
    max-width: 360px !important;
    display: flex !important;
    padding: 4px !important;
    margin: 0 auto !important;
  }

  .arched-tab-btn {
    flex: 1 1 0% !important;
    padding: 8px 6px !important;
    font-size: 0.7rem !important;
    letter-spacing: 0.3px !important;
    white-space: nowrap !important;
    text-align: center !important;
  }

  .arched-gallery-container {
    width: 100% !important;
    padding: 0 !important;
  }

  .arched-cards-grid,
  .arched-events-grid,
  .programme-events-grid,
  .fairs-listing-grid,
  .domestic-fairs-grid,
  .international-fairs-grid,
  .home-blog-grid,
  .blog-listing-grid {
    grid-template-columns: 1fr !important;
    gap: 1.25rem !important;
    width: 100% !important;
  }

  .arched-card,
  .arched-event-card {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .arched-image-frame,
  .arched-card-img-wrap {
    height: 210px !important;
  }

  /* Video Review Spotlight Stage */
  .video-artist-reviews-section {
    padding: 3.25rem 0 !important;
    overflow: hidden !important;
    width: 100% !important;
  }

  .video-review-split {
    grid-template-columns: 1fr !important;
    gap: 1.25rem !important;
    width: 100% !important;
  }

  .video-review-stage {
    min-height: auto !important;
    width: 100% !important;
  }

  .video-stage-frame {
    aspect-ratio: 16 / 9 !important;
    min-height: 200px !important;
    width: 100% !important;
  }

  .stage-quote {
    font-size: 0.9rem !important;
    line-height: 1.45 !important;
  }

  .review-tab-item {
    padding: 0.75rem 0.85rem !important;
    width: 100% !important;
  }

  .tab-title {
    font-size: 0.9rem !important;
  }

  /* Interactive Facts & Counters */
  .facts-interactive-hud {
    padding: 1.25rem 0.85rem !important;
  }

  .facts-stats-grid,
  .stats-counter-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 0.85rem !important;
  }

  .stat-card-val {
    font-size: 1.6rem !important;
  }

  /* Interactive Facts Map HUD & Wide Map Layout */
  .facts-figures-canvas {
    padding: 2.25rem 0 2.5rem 0 !important;
    overflow: hidden !important;
  }

  .facts-fullscreen-wrapper {
    padding: 0 0.85rem !important;
  }

  .hud-panel {
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto 1.5rem auto !important;
    border-radius: 14px !important;
  }

  .canvas-map-wrapper {
    position: relative !important;
    width: 100% !important;
    min-height: 320px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto !important;
    overflow: visible !important;
  }

  .inline-world-map {
    width: 100% !important;
    min-height: 280px !important;
    height: auto !important;
    transform: scale(1.06) !important;
    transform-origin: center center !important;
    display: block !important;
  }

  .map-badge {
    font-size: 0.58rem !important;
    padding: 3px 8px !important;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.18) !important;
    border-width: 1px !important;
  }
  .map-badge--northamerica { top: 22% !important; left: 10% !important; }
  .map-badge--europe { top: 8% !important; left: 44% !important; }
  .map-badge--germany { top: 24% !important; left: 46% !important; }
  .map-badge--asia { top: 30% !important; left: 66% !important; }
  .map-badge--latam { top: 68% !important; left: 18% !important; }
  .map-badge--africa { top: 56% !important; left: 48% !important; }

  /* 3D Book Grid & Free Books Library */
  .books-showcase-grid,
  .free-books-grid {
    grid-template-columns: 1fr !important;
    gap: 1.25rem !important;
  }

  .book-card-3d {
    width: 100% !important;
    max-width: 300px !important;
    margin: 0 auto !important;
  }

  /* Detail & Registration Form Sections */
  .event-detail-card,
  .form-card-box,
  .registration-form-wrap {
    padding: 1.25rem 0.85rem !important;
    border-radius: 12px !important;
  }

  .form-row,
  .form-grid-2col {
    grid-template-columns: 1fr !important;
    gap: 0.85rem !important;
  }

  /* Form Elements Touch Usability */
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="number"],
  select,
  textarea {
    font-size: 16px !important; /* Prevents auto-zoom in iOS Safari */
    min-height: 48px !important;
    padding: 0.75rem 0.85rem !important;
  }

  .btn-submit-action,
  .evt-submit-btn,
  .form-submit-btn {
    width: 100% !important;
    min-height: 48px !important;
    font-size: 0.95rem !important;
    justify-content: center !important;
  }

  /* Footer */
  .footer-nav-grid {
    grid-template-columns: 1fr !important;
    gap: 1.75rem !important;
  }

  .footer-subscribe-col {
    grid-column: span 1 !important;
  }

  .footer-brand-col {
    text-align: left !important;
  }

  .newsletter-input-group {
    flex-direction: column !important;
    border-radius: 12px !important;
    padding: 0.5rem !important;
    gap: 0.5rem !important;
  }

  .newsletter-email-input {
    width: 100% !important;
    min-height: 44px !important;
    padding: 0.6rem 0.85rem !important;
  }

  .newsletter-submit-btn {
    width: 100% !important;
    min-height: 44px !important;
  }

  .footer-bottom-bar {
    padding: 1.25rem 1rem !important;
    text-align: center !important;
  }
}

/* ==========================================================================
   COMPACT SMARTPHONE BREAKPOINT (max-width: 480px)
   ========================================================================== */
@media (max-width: 480px) {
  .hero {
    min-height: 440px !important;
    padding: 5.25rem 0 2.5rem 0 !important;
  }

  .hero__title {
    font-size: 1.85rem !important;
  }

  .facts-stats-grid,
  .stats-counter-grid {
    grid-template-columns: 1fr !important;
  }

  .canvas-map-wrapper {
    min-height: 260px !important;
  }

  .inline-world-map {
    min-height: 220px !important;
    transform: scale(1.14) !important;
  }

  .map-badge {
    font-size: 0.48rem !important;
    padding: 2px 5px !important;
    border-radius: 4px !important;
    letter-spacing: 0 !important;
  }
  .map-badge--northamerica { top: 18% !important; left: 4% !important; }
  .map-badge--europe { top: 6% !important; left: 42% !important; }
  .map-badge--germany { top: 22% !important; left: 45% !important; }
  .map-badge--asia { top: 28% !important; left: 64% !important; }
  .map-badge--latam { top: 70% !important; left: 14% !important; }
  .map-badge--africa { top: 58% !important; left: 46% !important; }

  .arched-image-frame,
  .arched-card-img-wrap {
    height: 180px !important;
  }

  .arched-card__body {
    padding: 0.85rem 0.65rem !important;
  }

  .detail-3d-cover-box img {
    max-height: 260px !important;
  }

  .detail-actions-row {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0.75rem !important;
  }

  .detail-buy-btn {
    width: 100% !important;
    justify-content: center !important;
  }
}

/* ==========================================================================
   GLOBAL INTERACTIVE SEARCH MODAL & COMMAND PALETTE
   ========================================================================== */
.global-search-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.78);
  backdrop-filter: blur(8px);
  z-index: 999999;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 5rem 1.5rem 2rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 220ms ease, visibility 220ms ease;
}

.global-search-backdrop.is-open {
  opacity: 1;
  visibility: visible;
}

.global-search-modal {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 20px;
  width: 100%;
  max-width: 680px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  transform: translateY(-20px) scale(0.98);
  transition: transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
}

.global-search-backdrop.is-open .global-search-modal {
  transform: translateY(0) scale(1);
}

.global-search-header {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid #F1F5F9;
  background: #F8FAFC;
}

.global-search-icon {
  color: #0045a1;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

.global-search-input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  font-size: 1.1rem;
  font-weight: 600;
  color: #0F172A;
  font-family: var(--font-nav), sans-serif;
}

.global-search-input::placeholder {
  color: #94A3B8;
  font-weight: 500;
}

.global-search-close-btn {
  background: #E2E8F0;
  border: none;
  color: #475569;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 150ms ease;
  font-family: var(--font-nav), sans-serif;
}

.global-search-close-btn:hover {
  background: #CBD5E1;
  color: #0F172A;
}

.global-search-body {
  max-height: 420px;
  overflow-y: auto;
  padding: 1rem 1.25rem;
}

.global-search-hint {
  font-size: 0.775rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #64748B;
  letter-spacing: 0.05em;
  margin-bottom: 0.6rem;
  padding-left: 0.5rem;
}

.global-search-results-list {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.global-search-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1rem;
  border-radius: 12px;
  text-decoration: none;
  color: #1E293B;
  transition: all 150ms ease;
  background: transparent;
  border: 1px solid transparent;
}

.global-search-item:hover,
.global-search-item.is-selected {
  background: rgba(0, 69, 161, 0.06);
  border-color: rgba(0, 69, 161, 0.15);
  transform: translateX(3px);
}

.global-search-item-left {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.global-search-item-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #EFF6FF;
  color: #0045a1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.global-search-item-title {
  font-weight: 700;
  font-size: 0.95rem;
  color: #0F172A;
  margin-bottom: 2px;
}

.global-search-item-sub {
  font-size: 0.8rem;
  color: #64748B;
}

.global-search-item-badge {
  font-size: 0.725rem;
  font-weight: 700;
  padding: 4px 9px;
  border-radius: 9999px;
  background: #F1F5F9;
  color: #475569;
}

.global-search-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.85rem 1.5rem;
  background: #F8FAFC;
  border-top: 1px solid #F1F5F9;
  font-size: 0.8rem;
  color: #64748B;
}

.global-search-empty {
  text-align: center;
  padding: 2.5rem 1rem;
  color: #64748B;
  font-size: 0.95rem;
}
