:root {
  --color-black: #000;
  --color-white: #fff;
  --page-bg: #000;
  --site-header-height: 158px;
  --container: 1240px;
  --font-inter: "Inter", sans-serif;
  --font-jakarta: "Plus Jakarta Sans", sans-serif;
  --font-mono: "JetBrains Mono", monospace;
  --white-04: rgba(255, 255, 255, 0.04);
  --white-08: rgba(255, 255, 255, 0.08);
  --white-10: rgba(255, 255, 255, 0.1);
  --white-12: rgba(255, 255, 255, 0.12);
  --white-14: rgba(255, 255, 255, 0.14);
  --white-15: rgba(255, 255, 255, 0.15);
  --white-16: rgba(255, 255, 255, 0.16);
  --white-45: rgba(255, 255, 255, 0.45);
  --white-55: rgba(255, 255, 255, 0.55);
  --white-60: rgba(255, 255, 255, 0.6);
  --white-65: rgba(255, 255, 255, 0.65);
  --white-70: rgba(255, 255, 255, 0.7);
  --white-75: rgba(255, 255, 255, 0.75);
  --white-80: rgba(255, 255, 255, 0.8);
  --white-85: rgba(255, 255, 255, 0.85);
  --radius-14: 14px;
  --radius-22: 22px;
  --track-cyan: #00d2ff;
  --track-blue: #3d81e3;
  --track-green: #76b900;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  background: var(--page-bg);
  color: var(--color-white);
  font-family: var(--font-inter);
  overflow-x: hidden;
  position: relative;
}

.hero-banner {
  position: relative;
  isolation: isolate;
}

.page-hero-bg {
  position: absolute;
  left: 0;
  width: 100%;
  top: calc(-1 * var(--site-header-height));
  bottom: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.page-hero-bg img {
  position: absolute;
  left: -5.56%;
  top: 0;
  width: 111.11%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.page-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.08) 0%,
    transparent 32%,
    rgba(0, 0, 0, 0.45) 68%,
    rgba(0, 0, 0, 0.92) 90%,
    #000 100%
  );
  pointer-events: none;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
  min-width: 0;
}

.section-title {
  font-family: var(--font-inter);
  font-weight: 600;
  font-size: 61px;
  line-height: 1.2;
  text-align: center;
  color: var(--color-white);
  margin: 0;
}

/* Header */
.site-header,
main {
  position: relative;
  z-index: 1;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1030;
  background: transparent;
}

.site-header.is-scrolled {
  background: rgba(0, 0, 0, 0.92);
  backdrop-filter: blur(10px);
}

.early-bird {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 8px 16px;
  background: rgba(12, 12, 12, 0.85);
  backdrop-filter: blur(7px);
  border-bottom: 1px solid var(--white-12);
  flex-wrap: wrap;
}

.early-bird > * {
  min-width: 0;
}

.early-bird__badge {
  background: var(--color-white);
  color: var(--color-black);
  font-family: var(--font-jakarta);
  font-weight: 700;
  font-size: 11.5px;
  letter-spacing: 0.576px;
  text-transform: uppercase;
  line-height: 18.43px;
  border-radius: 9999px;
  padding: 1px 8px 2.42px;
}

.early-bird__text {
  margin: 0;
  font-family: var(--font-jakarta);
  font-size: 13.4px;
  line-height: 21.5px;
  color: var(--color-white);
  text-align: center;
}

.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--white-04);
  backdrop-filter: blur(6px);
  border: 1px solid var(--white-15);
  color: var(--color-white);
  font-family: var(--font-jakarta);
  font-weight: 600;
  border-radius: 8px;
  padding: 7px 14px;
  font-size: 13.1px;
  line-height: 21px;
  white-space: nowrap;
}

.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  color: var(--color-white);
}

.site-nav {
  max-width: var(--container);
  margin: 0 auto;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 40px;
  min-width: 0;
}

.organizer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.organizer span {
  font-size: 13px;
  line-height: 1.2;
  color: var(--color-white);
}

.organizer img {
  width: 154px;
  height: 40px;
  object-fit: contain;
}

.event-logo {
  position: relative;
  width: 175px;
  height: 63px;
  flex-shrink: 0;
}

.event-logo__ship {
  position: absolute;
  top: 0;
  left: 0.5px;
  width: 69.58px;
  height: 13.4px;
  opacity: 0.7;
}

.event-logo__transform {
  position: absolute;
  top: 18.35px;
  left: 0;
  width: 175px;
  height: 16.01px;
}

