/* =================================================================
   Xeneta Summit 2026 — Munich
   Editorial event page. Poppins-only. Tonal-blue SaaS gradients.
   Inherits base tokens from ../home/styles.css.
   ================================================================= */

.s-body {
  zoom: 0.88;
}
@-moz-document url-prefix() {
  /* Firefox: emulate zoom via transform on a wrapper isn't trivial without restructure,
     so fall back to a slightly larger base via :root if Firefox detected. */
  .s-body { zoom: normal; }
}

:root {
  --s-ink:      #0A1230;      /* deep navy ink */
  --s-ink-2:    #14224C;
  --s-text:     #1F2748;
  --s-muted:    #5B6485;
  --s-soft:     #8C95B5;

  --s-blue:     #2E65FF;      /* primary */
  --s-blue-2:   #5A82FF;
  --s-blue-3:   #A4BBFF;
  --s-cyan:     #6EC2FF;
  --s-violet:   #9D7BFF;

  --s-paper:    #F7F9FF;      /* very pale tonal blue */
  --s-paper-2:  #EDF1FB;      /* slightly cooler bone */
  --s-card:     #FFFFFF;
  --s-rule:     #DDE4F2;
  --s-rule-2:   #C9D2E8;

  --s-grad-light:
    radial-gradient(ellipse 80% 70% at 80% 10%, rgba(46,101,255,0.06), transparent 60%),
    radial-gradient(ellipse 70% 60% at 10% 90%, rgba(157,123,255,0.05), transparent 65%),
    linear-gradient(180deg, #F7F9FF 0%, #EFF3FC 100%);

  --s-grad-bone:
    radial-gradient(ellipse 70% 60% at 20% 0%, rgba(46,101,255,0.06), transparent 60%),
    radial-gradient(ellipse 60% 50% at 90% 100%, rgba(110,194,255,0.05), transparent 60%),
    linear-gradient(180deg, #EDF1FB 0%, #E5EBF8 100%);

  --s-grad-dark:
    radial-gradient(ellipse 90% 60% at 15% 0%, rgba(90,130,255,0.20), transparent 60%),
    radial-gradient(ellipse 80% 70% at 90% 100%, rgba(46,101,255,0.28), transparent 65%),
    linear-gradient(180deg, #07091F 0%, #0B1230 55%, #11173A 100%);

  --s-grad-deep:
    radial-gradient(ellipse 90% 60% at 50% 0%, rgba(140,180,255,0.22), transparent 65%),
    linear-gradient(180deg, #243676 0%, #1B2A5E 100%);

  --s-grad-hero:
    radial-gradient(ellipse 70% 60% at 80% 15%, rgba(110,194,255,0.18), transparent 60%),
    radial-gradient(ellipse 90% 70% at 10% 85%, rgba(46,101,255,0.36), transparent 65%),
    radial-gradient(ellipse 60% 60% at 50% 100%, rgba(157,123,255,0.22), transparent 70%),
    linear-gradient(180deg, #060A24 0%, #0B1230 55%, #14224C 100%);
}

body.s-body {
  background: var(--s-paper);
  color: var(--s-ink);
  font-family: "Poppins", system-ui, sans-serif;
}

/* ---- Poppins-italic editorial accent ---- */
.s-em {
  font-style: italic;
  font-weight: 300;
  color: var(--s-blue);
}

/* ---- Section kicker (Poppins uppercase) ---- */
.s-kicker {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(10,18,48,0.55);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.s-kicker::before {
  content: "";
  width: 24px; height: 1px;
  background: rgba(10,18,48,0.35);
  display: inline-block;
}
.s-kicker--light { color: rgba(255,255,255,0.65); }
.s-kicker--light::before { background: rgba(255,255,255,0.4); }

/* ---- Display headline used in each section ---- */
.s-display {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: clamp(40px, 5.6vw, 76px);
  line-height: 0.98;
  letter-spacing: -0.035em;
  margin: 24px 0 0;
  color: var(--s-ink);
  text-wrap: balance;
}
.s-display em {
  font-style: italic;
  font-weight: 300;
  background: linear-gradient(120deg, #5A82FF 0%, #2E65FF 50%, #6EC2FF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.s-display--light { color: #fff; }
.s-display--light em {
  background: linear-gradient(120deg, #A4BBFF 0%, #6EC2FF 50%, #C9B6FF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* ---- Page-level constraint ---- */
.s-wrap { max-width: 1280px; margin: 0 auto; padding: 0 36px; }
.s-wrap--tight { max-width: 980px; margin: 0 auto; padding: 0 36px; }

/* ============================================================
   HEADER
   ============================================================ */
.s-header {
  position: fixed;
  top: 0; left: 0; right: 0; z-index: 100;
  padding: 18px 0;
  transition: background .25s, backdrop-filter .25s, border-color .25s;
  border-bottom: 1px solid transparent;
}
.s-header[data-scrolled="true"] {
  background: rgba(10,18,48,0.72);
  backdrop-filter: saturate(140%) blur(18px);
  border-bottom-color: rgba(255,255,255,0.08);
}
.s-header__row {
  display: flex; align-items: center; gap: 32px;
  color: #fff;
}
.s-header__brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}
.s-header__mark {
  height: 18px;
  width: auto;
  display: block;
}
.s-header__brand small {
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  font-weight: 400;
  padding-left: 14px;
  border-left: 1px solid rgba(255,255,255,0.18);
}
.s-header__nav {
  display: flex; gap: 4px; margin-left: auto;
}
.s-header__nav a {
  color: rgba(255,255,255,0.78);
  font-size: 13px;
  font-weight: 500;
  padding: 8px 14px;
  border-radius: 999px;
  transition: background .15s, color .15s;
  text-decoration: none;
}
.s-header__nav a:hover { background: rgba(255,255,255,0.08); color: #fff; }
.s-header__cta {
  display: inline-flex; align-items: center; gap: 8px;
  background: linear-gradient(120deg, #5A82FF, #2E65FF 60%, #6EC2FF);
  color: #fff;
  font-size: 13px; font-weight: 500;
  padding: 10px 18px;
  border-radius: 999px;
  transition: filter .15s, transform .15s, box-shadow .15s;
  text-decoration: none;
  box-shadow: 0 6px 20px -8px rgba(46,101,255,0.6);
}
.s-header__cta:hover { transform: translateY(-1px); filter: brightness(1.1); }
.s-header__cta .material-symbols-rounded { font-size: 16px; }

/* ============================================================
   HERO
   ============================================================ */
.s-hero {
  position: relative;
  background: var(--s-grad-hero);
  color: #fff;
  overflow: hidden;
  padding: 140px 0 80px;
  isolation: isolate;
}
.s-hero__grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(ellipse 90% 70% at 50% 40%, #000 30%, transparent 85%);
  -webkit-mask-image: radial-gradient(ellipse 90% 70% at 50% 40%, #000 30%, transparent 85%);
  pointer-events: none;
}
.s-hero__noise {
  position: absolute; inset: 0;
  opacity: 0.05;
  pointer-events: none;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' seed='5'/><feColorMatrix values='0 0 0 0 1  0 0 0 0 1  0 0 0 0 1  0 0 0 0.5 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
}
.s-hero__glow {
  position: absolute;
  width: 1200px; height: 1200px;
  left: 50%; top: 5%;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(110,194,255,0.18), transparent 50%);
  filter: blur(40px);
  pointer-events: none;
  z-index: 0;
}
.s-hero__top {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: 24px;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
  margin-bottom: 36px;
  position: relative;
}
.s-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 80px;
  align-items: center;
  position: relative;
}
.s-hero__content { position: relative; min-width: 0; }
.s-hero__visual {
  position: relative;
  display: block;
  align-self: stretch;
  min-width: 0;
  margin-top: 60px;
}

/* Animated collage — each piece floats independently */
.s-collage {
  position: relative;
  perspective: 1400px;
  transform-style: preserve-3d;
  --rx: 0deg;
  --ry: 0deg;
  width: 100%;
  aspect-ratio: 572 / 600;
}
.s-collage__inner {
  position: absolute;
  inset: 0;
  transform: rotateX(var(--rx)) rotateY(var(--ry));
  transform-style: preserve-3d;
  transition: transform 0.18s ease;
  will-change: transform;
}
.s-collage__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
  z-index: 0;
  animation: s-collage-bg-float 9s ease-in-out infinite alternate;
  will-change: transform;
}
@keyframes s-collage-bg-float {
  0%   { transform: translate3d(0,0,0) scale(1); }
  100% { transform: translate3d(0.4%, -0.3%, 0) scale(1.005); }
}
.s-collage__sr {
  position: absolute;
  width: 1px; height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.s-piece {
  position: absolute;
  display: block;
  pointer-events: none;
  will-change: transform;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

/* ------- Photo cards (JPGs with hard rectangle edge) ------- */
.s-piece--tower,
.s-piece--panel,
.s-piece--crowd,
.s-piece--plaza {
  box-shadow:
    0 20px 40px -10px rgba(0,0,0,0.55),
    0 40px 80px -20px rgba(0,0,0,0.5);
}
/* Source JPGs have a thin white matte baked into their edges.
   Clip it off so each photo card reads as a flush rectangle. */
.s-piece--tower { clip-path: inset(0 3% 0 0); }
.s-piece--panel { clip-path: inset(0 2% 3% 0); }
.s-piece--crowd { clip-path: inset(0 3% 3% 0); }
.s-piece--plaza { clip-path: inset(0 0 3% 0); }

/* Top-left clocktower */
.s-piece--tower {
  top: 1%;
  left: 0%;
  width: 28%;
  --base-rot: -3deg;
  --base-z: 60px;
  animation: s-float-tower 6.4s ease-in-out infinite;
  animation-delay: -1.4s;
}
/* Centre wide stage panel */
.s-piece--panel {
  top: 13%;
  left: 21%;
  width: 65%;
  --base-rot: 0.8deg;
  --base-z: 50px;
  animation: s-float-panel 6s ease-in-out infinite;
  animation-delay: -0.8s;
}
/* Bottom-left networking */
.s-piece--crowd {
  top: 57%;
  left: 13%;
  width: 30%;
  --base-rot: -1.5deg;
  --base-z: 55px;
  animation: s-float-crowd 7s ease-in-out infinite;
  animation-delay: -0.4s;
}
/* Bottom-right marienplatz */
.s-piece--plaza {
  top: 60%;
  left: 48%;
  width: 41%;
  --base-rot: 1.8deg;
  --base-z: 45px;
  animation: s-float-plaza 6.6s ease-in-out infinite;
  animation-delay: -2.1s;
}

/* ------- Foreground type words ------- */
.s-piece--munich {
  top: 4%;
  left: 55%;
  width: 39%;
  --base-rot: 0deg;
  --base-z: 70px;
  animation: s-float-type-a 8.2s ease-in-out infinite;
  animation-delay: -1.6s;
  opacity: 0.95;
}
.s-piece--year {
  top: 46%;
  left: 12%;
  width: 66%;
  --base-rot: 0deg;
  --base-z: 75px;
  animation: s-float-type-b 9.2s ease-in-out infinite;
  animation-delay: -2.4s;
  opacity: 0.95;
}
.s-piece--2026 {
  top: 19%;
  left: 84%;
  width: 7%;
  --base-rot: 0deg;
  --base-z: 70px;
  animation: s-float-type-c 8.4s ease-in-out infinite;
  animation-delay: -3.1s;
  opacity: 0.95;
}

/* Smaller, tighter float paths — pieces stay in place */
@keyframes s-float-tower {
  0%   { transform: translateZ(var(--base-z)) translate(0,    0)    rotate(var(--base-rot)) scale(1); }
  35%  { transform: translateZ(var(--base-z)) translate(-4px, -5px) rotate(calc(var(--base-rot) - 0.4deg)) scale(1.006); }
  70%  { transform: translateZ(var(--base-z)) translate(2px,  -7px) rotate(calc(var(--base-rot) + 0.28deg)) scale(1.004); }
  100% { transform: translateZ(var(--base-z)) translate(0,    0)    rotate(var(--base-rot)) scale(1); }
}
@keyframes s-float-panel {
  0%   { transform: translateZ(var(--base-z)) translate(0,    0)    rotate(var(--base-rot)) scale(1); }
  40%  { transform: translateZ(var(--base-z)) translate(4px,  -5px) rotate(calc(var(--base-rot) + 0.28deg)) scale(1.005); }
  75%  { transform: translateZ(var(--base-z)) translate(-4px, -3px) rotate(calc(var(--base-rot) - 0.3deg)) scale(1.003); }
  100% { transform: translateZ(var(--base-z)) translate(0,    0)    rotate(var(--base-rot)) scale(1); }
}
@keyframes s-float-crowd {
  0%   { transform: translateZ(var(--base-z)) translate(0,    0)    rotate(var(--base-rot)) scale(1); }
  30%  { transform: translateZ(var(--base-z)) translate(5px,  3px)  rotate(calc(var(--base-rot) + 0.36deg)) scale(1.006); }
  65%  { transform: translateZ(var(--base-z)) translate(-2px, 6px)  rotate(calc(var(--base-rot) - 0.26deg)) scale(1.003); }
  100% { transform: translateZ(var(--base-z)) translate(0,    0)    rotate(var(--base-rot)) scale(1); }
}
@keyframes s-float-plaza {
  0%   { transform: translateZ(var(--base-z)) translate(0,    0)    rotate(var(--base-rot)) scale(1); }
  45%  { transform: translateZ(var(--base-z)) translate(-5px, 4px)  rotate(calc(var(--base-rot) - 0.3deg)) scale(1.005); }
  80%  { transform: translateZ(var(--base-z)) translate(4px,  -3px) rotate(calc(var(--base-rot) + 0.36deg)) scale(1.004); }
  100% { transform: translateZ(var(--base-z)) translate(0,    0)    rotate(var(--base-rot)) scale(1); }
}
@keyframes s-float-type-a {
  0%   { transform: translateZ(var(--base-z)) translate(0,    0); }
  50%  { transform: translateZ(var(--base-z)) translate(2px,  -4px); }
  100% { transform: translateZ(var(--base-z)) translate(0,    0); }
}
@keyframes s-float-type-b {
  0%   { transform: translateZ(var(--base-z)) translate(0,    0); }
  45%  { transform: translateZ(var(--base-z)) translate(-3px, 2px); }
  80%  { transform: translateZ(var(--base-z)) translate(3px,  -2px); }
  100% { transform: translateZ(var(--base-z)) translate(0,    0); }
}
@keyframes s-float-type-c {
  0%   { transform: translateZ(var(--base-z)) translate(0,    0); }
  55%  { transform: translateZ(var(--base-z)) translate(-2px, -4px); }
  100% { transform: translateZ(var(--base-z)) translate(0,    0); }
}

@media (prefers-reduced-motion: reduce) {
  .s-piece,
  .s-collage__glow { animation: none; }
}
.s-hero__edition {
  display: inline-flex;
  align-items: baseline;
  gap: 14px;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.68);
}
.s-hero__edition strong {
  background: linear-gradient(120deg, #A4BBFF, #6EC2FF);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 600;
}
.s-hero__dateline {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.s-hero__dateline span { display: inline-flex; align-items: center; gap: 6px; }
.s-hero__dateline .material-symbols-rounded { font-size: 14px; opacity: 0.6; }

.s-hero__title {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: clamp(48px, 6.4vw, 104px);
  line-height: 0.96;
  letter-spacing: -0.04em;
  margin: 0;
  text-wrap: balance;
  position: relative;
  background: linear-gradient(118deg,
    #FFFFFF 0%,
    #DCE7FF 18%,
    #A4BBFF 38%,
    #8AA5FF 55%,
    #B9A6FF 78%,
    #E4D8FF 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.s-hero__title em {
  font-style: italic;
  font-weight: 300;
  background: linear-gradient(120deg, #A4BBFF 0%, #6EC2FF 45%, #C9B6FF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
/* Countdown row above H1 */
.s-hero__countdown {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 12px 6px 14px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 999px;
  background: rgba(255,255,255,0.04);
  backdrop-filter: blur(8px);
  margin-bottom: 28px;
}
.s-hero__countdown-label {
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
}

.s-hero__sub {
  margin: 28px 0 0;
  font-size: clamp(17px, 1.3vw, 20px);
  line-height: 1.5;
  color: rgba(255,255,255,0.78);
  max-width: 62ch;
  font-weight: 300;
  position: relative;
}

.s-hero__cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 36px 0 0;
}

.s-hero__facts {
  display: grid;
  grid-template-columns: auto auto;
  gap: 64px;
  align-items: end;
  margin: 64px 0 0;
  padding-top: 36px;
  border-top: 1px solid rgba(255,255,255,0.12);
}
.s-hero__meta-item small {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin-bottom: 10px;
}
.s-hero__meta-item strong {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

/* Anniversary mark */
.s-hero__mark {
  position: absolute;
  right: -40px;
  top: 12%;
  width: 420px;
  height: 420px;
  pointer-events: none;
  opacity: 0.9;
  z-index: 0;
  animation: s-mark-float 16s ease-in-out infinite alternate;
}
@keyframes s-mark-float {
  0%   { transform: translateY(0) rotate(-4deg); }
  100% { transform: translateY(-24px) rotate(2deg); }
}

/* Live countdown — default (medium) sizes */
.s-count {
  display: inline-flex;
  align-items: baseline;
  gap: 14px;
  font-family: "Poppins", sans-serif;
}
.s-count__cell {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
  min-width: 64px;
}
.s-count__num {
  font-family: "Poppins", sans-serif;
  font-size: clamp(32px, 3.5vw, 44px);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: -0.04em;
  color: #fff;
  font-variant-numeric: tabular-nums;
}
.s-count__lbl {
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
}
.s-count__sep {
  font-size: 28px;
  color: rgba(255,255,255,0.25);
  align-self: center;
  margin-bottom: 14px;
}

/* Small countdown — sits above H1 */
.s-count--sm { gap: 6px; }
.s-count--sm .s-count__cell { min-width: 0; flex-direction: row; align-items: baseline; gap: 3px; }
.s-count--sm .s-count__num {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.01em;
  font-variant-numeric: tabular-nums;
  background: linear-gradient(120deg, #FFFFFF, #A4BBFF);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.s-count--sm .s-count__lbl {
  font-size: 9px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.1em;
}
.s-count--sm .s-count__sep {
  font-size: 12px;
  margin: 0;
  color: rgba(255,255,255,0.25);
  align-self: baseline;
  transform: translateY(-1px);
}

/* ============================================================
   SECTIONS
   ============================================================ */
.s-section {
  padding: 140px 0;
  position: relative;
}
.s-section--light { background: var(--s-grad-light); }
.s-section--bone  { background: var(--s-grad-bone); }
.s-section--dark  { background: var(--s-grad-dark); color: #fff; }
.s-section--grad-deep { background: var(--s-grad-deep); color: #fff; }

/* Subtle top fade to layer sections */
.s-section--light::before,
.s-section--bone::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 80px;
  background: linear-gradient(180deg, rgba(255,255,255,0.6), transparent);
  pointer-events: none;
}

.s-section__head {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 64px;
  align-items: end;
  margin-bottom: 80px;
}
.s-section__head--solo {
  display: block;
}
.s-section__head-meta { padding-top: 8px; }
.s-section__head-title h2 { margin: 12px 0 0; }
.s-section__head-title p {
  margin: 24px 0 0;
  font-size: 18px;
  line-height: 1.55;
  color: rgba(10,18,48,0.68);
  max-width: 58ch;
}
.s-section--dark .s-section__head-title p,
.s-section--grad-deep .s-section__head-title p { color: rgba(255,255,255,0.72); }

/* ============================================================
   SPONSORS
   ============================================================ */
.s-sponsors {
  background: linear-gradient(180deg, #0A1230, #07091F);
  color: rgba(255,255,255,0.78);
  padding: 28px 0;
  border-top: 1px solid rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.s-sponsors__row {
  display: grid;
  grid-template-columns: 200px 1fr;
  align-items: center;
  gap: 48px;
}
.s-sponsors__label {
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
}
.s-sponsors__logos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 56px;
  align-items: center;
  justify-items: center;
}
.s-sponsors__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  max-width: 100%;
  transition: opacity .25s ease, transform .25s cubic-bezier(0.22, 0.61, 0.36, 1), filter .25s ease;
  opacity: 0.85;
  filter: brightness(0) invert(1);
  text-decoration: none;
}
.s-sponsors__logo:hover {
  opacity: 1;
  transform: translateY(-3px);
}
.s-sponsors__logo:hover {
  opacity: 1;
}
.s-sponsors__logo img {
  height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  display: block;
}

/* ============================================================
   ABOUT
   ============================================================ */
.s-about {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 96px;
  align-items: start;
}
.s-about__copy {
  font-size: 22px;
  line-height: 1.5;
  color: rgba(10,18,48,0.78);
  font-weight: 300;
}
.s-about__copy p + p { margin-top: 22px; }
.s-about__cta { margin-top: 32px; }
.s-about__copy em {
  font-style: italic;
  font-weight: 400;
  background: linear-gradient(120deg, #5A82FF, #2E65FF);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.s-about__big { position: relative; }
.s-confetti {
  position: absolute;
  inset: -90px -40px -90px -120px;
  z-index: 0;
  pointer-events: none;
}
.s-confetti__canvas {
  width: 100%;
  height: 100%;
  display: block;
}
.s-about__badge {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 460px;
  height: auto;
  margin-left: auto;
}

/* ============================================================
   STATS — with key-visual background
   ============================================================ */
.s-stats-section {
  position: relative;
  overflow: hidden;
  padding: 140px 0 96px;
}
.s-stats-section .s-stats { margin-bottom: 0; }
.s-stats-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.s-stats-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.55;
  filter: saturate(1) brightness(1);
}
.s-stats-bg__veil {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 20% 10%, rgba(46,101,255,0.30), transparent 65%),
    radial-gradient(ellipse 60% 60% at 90% 100%, rgba(110,194,255,0.18), transparent 60%),
    linear-gradient(180deg, rgba(7,9,31,0.28) 0%, rgba(10,18,48,0.45) 100%);
}
.s-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid rgba(255,255,255,0.18);
  position: relative;
}
.s-stats__cell {
  padding: 56px 32px 48px;
  border-right: 1px solid rgba(255,255,255,0.12);
  position: relative;
}
.s-stats__cell:last-child { border-right: none; }
.s-stats__num {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: clamp(64px, 7vw, 104px);
  line-height: 0.9;
  letter-spacing: -0.045em;
  color: #fff;
  font-variant-numeric: tabular-nums;
  background: linear-gradient(180deg, #FFFFFF 0%, #A4BBFF 120%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.s-stats__num em {
  font-style: italic;
  font-weight: 300;
  font-size: 0.55em;
  vertical-align: super;
  letter-spacing: 0;
  margin-left: 4px;
  background: linear-gradient(120deg, #6EC2FF, #5A82FF);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.s-stats__lbl {
  margin-top: 24px;
  font-size: 15px;
  line-height: 1.45;
  color: rgba(255,255,255,0.7);
  max-width: 22ch;
}

/* ============================================================
   SPEAKERS
   ============================================================ */
.s-speakers {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--s-rule-2);
  border-top: 1px solid var(--s-rule-2);
  border-bottom: 1px solid var(--s-rule-2);
}
.s-speaker {
  background: var(--s-card);
  padding: 32px 28px 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  cursor: pointer;
  transition: background .2s;
}
.s-speaker:hover {
  background: linear-gradient(180deg, #FFFFFF, #F2F6FF);
}
.s-speaker__avatar {
  width: 88px;
  height: 88px;
  border-radius: 999px;
  background: linear-gradient(135deg, #2E65FF, #9D7BFF);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 32px;
  letter-spacing: -0.02em;
  flex-shrink: 0;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.12);
}
.s-speaker__avatar[data-tint="b"] { background: linear-gradient(135deg, #14224C, #2E65FF); }
.s-speaker__avatar[data-tint="c"] { background: linear-gradient(135deg, #0A1230, #5A82FF); }
.s-speaker__avatar[data-tint="d"] { background: linear-gradient(135deg, #9D7BFF, #6EC2FF); }
.s-speaker__avatar[data-tint="e"] { background: linear-gradient(135deg, #0A1230, #8C95B5); }
.s-speaker__avatar[data-tint="f"] { background: linear-gradient(135deg, #2E65FF, #A4BBFF); }
.s-speaker__name {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 19px;
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: var(--s-ink);
}
.s-speaker__role {
  margin-top: 4px;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(10,18,48,0.6);
}
.s-speaker__role strong {
  display: block;
  color: var(--s-ink);
  font-weight: 500;
}
.s-speaker__tag {
  position: absolute;
  top: 22px; right: 22px;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(10,18,48,0.45);
}
.s-speaker[data-host="true"] .s-speaker__tag {
  background: linear-gradient(120deg, #2E65FF, #6EC2FF);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.s-speaker__linkedin {
  position: absolute;
  bottom: 18px;
  right: 18px;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  color: #0A66C2;
  background: rgba(10, 102, 194, 0.08);
  text-decoration: none;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}
.s-speaker__linkedin:hover {
  background: #0A66C2;
  color: #fff;
  transform: translateY(-1px);
}
.s-speaker__linkedin:focus-visible {
  outline: 2px solid #0A66C2;
  outline-offset: 2px;
}

.s-speakers__pager {
  text-align: center;
  margin-top: 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.s-speakers__pager .s-btn { cursor: pointer; }
.s-speakers__pager-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.02em;
  background: rgba(255,255,255,0.18);
  color: #fff;
  padding: 2px 8px;
  border-radius: 999px;
}
.s-speakers__pager-meta {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(10,18,48,0.5);
  margin: 4px 0 0;
}
.s-btn--ghost-light {
  background: transparent;
  color: var(--s-ink);
  border-color: rgba(10,18,48,0.18);
}
.s-btn--ghost-light:hover { background: rgba(10,18,48,0.05); border-color: rgba(10,18,48,0.3); }

/* ============================================================
   PROGRAM — new structured agenda
   ============================================================ */
.s-prog__tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 32px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 0;
  padding: 8px;
}
.s-prog__tab {
  display: flex;
  align-items: center;
  gap: 16px;
  background: transparent;
  border: 0;
  color: rgba(255,255,255,0.65);
  font-family: inherit;
  text-align: left;
  padding: 16px 20px;
  cursor: pointer;
  border-radius: 0;
  transition: background .2s, color .2s;
}
.s-prog__tab:hover { color: #fff; background: rgba(255,255,255,0.04); }
.s-prog__tab[data-active="true"] {
  background: linear-gradient(120deg, rgba(46,101,255,0.22), rgba(110,194,255,0.12));
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(90,130,255,0.35);
}
.s-prog__tab-num {
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 36px;
  line-height: 1;
  background: linear-gradient(120deg, #A4BBFF, #6EC2FF);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.s-prog__tab-meta { display: flex; flex-direction: column; gap: 2px; }
.s-prog__tab-meta small {
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
}
.s-prog__tab-meta strong {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.01em;
}

.s-prog__sheet {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.s-prog__block {
  background: linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.08);
  padding: 32px 36px;
  position: relative;
}
.s-prog__block::before {
  content: "";
  position: absolute;
  inset: -1px auto -1px -1px;
  width: 3px;
  background: linear-gradient(180deg, #2E65FF, #9D7BFF);
  opacity: 0.7;
}
.s-prog__block-head {
  display: flex;
  align-items: baseline;
  gap: 18px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  margin-bottom: 16px;
}
.s-prog__block-idx {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(164,187,255,0.7);
}
.s-prog__block-title {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: #fff;
  margin: 0;
}
.s-prog__slots { display: flex; flex-direction: column; }
.s-prog__block-intro {
  margin: 14px 0 22px;
  max-width: 62ch;
  font-size: 16px;
  line-height: 1.55;
  color: rgba(214,226,255,0.78);
}
.s-prog__block-intro p { margin: 0; }
.s-prog__block-para + .s-prog__block-para { margin-top: 14px; }
.s-prog__block-lead {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 19px;
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: #fff;
}
.s-prog__block-host {
  font-size: 14px;
  color: rgba(164,187,255,0.85);
  margin-top: 4px !important;
  margin-bottom: 16px !important;
}
.s-prog__slot {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 32px;
  padding: 20px 16px;
  margin: 0 -16px;
  border-bottom: 1px dashed rgba(255,255,255,0.08);
  position: relative;
  transition: background .35s ease;
  border-radius: 2px;
}
.s-prog__slot:hover {
  background: linear-gradient(90deg, rgba(46,101,255,0.10), rgba(110,194,255,0.02) 70%, transparent);
}
.s-prog__slot:hover .s-prog__title {
  color: #fff;
}
.s-prog__slot:hover .s-prog__time {
  color: #A4D2FF;
}
.s-prog__slot:last-child { border-bottom: none; }
.s-prog__time {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  padding-top: 2px;
  letter-spacing: 0.02em;
  transition: color .25s ease;
}
.s-prog__title {
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: rgba(255,255,255,0.92);
  line-height: 1.35;
  letter-spacing: -0.01em;
  transition: color .25s ease;
}
.s-prog__who {
  margin-top: 8px;
  font-size: 13px;
  color: rgba(164,187,255,0.85);
  font-weight: 400;
}
.s-prog__desc {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255,255,255,0.62);
  max-width: 78ch;
  font-weight: 300;
}
.s-prog__kind {
  display: none;
}

/* ============================================================
   VENUE
   ============================================================ */
.s-venue {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 64px;
  align-items: start;
}
.s-venue__visual {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: linear-gradient(160deg, #14224C, #0A1230);
  border-radius: 18px;
  box-shadow: 0 30px 80px -30px rgba(10, 18, 48, 0.35);
}
.s-venue__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.s-venue__visual svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.s-venue__visual svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.s-venue__visual-label {
  position: absolute;
  bottom: 24px; left: 24px;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
}
.s-venue__visual-label strong {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.02em;
  text-transform: none;
  margin-top: 6px;
}
.s-venue__facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 24px;
  margin: 48px 0 0;
}
.s-venue__fact small {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(10,18,48,0.5);
  margin-bottom: 8px;
}
.s-venue__fact strong {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.35;
}
.s-venue__book {
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid var(--s-rule);
}
.s-venue__book-note {
  margin: 16px 0 0;
  max-width: 46ch;
  font-size: 14px;
  line-height: 1.55;
  color: var(--s-ink-soft, rgba(10,18,48,0.6));
}

/* ============================================================
   RECAP
   ============================================================ */
.s-recap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
}
.s-recap > .x-reveal { height: 100%; display: flex; }
.s-quote {
  background: linear-gradient(180deg, #FFFFFF 0%, #F2F6FF 100%);
  border: 1px solid var(--s-rule);
  padding: 36px 32px 32px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  min-height: 280px;
  position: relative;
  border-radius: 0;
}
.s-quote__mark {
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 72px;
  line-height: 0.7;
  background: linear-gradient(120deg, #2E65FF, #6EC2FF);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: -16px;
}
.s-quote__body {
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 21px;
  line-height: 1.45;
  color: var(--s-ink);
  flex: 1;
  letter-spacing: -0.01em;
}
.s-quote__who {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: rgba(10,18,48,0.6);
  border-top: 1px solid var(--s-rule);
  padding-top: 16px;
}
.s-quote__who strong {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--s-ink);
  letter-spacing: 0;
  margin-bottom: 2px;
}

/* ============================================================
   FAQ — accordion
   ============================================================ */
.s-faq__list { border-top: 1px solid var(--s-rule); }
.s-faq__item {
  border-bottom: 1px solid var(--s-rule);
}
.s-faq__row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 28px 4px;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  text-align: left;
  color: inherit;
  transition: padding-left .25s ease;
}
.s-faq__row:hover { padding-left: 12px; }
.s-faq__q {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: -0.015em;
  color: var(--s-ink);
}
.s-faq__icon {
  position: relative;
  width: 22px; height: 22px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.s-faq__icon-bar {
  position: absolute;
  background: var(--s-blue);
  border-radius: 2px;
  width: 14px; height: 2px;
  transition: transform .35s cubic-bezier(0.22, 0.61, 0.36, 1), opacity .25s;
}
.s-faq__icon-bar--v { transform: rotate(90deg); }
.s-faq__item[data-open="true"] .s-faq__icon-bar--v {
  transform: rotate(0deg);
  opacity: 0;
}
.s-faq__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height .45s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.s-faq__a {
  font-size: 16px;
  line-height: 1.55;
  color: rgba(10,18,48,0.7);
  font-weight: 300;
  padding: 0 64px 28px 4px;
  margin: 0;
  max-width: 78ch;
}

/* ============================================================
   RECAP VIDEO
   ============================================================ */
.s-recap-video { position: relative; }
.s-video { position: relative; }
.s-video__frame {
  position: relative;
  aspect-ratio: 16/9;
  background: #000;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow:
    0 0 0 1px rgba(46,101,255,0.18) inset,
    0 40px 80px -20px rgba(0,0,0,0.7),
    0 80px 160px -40px rgba(46,101,255,0.4);
}
.s-video__frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.s-video__caption {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
}
.s-video__dl {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.78);
  text-decoration: none;
  transition: color .15s;
}
.s-video__dl:hover { color: #A4D2FF; }
.s-video__dl .material-symbols-rounded { font-size: 16px; }

/* ============================================================
   FINAL CTA
   ============================================================ */
.s-final {
  background: var(--s-grad-dark);
  color: #fff;
  padding: 160px 0 120px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.s-final::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 90% 60% at 50% 30%, rgba(110,194,255,0.25), transparent 65%);
  pointer-events: none;
}
.s-final > * { position: relative; }
.s-final h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: clamp(48px, 7vw, 96px);
  line-height: 0.95;
  letter-spacing: -0.04em;
  margin: 24px 0 0;
}
.s-final h2 em {
  font-style: italic;
  font-weight: 300;
  background: linear-gradient(120deg, #A4BBFF 0%, #6EC2FF 60%, #C9B6FF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.s-final__sub {
  margin: 32px auto 0;
  max-width: 56ch;
  font-size: 19px;
  line-height: 1.5;
  color: rgba(255,255,255,0.75);
  font-weight: 300;
}
.s-final__cta {
  margin-top: 56px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.s-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 15px;
  padding: 16px 28px;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: transform .15s, background .15s, color .15s, border-color .15s, box-shadow .15s, filter .15s;
  white-space: nowrap;
}
.s-btn .material-symbols-rounded { font-size: 18px; }
.s-btn--primary {
  background: linear-gradient(120deg, #5A82FF 0%, #2E65FF 60%, #6EC2FF 100%);
  color: #fff;
  box-shadow: 0 10px 28px -10px rgba(46,101,255,0.7);
}
.s-btn--primary:hover { transform: translateY(-1px); filter: brightness(1.1); }
.s-btn--ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,0.28);
}
.s-btn--ghost:hover { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.45); }
.s-btn--ink {
  background: linear-gradient(120deg, #14224C, #2E65FF);
  color: #fff;
  box-shadow: 0 10px 28px -10px rgba(46,101,255,0.5);
}
.s-btn--ink:hover { filter: brightness(1.1); transform: translateY(-1px); }

/* ============================================================
   FOOTER
   ============================================================ */
.s-foot {
  background: linear-gradient(180deg, #07091F, #050817);
  color: rgba(255,255,255,0.7);
  padding: 80px 0 40px;
}
.s-foot__big {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: clamp(80px, 14vw, 220px);
  line-height: 0.85;
  letter-spacing: -0.05em;
  color: #fff;
  margin: 0;
  white-space: nowrap;
}
.s-foot__big em {
  font-style: italic;
  font-weight: 300;
  background: linear-gradient(120deg, #5A82FF, #6EC2FF 60%, #C9B6FF);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.s-foot__row {
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,0.55);
}
.s-foot__row a { color: rgba(255,255,255,0.55); text-decoration: none; }
.s-foot__row a:hover { color: #fff; }
.s-foot__links { display: flex; gap: 28px; }

/* ============================================================
   REGISTER SECTION (inline embedded form)
   ============================================================ */
.s-register {
  background: #F4F7FF;
  padding: 100px 0 110px;
}
.s-register__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}
.s-register__head {
  position: sticky;
  top: 100px;
}
.s-register__title {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: clamp(32px, 3.5vw, 48px);
  line-height: 1.05;
  letter-spacing: -0.025em;
  margin: 14px 0 0;
  color: var(--s-ink);
}
.s-register__title em {
  font-style: italic;
  font-weight: 300;
  background: linear-gradient(120deg, #5A82FF, #6EC2FF);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.s-register__sub {
  margin: 16px 0 0;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(10,18,48,0.60);
  font-weight: 300;
  max-width: 36ch;
}
.s-register__form {
  background: #fff;
  border-radius: 18px;
  padding: 40px 40px 36px;
  box-shadow:
    0 4px 24px -8px rgba(10,18,48,0.10),
    0 0 0 1px rgba(46,101,255,0.10);
  min-height: 200px;
}
/* Safari paint fix — force the submit button onto its own compositing layer */
#s-hbspt-inline input[type="submit"],
#s-hbspt-inline .hs-button {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
  position: relative !important;
  z-index: 1 !important;
}
@media (max-width: 860px) {
  .s-register__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .s-register__head { position: static; }
  .s-register__sub { max-width: none; }
}
@media (max-width: 600px) {
  .s-register { padding: 72px 0 80px; }
  .s-register__form { padding: 28px 20px 24px; border-radius: 14px; }
  .s-register__title { font-size: clamp(32px, 9vw, 44px); }
}

/* ============================================================
   REGISTER MODAL (kept for reference — no longer used)
   ============================================================ */
.s-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  /* Overlay scrolls — no viewport-height arithmetic needed */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px;
  padding-top: max(24px, env(safe-area-inset-top));
  padding-bottom: max(24px, env(safe-area-inset-bottom));
  animation: s-modal-fade .25s ease-out;
}
/* Push card to vertical centre when there's room; collapses when content is tall */
.s-modal::before,
.s-modal::after {
  content: "";
  flex: 1;
  min-height: 0;
}
@keyframes s-modal-fade {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.s-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 9, 31, 0.72);
  backdrop-filter: blur(10px) saturate(140%);
  -webkit-backdrop-filter: blur(10px) saturate(140%);
  cursor: pointer;
}
.s-modal__card {
  position: relative;
  width: 100%;
  max-width: 560px;
  /* No max-height — the overlay scrolls, so the card can be its natural height */
  flex-shrink: 0;
  background: linear-gradient(180deg, #FFFFFF 0%, #F4F7FF 100%);
  color: var(--s-ink);
  border-radius: 18px;
  padding: 48px 44px 40px;
  box-shadow:
    0 30px 80px -20px rgba(0,0,0,0.55),
    0 0 0 1px rgba(46,101,255,0.18);
  animation: s-modal-pop .35s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@keyframes s-modal-pop {
  from { opacity: 0; transform: translateY(20px) scale(0.97); }
  to   { opacity: 1; transform: translateY(0)    scale(1);    }
}
.s-modal__close {
  position: absolute;
  top: 18px; right: 18px;
  background: rgba(10,18,48,0.06);
  border: 0;
  width: 36px; height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .15s, transform .15s;
  color: var(--s-ink);
}
.s-modal__close:hover { background: rgba(10,18,48,0.12); transform: rotate(90deg); }
.s-modal__close .material-symbols-rounded { font-size: 20px; }
.s-modal__head { margin-bottom: 24px; }
.s-modal__title {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: clamp(28px, 3vw, 36px);
  line-height: 1.05;
  letter-spacing: -0.025em;
  margin: 14px 0 0;
}
.s-modal__title em {
  font-style: italic;
  font-weight: 300;
  background: linear-gradient(120deg, #5A82FF, #6EC2FF);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.s-modal__sub {
  margin: 14px 0 0;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(10,18,48,0.65);
  font-weight: 300;
}
.s-modal__form {
  min-height: 200px;
}
/* HubSpot form normalisation */
.s-modal__form .hs-form-field { margin-bottom: 14px; }
.s-modal__form label {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: rgba(10,18,48,0.75);
  margin-bottom: 6px;
}
.s-modal__form .hs-form-required { color: #DD0000; margin-left: 4px; }
.s-modal__form input[type="text"],
.s-modal__form input[type="email"],
.s-modal__form input[type="tel"],
.s-modal__form input[type="number"],
.s-modal__form textarea,
.s-modal__form select {
  width: 100%;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  padding: 12px 14px;
  border: 1px solid var(--s-rule);
  border-radius: 10px;
  background: #fff;
  color: var(--s-ink);
  transition: border-color .15s, box-shadow .15s;
}
.s-modal__form input:focus,
.s-modal__form textarea:focus,
.s-modal__form select:focus {
  outline: none;
  border-color: var(--s-blue);
  box-shadow: 0 0 0 3px rgba(46,101,255,0.15);
}
.s-modal__form .hs-error-msgs {
  list-style: none;
  padding: 0;
  margin: 6px 0 0;
  font-size: 12px;
  color: #DD0000;
}
.s-modal__form .hs-submit { margin-top: 8px; }
.s-modal__form input[type="submit"],
.s-modal__form .hs-button {
  width: 100%;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 15px;
  padding: 14px 22px;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(120deg, #5A82FF 0%, #2E65FF 60%, #6EC2FF 100%);
  box-shadow: 0 10px 28px -10px rgba(46,101,255,0.7);
  transition: filter .15s, transform .15s;
}
.s-modal__form input[type="submit"]:hover,
.s-modal__form .hs-button:hover { filter: brightness(1.08); transform: translateY(-1px); }
.s-modal__form .legal-consent-container {
  font-size: 12px;
  color: rgba(10,18,48,0.6);
  line-height: 1.5;
  margin-top: 8px;
}
.s-modal__form .hs-richtext { font-size: 12px; color: rgba(10,18,48,0.55); }
.s-modal__form .submitted-message {
  font-size: 15px;
  line-height: 1.5;
  color: var(--s-ink);
  padding: 16px 0;
}
@media (max-width: 600px) {
  .s-modal { padding: 16px; padding-bottom: max(16px, env(safe-area-inset-bottom)); }
  .s-modal__card { padding: 36px 24px 28px; border-radius: 14px; }
  .s-modal__close { top: 12px; right: 12px; }
}
.x-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .8s ease, transform .8s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.x-reveal[data-in="true"] { opacity: 1; transform: none; }
.x-reveal--delay-1 { transition-delay: .08s; }
.x-reveal--delay-2 { transition-delay: .16s; }
.x-reveal--delay-3 { transition-delay: .24s; }
.x-reveal--delay-4 { transition-delay: .32s; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1100px) {
  .s-wrap { padding: 0 28px; }
  .s-section { padding: 120px 0; }
  .s-section__head { gap: 40px; margin-bottom: 64px; }
}
@media (max-width: 980px) {
  .s-wrap { padding: 0 24px; }
  .s-hero { padding: 110px 0 64px; }
  .s-hero__layout { grid-template-columns: 1fr; gap: 48px; }
  .s-hero__visual { max-width: 520px; margin: 0 auto; margin-top: 0; }
  .s-hero__top { flex-direction: column; align-items: flex-start; gap: 12px; margin-bottom: 36px; padding-bottom: 24px; }
  .s-hero__facts { grid-template-columns: 1fr 1fr; gap: 24px; padding-top: 28px; margin-top: 36px; }
  .s-hero__cta { margin-top: 28px; justify-self: start; }
  .s-hero__countdown { padding: 5px 10px 5px 12px; gap: 8px; }

  .s-section { padding: 96px 0; }
  .s-section__head { grid-template-columns: 1fr; gap: 20px; margin-bottom: 48px; }

  .s-about,
  .s-venue { grid-template-columns: 1fr; gap: 48px; }

  .s-stats { grid-template-columns: repeat(2, 1fr); }
  .s-stats__cell:nth-child(2n) { border-right: none; }
  .s-stats__cell:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,0.18); }
  .s-stats__cell { padding: 40px 24px 32px; }

  .s-speakers { grid-template-columns: repeat(2, 1fr); }

  .s-prog__tabs { grid-template-columns: 1fr; }
  .s-prog__block { padding: 24px 20px; }
  .s-prog__slot { grid-template-columns: 72px 1fr; gap: 16px; padding: 18px 12px; margin: 0 -12px; }
  .s-prog__title { font-size: 16px; }
  .s-prog__desc { font-size: 13px; }

  .s-recap { grid-template-columns: 1fr; }

  .s-sponsors__row { grid-template-columns: 1fr; gap: 20px; }
  .s-sponsors__logos { grid-template-columns: repeat(2, 1fr); gap: 28px 32px; }

  .s-header__nav { display: none; }
  .s-header__brand small { display: none; }

  .s-final { padding: 110px 0 90px; }

  .s-foot__row { flex-direction: column; gap: 16px; text-align: center; }
}

@media (max-width: 720px) {
  .s-wrap { padding: 0 18px; }
  .s-section { padding: 72px 0; }

  .s-hero { padding: 96px 0 56px; }
  .s-hero__title { font-size: clamp(40px, 11vw, 64px); }
  .s-hero__edition { font-size: 11px; gap: 8px; flex-wrap: wrap; }
  .s-hero__facts { grid-template-columns: 1fr; gap: 18px; }
  .s-hero__cta { width: 100%; }
  .s-hero__cta .s-btn { flex: 1; justify-content: center; }

  .s-display { font-size: clamp(34px, 8vw, 52px); }
  .s-section__head-title p { font-size: 16px; }

  .s-stats { grid-template-columns: 1fr; }
  .s-stats__cell { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.18); padding: 36px 20px 28px; }
  .s-stats__cell:last-child { border-bottom: none; }
  .s-stats__num { font-size: clamp(56px, 14vw, 80px); }

  .s-speakers { grid-template-columns: 1fr; }

  .s-count__cell { min-width: 0; }
  .s-count--sm .s-count__num { font-size: 12px; }
  .s-count--sm .s-count__lbl { font-size: 8px; }

  .s-about__copy { font-size: 18px; }
  .s-about__numeral { font-size: clamp(160px, 36vw, 240px); }

  .s-modal__card { padding: 32px 20px 24px; }
  .s-modal__title { font-size: 26px; }

  .s-faq__row { padding: 22px 4px; gap: 16px; }
  .s-faq__q { font-size: 18px; }
  .s-faq__a { font-size: 15px; padding: 0 16px 22px 4px; }

  .s-header { padding: 12px 0; }
  .s-header__cta { padding: 9px 14px; font-size: 12px; }
  .s-header__cta .material-symbols-rounded { display: none; }

  .s-final h2 { font-size: clamp(40px, 11vw, 64px); }
  .s-final__sub { font-size: 16px; }
  .s-final__cta { flex-direction: column; align-items: stretch; width: 100%; max-width: 320px; margin-left: auto; margin-right: auto; }
  .s-final__cta .s-btn { justify-content: center; }
}
