/* Oposum Event Page v6.5
   Brand-system alignment: dark Oposum hero, light clinical sections, accent-driven specialty UI. */

body.op-event-v6 {
  --op-paper: #f7f8fb;
  --op-paper-soft: #eef2f7;
  --op-cream: #ffffff;
  --op-ink: #00091e;
  --op-ink-2: #07152f;
  --op-muted: #687184;
  --op-accent: #54b8ff;
  --op-accent-rgb: 84 184 255;
  --op-accent-soft: rgb(var(--op-accent-rgb) / 0.14);
  --op-accent-wash: rgb(var(--op-accent-rgb) / 0.08);
  --op-accent-2: var(--op-accent);
  --op-danger: #f0181e;
  --op-success: var(--op-accent);
  --op-line: rgba(0, 9, 30, 0.11);
  --op-line-strong: rgb(var(--op-accent-rgb) / 0.34);
  --op-shell: rgba(0, 9, 30, 0.045);
  --op-core: rgba(255, 255, 255, 0.88);
  --op-highlight: rgba(255, 255, 255, 0.72);
  --op-shadow: 0 32px 100px rgba(0, 9, 30, 0.12), 0 8px 24px rgba(0, 9, 30, 0.055);
  --op-shadow-soft: 0 18px 58px rgba(0, 9, 30, 0.09);
  --op-ease: cubic-bezier(0.32, 0.72, 0, 1);
  --op-ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --op-container: min(1140px, calc(100vw - 72px));
  --op-type-small: 13px;
  --op-type-body: 15px;
  --op-type-h3: 24px;
  --op-type-h2: 39px;
  --op-type-hero: 88px;
  --op-sticky-top: 104px;
  --op-z-mobile-cta: 24;
  --op-z-skip: 40;
  --op-z-lightbox: 80;
  background: var(--op-paper);
  color: var(--op-ink);
}


body.op-evt-lightbox-open {
  overflow: hidden;
}

.op-event-shell,
.op-event-shell--ohio,
.op-event-shell__page {
  background: transparent;
}

.op-event-shell__page {
  min-height: 100dvh;
  overflow-x: clip;
}

.op-event-shell__page *,
.op-event-shell__page *::before,
.op-event-shell__page *::after {
  box-sizing: border-box;
}

.op-event-shell__page a {
  color: inherit;
  text-decoration: none;
}

.op-event-shell__page img {
  display: block;
  max-width: 100%;
}

.op-evt,
.op-evt--v6 {
  --op-evt-hero-parallax: 0px;
  --op-evt-bloom-shift: 0px;
  position: relative;
  isolation: isolate;
  width: 100%;
  margin: 0 auto;
  color: var(--op-ink);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "DM Sans", system-ui, sans-serif;
  font-size: var(--op-type-body);
  line-height: 1.58;
  letter-spacing: 0.05em;
  scroll-behavior: smooth;
}

.op-evt :where(h1, h2, h3, h4, p, ul, ol, figure) {
  margin-top: 0;
}

.op-evt :where(h1, h2, h3) {
  color: var(--op-ink);
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "SF Pro Display", system-ui, sans-serif;
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.08;
  text-wrap: balance;
}

.op-evt :where(p, li) {
  color: color-mix(in srgb, var(--op-ink) 72%, var(--op-muted));
  text-wrap: pretty;
}

.op-evt :focus-visible,
.op-event-shell__page :focus-visible {
  outline: 3px solid rgba(59, 140, 130, 0.30);
  outline-offset: 4px;
  border-radius: 14px;
}

.op-evt__skip-link {
  position: absolute;
  left: max(18px, calc((100vw - 1120px) / 2));
  top: 18px;
  z-index: var(--op-z-skip);
  padding: 10px 13px;
  border-radius: 999px;
  background: var(--op-ink);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  opacity: 0;
  transform: translate3d(0, -18px, 0);
  transition: opacity 220ms var(--op-ease), transform 220ms var(--op-ease);
}

.op-evt__skip-link:focus-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.op-evt__reveal {
  opacity: 1;
  transform: none;
}

.op-evt__reveal.is-visible,
.op-evt.is-ready .op-evt__hero-copy.op-evt__reveal,
.op-evt.is-ready .op-evt__hero-media.op-evt__reveal {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.op-evt__glyph {
  position: relative;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  color: transparent;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.op-evt__glyph::before,
.op-evt__glyph::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  display: block;
  border-radius: 999px;
  background: var(--op-success);
  transform: translate3d(-50%, -50%, 0);
}

.op-evt__glyph::before {
  width: 13px;
  height: 1.5px;
}

.op-evt__glyph::after {
  width: 1.5px;
  height: 13px;
}

.op-evt__symbol,
.op-evt__availability-note .op-evt__glyph {
  width: 34px;
  height: 34px;
  border-radius: 13px;
  border: 1px solid rgba(59, 140, 130, 0.24);
  background:
    radial-gradient(circle at 70% 12%, rgba(255, 255, 255, 0.76), transparent 42%),
    rgba(59, 140, 130, 0.10);
}

.op-evt__meta-icon {
  width: 18px;
  height: 18px;
  border: 1px solid rgba(59, 140, 130, 0.20);
  border-radius: 50%;
}

.op-evt__meta-icon::before {
  width: 7px;
}

.op-evt__meta-icon::after {
  height: 7px;
}

.op-evt__hero {
  position: relative;
  min-height: clamp(680px, 68vw, 860px);
  padding: clamp(178px, 15vw, 238px) 0 clamp(146px, 12vw, 198px);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(251, 247, 239, 0.92), rgba(255, 253, 248, 0.88)),
    var(--op-paper);
}


.op-evt__hero-media {
  position: absolute;
  z-index: 0;
  inset: 0 calc(50% - 50vw) 0 34%;
  margin: 0;
  overflow: hidden;
}

.op-evt__hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, var(--op-paper) 0%, rgba(251, 247, 239, 0.96) 12%, rgba(251, 247, 239, 0.58) 28%, rgba(251, 247, 239, 0.12) 48%, transparent 68%),
    linear-gradient(180deg, rgba(251, 247, 239, 0.20) 0%, transparent 24%, transparent 66%, rgba(251, 247, 239, 0.30) 100%);
}

.op-evt__hero-media-inner {
  height: 100%;
}

.op-evt__hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
  filter: saturate(0.84) contrast(1.04) brightness(1.02);
  transform: scale(1.02) translate3d(0, var(--op-evt-hero-parallax), 0);
}

.op-evt__hero-fallback {
  display: grid;
  place-items: center;
  min-height: 100%;
  background:
    radial-gradient(circle at 58% 44%, rgba(255, 255, 255, 0.95) 0 11%, transparent 12%),
    linear-gradient(135deg, #f1eadc 0%, #fffdf8 45%, #e3efe8 100%);
}

.op-evt__hero-fallback span {
  width: min(45%, 260px);
  aspect-ratio: 1;
  border-radius: 45% 55% 52% 48%;
  background: #fff;
  box-shadow: inset -18px -22px 42px rgba(37, 60, 53, 0.08), 0 28px 70px rgba(37, 60, 53, 0.12);
}

.op-evt__hero-copy {
  position: relative;
  z-index: 2;
  width: var(--op-container);
  max-width: none;
  margin: 0 auto;
  padding-right: min(9vw, 90px);
}

.op-evt__hero-pills,
.op-evt__kicker,
.op-evt__booking-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  gap: 7px;
  min-height: 26px;
  margin: 0 0 16px;
  padding: 8px 12px;
  border: 1px solid transparent;
  border-radius: 999px;
  background:
    linear-gradient(var(--op-core), var(--op-core)) padding-box,
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(59, 140, 130, 0.20), rgba(31, 47, 43, 0.08)) border-box;
  box-shadow: inset 0 1px 1px var(--op-highlight), 0 14px 34px rgba(37, 60, 53, 0.08);
  color: var(--op-success);
  font-size: 9.6px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.op-evt__hero-pills {
  gap: 0;
  margin-bottom: 22px;
  overflow: hidden;
  padding: 2px;
}

.op-evt__hero-pill {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 12px;
  border-radius: 999px;
  color: var(--op-muted);
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.op-evt__hero-pill.is-primary {
  background: rgba(59, 140, 130, 0.12);
  color: var(--op-success);
}

.op-evt__title {
  max-width: 12ch;
  margin: 0 0 24px;
  font-size: var(--op-type-hero);
  line-height: 0.86;
  letter-spacing: 0;
}

.op-evt__subtitle {
  max-width: 52ch;
  margin: 0 0 30px;
  color: color-mix(in srgb, var(--op-ink) 72%, #7f7769);
  font-size: 18px;
  line-height: 1.7;
}

.op-evt__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 26px;
}

.op-evt__btn,
.op-evt a.op-evt__btn,
.op-evt button.op-evt__btn {
  appearance: none !important;
  -webkit-appearance: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 5px 6px 5px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  background:
    linear-gradient(var(--op-core), var(--op-core)) padding-box,
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(31, 47, 43, 0.14)) border-box !important;
  box-shadow: inset 0 1px 1px var(--op-highlight), 0 14px 36px rgba(37, 60, 53, 0.09) !important;
  color: var(--op-ink) !important;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transition: transform 760ms var(--op-ease), box-shadow 760ms var(--op-ease), background 760ms var(--op-ease), color 760ms var(--op-ease);
}

