body.content-page {
  background:
    radial-gradient(ellipse at 15% 8%, rgba(16,185,129,0.10) 0%, transparent 42%),
    radial-gradient(ellipse at 90% 78%, rgba(16,185,129,0.08) 0%, transparent 45%),
    #f0fdf8;
}

.content-page .page-hero {
  position: relative;
  overflow: hidden;
  min-height: 330px;
  display: flex;
  align-items: center;
  padding: 108px 0 46px;
  background: linear-gradient(135deg, #064e3b 0%, #065f46 42%, #047857 100%);
  border-bottom: 0;
}

.content-page .page-hero::before {
  content: '';
  position: absolute;
  top: -34%;
  right: -8%;
  width: clamp(240px, 48vw, 680px);
  height: clamp(240px, 48vw, 680px);
  border-radius: 50%;
  background: rgba(255,255,255,0.05);
  pointer-events: none;
}

.content-page .page-hero::after {
  content: '';
  position: absolute;
  bottom: -46%;
  left: -8%;
  width: clamp(170px, 34vw, 460px);
  height: clamp(170px, 34vw, 460px);
  border-radius: 50%;
  background: rgba(255,255,255,0.04);
  pointer-events: none;
}

.content-page .page-hero .container {
  position: relative;
  z-index: 1;
  text-align: center;
}

.content-page .page-hero h1 {
  max-width: 760px;
  margin: 0 auto;
  color: white;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.12;
}

.content-page .page-hero p {
  max-width: 680px;
  margin: 12px auto 0;
  color: rgba(255,255,255,0.76);
  font-size: 16px;
  line-height: 1.55;
}

.content-page .page-content {
  position: relative;
  padding: 0 0 58px;
}

.content-page .page-content::before {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  height: 72px;
  background: linear-gradient(180deg, rgba(6,78,59,0.10), transparent);
  pointer-events: none;
}

.content-page .page-card {
  position: relative;
  max-width: 880px;
  margin: -28px auto 0;
  border-radius: 20px;
  overflow: hidden;
  text-align: left;
}

.content-page .page-card::before {
  content: '';
  display: block;
  height: 4px;
  margin: -40px -40px 30px;
  background: linear-gradient(90deg, #10b981, #6ee7b7);
}

.content-page .page-card h2:first-child,
.content-page .page-card h3:first-child {
  margin-top: 0;
}

.content-page .page-card h2 {
  margin: 26px 0 10px;
  padding: 8px 12px;
  border-radius: 10px;
  background: linear-gradient(135deg, #ecfdf5 0%, #f0fdf8 100%);
  border: 1px solid rgba(16,185,129,0.12);
  color: #059669;
  font-size: 17px;
  line-height: 1.25;
}

.content-page .page-card h3 {
  color: #111827;
  font-size: 15px;
  line-height: 1.35;
}

.content-page .page-card p {
  color: #374151;
  font-size: 15px;
  line-height: 1.68;
}

.content-page .page-card strong {
  color: #111827;
}

.content-page .page-card ul {
  color: #374151;
  margin-top: 8px;
}

.content-page .page-card li {
  line-height: 1.6;
}

.content-page .back-btn {
  margin-top: 24px;
  box-shadow: 0 8px 24px rgba(16,185,129,0.22);
}

@media (max-width: 768px) {
  .content-page .page-hero {
    min-height: 260px;
    padding: 94px 0 34px;
  }

  .content-page .page-hero h1 {
    font-size: 30px;
  }

  .content-page .page-hero p {
    font-size: 15px;
  }

  .content-page .page-content {
    padding: 0 0 42px;
  }

  .content-page .page-card {
    margin-top: -22px;
  }

  .content-page .page-card h2 {
    margin-top: 22px;
    padding: 7px 10px;
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .content-page .page-hero {
    min-height: 245px;
    padding: 90px 0 30px;
  }

  .content-page .page-hero h1 {
    font-size: 26px;
  }

  .content-page .page-hero p {
    font-size: 14px;
  }

  .content-page .page-card {
    border-radius: 16px;
  }

  .content-page .page-card p,
  .content-page .page-card li {
    font-size: 14px;
  }

  .content-page .page-card::before {
    margin: -24px -24px 24px;
  }
}
