.heiler-lp {
  --heiler-magenta: #d80951;
  --heiler-magenta-dark: #a9063f;
  --heiler-ink: #283039;
  --heiler-ink-soft: #525b63;
  --heiler-gold: #e9ad36;
  --heiler-cream: #fbf7f0;
  --heiler-blush: #fff3f6;
  --heiler-white: #ffffff;
  --heiler-line: rgba(40, 48, 57, 0.13);
  color: var(--heiler-ink);
  background: var(--heiler-white);
  font-family: "Poppins", "Montserrat", Arial, sans-serif;
  font-size: 19px;
  line-height: 1.7;
  overflow: hidden;
}

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

.heiler-lp h1,
.heiler-lp h2,
.heiler-lp h3,
.heiler-lp p,
.heiler-lp ul,
.heiler-lp ol {
  margin-top: 0;
}

.heiler-lp h1,
.heiler-lp h2,
.heiler-lp h3 {
  color: var(--heiler-ink);
  font-family: "Poppins", "Montserrat", Arial, sans-serif;
  letter-spacing: -0.035em;
}

.heiler-lp h1 {
  margin-bottom: 24px;
  font-size: clamp(3.3rem, 7vw, 6.4rem);
  font-weight: 800;
  line-height: 0.98;
}

.heiler-lp h1 span {
  color: var(--heiler-magenta);
}

.heiler-lp h2 {
  margin-bottom: 24px;
  font-size: clamp(2.1rem, 4vw, 3.7rem);
  font-weight: 750;
  line-height: 1.12;
}

.heiler-lp h3 {
  margin-bottom: 12px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.3;
}

.heiler-lp p:last-child {
  margin-bottom: 0;
}

.heiler-shell {
  width: min(1160px, calc(100% - 48px));
  margin-right: auto;
  margin-left: auto;
}

.heiler-shell--narrow {
  width: min(820px, calc(100% - 48px));
}

.heiler-section {
  padding: 100px 0;
}

.heiler-section--soft {
  background: var(--heiler-cream);
}

.heiler-eyebrow,
.heiler-kicker {
  margin-bottom: 16px;
  color: var(--heiler-magenta);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.heiler-hero {
  position: relative;
  padding: 88px 0 96px;
  background:
    radial-gradient(circle at 82% 15%, rgba(233, 173, 54, 0.18), transparent 27%),
    linear-gradient(145deg, #fff 0%, #fff 55%, var(--heiler-blush) 100%);
}

.heiler-hero::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 8px;
  background: linear-gradient(90deg, var(--heiler-magenta), #f53a7d 65%, var(--heiler-gold));
  content: "";
}

.heiler-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(330px, 0.88fr);
  align-items: center;
  gap: 72px;
}

.heiler-hero__lead {
  max-width: 720px;
  margin-bottom: 20px;
  color: var(--heiler-ink);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-weight: 700;
  line-height: 1.42;
}

.heiler-hero__copy {
  max-width: 700px;
  margin-bottom: 32px;
  color: var(--heiler-ink-soft);
  font-size: 1.08rem;
}

.heiler-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 680px;
  margin-bottom: 32px;
  border-top: 1px solid var(--heiler-line);
  border-left: 1px solid var(--heiler-line);
}

.heiler-facts div {
  min-height: 88px;
  padding: 17px 20px;
  border-right: 1px solid var(--heiler-line);
  border-bottom: 1px solid var(--heiler-line);
  background: rgba(255, 255, 255, 0.72);
}

.heiler-facts span,
.heiler-facts strong {
  display: block;
}

