/* BOLD POSTER DESIGN SYSTEM: Refactored with Purple, Orange, Black & Glossy Transparent Glassmorphism */
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Shrikhand&family=Space+Grotesk:wght@400;500;700&display=swap');

:root {
  /* Rich Dark Space Base, Neon Lights, Glass Layers */
  --bg-paper: #080312; /* Deep Obsidian Purple-Black */
  --bg-white: rgba(23, 11, 38, 0.45); /* Glossy Semi-Transparent Glass */
  --bg-dark: #04010a; /* True pitch black */
  
  --accent-purple: #b5179e; /* Hot Synth Purple */
  --accent-orange: #ff7300; /* Electric Orange */
  
  /* Compatibility aliases mapping to Purple & Orange colors */
  --accent-red: #ff7300; /* Main Orange Highlight */
  --accent-secondary: #b5179e; /* JS glow maps to Purple */
  
  --text-dark: #ffffff; /* Dark text is now inverted to bright white */
  --text-light: #f3effa; /* Pale Violet White */
  --text-muted: rgba(243, 239, 250, 0.6);
  --text-dark-muted: rgba(243, 239, 250, 0.75);
  
  /* Modern futuristic borders */
  --border-thick: 2px solid rgba(181, 23, 158, 0.4);
  --border-thin: 1px solid rgba(255, 255, 255, 0.12);
  --border-light: 1px solid rgba(255, 255, 255, 0.06);
  
  /* Typography Configuration */
  --font-display: 'Shrikhand', display, cursive;
  --font-serif: 'Libre Baskerville', Georgia, serif;
  --font-body: 'Space Grotesk', sans-serif;
  
  --transition-fast: 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  
  /* High-end Neon Ambient Glows & Glass Shadows */
  --shadow-editorial: 0 8px 32px 0 rgba(0, 0, 0, 0.45), 
                      inset 0 0 0 1px rgba(255, 255, 255, 0.1),
                      0 0 1px rgba(181, 23, 158, 0.2);
                      
  --shadow-editorial-hover: 0 12px 40px 0 rgba(255, 115, 0, 0.3), 
                            inset 0 0 0 1px rgba(181, 23, 158, 0.6),
                            0 0 15px rgba(181, 23, 158, 0.3);
                            
  --shadow-red: 0 8px 32px 0 rgba(181, 23, 158, 0.3),
                0 0 10px rgba(181, 23, 158, 0.2);
}

/* Rounded Corners & Ambient Lights reset */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border-radius: 12px; /* Smooth rounded corners for high-quality glass cards */
}

html, body, header, footer, .legal-modal-overlay, .nav-menu {
  border-radius: 0px !important; /* Non-rounded layouts structure */
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  background-color: var(--bg-paper);
}

body {
  font-family: var(--font-body);
  background-color: var(--bg-paper);
  color: var(--text-dark);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  position: relative;
  overflow-x: hidden;
}

/* Fluid Glowing background spheres */
.bg-glow {
  position: absolute;
  width: 60vw;
  height: 60vw;
  border-radius: 50% !important;
  filter: blur(150px);
  opacity: 0.15;
  pointer-events: none;
  z-index: 0;
}

.glow-purple {
  background: var(--accent-purple);
  top: -10vw;
  left: -10vw;
}

.glow-orange {
  background: var(--accent-orange);
  bottom: 20%;
  right: -15vw;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style-type: none;
}

/* Container */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
  position: relative;
  z-index: 2;
}

/* Helpers */
.text-light { color: var(--text-light) !important; }
.text-dark { color: var(--text-dark) !important; }
.text-muted { color: var(--text-muted) !important; }
.text-dark-muted { color: var(--text-dark-muted) !important; }

/* Section Header Styles */
.section-header {
  text-align: center;
  margin-bottom: 4rem;
}

.section-header.text-left {
  text-align: left;
}

.section-badge {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-light);
  background: linear-gradient(135deg, var(--accent-purple), var(--accent-orange));
  padding: 0.5rem 1.25rem;
  border: var(--border-thin);
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 15px rgba(181, 23, 158, 0.3);
  border-radius: 30px !important; /* Pill style */
}

.section-badge.alt {
  color: #ffffff;
  background: linear-gradient(135deg, var(--accent-orange), var(--accent-purple));
  border: 1px solid rgba(255,255,255,0.25);
  box-shadow: 0 4px 15px rgba(255, 115, 0, 0.3);
}

