/* =========================================================
   QUALITY PAGE ONLY
   Existing header/footer remain in style.css
========================================================= */


/* =========================================================
   PAGE
========================================================= */

.qp-page{
  width:100%;
  padding:18px 22px 70px;
  overflow:hidden;
  background:#fff;
}


/* =========================================================
   SECTION 01 - HERO
========================================================= */

.qp-hero{
  position:relative;

  width:min(1420px,100%);
  min-height:600px;

  display:grid;
  grid-template-columns:.92fr 1.08fr;

  margin:0 auto;

  overflow:hidden;

  border-radius:30px;

  background:
    radial-gradient(
      circle at 15% 38%,
      rgba(198,234,186,.42),
      transparent 42%
    ),
    #f7fbf5;
}


/* HERO COPY */

.qp-hero__copy{
  position:relative;
  z-index:3;

  display:flex;
  flex-direction:column;
  justify-content:center;

  padding:100px 45px 65px 68px;
}


/* KICKER */

.qp-kicker-row{
  display:flex;
  align-items:center;
  gap:12px;

  color:#367d2c;
}


.qp-kicker{
  font-family: "DM Sans", sans-serif;

  font-size:13px;
  font-weight:700;

  letter-spacing:.4px;

  text-transform:uppercase;
}


.qp-kicker-line{
  width:65px;
  height:1px;

  background:#7cad70;
}


/* TITLE */

.qp-hero h1{
  max-width:530px;

  margin:28px 0 0;

  font-family: "DM Sans", sans-serif;

  font-size:76px;
  font-weight:400;

  line-height:.92;

  letter-spacing:-2px;

  color:#1d2721;
}


.qp-hero h1 span{
  display:block;

  color:#39842e;
}


/* MARK */

.qp-title-mark{
  display:flex;
  align-items:center;

  gap:11px;

  margin-top:25px;

  color:#468f38;
}


.qp-title-mark span{
  width:54px;
  height:1px;

  background:#619d55;
}


/* DESCRIPTION */

.qp-hero__copy > p{
  max-width:540px;

  margin:26px 0 0;

  color:#526159;

  font-family: "DM Sans", sans-serif;

  font-size:15px;

  line-height:1.8;
}


/* =========================================================
   HERO IMAGE

   SOURCE:
   1600 × 1100 PX
========================================================= */

.qp-hero__visual{
  position:relative;

  width:100%;
  height:600px;

  overflow:hidden;

  border-radius:
    240px 0 0 240px;
}


.qp-hero__visual img{
  width:100%;
  height:100%;

  display:block;

  object-fit:cover;

  object-position:center;

  transition:transform .8s ease;
}


.qp-hero:hover
.qp-hero__visual img{
  transform:scale(1.025);
}


.qp-hero__accent{
  position:absolute;

  left:0;
  top:0;

  width:12px;
  height:100%;

  border-radius:50%;

  background:
    linear-gradient(
      180deg,
      #286c28,
      #4a9638
    );
}


/* =========================================================
   SECTION 02 - HIGHLIGHTS WRAPPER
========================================================= */

.qp-highlights-section{
  width:100%;

  padding-top:0;
}


/* HIGHLIGHTS */

.qp-highlights{
  position:relative;
  z-index:5;

  width:min(
    1360px,
    calc(100% - 55px)
  );

  display:grid;

  grid-template-columns:
    repeat(4,minmax(0,1fr));

  margin:-22px auto 0;

  padding:20px 18px;

  border:
    1px solid rgba(52,99,50,.10);

  border-radius:22px;

  background:#fff;

  box-shadow:
    0 18px 45px rgba(41,72,43,.08);
}


/* ITEM */

.qp-highlight{
  position:relative;

  display:grid;

  grid-template-columns:
    78px 1fr;

  gap:17px;

  align-items:center;

  min-height:112px;

  padding:10px 20px;
}


.qp-highlight:not(:last-child)::after{
  content:"";

  position:absolute;

  right:0;
  top:18px;
  bottom:18px;

  width:1px;

  background:#e0e9dd;
}


