/* 2026 page visual layer (loaded after theme-2026.css) */

:root {
  --bsb26-bg: #0b0a10;
  --bsb26-bg-soft: #12101a;
  --bsb26-surface: #171421;
  --bsb26-surface-2: #1d1828;
  --bsb26-surface-3: #241e31;
  --bsb26-border: rgba(157, 78, 221, 0.5);
  --bsb26-border-strong: rgba(157, 78, 221, 0.7);
  --bsb26-text: #f2edf8;
  --bsb26-text-muted: #c3b9d4;
  --bsb26-text-soft: #a89dbd;
  --bsb26-orange: #ff7f11;
  --bsb26-orange-soft: #ffae5b;
  --bsb26-purple: #9d4edd;
  --bsb26-green: #39ff14;
  --bsb26-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
  --bsb26-orange-glow: rgba(255, 127, 17, 0.14);
  --bsb26-purple-glow: rgba(157, 78, 221, 0.14);
}

body.page-2026 {
  font-family: 'IBM Plex Sans', sans-serif;
  color: var(--bsb26-text);
  background:
    radial-gradient(circle at 16% -10%, rgba(157, 78, 221, 0.11), transparent 44%),
    radial-gradient(circle at 90% 8%, rgba(255, 127, 17, 0.07), transparent 42%),
    linear-gradient(180deg, #09080d 0%, #0b0a10 48%, #0c0b11 100%);
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

body.page-2026::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.05;
  background: repeating-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.02) 0,
    rgba(255, 255, 255, 0.02) 5px,
    transparent 5px,
    transparent 72px
  );
}

.page-2026 ::selection {
  background: rgba(255, 127, 17, 0.35);
  color: #fff;
}

.page-2026 > * {
  position: relative;
  z-index: 1;
}

.page-2026 h1,
.page-2026 .h1,
.page-2026 h2,
.page-2026 .h2,
.page-2026 h3,
.page-2026 .h3,
.page-2026 h4,
.page-2026 .h4,
.page-2026 h5,
.page-2026 .h5,
.page-2026 h6,
.page-2026 .h6 {
  font-family: 'Irish Grover', cursive;
  color: var(--bsb26-text);
}

.page-2026 a {
  text-decoration: none;
}

.page-2026 a:hover {
  text-decoration: none;
}

.page-2026 #header {
  background: rgba(10, 9, 14, 0.84) !important;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.page-2026 .header-shrink {
  background: rgba(9, 8, 13, 0.92) !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}

.page-2026 #header .navbar .nav-link {
  color: rgba(255, 255, 255, 0.9) !important;
  opacity: 1;
}

.page-2026 #header .navbar .nav-link:hover {
  color: #fff !important;
}

.page-2026 .nav-new-badge {
  font-size: 0.6rem;
  background: linear-gradient(180deg, #ff9d44, var(--bsb26-orange)) !important;
  color: #1f1207;
  border-radius: 999px;
}

.page-2026 .nav-divider-mark {
  opacity: 0.25;
}

.page-2026 .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.44);
}

.page-2026 #hero-block {
  height: min(72svh, 640px);
  min-height: 520px;
  padding-top: 108px;
}

.page-2026 #hero-block::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 127, 17, 0.1), transparent 36%),
    radial-gradient(circle at 28% 34%, rgba(157, 78, 221, 0.08), transparent 42%),
    linear-gradient(180deg, rgba(7, 6, 10, 0.36), rgba(7, 6, 10, 0.86));
  z-index: 1;
}

.page-2026 #hero-block .container {
  position: relative;
  z-index: 2;
}

.page-2026 .hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-2026 .hero-background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.page-2026 .hero-background-image-flash {
  position: absolute;
  inset: 0;
  filter: brightness(2.9) saturate(1.1) contrast(1.05);
  opacity: 0;
  mix-blend-mode: screen;
  pointer-events: none;
  animation: hero-lightning-flash 7s ease-out infinite;
  animation-delay: 2s;
}

@keyframes hero-lightning-flash {
  from { opacity: 0; }
  91% { opacity: 0; }
  92% { opacity: 0.38; }
  93% { opacity: 0.14; }
  95% { opacity: 0.62; }
  96% { opacity: 0.18; }
  97% { opacity: 0.88; }
  to { opacity: 0; }
}

.page-2026 .hero-content-shell {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-2026 .hero-row {
  width: 100%;
  flex-direction: row !important;
  text-align: left;
}

.page-2026 .hero-row-split {
  row-gap: 1.5rem !important;
  align-items: flex-start !important;
}

.page-2026 .hero-brand-col,
.page-2026 .hero-details-col {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-2026 .hero-details-col {
  justify-content: flex-end;
  width: 100%;
}

.page-2026 .hero-brand-block {
  width: 100%;
  max-width: 900px;
  text-align: left;
}

.page-2026 .hero-panel {
  max-width: 100%;
  margin: 0;
  padding: clamp(1rem, 1.6vw, 1.35rem) clamp(1rem, 2.2vw, 1.5rem);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(14, 12, 20, 0.72), rgba(11, 10, 16, 0.78));
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 18px rgba(255, 255, 255, 0.5), 0 0 35px rgba(255, 255, 255, 0.25), 0 0 55px rgba(255, 255, 255, 0.1);
  box-shadow:
    inset 0 5px 0 rgba(255, 255, 255, 0.06),
    0 0 0 5px rgba(157, 78, 221, 0.08),
    0 0 22px var(--bsb26-purple-glow),
    0 20px 44px rgba(0, 0, 0, 0.22);
  position: relative;
}

.page-2026 .hero-panel::before {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  top: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 127, 17, 0.55), rgba(157, 78, 221, 0.45), transparent);
  opacity: 0.9;
}

.page-2026 .hero-kicker {
  display: inline-block;
  margin-bottom: 0.5rem;
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 127, 17, 0.4);
  box-shadow: 0 0 18px rgba(255, 127, 17, 0.7), 0 0 35px rgba(255, 127, 17, 0.4), 0 0 55px rgba(255, 127, 17, 0.2);
  background: linear-gradient(180deg, rgba(255, 127, 17, 0.06), rgba(157, 78, 221, 0.05));
  color: #ffd2aa;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.7rem;
  font-weight: 700;
}