.event-logo__year {
  position: absolute;
  top: 41.73px;
  left: 0;
  width: 38.89px;
  height: 21.25px;
}

.event-logo--footer {
  width: 373px;
  height: 134px;
}

.event-logo--footer .event-logo__ship {
  width: 148.16px;
  height: 28.53px;
  top: 0;
  left: 1.12px;
}

.event-logo--footer .event-logo__transform {
  width: 372.61px;
  height: 34.09px;
  top: 39.08px;
}

.event-logo--footer .event-logo__year {
  width: 82.8px;
  height: 45.25px;
  top: 88.85px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav a {
  font-size: 16px;
  line-height: 1.2;
  color: var(--white-75);
  white-space: nowrap;
}

.main-nav a:hover,
.main-nav a.active {
  color: var(--color-white);
}

.nav-toggle {
  display: none;
  background: transparent;
  border: 1px solid var(--white-15);
  color: var(--color-white);
  width: 44px;
  height: 44px;
  border-radius: 8px;
  flex-shrink: 0;
}

/* Hero */
.hero {
  position: relative;
  z-index: 1;
  padding: 80px 0 100px;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 20px;
  max-width: 100%;
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--white-04);
  border: 1px solid var(--white-12);
  border-radius: 14px;
  padding: 8px 14px;
  font-size: 16px;
  line-height: 1.2;
}

.chip span {
  min-width: 0;
}

.chip img {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.hero-title {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 128px;
  line-height: 1;
  margin: 4px 0 20px;
  max-width: 790px;
  background: linear-gradient(180deg, #fff 15.63%, #999 99.82%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 120px;
}

.btn-primary-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--color-white);
  color: var(--color-black);
  border: 1px solid var(--white-80);
  border-radius: 14px;
  padding: 14px 28px;
  font-family: var(--font-jakarta);
  font-weight: 600;
  font-size: 16.8px;
  line-height: 26.88px;
  box-shadow: 0 4px 20px rgba(255, 255, 255, 0.2);
}

.btn-primary-light:hover {
  color: var(--color-black);
  background: #f2f2f2;
}

.btn-primary-light img,
.btn-ticket img {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.btn-outline-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--white-04);
  backdrop-filter: blur(6px);
  border: 1px solid var(--white-15);
  color: var(--color-white);
  border-radius: 14px;
  padding: 13px 28px 14px;
  font-family: var(--font-jakarta);
  font-weight: 600;
  font-size: 16.8px;
  line-height: 26.88px;
}

.btn-outline-light:hover {
  color: var(--color-white);
  background: rgba(255, 255, 255, 0.08);
}

.countdown {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
  background: rgba(12, 12, 12, 0.85);
  backdrop-filter: blur(8px);
  border: 1px solid var(--white-15);
  border-radius: 22px;
  padding: 24px 32px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.6);
  text-align: center;
}

.countdown__label {
  font-family: var(--font-jakarta);
  font-weight: 600;
  font-size: 13.4px;
  letter-spacing: 1.075px;
  text-transform: uppercase;
  color: var(--white-60);
  margin-bottom: 16px;
}

.countdown__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.countdown__cell {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--white-10);
  border-radius: 14px;
  padding: 12px 4px;
  min-width: 0;
}

.countdown__value {
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  color: var(--color-white);
}

.countdown__unit {
  font-family: var(--font-jakarta);
  font-size: 11.5px;
  line-height: 18.43px;
  text-transform: uppercase;
  color: var(--white-60);
  margin-top: 3px;
}

/* Quote */
.quote-section {
  position: relative;
  z-index: 1;
  background: #000;
  padding: 80px 24px 80px;
}

.quote-section p {
  max-width: 1544px;
  margin: 0 auto;
  font-size: 64px;
  line-height: 1;
  text-align: center;
  color: var(--white-60);
}

/* Stats */
.stats {
  position: relative;
  border-top: none;
  border-bottom: 1px solid var(--white-08);
  padding: 60px 24px;
  overflow: hidden;
  background: #000;
}

.stats__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  opacity: 0.82;
  pointer-events: none;
}

.stats__bg img {
  position: absolute;
  left: 0;
  width: 100%;
  max-width: none;
  height: 549%;
  top: -117%;
  object-fit: cover;
  object-position: right center;
}

.stats .site-container {
  position: relative;
  z-index: 1;
}

.stat-item {
  text-align: center;
  padding: 12px;
}

