.page-title-section {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.90) 50%, rgba(246, 246, 247, 0.95) 100%),
    url('https://images.unsplash.com/photo-1516321318423-f06f85e504b3?auto=format&fit=crop&w=1400&q=80') center center / cover no-repeat;
}

.about-box {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2rem;
  height: 100%;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.05);
  transition: 0.28s ease;
}

.about-box h3,
.feature-card h3 {
  font-size: 1.2rem;
  font-weight: 800;
  color: #111;
  margin-bottom: 1rem;
  line-height: 1.35;
}

.about-box p,
.feature-card p {
  color: var(--muted);
  line-height: 1.8;
  margin-bottom: 0;
}

.feature-icon {
  width: 64px;
  height: 64px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(214, 31, 38, 0.12), rgba(214, 31, 38, 0.04));
  color: var(--primary);
  font-size: 1.35rem;
  margin-bottom: 1.25rem;
}

.feature-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 1.7rem;
  height: 100%;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.05);
  transition: 0.28s ease;
}

.about-panel {
  background: linear-gradient(135deg, #141414, #262626);
  border-radius: 34px;
  padding: 2.2rem;
  color: #fff;
  position: relative;
  overflow: hidden;
  min-height: 100%;
}

.about-panel::before {
  content: "";
  position: absolute;
  right: -70px;
  top: -70px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(214, 31, 38, 0.36), transparent 62%);
}

.badge-soft {
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
}

.about-panel h3 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 1rem;
  position: relative;
}

.about-panel p {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.9;
  margin-bottom: 0;
  position: relative;
}

.about-values-section {
  background: linear-gradient(180deg, #f8f8f8 0%, #ffffff 100%);
}

.text-full-width {
  max-width: none;
}

.copy-muted {
  max-width: none;
  color: var(--muted);
  line-height: 1.8;
}

.about-stat {
  text-align: center;
  padding: 1.5rem;
}

.stat-number {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.about-stat p {
  color: var(--muted);
  font-weight: 600;
  margin: 0;
}

.cta {
  background: linear-gradient(135deg, #171717 0%, #242424 50%, #121212 100%);
  color: #fff;
  border-radius: 38px;
  padding: 3rem;
  position: relative;
  overflow: hidden;
}

.cta::before,
.cta::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(214, 31, 38, 0.28), transparent 68%);
  pointer-events: none;
}

.cta::before {
  width: 280px;
  height: 280px;
  right: -80px;
  top: -80px;
}

.cta::after {
  width: 220px;
  height: 220px;
  left: -60px;
  bottom: -60px;
}

.cta h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 1rem;
}

.cta p {
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.8;
  margin-bottom: 1.5rem;
  max-width: 700px;
}

@media (max-width: 991.98px) {
  .cta {
    padding: 2rem;
  }
}
