/* ==========================================================================
   THE Q NETWORK — HEALTHCARE VENDOR EXPO 2027
   Premium design system
   ========================================================================== */

:root {
  /* Color system */
  --navy: #062B5C;
  --navy-deep: #001D43;
  --red: #D51F27;
  --red-dark: #B71920;
  --red-accent: #ED1C24;
  --tech-blue: #17649A;
  --white: #FFFFFF;
  --bg-light: #F5F7F9;
  --blue-gray: #DCE6EE;
  --text-gray: #4D5660;

  /* Derived */
  --navy-soft: rgba(6, 43, 92, 0.08);
  --line: rgba(6, 43, 92, 0.1);
  --shadow-sm: 0 2px 8px rgba(0, 29, 67, 0.06);
  --shadow-md: 0 8px 30px rgba(0, 29, 67, 0.1);
  --shadow-lg: 0 24px 60px rgba(0, 29, 67, 0.16);

  /* Type */
  --font-display: 'Manrope', 'Segoe UI', sans-serif;
  --font-body: 'Inter', 'Segoe UI', sans-serif;

  /* Layout */
  --header-h: 76px;
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --container: 1200px;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-body);
  font-size: 16.5px;
  line-height: 1.65;
  color: var(--text-gray);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img, svg, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font: inherit; cursor: pointer; }
input, select, textarea { font: inherit; color: inherit; }

section { position: relative; scroll-margin-top: calc(var(--header-h) + 8px); }

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

/* ---------- Icon base ---------- */
.icon {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 14px 28px;
  border-radius: 10px;
  border: 2px solid transparent;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease,
              color 0.25s ease, border-color 0.25s ease;
  white-space: nowrap;
  position: relative;
}

.btn .icon { width: 16px; height: 16px; stroke-width: 2.2; transition: transform 0.25s ease; }
.btn:hover .icon { transform: translateX(3px); }

.btn-lg { padding: 17px 34px; font-size: 0.95rem; }
.btn-sm { padding: 10px 18px; font-size: 0.78rem; border-radius: 8px; }
.btn-block { width: 100%; }

.btn-red {
  background: var(--red);
  color: var(--white);
  box-shadow: 0 8px 22px rgba(213, 31, 39, 0.3);
}
.btn-red:hover {
  background: var(--red-dark);
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(213, 31, 39, 0.4);
}

.btn-navy {
  background: var(--navy);
  color: var(--white);
  box-shadow: 0 8px 22px rgba(6, 43, 92, 0.28);
}
.btn-navy:hover {
  background: var(--navy-deep);
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(6, 43, 92, 0.38);
}

.btn-white {
  background: var(--white);
  color: var(--navy-deep);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
}
.btn-white:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(0, 0, 0, 0.26); }

.btn-ghost-light {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.45);
  color: var(--white);
  backdrop-filter: blur(4px);
}
.btn-ghost-light:hover {
  background: var(--white);
  color: var(--navy-deep);
  transform: translateY(-2px);
}

.btn-outline-navy {
  background: transparent;
  border-color: var(--navy);
  color: var(--navy);
}
.btn-outline-navy:hover { background: var(--navy); color: var(--white); }

.btn-outline-white {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.85);
  color: var(--white);
}
.btn-outline-white:hover { background: var(--white); color: var(--navy-deep); transform: translateY(-2px); }

/* ---------- Section scaffolding ---------- */
.section { padding: 110px 0; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--red);
}
.eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: var(--red);
  border-radius: 2px;
}
.section-head.center .eyebrow::after {
  content: "";
  width: 28px;
  height: 2px;
  background: var(--red);
  border-radius: 2px;
}

.section-head { max-width: 760px; margin-bottom: 64px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }

.section-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.2vw, 3.1rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--navy);
  margin-top: 18px;
}
.section-head.light .section-title { color: var(--white); }

.section-lede {
  margin-top: 20px;
  font-size: 1.08rem;
  line-height: 1.75;
  color: var(--text-gray);
}
.section-head.light .section-lede { color: rgba(255, 255, 255, 0.78); }

/* ==========================================================================
   HEADER
   ========================================================================== */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0);
  transition: background 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
}
.site-header::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0, 29, 67, 0.55), rgba(0, 29, 67, 0));
  opacity: 1;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.site-header.scrolled {
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 4px 24px rgba(0, 29, 67, 0.1);
  backdrop-filter: blur(10px);
}
.site-header.scrolled::before { opacity: 0; }

.header-inner {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 24px;
  height: var(--header-h);
  display: flex;
  align-items: center;
  gap: 32px;
  position: relative;
}

/* Brand */
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 44px; height: 44px;
  display: grid; place-items: center;
  background: var(--navy);
  color: var(--white);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.45rem;
  border-radius: 10px;
  position: relative;
  flex-shrink: 0;
  transition: background 0.3s ease;
}
.brand-mark::after {
  content: "";
  position: absolute;
  right: 6px; bottom: 6px;
  width: 7px; height: 7px;
  background: var(--red-accent);
  border-radius: 50%;
}
.brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.brand-name {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.02rem;
  letter-spacing: 0.01em;
  color: var(--white);
  transition: color 0.3s ease;
}
.brand-event {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  transition: color 0.3s ease;
}
.site-header.scrolled .brand-name { color: var(--navy); }
.site-header.scrolled .brand-event { color: var(--red); }