.op-evt__btn:hover,
.op-evt__btn:focus-visible {
  transform: translate3d(0, -3px, 0);
  background:
    linear-gradient(rgba(255, 253, 248, 0.98), rgba(255, 253, 248, 0.94)) padding-box,
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(59, 140, 130, 0.24), rgba(31, 47, 43, 0.12)) border-box !important;
  box-shadow: inset 0 1px 1px var(--op-highlight), 0 24px 58px rgba(37, 60, 53, 0.15) !important;
  color: var(--op-ink) !important;
}

.op-evt__btn:active {
  transform: scale(0.982);
}

.op-evt__btn:disabled,
.op-evt button[disabled] {
  cursor: not-allowed;
  opacity: 0.55;
  transform: none;
  box-shadow: none;
}

.op-evt__btn--primary,
.op-evt a.op-evt__btn--primary,
.op-evt button.op-evt__btn--primary,
.op-evt__rate-form .op-evt__btn--secondary {
  background: var(--op-ink) !important;
  color: #fff !important;
  box-shadow: 0 24px 64px rgba(25, 50, 58, 0.25) !important;
}

.op-evt__btn--primary:hover,
.op-evt__btn--primary:focus-visible,
.op-evt a.op-evt__btn--primary:hover,
.op-evt a.op-evt__btn--primary:focus-visible,
.op-evt button.op-evt__btn--primary:hover,
.op-evt button.op-evt__btn--primary:focus-visible,
.op-evt__rate-form .op-evt__btn--secondary:hover,
.op-evt__rate-form .op-evt__btn--secondary:focus-visible {
  background: color-mix(in srgb, var(--op-ink) 88%, var(--op-accent)) !important;
  color: #fff !important;
  box-shadow: 0 30px 76px rgba(25, 50, 58, 0.30) !important;
}

.op-evt__btn--secondary {
  width: 100%;
}

.op-evt__btn--ghost {
  color: var(--op-ink);
}

.op-evt__btn--light {
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(31, 47, 43, 0.14)) border-box !important;
  color: var(--op-ink) !important;
}

.op-evt__btn--light:hover,
.op-evt__btn--light:focus-visible {
  background:
    linear-gradient(rgba(255, 255, 255, 0.98), rgba(248, 244, 234, 0.98)) padding-box,
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(59, 140, 130, 0.20), rgba(31, 47, 43, 0.12)) border-box !important;
  color: var(--op-ink) !important;
}

.op-evt__btn-orb {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-left: 6px;
  border-radius: 50%;
  background: rgba(25, 50, 58, 0.08);
  color: currentColor;
  font-size: 16px;
  line-height: 1;
  transition: transform 760ms var(--op-ease), background 760ms var(--op-ease), color 760ms var(--op-ease);
}

.op-evt__btn:hover .op-evt__btn-orb,
.op-evt__btn:focus-visible .op-evt__btn-orb {
  transform: translate3d(4px, -1px, 0) scale(1.055);
}

.op-evt__btn--primary .op-evt__btn-orb,
.op-evt__rate-form .op-evt__btn--secondary .op-evt__btn-orb {
  background: rgba(255, 255, 255, 0.14);
}

.op-evt__meta-rail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 11px 16px;
  margin: 0;
}

.op-evt__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: color-mix(in srgb, var(--op-ink) 76%, #62738d);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
}

.op-evt__benefits,
.op-evt__why-panel,
.op-evt__target-card,
.op-evt__curriculum-media,
.op-evt__booking,
.op-evt__cta-band {
  position: relative;
  border: 1px solid var(--op-line);
  background: #fff;
  box-shadow: none;
}


.op-evt__benefits > *,
.op-evt__why-panel > *,
.op-evt__target-card > *,
.op-evt__curriculum-media > *,
.op-evt__booking > *,
.op-evt__cta-band > * {
  position: relative;
  z-index: 1;
}

.op-evt__benefits {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: var(--op-container);
  margin: clamp(-68px, -5vw, -48px) auto clamp(72px, 7vw, 108px);
  padding: 8px;
  border-radius: 34px;
  transform: translate3d(0, 0, 0) rotate(-0.35deg);
  overflow: hidden;
}

.op-evt__benefits article {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  min-height: 82px;
  padding: 17px 18px;
  border-right: 0;
  border-radius: 24px;
}

.op-evt__benefits article:last-child {
  border-right: 0;
}

.op-evt__benefits strong {
  display: block;
  color: var(--op-ink);
  font-size: 14px;
  font-weight: 760;
  line-height: 1.18;
}

.op-evt__benefits p {
  margin: 4px 0 0;
  color: var(--op-muted);
  font-size: 12.5px;
  line-height: 1.34;
}

.op-evt__layout {
  display: grid;
  grid-template-columns: minmax(0, 730px) minmax(286px, 330px);
  gap: clamp(56px, 6.8vw, 96px);
  align-items: start;
  width: var(--op-container);
  margin: 0 auto;
}

.op-evt__main {
  display: grid;
  gap: clamp(32px, 6vw, 64px);
  min-width: 0;
}

.op-evt__aside {
  position: sticky;
  top: var(--op-sticky-top);
  z-index: 5;
  align-self: start;
}

.op-evt__section {
  position: relative;
  min-width: 0;
  scroll-margin-top: calc(var(--op-sticky-top) + 14px);
}

.op-evt__section--why {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(230px, 310px);
  gap: clamp(42px, 5.2vw, 70px);
  align-items: start;
}

.op-evt__section--why-solo {
  grid-template-columns: minmax(0, 1fr);
}

.op-evt__section--why::before,
.op-evt__section--target::before,
.op-evt__section--outcomes::before {
  content: "";
  position: absolute;
  inset: -44px -42vw;
  z-index: -1;
  border-radius: 42px;
  background: radial-gradient(900px 360px at 4% 8%, rgba(59, 140, 130, 0.055), transparent 68%);
  pointer-events: none;
}

.op-evt__section-copy h2,
.op-evt__section-head h2,
.op-evt__cta-band h2 {
  max-width: 20ch;
  margin: 0;
  font-size: var(--op-type-h2);
  line-height: 1.03;
  letter-spacing: 0;
}

.op-evt__section--why .op-evt__section-copy h2,
.op-evt__curriculum-copy h2 {
  max-width: 17ch;
  font-size: 36px;
}

.op-evt__section-head {
  display: grid;
  gap: 8px;
  max-width: 660px;
  margin: 0 0 26px;
}

.op-evt__section-head--compact {
  margin-bottom: 20px;
}

.op-evt__section-head > p:not(.op-evt__kicker) {
  max-width: 58ch;
  margin: 4px 0 0;
  color: var(--op-muted);
  font-size: 14.5px;
  line-height: 1.58;
}

.op-evt__body-copy {
  max-width: 62ch;
  margin-top: 22px;
  color: color-mix(in srgb, var(--op-ink) 76%, #63748b);
  font-size: 15.5px;
  line-height: 1.78;
}

.op-evt__body-copy p {
  margin: 0 0 16px;
  color: inherit;
}

.op-evt__body-copy p:last-child {
  margin-bottom: 0;
}

.op-evt__body-copy strong,
.op-evt__body-copy b {
  color: var(--op-ink);
  font-weight: 700;
}

.op-evt__why-panel {
  display: grid;
  align-self: start;
  padding: 26px 24px 12px;
  border-radius: 34px 18px 34px 18px;
  transform: translate3d(0, 8px, 0) rotate(1.2deg);
}

.op-evt__why-panel-head {
  display: grid;
  gap: 7px;
  margin-bottom: 16px;
  padding-right: 26px;
}

.op-evt__why-panel-head span {
  color: var(--op-success);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.op-evt__why-panel-head strong {
  color: var(--op-ink);
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "SF Pro Display", system-ui, sans-serif;
  font-size: 20px;
  font-weight: 640;
  letter-spacing: 0;
  line-height: 1.08;
}

.op-evt__why-steps,
.op-evt__check-list,
.op-evt__slots,
.op-evt__trust-strip {
  margin: 0;
  padding: 0;
  list-style: none;
}

.op-evt__why-steps {
  display: grid;
}

.op-evt__why-steps li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 14px 0;
  border-top: 0;
}

.op-evt__why-step-index,
.op-evt__objective-index,
.op-evt__curriculum-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-variant-numeric: tabular-nums;
}

.op-evt__why-step-index {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(59, 140, 130, 0.26);
  border-radius: 50%;
  background: rgba(59, 140, 130, 0.09);
  color: var(--op-success);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0;
}

.op-evt__why-steps p {
  margin: 1px 0 0;
  font-size: 14px;
  line-height: 1.52;
}

.op-evt__target-layout,
.op-evt__outcomes-block {
  display: grid;
  grid-template-columns: minmax(190px, 0.4fr) minmax(0, 0.6fr);
  gap: clamp(24px, 3vw, 38px);
  align-items: start;
}

.op-evt__target-head,
.op-evt__outcomes-head {
  margin: 0;
}

.op-evt__target-grid,
.op-evt__objective-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}

.op-evt__target-grid {
  gap: 14px;
}

.op-evt__target-card {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 13px;
  align-items: start;
  padding: 16px;
  border-radius: 26px;
  box-shadow: var(--op-shadow-soft);
  transition: transform 700ms var(--op-ease), background 700ms var(--op-ease), border-color 700ms var(--op-ease);
}

.op-evt__target-card:nth-child(2n) {
  transform: translate3d(12px, 0, 0);
}

.op-evt__target-card:hover {
  transform: translate3d(18px, -3px, 0);
}

.op-evt__target-card:nth-child(2n + 1):hover {
  transform: translate3d(6px, -3px, 0);
}

.op-evt__target-card h3 {
  margin: 0 0 5px;
  color: var(--op-ink);
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "SF Pro Display", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 760;
  letter-spacing: 0;
  line-height: 1.2;
}

