/* Wrapper (matches centered article layout) */
.pillars-wrapper {
    margin: 0 auto;
    padding: 0 20px;
    
}

/* Section spacing */
.pillar-item {
    margin-bottom: 88px;
}

/* Divider (very subtle like reference) */
.pillar-divider {
    padding-bottom: 32px;
    border-bottom: 1px solid #eaeaea;
}

/* Title */
.pillars-wrapper .pillar-title {
    font-size: 28px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    margin-bottom: 14px;
    color: #0D1F12;
}

/* Paragraph spacing (IMPORTANT for matching image) */
.pillars-wrapper .pillar-text {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.75 !important;
    margin-bottom: 16px;
    color: #000000;
}

/* List */
.pillar-list {
    padding-left: 18px;
    margin-bottom: 12px;
}

.pillars-wrapper .pillar-list-item {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.7 !important;
    margin-bottom: 8px;
}

/* Image spacing (key fix) */
.pillar-image-wrap {
    margin-top: 18px;
    margin-bottom: 18px;
}

.pillar-image {
    width: 100%;
    height: auto;
    max-height: 420px;
    object-fit: cover;
    border-radius: 10px;
}

/* Stat card */
.pillar-stat-card {
    display: flex;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 10px;
    background: rgba(34, 197, 94, 0.1);
    margin: 12px 0;
}

.pillar-stat-value {
    font-size: 24px;
    font-weight: 700;
    color: #16a34a;
}

.pillar-stat-text {
    font-size: 13px;
    line-height: 1.6;
}

/* ========================= */
/* TABLET */
@media (min-width: 768px) {

    .pillars-wrapper {
        padding: 0 24px;
    }

    .pillars-wrapper .pillar-title {
        font-size: 26px !important;
        margin-bottom: 16px;
    }

    .pillars-wrapper .pillar-text {
        font-size: 15px !important;
        margin-bottom: 12px;
    }

    .pillar-item {
        margin-bottom: 56px;
    }

    .pillar-image {
        max-height: 480px;
    }
}

/* ========================= */
/* DESKTOP */
@media (min-width: 1024px) {

    .pillars-wrapper {
        padding: 0;
    }

    .pillars-wrapper .pillar-title {
        font-size: 28px !important;
        margin-bottom: 18px;
    }

    .pillars-wrapper .pillar-text {
        font-size: 16px !important;
        line-height: 1.8 !important;
        margin-bottom: 14px;
    }

    .pillar-item {
        margin-bottom: 64px;
    }

    .pillar-image-wrap {
        margin-top: 22px;
        margin-bottom: 22px;
    }

    .pillar-image {
        max-height: 560px;
        border-radius: 14px;
    }
}

/* ===== CTA SECTION BASE ===== */
.cta-section {
  background: radial-gradient(circle at center, rgba(232, 248, 238, 0.6) 0%, rgba(255, 255, 255, 0) 70%);
  padding: 40px 15px;
}

.cta-section h2 {
  letter-spacing: -1.5px;
  line-height: 1.2;
  max-width: 900px;
}

.cta-section p {
  max-width: 680px;
  font-weight: 500;
}

/* Highlight text */
.hero-title-highlight {
  color: #31a15a !important;
}

/* Buttons */
.cta-section .btn {
  font-size: 1rem;
  transition: all 0.3s ease;
  margin-top: 20px;
}

.cta-section .btn-success {
  background-color: #31a15a;
  border-color: #31a15a;
}

.cta-section .btn-success:hover {
  background-color: #27894b;
  border-color: #27894b;
}

.cta-section .btn-light {
  background-color: #f6f8f6;
  border: 2px solid rgba(0, 0, 0, 0.25);
  color: #1f2923;
}

.cta-section .btn-light:hover {
  background-color: #e9efe9;
}

/* Link hover */
.hover-underline:hover {
  text-decoration: underline;
}

/* ===== MOBILE (default <576px) ===== */
.cta-section h2 {
  font-size: 35px;
}

.cta-section p {
  font-size: 14px;
}

.cta-section .btn {
  width: 100%;
  padding: 10px 16px;
}

/* ===== SMALL DEVICES (≥576px) ===== */
@media (min-width: 576px) {
  .cta-section {
    padding: 50px 20px;
  }

  .cta-section h2 {
    font-size: 32px;
  }

  .cta-section p {
    font-size: 15px;
  }

  .cta-section .btn {
    width: auto;
  margin-top: 20px;
  }
}

/* ===== TABLETS (≥768px) ===== */
@media (min-width: 768px) {
  .cta-section {
    padding: 60px 30px;
  }

  .cta-section h2 {
    font-size: 35px;
  }

  .cta-section p {
    font-size: 16px;
  }
}

/* ===== LAPTOP (≥992px) ===== */
@media (min-width: 992px) {
  .cta-section {
    padding: 80px 40px;
  }

  .cta-section h2 {
    font-size: 35px;
  }

  .cta-section p {
    font-size: 16.5px;
  }
}

/* ===== LARGE SCREENS (≥1200px) ===== */
@media (min-width: 1200px) {
  .cta-section h2 {
    font-size: 35px;
  }

  .cta-section p {
    font-size: 16px;
  }

  .cta-section .btn {
    margin-top: 20px;
  }
}

/* ===== EXTRA LARGE (≥1400px) ===== */
@media (min-width: 1400px) {
  .cta-section {
    padding: 100px 0;
  }

  .cta-section h2 {
    font-size: 35px;
  }

  .cta-section .btn {
    margin-top: 40px;
  }
}