/* Nav */
.main-nav { margin-left: auto; }
.main-nav ul { display: flex; align-items: center; gap: 4px; }
.nav-link {
  display: block;
  padding: 9px 12px;
  font-family: var(--font-display);
  font-size: 0.83rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.92);
  border-radius: 8px;
  position: relative;
  transition: color 0.25s ease;
  white-space: nowrap;
}
.nav-link::after {
  content: "";
  position: absolute;
  left: 12px; right: 12px; bottom: 4px;
  height: 2px;
  background: var(--red-accent);
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.nav-link:hover { color: var(--white); }
.site-header.scrolled .nav-link { color: var(--navy); }
.site-header.scrolled .nav-link:hover { color: var(--red); }
.nav-link.active { color: var(--white); }
.nav-link.active::after { transform: scaleX(1); }
.site-header.scrolled .nav-link.active { color: var(--red); }

.header-actions { display: flex; align-items: center; gap: 10px; }
.site-header .btn-outline-navy { border-color: rgba(255,255,255,0.6); color: var(--white); }
.site-header .btn-outline-navy:hover { background: var(--white); border-color: var(--white); color: var(--navy); }
.site-header.scrolled .btn-outline-navy { border-color: var(--navy); color: var(--navy); }
.site-header.scrolled .btn-outline-navy:hover { background: var(--navy); color: var(--white); }

.nav-cta-mobile { display: none; }

/* Toggle */
.nav-toggle {
  display: none;
  width: 44px; height: 44px;
  border: none;
  background: transparent;
  color: var(--white);
  border-radius: 8px;
  position: relative;
}
.nav-toggle .icon { width: 26px; height: 26px; position: absolute; inset: 9px; margin: auto; transition: opacity 0.25s ease, transform 0.25s ease; }
.nav-toggle .icon-close { opacity: 0; transform: rotate(-90deg); }
.site-header.scrolled .nav-toggle, body.nav-open .nav-toggle { color: var(--navy); }
body.nav-open .nav-toggle .icon-open { opacity: 0; transform: rotate(90deg); }
body.nav-open .nav-toggle .icon-close { opacity: 1; transform: rotate(0); }

/* ==========================================================================
   HERO
   ========================================================================== */
.hero {
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: calc(var(--header-h) + 60px) 0 90px;
  color: var(--white);
  overflow: hidden;
  isolation: isolate;
}

.hero-bg {
  position: absolute; inset: 0; z-index: -3;
  background:
    url('https://images.unsplash.com/photo-1572125663619-a238149e1262?auto=format&fit=crop&w=2000&q=80') center 60% / cover no-repeat,
    linear-gradient(160deg, #04203f 0%, #062B5C 55%, #001D43 100%);
  filter: brightness(0.5);
}

.hero-grid {
  position: absolute; inset: 0; z-index: -2;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(ellipse 90% 80% at 50% 40%, black 30%, transparent 75%);
  animation: gridDrift 26s linear infinite;
}
@keyframes gridDrift { to { background-position: 72px 72px, 72px 72px; } }

.hero-glow {
  position: absolute; z-index: -1;
  width: 640px; height: 640px;
  right: -180px; top: 10%;
  background: radial-gradient(circle, rgba(23, 100, 154, 0.4) 0%, transparent 65%);
  border-radius: 50%;
  animation: glowFloat 9s ease-in-out infinite alternate;
}
@keyframes glowFloat {
  from { transform: translateY(-30px) scale(1); }
  to { transform: translateY(40px) scale(1.08); }
}

.hero::after {
  content: "";
  position: absolute; inset: 0; z-index: -2;
  background: linear-gradient(180deg, rgba(0, 29, 67, 0.72) 0%, rgba(6, 43, 92, 0.55) 45%, rgba(0, 29, 67, 0.88) 100%);
}

.hero-inner { position: relative; z-index: 1; }

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  border-radius: 999px;
  background: rgba(237, 28, 36, 0.14);
  border: 1px solid rgba(237, 28, 36, 0.55);
  color: var(--white);
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.hero-badge .icon { width: 16px; height: 16px; color: var(--red-accent); }

.hero-kicker {
  margin-top: 30px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--blue-gray);
}

.hero-title {
  margin-top: 10px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2.7rem, 7.4vw, 5.6rem);
  line-height: 1.02;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}
.hero-title-line { display: block; }
.hero-title em {
  font-style: normal;
  color: var(--red-accent);
  text-shadow: 0 0 46px rgba(237, 28, 36, 0.45);
}

.hero-tagline {
  margin-top: 22px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1rem, 2vw, 1.3rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
}
.hero-tagline::before {
  content: "";
  display: inline-block;
  width: 34px; height: 3px;
  background: var(--red-accent);
  margin-right: 14px;
  vertical-align: middle;
  border-radius: 2px;
}

.hero-desc {
  margin-top: 18px;
  max-width: 640px;
  font-size: 1.06rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.82);
}

.hero-ctas { margin-top: 36px; display: flex; flex-wrap: wrap; gap: 14px; }

.hero-meta {
  margin-top: 54px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.hero-meta-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 22px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 3px solid var(--red-accent);
  border-radius: var(--radius-sm);
  backdrop-filter: blur(6px);
}
.hero-meta-item .icon { width: 24px; height: 24px; color: var(--red-accent); }
.hero-meta-item strong {
  display: block;
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: var(--white);
}
.hero-meta-item span {
  font-size: 0.76rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
}

.hero-scroll {
  position: absolute;
  left: 50%; bottom: 26px;
  transform: translateX(-50%);
  width: 44px; height: 44px;
  display: grid; place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.8);
  transition: color 0.3s ease, border-color 0.3s ease;
  animation: bobble 2.4s ease-in-out infinite;
}
.hero-scroll .icon { transform: rotate(180deg); width: 18px; height: 18px; }
.hero-scroll:hover { color: var(--white); border-color: var(--red-accent); }
@keyframes bobble {
  0%, 100% { transform: translate(-50%, 0); }
  50% { transform: translate(-50%, 8px); }
}

/* ==========================================================================
   STATS BAR
   ========================================================================== */
.stats-bar {
  background: var(--white);
  border-bottom: 1px solid var(--line);
  padding: 44px 0;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.stat { text-align: center; position: relative; }
.stat + .stat::before {
  content: "";
  position: absolute;
  left: -16px; top: 8%; bottom: 8%;
  width: 1px;
  background: var(--line);
}
.stat-number {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 800;
  color: var(--red);
  line-height: 1;
}
.stat-label {
  display: block;
  margin-top: 8px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--navy);
}

/* ==========================================================================
   OVERVIEW — FEATURE CARDS
   ========================================================================== */
.overview { background: var(--white); }

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.feature-card {
  position: relative;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 38px 30px 34px;
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.feature-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--red), var(--red-accent));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}
.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
  border-color: transparent;
}
.feature-card:hover::before { transform: scaleX(1); }

.feature-icon {
  width: 60px; height: 60px;
  display: grid; place-items: center;
  border-radius: 14px;
  background: var(--navy-soft);
  color: var(--navy);
  transition: background 0.35s ease, color 0.35s ease, transform 0.35s ease;
}
.feature-icon .icon { width: 28px; height: 28px; }
.feature-card:hover .feature-icon {
  background: var(--red);
  color: var(--white);
  transform: scale(1.06) rotate(-4deg);
}

.feature-card h3 {
  margin-top: 22px;
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--navy);
}
.feature-card p { margin-top: 10px; font-size: 0.95rem; line-height: 1.65; }

