/* Compliance practice pages — shared layout polish */
.compliance-stat-card {
  background: #fff;
  border-radius: 16px;
  padding: 28px 24px;
  height: 100%;
  box-shadow: 0 8px 30px rgba(15, 35, 55, 0.08);
  border: 1px solid rgba(22, 94, 128, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.compliance-stat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 40px rgba(15, 35, 55, 0.12);
}

.compliance-stat-card .stat-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, #165e80, #1a8fb8);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 16px;
}

.compliance-stat-card h3 {
  font-size: 1.15rem;
  margin-bottom: 10px;
  line-height: 1.35;
}

.compliance-stat-card p {
  margin: 0;
  color: #5a6578;
  font-size: 15px;
  line-height: 1.6;
}

.compliance-framework-card {
  display: block;
  height: 100%;
  background: #fff;
  border-radius: 16px;
  padding: 28px 24px;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 8px 30px rgba(15, 35, 55, 0.08);
  border: 1px solid rgba(22, 94, 128, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.compliance-framework-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 40px rgba(15, 35, 55, 0.14);
  border-color: rgba(22, 94, 128, 0.25);
  color: inherit;
}

.compliance-framework-card .framework-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #165e80;
  margin-bottom: 10px;
}

.compliance-framework-card h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.compliance-framework-card p {
  margin: 0;
  color: #5a6578;
  font-size: 15px;
  line-height: 1.6;
}

.compliance-framework-card .read-more {
  display: inline-block;
  margin-top: 14px;
  font-weight: 600;
  color: #165e80;
  font-size: 14px;
}

.compliance-dark-band {
  background-color: #0b1a2a;
}

.compliance-light-band {
  background-color: #f3f6f9;
}

.compliance-cta {
  background-color: #165e80;
}

.compliance-section-img {
  width: 100%;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}

.compliance-section-img img {
  border-radius: 20px;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.feature-thumb8_wrapp.compliance-section-img {
  max-width: 340px;
}

/* Framework + hub pages — illustrations scale with screen size */
.compliance-framework-page .compliance-section-img img,
.compliance-hub-page .compliance-section-img img,
.compliance-framework-page .feature-thumb8_wrapp.compliance-section-img img,
.compliance-hub-page .feature-thumb8_wrapp.compliance-section-img img {
  box-shadow: none !important;
  border-radius: 0;
  width: 100% !important;
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.compliance-framework-page .feature-thumb8_wrapp.compliance-section-img,
.compliance-hub-page .feature-thumb8_wrapp.compliance-section-img {
  width: 100%;
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}

.compliance-framework-page .feature-thumb8_wrapp.compliance-section-img .feature-thumb8-1,
.compliance-hub-page .feature-thumb8_wrapp.compliance-section-img .feature-thumb8-1 {
  width: 100%;
}

@media (max-width: 1199px) {
  .compliance-framework-page .compliance-section-img,
  .compliance-hub-page .compliance-section-img {
    max-width: 320px;
  }

  .compliance-framework-page .feature-thumb8_wrapp.compliance-section-img,
  .compliance-hub-page .feature-thumb8_wrapp.compliance-section-img {
    max-width: 300px;
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .compliance-framework-page .compliance-section-img,
  .compliance-hub-page .compliance-section-img {
    max-width: 280px;
  }

  .compliance-framework-page .feature-thumb8_wrapp.compliance-section-img,
  .compliance-hub-page .feature-thumb8_wrapp.compliance-section-img {
    max-width: 260px;
  }
}

@media (max-width: 575px) {
  .compliance-framework-page .compliance-section-img,
  .compliance-hub-page .compliance-section-img {
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .compliance-framework-page .feature-thumb8_wrapp.compliance-section-img,
  .compliance-hub-page .feature-thumb8_wrapp.compliance-section-img {
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }
}