.section-title {
  font-family: var(--font-display);
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  color: var(--text-light);
  text-shadow: 0 2px 10px rgba(0,0,0,0.5);
  background: linear-gradient(135deg, #ffffff 40%, var(--accent-purple) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-desc {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Header Styles with Glossy Transparency - SLIM & FLUID */
.main-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(8, 3, 18, 0.85);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border-bottom: 1px solid rgba(181, 23, 158, 0.2);
  transition: background var(--transition-fast);
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 3.75rem; /* Slim profile */
  max-width: 100%; /* Fully fluid layout edge-to-edge */
  padding: 0 2.5rem; /* Seamless responsive spacing */
  transition: padding var(--transition-fast);
}

.brand-logo {
  display: flex;
  align-items: center;
  gap: 0.5rem; /* Slimmer spacing */
  font-family: var(--font-display);
  font-size: 1.45rem; /* Perfectly scaled slim typography */
  color: var(--text-light);
  border-radius: 0 !important;
}

.brand-icon {
  width: 1.75rem; /* Slimmer vector profile */
  height: 1.75rem;
  color: var(--accent-orange);
  filter: drop-shadow(0 0 5px var(--accent-purple));
}

.brand-logo .dot {
  color: var(--accent-purple);
}

.nav-menu {
  display: flex;
  gap: 1.5rem; /* Fluid & compact spacing */
}

.nav-link {
  font-family: var(--font-body);
  font-size: 0.85rem; /* Slim text configuration */
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-muted);
  padding: 0.25rem 0.5rem;
  transition: var(--transition-fast);
  border-bottom: 2px solid transparent;
  border-radius: 0 !important;
}

.nav-link:hover {
  color: var(--accent-orange);
  border-bottom-color: var(--accent-orange);
  text-shadow: 0 0 8px rgba(255, 115, 0, 0.4);
}

.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 16px; /* Compact, balanced sizing */
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 1100;
}

.mobile-menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--text-light);
  transition: var(--transition-fast);
}

/* Button Styles with Glossy Gradients */
.btn {
  display: inline-block;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 1rem 2rem;
  cursor: pointer;
  transition: var(--transition-fast);
  border: 1px solid rgba(255,255,255,0.15);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.btn-primary {
  background: linear-gradient(135deg, var(--accent-orange), #ff9f43);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 4px 20px rgba(255, 115, 0, 0.35);
}

.btn-primary:hover {
  background: linear-gradient(135deg, var(--accent-purple), #ff7300);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(181, 23, 158, 0.5);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.05);
  color: var(--text-light);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.15);
}

.btn-secondary:hover {
  background: rgba(181, 23, 158, 0.2);
  color: #ffffff;
  transform: translateY(-2px);
  border-color: var(--accent-purple);
  box-shadow: 0 8px 25px rgba(181, 23, 158, 0.3);
}

/* Hero Section */
.hero-section {
  padding: 8rem 0 7rem 0;
  background-color: transparent;
  border-bottom: var(--border-thin);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.hero-section::before {
  content: "FIFA";
  position: absolute;
  font-family: var(--font-display);
  font-size: 14vw;
  color: rgba(181, 23, 158, 0.03);
  bottom: -2vw;
  left: 2vw;
  line-height: 0.8;
  pointer-events: none;
}

.hero-tag {
  display: inline-block;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #ffffff;
  background: rgba(181, 23, 158, 0.3);
  padding: 0.5rem 1.25rem;
  margin-bottom: 2rem;
  border: 1px solid rgba(181, 23, 158, 0.4);
  backdrop-filter: blur(5px);
  border-radius: 30px !important;
}

.hero-title {
  font-family: var(--font-display);
  font-size: 5.5rem;
  line-height: 1.0;
  max-width: 900px;
  margin: 0 auto 2rem auto;
  color: var(--text-light);
  background: linear-gradient(135deg, #ffffff 30%, var(--accent-orange) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 2px 20px rgba(0,0,0,0.6));
}

.hero-subtitle {
  font-family: var(--font-serif);
  font-size: 1.35rem;
  line-height: 1.7;
  color: var(--text-muted);
  max-width: 750px;
  margin: 0 auto 3rem auto;
}

.hero-ctas {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  position: relative;
  z-index: 2;
}

/* Section 2: Editorial Match Index with Glass Cards */
.index-section {
  padding: 6rem 0;
  background-color: transparent;
  border-bottom: var(--border-thin);
}

.match-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 2rem;
}

.match-index-card {
  display: flex;
  flex-direction: column;
  background: rgba(23, 11, 38, 0.35);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 2rem;
  color: var(--text-light);
  transition: transform var(--transition-fast), box-shadow var(--transition-fast), border-color var(--transition-fast);
  box-shadow: var(--shadow-editorial);
  position: relative;
}

.match-index-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-editorial-hover);
  border-color: rgba(181, 23, 158, 0.5);
}

.card-group-badge {
  align-self: flex-start;
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  background: rgba(181, 23, 158, 0.5);
  border: 1px solid rgba(181, 23, 158, 0.3);
  padding: 0.35rem 0.75rem;
  margin-bottom: 1.5rem;
  border-radius: 6px !important;
}

.card-teams {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

.card-teams .vs-divider {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  font-style: italic;
  font-weight: 400;
  color: var(--accent-orange);
  margin: 0 0.25rem;
}

.card-stats-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  border-top: var(--border-light);
  border-bottom: var(--border-light);
  padding: 1rem 0;
  margin-bottom: 1.5rem;
}

.card-stat {
  display: flex;
  flex-direction: column;
}

.card-stat .stat-lbl {
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--text-muted);
  text-transform: uppercase;
}

