:root {
  --c-50: #ECF6FA;
  --c-100: #dceefe;
  --c-200: #97C6F0;
  --c-400: #4F81DC;
  --c-500: #3B6DDA;
  --c-700: #2243B8;
  --text: #13284f;
  --text-soft: rgba(19, 40, 79, .74);
  --text-muted: rgba(19, 40, 79, .58);
  --surface: rgba(255, 255, 255, .72);
  --border: rgba(34, 67, 184, .14);
  --shadow: 0 20px 60px rgba(34, 67, 184, .12);
  --nav-offset-desktop: 76px;
  --nav-offset-mobile: 64px;
}

html {
  scroll-behavior: auto;
  scroll-padding-top: var(--nav-offset-desktop);
}

@media (max-width:991.98px) {
  html {
    scroll-padding-top: var(--nav-offset-mobile);
  }
}

body {
  color: var(--text);
  background: var(--c-50);
}

section[id],
header[id] {
  scroll-margin-top: var(--nav-offset-desktop);
}

@media (max-width:991.98px) {

  section[id],
  header[id] {
    scroll-margin-top: var(--nav-offset-mobile);
  }
}

.site-nav {
  background: rgba(255, 255, 255, .86);
  backdrop-filter: blur(14px);
  border-color: rgba(34, 67, 184, .08) !important;
}

.navbar .nav-link {
  position: relative;
  color: var(--text-soft);
  transition: color .2s ease;
}

.navbar .nav-link:hover,
.navbar .nav-link.is-active {
  color: var(--text);
}

.navbar .nav-link.is-active::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: -10px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--c-200), var(--c-400), var(--c-700));
}

.navbar-actions {
  min-width: max-content;
}

.lang-switcher {
  min-width: 88px;
  border-radius: 999px;
}

.brand-logo {
  height: 116px;
  width: auto;
  display: block;
}

@media (max-width:991.98px) {
  .brand-logo {
    height: 38px;
  }

  .navbar-actions {
    padding-top: 1rem;
  }
}

/*.btn-primetime {
  color: #fff;
  border: none;
  background: linear-gradient(135deg, var(--c-400) 0%, var(--c-500) 55%, var(--c-700) 100%);
  box-shadow: 0 14px 34px rgba(34, 67, 184, .28);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}*/

/*.btn-primetime:hover,
.btn-primetime:focus {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(34, 67, 184, .36);
  filter: saturate(1.05);
}*/

.section-band {
  position: relative;
  padding: 5.5rem 0;
  isolation: isolate;
}

.section-tight {
  padding: 0;
}

.section-band>* {
  position: relative;
  z-index: 2;
}

/* soft blend into next section */
.section-band::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: clamp(120px, 14vw, 220px);
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(180deg,
      rgba(236, 246, 250, 0) 0%,
      rgba(236, 246, 250, 0.22) 38%,
      rgba(236, 246, 250, 0.58) 70%,
      var(--next-band) 100%);
}

/* 1. PROMO */
.band-hero {
  background:
    radial-gradient(1100px 520px at 14% 10%, rgba(151, 198, 240, 0.22), transparent 58%),
    radial-gradient(900px 480px at 86% 14%, rgba(151, 198, 240, 0.10), transparent 60%),
    linear-gradient(180deg,
      #fafdff 0%,
      #f5fbfe 45%,
      #eef8fc 100%);
  --next-band: #eef8fc;
}

/* 2. INTRO */
.band-intro {
  background:
    radial-gradient(1000px 520px at 12% 10%, rgba(151, 198, 240, 0.16), transparent 58%),
    radial-gradient(860px 440px at 88% 16%, rgba(255, 255, 255, 0.38), transparent 62%),
    linear-gradient(180deg,
      #eef8fc 0%,
      #ecf6fa 52%,
      #eaf5fa 100%);
  --next-band: #eaf5fa;
}

/* 3. HIGHLIGHTS */
.band-light {
  background:
    radial-gradient(900px 420px at 16% 10%, rgba(151, 198, 240, 0.12), transparent 56%),
    linear-gradient(180deg,
      #eaf5fa 0%,
      #e8f4fa 50%,
      #e6f3fa 100%);
  --next-band: #e6f3fa;
}

/* 4. FEATURES */
.band-sky {
  background:
    radial-gradient(900px 420px at 84% 16%, rgba(151, 198, 240, 0.16), transparent 58%),
    radial-gradient(700px 300px at 18% 18%, rgba(255, 255, 255, 0.28), transparent 62%),
    linear-gradient(180deg,
      #e6f3fa 0%,
      #e3f1f9 52%,
      #e0eef8 100%);
  --next-band: #e0eef8;
}

/* 5. SCHEDULE */
.band-blue {
  background:
    radial-gradient(900px 420px at 82% 14%, rgba(151, 198, 240, 0.14), transparent 58%),
    linear-gradient(180deg,
      #e0eef8 0%,
      #dcecf7 50%,
      #d8e9f5 100%);
  --next-band: #d8e9f5;
  color: var(--text);
}

/* 6. EXHIBITORS */
.band-soft {
  background:
    radial-gradient(820px 380px at 14% 18%, rgba(255, 255, 255, 0.30), transparent 58%),
    radial-gradient(760px 320px at 86% 12%, rgba(151, 198, 240, 0.10), transparent 58%),
    linear-gradient(180deg,
      #d8e9f5 0%,
      #dbeaf4 48%,
      #dfedf5 100%);
  --next-band: #dfedf5;
}

/* 7. CTA */
.band-cta {
  background:
    radial-gradient(860px 360px at 18% 12%, rgba(255, 255, 255, 0.26), transparent 58%),
    linear-gradient(180deg,
      #dfedf5 0%,
      #e3f0f7 52%,
      #e7f3f8 100%);
  --next-band: #e7f3f8;
  color: var(--text);
}

/* 8. SPONSORS */
.band-deep {
  background:
    radial-gradient(920px 400px at 14% 12%, rgba(151, 198, 240, 0.10), transparent 58%),
    radial-gradient(760px 320px at 86% 14%, rgba(255, 255, 255, 0.24), transparent 60%),
    linear-gradient(180deg,
      #e7f3f8 0%,
      #e5f2f8 52%,
      #e3f1f8 100%);
  --next-band: #e3f1f8;
  color: var(--text);
}

/* 9. VENUE */
.band-navy {
  background:
    radial-gradient(900px 400px at 18% 10%, rgba(151, 198, 240, 0.10), transparent 58%),
    linear-gradient(180deg,
      #e3f1f8 0%,
      #e6f3f9 46%,
      #ecf6fa 100%);
  --next-band: #ecf6fa;
  color: var(--text);
}

.hero-bg {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cpath d='M0 60h120M60 0v120' stroke='rgba(34,67,184,0.06)' stroke-width='1'/%3E%3C/svg%3E");
  opacity: .75;
}

.hero-title {
  font-size: clamp(2.2rem, 4.8vw, 4.5rem);
  line-height: 1.05;
  letter-spacing: -.03em;
}

.hero-copy,
.section-copy {
  color: var(--text-soft);
  line-height: 1.7;
}

.hero .text-start,
.hero ul,
.hero p {
  color: var(--text-soft);
}

.hero-badge,
.section-pill {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .5rem .95rem;
  border-radius: 999px;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, .72);
  border: 1px solid rgba(34, 67, 184, .12);
  color: var(--c-700);
  box-shadow: 0 8px 24px rgba(34, 67, 184, .08);
}

.section-pill-light {
  background: rgba(255, 255, 255, .12);
  border-color: rgba(255, 255, 255, .18);
  color: #fff;
}

.section-title {
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.06;
  letter-spacing: -.03em;
  font-weight: 900;
  color: var(--text);
}

.section-title span {
  color: var(--c-500);
}

.section-title-light,
.section-copy-light {
  color: #fff;
}

.section-title-light span {
  color: #b7d5ff;
}

.section-copy-light {
  color: rgba(255, 255, 255, .74);
  max-width: 58ch;
}

.highlights-rule {
  width: min(100%, 420px);
  height: 1px;
  background: rgba(34, 67, 184, .14);
}

.vendor-card,
.video-card,
.venue-card,
.venue-panel,
.venue-mini-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 24px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.vendor-card {
  padding: 2rem;
  color: var(--text-soft);
}

.video-card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.highlights-video {
  width: 100%;
  display: block;
}

.video-overlay {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: radial-gradient(transparent 26%, rgba(19, 40, 79, .24) 100%);
  transition: opacity .25s ease;
}

.play-btn {
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, .26);
  border: 1px solid rgba(255, 255, 255, .42);
  backdrop-filter: blur(10px);
}

.play-triangle {
  width: 0;
  height: 0;
  margin-left: 4px;
  border-left: 18px solid #fff;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
}

.video-card.is-playing .video-overlay {
  opacity: 0;
  pointer-events: none;
}

.video-caption {
  color: var(--text-muted);
}

.hero-stats {
  max-width: 1024px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-top: 2rem;
  border-top: 1px solid rgba(34, 67, 184, .12);
}

.hero-stat {
  position: relative;
  text-align: center;
  padding: .75rem;
}

.hero-stat:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 12px;
  bottom: 12px;
  width: 1px;
  background: rgba(34, 67, 184, .12);
}

.hero-stat-number {
  font-size: clamp(1.9rem, 3.8vw, 2.7rem);
  font-weight: 900;
  color: var(--c-700);
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.08em;
}

.hero-stat-value,
.hero-stat-suffix {
  color: inherit;
}

.hero-stat-suffix {
  font-size: 0.72em;
  font-weight: 800;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.hero-stat-suffix.is-visible {
  opacity: 1;
  transform: translateX(0) translateY(1px);
}

.hero-stat-label {
  color: var(--text-muted);
}

#features {
  padding-top: 50px;
}

#features .feature-card {
  height: 100%;
  perspective: 1100px;
}

#features .feature-flip {
  position: relative;
  min-height: 240px;
  border-radius: 28px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(34, 67, 184, 0.12);
  box-shadow: 0 24px 70px rgba(34, 67, 184, 0.12);
}

#features .feature-inner {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 240px;

  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;

  transition: transform 0.7s cubic-bezier(.2, .8, .2, 1);
  will-change: transform;
}

#features .feature-card:hover .feature-inner,
#features .feature-card:focus-within .feature-inner {
  transform: rotateY(180deg);
}

#features .feature-card:hover .feature-flip {
  box-shadow: 0 30px 80px rgba(34, 67, 184, 0.18);
  transition: box-shadow 0.25s ease;
}

#features .feature-face {
  position: absolute;
  inset: 0;
  padding: 34px 28px 30px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  text-align: center;

  background: #ffffff;

  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;

  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

#features .feature-front {
  transform: rotateY(0deg) translateZ(1px);
}

