@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Medium.ttf') format('opentype');
  font-style: normal;
}

*, *::before, *::after { 
  box-sizing: border-box; 
  margin: 0; 
  padding: 0; 
}

:root {
  --green-deep:#1a3a1f;
  --green-mid:#2d6b35;
  --green-light:#4caf7d;
  --gold:#c8922a;
  --gold-light:#e8c96a;
  --cream:#faf7f2;
  --white:#ffffff;
  --dark:#0f1f14;
  --text:#1c2e22;
  --muted:#5a7060;
  --green:#1a4a2e;
  --green-pale:#e8f5ed;
  --rl:22px;
}

html{
  scroll-behavior:smooth;
}

body{
  font-family:'Lato';
  background:var(--cream);
  color:var(--text);
  line-height:1.6;
  overflow-x:hidden;
}

/* TOP BAR */
.wrap-a1{
  width:100%;
  height:7vh;
  background:#0f1f14;
  color:#fff;
  display:flex;
  justify-content:center;
  align-items:center;
  padding:1vh 2vw;
  position:sticky;
  top:0;
  z-index:1001;
}

.wrap-a2{
  font-size:1.2rem;
  font-weight:600;
  text-align:center;
  letter-spacing:.05em;
}

.wrap-a2 span{
  color:#33e1aa;
  font-weight:700;
}

