:root {
  --purple: #6E3FA8;
  --purple-deep: #4B2A7A;
  --navy: #0D0817;
  --navy-2: #241640;
  --gold: #F4C430;
  --teal: #2AA3A0;
  --green: #6FBF4A;
  --pink: #DA4A78;
  --blue: #3E7FC4;
  --paper: #FAF8FC;
  --paper-alt: #F1ECF6;
  --ink: #241933;
  --ink-muted: #6B6079;
  --border: rgba(36,25,51,0.12);
  --shadow: 0 1px 2px rgba(36,25,51,0.06);
}

* { box-sizing: border-box; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Segoe UI", -apple-system, Roboto, Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3 { font-family: "Segoe UI", -apple-system, Roboto, Arial, sans-serif; font-weight: 800; margin: 0; text-wrap: balance; }
a { color: inherit; }
img, svg { max-width: 100%; display: block; }
.wrap { max-width: 1200px; margin: 0 auto; padding: 0 28px; }
section { position: relative; }

.eyebrow { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--purple); }

.btn {
  display: inline-flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px;
  text-decoration: none; border: none; cursor: pointer; border-radius: 10px;
  padding: 13px 24px; font-weight: 700; font-size: 0.92rem; text-align: center; white-space: nowrap;
}
.btn-sub { font-size: 0.68rem; font-weight: 500; opacity: 0.85; letter-spacing: 0.02em; }
.btn-purple { background: var(--purple); color: #fff; }
.btn-purple:hover { background: var(--purple-deep); }
.btn-teal { background: var(--teal); color: #fff; }
.btn-teal:hover { background: #1F8683; }
.btn-green { background: var(--green); color: #14210B; }
.btn-green:hover { background: #5CA53A; }
.btn-gold { background: var(--gold); color: #241933; }
.btn-gold:hover { background: #E0AF1E; }
.btn-outline { background: transparent; border: 1.5px solid var(--purple); color: var(--purple); }
.btn-outline:hover { background: var(--paper-alt); }
.btn-pill-sm { border-radius: 999px; padding: 11px 22px; font-size: 0.82rem; }
.btn-block { width: 100%; }

/* NAV */
.nav { position: sticky; top: 0; z-index: 100; background: var(--navy); border-bottom: 1px solid rgba(255,255,255,0.08); }
.nav-row { display: flex; align-items: center; justify-content: space-between; padding: 8px 28px; max-width: 1200px; margin: 0 auto; gap: 20px; }
.logo { display: flex; align-items: center; text-decoration: none; }
.logo-img { height: 58px; width: auto; }
.nav-links { display: flex; align-items: center; gap: 26px; list-style: none; margin: 0; padding: 0; flex-wrap: wrap; }
.nav-links a { text-decoration: none; font-size: 0.82rem; font-weight: 700; letter-spacing: 0.02em; color: #E7DFF2; display: flex; align-items: center; gap: 4px; }
.nav-links a.active { color: var(--gold); }
.nav-links a:hover { color: var(--gold); }
.nav-links .caret { width: 0; height: 0; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 5px solid currentColor; opacity: 0.7; }

/* HOMEPAGE HERO */
.hero { position: relative; color: #fff; overflow: hidden; min-height: 620px; display: flex; align-items: center; }
.hero-bg { position: absolute; inset: 0; background-image: url('neweraexpohero.png'); background-size: cover; background-position: center right; z-index: 0; }
.hero-scrim { position: absolute; inset: 0; background: linear-gradient(100deg, rgba(9,5,16,0.96) 0%, rgba(9,5,16,0.88) 28%, rgba(9,5,16,0.4) 56%, rgba(9,5,16,0.05) 78%); z-index: 1; }
.hero-inner { position: relative; z-index: 2; padding: 64px 28px; max-width: 1200px; margin: 0 auto; width: 100%; }
.hero-copy { max-width: 640px; }
.hero h1 { font-size: clamp(2.6rem, 5.6vw, 4.2rem); line-height: 0.98; letter-spacing: -0.01em; }
.hero h1 .line1 { display: block; color: #fff; }
.hero h1 .line2 { display: block; background: linear-gradient(90deg, #A56FE0, var(--teal) 60%, var(--green)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero .triad { margin-top: 14px; font-size: 1.05rem; font-weight: 700; letter-spacing: 0.06em; color: #fff; }
.hero-sub { margin: 18px 0 0; font-size: 1rem; color: #D9CFE5; max-width: 46ch; }
.hero-meta { margin: 24px 0 0; display: flex; flex-direction: column; gap: 10px; }
.hero-meta-item { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.02rem; }
.hero-meta-item svg { width: 20px; height: 20px; flex-shrink: 0; }
.hero-meta-item.date { color: var(--gold); }
.hero-meta-item.loc { color: #fff; }
.hero-meta-item .loc-sub { display: block; font-weight: 500; font-size: 0.82rem; color: #C6BBD4; }
.hero-ctas { margin-top: 28px; display: flex; gap: 14px; flex-wrap: wrap; }

/* SUBPAGE HERO */
.page-hero { background: linear-gradient(135deg, var(--navy), var(--purple-deep)); color: #fff; padding: 60px 0 46px; text-align: center; }
.page-hero .breadcrumb { font-size: 0.76rem; color: #B8A9CC; margin-bottom: 14px; }
.page-hero .breadcrumb a { color: #D9CFE5; text-decoration: none; }
.page-hero .breadcrumb a:hover { color: var(--gold); }
.page-hero .eyebrow { color: var(--gold); }
.page-hero h1 { font-size: clamp(2rem, 4.5vw, 3rem); color: #fff; margin-top: 10px; }
.page-hero p { color: #D9CFE5; max-width: 62ch; margin: 14px auto 0; font-size: 1rem; }

/* ICON ROW */
.icon-row-section { background: #fff; border-bottom: 1px solid var(--border); padding: 42px 0; }
.icon-row { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; }
.icon-item { text-align: center; padding: 0 8px; }
.icon-item svg { width: 34px; height: 34px; margin: 0 auto 10px; }
.icon-item h3 { font-size: 0.82rem; letter-spacing: 0.04em; margin-bottom: 6px; }
.icon-item p { font-size: 0.76rem; color: var(--ink-muted); margin: 0; line-height: 1.45; }

/* SECTION HEAD */
.section-pad { padding: 64px 0; }
.section-pad.tight { padding: 48px 0; }
.section-head { text-align: center; margin-bottom: 8px; }
.section-head.left { text-align: left; }
.section-head .rule { width: 70px; height: 3px; background: var(--purple); margin: 10px auto 14px; border-radius: 2px; }
.section-head.left .rule { margin: 10px 0 14px; }
.section-head h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); color: var(--purple); letter-spacing: 0.01em; }
.section-head p { color: var(--ink-muted); font-size: 0.88rem; letter-spacing: 0.06em; text-transform: uppercase; font-weight: 700; margin: 8px 0 0; }
.section-cta { text-align: center; margin-top: 30px; }

/* SPEAKERS */
.speaker-row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; align-items: start; margin-top: 36px; }
.speaker-grid-full { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px 18px; margin-top: 36px; }
.speaker-card { text-align: center; }
.speaker-photo { aspect-ratio: 1; border-radius: 50%; background: linear-gradient(150deg, var(--paper-alt), #E4D9F0); border: 3px solid #fff; box-shadow: 0 4px 16px rgba(36,25,51,0.12); display: flex; align-items: center; justify-content: center; margin: 0 auto 12px; }
.speaker-photo svg { width: 40%; height: 40%; stroke: var(--ink-muted); fill: none; stroke-width: 1.3; }
.speaker-card.more .speaker-photo { background: linear-gradient(150deg, var(--purple), var(--navy)); }
.speaker-card.more .speaker-photo svg { stroke: #fff; }
.speaker-card.open .speaker-photo { background: linear-gradient(150deg, var(--teal), var(--navy)); border-style: dashed; }
.speaker-card h3 { font-size: 0.86rem; color: var(--purple); margin-bottom: 4px; }
.speaker-card p { font-size: 0.76rem; color: var(--ink-muted); margin: 0; line-height: 1.4; }

/* WHAT YOU'LL FIND + EXHIBIT */
.find-grid-section { padding: 64px 0; background: var(--paper-alt); }
.find-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: start; }
.find-layout h3 { color: var(--purple); font-size: 1.1rem; margin-bottom: 20px; text-align: center; }
.find-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px 12px; }
.find-item { text-align: center; }
.find-item svg { width: 26px; height: 26px; margin: 0 auto 8px; stroke: var(--teal); fill: none; stroke-width: 1.6; }
.find-item span { font-size: 0.72rem; color: var(--ink-muted); font-weight: 600; line-height: 1.3; display: block; }
.booth-col h3 { color: var(--teal); font-size: 1.1rem; margin-bottom: 20px; text-align: center; }
.booth-photos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.booth-photo { aspect-ratio: 1; border-radius: 10px; background: linear-gradient(150deg, #E4D9F0, var(--paper-alt)); display: flex; align-items: center; justify-content: center; border: 1px solid var(--border); }
.booth-photo svg { width: 34%; height: 34%; stroke: var(--purple); opacity: 0.5; fill: none; stroke-width: 1.4; }
.booth-col .section-cta { margin-top: 20px; }

/* SCHEDULE */
.sched-layout { display: grid; grid-template-columns: 0.7fr 1.3fr 1.3fr 0.7fr; gap: 14px; align-items: stretch; margin-top: 30px; }
.sched-layout.two-only { grid-template-columns: 1fr 1fr; }
.sched-side { border-radius: 12px; background: linear-gradient(160deg, var(--navy), var(--purple-deep)); display: flex; align-items: center; justify-content: center; padding: 20px; }
.sched-side svg { width: 70%; opacity: 0.8; }
.sched-day { border-radius: 12px; overflow: hidden; border: 1px solid var(--border); }
.sched-day-head { padding: 14px 18px; font-weight: 800; font-size: 0.9rem; color: #fff; }
.sched-day:nth-child(2) .sched-day-head { background: var(--purple); }
.sched-day:nth-child(3) .sched-day-head { background: var(--teal); }
.sched-layout.two-only .sched-day:nth-child(1) .sched-day-head { background: var(--purple); }
.sched-layout.two-only .sched-day:nth-child(2) .sched-day-head { background: var(--teal); }
.sched-list { list-style: none; margin: 0; padding: 0; background: #fff; }
.sched-list li { display: flex; gap: 14px; padding: 10px 18px; border-bottom: 1px solid var(--border); font-size: 0.82rem; }
.sched-list li:last-child { border-bottom: none; }
.sched-time { font-weight: 700; color: var(--purple); flex-shrink: 0; width: 78px; }
.sched-day:nth-child(3) .sched-time { color: var(--teal); }
.sched-layout.two-only .sched-day:nth-child(2) .sched-time { color: var(--teal); }
.sched-cta { text-align: center; margin-top: 28px; }
.sched-track-tag { display: inline-block; font-size: 0.66rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; padding: 2px 8px; border-radius: 999px; margin-left: 8px; }
.tag-keynote { background: var(--gold); color: #241933; }
.tag-workshop { background: var(--purple); color: #fff; }
.tag-panel { background: var(--teal); color: #fff; }

/* TICKETS / VENUE BAND */
.tv-band { background: var(--navy); color: #fff; padding: 56px 0; }
.tv-grid { display: grid; grid-template-columns: 1fr 1fr 0.8fr; gap: 40px; }
.tv-col h3 { font-size: 1rem; letter-spacing: 0.05em; margin-bottom: 4px; }
.tv-col .sub { font-size: 0.76rem; color: var(--gold); font-weight: 700; letter-spacing: 0.04em; margin-bottom: 18px; }
.ticket-boxes { display: flex; gap: 14px; }
.ticket-box { background: #fff; color: var(--ink); border-radius: 12px; padding: 18px; text-align: center; flex: 1; }
.ticket-box .label { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-muted); }
.ticket-box .price { font-size: 1.9rem; font-weight: 800; color: var(--purple); margin: 4px 0; }
.ticket-box:nth-child(2) .price { color: var(--teal); }
.ticket-box .unit { font-size: 0.7rem; color: var(--ink-muted); margin-bottom: 12px; }
.kids-free { margin-top: 14px; font-size: 0.78rem; color: #D9CFE5; text-align: center; }
.venue-addr { font-size: 0.86rem; color: #E7DFF2; margin-bottom: 14px; line-height: 1.5; }
.venue-photo { aspect-ratio: 16/9; border-radius: 10px; background: linear-gradient(150deg, var(--purple-deep), var(--navy-2)); border: 1px solid rgba(255,255,255,0.15); display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.venue-photo svg { width: 30%; opacity: 0.55; }
.amenities { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.amenities li { display: flex; align-items: center; gap: 12px; font-size: 0.84rem; font-weight: 600; }
.amenities svg { width: 30px; height: 30px; flex-shrink: 0; background: var(--green); border-radius: 50%; padding: 7px; stroke: #14210B; fill: none; stroke-width: 1.8; }

/* PRICING / TIERS */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 40px; }
.pricing-card { background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 30px 24px; text-align: center; box-shadow: var(--shadow); position: relative; }
.pricing-card.featured { border-color: var(--purple); box-shadow: 0 14px 32px -16px rgba(110,63,168,0.4); }
.pricing-card .tier-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--purple); color: #fff; font-size: 0.66rem; font-weight: 700; letter-spacing: 0.06em; padding: 5px 14px; border-radius: 999px; text-transform: uppercase; white-space: nowrap; }
.pricing-card h3 { font-size: 1.1rem; color: var(--purple); }
.pricing-card .tagline { font-size: 0.78rem; color: var(--ink-muted); margin-top: 4px; }
.pricing-card .price { font-size: 2.1rem; font-weight: 800; margin: 14px 0 2px; }
.pricing-card .price span { font-size: 0.85rem; font-weight: 600; color: var(--ink-muted); }
.pricing-card ul { list-style: none; margin: 20px 0; padding: 0; text-align: left; display: flex; flex-direction: column; gap: 10px; }
.pricing-card ul li { display: flex; gap: 8px; font-size: 0.85rem; color: var(--ink-muted); }
.pricing-card ul li svg { width: 16px; height: 16px; stroke: var(--green); flex-shrink: 0; margin-top: 2px; }

/* FAQ */
.faq-list { max-width: 760px; margin: 36px auto 0; display: flex; flex-direction: column; gap: 12px; }
.faq-item { border: 1px solid var(--border); border-radius: 12px; background: #fff; overflow: hidden; }
.faq-item summary { padding: 16px 20px; cursor: pointer; font-weight: 700; font-size: 0.92rem; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-size: 1.3rem; color: var(--purple); font-weight: 400; flex-shrink: 0; }
.faq-item[open] summary::after { content: "\2212"; }
.faq-item .faq-a { padding: 0 20px 18px; font-size: 0.86rem; color: var(--ink-muted); line-height: 1.6; }

/* TEAM */
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 36px; }
.team-card { text-align: center; }
.team-photo { aspect-ratio: 1; border-radius: 50%; background: linear-gradient(150deg, var(--paper-alt), #E4D9F0); border: 3px solid #fff; box-shadow: var(--shadow); display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; }
.team-photo svg { width: 38%; height: 38%; stroke: var(--ink-muted); fill: none; stroke-width: 1.3; }
.team-card h3 { font-size: 0.95rem; color: var(--purple); }
.team-card p { font-size: 0.8rem; color: var(--ink-muted); margin: 2px 0 0; }

/* FORMS */
.form-card { background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 32px; box-shadow: var(--shadow); max-width: 640px; margin: 36px auto 0; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.form-field label { font-size: 0.78rem; font-weight: 700; color: var(--ink); }
.form-field input, .form-field select, .form-field textarea {
  border: 1px solid var(--border); border-radius: 9px; padding: 11px 13px; font-size: 0.88rem; font-family: inherit; color: var(--ink); outline: none; background: var(--paper);
}
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--purple); }
.form-field textarea { resize: vertical; min-height: 110px; }
.form-note { font-size: 0.76rem; color: var(--ink-muted); margin-top: 4px; text-align: center; }

/* INFO GRID */
.info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 36px; }
.info-card { background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 26px 22px; text-align: center; box-shadow: var(--shadow); }
.info-card svg { width: 30px; height: 30px; stroke: var(--purple); fill: none; stroke-width: 1.6; margin: 0 auto 12px; }
.info-card h3 { font-size: 0.94rem; margin-bottom: 6px; }
.info-card p { font-size: 0.82rem; color: var(--ink-muted); margin: 0; line-height: 1.5; }

/* PROSE */
.prose { max-width: 760px; margin: 0 auto; font-size: 0.98rem; color: var(--ink); }
.prose p { margin: 0 0 16px; }
.prose p:last-child { margin-bottom: 0; }

/* TWO COLUMN */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 46px; align-items: center; }
.two-col img, .two-col .img-placeholder { border-radius: 16px; }
.img-placeholder { aspect-ratio: 4/3; background: linear-gradient(150deg, var(--paper-alt), #E4D9F0); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; }
.img-placeholder svg { width: 30%; stroke: var(--purple); opacity: 0.4; fill: none; stroke-width: 1.4; }

/* CTA BAND */
.cta-band { background: var(--purple); color: #fff; padding: 44px 0; text-align: center; }
.cta-band h2 { font-size: clamp(1.3rem, 2.6vw, 1.8rem); }
.cta-band p { color: #EADFF5; margin: 8px 0 22px; font-size: 0.94rem; }
.cta-band .btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* FOOTER */
footer { background: var(--navy); color: #C6BBD4; padding: 52px 0 22px; }
.foot-grid { display: grid; grid-template-columns: 1.3fr 1fr 1.3fr 1.1fr auto; gap: 34px; align-items: start; }
.foot-col h4 { color: #fff; font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 14px; font-weight: 700; }
.foot-col p { font-size: 0.82rem; margin: 0 0 14px; line-height: 1.6; }
.foot-col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.foot-col a { text-decoration: none; font-size: 0.82rem; color: #C6BBD4; }
.foot-col a:hover { color: var(--gold); }
.subscribe-row { display: flex; gap: 8px; }
.subscribe-row input { flex: 1; min-width: 0; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.2); color: #fff; padding: 10px 12px; border-radius: 8px; font-size: 0.8rem; }
.subscribe-row input::placeholder { color: #9C8FAD; }
.foot-contact-item { display: flex; align-items: center; gap: 10px; font-size: 0.82rem; margin-bottom: 10px; }
.foot-contact-item svg { width: 15px; height: 15px; flex-shrink: 0; stroke: var(--gold); fill: none; stroke-width: 1.8; }
.foot-logo-col { text-align: center; }
.foot-logo-img { width: 130px; height: auto; margin: 0 auto; }
.social-row { display: flex; gap: 10px; margin-top: 14px; justify-content: center; }
.social-row a { width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.social-row svg { width: 15px; height: 15px; fill: #fff; }
.foot-bottom { margin-top: 40px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.12); display: flex; justify-content: space-between; font-size: 0.74rem; color: #9C8FAD; flex-wrap: wrap; gap: 8px; }

@media (max-width: 980px) {
  .nav-links { display: none; }
  .hero { min-height: 560px; }
  .hero-bg { background-position: 30% center; }
  .hero-scrim { background: linear-gradient(180deg, rgba(9,5,16,0.55) 0%, rgba(9,5,16,0.9) 60%, rgba(9,5,16,0.97) 100%); }
  .icon-row { grid-template-columns: repeat(3, 1fr); gap: 24px 8px; }
  .speaker-row { grid-template-columns: repeat(3, 1fr); gap: 24px 14px; }
  .speaker-grid-full { grid-template-columns: repeat(3, 1fr); }
  .find-layout { grid-template-columns: 1fr; }
  .sched-layout, .sched-layout.two-only { grid-template-columns: 1fr 1fr; }
  .sched-side { display: none; }
  .tv-grid { grid-template-columns: 1fr; gap: 30px; }
  .foot-grid { grid-template-columns: repeat(2, 1fr); }
  .foot-logo-col { grid-column: span 2; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 420px; margin-left: auto; margin-right: auto; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .info-grid { grid-template-columns: 1fr; }
  .two-col { grid-template-columns: 1fr; gap: 30px; }
  .form-row { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .icon-row, .speaker-row, .speaker-grid-full { grid-template-columns: repeat(2, 1fr); }
  .find-grid { grid-template-columns: repeat(2, 1fr); }
  .sched-layout, .sched-layout.two-only { grid-template-columns: 1fr; }
  .ticket-boxes { flex-direction: column; }
  .foot-grid { grid-template-columns: 1fr; }
  .foot-logo-col { grid-column: span 1; }
  .team-grid { grid-template-columns: 1fr; max-width: 260px; margin-left: auto; margin-right: auto; }
}
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
}
