:root {
  --aer-bg: #041019;
  --aer-bg-deep: #020910;
  --aer-panel: rgba(12, 28, 40, 0.78);
  --aer-panel-solid: #0b1c28;
  --aer-line: rgba(159, 196, 212, 0.18);
  --aer-text: #f5f8fa;
  --aer-muted: #9fb0bc;
  --aer-teal: #3bd8c8;
  --aer-teal-2: #1ba6a0;
  --aer-orange: #f05b2b;
  --aer-orange-2: #ff8a4f;
  --aer-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
  --aer-radius: 24px;
  --aer-container: min(1180px, calc(100% - 40px));
  --aer-admin-offset: 0px;
  --aer-header-height: 86px;
}

/* WordPress-safe reset: scoped to this landing page so theme CSS cannot break it. */
html { scroll-behavior: smooth; }
body.aerchain-event-page,
body.aerchain-preview {
  margin: 0 !important;
  padding: 0 !important;
  min-width: 0 !important;
  color: var(--aer-text) !important;
  background:
    radial-gradient(circle at 8% 5%, rgba(59,216,200,.08), transparent 28%),
    radial-gradient(circle at 92% 15%, rgba(240,91,43,.07), transparent 24%),
    var(--aer-bg) !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 16px;
  line-height: 1.6 !important;
  overflow-x: hidden !important;
  -webkit-font-smoothing: antialiased;
}
body.aerchain-event-page .aer-event,
body.aerchain-preview .aer-event {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  color: var(--aer-text);
  background: transparent;
  font-family: inherit;
  line-height: 1.6;
}
body.aerchain-event-page .aer-event *,
body.aerchain-event-page .aer-event *::before,
body.aerchain-event-page .aer-event *::after,
body.aerchain-preview .aer-event *,
body.aerchain-preview .aer-event *::before,
body.aerchain-preview .aer-event *::after { box-sizing: border-box; }
.aer-event :where(h1, h2, h3, h4, h5, h6, p, figure, ul, ol) { margin-top: 0; }
.aer-event :where(h1, h2, h3, h4, h5, h6) {
  color: inherit;
  font-family: inherit;
  text-transform: none;
}
.aer-event img { max-width: 100%; height: auto; display: block; border: 0; }
.aer-event a { color: inherit; text-decoration: none; }
.aer-event button,
.aer-event input,
.aer-event textarea,
.aer-event select { font: inherit; letter-spacing: normal; text-transform: none; }
.aer-event button { cursor: pointer; }
.aer-event ::selection { background: rgba(59,216,200,.3); color: #fff; }

.aer-event {
  position: relative;
  width: 100%;
  max-width: none;
  overflow: clip;
  isolation: auto;
}a.event-header__cta.media-mohalla {
    background: #7b66ff;
}
.aer-event main,
.aer-event section,
.aer-event header,
.aer-event footer { width: 100%; max-width: none; }
.aer-container { width: var(--aer-container); margin-inline: auto; position: relative; z-index: 2; }
.aer-section { padding: 110px 0; position: relative; }
.aer-section--compact { padding: 82px 0; }
.aer-section--soft {
  background: linear-gradient(180deg, rgba(10,29,41,.44), rgba(4,16,25,.08));
  border-top: 1px solid rgba(255,255,255,.035);
  border-bottom: 1px solid rgba(255,255,255,.035);
}
.aer-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, transparent, #000 20%, #000 80%, transparent);
  opacity: .28;
}