.card-stat .stat-val {
  font-family: var(--font-body);
  font-size: 1.1rem;
  font-weight: 700;
}

.card-stat .stat-val.accent {
  color: var(--accent-orange);
}

.card-footer-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-serif);
  font-size: 0.85rem;
  font-weight: 700;
}

.card-footer-info .read-more {
  font-family: var(--font-body);
  font-weight: 700;
  text-transform: uppercase;
  color: var(--accent-purple);
  transition: color var(--transition-fast);
}

.match-index-card:hover .read-more {
  color: var(--accent-orange);
}

/* Section 3: Top Title Favorites */
.section-favorites {
  padding: 6rem 0;
  background-color: var(--bg-dark);
  border-bottom: var(--border-thin);
}

.section-favorites .section-title {
  color: var(--text-light);
  background: linear-gradient(135deg, #ffffff 40%, var(--accent-orange) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.favorites-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 2rem;
}

.fav-card {
  display: flex;
  gap: 1.5rem;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 2rem;
  align-items: center;
  transition: transform var(--transition-fast), box-shadow var(--transition-fast), border-color var(--transition-fast);
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
  color: var(--text-light);
}

.fav-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(181, 23, 158, 0.25);
  border-color: var(--accent-purple);
}

.fav-rank-badge {
  font-family: var(--font-display);
  font-size: 2rem;
  color: #ffffff;
  background: linear-gradient(135deg, var(--accent-purple), #7209b7);
  width: 4.5rem;
  height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,0.2);
  flex-shrink: 0;
  border-radius: 50% !important;
  box-shadow: 0 4px 15px rgba(181, 23, 158, 0.4);
}

.fav-body {
  flex-grow: 1;
}

.fav-body h3 {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 0.75rem;
}

.fav-metadata {
  display: flex;
  gap: 1.5rem;
}

.fav-metadata .meta-item {
  display: flex;
  flex-direction: column;
}

.fav-metadata .meta-item .lbl {
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--text-muted);
}

.fav-metadata .meta-item .val {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 700;
}

.fav-metadata .meta-item .highlights {
  color: var(--accent-orange);
  font-weight: 700;
}

/* Section 4: Expanded Match Previews */
.previews-section {
  padding: 6rem 0;
  background-color: transparent;
  border-bottom: var(--border-thin);
}

.previews-container {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.preview-block {
  background: rgba(25, 12, 43, 0.45);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 3.5rem;
  box-shadow: var(--shadow-editorial);
  color: var(--text-light);
  scroll-margin-top: 5.5rem;
}

.preview-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 1.5rem;
  margin-bottom: 2.5rem;
  border-radius: 0 !important;
}

.preview-group {
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--accent-orange);
}

.preview-title {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 400;
  margin-top: 0.5rem;
}

.preview-stats-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 3rem;
  align-items: center;
  margin-bottom: 2.5rem;
}