/* ICON */

.qp-highlight__icon{
  display:grid;
  place-items:center;

  width:72px;
  height:72px;

  border:
    1px solid #d6e7d2;

  border-radius:50%;

  background:#edf6e9;

  color:#2d7727;

  font-size:28px;
}


/* COPY */

.qp-highlight__copy h3{
  margin:0;

  color:#1d2b23;

  font-size:14px;
  font-weight:600;

  line-height:1.45;
}


.qp-highlight__line{
  display:block;

  width:30px;
  height:2px;

  margin-top:13px;

  background:#428d35;
}


/* =========================================================
   SECTION 03 - INTRO
========================================================= */

.qp-intro-section{
  width:100%;

  padding-top:34px;
}


.qp-intro-card{
  position:relative;

  width:min(1320px,100%);

  display:grid;

  grid-template-columns:
    90px 1fr 120px;

  gap:26px;

  align-items:center;

  margin:0 auto;

  padding:30px 34px;

  overflow:hidden;

  border:
    1px solid #e0eadc;

  border-left:
    5px solid #3c8f30;

  border-radius:
    8px 20px 20px 8px;

  background:
    linear-gradient(
      95deg,
      #f3f8f0 0%,
      #fbfdfb 65%,
      #f0f7ed 100%
    );
}


/* ICON */

.qp-intro-card__icon{
  display:grid;
  place-items:center;

  width:76px;
  height:76px;

  border-radius:50%;

  background:#e6f2e2;

  color:#2e7827;

  font-size:30px;
}


/* LABEL */

.qp-section-label{
  display:inline-block;

  color:#397f2e;

  font-size:12px;
  font-weight:700;

  letter-spacing:.4px;

  text-transform:uppercase;
}


/* TEXT */

.qp-intro-card__copy p{
  max-width:980px;

  margin:10px 0 0;

  color:#48574f;

  font-size:14px;

  line-height:1.75;
}


/* DECORATION */

.qp-intro-card__decoration{
  display:grid;
  place-items:center;

  width:105px;
  height:105px;

  border-radius:50%;

  background:rgba(218,238,211,.50);

  color:rgba(61,132,48,.30);

  font-size:54px;
}


/* =========================================================
   SECTION 04 - APPROACH HEADING
========================================================= */

.qp-approach-head-section{
  width:100%;

  padding-top:70px;
}


.qp-approach-head{
  max-width:760px;

  margin:0 auto;

  text-align:center;
}


.qp-approach-head h2{
  margin:14px 0 0;

  font-family: "DM Sans", sans-serif;

  font-size:50px;
  font-weight:400;

  line-height:1;

  color:#1f2921;
}


.qp-approach-head h2 span{
  color:#367f2d;
}


/* MARK */

.qp-heading-mark{
  display:flex;

  align-items:center;
  justify-content:center;

  gap:10px;

  margin-top:14px;

  color:#428e35;
}


.qp-heading-mark span{
  width:48px;
  height:1px;

  background:#78aa6c;
}


/* TEXT */

.qp-approach-head p{
  max-width:670px;

  margin:14px auto 0;

  color:#58685f;

  font-size:14px;

  line-height:1.65;
}


/* =========================================================
   SECTION 05 - PROCESS
========================================================= */

.qp-process-section{
  width:100%;

  padding-top:40px;
}


.qp-process{
  width:min(1320px,100%);

  display:grid;

  grid-template-columns:
    minmax(0,1fr)
    50px
    minmax(0,1fr);

  gap:20px;

  margin:0 auto;
}


/* COLUMNS */

.qp-process__column{
  display:flex;

  flex-direction:column;

  gap:18px;
}


/* =========================================================
   STEP CARD
========================================================= */

.qp-step{
  position:relative;

  min-height:160px;

  display:grid;

  grid-template-columns:
    48px 88px 1fr;

  gap:17px;

  align-items:center;

  padding:
    20px 24px 20px 16px;

  border:
    1px solid #dde8da;

  border-radius:
    18px 18px 18px 6px;

  background:#fff;

  box-shadow:
    0 10px 28px rgba(43,74,45,.05);

  transition:
    transform .3s ease,
    box-shadow .3s ease,
    border-color .3s ease;
}