.stat-item strong {
  display: block;
  font-size: 39px;
  font-weight: 700;
  line-height: 1.2;
  background: linear-gradient(117deg, #fff 40%, #e2e8f0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.stat-item span {
  display: block;
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.2;
  color: var(--white-70);
}

/* Why attend */
.why,
.audience,
.agenda,
.speakers,
.partners,
.tickets {
  padding: 80px 0;
  scroll-margin-top: 160px;
}

.why .section-title,
.audience .section-title,
.agenda .section-title,
.speakers .section-title,
.partners .section-title,
.tickets .section-title {
  margin-bottom: 56px;
}

.agenda .section-title {
  margin-bottom: 36px;
}

.tickets .section-title {
  margin-bottom: 48px;
}

.bento-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--white-12);
  border-radius: 22px;
  padding: 32px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  min-height: 304px;
  height: 100%;
}

.bento-card__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.85;
  pointer-events: none;
}

.bento-card__icon {
  position: relative;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--white-15);
  border-radius: 14px;
  margin-bottom: 11px;
}

.bento-card__icon img {
  width: 24px;
  height: 24px;
}

.bento-card h3 {
  position: relative;
  font-family: var(--font-jakarta);
  font-weight: 700;
  font-size: 22.4px;
  line-height: 35.84px;
  letter-spacing: -0.448px;
  margin: 8px 0 11px;
  max-width: 420px;
}

.bento-card p {
  position: relative;
  font-family: var(--font-jakarta);
  font-size: 15.2px;
  line-height: 24.32px;
  color: var(--white-75);
  margin: 0;
  max-width: 400px;
}

/* Audience */
.audience-card {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  max-width: 270px;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--white-16);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.7);
  padding: 12px;
  display: flex;
  align-items: flex-end;
}

.audience-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.92;
}

.audience-card h3 {
  position: relative;
  z-index: 1;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  padding-top: 5px;
}

/* Agenda */
.agenda-tabs {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}

.agenda-tab {
  width: 360px;
  max-width: 100%;
  padding: 12px 20px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(90deg, rgba(37, 37, 37, 0.7), rgba(0, 0, 0, 0.7));
  color: var(--color-white);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.agenda-tab span {
  display: block;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
}

.agenda-tab small {
  display: block;
  margin-top: 6px;
  font-family: var(--font-mono);
  font-size: 13.1px;
  color: var(--white-60);
}

.agenda-tab.active {
  background: transparent;
}

.agenda-tab.active::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../assets/bgs/tab-morning.png") center / cover no-repeat;
  z-index: 0;
}

.agenda-tab.active > * {
  position: relative;
  z-index: 1;
}

.agenda-tab::after {
  content: "";
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: 1px;
  height: 3px;
  background: rgba(249, 245, 245, 0.5);
}

.schedule {
  background: rgba(8, 8, 10, 0.85);
  backdrop-filter: blur(8px);
  border: 1px solid var(--white-12);
  border-radius: 22px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8);
  overflow: hidden;
}

.schedule-scroll {
  overflow-x: auto;
}

.schedule-table {
  min-width: 1190px;
}

.schedule-head,
.schedule-row,
.schedule-break {
  display: grid;
  grid-template-columns: 100px 1fr 1fr 1fr;
}

.schedule-head {
  background: rgba(14, 14, 18, 0.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--white-14);
}

.time-col {
  width: 100px;
  padding: 17px 12px 20px;
  border-right: 1px solid var(--white-08);
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.time-col strong {
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 13.6px;
  line-height: 21.76px;
  color: var(--white-85);
}

.time-col span {
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: 11.5px;
  line-height: 18.43px;
  color: var(--white-45);
}

.head-time {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  border-right: 1px solid var(--white-08);
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 12.5px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}

.head-track {
  padding: 16px 18px;
  border-right: 1px solid var(--white-08);
}

.head-track:last-child {
  border-right: 0;
}

.track-name {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-jakarta);
  font-weight: 800;
  font-size: 15.2px;
  line-height: 24.32px;
}

.dot {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  flex-shrink: 0;
}

.dot-cyan {
  background: var(--track-cyan);
  box-shadow: 0 0 8px var(--track-cyan);
}

.dot-blue {
  background: var(--track-blue);
  box-shadow: 0 0 8px var(--track-blue);
}

.dot-green {
  background: var(--track-green);
  box-shadow: 0 0 8px var(--track-green);
}

.track-sub {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 12px;
  line-height: 19.2px;
  color: var(--white-55);
}

