/* =========================================================
   QC / QA PAGE ONLY
   Existing header/footer untouched.
========================================================= */

:root{
  --qa-green:#2f8737;
  --qa-green-2:#4f9847;
  --qa-green-dark:#0d5b31;
  --qa-green-deep:#074729;
  --qa-soft:#eef8ea;
  --qa-soft-2:#f8fbf6;
  --qa-text:#18231d;
  --qa-muted:#5b6860;
  --qa-line:#dfeadf;
  --qa-border:rgba(53,99,56,.14);
  --qa-shadow:0 14px 38px rgba(44,78,45,.07);
}

.qa-page{
  width:100%;
  padding:18px 22px 70px;
  overflow:hidden;
  background:#fff;
  color:var(--qa-text);
  font-family:"DM Sans",sans-serif;
  font-size:16px;
}

.qa-shell{
  width:min(1360px,calc(100% - 28px));
  margin-left:auto;
  margin-right:auto;
}


/* HERO */

.qa-hero{
  width:min(1420px,100%);
  min-height:680px;
  margin:0 auto;
  display:grid;
  grid-template-columns:.86fr 1.14fr;
  overflow:hidden;
  border-radius:28px;
  background:
    radial-gradient(circle at 12% 22%,rgba(194,231,182,.34),transparent 35%),
    linear-gradient(115deg,#fafdf8 0%,#fff 50%,#edf7e9 100%);
}

.qa-hero__copy{
  position:relative;
  z-index:3;
  padding:100px 44px 48px 58px;
}

.qa-eyebrow{
  color:#2e7836;
  font-size:13px;
  font-weight:700;
  letter-spacing:1.4px;
  text-transform:uppercase;
}

.qa-hero h1{
  max-width:610px;
  margin:24px 0 0;
  color:var(--qa-text);
  font-size:60px;
  line-height:.99;
  letter-spacing:-2px;
  font-weight:700;
}

.qa-hero h1 span{
  display:block;
  color:var(--qa-green-dark);
}

.qa-hero__copy>p{
  max-width:535px;
  margin:24px 0 0;
  color:var(--qa-muted);
  font-size:16px;
  line-height:1.72;
}

.qa-hero__icons{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  margin-top:30px;
}

.qa-hero__icons article{
  min-height:112px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:11px;
  padding:10px;
  border-right:1px solid var(--qa-line);
  text-align:center;
}

.qa-hero__icons article:last-child{
  border-right:0;
}

.qa-hero__icons i{
  color:var(--qa-green-dark);
  font-size:27px;
}

.qa-hero__icons strong{
  color:#3d4b42;
  font-size:13px;
  line-height:1.35;
}

.qa-hero__visual{
  position:relative;
  min-height:680px;
  overflow:hidden;
}

.qa-hero__visual::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  background:linear-gradient(90deg,#fbfdfa 0%,rgba(251,253,250,.08) 18%,transparent 40%);
}

.qa-hero__visual>img{
  width:100%;
  height:100%;
  object-fit:cover;
  opacity: 0.5;
}

.qa-hero__badge{
  position:absolute;
  z-index:4;
  right:20px;
  bottom:58px;
  width:310px;
  min-height:132px;
  display:grid;
  grid-template-columns:58px 1fr;
  align-items:center;
  gap:16px;
  padding:20px;
  border-radius:18px;
  background:linear-gradient(145deg,#0b5b30,#2d8739);
  color:#fff;
  box-shadow:0 20px 40px rgba(10,72,32,.2);
}

.qa-hero__badge>i{
  width:56px;
  height:56px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.4);
  border-radius:15px;
  font-size:23px;
}

.qa-hero__badge strong{
  display:block;
  font-size:15px;
  line-height:1.5;
}


/* PROMISE */

.qa-promise{
  min-height:155px;
  margin-top:28px;
  display:grid;
  grid-template-columns:90px 1fr 470px;
  align-items:center;
  overflow:hidden;
  padding:16px 16px 16px 22px;
  border:1px solid var(--qa-border);
  border-radius:22px;
  background:#fff;
  box-shadow:var(--qa-shadow);
}

.qa-promise__icon{
  width:68px;
  height:68px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:linear-gradient(145deg,#0e6032,#2e8739);
  color:#fff;
  font-size:28px;
}

.qa-promise__copy p{
  margin:0;
  color:#4d5a52;
  font-size:14px;
  line-height:1.55;
}

.qa-promise__copy p+p{
  margin-top:6px;
}

.qa-promise__image{
  height:120px;
  overflow:hidden;
  border-radius:16px;
}

.qa-promise__image img{
  width:100%;
  height:100%;
  object-fit:cover;
}


/* SYSTEM CARDS */

.qa-systems{
  margin-top:30px;
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:18px;
}

.qa-system-card{
  overflow:hidden;
  border:1px solid var(--qa-border);
  border-radius:22px;
  background:#fff;
  box-shadow:0 10px 30px rgba(44,78,45,.05);
}

.qa-system-card__header{
  min-height:76px;
  display:flex;
  align-items:center;
  gap:14px;
  padding:14px 20px;
  background:linear-gradient(90deg,#0d5d31,#176d35);
  color:#fff;
}

.qa-header-icon{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  flex:0 0 48px;
  border-radius:14px;
  background:rgba(255,255,255,.11);
  border:1px solid rgba(255,255,255,.18);
  font-size:21px;
}

.qa-system-card__header h2{
  margin:0;
  font-size:20px;
  font-weight:700;
}

.qa-system-card__header p{
  margin:3px 0 0;
  color:rgba(255,255,255,.78);
  font-size:13px;
}

.qa-system-card__body{
  display:grid;
  grid-template-columns:1fr .8fr;
  gap:20px;
  padding:20px;
}

.qa-system-card__body--reverse{
  grid-template-columns:1fr .72fr;
}

.qa-system-list{
  display:flex;
  flex-direction:column;
}

.qa-system-row{
  display:grid;
  grid-template-columns:46px 1fr;
  gap:12px;
  align-items:start;
  padding:12px 0;
  border-bottom:1px solid #e4ece2;
}

.qa-system-row:last-child{
  border-bottom:0;
}

.qa-system-row__icon{
  width:40px;
  height:40px;
  display:grid;
  place-items:center;
  border-radius:9px;
  background:#0f5d30;
  color:#fff;
  font-size:17px;
}

.qa-system-row__icon--circle{
  border-radius:50%;
  border:1px solid #d0e3cd;
  background:#fff;
  color:#267c34;
}

.qa-system-row h3{
  margin:1px 0 0;
  color:#24492c;
  font-size:15px;
  line-height:1.3;
  font-weight:700;
}

.qa-system-row p{
  margin:5px 0 0;
  color:#5b6860;
  font-size:13px;
  line-height:1.55;
}

.qa-system-gallery{
  min-height:100%;
}

.qa-system-gallery--left{
  display:grid;
  grid-template-rows:1fr 165px;
  gap:10px;
}

.qa-system-gallery--left>img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:14px;
}

.qa-system-gallery__mini{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}

.qa-system-gallery__mini img{
  width:100%;
  height:165px;
  object-fit:cover;
  border-radius:14px;
}

.qa-system-gallery--stack{
  display:grid;
  grid-template-rows:repeat(4,1fr);
  gap:10px;
}

.qa-system-gallery--stack img{
  width:100%;
  height:100%;
  min-height:120px;
  object-fit:cover;
  border-radius:14px;
}


/* STANDARDS */

.qa-standards{
  margin-top:36px;
}

.qa-section-title{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:15px;
  margin-bottom:22px;
}

.qa-section-title span{
  width:85px;
  height:1px;
  background:#bed8b8;
}

.qa-section-title h2{
  margin:0;
  color:#24502d;
  font-size:28px;
  font-weight:700;
  text-align:center;
}

.qa-standards__grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:12px;
}

.qa-standard{
  overflow:hidden;
  padding:18px 12px 0;
  border:1px solid var(--qa-border);
  border-radius:18px;
  background:#fff;
  text-align:center;
}

.qa-standard__icon{
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  margin:0 auto;
  border:1px solid #cfe3cb;
  border-radius:50%;
  background:#fff;
  color:#257c34;
  font-size:22px;
}

.qa-standard h3{
  margin:12px 0 0;
  color:#234c2c;
  font-size:15px;
  line-height:1.35;
  font-weight:700;
}

.qa-standard p{
  min-height:88px;
  margin:10px 0 0;
  color:#5e6a62;
  font-size:13px;
  line-height:1.55;
}

.qa-standard img{
  width:calc(100% + 24px);
  height:135px;
  margin:15px -12px 0;
  object-fit:cover;
}


/* GLOBAL */

.qa-global{
  min-height:250px;
  margin-top:28px;
  display:grid;
  grid-template-columns:1fr .82fr 1fr;
  overflow:hidden;
  border:1px solid var(--qa-border);
  border-radius:22px;
}

.qa-global__left{
  padding:28px 28px;
  background:
    radial-gradient(circle at 80% 20%,rgba(177,220,109,.16),transparent 35%),
    linear-gradient(145deg,#07552e,#116d36);
  color:#fff;
}

.qa-mini{
  color:#bfe398;
  font-size:12px;
  font-weight:700;
  letter-spacing:.8px;
  text-transform:uppercase;
}

.qa-global__left h2{
  margin:11px 0 0;
  font-size:28px;
  line-height:1.05;
}

.qa-global__left h2 span{
  display:block;
  color:#c1e88e;
}

.qa-global__left p{
  margin:14px 0 0;
  color:rgba(255,255,255,.82);
  font-size:14px;
  line-height:1.65;
}

.qa-global__logos{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-top:20px;
}

.qa-global__logos span{
  min-width:52px;
  min-height:36px;
  display:grid;
  place-items:center;
  padding:0 9px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:9px;
  background:rgba(255,255,255,.08);
  color:#fff;
  font-size:11px;
  font-weight:700;
}

.qa-global__middle{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:28px;
  background:#f8fbf6;
}

.qa-global__middle .qa-mini{
  color:#397f3c;
}

.qa-global__middle ul{
  list-style:none;
  margin:16px 0 0;
  padding:0;
}

.qa-global__middle li{
  display:flex;
  gap:9px;
  align-items:flex-start;
  color:#46544b;
  font-size:13px;
  line-height:1.45;
}

.qa-global__middle li+li{
  margin-top:10px;
}

.qa-global__middle i{
  margin-top:2px;
  color:#21803a;
}

.qa-global__visual img{
  width:100%;
  height:100%;
  object-fit:cover;
}


/* TRUST */

.qa-trust{
  min-height:125px;
  margin-top:18px;
  display:grid;
  grid-template-columns:1.5fr repeat(5,.7fr);
  align-items:center;
  overflow:hidden;
  border:1px solid var(--qa-border);
  border-radius:20px;
  background:#fbfdf9;
}

.qa-trust__lead{
  display:grid;
  grid-template-columns:72px 1fr;
  gap:15px;
  align-items:center;
  padding:18px 22px;
  border-right:1px solid var(--qa-line);
}

.qa-trust__shield{
  width:62px;
  height:62px;
  display:grid;
  place-items:center;
  border-radius:14px;
  background:#0b5b30;
  color:#fff;
  font-size:24px;
}

.qa-trust__lead h2{
  margin:0;
  color:#24452b;
  font-size:18px;
  line-height:1.2;
}

.qa-trust__lead p{
  margin:7px 0 0;
  color:#627067;
  font-size:12px;
  line-height:1.45;
}

.qa-trust>article{
  min-height:90px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:12px;
  border-right:1px solid var(--qa-line);
  text-align:center;
}

.qa-trust>article:last-child{
  border-right:0;
}

.qa-trust>article i{
  color:#277d35;
  font-size:22px;
}

.qa-trust>article span{
  color:#405047;
  font-size:12px;
  line-height:1.35;
  font-weight:600;
}


/* CTA */

.qa-cta{
  position:relative;
  min-height:150px;
  margin-top:16px;
  display:grid;
  grid-template-columns:1fr auto;
  align-items:center;
  overflow:hidden;
  padding:25px 30px;
  border-radius:22px;
  color:#fff;
}

.qa-cta>img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
}

.qa-cta__overlay{
  position:absolute;
  inset:0;
  z-index:2;
  background:linear-gradient(90deg,#07592f 0%,rgba(7,89,47,.97) 58%,rgba(7,89,47,.72) 100%);
}

.qa-cta__content{
  position:relative;
  z-index:3;
  padding-left:32%;
}

.qa-cta__content h2{
  margin:0;
  font-size:26px;
  line-height:1.1;
}

.qa-cta__content h2 span{
  display:block;
  color:#c3e58d;
}

.qa-cta__content p{
  max-width:620px;
  margin:9px 0 0;
  color:rgba(255,255,255,.82);
  font-size:13px;
  line-height:1.55;
}

.qa-cta__button{
  position:relative;
  z-index:3;
  min-width:205px;
  min-height:54px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  border-radius:12px;
  background:#fff;
  color:#15572d;
  font-size:14px;
  font-weight:700;
  text-decoration:none;
}


/* BENEFITS */

.qa-benefits{
  min-height:82px;
  margin-top:10px;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  border:1px solid var(--qa-border);
  border-radius:18px;
  overflow:hidden;
  background:#fff;
}

.qa-benefits article{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  padding:14px;
  border-right:1px solid var(--qa-line);
}

.qa-benefits article:last-child{
  border-right:0;
}

.qa-benefits i{
  color:#267c34;
  font-size:23px;
}

.qa-benefits span{
  color:#405047;
  font-size:12px;
  line-height:1.35;
  font-weight:600;
}


/* REVEAL */

.qa-reveal{
  opacity:0;
  transform:translateY(22px);
  transition:opacity .65s ease,transform .65s ease;
}

.qa-reveal.qa-visible{
  opacity:1;
  transform:none;
}


/* RESPONSIVE */

@media(max-width:1180px){

  .qa-hero h1{
    font-size:53px;
  }

  .qa-systems{
    grid-template-columns:1fr;
  }

  .qa-standards__grid{
    grid-template-columns:repeat(3,1fr);
  }

  .qa-global{
    grid-template-columns:1fr 1fr;
  }

  .qa-global__visual{
    grid-column:1/-1;
    height:280px;
  }

  .qa-trust{
    grid-template-columns:1.4fr repeat(2,1fr);
  }

  .qa-trust>article:nth-of-type(2n){
    border-right:0;
  }

}

@media(max-width:900px){

  .qa-page{
    padding:12px 12px 55px;
  }

  .qa-shell{
    width:100%;
  }

  .qa-hero{
    grid-template-columns:1fr;
  }

  .qa-hero__copy{
    padding:85px 28px 32px;
    text-align:center;
  }

  .qa-hero__copy>p{
    margin-left:auto;
    margin-right:auto;
  }

  .qa-hero__visual{
    min-height:500px;
  }

  .qa-promise{
    grid-template-columns:80px 1fr;
  }

  .qa-promise__image{
    grid-column:1/-1;
    height:220px;
  }

  .qa-system-card__body,
  .qa-system-card__body--reverse{
    grid-template-columns:1fr;
  }

  .qa-system-gallery--stack{
    grid-template-columns:1fr 1fr;
    grid-template-rows:auto;
  }

  .qa-global{
    grid-template-columns:1fr;
  }

  .qa-global__visual{
    grid-column:auto;
  }

  .qa-trust{
    grid-template-columns:1fr 1fr;
  }

  .qa-trust__lead{
    grid-column:1/-1;
    border-right:0;
    border-bottom:1px solid var(--qa-line);
  }

  .qa-cta__content{
    padding-left:0;
  }

}

@media(max-width:620px){

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

  .qa-hero{
    border-radius:20px;
  }

  .qa-hero h1{
    font-size:40px;
    letter-spacing:-1.2px;
  }

  .qa-hero__copy>p{
    font-size:15px;
  }

  .qa-hero__icons{
    grid-template-columns:repeat(2,1fr);
  }

  .qa-hero__icons article:nth-child(2){
    border-right:0;
  }

  .qa-hero__icons article:nth-child(-n+2){
    border-bottom:1px solid var(--qa-line);
  }

  .qa-hero__visual{
    min-height:390px;
  }

  .qa-hero__badge{
    width:calc(100% - 20px);
    right:10px;
    bottom:14px;
  }

  .qa-promise{
    grid-template-columns:1fr;
    text-align:center;
  }

  .qa-promise__icon{
    margin:auto;
  }

  .qa-system-card__header{
    align-items:flex-start;
  }

  .qa-system-card__body{
    padding:15px;
  }

  .qa-system-gallery--left{
    grid-template-rows:auto;
  }

  .qa-system-gallery__mini{
    grid-template-columns:1fr;
  }

  .qa-system-gallery__mini img{
    height:220px;
  }

  .qa-system-gallery--stack{
    grid-template-columns:1fr;
  }

  .qa-section-title span{
    width:30px;
  }

  .qa-section-title h2{
    font-size:22px;
  }

  .qa-standards__grid{
    grid-template-columns:1fr;
  }

  .qa-standard p{
    min-height:auto;
  }

  .qa-trust{
    grid-template-columns:1fr;
  }

  .qa-trust>article{
    border-right:0;
    border-bottom:1px solid var(--qa-line);
  }

  .qa-cta{
    grid-template-columns:1fr;
    gap:20px;
    text-align:center;
  }

  .qa-cta__button{
    justify-self:center;
  }

  .qa-benefits{
    grid-template-columns:1fr;
  }

  .qa-benefits article{
    justify-content:flex-start;
    border-right:0;
    border-bottom:1px solid var(--qa-line);
  }

  .qa-benefits article:last-child{
    border-bottom:0;
  }

}

@media(prefers-reduced-motion:reduce){
  .qa-reveal{
    opacity:1!important;
    transform:none!important;
    transition:none!important;
  }
}