.page-2026 .hero-logo {
  width: min(80vw, 700px);
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 0 14px rgba(157, 78, 221, 0.14));
}

.page-2026 .hero-tagline {
  color: var(--bsb26-text-muted);
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  line-height: 1.35;
}

.page-2026 .hero-tagline b {
  color: #ffb869;
  text-shadow: 0 0 10px rgba(255, 127, 17, 0.1);
}

.page-2026 .hero-details-card {
  width: 100%;
  text-align: left;
  padding: clamp(1.1rem, 1.7vw, 1.45rem) clamp(1.05rem, 2.2vw, 1.55rem);
}

.page-2026 .hero-date {
  margin-bottom: 0.35rem;
  color: var(--bsb26-orange);
  font-size: clamp(1.6rem, 3.2vw, 2.35rem);
  line-height: 1.08;
  font-weight: 800;
  text-shadow:
    0 0 10px rgba(255, 127, 17, 0.16),
    0 0 22px rgba(255, 127, 17, 0.08);
}

.page-2026 .hero-date time {
  color: inherit;
}

.page-2026 .hero-location {
  margin-bottom: 0.7rem;
  color: rgba(242, 237, 248, 0.9);
  font-size: clamp(0.98rem, 1.8vw, 1.15rem);
}

.page-2026 .hero-subtitle {
  max-width: 34rem;
  margin-inline: 0;
  color: var(--bsb26-text-muted);
  line-height: 1.45;
  font-size: 0.98rem;
}

.page-2026 .hero-cta-group {
  margin-top: 0.45rem;
}

.page-2026 .hero-cta-group-single {
  justify-content: flex-start;
}

.page-2026 .hero-cta-group .btn {
  min-width: 11.25rem;
}

.page-2026 .btn {
  border-radius: 10px;
  padding-inline: 1rem;
}

.page-2026 .btn-primary {
  background: linear-gradient(180deg, #ff9a37, var(--bsb26-orange));
  color: #1d1107;
  border: 1px solid rgba(255, 170, 92, 0.6);
  box-shadow: 0 0 20px rgba(255, 170, 92, 0.8), 0 0 40px rgba(255, 170, 92, 0.5), 0 0 60px rgba(255, 170, 92, 0.25);
  box-shadow: 0 10px 22px rgba(255, 127, 17, 0.22);
}

.page-2026 .btn-primary:hover,
.page-2026 .btn-primary:focus,
.page-2026 .btn-primary:active {
  background: linear-gradient(180deg, #ffb05f, #ff973a);
  color: #1d1107;
}

.page-2026 .btn-2026-ghost {
  background: rgba(255, 255, 255, 0.02);
  color: var(--bsb26-text);
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow:
    inset 0 5px 0 rgba(255, 255, 255, 0.03),
    0 0 3px rgba(251, 150, 25, 0.7),
    0 0 6px rgba(255, 198, 10, 0.4),
    0 0 9px rgb(205, 97, 2);
  }

.page-2026 .btn-2026-ghost:hover,
.page-2026 .btn-2026-ghost:focus,
.page-2026 .btn-2026-ghost:active {
  background: rgba(157, 78, 221, 0.14);
  color: #fff;
  border-color: rgba(157, 78, 221, 0.76);
}

.page-2026 .btn-2026-subtle {
  background: rgba(255, 255, 255, 0.01);
  color: var(--bsb26-text-muted);
  border: 1px solid rgba(157, 78, 221, 0.4);
  box-shadow:
    inset 0 5px 0 rgba(255, 255, 255, 0.03),
    0 0 3px rgba(251, 150, 25, 0.7),
    0 0 6px rgba(255, 198, 10, 0.4),
    0 0 9px rgb(205, 97, 2);
}

.page-2026 .btn-2026-subtle:hover,
.page-2026 .btn-2026-subtle:focus,
.page-2026 .btn-2026-subtle:active {
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.36);
}

.page-2026 .btn:focus-visible,
.page-2026 a:focus-visible {
  outline: 2px solid rgba(255, 127, 17, 0.6);
  outline-offset: 2px;
}

.page-2026 .btn:not(.is-placeholder-btn):hover,
.page-2026 .btn:not(.is-placeholder-btn):focus,
.page-2026 .btn:not(.is-placeholder-btn):active {
  background: rgba(157, 78, 221, 0.24) !important;
  border-color: rgba(157, 78, 221, 0.82) !important;
  color: #fff !important;
  text-decoration: none;
}

.page-2026 .stats-block {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  background: transparent !important;
  margin-top: 0;
  padding-top: 0.9rem;
  padding-bottom: 0.65rem;
}

.page-2026 .stats-block .row {
  --bs-gutter-y: 0.7rem;
}

.page-2026 .stats-block .item {
  height: 100%;
  padding: 0.85rem 0.8rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(15, 13, 22, 0.94);
  box-shadow:
      inset 0 5px 0 rgba(255, 255, 255, 0.03),
      0 0 10px rgba(255, 127, 17, 0.7),
      0 0 20px rgba(255, 127, 17, 0.4),
      0 0 30px rgba(255, 127, 17, 0.15);
  position: relative;
  overflow: hidden;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.page-2026 .stats-block .item:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 127, 17, 0.5);
  background: rgba(25, 20, 35, 0.95);
  box-shadow:
      inset 0 5px 0 rgba(255, 255, 255, 0.03),
      0 0 10px rgba(255, 127, 17, 0.8),
      0 0 20px rgba(255, 127, 17, 0.5),
      0 0 30px rgba(255, 127, 17, 0.2);
}

.page-2026 .stats-block .item::before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: 0;
  height: 0;
  border-radius: 999px;
  background: transparent;
  opacity: 0;
}