body.aerchain-event-page .aer-event .event-header,
body.aerchain-preview .aer-event .event-header {
  position: fixed !important;
  z-index: 2147483000 !important;
  top: var(--aer-admin-offset, 0px) !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  min-height: var(--aer-header-height);
  background: rgba(3, 13, 21, .78) !important;
  border-bottom: 1px solid rgba(255,255,255,.055) !important;
  box-shadow: none;
  backdrop-filter: blur(18px) saturate(135%);
  -webkit-backdrop-filter: blur(18px) saturate(135%);
  transform: translateZ(0);
  transition: background .25s ease, border-color .25s ease, box-shadow .25s ease;
}
body.aerchain-event-page .aer-event .event-header.is-scrolled,
body.aerchain-preview .aer-event .event-header.is-scrolled,
body.aer-menu-open .aer-event .event-header {
  background: #03101a !important;
  border-color: rgba(255,255,255,.10) !important;
  box-shadow: 0 12px 34px rgba(0,0,0,.34) !important;
}
.event-header__inner {
  position: relative;
  z-index: 2;
  width: var(--aer-container);
  height: 86px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.event-logo { flex: 0 0 auto; display: inline-flex; align-items: center; }
.event-logo img { width: 215px; height: auto; }
.event-nav { display: flex; align-items: center; gap: 26px; margin-left: auto; }
.event-nav a {
  color: #c9d4db;
  font-size: 14px;
  font-weight: 600;
  transition: color .2s ease;
  white-space: nowrap;
}
.event-nav a:hover, .event-nav a.is-active { color: #fff; }
.event-header__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--aer-orange), #ff7439);
  box-shadow: 0 12px 30px rgba(240,91,43,.24);
  font-size: 14px;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease;
}
.event-header__cta:hover { transform: translateY(-2px); box-shadow: 0 16px 36px rgba(240,91,43,.34); }
.event-menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--aer-line);
  border-radius: 12px;
  background: rgba(255,255,255,.04);
  color: #fff;
  align-items: center;
  justify-content: center;
}
.event-menu-toggle span,
.event-menu-toggle::before,
.event-menu-toggle::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: currentColor;
  border-radius: 4px;
  transition: transform .25s ease, opacity .25s ease;
}
.event-menu-toggle span { margin: 4px 0; }
.event-menu-toggle.is-open span { opacity: 0; }
.event-menu-toggle.is-open::before { transform: translateY(6px) rotate(45deg); }
.event-menu-toggle.is-open::after { transform: translateY(-6px) rotate(-45deg); }

.hero {
  position: relative;
  min-height: 100svh;
  padding: 150px 0 90px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 30%, rgba(59,216,200,.10), transparent 22%),
    radial-gradient(circle at 91% 55%, rgba(240,91,43,.12), transparent 22%),
    linear-gradient(180deg, #03101a 0%, #061722 58%, #041019 100%);
}
#particle-canvas { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .72; z-index: 0; }
.hero::after {
  content: "";
  position: absolute;
  left: -8%;
  right: -8%;
  bottom: -104px;
  height: 210px;
  background: var(--aer-bg);
  border-top: 1px solid rgba(255,255,255,.09);
  transform: rotate(-3deg);
  z-index: 1;
}
.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(430px, .95fr);
  align-items: center;
  gap: 66px;
  position: relative;
  z-index: 2;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--aer-orange-2);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 34px; height: 2px; background: var(--aer-orange); border-radius: 2px; }
.hero h1 {
  margin: 0;
  max-width: 780px;
  font-size: clamp(48px, 6.2vw, 82px);
  line-height: .99;
  letter-spacing: -.055em;
  font-weight: 850;
  text-wrap: balance;
}
.hero h1 .gradient-text {
  display: block;
  color: transparent;
  background: linear-gradient(100deg, var(--aer-teal) 8%, #7ce8d7 42%, #ff7b40 92%);
  -webkit-background-clip: text;
  background-clip: text;
}
.hero__lead {
  max-width: 690px;
  margin: 30px 0 28px;
  color: #b8c5ce;
  font-size: 18px;
  line-height: 1.75;
}
.hero__meta { display: flex; flex-wrap: wrap; gap: 12px; margin: 0 0 30px; }
.meta-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 16px;
  border: 1px solid rgba(59,216,200,.34);
  border-radius: 999px;
  background: rgba(5,30,38,.66);
  color: #dffcf8;
  font-size: 14px;
  font-weight: 700;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.02);
}
.meta-chip svg { color: var(--aer-teal); flex: 0 0 auto; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; }
.btn {
  min-height: 54px;
  padding: 0 24px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid transparent;
  font-weight: 800;
  font-size: 15px;
  transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.btn svg { transition: transform .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn:hover svg { transform: translateX(4px); }
.btn--primary {
  background: linear-gradient(135deg, var(--aer-orange), #ff7639);
  color: #fff;
  box-shadow: 0 15px 36px rgba(240,91,43,.28);
}
.btn--primary:hover { box-shadow: 0 18px 42px rgba(240,91,43,.38); }
.btn--secondary {
  color: #fff;
  border-color: rgba(255,255,255,.22);
  background: rgba(255,255,255,.045);
  backdrop-filter: blur(12px);
}
.btn--secondary:hover { border-color: rgba(59,216,200,.7); background: rgba(59,216,200,.08); }
.hero__visual { position: relative; min-height: 590px; perspective: 1000px; }
.hero__visual::before {
  content: "";
  position: absolute;
  inset: 10% 8%;
  background: radial-gradient(circle, rgba(59,216,200,.18), transparent 64%);
  filter: blur(25px);
}
.photo-card {
  position: absolute;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.17);
  background: #0b1c28;
  box-shadow: 0 28px 80px rgba(0,0,0,.44);
  transform-style: preserve-3d;
}
.photo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(2,9,15,.5));
  pointer-events: none;
}
.photo-card img { width: 100%; height: 100%; object-fit: cover; }
.photo-card--main { width: 78%; height: 360px; left: 8%; top: 110px; transform: rotate(-1.7deg); border-color: rgba(240,91,43,.5); }
.photo-card--top { width: 43%; height: 205px; right: 1%; top: 0; transform: rotate(3deg); border-color: rgba(59,216,200,.58); }
.photo-card--bottom { width: 48%; height: 235px; left: 0; bottom: 0; transform: rotate(2.2deg); border-color: rgba(59,216,200,.45); }
.photo-card--side { width: 36%; height: 240px; right: 0; bottom: 30px; transform: rotate(-3deg); border-color: rgba(240,91,43,.5); }
.hero__badge {
  position: absolute;
  z-index: 4;
  left: 28px;
  top: 26px;
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 12px;
  background: rgba(2,11,18,.76);
  backdrop-filter: blur(14px);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  box-shadow: 0 12px 30px rgba(0,0,0,.25);
}
.hero__scroll {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.24);
  display: grid;
  place-items: center;
  background: rgba(4,16,25,.55);
  animation: scrollBounce 2.1s infinite;
}
@keyframes scrollBounce { 0%,100%{transform:translate(-50%,0)} 50%{transform:translate(-50%,8px)} }

