* {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
}
#dai p {
  text-wrap: pretty;
}
#dai h1,
#dai h2,
#dai h3 {
  text-wrap: balance;
}
/* ===== DAI x Protectors token blend (override DS defaults) ===== */
:root {
  --font-display:
    "Titillium Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-head: "Titillium Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-body: "Titillium Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  /* primaries → indigo + purple range + mint pop */
  --color-midnight: #070620;
  --color-deep-space: #15124a;
  --color-electric-purple: #5353f2;
  --color-violet: #7a5cff;
  --color-fuchsia: #9b4dff;
  --color-magenta: #7a5cff; /* section-label accent → violet (purple-dominant) */
  --color-cobalt: #3f3df5;
  --color-periwinkle: #9db0f5;
  --color-ignite: #7a5cff;
  --accent: #5353f2;
  --accent-hot: #7a5cff;
  --eyebrow: #9b9dff; /* brightened indigo for small uppercase labels on dark */
  --mint: #00eb7f; /* mint reserved for tiny pops only */
  /* gradients */
  --grad-core: linear-gradient(165deg, #0a0826 0%, #372ec4 56%, #6b4df5 100%);
  --grad-cover: linear-gradient(160deg, #15124a 0%, #6b4df5 80%);
  --grad-hot: linear-gradient(120deg, #5353f2 0%, #7a5cff 58%, #9d6bff 105%);
  --grad-page: linear-gradient(180deg, #070620 0%, #0c0a2b 55%, #13104a 100%);
  --grad-violet-cobalt: linear-gradient(160deg, #5353f2, #3f3df5);
  --grad-ignite-magenta: linear-gradient(155deg, #5353f2, #8a5cff);
  --grad-periwinkle-purple: linear-gradient(160deg, #7a5cff, #5353f2);
  --grad-cobalt-magenta: linear-gradient(155deg, #3f3df5, #6b4df5);
  --grad-violet-magenta: linear-gradient(155deg, #7a5cff, #9d6bff);
  --grad-spectrum: linear-gradient(
    120deg,
    #5353f2 0%,
    #7a5cff 50%,
    #9d6bff 100%
  );
  --glow-purple: radial-gradient(
    60% 60% at 50% 40%,
    rgba(83, 83, 242, 0.5) 0%,
    rgba(7, 6, 32, 0) 70%
  );
  /* page/text theme vars (dark default) */
  --db: #070620;
  --db2: #0c0a2b;
  --tx1: #ffffff;
  --tx2: rgba(255, 255, 255, 0.74);
  --tx3: rgba(255, 255, 255, 0.58);
  --cardbg: rgba(255, 255, 255, 0.045);
  --cardbd: rgba(255, 255, 255, 0.12);
  --header-scrolled: rgba(8, 7, 30, 0.78);
}
/* ===== Light theme ===== */
#dai[data-theme="light"] {
  --db: #f3f3f8;
  --db2: #ffffff;
  --tx1: #15152b;
  --tx2: rgba(21, 21, 43, 0.7);
  --tx3: rgba(21, 21, 43, 0.48);
  --cardbg: #ffffff;
  --cardbd: rgba(21, 21, 43, 0.12);
  --header-scrolled: rgba(255, 255, 255, 0.82);
  /* flip DS semantic tokens used by Card/Input/etc */
  --surface-card: #ffffff;
  --text-primary: #15152b;
  --text-secondary: rgba(21, 21, 43, 0.7);
  --text-muted: rgba(21, 21, 43, 0.48);
  --border-subtle: rgba(21, 21, 43, 0.12);
  --border-strong: rgba(21, 21, 43, 0.2);
}
#dai {
  background: var(--db);
  color: var(--tx1);
  font-family: var(--font-body);
  transition: background 0.4s ease;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}
#dai section[id] {
  scroll-margin-top: 90px;
}
/* Speakers / agenda / sponsors sections carry fixed dark backdrops — pin their tokens to the dark palette in both themes */
#speakers,
#agenda,
#sponsors {
  --tx1: #ffffff;
  --tx2: rgba(255, 255, 255, 0.74);
  --tx3: rgba(255, 255, 255, 0.58);
  --cardbg: rgba(255, 255, 255, 0.045);
  --cardbd: rgba(255, 255, 255, 0.12);
  --eyebrow: #9b9dff;
}
#dai[data-theme="light"] #speakers .grad,
#dai[data-theme="light"] #agenda .grad,
#dai[data-theme="light"] #sponsors .grad {
  background: linear-gradient(100deg, #ffffff 0%, #b9c6ff 26%, #00eb7f 78%);
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 2px 16px rgba(0, 235, 127, 0.32));
}
/* Site-wide headline highlight: white→neon green (hero treatment, punched up), ink→green on light */
.grad {
  background: linear-gradient(100deg, #ffffff 0%, #b9c6ff 26%, #00eb7f 78%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  filter: drop-shadow(0 2px 16px rgba(0, 235, 127, 0.32));
}
#dai[data-theme="light"] .grad {
  background: linear-gradient(100deg, #15152b 0%, #3f3df5 30%, #00a054 80%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  filter: drop-shadow(0 2px 12px rgba(0, 160, 84, 0.22));
}
.grad-hero {
  background: linear-gradient(100deg, #ffffff 0%, #b9c6ff 26%, #00eb7f 78%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  filter: drop-shadow(0 2px 16px rgba(0, 235, 127, 0.32));
}
.dai-logo {
  height: 46px;
  width: auto;
  display: block;
  transition: height 0.35s ease;
  cursor: pointer;
}
#dai-header[data-scrolled="1"] .dai-logo {
  height: 40px;
}
.dai-logo-lt {
  display: none;
}
#dai[data-theme="light"] .dai-logo-dk {
  display: none;
}
#dai[data-theme="light"] .dai-logo-lt {
  display: block;
}
#dai-header {
  transition:
    background 0.35s ease,
    border-color 0.35s ease,
    backdrop-filter 0.35s ease;
}
#dai-header[data-scrolled="1"] {
  background: var(--header-scrolled);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--cardbd);
}
.dai-navlink {
  position: relative;
  color: var(--tx1);
  text-decoration: none;
  cursor: pointer;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.01em;
  transition: color 0.2s ease;
  white-space: nowrap;
}
.dai-navlink:hover {
  color: var(--tx1);
}
.dai-navlink::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 2px;
  background: var(--mint);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s var(--ease-out);
}
.dai-navlink:hover::after {
  transform: scaleX(1);
}
.dai-navlink[data-active="1"]::after {
  transform: scaleX(1);
}
.lift {
  transition:
    transform 0.25s var(--ease-out),
    box-shadow 0.25s var(--ease-out);
}
.lift:hover {
  transform: translateY(-5px);
}
.venue-img {
  transition: transform 0.7s cubic-bezier(0.2, 0.7, 0.3, 1);
}
.venue-photo:hover .venue-img {
  transform: scale(1.05);
}
.vbracket {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 860px) {
  .venue-band {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }
  .venue-photo {
    aspect-ratio: 16/10 !important;
  }
  .venue-journey-strip {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 20px !important;
  }
}
.brand-card {
  background: #fff;
  border-radius: 12px;
  height: 80px;
  min-width: 152px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  flex: none;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.22);
}
.brand-card img {
  max-height: 46px;
  max-width: 122px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
.brow {
  display: flex;
  gap: 14px;
  width: max-content;
  will-change: transform;
}
.brow-1 {
  animation: marqL 40s linear infinite;
}
.brow-2 {
  animation: marqR 52s linear infinite;
}
.brow-3 {
  animation: marqL 64s linear infinite;
}
.brands-rows:hover .brow {
  animation-play-state: paused;
}
@keyframes marqL {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes marqR {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .brow {
    animation: none !important;
  }
}
/* Testimonials — focused carousel: one large center quote, dimmed neighbors.
     Hovering a side card reveals its direction arrow; dots live below the row. */
.testi-main {
  position: relative;
  background: var(--cardbg);
  border: 1px solid color-mix(in srgb, var(--accent) 30%, var(--cardbd));
  border-radius: var(--radius-lg);
  padding: 36px 40px;
  box-shadow: 0 34px 80px -48px rgba(83, 83, 242, 0.6);
}
.testi-side {
  cursor: pointer;
  background: var(--cardbg);
  border: 1px solid var(--cardbd);
  border-radius: var(--radius-md);
  padding: 24px 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
  opacity: 0.52;
  transform: scale(0.97);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease,
    border-color 0.25s ease;
}
.testi-side:hover {
  opacity: 0.9;
  transform: scale(1);
  border-color: color-mix(in srgb, var(--accent) 45%, var(--cardbd));
}
.testi-side {
  position: relative;
  overflow: hidden;
}
.testi-side::after {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 58px;
  line-height: 1;
  color: #fff;
  background: rgba(7, 6, 32, 0.55);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
  border-radius: inherit;
}
.testi-side.prev::after {
  content: "\2039";
}
.testi-side.next::after {
  content: "\203A";
}
.testi-side:hover::after {
  opacity: 1;
}
.testi-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.testi-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  border: none;
  padding: 0;
  background: var(--cardbd);
  cursor: pointer;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}
.testi-dot[data-active="1"] {
  background: var(--mint);
  transform: scale(1.25);
}
.testi-arr {
  display: none;
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  background: rgba(7, 6, 32, 0.72);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: #fff;
  cursor: pointer;
  transform: translateY(-50%);
}
.testi-arr.prev {
  left: 10px;
}
.testi-arr.next {
  right: 10px;
}
.testi-arr:active {
  background: rgba(83, 83, 242, 0.6);
}
@media (max-width: 920px) {
  .testi-row {
    grid-template-columns: 1fr !important;
  }
  .testi-side {
    display: none !important;
  }
  .testi-arr {
    display: flex !important;
  }
}
.daytab {
  cursor: pointer;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 13.5px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 13px 24px;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  transition: all 0.2s ease;
}
.daytab:hover {
  border-color: var(--accent);
  background: color-mix(in srgb, var(--accent) 12%, transparent);
}
.daytab[data-active="1"] {
  background: linear-gradient(120deg, #5353f2, #7a5cff);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 8px 26px -8px rgba(122, 92, 255, 0.7);
}
/* ===== Unified button system ===== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 13.5px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 6px;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid transparent;
  padding: 14px 26px;
  transition:
    transform 0.15s ease,
    background 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}
.btn .btn-arr {
  font-size: 15px;
  transition: transform 0.2s ease;
}
.btn:hover .btn-arr {
  transform: translateX(3px);
}
.btn-solid {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 8px 22px -10px rgba(83, 83, 242, 0.6);
}
.btn-solid:hover {
  background: var(--accent-hot);
  transform: translateY(-2px);
}
.btn-ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.4);
  color: #fff;
}
.btn-ghost:hover {
  border-color: #fff;
  transform: translateY(-2px);
}
.sess-row {
  transition: background 0.2s ease;
  border-radius: 10px;
}
.sess-row:hover {
  background: color-mix(in srgb, var(--accent) 7%, transparent);
}
.iconchip {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--grad-ignite-magenta);
  color: #fff;
  flex: none;
}
.iconchip svg {
  width: 23px;
  height: 23px;
}
.themebtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: var(--radius-pill);
  border: 1px solid var(--cardbd);
  background: transparent;
  color: var(--tx1);
  cursor: pointer;
  transition:
    background 0.2s ease,
    border-color 0.2s ease;
}
.themebtn:hover {
  border-color: var(--accent);
  background: color-mix(in srgb, var(--accent) 10%, transparent);
}
.sponsor-logo {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.74);
  transition:
    color 0.2s ease,
    transform 0.2s ease;
  cursor: default;
}
.sponsor-logo:hover {
  color: #fff;
  transform: translateY(-2px);
}
/* Real logo cards (hot-linked) */
.splogo {
  background: #fff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  width: min(100%, var(--logo-card-width, 100%));
  height: var(--logo-card-height, 108px);
  padding: var(--logo-card-padding, 20px 24px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
  text-decoration: none;
}
.splogo:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 32px -16px rgba(0, 0, 0, 0.55);
}
.splogo.is-static {
  cursor: default;
}
.splogo.is-static:hover {
  transform: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.splogo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
.splogo.sm {
  height: var(--logo-card-height, 88px);
  padding: var(--logo-card-padding, 15px 18px);
}
.spon-panel {
  position: relative;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.05),
    rgba(255, 255, 255, 0.012)
  );
  border: 1px solid var(--cardbd);
  border-radius: 24px;
  padding: 26px 28px 30px;
  margin-bottom: 18px;
}
.spon-panel.platinum {
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--accent) 14%, transparent),
    rgba(255, 255, 255, 0.012)
  );
  border-color: color-mix(in srgb, var(--accent) 30%, var(--cardbd));
}
.spon-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}
.spon-head .nm {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--eyebrow);
}
.spon-head .rule {
  height: 1px;
  flex: 1;
  background: var(--cardbd);
}
/* Speaker cards (real headshots, Protectors-style circular) */
.spk {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
}
.spk-photo {
  width: clamp(124px, 13vw, 160px);
  height: clamp(124px, 13vw, 160px);
  border-radius: 50%;
  overflow: hidden;
  background: #16143a;
  border: 2px solid var(--cardbd);
  transition:
    border-color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}
