/* kept. live session page (webinar.html): the one dark standalone page.
   Reuses site.css primitives (.wrap, .eyebrow, .sub, .cta, .reveal, .w, .wl-*)
   on the dark token theme; everything page-specific carries the wb- prefix.
   Layout: the frosted seat card rides to the right of the headline, one
   screen; ember stays the only accent, per the color system. */

.wb { background: #060606; color: var(--text); position: relative; overflow-x: clip; }

/* glow blobs the glass card smears; ember plus one faint cream, nothing else */
.wb-glow { position: absolute; pointer-events: none; }
.wb-glow--a {
  top: -260px; right: -200px; width: 760px; height: 760px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(226, 127, 72, 0.13), rgba(226, 127, 72, 0) 70%);
}
.wb-glow--b {
  top: 26vh; right: 2vw; width: 600px; height: 600px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(226, 127, 72, 0.10), rgba(226, 127, 72, 0) 70%);
}
.wb-glow--c {
  top: 62vh; left: -180px; width: 540px; height: 540px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(248, 250, 252, 0.05), rgba(248, 250, 252, 0) 70%);
}

.wb-nav { border-bottom-color: rgba(255, 255, 255, 0.09); }
.wb-live {
  margin-left: auto; font-size: 11px; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--text-muted);
}

/* ---------------- hero: copy left, glass card right, one screen ---------------- */
.wb-hero { padding: 20px 0 70px; }
.wb-hero-grid {
  display: grid; grid-template-columns: 1.06fr 0.94fr;
  gap: clamp(44px, 6vw, 92px); align-items: center;
  min-height: calc(100vh - 89px);
}
.wb-h1 {
  font-size: clamp(38px, 4.4vw, 60px); line-height: 1.07;
  margin-top: 18px; color: var(--cream);
}
.wb-sub { margin-top: 24px; max-width: 520px; font-size: 16px; }
.wb-sub--quiet { margin-top: 14px; font-size: 14.5px; }

/* ---------------- the seat card: glass over the glow ---------------- */
.wb-card {
  position: relative; border-radius: 20px; padding: 24px 26px 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.03) 55%, rgba(255, 255, 255, 0.05));
  -webkit-backdrop-filter: blur(26px) saturate(150%);
  backdrop-filter: blur(26px) saturate(150%);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.14);
}
.wb-card-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.wb-seats {
  font-size: 11.5px; font-weight: 700; letter-spacing: 0.02em; color: var(--ember);
  background: var(--ember-soft); border: 1px solid rgba(226, 127, 72, 0.28);
  border-radius: 999px; padding: 5px 12px; white-space: nowrap;
}
.wb-when {
  display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap;
  margin-top: 16px; padding-bottom: 16px; border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.wb-when strong { font-size: 16px; font-weight: 600; color: var(--cream); }
.wb-when span { font-size: 13.5px; font-weight: 500; color: var(--text-muted); }
.wb-form { display: grid; gap: 14px; margin-top: 18px; }
.wb-field { display: grid; gap: 7px; }
.wb-field > span {
  font-size: 11px; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--text-muted);
}
.wb-in {
  height: 48px; padding: 0 15px; border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14); background: rgba(255, 255, 255, 0.055);
  color: var(--text); font-family: inherit; font-size: 15px; font-weight: 500;
  outline: none; transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}
.wb-in::placeholder { color: rgba(248, 250, 252, 0.55); }
.wb-in:focus {
  border-color: var(--ember); background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 0 3px var(--ember-soft);
}
.wb-btn { margin-top: 4px; width: 100%; border-radius: 12px; gap: 10px; }
.wb-btn i { width: 7px; height: 7px; border-radius: 999px; background: var(--ember); display: block; }
.wb-btn:disabled { opacity: 0.6; cursor: default; transform: none; }
.wb-fine {
  font-size: 12.5px; font-weight: 500; color: var(--text-muted);
  margin: 16px 0 0; padding-top: 14px; border-top: 1px solid rgba(255, 255, 255, 0.08);
}