.feature-num {
  position: absolute;
  top: 26px; right: 26px;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 800;
  color: var(--blue-gray);
  transition: color 0.35s ease;
}
.feature-card:hover .feature-num { color: var(--red-accent); }

/* ==========================================================================
   EXPO HALL PHOTO BAND
   ========================================================================== */
.expo-photo {
  position: relative;
  overflow: hidden;
  background: var(--navy-deep);
}

.expo-photo img {
  display: block;
  width: 100%;
  height: auto;
}

.expo-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 29, 67, 0.28) 0%, rgba(0, 29, 67, 0) 28%, rgba(0, 29, 67, 0) 72%, rgba(0, 29, 67, 0.28) 100%);
  pointer-events: none;
}

/* ==========================================================================
   REGIONAL FOCUS
   ========================================================================== */
.regional {
  background: linear-gradient(180deg, var(--bg-light) 0%, #EDF2F6 100%);
}

.regional-layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 40px;
  align-items: stretch;
}

.map-panel {
  background: var(--navy-deep);
  border-radius: var(--radius-lg);
  padding: 26px;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-lg);
  position: relative;
  overflow: hidden;
}
.map-panel::before {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(circle at 62% 52%, rgba(23, 100, 154, 0.35) 0%, transparent 55%);
  pointer-events: none;
}

.map-frame { flex: 1; min-height: 420px; position: relative; }
.map-frame svg { width: 100%; height: 100%; }

.map-caption {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
}
.map-dot-live {
  width: 9px; height: 9px;
  border-radius: 50%;
  background: var(--red-accent);
  box-shadow: 0 0 0 0 rgba(237, 28, 36, 0.6);
  animation: livePulse 2s ease-out infinite;
}
@keyframes livePulse {
  0% { box-shadow: 0 0 0 0 rgba(237, 28, 36, 0.55); }
  70% { box-shadow: 0 0 0 10px rgba(237, 28, 36, 0); }
  100% { box-shadow: 0 0 0 0 rgba(237, 28, 36, 0); }
}

/* SVG map styling */
.map-states path, .map-states polygon {
  fill: rgba(23, 100, 154, 0.18);
  stroke: rgba(220, 230, 238, 0.35);
  stroke-width: 1.2;
  transition: fill 0.3s ease;
}
.map-states path:hover, .map-states polygon:hover { fill: rgba(23, 100, 154, 0.42); }

.map-link {
  stroke: rgba(237, 28, 36, 0.6);
  stroke-width: 1.6;
  stroke-dasharray: 5 6;
  animation: dashFlow 1.6s linear infinite;
}
@keyframes dashFlow { to { stroke-dashoffset: -22; } }

.map-city { fill: var(--blue-gray); opacity: 0.9; }
.map-city-hub { fill: var(--red-accent); }
.map-label {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  fill: rgba(255, 255, 255, 0.72);
  letter-spacing: 0.06em;
}
.map-label-hub { fill: var(--white); font-size: 13px; }

.map-hub-ring {
  fill: none;
  stroke: var(--red-accent);
  stroke-width: 1.6;
  opacity: 0.8;
  animation: hubRing 2.6s ease-out infinite;
}
@keyframes hubRing {
  0% { r: 8; opacity: 0.75; }
  100% { r: 30; opacity: 0; }
}

/* State list */
.state-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.state-row {
  display: flex;
  align-items: center;
  gap: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 16px 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.state-row:hover {
  transform: translateX(8px);
  box-shadow: var(--shadow-md);
  border-color: rgba(23, 100, 154, 0.4);
}
.state-code {
  width: 52px; height: 52px;
  display: grid; place-items: center;
  border-radius: 12px;
  background: var(--navy);
  color: var(--white);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.05rem;
  letter-spacing: 0.06em;
  flex-shrink: 0;
}
.state-row:first-child .state-code { background: var(--red); }
.state-meta strong {
  display: block;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.02rem;
  color: var(--navy);
}
.state-meta span { font-size: 0.82rem; color: var(--text-gray); }
.state-tag {
  margin-left: auto;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(213, 31, 39, 0.1);
  color: var(--red);
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* ==========================================================================
   ECOSYSTEM
   ========================================================================== */
.ecosystem { background: var(--white); }

.eco-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}
.eco-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  background: var(--bg-light);
  border: 1px solid transparent;
  border-radius: var(--radius-md);
  padding: 26px 22px;
  min-height: 158px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}
.eco-card:hover {
  transform: translateY(-6px);
  background: var(--white);
  border-color: var(--line);
  box-shadow: var(--shadow-md);
}
.eco-icon {
  width: 46px; height: 46px;
  display: grid; place-items: center;
  border-radius: 11px;
  background: var(--white);
  border: 1px solid var(--line);
  color: var(--tech-blue);
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.eco-icon .icon { width: 23px; height: 23px; }
.eco-card:hover .eco-icon {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
}
.eco-card span {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1.4;
  color: var(--navy);
}

/* ==========================================================================
   ATTENDEES
   ========================================================================== */
.attendees {
  background: linear-gradient(180deg, var(--bg-light), #EDF2F6);
}

.attendee-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.attendee-tile {
  display: flex;
  align-items: center;
  gap: 16px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 20px;
  min-height: 92px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}
.attendee-tile::after {
  content: "";
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 3px;
  background: var(--red);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.35s ease;
}
.attendee-tile:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.attendee-tile:hover::after { transform: scaleY(1); }

.tile-icon {
  width: 48px; height: 48px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: var(--navy-soft);
  color: var(--navy);
  flex-shrink: 0;
  transition: background 0.3s ease, color 0.3s ease;
}
.tile-icon .icon { width: 22px; height: 22px; }
.attendee-tile:hover .tile-icon { background: var(--navy); color: var(--white); }
.attendee-tile h3 {
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--navy);
}

/* ==========================================================================
   WHY PARTICIPATE (dark)
   ========================================================================== */
.why {
  background: linear-gradient(165deg, var(--navy) 0%, var(--navy-deep) 70%, #021531 100%);
  color: var(--white);
  overflow: hidden;
}
.why-bg {
  position: absolute; inset: 0;
  background:
    url('https://images.unsplash.com/photo-1576091160399-112ba8d25d1d?auto=format&fit=crop&w=1800&q=70') right center / cover no-repeat;
  opacity: 0.07;
  mix-blend-mode: luminosity;
}

.why .section-head.light { color: var(--white); }
.why .section-lede { color: rgba(255, 255, 255, 0.72); }

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  position: relative;
}
.benefit-card {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-md);
  padding: 34px 30px;
  transition: transform 0.35s ease, background 0.35s ease, border-color 0.35s ease;
  position: relative;
  overflow: hidden;
}
.benefit-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(150deg, rgba(213, 31, 39, 0.16), transparent 55%);
  opacity: 0;
  transition: opacity 0.35s ease;
}
.benefit-card:hover {
  transform: translateY(-7px);
  background: rgba(255, 255, 255, 0.075);
  border-color: rgba(237, 28, 36, 0.5);
}
.benefit-card:hover::before { opacity: 1; }

