body.event-page {
  scroll-behavior: smooth;
}

body.event-page #register {
  scroll-margin-top: 128px;
}

body.event-page .hero-cta-note,
body.event-page .ec-risk-note {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.45;
}

body.event-page .ec-risk-note {
  color: #374151;
}

body.event-page.paid-social-focus .hero-ctas {
  align-items: flex-start !important;
  gap: 12px !important;
}

body.event-page.paid-social-focus .hero .btn-secondary {
  width: auto !important;
  min-height: 44px;
  padding: 7px 2px !important;
  border-color: transparent !important;
  background: transparent !important;
  box-shadow: none !important;
  color: rgba(255, 255, 255, 0.82) !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

body.event-page.paid-social-focus .hero .btn-secondary:hover,
body.event-page.paid-social-focus .hero .btn-secondary:focus-visible {
  color: #ffffff !important;
  transform: none !important;
}

body.event-page.paid-social-focus .hero .btn-secondary:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.7);
  outline-offset: 4px;
}

body.event-page .lead-register .container {
  max-width: 980px;
}

body.event-page .lead-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 12px;
  padding: 5px 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.event-page .lead-register h2 {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

body.event-page .lead-register > .container > p {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}

body.event-page .lead-form-panel {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  max-width: 520px;
  margin: 22px auto 0;
  padding: 24px;
  border: 1px solid #d6deea;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(247, 250, 253, 0.97));
  box-shadow:
    0 26px 72px rgba(7, 17, 31, 0.26),
    0 0 0 6px rgba(255, 255, 255, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
  color: #111827;
}

body.event-page .cta-section:has(#reg-form) #reg-wrap.lead-form-panel {
  position: relative !important;
  isolation: isolate !important;
  overflow: hidden !important;
  border: 1px solid #d6deea !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(247, 250, 253, 0.97)) !important;
  color: #111827 !important;
  box-shadow:
    0 26px 72px rgba(7, 17, 31, 0.26),
    0 0 0 6px rgba(255, 255, 255, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.86) !important;
}

body.event-page #reg-wrap.lead-form-panel::before,
body.event-page #reg-confirm.reg-confirm-panel::before {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: 0;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 16px;
  pointer-events: none;
}

body.event-page #reg-wrap.lead-form-panel::after,
body.event-page #reg-confirm.reg-confirm-panel::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  z-index: 0;
  height: 5px;
  background: linear-gradient(90deg, #8f1024 0%, #c8102e 54%, #a9152b 100%);
  pointer-events: none;
}

body.event-page #reg-wrap.lead-form-panel > *,
body.event-page #reg-confirm.reg-confirm-panel > * {
  position: relative;
  z-index: 1;
}

body.event-page .cta-section:has(#reg-form) #reg-wrap .lead-form-title {
  color: #07111f !important;
}

body.event-page .cta-section:has(#reg-form) #reg-wrap .lead-form-sub,
body.event-page .cta-section:has(#reg-form) #reg-wrap .reg-help,
body.event-page .cta-section:has(#reg-form) #reg-wrap .lead-privacy-note {
  color: #4b5563 !important;
}

body.event-page .lead-form-header {
  margin-bottom: 16px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e2e8f2;
  text-align: left;
}

body.event-page .lead-form-title {
  margin: 0 0 6px;
  color: #07111f;
  font-size: 1.18rem;
  font-weight: 900;
  line-height: 1.25;
}

body.event-page .lead-form-sub {
  margin: 0;
  color: #4b5563;
  font-size: 0.92rem;
  line-height: 1.5;
}

body.event-page .reg-ad-match {
  display: grid;
  gap: 4px;
  margin: 0 0 14px;
  padding: 11px 0 11px 14px;
  border-left: 4px solid #0f766e;
  background: linear-gradient(90deg, rgba(15, 118, 110, 0.1), rgba(248, 250, 252, 0));
  color: #273348;
}

body.event-page .reg-ad-match strong,
body.event-page .reg-ad-match span {
  display: block;
  min-width: 0;
  letter-spacing: 0;
}

body.event-page .reg-ad-match strong {
  color: #0b4f4a;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.18;
}

body.event-page .reg-ad-match span {
  color: #344052;
  font-size: 0.86rem;
  font-weight: 760;
  line-height: 1.38;
}

body.event-page .reg-contact-fill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  max-width: 100%;
  margin-top: 12px;
  padding: 10px 14px;
  border: 1px solid #d4dbe7;
  border-radius: 999px;
  background: #f8fafc;
  color: #172033;
  font: inherit;
  font-size: 0.84rem;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(7, 17, 31, 0.06);
  transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease, opacity 160ms ease;
}

body.event-page .reg-contact-fill:focus-visible {
  outline: 3px solid rgba(200, 16, 46, 0.22);
  outline-offset: 3px;
}

body.event-page .reg-contact-fill:disabled {
  cursor: wait;
  opacity: 0.7;
  transform: none;
}

@media (hover: hover) {
  body.event-page .reg-contact-fill:hover:not(:disabled) {
    border-color: #b8c2cf;
    background: #ffffff;
    box-shadow: 0 12px 24px rgba(7, 17, 31, 0.1);
    transform: translateY(-1px);
  }
}

body.event-page .reg-next-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}

