/* Homepage hero: friendlier image, readable headline and calmer proportions. */
.home .conversion-hero {
  padding-block: clamp(3.25rem, 5vw, 5.5rem);
  border-bottom: 1px solid rgba(16, 42, 42, 0.10);
  background:
    radial-gradient(circle at 9% 8%, rgba(197, 239, 66, 0.12), transparent 27rem),
    #f8faf6;
}

.home .conversion-hero__grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(31rem, 0.92fr);
  gap: clamp(3rem, 5vw, 5rem);
}

.home .conversion-hero__image--wide {
  min-height: 0;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border: 0;
  border-radius: 1.15rem;
  background: #dfe6e1;
  box-shadow: 0 24px 55px rgba(17, 45, 43, 0.16);
}

.home .conversion-hero__image--wide picture,
.home .conversion-hero__image--wide img {
  display: block;
  width: 100%;
  height: 100%;
}

.home .conversion-hero__image--wide img {
  object-fit: cover;
  object-position: 50% 46%;
}

.home .conversion-hero__copy {
  max-width: 38rem;
  padding-block: 0;
}

.home .conversion-hero__copy::before {
  content: none;
}

.home .conversion-hero h1 {
  max-width: none;
  margin: 0.65rem 0 1.25rem;
  font-size: clamp(3rem, 3.45vw, 4.15rem);
  letter-spacing: -0.045em;
  line-height: 1.02;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.home .conversion-hero__lead {
  max-width: 45ch;
  color: #40534e;
  font-size: clamp(1.05rem, 1.35vw, 1.22rem);
  line-height: 1.6;
}

.home .conversion-hero__actions {
  margin-top: 1.65rem;
}

.home .conversion-hero__actions .button--primary {
  border-radius: 999px !important;
  box-shadow: 0 10px 24px rgba(104, 139, 21, 0.18);
}

.home .conversion-hero__points {
  margin-top: 1.65rem;
  padding-top: 1rem;
}

.home .conversion-hero__signature {
  border-left-color: #b7e24b;
}

/* Lighthouse accessibility: keep small labels and contact text readable on dark teal panels. */
.home .company-trust .eyebrow,
.home .audience-switch .eyebrow,
.home .contact-band .eyebrow {
  color: #f4ffd6;
}

.home .audience-switch__frame p,
.home .contact-band__actions > a:last-child {
  color: #ffffff;
}

@media (min-width: 861px) and (max-width: 1220px) {
  .home .conversion-hero__grid {
    grid-template-columns: 1fr;
    gap: 2.25rem;
  }

  .home .conversion-hero__copy {
    max-width: 46rem;
  }

  .home .conversion-hero__image--wide {
    order: 2;
    width: min(100%, 46rem);
    aspect-ratio: 16 / 9;
  }

  .home .conversion-hero h1 {
    max-width: 15ch;
    font-size: clamp(3rem, 6vw, 4.15rem);
  }
}

@media (max-width: 860px) {
  .home .conversion-hero {
    padding-block: 2rem 3.5rem;
  }

  .home .conversion-hero__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .home .conversion-hero__copy {
    max-width: none;
  }

  .home .conversion-hero__image--wide {
    order: 2;
    min-height: 0;
    aspect-ratio: 16 / 10;
    border-radius: 0.9rem;
  }

  .home .conversion-hero h1 {
    max-width: 15ch;
    font-size: clamp(2.55rem, 9vw, 3.75rem);
    line-height: 1.04;
  }
}

@media (max-width: 560px) {
  .home .conversion-hero {
    padding-block: 1.5rem 3rem;
  }

  .home .conversion-hero h1 {
    max-width: none;
    font-size: clamp(2.35rem, 11vw, 3.1rem);
  }

  .home .conversion-hero__lead {
    font-size: 1.02rem;
    line-height: 1.58;
  }
}