.benefit-icon {
  width: 54px; height: 54px;
  display: grid; place-items: center;
  border-radius: 13px;
  background: rgba(237, 28, 36, 0.16);
  color: var(--red-accent);
  position: relative;
}
.benefit-icon .icon { width: 26px; height: 26px; }
.benefit-card h3 {
  margin-top: 20px;
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--white);
  position: relative;
}
.benefit-card p {
  margin-top: 10px;
  font-size: 0.94rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.72);
  position: relative;
}

.why-footer {
  margin-top: 56px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  position: relative;
}
.why-footer-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 26px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.9);
}
.why-footer-item .icon { width: 18px; height: 18px; color: var(--red-accent); }

/* Light variant of benefit cards (for use on white sections) */
.benefits-light .benefit-card {
  background: var(--white);
  border: 1px solid var(--line);
}
.benefits-light .benefit-card::before {
  background: linear-gradient(150deg, rgba(213, 31, 39, 0.08), transparent 55%);
}
.benefits-light .benefit-card:hover {
  background: var(--white);
  border-color: rgba(237, 28, 36, 0.5);
}
.benefits-light .benefit-icon {
  background: rgba(213, 31, 39, 0.1);
  color: var(--red);
}
.benefits-light .benefit-card h3 { color: var(--navy); }
.benefits-light .benefit-card p { color: var(--text-gray); }

/* ==========================================================================
   EXPERIENCE
   ========================================================================== */
.experience { background: var(--white); }

.experience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.xp-card {
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--bg-light);
  border: 1px solid var(--line);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  display: flex;
  flex-direction: column;
}
.xp-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }

.xp-visual {
  height: 230px;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
}
.xp-network {
  background:
    radial-gradient(circle at 30% 35%, rgba(23, 100, 154, 0.5) 0%, transparent 45%),
    radial-gradient(circle at 75% 70%, rgba(6, 43, 92, 0.55) 0%, transparent 50%),
    linear-gradient(150deg, var(--navy) 0%, var(--navy-deep) 100%);
}
.xp-showcase {
  background:
    radial-gradient(circle at 70% 30%, rgba(237, 28, 36, 0.35) 0%, transparent 48%),
    radial-gradient(circle at 25% 75%, rgba(23, 100, 154, 0.5) 0%, transparent 50%),
    linear-gradient(150deg, var(--navy-deep) 0%, #0A1B3C 100%);
}
.xp-educate {
  background:
    radial-gradient(circle at 50% 20%, rgba(23, 100, 154, 0.45) 0%, transparent 55%),
    linear-gradient(150deg, #04203F 0%, var(--navy-deep) 100%);
}

.xp-orb {
  position: absolute;
  border-radius: 50%;
  background: rgba(220, 230, 238, 0.9);
  animation: orbFloat 5s ease-in-out infinite alternate;
}
.xp-orb-1 { width: 12px; height: 12px; top: 28%; left: 26%; }
.xp-orb-2 { width: 18px; height: 18px; top: 55%; left: 58%; animation-delay: -1.5s; background: var(--red-accent); box-shadow: 0 0 26px rgba(237,28,36,0.7); }
.xp-orb-3 { width: 9px; height: 9px; top: 68%; left: 30%; animation-delay: -3s; }
@keyframes orbFloat {
  from { transform: translate(0, 0); }
  to { transform: translate(14px, -16px); }
}

.xp-ring {
  width: 110px; height: 110px;
  border: 2px solid rgba(220, 230, 238, 0.5);
  border-radius: 50%;
  position: absolute;
  animation: ringSpin 12s linear infinite;
}
.xp-ring::before {
  content: "";
  position: absolute;
  top: -5px; left: 50%;
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--red-accent);
  box-shadow: 0 0 18px rgba(237,28,36,0.8);
}
.xp-ring-2 { width: 165px; height: 165px; border-color: rgba(220, 230, 238, 0.25); animation-duration: 18s; animation-direction: reverse; }
.xp-ring-2::before { background: var(--blue-gray); box-shadow: 0 0 14px rgba(220,230,238,0.8); }
@keyframes ringSpin { to { transform: rotate(360deg); } }

.xp-bar {
  width: 120px; height: 8px;
  border-radius: 6px;
  background: rgba(220, 230, 238, 0.28);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}
.xp-bar:nth-child(1) { top: 30%; }
.xp-bar:nth-child(2) { top: 43%; width: 150px; }
.xp-bar:nth-child(3) { top: 56%; width: 100px; }
.xp-bar:nth-child(4) { top: 69%; width: 135px; }
.xp-bar::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(90deg, transparent, rgba(237, 28, 36, 0.85), transparent);
  animation: barScan 2.6s ease-in-out infinite;
}
.xp-bar:nth-child(2)::after { animation-delay: 0.4s; }
.xp-bar:nth-child(3)::after { animation-delay: 0.8s; }
.xp-bar:nth-child(4)::after { animation-delay: 1.2s; }
@keyframes barScan {
  0% { transform: translateX(-110%); }
  60%, 100% { transform: translateX(110%); }
}

.xp-body { padding: 30px 30px 36px; flex: 1; }
.xp-label {
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--red);
}
.xp-body h3 {
  margin-top: 10px;
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--navy);
}
.xp-body p { margin-top: 12px; font-size: 0.98rem; line-height: 1.7; }

/* ==========================================================================
   TECHNOLOGY & INNOVATION
   ========================================================================== */
.technology {
  background: linear-gradient(160deg, #031A38 0%, var(--navy-deep) 45%, #04162E 100%);
  color: var(--white);
  overflow: hidden;
}
.tech-bg { position: absolute; inset: 0; pointer-events: none; }
.tech-bg::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(23, 100, 154, 0.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 100, 154, 0.14) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 75% 70% at 50% 45%, black 20%, transparent 72%);
}
.tech-pulse {
  position: absolute;
  width: 480px; height: 480px;
  left: 50%; top: 42%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(23, 100, 154, 0.35) 0%, transparent 60%);
  animation: techPulseAnim 6s ease-in-out infinite alternate;
}
@keyframes techPulseAnim {
  from { transform: translate(-50%, -50%) scale(0.9); opacity: 0.7; }
  to { transform: translate(-50%, -50%) scale(1.15); opacity: 1; }
}

