/* ==========================================================
   WHY US PAGE – layout & styling
   Uses same visual language as home + Services
========================================================== */

.as-why-page {
  background: #f5f7fb;
}

/* HERO --------------------------------------------------- */

.as-why-hero {
  padding: 72px 24px 40px;
}

.as-why-hero-inner {
  max-width: 1120px;
  margin: 0 auto;
}

.as-why-hero-title {
  font-size: 36px;
  line-height: 1.15;
  margin: 10px 0 12px;
  color: #020617;
}

.as-why-hero-subtitle {
  font-size: 16px;
  color: #4b5563;
  max-width: 640px;
  margin: 0 0 22px;
}

.as-why-hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.as-why-hero-stat {
  background: #ffffff;
  border-radius: 999px;
  padding: 10px 18px;
  display: inline-flex;
  flex-direction: column;
  min-width: 170px;
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
}

.as-why-hero-stat-value {
  font-size: 18px;
  font-weight: 700;
  color: #1d4ed8;
}

.as-why-hero-stat-label {
  font-size: 13px;
  color: #6b7280;
}

/* PILLARS ------------------------------------------------ */

.as-why-pillars {
  padding: 24px 24px 56px;
}

.as-why-pillars-inner {
  max-width: 1120px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
  padding: 40px 40px 32px;
}

.as-why-pillars-header {
  max-width: 640px;
  margin-bottom: 32px;
}

.as-why-pillars-header h2 {
  font-size: 30px;
  margin: 0 0 10px;
  color: #04101f;
}

.as-why-pillars-header p {
  margin: 0;
  font-size: 16px;
  color: #485569;
}

.as-why-pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.as-why-pillar-card {
  background: #f8fbff;
  border-radius: 18px;
  padding: 22px 20px 20px;
  border: 1px solid rgba(15, 98, 254, 0.16);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}



.as-why-pillar-card h3 {
  font-size: 18px;
  margin: 0 0 8px;
  color: #051937;
}

.as-why-pillar-card p {
  margin: 0 0 10px;
  font-size: 14px;
  color: #4b5563;
}

.as-why-pillar-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #3c4b63;
}

.as-why-pillar-card li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 6px;
}

.as-why-pillar-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #0f62fe;
}

/* PROOF / OUTCOMES -------------------------------------- */

.as-why-proof {
  padding: 10px 24px 60px;
}

.as-why-proof-inner {
  max-width: 1120px;
  margin: 0 auto;
}

.as-why-proof-header {
  max-width: 640px;
  margin-bottom: 28px;
}

.as-why-proof-header h2 {
  font-size: 28px;
  margin: 0 0 8px;
  color: #04101f;
}

.as-why-proof-header p {
  margin: 0;
  font-size: 15px;
  color: #485569;
}

.as-why-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.as-why-proof-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 22px 20px 20px;
  border: 1px solid rgba(148, 163, 184, 0.45);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
   transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}


.as-why-proof-card h3 {
  font-size: 18px;
  margin: 0 0 8px;
  color: #051937;
}

.as-why-proof-card p {
  margin: 0 0 10px;
  font-size: 14px;
  color: #4b5563;
}

.as-why-proof-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #3c4b63;
}

.as-why-proof-card li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 6px;
}

.as-why-proof-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #1d4ed8;
}

/* CTA ---------------------------------------------------- */

.as-why-cta {
  padding: 12px 24px 72px;
}

.as-why-cta-inner {
  max-width: 1120px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 20px 55px rgba(15, 23, 42, 0.12);
  padding: 26px 26px 22px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  justify-content: space-between;
}

.as-why-cta-text {
  max-width: 520px;
}

.as-why-cta-text h2 {
  margin: 0 0 8px;
  font-size: 22px;
  color: #020617;
}

.as-why-cta-text p {
  margin: 0;
  font-size: 14px;
  color: #4b5563;
}

.as-why-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: flex-end;
}

/* Reuse .as-header-cta and .as-btn-outline-light for buttons */

/* Responsive -------------------------------------------- */

@media (max-width: 991px) {
  .as-why-pillars-inner {
    padding: 32px 24px 24px;
  }

  .as-why-pillars-grid,
  .as-why-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .as-why-hero {
    padding: 56px 16px 32px;
  }

  .as-why-pillars,
  .as-why-proof,
  .as-why-cta {
    padding: 12px 16px 40px;
  }

  .as-why-pillars-grid,
  .as-why-proof-grid {
    grid-template-columns: 1fr;
  }

  .as-why-cta-inner {
    padding: 22px 18px 18px;
  }

  .as-why-cta-actions {
    justify-content: flex-start;
  }
}