.section-heading { max-width: 760px; margin: 0 auto 52px; text-align: center; position: relative; z-index: 2; }
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 12px;
  color: var(--aer-teal);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.section-kicker::before, .section-kicker::after { content: ""; width: 32px; height: 1px; background: currentColor; opacity: .75; }
.section-heading h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.1;
  letter-spacing: -.035em;
  font-weight: 820;
  text-wrap: balance;
}
.section-heading p { margin: 18px auto 0; max-width: 700px; color: var(--aer-muted); font-size: 17px; }

.takeaway-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; position: relative; z-index: 2; }
.takeaway-card {
  position: relative;
  min-height: 250px;
  padding: 28px;
  border-radius: var(--aer-radius);
  border: 1px solid var(--aer-line);
  background:
    linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.018)),
    rgba(8,24,35,.74);
  box-shadow: var(--aer-shadow);
  overflow: hidden;
  transition: transform .3s ease, border-color .3s ease;
}
.takeaway-card:hover { transform: translateY(-8px); border-color: rgba(59,216,200,.38); }
.takeaway-card:nth-child(2):hover { border-color: rgba(240,91,43,.42); }
.takeaway-card::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -70px;
  bottom: -80px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(59,216,200,.18), transparent 65%);
}
.takeaway-card:nth-child(2)::after { background: radial-gradient(circle, rgba(240,91,43,.19), transparent 65%); }
.takeaway-number {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin-bottom: 32px;
  border: 1px solid rgba(59,216,200,.7);
  background: rgba(59,216,200,.09);
  color: var(--aer-teal);
  font-size: 24px;
  font-weight: 850;
}
.takeaway-card:nth-child(2) .takeaway-number { border-color: rgba(240,91,43,.7); background: rgba(240,91,43,.08); color: var(--aer-orange-2); }
.takeaway-card h3 { margin: 0 0 10px; font-size: 20px; line-height: 1.3; }
.takeaway-card p { margin: 0; color: #b4c1ca; font-size: 16px; }

.agenda-shell {
  position: relative;
  z-index: 2;
  border: 1px solid var(--aer-line);
  border-radius: 30px;
  padding: 46px 42px;
  background: linear-gradient(135deg, rgba(9,27,39,.93), rgba(7,20,29,.78));
  box-shadow: var(--aer-shadow);
}
.agenda-line { position: absolute; left: 13%; right: 13%; top: 94px; height: 1px; background: linear-gradient(90deg, var(--aer-teal), rgba(255,255,255,.22), var(--aer-orange)); opacity: .7; }
.agenda-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; position: relative; }
.agenda-item { text-align: center; position: relative; padding-top: 8px; }
.agenda-icon {
  width: 82px;
  height: 82px;
  margin: 0 auto 24px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid rgba(59,216,200,.64);
  background: #071721;
  color: var(--aer-teal);
  box-shadow: 0 0 0 9px rgba(59,216,200,.04);
  position: relative;
  z-index: 2;
}
.agenda-item:nth-child(2) .agenda-icon { border-color: rgba(240,91,43,.68); color: var(--aer-orange-2); box-shadow: 0 0 0 9px rgba(240,91,43,.04); }
.agenda-item h3 { margin: 0 0 8px; font-size: 20px; line-height: 1.3; }
.agenda-item p { margin: 0; color: var(--aer-muted); }
.agenda-time { display: inline-block; margin-top: 11px; color: #fff; font-weight: 800; font-size: 14px; }

.speaker-grid { display: grid; grid-template-columns: 420px 1fr; gap: 68px; align-items: center; position: relative; z-index: 2; }
.speaker-photo-wrap { position: relative; }
.speaker-photo-wrap::before {
  content: "";
  position: absolute;
  inset: -18px 18px 18px -18px;
  border-radius: 30px;
  border: 1px solid rgba(59,216,200,.34);
  background: rgba(59,216,200,.04);
}
.speaker-photo {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: var(--aer-shadow);
  background: #eef2f3;
}
.speaker-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 16%; }
.speaker-copy .section-kicker { margin-bottom: 16px; }
.speaker-copy h2 { margin: 0; font-size: clamp(40px, 4.5vw, 64px); line-height: 1; letter-spacing: -.045em; }
.speaker-role { margin: 16px 0 0; color: var(--aer-teal); font-size: 20px; font-weight: 780; }
.speaker-company { margin: 4px 0 24px; color: #fff; font-size: 18px; font-weight: 800; }
.speaker-company::after { content: ""; display: block; width: 56px; height: 3px; margin-top: 14px; background: var(--aer-orange); border-radius: 4px; }
.speaker-copy p { margin: 0; color: #b8c4cc; font-size: 17px; line-height: 1.82; }

.gallery-grid {
  display: grid;
  grid-template-columns: 1.25fr .75fr .75fr;
  grid-template-rows: 280px 280px;
  gap: 14px;
  position: relative;
  z-index: 2;
}
.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.10);
  background: #0b1c28;
  cursor: zoom-in;
}
.gallery-item:first-child { grid-row: 1 / 3; }
.gallery-item:nth-child(4) { grid-column: 2 / 4; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.gallery-item:hover img { transform: scale(1.045); }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(2,9,15,.52)); opacity: .7; }
.gallery-item span {
  position: absolute;
  left: 18px;
  bottom: 16px;
  z-index: 2;
  padding: 7px 10px;
  border-radius: 9px;
  background: rgba(3,12,19,.74);
  backdrop-filter: blur(10px);
  color: #eaf1f4;
  font-size: 12px;
  font-weight: 750;
}
.gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
  place-items: center;
  padding: 30px;
  background: rgba(0,0,0,.88);
  backdrop-filter: blur(12px);
}
.gallery-modal.is-open { display: grid; }
.gallery-modal img { max-width: min(1100px, 92vw); max-height: 86vh; border-radius: 18px; box-shadow: 0 30px 100px rgba(0,0,0,.6); }
.gallery-modal button { position: absolute; right: 28px; top: 24px; width: 48px; height: 48px; border-radius: 50%; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.08); color: #fff; font-size: 28px; }

