.landing-hero {
  min-height: 860px;
  padding-top: 175px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 7vw;
  overflow: hidden;
}

.landing-breadcrumb {
  margin-bottom: 26px;
  color: var(--muted);
  font-size: 12px;
}

.landing-breadcrumb a {
  color: var(--violet);
  font-weight: 700;
}

.landing-hero h1 {
  max-width: 830px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(54px, 6vw, 94px);
  line-height: 0.98;
  letter-spacing: -0.065em;
  font-weight: 650;
}

.landing-hero h1 span {
  color: var(--violet);
}

.landing-lede {
  max-width: 690px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: clamp(18px, 1.7vw, 23px);
  line-height: 1.55;
}

.landing-actions {
  margin-top: 38px;
  display: flex;
  align-items: center;
  gap: 25px;
}

.landing-visual {
  min-height: 610px;
  position: relative;
}

.landing-image {
  height: 610px;
  position: relative;
  border-radius: 220px 220px 32px 32px;
  background: var(--paper-deep);
  box-shadow: 0 38px 95px rgba(23, 23, 20, 0.18);
  overflow: hidden;
}

.landing-image::after {
  content: "";
  position: absolute;
  inset: 55% 0 0;
  background: linear-gradient(transparent, rgba(15, 15, 13, 0.7));
}

.landing-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.landing-image-label {
  position: absolute;
  right: 22px;
  bottom: 20px;
  left: 22px;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: end;
  color: white;
}

.landing-image-label strong {
  max-width: 250px;
  font-family: var(--display);
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.landing-image-label span {
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 99px;
  font-size: 10px;
  text-transform: uppercase;
}

.landing-float {
  position: absolute;
  top: 50px;
  left: -55px;
  z-index: 3;
  padding: 18px 22px;
  border-radius: 17px;
  background: var(--lime);
  box-shadow: 0 20px 45px rgba(23, 23, 20, 0.17);
  font-family: var(--display);
  font-weight: 800;
  transform: rotate(-5deg);
}

.proof-strip {
  padding-top: 25px;
  padding-bottom: 25px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  color: white;
  background: var(--ink);
}

.proof-item {
  padding: 20px 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.proof-item:last-child {
  border-right: 0;
}

.proof-item span {
  display: block;
  color: var(--lime);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.proof-item strong {
  display: block;
  margin-top: 6px;
  font-family: var(--display);
  font-size: 17px;
}

.landing-heading {
  max-width: 880px;
  margin-bottom: 55px;
}

.landing-heading h2,
.split-copy h2,
.landing-cta h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.05;
  letter-spacing: -0.055em;
}

.landing-heading > p:last-child,
.split-copy > p {
  max-width: 650px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.outcome-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.outcome-card {
  min-height: 300px;
  padding: 27px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--line);
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.43);
}

.outcome-card:nth-child(2),
.outcome-card:nth-child(5) {
  background: var(--paper-deep);
}

.outcome-card > span {
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: var(--violet);
  font-size: 12px;
  font-weight: 700;
}

.outcome-card h3 {
  margin: 50px 0 12px;
  font-family: var(--display);
  font-size: 27px;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.outcome-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.landing-split {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: start;
  gap: 8vw;
  color: white;
  background: var(--violet);
}

.landing-split .section-kicker {
  color: var(--lime);
}

.landing-split .split-copy > p {
  color: rgba(255, 255, 255, 0.68);
}

.module-list {
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.module {
  padding: 25px 0;
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.module > span {
  color: var(--lime);
  font-size: 11px;
  font-weight: 700;
}

.module h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 23px;
  letter-spacing: -0.035em;
}

.module p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
}

.fit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.fit-card {
  padding: 35px;
  border-radius: 26px;
  background: white;
}

.fit-card:last-child {
  color: white;
  background: var(--ink);
}

.fit-card h3 {
  margin: 0 0 20px;
  font-family: var(--display);
  font-size: 29px;
  letter-spacing: -0.045em;
}

.fit-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fit-card li {
  padding: 13px 0;
  border-bottom: 1px solid currentColor;
  font-size: 15px;
  opacity: 0.72;
}

.fit-card li:last-child {
  border-bottom: 0;
}

.related-pages {
  background: var(--paper-deep);
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.related-card {
  min-height: 220px;
  padding: 27px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--line);
  border-radius: 23px;
  background: var(--paper);
  transition: transform 0.25s ease, background 0.25s ease;
}

.related-card:hover {
  background: var(--lime);
  transform: translateY(-5px);
}

.related-card span {
  color: var(--violet);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.related-card h3 {
  margin: 30px 0 0;
  font-family: var(--display);
  font-size: 27px;
  line-height: 1.1;
  letter-spacing: -0.045em;
}

.landing-faq {
  background: var(--paper);
}

.landing-cta {
  min-height: 580px;
  display: grid;
  place-content: center;
  text-align: center;
  color: white;
  background:
    radial-gradient(circle at 50% 100%, rgba(108, 92, 231, 0.65), transparent 42%),
    var(--ink);
}

.landing-cta h2 {
  max-width: 900px;
}

.landing-cta p {
  max-width: 650px;
  margin: 25px auto 35px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 18px;
}

.landing-cta .button {
  margin: auto;
}

@media (max-width: 1100px) {
  .landing-hero {
    grid-template-columns: 1fr;
  }

  .landing-visual {
    width: min(100%, 650px);
    margin: auto;
  }

  .landing-split {
    grid-template-columns: 1fr;
  }

  .outcome-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .landing-hero {
    min-height: auto;
    padding-top: 140px;
  }

  .landing-hero h1 {
    font-size: clamp(50px, 15vw, 72px);
  }

  .landing-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .landing-visual,
  .landing-image {
    min-height: 490px;
    height: 490px;
  }

  .landing-image {
    border-radius: 160px 160px 25px 25px;
  }

  .landing-float {
    top: 35px;
    left: -8px;
    font-size: 13px;
  }

  .proof-strip,
  .outcome-grid,
  .fit-grid,
  .related-grid {
    grid-template-columns: 1fr;
  }

  .proof-item {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .proof-item:last-child {
    border-bottom: 0;
  }

  .outcome-card {
    min-height: 270px;
  }
}
