/* 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;
}

.page-id-1376 .fusion-header-wrapper {
  background-color: #880f50 !important;
}

/* ===============================
   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, 1) 70%, rgba(136, 27, 81, 1) 100%);
}

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

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

.lp-hero h1 {
color: #FFF;
font-size: 36px;
font-weight: 300;
line-height: 90%; /* 67.884px */
letter-spacing: -2.263px;
}

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

.lp-hero__subtext {
color: #FFF;
font-size: 16px;
font-weight: 400;
line-height: 125%; /* 37.5px */
}

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

/* Smooth blend from hero into the next section */
.lp-hero {
  position: relative; /* already have, but ensure it stays */
}

.lp-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 180px;              /* adjust 180–280 if needed */
  z-index: 3;                 /* above image + overlay, below content if we set pointer-events */
  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; /* allow flower to bleed outside */
}

.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: 26px;
font-weight: 600;
line-height: 90%; /* 42.684px */
letter-spacing: -1.423px;
}

.lp-info p {
color: #FFF;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 125%; /* 37.5px */
letter-spacing: -0.3px;

}


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

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

  opacity: 0.35; /* transparency */
  filter: brightness(0.1) saturate(10);
}



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


/* ===============================
   Responsive
================================= */

@media (max-width: 40em) {
  .lp-info {
    padding: 70px 20px;
  }
  .lp-hero__note {
font-size: 18px;
}
}

@media print, screen and (min-width:40em){
    .lp-hero h1 {
    font-size: 38px;
    line-height: 100%; /* 67.884px */
  }
    .lp-hero__subtext {
    font-size: 18px;
  }
      .lp-hero__content {
      padding: 110px 6% 80px 6%;
  }
    .lp-hero__note {
    font-size: 22px;
  }
  .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 {
      padding: 110px 6% 200px 40%;
  }
      .lp-info h2 {
    font-size: 32px;
  }
    .lp-info p {
    font-size: 20px;
  }
}
@media print, screen and (min-width:64em){
    .lp-hero h1 {
    font-size: 46px;
  }
    .lp-hero__subtext {
    font-size: 22px;
  }

    .lp-info__flower {
      right: -240px;
      top: -280px;
      width: 660px;
  }
    .lp-hero__note {
font-size: 26px;
}
    .lp-hero__content {
      padding: 110px 6% 200px 50%;
  }
    .lp-info h2 {
    font-size: 42px;
  }
    .lp-info p {
    font-size: 22px;
  }
}
@media print, screen and (min-width:75em){
    .lp-hero h1 {
    font-size: 56px;
  }
    .lp-hero__subtext {
    font-size: 30px;
  }
  .lp-hero__note {
font-size: 30px;
}
    .lp-info h2 {
    font-size: 50px;
  }
    .lp-info p {
    font-size: 24px;
  }
}
@media print, screen and (min-width:90em){
    .lp-hero h1 {
    font-size: 70px;
  }
    .lp-info__flower {
      right: -240px;
      top: -280px;
      width: 1060px;
  }
    .lp-info h2 {
    font-size: 57.427px;
  }
  .lp-info p {
    font-size: 28px;
  }
}



/* ===============================
   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: 30px;
font-style: normal;
font-weight: 600;
line-height: 120%; /* 56.912px */
letter-spacing: -1.423px;
}

.lp-guide__list {
  list-style: none;       /* remove default bullets */
  margin: 0;
  padding: 0;
}

.lp-guide__list li {
  position: relative;
  color: #333333;
  font-size: 16px;
  line-height: 1.55;
  margin: 0 0 20px;
  padding-left: 18px;     /* space for tiny dot */
}

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


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

@media print, screen and (min-width:40em){

}

@media print, screen and (min-width:64em){
.lp-guide__content h2 {
font-size: 38px;
}
.lp-guide__list li {
  font-size: 20px;
}
  .lp-guide__media img {
    margin-left: 0;
    max-width: 589px;
  }
}