#features .feature-back {
  transform: rotateY(180deg) translateZ(1px);
}

#features .feature-flip::before {
  content: "";
  position: absolute;
  inset: -2px;
  background:
    radial-gradient(500px 340px at 20% 20%, rgba(151, 198, 240, .18), transparent 58%),
    radial-gradient(520px 360px at 80% 20%, rgba(79, 129, 220, .14), transparent 58%);
  z-index: 0;
}

#features .feature-flip::after {
  display: none;
}

#features .feature-icon-img {
  width: 112px;
  height: 112px;
  display: block;
}

#features .feature-title {
  font-weight: 900;
  font-size: 1.25rem;
  line-height: 1.08;
  margin: 0;
  color: var(--text);
}

/*Apple-style hover lighting effect for feature cards*/
#features .feature-flip {
  position: relative;
  overflow: hidden;
}

/* light reflection layer */

#features .feature-flip::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity .35s ease;

  background:
    radial-gradient(500px circle at var(--mx, 50%) var(--my, 50%),
      rgba(255, 255, 255, .65),
      rgba(255, 255, 255, 0) 55%);
}

#features .feature-card:hover .feature-flip::after {
  opacity: .7;
}

#schedule .nav-pills .nav-link {
  color: rgba(255, 255, 255, .82);
  background: rgba(255, 255, 255, .10);
  border: 1px solid rgba(255, 255, 255, .12);
}

#schedule .nav-pills .nav-link.active {
  color: var(--c-700);
  background: #fff;
}

.schedule-list {
  display: grid;
  gap: 18px;
}

.schedule-card {
  box-shadow: 0 10px 26px rgba(0, 0, 0, .08);
}

.schedule-item {
  display: grid;
  grid-template-columns: max-content 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 22px 26px;
  border-radius: 20px;
  background: rgba(255, 255, 255, .09);
  border: 1px solid rgba(255, 255, 255, .14);
  box-shadow: 0 18px 40px rgba(10, 22, 60, .12);
}

.schedule-time {
  white-space: nowrap;
  font-weight: 800;
  font-size: 1.35rem;
  color: #fff;
}

.schedule-body {
  position: relative;
  padding-left: 22px;
}

.schedule-body::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 6px;
  width: 1px;
  background: rgba(255, 255, 255, .16);
}

.schedule-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, .72);
  font-size: .92rem;
}

.schedule-pill {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-weight: 700;
  font-size: .75rem;
  line-height: 1;
  border: 1px solid rgba(255, 255, 255, .14);
  color: #fff;
}

/* =========================================================
   SCHEDULE PILL TYPES (EXTENDED)
========================================================= */

/* Breakfast */
.schedule-pill--breakfast {
  background: rgba(255, 193, 7, 0.18);
  color: #8a5b00;
}

/* Lunch */
.schedule-pill--lunch {
  background: rgba(40, 167, 69, 0.15);
  color: #1e6b3a;
}

/* Buying Show */
.schedule-pill--buyingShow {
  background: rgba(19, 58, 208, 0.15);
  color: #133ad0;
}

/* Networking (enhanced) */
.schedule-pill--networking {
  background: rgba(111, 66, 193, 0.15);
  color: #5a2ea6;
}

/* Optional: subtle hover consistency */
.schedule-pill {
  transition: all 0.2s ease;
}

/* Registration */
.schedule-pill--registration {
  background: rgba(64, 160, 78, .56);
}

/* Break */
.schedule-pill--break {
  background: rgba(105, 178, 109, .52);
}

/* Conference */
.schedule-pill--conference {
  background: rgba(82, 138, 232, .56);
}

/* Workshop */
.schedule-pill--workshop {
  background: rgba(52, 177, 118, .56);
}

/* Expert Session */
.schedule-pill--expertSession {
  background: rgba(255, 159, 64, .56);
}

/* Roundtable */
.schedule-pill--roundtable {
  background: rgba(201, 203, 207, .56);
}

/* Category Focus */
.schedule-pill--categoryFocus {
  background: rgba(255, 99, 132, .56);
}

/* Product Showcase*/
.schedule-pill--productShowcase {
  background: rgba(255, 205, 86, .56);
}

.schedule-pill--keynote {
  background: rgba(116, 114, 230, .58);
}



.schedule-title {
  color: #fff;
  font-weight: 800;
  font-size: 1.08rem;
}

/*.schedule-action .btn {
  border-color: rgba(255, 255, 255, .24);
  color: rgba(27, 24, 24, 0.88);
}

.schedule-action .btn:hover {
  border-color: rgba(255, 255, 255, .4);
  background: rgba(255, 255, 255, .08);
  color: rgba(27, 24, 24, 0.88);
}*/

.sponsor-tier-title {
  margin-bottom: 1rem;
  font-size: .85rem;
  letter-spacing: .16em;
  font-weight: 800;
  color: rgba(255, 255, 255, .74);
}

.sponsor-marquee {
  --marquee-duration: 26s;
  position: relative;
  overflow: hidden;
  padding: 20px 28px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .07);
  box-shadow: 0 16px 44px rgba(8, 16, 45, .18);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}

.sponsor-track {
  display: flex;
  align-items: center;
  gap: 34px;
  width: max-content;
  animation: sponsor-scroll var(--marquee-duration) linear infinite;
}