body.event-page .reg-next-steps li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 8px;
  min-width: 0;
  padding: 10px 9px;
  border: 1px solid #e1e6ef;
  border-radius: 10px;
  background: #f8fafc;
}

body.event-page .reg-next-num {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: #c8102e;
  color: #ffffff;
  font-size: 0.74rem;
  font-weight: 900;
  line-height: 1;
}

body.event-page .reg-next-steps strong,
body.event-page .reg-next-steps em {
  display: block;
  min-width: 0;
  letter-spacing: 0;
}

body.event-page .reg-next-steps strong {
  color: #07111f;
  font-size: 0.76rem;
  font-weight: 900;
  line-height: 1.18;
}

body.event-page .reg-next-steps em {
  margin-top: 3px;
  color: #526075;
  font-size: 0.69rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
}

body.event-page .lead-form {
  display: grid;
  gap: 14px;
  text-align: left;
}

body.event-page #reg-form:not(.has-fit-check)::before {
  content: "";
  display: block;
  min-height: 213px;
}

body.event-page .reg-fit-check {
  display: grid;
  gap: 10px;
  min-width: 0;
  margin: 0;
  padding: 13px;
  border: 1px solid #d7e0eb;
  border-radius: 12px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fafd 100%);
  color: #172033;
}

body.event-page .reg-fit-check legend {
  margin: 0;
  padding: 0;
  color: #07111f;
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1.25;
}

body.event-page .reg-fit-check > p {
  margin: 0;
  color: #4d5b70;
  font-size: 0.82rem;
  font-weight: 720;
  line-height: 1.4;
}

body.event-page .reg-fit-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  min-width: 0;
}

body.event-page .reg-fit-option {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 68px;
  padding: 10px 9px 10px 34px;
  border: 1px solid #d9e1ec;
  border-radius: 10px;
  background: #ffffff;
  cursor: pointer;
}

body.event-page #reg-form .reg-fit-option input {
  appearance: none;
  position: absolute;
  left: 10px;
  top: 13px;
  min-height: 0;
  width: 16px;
  height: 16px;
  margin: 0;
  padding: 0;
  border: 2px solid #9aa6b5;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: none;
}

body.event-page #reg-form .reg-fit-option input:checked {
  border-color: #0f766e;
  box-shadow: inset 0 0 0 4px #ffffff;
  background: #0f766e;
}

body.event-page #reg-form .reg-fit-option input:focus {
  border-color: #0f766e;
  outline: none;
  box-shadow: inset 0 0 0 4px #ffffff;
}

body.event-page .reg-fit-option:focus-within {
  outline: 3px solid rgba(200, 16, 46, 0.2);
  outline-offset: 2px;
}

body.event-page .reg-fit-option.is-selected {
  border-color: #0f766e;
  background: #f0fdfa;
  box-shadow: 0 0 0 1px rgba(15, 118, 110, 0.16);
}

body.event-page .reg-fit-option-body,
body.event-page .reg-fit-option strong,
body.event-page .reg-fit-option em {
  display: block;
  min-width: 0;
  letter-spacing: 0;
}

body.event-page .reg-fit-option strong {
  color: #07111f;
  font-size: 0.76rem;
  font-weight: 900;
  line-height: 1.18;
}