.qp-step:hover{
  transform:translateY(-4px);

  border-color:#c7dec1;

  box-shadow:
    0 16px 38px rgba(43,74,45,.10);
}


/* NUMBER */

.qp-step__number{
  display:grid;
  place-items:center;

  width:42px;
  height:42px;

  border-radius:
    10px 10px 10px 2px;

  background:#2c7426;

  color:#fff;

  font-size:14px;
  font-weight:700;
}


/* ICON */

.qp-step__icon{
  display:grid;
  place-items:center;

  width:78px;
  height:78px;

  border:
    1px solid #d2e4cd;

  border-radius:50%;

  background:#eff7ec;

  color:#2b7426;

  font-size:30px;
}


/* HEADING */

.qp-step__content h3{
  margin:0;

  color:#285f27;

  font-size:15px;
  font-weight:700;
}


/* TEXT */

.qp-step__content p{
  margin:8px 0 0;

  color:#4b5a52;

  font-size:13px;

  line-height:1.65;
}


/* =========================================================
   CENTER LINE
========================================================= */

.qp-process__center{
  display:flex;

  flex-direction:column;

  align-items:center;
  justify-content:center;

  gap:8px;
}


.qp-process__center-line{
  flex:1;

  width:1px;

  min-height:220px;

  background:
    linear-gradient(
      180deg,
      rgba(71,139,58,.15),
      rgba(71,139,58,.55),
      rgba(71,139,58,.15)
    );
}


.qp-process__center-dot{
  width:8px;
  height:8px;

  border-radius:50%;

  background:#468d37;
}


.qp-process__center-icon{
  display:grid;

  place-items:center;

  width:40px;
  height:40px;

  border:
    1px solid #cde0c8;

  border-radius:50%;

  background:#eff7ec;

  color:#3f8b34;

  font-size:16px;
}


/* =========================================================
   SECTION 06 - PROMISE
========================================================= */

.qp-promise-section{
  width:100%;

  padding-top:55px;
}


.qp-promise{
  position:relative;

  width:min(1360px,100%);
  min-height:225px;

  display:grid;

  grid-template-columns:
    135px 1fr 220px;

  gap:30px;

  align-items:center;

  margin:0 auto;

  padding:32px 42px;

  overflow:hidden;

  border-radius:
    28px 28px 28px 8px;

  background:
    linear-gradient(
      110deg,
      #173f24 0%,
      #225a29 52%,
      #397f31 100%
    );

  color:#fff;

  box-shadow:
    0 18px 42px rgba(31,72,34,.15);
}


/* DECORATIVE CIRCLES */

.qp-promise::before{
  content:"";

  position:absolute;

  right:80px;
  top:-130px;

  width:400px;
  height:400px;

  border:
    1px solid rgba(255,255,255,.08);

  border-radius:50%;

  box-shadow:
    0 0 0 50px rgba(255,255,255,.02),
    0 0 0 100px rgba(255,255,255,.013);
}


/* BADGE */

.qp-promise__badge{
  position:relative;
  z-index:2;

  display:grid;
  place-items:center;

  width:110px;
  height:110px;

  color:#edf7e8;

  font-size:90px;
}


.qp-promise__badge span{
  position:absolute;

  display:grid;
  place-items:center;

  width:43px;
  height:43px;

  border-radius:50%;

  background:#fff;

  color:#2d7729;

  font-size:18px;
}


/* CONTENT */

.qp-promise__content{
  position:relative;
  z-index:2;
}


.qp-promise__eyebrow{
  display:block;

  margin-bottom:10px;

  color:#cce3c5;

  font-size:12px;
  font-weight:700;

  letter-spacing:.5px;

  text-transform:uppercase;
}


.qp-promise__content p{
  max-width:720px;

  margin:0;

  color:rgba(255,255,255,.95);

  font-size:17px;

  line-height:1.7;
}


