/* =========================================================
   VEROLIFE GLOBAL PRESENCE PAGE
   Page-specific CSS only.
   Common header/footer stay inside style.css
========================================================= */

:root{
  --gp-bg:#ffffff;
  --gp-mint:#e8f6e1;
  --gp-mint-2:#f3faef;
  --gp-mint-3:#dff2d7;
  --gp-green:#4aa244;
  --gp-green-dark:#17642e;
  --gp-green-deep:#0f4d29;
  --gp-text:#202923;
  --gp-muted:#5c6b64;
  --gp-border:rgba(65,112,67,.13);
  --gp-shadow:0 18px 46px rgba(43,78,45,.08);
}

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


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

.gp-hero{
  position:relative;
  width:min(1420px,100%);
  min-height:820px;
  margin:0 auto;
  padding:88px 56px 165px;
  overflow:hidden;
  border-radius:28px;
  background:
    radial-gradient(circle at 18% 36%,rgba(177,234,159,.34),transparent 34%),
    radial-gradient(circle at 82% 32%,rgba(220,244,211,.72),transparent 38%),
    linear-gradient(135deg,#f9fcf7 0%,var(--gp-mint) 56%,#f6fbf4 100%);
}

.gp-hero::before{
  content:"";
  position:absolute;
  width:540px;
  height:540px;
  right:-170px;
  top:-170px;
  border:1px solid rgba(74,162,68,.08);
  border-radius:50%;
  box-shadow:
    0 0 0 50px rgba(74,162,68,.025),
    0 0 0 100px rgba(74,162,68,.018);
}

.gp-hero__copy{
  position:relative;
  z-index:4;
  width:min(590px,48%);
  padding-top:20px;
}

.gp-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:9px;
  min-height:32px;
  padding:6px 13px;
  border:1px solid rgba(74,162,68,.15);
  border-radius:999px;
  background:rgba(255,255,255,.72);
  color:#397e35;
  font-size:12px;
  font-weight:700;
  letter-spacing:.45px;
  text-transform:uppercase;
}

.gp-eyebrow__icon{
  font-size:13px;
}

.gp-hero h1{
  max-width:650px;
  margin:28px 0 0;
  color:#17231d;
  font-family: "DM Sans", sans-serif;
  font-size:76px;
  font-weight:400;
  line-height:.92;
  letter-spacing:-2.2px;
}

.gp-hero h1 span{
  display:block;
  color:#4f9148;
}

.gp-title-rule{
  width:48px;
  height:2px;
  margin-top:24px;
  background:#559e4c;
}

.gp-hero__copy > p{
  max-width:530px;
  margin:26px 0 0;
  color:var(--gp-muted);
  font-size:16px;
  line-height:1.75;
}

.gp-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:32px;
}

.gp-btn{
  min-height:50px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:0 24px;
  border-radius:999px;
  font-size:14px;
  font-weight:600;
  text-decoration:none;
  transition:transform .25s ease,box-shadow .25s ease,background .25s ease;
}

.gp-btn:hover{
  transform:translateY(-2px);
}

.gp-btn--dark{
  background:#242424;
  color:#fff;
  box-shadow:0 10px 24px rgba(0,0,0,.12);
}

.gp-btn--dark:hover{
  color:#fff;
  background:#111;
}

.gp-btn--ghost{
  border:1px solid rgba(48,100,48,.16);
  background:rgba(255,255,255,.78);
  color:#275f2d;
}

.gp-btn--ghost:hover{
  color:#275f2d;
  box-shadow:0 10px 22px rgba(45,88,49,.08);
}


/* HERO IMAGE */

.gp-hero__visual{
  position:absolute;
  z-index:2;
  right:0;
  top:0;
  width:57%;
  height:650px;
  display:flex;
  align-items:flex-end;
  justify-content:center;
}

.gp-hero__visual img{
  position:relative;
  z-index:2;
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center bottom;
  display:block;
  filter:drop-shadow(0 28px 38px rgba(38,76,38,.11));
}

.gp-hero__orb{
  position:absolute;
  width:520px;
  height:520px;
  left:50%;
  top:48%;
  transform:translate(-50%,-50%);
  border-radius:50%;
  border:1px solid rgba(74,162,68,.10);
  background:rgba(255,255,255,.22);
  box-shadow:
    0 0 0 44px rgba(255,255,255,.11),
    0 0 0 88px rgba(255,255,255,.07);
}


/* STATS */

.gp-stats{
  position:absolute;
  z-index:7;
  left:40px;
  right:40px;
  bottom:34px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
  padding:14px;
  border:1px solid rgba(65,112,67,.11);
  border-radius:22px;
  background:rgba(255,255,255,.86);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  box-shadow:0 18px 45px rgba(38,70,40,.10);
}