.schedule-row {
  border-bottom: 1px solid var(--white-08);
  background: rgba(255, 255, 255, 0.02);
  min-height: 105px;
}

.schedule-row--parallel {
  align-items: stretch;
}

.session-full {
  grid-column: 2 / -1;
  padding: 10px 16px;
  display: flex;
  align-items: center;
}

.session-card {
  background: rgba(18, 18, 22, 0.85);
  border-radius: 14px;
  padding: 16px 20px;
  width: 100%;
}

.session-card--track {
  background: rgba(18, 18, 22, 0.8);
  padding: 16px;
  margin: 14px 12px 14px 0;
  display: flex;
  flex-direction: column;
  min-height: 168px;
}

.session-time {
  font-size: 10px;
  line-height: 1.2;
  color: var(--white-55);
  margin-bottom: 6px;
}

.session-card--track .session-time {
  font-size: 13px;
}

.session-card h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 6px;
}

.session-card--track h3 {
  flex: 1;
  margin-bottom: 12px;
}

.session-meta {
  font-size: 13px;
  line-height: 1.2;
  color: var(--white-45);
  margin: 0;
}

.session-card--track .session-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  border-top: 1px solid var(--white-08);
  padding-top: 10px;
}

.session-card--track .session-footer span:last-child {
  color: var(--white-55);
  white-space: nowrap;
}

.schedule-break {
  min-height: 105px;
  border-bottom: 1px solid var(--white-08);
}

.schedule-break .session-full {
  justify-content: center;
  text-align: center;
}

.schedule-break .session-time,
.schedule-break h3 {
  text-align: center;
}

.placeholder-panel {
  padding: 64px 24px;
  text-align: center;
  color: var(--white-60);
}

/* Speakers */
.speakers {
  position: relative;
}

.speaker-card {
  height: 100%;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--white-12);
  border-radius: 22px;
  padding: 24px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.speaker-card__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
}

.speaker-avatar {
  position: relative;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  padding: 3px;
  border-radius: 60px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.1));
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.6);
}

.speaker-avatar span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: var(--color-black);
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 57px;
  font-family: var(--font-jakarta);
  font-weight: 800;
  font-size: 28.8px;
  line-height: 46px;
}

.speaker-card h3 {
  position: relative;
  margin: 14px 0 0;
  font-family: var(--font-jakarta);
  font-weight: 700;
  font-size: 18.4px;
  line-height: 29.44px;
}

.speaker-card p {
  position: relative;
  margin: 0;
  font-family: var(--font-jakarta);
  font-weight: 500;
  font-size: 13.6px;
  line-height: 21.76px;
}

.speaker-card small {
  position: relative;
  display: block;
  margin-top: 3px;
  padding-bottom: 13px;
  font-family: var(--font-jakarta);
  font-size: 12.5px;
  line-height: 19.97px;
  color: var(--white-60);
}

/* Partners */
.partners-box {
  border: 2.5px solid rgba(30, 30, 30, 0.7);
  border-radius: 18px;
  padding: 40px 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(7px);
}

.nvidia-logo {
  display: block;
  width: 434px;
  height: 80px;
  margin: 0 auto 60px;
  object-fit: contain;
}

.logo-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px;
  padding: 0 20px;
  margin-bottom: 60px;
}

.logo-row:last-child {
  margin-bottom: 0;
}

.logo-ddn {
  width: 120px;
  height: 40px;
  object-fit: contain;
}

.logo-netapp {
  width: 222px;
  height: 40px;
  object-fit: contain;
}

.logo-wd {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 40px;
}

.logo-wd img:first-child {
  width: 54px;
  height: 40px;
}

.logo-wd img:last-child {
  width: 87px;
  height: 38px;
}

.logo-aulac {
  width: 129px;
  height: 50px;
  object-fit: contain;
}

.logo-western {
  width: 163px;
  height: 50px;
  object-fit: contain;
}

/* Tickets */
.ticket-card {
  position: relative;
  border: 1px solid var(--white-15);
  border-radius: 32px;
  padding: 36px 28px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.6);
  overflow: visible;
  display: flex;
  flex-direction: column;
  min-height: 643px;
  margin-top: 14px;
}

.ticket-card--vip {
  border-color: rgba(255, 255, 255, 0.45);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.7);
  isolation: isolate;
}

.ticket-card--vip::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: 32px;
  pointer-events: none;
  background-color: #000;
  background-image: url("../assets/bgs/ticket.png");
  background-repeat: no-repeat;
  background-size: auto 161%;
  background-position: 73% 0%;
}