.page-2026 .stats-block .number {
  color: var(--bsb26-text);
  font-size: clamp(1rem, 1.8vw, 1.22rem);
  line-height: 1.2;
  font-weight: 800;
}

.page-2026 .stats-block .unit {
  color: var(--bsb26-text-soft);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-top: 0.2rem;
}

.page-2026 .stats-block .col-6:first-child .number,
.page-2026 .stats-block .col-6:last-child .number {
  color: var(--bsb26-orange);
}

.page-2026 .stats-block .col-6:nth-child(2) .number,
.page-2026 .stats-block .col-6:nth-child(3) .number {
  color: #d7b8fb;
}

.page-2026 .section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.page-2026 .section-heading {
  font-family: 'Irish Grover', cursive;
  font-size: clamp(1.45rem, 2.3vw, 1.95rem);
  letter-spacing: -0.02em;
  margin-bottom: 0.95rem !important;
  color: #f5edf9;
  text-shadow: 0 0 14px rgba(157, 78, 221, 0.08);
  position: relative;
  display: inline-block;
  padding-bottom: 0.35rem;
}

.page-2026 .section-heading::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  border-radius: 999px;
  background: transparent;
  opacity: 0;
}

.page-2026 #about-section .section-heading,
.page-2026 #faq-section .section-heading,
.page-2026 #sponsors-section .section-heading,
.page-2026 #community-partners-section .section-heading,
.page-2026 #socials-section .section-heading {
  display: table;
  margin-left: auto !important;
  margin-right: auto !important;
}

.page-2026 .section-separator {
  height: 0.8rem;
  background: transparent;
  border: 0;
  display: block;
}

.page-2026 .section-separator::before {
  content: "";
  display: block;
  width: min(1100px, calc(100% - 2rem));
  height: 5px;
  margin: 0 auto;
  background: linear-gradient(90deg, transparent, rgba(157, 78, 221, 0.18), rgba(255, 127, 17, 0.12), transparent);
}

.page-2026 #about-section {
  background: transparent !important;
}

.page-2026 #about-section .section-intro {
  max-width: 950px;
  padding: clamp(1rem, 1.6vw, 1.35rem);
  border-radius: 18px;
  border: 1px solid rgba(157, 78, 221, 0.5);
  box-shadow: 0 0 20px rgba(157, 78, 221, 0.8), 0 0 40px rgba(157, 78, 221, 0.5), 0 0 60px rgba(157, 78, 221, 0.25);
  background:
    radial-gradient(circle at 100% 0, rgba(255, 127, 17, 0.05), transparent 40%),
    radial-gradient(circle at 0 0, rgba(157, 78, 221, 0.08), transparent 46%),
    linear-gradient(180deg, rgba(17, 15, 25, 0.94), rgba(13, 12, 19, 0.96));
box-shadow:
    inset 0 5px 0 rgba(255, 255, 255, 0.04),
    0 0 10px rgba(157, 78, 221, 0.7),
    0 0 20px rgba(157, 78, 221, 0.4),
    0 0 30px rgba(157, 78, 221, 0.2);
}

.page-2026 .about-copy {
  color: var(--bsb26-text-muted);
  line-height: 1.68;
  font-size: 0.98rem;
  margin-bottom: 0.95rem;
}

.page-2026 .about-copy strong {
  color: var(--bsb26-text);
}

.page-2026 .countdown-callout {
  margin-top: 0.75rem;
}

.page-2026 .countdown-copy {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 127, 17, 0.35);
  box-shadow: 0 0 18px rgba(255, 127, 17, 0.6), 0 0 36px rgba(255, 127, 17, 0.35), 0 0 54px rgba(255, 127, 17, 0.15);
  background: linear-gradient(180deg, rgba(255, 127, 17, 0.06), rgba(255, 127, 17, 0.025));
  color: var(--bsb26-text);
  font-size: 0.95rem;
  font-weight: 500;
  box-shadow: 0 0 16px rgba(255, 127, 17, 0.06);
}

.page-2026 .countdownTimer {
  color: var(--bsb26-orange);
  font-weight: 800;
}

.page-2026 .section-copy-muted {
  max-width: 58rem;
  color: var(--bsb26-text-soft);
  line-height: 1.55;
  font-size: 0.96rem;
}

.page-2026 .attendee-section-shell {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  border-radius: 0;
  border: none;
  background: transparent;
}

.page-2026 .faq-section-shell {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  padding: clamp(0.9rem, 1.4vw, 1.2rem);
  border-radius: 20px;
  border: 1px solid rgba(157, 78, 221, 0.5);
  box-shadow: 0 0 20px rgba(157, 78, 221, 0.8), 0 0 40px rgba(157, 78, 221, 0.5), 0 0 60px rgba(157, 78, 221, 0.25);
  background:
    radial-gradient(circle at 0 0, rgba(157, 78, 221, 0.07), transparent 45%),
    radial-gradient(circle at 100% 0, rgba(255, 127, 17, 0.04), transparent 40%),
    linear-gradient(180deg, rgba(17, 15, 25, 0.95), rgba(13, 12, 20, 0.97));
  box-shadow:
    inset 0 5px 0 rgba(255, 255, 255, 0.04),
    0 0 10px rgba(157, 78, 221, 0.7),
    0 0 20px rgba(157, 78, 221, 0.4),
    0 0 30px rgba(157, 78, 221, 0.2);
}

.page-2026 .attendee-grid,
.page-2026 .faq-grid {
  --bs-gutter-y: 3rem;
}