.heiler-facts span {
  margin-bottom: 2px;
  color: var(--heiler-magenta);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.heiler-facts strong {
  color: var(--heiler-ink);
  font-size: 0.95rem;
  line-height: 1.4;
}

.heiler-button {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  border: 2px solid var(--heiler-magenta);
  border-radius: 999px;
  background: var(--heiler-magenta);
  box-shadow: 0 12px 30px rgba(216, 9, 81, 0.22);
  color: #fff !important;
  font-size: 0.96rem;
  font-weight: 800;
  letter-spacing: 0.015em;
  line-height: 1.35;
  text-align: center;
  text-decoration: none !important;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.heiler-button:hover,
.heiler-button:focus {
  background: var(--heiler-magenta-dark);
  box-shadow: 0 16px 38px rgba(169, 6, 63, 0.28);
  color: #fff !important;
  transform: translateY(-2px);
}

.heiler-microcopy {
  margin: 12px 0 0;
  color: var(--heiler-ink-soft);
  font-size: 0.9rem;
  font-style: italic;
}

.heiler-hero__visual {
  position: relative;
  max-width: 470px;
  margin-left: auto;
}

.heiler-image-frame {
  position: relative;
  z-index: 1;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border-radius: 180px 180px 24px 24px;
  box-shadow: 0 28px 60px rgba(40, 48, 57, 0.18);
}

.heiler-image-frame::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 62%, rgba(40, 48, 57, 0.38));
  content: "";
}

.heiler-image-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.heiler-visual-card {
  position: absolute;
  z-index: 2;
  right: -20px;
  bottom: 24px;
  max-width: 245px;
  padding: 22px 25px;
  border-left: 5px solid var(--heiler-gold);
  background: var(--heiler-magenta);
  box-shadow: 0 18px 40px rgba(40, 48, 57, 0.22);
  color: #fff;
  text-decoration: none !important;
  transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.heiler-visual-card:hover,
.heiler-visual-card:focus {
  background: var(--heiler-magenta-dark);
  box-shadow: 0 22px 46px rgba(40, 48, 57, 0.28);
  color: #fff;
  transform: translateY(-3px);
}

.heiler-visual-card:focus-visible {
  outline: 3px solid var(--heiler-gold);
  outline-offset: 4px;
}

.heiler-visual-card span,
.heiler-visual-card strong {
  display: block;
}

.heiler-visual-card span {
  margin-bottom: 4px;
  color: #ffd678;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.heiler-visual-card strong {
  font-size: 1.15rem;
  line-height: 1.32;
}

.heiler-intro {
  max-width: 720px;
  margin-bottom: 42px;
  color: var(--heiler-ink-soft);
  font-size: 1.15rem;
}

.heiler-signs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 42px;
}

.heiler-sign {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: start;
  gap: 14px;
  padding: 24px;
  border: 1px solid var(--heiler-line);
  background: #fff;
}