.gp-stat{
  position:relative;
  min-height:105px;
  display:grid;
  grid-template-columns:auto auto auto 1fr;
  align-items:center;
  padding:17px 18px;
  border-right:1px solid rgba(75,118,77,.10);
}

.gp-stat:last-child{
  border-right:0;
}

.gp-stat__icon{
  grid-row:1 / span 2;
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  margin-right:14px;
  border-radius:14px;
  background:#eef7ea;
  color:#3f8e3b;
  font-size:21px;
}

.gp-stat strong,
.gp-stat b{
  color:#1b632b;
  font-size:29px;
  line-height:1;
}

.gp-stat strong{
  font-weight:700;
}

.gp-stat b{
  font-weight:600;
}

.gp-stat small{
  grid-column:2 / -1;
  align-self:start;
  margin-top:2px;
  color:#5d6b65;
  font-size:12px;
  font-weight:500;
}


/* =========================================================
   COMPLIANCE
========================================================= */

.gp-compliance{
  width:min(1320px,calc(100% - 44px));
  margin:34px auto 0;
  display:grid;
  grid-template-columns:105px minmax(0,1fr) 360px;
  align-items:center;
  gap:24px;
  padding:22px 26px;
  border:1px solid var(--gp-border);
  border-radius:22px;
  background:#fff;
  box-shadow:var(--gp-shadow);
}

.gp-compliance__badge{
  display:flex;
  justify-content:center;
}