.page-2026 .info-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding: 0.95rem;
  border-radius: 14px;
  border: 1px solid rgba(157, 78, 221, 0.5);
  background:
    radial-gradient(circle at 100% 0, rgba(255, 127, 17, 0.03), transparent 42%),
    radial-gradient(circle at 0 0, rgba(157, 78, 221, 0.04), transparent 45%),
    rgba(255, 255, 255, 0.015);
  box-shadow:
    inset 0 5px 0 rgba(255, 255, 255, 0.04),
    0 0 10px rgba(157, 78, 221, 0.7),
    0 0 20px rgba(157, 78, 221, 0.4),
    0 0 30px rgba(157, 78, 221, 0.2);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.page-2026 .info-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 127, 17, 0.5);
  background:
    radial-gradient(circle at 100% 0, rgba(255, 127, 17, 0.05), transparent 44%),
    radial-gradient(circle at 0 0, rgba(255, 127, 17, 0.04), transparent 45%),
    rgba(255, 255, 255, 0.02);
  box-shadow:
    inset 0 5px 0 rgba(255, 255, 255, 0.03),
    0 0 10px rgba(255, 127, 17, 0.7),
    0 0 20px rgba(255, 127, 17, 0.4),
    0 0 30px rgba(255, 127, 17, 0.15);
}

.page-2026 .info-card-meta {
  margin-bottom: 0.05rem;
}

.page-2026 .status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.28rem 0.56rem;
  border-radius: 999px;
  border: 1px solid rgba(157, 78, 221, 0.5);
  box-shadow: 0 0 18px rgba(157, 78, 221, 0.7), 0 0 35px rgba(157, 78, 221, 0.4), 0 0 55px rgba(157, 78, 221, 0.2);
  background: rgba(255, 255, 255, 0.018);
  color: var(--bsb26-text-soft);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
}

.page-2026 .status-pill-pending {
  border-color: rgba(255, 127, 17, 0.36);
  background: rgba(255, 127, 17, 0.05);
  color: #f6caa0;
}

.page-2026 .status-pill-soon {
  border-color: rgba(157, 78, 221, 0.4);
  background: rgba(157, 78, 221, 0.06);
  color: #dcc4f4;
}

.page-2026 .status-pill-confirmed {
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.025);
  color: var(--bsb26-text);
}

.page-2026 .info-card-title {
  font-family: 'Irish Grover', cursive;
  margin: 0;
  color: #f7efff;
  font-size: clamp(1.15rem, 1.6vw, 1.35rem);
  line-height: 1.2;
  font-weight: 800;
  text-align: center;
  text-shadow: 0 0 12px rgba(157, 78, 221, 0.08);
}

.page-2026 .attendee-grid > [class*="col-"]:nth-child(odd) .info-card-title {
  color: #ffbd77;
  text-shadow: 0 0 12px rgba(255, 127, 17, 0.08);
}

.page-2026 .attendee-grid > [class*="col-"]:nth-child(even) .info-card-title {
  color: #dfc0ff;
  text-shadow: 0 0 12px rgba(157, 78, 221, 0.1);
}

.page-2026 .info-card-copy {
  margin: 0;
  color: var(--bsb26-text-muted);
  line-height: 1.5;
  font-size: 0.93rem;
}

.page-2026 .info-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.45rem;
}

.page-2026 .info-list li {
  display: grid;
  grid-template-columns: minmax(90px, 120px) 1fr;
  gap: 0.6rem;
  align-items: start;
  color: var(--bsb26-text-muted);
  font-size: 0.9rem;
  line-height: 1.4;
}

.page-2026 .info-list-label {
  color: var(--bsb26-text-soft);
  font-weight: 700;
}

.page-2026 .info-list-value {
  color: var(--bsb26-text-muted);
  min-width: 0;
}

.page-2026 .info-list-value a {
  color: inherit;
}

.page-2026 .venue-address {
  margin: 0;
  color: var(--bsb26-text-muted);
  font-style: normal;
  line-height: 1.45;
  font-size: 0.93rem;
}

.page-2026 .venue-layout {
  --bs-gutter-y: 0.75rem;
}

.page-2026 .venue-layout-text,
.page-2026 .venue-layout-map {
  display: flex;
}

.page-2026 .venue-text-panel,
.page-2026 .venue-map-panel {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.page-2026 .venue-name {
  margin: 0;
  color: #f5edff;
  font-size: 1.08rem;
  font-weight: 700;
}

.page-2026 .venue-narrative {
  margin: 0.55rem 0 0;
  color: var(--bsb26-text-muted);
  line-height: 1.55;
  font-size: 0.93rem;
}

.page-2026 .venue-address-simple {
  margin-top: 0.55rem;
  color: var(--bsb26-text-muted);
  font-style: normal;
  line-height: 1.5;
  font-size: 0.93rem;
}

.page-2026 .venue-text-actions {
  margin-top: 1.1rem;
  justify-content: center;
}

.page-2026 .venue-map-embed {
  width: 100%;
  min-height: 290px;
  border: 0;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.25);
}

.page-2026 .info-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: auto;
  padding-top: 0.1rem;
}

.page-2026 .info-actions.venue-text-actions {
  margin-top: 1.1rem;
  padding-top: 0;
}

.page-2026 .info-actions.cfp-actions {
  margin-top: 1.1rem;
  padding-top: 0;
}

.page-2026 .tickets-actions {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem;
}