.audience-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; position: relative; z-index: 2; }
.audience-card {
  min-height: 170px;
  border-radius: 20px;
  border: 1px solid var(--aer-line);
  background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.016));
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform .25s ease, border-color .25s ease;
}
.audience-card:hover { transform: translateY(-6px); border-color: rgba(59,216,200,.45); }
.audience-icon { width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; background: rgba(59,216,200,.09); color: var(--aer-teal); border: 1px solid rgba(59,216,200,.28); }
.audience-card:nth-child(even) .audience-icon { color: var(--aer-orange-2); background: rgba(240,91,43,.08); border-color: rgba(240,91,43,.28); }
.audience-card h3 { margin: 24px 0 0; font-size: 19px; line-height: 1.35; }

.registration-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 34px; align-items: stretch; position: relative; z-index: 2; }
.registration-info,
.registration-form-wrap {
  border-radius: 28px;
  border: 1px solid var(--aer-line);
  background: linear-gradient(145deg, rgba(13,35,48,.92), rgba(6,20,30,.86));
  box-shadow: var(--aer-shadow);
}
.registration-info { padding: 42px; position: relative; overflow: hidden; }
.registration-info::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  right: -120px;
  top: -100px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(240,91,43,.22), transparent 68%);
}
.registration-info h3 { margin: 16px 0 14px; max-width: 430px; font-size: 34px; line-height: 1.15; letter-spacing: -.025em; }
.registration-info > p { margin: 0; color: #acbbc5; }
.registration-facts { display: grid; gap: 14px; margin-top: 34px; }
.registration-fact { display: flex; gap: 14px; align-items: flex-start; padding: 16px; border-radius: 16px; background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.06); }
.registration-fact__icon { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; flex: 0 0 auto; color: var(--aer-teal); background: rgba(59,216,200,.08); }
.registration-fact strong { display: block; font-size: 14px; color: #fff; }
.registration-fact span { display: block; color: var(--aer-muted); font-size: 14px; margin-top: 2px; }
.event-detail-link { display: inline-flex; margin-top: 7px; color: var(--aer-teal); font-size: 12px; font-weight: 800; text-decoration: none; }
.event-detail-link:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.registration-form-wrap { padding: 38px; border-color: rgba(59,216,200,.28); }
.form-topline { display: flex; justify-content: space-between; gap: 20px; align-items: flex-start; margin-bottom: 26px; }
.form-topline h3 { margin: 0; font-size: 28px; }
.form-topline p { margin: 4px 0 0; color: var(--aer-muted); }
.form-date { padding: 8px 12px; border-radius: 999px; color: var(--aer-teal); background: rgba(59,216,200,.08); border: 1px solid rgba(59,216,200,.24); font-size: 12px; font-weight: 800; white-space: nowrap; }
.event-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.form-field { display: grid; gap: 8px; }
.form-field--full { grid-column: 1 / -1; }
.form-field label { color: #d8e2e7; font-size: 13px; font-weight: 700; }
.form-field input,
.form-field textarea,
.form-field select {
  width: 100%;
  border: 1px solid rgba(163,196,211,.18);
  border-radius: 13px;
  background: rgba(1,10,16,.48);
  color: #fff;
  padding: 13px 14px;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.form-field textarea { min-height: 118px; resize: vertical; }
.form-field input::placeholder, .form-field textarea::placeholder { color: #718491; }
.form-field input:focus, .form-field textarea:focus, .form-field select:focus { border-color: rgba(59,216,200,.68); box-shadow: 0 0 0 4px rgba(59,216,200,.08); background: rgba(2,15,22,.72); }
.form-consent { grid-column: 1 / -1; display: flex; align-items: flex-start; gap: 10px; color: #93a7b3; font-size: 12px; }
.form-consent input { margin-top: 4px; accent-color: var(--aer-teal); }
.form-submit { grid-column: 1 / -1; min-height: 54px; border: 0; border-radius: 14px; background: linear-gradient(135deg, var(--aer-teal-2), var(--aer-teal)); color: #021214; font-weight: 900; box-shadow: 0 15px 36px rgba(59,216,200,.18); transition: transform .2s ease, box-shadow .2s ease; }
.form-submit:hover { transform: translateY(-2px); box-shadow: 0 18px 42px rgba(59,216,200,.28); }
.form-note { grid-column: 1 / -1; margin: -2px 0 0; text-align: center; color: #718591; font-size: 12px; }
.form-status { margin: 0 0 20px; padding: 14px 16px; border-radius: 13px; font-size: 14px; font-weight: 700; }
.form-status--success { color: #c8fff7; background: rgba(59,216,200,.1); border: 1px solid rgba(59,216,200,.3); }
.form-status--error { color: #ffd7ca; background: rgba(240,91,43,.1); border: 1px solid rgba(240,91,43,.3); }
.form-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }


/* Contact Form 7 integration */
.aer-event .aerchain-cf7-embed,
.aer-event .aerchain-cf7-embed .wpcf7,
.aer-event .aerchain-cf7-embed form,
.aer-event .aerchain-cf7-form { width: 100%; }

.aer-event .aerchain-cf7-embed form,
.aer-event .aerchain-cf7-form { margin: 0; }

.aer-event .aerchain-cf7-embed p { margin: 0; }

.aer-event .aerchain-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.aer-event .aerchain-form-field {
  display: grid;
  gap: 8px;
  margin: 0 0 16px;
}

.aer-event .aerchain-form-field label {
  display: block;
  color: #d8e2e7;
  font-size: 13px;
  font-weight: 700;
}

.aer-event .aerchain-form-field label > span,
.aer-event .aerchain-form-field label .required { color: var(--aer-orange); }

.aer-event .aerchain-form-field .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.aer-event .aerchain-form-field input:not([type="checkbox"]):not([type="radio"]),
.aer-event .aerchain-form-field textarea,
.aer-event .aerchain-form-field select,
.aer-event .aerchain-cf7-embed .wpcf7-text,
.aer-event .aerchain-cf7-embed .wpcf7-email,
.aer-event .aerchain-cf7-embed .wpcf7-tel,
.aer-event .aerchain-cf7-embed .wpcf7-textarea,
.aer-event .aerchain-cf7-embed .wpcf7-select {
  width: 100%;
  max-width: none;
  min-height: 50px;
  border: 1px solid rgba(163,196,211,.18) !important;
  border-radius: 13px !important;
  background: rgba(1,10,16,.48) !important;
  color: #fff !important;
  padding: 13px 14px !important;
  font: inherit;
  outline: none;
  box-shadow: none;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.aer-event .aerchain-form-field textarea,
.aer-event .aerchain-cf7-embed .wpcf7-textarea {
  min-height: 118px;
  resize: vertical;
}

.aer-event .aerchain-form-field input::placeholder,
.aer-event .aerchain-form-field textarea::placeholder,
.aer-event .aerchain-cf7-embed input::placeholder,
.aer-event .aerchain-cf7-embed textarea::placeholder { color: #718491; opacity: 1; }

.aer-event .aerchain-form-field input:focus,
.aer-event .aerchain-form-field textarea:focus,
.aer-event .aerchain-form-field select:focus,
.aer-event .aerchain-cf7-embed .wpcf7-form-control:focus {
  border-color: rgba(59,216,200,.68) !important;
  box-shadow: 0 0 0 4px rgba(59,216,200,.08) !important;
  background: rgba(2,15,22,.72) !important;
}

.aer-event .aerchain-consent {
  margin: 2px 0 20px;
  color: #93a7b3;
  font-size: 12px;
  line-height: 1.55;
}

.aer-event .aerchain-consent .wpcf7-list-item { margin: 0; }
.aer-event .aerchain-consent label { display: flex; gap: 10px; align-items: flex-start; }
.aer-event .aerchain-consent input[type="checkbox"] { margin-top: 4px; accent-color: var(--aer-teal); }

.aer-event .aerchain-form-submit { margin-top: 2px; }

.aer-event .aerchain-submit,
.aer-event .aerchain-cf7-embed .wpcf7-submit {
  width: 100%;
  min-height: 54px;
  border: 0 !important;
  border-radius: 14px !important;
  background: linear-gradient(135deg, var(--aer-teal-2), var(--aer-teal)) !important;
  color: #021214 !important;
  padding: 14px 22px !important;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 15px 36px rgba(59,216,200,.18);
  transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}

.aer-event .aerchain-submit:hover,
.aer-event .aerchain-cf7-embed .wpcf7-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(59,216,200,.28);
}

.aer-event .aerchain-cf7-embed form.submitting .wpcf7-submit { opacity: .68; cursor: wait; }
.aer-event .aerchain-cf7-embed .wpcf7-spinner { display: block; margin: 12px auto 0; }
.aer-event .aerchain-cf7-embed .wpcf7-not-valid-tip { margin-top: 6px; color: #ff9a7b; font-size: 12px; }
.aer-event .aerchain-cf7-embed .wpcf7-not-valid { border-color: rgba(240,91,43,.75) !important; }

.aer-event .aerchain-cf7-embed .wpcf7-response-output {
  margin: 20px 0 0 !important;
  padding: 14px 16px !important;
  border-radius: 13px;
  color: #fff;
  font-size: 13px;
}

.aer-event .aerchain-cf7-embed form.sent .wpcf7-response-output {
  border-color: rgba(59,216,200,.42) !important;
  background: rgba(59,216,200,.1);
  color: #c8fff7;
}

.aer-event .aerchain-cf7-embed form.invalid .wpcf7-response-output,
.aer-event .aerchain-cf7-embed form.failed .wpcf7-response-output,
.aer-event .aerchain-cf7-embed form.unaccepted .wpcf7-response-output,
.aer-event .aerchain-cf7-embed form.spam .wpcf7-response-output {
  border-color: rgba(240,91,43,.42) !important;
  background: rgba(240,91,43,.1);
  color: #ffd7ca;
}

.aer-event .aerchain-cf7-embed .wpcf7 form .wpcf7-response-output { grid-column: 1 / -1; }

.event-footer { padding: 42px 0; border-top: 1px solid rgba(255,255,255,.08); background: #020b12; }
.event-footer__inner { width: var(--aer-container); margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.event-footer img { width: 210px; }
.event-footer p { margin: 0; color: #8397a4; text-align: right; font-size: 14px; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: .08s; }
.reveal-delay-2 { transition-delay: .16s; }
.reveal-delay-3 { transition-delay: .24s; }

.back-to-top {
  position: fixed;
  z-index: 900;
  right: 22px;
  bottom: 22px;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 14px;
  background: rgba(5,20,29,.82);
  color: #fff;
  display: grid;
  place-items: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: .25s ease;
  backdrop-filter: blur(12px);
}
.back-to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.back-to-top:hover { border-color: rgba(59,216,200,.6); color: var(--aer-teal); }

@media (max-width: 1100px) {
  .event-nav { gap: 18px; }
  .event-nav a { font-size: 13px; }
  .hero__grid { grid-template-columns: 1fr 440px; gap: 34px; }
  .hero h1 { font-size: clamp(48px, 6vw, 68px); }
  .hero__visual { min-height: 540px; }
  .speaker-grid { grid-template-columns: 360px 1fr; gap: 48px; }
}

@media (max-width: 920px) {
  body.aerchain-event-page .aer-event .event-header,
  body.aerchain-preview .aer-event .event-header {
    background: #03101a !important;
    border-bottom-color: rgba(255,255,255,.10) !important;
    box-shadow: 0 8px 26px rgba(0,0,0,.28) !important;
  }
  .event-menu-toggle { display: inline-flex; flex-direction: column; position: relative; z-index: 3; }
  .event-header__cta { display: none; }
  body.aerchain-event-page .aer-event .event-nav,
  body.aerchain-preview .aer-event .event-nav {
    position: fixed !important;
    z-index: 2147482999 !important;
    left: 0 !important;
    right: 0 !important;
    top: calc(var(--aer-admin-offset, 0px) + var(--aer-header-height)) !important;
    width: 100% !important;
    max-height: calc(100dvh - var(--aer-admin-offset, 0px) - var(--aer-header-height));
    overflow-y: auto;
    margin: 0 !important;
    padding: 16px 18px 22px !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(255,255,255,.10) !important;
    border-radius: 0 0 18px 18px !important;
    background: #03101a !important;
    background-image: linear-gradient(180deg, #03101a 0%, #061722 100%) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    display: grid !important;
    gap: 6px !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity .22s ease, visibility .22s ease, transform .22s ease;
    box-shadow: 0 24px 60px rgba(0,0,0,.55) !important;
  }
  body.aerchain-event-page .aer-event .event-nav.is-open,
  body.aerchain-preview .aer-event .event-nav.is-open {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
  }
  body.aerchain-event-page .aer-event .event-nav a,
  body.aerchain-preview .aer-event .event-nav a {
    display: block !important;
    padding: 13px 15px !important;
    border: 1px solid rgba(255,255,255,.08) !important;
    border-radius: 12px !important;
    background: rgba(255,255,255,.035) !important;
    color: #e7eef2 !important;
    font-size: 14px !important;
  }
  body.aerchain-event-page .aer-event .event-nav a:hover,
  body.aerchain-event-page .aer-event .event-nav a.is-active,
  body.aerchain-preview .aer-event .event-nav a:hover,
  body.aerchain-preview .aer-event .event-nav a.is-active {
    border-color: rgba(59,216,200,.35) !important;
    background: rgba(59,216,200,.10) !important;
    color: #fff !important;
  }
  body.aer-menu-open { overflow: hidden !important; }
  body.aer-menu-open iframe[title*="Ask AI" i],
  body.aer-menu-open [aria-label*="Ask AI" i],
  body.aer-menu-open [id*="ask-ai" i],
  body.aer-menu-open [class*="ask-ai" i] {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
  .hero { padding-top: 130px; }
  .hero__grid { grid-template-columns: 1fr; }
  .hero__content { text-align: center; }
  .hero__lead { margin-inline: auto; }
  .hero__meta, .hero__actions { justify-content: center; }
  .hero__visual { width: min(680px,100%); margin: 10px auto 0; min-height: 560px; }
  .takeaway-grid { grid-template-columns: 1fr; }
  .takeaway-card { min-height: 0; }
  .agenda-grid { grid-template-columns: 1fr; gap: 26px; }
  .agenda-line { display: none; }
  .agenda-item { display: grid; grid-template-columns: 84px 1fr; text-align: left; align-items: center; gap: 20px; }
  .agenda-icon { margin: 0; }
  .speaker-grid { grid-template-columns: 320px 1fr; gap: 38px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 300px 240px 240px; }
  .gallery-item:first-child { grid-column: 1 / 3; grid-row: auto; }
  .gallery-item:nth-child(4) { grid-column: auto; }
  .audience-grid { grid-template-columns: repeat(2, 1fr); }
  .registration-grid { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  :root { --aer-container: min(100% - 28px, 1180px); --aer-radius: 20px; --aer-header-height: 74px; }
  .event-header__inner { height: var(--aer-header-height); }
  .event-logo img { width: 178px; }
  .aer-section { padding: 82px 0; }
  .hero { padding: 112px 0 80px; }
  .hero h1 { font-size: clamp(42px, 13vw, 62px); }
  .hero__lead { font-size: 16px; line-height: 1.68; }
  .hero__actions { display: grid; grid-template-columns: 1fr; }
  .btn { width: 100%; }
  .hero__visual { min-height: 445px; }
  .photo-card--main { width: 84%; height: 270px; left: 7%; top: 80px; }
  .photo-card--top { width: 44%; height: 155px; }
  .photo-card--bottom { width: 48%; height: 170px; }
  .photo-card--side { width: 38%; height: 170px; bottom: 20px; }
  .hero__badge { left: 18px; top: 18px; font-size: 10px; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2 { font-size: clamp(32px, 10vw, 44px); }
  .section-heading p { font-size: 15px; }
  .takeaway-card { padding: 24px; }
  .agenda-shell { padding: 30px 22px; }
  .agenda-item { grid-template-columns: 70px 1fr; gap: 16px; }
  .agenda-icon { width: 66px; height: 66px; }
  .speaker-grid { grid-template-columns: 1fr; }
  .speaker-photo-wrap { max-width: 390px; margin-inline: auto; }
  .speaker-copy { text-align: center; }
  .speaker-copy .section-kicker { justify-content: center; }
  .speaker-company::after { margin-inline: auto; }
  .speaker-copy p { font-size: 16px; }
  .gallery-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(5, 250px); }
  .gallery-item:first-child, .gallery-item:nth-child(4) { grid-column: auto; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-card { min-height: 145px; }
  .registration-info, .registration-form-wrap { padding: 26px; border-radius: 22px; }
  .registration-info h3 { font-size: 29px; }
  .form-topline { display: block; }
  .form-date { display: inline-flex; margin-top: 12px; }
  .event-form, .aerchain-form-grid { grid-template-columns: 1fr; }
  .form-field--full, .form-consent, .form-submit, .form-note { grid-column: auto; }
  .event-footer__inner { flex-direction: column; text-align: center; }
  .event-footer p { text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Template V5 mobile header hardening.
   Keep this block at the end so it wins over the active WordPress theme. */
body.aerchain-event-page,
body.aerchain-preview {
  background-color: #041019 !important;
}

body.aerchain-event-page .aer-event,
body.aerchain-preview .aer-event {
  min-height: 100vh !important;
  background:
    radial-gradient(circle at 8% 5%, rgba(59,216,200,.08), transparent 28%),
    radial-gradient(circle at 92% 15%, rgba(240,91,43,.07), transparent 24%),
    #041019 !important;
}

body.aerchain-event-page .aer-event .event-header,
body.aerchain-preview .aer-event .event-header,
body.aerchain-event-page .aer-event .event-header.is-scrolled,
body.aerchain-preview .aer-event .event-header.is-scrolled,
body.aer-menu-open .aer-event .event-header {
  position: fixed !important;
  top: var(--aer-admin-offset, 0px) !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 2147483000 !important;
  background: #03101a !important;
  background-image: linear-gradient(180deg, #03101a 0%, #04141f 100%) !important;
  border-bottom: 1px solid rgba(255,255,255,.10) !important;
  box-shadow: 0 10px 30px rgba(0,0,0,.34) !important;
  opacity: 1 !important;
  visibility: visible !important;
}

@media (max-width: 920px) {
  body.aerchain-event-page .aer-event .event-nav,
  body.aerchain-preview .aer-event .event-nav,
  body.aerchain-event-page .aer-event .event-nav.is-open,
  body.aerchain-preview .aer-event .event-nav.is-open {
    background-color: #03101a !important;
    background-image: linear-gradient(180deg, #03101a 0%, #061722 100%) !important;
    opacity: 1;
  }

  body.aerchain-event-page .aer-event .event-nav:not(.is-open),
  body.aerchain-preview .aer-event .event-nav:not(.is-open) {
    opacity: 0 !important;
  }
}

/* Dynamic speaker entries supplied by Leadership Engagement fields. */
.speaker-information > :first-child { margin-top: 0; }
.speaker-information > :last-child { margin-bottom: 0; }
.additional-speakers {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  padding-top: 52px;
}
.additional-speaker {
  padding: 24px;
  border: 1px solid rgba(77, 45, 131, .13);
  border-radius: 20px;
  background: #fff;
}
.additional-speaker img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 14px;
  margin-bottom: 20px;
}
@media (max-width: 900px) {
  .additional-speakers { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .additional-speakers { grid-template-columns: 1fr; }
}
