.content-page {
  padding-bottom: 4rem;
  background: #f3f6ff;
}

.content-page.page-navbar-offset {
  padding-top: calc(88px + 2.75rem);
}

.content-page__inner {
  max-width: 860px;
}

.content-page__hero {
  margin-bottom: 2.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #dde3ee;
}

.content-page__hero h1 {
  font-size: clamp(1.85rem, 4vw, 2.35rem);
  font-weight: 800;
  color: #1d1d27;
  line-height: 1.25;
  margin: 0 0 1rem;
}

.content-page__intro {
  color: #6b7280;
  font-size: 1.125rem;
  line-height: 1.8;
  margin: 0;
  max-width: 42rem;
}

.content-page__body {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.content-page__section {
  background: #fff;
  border-radius: 12px;
  padding: 1.35rem 1.5rem;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.05);
}

.content-page__section h2 {
  font-size: 0.8125rem !important;
  font-weight: 700 !important;
  line-height: 1.4;
  margin: 0 0 0.6rem;
  padding-bottom: 0.4rem;
  color: #2124b1;
  border-bottom: 1px solid #eef1f6;
}

.content-page__section p {
  color: #4b5563;
  font-size: 0.75rem;
  line-height: 1.7;
  margin: 0 0 0.6rem;
}

.content-page__section p:last-child {
  margin-bottom: 0;
}

.content-page__bullets-wrap {
  background: #fff;
  border-radius: 12px;
  padding: 1.75rem 2rem;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.05);
}

.content-page__bullets-wrap h2 {
  font-size: 0.8125rem !important;
  font-weight: 700 !important;
  line-height: 1.4;
  margin: 0 0 0.6rem;
  color: #2124b1;
}

.content-page__bullets {
  list-style: none;
  margin: 0;
  padding: 0;
}

.content-page__bullets li {
  position: relative;
  padding-inline-start: 1.75rem;
  margin-bottom: 0.75rem;
  color: #374151;
  line-height: 1.7;
  font-size: 0.75rem;
}

.content-page__bullets li:last-child {
  margin-bottom: 0;
}

.content-page__bullets li::before {
  content: '✓';
  position: absolute;
  inset-inline-start: 0;
  color: #4777f5;
  font-weight: 700;
}

.content-page__faq {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.content-page__faq-item {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.content-page__faq-item summary {
  cursor: pointer;
  font-weight: 700;
  font-size: 1.05rem;
  padding: 1.15rem 1.5rem;
  list-style: none;
  color: #1d1d27;
  line-height: 1.5;
}

.content-page__faq-item summary::-webkit-details-marker {
  display: none;
}

.content-page__faq-item summary::after {
  content: '+';
  float: inline-end;
  font-weight: 400;
  font-size: 1.25rem;
  color: #4777f5;
}

.content-page__faq-item[open] summary::after {
  content: '−';
}

.content-page__faq-item p {
  margin: 0;
  padding: 0 1.5rem 1.25rem;
  color: #4b5563;
  font-size: 1rem;
  line-height: 1.8;
}

.content-page__contact-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.05);
  padding: 2rem;
  max-width: 520px;
}

.content-page__contact-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.content-page__contact-actions .btn {
  justify-content: center;
}

.content-page__meta {
  margin-top: 0.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #dde3ee;
  font-size: 0.875rem;
  color: #9ca3af;
}

@media (max-width: 767.98px) {
  .content-page.page-navbar-offset {
    padding-top: calc(80px + 1.75rem);
  }

  .content-page__section,
  .content-page__bullets-wrap,
  .content-page__contact-card {
    padding: 1.35rem 1.25rem;
  }

  .content-page__hero {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
  }
}