.page-2026 .tickets-actions .btn {
  width: 100%;
  min-width: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.page-2026 .is-placeholder-btn {
  pointer-events: none;
  opacity: 0.7;
  cursor: not-allowed;
  border-color: rgba(255, 255, 255, 0.2);
  color: var(--bsb26-text-soft);
  box-shadow: none;
}

.page-2026 .is-placeholder-btn:hover,
.page-2026 .is-placeholder-btn:focus,
.page-2026 .is-placeholder-btn:active {
  background: rgba(255, 255, 255, 0.01);
  color: var(--bsb26-text-soft);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: none;
}

.page-2026 .text-link-inline {
  color: #e8d9fb;
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.page-2026 .text-link-inline:hover {
  color: #fff;
}

.page-2026 .faq-item {
  height: 100%;
  border-radius: 14px;
  border: 1px solid rgba(157, 78, 221, 0.5);
  box-shadow: 0 0 18px rgba(157, 78, 221, 0.7), 0 0 35px rgba(157, 78, 221, 0.4), 0 0 55px rgba(157, 78, 221, 0.2);
  background:
    radial-gradient(circle at 0 0, rgba(157, 78, 221, 0.035), transparent 44%),
    rgba(255, 255, 255, 0.012);
  padding: 0.85rem 0.95rem;
  box-shadow:
    inset 0 5px 0 rgba(255, 255, 255, 0.02),
    0 0 0 5px rgba(157, 78, 221, 0.03);
}

.page-2026 .faq-item[open] {
  border-color: rgba(255, 127, 17, 0.48);
  background:
    radial-gradient(circle at 0 0, rgba(255, 127, 17, 0.05), transparent 44%),
    rgba(157, 78, 221, 0.045);
  box-shadow:
    0 0 0 5px rgba(255, 127, 17, 0.06),
    0 0 18px rgba(255, 127, 17, 0.06);
}

.page-2026 .faq-item summary {
  position: relative;
  cursor: pointer;
  list-style: none;
  color: #f2e9ff;
  font-weight: 700;
  line-height: 1.35;
  padding-right: 1.5rem;
}

.page-2026 .faq-item summary::-webkit-details-marker {
  display: none;
}

.page-2026 .faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: -0.05rem;
  color: #d4b7f4;
  font-weight: 700;
}

.page-2026 .faq-item[open] summary::after {
  content: "-";
  color: #ffbd77;
}

.page-2026 .faq-item[open] summary {
  color: #ffcb95;
}

.page-2026 .faq-answer {
  margin-top: 0.65rem;
  color: var(--bsb26-text-muted);
  line-height: 1.5;
  font-size: 0.92rem;
}

.page-2026 .updates-section {
  background: transparent !important;
}

.page-2026 .updates-panel {
  padding: clamp(0.95rem, 1.4vw, 1.2rem);
  border-radius: 18px;
  border: 1px solid rgba(157, 78, 221, 0.4);
  box-shadow: 0 0 18px rgba(157, 78, 221, 0.7), 0 0 35px rgba(157, 78, 221, 0.4), 0 0 55px rgba(157, 78, 221, 0.2);
  background:
    radial-gradient(circle at 100% 0, rgba(255, 127, 17, 0.05), transparent 38%),
    linear-gradient(180deg, rgba(17, 15, 25, 0.95), rgba(13, 12, 20, 0.97));
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
}

.page-2026 .updates-kicker {
  margin: 0;
  color: var(--bsb26-text-soft);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.page-2026 .updates-title {
  margin: 0;
  color: var(--bsb26-text);
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  line-height: 1.2;
  font-weight: 800;
}

.page-2026 .updates-copy {
  color: var(--bsb26-text-muted);
  line-height: 1.5;
  font-size: 0.93rem;
}

.page-2026 .updates-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.5rem;
}

.page-2026 .updates-actions .btn {
  min-width: 10.5rem;
}

.page-2026 #sponsors-section {
  background: transparent !important;
}

.page-2026 #sponsors-section .container {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  padding: clamp(0.9rem, 1.4vw, 1.2rem);
  border-radius: 20px;
  border: 1px solid rgba(157, 78, 221, 0.5);
  background:
    radial-gradient(circle at 100% 0, rgba(255, 127, 17, 0.06), transparent 38%),
    radial-gradient(circle at 0 0, rgba(157, 78, 221, 0.08), transparent 46%),
    linear-gradient(180deg, rgba(17, 15, 25, 0.95), rgba(13, 12, 20, 0.97));
  box-shadow:
    0 0 10px rgba(157, 78, 221, 0.8),
    0 0 20px rgba(157, 78, 221, 0.5),
    0 0 30px rgba(157, 78, 221, 0.25),
    0 10px 24px rgba(0, 0, 0, 0.16);
}

.page-2026 .sponsor-tier-heading {
  font-family: 'Irish Grover', cursive;
  display: block !important;
  margin: 0 auto 0 auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0.55rem !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #f4e7ff !important;
  border: 0 !important;
  border-bottom: 2px solid rgba(255, 255, 255, 0.16) !important;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  text-shadow: 0 0 10px rgba(157, 78, 221, 0.08);
  text-align: center;
}

.page-2026 .sponsor-tier-heading::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 0;
  background: transparent;
  opacity: 0;
}

.page-2026 #sponsors-section .sponsor-tier-heading:nth-of-type(1),
.page-2026 #sponsors-section .sponsor-tier-heading:nth-of-type(2) {
  color: #ffc384 !important;
  text-shadow: 0 0 12px rgba(255, 127, 17, 0.08);
}

.page-2026 #sponsors-section .sponsor-tier-heading:nth-of-type(3),
.page-2026 #sponsors-section .sponsor-tier-heading:nth-of-type(4) {
  color: #dec2ff !important;
  text-shadow: 0 0 12px rgba(157, 78, 221, 0.1);
}

.page-2026 .sponsor-tier-heading-spaced {
  margin-top: 1.35rem !important;
}

.page-2026 .sponsor-slot-card {
  display: block;
  width: 100%;
  padding: 0.95rem;
  background:
    radial-gradient(circle at 100% 0, rgba(157, 78, 221, 0.03), transparent 44%),
    rgba(255, 255, 255, 0.012);

}

.page-2026 .sponsor-slot-card::before {
  content: none;
}

.page-2026 .sponsor-slot-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 127, 17, 0.5);
  background:
    radial-gradient(circle at 100% 0, rgba(255, 127, 17, 0.05), transparent 44%),
    rgba(255, 255, 255, 0.02);
  box-shadow:
    inset 0 5px 0 rgba(255, 255, 255, 0.03),
    0 0 10px rgba(255, 127, 17, 0.7),
    0 0 20px rgba(255, 127, 17, 0.4),
    0 0 30px rgba(255, 127, 17, 0.15);
}

.page-2026 .sponsor-slot-card-featured {
  max-width: none;
  margin: 0 auto;
  padding: 1.05rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.55rem;
  text-align: center;
}

.page-2026 .sponsor-slot-card-tier {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
  text-align: center;
  padding: 0.95rem 0.95rem 0.9rem;
}

.page-2026 .sponsor-slot-grid {
  width: 100%;
  display: grid;
  gap: 0.5rem;
}