#sponsors .sponsor-marquee--platinum {
  --marquee-duration: 22s;
  /* slightly faster */
  --marquee-delay: -6s;
  /* stagger */
  --tier-bg:
    radial-gradient(circle at 20% 50%, rgba(120, 170, 255, .24), transparent 60%),
    radial-gradient(circle at 80% 40%, rgba(168, 85, 247, .16), transparent 60%),
    linear-gradient(180deg, rgba(255, 255, 255, .78), rgba(255, 255, 255, .64));

  /* slight glow around platinum only */
  box-shadow:
    0 18px 55px rgba(15, 23, 42, .08),
    0 0 0 1px rgba(120, 170, 255, .20),
    0 12px 40px rgba(120, 170, 255, .18),
    inset 0 1px 0 rgba(255, 255, 255, .80);
}

#sponsors .sponsor-marquee--gold {
  --marquee-duration: 30s;
  --marquee-delay: -14s;
  --tier-bg:
    radial-gradient(circle at 20% 55%, rgba(255, 200, 110, .28), transparent 62%),
    radial-gradient(circle at 80% 40%, rgba(255, 170, 70, .18), transparent 62%),
    linear-gradient(180deg, rgba(255, 255, 255, .78), rgba(255, 255, 255, .64));
}

#sponsors .sponsor-marquee--silver {
  --marquee-duration: 24s;
  --marquee-delay: -21s;
  --tier-bg:
    radial-gradient(circle at 20% 55%, rgba(148, 163, 184, .28), transparent 62%),
    radial-gradient(circle at 80% 40%, rgba(203, 213, 225, .20), transparent 62%),
    linear-gradient(180deg, rgba(255, 255, 255, .78), rgba(255, 255, 255, .64));
}

.sponsor-marquee--gold .sponsor-track {
  animation-direction: reverse;
}

.sponsor-item {
  display: grid;
  place-items: center;
  padding: 14px 22px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(34, 67, 184, .10);
  box-shadow: 0 12px 30px rgba(10, 20, 60, .08);
  transition: transform .2s ease, box-shadow .2s ease;
}

.sponsor-item:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 18px 38px rgba(10, 20, 60, .14);
}

.sponsor-item img {
  display: block;
  width: auto;
  height: auto;
  max-width: 220px;
}

.sponsor-item-platinum img {
  max-height: 76px;
}

.sponsor-item-gold img {
  max-height: 58px;
}

.sponsor-item-silver img {
  max-height: 44px;
}

@keyframes sponsor-scroll {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.sponsor-cta-card {
  max-width: 880px;
  margin-inline: auto;
  padding: 3rem 2rem;
}

.sponsor-cta-title {
  color: #fff;
  font-size: 2rem;
  font-weight: 800;
}

.sponsor-cta-text {
  color: rgba(61, 49, 49, 0.78);
  max-width: 880px;
  margin-inline: auto;
}

.band-cta .btn-outline-light,
.band-navy .btn-outline-light {
  border-color: rgba(255, 255, 255, .22);
}

.band-cta .btn-outline-light:hover,
.band-navy .btn-outline-light:hover {
  background: rgba(255, 255, 255, .08);
}

.venue-header {
  max-width: 760px;
  margin-bottom: 40px;
}

.venue-hero {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 24px 70px rgba(8, 16, 45, .26);
}

.venue-hero img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  display: block;
}

.venue-hero-dim {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(1200px 500px at 20% 90%, rgba(0, 0, 0, .42), transparent 60%),
    linear-gradient(to bottom, rgba(0, 0, 0, .08), rgba(0, 0, 0, .54));
  z-index: 1;
}

.venue-hero-overlay {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 2;
}

.venue-hero-glass {
  max-width: 560px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(20, 20, 28, .34);
  border: 1px solid rgba(255, 255, 255, .18);
  backdrop-filter: blur(12px);
  color: #fff;
}

.venue-hero-title {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.08;
  margin-bottom: 6px;
}

.venue-card {
  padding: 18px;
  background: rgba(255, 255, 255, .10);
  border-color: rgba(255, 255, 255, .14);
  box-shadow: 0 18px 60px rgba(8, 16, 45, .20);
}

.venue-left-stack {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.venue-map {
  position: relative;
  flex: 1 1 auto;
  min-height: 320px;
  border-radius: 20px;
  overflow: hidden;
}

#venueMap {
  height: 100%;
  width: 100%;
}

.venue-map-overlay {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(34, 67, 184, .10);
  color: var(--text);
}

.venue-map-overlay-title {
  font-weight: 900;
}

.venue-map-overlay-sub {
  font-size: .86rem;
  color: var(--text-soft);
}

.venue-details--stack {
  display: grid;
  gap: 14px;
}

.venue-panel,
.venue-mini-card {
  padding: 16px;
  background: rgba(255, 255, 255, .84);
  border: 1px solid rgba(255, 255, 255, .14);
  color: var(--text);
}

.venue-hotel-logo {
  height: 60px;
  width: auto;
  margin-bottom: 12px;
}

.venue-rate {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(79, 129, 220, .08);
  border: 1px solid rgba(34, 67, 184, .08);
}

.venue-rate-label {
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--text-muted);
}

.venue-rate-price {
  margin-top: 6px;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.05;
  color: var(--text);
}

.venue-rate-price span {
  font-size: 14px;
  font-weight: 800;
  opacity: .7;
}

.venue-rate-note,
.venue-hotel-copy,
.venue-mini-note {
  color: var(--text-soft);
}

.venue-list {
  margin: 1rem 0 0;
  padding-left: 18px;
  color: var(--text-soft);
}

.venue-list li::marker {
  color: var(--c-500);
}

.venue-mini-title {
  font-weight: 800;
  margin-bottom: 12px;
}

.venue-mini-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 14px;
  margin-bottom: 14px;
}

.venue-mini-kicker {
  font-size: 12px;
  opacity: .65;
  margin-bottom: 2px;
}

.venue-mini-value {
  font-weight: 700;
  font-size: 14px;
}

.footer-section {
  background: linear-gradient(180deg, #102657 0%, #0b1b43 100%);
  color: #fff;
}

.footer-section p {
  margin-bottom: 18px;
}

.footer-text,
.footer-links a,
.footer-bottom,
.footer-bottom a {
  color: rgba(255, 255, 255, .68);
  text-decoration: none;
}

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

.footer-links li {
  margin-bottom: 8px;
}

.footer-heading {
  font-size: .85rem;
  letter-spacing: .15em;
  font-weight: 700;
  color: rgba(255, 255, 255, .44);
  margin-bottom: 14px;
}

.footer-divider {
  border-color: rgba(255, 255, 255, .1);
}

.footer-social {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: rgba(255, 255, 255, .8);
  background: rgba(255, 255, 255, .08);
}

.footer-logo {
  height: 64px;
  margin-bottom: 12px;
  filter: brightness(0) invert(1);
  opacity: 0.9;
}

/* =========================================================
   FOOTER CORPORATE LOGO - PREMIUM SPONSOR STYLE
========================================================= */

.footer-corporate-logo-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.06);
  /* was ~0.10 */
  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  margin-bottom: clamp(12px, 1.2vw, 18px);
}

.footer-corporate-logo {
  display: block;
  max-width: 240px;
  height: auto;
  filter:
    brightness(0) invert(1) drop-shadow(0 2px 8px rgba(255, 255, 255, 0.08));
  opacity: 0.9;
}

/* subtle hover polish */
.footer-corporate-logo-wrap:hover {
  background: rgba(255, 255, 255, 0.11);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transition: all 0.25s ease;
}

@media (max-width: 575.98px) {
  .footer-corporate-logo {
    max-width: 200px;
  }

  .footer-corporate-logo-wrap {
    padding: 12px 14px;
    border-radius: 16px;
  }
}

.countdown {
  margin: 34px auto 22px;
  display: grid;
  grid-template-columns: minmax(0, 240px) repeat(3, minmax(0, 170px));
  justify-content: center;
  gap: 22px;
}

.countdown-box {
  position: relative;
  padding: 18px 14px 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, .62);
  border: 1px solid rgba(34, 67, 184, .14);
  box-shadow: 0 14px 36px rgba(34, 67, 184, .12);
  backdrop-filter: blur(14px);
  display: grid;
  justify-items: center;
  gap: 14px;
}

