:root {
  --color-cream: #fbf2e8;
  --color-ivory: #fffaf4;
  --color-blush: #f5d9dc;
  --color-rose: #bd6270;
  --color-rose-dark: #8e3e51;
  --color-green: #003b38;
  --color-green-mid: #345b56;
  --color-green-soft: #dfece7;
  --color-sage: #eef4ed;
  --color-ink: #0f2037;
  --color-body: #173230;
  --color-muted: #685e57;
  --color-white: #ffffff;
  --font-heading: "Lora", Georgia, serif;
  --font-body: "Open Sans", Arial, sans-serif;
  --radius: .5rem;
  --shadow-soft: 0 1.35rem 3.5rem rgba(47, 31, 23, .1);
  --shadow-button: 0 .45rem 0 rgba(0, 59, 56, .18), 0 1rem 1.8rem rgba(0, 59, 56, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--color-cream);
  color: var(--color-body);
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.5;
}
body.is-modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
button, a, input { font: inherit; }
button { cursor: pointer; }
a { color: inherit; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-family: var(--font-heading); color: var(--color-ink); letter-spacing: 0; }
p { color: var(--color-muted); }

.page-wrapper { min-height: 100svh; overflow: clip; }
.padding-global { padding-right: 5%; padding-left: 5%; }
.container-large { width: 100%; max-width: 80rem; margin-right: auto; margin-left: auto; }
.container-medium { width: 100%; max-width: 58rem; margin-right: auto; margin-left: auto; }
.padding-section-hero { padding-top: 3.35rem; padding-bottom: 4.75rem; }
.padding-section-medium { padding-top: 4rem; padding-bottom: 4rem; }
.padding-section-small { padding-top: 2.25rem; padding-bottom: 2.25rem; }