.team-stat-box {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.team-header-box {
  padding: 1rem 1.5rem;
  font-family: var(--font-display);
  font-size: 1.4rem;
  color: #ffffff;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

/* Translucent Glowing Duotone Mappings */
.color-spain { background: linear-gradient(135deg, rgba(163,0,11,0.5), rgba(255,115,0,0.5)); backdrop-filter: blur(5px); }
.color-uruguay { background: linear-gradient(135deg, rgba(14,94,138,0.5), rgba(181,23,158,0.5)); backdrop-filter: blur(5px); }
.color-france { background: linear-gradient(135deg, rgba(15,29,74,0.5), rgba(181,23,158,0.5)); backdrop-filter: blur(5px); }
.color-norway { background: linear-gradient(135deg, rgba(161,15,46,0.5), rgba(255,115,0,0.5)); backdrop-filter: blur(5px); }
.color-england { background: linear-gradient(135deg, rgba(40,40,40,0.5), rgba(255,255,255,0.15)); backdrop-filter: blur(5px); }
.color-croatia { background: linear-gradient(135deg, rgba(140,14,14,0.5), rgba(255,115,0,0.5)); backdrop-filter: blur(5px); }
.color-brazil { background: linear-gradient(135deg, rgba(168,129,0,0.5), rgba(181,23,158,0.5)); backdrop-filter: blur(5px); }
.color-morocco { background: linear-gradient(135deg, rgba(2,87,59,0.5), rgba(255,115,0,0.5)); backdrop-filter: blur(5px); }
.color-argentina { background: linear-gradient(135deg, rgba(4,138,163,0.5), rgba(181,23,158,0.5)); backdrop-filter: blur(5px); }
.color-austria { background: linear-gradient(135deg, rgba(122,12,12,0.5), rgba(255,115,0,0.5)); backdrop-filter: blur(5px); }
.color-portugal { background: linear-gradient(135deg, rgba(14,94,40,0.5), rgba(181,23,158,0.5)); backdrop-filter: blur(5px); }
.color-colombia { background: linear-gradient(135deg, rgba(156,103,0,0.5), rgba(255,115,0,0.5)); backdrop-filter: blur(5px); }
.color-germany { background: linear-gradient(135deg, rgba(30,30,30,0.5), rgba(255,255,255,0.2)); backdrop-filter: blur(5px); }
.color-ecuador { background: linear-gradient(135deg, rgba(14,79,122,0.5), rgba(255,115,0,0.5)); backdrop-filter: blur(5px); }
.color-netherlands { background: linear-gradient(135deg, rgba(173,59,0,0.5), rgba(181,23,158,0.5)); backdrop-filter: blur(5px); }
.color-japan { background: linear-gradient(135deg, rgba(13,45,94,0.5), rgba(181,23,158,0.5)); backdrop-filter: blur(5px); }
.color-belgium { background: linear-gradient(135deg, rgba(99,54,2,0.5), rgba(255,115,0,0.5)); backdrop-filter: blur(5px); }
.color-egypt { background: linear-gradient(135deg, rgba(140,13,38,0.5), rgba(255,115,0,0.5)); backdrop-filter: blur(5px); }
.color-usa { background: linear-gradient(135deg, rgba(13,53,168,0.5), rgba(181,23,158,0.5)); backdrop-filter: blur(5px); }
.color-turkey { background: linear-gradient(135deg, rgba(163,15,46,0.5), rgba(255,115,0,0.5)); backdrop-filter: blur(5px); }

.stat-pair {
  display: flex;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  border-bottom: var(--border-light);
  font-family: var(--font-body);
  font-size: 1rem;
}

.stat-pair:last-child {
  border-bottom: none;
}

.vs-column {
  font-family: var(--font-display);
  font-size: 2.5rem;
  color: var(--accent-orange);
  text-shadow: 0 0 10px rgba(255,115,0,0.4);
}

.preview-editorial {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  line-height: 1.8;
}

/* Section 5: Group Race Context */
.group-context-section {
  padding: 6rem 0;
  background-color: var(--bg-dark);
  border-bottom: var(--border-thin);
}

.group-comparison-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 2rem;
}

.group-card {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.08);
  padding: 1.5rem;
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

.group-title-header {
  font-family: var(--font-display);
  font-size: 1.4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 0.5rem;
  margin-bottom: 1.25rem;
  color: var(--accent-orange);
}

.group-comparison-body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.comp-row {
  display: flex;
  justify-content: space-between;
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 500;
}

.comp-row.winner {
  font-weight: 700;
  color: var(--text-light);
}

.comp-delta-bar {
  width: 100%;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  position: relative;
}

.comp-delta-bar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: var(--delta, 0%);
  background: linear-gradient(90deg, var(--accent-purple), var(--accent-orange));
}