.spk:hover .spk-photo {
  border-color: transparent;
  box-shadow:
    0 0 0 3px var(--mint),
    0 0 34px -4px var(--mint),
    0 20px 46px -20px var(--accent-hot);
}
.spk-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    filter 0.35s ease,
    transform 0.5s cubic-bezier(0.2, 0.7, 0.3, 1);
  display: block;
}
.spk:hover .spk-photo img {
  filter: saturate(1.18) contrast(1.04);
  transform: scale(1.09);
}
.spk-name {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 16px;
  color: var(--tx1);
  margin-top: 15px;
  line-height: 1.2;
}
.spk-org {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 14px;
  color: var(--mint);
  margin-top: 7px;
  letter-spacing: 0.04em;
}
.spk-role {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.9);
  margin-top: 3px;
  line-height: 1.42;
  max-width: 220px;
}
#dai[data-speaker-bios="1"] .spk {
  cursor: pointer;
}
#dai[data-speaker-bios="0"] .spk {
  cursor: default;
}
.spk[data-active="1"] .spk-photo {
  border-color: transparent;
  box-shadow:
    0 0 0 3px var(--mint),
    0 0 34px -4px var(--mint);
}
.spk .spk-photo img[data-logo="1"] {
  object-fit: contain;
  background: #fff;
  padding: 17%;
  box-sizing: border-box;
  transform: none;
}
/* Inline bio panel (same behavior as the Speakers page) */
.spk-bio {
  position: relative;
  grid-column: 1/-1;
  display: flex;
  gap: 30px;
  align-items: flex-start;
  text-align: left;
  background: #0b0a33;
  border: 1px solid
    color-mix(in srgb, var(--accent) 42%, rgba(255, 255, 255, 0.12));
  border-radius: 22px;
  padding: 32px 34px;
  margin-top: -8px;
  box-shadow: 0 30px 80px -40px rgba(83, 83, 242, 0.65);
  animation: spkOpen 0.32s cubic-bezier(0.2, 0.7, 0.3, 1);
}
.spk-bio::before {
  content: "";
  position: absolute;
  top: -10px;
  left: var(--notch, 50%);
  width: 20px;
  height: 20px;
  transform: translateX(-50%) rotate(45deg);
  background: #0b0a33;
  border-left: 1px solid
    color-mix(in srgb, var(--accent) 42%, rgba(255, 255, 255, 0.12));
  border-top: 1px solid
    color-mix(in srgb, var(--accent) 42%, rgba(255, 255, 255, 0.12));
}
@keyframes spkOpen {
  from {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    clip-path: inset(-16px 0 100% 0);
  }
  to {
    max-height: 760px;
    padding-top: 32px;
    padding-bottom: 32px;
    clip-path: inset(-16px 0 0 0);
  }
}
.spk-bio.closing {
  animation: spkClose 0.26s ease forwards;
}
@keyframes spkClose {
  from {
    max-height: 560px;
    clip-path: inset(-16px 0 0 0);
  }
  to {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    clip-path: inset(-16px 0 100% 0);
  }
}
.spk-bio-photo {
  width: 152px;
  height: 152px;
  border-radius: 24px;
  flex: none;
  padding: 3px;
  background: linear-gradient(140deg, #00eb7f 0%, #5353f2 52%, #9d6bff 100%);
  box-shadow:
    0 18px 44px -16px rgba(0, 235, 127, 0.45),
    0 34px 80px -30px rgba(83, 83, 242, 0.85);
}
.spk-bio-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 21px;
  display: block;
}
.spk-bio-close {
  flex: none;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition:
    border-color 0.2s,
    color 0.2s;
}
.spk-bio-close:hover {
  color: #fff;
  border-color: var(--mint);
}
.spk-bio-li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  flex: none;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  text-decoration: none;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    transform 0.15s ease;
}
.spk-bio-li:hover {
  background: #0a66c2;
  border-color: #0a66c2;
  transform: translateY(-2px);
}
@media (max-width: 640px) {
  .spk-bio {
    flex-direction: column;
  }
  .spk-bio::before {
    left: 50%;
  }
}
@media (max-width: 1024px) {
  .spk-grid {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
@media (max-width: 680px) {
  .spk-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .splogo-plat,
  .splogo-gold,
  .splogo-tier {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
/* Explicit light-mode overrides — class-rule var() does not pick up the theme attribute reliably */
#dai[data-theme="light"] .daytab {
  color: rgba(21, 21, 43, 0.7);
  border-color: rgba(21, 21, 43, 0.16);
}
#dai[data-theme="light"] .daytab:hover {
  color: #15152b;
  border-color: #5353f2;
}
#dai[data-theme="light"] .sponsor-logo {
  color: rgba(21, 21, 43, 0.66);
}
#dai[data-theme="light"] .sponsor-logo:hover {
  color: #15152b;
}
/* Header solidifies to white on scroll in light mode — flip its chrome to dark only then */
#dai[data-theme="light"] #dai-header[data-scrolled="1"] {
  background: rgba(255, 255, 255, 0.85);
  border-bottom-color: rgba(21, 21, 43, 0.1);
}
#dai[data-theme="light"] #dai-header[data-scrolled="1"] .dai-navlink {
  color: rgba(21, 21, 43, 0.92);
}
#dai[data-theme="light"] #dai-header[data-scrolled="1"] .dai-navlink:hover {
  color: #15152b;
}
#dai[data-theme="light"] #dai-header[data-scrolled="1"] .themebtn {
  color: #15152b;
  border-color: rgba(21, 21, 43, 0.2);
}
.modal-ov {
  position: fixed;
  inset: 0;
  z-index: 120;
  background: rgba(4, 3, 20, 0.74);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  overflow-y: auto;
  animation: daifade 0.22s ease;
}
@keyframes daifade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes daiup {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes drift {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(2%, -3%);
  }
}
@keyframes heroPulseA {
  0%,
  100% {
    opacity: 0.3;
    transform: translate(0, 0) scale(1);
  }
  50% {
    opacity: 0.62;
    transform: translate(3%, -4%) scale(1.1);
  }
}
@keyframes heroPulseB {
  0%,
  100% {
    opacity: 0.2;
    transform: translate(0, 0) scale(1.06);
  }
  50% {
    opacity: 0.5;
    transform: translate(-4%, 3%) scale(0.95);
  }
}
@keyframes heroPulseC {
  0%,
  100% {
    opacity: 0.18;
    transform: translate(0, 0) scale(0.98);
  }
  50% {
    opacity: 0.44;
    transform: translate(2%, 4%) scale(1.09);
  }
}
@keyframes heroHue {
  from {
    filter: hue-rotate(-22deg);
  }
  to {
    filter: hue-rotate(64deg);
  }
}
@keyframes ringShim {
  0% {
    border-color: #5353f2;
  }
  25% {
    border-color: #6e78ff;
  }
  50% {
    border-color: #00eb7f;
  }
  75% {
    border-color: #b79bff;
  }
  100% {
    border-color: #5353f2;
  }
}
@keyframes glowShim {
  0% {
    box-shadow:
      0 0 68px 6px rgba(83, 83, 242, 0.6),
      0 30px 70px -24px rgba(0, 0, 0, 0.7);
  }
  25% {
    box-shadow:
      0 0 74px 8px rgba(110, 120, 255, 0.62),
      0 30px 70px -24px rgba(0, 0, 0, 0.7);
  }
  50% {
    box-shadow:
      0 0 86px 12px rgba(0, 235, 127, 0.55),
      0 30px 70px -24px rgba(0, 0, 0, 0.7);
  }
  75% {
    box-shadow:
      0 0 78px 8px rgba(183, 155, 255, 0.6),
      0 30px 70px -24px rgba(0, 0, 0, 0.7);
  }
  100% {
    box-shadow:
      0 0 68px 6px rgba(83, 83, 242, 0.6),
      0 30px 70px -24px rgba(0, 0, 0, 0.7);
  }
}
@keyframes hx-ping {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  70%,
  100% {
    transform: scale(2.6);
    opacity: 0;
  }
}
@media (max-width: 1180px) {
  .dai-headnav {
    gap: 20px !important;
  }
  .dai-navlink {
    font-size: 16.5px !important;
  }
}
@media (max-width: 1000px) {
  .dai-headnav {
    display: none !important;
  }
}
@media (max-width: 1040px) {
  .dai-ticket-col {
    transform: scale(0.9);
  }
}
@media (max-width: 940px) {
  .dai-herowrap {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 0 !important;
  }
  .dai-hero-left {
    flex: 1 1 auto !important;
    display: contents !important;
  }
  .dai-hero-left > * {
    order: 4;
    min-width: 0;
    max-width: 100%;
  }
  .dai-hero-left > div:first-child {
    order: 1;
  }
  .dai-hero-left h1 {
    order: 2;
  }
  .dai-ticket-col {
    display: flex !important;
    order: 3;
    flex: none !important;
    width: 100%;
    min-height: 0 !important;
    height: 340px;
    justify-content: center;
    overflow: visible;
    padding: 0;
    margin-top: 6px;
  }
  .dai-hero-left > p {
    margin-top: 18px !important;
  }
  .dai-herowrap[data-mticket="hidden"] .dai-ticket-col {
    display: none !important;
  }
  .dai-herowrap[data-mticket="above"] .dai-ticket-col {
    order: 0;
  }
  .dai-ticket-col > div:first-child {
    width: min(90vw, 560px) !important;
    height: 100% !important;
  }
  .dai-ticket {
    transform: rotate(-3deg) scale(0.78) !important;
  }
}
@keyframes mzTunnel {
  0% {
    stroke: #5353f2;
  }
  20% {
    stroke: #6e78ff;
  }
  40% {
    stroke: #aef5eb;
  }
  60% {
    stroke: #00eb7f;
  }
  80% {
    stroke: #b79bff;
  }
  100% {
    stroke: #5353f2;
  }
}
.mz-ring {
  animation: mzTunnel 17s ease-in-out infinite;
}
.room-photo {
  opacity: 1;
  transform: translate3d(0, -2.5%, 0) scale(1.12);
  transform-origin: center center;
  backface-visibility: hidden;
}
.room-photo.armed {
  opacity: 0;
}
.room-photo.panning {
  animation:
    roomFade 1.6s ease forwards,
    roomPan 26s cubic-bezier(0.33, 0, 0.2, 1) infinite alternate both;
}
@keyframes roomFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes roomPan {
  from {
    transform: translate3d(0, -2.5%, 0) scale(1.12);
  }
  to {
    transform: translate3d(0, 0, 0) scale(1.045);
  }
}
@media (max-width: 860px) {
  .dai-hero {
    padding: 96px 24px 64px !important;
  }
  .dai-hero-maze {
    opacity: 0.4 !important;
    width: min(78vw, 520px) !important;
    right: -22% !important;
  }
  .dai-hero-stats {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 20px !important;
  }
}
@media (max-width: 560px) {
  .dai-hero-maze {
    opacity: 0.26 !important;
  }
  .hero-light {
    display: none !important;
  }
  .dai-hero-stats {
    grid-template-columns: 1fr 1fr !important;
  }
}
/* Photo reel — continuous linear marquee (no jumpy direction reversal) */
.dai-reel {
  animation: daiMarquee 84s linear infinite;
}
.dai-reel-wrap:hover .dai-reel {
  animation-play-state: paused;
}
@keyframes daiMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.dai-marquee {
  animation: daiMarquee 46s linear infinite;
}
.dai-marquee:hover {
  animation-play-state: paused;
}
@media (max-width: 760px) {
  .contact-grid {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }
  .venue-teaser-card {
    grid-template-columns: 1fr !important;
  }
}
@media (max-width: 880px) {
  .room-split {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }
  .personas-panel {
    margin-right: 0 !important;
  }
  .room-photo-wrap {
    order: -1;
  }
}
.grain-grid {
  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: 46px 46px;
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    scroll-behavior: auto !important;
  }
}
/* ===================== PHONE (~390px) LAYOUT ===================== */
@media (max-width: 640px) {
  #dai section {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  .dai-hero {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .dai-hero-left h1 {
    font-size: clamp(34px, 9.6vw, 42px) !important;
  }
  .dai-hero-left > p {
    font-size: 16px !important;
  }
  .hero-meta {
    display: flex !important;
    flex-direction: column;
    align-items: stretch !important;
    width: 100%;
  }
  .hero-meta > .hero-meta__div {
    display: none;
  }
  .hero-meta > span,
  .hero-meta > a {
    padding: 12px 16px !important;
  }
  .hero-meta > *:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
  }
  .dai-hero-stats {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 14px !important;
    margin-top: 28px !important;
  }
  .hero-stat__num {
    font-size: 32px !important;
  }
  .hero-stat__label {
    font-size: 10.5px !important;
  }
  .brand-card {
    height: 96px;
    min-width: 196px;
    padding: 16px 28px;
    border-radius: 14px;
  }
  .brand-card img {
    max-height: 56px;
    max-width: 150px;
  }
  .spk-bio {
    padding: 22px 20px !important;
    gap: 18px;
    border-radius: 18px;
  }
  .spk-bio-photo {
    width: 104px !important;
    height: 104px !important;
    border-radius: 18px !important;
  }
  .spk-bio-photo img {
    border-radius: 15px !important;
  }
  .spk-bio p {
    font-size: 14px !important;
  }
  .dai-ticket {
    transform: rotate(-3deg) scale(0.52) !important;
  }
  .dai-ticket-col {
    height: 240px !important;
  }
  .btn {
    width: 100%;
  }
  .modal-ov {
    padding: 14px !important;
  }
}
/* ===================== TWEAKABLE FEEL CONTROLS ===================== */
/* --- Accent mood: recolors the whole energy of the site --- */
#dai[data-accent="violet"] {
  --accent: #7a5cff;
  --accent-hot: #9d6bff;
  --eyebrow: #cbb2ff;
  --grad-core: linear-gradient(165deg, #0b0726 0%, #4a2ec4 54%, #9b4df5 100%);
  --grad-hot: linear-gradient(120deg, #7a5cff 0%, #9d6bff 56%, #c77dff 105%);
  --grad-spectrum: linear-gradient(
    120deg,
    #7a5cff 0%,
    #9d6bff 50%,
    #c77dff 100%
  );
  --grad-ignite-magenta: linear-gradient(155deg, #7a5cff, #9d6bff);
  --glow-purple: radial-gradient(
    60% 60% at 50% 40%,
    rgba(122, 92, 255, 0.5) 0%,
    rgba(7, 6, 32, 0) 70%
  );
}
#dai[data-accent="teal"] {
  --accent: #0fa39a;
  --accent-hot: #10c99a;
  --eyebrow: #5fe3c0;
  --grad-core: linear-gradient(165deg, #04201d 0%, #0b6e78 52%, #10c9a0 100%);
  --grad-hot: linear-gradient(120deg, #0fa39a 0%, #10c99a 56%, #46e3b6 105%);
  --grad-spectrum: linear-gradient(
    120deg,
    #0fa39a 0%,
    #10c99a 50%,
    #6ee7b7 100%
  );
  --grad-ignite-magenta: linear-gradient(155deg, #0fa39a, #10c99a);
  --glow-purple: radial-gradient(
    60% 60% at 50% 40%,
    rgba(15, 163, 154, 0.5) 0%,
    rgba(4, 32, 29, 0) 70%
  );
}
/* --- Ambient motion: how alive the page feels --- */
#dai[data-motion="calm"] .mz-ring {
  animation-duration: 34s;
}
#dai[data-motion="calm"] .dai-marquee {
  animation-duration: 90s;
}
#dai[data-motion="calm"] .brow-1,
#dai[data-motion="calm"] .brow-3 {
  animation-duration: 120s;
}
#dai[data-motion="calm"] .brow-2 {
  animation-duration: 130s;
}
#dai[data-motion="calm"] .dai-reel {
  animation-duration: 150s;
}
#dai[data-motion="calm"] .room-photo.panning {
  animation-duration: 1.6s, 48s;
}
#dai[data-motion="calm"] .hero-light {
  animation-duration: 24s, 34s;
}
#dai[data-motion="still"] .mz-ring,
#dai[data-motion="still"] .hero-light,
#dai[data-motion="still"] [style*="animation:drift"] {
  animation: none !important;
}
#dai[data-motion="still"] .mz-ring {
  stroke: var(--accent) !important;
}
#dai[data-motion="still"] .room-photo {
  animation: none !important;
  opacity: 1 !important;
  transform: scale(1.04) translateY(0) !important;
}
/* --- Density: the page's vertical rhythm --- */
#dai[data-density="compact"] section[id] {
  padding-top: 62px !important;
  padding-bottom: 62px !important;
}
#dai[data-density="compact"] .dai-hero {
  padding-top: 104px !important;
  padding-bottom: 60px !important;
}
#dai[data-density="spacious"] section[id] {
  padding-top: 138px !important;
  padding-bottom: 138px !important;
}