.event-ribbon {
  position: relative;
  z-index: 2;
  background: linear-gradient(90deg, var(--color-green) 0%, var(--color-green-mid) 58%, var(--color-rose-dark) 100%);
  color: var(--color-white);
}
.event-ribbon_component {
  min-height: 3.4rem;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  gap: 1.35rem;
  align-items: center;
}
.event-live,
.event-demand,
.workshop-badge,
.countdown-pill,
.ticket-countdown div {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.event-live {
  min-height: 2.1rem;
  gap: .4rem;
  padding: .35rem .9rem;
  border-radius: var(--radius);
  background: var(--color-ivory);
  color: var(--color-rose-dark);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .08rem;
  text-transform: uppercase;
}
.event-live span,
.workshop-badge span {
  width: .58rem;
  height: .58rem;
  border-radius: 999rem;
  background: var(--color-rose);
}
.event-date {
  color: rgba(255, 255, 255, .92);
  font-size: .88rem;
  font-weight: 800;
  letter-spacing: .05rem;
  text-align: center;
  text-transform: uppercase;
}
.event-date strong {
  color: var(--color-white);
  text-decoration: underline;
  text-underline-offset: .15rem;
}
.event-countdown {
  display: flex;
  gap: .32rem;
  align-items: center;
  justify-content: flex-end;
  color: var(--color-white);
}
.event-countdown__label {
  margin-right: .25rem;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .06rem;
  text-transform: uppercase;
}
.countdown-pill {
  min-width: 2.55rem;
  min-height: 2.05rem;
  gap: .14rem;
  padding: .2rem .35rem;
  border: .0625rem solid rgba(255, 255, 255, .25);
  border-radius: .3rem;
  background: rgba(255, 250, 244, .15);
  color: var(--color-white);
  box-shadow: inset 0 .0625rem 0 rgba(255, 255, 255, .22);
}
.countdown-pill strong {
  font-size: 1rem;
  line-height: 1;
}
.countdown-pill em {
  font-style: normal;
  font-size: .68rem;
  font-weight: 800;
  text-transform: uppercase;
  opacity: .78;
}
.countdown-separator { opacity: .7; }
.event-demand {
  min-height: 2.05rem;
  padding: .35rem 1rem;
  border: .0625rem solid rgba(255, 255, 255, .2);
  border-radius: .3rem;
  color: var(--color-white);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .06rem;
  text-transform: uppercase;
}

.hero-section {
  position: relative;
  background: linear-gradient(180deg, var(--color-ivory) 0%, var(--color-cream) 72%, var(--color-sage) 100%);
}
.hero-grid-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .34;
  background-image:
    linear-gradient(rgba(0, 59, 56, .08) .0625rem, transparent .0625rem),
    linear-gradient(90deg, rgba(0, 59, 56, .08) .0625rem, transparent .0625rem);
  background-size: 2.5rem 2.5rem;
  mask-image: linear-gradient(180deg, #000 0%, transparent 55%);
}
.hero_component {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.workshop-badge {
  gap: .55rem;
  min-height: 2.2rem;
  margin-bottom: 1.5rem;
  padding: .45rem 1.25rem;
  border-radius: 999rem;
  background: rgba(255, 255, 255, .88);
  color: rgba(15, 32, 55, .58);
  box-shadow: 0 .5rem 1.3rem rgba(23, 50, 48, .05);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .12rem;
  text-transform: uppercase;
}
.hero-heading {
  max-width: 67rem;
  font-size: clamp(2.15rem, 3.35vw, 3.9rem);
  font-weight: 700;
  line-height: 1.08;
}
.hero-heading span {
  display: block;
  color: var(--color-rose-dark);
}
.hero-subhead {
  max-width: 62rem;
  margin-top: 1.25rem;
  color: var(--color-body);
  font-size: clamp(1.05rem, 1.55vw, 1.45rem);
  font-weight: 600;
  line-height: 1.55;
}
.hero-subhead strong {
  color: var(--color-ink);
  font-weight: 800;
}

.webinar-grid {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(20rem, .95fr) minmax(0, 1fr);
  gap: 3.6rem;
  align-items: start;
  margin-top: 4.5rem;
  text-align: left;
}
.host-card,
.discover-item,
.ticket-card,
.punchline_component,
.modal__panel {
  border: .0625rem solid rgba(0, 59, 56, .15);
  border-radius: var(--radius);
  background: rgba(255, 250, 244, .9);
  box-shadow: var(--shadow-soft);
}
.host-card {
  position: sticky;
  top: 1rem;
  overflow: hidden;
  border-width: .125rem;
  border-color: var(--color-green);
}
.host-card__date {
  min-height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-rose-dark);
  color: var(--color-white);
  font-size: .88rem;
  font-weight: 800;
  letter-spacing: .05rem;
  text-align: center;
  text-transform: uppercase;
}
.host-card__image {
  width: 100%;
  aspect-ratio: 1 / .9;
  object-fit: cover;
  object-position: 50% 34%;
}
.host-card__body {
  padding: 1.5rem 1.65rem 1.7rem;
}
.host-card__body h2,
.discover-panel h2 {
  font-size: clamp(1.8rem, 2.35vw, 2.65rem);
  font-weight: 700;
  line-height: 1.12;
}
.host-list {
  display: grid;
  gap: .66rem;
  margin: 1.15rem 0 0;
  padding: 0;
  list-style: none;
}
.host-list li {
  position: relative;
  padding-left: 1.65rem;
  color: var(--color-body);
  font-size: 1.02rem;
  font-weight: 600;
}
.host-list li::before {
  content: "";
  position: absolute;
  top: .24rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 999rem;
  background:
    linear-gradient(135deg, transparent 44%, var(--color-white) 44% 58%, transparent 58%) .28rem .2rem / .45rem .45rem no-repeat,
    var(--color-rose);
}
.host-list strong { color: var(--color-ink); font-weight: 800; }
.host-card__mobile-action { display: none; margin-top: 1.25rem; }

.training-column {
  display: grid;
  gap: 1.25rem;
}
.discover-panel h2 {
  margin-bottom: 1.25rem;
  color: #000;
  font-family: var(--font-body);
  font-weight: 800;
  letter-spacing: 0;
}
.discover-list {
  display: grid;
  gap: .85rem;
}
.discover-item {
  display: grid;
  grid-template-columns: 1.35rem minmax(0, 1fr);
  gap: .85rem;
  align-items: start;
  padding: 1.45rem 1.6rem;
  background: rgba(255, 255, 255, .82);
}
.check-icon {
  width: 1.05rem;
  height: 1.05rem;
  margin-top: .28rem;
  border-radius: 999rem;
  background:
    linear-gradient(135deg, transparent 44%, var(--color-white) 44% 58%, transparent 58%) .29rem .19rem / .45rem .45rem no-repeat,
    var(--color-rose);
}
.discover-item p {
  color: #000;
  font-size: 1.04rem;
  line-height: 1.72;
}
.discover-item strong {
  color: #000;
  font-weight: 800;
}

.ticket-card {
  overflow: hidden;
  background: var(--color-ivory);
}
.ticket-card__top {
  min-height: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0 1.65rem;
  border-bottom: .0625rem dashed rgba(0, 59, 56, .25);
  color: rgba(15, 32, 55, .46);
  font-size: .85rem;
  font-weight: 800;
  letter-spacing: .08rem;
  text-transform: uppercase;
}
.ticket-card__top strong {
  display: inline-flex;
  gap: .32rem;
  align-items: center;
  color: #5ba05c;
  font-weight: 800;
}
.ticket-card__top i {
  width: .38rem;
  height: .38rem;
  border-radius: 999rem;
  background: currentColor;
}
.ticket-card__body {
  display: grid;
  gap: 1.65rem;
  justify-items: center;
  padding: 2.45rem 1.75rem 2rem;
  text-align: center;
}
.ticket-card__label {
  color: rgba(15, 32, 55, .58);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: .04rem;
  text-transform: uppercase;
}
.ticket-countdown {
  display: flex;
  gap: .45rem;
  align-items: center;
  justify-content: center;
}
.ticket-countdown div {
  min-width: 3.8rem;
  min-height: 3.8rem;
  flex-direction: column;
  gap: .15rem;
  border-radius: .35rem;
  background: var(--color-sage);
  box-shadow: inset 0 0 0 .0625rem rgba(0, 59, 56, .08), 0 .4rem 1rem rgba(0, 59, 56, .08);
}
.ticket-countdown strong {
  color: var(--color-rose-dark);
  font-family: var(--font-heading);
  font-size: 1.45rem;
  line-height: 1;
}
.ticket-countdown span {
  color: rgba(15, 32, 55, .55);
  font-size: .62rem;
  font-weight: 800;
  text-transform: uppercase;
}
.ticket-countdown i {
  color: rgba(15, 32, 55, .32);
  font-style: normal;
  font-weight: 800;
}

.button {
  min-height: 3.55rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .95rem 1.8rem;
  border: .0625rem solid var(--color-green);
  border-radius: var(--radius);
  background: var(--color-green);
  color: var(--color-white);
  box-shadow: var(--shadow-button);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  transition: background-color .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.button:hover,
.button:focus-visible {
  background: #10524e;
  border-color: #10524e;
  box-shadow: 0 .32rem 0 rgba(0, 59, 56, .18), 0 .8rem 1.5rem rgba(0, 59, 56, .14);
  transform: translateY(.08rem);
  outline: none;
}
.button--small {
  min-height: 2.8rem;
  padding: .72rem 1rem;
  font-size: .88rem;
}
.host-card .host-card__mobile-action { display: none; }

.punchline-section {
  background: linear-gradient(180deg, var(--color-sage), var(--color-cream));
}
.punchline_component {
  display: grid;
  gap: 1.1rem;
  justify-items: center;
  padding: 2.25rem 2rem;
  background: rgba(255, 250, 244, .82);
  text-align: center;
}
.punchline_component h2 {
  max-width: 48rem;
  font-size: clamp(2rem, 3.1vw, 3.5rem);
  font-weight: 700;
  line-height: 1.08;
}
.punchline_component p {
  max-width: 52rem;
  color: var(--color-body);
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.65;
}

.footer {
  background: var(--color-green);
  color: var(--color-white);
}
.footer p,
.footer a { color: var(--color-white); }
.footer_component {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: .9rem;
  font-weight: 700;
}
.footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  justify-content: center;
}
.footer__links a {
  text-decoration: underline;
  text-underline-offset: .2rem;
}
.footer__disclaimer {
  max-width: 72rem;
  margin: 1.5rem auto 0;
  color: rgba(255, 255, 255, .72);
  font-size: .78rem;
  line-height: 1.55;
  text-align: center;
}

.modal[hidden] { display: none; }
.modal {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(12, 25, 24, .58);
  backdrop-filter: blur(.45rem);
}
.modal__panel {
  position: relative;
  width: min(100%, 34rem);
  max-height: calc(100svh - 2rem);
  overflow: auto;
  padding: 2.2rem;
  background: var(--color-ivory);
  outline: none;
}
.modal__panel h2 {
  margin-bottom: 1.35rem;
  color: var(--color-ink);
  font-size: clamp(1.85rem, 4vw, 2.8rem);
  font-weight: 700;
  line-height: 1.1;
}
.modal__close {
  position: absolute;
  top: .9rem;
  right: .9rem;
  width: 2.4rem;
  height: 2.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: .0625rem solid rgba(23, 50, 48, .16);
  border-radius: 999rem;
  background: var(--color-white);
  color: var(--color-green);
  font-size: 1.4rem;
  line-height: 1;
}
.eyebrow {
  margin-bottom: .75rem;
  color: var(--color-rose-dark);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .06rem;
  text-transform: uppercase;
}
.registration-form,
.form-grid,
.form-success {
  display: grid;
  gap: 1rem;
}
.form-grid { gap: .9rem; }
.registration-form label {
  display: grid;
  gap: .35rem;
  color: var(--color-green);
  font-size: .9rem;
  font-weight: 700;
}
.registration-form input {
  min-height: 3.1rem;
  width: 100%;
  padding: .7rem .82rem;
  border: 0;
  border-radius: var(--radius);
  background: var(--color-white);
  box-shadow: inset 0 0 0 .0625rem rgba(23, 50, 48, .18);
  color: var(--color-ink);
}
.registration-form input:focus {
  box-shadow: inset 0 0 0 .125rem var(--color-rose);
  outline: none;
}
.form-error {
  min-height: 1.25rem;
  color: var(--color-rose-dark);
  font-size: .88rem;
  font-weight: 700;
}
.form-success h3 {
  color: var(--color-green);
  font-family: var(--font-heading);
  font-size: 1.8rem;
}

.reveal {
  transform: translateY(0);
  transition: transform .65s ease;
}
.reveal.is-visible { transform: translateY(0); }

@media (prefers-reduced-motion: no-preference) {
  .event-live span,
  .workshop-badge span {
    animation: pulse-dot 1.8s ease-in-out infinite;
  }
  .hero_component > .workshop-badge,
  .hero-heading,
  .hero-subhead {
    animation: hero-enter .72s ease both;
  }
  .hero-heading { animation-delay: .08s; }
  .hero-subhead { animation-delay: .16s; }
  .reveal:not(.is-visible) { transform: translateY(.7rem); }
}

@keyframes pulse-dot {
  0%, 100% { transform: scale(1); opacity: .76; }
  50% { transform: scale(1.45); opacity: .35; }
}

@keyframes hero-enter {
  from { opacity: 0; transform: translateY(.8rem); }
  to { opacity: 1; transform: translateY(0); }
}

@media screen and (max-width: 61.9375rem) {
  .event-ribbon_component {
    grid-template-columns: 1fr;
    gap: .55rem;
    padding-top: .8rem;
    padding-bottom: .8rem;
    text-align: center;
  }
  .event-countdown { justify-content: center; }
  .event-demand { justify-self: center; }
  .padding-section-hero { padding-top: 3rem; padding-bottom: 4rem; }
  .hero-heading { font-size: clamp(1.9rem, 4.45vw, 2.85rem); }
  .webinar-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 3rem;
  }
  .host-card {
    position: relative;
    top: auto;
    max-width: 42rem;
    margin-right: auto;
    margin-left: auto;
  }
  .training-column { max-width: 44rem; margin-right: auto; margin-left: auto; }
}

