/*
Theme Name: Avada Child
Template: Avada
Version: 1.0
*/

/* Keep Fusion layout for header; only full-bleed these sections */
.page-id-1376 .lp-hero,
.page-id-1376 .lp-info,
.page-id-1376 .lp-guide {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

/* If you see a tiny horizontal scroll bar, add this */
.page-id-1376 {
  overflow-x: hidden;
}

.page-id-1376 .lp-hero,
.page-id-1376 .lp-info,
.page-id-1376 .lp-guide {
  padding-left: 0;
  padding-right: 0;
}

/* ===============================
   Landing Page Hero Section
================================= */

.lp-hero {
  position: relative;
  overflow: hidden;
  background-color: #881B51;
}

.lp-hero__image {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.lp-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .7;
  mix-blend-mode: screen;
}

.lp-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(166, 91, 120, 0.6) 70%, rgba(136, 27, 81, 1) 100%);
  mix-blend-mode: multiply;
}

.lp-hero__content {
  position: relative;
  z-index: 5;
  padding: 110px 6% 200px 50%;
  margin: 0 auto;
}

.lp-hero__text {
  max-width: 670px;
  position: relative;
  z-index: 5;
}

.lp-hero h1 {
  color: #FFF;
  font-size: 70px;
  font-weight: 300;
  line-height: 90%;
  letter-spacing: -2.263px;
  margin: 0;
}

.lp-hero h1 em {
  font-style: italic;
}

.lp-hero__subtext {
  color: #FFF;
  font-size: 30px;
  font-weight: 400;
  line-height: 125%;
  margin: 18px 0 0;
}

.lp-hero__note {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -0.3px;
  margin: 16px 0 0;
}

/* Smooth blend from hero into the next section */
.lp-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 180px;
  z-index: 3;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgba(136, 27, 81, 0) 0%,
    rgba(136, 27, 81, 1) 100%
  );
}

/* ===============================
   Buttons
================================= */

.lp-btn {
  display: inline-block;
  padding: 14px 26px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  margin-top: 15px;
}

.lp-btn--primary {
  background-color: #881B51;
  color: #ffffff;
}

.lp-btn--primary:hover {
  background-color: #881B51;
  color: #f7eff3;
}

.lp-btn--secondary {
  background-color: #d7e3dc;
  color: #2c2c2c;
}

.lp-btn--secondary:hover {
  opacity: 0.9;
}

/* ===============================
   Lower Info Section
================================= */

.lp-info {
  background-color: #881B51;
  color: #ffffff;
  padding: 100px 20px;
  position: relative;
  overflow: visible;
}

.lp-info__inner {
  margin: 0 auto;
  padding: 0px 6%;
  max-width: 1400px;
}

.lp-info__content {
  max-width: 720px;
}

.lp-info h2 {
  color: #FFF;
  font-size: 57.427px;
  font-weight: 600;
  line-height: 90%;
  letter-spacing: -1.423px;
  margin: 0 0 18px;
}

.lp-info p {
  color: #FFF;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: -0.3px;
  margin: 0 0 18px;
}

.lp-info__flower {
  position: absolute;
  right: -240px;
  top: -280px;
  width: 1060px;
  height: auto;
  z-index: 3;
  pointer-events: none;
}

.lp-info__flower img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  opacity: 0.35;
  filter: brightness(0.1) saturate(10);
}

/* ensure content sits above flower */
.lp-info__inner,
.lp-info__content {
  position: relative;
  z-index: 4;
}

/* ===============================
   Guide Section (white section)
================================= */

.lp-guide {
  background: #ffffff;
  padding: 90px 0;
}

.lp-guide__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 6%;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: center;
}

.lp-guide__content h2 {
  color: #881B51;
  font-size: 47.427px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -1.423px;
  margin: 0 0 22px;
}

.lp-guide__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lp-guide__list li {
  position: relative;
  color: #333333;
  font-size: 24px;
  line-height: 1.55;
  margin: 0 0 20px;
  padding-left: 18px;
}