/* VISUAL */

.qp-promise__visual{
  position:relative;
  z-index:2;

  display:flex;

  align-items:flex-end;
  justify-content:center;

  gap:18px;

  color:rgba(236,246,231,.72);
}


.qp-promise__visual i:nth-child(1){
  font-size:78px;
}


.qp-promise__visual i:nth-child(2){
  font-size:56px;
}


.qp-promise__visual i:nth-child(3){
  font-size:66px;
}


/* =========================================================
   SAFE VISIBILITY / ANIMATION
   Content stays visible even if JS fails
========================================================= */

.qp-hero__copy,
.qp-hero__visual,
.qp-highlights,
.qp-intro-card,
.qp-approach-head,
.qp-step,
.qp-promise{
  opacity:1 !important;
  visibility:visible !important;
  transform:none !important;
}

.qp-animate{
  animation:qpFadeUp .7s ease both;
}

@keyframes qpFadeUp{
  from{
    opacity:0;
    transform:translateY(28px);
  }
  to{
    opacity:1;
    transform:translateY(0);
  }
}

/* =========================================================
   LAPTOP
========================================================= */

@media(max-width:1200px){

  .qp-hero{
    grid-template-columns:
      .96fr 1.04fr;
  }


  .qp-hero__copy{
    padding:
      100px 35px 60px 48px;
  }


  .qp-hero h1{
    font-size:65px;
  }


  .qp-highlight{
    grid-template-columns:
      62px 1fr;

    padding:
      10px 13px;
  }


  .qp-highlight__icon{
    width:60px;
    height:60px;

    font-size:24px;
  }


  .qp-step{
    grid-template-columns:
      42px 70px 1fr;

    gap:13px;

    padding:
      18px 16px;
  }


  .qp-step__icon{
    width:65px;
    height:65px;

    font-size:25px;
  }

}


/* =========================================================
   TABLET
========================================================= */

