.leaddev-page { --font-mono: var(--font-sans); --ld-purple: #453bb0; --ld-ink: #242038; --ld-lime: #e4f5a7; background: #faf9f6; color: var(--ld-ink); }
.leaddev-page [hidden] { display: none !important; }
.leaddev-page .sr-only:focus { position: fixed; clip: auto; width: auto; height: auto; padding: 12px 20px; margin: 12px; background: white; z-index: 10; }
.ld-container { width: min(1240px, calc(100% - 112px)); margin-inline: auto; }
.ld-header { padding-top: 60px; background: var(--ld-purple); color: white; }
.ld-header__inner { display: flex; justify-content: flex-end; align-items: center; min-height: 72px; border-bottom: 1px solid #ffffff30; gap: 24px; }
.ld-event { display: flex; align-items: center; gap: 24px; }
.ld-event > span { border-left: 1px solid #ffffff40; padding-left: 24px; font: 500 13px/1.7 var(--font-mono); letter-spacing: .06em; }
.ld-event > span > span { display: block; font-size: 10px; color: #dfdbff; letter-spacing: .025em; }
.ld-hero { background: var(--ld-purple); color: white; padding: 62px 0 72px; overflow: hidden; }
.ld-hero__grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: clamp(36px, 6vw, 88px); align-items: start; }
.ld-eyebrow { font: 500 11px/1.65 var(--font-mono); letter-spacing: .07em; margin: 0; }
.ld-hero__copy > .ld-eyebrow { display: flex; align-items: center; gap: 10px; color: #e4e0ff; margin: 6px 0 28px; }
.ld-dot { display: inline-block; width: 7px; height: 7px; flex-shrink: 0; background: var(--ld-lime); border-radius: 50%; }
.ld-hero h1 { font-size: clamp(40px, 4.25vw, 61px); font-weight: 500; line-height: 1.1; letter-spacing: -.045em; margin: 0 0 26px; }
.ld-hero h1 > span { color: #d4cdff; }
.ld-hero__intro { font-size: 17px; line-height: 1.7; color: #e8e4ff; margin: 0; max-width: 460px; }
.ld-hero__benefits { border-top: 1px solid #ffffff30; margin-top: 38px; padding-top: 30px; display: grid; gap: 22px; }
.ld-hero__benefits > div { display: flex; gap: 16px; align-items: start; }
.ld-check { flex: 0 0 30px; width: 30px; height: 30px; border: 1px solid #ffffff50; display: grid; place-items: center; border-radius: 50%; color: var(--ld-lime); }
.ld-hero__benefits p { margin: 0; font-size: 14px; line-height: 1.65; color: #ded9ff; max-width: 350px; }
.ld-hero__benefits strong { display: block; color: white; font-weight: 500; margin-bottom: 3px; }
.ld-hero__note { font-size: 12px; color: #d3ccff; margin: 36px 0 0; }
.ld-mobile-cta { display: none; }
.ld-offer { background: white; color: var(--ld-ink); border-radius: 14px; box-shadow: 0 24px 64px #21126630; scroll-margin-top: 24px; overflow: hidden; }
.ld-offer__ticket { background: var(--ld-lime); padding: 26px 32px 25px; position: relative; border-bottom: 1px dashed #515d3570; }
.ld-offer__top { display: flex; justify-content: space-between; align-items: center; font: 500 10px/1.5 var(--font-mono); letter-spacing: .06em; margin-bottom: 18px; }
.ld-offer__top > span:last-child { font: 30px/1 var(--font-sans); }
.ld-offer h2 { margin: 0; }
.ld-offer h2 > span { display: block; }
.ld-offer__upto { font-size: 14px; font-weight: 400; }
.ld-offer__amount { font-size: clamp(64px, 6.6vw, 88px); font-weight: 500; line-height: 1.16; letter-spacing: -.065em; margin: 2px 0; }
.ld-offer__currency { font-size: 20px; line-height: 1.4; font-weight: 500; letter-spacing: -.02em; }
.ld-offer__ticket > p { font-size: 12px; line-height: 1.55; margin: 13px 0 0; color: #485132; }
.ld-ticket-cut { width: 20px; height: 20px; background: var(--ld-purple); border-radius: 50%; position: absolute; bottom: -10px; }
.ld-ticket-cut--left { left: -10px; }.ld-ticket-cut--right { right: -10px; }
.ld-offer__body { padding: 28px 32px 24px; }
.ld-offer h3 { margin: 0 0 8px; font-size: 21px; font-weight: 500; letter-spacing: -.025em; }
.ld-form-intro { color: #696575; font-size: 13px; line-height: 1.65; margin: 0 0 20px; }
.ld-form-privacy { color: #77717f; font-size: 10px; line-height: 1.6; margin: 16px 0; }
.ld-form-privacy a, .ld-form-fallback a { text-decoration: underline; text-underline-offset: 3px; }
.ld-offer__terms { display: flex; justify-content: space-between; font-size: 11px; color: #655c81; border-top: 1px solid #e9e6ed; padding-top: 12px; }
.ld-form-status { color: #6a6286; font-size: 13px; padding: 20px 0; }
.ld-form-fallback, .ld-form-error { font-size: 13px; line-height: 1.6; padding: 12px; background: #f6f3fb; }
.ld-form-error { color: #9c2633; }
.ld-form-success { padding: 20px 0; }
.ld-form-success > span { display: inline-grid; place-items: center; background: var(--ld-lime); width: 42px; height: 42px; border-radius: 50%; margin-bottom: 16px; }
.ld-form-success p { font-size: 14px; line-height: 1.6; color: #696575; }
.ld-proof { padding: 34px 0 38px; border-bottom: 1px solid #e7e3ed; background: white; text-align: center; }
.ld-proof .ld-eyebrow { color: #7b7488; font-size: 10px; }
.ld-proof__logos { display: flex; justify-content: center; align-items: center; gap: clamp(32px, 6vw, 84px); margin-top: 24px; }
.ld-proof__logos img { object-fit: contain; max-width: 20%; height: 32px; filter: grayscale(1); }
.ld-value { padding: 80px 0; }
.ld-value__heading { position: relative; margin-bottom: 42px; }
.ld-value .ld-eyebrow { color: #6b619a; margin-bottom: 20px; }
.ld-value h2, .ld-details h2 { margin: 0; font-size: 43px; line-height: 1.15; letter-spacing: -.04em; font-weight: 500; }
.ld-value h2 > span { color: #7469b1; }
.ld-value__heading > p:last-child { position: absolute; right: 0; bottom: 0; font-size: 14px; line-height: 1.8; color: #797382; margin: 0; }
.ld-value__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid #dcd6e6; }
.ld-value article { padding: 30px 32px 0; border-left: 1px solid #dcd6e6; }
.ld-value article:first-child { padding-left: 0; border-left: 0; }.ld-value article:last-child { padding-right: 0; }
.ld-value__number { font: 500 10px/1.6 var(--font-mono); color: #73668f; }
.ld-value h3 { font-weight: 500; font-size: 26px; line-height: 1.25; letter-spacing: -.035em; margin: 26px 0 16px; }
.ld-value article p { font-size: 14px; line-height: 1.8; color: #797382; margin: 0 0 28px; }
.ld-value article a { font-size: 12px; font-weight: 500; color: var(--ld-purple); display: inline-flex; gap: 12px; align-items: center; }
.ld-details { background: #efecf7; padding: 60px 0; scroll-margin-top: 24px; }
.ld-details__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.ld-details .ld-eyebrow { color: #746c8b; margin-bottom: 20px; }
.ld-details h2 { font-size: 37px; }
.ld-details__cta { display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; padding: 13px 20px; background: var(--ld-purple); color: white; border-radius: 6px; margin-top: 28px; font-size: 13px; }
.ld-details__steps > div { display: flex; gap: 20px; margin-bottom: 22px; }
.ld-details__steps > div > span { font: 12px/1.8 var(--font-mono); color: #8879ae; }
.ld-details__steps p { font-size: 13px; line-height: 1.65; color: #787181; margin: 0; }
.ld-details__steps strong { display: block; color: var(--ld-ink); font-weight: 500; margin-bottom: 4px; }
.ld-details__steps .ld-details__fine { font-size: 10px; margin-top: 26px; border-top: 1px solid #dbd5e8; padding-top: 16px; }
.ld-footer { background: #faf9f6; color: #86808e; font-size: 11px; padding: 28px 0; }
.ld-footer__inner { display: flex; justify-content: space-between; gap: 20px; }.ld-footer nav { display: flex; gap: 24px; }
.leaddev-page a:focus-visible, .leaddev-page button:focus-visible { outline: 3px solid #9f8bff; outline-offset: 5px; }
/* Native HubSpot iframe owns its field styles and includes 40px inner padding.
   Reclaim the surrounding gutter without clipping the form or its validation. */
#leaddev-form { margin-inline: -32px; margin-top: -20px; margin-bottom: -24px; }
@media (min-width: 1500px) { .ld-hero h1 { font-size: 64px; } }
@media (max-width: 1050px) {
  .ld-container { width: calc(100% - 64px); }
  .ld-hero__grid { gap: 36px; grid-template-columns: 1fr 1fr; }
  .ld-hero h1 { font-size: 46px; }
  .ld-offer__ticket, .ld-offer__body { padding-left: 24px; padding-right: 24px; }
  #leaddev-form { margin-inline: -24px; }
  .ld-value__heading > p:last-child { position: static; margin-top: 20px; }
  .ld-value article { padding-inline: 24px; }
}
@media (max-width: 760px) {
  .ld-container { width: calc(100% - 40px); }
  .ld-header__inner { min-height: 64px; gap: 18px; }
  .ld-event { gap: 0; flex-direction: column; align-items: flex-end; }
  .ld-event img { width: 84px; height: auto; }.ld-event > span { border: 0; padding: 3px 0 0; font-size: 9px; line-height: 1.4; }.ld-event > span > span { display: none; }
  .ld-hero { padding: 32px 0 40px; }
  .ld-hero__grid { display: flex; flex-direction: column; gap: 30px; }.ld-hero__copy, .ld-offer { width: 100%; }
  .ld-hero__copy > .ld-eyebrow { font-size: 9px; margin: 0 0 20px; gap: 7px; }
  .ld-hero h1 { font-size: clamp(36px, 8.5vw, 52px); line-height: 1.12; margin-bottom: 20px; }
  .ld-hero__intro { font-size: 14px; line-height: 1.65; max-width: 420px; }
  .ld-hero__benefits, .ld-hero__note { display: none; }
  .ld-mobile-cta { display: block; color: var(--ld-lime); font-size: 13px; margin-top: 18px; }
  .ld-mobile-cta > span[aria-hidden] { margin-left: 12px; }
  .ld-offer__ticket { padding: 23px 25px; }.ld-offer__amount { font-size: clamp(60px, 20vw, 78px); }.ld-offer__body { padding: 25px; }
  #leaddev-form { margin-inline: -25px; }
  .ld-proof { padding: 28px 0; }.ld-proof__logos { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; justify-items: center; }.ld-proof__logos img { max-width: 100%; width: 130px; height: 27px; }
  .ld-value { padding: 48px 0; }.ld-value h2 { font-size: 36px; }.ld-value__heading { margin-bottom: 30px; }
  .ld-value__grid { grid-template-columns: 1fr; }.ld-value article, .ld-value article:first-child, .ld-value article:last-child { border-left: 0; border-bottom: 1px solid #dcd6e6; padding: 26px 0; }.ld-value article:last-child { border-bottom: 0; padding-bottom: 0; }
  .ld-value h3 { margin: 16px 0 12px; }.ld-value h3 br { display: none; }.ld-value article p { margin-bottom: 16px; }
  .ld-details { padding: 42px 0; }.ld-details__grid { grid-template-columns: 1fr; gap: 34px; }.ld-details h2 { font-size: 33px; }
  .ld-footer__inner { flex-direction: column; gap: 10px; }
}
@media (prefers-reduced-motion: reduce) { .leaddev-page { scroll-behavior: auto; } }

/* Preserve the booth typography while using the new shared site header. */
.leaddev-page h1, .leaddev-page h2 { font-family: var(--font-sans); }