/* Super small custom dot */
.lp-guide__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 5px;
  height: 5px;
  background-color: #333;
  border-radius: 50%;
}

.lp-guide__media img {
  width: 100%;
  max-width: 589px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  margin-left: auto;
}

/* Responsive (layout only) */
@media (max-width: 64em) {
  .lp-guide__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .lp-guide__media img {
    margin-left: 0;
    max-width: 520px;
  }
  .lp-info__flower {
  position: absolute;
  right: -140px;
  top: -180px;
  width: 460px;
  height: auto;
  z-index: 3;
  pointer-events: none;
}
}

/* ===============================
   Quote Section
================================= */

.lp-quote {
  background: #ffffff;
  padding: 80px 0 90px;
  text-align: center;
}

.lp-quote__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 6%;
}

.lp-quote__text {
  color: #881B51;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.35;
  margin: 0;
}

.lp-quote__text em {
  font-style: italic;
  display: block;
  margin-top: 8px;
}

.lp-quote__line {
  display: block;
  width: 250px;
  height: 8px;
  background: #881B51;
  margin: 30px auto 0;
}

/* ===============================
   Helpful If Section
================================= */

.lp-helpful {
  background: #ffffff;
  padding: 90px 0;
}

.lp-helpful__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 6%;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 90px;
  align-items: center;
}

.lp-helpful__media img {
  width: 100%;
  max-width: 520px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

.lp-helpful__content h2 {
  color: #881B51;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 22px;
}

/* list with tiny dots */
.lp-helpful__list {
  list-style: none;
  margin: 0 0 26px;
  padding: 0;
}

.lp-helpful__list li {
  position: relative;
  color: #333333;
  font-size: 22px;
  line-height: 1.55;
  margin: 0 0 18px;
  padding-left: 18px;
}

.lp-helpful__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #333;
}

/* closing note */
.lp-helpful__note {
  color: #881B51;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0;
}

/* Responsive (layout only) */
@media (max-width: 64em) {
  .lp-helpful__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .lp-helpful__media img {
    max-width: 560px;
  }
}

/* ===============================
   Why Section (light card + flower)
================================= */

.lp-why {
  background: #ffffff;
  padding: 90px 0 120px;
}

.lp-why__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 6%;
  position: relative;
}

.lp-why__card {
  background: #f7eff3;
  max-width: 1020px;
  margin: 0 auto;
  padding: 70px 90px;
  text-align: center;
}

.lp-why__card h2 {
  margin: 0 0 22px;
  color: #881B51;
  font-size: 55px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.8px;
}

.lp-why__card h2 em {
  font-style: italic;
  font-weight: 500;
}

.lp-why__card p {
  margin: 0 0 18px;
  color: #1E1E1E;
  font-size: 26px;
  line-height: 125%;
  letter-spacing: -0.3px;
}

.lp-why__emphasis {
  margin-top: 18px;
  color: #881B51;
  font-size: 18px;
  line-height: 1.55;
}

.lp-why__emphasis strong em {
  font-style: italic;
  font-weight: 700;
  color: #881B51;
}

.lp-why__card .lp-btn--primary {
  margin-top: 22px;
}

/* Flower bottom-right */
.lp-why__flower {
  position: absolute;
  right: 90px;
  bottom: -70px;
  width: 140px;
  height: 140px;
  pointer-events: none;
}

.lp-why__flower img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* Responsive (layout only) */
@media (max-width: 64em) {
  .lp-why__card {
    padding: 55px 40px;
  }

  .lp-why__flower {
    right: 20px;
    bottom: -40px;
    width: 110px;
    height: 110px;
  }
}

/* ===============================
   Gentle Next Step (form section)
================================= */

.lp-nextstep {
  background: #ffffff;
  padding: 90px 0 80px;
  text-align: center;
}

.lp-nextstep__inner {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 6%;
}