/* Section 6: Host Nations Watch */
.section-hosts {
  padding: 6rem 0;
  background-color: transparent;
  border-bottom: var(--border-thin);
}

.hosts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2.5rem;
}

.host-card {
  background: rgba(25, 12, 43, 0.35);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 2.5rem;
  position: relative;
  box-shadow: var(--shadow-editorial);
}

.host-badge {
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  background: var(--accent-purple);
  padding: 0.4rem 0.8rem;
  border: 1px solid rgba(255,255,255,0.1);
  display: inline-block;
  margin-bottom: 1.5rem;
  border-radius: 6px !important;
}

.host-title {
  font-family: var(--font-display);
  font-size: 2.5rem;
  margin-bottom: 2rem;
}

.host-stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}

.host-stat-box {
  display: flex;
  flex-direction: column;
}

.host-stat-box .lbl {
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--text-muted);
}

.host-stat-box .val {
  font-family: var(--font-body);
  font-size: 1.35rem;
  font-weight: 700;
}

.host-footer-chances {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.chance-indicator {
  display: flex;
  justify-content: space-between;
  font-family: var(--font-serif);
  font-size: 1rem;
}

.chance-indicator strong {
  font-family: var(--font-body);
  color: var(--accent-orange);
}

/* Section 7: Guide & Method Notes */
.methodology-section {
  padding: 6rem 0;
  background-color: transparent;
  color: var(--text-light);
  border-bottom: var(--border-thin);
}

.method-grid {
  display: grid;
  grid-template-columns: 1.8fr 1.2fr;
  gap: 4rem;
  margin-top: 3rem;
}

.method-text p {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.method-list {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.method-list li {
  position: relative;
  padding-left: 2.5rem;
  font-family: var(--font-serif);
  font-size: 1.05rem;
  line-height: 1.7;
}

.method-list li strong {
  font-family: var(--font-body);
  font-size: 1rem;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.25rem;
  color: var(--accent-orange);
}

.method-list li::before {
  content: '■';
  position: absolute;
  left: 0;
  top: 0.2rem;
  font-size: 1.2rem;
  color: var(--accent-purple);
}

.method-callout {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 3rem;
  height: fit-content;
  box-shadow: var(--shadow-red);
}

.method-callout h4 {
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
}

.method-callout p {
  font-family: var(--font-serif);
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--text-muted);
}

/* Section 8: FAQ with Glass Accordion */
.faq-section {
  padding: 6rem 0;
  background-color: transparent;
  color: var(--text-light);
  border-bottom: var(--border-thin);
}

.faq-accordion-list {
  max-width: 850px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.faq-item {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform var(--transition-fast), border-color var(--transition-fast);
}

.faq-item:hover {
  transform: translateY(-2px);
  border-color: rgba(181, 23, 158, 0.4);
}

.faq-trigger {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  font-family: var(--font-display);
  font-size: 1.4rem;
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--text-light);
}

.faq-icon {
  font-family: var(--font-body);
  font-size: 1.8rem;
  color: var(--accent-orange);
  transition: transform var(--transition-fast);
}

.faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  padding: 0 2rem;
  background-color: rgba(0, 0, 0, 0.15);
}

.faq-content p {
  padding-bottom: 2rem;
  font-family: var(--font-serif);
  color: var(--text-muted);
  font-size: 1.1rem;
  line-height: 1.7;
}

.faq-item.active {
  border-color: var(--accent-purple);
}

.faq-item.active .faq-content {
  max-height: 1000px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

/* Footer Styles */
.main-footer {
  background-color: var(--bg-dark);
  color: var(--text-light);
  padding: 6rem 0 3rem 0;
  font-size: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

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

.footer-logo {
  margin-bottom: 2rem;
}

.footer-desc {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  line-height: 1.7;
  max-width: 360px;
}

.footer-links h4,
.footer-address-col h4 {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 2rem;
  color: var(--accent-orange);
}

.footer-links ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer-links a {
  font-family: var(--font-body);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-light);
  transition: var(--transition-fast);
  border-bottom: 1.5px solid transparent;
  border-radius: 0 !important;
}

.footer-links a:hover {
  color: var(--accent-orange);
  border-bottom-color: var(--accent-orange);
}

.address-wrapper {
  font-family: var(--font-serif);
  color: var(--text-muted);
  font-style: normal;
  line-height: 1.8;
}

.address-wrapper strong {
  font-family: var(--font-body);
  color: var(--text-light);
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.5rem;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 3rem;
  border-radius: 0 !important;
}

.bottom-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  color: var(--text-muted);
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 500;
}

.legal-links {
  display: flex;
  gap: 2rem;
}

.legal-links a {
  transition: var(--transition-fast);
}

.legal-links a:hover {
  color: var(--accent-orange);
}

/* Interactive Legal Modal with Premium Matte Glass Overlay */
.legal-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(6, 2, 14, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  backdrop-filter: blur(15px);
  padding: 1.5rem;
}

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

.legal-modal-container {
  background: rgba(14, 6, 25, 0.98);
  color: var(--text-light);
  width: 100%;
  max-width: 850px;
  max-height: 85vh;
  border: 1px solid rgba(181, 23, 158, 0.5);
  box-shadow: 0 15px 50px rgba(181, 23, 158, 0.3);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  animation: slideUp 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes slideUp {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.legal-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0 !important;
}

.legal-modal-title {
  font-family: var(--font-display);
  font-size: 1.8rem;
  color: var(--text-light);
}

.legal-modal-close {
  background: none;
  border: none;
  font-family: var(--font-body);
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1;
  color: var(--accent-orange);
  cursor: pointer;
  transition: transform var(--transition-fast);
}

.legal-modal-close:hover {
  transform: rotate(90deg);
}

.legal-modal-tabs {
  display: flex;
  background-color: rgba(255, 255, 255, 0.02);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0 !important;
}

.legal-tab-btn {
  flex: 1;
  background: none;
  border: none;
  padding: 1.25rem;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-muted);
  cursor: pointer;
  transition: var(--transition-fast);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0 !important;
}

.legal-tab-btn:last-child {
  border-right: none;
}

.legal-tab-btn:hover {
  background-color: rgba(255, 255, 255, 0.05);
  color: var(--accent-orange);
}

.legal-tab-btn.active {
  color: #ffffff;
  background-color: var(--accent-purple);
}

.legal-modal-body {
  padding: 2.5rem;
  overflow-y: auto;
  font-family: var(--font-serif);
  font-size: 1.05rem;
  line-height: 1.8;
}

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

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

.legal-tab-content h4 {
  font-family: var(--font-display);
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  color: var(--text-light);
}

.legal-tab-content h4:first-of-type {
  margin-top: 0;
}

.legal-tab-content p {
  margin-bottom: 1.25rem;
}

.legal-tab-content ul {
  list-style-type: square;
  padding-left: 2rem;
  margin-bottom: 1.5rem;
}

.legal-tab-content li {
  margin-bottom: 0.75rem;
}

.legal-modal-footer {
  padding: 1.5rem 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.02);
  display: flex;
  justify-content: flex-end;
  border-radius: 0 !important;
}

