:root {
  --olive: #96ad4f;
  --olive-dark: #7e9440;
  --purple: #2f2350;
  --purple-soft: #423164;
  --text: #2f2a4a;
  --muted: #7b7d8e;
  --bg: #f5f6f8;
  --white: #ffffff;
  --radius: 18px;
  --shadow: 0 14px 35px rgba(25, 18, 45, 0.12);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  color: var(--text);
  background: #f4f5f7;
}

img {
  display: block;
  max-width: 100%;
}

.container {
  width: min(1380px, calc(100% - 1.8rem));
  margin: 0 auto;
}

.section {
  padding: 2.8rem 0;
  width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(6px);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #ececf1;
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 86px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  text-decoration: none;
  color: var(--text);
}

.brand img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 0.95;
}

.brand-text strong {
  font-size: 1.22rem;
  letter-spacing: 0.02em;
  color: #4b4b55;
}

.brand-text small {
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  color: #96ad4f;
  font-weight: 600;
}

.main-nav {
  display: flex;
  gap: 0.95rem;
}

.main-nav a {
  text-decoration: none;
  color: #7d7f8f;
  font-size: 0.84rem;
  font-weight: 500;
}

.menu-toggle {
  display: none;
}

.nav-actions {
  display: flex;
  gap: 0.5rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0.58rem 0.92rem;
  font-weight: 700;
  text-decoration: none;
  font-size: 0.78rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

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

.btn-solid {
  color: #fff;
  background: linear-gradient(120deg, var(--olive), var(--olive-dark));
  box-shadow: 0 10px 18px rgba(126, 148, 64, 0.27);
}

.btn-solid.alt {
  color: #4f5d2c;
  background: #e7edcf;
  box-shadow: none;
}

.btn-outline {
  color: #5f6072;
  background: #fff;
  border-color: #d7dbe4;
}

.hero {
  padding-top: 0;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 2rem;
  align-items: center;
  background-color: transparent;
  background-image: url("../assets/images/hero-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0;
  padding: 2rem;
  box-shadow: 0 8px 24px rgba(22, 21, 35, 0.08);
  width: 100%;
}

.eyebrow {
  display: inline-block;
  border-radius: 999px;
  padding: 0.36rem 0.76rem;
  background: #eff3df;
  color: #667d2e;
  font-size: 0.76rem;
  font-weight: 700;
}

h1, h2, h3, h4 {
  font-family: "Poppins", sans-serif;
  margin: 0;
  color: #2f2a4a;
}

h1 {
  font-size: clamp(2rem, 3.8vw, 3rem);
  line-height: 1.05;
  margin: 1rem 0;
}

h1 span {
  color: #8fa44b;
}

.hero-copy p {
  color: var(--muted);
  line-height: 1.7;
}

.hero-actions {
  margin-top: 1.3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.hero-media img {
  border-radius: 8px;
  object-fit: contain;
  object-position: center;
  width: 100%;
  min-height: 320px;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
  width: 100%;
}

.service-card {
  background: #fff;
  border-radius: 4px;
  padding: 1.05rem 0.95rem 0.9rem;
  box-shadow: 0 1px 6px rgba(22, 21, 35, 0.12);
  border: 1px solid #ececf2;
}

.icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  margin: 0 auto 0.8rem;
  font-weight: 700;
}

.icon-purple {
  background: #4d3a77;
}

.icon-olive {
  background: #9cb154;
}

.icon-gray {
  background: #8f8f96;
}

.service-card h3 {
  font-size: 1rem;
  margin-bottom: 0.45rem;
  text-align: left;
}

.service-card:nth-child(1) h3,
.service-card:nth-child(4) h3 {
  color: #443568;
}

.service-card:nth-child(2) h3 {
  color: #8fa44b;
}

.service-card:nth-child(3) h3 {
  color: #8a8c95;
}

.service-card p {
  color: #838595;
  margin: 0 0 0.8rem;
  line-height: 1.45;
  font-size: 0.79rem;
}

.service-card a {
  color: #5f6072;
  font-weight: 600;
  font-size: 0.78rem;
  text-decoration: none;
}

.stats-band {
  background: linear-gradient(90deg, #332456, #261941);
  color: #fff;
  padding: 1.8rem 0;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  width: 100%;
}

.stats-grid div {
  text-align: center;
}

.stat-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.stat-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  flex-shrink: 0;
}

.stat-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.stat-copy strong {
  line-height: 1;
}

.stat-copy span {
  line-height: 1.2;
}

.stat-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.stats-grid strong {
  display: block;
  font: 800 2rem "Poppins", sans-serif;
  line-height: 1;
}

.stats-grid span {
  color: #ccc7db;
  font-size: 0.74rem;
}

.testimonials {
  background: #f1f2f5;
}

.testimonials h2 {
  text-align: center;
  margin-bottom: 1.2rem;
  color: #2d2b44;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  width: 100%;
}

.testimonial-card {
  background: #fff;
  border-radius: 8px;
  padding: 1.2rem;
  box-shadow: 0 8px 20px rgba(22, 21, 35, 0.08);
}

.quote {
  color: #4a3b76;
  font-size: 1.6rem;
  line-height: 1;
}

.dots {
  display: flex;
  justify-content: center;
  gap: 0.35rem;
  margin-top: 0.9rem;
}

.dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #33344b;
}

.dots .off {
  opacity: 0.3;
}

.testimonial-card p {
  margin: 0 0 0.8rem;
  line-height: 1.6;
  color: #7a7d8f;
}

.testimonial-card h4 {
  font-size: 1.02rem;
}

.testimonial-card span {
  font-size: 0.9rem;
  color: #8a8c99;
}

.person {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-top: 0.4rem;
}

.person img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #ececf2;
}