/* ===== Reproduced design-system components (static equivalents) ===== */
.dai-seclabel {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--tx1);
}
.dai-seclabel .i {
  color: var(--color-magenta);
  font-variant-numeric: tabular-nums;
}
.dai-seclabel .r {
  width: 26px;
  height: 1px;
  background: linear-gradient(90deg, var(--mint), transparent);
}
.dai-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 13.5px;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: var(--radius-sm);
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent;
  padding: 14px 26px;
  transition:
    transform 0.15s ease,
    background 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease;
}
.dai-btn--lg {
  padding: 17px 34px;
  font-size: 15px;
}
.dai-btn--md {
  padding: 11px 20px;
  font-size: 12.5px;
}
.dai-btn--full {
  width: 100%;
}
.dai-btn--primary {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 8px 22px -10px rgba(83, 83, 242, 0.6);
}
.dai-btn--primary:hover {
  background: var(--accent-hot);
  transform: translateY(-2px);
}
.dai-btn--hot {
  background: var(--grad-hot);
  color: #fff;
  box-shadow: 0 12px 30px -12px rgba(122, 92, 255, 0.6);
}
.dai-btn--hot:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
}
.dai-btn--light {
  background: var(--color-ink);
  color: var(--color-white);
}
.dai-btn--light:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px -16px rgba(0, 0, 0, 0.5);
}
.dai-btn--secondary {
  background: transparent;
  border-color: var(--border-strong);
  color: var(--color-white);
}
.dai-btn--secondary:hover {
  border-color: #fff;
  transform: translateY(-2px);
}
.dai-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.dai-field > span {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.66);
}
.dai-field input {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-sm);
  padding: 13px 14px;
  color: #fff;
  font-family: var(--font-body);
  font-size: 14px;
  outline: none;
  transition: border-color 0.2s ease;
}
.dai-field input:focus {
  border-color: var(--accent);
}
.dai-gpanel {
  background: var(--grad-hot);
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: 0 30px 80px -40px rgba(122, 92, 255, 0.7);
}
/* ===== Mobile nav enhancement (progressive: appears <1000px) ===== */
.dai-burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  padding: 8px;
  border: 0;
  background: none;
  color: #fff;
  cursor: pointer;
}
.dai-burger span {
  display: block;
  height: 2px;
  width: 24px;
  background: currentColor;
  border-radius: 2px;
  transition:
    transform 0.25s ease,
    opacity 0.2s ease;
}
.dai-mobnav {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: rgba(8, 7, 30, 0.98);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  padding: 14px 22px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.dai-mobnav a {
  width: 100%;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 17px;
  color: var(--tx1);
  text-decoration: none;
  padding: 11px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  cursor: pointer;
}
.dai-mobnav a[data-active="1"] {
  color: var(--mint);
}
#dai-header.mob-open .dai-mobnav {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
#dai-header.mob-open .dai-burger span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
#dai-header.mob-open .dai-burger span:nth-child(2) {
  opacity: 0;
}
#dai-header.mob-open .dai-burger span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
@media (max-width: 1000px) {
  .dai-burger {
    display: flex;
  }
  .dai-mobnav {
    display: flex;
  }
  .dai-reg-btn {
    padding: 11px 18px !important;
    font-size: 12.5px !important;
  }
}