body.event-page .reg-fit-option em {
  margin-top: 4px;
  color: #5d687a;
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 760;
  line-height: 1.28;
}

body.event-page .reg-fit-feedback {
  margin: 0;
  color: #415067;
  font-size: 0.78rem;
  font-weight: 740;
  line-height: 1.38;
}

body.event-page .reg-fit-check.has-selection .reg-fit-feedback {
  color: #0b4f4a;
}

body.event-page .cta-section:has(#reg-form) #reg-form .reg-fit-feedback {
  color: #415067 !important;
}

body.event-page .cta-section:has(#reg-form) #reg-fit-check.has-selection .reg-fit-feedback {
  color: #0b4f4a !important;
}

body.event-page .reg-field {
  display: grid;
  gap: 6px;
  position: relative;
}

body.event-page .reg-field label {
  color: #111827;
  font-size: 0.88rem;
  font-weight: 900;
}

body.event-page .reg-field label span {
  color: #6b7280;
  font-weight: 700;
}

body.event-page #reg-form input {
  min-height: 50px;
  width: 100%;
  padding: 13px 46px 13px 15px;
  border: 1px solid #b8c0cc;
  border-radius: 9px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
  color: #07111f;
  font: inherit;
  font-size: 1rem;
  box-shadow: inset 0 1px 0 rgba(7, 17, 31, 0.035);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

body.event-page #reg-form input::placeholder {
  color: #7b8493;
}

body.event-page #reg-form input:focus {
  border-color: #c8102e;
  outline: 3px solid rgba(200, 16, 46, 0.2);
  box-shadow:
    inset 0 1px 0 rgba(7, 17, 31, 0.035),
    0 0 0 1px rgba(200, 16, 46, 0.18);
}

body.event-page #reg-form input[aria-invalid="true"] {
  border-color: #b91c1c;
  outline-color: rgba(185, 28, 28, 0.2);
}

body.event-page #reg-form .reg-fit-option input,
body.event-page #reg-form .reg-fit-option input:focus {
  min-height: 0;
  width: 16px;
  height: 16px;
  padding: 0;
  border-radius: 999px;
}

body.event-page .cta-section:has(#reg-form) #reg-form .reg-fit-option input,
body.event-page .cta-section:has(#reg-form) #reg-form .reg-fit-option input:focus {
  appearance: none !important;
  min-height: 0 !important;
  width: 16px !important;
  height: 16px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 2px solid #9aa6b5 !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

body.event-page .cta-section:has(#reg-form) #reg-form .reg-fit-option input:checked,
body.event-page .cta-section:has(#reg-form) #reg-form .reg-fit-option input:checked:focus {
  border-color: #0f766e !important;
  background: #0f766e !important;
  box-shadow: inset 0 0 0 4px #ffffff !important;
}

body.event-page .reg-field::after,
body.event-page .reg-field::before {
  position: absolute;
  pointer-events: none;
  opacity: 0;
}

body.event-page .reg-field::after {
  content: "";
  top: 36px;
  right: 14px;
  z-index: 1;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #0f766e;
  box-shadow: 0 7px 18px rgba(15, 118, 110, 0.26);
  transform: scale(0.66);
  transition: opacity 180ms ease, transform 180ms cubic-bezier(0.2, 0.9, 0.25, 1.3);
}

body.event-page .reg-field::before {
  content: "";
  top: 41px;
  right: 23px;
  z-index: 2;
  width: 6px;
  height: 11px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(45deg) scale(0.72);
  transition: opacity 160ms ease, transform 180ms cubic-bezier(0.2, 0.9, 0.25, 1.3);
}

body.event-page .reg-field.is-complete input:not([aria-invalid="true"]) {
  border-color: #0f766e;
  box-shadow:
    inset 3px 0 0 #0f766e,
    inset 0 1px 0 rgba(7, 17, 31, 0.035),
    0 0 0 3px rgba(15, 118, 110, 0.1);
}

body.event-page .reg-field.is-complete::after,
body.event-page .reg-field.is-complete::before {
  opacity: 1;
}

body.event-page .reg-field.is-complete::after {
  transform: scale(1);
}

body.event-page .reg-field.is-complete::before {
  transform: rotate(45deg) scale(1);
}

body.event-page .reg-optional-field {
  margin: 0;
  padding: 0;
  border-top: 1px solid #e3e8f0;
}

body.event-page .reg-optional-field > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 50px;
  padding: 10px 0;
  color: #273348;
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1.25;
  list-style: none;
  cursor: pointer;
}

body.event-page .reg-optional-field > summary::-webkit-details-marker {
  display: none;
}

body.event-page .reg-optional-field > summary::after {
  content: "+";
  display: grid;
  place-items: center;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border: 1px solid #c9d2de;
  border-radius: 999px;
  color: #8f1024;
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1;
}

body.event-page .reg-optional-field[open] > summary::after {
  content: "-";
}

body.event-page .reg-optional-field > summary span {
  margin-left: auto;
  color: #667085;
  font-size: 0.76rem;
  font-weight: 800;
}

body.event-page .reg-optional-field > summary:focus-visible {
  outline: 3px solid rgba(200, 16, 46, 0.2);
  outline-offset: 3px;
}

body.event-page .reg-optional-body {
  padding: 3px 0 0;
}

body.event-page .reg-optional-field:not([open]) .reg-optional-body {
  display: none;
}

body.event-page #reg-form > .reg-optional-field {
  margin-top: 0;
  padding-top: 2px;
  border-top: 1px dashed #d6deea;
}

body.event-page #reg-form > .reg-optional-field > summary {
  min-height: 42px;
  padding: 7px 0 0;
  color: #465469;
  font-size: 0.82rem;
}

