/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme {
  :root,
  :host {
    --font-sans:
      ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
      "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono:
      ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
      monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  :after,
  :before,
  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  html,
  :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(
      --default-font-family,
      ui-sans-serif,
      system-ui,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji"
    );
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(
      --default-mono-font-family,
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace
    );
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    vertical-align: middle;
    display: block;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button {
    height: auto;
  }
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer components;
@layer utilities {
  .visible {
    visibility: visible;
  }
  .relative {
    position: relative;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .table {
    display: table;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
:root {
  --ink: #020711;
  --navy: #06162f;
  --panel: #081a35;
  --white: #f7f9fd;
  --muted: #93a4bd;
  --blue: #0d66ff;
  --cyan: #48e5ef;
  --orange: #ff8b3d;
  --line: #7bb5ff2e;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  background: var(--ink);
  color: var(--white);
  font-family: var(--font-geist-sans), Arial, sans-serif;
  margin: 0;
  overflow-x: hidden;
}
button {
  font: inherit;
  color: inherit;
}
a {
  color: inherit;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
}
.shell {
  z-index: 2;
  width: min(1360px, 100% - 112px);
  margin-inline: auto;
  position: relative;
}
.section {
  padding-block: 130px;
}
.section-label {
  color: #8394ad;
  letter-spacing: 0.17em;
  margin-bottom: 42px;
  font-size: 12px;
  font-weight: 750;
}
.section-label span {
  color: var(--cyan);
  margin-right: 16px;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h2 {
  letter-spacing: -0.055em;
  margin-bottom: 0;
  font-size: clamp(50px, 5.2vw, 78px);
  line-height: 0.97;
}
h1 em,
h2 em {
  color: #0000;
  background: linear-gradient(100deg, #fff 2%, var(--cyan) 50%, #1881ff);
  -webkit-background-clip: text;
  background-clip: text;
  font-style: normal;
}
.lead {
  color: #dce8f8 !important;
  font-size: 24px !important;
  line-height: 1.45 !important;
}
.hero {
  background: radial-gradient(circle at 76% 30%, #093f7b 0, #061a39 20%, #020711 58%, #01040a 100%);
  flex-direction: column;
  min-height: 990px;
  display: flex;
  position: relative;
  overflow: hidden;
}
.network-grid {
  opacity: 0.32;
  background-image:
    linear-gradient(#2c78d229 1px, #0000 1px), linear-gradient(90deg, #2c78d21f 1px, #0000 1px);
  background-size: 70px 70px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: radial-gradient(circle at 70% 40%, #000, #0000 68%);
  mask-image: radial-gradient(circle at 70% 40%, #000, #0000 68%);
}
.site-header {
  z-index: 20;
  justify-content: space-between;
  align-items: center;
  height: 104px;
  display: flex;
}
.brand-logo img {
  filter: drop-shadow(0 8px 22px #0003);
  width: 290px;
  height: auto;
  display: block;
}
.nav {
  align-items: center;
  gap: clamp(24px, 2.7vw, 48px);
  font-size: 14px;
  display: flex;
}
.nav > a:not(.nav-cta) {
  color: #dce6f4;
  padding: 15px 0;
  position: relative;
}
.nav > a:not(.nav-cta):after {
  content: "";
  background: linear-gradient(90deg, var(--blue), var(--cyan));
  height: 2px;
  transition: right 0.25s;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 100%;
}
.nav > a:hover:after {
  right: 0;
}
.nav-cta {
  background: #0d66ff1f;
  border: 1px solid #2f8dff;
  border-radius: 8px;
  align-items: center;
  gap: 18px;
  padding: 13px 20px;
  transition: all 0.25s;
  display: inline-flex;
}
.nav-cta:hover {
  background: #0d66ff4d;
  box-shadow: 0 0 28px #228bff40;
}
.menu-button {
  display: none;
}
.hero-visual {
  pointer-events: none;
  width: 50%;
  height: 690px;
  position: absolute;
  top: 110px;
  right: -1%;
}
.hero-visual img {
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 28px 70px #005fff40);
  width: 100%;
  height: 100%;
  animation: 8s ease-in-out infinite alternate float;
}
.hero-content {
  flex: 1;
  padding-top: 98px;
}
.eyebrow {
  color: var(--cyan);
  letter-spacing: 0.09em;
  margin: 0 0 26px;
  font-size: 13px;
  font-weight: 700;
}
.eyebrow span {
  color: #8497b2;
  margin-inline: 8px;
}
.hero h1 {
  letter-spacing: -0.064em;
  max-width: 830px;
  margin: 0;
  font-size: clamp(72px, 7.1vw, 112px);
  font-weight: 820;
  line-height: 0.89;
}
.hero-kicker {
  max-width: 620px;
  margin: 31px 0 12px;
  font-size: 24px;
  font-weight: 650;
}
.hero-copy {
  color: var(--muted);
  max-width: 620px;
  font-size: 18px;
  line-height: 1.65;
}
.hero-actions {
  align-items: center;
  gap: 14px;
  margin-top: 34px;
  display: flex;
}
.primary-button,
.outline-button {
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  min-width: 250px;
  padding: 19px 24px;
  font-size: 15px;
  font-weight: 720;
  transition: all 0.25s;
  display: inline-flex;
}
.primary-button {
  background: linear-gradient(110deg, #075ce8, #128eff 58%, #45dbe9);
  border: 1px solid #ffffff47;
  box-shadow: 0 15px 45px #0366ff45;
}
.primary-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 58px #0366ff6b;
}
.primary-button span,
.outline-button span,
.nav-cta span {
  font-size: 20px;
}
.outline-button {
  background: #08224466;
  border: 1px solid #28517d;
}
.outline-button:hover {
  border-color: var(--cyan);
  background: #1d78cd1f;
}
.ghost-button {
  color: #cdd9e8;
  border-bottom: 1px solid #235482;
  padding: 18px 22px;
}
.event-strip {
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background: linear-gradient(110deg, #051f42eb, #030d1edb);
  border: 1px solid #1f5792;
  grid-template-columns: 1.1fr 0.55fr 1.65fr 0.9fr;
  min-height: 115px;
  margin-bottom: 38px;
  display: grid;
  box-shadow: 0 0 45px #0065ff21;
}
.event-strip > div {
  border-right: 1px solid var(--line);
  align-content: center;
  padding: 24px 26px;
  display: grid;
}
.event-strip > div:last-child {
  border: 0;
}
.event-strip small {
  color: var(--cyan);
  letter-spacing: 0.16em;
  margin-bottom: 8px;
  font-size: 10px;
}
.event-strip strong {
  font-size: 16px;
  line-height: 1.35;
}
.ticker {
  white-space: nowrap;
  border-block: 1px solid var(--line);
  color: #7d91ae;
  background: #061225;
  overflow: hidden;
}
.ticker div {
  letter-spacing: 0.16em;
  width: max-content;
  padding: 18px 0;
  font-size: 12px;
  font-weight: 700;
  animation: 32s linear infinite ticker;
}
.ticker i {
  color: var(--cyan);
  padding-inline: 30px;
  font-style: normal;
}
.about {
  border-bottom: 1px solid var(--line);
}
.two-column {
  grid-template-columns: 1fr 0.95fr;
  gap: 100px;
  display: grid;
}
.rich-copy {
  max-width: 610px;
}
.rich-copy p {
  color: #8fa1ba;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.72;
}
.rich-copy p:last-child {
  margin-bottom: 0;
}
.program-grid {
  border-top: 1px solid var(--line);
  grid-template-columns: repeat(4, 1fr);
  margin-top: 88px;
  display: grid;
}
.program-grid article {
  border-right: 1px solid var(--line);
  min-height: 305px;
  padding: 28px 25px;
  transition: all 0.25s;
  position: relative;
}
.program-grid article:first-child {
  border-left: 1px solid var(--line);
}
.program-grid article:hover {
  background: linear-gradient(#1074e81f, #0000);
}
.program-grid article > span {
  font: 11px var(--font-geist-mono);
  color: #5d7390;
}
.program-grid i {
  color: var(--cyan);
  margin: 38px 0;
  font-size: 36px;
  font-style: normal;
  display: block;
}
.program-grid h3 {
  margin-bottom: 12px;
  font-size: 21px;
}
.program-grid p {
  color: #8294ad;
  font-size: 14px;
  line-height: 1.6;
}
.gains {
  border-block: 1px solid var(--line);
  background: radial-gradient(circle at 10%, #005dff33, #0000 32%), #061124;
}
.gains-head,
.speakers-heading,
.tickets-heading {
  justify-content: space-between;
  align-items: end;
  gap: 70px;
  display: flex;
}
.gains-head > p,
.speakers-heading > p,
.tickets-heading > p {
  color: #8fa0b8;
  max-width: 390px;
  line-height: 1.65;
}
.gain-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 72px;
  display: grid;
}
.gain-grid article {
  border: 1px solid var(--line);
  background: #071934b3;
  min-height: 270px;
  padding: 32px;
  transition: all 0.25s;
}
.gain-grid article:hover {
  border-color: #228ae5;
  transform: translateY(-5px);
}
.gain-grid b {
  width: 54px;
  height: 54px;
  color: var(--cyan);
  border: 1px solid #2767a7;
  border-radius: 50%;
  place-items: center;
  margin-bottom: 30px;
  font-size: 24px;
  display: grid;
}
.gain-grid h3 {
  margin-bottom: 13px;
  font-size: 21px;
}
.gain-grid p {
  color: #8396af;
  font-size: 14px;
  line-height: 1.62;
}
.certification-note {
  background: linear-gradient(105deg, #0759d047, #041630b3);
  border: 1px solid #2364a7;
  grid-template-columns: 260px 1fr;
  align-items: center;
  margin-top: 20px;
  padding: 28px 38px;
  display: grid;
}
.certification-note > div {
  align-items: center;
  gap: 16px;
  display: flex;
}
.certification-note span {
  color: var(--cyan);
  font-size: 58px;
  font-weight: 800;
}
.certification-note small {
  letter-spacing: 0.12em;
  font-size: 11px;
}
.certification-note p {
  color: #afbed1;
  margin: 0;
  line-height: 1.65;
}
.speaker-grid {
  grid-template-columns: repeat(5, 1fr);
  gap: 36px 18px;
  margin-top: 72px;
  display: grid;
}
.speaker-card {
  min-width: 0;
}
.speaker-photo {
  aspect-ratio: 1;
  background: radial-gradient(circle at 34% 28%, #174f91 0, #0a2347 42%, #040b18 100%);
  border: 1px solid #2d77bf;
  border-radius: 50%;
  place-items: center;
  display: grid;
  position: relative;
  overflow: hidden;
  box-shadow: 0 15px 40px #00000047;
}
.speaker-photo:before {
  content: "";
  border: 1px solid #48e5ef47;
  border-radius: 50%;
  position: absolute;
  inset: 9px;
}
.speaker-photo:after {
  content: "";
  border-radius: 50%;
  position: absolute;
  inset: 0;
  box-shadow:
    inset 0 0 34px #0e85ff40,
    0 0 24px #48e5ef14;
}
.speaker-initials span {
  z-index: 1;
  color: #f7fbff;
  letter-spacing: -0.04em;
  text-shadow: 0 0 24px #48e5ef59;
  font-size: clamp(34px, 3.5vw, 52px);
  font-weight: 760;
  position: relative;
}
.speaker-card > p {
  color: var(--cyan);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 19px 0 7px;
  font-size: 11px;
}
.speaker-card h3 {
  margin-bottom: 6px;
  font-size: 18px;
}
.speaker-card > span {
  color: #71849d;
  font-size: 12px;
}
.leadership {
  border-block: 1px solid var(--line);
  background: #061124;
}
.leadership-grid {
  grid-template-columns: 0.72fr 1fr;
  align-items: center;
  gap: 95px;
  display: grid;
}
.leader-photo {
  aspect-ratio: 1;
  background: linear-gradient(135deg, var(--blue), var(--cyan), var(--orange));
  border-radius: 50%;
  place-items: center;
  max-width: 470px;
  padding: 16px;
  display: grid;
  position: relative;
  box-shadow: 0 25px 80px #0069ff38;
}
.leader-photo:before {
  content: "";
  background: radial-gradient(circle at 34% 28%, #174f91 0, #0a2347 45%, #030914 100%);
  border: 12px solid #07152c;
  border-radius: 50%;
  position: absolute;
  inset: 16px;
}
.leader-initials span {
  z-index: 1;
  color: #fff;
  letter-spacing: -0.06em;
  text-shadow: 0 0 36px #48e5ef66;
  font-size: clamp(64px, 8vw, 112px);
  font-weight: 780;
  position: relative;
}
.leadership-grid > div:last-child > p:not(.section-label) {
  color: #8ea0b8;
  max-width: 650px;
  margin-bottom: 20px;
  line-height: 1.7;
}
.leadership-grid > div:last-child > p:last-child {
  margin-bottom: 0;
}
.leadership h2 {
  margin-bottom: 30px;
}
.tickets {
  background: #030915;
}
.tickets-heading {
  margin-bottom: 62px;
}
.ticket-group-title {
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #a4b4c7;
  margin-bottom: 20px;
  font-size: 15px;
}
.pass-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  display: grid;
}
.pass-card {
  border: 1px solid var(--line);
  background: linear-gradient(150deg, #092244cc, #030a18e6);
  flex-direction: column;
  min-height: 570px;
  padding: 38px 34px;
  display: flex;
  position: relative;
}
.pass-card.featured {
  border-color: #1784ff;
  box-shadow: 0 0 60px #0069ff2b;
}
.popular {
  background: linear-gradient(90deg, var(--blue), var(--cyan));
  color: #fff;
  letter-spacing: 0.13em;
  padding: 9px 14px;
  font-size: 9px;
  font-weight: 800;
  position: absolute;
  top: 0;
  right: 0;
}
.pass-card > p {
  color: var(--cyan);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 12px;
}
.pass-card h3 {
  margin-bottom: 15px;
  font-size: 28px;
}
.pass-card > strong {
  letter-spacing: -0.05em;
  font-size: 54px;
}
.pass-card > small {
  color: #6f829d;
}
.pass-card ul {
  gap: 15px;
  margin: 32px 0;
  padding: 0;
  list-style: none;
  display: grid;
}
.pass-card li {
  color: #a1b0c4;
  padding-left: 23px;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
}
.pass-card li:before {
  content: "✓";
  color: var(--cyan);
  position: absolute;
  left: 0;
}
.pass-card .primary-button,
.pass-card .outline-button {
  width: 100%;
  min-width: 0;
  margin-top: auto;
}
.pass-clarifications {
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 18px;
  display: grid;
}
.pass-clarifications p {
  border: 1px solid var(--line);
  color: #7f91aa;
  margin: 0;
  padding: 20px 24px;
  font-size: 13px;
  line-height: 1.6;
}
.pass-clarifications strong {
  color: #c8d7e9;
}
.daily-title {
  margin-top: 72px;
}
.daily-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  display: grid;
}
.daily-grid article {
  border-top: 1px solid #2a72bb;
  border-bottom: 1px solid var(--line);
  padding: 30px 2px;
}
.daily-grid time {
  color: var(--cyan);
  font: 12px var(--font-geist-mono);
}
.daily-grid h3 {
  margin: 18px 0 8px;
  font-size: 32px;
}
.daily-grid p {
  color: #8c9db3;
}
.daily-grid .outline-button {
  width: 100%;
  min-width: 0;
  margin-top: 14px;
}
.ticket-policy {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
  display: flex;
}
.ticket-policy span {
  color: #8fa1b8;
  border: 1px solid #203e62;
  border-radius: 99px;
  padding: 10px 15px;
  font-size: 12px;
}
.location {
  background: radial-gradient(circle at 85%, #006bff38, #0000 38%), #061124;
}
.location-grid {
  grid-template-columns: 1fr 0.8fr;
  align-items: center;
  gap: 100px;
  display: grid;
}
.location p {
  color: #93a5bc;
  margin: 28px 0;
  font-size: 17px;
  line-height: 1.7;
}
.text-link {
  border-bottom: 1px solid var(--cyan);
  align-items: center;
  gap: 20px;
  padding-bottom: 8px;
  display: inline-flex;
}
.date-card {
  text-align: center;
  background: linear-gradient(145deg, #06468c66, #020812a6);
  border: 1px solid #2874bb;
  align-content: center;
  place-items: center;
  min-height: 420px;
  display: grid;
  position: relative;
}
.date-card:before,
.date-card:after {
  content: "";
  border: 1px solid #47e2ef1f;
  position: absolute;
  inset: 28px;
}
.date-card:after {
  inset: 50px;
}
.date-card > span {
  color: var(--cyan);
  letter-spacing: 0.35em;
}
.date-card > strong {
  letter-spacing: -0.07em;
  font-size: 94px;
  line-height: 1.1;
}
.date-card > p {
  color: #fff;
  font: 14px var(--font-geist-mono);
  margin: 0;
}
.date-card > div {
  color: #7d91aa;
  letter-spacing: 0.2em;
  margin-top: 28px;
  font-size: 11px;
}
.final-cta {
  text-align: center;
  background: radial-gradient(circle, #073771 0, #06162f 30%, #020711 69%);
  place-items: center;
  min-height: 780px;
  display: grid;
  position: relative;
  overflow: hidden;
}
.cta-content {
  justify-items: center;
  display: grid;
}
.cta-content > img {
  width: 340px;
  margin-bottom: 30px;
}
.cta-content h2 {
  font-size: clamp(58px, 7vw, 98px);
}
.cta-content > p:not(.eyebrow) {
  color: #9dafc5;
  max-width: 670px;
  margin: 28px 0 34px;
  font-size: 18px;
  line-height: 1.65;
}
.cta-orbit {
  border: 1px solid #48e5ef29;
  border-radius: 50%;
  width: 760px;
  height: 760px;
  animation: 20s linear infinite orbit;
  position: absolute;
  box-shadow:
    0 0 130px #005dff26,
    inset 0 0 100px #48e5ef0d;
}
.cta-orbit:before,
.cta-orbit:after {
  content: "";
  border: 1px solid #147cff24;
  border-radius: 50%;
  position: absolute;
  inset: 80px -150px;
  transform: rotate(36deg);
}
.cta-orbit:after {
  border-color: #48e5ef21;
  transform: rotate(-36deg);
}
footer {
  background: #01040a;
  padding: 70px 0 25px;
}
.footer-grid {
  grid-template-columns: 1.4fr 1fr 0.6fr 0.6fr;
  gap: 62px;
  padding-bottom: 58px;
  display: grid;
}
.footer-grid > img {
  width: 280px;
}
.footer-grid > p {
  color: #71839b;
  line-height: 1.65;
}
.footer-grid > div {
  color: #93a3b8;
  align-content: start;
  gap: 13px;
  font-size: 14px;
  display: grid;
}
.footer-grid a:hover {
  color: var(--cyan);
}
.footer-bottom {
  border-top: 1px solid var(--line);
  color: #4f627b;
  letter-spacing: 0.07em;
  justify-content: space-between;
  padding-top: 22px;
  font-size: 11px;
  display: flex;
}
.mobile-buy {
  display: none;
}
@keyframes float {
  to {
    transform: translateY(-13px) scale(1.018);
  }
}
@keyframes orbit {
  to {
    transform: rotate(360deg);
  }
}
@keyframes ticker {
  to {
    transform: translate(-50%);
  }
}
@keyframes reveal {
  0% {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.reveal-one,
.reveal-two,
.reveal-three,
.reveal-four,
.reveal-five {
  opacity: 0;
  animation: 0.65s forwards reveal;
}
.reveal-one {
  animation-delay: 80ms;
}
.reveal-two {
  animation-delay: 0.18s;
}
.reveal-three {
  animation-delay: 0.3s;
}
.reveal-four {
  animation-delay: 0.42s;
}
.reveal-five {
  animation-delay: 0.54s;
}
@media (width<=1060px) {
  .shell {
    width: min(100% - 48px, 930px);
  }
  .brand-logo img {
    width: 245px;
  }
  .nav {
    gap: 21px;
  }
  .hero-visual {
    opacity: 0.77;
    width: 68%;
    right: -25%;
  }
  .program-grid,
  .gain-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .speaker-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .two-column,
  .leadership-grid,
  .location-grid {
    gap: 60px;
  }
  .pass-card {
    padding: 34px 24px;
  }
  .footer-grid,
  .event-strip {
    grid-template-columns: 1fr 1fr;
  }
  .event-strip > div:nth-child(2) {
    border-right: 0;
  }
}
@media (width<=760px) {
  .shell {
    width: calc(100% - 36px);
  }
  .section {
    padding-block: 85px;
  }
  .site-header {
    height: 82px;
  }
  .brand-logo img {
    width: 210px;
  }
  .menu-button {
    z-index: 22;
    background: #041226bf;
    border: 1px solid #24517d;
    border-radius: 8px;
    place-content: center;
    gap: 7px;
    width: 44px;
    height: 44px;
    display: grid;
  }
  .menu-button span {
    background: #fff;
    width: 19px;
    height: 1px;
    display: block;
  }
  .nav {
    background: #030c1bfa;
    border: 1px solid #1f4169;
    border-radius: 9px;
    flex-direction: column;
    align-items: stretch;
    gap: 7px;
    padding: 25px;
    display: none;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
  }
  .nav.open {
    display: flex;
  }
  .nav > a:not(.nav-cta) {
    padding: 11px;
  }
  .nav-cta {
    justify-content: space-between;
    margin-top: 6px;
  }
  .hero {
    min-height: 1050px;
  }
  .hero-visual {
    opacity: 0.5;
    width: 88%;
    height: 520px;
    top: 130px;
    right: -27%;
  }
  .hero-content {
    padding-top: 115px;
  }
  .eyebrow {
    font-size: 10px;
    line-height: 1.5;
  }
  .hero h1 {
    font-size: clamp(55px, 15vw, 75px);
  }
  .hero-kicker {
    font-size: 19px;
  }
  .hero-copy {
    font-size: 16px;
  }
  .hero-actions {
    display: grid;
  }
  .primary-button,
  .outline-button {
    width: 100%;
    min-width: 0;
  }
  .ghost-button {
    text-align: center;
  }
  .event-strip {
    grid-template-columns: 1fr;
    margin-top: 50px;
    margin-bottom: 22px;
  }
  .event-strip > div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 17px 22px;
  }
  .two-column,
  .leadership-grid,
  .location-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .program-grid,
  .gain-grid,
  .speaker-grid,
  .pass-grid,
  .daily-grid,
  .pass-clarifications {
    grid-template-columns: 1fr;
  }
  .program-grid article,
  .program-grid article:first-child {
    border-left: 1px solid var(--line);
    min-height: 250px;
  }
  .gains-head,
  .speakers-heading,
  .tickets-heading {
    align-items: start;
    display: grid;
  }
  .certification-note {
    grid-template-columns: 1fr;
    padding: 25px;
  }
  .speaker-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px 16px;
  }
  .speaker-card h3 {
    font-size: 16px;
  }
  .leader-photo {
    max-width: 360px;
    margin-inline: auto;
  }
  .leadership-grid > div:last-child {
    order: -1;
  }
  .pass-card {
    min-height: 0;
  }
  .ticket-group-title {
    margin-top: 10px;
  }
  .daily-title {
    margin-top: 58px;
  }
  .date-card {
    min-height: 340px;
  }
  .date-card > strong {
    font-size: 70px;
  }
  .cta-content > img {
    width: 270px;
  }
  .final-cta {
    min-height: 720px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .footer-bottom {
    gap: 10px;
    display: grid;
  }
  .mobile-buy {
    z-index: 50;
    display: block;
    position: fixed;
    bottom: 12px;
    left: 12px;
    right: 12px;
  }
  .mobile-buy .primary-button {
    width: 100%;
    min-width: 0;
    padding: 16px 20px;
    box-shadow: 0 10px 45px #0048cd73;
  }
}
@media (width<=440px) {
  .speaker-grid {
    grid-template-columns: 1fr;
  }
  .speaker-photo {
    max-width: 270px;
  }
  .speaker-card {
    text-align: center;
  }
  .speaker-photo {
    margin-inline: auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  :before,
  :after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 4px;
}