.lp-nextstep__title {
  color: #881B51;
  font-size: 47.427px;
  font-weight: 600;
  line-height: 90%;
  letter-spacing: -1.423px;
  margin: 0 0 12px;
}

.lp-nextstep__subtitle {
  color: #1E1E1E;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: -0.3px;
  margin: 0 0 28px;
}

/* Form slot container */
.lp-nextstep__form {
  max-width: 1000px;
  margin: 0 auto 34px;
  text-align: left;
}

/* Helpful baseline styling for common form markup */
.lp-nextstep__form input[type="text"],
.lp-nextstep__form input[type="email"],
.lp-nextstep__form input[type="tel"],
.lp-nextstep__form textarea,
.lp-nextstep__form select {
  width: 100%;
  box-sizing: border-box;
  background-color: #efefef !important;
  border: 0;
  padding: 14px 16px;
  font-size: 16px;
  margin-bottom: 16px;
  border-radius: 0;
  outline: none;
}

.lp-nextstep__form .gform_wrapper.gravity-theme .gform_footer {
  display: flex;
  justify-content: center;
}

.lp-nextstep__form textarea {
  min-height: 140px;
  resize: vertical;
}

/* Labels */
.lp-nextstep__form label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #333333;
  margin: 0 0 6px;
  text-transform: none;
}

.lp-nextstep__form .required,
.lp-nextstep__form .gfield_required,
.lp-nextstep__form .wpforms-required-label {
  color: #881B51;
  font-weight: 700;
}

/* Submit button */
.lp-nextstep__form button,
.lp-nextstep__form input[type="submit"],
.lp-nextstep__form .gform_button,
.lp-nextstep__form .wpforms-submit {
  display: inline-block;
  background-color: #881B51;
  color: #ffffff;
  border: 0;
  padding: 14px 28px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.4px;
  min-width: 300px;
  text-transform: uppercase;
  cursor: pointer;
}

.lp-nextstep__form button:hover,
.lp-nextstep__form input[type="submit"]:hover,
.lp-nextstep__form .gform_button:hover,
.lp-nextstep__form .wpforms-submit:hover {
  opacity: 0.8;
  background-color: #881B51;
}

/* Footer lines under the form */
.lp-nextstep__footer {
  margin-top: 18px;
  text-align: center;
}

.lp-nextstep__footer-top {
  color: #881B51;
  font-size: 22px;
  margin: 0;
}

.lp-nextstep__footer-bottom {
  color: #000000;
  font-size: 22px;
  margin: 0;
}

/* ===============================
   Certifications Row
================================= */

.lp-certs {
  background: #ffffff;
  padding: 45px 0;
}

.lp-certs__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 6%;
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: center;
}

.lp-certs__text {
  width: 25%;
}

.lp-certs__text h3 {
  color: #881B51;
  font-size: 40px;
  font-weight: 700;
  margin: 0 0 8px;
}

.lp-certs__text p {
  color: #333333;
  font-size: 24px;
  margin: 0;
}

/* logos */
.lp-certs__logos {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 70px;
}

.lp-certs__logo {
  display: block;
  width: auto;
}

/* Responsive (layout only) */
@media (max-width: 40em) {
  .lp-certs__inner {
    flex-direction: column;
    text-align: center;
  }

  .lp-certs__text {
    width: auto;
  }

  .lp-certs__logos {
    justify-content: center;
    gap: 40px;
  }
}

/* =====================================
   RESPONSIVE TYPE SCALING
   Breakpoints: 90em, 75em, 64em, 40em
   (Place at the very bottom of the CSS)
===================================== */