body.event-page #reg-form > .reg-optional-field > summary::after {
  flex-basis: 24px;
  width: 24px;
  height: 24px;
  background: #ffffff;
  color: #9f1239;
  font-size: 0.92rem;
}

body.event-page #reg-form > .reg-optional-field > summary span {
  color: #7b8495;
  font-size: 0.72rem;
}

body.event-page #reg-form > .reg-optional-field[open] .reg-optional-body {
  padding-top: 8px;
}

body.event-page #reg-form > .reg-next-steps {
  margin: 0;
  padding-top: 4px;
  border-top: 1px solid #edf1f6;
}

body.event-page #reg-form > .reg-next-steps li {
  background: #ffffff;
}

body.event-page .reg-help,
body.event-page .lead-privacy-note {
  color: #5b6678;
  font-size: 0.8rem;
  line-height: 1.4;
}

body.event-page .reg-error,
body.event-page .reg-form-message.is-error {
  color: #b91c1c;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.35;
}

body.event-page .reg-form-message {
  min-height: 20px;
  margin: 0;
  color: #4b5563;
  font-size: 0.84rem;
  line-height: 1.4;
}

body.event-page .reg-suggestion {
  margin-top: 2px;
}

body.event-page .reg-suggestion-button {
  min-height: 34px;
  width: 100%;
  padding: 7px 10px;
  border: 1px solid #f0c6cf;
  border-radius: 8px;
  background: #fff5f7;
  color: #8f1024;
  font: inherit;
  font-size: 0.8rem;
  font-weight: 900;
  text-align: left;
  cursor: pointer;
}

body.event-page .reg-suggestion-button:focus {
  outline: 3px solid rgba(200, 16, 46, 0.2);
  outline-offset: 2px;
}

body.event-page .reg-date-nudge {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 11px;
  align-items: start;
  min-width: 0;
  margin: 0;
  padding: 12px;
  border: 1px solid #d5deec;
  border-radius: 12px;
  background: linear-gradient(135deg, #ffffff 0%, #f4f8fc 100%);
  color: #263246;
}

body.event-page .reg-date-nudge-icon {
  position: relative;
  display: block;
  width: 36px;
  height: 36px;
  border: 2px solid #b9152d;
  border-radius: 9px;
  background: #ffffff;
  box-shadow: 0 9px 20px rgba(7, 17, 31, 0.08);
}

body.event-page .reg-date-nudge-icon::before {
  content: "";
  position: absolute;
  left: -2px;
  right: -2px;
  top: -2px;
  height: 12px;
  border-radius: 8px 8px 0 0;
  background: #b9152d;
}

body.event-page .reg-date-nudge-icon::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 18px;
  width: 14px;
  height: 8px;
  border-top: 2px solid #263246;
  border-bottom: 2px solid #263246;
  opacity: 0.7;
}