/* Hidden modals must stay hidden (class display overrides [hidden]) */
.modal-ov[hidden] {
  display: none !important;
}

/* ============================================================
   Home — extracted section styles (was inline).
   Classes are homepage-specific (hp-*) or base rules for
   classes whose only declaration used to live inline.
   ============================================================ */
.hp-wrap {
  max-width: 1180px;
  margin: 0 auto;
}
.hp-sec-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 18px;
}
.hp-h2 {
  font-family: var(--font-head);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.05;
  color: var(--tx1);
  font-size: clamp(32px, 4.2vw, 54px);
  max-width: 680px;
  margin: 0;
}

/* Brands marquee */
.hp-brands {
  background: var(--db);
  padding: 56px 0;
  border-bottom: 1px solid var(--cardbd);
}
.hp-brands__head {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 40px);
}
.hp-brands__title {
  font-family: var(--font-head);
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.1;
  font-size: clamp(24px, 2.8vw, 36px);
  color: var(--tx1);
  margin: 0 0 32px;
  text-align: center;
}
.brands-rows {
  display: flex;
  flex-direction: column;
  gap: 14px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent,
    #000 5%,
    #000 95%,
    transparent
  );
  mask-image: linear-gradient(
    90deg,
    transparent,
    #000 5%,
    #000 95%,
    transparent
  );
}

/* Speakers */
.hp-speakers {
  background: linear-gradient(165deg, #0a0826 0%, #372ec4 56%, #6b4df5 100%);
  padding: clamp(56px, 8vw, 100px) clamp(20px, 4vw, 40px);
}
.hp-speakers .hp-h2 {
  margin: 18px 0 0;
}
.spk-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 34px 18px;
  margin-top: 46px;
}

/* Sponsors */
.hp-sponsors {
  background: radial-gradient(
    130% 110% at 50% -8%,
    #272045 0%,
    #120d26 56%,
    #0a0816 100%
  );
  padding: clamp(56px, 8vw, 100px) clamp(20px, 4vw, 40px);
}
.hp-sponsors .hp-sec-head {
  margin: 18px 0 46px;
}
.splogo-plat,
.splogo-gold,
.splogo-tier {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-items: center;
  gap: 16px;
}
.hp-spon-cta {
  background: var(--cardbg);
  border: 1px solid var(--cardbd);
  border-radius: var(--radius-lg);
  padding: 34px 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.hp-spon-cta__title {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 22px;
  color: var(--tx1);
}
.hp-spon-cta__sub {
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--tx2);
  margin-top: 6px;
}

/* Register CTA */
.hp-regcta {
  background: var(--db);
  padding: 30px clamp(20px, 4vw, 40px) clamp(56px, 7vw, 90px);
}
.hp-regcta .dai-gpanel {
  position: relative;
  background: var(--grad-hot);
  border-radius: var(--radius-xl);
  color: var(--color-white);
  box-shadow: none;
}
.hp-regcta__inner {
  position: relative;
  padding: 72px 56px;
  overflow: hidden;
}
.hp-regcta__glow {
  position: absolute;
  right: -90px;
  top: -90px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.22) 0%,
    transparent 65%
  );
  pointer-events: none;
}
.hp-regcta__body {
  position: relative;
  max-width: 680px;
}
.hp-regcta__eyebrow {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 12.5px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
}
.hp-regcta__h2 {
  font-family: var(--font-head);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1;
  font-size: clamp(38px, 5vw, 68px);
  color: #fff;
  margin: 14px 0 0;
}
.hp-regcta__p {
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.92);
  margin: 18px 0 30px;
}
.hp-regcta__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.hp-regcta__actions > .dai-btn {
  gap: 12px;
  width: auto;
  padding: 17px 34px;
  border-radius: var(--radius-sm);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.06em;
  -webkit-tap-highlight-color: transparent;
}
.hp-regcta__actions > .dai-btn--light {
  background: var(--color-ink);
  color: var(--color-white);
}
.hp-regcta .dai-btn--secondary {
  border-color: var(--border-strong);
  background: transparent;
  color: var(--color-white);
}

/* Contact */
.hp-contact {
  background: var(--db2);
  padding: 96px 40px;
  border-top: 1px solid var(--cardbd);
}
.contact-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.hp-contact__h2 {
  font-family: var(--font-head);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.04;
  color: var(--tx1);
  font-size: clamp(32px, 4.2vw, 52px);
  margin: 18px 0 16px;
  max-width: 520px;
}
.hp-contact__p {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
  color: var(--tx2);
  margin: 0;
  max-width: 480px;
}
.hp-contact__col {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.hp-contact__mail {
  display: flex;
  align-items: center;
  gap: 16px;
  background: var(--cardbg);
  border: 1px solid var(--cardbd);
  border-radius: 16px;
  padding: 22px 24px;
  text-decoration: none;
  transition:
    border-color 0.2s ease,
    transform 0.15s ease;
}
.hp-contact__mail:hover {
  border-color: var(--accent);
  transform: translateY(-2px);
}
.hp-contact__mail-ico {
  flex: none;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: var(--grad-core);
  display: flex;
  align-items: center;
  justify-content: center;
}
.hp-contact__mail-ico svg {
  width: 20px;
  height: 20px;
}
.hp-contact__mail-label {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--tx3);
}
.hp-contact__mail-val {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 17px;
  color: var(--tx1);
  margin-top: 3px;
}
.hp-contact__btns {
  display: flex;
  gap: 12px;
  margin-top: 6px;
  flex-wrap: wrap;
}
.hp-contact__sponsor {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 12.5px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  background: transparent;
  border: 1px solid var(--cardbd);
  padding: 0 24px;
  border-radius: 6px;
  text-decoration: none;
  align-self: stretch;
  cursor: pointer;
}

