*, *::before, *::after { box-sizing: border-box; }

:root {
  --bg: #f4f1ff;
  --surface: rgba(255, 255, 255, .72);
  --border: rgba(76, 29, 149, .14);
  --border-strong: rgba(76, 29, 149, .24);
  --text: #141224;
  --text-muted: #6b6680;
  --accent: #7c3aed;
  --accent-2: #a855f7;
  --accent-deep: #4c1d95;
  --accent-dim: rgba(124, 58, 237, .12);
  --ok: #059669;
  --shadow-sm: 0 12px 34px rgba(35, 18, 72, .08);
  --shadow-md: 0 22px 60px rgba(35, 18, 72, .14);
  --sans: 'IBM Plex Sans', system-ui, sans-serif;
  --mono: 'IBM Plex Mono', monospace;
  --max-width: 1180px;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  min-width: 0;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 14% 6%, rgba(196, 181, 253, .34), transparent 26rem),
    radial-gradient(circle at 86% 4%, rgba(168, 85, 247, .22), transparent 28rem),
    radial-gradient(circle at 50% 105%, rgba(76, 29, 149, .11), transparent 34rem),
    linear-gradient(180deg, #fbfaff 0%, #f5f1ff 44%, #fbfaff 100%);
  color: var(--text);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(124, 58, 237, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(124, 58, 237, .045) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .8), transparent 72%);
}

a { color: inherit; -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 1000;
  transform: translateY(-160%);
  padding: 10px 14px;
  border-radius: 10px;
  background: var(--text);
  color: #fff;
  text-decoration: none;
}

.skip-link:focus { transform: translateY(0); }

.page-shell {
  width: min(calc(100% - 40px), var(--max-width));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  min-height: 72px;
  border-bottom: 1px solid var(--border);
  background: rgba(255, 255, 255, .64);
  box-shadow: 0 14px 42px rgba(35, 18, 72, .08), inset 0 1px 0 rgba(255, 255, 255, .75);
  backdrop-filter: blur(24px) saturate(160%);
  -webkit-backdrop-filter: blur(24px) saturate(160%);
}

.header-inner {
  position: relative;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 clamp(18px, 4vw, 48px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.brand-mark {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  border-radius: 8px;
  background: linear-gradient(135deg, #4c1d95 0%, #7c3aed 54%, #a855f7 100%);
  box-shadow: 0 14px 32px rgba(124, 58, 237, .32), inset 0 1px 0 rgba(255, 255, 255, .3);
}

.brand-mark svg { width: 20px; height: 20px; }

.brand-name span {
  color: transparent;
  background: linear-gradient(135deg, #6d28d9, #a855f7 62%, #4c1d95);
  -webkit-background-clip: text;
  background-clip: text;
}

.header-socials {
  position: absolute;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 8px;
  transform: translateX(-50%);
}

.social-icon-button {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(76, 29, 149, .16);
  border-radius: 50%;
  background: rgba(255, 255, 255, .62);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .78), 0 8px 22px rgba(35, 18, 72, .08);
  color: var(--accent);
  text-decoration: none;
  backdrop-filter: blur(16px) saturate(150%);
  -webkit-backdrop-filter: blur(16px) saturate(150%);
  transition: transform .15s ease, border-color .15s ease, background .15s ease, box-shadow .15s ease;
}

.social-icon-button:hover {
  transform: translateY(-2px);
  border-color: rgba(124, 58, 237, .42);
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 12px 26px rgba(124, 58, 237, .16);
}

.social-icon-button svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.social-icon-button:last-child svg {
  fill: currentColor;
  stroke: none;
}

.home-link {
  position: relative;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 10px 18px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #6d28d9 0%, #7c3aed 52%, #a855f7 100%);
  box-shadow: 0 16px 38px rgba(124, 58, 237, .28), inset 0 1px 0 rgba(255, 255, 255, .32);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: transform .15s ease, box-shadow .15s ease;
}

.home-link::after {
  content: '';
  position: absolute;
  inset: -40% auto -40% -80%;
  width: 55%;
  transform: rotate(18deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .38), transparent);
  transition: left .65s ease;
}

.home-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 50px rgba(124, 58, 237, .34), inset 0 1px 0 rgba(255, 255, 255, .34);
}

.home-link:hover::after { left: 130%; }

.header-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.header-link {
  padding: 9px 12px;
  color: var(--text-muted);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: color .15s ease;
}

.header-link:hover { color: var(--accent); }

.seminar-hero {
  position: relative;
  padding: clamp(56px, 8vw, 96px) 0 clamp(40px, 6vw, 72px);
}

.seminar-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, .92fr);
  align-items: start;
  gap: clamp(28px, 6vw, 76px);
}