body.event-page .reg-date-nudge-body,
body.event-page .reg-date-nudge-kicker,
body.event-page .reg-date-nudge strong,
body.event-page .reg-date-nudge span {
  min-width: 0;
  letter-spacing: 0;
}

body.event-page .reg-date-nudge-body,
body.event-page .reg-date-nudge-kicker,
body.event-page .reg-date-nudge strong,
body.event-page .reg-date-nudge-body > span {
  display: block;
}

body.event-page .reg-date-nudge-kicker {
  margin: 0 0 3px;
  color: #8f1024;
  font-size: 0.73rem;
  font-weight: 900;
  line-height: 1.18;
  text-transform: uppercase;
}

body.event-page .reg-date-nudge strong {
  color: #07111f;
  font-size: 0.94rem;
  font-weight: 950;
  line-height: 1.22;
}

body.event-page .reg-date-nudge-body > span:not(.reg-date-nudge-kicker) {
  margin-top: 4px;
  color: #4b5563;
  font-size: 0.82rem;
  font-weight: 760;
  line-height: 1.34;
}

body.event-page #reg-form .btn-primary {
  min-height: 54px;
  width: 100%;
  margin-top: 2px;
  padding: 15px 22px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
  isolation: isolate;
  white-space: normal;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 14px 28px rgba(200, 16, 46, 0.24);
  transition: transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

body.event-page #reg-form .btn-primary::after {
  content: "";
  position: absolute;
  inset: -60% -45%;
  z-index: -1;
  background: linear-gradient(105deg, transparent 38%, rgba(255, 255, 255, 0.28) 50%, transparent 62%);
  opacity: 0;
  transform: translateX(-78%) skewX(-12deg);
  pointer-events: none;
}

body.event-page .lead-form.is-ready .btn-primary:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 0 0 4px rgba(15, 118, 110, 0.13), 0 16px 30px rgba(200, 16, 46, 0.24);
}

body.event-page .lead-form.is-ready .btn-primary:not(:disabled)::after {
  animation: reg-ready-sheen 1100ms ease-out 1;
}

body.event-page #reg-form .btn-primary:disabled {
  cursor: wait;
  opacity: 0.72;
}

@keyframes reg-ready-sheen {
  0% {
    opacity: 0;
    transform: translateX(-78%) skewX(-12deg);
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(78%) skewX(-12deg);
  }
}

body.event-page .reg-assurance {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 14px 0 0;
}

body.event-page .reg-assurance span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 7px 8px;
  border: 1px solid #dce4ee;
  border-radius: 8px;
  background: #ffffff;
  color: #273348;
  font-size: 0.74rem;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  box-shadow: inset 0 1px 0 rgba(7, 17, 31, 0.035);
}

body.event-page .lead-privacy-note {
  margin: 13px 0 0;
  text-align: center;
}

body.event-page .reg-mailto-fallback {
  display: inline-flex;
  justify-content: center;
  margin-top: 10px;
  color: #8f1024;
  font-size: 0.9rem;
  font-weight: 900;
}

body.event-page .reg-mailto-fallback[hidden],
body.event-page .reg-form-message[hidden],
body.event-page .reg-suggestion[hidden] {
  display: none !important;
}