@media print, screen and (min-width:75em){

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

@media print, screen and (min-width:90em){
.lp-guide__content h2 {
font-size: 47.427px;
}
.lp-guide__list li {
  font-size: 24px;
}
}

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

@media (max-width: 768px) {
  .lp-guide {
    padding: 70px 0;
  }
}


/* ===============================
   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: 28px;
  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: 4px;
  background: #881B51;
  margin: 30px auto 0;
}

@media print, screen and (min-width:40em){
  .lp-quote__text {
  font-size: 32px;
}
}
@media print, screen and (min-width:64em){
    .lp-quote__text {
  font-size: 36px;
}
.lp-quote__line {
  width: 250px;
  height: 8px;
}
}
@media print, screen and (min-width:75em){
    .lp-quote__text {
  font-size: 42px;
}
}
@media print, screen and (min-width:90em){
  .lp-quote__text {
  font-size: 50px;
}
}


/* ===============================
   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: 400px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  margin: 0px auto;
}

.lp-helpful__content h2 {
  color: #881B51;
  font-size: 30px;
  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: 16px;
  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: 18px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0;
}

@media print, screen and (min-width:40em){

}

@media print, screen and (min-width:64em){
.lp-helpful__content h2 {
font-size: 38px;
}
.lp-helpful__list li {
  font-size: 20px;
}
  .lp-helpful__media img {
    margin-left: 0;
    max-width: 589px;
  }
  .lp-helpful__note {
  font-size: 20px;
}
}

@media print, screen and (min-width:75em){

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

@media print, screen and (min-width:90em){
.lp-helpful__content h2 {
font-size: 47.427px;
}
.lp-helpful__list li {
  font-size: 24px;
}
}

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

@media (max-width: 768px) {
  .lp-helpful {
    padding: 70px 0;
  }

  .lp-helpful__content h2 {
    font-size: 30px;
  }

  .lp-helpful__list li,
  .lp-helpful__note {
    font-size: 16px;
  }
}


/* ===============================
   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: 30px;
  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: 16px;
  line-height: 125%; /* 37.5px */
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: 00px;
    bottom: -60px;
    width: 110px;
    height: 110px;
  pointer-events: none;
}


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

@media print, screen and (min-width:40em){

.lp-why__card h2 {
  font-size: 36px;
}
  .lp-why__card p {
  font-size: 20px;
}
.lp-why__flower {
    right: 00px;
    bottom: -40px;
}
}

@media print, screen and (min-width:64em){
.lp-why__card h2 {
  font-size: 42px;
}
.lp-why__flower {
  right: 90px;
  bottom: -70px;
}
  
}
@media print, screen and (min-width:75em){
.lp-why__card h2 {
  font-size: 48px;
}  .lp-why__card p {
  font-size: 22px;
}
  
}
@media print, screen and (min-width:90em){
.lp-why__card h2 {
  font-size: 55px;
}
  .lp-why__card p {
  font-size: 26px;
}
}

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

}

@media (max-width: 768px) {
  .lp-why {
    padding: 70px 0 100px;
  }

  .lp-why__card p,
  .lp-why__emphasis {
    font-size: 16px;
  }
}

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

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

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

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

.lp-nextstep__subtitle {
  color: #1E1E1E;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 37.5px */
  letter-spacing: -0.3px;
}

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

.form-builder--wrap{
  box-shadow: unset !important;
  border-color: unset !important;
  max-width: unset !important;
  border: 0px none #FFF !important;
  background-color: unset !important;
}


/* 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;
}

@media print, screen and (min-width:40em){
      .lp-nextstep__title {
  font-size: 32px;
}

}
@media print, screen and (min-width:64em){
      .lp-nextstep__title {
  font-size: 38px;
}

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

@media print, screen and (min-width:75em){
    .lp-nextstep__title {
  font-size: 42px;
}

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

@media print, screen and (min-width:90em){
  .lp-nextstep__title {
  font-size: 47.427px;
}

.lp-nextstep__subtitle {
  font-size: 26px;
}
}


/* Responsive */
@media (max-width: 768px) {
  .lp-nextstep {
    padding: 70px 0 60px;
  }

  .lp-nextstep__footer-bottom {
    font-size: 16px;
  }
}

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

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

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

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

.lp-certs__text{
  width: 100%;
}

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

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

.lp-certs__logo {
  display: block;
  width: auto;
}
@media print, screen and (min-width:40em){


.lp-certs__text p {
  font-size: 18px;
}
.lp-certs__logos {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 70px;
  flex-direction: row;
}
.lp-certs__text{
  width: 50%;
}
}
@media print, screen and (min-width:64em){


.lp-certs__text p {
  font-size: 20px;
}
.lp-certs__inner {
  flex-direction: row;
}

}
@media print, screen and (min-width:75em){
    .lp-certs__text h3 {
  font-size: 34px;
}


.lp-certs__text p {
  font-size: 24px;
}
}
@media print, screen and (min-width:90em){
  .lp-certs__text h3 {
  font-size: 40px;
}

.lp-certs__text p {
  font-size: 24px;
}
.lp-certs__text{
  width: 25%;
}
}

/* Responsive */
@media (max-width: 768px) {
  .lp-certs__inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

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