.op-evt__target-card p {
  margin: 0;
  color: var(--op-muted);
  font-size: 12.9px;
  line-height: 1.48;
}

.op-evt__objective-grid {
  gap: 10px;
  border-top: 0;
}

.op-evt__objective {
  display: grid;
  grid-template-columns: 25px 28px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding: 8px 0;
  border-bottom: 0;
  transition: transform 700ms var(--op-ease), color 700ms var(--op-ease), border-color 700ms var(--op-ease);
}

.op-evt__objective:hover {
  transform: translate3d(8px, 0, 0);
}

.op-evt__objective-index {
  width: 25px;
  height: 25px;
  border: 1px solid rgba(59, 140, 130, 0.22);
  border-radius: 50%;
  background: rgba(59, 140, 130, 0.07);
  color: var(--op-success);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0;
}

.op-evt__objective p {
  max-width: 58ch;
  margin: 2px 0 0;
  color: color-mix(in srgb, var(--op-ink) 78%, #62738d);
  font-size: 13.7px;
  line-height: 1.5;
}

.op-evt__curriculum {
  display: grid;
  gap: clamp(28px, 3.5vw, 46px);
}

.op-evt__curriculum-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(220px, 0.9fr);
  gap: clamp(24px, 4vw, 50px);
  align-items: center;
}

.op-evt__curriculum-hero:not(.op-evt__curriculum-hero--with-media) {
  grid-template-columns: minmax(0, 0.78fr);
}

.op-evt__curriculum-copy > p:not(.op-evt__kicker) {
  max-width: 47ch;
  margin: 16px 0 0;
  color: color-mix(in srgb, var(--op-ink) 68%, #718096);
  font-size: 14px;
  line-height: 1.6;
}

.op-evt__curriculum-media {
  margin: 0;
  padding: 8px;
  border-radius: 32px 16px 32px 16px;
  aspect-ratio: 16 / 8.4;
  overflow: hidden;
  transform: translate3d(0, -10px, 0) rotate(1.1deg);
}

.op-evt__curriculum-media img {
  width: 100%;
  height: 100%;
  border-radius: 30px 10px 30px 10px;
  object-fit: cover;
  object-position: center;
}

.op-evt__curriculum-modules {
  display: grid;
  gap: clamp(18px, 2.8vw, 34px);
  border-top: 0;
}

.op-evt__curriculum-module {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: clamp(18px, 2.5vw, 30px);
  padding: clamp(12px, 1.5vw, 20px) 0;
  border-bottom: 0;
}

.op-evt__curriculum-module--theory,
.op-evt__curriculum-module--hands {
  min-width: 0;
}

.op-evt__curriculum-meta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  padding-top: 3px;
}

.op-evt__curriculum-index {
  width: 32px;
  height: 32px;
  border: 1px solid rgba(59, 140, 130, 0.24);
  border-radius: 50%;
  background: rgba(235, 249, 251, 0.72);
  color: var(--op-success);
  font-size: 10.5px;
  font-weight: 760;
  letter-spacing: 0;
}

.op-evt__curriculum-meta .op-evt__kicker {
  margin: 0;
}

.op-evt__curriculum-body h3 {
  max-width: 26ch;
  margin: 0 0 12px;
  color: var(--op-ink);
  font-size: var(--op-type-h3);
  line-height: 1.08;
}

.op-evt__section-intro {
  max-width: 54ch;
  margin: 0 0 16px;
  color: color-mix(in srgb, var(--op-ink) 74%, #64758c);
  font-size: 14.2px;
  line-height: 1.58;
}

.op-evt__check-list {
  display: grid;
  gap: 10px;
}

.op-evt__curriculum-list {
  max-width: 58ch;
}

.op-evt__check-list li {
  position: relative;
  padding-left: 22px;
  color: color-mix(in srgb, var(--op-ink) 78%, #62738d);
  font-size: 13.5px;
  line-height: 1.48;
}

.op-evt__check-list li::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 0.7em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--op-accent);
  box-shadow: 0 0 0 4px rgba(59, 140, 130, 0.10);
}

.op-evt__agenda {
  display: grid;
  gap: 28px;
}

.op-evt__program,
.op-evt__section--speakers,
.op-evt__partners,
.op-evt__prev-gallery {
  min-width: 0;
}

.op-evt__section--speakers {
  margin-top: clamp(-18px, -1.8vw, -8px);
}

.op-evt__agenda-day {
  display: grid;
  gap: 18px;
}

.op-evt__agenda-day header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: baseline;
  padding-bottom: 8px;
  border-bottom: 0;
}

.op-evt__agenda-day h3 {
  margin: 0;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "SF Pro Display", system-ui, sans-serif;
  font-size: 22px;
  line-height: 1.1;
}

.op-evt__agenda-day header p,
.op-evt__agenda-intro {
  margin: 0;
  color: var(--op-muted);
  font-size: 13.8px;
}

.op-evt__slot {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 20px;
  padding: 15px 0;
  border-bottom: 0;
  transition: transform 700ms var(--op-ease), border-color 700ms var(--op-ease);
}

.op-evt__slot:hover {
  transform: translate3d(8px, 0, 0);
  border-color: rgba(59, 140, 130, 0.22);
}

.op-evt__slot-time {
  color: var(--op-success);
  font-size: 14px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
  line-height: 1.35;
}

.op-evt__slot-body {
  display: grid;
  gap: 7px;
}

.op-evt__slot-type {
  justify-self: start;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(59, 140, 130, 0.09);
  color: var(--op-success);
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.op-evt__slot-body strong {
  color: var(--op-ink);
  font-size: 15.5px;
  font-weight: 760;
  line-height: 1.28;
}

.op-evt__slot-body p {
  margin: 0;
  color: var(--op-muted);
  font-size: 13.7px;
  line-height: 1.5;
}

.op-evt__speakers {
  display: grid;
  gap: 14px;
}

.op-evt__speaker {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  padding: clamp(24px, 3vw, 36px) 0;
  border-top: 0;
  border-bottom: 0;
}

.op-evt__speaker-avatar {
  width: 104px;
  height: 104px;
  border-radius: 30px 14px 30px 14px;
  overflow: hidden;
  background: rgba(59, 140, 130, 0.10);
  box-shadow: 0 18px 44px rgba(37, 60, 53, 0.12);
}

.op-evt__speaker-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.op-evt__speaker-avatar span {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  color: var(--op-success);
  font-size: 32px;
  font-weight: 800;
}

.op-evt__speaker h3 {
  margin: 0 0 6px;
  font-size: 22px;
  line-height: 1.1;
}

.op-evt__speaker-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 10px;
  margin: 0 0 10px;
  color: var(--op-success);
  font-size: 13px;
  font-weight: 760;
  line-height: 1.42;
}

.op-evt__speaker-meta span {
  display: inline;
}

.op-evt__speaker-bio,
.op-evt__speaker-bio p {
  color: color-mix(in srgb, var(--op-ink) 75%, #62738d);
  font-size: 14px;
  line-height: 1.58;
}

.op-evt__speaker-bio p:last-child {
  margin-bottom: 0;
}

.op-evt__partner-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(132px, 156px));
  gap: 18px;
  align-items: start;
  padding-top: 18px;
  border-top: 0;
}

.op-evt__partner-logo {
  display: grid;
  gap: 10px;
  justify-items: center;
  color: inherit;
  opacity: 0.76;
  filter: grayscale(0.78) contrast(0.92);
  transition: opacity 700ms var(--op-ease), filter 700ms var(--op-ease), transform 700ms var(--op-ease);
}

.op-evt__partner-logo:hover {
  opacity: 1;
  filter: grayscale(0.12) contrast(0.98);
  transform: translate3d(0, -3px, 0);
}

.op-evt__partner-mark {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 1;
  padding: 18px;
  border: 1px solid transparent;
  border-radius: 24px 12px 24px 12px;
  background:
    linear-gradient(rgba(255, 253, 248, 0.86), rgba(255, 253, 248, 0.74)) padding-box,
    linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(31, 47, 43, 0.12), rgba(59, 140, 130, 0.16)) border-box;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.74), 0 18px 46px rgba(37, 60, 53, 0.08);
}

.op-evt__partner-logo img {
  width: 100%;
  height: 100%;
  max-height: 88px;
  object-fit: contain;
}

.op-evt__partner-logo > span:not(.op-evt__partner-mark) {
  color: color-mix(in srgb, var(--op-ink) 56%, var(--op-muted));
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.op-evt__partner-logo .op-evt__partner-mark {
  color: inherit;
  line-height: 1;
}

.op-evt__prev-gallery {
  position: relative;
  padding: 42px 0 58px;
}

.op-evt__prev-gallery::before {
  content: "";
  position: absolute;
  inset: 132px -32px 20px;
  z-index: -1;
  border-radius: 42px 18px 42px 18px;
  background:
    radial-gradient(680px 280px at 12% 22%, rgba(59, 140, 130, 0.10), transparent 66%),
    linear-gradient(135deg, rgba(244, 249, 245, 0.72), rgba(255, 253, 248, 0.28));
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.66);
  pointer-events: none;
}

.op-evt__gallery-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(300px, 44%);
  gap: 18px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  margin-inline: -26px;
  padding: 18px 26px 30px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.op-evt__gallery-rail::-webkit-scrollbar {
  display: none;
}

.op-evt__gallery-item {
  display: block;
  aspect-ratio: 4 / 3;
  padding: 0;
  border: 0;
  border-radius: 30px 12px 30px 12px;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  overflow: hidden;
  scroll-snap-align: start;
}