/* 90em (≤ 1440px) */
@media (max-width: 90em) {
  .lp-hero h1 { font-size: 60px; }
  .lp-hero__subtext,
  .lp-hero__note { font-size: 26px; }

  .lp-info h2 { font-size: 50px; }
  .lp-info p { font-size: 24px; }

  .lp-guide__content h2 { font-size: 42px; }
  .lp-guide__list li { font-size: 22px; }

  .lp-quote__text { font-size: 44px; }

  .lp-helpful__content h2 { font-size: 34px; }
  .lp-helpful__list li { font-size: 20px; }
  .lp-helpful__note { font-size: 20px; }

  .lp-why__card h2 { font-size: 48px; }
  .lp-why__card p { font-size: 22px; }

  .lp-nextstep__title { font-size: 42px; }
  .lp-nextstep__subtitle { font-size: 22px; }

  .lp-certs__text h3 { font-size: 32px; }
  .lp-certs__text p { font-size: 20px; }
}

/* 75em (≤ 1200px) */
@media (max-width: 75em) {
  .lp-hero h1 { font-size: 52px; }
  .lp-hero__subtext,
  .lp-hero__note { font-size: 22px; }

  .lp-info h2 { font-size: 44px; }
  .lp-info p { font-size: 20px; }

  .lp-guide__content h2 { font-size: 36px; }
  .lp-guide__list li { font-size: 20px; }

  .lp-quote__text { font-size: 38px; }

  .lp-helpful__content h2 { font-size: 30px; }
  .lp-helpful__list li { font-size: 18px; }
  .lp-helpful__note { font-size: 18px; }

  .lp-why__card h2 { font-size: 40px; }
  .lp-why__card p { font-size: 20px; }

  .lp-nextstep__title { font-size: 36px; }
  .lp-nextstep__subtitle { font-size: 20px; }

  .lp-certs__text h3 { font-size: 28px; }
  .lp-certs__text p { font-size: 18px; }
}

/* 64em (≤ 1024px) */
@media (max-width: 64em) {
  .lp-hero h1 { font-size: 44px; }
  .lp-hero__subtext,
  .lp-hero__note { font-size: 18px; }

  .lp-hero__content {
    padding: 120px 6% 120px; /* layout adjustment for narrower screens */
  }

  .lp-info h2 { font-size: 36px; }
  .lp-info p { font-size: 18px; }

  .lp-guide__content h2 { font-size: 30px; }
  .lp-guide__list li { font-size: 18px; }

  .lp-quote__text { font-size: 32px; }

  .lp-helpful__content h2 { font-size: 26px; }
  .lp-helpful__list li { font-size: 16px; }
  .lp-helpful__note { font-size: 16px; }

  .lp-why__card h2 { font-size: 32px; }
  .lp-why__card p { font-size: 18px; }

  .lp-nextstep__title { font-size: 30px; }
  .lp-nextstep__subtitle { font-size: 18px; }

  .lp-certs__text h3 { font-size: 24px; }
  .lp-certs__text p { font-size: 16px; }
}

/* 40em (≤ 640px) */
@media (max-width: 40em) {
  .lp-hero h1 { font-size: 30px; line-height: 1.1; letter-spacing: -1px; }
  .lp-hero__subtext,
  .lp-hero__note { font-size: 16px; }

  .lp-hero__content {
    padding: 100px 7% 90px; /* layout adjustment for mobile */
  }

  .lp-info {
    padding: 70px 20px;
  }

  .lp-info h2 { font-size: 28px; }
  .lp-info p { font-size: 16px; }

  .lp-guide__content h2 { font-size: 24px; }
  .lp-guide__list li { font-size: 16px; }

  .lp-quote__text { font-size: 24px; }
  .lp-quote__line { width: 120px; height: 4px; }

  .lp-helpful__content h2 { font-size: 22px; }
  .lp-helpful__list li { font-size: 15px; }
  .lp-helpful__note { font-size: 15px; }

  .lp-why__card h2 { font-size: 24px; }
  .lp-why__card p { font-size: 16px; }

  .lp-nextstep__title { font-size: 24px; }
  .lp-nextstep__subtitle { font-size: 16px; }

  .lp-nextstep__form button,
  .lp-nextstep__form input[type="submit"],
  .lp-nextstep__form .gform_button {
    min-width: auto;
    width: 100%;
  }
}