/* the confirmed state: the form gives way, the card stays */
.wb-card.done .wb-form, .wb-card.done .wb-when { display: none; }
.wb-done { padding: 18px 2px 8px; }
.wb-done:focus { outline: none; }
.wb-done-mark { font-size: 22px; font-weight: 500; letter-spacing: -0.05em; color: var(--cream); }
.wb-done h3 { font-size: 28px; margin-top: 12px; color: var(--cream); }
.wb-done .sub { margin: 12px 0 0; font-size: 15px; }
.wb-done-email { color: var(--cream); }

/* ---------------- what we cover ---------------- */
.wb-cover { padding: 110px 0 130px; }
.wb-cover-grid {
  display: grid; grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(48px, 6vw, 90px); align-items: start;
}
.wb-cover .sec-head .sub + .sub { margin-top: 14px; }
.wb-agenda { display: grid; gap: 14px; }
.wb-item {
  display: flex; gap: 14px; align-items: flex-start;
  border: 1px solid rgba(255, 255, 255, 0.10); border-radius: 14px;
  padding: 18px 20px; background: rgba(255, 255, 255, 0.03);
  font-size: 15px; font-weight: 500; line-height: 1.6; color: var(--text-muted);
}
.wb-item i { width: 7px; height: 7px; border-radius: 999px; background: var(--ember); margin-top: 9px; flex-shrink: 0; display: block; }
.wb-item p { margin: 0; }
.wb-item strong { color: var(--cream); font-weight: 600; }

/* ---------------- closing row: flush left, one line, one door back up ---------------- */
.wb-close {
  margin-top: 110px; padding-top: 26px; border-top: 1px solid rgba(255, 255, 255, 0.10);
  display: flex; align-items: center; gap: 24px; flex-wrap: wrap;
}
.wb-close-line { margin: 0; font-size: 16px; font-weight: 500; color: var(--text-muted); }
.wb-close-line strong { color: var(--cream); font-weight: 600; }
.wb-close .cta { margin-left: auto; }

.wb-footer { margin-top: 0; }

/* ---------------- responsive ---------------- */
@media (max-width: 980px) {
  .wb-hero { padding: 40px 0 70px; }
  .wb-hero-grid { grid-template-columns: 1fr; min-height: 0; gap: 48px; }
  .wb-h1 { font-size: clamp(38px, 7.4vw, 56px); }
  .wb-cover-grid { grid-template-columns: 1fr; gap: 44px; }
}
@media (max-width: 720px) {
  .wb-cover { padding: 80px 0 90px; }
  .wb-card { padding: 20px 18px 16px; }
  .wb-close { margin-top: 70px; }
  .wb-close .cta { margin-left: 0; width: 100%; }
}


/* the calendar modal: shown once, right after a successful registration */
.wb-modal[hidden] { display: none !important; }
.wb-modal { position: fixed; inset: 0; background: rgba(6, 6, 6, 0.72); display: flex; align-items: center; justify-content: center; padding: 24px; z-index: 60; }
.wb-modal-card { width: min(480px, 100%); background: #121212; border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 14px; padding: 30px 30px 22px; text-align: left; box-shadow: 0 28px 80px rgba(0, 0, 0, 0.5); }
.wb-modal-card h3 { font-size: clamp(22px, 3vw, 28px); font-weight: 500; letter-spacing: -0.015em; margin: 6px 0 10px; color: #f8fafc; }
.wb-modal-card .sub { color: rgba(248, 250, 252, 0.64); }
.wb-modal-cta { margin-top: 18px; display: inline-flex; }
.wb-modal-alt { font-size: 12.5px; color: rgba(248, 250, 252, 0.42); margin-top: 12px; }
.wb-modal-skip { display: block; margin-top: 16px; background: none; border: none; color: rgba(248, 250, 252, 0.55); font: inherit; font-size: 13px; text-decoration: underline; cursor: pointer; padding: 0; }
.wb-modal-skip:hover { color: #f8fafc; }