.heiler-sign span {
  color: var(--heiler-magenta);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.heiler-sign p {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.55;
}

.heiler-question {
  position: relative;
  padding: 30px 34px 30px 45px;
  border-left: 5px solid var(--heiler-magenta);
  background: var(--heiler-blush);
}

.heiler-question p {
  margin-bottom: 0;
  color: var(--heiler-magenta-dark);
  font-size: clamp(1.25rem, 2.3vw, 1.7rem);
  font-weight: 750;
  line-height: 1.4;
}

.heiler-two-column {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 80px;
}

.heiler-two-column--middle {
  align-items: center;
}

.heiler-prose {
  color: var(--heiler-ink-soft);
}

.heiler-prose p {
  margin-bottom: 20px;
}

.heiler-highlight {
  padding: 24px 28px;
  border-top: 1px solid rgba(216, 9, 81, 0.28);
  border-bottom: 1px solid rgba(216, 9, 81, 0.28);
  color: var(--heiler-ink) !important;
  font-weight: 700;
}

.heiler-story {
  background: var(--heiler-ink);
}

.heiler-story__inner {
  display: grid;
  grid-template-columns: 190px minmax(0, 760px);
  justify-content: center;
  gap: 58px;
}

.heiler-story__label {
  color: #ffd678;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.heiler-story h2,
.heiler-story p,
.heiler-story strong,
.heiler-story span {
  color: #fff;
}

.heiler-story p {
  color: rgba(255, 255, 255, 0.78);
}

.heiler-signature {
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.heiler-signature strong,
.heiler-signature span {
  display: block;
}

.heiler-signature strong {
  font-size: 1.15rem;
}

.heiler-signature span {
  color: #ffd678;
  font-size: 0.85rem;
}

.heiler-heading-center {
  max-width: 800px;
  margin: 0 auto 50px;
  text-align: center;
}

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

.heiler-topics article {
  position: relative;
  min-height: 260px;
  padding: 34px;
  border: 1px solid var(--heiler-line);
  background: #fff;
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.heiler-topics article:hover {
  border-color: rgba(216, 9, 81, 0.35);
  box-shadow: 0 18px 40px rgba(40, 48, 57, 0.08);
  transform: translateY(-3px);
}

.heiler-topics article > span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px;
  border-radius: 50%;
  background: var(--heiler-blush);
  color: var(--heiler-magenta);
  font-size: 0.9rem;
  font-weight: 800;
}

.heiler-topics article p {
  margin-bottom: 0;
  color: var(--heiler-ink-soft);
  font-size: 1rem;
}

.heiler-cta-center {
  margin-top: 42px;
  text-align: center;
}

.heiler-section--magenta {
  position: relative;
  background: var(--heiler-magenta);
}

.heiler-section--magenta::after {
  position: absolute;
  right: -130px;
  bottom: -160px;
  width: 420px;
  height: 420px;
  border: 70px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
  content: "";
}

.heiler-section--magenta h2,
.heiler-section--magenta .heiler-kicker,
.heiler-section--magenta li {
  color: #fff;
}

.heiler-section--magenta .heiler-kicker {
  color: #ffd678;
}

.heiler-checks {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}

.heiler-checks li {
  position: relative;
  margin-bottom: 14px;
  padding: 16px 18px 16px 54px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  font-size: 1rem;
  line-height: 1.5;
}

.heiler-checks li::before {
  position: absolute;
  top: 17px;
  left: 19px;
  color: #ffd678;
  content: "✓";
  font-size: 1.1rem;
  font-weight: 900;
}

.heiler-transformation {
  text-align: center;
}

.heiler-transformation > h2 {
  max-width: 920px;
  margin-right: auto;
  margin-bottom: 48px;
  margin-left: auto;
}

.heiler-transformation__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--heiler-line);
  border-left: 1px solid var(--heiler-line);
}

.heiler-transformation__grid p {
  min-height: 190px;
  margin: 0;
  padding: 32px 26px;
  border-right: 1px solid var(--heiler-line);
  border-bottom: 1px solid var(--heiler-line);
  color: var(--heiler-ink-soft);
  font-size: 1rem;
  text-align: left;
}

.heiler-registration {
  scroll-margin-top: 20px;
  background:
    radial-gradient(circle at 10% 10%, rgba(233, 173, 54, 0.15), transparent 24%),
    var(--heiler-blush);
}

.heiler-registration__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(460px, 1.18fr);
  align-items: start;
  gap: 64px;
}

.heiler-registration__intro > p:not(.heiler-kicker) {
  margin-bottom: 24px;
  color: var(--heiler-ink-soft);
}

.heiler-date-card {
  margin: 28px 0 0;
  padding: 25px 28px;
  border-left: 5px solid var(--heiler-gold);
  background: var(--heiler-ink);
}

.heiler-date-card span,
.heiler-date-card strong,
.heiler-date-card small {
  display: block;
}

.heiler-date-card span {
  color: #ffd678;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.heiler-date-card strong {
  margin: 5px 0 3px;
  color: #fff;
  font-size: 1.15rem;
}

.heiler-date-card small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
}

.heiler-steps {
  margin: 0;
  padding: 0;
  list-style: none;
}

.heiler-steps li {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  color: var(--heiler-ink-soft);
  font-size: 0.95rem;
}

.heiler-steps li span {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(216, 9, 81, 0.26);
  border-radius: 50%;
  background: #fff;
  color: var(--heiler-magenta);
  font-weight: 800;
}

.heiler-form-card {
  padding: 34px 26px 26px;
  border: 1px solid rgba(216, 9, 81, 0.15);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(40, 48, 57, 0.12);
  text-align: center;
}

.heiler-form-card h3 {
  margin-bottom: 18px;
  color: var(--heiler-magenta);
  font-size: 1.45rem;
}