/* Footer (shared across all V2 pages) */
.dai-site-footer {
  background: #070620;
  padding: 64px 40px 44px;
}
.dai-site-footer__top {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 340px) minmax(0, 1fr);
  align-items: start;
  gap: 36px;
}
.dai-site-footer__brand {
  max-width: 340px;
  min-width: 0;
}
.dai-site-footer__logo {
  height: 40px;
}
.dai-site-footer__tag {
  font-family: var(--font-body);
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
  margin: 18px 0 0;
  line-height: 1.6;
}
.dai-site-footer__social {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}
.dai-site-footer__social a {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.dai-site-footer__social svg {
  width: 16px;
  height: 16px;
}
.dai-site-footer__cols {
  min-width: 0;
  display: grid;
  grid-template-columns: max-content minmax(280px, 320px);
  justify-content: end;
  gap: 60px;
}
.dai-site-footer__coltitle {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 16px;
}
.dai-site-footer__links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.dai-site-footer__links a {
  font-family: var(--font-body);
  font-size: 14px;
  color: rgba(255, 255, 255, 0.72);
  cursor: pointer;
  text-decoration: none;
}
.dai-site-footer__news {
  font-family: var(--font-body);
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 12px;
  max-width: 240px;
  line-height: 1.5;
}
.dai-site-footer__form {
  width: min(100%, 320px);
}
.dai-site-footer__form .wpcf7,
.dai-site-footer__form .wpcf7-form {
  width: 100%;
}
.dai-site-footer__form .wpcf7-form {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 8px;
}
.dai-site-footer__form .wpcf7-form > p {
  display: contents;
  margin: 0;
}
.dai-site-footer__form .wpcf7-form br {
  display: none;
}
.dai-site-footer__form .wpcf7-form-control-wrap {
  flex: 1 1 190px;
}
.dai-site-footer__form input[type="email"],
.dai-site-footer__form input[type="text"] {
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-sm);
  padding: 10px 14px;
  color: #fff;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 20px;
  outline: none;
  width: 100%;
  min-height: 42px;
}
.dai-site-footer__form input[type="email"]::placeholder,
.dai-site-footer__form input[type="text"]::placeholder {
  color: rgba(255, 255, 255, 0.48);
}
.dai-site-footer__form input[type="submit"] {
  border: 0;
  border-radius: var(--radius-sm);
  background: var(--accent-hot);
  color: #fff;
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 20px;
  text-transform: uppercase;
  padding: 11px 18px;
  min-height: 42px;
}
.dai-site-footer__form .wpcf7-list-item {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-family: var(--font-body);
  font-size: 11px;
  line-height: 1.4;
}
.dai-site-footer__form .wpcf7-acceptance,
.dai-site-footer__form .wpcf7-not-valid-tip,
.dai-site-footer__form .wpcf7-response-output {
  flex-basis: 100%;
}
.dai-site-footer__form .wpcf7-not-valid-tip {
  margin-top: 5px;
  color: #ff8d9b;
  font-family: var(--font-body);
  font-size: 12px;
}
.dai-site-footer__form .wpcf7 form .wpcf7-response-output {
  margin: 6px 0 0;
  padding: 7px 9px;
  border-width: 1px;
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--font-body);
  font-size: 12px;
  line-height: 1.4;
}
.dai-site-footer__form .wpcf7-form.invalid .wpcf7-response-output,
.dai-site-footer__form .wpcf7-form.unaccepted .wpcf7-response-output {
  display: none;
}
.dai-site-footer__form .wpcf7-spinner {
  margin: 10px 0;
}
.dai-site-footer__input {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-sm);
  padding: 10px 14px;
  color: #fff;
  font-family: var(--font-body);
  font-size: 14px;
  outline: none;
  width: 190px;
}
.dai-site-footer__bottom {
  max-width: 1180px;
  margin: 40px auto 0;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  font-family: var(--font-body);
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.4);
}
.dai-site-footer__legal {
  display: flex;
  gap: 18px;
}
.dai-site-footer__legal a {
  color: rgba(255, 255, 255, 0.52);
  text-decoration: none;
}
.dai-site-footer__legal a:hover {
  color: #fff;
}
@media (max-width: 960px) {
  .dai-site-footer__top {
    grid-template-columns: 1fr;
  }
  .dai-site-footer__cols {
    justify-content: start;
  }
}
@media (max-width: 560px) {
  .dai-site-footer {
    padding-inline: 24px;
  }
  .dai-site-footer__cols {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .dai-site-footer__form {
    width: 100%;
  }
}

/* Shared legal pages */
.dai-legal-page {
  min-height: 70vh;
  background:
    radial-gradient(
      55% 46% at 100% 8%,
      rgba(83, 83, 242, 0.24),
      transparent 70%
    ),
    var(--db);
  color: var(--tx1);
}
.legal-hero {
  position: relative;
  overflow: hidden;
  padding: 128px 40px 54px;
  background: linear-gradient(180deg, #15124a 0%, #0c0a2b 100%);
}
.legal-hero__glow {
  position: absolute;
  right: -130px;
  top: -180px;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 235, 127, 0.16), transparent 70%);
  pointer-events: none;
}
.legal-wrap {
  position: relative;
  max-width: 920px;
  margin: 0 auto;
}
.legal-title {
  max-width: 820px;
  margin: 18px 0 0;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: clamp(42px, 6vw, 72px);
  letter-spacing: -0.025em;
  line-height: 1.02;
  color: #fff;
}
.legal-body {
  padding: 64px 40px 96px;
}
.legal-document {
  max-width: 920px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 58px);
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  box-shadow: 0 30px 80px -52px rgba(83, 83, 242, 0.7);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.75);
}
.legal-document h1,
.legal-document h2,
.legal-document h3,
.legal-document h4 {
  margin: 2em 0 0.65em;
  font-family: var(--font-head);
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}
.legal-document h1 {
  font-size: 36px;
}
.legal-document h2 {
  font-size: 30px;
}
.legal-document h3 {
  font-size: 23px;
}
.legal-document h4 {
  font-size: 19px;
}
.legal-document p {
  margin: 0 0 1.2em;
}
.legal-document ul,
.legal-document ol {
  margin: 0 0 1.4em;
  padding-left: 1.35em;
}
.legal-document li + li {
  margin-top: 0.45em;
}
.legal-document a {
  color: var(--mint);
  text-underline-offset: 3px;
}
.legal-document strong {
  color: #fff;
}
.legal-document img {
  max-width: 100%;
  height: auto;
  border-radius: 14px;
}
.legal-document blockquote {
  margin: 1.8em 0;
  padding: 4px 0 4px 22px;
  border-left: 3px solid var(--mint);
  color: rgba(255, 255, 255, 0.9);
}
.legal-document table {
  display: block;
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
}
.legal-document th,
.legal-document td {
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  text-align: left;
}
@media (max-width: 620px) {
  .legal-hero {
    padding: 104px 22px 42px;
  }
  .legal-body {
    padding: 34px 18px 64px;
  }
  .legal-document {
    border-radius: 18px;
  }
  .legal-document h2 {
    font-size: 25px;
  }
  .legal-document h3 {
    font-size: 21px;
  }
}

/* Who Attends */
.hp-attend {
  background: var(--db2);
  padding: clamp(56px, 8vw, 100px) clamp(20px, 4vw, 40px);
}
.hp-attend__h2 {
  font-family: var(--font-head);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.05;
  color: var(--tx1);
  font-size: clamp(32px, 4vw, 50px);
  margin: 18px 0 16px;
  max-width: 820px;
}
.hp-attend__p {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
  color: var(--tx2);
  margin: 0 0 26px;
  max-width: 680px;
}
.room-split {
  position: relative;
  display: grid;
  grid-template-columns: 0.96fr 1.16fr;
  gap: 0;
  align-items: center;
  margin-top: 40px;
}
.personas-panel {
  position: relative;
  z-index: 2;
  background: linear-gradient(180deg, #15123e 0%, #0e0c2e 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  padding: 8px 32px;
  margin-right: -34px;
  box-shadow: 0 40px 90px -44px rgba(0, 0, 0, 0.85);
}
.personas-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
.hp-persona {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 22px 2px;
  border-top: 1px solid var(--cardbd);
}
.hp-persona__n {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 19px;
  color: var(--eyebrow);
  line-height: 1.2;
  min-width: 28px;
}
.hp-persona__t {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 17px;
  color: var(--tx1);
  line-height: 1.25;
}
.hp-persona__d {
  font-family: var(--font-body);
  font-size: 13.5px;
  line-height: 1.5;
  color: var(--tx3);
  margin-top: 5px;
}
.room-photo-wrap {
  position: relative;
  z-index: 1;
}
.hp-room__glow {
  position: absolute;
  inset: -34px;
  background: radial-gradient(
    58% 56% at 58% 30%,
    rgba(83, 83, 242, 0.4) 0%,
    rgba(7, 6, 32, 0) 72%
  );
  filter: blur(18px);
  pointer-events: none;
}
.room-clip {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 18px;
  background: #0d0a32;
  -webkit-mask-image: radial-gradient(
    150% 138% at 50% 46%,
    #000 80%,
    rgba(0, 0, 0, 0) 100%
  );
  mask-image: radial-gradient(
    150% 138% at 50% 46%,
    #000 80%,
    rgba(0, 0, 0, 0) 100%
  );
}
.room-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
  filter: saturate(0.32) brightness(0.9) contrast(1.06);
  will-change: transform, opacity;
}
.hp-room__tint {
  position: absolute;
  inset: 0;
  background: linear-gradient(150deg, #4a3fe0 0%, #7a5cff 100%);
  mix-blend-mode: color;
  opacity: 0.64;
  pointer-events: none;
}
.hp-room__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(165deg, rgba(7, 6, 32, 0.34) 0%, rgba(7, 6, 32, 0) 36%),
    linear-gradient(180deg, rgba(7, 6, 32, 0) 44%, rgba(12, 10, 43, 0.8) 100%);
  pointer-events: none;
}
.hp-room__cap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 22px 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 11px;
  pointer-events: none;
}
.hp-room__cap-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--mint);
  box-shadow: 0 0 12px var(--mint);
  flex: none;
}
.hp-room__cap-txt {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 12.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
}