.technology .container { position: relative; }

.tech-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}
.tech-chip {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-sm);
  font-family: var(--font-display);
  font-size: 0.88rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.92);
  transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}
.tech-chip:hover {
  transform: translateY(-4px);
  background: rgba(23, 100, 154, 0.28);
  border-color: rgba(237, 28, 36, 0.55);
}
.tech-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--red-accent);
  box-shadow: 0 0 12px rgba(237, 28, 36, 0.8);
  flex-shrink: 0;
  animation: dotBlink 2.4s ease-in-out infinite;
}
.tech-chip:nth-child(even) .tech-dot { animation-delay: -1.2s; background: #4D9BD1; box-shadow: 0 0 12px rgba(77,155,209,0.8); }
@keyframes dotBlink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.35; }
}

.tech-footer {
  margin-top: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  padding: 28px 34px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.tech-footer p {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--white);
}

/* ==========================================================================
   PARTNERSHIP
   ========================================================================== */
.partnership { background: var(--bg-light); }

.partner-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.partner-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 36px 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  position: relative;
  overflow: hidden;
}
.partner-card::after {
  content: "";
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--navy), var(--tech-blue));
  opacity: 0;
  transition: opacity 0.35s ease;
}
.partner-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.partner-card:hover::after { opacity: 1; }
.partner-card:first-child::after { background: linear-gradient(90deg, var(--red), var(--red-accent)); }

.partner-icon {
  width: 58px; height: 58px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: var(--navy-soft);
  color: var(--navy);
  transition: background 0.3s ease, color 0.3s ease;
}
.partner-icon .icon { width: 26px; height: 26px; }
.partner-card:hover .partner-icon { background: var(--navy); color: var(--white); }
.partner-card:first-child:hover .partner-icon { background: var(--red); }

.partner-tag {
  margin-top: 20px;
  font-family: var(--font-display);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--red);
}
.partner-card h3 {
  margin-top: 8px;
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1.25;
  color: var(--navy);
}
.partner-card p { margin-top: 12px; font-size: 0.95rem; line-height: 1.65; flex: 1; }
.partner-card .btn {
  margin-top: 24px;
  max-width: 100%;
  white-space: normal;
  text-align: center;
  line-height: 1.4;
}

/* ==========================================================================
   VENUE
   ========================================================================== */
.venue { background: var(--white); }

.venue-sub {
  margin-top: 18px;
  font-family: var(--font-display);
  font-size: 1.15rem;
  color: var(--navy);
}
.venue-sub strong { font-weight: 800; }

.venue-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: start;
}

.venue-visual { position: sticky; top: calc(var(--header-h) + 24px); }

.venue-skyline {
  position: relative;
  height: 320px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 22%, rgba(237, 28, 36, 0.16) 0%, transparent 40%),
    linear-gradient(180deg, #04203F 0%, var(--navy-deep) 60%, #03182f 100%);
  box-shadow: var(--shadow-lg);
}
.skyline-stars {
  position: absolute; inset: 0;
  background-image:
    radial-gradient(1px 1px at 12% 22%, rgba(255,255,255,0.8) 50%, transparent 51%),
    radial-gradient(1.5px 1.5px at 32% 14%, rgba(255,255,255,0.7) 50%, transparent 51%),
    radial-gradient(1px 1px at 54% 26%, rgba(255,255,255,0.6) 50%, transparent 51%),
    radial-gradient(1px 1px at 70% 12%, rgba(255,255,255,0.75) 50%, transparent 51%),
    radial-gradient(1.5px 1.5px at 88% 30%, rgba(255,255,255,0.65) 50%, transparent 51%),
    radial-gradient(1px 1px at 22% 40%, rgba(255,255,255,0.5) 50%, transparent 51%),
    radial-gradient(1px 1px at 62% 38%, rgba(255,255,255,0.55) 50%, transparent 51%);
}
.skyline-city {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 62%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 6px;
  padding: 0 26px;
}
.skyline-city span {
  flex: 1;
  background: linear-gradient(180deg, #12396B 0%, #0B2A52 100%);
  border-radius: 3px 3px 0 0;
  height: 34%;
  position: relative;
  box-shadow: inset 0 0 0 1px rgba(220, 230, 238, 0.08);
}
.skyline-city span:nth-child(odd) { height: 48%; }
.skyline-city span:nth-child(3n) { height: 60%; }
.skyline-city span.tall { height: 78%; }
.skyline-city span::after {
  content: "";
  position: absolute; inset: 12% 22%;
  background-image: repeating-linear-gradient(180deg, rgba(220, 230, 238, 0.22) 0 2px, transparent 2px 7px);
  opacity: 0.55;
}

.venue-pin {
  position: absolute;
  left: 50%; top: 26%;
  transform: translateX(-50%);
  width: 46px; height: 46px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: var(--red);
  color: var(--white);
  box-shadow: 0 10px 26px rgba(213, 31, 39, 0.5);
  animation: pinDrop 2.6s ease-in-out infinite;
}
.venue-pin .icon { width: 22px; height: 22px; }
@keyframes pinDrop {
  0%, 100% { transform: translate(-50%, 0); }
  50% { transform: translate(-50%, -8px); }
}
.venue-pin-label {
  position: absolute;
  left: 50%; top: calc(26% + 58px);
  transform: translateX(-50%);
  padding: 7px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(4px);
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--white);
  white-space: nowrap;
}

.venue-facts {
  margin-top: 22px;
  display: grid;
  gap: 12px;
}
.venue-fact {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  background: var(--bg-light);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
}
.venue-fact .icon { width: 24px; height: 24px; color: var(--red); }
.venue-fact strong {
  display: block;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.98rem;
  color: var(--navy);
}
.venue-fact span { font-size: 0.84rem; color: var(--text-gray); }

.venue-intro { font-size: 1.05rem; line-height: 1.8; margin-bottom: 34px; }

