/*********************
START: TESTIMONIAL LP PUBLIC
*********************/
:root {
  --tlp-text: rgba(255, 255, 255, 0.7);
  --tlp-purple: #4c1d95;
}

/*********************
START: HEADER
*********************/
.header--tlp {
  background-color: rgba(0, 0, 0, 0.85);
}

.header--tlp .header--logo img {
  filter: none;
  height: 24px;
  width: auto;
}

/*********************
END: HEADER
*********************/

/*********************
START: HERO
*********************/
.hero--tlp {
  background-color: var(--baseDark-color);
  padding-block-start: 10rem;
  overflow: hidden;
}

.hero--tlp__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.5rem;
  max-width: 720px;
  margin-inline: auto;
      position: relative;
    z-index: 2;
}

.hero--tlp__title {
  margin: 0;
  font-size: 56px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: -1.8px;
  color: var(--baseLight-color);
}

.hero--tlp__text {
  margin: 0;
  max-width: 620px;
  font-size: var(--text-lg);
  font-weight: 400;
  line-height: 1.55;
  color: var(--tlp-text);
}

.hero--tlp__btn {
  width: max-content;
  padding: 12px 24px;
  font-size: 16px;
}

.hero--tlp__img {
  margin-block-start: -4rem;
  /* crop cards to a top strip, like the design */
  height: 615px;
  overflow: hidden;
      z-index: 1;
    position: relative;
}

.hero--tlp__img picture {
  display: block;
  width: 100%;
}

.hero--tlp__img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: top center;
}

/*********************
RESPONSIVE
*********************/
@media (max-width: 991px) {
  .hero--tlp {
    padding-block-start: 8rem;
  }

  .hero--tlp__title {
    font-size: 44px;
    letter-spacing: -1.2px;
  }
}

@media (max-width: 575px) {
  .hero--tlp {
    padding-block-start: 7rem;
  }

  .hero--tlp__title {
    font-size: 34px;
    letter-spacing: -0.8px;
  }

  .hero--tlp__text {
    font-size: var(--text-base);
  }

  .hero--tlp__img {
    margin-block-start: 2.5rem;
  }
}
/*********************
END: HERO
*********************/

/*********************
START: REALITY
*********************/
.tlpReality {
  position: relative;
  z-index: 2;
  background: var(--tlp-purple);
  padding-block: 120px;
}

.tlpReality--content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
  max-width: 1200px;
  width: 100%;
  margin-inline: auto;
}

.tlpReality--img {
  width: 46%;
  flex-shrink: 0;
}

.tlpReality--img picture,
.tlpReality--img img {
  display: block;
  width: 100%;
}

.tlpReality--text {
  width: 48%;
  display: flex;
  flex-direction: column;
}

.tlpReality--supTitle {
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--tlp-text);
}

.tlpReality--title {
  margin: 1rem 0 1.5rem;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -1.4px;
  color: var(--baseLight-color);
}

.tlpReality--text p {
  margin: 0;
  font-size: var(--text-base);
  font-weight: 400;
  line-height: 1.6;
  color: var(--tlp-text);
}

@media (max-width: 991px) {
  .tlpReality {
    padding-block: 80px;
  }



  .tlpReality--content {
    flex-direction: column;
    gap: 3rem;
  }

  .tlpReality--img,
  .tlpReality--text {
    width: 100%;
  }

  .tlpReality--img {
    max-width: 420px;
  }

  .tlpReality--title {
    font-size: 34px;
    letter-spacing: -0.8px;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) { 
    .hero--tlp__img {
margin-block-start: -2rem;
    height: 430px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) { 
    .hero--tlp__img {
        height: 350px;
        margin-block-start: 1rem;
    }
}
@media (min-width: 768px) and (max-width: 992px) { 
    .hero--tlp__img {
        height: 320px;
        margin-block-start: 1rem;
    }
}
@media (max-width: 768px) { 
    .hero--tlp__img {
height: 160px;
        margin-block-start: 1rem;
    }
}

/*********************
END: REALITY
*********************/

/*********************
START: PARTNERSHIP
*********************/
.tlpPartnership {
  background: var(--baseDark-color);
  padding-block: 120px;
}

.tlpPartnership--content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
  max-width: 1200px;
  width: 100%;
  margin-inline: auto;
}

.tlpPartnership--text {
  width: 44%;
  display: flex;
  flex-direction: column;
}

.tlpPartnership--supTitle {
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--tlp-text);
}

.tlpPartnership--title {
  margin: 1rem 0 1.5rem;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -1.2px;
  color: var(--baseLight-color);
}

.tlpPartnership--text p {
  margin: 0;
  font-size: var(--text-base);
  font-weight: 400;
  line-height: 1.6;
  color: var(--tlp-text);
}

.tlpPartnership--img {
  width: 50%;
  flex-shrink: 0;
}

.tlpPartnership--img picture,
.tlpPartnership--img img {
  display: block;
  width: 100%;
}

@media (max-width: 991px) {
  .tlpPartnership {
    padding-block: 80px;
  }

  .tlpPartnership--content {
    flex-direction: column;
    gap: 3rem;
  }

  .tlpPartnership--text,
  .tlpPartnership--img {
    width: 100%;
  }

  .tlpPartnership--title {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
}
/*********************
END: PARTNERSHIP
*********************/

/*********************
START: GET STARTED (extras over .started)
*********************/
.started--tlp__supTitle {
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #8a8a8a;
  margin-block-end: 1rem;
}

.started--tlp__phone {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  width: max-content;
  margin-block-start: 1.75rem;
  padding: 12px 24px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: var(--border-radius-100);
  font-size: 18px;
  text-decoration: none;
  transition: border-color 0.2s ease;
}

.started--tlp__phone:hover {
  border-color: rgba(0, 0, 0, 0.4);
}

.started--tlp__phone-label {
  color: rgba(0, 0, 0, 0.45);
  font-weight: 400;
}

.started--tlp__phone-num {
  color: var(--baseDark-color);
  font-weight: 500;
}
/*********************
END: GET STARTED
*********************/

/*********************
START: BUILD (3-up override)
*********************/
.build--tlp .build--bhhs__grid {
  grid-template-columns: repeat(3, 1fr);
}

.build--tlp .build--bhhs__card {
  padding: 2rem 1.75rem;
}

.build--tlp .build--bhhs__card h3 {
  font-size: var(--text-lg);
}

.build--tlp .build--bhhs__card p {
  font-size: var(--text-base);
}

@media (max-width: 991px) {
  .build--tlp .build--bhhs__grid {
    grid-template-columns: 1fr;
  }
}
/*********************
END: BUILD
*********************/