@media(max-width:980px){

  .qp-page{
    padding:
      12px 14px 55px;
  }


  /* HERO */

  .qp-hero{
    grid-template-columns:1fr;

    min-height:auto;
  }


  .qp-hero__copy{
    align-items:center;

    padding:
      100px 35px 45px;

    text-align:center;
  }


  .qp-kicker-row,
  .qp-title-mark{
    justify-content:center;
  }


  .qp-hero h1{
    max-width:650px;

    font-size:60px;
  }


  .qp-hero__copy > p{
    max-width:650px;
  }


  .qp-hero__visual{
    width:
      calc(100% - 30px);

    height:470px;

    margin:
      0 15px 15px;

    border-radius:22px;
  }


  .qp-hero__accent{
    display:none;
  }


  /* HIGHLIGHTS */

  .qp-highlights{
    width:100%;

    grid-template-columns:
      repeat(2,1fr);

    margin-top:18px;
  }


  .qp-highlight:nth-child(2)::after{
    display:none;
  }


  .qp-highlight:nth-child(1),
  .qp-highlight:nth-child(2){
    border-bottom:
      1px solid #e2e9df;
  }


  /* INTRO */

  .qp-intro-card{
    grid-template-columns:
      80px 1fr;
  }


  .qp-intro-card__decoration{
    display:none;
  }


  /* PROCESS */

  .qp-process{
    grid-template-columns:1fr;

    gap:18px;
  }


  .qp-process__center{
    display:none;
  }


  /* PROMISE */

  .qp-promise{
    grid-template-columns:
      110px 1fr;
  }


  .qp-promise__visual{
    grid-column:
      1 / -1;

    margin-top:5px;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media(max-width:620px){

  .qp-page{
    padding:
      8px 8px 45px;
  }


  /* HERO */

  .qp-hero{
    border-radius:22px;
  }


  .qp-hero__copy{
    padding:
      100px 20px 35px;
  }


  .qp-kicker{
    font-size:12px;
  }


  .qp-kicker-line{
    width:35px;
  }


  .qp-hero h1{
    margin-top:22px;

    font-size:48px;

    line-height:.95;

    letter-spacing:-1px;
  }


  .qp-hero__copy > p{
    font-size:14px;

    line-height:1.7;
  }


  /*
     HERO SOURCE IMAGE:
     1600 × 1100 PX
  */

  .qp-hero__visual{
    width:
      calc(100% - 18px);

    height:330px;

    margin:
      0 9px 9px;

    border-radius:17px;
  }


  /* HIGHLIGHTS */

  .qp-highlights{
    grid-template-columns:1fr;

    padding:10px;

    border-radius:18px;
  }


  .qp-highlight{
    grid-template-columns:
      56px 1fr;

    min-height:88px;

    padding:
      12px 10px;
  }


  .qp-highlight:not(:last-child)::after{
    left:10px;
    right:10px;

    top:auto;
    bottom:0;

    width:auto;
    height:1px;
  }


  .qp-highlight__icon{
    width:52px;
    height:52px;

    font-size:21px;
  }


  .qp-highlight__copy h3{
    font-size:13px;
  }


  /* INTRO */

  .qp-intro-section{
    padding-top:20px;
  }


  .qp-intro-card{
    grid-template-columns:1fr;

    padding:
      27px 20px;

    text-align:center;
  }


  .qp-intro-card__icon{
    margin:auto;
  }


  .qp-intro-card__copy p{
    font-size:13px;
  }


  /* APPROACH */

  .qp-approach-head-section{
    padding-top:55px;
  }


  .qp-approach-head{
    padding:0 15px;
  }


  .qp-approach-head h2{
    font-size:39px;
  }


  .qp-approach-head p{
    font-size:13px;
  }


  /* PROCESS */

  .qp-process-section{
    padding-top:30px;
  }


  .qp-step{
    grid-template-columns:
      42px 62px 1fr;

    min-height:auto;

    gap:11px;

    padding:
      16px 13px;
  }


  .qp-step__icon{
    width:58px;
    height:58px;

    font-size:22px;
  }


  .qp-step__content h3{
    font-size:14px;
  }


  .qp-step__content p{
    font-size:12px;
  }


  /* PROMISE */

  .qp-promise-section{
    padding-top:40px;
  }


  .qp-promise{
    grid-template-columns:1fr;

    min-height:auto;

    padding:
      35px 22px;

    text-align:center;
  }


  .qp-promise__badge{
    width:90px;
    height:90px;

    margin:auto;

    font-size:70px;
  }


  .qp-promise__content p{
    font-size:14px;
  }


  .qp-promise__visual{
    margin-top:13px;
  }


  .qp-promise__visual i:nth-child(1){
    font-size:55px;
  }


  .qp-promise__visual i:nth-child(2){
    font-size:40px;
  }


  .qp-promise__visual i:nth-child(3){
    font-size:48px;
  }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media(max-width:390px){

  .qp-hero h1{
    font-size:42px;
  }


  .qp-hero__visual{
    height:290px;
  }


  .qp-approach-head h2{
    font-size:34px;
  }


  .qp-step{
    grid-template-columns:
      38px 52px 1fr;
  }


  .qp-step__number{
    width:37px;
    height:37px;
  }


  .qp-step__icon{
    width:50px;
    height:50px;

    font-size:19px;
  }

}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media(prefers-reduced-motion:reduce){

  .qp-hero__copy,
  .qp-hero__visual,
  .qp-highlights,
  .qp-intro-card,
  .qp-approach-head,
  .qp-step,
  .qp-promise{
    opacity:1 !important;

    transform:none !important;

    animation:none !important;
  }

}
@media  (min-width: 768px) {
  section.qp-hero {
    padding: 100px 0px;
}

}

/* =========================================================
   GLOBAL FONT CONSISTENCY - ICON SAFE
   Do not override ::before / ::after because icon libraries
   use their own font-family on pseudo-elements.
========================================================= */
html,
body,
button,
input,
select,
textarea {
  font-family: "DM Sans", sans-serif;
}