.page-2026 .sponsor-slot-grid-gold {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.page-2026 .sponsor-slot-grid-silver {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.page-2026 .sponsor-slot-tile {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 2 / 1;
  min-height: 0;
  padding: 0.3rem;
  box-shadow: 0 0 18px rgba(157, 78, 221, 0.7), 0 0 35px rgba(157, 78, 221, 0.4), 0 0 55px rgba(157, 78, 221, 0.2);
  background:
    radial-gradient(circle at 100% 0, rgba(157, 78, 221, 0.025), transparent 48%),
    rgba(255, 255, 255, 0.012);
  box-shadow:
    inset 0 5px 0 rgba(255, 255, 255, 0.025),
    0 0 0 5px rgba(157, 78, 221, 0.03);
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.page-2026 .sponsor-slot-tile:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 127, 17, 0.56);
  background:
    radial-gradient(circle at 100% 0, rgba(255, 127, 17, 0.035), transparent 48%),
    rgba(255, 255, 255, 0.024);
  box-shadow:
    inset 0 5px 0 rgba(255, 255, 255, 0.03),
    0 0 0 5px rgba(255, 127, 17, 0.05),
    0 0 14px rgba(255, 127, 17, 0.05);
}

.page-2026 .sponsor-slot-plate {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 5.5rem;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  border: 1px solid rgba(157, 78, 221, 0.4);
  box-shadow: 0 0 18px rgba(157, 78, 221, 0.7), 0 0 35px rgba(157, 78, 221, 0.4), 0 0 55px rgba(157, 78, 221, 0.2);
  background: rgba(255, 255, 255, 0.015);
  color: var(--bsb26-text-soft);
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
}

.page-2026 .sponsor-slot-empty-title {
  display: block;
  color: var(--bsb26-text);
  font-size: clamp(1.2rem, 2.2vw, 1.7rem);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.page-2026 .sponsor-slot-card-featured .sponsor-slot-empty-title {
  color: var(--bsb26-orange);
}

.page-2026 .sponsor-slot-empty-copy {
  display: block;
  color: var(--bsb26-text-soft);
  font-size: 0.9rem;
  line-height: 1.4;
  max-width: 32rem;
}

.page-2026 .sponsor-slot-logo {
  opacity: 0.9;
  filter: drop-shadow(0 0 10px rgba(157, 78, 221, 0.06));
  display: block;
}

.page-2026 .sponsor-slot-logo-featured {
  width: min(100%, 920px);
  max-width: 100%;
  max-height: 340px;
  object-fit: contain;
}

.page-2026 .sponsor-slot-logo-grid {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: none;
  object-fit: contain;
}

.page-2026 .sponsor-slot-chip {
  display: inline-block;
  padding: 0.28rem 0.56rem;
  border-radius: 999px;
  border: 1px solid rgba(157, 78, 221, 0.3);
  background: rgba(157, 78, 221, 0.06);
  color: #dcc4f4;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
}

.page-2026 .sponsor-slot-benefits {
  color: var(--bsb26-text-soft);
  font-size: 0.88rem;
  line-height: 1.38;
  max-width: 30rem;
}

.page-2026 .sponsor-slot-caption {
  margin-top: 0.5rem;
  margin-bottom: 0;
  color: var(--bsb26-text-soft);
  font-size: 0.92rem;
}

.page-2026 .sponsor-slot-caption em {
  font-style: normal;
}

.page-2026 .sponsor-slot-caption-centered {
  text-align: center;
}

.page-2026 .sponsor-cta-wrap {
  margin: 1rem 0 0.1rem;
  text-align: center;
}

.page-2026 .sponsor-cta-wrap .btn {
  min-width: 16.5rem;
}

.page-2026 .sponsor-cta-btn {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015)),
    linear-gradient(90deg, rgba(157, 78, 221, 0.24), rgba(255, 127, 17, 0.2));
  color: #f5edff;
  border: 1px solid rgba(157, 78, 221, 0.5);
  box-shadow:
    inset 0 5px 0 rgba(255, 255, 255, 0.03),
    0 0 10px rgba(157, 78, 221, 0.45),
    0 0 20px rgba(255, 127, 17, 0.18);
}

.page-2026 .sponsor-cta-btn:hover,
.page-2026 .sponsor-cta-btn:focus,
.page-2026 .sponsor-cta-btn:active {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02)),
    linear-gradient(90deg, rgba(255, 127, 17, 0.28), rgba(157, 78, 221, 0.26));
  color: #fff;
  border-color: rgba(255, 127, 17, 0.55);
  text-decoration: none;
}

.page-2026 .community-partners-wrapper {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  padding: clamp(0.9rem, 1.4vw, 1.2rem);
  border-radius: 20px;
  border: 1px solid rgba(157, 78, 221, 0.5);
  background:
    radial-gradient(circle at 0 0, rgba(157, 78, 221, 0.07), transparent 45%),
    radial-gradient(circle at 100% 0, rgba(255, 127, 17, 0.04), transparent 40%),
    linear-gradient(180deg, rgba(17, 15, 25, 0.95), rgba(13, 12, 20, 0.97));
  box-shadow:
    0 0 10px rgba(157, 78, 221, 0.8),
    0 0 20px rgba(157, 78, 221, 0.5),
    0 0 30px rgba(157, 78, 221, 0.25),
    0 10px 24px rgba(0, 0, 0, 0.16);
}

.page-2026 #community-partners-section {
  background: transparent !important;
}

.page-2026 .community-partners-grid {
  margin-top: 0.75rem;
  --bs-gutter-y: 0.45rem;
}

.page-2026 .community-partners-grid > [class*="col-"] {
  padding: 0.4rem !important;
}