.countdown-box::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  background:
    radial-gradient(320px 240px at 20% 20%, rgba(151, 198, 240, .24), transparent 60%),
    radial-gradient(360px 260px at 85% 25%, rgba(79, 129, 220, .18), transparent 60%);
  z-index: 0;
}

.flip-host,
.flip-row,
.countdown-label {
  position: relative;
  z-index: 2;
}

.countdown-label {
  font-size: .82rem;
  letter-spacing: .12em;
  font-weight: 800;
  color: var(--text-muted);
  text-transform: uppercase;
}

.flip-host {
  display: grid;
  place-items: center;
}

.flip-row {
  display: flex;
  gap: 6px;
  justify-content: center;
}

.countdown.cd-anim {
  opacity: 0;
  transform: translateY(10px) scale(.96);
}

.countdown.cd-anim.is-visible {
  opacity: 1;
  transform: none;
}

.countdown.cd-anim.is-visible .countdown-box {
  opacity: 0;
  transform: translateY(14px) scale(.96);
  animation: cd-card-in 720ms cubic-bezier(.2, .9, .2, 1) forwards;
}

.countdown.cd-anim.is-visible .countdown-box:nth-child(1) {
  animation-delay: 0ms;
}

.countdown.cd-anim.is-visible .countdown-box:nth-child(2) {
  animation-delay: 120ms;
}

.countdown.cd-anim.is-visible .countdown-box:nth-child(3) {
  animation-delay: 240ms;
}

.countdown.cd-anim.is-visible .countdown-box:nth-child(4) {
  animation-delay: 360ms;
}

@keyframes cd-card-in {
  0% {
    opacity: 0;
    transform: translateY(14px) scale(.96);
  }

  60% {
    opacity: 1;
    transform: translateY(-2px) scale(1.02);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .55s ease, transform .55s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

#return-to-top {
  position: fixed;
  right: 15px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  display: none;
  z-index: 9999;
  border-radius: 999px;
  text-decoration: none;
  background: rgba(17, 35, 80, .76);
  box-shadow: 0 12px 30px rgba(10, 20, 60, .16);
  transition: all .3s ease;
}

#return-to-top i {
  position: relative;
  left: 13px;
  top: 13px;
  color: #fff;
  font-size: 19px;
  transition: all .3s ease;
}

#return-to-top:hover {
  background: rgba(17, 35, 80, .92);
}

#return-to-top:hover i {
  top: 5px;
}

@media (max-width:991.98px) {
  .section-band {
    padding: 4.5rem 0;
  }

  .section-band::after {
    height: 110px;
  }

  .venue-hero img {
    height: 380px;
  }
}

@media (max-width:767.98px) {
  .hero-stats {
    grid-template-columns: 1fr;
    gap: 6px;
    border-top: none;
  }

  .hero-stat {
    border: 1px solid rgba(34, 67, 184, .12);
    border-radius: 18px;
    background: rgba(255, 255, 255, .48);
  }

  .hero-stat:not(:last-child)::after {
    display: none;
  }

  .schedule-item {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .schedule-body {
    padding-left: 0;
  }

  .schedule-body::before {
    display: none;
  }

  .countdown {
    grid-template-columns: repeat(2, minmax(0, 180px));
    gap: 14px;
  }

  .venue-mini-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width:575.98px) {
  .countdown {
    grid-template-columns: 1fr 1fr;
  }

  .venue-map-overlay {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion:reduce) {

  .reveal,
  .countdown,
  .countdown.cd-anim,
  .countdown.cd-anim.is-visible,
  .countdown.cd-anim.is-visible .countdown-box,
  #features .feature-inner,
  .sponsor-track {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

/* =========================================================
   DEDUPED FINAL OVERRIDES
========================================================= */

/* -----------------------------
   Global ambient background
----------------------------- */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(900px 500px at 15% 20%, rgba(151, 198, 240, .10), transparent 60%),
    radial-gradient(800px 480px at 80% 70%, rgba(174, 226, 196, .10), transparent 60%);
  animation: pageGlowMove 28s ease-in-out infinite alternate;
}

main,
.section-band,
header,
footer {
  position: relative;
  z-index: 1;
}

@keyframes pageGlowMove {
  0% {
    transform: translate3d(-4%, -3%, 0);
  }

  50% {
    transform: translate3d(4%, 2%, 0);
  }

  100% {
    transform: translate3d(-2%, 4%, 0);
  }
}

/* -----------------------------
   Register button emphasis
----------------------------- */
.hero-register-btn,
.btn-register-hero,
a[href*="register"],
a.register-btn,
.btn-primetime[href="#tickets"] {
  font-size: 1.25rem;
  font-weight: 700;
  padding: 9px 21px;
  border-radius: 999px;
  letter-spacing: .02em;
  background: linear-gradient(135deg, #4F81DC 0%, #2243B8 100%);
  color: #fff !important;
  box-shadow:
    0 14px 40px rgba(34, 67, 184, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, .25);
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}

.hero-register-btn:hover,
.btn-register-hero:hover,
a[href*="register"]:hover,
a.register-btn:hover,
.btn-primetime[href="#tickets"]:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow:
    0 22px 55px rgba(34, 67, 184, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, .35);
  filter: brightness(1.05);
}

.hero-register-btn {
  animation: registerPulse 3.5s ease-in-out infinite;
}

@keyframes registerPulse {

  0%,
  100% {
    box-shadow:
      0 14px 40px rgba(34, 67, 184, 0.35),
      inset 0 1px 0 rgba(255, 255, 255, .25);
  }

  50% {
    box-shadow:
      0 20px 55px rgba(34, 67, 184, 0.55),
      inset 0 1px 0 rgba(255, 255, 255, .35);
  }
}

/* -----------------------------
   Section flow + glass depth
   current order:
   promo > intro > highlights > schedule > features
   > exhibitors > cta > venue > sponsors > footer
----------------------------- */
.section-band {
  position: relative !important;
  isolation: isolate !important;
  overflow: hidden !important;
}

.section-band::before {
  content: "" !important;
  position: absolute !important;
  inset: 14px !important;
  border-radius: 28px !important;
  pointer-events: none !important;
  z-index: 0 !important;
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.08) 0%,
      rgba(255, 255, 255, 0.03) 100%) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    inset 0 0 0 1px rgba(151, 198, 240, 0.04) !important;
}

.section-band>* {
  position: relative !important;
  z-index: 2 !important;
}

.section-band::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: -1px !important;
  height: clamp(120px, 12vw, 180px) !important;
  pointer-events: none !important;
  z-index: 1 !important;
  background: linear-gradient(180deg,
      rgba(236, 246, 250, 0) 0%,
      rgba(236, 246, 250, 0.18) 35%,
      rgba(236, 246, 250, 0.46) 65%,
      var(--flow-next, #ecf6fa) 100%) !important;
}

#intro-features,
#highlights .stats-band,
#highlights .intro-stats,
#highlights .stats-row {
  background: transparent !important;
}

/* intro */
#introSection.section-band.band-intro {
  background:
    radial-gradient(900px 360px at 15% 10%, rgba(151, 198, 240, 0.08), transparent 58%),
    linear-gradient(180deg, #edf6fb 0%, #ebf5fa 55%, #e9f4fa 100%) !important;
  --flow-next: #e9f4fa;
}

/* highlights */
#highlights.section-band.band-light {
  background:
    radial-gradient(860px 320px at 82% 14%, rgba(151, 198, 240, 0.07), transparent 58%),
    linear-gradient(180deg, #e9f4fa 0%, #e7f2f9 50%, #e5f0f8 100%) !important;
  --flow-next: #e5f0f8;
}

/* schedule */
#schedule.section-band.band-blue {
  background:
    radial-gradient(820px 320px at 14% 16%, rgba(151, 198, 240, 0.06), transparent 56%),
    linear-gradient(180deg, #e5f0f8 0%, #e4eff6 45%, #e3eee9 100%) !important;
  --flow-next: #e4f0ec;
}

#schedule.section-band.band-blue::after {
  background: linear-gradient(180deg,
      rgba(227, 238, 233, 0) 0%,
      rgba(227, 238, 233, 0.28) 38%,
      rgba(228, 240, 236, 0.58) 70%,
      #e4f0ec 100%) !important;
}

/* features */
#features.section-band.band-sky {
  background:
    radial-gradient(900px 340px at 82% 14%, rgba(151, 198, 240, 0.06), transparent 58%),
    linear-gradient(180deg, #e4f0ec 0%, #e4f1ee 45%, #e4f1ed 100%) !important;
  --flow-next: #e5f2ee;
}

#features.section-band.band-sky::after {
  background: linear-gradient(180deg,
      rgba(228, 241, 237, 0) 0%,
      rgba(228, 241, 237, 0.24) 36%,
      rgba(229, 242, 238, 0.55) 68%,
      #e5f2ee 100%) !important;
}

/* exhibitors */
#exhibitors.section-band.band-soft {
  background:
    radial-gradient(760px 300px at 84% 14%, rgba(151, 198, 240, 0.04), transparent 56%),
    linear-gradient(180deg, #e5f2ee 0%, #e5f1ec 52%, #e4eef0 100%) !important;
  --flow-next: #e4edf4;
}

#exhibitors.section-band.band-soft::after {
  background: linear-gradient(180deg,
      rgba(228, 238, 240, 0) 0%,
      rgba(228, 238, 240, 0.24) 36%,
      rgba(228, 237, 242, 0.56) 68%,
      #e4edf4 100%) !important;
}

/* cta */
#cta.section-band.band-cta {
  background:
    radial-gradient(760px 300px at 82% 14%, rgba(255, 255, 255, 0.16), transparent 56%),
    linear-gradient(180deg, #e4edf4 0%, #e5eef4 52%, #e5edf3 100%) !important;
  --flow-next: #e4edf4;
}

#cta.section-band.band-cta::after {
  background: linear-gradient(180deg,
      rgba(229, 237, 243, 0) 0%,
      rgba(229, 237, 243, 0.24) 36%,
      rgba(228, 236, 243, 0.56) 68%,
      #e4edf4 100%) !important;
}

/* venue */
#venue.section-band.band-navy {
  background:
    radial-gradient(900px 340px at 18% 12%, rgba(151, 198, 240, 0.05), transparent 58%),
    linear-gradient(180deg, #e4edf4 0%, #e5edf4 48%, #e6edf4 100%) !important;
  --flow-next: #e6eef4;
}

#venue.section-band.band-navy::after {
  background: linear-gradient(180deg,
      rgba(230, 237, 244, 0) 0%,
      rgba(230, 237, 244, 0.20) 36%,
      rgba(230, 238, 244, 0.46) 68%,
      #e6eef4 100%) !important;
}

/* sponsors */
#sponsors.section-band.band-deep {
  background:
    radial-gradient(860px 320px at 16% 12%, rgba(151, 198, 240, 0.05), transparent 58%),
    linear-gradient(180deg, #e6eef4 0%, #e6eef4 50%, #e5edf3 100%) !important;
  --flow-next: #e5edf3;
}

/* clean seams */
#features,
#schedule,
#exhibitors,
#cta,
#venue,
#sponsors {
  border-top: 0 !important;
  border-bottom: 0 !important;
}