.seminar-hero h1 {
  max-width: 820px;
  margin: 0;
  color: var(--text);
  font-size: clamp(42px, 6.2vw, 76px);
  font-weight: 700;
  line-height: .98;
  letter-spacing: -.052em;
}

.seminar-hero h1 span {
  color: transparent;
  background: linear-gradient(135deg, #5b21b6, #8b3df2 58%, #a855f7);
  -webkit-background-clip: text;
  background-clip: text;
}

.seminar-lede {
  max-width: 720px;
  margin: 26px 0 0;
  color: var(--text-muted);
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.65;
}

.seminar-location {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  max-width: 650px;
  margin: 18px 0 0;
  padding: 12px 14px;
  border: 1px solid rgba(124, 58, 237, .18);
  border-radius: 15px;
  background: rgba(255, 255, 255, .58);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .82);
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.45;
}

.location-icon {
  display: grid;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 9px;
  background: linear-gradient(135deg, #5b21b6, #a855f7);
  box-shadow: 0 7px 14px rgba(124, 58, 237, .20);
  color: #fff;
  font-size: 17px;
  line-height: 1;
}

.seminar-location strong { display: block; margin-bottom: 2px; color: var(--text); font-size: 11px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.seminar-location a { color: var(--accent-deep); font-weight: 600; text-decoration: none; }
.seminar-location a:hover { text-decoration: underline; }
.seminar-location i { font-style: normal; }

.seminar-cta-row {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 32px;
  flex-wrap: wrap;
}

.seminar-primary-link {
  position: relative;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  overflow: hidden;
  padding: 13px 21px;
  border-radius: 999px;
  background: linear-gradient(135deg, #5b21b6, #7c3aed 54%, #a855f7);
  box-shadow: 0 18px 38px rgba(124, 58, 237, .28), inset 0 1px 0 rgba(255, 255, 255, .35);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .15s ease, box-shadow .15s ease;
}

.seminar-primary-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 46px rgba(124, 58, 237, .36), inset 0 1px 0 rgba(255, 255, 255, .35);
}

.seminar-cta-note {
  color: var(--text-muted);
  font-size: 13px;
}

.workshop-notice {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  max-width: 650px;
  margin: 24px 0 0;
  padding: 13px 15px;
  border: 1px solid rgba(251, 146, 60, .46);
  border-radius: 16px;
  background: linear-gradient(135deg, #1d1036, #302050 62%, #3a1f48);
  box-shadow: 0 16px 30px rgba(42, 20, 78, .18), inset 0 1px 0 rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .82);
  font-size: 14px;
  line-height: 1.55;
}

.workshop-notice > span {
  display: grid;
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 9px;
  background: linear-gradient(135deg, #f97316, #ef4444);
  box-shadow: 0 8px 16px rgba(234, 88, 12, .28);
  color: #fff7ed;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}

.workshop-notice strong {
  color: #fff;
}

.hero-booking {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(124, 58, 237, .22);
  border-radius: 22px;
  background: rgba(255, 255, 255, .62);
  box-shadow: var(--shadow-md), inset 0 1px 0 rgba(255, 255, 255, .88);
  backdrop-filter: blur(18px) saturate(145%);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
}

.hero-booking .booking-embed-shell {
  padding: 14px;
  background: transparent;
}

.hero-booking .booking-embed {
  min-height: 640px;
}

.date-booking {
  padding: clamp(20px, 3vw, 30px);
  background:
    radial-gradient(circle at 100% 0%, rgba(196, 181, 253, .40), transparent 19rem),
    linear-gradient(145deg, rgba(255, 255, 255, .92), rgba(246, 241, 255, .72));
}

.date-booking-header { padding: 2px 2px 20px; }
.date-booking-header .eyebrow { margin-bottom: 13px; }
.date-booking-header .eyebrow {
  border-color: rgba(220, 38, 38, .28);
  background: rgba(254, 226, 226, .88);
  color: #b91c1c;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .76);
}
.date-booking-header h2 { margin: 0; color: var(--text); font-size: clamp(25px, 3vw, 34px); line-height: 1.08; letter-spacing: -.035em; }
.date-booking-header > p:not(.eyebrow) { margin: 12px 0 0; color: var(--text-muted); font-size: 14px; line-height: 1.55; }

.date-options { display: grid; gap: 12px; }

.date-option {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 12px 15px;
  padding: 14px;
  border: 1px solid rgba(124, 58, 237, .17);
  border-radius: 18px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 12px 25px rgba(82, 51, 142, .07), inset 0 1px 0 rgba(255, 255, 255, .92);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.date-option:hover { transform: translateY(-2px); border-color: rgba(124, 58, 237, .38); box-shadow: 0 18px 32px rgba(82, 51, 142, .12), inset 0 1px 0 rgba(255, 255, 255, .92); }

.date-stamp {
  min-height: 94px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: linear-gradient(135deg, #5b21b6, #7c3aed 58%, #a855f7);
  box-shadow: 0 12px 22px rgba(124, 58, 237, .24);
  color: #fff;
}

.date-stamp strong { font-size: 31px; line-height: .95; letter-spacing: -.06em; }
.date-stamp span { margin-top: 6px; font-family: var(--mono); font-size: 8px; font-weight: 600; letter-spacing: .08em; }
.date-option-copy { min-width: 0; }
.date-weekday { margin: 1px 0 4px !important; color: var(--accent) !important; font-family: var(--mono); font-size: 10px !important; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; }
.date-option-copy h3 { margin: 0; color: var(--text); font-size: 19px; line-height: 1.2; }
.date-option-copy > p:not(.date-weekday) { margin: 5px 0 9px; color: var(--text-muted); font-size: 13px; }

.capacity-badge {
  display: inline-flex;
  align-items: center;
  min-height: 23px;
  padding: 3px 8px;
  border: 1px solid rgba(5, 150, 105, .18);
  border-radius: 999px;
  background: rgba(5, 150, 105, .08);
  color: #047857;
  font-size: 11px;
  font-weight: 700;
}

.stripe-booking-link {
  grid-column: 1 / -1;
  min-height: 43px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 10px 14px;
  border-radius: 12px;
  background: linear-gradient(135deg, #5b21b6, #7c3aed 56%, #a855f7);
  box-shadow: 0 11px 20px rgba(124, 58, 237, .22);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .15s ease, box-shadow .15s ease;
}

.stripe-booking-link:hover { transform: translateY(-1px); box-shadow: 0 15px 27px rgba(124, 58, 237, .30); }
.booking-payment-note { margin: 15px 2px 0; color: var(--text-muted); font-size: 11px; line-height: 1.45; }

.booking-embed-bar h2 {
  margin: 0;
  color: inherit;
  font: inherit;
}

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

.seminar-fact {
  min-height: 116px;
  padding: 18px;
  border: 1px solid rgba(124, 58, 237, .16);
  border-radius: 18px;
  background: rgba(255, 255, 255, .60);
  box-shadow: var(--shadow-sm), inset 0 1px 0 rgba(255, 255, 255, .82);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.seminar-fact-label {
  display: block;
  color: #837b94;
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.seminar-fact strong {
  display: block;
  margin-top: 8px;
  color: var(--text);
  font-size: 17px;
  line-height: 1.22;
}

.seminar-section { padding: clamp(42px, 6vw, 78px) 0; }
.seminar-section.tint { background: rgba(255, 255, 255, .36); border-block: 1px solid rgba(124, 58, 237, .10); }

.seminar-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .72fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 34px;
}

.seminar-section-heading h2,
.seminar-closing h2 {
  max-width: 690px;
  margin: 0;
  font-size: clamp(31px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.seminar-section-heading p:last-child {
  margin: 0;
  color: var(--text-muted);
  font-size: 16px;
}

.principle-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(124, 58, 237, .20);
  border-radius: 24px;
  background:
    radial-gradient(circle at 96% 4%, rgba(196, 181, 253, .34), transparent 20rem),
    rgba(255, 255, 255, .67);
  box-shadow: var(--shadow-md), inset 0 1px 0 rgba(255, 255, 255, .85);
}

.principle-mark {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 17px;
  background: linear-gradient(135deg, #5b21b6, #a855f7);
  box-shadow: 0 16px 30px rgba(124, 58, 237, .26);
  color: #fff;
  font-family: var(--mono);
  font-size: 22px;
  font-weight: 600;
}

.principle-card blockquote {
  max-width: 850px;
  margin: 0;
  color: #342a4a;
  font-size: clamp(21px, 3vw, 31px);
  font-weight: 600;
  line-height: 1.34;
  letter-spacing: -.022em;
}

.principle-card p {
  max-width: 780px;
  margin: 15px 0 0;
  color: var(--text-muted);
  font-size: 15px;
}

.principle-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 0%, rgba(168, 85, 247, .25), transparent 24rem),
    linear-gradient(135deg, #16082f, #28104e 58%, #472080) !important;
  border-block-color: rgba(216, 180, 254, .18) !important;
}

.principle-section .principle-card {
  border-color: rgba(233, 221, 255, .20);
  background: rgba(255, 255, 255, .08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .14);
}

.principle-section .principle-mark {
  border: 1px solid rgba(255, 255, 255, .24);
  background: rgba(255, 255, 255, .13);
  box-shadow: 0 16px 30px rgba(7, 1, 23, .28);
}

.principle-section .principle-card blockquote { color: #fff; }
.principle-section .principle-card p { color: rgba(255, 255, 255, .70); }

.outcome-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.outcome-card {
  min-height: 202px;
  padding: 24px;
  border: 1px solid rgba(124, 58, 237, .14);
  border-radius: 20px;
  background: rgba(255, 255, 255, .62);
  box-shadow: var(--shadow-sm), inset 0 1px 0 rgba(255, 255, 255, .84);
}

.outcome-number {
  color: var(--accent);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
}

.outcome-card h3 { margin: 18px 0 8px; font-size: 19px; line-height: 1.25; }
.outcome-card p { margin: 0; color: var(--text-muted); font-size: 14px; line-height: 1.55; }

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

.audience-grid .outcome-card {
  position: relative;
  min-height: 218px;
  overflow: hidden;
  padding: 28px;
  border-color: rgba(124, 58, 237, .18);
  background:
    radial-gradient(circle at 100% 0%, rgba(196, 181, 253, .44), transparent 12rem),
    linear-gradient(135deg, rgba(255, 255, 255, .88), rgba(246, 242, 255, .72));
  box-shadow: 0 18px 38px rgba(82, 51, 142, .10), inset 0 1px 0 rgba(255, 255, 255, .94);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.audience-grid .outcome-card::after {
  content: '';
  position: absolute;
  width: 104px;
  height: 104px;
  right: -42px;
  bottom: -50px;
  border: 1px solid rgba(124, 58, 237, .15);
  border-radius: 50%;
  box-shadow: 0 0 0 19px rgba(124, 58, 237, .035), 0 0 0 38px rgba(124, 58, 237, .025);
}

.audience-grid .outcome-card:hover {
  transform: translateY(-4px);
  border-color: rgba(124, 58, 237, .32);
  box-shadow: 0 24px 48px rgba(82, 51, 142, .16), inset 0 1px 0 rgba(255, 255, 255, .94);
}

.audience-grid .outcome-card:nth-child(1),
.audience-grid .outcome-card:nth-child(2) { grid-column: span 6; }

.audience-grid .outcome-card:nth-child(3) { grid-column: span 7; }
.audience-grid .outcome-card:nth-child(4) { grid-column: span 5; }

.audience-grid .outcome-card:nth-child(2) {
  background:
    radial-gradient(circle at 100% 0%, rgba(216, 180, 254, .52), transparent 13rem),
    linear-gradient(135deg, rgba(253, 250, 255, .95), rgba(244, 238, 255, .78));
}

.audience-grid .outcome-card:nth-child(3) {
  background:
    radial-gradient(circle at 100% 0%, rgba(186, 230, 253, .40), transparent 14rem),
    linear-gradient(135deg, rgba(250, 253, 255, .92), rgba(240, 247, 255, .72));
}

.audience-grid .outcome-number {
  position: relative;
  z-index: 1;
  display: inline-flex;
  min-width: 34px;
  min-height: 24px;
  align-items: center;
  justify-content: center;
  padding: 3px 8px;
  border: 1px solid rgba(124, 58, 237, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
}

.audience-grid .outcome-card h3,
.audience-grid .outcome-card p { position: relative; z-index: 1; }

.outcomes-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 8%, rgba(196, 181, 253, .28), transparent 25rem),
    radial-gradient(circle at 0% 96%, rgba(186, 230, 253, .24), transparent 22rem);
}

.outcomes-grid .outcome-card {
  position: relative;
  min-height: 226px;
  overflow: hidden;
  padding: 27px;
  border-color: transparent;
  background: linear-gradient(145deg, #fff, #f7f2ff);
  box-shadow: 0 20px 42px rgba(82, 51, 142, .10), inset 0 1px 0 rgba(255, 255, 255, .94);
  transition: transform .2s ease, box-shadow .2s ease;
}

.outcomes-grid .outcome-card::before {
  position: absolute;
  top: -12px;
  right: 16px;
  color: rgba(124, 58, 237, .10);
  font-family: var(--mono);
  font-size: 92px;
  font-weight: 600;
  line-height: 1;
}

.outcomes-grid .outcome-card:nth-child(1)::before { content: '↗'; }
.outcomes-grid .outcome-card:nth-child(2)::before { content: '↧'; }
.outcomes-grid .outcome-card:nth-child(3)::before { content: '⌁'; }
.outcomes-grid .outcome-card:nth-child(4)::before { content: '□'; }
.outcomes-grid .outcome-card:nth-child(5)::before { content: '✦'; }
.outcomes-grid .outcome-card:nth-child(6)::before { content: '✓'; }

.outcomes-grid .outcome-card:nth-child(2),
.outcomes-grid .outcome-card:nth-child(5) { background: linear-gradient(145deg, #fbf9ff, #eee6ff); }

.outcomes-grid .outcome-card:nth-child(3),
.outcomes-grid .outcome-card:nth-child(6) { background: linear-gradient(145deg, #fbfdff, #edf7ff); }

.outcomes-grid .outcome-card:hover {
  transform: translateY(-5px) rotate(-.25deg);
  box-shadow: 0 28px 54px rgba(82, 51, 142, .16), inset 0 1px 0 rgba(255, 255, 255, .94);
}

.outcomes-grid .outcome-number {
  display: inline-flex;
  min-height: 25px;
  align-items: center;
  padding: 2px 9px;
  border-radius: 999px;
  background: rgba(124, 58, 237, .09);
}

.program-list {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(124, 58, 237, .16);
}

.program-item {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  padding: 17px 4px;
  border-bottom: 1px solid rgba(124, 58, 237, .14);
}

.program-time { color: var(--accent); font-family: var(--mono); font-size: 12px; font-weight: 600; }
.program-item strong { font-size: 16px; }
.program-item span:last-child { color: var(--text-muted); font-size: 13px; text-align: right; }
.program-item.is-break { background: rgba(124, 58, 237, .05); }

.program-section {
  background:
    radial-gradient(circle at 94% 20%, rgba(196, 181, 253, .35), transparent 23rem),
    linear-gradient(180deg, rgba(248, 245, 255, .82), rgba(255, 255, 255, .58)) !important;
}

.program-section .program-list {
  grid-template-columns: 1fr;
  gap: 40px;
  max-width: 940px;
  padding-left: 0;
  border: 0;
}

.program-section .program-list::before { display: none; }

.program-section .program-item {
  position: relative;
  grid-template-columns: 118px minmax(0, 1fr) minmax(180px, .8fr);
  gap: 20px;
  min-height: 76px;
  padding: 17px 22px;
  border: 1px solid rgba(124, 58, 237, .16);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .90), rgba(247, 243, 255, .70));
  box-shadow: 0 12px 26px rgba(82, 51, 142, .07), inset 0 1px 0 rgba(255, 255, 255, .88);
}

.program-section .program-item::before { display: none; }

.program-section .program-item:nth-child(3n + 2) { background: linear-gradient(145deg, rgba(253, 250, 255, .95), rgba(239, 230, 255, .80)); }
.program-section .program-item:nth-child(3n) { background: linear-gradient(145deg, rgba(251, 253, 255, .95), rgba(235, 246, 255, .78)); }

.program-section .program-item:not(:last-child)::after {
  content: '↓';
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: -36px;
  width: 32px;
  height: 32px;
  transform: translateX(-50%);
  border: 1px solid rgba(124, 58, 237, .20);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 7px 14px rgba(82, 51, 142, .12);
  color: #7c3aed;
  font-size: 19px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
}

.program-section .program-time {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  border-radius: 12px;
  background: linear-gradient(135deg, #5b21b6, #8b3df2 58%, #a855f7);
  box-shadow: 0 10px 18px rgba(124, 58, 237, .22);
  color: #fff;
  line-height: 1.35;
  text-align: center;
  white-space: nowrap;
}

.program-section .program-item strong { align-self: center; }
.program-section .program-item span:last-child { align-self: center; text-align: right; }

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

.process-card {
  position: relative;
  min-height: 176px;
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(124, 58, 237, .15);
  border-radius: 18px;
  background: rgba(255, 255, 255, .58);
}

.process-card::before {
  counter-increment: process;
  content: '0' counter(process);
  display: block;
  margin-bottom: 25px;
  color: #b5a7d5;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 600;
}

.process-card h3 { margin: 0; font-size: 16px; line-height: 1.25; }
.process-card p { margin: 8px 0 0; color: var(--text-muted); font-size: 13px; line-height: 1.5; }

.process-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 15%, rgba(168, 85, 247, .38), transparent 24rem),
    radial-gradient(circle at 92% 86%, rgba(59, 130, 246, .22), transparent 24rem),
    linear-gradient(135deg, #130726, #251047 54%, #311764) !important;
  border-block: 1px solid rgba(216, 180, 254, .18);
}

.process-section .seminar-section-heading h2 { color: #fff; }
.process-section .seminar-section-heading p:last-child { color: rgba(255, 255, 255, .70); }
.process-section .eyebrow { border-color: rgba(255, 255, 255, .22); background: rgba(255, 255, 255, .10); color: #e9ddff; }

.process-section .process-grid {
  position: relative;
  gap: 18px;
  padding: 66px 34px;
  overflow: hidden;
  border: 1px solid rgba(233, 221, 255, .18);
  border-radius: 28px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    rgba(255, 255, 255, .055);
  background-size: 28px 28px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12), 0 30px 65px rgba(8, 2, 22, .30);
}

.process-section .process-grid::before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 50%;
  right: 12%;
  left: 12%;
  height: 2px;
  transform: translateY(-50%);
  background: linear-gradient(90deg, rgba(196, 181, 253, .20), #a855f7 26%, #c4b5fd 72%, rgba(186, 230, 253, .32));
  box-shadow: 0 0 18px rgba(168, 85, 247, .68);
}

.process-section .process-card {
  z-index: 1;
  min-height: 204px;
  padding: 25px;
  border-radius: 22px;
  border-color: rgba(233, 221, 255, .22);
  background: linear-gradient(145deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, .08));
  box-shadow: 0 18px 38px rgba(8, 2, 22, .24), inset 0 1px 0 rgba(255, 255, 255, .20);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.process-section .process-card:nth-child(1) { transform: translateY(30px); }
.process-section .process-card:nth-child(2) { transform: translateY(-24px); }
.process-section .process-card:nth-child(3) { transform: translateY(28px); }
.process-section .process-card:nth-child(4) { transform: translateY(-22px); }

.process-section .process-card::before {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  margin-bottom: 28px;
  border-radius: 11px;
  background: linear-gradient(135deg, #6d28d9, #a855f7);
  color: #fff;
  box-shadow: 0 9px 16px rgba(124, 58, 237, .24);
}

.process-section .process-card:not(:last-child)::after { display: none; }
.process-section .process-card h3 { color: #fff; }
.process-section .process-card p { color: rgba(255, 255, 255, .67); }

.seminar-closing {
  padding: clamp(30px, 5vw, 56px);
  border-radius: 24px;
  background:
    radial-gradient(circle at 94% 12%, rgba(216, 180, 254, .38), transparent 21rem),
    linear-gradient(135deg, #2d115f, #4c1d95 62%, #6d28d9);
  box-shadow: 0 26px 62px rgba(76, 29, 149, .28), inset 0 1px 0 rgba(255, 255, 255, .18);
  color: #fff;
}

.seminar-closing .eyebrow { border-color: rgba(255, 255, 255, .22); background: rgba(255, 255, 255, .11); color: #e9ddff; }
.seminar-closing h2 { max-width: 720px; }
.seminar-closing p:not(.eyebrow) { max-width: 680px; margin: 18px 0 0; color: rgba(255, 255, 255, .77); font-size: 16px; }
.seminar-closing .seminar-primary-link { margin-top: 28px; background: #fff; box-shadow: 0 14px 28px rgba(16, 5, 42, .22); color: var(--accent-deep); }

.closing-section { padding-top: clamp(56px, 8vw, 100px); }
.closing-section .seminar-closing { position: relative; overflow: hidden; border: 1px solid rgba(255, 255, 255, .18); }
.closing-section .seminar-closing::after { content: ''; position: absolute; width: 240px; height: 240px; right: -78px; bottom: -128px; border: 1px solid rgba(255, 255, 255, .20); border-radius: 50%; box-shadow: 0 0 0 30px rgba(255, 255, 255, .05), 0 0 0 60px rgba(255, 255, 255, .03); }
.closing-section .seminar-closing > * { position: relative; z-index: 1; }

.links-page .apps-section { min-height: calc(100vh - 184px); padding-top: clamp(54px, 7vw, 86px); }
.links-page .section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.links-page .section-heading h1 { margin: 0; font-size: clamp(38px, 5vw, 58px); line-height: 1.05; letter-spacing: -.04em; }
.links-page .section-heading p { margin-bottom: 12px; }
.links-page .back-to-seminar { color: var(--accent); font-size: 13px; font-weight: 700; text-decoration: none; }

.booking-section {
  position: relative;
  padding: clamp(42px, 5vw, 68px) 0 clamp(18px, 3vw, 34px);
}

.booking-card {
  display: grid;
  grid-template-columns: minmax(240px, .78fr) minmax(0, 1.45fr);
  overflow: hidden;
  border: 1px solid rgba(124, 58, 237, .22);
  border-radius: 24px;
  background:
    radial-gradient(circle at 2% 8%, rgba(196, 181, 253, .48), transparent 22rem),
    linear-gradient(135deg, rgba(255, 255, 255, .86), rgba(247, 243, 255, .74));
  box-shadow: var(--shadow-md), inset 0 1px 0 rgba(255, 255, 255, .86);
  backdrop-filter: blur(22px) saturate(150%);
  -webkit-backdrop-filter: blur(22px) saturate(150%);
}

.booking-intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(28px, 4vw, 52px);
  border-right: 1px solid rgba(124, 58, 237, .13);
}

.booking-intro .eyebrow { margin-bottom: 18px; }

.booking-intro h1 {
  margin: 0;
  color: var(--text);
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.05;
  letter-spacing: -.035em;
}

.booking-copy {
  max-width: 420px;
  margin: 20px 0 0;
  color: var(--text-muted);
  font-size: 16px;
  line-height: 1.65;
}

.booking-points {
  display: grid;
  gap: 12px;
  margin-top: 28px;
  color: #49415c;
  font-size: 13px;
  font-weight: 600;
}

.booking-points > span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.booking-point-icon {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #6d28d9, #a855f7);
  box-shadow: 0 7px 14px rgba(124, 58, 237, .20);
  color: #fff;
  font-family: var(--mono);
  font-size: 10px;
}

.booking-open-link {
  position: relative;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: auto;
  padding: 11px 16px;
  border: 1px solid rgba(124, 58, 237, .24);
  border-radius: 999px;
  background: rgba(255, 255, 255, .64);
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .15s ease, background .15s ease, box-shadow .15s ease;
}

.booking-open-link:hover {
  transform: translateY(-2px);
  background: #fff;
  box-shadow: 0 12px 24px rgba(124, 58, 237, .14);
}

.booking-embed-shell {
  min-width: 0;
  padding: clamp(14px, 2vw, 22px);
  background: rgba(255, 255, 255, .35);
}

.booking-embed-bar {
  min-height: 40px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  border: 1px solid rgba(124, 58, 237, .14);
  border-bottom: 0;
  border-radius: 14px 14px 0 0;
  background: rgba(255, 255, 255, .75);
  color: var(--text-muted);
  font-size: 12px;
  font-weight: 600;
}

.booking-embed-status {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ok);
  box-shadow: 0 0 0 4px rgba(5, 150, 105, .10);
}

.booking-embed-provider {
  margin-left: auto;
  color: #938aa6;
  font-family: var(--mono);
  font-size: 10px;
}

.booking-embed {
  display: block;
  width: 100%;
  min-height: 690px;
  border: 1px solid rgba(124, 58, 237, .14);
  border-radius: 0 0 14px 14px;
  background: #fff;
}

.booking-fallback {
  margin: 12px 2px 0;
  color: var(--text-muted);
  font-size: 11px;
}

.booking-fallback a {
  color: var(--accent);
  font-weight: 600;
}

.apps-section {
  position: relative;
  min-height: calc(100vh - 72px - 112px);
  padding: clamp(54px, 6vw, 78px) 0 clamp(66px, 7vw, 92px);
}

.section-heading { margin-bottom: 32px; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  margin: 0 0 16px;
  padding: 5px 10px;
  border: 1px solid rgba(124, 58, 237, .16);
  border-radius: 999px;
  background: rgba(124, 58, 237, .08);
  color: var(--accent);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .06em;
  line-height: 1.2;
  text-transform: uppercase;
}

.section-heading h2 {
  max-width: 760px;
  margin: 0;
  color: var(--text);
  font-size: 44px;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
}

.app-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.app-card {
  position: relative;
  min-width: 0;
  min-height: 232px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .62);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .76), rgba(255, 255, 255, .48)),
    radial-gradient(circle at 84% 10%, rgba(196, 181, 253, .2), transparent 12rem);
  box-shadow: 0 18px 46px rgba(35, 18, 72, .09), inset 0 1px 0 rgba(255, 255, 255, .78);
  color: var(--text);
  text-decoration: none;
  backdrop-filter: blur(20px) saturate(150%);
  -webkit-backdrop-filter: blur(20px) saturate(150%);
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.app-card.is-ready { border-color: rgba(124, 58, 237, .34); }

.app-card.is-ready:hover {
  transform: translateY(-3px);
  border-color: rgba(124, 58, 237, .5);
  box-shadow: 0 24px 58px rgba(124, 58, 237, .16), inset 0 1px 0 rgba(255, 255, 255, .82);
}

.app-index {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #938aa6;
  font-family: var(--mono);
  font-size: 11px;
}

.app-mark {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 17px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(124, 58, 237, .14), rgba(196, 181, 253, .28));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7), 0 12px 26px rgba(124, 58, 237, .12);
  color: var(--accent);
  font-family: var(--mono);
  font-size: 13px;
  font-weight: 600;
}

.is-ready .app-mark {
  background: linear-gradient(135deg, #6d28d9, #7c3aed 56%, #a855f7);
  box-shadow: 0 14px 28px rgba(124, 58, 237, .24), inset 0 1px 0 rgba(255, 255, 255, .3);
  color: #fff;
}

.app-mark.has-icon,
.is-ready .app-mark.has-icon {
  padding: 8px;
  border: 1px solid rgba(124, 58, 237, .12);
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 12px 28px rgba(35, 18, 72, .11), inset 0 1px 0 rgba(255, 255, 255, .9);
}

.app-logo {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.app-mark.has-icon.is-edge-to-edge,
.is-ready .app-mark.has-icon.is-edge-to-edge {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: 0 14px 28px rgba(124, 58, 237, .24);
}

.app-card strong {
  max-width: calc(100% - 34px);
  overflow-wrap: anywhere;
  font-size: 18px;
  line-height: 1.3;
}

.app-description {
  margin: 8px 0 0;
  color: #746d83;
  font-size: 13px;
  line-height: 1.5;
}

.app-action {
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 18px;
  color: #8a8299;
  font-size: 13px;
  font-weight: 600;
}

.is-ready .app-action { color: var(--accent); }

.site-footer {
  position: relative;
  background:
    radial-gradient(circle at 80% 0%, rgba(168, 85, 247, .18), transparent 24rem),
    linear-gradient(135deg, #081622, #0d1b2a 58%, #24104d);
  color: rgba(255, 255, 255, .68);
}

.footer-inner {
  min-height: 112px;
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 13px;
}

.footer-brand { color: #fff; font-size: 15px; }
.footer-brand .brand-mark { width: 32px; height: 32px; padding: 5px; border-radius: 7px; }
.footer-brand .brand-mark svg { width: 18px; height: 18px; }
.footer-inner > a:not(.brand) { margin-left: auto; color: #d8c8ff; }

a:focus-visible {
  outline: 3px solid rgba(168, 85, 247, .34);
  outline-offset: 3px;
}

@media (max-width: 820px) {
  .section-heading h2 { font-size: 38px; }
  .seminar-hero-grid,
  .seminar-section-heading { grid-template-columns: 1fr; }
  .hero-booking { max-width: 620px; }
  .seminar-facts { max-width: 520px; }
  .outcome-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .audience-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .audience-grid .outcome-card:nth-child(n) { grid-column: auto; }
  .process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process-section .process-grid { padding: 26px; }
  .process-section .process-grid::before { display: none; }
  .process-section .process-card:nth-child(n) { transform: none; }
  .process-section .process-card:nth-child(2)::after { display: none; }
  .booking-card { grid-template-columns: 1fr; }
  .booking-intro { border-right: 0; border-bottom: 1px solid rgba(124, 58, 237, .13); }
  .booking-open-link { margin-top: 28px; }
  .app-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 560px) {
  .page-shell { width: min(calc(100% - 32px), var(--max-width)); }
  .header-inner { flex-wrap: wrap; padding: 12px 16px; }
  .brand { font-size: 15px; }
  .header-socials {
    position: static;
    order: 3;
    width: 100%;
    justify-content: center;
    transform: none;
  }
  .home-link { min-height: 40px; padding: 9px 14px; font-size: 12px; }
  .header-actions { gap: 3px; }
  .header-link { padding: 8px; font-size: 12px; }
  .seminar-hero { padding-top: 48px; }
  .seminar-hero h1 { font-size: clamp(40px, 13vw, 58px); }
  .seminar-lede { font-size: 17px; }
  .seminar-cta-row { align-items: flex-start; flex-direction: column; gap: 12px; }
  .workshop-notice { margin-top: 20px; font-size: 13px; }
  .hero-booking .booking-embed { min-height: 650px; }
  .date-booking { padding: 20px; }
  .date-option { grid-template-columns: 68px minmax(0, 1fr); gap: 12px; }
  .date-stamp { min-height: 88px; }
  .seminar-facts { grid-template-columns: 1fr 1fr; }
  .seminar-section-heading { margin-bottom: 28px; }
  .principle-card { grid-template-columns: 1fr; gap: 18px; }
  .outcome-grid,
  .process-grid { grid-template-columns: 1fr; }
  .audience-grid { grid-template-columns: 1fr; }
  .program-section .program-list { padding-left: 0; }
  .program-section .program-list { grid-template-columns: 1fr; }
  .program-section .program-item { grid-template-columns: 1fr; gap: 8px; min-height: 0; padding: 16px; }
  .program-section .program-time { grid-row: auto; min-height: 0; justify-self: start; padding: 8px 12px; }
  .program-section .program-item span:last-child { text-align: left; }
  .process-section .process-card:not(:last-child)::after { display: none; }
  .links-page .section-heading { align-items: flex-start; flex-direction: column; }
  .booking-section { padding: 28px 0 8px; }
  .booking-intro { padding: 28px 24px; }
  .booking-copy { font-size: 15px; }
  .booking-embed-shell { padding: 12px; }
  .booking-embed { min-height: 650px; }
  .apps-section { min-height: 0; padding: 46px 0 58px; }
  .section-heading { margin-bottom: 26px; }
  .section-heading h2 { font-size: 32px; }
  .app-grid { grid-template-columns: 1fr; gap: 14px; }
  .app-card { min-height: 218px; padding: 21px; border-radius: 16px; }
  .footer-inner { min-height: 0; padding: 28px 0; flex-wrap: wrap; gap: 12px 18px; }
  .footer-inner > a:not(.brand) { margin-left: 0; }
  .footer-inner > span { width: 100%; }
}

@media (max-width: 340px) {
  .home-link { padding: 8px 11px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