/* Agenda (homepage preview) */
.hp-agenda {
  background: radial-gradient(
    130% 110% at 50% -8%,
    #272045 0%,
    #120d26 56%,
    #0a0816 100%
  );
  padding: clamp(56px, 8vw, 100px) clamp(20px, 4vw, 40px);
}
.hp-agenda .dai-seclabel {
  gap: 14px;
  color: var(--tx1);
}
.hp-agenda .dai-seclabel .i {
  color: var(--color-magenta);
}
.hp-agenda__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 18px;
}
.hp-agenda__h2 {
  font-family: var(--font-head);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.05;
  color: var(--tx1);
  font-size: clamp(32px, 4.2vw, 54px);
  margin: 0;
  max-width: 560px;
}
.hp-agenda__tabs {
  display: flex;
  gap: 10px;
}
.hp-agenda__body {
  display: flex;
  flex-direction: column;
}
.hp-agenda__foot {
  border-top: 1px solid var(--cardbd);
  padding-top: 26px;
  margin-top: 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.hp-agenda__foot-note {
  font-family: var(--font-body);
  font-size: 14.5px;
  color: var(--tx3);
}
.hp-agenda .ag-tl {
  position: relative;
  margin-top: 44px;
}
.hp-agenda .ag-tl::before {
  content: "";
  position: absolute;
  left: 141px;
  top: 10px;
  bottom: 10px;
  width: 2px;
  background: linear-gradient(180deg, #5353f2 0%, #7a5cff 45%, #00eb7f 100%);
  opacity: 0.55;
  -webkit-mask-image: linear-gradient(
    180deg,
    transparent,
    #000 3%,
    #000 97%,
    transparent
  );
  mask-image: linear-gradient(
    180deg,
    transparent,
    #000 3%,
    #000 97%,
    transparent
  );
}
.hp-agenda .ag-row {
  position: relative;
  display: grid;
  grid-template-columns: 112px 60px 1fr;
  align-items: baseline;
  padding: 20px 0;
}
.hp-agenda .ag-row + .ag-row {
  border-top: 1px solid rgba(255, 255, 255, 0.055);
}
.hp-agenda .ag-time {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.92);
  text-align: right;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.01em;
}
.hp-agenda .ag-time small {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.92);
}
.hp-agenda .ag-dash {
  position: absolute;
  font-style: normal;
  margin-left: 7px;
  color: rgba(255, 255, 255, 0.45);
}
.hp-agenda .ag-node {
  position: absolute;
  left: 135px;
  top: 26px;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: #0d0a24;
  border: 2.5px solid var(--pc);
  box-shadow:
    0 0 0 4px color-mix(in srgb, var(--pc) 18%, transparent),
    0 0 18px -2px var(--pc);
  transition: box-shadow 0.3s ease;
}
.hp-agenda .ag-row:hover .ag-node {
  box-shadow:
    0 0 0 6px color-mix(in srgb, var(--pc) 26%, transparent),
    0 0 26px 0 var(--pc);
}
.hp-agenda .ag-body {
  grid-column: 3;
  min-width: 0;
}
.hp-agenda .ag-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pc);
}
.hp-agenda .ag-chip::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--pc);
  box-shadow: 0 0 10px var(--pc);
}
.hp-agenda .ag-title {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 21px;
  color: #fff;
  line-height: 1.3;
  margin-top: 6px;
  transition: color 0.2s ease;
}
.hp-agenda .ag-row:hover .ag-title {
  color: color-mix(in srgb, var(--pc) 45%, #fff);
}
.hp-agenda .ag-note {
  font-family: var(--font-body);
  font-size: 13.5px;
  color: var(--tx3);
  margin-top: 5px;
}
.hp-agenda .ag-major {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.hp-agenda .ag-sess {
  display: inline-flex;
  gap: 10px;
  align-items: baseline;
  padding: 11px 20px 12px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.025);
  max-width: 100%;
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}
.hp-agenda .ag-sess:hover {
  border-color: var(--pc);
  box-shadow: 0 0 24px -8px var(--pc);
  background: color-mix(in srgb, var(--pc) 10%, transparent);
}
.hp-agenda .ag-sess-num {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 14px;
  color: var(--mint);
  display: inline-flex;
  justify-content: center;
  line-height: 1.4;
  flex: none;
}
.hp-agenda .ag-sess-t {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 14.5px;
  color: rgba(255, 255, 255, 0.94);
  line-height: 1.4;
}

@media (max-width: 760px) {
  .hp-agenda .ag-tl::before {
    left: 7px;
  }
  .hp-agenda .ag-row {
    grid-template-columns: 34px 1fr;
    padding: 18px 0;
  }
  .hp-agenda .ag-node {
    left: 1px;
    top: 24px;
  }
  .hp-agenda .ag-time {
    grid-column: 2;
    text-align: left;
    order: 2;
    margin-top: 4px;
    font-size: 14px;
  }
  .hp-agenda .ag-time small {
    font-size: 14px;
  }
  .hp-agenda .ag-body {
    grid-column: 2;
    order: 1;
  }
  .hp-agenda .ag-sess {
    padding: 10px 16px 11px 14px;
    border-radius: 16px;
  }
  .hp-agenda .ag-title {
    font-size: 18px;
  }
}

@media (max-width: 640px) {
  .hp-agenda__tabs {
    width: 100%;
  }
  .hp-agenda__tabs .daytab {
    flex: 1;
    padding: 11px 10px;
    font-size: 11px;
  }
  .hp-agenda .ag-major {
    gap: 8px;
  }
  .hp-agenda .ag-sess {
    width: 100%;
    box-sizing: border-box;
  }
  .hp-agenda .ag-sess-t {
    font-size: 13.5px;
  }
}

/* Community — reel + testimonials */
.hp-community {
  background: var(--db2);
  padding: 100px 0;
}
.hp-community__head {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 40px);
}
.hp-community__h2 {
  font-family: var(--font-head);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.05;
  color: var(--tx1);
  font-size: clamp(32px, 4vw, 50px);
  margin: 18px 0 14px;
  max-width: 760px;
}
.hp-community__p {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
  color: var(--tx2);
  margin: 0;
  max-width: 620px;
}
.dai-reel-wrap {
  margin-top: 46px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent,
    #000 4%,
    #000 96%,
    transparent
  );
  mask-image: linear-gradient(
    90deg,
    transparent,
    #000 4%,
    #000 96%,
    transparent
  );
}
.dai-reel {
  display: flex;
  width: max-content;
}
.hp-reel__group {
  display: flex;
  gap: 18px;
  padding-right: 18px;
}
.hp-reel__item {
  width: 320px;
  height: 212px;
  flex: none;
  border: 1px solid var(--cardbd);
  border-radius: 16px;
  overflow: hidden;
  background: var(--db);
}
.hp-reel__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hp-testi-wrap {
  max-width: 1180px;
  margin: 62px auto 0;
  padding: 0 clamp(20px, 4vw, 40px);
}
.hp-testi__h2 {
  font-family: var(--font-head);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.05;
  color: var(--tx1);
  font-size: clamp(30px, 3.6vw, 44px);
  margin: 0 0 28px;
}
.testi-row {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(0, 1.9fr) minmax(0, 0.62fr);
  gap: 20px;
  align-items: stretch;
}
.testi-clamp {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.55;
  color: var(--tx2);
  margin: 0;
}
.hp-testi__side-name {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 13px;
  color: var(--tx1);
}
.testi-anim {
  display: flex;
  flex-direction: column;
  height: 100%;
  transition:
    opacity 0.26s ease,
    transform 0.26s ease;
}
.hp-testi__quote {
  font-family: var(--font-head);
  font-weight: 300;
  font-size: 52px;
  line-height: 0.8;
  color: var(--accent-hot);
}
.hp-testi__hl {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(21px, 2.2vw, 28px);
  line-height: 1.3;
  letter-spacing: -0.01em;
  margin: 10px 0 0;
}
.hp-testi__rest {
  font-family: var(--font-body);
  font-size: 15.5px;
  line-height: 1.6;
  color: var(--tx2);
  margin: 16px 0 26px;
  flex: 1;
}
.hp-testi__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}
.hp-testi__author {
  display: flex;
  align-items: center;
  gap: 13px;
}
.hp-testi__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  flex: none;
}
.hp-testi__name {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 14.5px;
  color: var(--tx1);
}
.hp-testi__role {
  font-family: var(--font-body);
  font-size: 12.5px;
  color: var(--tx3);
}
.hp-testi__dots {
  display: flex;
  justify-content: center;
  gap: 9px;
  margin-top: 22px;
}

/* Venue (homepage) */
.hp-venue {
  position: relative;
  overflow: hidden;
  background: var(--grad-core);
  padding: 96px 40px;
}
.hp-venue__glow-a {
  position: absolute;
  right: -180px;
  top: -80px;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(122, 92, 255, 0.4), transparent 64%);
  pointer-events: none;
}
.hp-venue__glow-b {
  position: absolute;
  left: -160px;
  bottom: -120px;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 235, 127, 0.14), transparent 70%);
  pointer-events: none;
}
.hp-venue__inner {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
}
.venue-band {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  align-items: center;
}
.venue-photo {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 44px 100px -34px rgba(0, 0, 0, 0.75);
  aspect-ratio: 4/5;
}
.venue-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hp-venue__photo-grad {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(7, 6, 32, 0.42) 0%,
    transparent 24%,
    transparent 60%,
    rgba(7, 6, 32, 0.88) 100%
  );
}
.hp-venue__photo-top {
  position: absolute;
  left: 18px;
  right: 18px;
  top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.hp-venue__photo-name {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 10.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
}
.hp-venue__photo-addr {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 10.5px;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.74);
  white-space: nowrap;
}
.hp-venue__photo-loc {
  position: absolute;
  left: 20px;
  bottom: 18px;
}
.hp-venue__photo-coord {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 10.5px;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 5px;
}
.hp-venue__photo-city {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 19px;
  color: #fff;
}
.hp-venue__h2 {
  font-family: var(--font-head);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1;
  color: #fff;
  font-size: clamp(38px, 5vw, 64px);
  margin: 18px 0 0;
}
.hp-venue__p {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.62;
  color: rgba(255, 255, 255, 0.86);
  margin: 22px 0 0;
  max-width: 500px;
}
.hp-venue__stats {
  display: flex;
  gap: 40px;
  margin: 30px 0 32px;
}
.hp-venue__stat-num {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 30px;
  color: #fff;
  letter-spacing: -0.01em;
}
.hp-venue__stat-label {
  font-family: var(--font-body);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 3px;
}
.hp-venue__stat-div {
  width: 1px;
  align-self: stretch;
  background: rgba(255, 255, 255, 0.2);
}
.hp-venue__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.hp-venue__btn-light {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 12.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #15152b;
  background: #fff;
  padding: 16px 28px;
  border-radius: 6px;
  text-decoration: none;
  box-shadow: 0 14px 34px -16px rgba(0, 0, 0, 0.6);
}
.hp-venue__btn-light span {
  font-size: 15px;
}
.hp-venue__btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 12.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 16px 28px;
  border-radius: 6px;
  text-decoration: none;
}
.venue-journey-strip {
  margin-top: 48px;
  padding-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 36px;
}
.hp-venue__host {
  flex: none;
  max-width: 240px;
}
.hp-venue__jlabel {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 10.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
}
.hp-venue__jlabel--host {
  margin-bottom: 10px;
}
.hp-venue__jlabel--step {
  margin-bottom: 6px;
}
.hp-venue__host-name {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  line-height: 1.3;
}
.hp-venue__host-addr {
  font-family: var(--font-body);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.68);
  margin-top: 4px;
}
.hp-venue__timeline {
  position: relative;
  flex: 1;
  display: flex;
  gap: 24px;
}
.hp-venue__timeline-bar {
  position: absolute;
  left: 6px;
  right: 6px;
  top: 6px;
  height: 2px;
  background: linear-gradient(90deg, #6e78ff, #00eb7f, #b79bff);
  opacity: 0.5;
}
.hp-venue__step {
  position: relative;
  flex: 1;
  min-width: 160px;
}
.hp-venue__dot {
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 999px;
  background: var(--dc);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--dc) 26%, transparent);
  margin-bottom: 14px;
}
.hp-venue__step-txt {
  font-family: var(--font-body);
  font-size: 13.5px;
  color: #fff;
  line-height: 1.45;
}

/* Header (shared) — base layout that used to be inline */
#dai-header {
  position: sticky;
  top: 0;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(20px, 4vw, 48px);
  width: 100%;
  box-sizing: border-box;
  background: rgba(8, 7, 30, 0.55);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.dai-logo-link {
  display: inline-flex;
  align-items: center;
  flex: none;
  cursor: pointer;
}
.dai-headnav {
  display: flex;
  gap: 30px;
  align-items: center;
}
.dai-header__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: none;
}
.dai-reg-btn {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  background: #5353f2;
  border: none;
  border-radius: 8px;
  padding: 13px 26px;
  cursor: pointer;
  box-shadow: 0 6px 24px rgba(83, 83, 242, 0.4);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
  text-decoration: none;
}
.dai-reg-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(83, 83, 242, 0.5);
}