/* footer break */
#sponsors.section-band+footer,
#venue.section-band+footer {
  margin-top: 0 !important;
}

footer,
.site-footer {
  margin-top: 0 !important;
  background: #0f2a63 !important;
  position: relative;
  z-index: 3;
}

footer::before,
footer::after,
.site-footer::before,
.site-footer::after {
  display: none !important;
}

/* -----------------------------
   Section title consistency
----------------------------- */
#introSection,
#introSection .section-title,
#introSection .section-title-light,
#introSection h1,
#introSection h2,
#introSection h3,
#introSection h4,
#introSection .section-pill,
#introSection .eyebrow {
  color: #20385f !important;
}

#introSection .section-copy,
#introSection .section-copy-light,
#introSection p,
#introSection li,
#introSection .muted {
  color: #52657d !important;
}

#schedule,
#schedule .section-title,
#schedule .section-title-light,
#schedule h1,
#schedule h2,
#schedule h3,
#schedule h4,
#schedule .section-pill,
#schedule .eyebrow,
#schedule .schedule-day,
#schedule .schedule-title,
#schedule .schedule-meta {
  color: #183153 !important;
}

#schedule .section-copy,
#schedule .section-copy-light,
#schedule p,
#schedule li,
#schedule span,
#schedule .muted,
#schedule .schedule-description,
#schedule .schedule-location,
#schedule .schedule-time {
  color: #2f4a68 !important;
}

#schedule .section-title span,
#schedule .section-title-light span {
  color: #5a6f8d !important;
}

.schedule-header {
  max-width: 760px;
  margin-bottom: 40px;
}

#exhibitors .section-title,
#exhibitors .section-title-light,
#exhibitors h1,
#exhibitors h2,
#exhibitors h3,
#exhibitors h4 {
  color: #1f3558 !important;
}

#exhibitors .section-title span,
#exhibitors .section-title-light span,
#exhibitors h1 span,
#exhibitors h2 span,
#exhibitors h3 span,
#exhibitors h4 span {
  color: #1f3558 !important;
}

#exhibitors .section-pill,

#exhibitors .section-title span,
#exhibitors .section-title-light span {
  color: #5a6f8d !important;
}

.exhibitors-header {
  max-width: 760px;
  margin-bottom: 40px;
}

#cta,
#cta .section-title,
#cta .section-title-light,
#cta h1,
#cta h2,
#cta h3,
#cta h4,
#cta .section-pill,
#cta .eyebrow {
  color: #20324f !important;
}

#cta .section-copy,
#cta .section-copy-light,
#cta p,
#cta li,
#cta span,
#cta .muted {
  color: #4b5f78 !important;
}

#venue,
#venue .section-title,
#venue .section-title-light,
#venue h1,
#venue h2,
#venue h3,
#venue h4,
#venue .section-pill,
#venue .eyebrow,
#venue .venue-title,
#venue .hotel-title {
  color: #1f3558 !important;
}

#venue .section-title span,
#venue .section-title-light span {
  color: #5a6f8d !important;
}

#venue .section-copy,
#venue .section-copy-light,
#venue p,
#venue li,
#venue span,
#venue .muted,
#venue .venue-meta,
#venue .hotel-meta {
  color: #4b6078 !important;
}

#sponsors,
#sponsors .section-title,
#sponsors .section-title-light,
#sponsors h1,
#sponsors h2,
#sponsors h3,
#sponsors h4,
#sponsors .section-pill,
#sponsors .eyebrow,
#sponsors .sponsor-tier-title {
  color: #20385f !important;
}

#sponsors .section-copy,
#sponsors .section-copy-light,
#sponsors p,
#sponsors li,
#sponsors span,
#sponsors .muted {
  color: #52657d !important;
}

/* -----------------------------
   Schedule tabs
----------------------------- */
#scheduleTabs {
  row-gap: .75rem;
}

#scheduleTabs .nav-link {
  background: rgba(255, 255, 255, 0.72) !important;
  color: #28476b !important;
  border: 1px solid rgba(59, 109, 218, 0.14) !important;
  box-shadow: 0 8px 20px rgba(34, 67, 184, 0.06);
  font-weight: 600;
  transition: all .25s ease;
}

#scheduleTabs .nav-link:hover {
  background: rgba(255, 255, 255, 0.92) !important;
  color: #183153 !important;
  border-color: rgba(59, 109, 218, 0.24) !important;
}

#scheduleTabs .nav-link.active,
#scheduleTabs .show>.nav-link {
  background: linear-gradient(135deg, rgba(79, 129, 220, 0.95) 0%, rgba(59, 109, 218, 0.95) 100%) !important;
  color: #fff !important;
  border-color: rgba(34, 67, 184, 0.24) !important;
  box-shadow: 0 12px 28px rgba(34, 67, 184, 0.18);
}

#schedule .btn,
#cta .btn,
#venue .btn,
#schedule button,
#cta button,
#venue button {
  color: #fff !important;
}

/* -----------------------------
   Intro feature cards
----------------------------- */
#intro-features .feature-card {
  height: 100%;
  perspective: 1100px;
}