body.event-page .reg-confirm-panel {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  max-width: 560px;
  margin: 22px auto 0;
  padding: 26px 28px;
  border: 1px solid #d6deea;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fafd 100%) !important;
  color: #111827 !important;
  text-align: left;
  box-shadow:
    0 26px 72px rgba(7, 17, 31, 0.24),
    0 0 0 6px rgba(255, 255, 255, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

body.event-page .reg-confirm-title {
  margin: 0 0 10px;
  color: #07111f !important;
  font-size: 1.28rem;
  font-weight: 900;
  line-height: 1.25;
}

body.event-page .reg-confirm-panel p {
  color: #333f52 !important;
  line-height: 1.55;
}

body.event-page .cta-section:has(#reg-form) #reg-confirm.reg-confirm-panel {
  position: relative !important;
  isolation: isolate !important;
  overflow: hidden !important;
  border: 1px solid #d6deea !important;
  background: linear-gradient(180deg, #ffffff 0%, #f7fafd 100%) !important;
  color: #111827 !important;
  box-shadow:
    0 26px 72px rgba(7, 17, 31, 0.24),
    0 0 0 6px rgba(255, 255, 255, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.86) !important;
}

body.event-page .cta-section:has(#reg-form) #reg-confirm .reg-confirm-title {
  color: #07111f !important;
}

body.event-page .cta-section:has(#reg-form) #reg-confirm p {
  color: #333f52 !important;
}

body.event-page .cta-section:has(#reg-form) .cta-trust {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
  width: 100%;
  max-width: 520px;
  margin: 24px auto 0 !important;
  padding: 0 !important;
  border-top: 0 !important;
}

body.event-page .cta-section:has(#reg-form) .cta-trust-item {
  display: flex !important;
  align-items: center !important;
  min-height: 46px !important;
  min-width: 0;
  padding: 10px 13px !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.09) !important;
  color: rgba(255, 255, 255, 0.86) !important;
  font-size: 0.78rem !important;
  font-weight: 820 !important;
  line-height: 1.25 !important;
  text-align: left !important;
  overflow-wrap: anywhere;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

body.event-page .reg-zelle-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 12px 0;
  padding: 12px;
  border: 1px solid #f0c6cf;
  border-radius: 10px;
  background: #fff5f7;
}

body.event-page .reg-zelle-email {
  color: #8f1024;
  font-size: 1.08rem;
  font-weight: 900;
  word-break: break-word;
}

body.event-page .copy-zelle {
  min-height: 36px;
  padding: 7px 12px;
  border: 1px solid #c8102e;
  border-radius: 8px;
  background: #ffffff;
  color: #8f1024;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 900;
  cursor: pointer;
}

body.event-page .reg-zelle-memo {
  display: grid;
  gap: 8px;
  margin: 14px 0 16px;
  padding: 13px;
  border: 1px solid #d7e0eb;
  border-radius: 12px;
  background: #f8fafc;
  color: #172033;
}

body.event-page .reg-zelle-memo-title,
body.event-page .reg-zelle-memo-copy {
  display: block;
  min-width: 0;
  letter-spacing: 0;
}

body.event-page .reg-zelle-memo-title {
  color: #07111f;
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1.25;
}

body.event-page .reg-zelle-memo-copy {
  color: #4d5b70;
  font-size: 0.82rem;
  font-weight: 720;
  line-height: 1.38;
}

body.event-page .reg-zelle-memo-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  min-width: 0;
}

body.event-page .reg-zelle-memo-text {
  display: block;
  min-width: 0;
  min-height: 40px;
  padding: 10px 11px;
  border: 1px solid #cfd8e5;
  border-radius: 8px;
  background: #ffffff;
  color: #07111f;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.84rem;
  font-weight: 800;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

body.event-page .copy-zelle-memo {
  min-height: 40px;
  padding: 8px 12px;
  border: 1px solid #0f766e;
  border-radius: 8px;
  background: #ffffff;
  color: #0b4f4a;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 900;
  white-space: nowrap;
  cursor: pointer;
}

body.event-page .copy-zelle-memo:focus-visible {
  outline: 3px solid rgba(15, 118, 110, 0.22);
  outline-offset: 2px;
}

body.event-page .lead-sticky {
  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: 80;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 780px;
  margin: 0 auto;
  padding: 12px 12px 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: rgba(7, 17, 31, 0.96);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.34);
  color: #ffffff;
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px);
  transition: opacity 180ms ease, transform 180ms ease;
}

body.event-page .lead-sticky.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

body.event-page .lead-sticky-copy {
  flex: 1;
  min-width: 0;
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.3;
}

body.event-page .lead-sticky-copy span {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.74rem;
  font-weight: 700;
  margin-top: 2px;
}

body.event-page .lead-sticky .btn-primary {
  min-height: 42px;
  padding: 10px 14px;
  font-size: 0.84rem;
  white-space: nowrap;
}

body.event-page .lead-sticky-close {
  display: grid;
  place-items: center;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: transparent;
  color: #ffffff;
  font: inherit;
  font-size: 1.1rem;
  font-weight: 900;
  cursor: pointer;
}

body.event-page .mobile-action-dock {
  display: none !important;
}

body.event-page.lead-form-in-view .scroll-top {
  display: none !important;
}

