/* Information / CMS pages (About, FAQ, Policies, Contact) */

.ew-content-page {
  background: linear-gradient(180deg, #f7f4f0 0%, #ffffff 220px);
  padding: 28px 0 72px;
}

.ew-content-page__inner {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 20px;
}

.ew-content-breadcrumb {
  font-size: 13px;
  color: #7a7a7a;
  margin-bottom: 18px;
}

.ew-content-breadcrumb a {
  color: #4a4a4a;
  text-decoration: none;
}

.ew-content-breadcrumb a:hover {
  color: #c8102e;
}

.ew-content-breadcrumb .sep {
  margin: 0 8px;
  color: #b0b0b0;
}

.ew-content-header {
  margin-bottom: 28px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e8e2da;
}

.ew-content-title {
  font-family: "PT Serif", Georgia, serif;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.25;
  color: #2f2f2f;
  margin: 0;
  font-weight: 700;
}

.ew-content-body {
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: #4a4a4a;
}

.ew-content-body .ew-lead {
  font-size: 18px;
  line-height: 1.7;
  color: #333;
  margin: 0 0 28px;
}

.ew-content-body h2 {
  font-family: "PT Serif", Georgia, serif;
  font-size: 24px;
  line-height: 1.35;
  color: #2f2f2f;
  margin: 40px 0 14px;
}

.ew-content-body h3 {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin: 28px 0 10px;
}

.ew-content-body p {
  margin: 0 0 16px;
}

.ew-content-body ul,
.ew-content-body ol {
  margin: 0 0 18px;
  padding-left: 1.35em;
}

.ew-content-body li {
  margin-bottom: 8px;
}

.ew-content-body a {
  color: #c8102e;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.ew-content-body a:hover {
  color: #9a0c24;
}

.ew-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 8px 0 28px;
}

.ew-contact-card {
  background: #fff;
  border: 1px solid #ebe4db;
  padding: 18px 18px 8px;
}

.ew-contact-card h3 {
  margin-top: 0;
  font-family: "PT Serif", Georgia, serif;
}

.ew-contact-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.ew-btn-primary,
.ew-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02em;
}

.ew-btn-primary {
  background: #c8102e;
  color: #fff !important;
}

.ew-btn-secondary {
  background: #4a4a4a;
  color: #fff !important;
}

.ew-btn-primary:hover,
.ew-btn-secondary:hover {
  opacity: 0.92;
  color: #fff !important;
}

@media (max-width: 768px) {
  .ew-content-page {
    padding: 18px 0 48px;
  }

  .ew-contact-grid {
    grid-template-columns: 1fr;
  }

  .ew-content-body {
    font-size: 15px;
  }
}