#intro-features .feature-flip {
  position: relative;
  min-height: 420px;
  border-radius: 28px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(34, 67, 184, 0.12);
  box-shadow: 0 24px 70px rgba(34, 67, 184, 0.12);
}

#intro-features .feature-inner {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 420px;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transition: transform .7s cubic-bezier(.2, .8, .2, 1);
  will-change: transform;
}

#intro-features .feature-card:hover .feature-inner,
#intro-features .feature-card:focus-within .feature-inner {
  transform: rotateY(180deg);
}

#intro-features .feature-card:hover .feature-flip {
  box-shadow: 0 30px 80px rgba(34, 67, 184, 0.18);
  transition: box-shadow .25s ease;
}

#intro-features .feature-face {
  position: absolute;
  inset: 0;
  padding: 34px 28px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  text-align: center;
  background: #fff;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

#intro-features .feature-front {
  transform: rotateY(0deg) translateZ(1px);
}

#intro-features .feature-back {
  transform: rotateY(180deg) translateZ(1px);
}

#intro-features .feature-flip::before {
  content: "";
  position: absolute;
  inset: -2px;
  background:
    radial-gradient(500px 340px at 20% 20%, rgba(151, 198, 240, .18), transparent 58%),
    radial-gradient(520px 360px at 80% 20%, rgba(79, 129, 220, .14), transparent 58%);
  z-index: 0;
}

#intro-features .feature-flip::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity .35s ease;
  background:
    radial-gradient(500px circle at var(--mx, 50%) var(--my, 50%), rgba(255, 255, 255, .65), rgba(255, 255, 255, 0) 55%);
}

#intro-features .feature-card:hover .feature-flip::after {
  opacity: .7;
}

#intro-features .feature-icon-img {
  width: 224px;
  height: 224px;
  display: block;
}

#intro-features .feature-title {
  font-weight: 900;
  font-size: 1.25rem;
  line-height: 1.08;
  margin: 0;
  color: var(--text);
}

#intro-features .feature-desc {
  margin: 0;
  color: var(--text-soft);
  font-size: 1.03rem;
  line-height: 1.35;
}

/* -----------------------------
   CTA refined
----------------------------- */
#cta .sponsor-cta-card {
  max-width: 880px;
  margin: 0 auto;
  padding: clamp(2rem, 3vw, 3rem) clamp(1.5rem, 3vw, 3rem);
}

#cta .sponsor-cta-title {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(1.8rem, 2.6vw, 2.9rem);
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #243b63 !important;
}

#cta .sponsor-cta-text {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.06rem;
  line-height: 1.7;
  color: #5b6f88 !important;
}

#cta .sponsor-cta-text a {
  color: #3f6da8;
  text-decoration: underline;
  text-underline-offset: 2px;
}

#cta .sponsor-cta-card .d-flex p {
  margin: 0;
  padding: .7rem 1.1rem;
  font-size: .92rem;
  letter-spacing: .08em;
}

/* -----------------------------
   Sponsors
----------------------------- */
#sponsors .sponsor-tier-title {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(34, 67, 184, 0.10);
  box-shadow: 0 10px 24px rgba(42, 75, 156, 0.08);
}

#sponsors .sponsor-marquee {
  position: relative;
  isolation: isolate;
  transform: translateZ(0);
  backface-visibility: hidden;
  border: 1px solid rgba(34, 67, 184, 0.10);
  box-shadow: 0 18px 44px rgba(42, 75, 156, 0.10);
}

#sponsors .sponsor-track {
  position: relative;
  z-index: 2;
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
}

#sponsors .sponsor-marquee:hover .sponsor-track,
#sponsors .sponsor-track:hover,
#sponsors .sponsor-marquee:hover::before,
#sponsors .sponsor-marquee:hover::after {
  animation-play-state: paused;
}

#sponsors .sponsor-item {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  padding: 18px 26px;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease, filter .28s ease;
}

#sponsors .sponsor-item:hover {
  transform: translateY(-4px) scale(1.035);
  filter: saturate(1.03);
}

#sponsors .sponsor-item img,
#sponsors .sponsor-item svg {
  transition: transform .28s ease, opacity .28s ease, filter .28s ease;
}

#sponsors .sponsor-item:hover img,
#sponsors .sponsor-item:hover svg {
  transform: scale(1.02);
  filter: contrast(1.02);
}

/* tier card backgrounds */
#sponsors .sponsor-marquee--platinum .sponsor-item {
  background: linear-gradient(145deg, #fdfefe 0%, #f3f7fb 45%, #e7edf6 100%);
  border: 1px solid rgba(160, 180, 210, .35);
  box-shadow: 0 8px 20px rgba(40, 60, 120, .08), inset 0 1px 0 rgba(255, 255, 255, .9);
}

#sponsors .sponsor-marquee--gold .sponsor-item {
  background: linear-gradient(145deg, #fff9ec 0%, #f9edd1 45%, #f3e2b5 100%);
  border: 1px solid rgba(210, 170, 90, .35);
  box-shadow: 0 8px 20px rgba(120, 90, 40, .10), inset 0 1px 0 rgba(255, 255, 255, .85);
}

#sponsors .sponsor-marquee--silver .sponsor-item {
  background: linear-gradient(145deg, #f8fafc 0%, #eef2f6 45%, #e3e8ee 100%);
  border: 1px solid rgba(170, 180, 195, .40);
  box-shadow: 0 8px 18px rgba(90, 100, 120, .08), inset 0 1px 0 rgba(255, 255, 255, .9);
}

#sponsors .sponsor-marquee--platinum .sponsor-item:hover {
  box-shadow: 0 18px 34px rgba(55, 84, 145, 0.14), inset 0 1px 0 rgba(255, 255, 255, .95);
}

#sponsors .sponsor-marquee--gold .sponsor-item:hover {
  box-shadow: 0 18px 34px rgba(154, 118, 38, 0.16), inset 0 1px 0 rgba(255, 255, 255, .92);
}

#sponsors .sponsor-marquee--silver .sponsor-item:hover {
  box-shadow: 0 18px 34px rgba(96, 107, 126, 0.14), inset 0 1px 0 rgba(255, 255, 255, .95);
}

/* premium sweeps */
#sponsors .sponsor-marquee::after {
  content: "";
  position: absolute;
  top: -35%;
  left: -30%;
  width: 28%;
  height: 170%;
  pointer-events: none;
  z-index: 1;
  transform: translateX(-10%) skewX(-18deg);
  opacity: .12;
  animation: tierSweep 14s linear infinite;
}

#sponsors .sponsor-marquee--platinum::after {
  background: linear-gradient(90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(214, 231, 248, 0.20) 38%,
      rgba(255, 255, 255, 0.55) 50%,
      rgba(198, 220, 240, 0.22) 62%,
      rgba(255, 255, 255, 0) 100%);
  opacity: .16;
  animation-duration: 16s;
}

#sponsors .sponsor-marquee--gold::after {
  background: linear-gradient(90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(248, 226, 170, 0.18) 40%,
      rgba(255, 245, 210, 0.42) 50%,
      rgba(238, 206, 120, 0.18) 60%,
      rgba(255, 255, 255, 0) 100%);
  opacity: .14;
  animation-duration: 15s;
}

#sponsors .sponsor-marquee--silver::after {
  background: linear-gradient(90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(230, 235, 241, 0.18) 40%,
      rgba(255, 255, 255, 0.48) 50%,
      rgba(215, 223, 232, 0.18) 60%,
      rgba(255, 255, 255, 0) 100%);
  opacity: .13;
  animation-duration: 13s;
}

#sponsors .sponsor-marquee--platinum::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(105deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.06) 47%,
      rgba(255, 255, 255, 0.20) 50%,
      rgba(255, 255, 255, 0.06) 53%,
      rgba(255, 255, 255, 0) 100%);
  background-size: 220% 100%;
  opacity: .28;
  animation: platinumGlint 8.5s ease-in-out infinite;
}

#sponsors .sponsor-marquee:hover::before,
#sponsors .sponsor-marquee:hover::after {
  animation-play-state: paused;
}

@keyframes tierSweep {
  0% {
    transform: translateX(-18%) skewX(-18deg);
  }

  100% {
    transform: translateX(420%) skewX(-18deg);
  }
}