/* Modals (shared) */
.dai-modal {
  width: 460px;
  max-width: 100%;
  background: #0b0a33;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-lg);
  padding: 36px;
  box-shadow: var(--shadow-raised);
  animation: daiup 0.3s var(--ease-out);
}
.dai-modal--wide {
  width: 520px;
  padding: 30px;
}
.dai-modal__logo {
  height: 42px;
  width: auto;
  display: block;
  margin-bottom: 20px;
}
.dai-modal__eyebrow {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent-hot);
}
.dai-modal__title {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 30px;
  color: #fff;
  margin: 10px 0 8px;
}
.dai-modal__title--reg {
  margin-bottom: 22px;
}
.dai-modal__fields {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.dai-modal__submit {
  margin-top: 6px;
}
.dai-modal__submit--tight {
  margin-top: 2px;
}
.dai-modal__p {
  font-family: var(--font-body);
  font-size: 14.5px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.72);
  margin: 0 0 16px;
}
.dai-modal__p--sent {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.78);
  margin: 0 0 24px;
}
.dai-modal__notelabel {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.66);
  margin-bottom: 8px;
}
.dai-modal__noteopt {
  text-transform: none;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 600;
}
.dai-modal__textarea {
  width: 100%;
  resize: vertical;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-sm);
  padding: 12px 14px;
  color: #fff;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.5;
  outline: none;
}
.dai-sponsor-cf7 .wpcf7-form > p {
  margin: 0;
}
.dai-sponsor-cf7 .wpcf7-form > p:last-of-type {
  margin-bottom: 0;
}
.dai-sponsor-cf7 label {
  display: block;
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.66);
}
.dai-sponsor-cf7 label .optional {
  letter-spacing: 0;
  text-transform: none;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 600;
}
.dai-sponsor-cf7 .wpcf7-form-control-wrap {
  display: block;
  margin-top: 8px;
}
.dai-sponsor-cf7 input[type="text"],
.dai-sponsor-cf7 input[type="email"],
.dai-sponsor-cf7 textarea {
  box-sizing: border-box;
  width: 100%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-sm);
  padding: 10px 12px;
  color: #fff;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.45;
  outline: none;
  transition: border-color 0.2s ease;
}
.dai-sponsor-cf7 textarea {
  min-height: 76px;
  resize: vertical;
}
.dai-sponsor-cf7 input:focus,
.dai-sponsor-cf7 textarea:focus {
  border-color: var(--accent);
}
.dai-sponsor-cf7 input[type="submit"] {
  box-sizing: border-box;
  width: 100%;
  margin-top: 2px;
  border: 0;
  border-radius: 6px;
  background: var(--grad-hot);
  color: #fff;
  cursor: pointer;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 13px 24px;
  transition:
    transform 0.15s ease,
    filter 0.2s ease;
}
.dai-sponsor-cf7 input[type="submit"]:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
}
.dai-sponsor-cf7 .wpcf7-not-valid-tip {
  margin-top: 6px;
  color: #ff8d9b;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}
.dai-sponsor-cf7 .wpcf7-response-output {
  margin: 12px 0 0 !important;
  padding: 9px 11px !important;
  border-width: 1px !important;
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--font-body);
  font-size: 12px;
  line-height: 1.45;
}
.dai-sponsor-cf7 .wpcf7-spinner {
  display: block;
  margin: 10px auto 0;
}
@media (max-height: 760px) {
  .modal-ov {
    align-items: flex-start;
    padding-block: 16px;
  }
}
@media (max-width: 560px) {
  .dai-modal--wide {
    padding: 24px 20px;
  }
  .dai-modal__title {
    font-size: 27px;
  }
}

/* ===================== HERO (homepage) ===================== */
.dai-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(165deg, #0a0826 0%, #372ec4 56%, #6b4df5 100%);
  padding: clamp(28px, 4vw, 52px) clamp(20px, 4vw, 40px) clamp(56px, 7vw, 82px);
}
.hero-grid-overlay {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 46px 46px;
  -webkit-mask-image: radial-gradient(
    120% 90% at 50% 0%,
    #000 30%,
    transparent 78%
  );
  mask-image: radial-gradient(120% 90% at 50% 0%, #000 30%, transparent 78%);
  opacity: 0.5;
  pointer-events: none;
}
.hero-glow {
  position: absolute;
  right: -140px;
  bottom: -120px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(0, 235, 127, 0.16) 0%,
    rgba(0, 235, 127, 0) 66%
  );
  filter: blur(14px);
  pointer-events: none;
}
.dai-herowrap {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: clamp(48px, 6vw, 96px);
}
.dai-hero-left {
  flex: 0 0 478px;
  max-width: 100%;
  min-width: 0;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fff;
  border-radius: 999px;
  padding: 10px 20px 10px 15px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.16),
    rgba(255, 255, 255, 0.05)
  );
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.24),
    0 10px 30px -14px rgba(0, 235, 127, 0.55);
  backdrop-filter: blur(8px);
}
.hero-badge__pulse {
  position: relative;
  display: block;
  width: 8px;
  height: 8px;
  flex: none;
}
.hero-badge__dot {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: #00eb7f;
  box-shadow: 0 0 8px #00eb7f;
}
.hero-badge__ping {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: #00eb7f;
  animation: hx-ping 2.4s ease-out infinite;
}
.hero-title {
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
  color: #fff;
  font-size: 58px;
  margin: 24px 0 0;
}
.hero-title__grad {
  background: linear-gradient(100deg, #ffffff 0%, #cbd3ff 42%, #46f3a4 110%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  filter: drop-shadow(0 2px 18px rgba(70, 243, 164, 0.45));
}
.hero-lead {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.86);
  max-width: 430px;
  margin: 22px 0 0;
}
.hero-meta {
  display: inline-flex;
  align-items: center;
  margin-top: 26px;
  padding: 0;
  border-radius: 14px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.09),
    rgba(255, 255, 255, 0.035)
  );
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(10px);
  box-shadow: 0 12px 32px -20px rgba(0, 0, 0, 0.7);
  overflow: hidden;
}
.hero-meta__item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  white-space: nowrap;
  letter-spacing: -0.005em;
  padding: 13px 20px;
}
.hero-meta__item--dim {
  color: rgba(255, 255, 255, 0.92);
  letter-spacing: normal;
}
.hero-meta__ico {
  flex: none;
}
.hero-meta__div {
  width: 1px;
  align-self: stretch;
  background: rgba(255, 255, 255, 0.16);
}
.hero-meta__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #46f3a4;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.005em;
  white-space: nowrap;
  cursor: pointer;
  padding: 13px 20px;
  background: rgba(70, 243, 164, 0.08);
  align-self: stretch;
  text-decoration: none;
}
.dai-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  gap: 46px;
  margin-top: 42px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.hero-stat__num {
  font-weight: 550;
  font-size: 46px;
  line-height: 1;
  letter-spacing: -0.01em;
  background: linear-gradient(180deg, #ffffff 0%, #7cffc0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  filter: drop-shadow(0 2px 12px rgba(0, 235, 127, 0.4));
}
.hero-stat__label {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 8px;
}
.dai-ticket-col {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 620px;
}
.hero-ticket__glow {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 660px;
  height: 580px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(70, 243, 164, 0.3) 0%,
    rgba(124, 92, 255, 0.18) 44%,
    rgba(0, 235, 127, 0) 72%
  );
  filter: blur(30px);
  transform: translate(-50%, -50%);
}
.hero-ticket {
  position: relative;
  transform: rotate(-3deg) scale(0.86);
  transform-origin: center;
  border-radius: 18px;
  animation: glowShim 10s linear infinite;
}
.hero-ticket__ring {
  position: absolute;
  pointer-events: none;
  animation: ringShim 10s linear infinite;
}
.hero-ticket__ring--1 {
  inset: -14px;
  border-radius: 30px;
  border: 2px solid #6e78ff;
  animation-delay: 0s;
}
.hero-ticket__ring--2 {
  inset: -38px;
  border-radius: 44px;
  border: 1.5px solid #00eb7f;
  opacity: 0.72;
  animation-delay: -3.3s;
}
.hero-ticket__ring--3 {
  inset: -64px;
  border-radius: 58px;
  border: 1.5px solid #b79bff;
  opacity: 0.5;
  animation-delay: -6.6s;
}
.hero-ticket__body {
  position: relative;
  z-index: 2;
  display: flex;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 34px 74px -26px rgba(0, 0, 0, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.hero-ticket__stub {
  background: linear-gradient(160deg, #5353f2, #7a5cff);
  width: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-ticket__stub-txt {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-family: "IBM Plex Mono", "Titillium Web", monospace;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.42em;
  color: rgba(255, 255, 255, 0.95);
  text-transform: uppercase;
}
.hero-ticket__perf {
  width: 2px;
  background: repeating-linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.5) 0 6px,
    transparent 6px 13px
  );
}
.hero-ticket__main {
  background: linear-gradient(158deg, #302798 0%, #251e82 62%, #201a72 100%);
  padding: 30px 42px;
  display: flex;
  flex-direction: column;
  min-width: 452px;
}
.hero-ticket__hrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.hero-ticket__mono {
  font-family: "IBM Plex Mono", "Titillium Web", monospace;
  font-weight: 700;
  font-size: 11px;
}
.hero-ticket__mono--green {
  letter-spacing: 0.2em;
  color: #0fe07c;
}
.hero-ticket__mono--dim {
  letter-spacing: 0.16em;
  color: rgba(255, 255, 255, 0.5);
}
.hero-ticket__date {
  font-weight: 700;
  font-size: 37px;
  color: #fff;
  letter-spacing: -0.01em;
  margin-top: 14px;
}
.hero-ticket__sub {
  font-weight: 600;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.72);
  margin-top: 4px;
}
.hero-ticket__strip {
  display: flex;
  margin-top: 24px;
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.15));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
.hero-ticket__cell {
  flex: 1;
  padding: 15px 22px;
}
.hero-ticket__cell-label {
  font-family: "IBM Plex Mono", "Titillium Web", monospace;
  font-size: 9.5px;
  letter-spacing: 0.22em;
  color: #5fe9a8;
  text-transform: uppercase;
}
.hero-ticket__cell-val {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  margin-top: 6px;
  white-space: nowrap;
  letter-spacing: -0.01em;
}
.hero-ticket__cell-div {
  width: 1px;
  background: repeating-linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.32) 0 4px,
    transparent 4px 8px
  );
}
.hero-ticket__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 22px;
}
.hero-ticket__scanwrap {
  display: flex;
  align-items: center;
  gap: 13px;
}
.hero-ticket__qr {
  width: 74px;
  height: 74px;
  background: #fff;
  border-radius: 12px;
  padding: 7px;
  box-sizing: border-box;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.32);
  flex: none;
}
.hero-ticket__scan-label {
  font-family: "IBM Plex Mono", "Titillium Web", monospace;
  font-size: 9.5px;
  letter-spacing: 0.16em;
  color: rgba(255, 255, 255, 0.42);
  text-transform: uppercase;
}
.hero-ticket__scan-url {
  font-weight: 700;
  font-size: 13.5px;
  color: #fff;
  margin-top: 3px;
}
.hero-ticket__reg {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 15px 30px;
  border-radius: 10px;
  background: #00eb7f;
  color: #06231a;
  box-shadow: 0 12px 28px -10px rgba(0, 235, 127, 0.6);
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none;
}