/* Responsive Breakpoints */
@media (max-width: 1200px) {
  .hero-title {
    font-size: 4.5rem;
  }
  .header-container {
    padding: 0 1.5rem; /* Adapt spacing dynamically */
  }
}

@media (max-width: 991px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
  .footer-about {
    grid-column: span 2;
  }
  .preview-stats-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .vs-column {
    text-align: center;
    padding: 0.5rem 0;
  }
  .method-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .section-title {
    font-size: 2.5rem;
  }
  .hero-title {
    font-size: 3rem;
  }
  .header-container {
    height: 3.5rem; /* Even more compact on mobile */
    padding: 0 1.25rem;
  }
  .mobile-menu-toggle {
    display: flex;
  }
  .nav-menu {
    position: fixed;
    top: 3.5rem; /* Matches compact height */
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(8, 3, 18, 0.98);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2.5rem;
    padding: 2rem;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s ease;
    transform: translateY(-100%);
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    border-bottom: 1px solid rgba(181, 23, 158, 0.3);
  }
  .nav-menu.active {
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
  }
  .preview-block {
    padding: 2rem;
  }
  .preview-title {
    font-size: 2rem;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-about {
    grid-column: span 1;
  }
  .bottom-container {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 480px) {
  .hero-ctas {
    flex-direction: column;
    gap: 1rem;
  }
  .btn {
    width: 100%;
    text-align: center;
  }
  .fav-metadata {
    flex-direction: column;
    gap: 0.75rem;
  }
  .card-teams {
    font-size: 1.35rem;
  }
}