@keyframes platinumGlint {
  0% {
    background-position: -140% 0;
  }

  50% {
    background-position: 140% 0;
  }

  100% {
    background-position: -140% 0;
  }
}

/* -----------------------------
   Reduced motion
----------------------------- */
@media (max-width: 767.98px) {
  .section-band::before {
    inset: 10px !important;
    border-radius: 22px !important;
  }

  .section-band::after {
    height: 120px !important;
  }
}

@media (prefers-reduced-motion: reduce) {

  body::before,
  .hero-register-btn,
  #sponsors .sponsor-marquee::before,
  #sponsors .sponsor-marquee::after,
  #intro-features .feature-inner {
    animation: none !important;
    transition: none !important;
  }

  #sponsors .sponsor-item,
  #sponsors .sponsor-item img,
  #sponsors .sponsor-item svg {
    transition: none !important;
  }
}

/* =========================================================
   HIGHLIGHTS SECTION - SAFE VIDEO FIX
========================================================= */

/* leave Bootstrap columns alone */
#highlights .col-lg-5,
#highlights .col-lg-7 {
  display: block !important;
}

/* keep the right side contained */
#highlights .video-card {
  width: 100%;
  max-width: 100%;
  margin: 0;
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(151, 198, 240, 0.16);
  box-shadow:
    0 14px 30px rgba(27, 46, 94, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

/* ensure the media never overflows its column */
#highlights .highlights-video,
#highlights video,
#highlights .video-card img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}

/* overlay follows the card edges */
#highlights .video-overlay {
  inset: 0;
  border-radius: 20px;
}

/* give the text side a bit more breathing room */
#highlights .section-copy {
  max-width: 28ch;
}

/* soften the oversized feeling on very large screens */
@media (min-width: 1200px) {
  #highlights .video-card {
    max-width: 92%;
    margin-left: auto;
  }
}

/* on tablet/mobile let it use full width naturally */
@media (max-width: 1199.98px) {
  #highlights .video-card {
    max-width: 100%;
    margin-left: 0;
  }

  #highlights .section-copy {
    max-width: none;
  }
}

/* =========================================================
   HIGHLIGHTS SECTION - FINAL VIDEO/CAPTION FIX
========================================================= */

/* keep the right side as a simple vertical stack */
#highlights .col-lg-8 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* remove the oversized framed look */
#highlights .video-card {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 28px;
  overflow: hidden;
}

/* video fills the card cleanly */
#highlights .highlights-video,
#highlights video {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 28px;
}

/* overlay matches the video edges */
#highlights .video-overlay {
  inset: 0;
  border-radius: 28px;
}

/* caption sits directly under the video, aligned with it */
#highlights .video-caption {
  display: block;
  width: 100%;
  margin: 12px 0 0 0 !important;
  padding: 0 2px;
  text-align: left;
  color: var(--text-muted);
}

/* optional: keep the text column readable */
#highlights .section-copy {
  max-width: 32ch;
}

/* mobile spacing */
@media (max-width: 991.98px) {
  #highlights .col-lg-8 {
    align-items: stretch;
  }

  #highlights .video-card,
  #highlights .highlights-video,
  #highlights video,
  #highlights .video-overlay {
    border-radius: 22px;
  }

  #highlights .video-caption {
    margin-top: 10px !important;
  }
}

#highlights .video-card {
  background: rgba(255, 255, 255, 0.18) !important;
  border: 1px solid rgba(151, 198, 240, 0.10) !important;
  box-shadow: 0 10px 24px rgba(27, 46, 94, 0.05) !important;
}

/* Fix poster image fit inside highlights video */
#highlights .video-card {
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

#highlights .highlights-video,
#highlights video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#highlights .highlights-video[poster] {
  object-fit: cover;
}

/* =========================================================
   COUNTDOWN - MODERN SLIDE DIGITS
========================================================= */

.flip-digit {
  position: relative;
  width: 70px;
  height: 92px;
  overflow: hidden;
  border-radius: 14px;
  background: rgba(19, 58, 208, .98);
  border: 1px solid rgba(255, 255, 255, .10);
  transition: transform 180ms ease, box-shadow 180ms ease;
  box-shadow:
    0 12px 28px rgba(11, 24, 61, .16),
    inset 0 1px 0 rgba(255, 255, 255, .08);
}

.flip-digit .digit-face,
.flip-digit .digit-next {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 56px;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  font-variant-numeric: tabular-nums;
  will-change: transform, opacity, filter;
}

.flip-digit .digit-face {
  transform: translateY(0);
  opacity: 1;
  filter: blur(0);
}

.flip-digit .digit-next {
  transform: translateY(24%);
  opacity: 0;
  filter: blur(2px);
}

/* subtle top gloss */
.flip-digit .gloss {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, .08), transparent 42%);
  opacity: .22;
  pointer-events: none;
}

.flip-digit:hover {
  transform: translateY(-2px);
  box-shadow:
    0 20px 50px rgba(11, 24, 61, .25),
    inset 0 1px 0 rgba(255, 255, 255, .12);
}

/* animation states */
.flip-digit.is-sliding .digit-face {
  animation: digitOut 220ms cubic-bezier(.22, .8, .2, 1) forwards;
}

.flip-digit.is-sliding .digit-next {
  animation: digitIn 220ms cubic-bezier(.22, .8, .2, 1) forwards;
}

@keyframes digitOut {
  0% {
    transform: translateY(0);
    opacity: 1;
    filter: blur(0);
  }

  100% {
    transform: translateY(-24%);
    opacity: 0;
    filter: blur(2px);
  }
}

@keyframes digitIn {
  0% {
    transform: translateY(24%);
    opacity: 0;
    filter: blur(1px);
  }

  80% {
    transform: translateY(-4%);
    opacity: 1;
    filter: blur(0);
  }

  100% {
    transform: translateY(0);
    opacity: 1;
    filter: blur(0);
  }
}

/* days can stay slightly narrower if you liked that balance */
#countdown-days .flip-row {
  gap: 6px;
}

#countdown-days .flip-digit {
  width: 64px;
}

@media (max-width: 575.98px) {
  .flip-digit {
    width: 58px;
    height: 78px;
  }

  #countdown-days .flip-digit {
    width: 54px;
  }

  .flip-digit .digit-face,
  .flip-digit .digit-next {
    font-size: 48px;
  }
}

/* =========================================================
   SCHEDULE CALENDAR BUTTON (VISIBLE + BRANDED)
========================================================= */

.btn-schedule-calendar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;

  min-width: 180px;
  padding: 0.85rem 1.4rem;

  font-weight: 800;
  font-size: 0.95rem;
  line-height: 1;

  color: #ffffff !important;

  background: linear-gradient(135deg,
      rgba(19, 58, 208, 0.98),
      rgba(79, 129, 220, 0.95)) !important;

  border: none !important;
  border-radius: 999px;

  box-shadow:
    0 10px 24px rgba(19, 58, 208, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);

  transition: all 0.25s ease;
}

/* hover */
.btn-schedule-calendar:hover {
  transform: translateY(-2px);
  box-shadow:
    0 14px 30px rgba(19, 58, 208, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);

  background: linear-gradient(135deg,
      rgba(16, 48, 180, 1),
      rgba(60, 110, 210, 1)) !important;

  color: #fff !important;
}

/* active */
.btn-schedule-calendar:active {
  transform: translateY(0);
  box-shadow:
    0 6px 14px rgba(19, 58, 208, 0.25);
}

/* optional icon spacing (if you add one later) */
.btn-schedule-calendar i {
  margin-right: 8px;
}

/* keep layout balanced in schedule rows */
.schedule-action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 767.98px) {
  .schedule-action {
    justify-content: flex-start;
  }

  .btn-schedule-calendar {
    min-width: 100%;
  }
}

/* =========================================================
   SCHEDULE TIMELINE POLISH
========================================================= */

/* make each schedule row feel like part of a timeline */
.schedule-item {
  position: relative;
  grid-template-columns: 240px 1fr auto;
  gap: 26px;
}

/* vertical timeline line beside content */
.schedule-body {
  position: relative;
  padding-left: 30px;
}