.gp-compliance__badge span{
  width:82px;
  height:82px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:linear-gradient(145deg,#eaf7e6,#d5edcf);
  color:#3f8c3a;
  font-size:33px;
}

.gp-compliance__copy{
  padding-right:20px;
  border-right:1px solid rgba(75,118,77,.12);
}

.gp-compliance__copy p{
  margin:0;
  color:#596961;
  font-size:14px;
  line-height:1.75;
}

.gp-compliance__certs{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:16px;
}

.gp-cert{
  width:90px;
  height:90px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  border:1px solid #cfe3c9;
  border-radius:50%;
  background:#f9fdf7;
  color:#1d4327;
  text-align:center;
  box-shadow:inset 0 0 0 5px #eef8ea;
}

.gp-cert strong{
  font-size:20px;
  line-height:1;
}

.gp-cert span{
  margin-top:4px;
  font-size:12px;
}

.gp-compliance__label{
  color:#26332d;
  font-size:14px;
  line-height:1.45;
}


/* =========================================================
   MISSION
========================================================= */

.gp-mission{
  position:relative;
  width:min(1320px,calc(100% - 44px));
  min-height:130px;
  display:grid;
  grid-template-columns:84px minmax(0,1fr) 180px;
  align-items:center;
  gap:24px;
  margin:18px auto 0;
  padding:22px 30px;
  overflow:hidden;
  border-radius:22px;
  background:
    radial-gradient(circle at 85% 50%,rgba(112,176,92,.14),transparent 30%),
    linear-gradient(105deg,#f2faef,#e6f5e1);
}

.gp-mission::after{
  content:"";
  position:absolute;
  right:-60px;
  top:-80px;
  width:260px;
  height:260px;
  border-radius:50%;
  border:1px solid rgba(74,162,68,.08);
}

.gp-mission__icon{
  width:66px;
  height:66px;
  display:grid;
  place-items:center;
  border-radius:18px;
  background:#4d9346;
  color:#fff;
  font-size:29px;
}

.gp-mission p{
  margin:0;
  color:#486056;
  font-size:14px;
  line-height:1.7;
}

.gp-mission__map{
  position:relative;
  z-index:2;
  color:rgba(61,128,57,.18);
  font-size:112px;
  text-align:right;
}


/* =========================================================
   STRENGTH CARDS
========================================================= */

.gp-strength{
  width:min(1320px,calc(100% - 44px));
  margin:82px auto 0;
}

.gp-section-heading{
  max-width:760px;
  margin:0 auto 38px;
  text-align:center;
}

.gp-section-heading > span{
  display:inline-flex;
  padding:6px 12px;
  border-radius:999px;
  background:#eff8ec;
  color:#4a8d43;
  font-size:12px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.45px;
}

.gp-section-heading h2{
  margin:17px 0 0;
  font-family: "DM Sans", sans-serif;
  font-size:50px;
  font-weight:400;
  line-height:1;
  letter-spacing:-1.1px;
  color:#202b25;
}

.gp-section-heading p{
  max-width:650px;
  margin:17px auto 0;
  color:#607068;
  font-size:14px;
  line-height:1.7;
}

.gp-card-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}

.gp-card{
  position:relative;
  min-height:285px;
  padding:27px 27px 25px;
  overflow:hidden;
  border:1px solid var(--gp-border);
  border-radius:20px;
  background:#fff;
  box-shadow:0 10px 32px rgba(48,80,50,.045);
  transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease;
}

.gp-card:hover{
  transform:translateY(-5px);
  border-color:rgba(74,162,68,.22);
  box-shadow:0 18px 40px rgba(48,80,50,.09);
}

.gp-card--mint{
  background:linear-gradient(145deg,#fbfef9,#edf8e9);
}

.gp-card--wide{
  background:
    radial-gradient(circle at 90% 15%,rgba(181,231,166,.18),transparent 26%),
    #fff;
}

.gp-card__top{
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.gp-card__icon{
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  border-radius:17px;
  background:#eef8ea;
  color:#418d3c;
  font-size:25px;
}

.gp-card__number{
  color:#a5b5aa;
  font-size:13px;
  font-weight:700;
}

.gp-card h3{
  max-width:330px;
  margin:22px 0 0;
  color:#203027;
  font-size:21px;
  font-weight:700;
  line-height:1.2;
}

.gp-card h3::after{
  content:"";
  display:block;
  width:32px;
  height:1px;
  margin-top:12px;
  background:#68a95f;
}

.gp-card p{
  margin:17px 0 0;
  color:#5e6d65;
  font-size:13px;
  line-height:1.7;
}


/* =========================================================
   DIFFERENTIATORS
========================================================= */

.gp-apart{
  width:min(1320px,calc(100% - 44px));
  margin:72px auto 0;
}

.gp-apart__head{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  text-align:center;
}

.gp-apart__head h2{
  margin:0;
  font-family: "DM Sans", sans-serif;
  font-size:39px;
  font-weight:400;
  color:#28592e;
}

.gp-apart__leaf{
  color:#72ae67;
  font-size:16px;
}

.gp-apart__grid{
  display:grid;
  grid-template-columns:repeat(9,1fr);
  margin-top:28px;
  border-top:1px solid rgba(75,118,77,.12);
  border-bottom:1px solid rgba(75,118,77,.12);
}

.gp-apart__item{
  min-height:145px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:12px;
  padding:18px 10px;
  border-right:1px solid rgba(75,118,77,.12);
  text-align:center;
}

.gp-apart__item:last-child{
  border-right:0;
}

.gp-apart__item i{
  color:#45943f;
  font-size:27px;
}

.gp-apart__item span{
  color:#405048;
  font-size:12px;
  font-weight:600;
  line-height:1.35;
}


/* =========================================================
   CTA
========================================================= */

.gp-cta{
  position:relative;
  width:min(1320px,calc(100% - 44px));
  min-height:300px;
  display:grid;
  grid-template-columns:.86fr 1.14fr;
  margin:54px auto 0;
  overflow:hidden;
  border-radius:24px;
  background:linear-gradient(105deg,#e9f6e4,#dff1d8);
}

.gp-cta__copy{
  position:relative;
  z-index:4;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:42px 20px 42px 48px;
}

.gp-cta__copy > span{
  color:#43873e;
  font-size:12px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.45px;
}

.gp-cta__copy h2{
  max-width:500px;
  margin:10px 0 0;
  font-family: "DM Sans", sans-serif;
  font-size:46px;
  font-weight:400;
  line-height:.98;
  color:#1e3025;
}

.gp-cta__copy p{
  max-width:550px;
  margin:16px 0 0;
  color:#52675b;
  font-size:14px;
  line-height:1.7;
}

.gp-btn--light{
  width:max-content;
  margin-top:23px;
  background:#fff;
  color:#347c34;
  box-shadow:0 10px 25px rgba(45,84,45,.08);
}

.gp-btn--light:hover{
  color:#347c34;
}

.gp-cta__image{
  position:relative;
  min-height:300px;
}

.gp-cta__image::before{
  content:"";
  position:absolute;
  z-index:2;
  inset:0;
  background:linear-gradient(90deg,#e5f4df 0%,rgba(229,244,223,.45) 18%,transparent 52%);
}

.gp-cta__image img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center;
}


/* =========================================================
   REVEAL
========================================================= */

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

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


/* =========================================================
   RESPONSIVE
========================================================= */

@media(max-width:1180px){

  .gp-hero{
    min-height:700px;
    padding-left:42px;
    padding-right:42px;
  }

  .gp-hero h1{
    font-size:66px;
  }

  .gp-hero__visual{
    width:55%;
    height:600px;
  }

  .gp-stat{
    padding-left:13px;
    padding-right:13px;
  }

  .gp-stat__icon{
    width:44px;
    height:44px;
  }

  .gp-compliance{
    grid-template-columns:90px 1fr 315px;
  }

  .gp-card h3{
    font-size:19px;
  }

  .gp-apart__grid{
    grid-template-columns:repeat(5,1fr);
  }

  .gp-apart__item:nth-child(5){
    border-right:0;
  }
}

@media(max-width:900px){

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

  .gp-hero{
    min-height:auto;
    padding:85px 28px 30px;
  }

  .gp-hero__copy{
    width:100%;
    text-align:center;
  }

  .gp-hero h1{
    max-width:620px;
    margin-left:auto;
    margin-right:auto;
    font-size:61px;
  }

  .gp-title-rule{
    margin-left:auto;
    margin-right:auto;
  }

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

  .gp-hero__actions{
    justify-content:center;
  }

  .gp-hero__visual{
    position:relative;
    width:100%;
    height:470px;
    margin-top:25px;
  }

  .gp-hero__orb{
    width:390px;
    height:390px;
  }

  .gp-stats{
    position:relative;
    left:auto;
    right:auto;
    bottom:auto;
    grid-template-columns:repeat(2,1fr);
    margin-top:18px;
  }

  .gp-stat:nth-child(2){
    border-right:0;
  }

  .gp-compliance{
    width:100%;
    grid-template-columns:80px 1fr;
  }

  .gp-compliance__copy{
    border-right:0;
    padding-right:0;
  }

  .gp-compliance__certs{
    grid-column:1/-1;
    justify-content:center;
    padding-top:15px;
    border-top:1px solid rgba(75,118,77,.10);
  }

  .gp-mission{
    width:100%;
    grid-template-columns:70px 1fr;
  }

  .gp-mission__map{
    display:none;
  }

  .gp-strength,
  .gp-apart,
  .gp-cta{
    width:100%;
  }

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

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

  .gp-apart__item{
    border-bottom:1px solid rgba(75,118,77,.12);
  }

  .gp-apart__item:nth-child(3n){
    border-right:0;
  }

  .gp-cta{
    grid-template-columns:1fr;
  }

  .gp-cta__copy{
    text-align:center;
    align-items:center;
    padding:40px 30px;
  }

  .gp-cta__image{
    min-height:300px;
  }

  .gp-cta__image::before{
    background:linear-gradient(180deg,#e5f4df 0%,rgba(229,244,223,.25) 22%,transparent 52%);
  }
}

@media(max-width:620px){

  .gp-hero{
    padding:85px 16px 20px;
    border-radius:20px;
  }

  .gp-hero h1{
    font-size:48px;
    letter-spacing:-1.3px;
  }

  .gp-hero__copy > p{
    font-size:14px;
    line-height:1.7;
  }

  .gp-hero__actions{
    flex-direction:column;
    align-items:center;
  }

  .gp-btn{
    width:100%;
    max-width:270px;
  }

  .gp-hero__visual{
    height:340px;
  }

  .gp-hero__orb{
    width:290px;
    height:290px;
  }

  .gp-stats{
    grid-template-columns:1fr 1fr;
    padding:8px;
    border-radius:16px;
  }

  .gp-stat{
    min-height:92px;
    grid-template-columns:auto auto auto;
    padding:12px 9px;
  }

  .gp-stat:nth-child(odd){
    border-right:1px solid rgba(75,118,77,.10);
  }

  .gp-stat__icon{
    width:38px;
    height:38px;
    margin-right:8px;
    font-size:17px;
  }

  .gp-stat strong,
  .gp-stat b{
    font-size:22px;
  }

  .gp-stat small{
    font-size:12px;
  }

  .gp-compliance{
    grid-template-columns:1fr;
    gap:15px;
    padding:20px 16px;
    text-align:center;
  }

  .gp-compliance__badge{
    justify-content:center;
  }

  .gp-compliance__certs{
    flex-wrap:wrap;
  }

  .gp-mission{
    grid-template-columns:1fr;
    padding:24px 20px;
    text-align:center;
  }

  .gp-mission__icon{
    margin:auto;
  }

  .gp-section-heading h2{
    font-size:39px;
  }

  .gp-card-grid{
    grid-template-columns:1fr;
  }

  .gp-card{
    min-height:auto;
  }

  .gp-apart__head h2{
    font-size:31px;
  }

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

  .gp-apart__item:nth-child(3n){
    border-right:1px solid rgba(75,118,77,.12);
  }

  .gp-apart__item:nth-child(2n){
    border-right:0;
  }

  .gp-cta__copy h2{
    font-size:38px;
  }

  .gp-cta__image{
    min-height:240px;
  }
}

@media(prefers-reduced-motion:reduce){
  .gp-reveal{
    opacity:1 !important;
    transform:none !important;
    transition:none !important;
  }
}
@media ( min-width: 1024px ) {
  .gp-hero__visual{
    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;
}