/* ===================== MOBILE LAYOUT SAFETY PASS ===================== */
@media (max-width: 640px) {
  #dai-header {
    gap: 10px;
    min-height: 64px;
    padding: 11px 14px;
  }
  .dai-logo,
  #dai-header[data-scrolled="1"] .dai-logo {
    height: 30px;
  }
  .dai-header__actions {
    gap: 8px;
  }
  .dai-reg-btn {
    padding: 10px 13px !important;
    border-radius: 7px;
    font-size: 11px !important;
    white-space: nowrap;
  }
  .dai-burger {
    width: 34px;
    height: 34px;
    padding: 5px;
  }
  .dai-burger span {
    width: 22px;
  }
  .dai-mobnav {
    padding-inline: 18px;
  }

  /* Transforms do not affect document flow, so reserve the scaled ticket's height. */
  .dai-ticket-col {
    height: 300px !important;
    margin: 12px 0 6px;
  }
  .hero-ticket {
    transform: rotate(-3deg) scale(0.52) !important;
    transform-origin: center center;
  }

  .hp-spon-cta,
  .personas-panel,
  .testi-main {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hp-spon-cta > .dai-btn,
  .hp-contact__btns > *,
  .hp-venue__actions > * {
    width: 100%;
    justify-content: center;
  }
  .hp-persona {
    gap: 12px;
  }

  .hp-regcta__inner {
    padding: 40px 22px;
  }
  .hp-regcta__p {
    font-size: 16px;
  }
  .hp-regcta__actions > .dai-btn {
    width: 100%;
    padding-inline: 20px;
  }

  .hp-contact {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .hp-contact__mail {
    gap: 12px;
    padding: 18px;
  }
  .hp-contact__mail > span:last-child {
    min-width: 0;
  }
  .hp-contact__mail-val {
    font-size: 15px;
    overflow-wrap: anywhere;
  }
  .hp-contact__sponsor {
    min-height: 48px;
  }

  .hp-community {
    padding-top: 68px;
    padding-bottom: 68px;
  }
  .hp-reel__item {
    width: 280px;
    height: 186px;
  }
  .testi-main {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .hp-venue__photo-top {
    align-items: flex-start;
    flex-direction: column;
  }
  .hp-venue__photo-addr {
    white-space: normal;
  }
  .hp-venue__stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .hp-venue__stat-div {
    display: none;
  }
  .venue-journey-strip {
    flex-direction: column;
    gap: 28px;
  }
  .hp-venue__host {
    max-width: none;
  }
  .hp-venue__timeline {
    width: 100%;
    flex-direction: column;
    gap: 24px;
  }
  .hp-venue__timeline-bar {
    top: 6px;
    bottom: 6px;
    left: 6px;
    right: auto;
    width: 2px;
    height: auto;
    background: linear-gradient(180deg, #6e78ff, #00eb7f, #b79bff);
  }
  .hp-venue__step {
    min-width: 0;
    padding-left: 30px;
  }
  .hp-venue__dot {
    position: absolute;
    left: 0;
    top: 0;
  }

  .dai-site-footer__form .wpcf7-form-control-wrap,
  .dai-site-footer__form input[type="submit"] {
    flex-basis: 100%;
    width: 100%;
  }
}

@media (max-width: 374px) {
  .dai-logo,
  #dai-header[data-scrolled="1"] .dai-logo {
    height: 27px;
  }
  .dai-reg-btn {
    padding-inline: 10px !important;
    font-size: 10px !important;
  }
  .dai-ticket-col {
    height: 275px !important;
  }
  .hero-ticket {
    transform: rotate(-3deg) scale(0.48) !important;
  }
}

/* Standalone V2 pages load this shared stylesheet before their page skin. */
@media (max-width: 640px) {
  .dai-register .rg-hero,
  .dai-sponsors .spon-hero,
  .dai-venue .vn-hero,
  .dai-about .ab-hero,
  .dai-speakers .sp-hero {
    padding-top: 58px !important;
    padding-bottom: 54px !important;
  }

  /* Register */
  #dai .dai-register .rg-hero__title {
    font-size: clamp(38px, 12vw, 52px);
  }
  #dai .dai-register .rg-chiprow {
    align-items: stretch;
    flex-direction: column;
    margin-top: 28px;
  }
  #dai .dai-register .infochip {
    width: 100%;
  }
  #dai .dai-register .rg-tiers-sec {
    padding-top: 42px !important;
    padding-bottom: 64px !important;
  }
  #dai .dai-register .tiergrid3 {
    gap: 16px;
  }
  #dai .dai-register .pcard {
    padding: 26px 22px;
  }
  #dai .dai-register .rg-tier__head {
    align-items: flex-start;
    flex-wrap: wrap;
  }
  #dai .dai-register .rg-price__num {
    font-size: 48px;
  }
  #dai .dai-register .rg-inc-sec {
    padding-top: 62px !important;
    padding-bottom: 62px !important;
  }
  #dai .dai-register .rg-inc-card {
    padding: 24px 22px;
  }

  /* Sponsors */
  #dai .dai-sponsors .spon-hero {
    padding-bottom: 40px !important;
  }
  #dai .dai-sponsors .sp-tabs {
    display: flex;
    width: 100%;
  }
  #dai .dai-sponsors .sp-tab {
    flex: 1;
    min-width: 0;
    padding: 11px 8px;
    font-size: 11px;
  }
  #dai .dai-sponsors .spon-tiers-sec {
    padding-top: 26px !important;
    padding-bottom: 22px !important;
  }
  #dai .dai-sponsors .tier-panel {
    padding: 36px 18px 22px;
  }
  #dai .dai-sponsors .tier-head {
    left: 18px;
  }
  #dai .dai-sponsors .splogo {
    padding: min(16px, var(--logo-card-padding, 16px));
  }
  #dai .dai-sponsors .spon-cat-grid {
    grid-template-columns: 1fr;
  }
  #dai .dai-sponsors .spon-cta {
    padding-top: 24px !important;
    padding-bottom: 64px !important;
  }
  #dai .dai-sponsors .spon-cta__panel {
    padding: 38px 22px;
  }
  #dai .dai-sponsors .spon-cta__btn {
    width: 100%;
    justify-content: center;
    white-space: normal;
    text-align: center;
  }

  /* Venue */
  #dai .dai-venue .vn-hero__lead {
    font-size: 16px;
  }
  #dai .dai-venue .vn-guide-sec {
    padding-top: 48px !important;
  }
  #dai .dai-venue .vn-guide {
    grid-template-columns: 1fr;
  }
  #dai .dai-venue .vn-guide__cell {
    padding: 22px;
  }
  #dai .dai-venue .vn-venue-sec {
    padding-top: 42px !important;
  }
  #dai .dai-venue .vn-photo {
    min-height: 240px;
  }
  #dai .dai-venue .vn-card {
    padding: 24px 22px;
  }
  #dai .dai-venue .vn-map {
    height: 280px;
  }
  #dai .dai-venue .vn-hotel__photo {
    min-height: 260px;
  }
  #dai .dai-venue .vn-hotel__body {
    padding: 28px 22px;
  }
  #dai .dai-venue .vn-getting-sec {
    padding-top: 62px !important;
    padding-bottom: 62px !important;
  }
  #dai .dai-venue .vn-getting__grid {
    grid-template-columns: 1fr;
  }
  #dai .dai-venue .vn-info {
    padding: 24px 22px;
  }
  #dai .dai-venue .vn-info__row {
    align-items: flex-start;
    flex-wrap: wrap;
  }
  #dai .dai-venue .vn-btn {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  /* Full agenda */
  #dai .dai-fa .fa-hero {
    padding: 54px 22px 8px;
  }
  #dai .dai-fa .fa-hero__title {
    font-size: clamp(38px, 12vw, 52px);
  }
  #dai .dai-fa .fa-studio {
    padding: 24px 22px 76px;
  }
  #dai .dai-fa .fs-grid {
    gap: 26px;
  }
  #dai .dai-fa .fs-rail {
    padding: 18px;
  }
  #dai .dai-fa .fa-list__head {
    align-items: stretch;
    flex-direction: column;
  }
  #dai .dai-fa .fs-cta {
    justify-content: center;
    width: 100%;
  }
  #dai .dai-fa .fa-group__head {
    align-items: flex-start;
    flex-wrap: wrap;
  }
  #dai .dai-fa .fa-group__rule {
    flex-basis: 100%;
  }
  #dai .dai-fa .fs-card {
    padding: 18px;
  }
  #dai .dai-fa .fa-card__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  #dai .dai-fa .fa-card__time {
    display: inline;
    font-size: 17px;
  }
  #dai .dai-fa .fa-card__mer {
    display: inline;
    margin-left: 4px;
  }
  #dai .dai-fa .fa-card__actions {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #dai .dai-fa .fs-title {
    font-size: 16px;
  }

  /* About */
  #dai .dai-about .ab-section {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  #dai .dai-about .mission-grid {
    gap: 36px;
  }
  #dai .dai-about .ab-quote {
    padding: 30px 22px;
  }
  #dai .dai-about .ab-team__lead {
    margin-bottom: 32px;
  }
  #dai .dai-about .ab-cta {
    padding-top: 20px !important;
    padding-bottom: 64px !important;
  }
  #dai .dai-about .ab-cta__panel {
    padding: 40px 22px;
  }
  #dai .dai-about .ab-btn-light {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  /* Speakers */
  #dai .dai-speakers .sp-grid-sec {
    padding-top: 58px !important;
    padding-bottom: 76px !important;
  }
  #dai .dai-speakers .spk-photo {
    width: clamp(112px, 38vw, 150px);
    height: clamp(112px, 38vw, 150px);
  }
  #dai .dai-speakers .spk-bio {
    gap: 20px;
    padding: 24px 20px;
    margin-top: -12px;
  }
  #dai .dai-speakers .spk-bio-photo {
    width: 112px !important;
    height: 112px !important;
    border-radius: 20px !important;
  }
  #dai .dai-speakers .spk-bio-photo img {
    border-radius: 17px !important;
  }
}

@media (max-width: 900px) {
  #dai .dai-register .pcard.feat,
  #dai .dai-register .pcard.feat:hover {
    transform: none;
  }
}

@media (min-width: 641px) and (max-width: 940px) {
  .hero-ticket {
    transform: rotate(-3deg) scale(0.78) !important;
  }
}