.schedule-body::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 4px;
  bottom: 4px;
  width: 2px;
  background: linear-gradient(180deg,
      rgba(79, 129, 220, 0.28) 0%,
      rgba(151, 198, 240, 0.18) 100%);
  border-radius: 999px;
}

/* event dot */
.schedule-body::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 10px;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: #ffffff;
  border: 4px solid rgba(19, 58, 208, 0.88);
  box-shadow: 0 0 0 4px rgba(79, 129, 220, 0.10);
}

/* time column feels more intentional */
.schedule-time {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  min-width: 0;
  font-size: 1.15rem;
  line-height: 1.2;
  font-weight: 800;
  color: #28476b !important;
  padding-top: 8px;
}

/* slightly stronger title hierarchy */
.schedule-title {
  font-size: 1.08rem;
  line-height: 1.35;
  font-weight: 800;
  color: #183153 !important;
}

/* location/meta cleaner */
.schedule-meta {
  margin-bottom: 10px;
  gap: 8px 10px;
  color: #58708d !important;
}

/* row hover polish */
.schedule-item:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(27, 46, 94, 0.10);
}

/* variant dots by pill type */
.schedule-item:has(.schedule-pill--registration) .schedule-body::after {
  border-color: #4c9a67;
}

.schedule-item:has(.schedule-pill--breakfast) .schedule-body::after {
  border-color: #c28a15;
}

.schedule-item:has(.schedule-pill--lunch) .schedule-body::after {
  border-color: #3c8b57;
}

.schedule-item:has(.schedule-pill--talk) .schedule-body::after {
  border-color: #3b6dda;
}

.schedule-item:has(.schedule-pill--workshop) .schedule-body::after {
  border-color: #1f7a5a;
}

.schedule-item:has(.schedule-pill--networking) .schedule-body::after {
  border-color: #6f42c1;
}

.schedule-item:has(.schedule-pill--buyingShow) .schedule-body::after {
  border-color: rgba(19, 58, 208, 0.92);
}

/* button alignment */
.schedule-action {
  align-items: flex-start;
  padding-top: 6px;
}

/* mobile layout */
@media (max-width: 767.98px) {
  .schedule-item {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .schedule-time {
    padding-top: 0;
    font-size: 1.05rem;
  }

  .schedule-body {
    padding-left: 26px;
  }

  .schedule-body::before {
    left: 8px;
  }

  .schedule-body::after {
    left: 1px;
  }

  .schedule-action {
    padding-top: 0;
  }
}

/* =========================================================
   SCHEDULE BUTTON HOVER REVEAL
========================================================= */

/* default state: slightly muted */
.schedule-action .btn-schedule-calendar {
  opacity: 0.65;
  transform: translateY(4px);
  transition: all 0.25s ease;
}

/* when hovering the whole row */
.schedule-item:hover .btn-schedule-calendar {
  opacity: 1;
  transform: translateY(0);
}

/* also trigger on focus (accessibility) */
.schedule-item:focus-within .btn-schedule-calendar {
  opacity: 1;
  transform: translateY(0);
}

/* optional: make entire row feel interactive */
.schedule-item {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* keep button strong on hover */
.schedule-item:hover .btn-schedule-calendar:hover {
  transform: translateY(-2px);
}

/* MOBILE: always visible (no hover on touch devices) */
@media (max-width: 767.98px) {
  .schedule-action .btn-schedule-calendar {
    opacity: 1;
    transform: none;
  }
}

/* =========================================================
   SCHEDULE DAY HEADER (TIMELINE CONTEXT)
========================================================= */

.schedule-day-header {
  position: relative;
  text-align: center;
  margin: 10px 0 28px;
}

.schedule-day-header span {
  display: inline-block;
  padding: 6px 16px;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5f7896;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 999px;
  backdrop-filter: blur(4px);
}

/* line */
.schedule-day-header::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg,
      transparent,
      rgba(120, 160, 210, 0.25),
      transparent);
  transform: translateY(-50%);
  z-index: 0;
}

/* keep text above line */
.schedule-day-header span {
  position: relative;
  z-index: 1;
}

/* =========================================================
   FAQ PAGE
========================================================= */

.faq-hero {
  padding-top: 4.5rem;
  padding-bottom: 3rem;
}

.faq-hero-copy {
  max-width: 58ch;
}

.faq-section {
  padding-top: 2rem;
  padding-bottom: 5rem;
}

.faq-side-card {
  position: sticky;
  top: 110px;
  padding: 1.4rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(34, 67, 184, 0.10);
  box-shadow: 0 18px 44px rgba(42, 75, 156, 0.08);
  backdrop-filter: blur(12px);
}

.faq-side-title {
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5a6f8d;
  margin-bottom: 1rem;
}

.faq-side-nav {
  display: grid;
  gap: 0.7rem;
}

.faq-side-nav a {
  text-decoration: none;
  color: #1f3558;
  font-weight: 700;
  padding: 0.75rem 0.9rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.58);
  transition: all 0.2s ease;
}

.faq-side-nav a:hover {
  background: rgba(151, 198, 240, 0.18);
  color: #133ad0;
}

.faq-group-header {
  margin-bottom: 1.25rem;
}

.faq-accordion {
  display: grid;
  gap: 1rem;
}

.faq-item {
  border: 0 !important;
  border-radius: 22px !important;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 14px 34px rgba(27, 46, 94, 0.08);
  border: 1px solid rgba(34, 67, 184, 0.08) !important;
}

.faq-item .accordion-button {
  background: transparent !important;
  color: #1f3558 !important;
  font-weight: 800;
  font-size: 1.04rem;
  padding: 1.2rem 1.35rem;
  box-shadow: none !important;
}

.faq-item .accordion-button:not(.collapsed) {
  color: #133ad0 !important;
}

.faq-item .accordion-button::after {
  filter: hue-rotate(190deg) saturate(1.2);
}

.faq-item .accordion-body {
  padding: 0 1.35rem 1.35rem;
  color: #4b6078;
  line-height: 1.7;
}

.faq-item .accordion-body p:last-child,
.faq-item .accordion-body ul:last-child {
  margin-bottom: 0;
}

.faq-item .accordion-body ul {
  padding-left: 1.2rem;
}

@media (max-width: 991.98px) {
  .faq-side-card {
    position: static;
    margin-bottom: 1rem;
  }
}

/* =========================================================
   SCHEDULE WIDTH / META ROW EXPANSION
========================================================= */

/* make the schedule area wider */
#schedule .mx-auto[style*="max-width: 920px"] {
  max-width: 1180px !important;
}

/* give more space to the middle content column */
.schedule-item {
  grid-template-columns: 170px minmax(0, 1fr) 220px !important;
  gap: 22px !important;
  align-items: center;
}

/* keep pills + location on one line on desktop */
.schedule-meta {
  display: flex;
  flex-wrap: nowrap !important;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  scrollbar-width: none;
}

.schedule-meta::-webkit-scrollbar {
  display: none;
}

/* pills should not shrink awkwardly */
.schedule-pill {
  flex: 0 0 auto;
  white-space: nowrap;
}

/* location stays on same line too */
.schedule-location {
  flex: 0 0 auto;
  white-space: nowrap;
}

/* give the title area a bit more room underneath */
.schedule-title {
  margin-top: 6px;
}

/* button column stays neat */
.schedule-action {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* responsive fallback */
@media (max-width: 991.98px) {
  .schedule-item {
    grid-template-columns: 150px minmax(0, 1fr) 190px !important;
  }
}

@media (max-width: 767.98px) {
  .schedule-item {
    grid-template-columns: 1fr !important;
  }

  .schedule-meta {
    flex-wrap: wrap !important;
    overflow: visible;
    white-space: normal;
  }

  .schedule-location {
    white-space: normal;
  }
}

.hero-stat-number,
.hero-stat-number .hero-stat-value,
.hero-stat-number .hero-stat-suffix {
  color: var(--c-700) !important;
}

.hero-stat-number {
  font-size: clamp(1.9rem, 3.8vw, 2.7rem);
  font-weight: 900;
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.08em;
}

.hero-stat-suffix {
  font-size: 0.72em;
  font-weight: 800;
  letter-spacing: -0.01em;
  white-space: nowrap;
}