/* NAV */
.wrap-a3{
  position:sticky;
  top:7vh;
  z-index:1000;
  background:rgba(250,247,242,.96);
  backdrop-filter:blur(10px);
  border-bottom:1px solid rgba(45,122,79,.14);
  padding:14px 6%;
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.wrap-a4{
  display:flex;
  align-items:center;
  text-decoration:none;
}

.wrap-a5{
  height:48px;
  width:auto;
  display:block;
}

.wrap-a6{
  background:#37b772;
  color:#fff;
  padding:10px 22px;
  border-radius:3px;
  font-size:.875rem;
  font-weight:600;
  text-decoration:none;
  transition:background .2s,transform .15s;
  cursor:pointer;
}

.wrap-a6:hover{
  transform:scale(1.03);
}

/* HERO */
.wrap-a7{
  min-height:88vh;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:1rem 8% 5rem;
  background:linear-gradient(160deg,var(--cream) 0%,#dff0e7 100%);
  position:relative;
  overflow:hidden;
}

.wrap-a7::before{
  content:'';
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:700px;
  height:700px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(76,175,125,.1) 0%,transparent 65%);
  pointer-events:none;
}

.wrap-a8{
  min-width:auto;
  height:auto;
  display:block;
  margin:0 auto 2rem;
  border-radius:18px;
  object-fit:cover;
}

.wrap-a9{
  width:100%;
  display:block;
}

.wrap-b1{
  max-width:100%;
  display:none;
}

.wrap-a7 h1{
  font-size:clamp(2.6rem,5vw,2rem);
  font-weight:900;
  line-height:1.1;
  color:var(--dark);
  margin-bottom:1.4rem;
}

.wrap-b2{
  font-size:1.08rem;
  color:var(--muted);
  max-width:560px;
  margin:0 auto 1rem;
  line-height:1.75;
}

.wrap-b3{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  justify-content:center;
  margin-bottom:3rem;
}

.wrap-b4{
  background:#37b772;
  color:var(--white);
  padding:16px 34px;
  border-radius:100px;
  font-size:1rem;
  font-weight:600;
  text-decoration:none;
  transition:all .2s;
  box-shadow:0 4px 22px rgba(26,74,46,.28);
  cursor:pointer;
}

.wrap-b4:hover{
  transform:translateY(-2px);
  box-shadow:0 7px 28px rgba(26,74,46,.38);
}

/* INFO */
.wrap-b5{
  display:flex;
  gap:28px;
  justify-content:center;
  flex-wrap:wrap;
}

.wrap-b6{
  display:flex;
  align-items:center;
  gap:8px;
  font-size:.83rem;
  color:var(--muted);
  font-weight:500;
}

.wrap-b7{
  width:28px;
  height:28px;
  border-radius:50%;
  background:var(--green-pale);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:13px;
}

/* STATS */
.wrap-b8{
  background:var(--green);
  color:var(--white);
  padding:18px 8%;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:3rem;
  flex-wrap:wrap;
}

.wrap-b9{
  text-align:center;
}

.wrap-c1{
  font-size:1.7rem;
  font-weight:700;
  display:block;
}

.wrap-c2{
  font-size:.73rem;
  opacity:.7;
  text-transform:uppercase;
  letter-spacing:.06em;
}

.wrap-c3{
  width:1px;
  height:36px;
  background:rgba(255,255,255,.18);
}

/* SECTION */
.wrap-c4{
  padding:5rem 8%;
}

.wrap-c6{
  text-align:center;
  margin-bottom:3rem;
}

.wrap-c7{
  display:inline-block;
  background:var(--green-pale);
  color:var(--green-mid);
  font-size:1.72rem;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.08em;
  padding:5px 14px;
  border-radius:100px;
  margin-bottom:.9rem;
}

.wrap-d6{
  font-size:clamp(1.75rem,3vw,2.5rem);
  font-weight:900;
  color:var(--dark);
  margin-bottom:.75rem;
}

.wrap-c8{
  color:var(--muted);
  font-size:.97rem;
  max-width:500px;
  margin:0 auto;
}

/* WHY */
.wrap-c5{
  background:var(--dark);
}

.wrap-c9{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:2rem;
  margin-top:3rem;
}

.wrap-d1{
  text-align:center;
}

.wrap-d2{
  width:auto;
  height:auto;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto .5rem;
}

.wrap-d2 img{
  width:38px;
  height:38px;
  object-fit:contain;
}

.wrap-d3{
  font-size:.97rem;
  font-weight:700;
  color:var(--white);
  margin-bottom:.45rem;
}

.wrap-d4{
  font-size:.81rem;
  color:rgba(255,255,255,.5);
  line-height:1.65;
}

/* REVIEWS */
.wrap-d5{
  background:var(--green-pale);
}

.wrap-d7{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}

.wrap-d8{
  background:var(--white);
  border-radius:var(--rl);
  padding:1.5rem;
  box-shadow:0 4px 18px rgba(15,31,20,.07);
  border:1px solid rgba(45,122,79,.09);
  display:flex;
  flex-direction:column;
  gap:1rem;
}

.wrap-d9{
  color:var(--gold);
  font-size:.9rem;
}

.wrap-e1{
  font-size:.9rem;
  color:var(--text);
  line-height:1.7;
  font-style:italic;
  flex:1;
}

.wrap-e2{
  display:flex;
  align-items:center;
  gap:10px;
}

.wrap-e3{
  width:36px;
  height:36px;
  border-radius:50%;
  background:var(--green-pale);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:.78rem;
  font-weight:700;
  color:var(--green);
  flex-shrink:0;
}

.wrap-e4{
  font-size:.83rem;
  font-weight:600;
  color:var(--dark);
}

.wrap-e5{
  font-size:.72rem;
  color:var(--muted);
}

.wrap-e6{
  margin-left:auto;
  display:inline-flex;
  align-items:center;
  gap:3px;
  background:var(--green-pale);
  color:var(--green-mid);
  font-size:.62rem;
  font-weight:700;
  padding:3px 9px;
  border-radius:100px;
  text-transform:uppercase;
}

/* CTA */
.wrap-e7{
  background-color:#0f1f14;
  padding:50px 40px;
  text-align:center;
  color:#fff;
  position:relative;
  overflow:hidden;
}

.wrap-e7 h2{
  font-size:clamp(28px,4vw,52px);
  font-weight:900;
  margin-bottom:16px;
}

.wrap-e7 h2 em{
  font-style:normal;
  color:var(--gold-light);
}

.wrap-e8{
  font-size:17px;
  color:rgba(255,255,255,.72);
  max-width:520px;
  margin:0 auto 44px;
  line-height:1.65;
  font-weight:300;
}

.wrap-e9{
  display:flex;
  gap:20px;
  justify-content:center;
  flex-wrap:wrap;
}

.wrap-f1{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(201,168,76,.35);
  border-radius:10px;
  padding:28px 36px;
  min-width:220px;
  text-align:center;
}

.wrap-f2{
  font-size:48px;
  font-weight:900;
  color:var(--gold-light);
  line-height:1;
  margin-bottom:6px;
}

.wrap-f3{
  font-size:13px;
  color:rgba(255,255,255,.65);
  margin-bottom:16px;
  font-weight:300;
}

.wrap-f4{
  display:inline-block;
  color:#e8c96a;
  font-size:15px;
  font-weight:800;
  padding:7px 20px;
  border-radius:4px;
  letter-spacing:2px;
  margin-bottom:10px;
}

.wrap-f5{
  font-size:12px;
  color:rgba(255,255,255,.45);
}

/* FOOTER */
.wrap-f6{
  background:var(--dark);
  color:rgba(255,255,255,.45);
  padding:1rem 8%;
  text-align:center;
  font-size:.97rem;
  line-height:1.95;
}

/* RESPONSIVE */
@media (max-width:900px){

  .wrap-c9{
    grid-template-columns:repeat(2,1fr);
  }

  .wrap-d7{
    grid-template-columns:1fr;
  }

  .wrap-b8{
    gap:1.5rem;
  }

  .wrap-c3{
    display:none;
  }
}

@media (max-width:768px){

  .wrap-a9{
    display:none;
  }

  .wrap-b1{
    display:block;
  }

  .wrap-a7 h1{
    font-size:clamp(2.3rem,5vw,2rem);
  }

  .wrap-b2{
    font-size:1rem;
  }

  .wrap-b4{
    font-size:1rem;
  }
}

@media (max-width:600px){

  .wrap-a1{
    padding:1.2vh 4vw;
  }

  .wrap-a2{
    font-size:1.1rem;
    line-height:1.4;
  }

  .wrap-c4{
    padding:3.5rem 5%;
  }

  .wrap-a7{
    padding:2rem 5% 4rem;
  }

  .wrap-c9{
    grid-template-columns:1fr 1fr;
  }
}