body.event-page .testimonial-stars::before,
body.event-page .testimonial-stars::after {
  content: none !important;
  display: none !important;
}

body.event-page .testimonial-stars {
  letter-spacing: 0 !important;
  word-spacing: 0.08em;
}

body.event-page .decision-section {
  padding: clamp(64px, 7vw, 96px) 0;
  border-top: 1px solid rgba(7, 17, 31, 0.1);
  border-bottom: 1px solid rgba(7, 17, 31, 0.1);
  background: #ffffff;
}

body.event-page .decision-section .container {
  width: min(calc(100% - 48px), 1120px);
  max-width: 1120px;
  margin: 0 auto;
  padding: 0;
}

body.event-page .decision-section .section-title {
  max-width: 760px;
}

body.event-page .decision-section .section-sub {
  max-width: 720px;
}

body.event-page .decision-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 30px;
  border: 1px solid #d9dfe8;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
}

body.event-page .decision-card {
  min-width: 0;
  padding: clamp(22px, 2.5vw, 30px);
  border-right: 1px solid #d9dfe8;
  background: #ffffff;
}

body.event-page .decision-card:last-child {
  border-right: 0;
}

body.event-page .decision-card-kicker {
  margin: 0 0 9px;
  color: #b9152d;
  font-size: 0.76rem;
  font-weight: 900;
  line-height: 1.2;
}

body.event-page .decision-card h3 {
  margin: 0 0 14px;
  color: #07111f;
  font-size: clamp(1.05rem, 1.35vw, 1.22rem);
  font-weight: 900;
  line-height: 1.18;
}

body.event-page .decision-card ul,
body.event-page .reg-payment-steps {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.event-page .decision-card li {
  position: relative;
  padding-left: 18px;
  color: #344052;
  font-size: 0.94rem;
  font-weight: 650;
  line-height: 1.48;
}

body.event-page .decision-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #b9152d;
}

body.event-page .decision-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 20px;
  margin-top: 28px;
}

body.event-page .decision-actions .btn-primary {
  min-height: 50px;
  padding: 13px 22px;
}

body.event-page .decision-lang {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: #526075;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.35;
}

body.event-page .decision-lang a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin-left: 6px;
  color: #8f1024;
  text-decoration: underline;
  text-underline-offset: 3px;
}

body.event-page .reg-payment-steps {
  margin: 16px 0 14px;
  counter-reset: payment-step;
}

body.event-page .reg-payment-steps li {
  counter-increment: payment-step;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding: 10px 0;
  border-top: 1px solid #e3e8f0;
  color: #333f52;
  font-size: 0.94rem;
  line-height: 1.45;
}

body.event-page .reg-payment-steps li:last-child {
  border-bottom: 1px solid #e3e8f0;
}

body.event-page .reg-payment-steps li::before {
  content: counter(payment-step);
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #07111f;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1;
}

body.event-page .reg-native-actions {
  margin: 18px 0 14px;
  padding: 16px 0 2px;
  border-top: 1px solid #e3e8f0;
}

body.event-page .reg-native-title {
  margin: 0 0 10px !important;
  color: #263246 !important;
  font-size: 0.9rem !important;
  font-weight: 900;
  line-height: 1.35 !important;
}

body.event-page .reg-native-buttons {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

body.event-page .reg-native-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  min-width: 0;
  padding: 10px 12px;
  border: 1px solid #c9d2de;
  border-radius: 8px;
  background: #ffffff;
  color: #07111f;
  font-size: 0.84rem;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  overflow-wrap: anywhere;
}

body.event-page .reg-native-button:hover {
  border-color: #9aa6b5;
  background: #f8fafc;
}

body.event-page .reg-native-button:focus-visible {
  outline: 3px solid rgba(200, 16, 46, 0.24);
  outline-offset: 2px;
}

body.event-page .reg-confirm-note {
  margin-top: 12px !important;
  color: #526075 !important;
  font-size: 0.92rem !important;
}

