.homepage-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #102f41;
  color: white;
  min-height: 570px;
  display: flex;
  align-items: center;
}
.homepage-layout {
  position: relative;
  width: 100%;
  z-index: 2;
  padding-block: 68px;
}
.homepage-copy {
  max-width: 650px;
  width: 55%;
}
.homepage-eyebrow {
  font-size: 0.77rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: #a6d6cb;
  margin: 0 0 21px;
}
.homepage-copy h1 {
  font-size: clamp(2.5rem, 4.1vw, 3.6rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 1.13;
  margin: 0 0 25px;
}
.homepage-copy h1 em {
  font-style: normal;
  color: #b9ebd6;
}
.homepage-description {
  font-size: 1.05rem;
  line-height: 1.75;
  color: #d0e0e7;
  max-width: 470px;
  margin: 0 0 29px;
}
.homepage-visual {
  position: absolute;
  inset: 0 0 0 auto;
  width: 61%;
  height: 100%;
  z-index: 0;
  mask-image: linear-gradient(90deg, transparent 0%, #000 45%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 45%);
}
.homepage-visual img {
  height: 100%;
  width: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 45% 48%;
}
.homepage-visual:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #102f414d, transparent 45%),
    linear-gradient(0deg, #102f4138, transparent 40%);
}
.homepage-actions {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}
.commercial-home .homepage-signup {
  background: #c8efd9;
  border-color: #c8efd9;
  color: #153d32;
  min-height: 53px;
  padding: 14px 23px;
  font-weight: 650;
  gap: 30px;
}
.commercial-home .homepage-signup:hover {
  background: #b0e8c9;
  border-color: #b0e8c9;
  color: #153d32;
}
.homepage-signup svg {
  width: 20px;
  height: 20px;
}
.homepage-watch {
  display: flex;
  align-items: center;
  gap: 9px;
  text-decoration: none;
  color: #fff;
  min-height: 49px;
  font-size: 0.9rem;
  font-weight: 550;
}
.homepage-watch > svg {
  height: 35px;
  width: 35px;
  border: 1px solid #829da9;
  border-radius: 50%;
  padding: 6px;
  color: #d8f0e7;
}
.homepage-watch small {
  display: block;
  color: #a9c3cc;
  font-size: 0.75rem;
  font-weight: 400;
  margin-top: 2px;
}
.homepage-watch:hover > span {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.homepage-pricing {
  font-size: 0.8rem;
  color: #a9c3cc;
  margin: 22px 0 0;
}
.homepage-pricing > span {
  padding-inline: 6px;
}
.homepage-pricing a {
  color: #c6dedf;
  text-underline-offset: 4px;
}
.homepage-benefits {
  background: white;
  border-bottom: 1px solid #dce6eb;
}
.homepage-benefits > .site-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  min-height: 75px;
  padding-block: 20px;
}
.homepage-benefits span {
  font-size: 0.9rem;
  color: #4d6574;
  display: flex;
  align-items: center;
  gap: 10px;
}
.homepage-benefits b {
  color: #147b68;
  font-size: 0.9rem;
}
.commercial-followup {
  padding-top: 54px;
  scroll-margin-top: 100px;
}
.commercial-followup .commercial-intro {
  margin-bottom: 26px;
}
.commercial-followup .commercial-intro .commercial-context {
  font-size: 0.94rem;
  line-height: 1.6;
  color: #607683;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 400;
  margin: 11px 0 0;
  max-width: 700px;
}
.commercial-followup .commercial-player {
  max-width: 1060px;
  margin-inline: auto;
}
.commercial-followup .commercial-footnote {
  max-width: 1060px;
  margin-inline: auto;
}
.homepage-hero a:focus-visible {
  outline-color: #b9ebd6;
}
@media (min-width: 1450px) {
  .homepage-hero {
    min-height: 620px;
  }
  .homepage-copy {
    width: 57%;
  }
}
@media (max-width: 1050px) {
  .homepage-copy {
    width: 62%;
    max-width: 560px;
  }
  .homepage-copy h1 {
    font-size: 2.85rem;
  }
  .homepage-description {
    max-width: 400px;
    font-size: 1rem;
  }
  .homepage-hero {
    min-height: 560px;
  }
  .homepage-visual {
    width: 64%;
    mask-image: linear-gradient(90deg, transparent, #000 60%);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 60%);
  }
  .homepage-actions {
    gap: 18px;
  }
  .homepage-benefits span {
    font-size: 0.8rem;
  }
  .homepage-benefits > .site-wrap {
    gap: 16px;
  }
}
@media (max-width: 760px) {
  .homepage-hero {
    display: flex;
    flex-direction: column;
    min-height: 0;
    align-items: stretch;
  }
  .homepage-layout {
    order: 0;
    padding-block: 40px 32px;
  }
  .homepage-copy {
    width: 100%;
    max-width: 620px;
  }
  .homepage-copy h1 {
    font-size: 2.65rem;
    max-width: 610px;
  }
  .homepage-description {
    max-width: 510px;
  }
  .homepage-visual {
    order: 1;
    position: relative;
    width: 100%;
    height: 280px;
    mask-image: none;
    -webkit-mask-image: none;
  }
  .homepage-visual img {
    object-position: 50% 40%;
  }
  .homepage-visual:after {
    background: linear-gradient(180deg, #102f4140, transparent 30%);
  }
  .homepage-benefits > .site-wrap {
    min-height: 0;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
    padding-block: 19px;
  }
  .homepage-benefits span {
    font-size: 0.8rem;
  }
  .commercial-followup {
    padding-top: 35px;
  }
  .commercial-followup .commercial-intro {
    margin-bottom: 20px;
  }
}
@media (max-width: 440px) {
  .homepage-layout {
    padding-block: 31px 27px;
  }
  .homepage-eyebrow {
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    margin-bottom: 17px;
  }
  .homepage-copy h1 {
    font-size: 2.26rem;
    letter-spacing: -0.05em;
    line-height: 1.16;
    margin-bottom: 20px;
  }
  .homepage-description {
    font-size: 0.98rem;
    line-height: 1.7;
    margin-bottom: 24px;
  }
  .homepage-actions {
    gap: 17px;
  }
  .commercial-home .homepage-signup {
    padding: 12px 20px;
    min-height: 51px;
    gap: 17px;
    font-size: 0.9rem;
  }
  .homepage-watch {
    font-size: 0.82rem;
    gap: 7px;
  }
  .homepage-watch > svg {
    width: 30px;
    height: 30px;
  }
  .homepage-watch small {
    font-size: 0.75rem;
  }
  .homepage-pricing {
    font-size: 0.75rem;
    margin-top: 18px;
  }
  .homepage-visual {
    height: 240px;
  }
  .homepage-benefits > .site-wrap {
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .commercial-followup {
    scroll-margin-top: 87px;
  }
  .commercial-followup .commercial-intro .commercial-context {
    font-size: 0.875rem;
  }
}