.heiler-form-card iframe {
  display: block;
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
  border: 0;
}

.heiler-secure {
  margin: 12px 0 0;
  color: var(--heiler-ink-soft);
  font-size: 0.82rem;
}

.heiler-faq {
  border-top: 1px solid var(--heiler-line);
}

.heiler-faq details {
  border-bottom: 1px solid var(--heiler-line);
}

.heiler-faq summary {
  position: relative;
  padding: 24px 58px 24px 0;
  color: var(--heiler-ink);
  cursor: pointer;
  font-size: 1.08rem;
  font-weight: 700;
  list-style: none;
}

.heiler-faq summary::-webkit-details-marker {
  display: none;
}

.heiler-faq summary::after {
  position: absolute;
  top: 20px;
  right: 4px;
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  color: var(--heiler-magenta);
  content: "+";
  font-size: 1.35rem;
  font-weight: 400;
}

.heiler-faq details[open] summary::after {
  content: "−";
}

.heiler-faq details p {
  padding: 0 55px 24px 0;
  color: var(--heiler-ink-soft);
  font-size: 1rem;
}

.heiler-legal {
  padding: 34px 0;
  border-top: 1px solid var(--heiler-line);
  background: #fff;
}

.heiler-legal p {
  margin-bottom: 0;
  color: #6b7278;
  font-size: 0.72rem;
  line-height: 1.65;
  text-align: center;
}

@media (max-width: 980px) {
  .heiler-hero__grid,
  .heiler-registration__grid {
    grid-template-columns: 1fr;
  }

  .heiler-hero__visual {
    width: min(520px, 100%);
    margin: 20px auto 0;
  }

  .heiler-two-column {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .heiler-transformation__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .heiler-registration__grid {
    max-width: 760px;
  }
}

@media (max-width: 720px) {
  .heiler-lp {
    font-size: 18px;
  }

  .heiler-shell,
  .heiler-shell--narrow {
    width: min(100% - 30px, 1160px);
  }

  .heiler-visual-card {
    right: 8px;
    bottom: 14px;
    max-width: 220px;
  }

  .heiler-section {
    padding: 70px 0;
  }

  .heiler-hero {
    padding: 66px 0 74px;
  }

  .heiler-hero__grid {
    gap: 44px;
  }

  .heiler-lp h1 {
    font-size: clamp(2.85rem, 15vw, 4.3rem);
  }

  .heiler-lp h2 {
    font-size: clamp(1.85rem, 9vw, 2.6rem);
  }

  .heiler-facts,
  .heiler-signs,
  .heiler-topics,
  .heiler-transformation__grid {
    grid-template-columns: 1fr;
  }

  .heiler-image-frame {
    border-radius: 120px 120px 20px 20px;
  }

  .heiler-story__inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .heiler-transformation__grid p {
    min-height: auto;
  }

  .heiler-registration__grid {
    gap: 20px;
  }

  .heiler-registration {
    padding: 44px 0 54px;
  }

  .heiler-registration__intro h2 {
    margin-bottom: 14px;
  }

  .heiler-registration__intro > p:not(.heiler-kicker) {
    margin-bottom: 18px;
  }

  .heiler-registration .heiler-kicker {
    margin-bottom: 8px;
  }

  .heiler-steps li {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 10px;
    margin-bottom: 9px;
    font-size: 0.9rem;
  }

  .heiler-steps li span {
    width: 32px;
    height: 32px;
  }

  .heiler-date-card {
    margin-top: 18px;
    padding: 17px 20px;
  }

  .heiler-form-card {
    padding: 20px 8px 16px;
  }

  .heiler-form-card h3 {
    margin-bottom: 8px;
  }
}

@media (max-width: 460px) {
  .heiler-button {
    width: 100%;
    padding-right: 18px;
    padding-left: 18px;
  }

  .heiler-question,
  .heiler-topics article {
    padding: 24px;
  }

  .heiler-sign {
    grid-template-columns: 34px minmax(0, 1fr);
    padding: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .heiler-lp *,
  .heiler-lp *::before,
  .heiler-lp *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