@media screen and (max-width: 47.9375rem) {
  .padding-global { padding-right: 1.25rem; padding-left: 1.25rem; }
  .padding-section-hero { padding-top: 2rem; padding-bottom: 3.25rem; }
  .padding-section-medium { padding-top: 3.25rem; padding-bottom: 3.25rem; }
  .hero-heading { font-size: clamp(1.62rem, 6.1vw, 2.22rem); }
  .hero-subhead { font-size: 1rem; }
  .workshop-badge { margin-bottom: 1.1rem; }
  .webinar-grid { margin-top: 2rem; }
  .host-card__image { aspect-ratio: 1 / 1.08; object-position: 50% 38%; }
  .host-card__body { padding: 1.2rem; }
  .host-card__body h2,
  .discover-panel h2 { font-size: clamp(1.75rem, 7vw, 2.35rem); }
  .host-card .host-card__mobile-action { display: inline-flex; width: 100%; }
  .discover-item { grid-template-columns: 1.1rem minmax(0, 1fr); padding: 1.2rem 1rem; }
  .discover-item p { font-size: 1rem; line-height: 1.68; }
  .button { width: 100%; }
  .ticket-card__top { padding-right: 1.1rem; padding-left: 1.1rem; }
  .ticket-card__body { padding: 2rem 1.1rem 1.4rem; }
  .ticket-countdown { flex-wrap: wrap; }
  .ticket-countdown i { display: none; }
  .footer_component { flex-direction: column; }
}

@media screen and (max-width: 29.9375rem) {
  .padding-global { padding-right: 1rem; padding-left: 1rem; }
  .event-countdown { flex-wrap: wrap; }
  .event-countdown__label { width: 100%; margin-right: 0; }
  .countdown-pill { min-width: 2.35rem; }
  .event-date { font-size: .78rem; }
  .hero-heading { font-size: clamp(1.45rem, 7vw, 1.9rem); }
  .hero-subhead { line-height: 1.5; }
  .host-card__date { font-size: .72rem; }
  .host-list li { font-size: .96rem; }
  .ticket-countdown div { min-width: 3.55rem; }
  .punchline_component { padding: 1.6rem 1rem; }
  .punchline_component h2 { font-size: clamp(1.85rem, 8vw, 2.45rem); }
  .punchline_component p { font-size: 1rem; }
  .modal { align-items: flex-end; padding: .65rem; }
  .modal__panel { width: 100%; padding: 1.35rem; }
}