.op-evt__gallery-item:nth-child(2n) {
  transform: translate3d(0, 14px, 0) rotate(0.55deg);
}

.op-evt__gallery-item img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  box-shadow: 0 24px 62px rgba(37, 60, 53, 0.13);
  transition: transform 760ms var(--op-ease), filter 760ms var(--op-ease);
}

.op-evt__gallery-item:hover img {
  transform: scale(1.04);
}

.op-evt__lightbox[hidden] {
  display: none;
}

.op-evt__lightbox {
  position: fixed;
  inset: 0;
  z-index: var(--op-z-lightbox);
  display: grid;
  place-items: center;
  padding: 28px;
}

.op-evt__lightbox-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(8, 20, 22, 0.72);
  cursor: pointer;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.op-evt__lightbox-dialog {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: min(1100px, 100%);
  max-height: 88dvh;
}

.op-evt__lightbox-figure {
  width: 100%;
  max-height: 88dvh;
  overflow-y: auto;
  overscroll-behavior: contain;
  margin: 0;
}

.op-evt__lightbox-figure img {
  width: 100%;
  max-height: 78dvh;
  border-radius: 26px;
  object-fit: contain;
  box-shadow: 0 26px 80px rgba(8, 20, 22, 0.34);
}

.op-evt__lightbox-figure figcaption {
  margin-top: 12px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.op-evt__lightbox-close,
.op-evt__lightbox-nav {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  cursor: pointer;
  font-size: 26px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.op-evt__lightbox-close {
  top: -14px;
  right: -14px;
}

.op-evt__lightbox-nav {
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.op-evt__lightbox-nav--prev {
  left: -22px;
}

.op-evt__lightbox-nav--next {
  right: -22px;
}

.op-evt__cta-band {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) auto;
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
  margin-bottom: clamp(92px, 10vw, 156px);
  padding: 34px clamp(34px, 4.4vw, 54px);
  border-radius: 34px 16px 34px 16px;
  background:
    radial-gradient(820px 320px at 94% 12%, rgba(107, 180, 168, 0.28), transparent 64%),
    linear-gradient(135deg, #182f37 0%, #254852 58%, #3a635e 100%) padding-box,
    linear-gradient(145deg, rgba(255, 255, 255, 0.28), rgba(107, 180, 168, 0.24), rgba(255, 255, 255, 0.12)) border-box;
  color: #fff;
}

.op-evt__cta-band h2,
.op-evt__cta-band p {
  color: #fff;
}

.op-evt__cta-band h2 {
  max-width: 18ch;
  font-size: 32px;
  line-height: 1.05;
}

.op-evt__cta-band .op-evt__btn {
  justify-self: end;
  min-width: 178px;
}

.op-evt__booking {
  display: block;
  padding: 20px;
  border-radius: 34px 18px 34px 18px;
  scroll-margin-top: calc(var(--op-sticky-top) + 14px);
  transform: translate3d(0, 0, 0) rotate(0.25deg);
}

.op-evt__booking h2 {
  margin: 0 0 9px;
  font-size: 23px;
  line-height: 1.08;
}

.op-evt__booking-sub,
.op-evt__tiny {
  margin: 0;
  color: var(--op-muted);
  font-size: 13px;
  line-height: 1.45;
}

.op-evt__offer,
.op-evt__trust-strip li,
.op-evt__payment-switch,
.op-evt__pane--rate,
.op-evt__availability-note,
.op-evt__consent,
.op-evt__field input,
.op-evt__field textarea,
.op-evt__rate-form input:not([type="checkbox"]):not([type="hidden"]),
.op-evt__rate-form textarea {
  border: 1px solid var(--op-line);
  background: #fff;
  box-shadow: none;
}

.op-evt__offer {
  display: block;
  margin: 16px 0;
  padding: 11px 13px;
  border-radius: 22px;
  color: var(--op-ink);
}

.op-evt__offer span {
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.op-evt__offer p {
  margin: 5px 0 0;
  color: var(--op-muted);
  font-size: 12px;
  font-weight: 600;
}

.op-evt__offer--sold_out {
  color: var(--op-danger);
}

.op-evt__offer--early_bird,
.op-evt__offer--last_seats {
  color: var(--op-success);
}

.op-evt__price-row {
  margin-top: 15px;
  padding-bottom: 6px;
  border-bottom: 0;
}

.op-evt__price {
  margin: 0 0 5px;
  color: var(--op-ink);
  font-size: 20px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
}

.op-evt__price del {
  margin-right: 6px;
  color: color-mix(in srgb, var(--op-muted) 74%, #fff);
  font-size: 14px;
  font-weight: 600;
}

.op-evt__price ins {
  text-decoration: none;
}

.op-evt__stock,
.op-evt__price-row > p {
  margin: 0;
  color: var(--op-muted);
  font-size: 13px;
  line-height: 1.42;
}

.op-evt__price-row > p {
  margin-top: 8px;
}

.op-evt__trust-strip {
  display: grid;
  gap: 9px;
  margin: 18px 0;
}

.op-evt__trust-strip li {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  color: color-mix(in srgb, var(--op-ink) 82%, #62738d);
  font-size: 12px;
  font-weight: 700;
}

.op-evt__trust-strip li::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--op-accent);
}

.op-evt__availability-note {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 11px;
  align-items: start;
  margin: 14px 0 16px;
  padding: 12px;
  border-radius: 22px;
}

.op-evt__availability-note p {
  margin: 0;
  color: color-mix(in srgb, var(--op-ink) 76%, #62738d);
  font-size: 12.6px;
  line-height: 1.45;
}

.op-evt__payment-switch {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  margin: 18px 0 18px;
  padding: 6px;
  border-radius: 999px;
  isolation: isolate;
  overflow: visible;
  background:
    linear-gradient(rgba(255, 253, 248, 0.74), rgba(255, 253, 248, 0.64)) padding-box,
    linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(31, 47, 43, 0.12), rgba(59, 140, 130, 0.18)) border-box;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.74), 0 12px 34px rgba(37, 60, 53, 0.07);
}

.op-evt__payment-switch--single {
  grid-template-columns: 1fr;
}

.op-evt__payment-switch::before,
.op-evt__payment-switch::after,
.op-evt__payment-choice::before,
.op-evt__payment-choice::after,
.op-evt__payment-choice > span::before,
.op-evt__payment-choice > span::after {
  content: none !important;
  display: none !important;
}

.op-evt__payment-input {
  appearance: none !important;
  -webkit-appearance: none !important;
  position: absolute !important;
  inset: 0 auto auto 0 !important;
  width: 1px !important;
  height: 1px !important;
  min-width: 1px !important;
  min-height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  background: transparent !important;
  box-shadow: none !important;
}

.op-evt__payment-choice {
  appearance: none !important;
  -webkit-appearance: none !important;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  min-height: 48px;
  margin: 0 !important;
  padding: 10px 11px;
  border: 0 !important;
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.48) !important;
  box-shadow: none !important;
  color: color-mix(in srgb, var(--op-ink) 64%, #8b98aa);
  cursor: pointer;
  font: inherit;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transition: transform 700ms var(--op-ease), color 700ms var(--op-ease), background 700ms var(--op-ease), box-shadow 700ms var(--op-ease);
}

.op-evt__payment-choice > span {
  display: grid;
  justify-items: center;
  min-width: 0;
  max-width: 100%;
}

.op-evt__payment-choice:hover {
  transform: translate3d(0, -1px, 0);
  background: rgba(255, 255, 255, 0.78) !important;
  color: var(--op-ink) !important;
}

.op-evt__payment-choice[aria-checked="true"] {
  background: var(--op-ink) !important;
  color: #fff !important;
  box-shadow: 0 16px 38px rgba(25, 50, 58, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.13) !important;
}

.op-evt__payment-input:checked + .op-evt__payment-choice {
  background: var(--op-ink) !important;
  color: #fff !important;
  box-shadow: 0 16px 38px rgba(25, 50, 58, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.13) !important;
}

.op-evt__payment-choice[aria-checked="true"]:hover {
  background: color-mix(in srgb, var(--op-ink) 90%, var(--op-accent)) !important;
  color: #fff !important;
}


.op-evt__payment-choice:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.op-evt__payment-switch strong,
.op-evt__payment-switch small {
  display: block;
  max-width: 100%;
  overflow-wrap: anywhere;
  line-height: 1.4;
  white-space: normal;
}

.op-evt__payment-switch strong {
  font-size: 12px;
  font-weight: 800;
}

.op-evt__payment-switch small {
  margin-top: 4px;
  font-size: 10.5px;
  opacity: 0.68;
}

.op-evt__pane {
  padding-top: 2px;
}

.op-evt__pane--integral {
  display: block;
}

.op-evt__pane--rate {
  margin-top: 14px;
  padding: 14px;
  border-radius: 22px;
}

.op-evt__rate-head {
  display: grid;
  gap: 7px;
  padding-bottom: 12px;
  border-bottom: 0;
}

.op-evt__rate-title {
  margin: 0;
  color: var(--op-ink);
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "SF Pro Display", system-ui, sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0;
}

.op-evt__rate-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.op-evt__rate-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  background: rgba(59, 140, 130, 0.09);
  color: var(--op-success);
  font-size: 10.5px;
  font-weight: 760;
}

.op-evt__integral-form,
.op-evt__rate-form {
  display: grid;
  gap: 14px;
}

.op-evt__booking-cta {
  width: 100%;
}

.op-evt__rate-form {
  margin-top: 14px;
}

.op-evt__field {
  display: grid;
  gap: 7px;
  margin: 0;
  color: color-mix(in srgb, var(--op-ink) 68%, #7a8798);
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.op-evt__field > span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}

.op-evt__field input,
.op-evt__field textarea,
.op-evt__rate-form input:not([type="checkbox"]):not([type="hidden"]),
.op-evt__rate-form textarea {
  width: 100%;
  min-height: 44px;
  padding: 11px 12px;
  border-radius: 18px;
  color: var(--op-ink);
  font: inherit;
  font-size: 14px;
  line-height: 1.35;
  outline: none;
  transition: transform 700ms var(--op-ease), border-color 700ms var(--op-ease), box-shadow 700ms var(--op-ease), background 700ms var(--op-ease);
}

.op-evt__field textarea,
.op-evt__rate-form textarea {
  min-height: 104px;
  resize: vertical;
}

.op-evt__field input:focus,
.op-evt__field textarea:focus,
.op-evt__rate-form input:not([type="checkbox"]):not([type="hidden"]):focus,
.op-evt__rate-form textarea:focus {
  transform: translate3d(0, -1px, 0);
  border-color: rgba(59, 140, 130, 0.38);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.78), 0 0 0 4px rgba(59, 140, 130, 0.10);
}

.op-evt__consent {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding: 11px;
  border-radius: 18px;
  color: var(--op-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.35;
  text-transform: uppercase;
}

.op-evt__consent input {
  width: 16px;
  height: 16px;
  margin: 1px 0 0;
  accent-color: var(--op-accent);
}

.op-evt__hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.op-evt__feedback {
  display: none;
  margin-top: 12px;
  padding: 11px 13px;
  border-radius: 16px;
  background: rgba(222, 242, 236, 0.82);
  color: var(--op-success);
  font-size: 13px;
  font-weight: 700;
}

.op-evt__feedback.is-visible {
  display: block;
}

.op-evt__feedback.is-error {
  background: rgba(255, 235, 229, 0.86);
  color: var(--op-danger);
}

.op-evt__rate-sla,
.op-evt__urgency-copy {
  margin-top: 14px;
  text-align: center;
}

.op-evt__mobile-cta {
  position: fixed;
  left: max(14px, env(safe-area-inset-left));
  right: max(14px, env(safe-area-inset-right));
  bottom: max(14px, env(safe-area-inset-bottom));
  z-index: var(--op-z-mobile-cta);
  display: none;
  min-height: 52px;
  border: 1px solid rgba(31, 47, 43, 0.14);
  border-radius: 18px;
  background: rgba(255, 253, 248, 0.94);
  color: var(--op-ink);
  box-shadow: 0 22px 60px rgba(37, 60, 53, 0.16);
  cursor: pointer;
  font: inherit;
  font-size: 15px;
  font-weight: 800;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 16px, 0);
  transition: opacity 300ms var(--op-ease), transform 300ms var(--op-ease);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.op-evt__mobile-cta.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
}

@media (max-width: 1180px) {
  body.op-event-v6 {
    --op-container: min(100% - 42px, 940px);
  }

  .op-evt__hero {
    min-height: auto;
    padding-top: clamp(330px, 43vw, 470px);
    padding-bottom: 70px;
  }

  .op-evt__hero::before {
    background:
      linear-gradient(180deg, transparent 0%, rgba(251, 247, 239, 0.08) 26%, rgba(251, 247, 239, 0.80) 68%, var(--op-paper) 100%),
      radial-gradient(740px 280px at 20% 52%, rgba(59, 140, 130, 0.12), transparent 70%);
  }

  .op-evt__hero-media {
    inset: 0 calc(50% - 50vw) auto;
    height: clamp(330px, 45vw, 470px);
  }

  .op-evt__hero-media::before {
    background:
      linear-gradient(180deg, transparent 0%, transparent 42%, rgba(251, 247, 239, 0.72) 78%, var(--op-paper) 100%),
      radial-gradient(620px 260px at 22% 92%, rgba(255, 253, 248, 0.82), transparent 70%);
  }

  .op-evt__hero-media img {
    object-position: center;
  }

  .op-evt__hero-copy {
    max-width: none;
    transform: none;
  }

  .op-evt__benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 0;
    transform: none;
  }

  .op-evt__benefits article:nth-child(2n) {
    border-right: 0;
  }

  .op-evt__benefits article:nth-child(n + 3) {
    border-top: 0;
  }

  .op-evt__layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .op-evt__aside {
    position: relative;
    top: auto;
    order: -1;
  }

  .op-evt__booking {
    width: min(100%, 560px);
    margin: 0 auto 42px;
    transform: none;
  }
}

@media (max-width: 900px) {
  body.op-event-v6 {
    --op-container: min(100% - 28px, 680px);
  }

  .op-evt {
    font-size: 15px;
  }

  .op-evt__hero {
    padding-top: clamp(292px, 69vw, 386px);
    padding-bottom: 48px;
  }

  .op-evt__hero-media {
    height: clamp(318px, 75vw, 424px);
  }

  .op-evt__hero-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .op-evt__section--why,
  .op-evt__target-layout,
  .op-evt__outcomes-block,
  .op-evt__curriculum-hero {
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
  }

  .op-evt__section-copy,
  .op-evt__section-head,
  .op-evt__body-copy,
  .op-evt__why-panel {
    width: 100%;
    min-width: 0;
    max-width: none;
  }

  .op-evt__section--why .op-evt__section-copy h2,
  .op-evt__section-copy h2,
  .op-evt__section-head h2,
  .op-evt__curriculum-copy h2 {
    max-width: min(100%, 15ch);
    font-size: 34px;
    overflow-wrap: normal;
    word-break: normal;
  }

  .op-evt__main {
    gap: 70px;
  }

  .op-evt__section--why::before,
  .op-evt__section--target::before,
  .op-evt__section--outcomes::before {
    inset-inline: calc(50% - 50vw);
    border-radius: 0;
  }

  .op-evt__why-panel,
  .op-evt__target-card,
  .op-evt__target-card:nth-child(2n),
  .op-evt__curriculum-media,
  .op-evt__gallery-item,
  .op-evt__gallery-item:nth-child(2n) {
    transform: none;
  }

  .op-evt__target-card:hover,
  .op-evt__target-card:nth-child(2n + 1):hover,
  .op-evt__slot:hover,
  .op-evt__objective:hover {
    transform: translate3d(0, -2px, 0);
  }

  .op-evt__curriculum-module {
    grid-template-columns: 86px minmax(0, 1fr);
  }

  .op-evt__slot {
    grid-template-columns: minmax(0, 1fr);
    gap: 9px;
  }

  .op-evt__speaker {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 20px;
  }

  .op-evt__speaker-avatar {
    width: 84px;
    height: 84px;
  }

  .op-evt__cta-band {
    grid-template-columns: minmax(0, 1fr);
  }

  .op-evt__cta-band .op-evt__btn {
    justify-self: start;
  }
}

@media (max-width: 560px) {
  body.op-event-v6 {
    --op-container: min(100% - 24px, 480px);
  }

  .op-evt__hero {
    padding-top: clamp(250px, 61vw, 302px);
    padding-bottom: 40px;
  }

  .op-evt__hero-media {
    height: clamp(286px, 72vw, 346px);
  }

  .op-evt__title {
    max-width: 10.4ch;
    font-size: 52px;
    line-height: 0.94;
    letter-spacing: 0;
  }

  .op-evt__subtitle {
    font-size: 17px;
    max-width: 36ch;
  }

  .op-evt__btn,
  .op-evt a.op-evt__btn,
  .op-evt button.op-evt__btn {
    width: 100%;
    justify-content: space-between;
  }

  .op-evt__meta-rail {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .op-evt__benefits {
    grid-template-columns: minmax(0, 1fr);
    border-radius: 28px;
    margin-bottom: 58px;
  }

  .op-evt__benefits article,
  .op-evt__benefits article:nth-child(n) {
    min-height: 70px;
    border-top: 0;
    border-right: 0;
  }

  .op-evt__benefits article:first-child {
    border-top: 0;
  }

  .op-evt__curriculum-module {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  .op-evt__curriculum-meta {
    flex-direction: row;
    align-items: center;
  }

  .op-evt__agenda-day header,
  .op-evt__speaker {
    grid-template-columns: minmax(0, 1fr);
  }

  .op-evt__speaker-avatar {
    width: 96px;
    height: 96px;
  }

  .op-evt__booking,
  .op-evt__cta-band {
    border-radius: 28px;
  }

  .op-evt__partner-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .op-evt__partner-mark {
    padding: 16px;
  }

  .op-evt__prev-gallery {
    padding: 30px 0 46px;
  }

  .op-evt__prev-gallery::before {
    inset: 118px -14px 16px;
    border-radius: 30px 12px 30px 12px;
  }

  .op-evt__gallery-rail {
    grid-auto-columns: minmax(236px, 82%);
    margin-inline: -14px;
    padding-inline: 14px;
  }

  .op-evt__cta-band {
    margin-bottom: 96px;
    padding: 30px 24px;
  }

  .op-evt__cta-band h2 {
    font-size: 28px;
  }

  .op-evt__mobile-cta {
    display: block;
  }

  .op-evt__lightbox {
    padding: 14px;
  }

  .op-evt__lightbox-close {
    top: 8px;
    right: 8px;
  }

  .op-evt__lightbox-nav--prev {
    left: 8px;
  }

  .op-evt__lightbox-nav--next {
    right: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .op-evt__reveal,
  .op-evt__btn,
  .op-evt__btn-orb,
  .op-evt__target-card,
  .op-evt__objective,
  .op-evt__slot,
  .op-evt__gallery-item,
  .op-evt__payment-choice,
  .op-evt__field input,
  .op-evt__field textarea {
    transition-duration: 1ms !important;
    transform: none !important;
  }
}

/* Event presentation. Keep the image overlay separate from content surfaces. */
.op-evt {
  --op-success: var(--op-accent);
  --op-accent-ink: color-mix(in srgb, var(--op-accent) 38%, #00091e);
  --op-muted: #596273;
  background: var(--op-paper);
}
.op-evt, .op-evt * { letter-spacing: 0; }
.op-evt :where(h1, h2, h3, strong) { font-weight: 600; }
.op-evt :where(p, li) { line-height: 1.5; }
.op-evt :focus-visible {
  outline: 3px solid var(--op-accent-ink);
  outline-offset: 4px;
}
.op-evt [hidden] { display: none !important; }
/* Text sets the height; long names and URLs must not widen a grid track. */
.op-evt :where(h1, h2, h3, p, li, a, strong, label, figcaption),
.op-events :where(h1, h2, h3, p, a, strong, dd) { overflow-wrap: anywhere; }
.op-evt :where(.op-evt__main, .op-evt__section, .op-evt__section-copy,
.op-evt__speaker > div, .op-evt__benefits article > div, .op-evt__slot-body,
.op-evt__meta-item, .op-evt__field, .op-evt__payment-choice),
.op-events :where(.op-events__card-body, .op-events__card-topline > span) { min-width: 0; }
.op-evt .op-evt__btn { white-space: normal; height: auto; }


.op-evt .op-evt__hero {
  min-height: 600px;
  padding: 156px 0 88px;
  background: #00091e;
  color: #fff;
}
.op-evt__hero::before, .op-evt__hero::after,
.op-evt__benefits::after, .op-evt__why-panel::after,
.op-evt__target-card::after, .op-evt__curriculum-media::before,
.op-evt__booking::before, .op-evt__cta-band::after,
.op-evt__section--why::before, .op-evt__section--target::before,
.op-evt__section--outcomes::before, .op-evt__prev-gallery::before {
  content: none;
  display: none;
}
.op-evt .op-evt__hero-media { inset: 0 0 0 38%; opacity: 1; }
.op-evt .op-evt__hero-media::before {
  display: block;
  background: linear-gradient(90deg, #00091e 0%, rgba(0, 9, 30, 0) 100%);
}
.op-evt .op-evt__hero-media img {
  filter: none;
  object-position: 62% center;
  transform: none;
}
.op-evt .op-evt__hero-fallback { background: #00091e; }
.op-evt .op-evt__hero-fallback span { display: none; }
.op-evt .op-evt__hero-copy { max-width: 720px; padding-right: 0; transform: none; }
.op-evt .op-evt__hero-pills {
  flex-wrap: wrap;
  max-width: 100%;
  overflow: visible;
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(0,9,30,.35);
  box-shadow: none;
}
.op-evt .op-evt__hero-pill {
  min-width: 0;
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
  padding: 6px 10px;
  color: #e0e5ec;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}
.op-evt .op-evt__hero-pill.is-primary { background: var(--op-accent); color: #00091e; }
.op-evt .op-evt__title {
  max-width: 20ch;
  margin: 18px 0 16px;
  color: #fff;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.16;
}
.op-evt__title::after { content: none; }
.op-evt__title-mark, .op-evt__title-main { display: block; }
.op-evt .op-evt__title-mark { margin-bottom: 6px; font-size: 48px; font-weight: 700; line-height: 1.08; }
.op-evt .op-evt__title-main { max-width: 26ch; font-size: 30px; font-weight: 600; line-height: 1.18; }
.op-evt .op-evt__subtitle {
  max-width: 54ch;
  color: #ccd2dc;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.op-evt .op-evt__hero-actions { margin: 24px 0 20px; gap: 12px 24px; align-items: center; }
.op-evt__hero-reservation { min-width: 0; max-width: 100%; }
.op-evt .op-evt__hero-reservation > .op-evt__btn { justify-content: space-between; gap: 24px; min-width: min(240px, 100%); max-width: 100%; text-align: left; }
.op-evt__hero-button-copy { display: grid; gap: 3px; min-width: 0; overflow-wrap: anywhere; }
.op-evt .op-evt__hero-stock { color: inherit; font-size: 12px; font-weight: 400; line-height: 1.4; overflow-wrap: anywhere; }
.op-evt .op-evt__meta-rail { gap: 8px 18px; margin: 0; }
.op-evt .op-evt__meta-item { color: #e0e5ec; font-size: 13px; font-weight: 500; line-height: 1.35; }
.op-evt .op-evt__hero-speaker { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 10px; margin: 20px 0 0; padding-left: 12px; border-left: 2px solid var(--op-accent); color: #ccd2dc; font-size: 13px; font-weight: 400; line-height: 1.5; text-transform: none; }
.op-evt .op-evt__hero-speaker strong { color: #fff; font-size: 15px; font-weight: 500; overflow-wrap: anywhere; }
.op-evt__glyph, .op-evt__symbol, .op-evt__availability-note .op-evt__glyph {
  border-color: var(--op-line);
  background: var(--op-accent-wash);
  color: var(--op-accent-ink);
}
.op-evt__hero .op-evt__glyph { color: var(--op-accent); }
.op-evt__glyph::before, .op-evt__glyph::after { background: currentColor; }

.op-evt .op-evt__kicker, .op-evt .op-evt__booking-kicker {
  min-height: 0;
  margin-bottom: 10px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  color: var(--op-accent-ink);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
}
.op-evt .op-evt__btn, .op-evt a.op-evt__btn, .op-evt button.op-evt__btn {
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid var(--op-line);
  border-radius: 12px;
  background: #fff !important;
  color: var(--op-ink) !important;
  box-shadow: none !important;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  transition: background 160ms ease, opacity 160ms ease, transform 160ms ease;
}
.op-evt a.op-evt__btn--primary, .op-evt button.op-evt__btn--primary,
.op-evt .op-evt__rate-form .op-evt__btn--secondary {
  background: #00091e !important;
  color: #fff !important;
  border-color: transparent;
}
.op-evt .op-evt__hero .op-evt__btn--primary,
.op-evt .op-evt__cta-band .op-evt__btn {
  background: var(--op-accent) !important;
  color: #00091e !important;
}
.op-evt .op-evt__hero .op-evt__btn--ghost { background: transparent !important; color: #fff !important; border-color: #697181; }
.op-evt .op-evt__btn-orb { width: 24px; height: 24px; background: none; box-shadow: none; }
.op-evt .op-evt__btn:hover { transform: none; opacity: .9; }
.op-evt .op-evt__btn:active { transform: scale(.99); }
.op-evt .op-evt__btn:disabled { opacity: .45; cursor: not-allowed; }
.op-evt .op-evt__btn:focus-visible { outline: 3px solid var(--op-accent-ink); outline-offset: 4px; }
.op-evt .op-evt__hero .op-evt__btn:focus-visible { outline-color: #fff; }

.op-evt .op-evt__benefits {
  margin-top: -24px;
  margin-bottom: 56px;
  padding: 8px;
  border: 1px solid var(--op-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0,9,30,.06);
  transform: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.op-evt .op-evt__benefits article { background: none; border-radius: 0; padding: 16px; }
.op-evt .op-evt__benefits strong { font-size: 14px; font-weight: 600; }
.op-evt .op-evt__benefits p { font-size: 13px; line-height: 1.5; }
.op-evt .op-evt__layout { grid-template-columns: minmax(0,1fr) 340px; gap: 48px; }
.op-evt .op-evt__main { gap: 56px; }
.op-evt .op-evt__section--why { grid-template-columns: minmax(0,1fr); gap: 24px; }
.op-evt .op-evt__section-copy h2, .op-evt .op-evt__section-head h2,
.op-evt .op-evt__curriculum-copy h2 {
  max-width: 26ch;
  color: var(--op-ink);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
}
.op-evt .op-evt__section-head { gap: 6px; margin-bottom: 20px; }
.op-evt .op-evt__section-head .op-evt__kicker { margin-bottom: 4px; }
.op-evt .op-evt__body-copy { max-width: 64ch; margin-top: 14px; font-size: 15px; font-weight: 400; line-height: 1.5; color: var(--op-muted); }
.op-evt .op-evt__body-copy p { margin-bottom: 12px; line-height: inherit; }
.op-evt .op-evt__body-copy p:last-child { margin-bottom: 0; }
.op-evt .op-evt__section-head > p:not(.op-evt__kicker),
.op-evt .op-evt__speaker-bio, .op-evt .op-evt__speaker-bio p,
.op-evt .op-evt__slot-body p, .op-evt .op-evt__target-card p,
.op-evt .op-evt__why-steps p, .op-evt .op-evt__objective p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--op-muted);
}
.op-evt .op-evt__why-panel {
  padding: 24px 0 0;
  border: 0;
  border-top: 1px solid var(--op-line);
  border-radius: 0;
  background: none;
  box-shadow: none;
  transform: none;
}
.op-evt .op-evt__why-panel-head { padding: 0; }
.op-evt .op-evt__why-panel-head strong { font-size: 18px; font-weight: 600; line-height: 1.25; }
.op-evt .op-evt__why-panel-head span { font-size: 12px; color: var(--op-accent-ink); line-height: 1.5; }
.op-evt .op-evt__why-steps li { padding: 12px 0; border-bottom: 1px solid var(--op-line); }
.op-evt .op-evt__why-step-index, .op-evt .op-evt__objective-index, .op-evt .op-evt__curriculum-index {
  color: var(--op-accent-ink);
  border-color: transparent;
  background: var(--op-accent-wash);
  font-size: 12px;
  font-weight: 600;
}
.op-evt .op-evt__target-layout, .op-evt .op-evt__outcomes-block { grid-template-columns: minmax(0,1fr); gap: 24px; }
.op-evt .op-evt__target-card { background: #fff; border: 1px solid var(--op-line); border-radius: 8px; box-shadow: none; padding: 20px; }
.op-evt .op-evt__target-card h3 { font-size: 17px; font-weight: 600; line-height: 1.4; }
.op-evt .op-evt__target-card:nth-child(n), .op-evt .op-evt__objective:hover, .op-evt .op-evt__slot:hover { transform: none; }
.op-evt .op-evt__objective { padding: 16px 0; border-bottom: 1px solid var(--op-line); }
.op-evt .op-evt__curriculum-media { padding: 0; border: 0; border-radius: 8px; box-shadow: none; transform: none; }
.op-evt .op-evt__curriculum-media img { border-radius: inherit; }
.op-evt .op-evt__curriculum-body h3, .op-evt .op-evt__agenda-day h3 { font-size: 22px; font-weight: 600; line-height: 1.35; }
.op-evt .op-evt__slot-time, .op-evt .op-evt__slot-type { color: var(--op-accent-ink); }
.op-evt .op-evt__slot-body strong { font-weight: 600; line-height: 1.5; }

.op-evt .op-evt__speaker { grid-template-columns: 120px minmax(0,1fr); gap: 24px; align-items: start; padding: 8px 0; }
.op-evt .op-evt__speaker-avatar { width: 112px; height: 112px; border: 0; border-radius: 50%; box-shadow: none; background: #fff; }
.op-evt .op-evt__speaker h3 { font-size: 24px; font-weight: 600; line-height: 1.2; }
.op-evt .op-evt__speaker-meta { padding-bottom: 0; color: var(--op-muted); font-size: 14px; font-weight: 500; line-height: 1.45; }
.op-evt__speaker-meta::after { content: none; }
.op-evt .op-evt__partner-grid { grid-template-columns: repeat(auto-fit,minmax(140px,180px)); gap: 20px; padding-top: 0; }
.op-evt .op-evt__partner-logo, .op-evt .op-evt__partner-logo:hover { filter: none; opacity: 1; transform: none; }
.op-evt .op-evt__partner-mark { padding: 16px; border: 1px solid var(--op-line); border-radius: 8px; background: #fff; box-shadow: none; }
.op-evt .op-evt__partner-logo img { max-height: none; }
.op-evt .op-evt__partner-logo > span:not(.op-evt__partner-mark) { font-weight: 400; font-size: 13px; line-height: 1.5; }
.op-evt .op-evt__prev-gallery { padding: 0; }
.op-evt .op-evt__gallery-rail {
  grid-template-columns: none;
  grid-auto-columns: 78%;
  gap: 16px;
  margin-inline: 0;
  padding: 4px 4px 16px;
  scroll-padding-inline: 4px;
  scrollbar-width: thin;
  scrollbar-color: #a6aebb transparent;
}
.op-evt .op-evt__gallery-rail::-webkit-scrollbar { display: block; height: 5px; }
.op-evt .op-evt__gallery-rail::-webkit-scrollbar-thumb { background: #a6aebb; border-radius: 4px; }
.op-evt .op-evt__gallery-item { border-radius: 8px; background: #eef0f3; box-shadow: none; }
.op-evt .op-evt__gallery-item:nth-child(n) { transform: none; }
.op-evt .op-evt__gallery-item img { box-shadow: none; }
.op-evt .op-evt__cta-band {
  grid-template-columns: minmax(0,1fr);
  gap: 24px;
  padding: 32px 0;
  margin-bottom: 88px;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
}
.op-evt .op-evt__cta-band h2 { max-width: 28ch; color: var(--op-ink); font-size: 26px; font-weight: 600; line-height: 1.3; }
.op-evt .op-evt__cta-band .op-evt__btn { justify-self: start; }

.op-evt .op-evt__booking {
  width: 100%;
  padding: 24px;
  border: 1px solid var(--op-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(0,9,30,.05);
  transform: none;
}
.op-evt .op-evt__booking h2 { font-size: 22px; font-weight: 600; line-height: 1.2; }
.op-evt .op-evt__booking-sub, .op-evt .op-evt__tiny { font-size: 13px; line-height: 1.45; }
.op-evt .op-evt__offer { padding: 0; border: 0; background: none; box-shadow: none; }
.op-evt .op-evt__offer span { font-size: 12px; font-weight: 600; }
.op-evt .op-evt__price { font-size: 28px; font-weight: 600; }
.op-evt .op-evt__price .amount, .op-evt .op-evt__price .amount * { font-size: inherit; font-weight: inherit; }
.op-evt .op-evt__stock, .op-evt .op-evt__price-row > p { color: var(--op-muted); }
.op-evt .op-evt__trust-strip { gap: 4px; margin: 20px 0; }
.op-evt .op-evt__trust-strip li { min-height: 28px; padding: 0; border: 0; border-radius: 0; background: none; box-shadow: none; font-size: 13px; font-weight: 400; }
.op-evt .op-evt__availability-note { border: 0; border-radius: 8px; background: #f3f4f6; box-shadow: none; }
body.op-event-v6 .op-evt .op-evt__payment-switch {
  margin: 20px 0;
  padding: 4px;
  gap: 4px;
  border: 0;
  border-radius: 12px;
  background: #eef0f3;
  box-shadow: none;
}
.op-evt .op-evt__payment-choice { min-height: 48px !important; padding: 8px !important; border-radius: 8px !important; transition: background 160ms ease; transform: none; }
.op-evt .op-evt__payment-choice[aria-checked="true"],
.op-evt .op-evt__payment-input:checked + .op-evt__payment-choice {
  background: #fff !important;
  color: var(--op-ink) !important;
  box-shadow: 0 1px 4px rgba(0,9,30,.12) !important;
}
.op-evt .op-evt__payment-choice strong { font-size: 14px; font-weight: 600; line-height: 1.4; }
.op-evt .op-evt__payment-choice small { font-size: 12px; line-height: 1.4; opacity: 1; color: var(--op-muted); white-space: normal; }
.op-evt .op-evt__pane--rate { margin-top: 0; padding: 0; border: 0; border-radius: 0; background: none; box-shadow: none; }
.op-evt .op-evt__rate-head { gap: 8px; padding-bottom: 0; }
.op-evt .op-evt__rate-title { font-size: 17px; font-weight: 600; line-height: 1.25; }
.op-evt .op-evt__rate-badges { display: grid; gap: 4px; }
.op-evt .op-evt__rate-badges span { padding: 0; min-height: 0; border-radius: 0; background: none; color: var(--op-muted); font-size: 12px; font-weight: 400; line-height: 1.6; text-transform: none; }
.op-evt .op-evt__rate-form { margin-top: 20px; gap: 16px; }
.op-evt .op-evt__field { gap: 6px; color: var(--op-ink); font-size: 13px; font-weight: 500; text-transform: none; }
.op-evt .op-evt__field input, .op-evt .op-evt__field textarea,
.op-evt .op-evt__rate-form input:not([type="checkbox"]):not([type="hidden"]),
.op-evt .op-evt__rate-form textarea {
  min-width: 0;
  min-height: 48px;
  margin: 0;
  padding: 12px;
  border: 1px solid #b8bec8;
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  line-height: 1.5;
  transition: border-color 160ms ease;
}
.op-evt .op-evt__field textarea { min-height: 112px; }
.op-evt .op-evt__rate-form .op-evt__field :is(input,textarea):focus { transform: none; border-color: var(--op-accent-ink); box-shadow: none; outline: 2px solid var(--op-accent-ink); outline-offset: 2px; }
.op-evt .op-evt__field ::placeholder { color: var(--op-muted); opacity: 1; font-weight: 400; }
.op-evt .op-evt__consent { min-height: 44px; padding: 4px 0; grid-template-columns: 20px minmax(0,1fr); gap: 10px; border: 0; background: none; box-shadow: none; font-size: 13px; font-weight: 400; text-transform: none; line-height: 1.5; cursor: pointer; }
.op-evt .op-evt__consent input { appearance: auto; width: 18px; height: 18px; margin-top: 3px; accent-color: var(--op-accent-ink); }
.op-evt .op-evt__feedback { font-weight: 500; color: #24623c; background: #edf7f0; }
.op-evt .op-evt__feedback.is-error { color: #a21b22; background: #fceff0; }
.op-evt .op-evt__mobile-cta { border-radius: 12px; background: #00091e; color: #fff; box-shadow: 0 4px 16px rgba(0,9,30,.15); font-weight: 600; }

@media (max-width: 1180px) {
  .op-evt .op-evt__layout { grid-template-columns: minmax(0,1fr); gap: 48px; }
  .op-evt .op-evt__booking { max-width: 600px; margin: 0 auto; }
  .op-evt .op-evt__hero { min-height: auto; padding: 320px 0 88px; }
  .op-evt .op-evt__hero-media { inset: 0 0 auto; height: 400px; }
  .op-evt .op-evt__hero-media::before { background: linear-gradient(0deg,#00091e 0%,rgba(0,9,30,0) 100%); }
  .op-evt .op-evt__hero-media img { object-position: center; }
}
@media (max-width: 600px) {
  body.op-event-v6 { --op-container: calc(100% - 40px); }
  .op-evt .op-evt__hero { padding: 280px 0 64px; }
  .op-evt .op-evt__hero-media { height: 340px; }
  .op-evt .op-evt__hero-media img { object-position: 56% top; }
  .op-evt .op-evt__hero-pills { flex-wrap: wrap; border: 0; padding: 0; background: none; }
  .op-evt .op-evt__hero-pill { font-size: 11px; }
  .op-evt .op-evt__hero-reservation { width: 100%; }
  .op-evt .op-evt__hero-reservation > .op-evt__btn { width: 100%; }
  .op-evt .op-evt__title { max-width: 100%; font-size: 32px; }
  .op-evt .op-evt__title-mark { font-size: 38px; }
  .op-evt .op-evt__title-main { max-width: 100%; font-size: 24px; line-height: 1.2; }
  .op-evt .op-evt__subtitle { font-size: 15px; }
  .op-evt .op-evt__meta-rail { display: flex; flex-wrap: wrap; gap: 8px 16px; }
  .op-evt .op-evt__meta-item:first-child { flex-basis: 100%; }
  .op-evt .op-evt__benefits { margin-top: -18px; margin-bottom: 48px; }
  .op-evt .op-evt__benefits article { padding: 14px 12px; min-height: 72px; }
  .op-evt .op-evt__main { gap: 44px; }
  .op-evt .op-evt__section-copy h2, .op-evt .op-evt__section-head h2, .op-evt .op-evt__curriculum-copy h2 { max-width: 100%; font-size: 24px; }
  .op-evt .op-evt__speaker { grid-template-columns: minmax(0,1fr); gap: 20px; }
  .op-evt .op-evt__speaker h3 { font-size: 22px; }
  .op-evt .op-evt__partner-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
  .op-evt .op-evt__gallery-rail { grid-auto-columns: 88%; gap: 12px; }
  .op-evt .op-evt__booking { padding: 20px; }
  .op-evt .op-evt__cta-band { padding: 28px 0; margin-bottom: 104px; }
  .op-evt .op-evt__cta-band h2 { font-size: 24px; }
}
@media (prefers-reduced-motion: reduce) {
  .op-evt *, .op-evt *::before, .op-evt *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .op-evt .op-evt__reveal { opacity: 1; transform: none; }
}
@media (max-width: 400px) {
  body.op-event-v6 .cart-button-total { display: none; }
}

/* Event catalog: one layout and one responsive type scale. */
.op-events {
  --op-catalog-ink: #00091e;
  --op-catalog-muted: #596273;
  --op-catalog-line: #dce1e8;
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto;
  padding: 144px 0 88px;
  color: var(--op-catalog-ink);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", system-ui, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}
.op-events *, .op-events *::before, .op-events *::after {
  box-sizing: border-box;
  letter-spacing: 0;
}
.op-events [hidden] { display: none !important; }
.op-events :where(h1, h2, p, figure, dl, dd) { margin: 0; }
.op-events :where(h1, h2) {
  color: var(--op-catalog-ink);
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  font-weight: 600;
  text-wrap: pretty;
}
.op-events :where(a, button, input):focus-visible {
  outline: 3px solid #235b88;
  outline-offset: 4px;
}
.op-events__hero { margin-bottom: 32px; }
.op-events__hero h1 { font-size: 40px; line-height: 1.15; }
.op-events__hero-copy > p:last-child {
  max-width: 58ch;
  margin-top: 14px;
  color: var(--op-catalog-muted);
  font-size: 16px;
  line-height: 1.5;
}
.op-events__tools {
  display: grid;
  grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
  gap: 20px 24px;
  align-items: end;
  padding: 0 0 16px;
  border-bottom: 1px solid var(--op-catalog-line);
}
.op-events__search { display: grid; gap: 6px; min-width: 0; }
.op-events__search > span { font-size: 13px; font-weight: 500; }
.op-events .op-events__search input {
  width: 100%;
  min-width: 0;
  min-height: 46px;
  margin: 0;
  padding: 11px 14px;
  border: 1px solid #adb6c3;
  border-radius: 8px;
  background: #fff !important;
  color: var(--op-catalog-ink);
  font: inherit;
  font-size: 16px;
  line-height: 1.4;
  box-shadow: none;
  appearance: auto;
}
.op-events .op-events__search input::placeholder { color: var(--op-catalog-muted); opacity: 1; }
.op-events__filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
  min-width: 0;
}
.op-events .op-events__filter {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  min-height: 44px;
  max-width: 100%;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 6px;
  background: transparent;
  color: var(--op-catalog-muted);
  font: inherit;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  white-space: normal;
  overflow-wrap: anywhere;
  cursor: pointer;
  box-shadow: none;
  transition: background 150ms ease, color 150ms ease;
}
.op-events .op-events__filter:hover { background: #e9edf2; color: var(--op-catalog-ink); }
.op-events .op-events__filter[aria-pressed="true"] { background: #00091e; color: #fff; }
.op-events__filter span { font-size: 12px; font-variant-numeric: tabular-nums; opacity: .8; }
.op-events__tools-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  grid-column: 1 / -1;
  color: var(--op-catalog-muted);
  font-size: 13px;
}
.op-events .op-events__tools-footer button {
  min-height: 44px;
  margin: -8px 0;
  padding: 8px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--op-catalog-ink);
  font: inherit;
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
}
.op-events__grid { display: grid; grid-template-columns: minmax(0, 1fr); }
.op-events__card { min-width: 0; border-bottom: 1px solid var(--op-catalog-line); }
.op-events .op-events__card-link:any-link {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.6fr);
  align-items: start;
  gap: 32px;
  padding: 28px 0;
  border: 0;
  border-radius: 0;
  background: transparent !important;
  color: var(--op-catalog-ink) !important;
  text-decoration: none !important;
  box-shadow: none;
  -webkit-tap-highlight-color: transparent;
}
.op-events__media {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 8px;
  background: #e4e9ef;
}
.op-events__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}
.op-events__media-fallback { display: grid; place-items: center; width: 100%; height: 100%; background: #e4e9ef; color: #596273; font-size: 28px; font-weight: 600; }
.op-events__date-tile {
  position: absolute;
  top: 12px;
  left: 12px;
  display: grid;
  gap: 2px;
  min-width: 54px;
  padding: 8px 10px;
  border-radius: 6px;
  background: #fff;
  color: #00091e;
  text-align: center;
  font-variant-numeric: tabular-nums;
}
.op-events__date-tile span { font-size: 12px; line-height: 1.3; }
.op-events__date-tile strong { font-size: 24px; font-weight: 600; line-height: 1.1; }
.op-events__card-body { display: grid; min-width: 0; gap: 12px; }
.op-events__card-topline {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 16px;
  color: var(--op-catalog-muted);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}
.op-events__card-topline > span:first-child {
  padding-left: 10px;
  border-left: 3px solid var(--op-accent, #54b8ff);
  color: var(--op-catalog-ink);
}
.op-events__card h2 { max-width: 34ch; font-size: 26px; line-height: 1.2; }
.op-events .op-events__card-body > p {
  margin: 0;
  max-width: 65ch;
  color: var(--op-catalog-muted);
  font-size: 14px;
  line-height: 1.5;
}
.op-events__facts { display: grid; gap: 6px; }
.op-events__facts > div { display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: 12px; }
.op-events__facts dt { color: var(--op-catalog-muted); font-size: 13px; font-weight: 400; }
.op-events__facts dd { color: var(--op-catalog-ink); font-size: 13px; line-height: 1.5; }
.op-events__card-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 24px;
  padding-top: 4px;
}
.op-events__price, .op-events__price .amount, .op-events__price .amount * {
  color: var(--op-catalog-ink);
  font-family: inherit;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
  font-variant-numeric: tabular-nums;
}
.op-events__price del { color: var(--op-catalog-muted); font-size: 13px; }
.op-events__price ins { background: none; text-decoration: none; }
.op-events__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  color: var(--op-catalog-ink);
  font-size: 14px;
  font-weight: 600;
}
.op-events__cta-arrow { font-size: 20px; line-height: 1; transition: transform 150ms ease; }
.op-events__card-link:hover h2 { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.op-events__card-link:hover .op-events__cta-arrow { transform: translateX(3px); }
.op-events__card-link:active { opacity: .8; }
.op-events__empty { padding: 48px 0; }
.op-events__empty h2 { font-size: 22px; line-height: 1.3; }
.op-events__empty p { margin-top: 10px; color: var(--op-catalog-muted); }
@media (max-width: 900px) {
  .op-events { width: calc(100% - 48px); padding-top: 128px; }
  .op-events__tools { grid-template-columns: minmax(0, 1fr); gap: 16px; }
  .op-events__search { max-width: 440px; }
  .op-events__filters { justify-content: flex-start; }
  .op-events .op-events__card-link:any-link { grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 24px; }
  .op-events__card h2 { font-size: 24px; }
}
@media (max-width: 600px) {
  .op-events { width: calc(100% - 40px); padding: 112px 0 56px; }
  .op-events__hero { margin-bottom: 24px; }
  .op-events__hero h1 { font-size: 30px; line-height: 1.2; }
  .op-events__hero-copy > p:last-child { font-size: 15px; margin-top: 10px; }
  .op-events__search { max-width: none; }
  .op-events__filters { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 4px; }
  .op-events .op-events__filter { padding-inline: 10px; }
  .op-events .op-events__card-link:any-link { grid-template-columns: minmax(0, 1fr); gap: 18px; padding: 24px 0; }
  .op-events__media { aspect-ratio: 16 / 10; }
  .op-events__card h2 { font-size: 22px; line-height: 1.25; }
  .op-events__date-tile { top: 10px; left: 10px; }
  .op-events__card-footer { gap: 8px 20px; }
}
@media (prefers-reduced-motion: reduce) {
  .op-events *, .op-events *::before, .op-events *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