.travel-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.travel-card {
  background: var(--bg-light);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 22px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.travel-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.travel-card .icon { width: 24px; height: 24px; color: var(--tech-blue); }
.travel-card h3 {
  margin-top: 12px;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 800;
  color: var(--navy);
}
.travel-status {
  display: inline-block;
  margin-top: 6px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--tech-blue);
}
.travel-card-cta {
  background: var(--navy);
  border-color: var(--navy);
}
.travel-card-cta h3 { color: var(--white); margin-top: 0; }
.travel-card-cta p { color: rgba(255, 255, 255, 0.72); font-size: 0.86rem; margin: 8px 0 14px; }
.travel-card-cta:hover { background: var(--navy-deep); }

/* ==========================================================================
   SAVE THE DATE
   ========================================================================== */
.save-date {
  background: linear-gradient(150deg, var(--red) 0%, var(--red-dark) 45%, #8E1319 100%);
  color: var(--white);
  overflow: hidden;
}
.save-bg {
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 15% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 35%),
    radial-gradient(circle at 85% 80%, rgba(0, 29, 67, 0.4) 0%, transparent 45%),
    linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: auto, auto, 64px 64px, 64px 64px;
}

.save-inner {
  position: relative;
  text-align: center;
  max-width: 860px;
  margin: 0 auto;
}
.save-kicker {
  display: inline-block;
  padding: 9px 22px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  font-family: var(--font-display);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.save-title {
  margin-top: 24px;
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 6vw, 4.4rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  line-height: 1;
}
.save-date-line {
  margin-top: 18px;
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 3vw, 2rem);
  font-weight: 800;
  letter-spacing: 0.04em;
}
.save-place {
  margin-top: 8px;
  font-size: 1rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
}

.countdown {
  margin: 44px auto 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  flex-wrap: wrap;
}
.count-unit {
  min-width: 96px;
  padding: 18px 12px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius-md);
  backdrop-filter: blur(4px);
}
.count-num {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 4vw, 2.7rem);
  font-weight: 800;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.count-label {
  display: block;
  margin-top: 8px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
}
.count-sep {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 800;
  padding-top: 22px;
  color: rgba(255, 255, 255, 0.5);
}

.save-question {
  margin-top: 40px;
  font-size: 1.08rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
}
.save-question strong { color: var(--white); font-size: 1.15em; }

.save-ctas {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

/* ==========================================================================
   CONTACT
   ========================================================================== */
.contact { background: var(--bg-light); }

.contact-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  align-items: start;
}

.contact-info { position: sticky; top: calc(var(--header-h) + 24px); }

.contact-highlights { margin-top: 36px; display: grid; gap: 12px; }
.contact-highlight {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 15px 18px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
}
.contact-highlight .icon { width: 22px; height: 22px; color: var(--red); }
.contact-highlight strong {
  display: block;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.94rem;
  color: var(--navy);
}
.contact-highlight span { font-size: 0.82rem; color: var(--text-gray); }

.contact-form-panel {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 42px;
  box-shadow: var(--shadow-md);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.form-field { margin-bottom: 18px; }
.form-field label {
  display: block;
  margin-bottom: 7px;
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: var(--navy);
}
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1.5px solid var(--blue-gray);
  border-radius: 10px;
  background: var(--white);
  font-size: 0.95rem;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  border-color: var(--tech-blue);
  box-shadow: 0 0 0 3px rgba(23, 100, 154, 0.15);
}
.form-field textarea { resize: vertical; min-height: 110px; }

.form-field.invalid input,
.form-field.invalid select { border-color: var(--red); }

.select-wrap { position: relative; }
.select-wrap select { appearance: none; padding-right: 40px; cursor: pointer; }
.select-wrap::after {
  content: "";
  position: absolute;
  right: 16px; top: 50%;
  width: 9px; height: 9px;
  border-right: 2px solid var(--navy);
  border-bottom: 2px solid var(--navy);
  transform: translateY(-65%) rotate(45deg);
  pointer-events: none;
}

.checkbox-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.chip-check { position: relative; }
.chip-check input {
  position: absolute;
  opacity: 0;
  inset: 0;
  cursor: pointer;
}
.chip-check span {
  display: inline-block;
  padding: 9px 18px;
  border-radius: 999px;
  border: 1.5px solid var(--blue-gray);
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--navy);
  transition: all 0.25s ease;
  cursor: pointer;
}
.chip-check input:checked + span {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
  box-shadow: 0 6px 16px rgba(213, 31, 39, 0.3);
}
.chip-check input:focus-visible + span { box-shadow: 0 0 0 3px rgba(23, 100, 154, 0.3); }
.chip-check span:hover { border-color: var(--red); color: var(--red); }
.chip-check input:checked + span:hover { color: var(--white); }

.form-note {
  margin-top: 14px;
  font-size: 0.78rem;
  color: var(--text-gray);
  text-align: center;
}

.form-success {
  margin-top: 26px;
  padding: 26px;
  border-radius: var(--radius-md);
  background: rgba(23, 100, 154, 0.08);
  border: 1px solid rgba(23, 100, 154, 0.3);
  text-align: center;
}
.form-success-icon {
  width: 52px; height: 52px;
  margin: 0 auto 14px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: var(--navy);
  color: var(--white);
}
.form-success-icon .icon { width: 24px; height: 24px; }
.form-success h3 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--navy);
}
.form-success p { margin-top: 8px; font-size: 0.9rem; }

.form-error {
  margin-top: 26px;
  padding: 20px 26px;
  border-radius: var(--radius-md);
  background: rgba(213, 31, 39, 0.08);
  border: 1px solid rgba(213, 31, 39, 0.3);
  text-align: center;
  font-size: 0.9rem;
}
.form-error a { color: var(--red); font-weight: 600; text-decoration: underline; }

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer {
  background: var(--navy-deep);
  color: rgba(255, 255, 255, 0.72);
  padding: 80px 0 0;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.brand-footer .brand-name { color: var(--white); }
.brand-footer .brand-event { color: var(--red-accent); }
.brand-footer .brand-mark { background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255,255,255,0.15); }

.footer-tagline {
  margin-top: 18px;
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.85);
}

.footer-event-meta {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-event-meta span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.88rem;
}
.footer-event-meta .icon { width: 17px; height: 17px; color: var(--red-accent); }

.footer-nav h3,
.footer-legal h3 {
  font-family: var(--font-display);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 18px;
}
.footer-nav ul,
.footer-legal ul { display: grid; gap: 10px; }
.footer-nav a,
.footer-legal a {
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.25s ease, padding-left 0.25s ease;
}
.footer-nav a:hover,
.footer-legal a:hover { color: var(--white); padding-left: 6px; }