.ticket-card__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  border-radius: 32px;
}

.ticket-card--plus .ticket-card__bg {
  opacity: 0.4;
}

.ticket-card--vip .ticket-card__bg {
  opacity: 0;
}

.ticket-card--free .ticket-card__bg {
  opacity: 0.1;
}

.ticket-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--color-white);
  color: var(--color-black);
  font-family: var(--font-jakarta);
  font-weight: 800;
  font-size: 11.8px;
  letter-spacing: 0.71px;
  text-transform: uppercase;
  line-height: 18.94px;
  border-radius: 9999px;
  padding: 4px 14px;
  box-shadow: 0 4px 7.5px rgba(255, 255, 255, 0.3);
  white-space: nowrap;
  z-index: 2;
}

.ticket-card h3 {
  position: relative;
  z-index: 1;
  font-family: var(--font-jakarta);
  font-weight: 800;
  font-size: 20.8px;
  line-height: 33.28px;
  margin: 0 0 24px;
}

.ticket-price {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: baseline;
  gap: 6px;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--white-12);
}

.ticket-price .currency {
  font-family: var(--font-jakarta);
  font-weight: 600;
  font-size: 17.6px;
  line-height: 28.16px;
  color: var(--white-70);
}

.ticket-price .amount {
  font-family: var(--font-mono);
  font-weight: 800;
  font-size: 40px;
  line-height: 64px;
  letter-spacing: -1.2px;
}

.ticket-price .per {
  font-family: var(--font-jakarta);
  font-size: 13.1px;
  line-height: 20.99px;
  color: var(--white-55);
}

.perk-list {
  position: relative;
  z-index: 1;
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

.perk-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  line-height: 1.2;
  color: var(--white-80);
}

.perk-list img {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 0;
}

.perk-list .off {
  opacity: 0.2;
}

.btn-ticket {
  position: relative;
  align-self: center;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--color-white);
  color: var(--color-black);
  border: 1px solid var(--white-80);
  border-radius: 14px;
  padding: 8px 22px;
  font-family: var(--font-jakarta);
  font-weight: 600;
  font-size: 14.7px;
  line-height: 23.55px;
  box-shadow: 0 4px 20px rgba(255, 255, 255, 0.2);
}

.btn-ticket:hover {
  color: var(--color-black);
}

.btn-ticket img {
  width: 16px;
  height: 16px;
}

/* Footer */
.site-footer {
  position: relative;
  padding: 60px 0 30px;
  overflow: hidden;
}

.site-footer__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.site-footer__bg img {
  position: absolute;
  left: 0;
  width: 100%;
  max-width: none;
  height: 260%;
  top: -142%;
  object-fit: cover;
  object-position: center bottom;
}

.site-footer .site-container {
  position: relative;
  z-index: 1;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
}

.footer-col h4 {
  font-family: var(--font-jakarta);
  font-weight: 700;
  font-size: 15.2px;
  line-height: 24.32px;
  margin: 0 0 15px;
}

.footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.footer-col a,
.footer-col p {
  font-family: var(--font-jakarta);
  font-size: 14.4px;
  line-height: 23px;
  color: var(--white-65);
  margin: 0;
}

.footer-col p {
  color: var(--white-60);
}

.footer-col a:hover {
  color: var(--color-white);
}

.socials {
  display: flex;
  gap: 12px;
  margin-top: 15px;
}

.socials img {
  width: 39px;
  height: 40px;
}

@media (max-width: 1199px) {
  .section-title {
    font-size: 44px;
  }

  .hero-title {
    font-size: 88px;
  }

  .quote-section p {
    font-size: 40px;
  }

}

