/* Keep global site typography from header_view/style.css (Gilroy stack) */
body.cp-program-page {
  margin: 0;
  color: #2D3459;
  background: #ffffff;
}

.section-pad {
  padding: 72px 0;
}

.section-pad-lg {
  padding: 96px 0;
}

.cp-page {
  overflow-x: hidden;
  font-family: 'Gilroy-Medium', sans-serif;
  color: #2D3459;
}

.cp-hero {
  background: linear-gradient(135deg, #eff6ff 0%, #ffffff 45%, #dbeafe 100%);
  padding-top: 140px;
}

.cp-blob {
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.cp-blob-a {
  top: 8%;
  left: 7%;
  width: 190px;
  height: 190px;
  background: rgba(37, 99, 235, 0.08);
  filter: blur(35px);
}

.cp-blob-b {
  bottom: 8%;
  right: 6%;
  width: 260px;
  height: 260px;
  background: rgba(37, 99, 235, 0.12);
  filter: blur(45px);
}

.cp-blob-c {
  top: 20%;
  right: 18%;
  width: 120px;
  height: 120px;
  background: rgba(37, 99, 235, 0.12);
  filter: blur(20px);
}

.cp-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(37, 99, 235, 0.22);
  background: rgba(37, 99, 235, 0.08);
  color: #1d4ed8;
  font-size: 13px;
  font-weight: 700;
}

.cp-chip-dark {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.cp-display {
  margin: 0;
  font-size: clamp(2.2rem, 6vw, 4.6rem);
  line-height: 1.06;
  font-family: 'Gilroy-Bold', sans-serif;
  font-weight: 400;
  color: #0f172a;
}

.cp-display-accent {
  color: #2563eb;
}

.cp-lead {
  font-size: clamp(1.1rem, 2.7vw, 1.5rem);
  color: #334155;
  font-family: 'Gilroy-SemiBold', sans-serif;
  font-weight: 400;
}

.cp-sublead {
  max-width: 820px;
  font-size: 1.08rem;
  line-height: 1.72;
  color: #475569;
  font-family: 'Gilroy-Medium', sans-serif;
}

.cp-btn-primary,
.cp-btn-light {
  border-radius: 12px;
  font-family: 'Gilroy-SemiBold', sans-serif;
  font-weight: 400;
  padding: 14px 32px;
  border: 0;
}

.cp-btn-primary {
  color: #ffffff;
  background: #2563eb;
  box-shadow: 0 16px 32px rgba(37, 99, 235, 0.3);
}

.cp-btn-primary:hover {
  color: #ffffff;
  background: #1d4ed8;
}

.cp-btn-light {
  color: #0f172a;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.33);
}

.cp-btn-light:hover {
  color: #0f172a;
  background: #f8fafc;
}

.cp-mini-facts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px 26px;
  color: #4b5563;
  font-size: 13px;
  font-weight: 600;
}

.cp-mini-facts i {
  color: #2563eb;
  margin-right: 6px;
}

.cp-stat-card {
  height: 100%;
  border: 1px solid #dbeafe;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  padding: 20px 16px;
  box-shadow: 0 7px 22px rgba(37, 99, 235, 0.08);
}

.cp-stat-value {
  color: #2563eb;
  font-weight: 800;
  font-size: clamp(1.55rem, 3.2vw, 2.2rem);
}

.cp-stat-label {
  margin-top: 4px;
  color: #6b7280;
  font-size: 14px;
  font-weight: 500;
}

.cp-title {
  margin: 0;
  color: #111827;
  font-size: clamp(1.95rem, 5vw, 3.2rem);
  line-height: 1.16;
  font-family: 'Gilroy-Bold', sans-serif;
  font-weight: 400;
}

.cp-copy {
  margin: 0;
  color: #4b5563;
  font-size: 1.08rem;
  line-height: 1.72;
  font-family: 'Gilroy-Medium', sans-serif;
}

.cp-feature-card,
.cp-card,
.cp-step-card,
.cp-who-card {
  border: 1px solid #dbeafe;
  border-radius: 16px;
  background: #ffffff;
  padding: 28px;
  box-shadow: 0 8px 22px rgba(37, 99, 235, 0.08);
}

.cp-feature-card {
  background: linear-gradient(140deg, #ffffff 0%, #f8fbff 100%);
}

.cp-icon-box {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #2563eb;
  color: #ffffff;
  font-size: 22px;
  box-shadow: 0 12px 22px rgba(37, 99, 235, 0.28);
  margin-bottom: 16px;
}

.cp-card-icon {
  color: #2563eb;
  font-size: 34px;
  margin-bottom: 14px;
}

.cp-card-title {
  margin: 0 0 10px;
  color: #111827;
  font-size: 1.18rem;
  font-family: 'Gilroy-SemiBold', sans-serif;
  font-weight: 400;
}

.cp-card-copy {
  color: #4b5563;
  font-size: 0.96rem;
  line-height: 1.65;
  font-family: 'Gilroy-Medium', sans-serif;
}

.cp-outcomes-box {
  border: 1px solid #dbeafe;
  border-radius: 16px;
  background: linear-gradient(145deg, #eef5ff 0%, #ffffff 100%);
  box-shadow: 0 12px 26px rgba(37, 99, 235, 0.13);
  padding: 30px;
}

.cp-outcome-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 14px;
  color: #1f2937;
  font-size: 1.03rem;
}

.cp-outcome-item:last-child {
  margin-bottom: 0;
}

.cp-outcome-item i {
  margin-top: 3px;
  color: #2563eb;
}

.cp-soft-bg {
  background: linear-gradient(150deg, #eff6ff 0%, #ffffff 100%);
}

.cp-testimonial {
  border: 1px solid #dbeafe;
  border-radius: 16px;
  background: #ffffff;
  padding: 26px;
  box-shadow: 0 12px 28px rgba(37, 99, 235, 0.11);
}

.cp-stars {
  color: #2563eb;
}

.cp-testimonial-quote {
  margin: 0 0 20px;
  color: #374151;
  font-style: italic;
  line-height: 1.72;
}

.cp-testimonial-footer {
  border-top: 1px solid #dbeafe;
  padding-top: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.cp-testimonial-name {
  color: #111827;
  font-weight: 700;
}

.cp-testimonial-role {
  color: #6b7280;
  font-size: 12px;
}

.cp-badge {
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.12);
  color: #1d4ed8;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 700;
}

.cp-step-card {
  background: linear-gradient(145deg, #ffffff 0%, #f8fbff 100%);
}

.cp-step-num {
  color: rgba(37, 99, 235, 0.25);
  font-size: 2.6rem;
  line-height: 1;
  font-weight: 800;
  margin-bottom: 10px;
}

.cp-compare-wrap {
  border: 1px solid #dbeafe;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(37, 99, 235, 0.13);
}

.cp-compare-table thead th {
  border: 0;
  background: linear-gradient(92deg, #2563eb 0%, #1d4ed8 100%);
  color: #ffffff;
  font-weight: 700;
  padding: 16px;
  text-align: left !important;
}

.cp-compare-table tbody tr:nth-child(odd) {
  background: rgba(239, 246, 255, 0.55);
}

.cp-compare-table td {
  border-top: 1px solid #dbeafe;
  padding: 15px 16px;
  vertical-align: middle;
  text-align: left !important;
}

.cp-us {
  color: #1d4ed8;
  font-weight: 600;
}

.cp-them {
  color: #6b7280;
}

.cp-faq .cp-faq-item {
  border: 1px solid #dbeafe;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 12px;
  box-shadow: 0 6px 18px rgba(37, 99, 235, 0.08);
}

.cp-faq .card-header {
  border: 0;
  background: #ffffff;
  padding: 0;
}

.cp-faq-btn {
  width: 100%;
  text-align: left;
  padding: 16px 20px;
  color: #111827;
  font-weight: 700;
  white-space: normal;
  text-decoration: none;
}

.cp-faq-btn:hover,
.cp-faq-btn:focus {
  color: #111827;
  text-decoration: none;
}

.cp-faq .card-body {
  color: #4b5563;
  line-height: 1.72;
  padding-top: 0;
}

.cp-final {
  background: linear-gradient(145deg, #0f172a 0%, #1e3a8a 100%);
}

.cp-final-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 82%, rgba(37, 99, 235, 0.34), transparent 48%),
    radial-gradient(circle at 82% 18%, rgba(37, 99, 235, 0.34), transparent 48%);
}

.cp-final-title {
  margin: 0;
  font-size: clamp(2rem, 5vw, 3.8rem);
  line-height: 1.1;
  font-family: 'Gilroy-Bold', sans-serif;
  font-weight: 400;
  color: #ffffff;
}

.cp-final-copy {
  color: #bfdbfe;
  font-size: 1.1rem;
  line-height: 1.72;
}

.cp-final-note {
  color: #bfdbfe;
  font-size: 13px;
  font-weight: 600;
}

@media (max-width: 991.98px) {
  .section-pad {
    padding: 56px 0;
  }

  .section-pad-lg {
    padding: 72px 0;
  }

  .cp-hero {
    padding-top: 110px;
  }
}

@media (max-width: 575.98px) {
  .cp-feature-card,
  .cp-card,
  .cp-step-card,
  .cp-who-card,
  .cp-testimonial,
  .cp-outcomes-box {
    padding: 22px;
  }

  .cp-mini-facts {
    justify-content: center;
    gap: 10px 16px;
  }
}