.footer-social { margin-top: 24px; display: flex; gap: 10px; }
.footer-social a {
  width: 40px; height: 40px;
  display: grid; place-items: center;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.75);
  transition: all 0.25s ease;
}
.footer-social a:hover {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
  transform: translateY(-3px);
}
.footer-social .icon { width: 18px; height: 18px; }

.footer-statement {
  padding: 40px 0;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-statement p {
  max-width: 720px;
  margin: 0 auto;
  font-family: var(--font-display);
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.6;
  color: var(--white);
}

.footer-bottom {
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
}

/* ==========================================================================
   REVEAL ANIMATIONS
   ========================================================================== */
[data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}
[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Stagger helper for grids */
.feature-grid [data-reveal]:nth-child(2),
.eco-grid [data-reveal]:nth-child(2),
.partner-grid [data-reveal]:nth-child(2) { transition-delay: 0.08s; }
.feature-grid [data-reveal]:nth-child(3),
.eco-grid [data-reveal]:nth-child(3),
.partner-grid [data-reveal]:nth-child(3) { transition-delay: 0.16s; }
.feature-grid [data-reveal]:nth-child(4),
.eco-grid [data-reveal]:nth-child(4),
.partner-grid [data-reveal]:nth-child(4) { transition-delay: 0.24s; }
.eco-grid [data-reveal]:nth-child(n+5) { transition-delay: 0.1s; }

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 1280px) {
  .header-inner { gap: 20px; }
  .main-nav ul { gap: 2px; }
  .nav-link { padding: 9px 8px; font-size: 0.78rem; }
}

@media (max-width: 1180px) {
  .header-actions .btn-outline-navy { display: none; }
  .nav-link { padding: 9px 7px; font-size: 0.76rem; }
  .eco-grid { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 1020px) {
  .header-actions { display: none; }
  .nav-toggle { display: block; margin-left: auto; }
  .main-nav {
    position: fixed;
    top: var(--header-h);
    left: 0; right: 0;
    bottom: 0;
    margin: 0;
    background: var(--white);
    padding: 28px 24px 40px;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: -12px 0 40px rgba(0, 29, 67, 0.18);
  }
  body.nav-open .main-nav { transform: translateX(0); }
  body.nav-open { overflow: hidden; }
  .main-nav ul { flex-direction: column; align-items: stretch; gap: 2px; }
  .nav-link {
    color: var(--navy);
    font-size: 1.05rem;
    padding: 14px 12px;
    border-bottom: 1px solid var(--line);
    border-radius: 0;
  }
  .nav-link::after { display: none; }
  .nav-link.active { color: var(--red); }
  .nav-cta-mobile {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 22px;
  }
  .nav-cta-mobile .btn { width: 100%; }

  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .regional-layout { grid-template-columns: 1fr; }
  .eco-grid { grid-template-columns: repeat(3, 1fr); }
  .attendee-grid { grid-template-columns: repeat(3, 1fr); }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .experience-grid { grid-template-columns: 1fr; max-width: 640px; margin: 0 auto; }
  .tech-grid { grid-template-columns: repeat(3, 1fr); }
  .partner-grid { grid-template-columns: repeat(2, 1fr); }
  .venue-layout { grid-template-columns: 1fr; }
  .venue-visual { position: static; }
  .contact-layout { grid-template-columns: 1fr; }
  .contact-info { position: static; }
  .footer-top { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  :root { --header-h: 66px; }
  .section { padding: 76px 0; }
  body { font-size: 16px; }

  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 26px; }
  .stat + .stat::before { display: none; }

  .feature-grid { grid-template-columns: 1fr; }
  .eco-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .eco-card { min-height: 140px; padding: 20px 16px; }
  .attendee-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .attendee-tile { flex-direction: column; align-items: flex-start; gap: 12px; padding: 16px; min-height: 130px; }
  .benefits-grid { grid-template-columns: 1fr; }
  .tech-grid { grid-template-columns: repeat(2, 1fr); }
  .partner-grid { grid-template-columns: 1fr; }
  .travel-grid { grid-template-columns: 1fr; }

  .hero { padding-top: calc(var(--header-h) + 40px); }
  .hero-meta { flex-direction: column; }
  .hero-meta-item { width: 100%; }
  .hero-ctas .btn { width: 100%; }

  .count-unit { min-width: 74px; padding: 14px 8px; }
  .count-sep { display: none; }

  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form-panel { padding: 28px 20px; }

  .footer-top { grid-template-columns: 1fr; gap: 36px; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .venue-pin-label { font-size: 0.6rem; }
  .tech-footer { justify-content: center; text-align: center; }
}

@media (max-width: 430px) {
  .eco-grid { grid-template-columns: 1fr; }
  .attendee-grid { grid-template-columns: 1fr; }
  .attendee-tile { flex-direction: row; align-items: center; min-height: 0; }
  .brand-event { display: none; }
}

/* ---------- Accessibility ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  [data-reveal] { opacity: 1; transform: none; }
}

:focus-visible {
  outline: 3px solid rgba(23, 100, 154, 0.6);
  outline-offset: 2px;
}
.hero :focus-visible,
.save-date :focus-visible { outline-color: rgba(255, 255, 255, 0.85); }

/* ==========================================================================
   INNER PAGES — PAGE HERO
   ========================================================================== */
.page-hero {
  position: relative;
  padding: calc(var(--header-h) + 76px) 0 76px;
  color: var(--white);
  background:
    radial-gradient(circle at 82% 12%, rgba(23, 100, 154, 0.42) 0%, transparent 55%),
    radial-gradient(circle at 10% 88%, rgba(213, 31, 39, 0.24) 0%, transparent 45%),
    linear-gradient(160deg, #04203f 0%, var(--navy) 55%, var(--navy-deep) 100%);
  overflow: hidden;
  isolation: isolate;
}
.page-hero-grid {
  position: absolute; inset: 0; z-index: -1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(ellipse 85% 90% at 50% 30%, black 25%, transparent 75%);
}

.crumb {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}
.crumb a { color: rgba(255, 255, 255, 0.55); transition: color 0.25s ease; }
.crumb a:hover { color: var(--white); }
.crumb-sep { color: var(--red-accent); }
.crumb-current { color: var(--white); }

.page-hero-title {
  margin-top: 20px;
  max-width: 840px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2.3rem, 5.4vw, 3.9rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
}
.page-hero-title em {
  font-style: normal;
  color: var(--red-accent);
  text-shadow: 0 0 40px rgba(237, 28, 36, 0.4);
}
.page-hero-lede {
  margin-top: 18px;
  max-width: 700px;
  font-size: 1.08rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.8);
}
.page-hero-meta { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 12px; }
.page-hero-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.16);
  font-family: var(--font-display);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.92);
}
.page-hero-chip .icon { width: 16px; height: 16px; color: var(--red-accent); }