@media (max-width: 991px) {
  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .main-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.96);
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 24px 24px;
    gap: 16px;
    border-bottom: 1px solid var(--white-12);
  }

  .main-nav.open {
    display: flex;
  }

  .main-nav.open {
    background: rgba(0, 0, 0, 0.96);
  }

  .site-nav {
    position: relative;
  }

  .event-logo--footer {
    width: 240px;
    height: 86px;
  }

  .event-logo--footer .event-logo__ship {
    width: 95px;
    height: 18px;
  }

  .event-logo--footer .event-logo__transform {
    width: 240px;
    height: 22px;
    top: 25px;
  }

  .event-logo--footer .event-logo__year {
    width: 53px;
    height: 29px;
    top: 57px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  :root {
    --site-header-height: 168px;
  }

  .site-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-title {
    font-size: 28px;
    padding: 0 4px;
  }

  .early-bird {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "badge cta"
      "copy copy";
    align-items: center;
    gap: 6px 8px;
    padding: 8px 12px;
  }

  .early-bird__badge {
    grid-area: badge;
  }

  .early-bird__text {
    grid-area: copy;
    flex: none;
    white-space: normal;
    width: auto;
    max-width: 100%;
    padding: 0;
    font-size: 12px;
    line-height: 1.35;
  }

  .early-bird .btn-ghost {
    grid-area: cta;
    padding: 5px 10px;
    font-size: 12px;
  }

  .site-nav {
    padding: 10px 16px;
    gap: 10px;
    min-width: 0;
  }

  .nav-toggle {
    display: inline-flex;
    flex-shrink: 0;
  }

  .main-nav {
    display: none;
  }

  .main-nav.open {
    display: flex;
  }

  .hero {
    padding: 28px 0 72px;
    max-width: 100%;
  }

  .hero-title {
    font-size: 44px;
    max-width: 100%;
  }

  .hero-meta {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .chip {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    font-size: 13px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    flex: 1 1 auto;
    white-space: normal;
    overflow: hidden;
  }

  .chip span {
    display: block;
    min-width: 0;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .hero-actions {
    margin-bottom: 40px;
    flex-direction: column;
    align-items: stretch;
  }

  .btn-primary-light,
  .btn-outline-light {
    width: 100%;
  }

  .quote-section {
    padding: 40px 16px 32px;
  }

  .quote-section p {
    font-size: 22px;
    line-height: 1.25;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .brand-lockup {
    gap: 8px;
    flex: 1;
    min-width: 0;
  }

  .organizer span {
    display: none;
  }

  .organizer img {
    width: 96px;
    height: 25px;
  }

  .event-logo {
    width: 118px;
    height: 42px;
  }

  .event-logo__ship {
    width: 46px;
    height: 9px;
  }

  .event-logo__transform {
    width: 118px;
    height: 11px;
    top: 12px;
  }

  .event-logo__year {
    width: 26px;
    height: 14px;
    top: 28px;
  }

  .countdown {
    padding: 16px 10px;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }

  .countdown__label {
    font-size: 11px;
    letter-spacing: 0.6px;
  }

  .countdown__grid {
    gap: 6px;
  }

  .countdown__value {
    font-size: 20px;
    line-height: 20px;
  }

  .countdown__unit {
    font-size: 10px;
  }

  .stats {
    padding: 36px 12px;
  }

  .stat-item {
    padding: 8px 4px;
  }

  .stat-item strong {
    font-size: 26px;
  }

  .stat-item span {
    font-size: 12px;
    line-height: 1.3;
  }

  .why,
  .audience,
  .agenda,
  .speakers,
  .partners,
  .tickets {
    padding: 48px 0;
  }

  .bento-card {
    min-height: 0;
    padding: 24px;
  }

  .bento-card h3,
  .bento-card p {
    overflow-wrap: break-word;
  }

  .audience-card h3 {
    font-size: 18px;
  }

  .agenda-tabs {
    flex-direction: column;
    gap: 10px;
  }

  .agenda-tab {
    width: 100%;
  }

  .agenda-tab span {
    font-size: 16px;
  }

  .schedule-table {
    min-width: 0;
  }

  .schedule-head {
    display: none;
  }

  .schedule-head,
  .schedule-row,
  .schedule-break {
    grid-template-columns: 1fr;
  }

  .time-col {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    gap: 8px;
    border-right: 0;
    padding: 12px 12px 0;
    background: transparent;
  }

  .session-full {
    grid-column: 1 / -1;
    padding: 8px 12px 12px;
  }

  .session-card--track {
    margin: 8px 12px 12px;
    min-height: 0;
  }

  .session-card--track .session-footer {
    flex-wrap: wrap;
  }

  .session-card--track .session-footer span:last-child {
    white-space: normal;
  }

  .nvidia-logo {
    width: 100%;
    max-width: 220px;
    height: auto;
    margin-bottom: 32px;
  }

  .logo-row {
    gap: 20px 24px;
    margin-bottom: 28px;
    padding: 0;
  }

  .partners-box {
    padding: 24px 12px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .ticket-card {
    min-height: 0;
    padding: 28px 20px 24px;
  }

  .ticket-price .amount {
    font-size: 32px;
    line-height: 40px;
  }

  .perk-list li {
    overflow-wrap: break-word;
  }
}
