/* =====================================================
GLOBAL
===================================================== */

.hc-hero-wrap *,
.hc-users-section *,
.hc-benefit-wrap *,
.hc-cta-section *{
  box-sizing:border-box;
}

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

.hc-hero-wrap{
  width:100%;
  padding:90px 20px;
  background:#f8fbf7;
  overflow:hidden;
}

.hc-hero-container{
  max-width:1280px;
  margin:auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px;
  align-items:center;
}

.hc-mini-badge{
  display:inline-flex;
  padding:10px 18px;
  border-radius:999px;
  background:#edf7ee;
  color:#1C472C;
  font-size:12px;
  font-weight:700;
  margin-bottom:20px;
}

.hc-main-title{
  font-size:52px;
  line-height:1.15;
  color:#164c2b;
  margin-bottom:22px;
  font-family:Georgia, serif;
}

.hc-main-text{
  font-size:16px;
  line-height:1.9;
  color:#617166;
  max-width:560px;
}

.hc-btn-flex{
  display:flex;
  gap:16px;
  margin-top:35px;
  flex-wrap:wrap;
}

.hc-primary-btn,
.hc-secondary-btn{
  min-width:180px;
  height:54px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  font-size:14px;
  font-weight:700;
  transition:.35s;
}

.hc-primary-btn{
  background:linear-gradient(180deg,#FDB606 0%,#F7892B 100%);
  color:#fff;
}

.hc-secondary-btn{
  background:#164c2b;
  color:#fff;
}

.hc-primary-btn:hover,
.hc-secondary-btn:hover{
  transform:translateY(-5px);
}

.hc-review-box{
  display:flex;
  align-items:center;
  gap:18px;
  margin-top:35px;
  flex-wrap:wrap;
}

.hc-review-users{
  display:flex;
}

.hc-review-users span{
  width:42px;
  height:42px;
  border-radius:50%;
  background:#1C472C;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  border:3px solid #fff;
  margin-left:-10px;
  font-size:11px;
  font-weight:700;
}

.hc-review-users span:first-child{
  margin-left:0;
}

.hc-review-box p{
  color:#617166;
  font-size:14px;
}

.hc-right-image{
  position:relative;
  display:flex;
  justify-content:center;
}

.hc-right-image img{
  width:100%;
  max-width:430px;
  filter:drop-shadow(0 25px 40px rgba(0,0,0,.12));
}

.hc-floating-tag{
  position:absolute;
  background:#fff;
  padding:12px 16px;
  border-radius:18px;
  box-shadow:0 15px 35px rgba(0,0,0,.08);
  font-size:13px;
  font-weight:700;
  color:#164c2b;
}

.hc-tag-one{
  top:12%;
  left:0;
}

.hc-tag-two{
  right:0;
  top:45%;
}

.hc-tag-three{
  left:8%;
  bottom:12%;
}

/* =====================================================
USERS SECTION
===================================================== */

.hc-users-section{
  width:100%;
  padding:90px 20px;
  background:#fff;
}

.hc-heading-wrap{
  max-width:720px;
  margin:auto;
  text-align:center;
  margin-bottom:55px;
}

.hc-heading-wrap span{
  display:inline-block;
  padding:10px 18px;
  border-radius:999px;
  background:#edf7ee;
  color:#1C472C;
  font-size:12px;
  font-weight:700;
  margin-bottom:18px;
}

.hc-heading-wrap h2{
  font-size:42px;
  color:#164c2b;
  margin-bottom:18px;
  font-family:Georgia, serif;
}

.hc-heading-wrap p{
  font-size:16px;
  line-height:1.8;
  color:#617166;
}

.hc-card-grid{
  max-width:1280px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
}

.hc-user-card{
  background:#fff;
  border-radius:28px;
  padding:35px 28px;
  border:1px solid rgba(22,76,43,.08);
  transition:.4s;
  box-shadow:0 12px 30px rgba(0,0,0,.04);
}

.hc-user-card:hover{
  transform:translateY(-8px);
  box-shadow:0 20px 50px rgba(0,0,0,.08);
}

.hc-user-icon{
  width:72px;
  height:72px;
  border-radius:20px;
  background:#f4faf5;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:34px;
  margin-bottom:24px;
}

.hc-user-card h3{
  font-size:24px;
  color:#164c2b;
  margin-bottom:14px;
}

.hc-user-card p{
  font-size:14px;
  line-height:1.8;
  color:#617166;
  margin-bottom:20px;
}

.hc-user-card ul{
  list-style:none;
}

.hc-user-card ul li{
  margin-bottom:12px;
  font-size:14px;
  color:#1C472C;
  font-weight:600;
}

/* =====================================================
BENEFITS
===================================================== */

.hc-benefit-wrap{
  width:100%;
  padding:90px 20px;
  background:#f8fbf7;
}

.hc-benefit-container{
  max-width:1280px;
  margin:auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px;
  align-items:center;
}

.hc-benefit-image img{
  width:100%;
  border-radius:36px;
}

.hc-benefit-badge{
  display:inline-block;
  padding:10px 18px;
  border-radius:999px;
  background:#edf7ee;
  color:#1C472C;
  font-size:12px;
  font-weight:700;
  margin-bottom:20px;
}

.hc-benefit-content h2{
  font-size:44px;
  line-height:1.2;
  color:#164c2b;
  margin-bottom:20px;
  font-family:Georgia, serif;
}

.hc-benefit-content p{
  font-size:16px;
  line-height:1.9;
  color:#617166;
  margin-bottom:30px;
}

.hc-benefit-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:16px;
}