.page-2026 .community-partners-grid a {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem;
  border-radius: 12px;
  border: 1px solid rgba(157, 78, 221, 0.5);
  box-shadow: 0 0 18px rgba(157, 78, 221, 0.7), 0 0 35px rgba(157, 78, 221, 0.4), 0 0 55px rgba(157, 78, 221, 0.2);
  background:
    radial-gradient(circle at 100% 0, rgba(157, 78, 221, 0.025), transparent 46%),
    rgba(255, 255, 255, 0.018);
  box-shadow:
    inset 0 5px 0 rgba(255, 255, 255, 0.02),
    0 0 0 5px rgba(157, 78, 221, 0.025);
  transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.page-2026 .community-partners-grid a:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 127, 17, 0.22);
  background:
    radial-gradient(circle at 100% 0, rgba(255, 127, 17, 0.03), transparent 46%),
    rgba(255, 255, 255, 0.03);
  box-shadow:
    0 0 0 5px rgba(255, 127, 17, 0.04),
    0 0 12px rgba(255, 127, 17, 0.04);
}

.page-2026 .community-partners-grid img {
  display: block;
  box-sizing: border-box;
  max-height: 44px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  padding: 0.3rem 0.45rem;
  border-radius: 8px;
  background: rgba(246, 241, 252, 0.94);
  filter: saturate(0.96) contrast(1.04);
}

.page-2026 #socials-section {
  background: transparent !important;
}

.page-2026 #socials-section .container {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  padding: 0.9rem 1rem;
  border-radius: 16px;
  border: 1px solid rgba(157, 78, 221, 0.5);
  box-shadow: 0 0 20px rgba(157, 78, 221, 0.8), 0 0 40px rgba(157, 78, 221, 0.5), 0 0 60px rgba(157, 78, 221, 0.25);
  background:
    radial-gradient(circle at 0 0, rgba(157, 78, 221, 0.06), transparent 44%),
    radial-gradient(circle at 100% 0, rgba(255, 127, 17, 0.04), transparent 40%),
    linear-gradient(180deg, rgba(17, 15, 25, 0.94), rgba(13, 12, 20, 0.97));
  box-shadow:
    inset 0 5px 0 rgba(255, 255, 255, 0.03),
    0 0 10px rgba(255, 127, 17, 0.7),
    0 0 20px rgba(255, 127, 17, 0.4),
    0 0 30px rgba(255, 127, 17, 0.15);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.page-2026 #socials-section .section-heading {
  margin: 0 !important;
  font-size: clamp(1.2rem, 2vw, 1.45rem);
  color: #ffbf7d;
  text-shadow: 0 0 12px rgba(255, 127, 17, 0.08);
}

.page-2026 .social-list {
  margin: 0 !important;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding-left: 0;
}

.page-2026 .social-list .list-inline-item {
  margin: 0 !important;
}

.page-2026 .social-link,
.page-2026 .social-link-x,
.page-2026 .social-link-linkedin,
.page-2026 .social-link-discord {
  color: var(--bsb26-text-muted);
  width: 2.95rem;
  height: 2.95rem;
  border-radius: 999px;
  border: 1px solid rgba(157, 78, 221, 0.5);
  box-shadow: 0 0 20px rgba(157, 78, 221, 0.8), 0 0 40px rgba(157, 78, 221, 0.5), 0 0 60px rgba(157, 78, 221, 0.25);
  background:
    radial-gradient(circle at 100% 0, rgba(157, 78, 221, 0.03), transparent 48%),
    rgba(255, 255, 255, 0.015);
  box-shadow:
    inset 0 5px 0 rgba(255, 255, 255, 0.025),
    0 0 0 5px rgba(157, 78, 221, 0.02);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.18s ease, border-color 0.18s ease, color 0.18s ease, background 0.18s ease;
}

.page-2026 .social-link:hover {
  transform: translateY(-2px);
  background:
    radial-gradient(circle at 100% 0, rgba(255, 255, 255, 0.04), transparent 48%),
    rgba(255, 255, 255, 0.03);
  box-shadow:
    0 0 0 5px rgba(255, 255, 255, 0.03),
    0 0 12px rgba(157, 78, 221, 0.04);
}

.page-2026 .social-icon {
  font-size: 1.45rem;
}

.page-2026 .social-link-x:hover {
  color: var(--bsb26-orange);
  border-color: rgba(255, 127, 17, 0.26);
}

.page-2026 .social-link-linkedin:hover {
  color: var(--bsb26-purple);
  border-color: rgba(157, 78, 221, 0.56);
}

.page-2026 .social-link-discord:hover {
  color: var(--bsb26-green);
  border-color: rgba(57, 255, 20, 0.22);
}

.page-2026 .footer-2026 {
  background: #08070c !important;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.4), 0 0 10px rgba(255, 255, 255, 0.2), 0 0 20px rgba(255, 255, 255, 0.1);
  padding-top: 2.15rem !important;
  padding-bottom: 2rem !important;
}

.page-2026 .footer-2026 .footer-links {
  margin-bottom: 0.65rem !important;
}

.page-2026 .footer-2026 .footer-links a {
  color: var(--bsb26-text-muted) !important;
}

.page-2026 .footer-2026 .footer-links a:hover {
  color: #fff !important;
}

.page-2026 .footer-2026 .copyright {
  color: var(--bsb26-text-soft);
  font-size: 0.95rem;
}

.page-2026 .footer-heart {
  color: var(--bsb26-orange);
}

.page-2026 .cookie-banner {
  bottom: 18px;
  right: 18px;
  max-width: 340px;
  border-radius: 12px;
  border: 1px solid rgba(157, 78, 221, 0.4);
  box-shadow: 0 0 18px rgba(157, 78, 221, 0.7), 0 0 35px rgba(157, 78, 221, 0.4), 0 0 55px rgba(157, 78, 221, 0.2);
  background: rgba(15, 13, 22, 0.96);
  color: var(--bsb26-text-muted);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.35);
}