@media (max-width: 640px) {
  body.event-page #register {
    scroll-margin-top: 152px;
  }

  body.event-page .lead-form-panel,
  body.event-page .reg-confirm-panel {
    padding: 20px 16px 18px;
    border-radius: 16px;
  }

  body.event-page #reg-wrap.lead-form-panel::before,
  body.event-page #reg-confirm.reg-confirm-panel::before {
    border-radius: 14px;
  }

  body.event-page .reg-next-steps {
    grid-template-columns: 1fr;
  }

  body.event-page .reg-fit-options {
    grid-template-columns: 1fr;
  }

  body.event-page #reg-form:not(.has-fit-check)::before {
    min-height: 317px;
  }

  body.event-page .reg-fit-option {
    min-height: 54px;
  }

  body.event-page .reg-contact-fill {
    width: 100%;
  }

  body.event-page .reg-ad-match {
    margin-bottom: 12px;
    padding: 10px 0 10px 12px;
  }

  body.event-page .reg-next-steps li {
    min-height: 54px;
  }

  body.event-page #reg-form > .reg-next-steps {
    gap: 7px;
  }

  body.event-page #reg-form > .reg-next-steps li {
    min-height: 46px;
    padding: 8px 9px;
  }

  body.event-page .reg-assurance {
    grid-template-columns: 1fr;
  }

  body.event-page .lead-sticky {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 38px;
    grid-template-areas:
      "copy close"
      "cta cta";
    align-items: center;
    gap: 10px;
    padding: 10px;
  }

  body.event-page .lead-sticky-copy {
    grid-area: copy;
    font-size: 0.8rem;
  }

  body.event-page .lead-sticky .btn-primary {
    grid-area: cta;
    width: 100%;
    align-self: stretch;
    padding-inline: 12px;
  }

  body.event-page .lead-sticky-close {
    grid-area: close;
    flex-basis: 34px;
    width: 34px;
    height: 34px;
  }

  body.event-page:has(.lead-sticky.is-visible) .scroll-top {
    display: none !important;
  }

  body.event-page main > section:not(.hero):not(.cta-section)::after {
    content: none !important;
    display: none !important;
  }

  body.event-page .section-title {
    max-width: 100%;
    font-size: clamp(2rem, 10vw, 2.6rem) !important;
    line-height: 1.08 !important;
  }

  body.event-page .testimonials-section .section-title,
  body.event-page .why-section .section-title {
    max-width: 13ch;
  }

  body.event-page .decision-section {
    padding: 56px 0;
  }

  body.event-page .decision-section .container {
    width: calc(100% - 28px);
  }

  body.event-page .decision-grid {
    grid-template-columns: 1fr;
  }

  body.event-page .decision-card {
    border-right: 0;
    border-bottom: 1px solid #d9dfe8;
  }

  body.event-page .decision-card:last-child {
    border-bottom: 0;
  }

  body.event-page .decision-actions {
    display: grid;
    gap: 12px;
  }

  body.event-page .decision-actions .btn-primary {
    width: 100%;
  }

  body.event-page .decision-lang {
    display: block;
    min-height: 0;
    text-align: center;
  }

  body.event-page .decision-lang a {
    justify-content: center;
    margin: 8px auto 0;
  }

  body.event-page .cta-section:has(#reg-form) .cta-trust {
    grid-template-columns: 1fr !important;
    max-width: 520px;
    margin-top: 26px !important;
  }

  body.event-page .cta-section:has(#reg-form) .cta-trust-item {
    min-height: 44px !important;
    padding: 10px 12px !important;
    font-size: 0.82rem !important;
  }

  body.event-page .reg-native-buttons {
    grid-template-columns: 1fr;
  }

  body.event-page .reg-native-button {
    min-height: 48px;
    font-size: 0.9rem;
  }

  body.event-page .reg-zelle-memo-row {
    grid-template-columns: 1fr;
  }

  body.event-page .copy-zelle-memo {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.event-page {
    scroll-behavior: auto;
  }

  body.event-page .lead-sticky {
    transition: none;
  }

  body.event-page #reg-form input,
  body.event-page .reg-contact-fill,
  body.event-page .reg-fit-option,
  body.event-page .reg-field::after,
  body.event-page .reg-field::before,
  body.event-page .copy-zelle-memo,
  body.event-page #reg-form .btn-primary {
    transition: none !important;
  }

  body.event-page .lead-form.is-ready .btn-primary:not(:disabled) {
    transform: none !important;
  }

  body.event-page .lead-form.is-ready .btn-primary:not(:disabled)::after {
    animation: none !important;
  }
}