.hc-benefit-item{
  background:#fff;
  padding:16px 18px;
  border-radius:18px;
  font-size:14px;
  font-weight:700;
  color:#164c2b;
  box-shadow:0 10px 25px rgba(0,0,0,.05);
}

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

.hc-cta-section{
  width:100%;
  padding:0 20px 90px;
  background:#f8fbf7;
}

.hc-cta-box{
  max-width:1280px;
  margin:auto;
  background:linear-gradient(135deg,#1C472C 0%,#2A6227 100%);
  border-radius:36px;
  padding:80px 40px;
  text-align:center;
}

.hc-cta-badge{
  display:inline-block;
  padding:10px 18px;
  border-radius:999px;
  background:rgba(255,255,255,.1);
  color:#fff;
  font-size:12px;
  margin-bottom:20px;
}

.hc-cta-box h2{
  font-size:48px;
  line-height:1.15;
  color:#fff;
  margin-bottom:20px;
  font-family:Georgia, serif;
}

.hc-cta-box p{
  max-width:700px;
  margin:auto;
  color:rgba(255,255,255,.8);
  font-size:16px;
  line-height:1.8;
  margin-bottom:35px;
}

.hc-cta-btns{
  display:flex;
  justify-content:center;
  gap:16px;
  flex-wrap:wrap;
}

.hc-cta-primary,
.hc-cta-secondary{
  min-width:180px;
  height:54px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:14px;
  font-weight:700;
  transition:.35s;
}

.hc-cta-primary{
  background:linear-gradient(180deg,#FDB606 0%,#F7892B 100%);
  color:#fff;
}

.hc-cta-secondary{
  border:1px solid rgba(255,255,255,.2);
  color:#fff;
}

.hc-cta-primary:hover,
.hc-cta-secondary:hover{
  transform:translateY(-5px);
}

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

@media(max-width:991px){

  .hc-hero-container,
  .hc-benefit-container{
    grid-template-columns:1fr;
  }

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

}

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

@media(max-width:600px){

  .hc-hero-wrap,
  .hc-users-section,
  .hc-benefit-wrap{
    padding:70px 16px;
  }

  .hc-main-title,
  .hc-heading-wrap h2,
  .hc-benefit-content h2,
  .hc-cta-box h2{
    font-size:32px;
  }

  .hc-main-text,
  .hc-heading-wrap p,
  .hc-benefit-content p,
  .hc-cta-box p{
    font-size:14px;
  }

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

  .hc-benefit-grid{
    grid-template-columns:1fr;
  }

  .hc-cta-section{
    padding:0 16px 70px;
  }

  .hc-cta-box{
    padding:60px 22px;
    border-radius:26px;
  }

  .hc-primary-btn,
  .hc-secondary-btn,
  .hc-cta-primary,
  .hc-cta-secondary{
    width:100%;
  }

  .hc-floating-tag{
    display:none;
  }

}