.person h4 {
  font-size: 0.98rem;
  margin-bottom: 0.1rem;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.section-head a {
  color: #747687;
  text-decoration: none;
  font-weight: 600;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  width: 100%;
}

.blog-card {
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(22, 21, 35, 0.08);
}

.blog-thumb {
  height: 150px;
  width: 100%;
  object-fit: cover;
}

.blog-body {
  padding: 1rem;
}

.chip {
  display: inline-block;
  background: #f2eeb3;
  color: #7d7328;
  font-size: 0.75rem;
  border-radius: 999px;
  padding: 0.3rem 0.55rem;
  margin-bottom: 0.65rem;
}

.blog-body h3 {
  font-size: 1rem;
  margin-bottom: 0.7rem;
  color: #3a3853;
}

.blog-body a {
  text-decoration: none;
  font-weight: 700;
  color: #66687a;
}

.final-cta {
  background: linear-gradient(130deg, #3a2a61, #251a44);
  color: #fff;
}

.cta-wrap {
  text-align: center;
}

.cta-wrap h2 {
  color: #ffffff;
  font-size: clamp(1.9rem, 3.2vw, 2.7rem);
  font-weight: 700;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}

.cta-wrap p {
  color: #ddd7ef;
}

.btn-outline.light {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.26);
}

.site-footer {
  background: #f4f5f7;
  padding: 0.8rem 0 1rem;
  border-top: 1px solid #e2e4ea;
}

.copyright {
  border-top: 1px solid #d9dce6;
  margin-top: 1.2rem;
  padding-top: 1rem;
  color: #4f5160;
  font-size: 0.9rem;
  font-weight: 500;
}

@media (max-width: 992px) {
  .container {
    width: min(100%, calc(100% - 1.5rem));
  }

  .main-nav,
  .nav-actions {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
    border: 1px solid #d5d9e2;
    border-radius: 999px;
    background: #fff;
    padding: 0.6rem 0.9rem;
    font-weight: 700;
  }

  .main-nav.open {
    display: grid;
    position: absolute;
    top: 82px;
    left: 0;
    right: 0;
    background: #fff;
    padding: 1rem;
    border-bottom: 1px solid #ececf1;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 1.1rem;
    padding: 1.1rem;
    background-size: cover;
    background-position: center;
  }

  .hero-media img {
    min-height: 250px;
  }

  .cards-grid,
  .stats-grid,
  .blog-grid,
  .testimonial-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .stats-grid {
    row-gap: 0.85rem;
  }

  .stat-item {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100%, calc(100% - 1rem));
  }

  .section {
    padding: 2rem 0;
  }

  .cards-grid,
  .stats-grid,
  .testimonial-grid,
  .blog-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    padding: 0.9rem;
  }

  .hero-copy h1 {
    font-size: clamp(1.55rem, 8.2vw, 2.2rem);
  }

  .hero-actions {
    width: 100%;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .section-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.4rem;
  }

  .stats-band {
    padding: 1.2rem 0;
  }

  .stat-item {
    justify-content: flex-start;
  }

  .main-nav.open {
    gap: 0.25rem;
  }

  .main-nav.open a {
    padding: 0.35rem 0;
    font-size: 0.95rem;
  }
}