.page-2026 .cookie-banner-button {
  margin-top: 0.75rem;
  min-width: 72px;
  border-radius: 8px;
  border: 1px solid rgba(255, 170, 92, 0.35);
  box-shadow: 0 0 15px rgba(255, 170, 92, 0.6), 0 0 30px rgba(255, 170, 92, 0.3), 0 0 50px rgba(255, 170, 92, 0.15);
  background: linear-gradient(180deg, #ff9a37, var(--bsb26-orange));
  color: #1d1107;
  font-weight: 800;
}

.page-2026 .cookie-banner-button:hover {
  background: linear-gradient(180deg, #ffb05f, #ff973a);
}

@media (max-width: 991.98px) {
  .page-2026 #hero-block {
    min-height: 480px;
    height: auto;
    padding-top: 98px;
    padding-bottom: 1.9rem;
  }

  .page-2026 .stats-block {
    margin-top: 0;
  }

  .page-2026 .hero-cta-group .btn {
    min-width: 10.5rem;
  }

  .page-2026 .hero-row-split {
    align-items: center !important;
    row-gap: 1rem !important;
  }

  .page-2026 .hero-brand-col,
  .page-2026 .hero-details-col {
    justify-content: center;
    align-items: center;
  }

  .page-2026 .hero-brand-block,
  .page-2026 .hero-details-card {
    text-align: center;
  }

  .page-2026 .hero-brand-block {
    margin-bottom: 0.25rem;
  }

  .page-2026 .hero-details-card {
    padding: 1rem 0.95rem;
  }

  .page-2026 .hero-subtitle {
    margin-inline: auto;
  }

  .page-2026 .hero-cta-group-single {
    justify-content: center;
  }

  .page-2026 .updates-panel {
    padding: 0.95rem;
  }

  .page-2026 .updates-actions {
    justify-content: flex-start;
  }

  .page-2026 .community-partners-grid > [class*="col-"] {
    width: 25% !important;
  }
}

@media (max-width: 767.98px) {
  .page-2026 #hero-block {
    padding-bottom: 2.2rem;
  }

  .page-2026 .section {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }

  .page-2026 .hero-panel {
    border-radius: 16px;
    padding: 0.9rem 0.85rem;
  }

  .page-2026 .hero-details-card {
    padding: 0.95rem 0.85rem;
  }

  .page-2026 .hero-logo {
    width: min(90vw, 500px);
  }

  .page-2026 .hero-tagline {
    font-size: 0.95rem;
  }

  .page-2026 .hero-subtitle {
    font-size: 0.92rem;
  }

  .page-2026 .hero-cta-group {
    gap: 0.65rem !important;
  }

  .page-2026 .hero-cta-group .btn {
    width: 100%;
    min-width: 0;
  }

  .page-2026 .attendee-section-shell,
  .page-2026 .faq-section-shell,
  .page-2026 .updates-panel {
    border-radius: 16px;
    padding: 0.85rem;
  }

  .page-2026 .info-card {
    padding: 0.85rem;
  }

  .page-2026 .info-list li {
    grid-template-columns: 1fr;
    gap: 0.15rem;
  }

  .page-2026 .venue-map-embed {
    min-height: 220px;
  }

  .page-2026 .info-list-label {
    font-size: 0.82rem;
  }

  .page-2026 .tickets-actions {
    grid-template-columns: 1fr;
  }

  .page-2026 .updates-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .page-2026 .updates-actions .btn {
    width: 100%;
    min-width: 0;
  }

  .page-2026 .stats-block .item {
    padding: 0.72rem 0.65rem;
    border-color: rgba(255, 255, 255, 0.14);
    box-shadow:
    inset 0 5px 0 rgba(255, 255, 255, 0.03),
    0 0 10px rgba(255, 127, 17, 0.7),
    0 0 20px rgba(255, 127, 17, 0.4),
    0 0 30px rgba(255, 127, 17, 0.15);
  }

  .page-2026 .community-partners-grid > [class*="col-"] {
    width: 33.333333% !important;
  }

  .page-2026 .community-partners-grid a {
    min-height: 68px;
    padding: 0.45rem;
  }

  .page-2026 .community-partners-grid img {
    max-height: 34px;
    padding: 0.22rem 0.3rem;
  }

  .page-2026 .sponsor-slot-grid-gold {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-2026 .sponsor-slot-grid-silver {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-2026 .sponsor-slot-tile {
    padding: 0.22rem;
  }

  .page-2026 .sponsor-slot-logo-grid {
    width: 100%;
    height: 100%;
    max-height: none;
  }

  .page-2026 #socials-section .container {
    display: block;
    text-align: center;
    padding: 0.95rem 0.85rem 0.85rem;
  }

  .page-2026 #socials-section .section-heading {
    margin-bottom: 0.65rem !important;
  }

  .page-2026 .social-list {
    justify-content: center;
  }

  .page-2026 .social-link,
  .page-2026 .social-link-x,
  .page-2026 .social-link-linkedin,
  .page-2026 .social-link-discord {
    width: 2.8rem;
    height: 2.8rem;
  }

  .page-2026 .social-icon {
    font-size: 1.35rem;
  }
}

@media (max-width: 575.98px) {
  .page-2026 .stats-block {
    margin-top: 0;
  }

  .page-2026 #sponsors-section .container,
  .page-2026 #socials-section .container,
  .page-2026 #about-section .section-intro,
  .page-2026 .attendee-section-shell,
  .page-2026 .faq-section-shell,
  .page-2026 .updates-panel {
    border-radius: 16px;
  }

  .page-2026 .sponsor-slot-empty-title {
    font-size: 1.12rem;
  }

  .page-2026 .sponsor-slot-empty-copy {
    font-size: 0.84rem;
  }

  .page-2026 .sponsor-cta-wrap .btn {
    min-width: 0;
    width: 100%;
  }

  .page-2026 .cookie-banner {
    left: 12px;
    right: 12px;
    bottom: 12px;
    max-width: none;
  }
}

.page-2026 .hero-block {
  margin-bottom: 2rem;
}

@media (prefers-reduced-motion: reduce) {
  .page-2026 .hero-background-image-flash {
    animation: none !important;
    opacity: 0 !important;
  }

  .page-2026 .btn,
  .page-2026 .sponsor-slot-card,
  .page-2026 .community-partners-grid a,
  .page-2026 .social-link {
    transition: none !important;
  }
}
