:root {
  --primary: #be202d;
  --primaryLight: #e23744;
  --secondary: #9a1a24;
  --secondaryLight: #fbe9ea;
  --headerColor: #1a1a1a;
  --bodyTextColor: #4e4b66;
  --bodyTextColorWhite: #fafbfc;
  --topperFontSize: clamp(0.8125rem, 1.6vw, 1rem);
  --headerFontSize: clamp(1.9375rem, 3.9vw, 3.0625rem);
  --bodyFontSize: 1rem;
  --sectionPadding: clamp(3.75rem, 7.82vw, 6.25rem) 1rem;
}

body {
  margin: 0;
  padding: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}
.cs-topper {
  font-size: var(--topperFontSize);
  line-height: 1.2em;
  text-transform: uppercase;
  text-align: inherit;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 0.25rem;
  display: block;
}

.cs-title {
  font-size: var(--headerFontSize);
  font-weight: 900;
  line-height: 1.2em;
  text-align: inherit;
  max-width: 43.75rem;
  margin: 0 0 1rem 0;
  color: var(--headerColor);
  position: relative;
}

.cs-text {
  font-size: var(--bodyFontSize);
  line-height: 1.5em;
  text-align: inherit;
  width: 100%;
  max-width: 40.625rem;
  margin: 0;
  color: var(--bodyTextColor);
}

/* ==========================================================================
   FAQ CTA — tag pages link to the home page FAQ section
   ========================================================================== */
.faq-cta {
  padding: clamp(2.5rem, 6vw, 4.5rem) 1rem;
  display: flex;
  justify-content: center;
}
.faq-cta__inner {
  width: 100%;
  max-width: 900px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: #fff;
  border-radius: 20px;
  padding: clamp(2rem, 4vw, 3rem) clamp(1.25rem, 3vw, 2.5rem);
  text-align: center;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}
.faq-cta__title {
  color: #fff;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 0.75rem;
}
.faq-cta__text {
  color: rgba(255, 255, 255, 0.92);
  font-size: 1rem;
  line-height: 1.6;
  max-width: 640px;
  margin: 0 auto 1.75rem;
}
.faq-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #fff;
  color: var(--primary);
  padding: 0.9rem 1.9rem;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.faq-cta__btn:hover,
.faq-cta__btn:focus {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
  background: #fafafa;
}
.faq-cta__btn i {
  font-size: 1.05em;
}


/* ==========================================================================
   FAQ CTA (tag pages link to home FAQ)
   ========================================================================== */
.faq-cta {
  padding: clamp(2.5rem, 6vw, 4.5rem) 1rem;
  display: flex;
  justify-content: center;
}
.faq-cta__inner {
  width: 100