/* ==========================================================================
   INNER PAGES — SHARED CONTENT BLOCKS
   ========================================================================== */
.section-alt { background: linear-gradient(180deg, var(--bg-light) 0%, #EDF2F6 100%); }
.section-tight { padding: 88px 0; }

.split-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}
.prose { font-size: 1.02rem; line-height: 1.8; }
.prose p + p { margin-top: 16px; }
.prose strong { color: var(--navy); }

.check-list { display: grid; gap: 12px; margin-top: 24px; }
.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.98rem;
  line-height: 1.6;
}
.check-list .icon {
  width: 18px; height: 18px;
  margin-top: 4px;
  color: var(--red);
  stroke-width: 2.4;
}
.check-list strong { color: var(--navy); }
.check-list.cols-2 { grid-template-columns: 1fr 1fr; gap: 14px 24px; }

.info-panel {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 34px;
  box-shadow: var(--shadow-md);
}
.info-panel-title {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--navy);
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}
.info-panel-row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}
.info-panel-row:last-child { border-bottom: none; padding-bottom: 0; }
.info-panel-row .icon { width: 22px; height: 22px; margin-top: 2px; color: var(--red); }
.info-panel-row strong {
  display: block;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.96rem;
  color: var(--navy);
}
.info-panel-row span { font-size: 0.85rem; color: var(--text-gray); }

/* Steps */
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.step-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 36px 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.step-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.step-num {
  font-family: var(--font-display);
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1;
  color: var(--blue-gray);
}
.step-card:hover .step-num { color: var(--red-accent); }
.step-card h3 {
  margin-top: 16px;
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--navy);
}
.step-card p { margin-top: 10px; font-size: 0.95rem; line-height: 1.65; }

/* Agenda */
.agenda-note {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 34px;
  padding: 16px 22px;
  border-radius: var(--radius-md);
  background: rgba(23, 100, 154, 0.08);
  border: 1px solid rgba(23, 100, 154, 0.25);
  font-size: 0.92rem;
  color: var(--navy);
}
.agenda-note .icon { width: 20px; height: 20px; color: var(--tech-blue); }

.agenda-day {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin-bottom: 26px;
  box-shadow: var(--shadow-sm);
}
.agenda-head {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 24px 30px;
  background: linear-gradient(120deg, var(--navy) 0%, var(--navy-deep) 100%);
}
.agenda-date {
  width: 64px; height: 64px;
  border-radius: 14px;
  background: var(--red);
  display: grid;
  place-content: center;
  text-align: center;
  flex-shrink: 0;
  box-shadow: 0 8px 20px rgba(213, 31, 39, 0.4);
}
.agenda-date strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1;
  color: var(--white);
}
.agenda-date span {
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
}
.agenda-head-text h3 {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: var(--white);
}
.agenda-head-text span {
  display: block;
  margin-top: 2px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
}
.agenda-item {
  display: grid;
  grid-template-columns: 130px 1fr auto;
  gap: 20px;
  align-items: start;
  padding: 18px 30px;
  border-top: 1px solid var(--line);
  transition: background 0.25s ease;
}
.agenda-item:hover { background: var(--bg-light); }
.agenda-time {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.88rem;
  letter-spacing: 0.04em;
  color: var(--red);
  padding-top: 2px;
  white-space: nowrap;
}
.agenda-item h4 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1rem;
  color: var(--navy);
}
.agenda-item p { margin-top: 4px; font-size: 0.88rem; line-height: 1.6; }
.agenda-tag {
  padding: 5px 12px;
  border-radius: 999px;
  font-family: var(--font-display);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: var(--navy-soft);
  color: var(--navy);
  white-space: nowrap;
}
.agenda-tag-red { background: rgba(213, 31, 39, 0.1); color: var(--red); }
.agenda-tag-blue { background: rgba(23, 100, 154, 0.12); color: var(--tech-blue); }

/* Sponsorship tiers */
.tier-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  align-items: stretch;
}
.tier-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 34px 28px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.tier-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.tier-card.featured { border: 2px solid var(--red); box-shadow: var(--shadow-md); }
.tier-flag {
  position: absolute;
  top: -13px; left: 50%;
  transform: translateX(-50%);
  padding: 5px 14px;
  border-radius: 999px;
  background: var(--red);
  color: var(--white);
  font-family: var(--font-display);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  white-space: nowrap;
}
.tier-name {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--navy);
}
.tier-desc { margin-top: 8px; font-size: 0.88rem; line-height: 1.6; }
.tier-list { margin-top: 22px; display: grid; gap: 11px; flex: 1; }
.tier-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.9rem;
  line-height: 1.5;
}
.tier-list .icon { width: 16px; height: 16px; margin-top: 3px; color: var(--red); stroke-width: 2.4; }
.tier-card .btn { margin-top: 26px; width: 100%; }

/* CTA band */
.cta-band {
  position: relative;
  overflow: hidden;
  background: linear-gradient(150deg, var(--red) 0%, var(--red-dark) 55%, #8E1319 100%);
  color: var(--white);
  padding: 92px 0;
  text-align: center;
}
.cta-band::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 70% 90% at 50% 50%, black 20%, transparent 75%);
}
.cta-band .container { position: relative; }
.cta-band-title {
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 4vw, 2.9rem);
  font-weight: 800;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  line-height: 1.15;
}
.cta-band-lede {
  margin: 16px auto 0;
  max-width: 580px;
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.88);
}
.cta-band-actions {
  margin-top: 34px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

/* ==========================================================================
   INNER PAGES — RESPONSIVE
   ========================================================================== */
@media (max-width: 1020px) {
  .split-layout { grid-template-columns: 1fr; gap: 40px; }
  .steps-grid { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; }
  .tier-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  .page-hero { padding: calc(var(--header-h) + 52px) 0 56px; }
  .check-list.cols-2 { grid-template-columns: 1fr; }
  .tier-grid { grid-template-columns: 1fr; }
  .agenda-head { padding: 20px; }
  .agenda-item { grid-template-columns: 1fr; gap: 6px; padding: 16px 20px; }
  .agenda-tag { justify-self: start; }
}
