.cac-page, .page-wrapper {
  font-family: "Hind", Helvetica, Arial, sans-serif;
  color: #253031;
  background-color: #ffffff;
  line-height: 1.6;
}

.cac-section h1,
.cac-section h2,
.cac-section h3,
.cac-section h4, .section h1, .section h2, .section h3, .section h4 {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: #253031;
  margin-top: 0;
}

.cac-overline, .overline {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
  color: #2978a0;
  display: inline-block;
}

.btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.2s ease;
  padding: 0.85rem 1.8rem;
}
.btn.primary {
  background-color: #f0af0a;
  color: #253031;
}
.btn.primary:hover, .btn.primary:focus {
  background-color: #cc950a;
  color: #ffffff;
}
.btn.secondary {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.7);
}
.btn.secondary:hover, .btn.secondary:focus {
  border-color: #ffffff;
  color: #f0af0a;
}

.btn-small {
  padding: 0.65rem 1.25rem;
  font-size: 1rem;
}

.cac-page, .page-wrapper {
  font-family: "Hind", Helvetica, Arial, sans-serif;
  color: #253031;
  background-color: #ffffff;
  line-height: 1.6;
}

.cac-section h1,
.cac-section h2,
.cac-section h3,
.cac-section h4, .section h1, .section h2, .section h3, .section h4 {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: #253031;
  margin-top: 0;
}

.cac-overline, .overline {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
  color: #2978a0;
  display: inline-block;
}

.section {
  padding: clamp(72px, 8vw, 110px) min(6vw, 90px);
}
.section:nth-of-type(odd) {
  background-color: #ffffff;
}
.section:nth-of-type(even) {
  background-color: #f4f4f4;
}
.section.section-hero {
  background-color: #253031;
  color: #ffffff;
}

.section-alt {
  padding: 90px min(6vw, 90px);
}
.section-alt:nth-of-type(even) {
  background-color: #f4f4f4;
}

.constrain {
  max-width: 1200px;
  margin: 0 auto;
}

.section h1, .section h2, .section h3, .section h4 {
  margin-bottom: 1rem;
}

.card {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 28px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid #d9d9d9;
}

.card-elevated {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  padding: 32px;
  border: 1px solid #d9d9d9;
}

.contrast-card {
  background-color: #2a2e40;
  color: #ffffff;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
}
.contrast-card h3 {
  color: #ffffff;
}

.list-highlight {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.list-highlight ul {
  list-style: disc;
  padding-left: 0;
  margin: 0 0 1.25rem 1.5rem;
}
.list-highlight li {
  margin-bottom: 0.75rem;
  line-height: 1.5;
}
.list-highlight li:last-child {
  margin-bottom: 0;
}
.list-highlight p {
  margin: 0;
  color: #666666;
}

.testimonial {
  background-color: #ffffff;
  border-left: 4px solid #f0af0a;
  padding: 32px;
  border-radius: 12px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
  font-size: 1.1rem;
}
.testimonial strong {
  display: block;
  margin-top: 1rem;
  font-weight: 600;
  color: #2978a0;
}

.list-grid {
  display: grid;
  gap: 32px;
}

.grid {
  display: grid;
  gap: 40px;
}

@media (min-width: 768px) {
  .list-grid.two-col,
  .grid.two-col {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .list-grid.three-col,
  .grid.three-col {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.comparison {
  display: grid;
  gap: 24px;
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .comparison {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.comparison-column {
  background: #ffffff;
  border-radius: 12px;
  padding: 32px;
  border: 1px solid #e4e4e4;
}
.comparison-column ul {
  padding-left: 20px;
  margin-bottom: 0;
}

.faq {
  border-top: 1px solid #d9d9d9;
  margin-top: 2rem;
}

.faq-item {
  border-bottom: 1px solid #d9d9d9;
}

.faq-button,
.faq-question {
  width: 100%;
  padding: 20px 0;
  text-align: left;
  font-weight: 600;
  color: #253031;
  background: none;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 1.1rem;
}

.faq-toggle {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #d9d9d9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #2978a0;
  background-color: #ffffff;
  margin-left: 12px;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.faq-item.is-open .faq-toggle {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  padding-right: 40px;
  color: #666666;
}
.faq-item.is-open .faq-answer {
  max-height: 400px;
  padding-bottom: 20px;
}

.step-grid,
.steps {
  display: grid;
  gap: 24px;
  margin-top: 2rem;
  counter-reset: step;
}

@media (min-width: 768px) {
  .steps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 900px) {
  .step-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.step {
  counter-reset: step;
  position: relative;
}
.step::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  top: -18px;
  left: 24px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #2978a0;
  color: #ffffff;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 24px rgba(41, 120, 160, 0.4);
}
.step {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
  min-height: 260px;
  position: relative;
}

.step-alt {
  counter-reset: step;
  position: relative;
}
.step-alt::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  top: -20px;
  left: 24px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #2978a0;
  color: #ffffff;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 24px rgba(41, 120, 160, 0.4);
}
.step-alt {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
  position: relative;
}

.cta-band,
.cta {
  background-color: #253031;
  color: #ffffff;
  text-align: center;
  border-radius: 18px;
  padding: clamp(48px, 6vw, 72px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2);
}
.cta-band h2,
.cta h2 {
  color: #ffffff;
}
.cta-band p,
.cta p {
  color: rgba(255, 255, 255, 0.85);
}
.cta-band h2,
.cta h2 {
  margin-bottom: 1rem;
  font-size: clamp(2rem, 4vw, 2.8rem);
}
.cta-band p,
.cta p {
  margin-bottom: 1rem;
  font-size: 1.15rem;
}
.cta-band .btn.secondary,
.cta .btn.secondary {
  border-color: rgba(255, 255, 255, 0.4);
}

.reassurance-callout {
  margin-top: 2rem !important;
  margin-bottom: 0 !important;
  padding: 1.75rem 2rem;
  background-color: rgba(41, 120, 160, 0.08);
  border-left: 4px solid #2978a0;
  border-radius: 8px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reassurance-callout p {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  color: #253031;
  font-weight: 500;
  text-align: center;
}

.cac-page, .page-wrapper {
  font-family: "Hind", Helvetica, Arial, sans-serif;
  color: #253031;
  background-color: #ffffff;
  line-height: 1.6;
}

.cac-section h1,
.cac-section h2,
.cac-section h3,
.cac-section h4, .section h1, .section h2, .section h3, .section h4 {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: #253031;
  margin-top: 0;
}

.cac-overline, .overline {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
  color: #2978a0;
  display: inline-block;
}

:root {
  --cac-teal: #2978a0;
  --cac-gold: #f0af0a;
  --cac-gold-dark: #cc950a;
  --cac-charcoal: #253031;
  --cac-navy: #2a2e40;
  --cac-light: #f4f4f4;
  --cac-mid-gray: #666666;
  --cac-dark-gray: #333333;
  --cac-divider: #d9d9d9;
}

.cac-page {
  line-height: 1.65;
}

.cac-section {
  padding: clamp(72px, 8vw, 110px) min(6vw, 90px);
}
.cac-section:nth-of-type(odd) {
  background-color: #ffffff;
}
.cac-section:nth-of-type(even) {
  background-color: #f4f4f4;
}
.cac-section.cac-hero {
  background-color: #253031;
  background-image: linear-gradient(165deg, #2c3839 0%, #253031 45%, #1c2425 100%);
  color: #ffffff;
  padding-top: clamp(72px, 9vw, 120px);
  padding-bottom: clamp(72px, 9vw, 120px);
}

.cac-constrain {
  max-width: 1200px;
  margin: 0 auto;
  max-width: 1200px;
  padding-left: min(6vw, 90px);
  padding-right: min(6vw, 90px);
}

.cac-overline {
  margin-bottom: 0.5rem;
}

.cac-section h1,
.cac-section h2,
.cac-section h3,
.cac-section h4 {
  margin: 0 0 1rem;
}

.cac-section p {
  margin: 0 0 1rem;
  color: #666666;
  line-height: 1.65;
}

.cac-hero .cac-constrain {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(28px, 5vw, 48px);
  align-items: center;
}
@media (min-width: 900px) {
  .cac-hero .cac-constrain {
    grid-template-columns: minmax(0, 48%) minmax(0, 52%);
  }
}
.cac-hero h1 {
  color: #ffffff !important;
  font-size: clamp(2.25rem, 4.5vw, 3.25rem);
  line-height: 1.12;
  max-width: 22em;
  margin: 0 0 1.5rem;
}
.cac-hero .cac-btn.secondary {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.55);
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
}
.cac-hero .cac-btn.secondary:hover, .cac-hero .cac-btn.secondary:focus {
  border-color: rgba(255, 255, 255, 0.9);
  color: #f0af0a;
  background-color: rgba(255, 255, 255, 0.06);
}
.cac-hero .cac-btn.primary {
  padding: 1rem 1.85rem;
  font-size: 1.05rem;
}

.cac-hero-eyebrow {
  margin: 0 0 0.5rem !important;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88) !important;
  line-height: 1.3;
}

.cac-hero-lead {
  margin: 0 0 2rem !important;
  font-size: 1.1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9) !important;
  max-width: 38rem;
}

body .cac-page .cac-section.cac-hero .cac-hero-lead,
body main#primary .cac-section.cac-hero .cac-hero-lead,
body .cac-constrain .cac-hero-lead {
  color: rgba(255, 255, 255, 0.9) !important;
}

body .cac-page .cac-section.cac-hero .cac-hero-eyebrow,
body main#primary .cac-section.cac-hero .cac-hero-eyebrow,
body .cac-constrain .cac-hero-eyebrow {
  color: rgba(255, 255, 255, 0.88) !important;
}

.cac-hero-actions {
  margin: 0 0 1.5rem;
}

.cac-hero .cac-btn-group {
  flex-direction: column;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0.5rem;
  margin-top: 0;
  width: 100%;
}
@media (min-width: 600px) {
  .cac-hero .cac-btn-group {
    width: auto;
    align-items: flex-start;
  }
}
.cac-hero .cac-btn-group .cac-btn {
  text-align: center;
}

.cac-hero-trust {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem 1.5rem;
}
@media (min-width: 600px) {
  .cac-hero-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.cac-hero-trust li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.78) !important;
}

.cac-hero-trust-check {
  flex-shrink: 0;
  color: #f0af0a;
  font-weight: 600;
  font-size: 0.95em;
  line-height: 1.4;
}

body .cac-page .cac-section.cac-hero .cac-hero-trust li,
body main#primary .cac-section.cac-hero .cac-hero-trust li {
  color: rgba(255, 255, 255, 0.78) !important;
}

.cac-hero-content {
  display: contents;
}

.cac-hero-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.cac-hero-right {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.cac-hero-image {
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 4/3;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.06);
}
.cac-hero-image .cac-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.cac-btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 1rem;
}

.cac-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.2s ease;
  padding: 0.85rem 1.8rem;
}
.cac-btn.primary {
  background-color: #f0af0a;
  color: #253031;
}
.cac-btn.primary:hover, .cac-btn.primary:focus {
  background-color: #cc950a;
  color: #ffffff;
}
.cac-btn.secondary {
  background-color: transparent;
  color: #2978a0;
  border: 2px solid #2978a0;
}
.cac-btn.secondary:hover, .cac-btn.secondary:focus {
  background-color: #2978a0;
  color: #ffffff;
}

.cac-trust-bar {
  background-color: #ffffff;
  padding: 2rem 0;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

.cac-trust-items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  text-align: center;
}
@media (min-width: 600px) {
  .cac-trust-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .cac-trust-items {
    grid-template-columns: repeat(4, 1fr);
  }
}

.cac-trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}

.cac-trust-bar .cac-trust-icon {
  font-size: 1.5rem;
  color: #2978a0;
  font-weight: 600;
}

.cac-trust-label {
  font-size: 1rem;
  color: #253031;
  font-weight: 500;
}

.cac-quiz-section h2 {
  margin-bottom: 1rem;
  color: #253031;
  font-size: clamp(1.5rem, 3vw, 1.85rem);
}

.cac-quiz-intro-block {
  margin-bottom: 1.5rem;
}

.cac-quiz-intro {
  max-width: 68ch;
  font-size: 1.1rem;
  line-height: 1.65;
  color: #333333;
  margin-bottom: 1rem !important;
}

.cac-quiz-benefits {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 2rem;
  align-items: flex-start;
}
.cac-quiz-benefits li {
  display: flex;
  align-items: flex-start;
  gap: 0.4rem;
  margin: 0;
  font-size: 0.85rem;
  font-weight: 500;
  color: #333333;
  line-height: 1.45;
}

.cac-quiz-benefit-check {
  color: #2978a0;
  font-weight: 600;
  flex-shrink: 0;
}

.cac-quiz-card {
  background-color: #ffffff;
  border: 1px solid rgba(37, 48, 49, 0.08);
  border-radius: 16px;
  padding: clamp(1.5rem, 4vw, 2.25rem);
  margin-top: 1rem;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.04), 0 12px 32px rgba(37, 48, 49, 0.08);
}

.cac-quiz-progress {
  margin-bottom: 0;
  padding-bottom: 0;
}

.cac-quiz-step-indicator {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #333333;
  margin-bottom: 0.4rem;
  line-height: 1.4;
}

.cac-quiz-step-sep {
  margin: 0 0.2em;
  opacity: 0.65;
}

.cac-quiz-progress-bar {
  width: 100%;
  height: 6px;
  background-color: #e8eaeb;
  border-radius: 999px;
  overflow: hidden;
}

.cac-quiz-progress-fill {
  height: 100%;
  background-color: #2978a0;
  border-radius: 999px;
  transition: width 0.35s ease;
}

.cac-quiz-inner {
  margin-top: 1.5rem;
  padding-top: 0;
}

.cac-quiz-question {
  margin-bottom: 0;
}
.cac-quiz-question h3 {
  margin: 0 0 1rem;
  color: #253031;
  font-size: clamp(1.2rem, 2.2vw, 1.4rem);
  font-weight: 600;
  line-height: 1.2;
}

.cac-quiz-options {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
}
@media (min-width: 600px) {
  .cac-quiz-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
}

.cac-quiz-option {
  min-height: 52px;
  padding: 14px 20px;
  background-color: #fafbfb;
  border: 2px solid #d9d9d9;
  border-radius: 8px;
  font-size: 1rem;
  color: #253031;
  cursor: pointer;
  text-align: left;
  transition: border-color 0.25s ease, background-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
  font-weight: 500;
}
.cac-quiz-option:hover {
  border-color: rgba(41, 120, 160, 0.55);
  background-color: rgba(41, 120, 160, 0.06);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transform: translateY(-1px);
}
.cac-quiz-option:focus {
  outline: none;
}
.cac-quiz-option:focus-visible {
  outline: 2px solid #2978a0;
  outline-offset: 2px;
}
.cac-quiz-option.selected {
  border-color: #2978a0;
  background-color: #2978a0;
  color: #ffffff;
  font-weight: 600;
  box-shadow: 0 12px 24px rgba(41, 120, 160, 0.4);
  transform: translateY(-1px);
}

.cac-quiz-results {
  margin-top: 0;
  padding-top: 0;
}

.cac-results-content .cac-results-heading-group {
  margin-bottom: 2rem;
}
.cac-results-content .cac-results-title {
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  color: #253031;
  margin: 0 0 0.5rem;
  line-height: 1.2;
}
.cac-results-content .cac-results-reassurance {
  font-size: 1rem;
  line-height: 1.5;
  color: #666666;
  margin: 0 !important;
}
.cac-results-content .cac-results-explanation-group {
  margin-bottom: 1.5rem;
}
.cac-results-content .cac-results-summary {
  font-size: 1.1rem;
  line-height: 1.65;
  color: #333333;
  margin: 0 !important;
}
.cac-results-content .cac-results-next-group {
  margin-bottom: 2rem;
}
.cac-results-content .cac-results-next-step {
  font-size: 1rem;
  line-height: 1.65;
  color: #253031;
  font-weight: 500;
  margin: 0 !important;
}
.cac-results-content .cac-results-disclaimer {
  margin: 1.5rem 0 0 !important;
  font-size: 0.8rem;
  line-height: 1.5;
  color: #666666;
  max-width: 52ch;
}

.cac-results-approach {
  background-color: rgba(41, 120, 160, 0.07);
  border-left: 4px solid #2978a0;
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 2rem;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}
.cac-results-approach h4 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #253031;
  margin: 0 0 0.5rem;
}
.cac-results-approach p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.65;
  color: #333333;
}

.cac-results-cta {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.cac-results-cta .cac-results-cta-bridge {
  font-size: 1.1rem;
  line-height: 1.65;
  color: #333333;
  margin: 0 0 1rem !important;
}
.cac-results-cta .cac-results-cta-btn {
  background-color: #f0af0a;
  color: #253031;
}
.cac-results-cta .cac-results-cta-btn:hover, .cac-results-cta .cac-results-cta-btn:focus {
  background-color: #cc950a;
  color: #ffffff;
}
.cac-results-cta .cac-results-cta-btn {
  padding: 1rem 1.85rem;
  font-size: 1.05rem;
  display: inline-flex;
  width: 100%;
  justify-content: center;
}
@media (min-width: 600px) {
  .cac-results-cta .cac-results-cta-btn {
    width: auto;
  }
}

.cac-quiz-restart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.2s ease;
  margin-top: 2.5rem;
  padding: 0.5rem 0;
  background: none;
  border: none;
  color: #666666;
  font-size: 0.85rem;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-transform: none;
  letter-spacing: normal;
  box-shadow: none;
}
.cac-quiz-restart:hover, .cac-quiz-restart:focus {
  color: #2978a0;
  background: none;
  transform: none;
}
.cac-quiz-restart:focus-visible {
  outline: 2px solid #2978a0;
  outline-offset: 2px;
  border-radius: 4px;
}

.cac-split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}
@media (min-width: 900px) {
  .cac-split {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start;
  }
}

.cac-split-text {
  max-width: 760px;
}
.cac-split-text h2 {
  margin-bottom: 1.5rem;
}
.cac-split-text p {
  margin-bottom: 1rem;
}

.cac-why-care .cac-why-care-inner {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
.cac-why-care .cac-why-care-split {
  gap: clamp(22px, 2.8vw, 32px);
}
@media (min-width: 900px) {
  .cac-why-care .cac-why-care-split {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr);
    align-items: stretch;
  }
}
.cac-why-care .cac-why-care-copy {
  max-width: min(100%, 40rem);
}
.cac-why-care .cac-why-care-copy > p:last-child,
.cac-why-care .cac-why-care-copy > div:last-child {
  margin-bottom: 0;
}
.cac-why-care .cac-why-care-visual {
  min-width: 0;
  display: flex;
  flex-direction: column;
}
@media (min-width: 900px) {
  .cac-why-care .cac-why-care-visual {
    align-self: stretch;
  }
}
.cac-why-care .cac-why-care-eyebrow {
  margin: 0 0 0.5rem !important;
}
.cac-why-care .cac-why-care-title {
  margin: 0 0 1.5rem !important;
  font-size: clamp(1.45rem, 2.8vw, 2rem);
  line-height: 1.2;
  max-width: min(100%, 38ch);
  color: #253031;
}
.cac-why-care .cac-why-care-lead {
  margin: 0 0 1.5rem !important;
  font-size: 1.1rem;
  line-height: 1.65;
  color: #333333;
  max-width: 100%;
}
.cac-why-care .cac-why-care-takeaway {
  margin: 0 0 1.5rem !important;
  padding: 1.5rem 2rem;
  font-size: 1.1rem;
  line-height: 1.65;
  font-weight: 600;
  color: #253031;
  background-color: rgba(41, 120, 160, 0.08);
  border-left: 4px solid #2978a0;
  border-radius: 12px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}
.cac-why-care .cac-why-care-support {
  margin: 0 !important;
  font-size: 1rem;
  line-height: 1.65;
  color: #333333;
}
.cac-why-care .cac-why-care-compare-row {
  margin-top: clamp(1.75rem, 3.5vw, 2.5rem);
  padding-top: clamp(1.5rem, 2.8vw, 2rem);
  border-top: 1px solid rgba(37, 48, 49, 0.08);
}
.cac-why-care .cac-why-care-compare-title {
  margin: 0 auto 1rem !important;
  max-width: 44rem;
  text-align: center;
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
  font-weight: 600;
  line-height: 1.2;
  color: #253031;
}
.cac-why-care .cac-why-care-compare-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 600px) {
  .cac-why-care .cac-why-care-compare-grid {
    grid-template-columns: 1fr 1fr;
    gap: clamp(1.25rem, 2.5vw, 1.75rem);
  }
}
.cac-why-care .cac-why-care-compare-card {
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  padding: clamp(1.35rem, 2.5vw, 2.5rem);
  min-height: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.cac-why-care .cac-why-care-compare-card--emphasis {
  border-color: rgba(41, 120, 160, 0.35);
  background-color: rgba(41, 120, 160, 0.05);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06), inset 0 0 0 1px rgba(41, 120, 160, 0.1);
}
.cac-why-care .cac-why-care-compare-label {
  margin: 0 0 0.5rem !important;
  font-size: 1.1rem;
  font-weight: 600;
  color: #253031;
  line-height: 1.2;
}
.cac-why-care .cac-why-care-compare-body {
  margin: 0 !important;
  font-size: 1rem;
  line-height: 1.65;
  color: #666666;
}
.cac-why-care .cac-tissue-module {
  flex: 1 1 auto;
  border-radius: 16px;
  border: 1px solid rgba(37, 48, 49, 0.12);
  background-color: #ffffff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06), 0 2px 0 rgba(41, 120, 160, 0.06);
  overflow: hidden;
  min-height: clamp(17rem, 36vw, 22rem);
}
@media (min-width: 900px) {
  .cac-why-care .cac-tissue-module {
    min-height: clamp(19rem, 28vw, 26rem);
    height: 100%;
  }
}
.cac-why-care .cac-tissue-module-inner {
  display: grid;
  grid-template-columns: 1fr;
  min-height: 100%;
}
@media (min-width: 768px) {
  .cac-why-care .cac-tissue-module-inner {
    grid-template-columns: minmax(0, 7.25rem) minmax(0, 1fr);
  }
}
@media (min-width: 900px) {
  .cac-why-care .cac-tissue-module-inner {
    grid-template-columns: minmax(0, 8rem) minmax(0, 1fr);
  }
}
.cac-why-care .cac-tissue-tablist {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 2px;
  padding: 0.5rem;
  background-color: rgba(37, 48, 49, 0.05);
  border-bottom: 1px solid rgba(37, 48, 49, 0.1);
}
@media (min-width: 768px) {
  .cac-why-care .cac-tissue-tablist {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 4px;
    padding: 1rem 0.5rem;
    border-bottom: none;
    border-right: 1px solid rgba(37, 48, 49, 0.1);
  }
}
.cac-why-care .cac-tissue-tab {
  flex: 1 1 0;
  min-height: 48px;
  padding: 0.65rem 0.5rem;
  font-family: "Hind", Helvetica, Arial, sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  color: #333333;
  background-color: transparent;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
@media (min-width: 768px) {
  .cac-why-care .cac-tissue-tab {
    text-align: left;
    flex: none;
    padding: 0.85rem 0.75rem;
    font-size: 1rem;
    border-radius: 8px;
    border-left: 3px solid transparent;
  }
}
.cac-why-care .cac-tissue-tab:hover {
  background-color: rgba(255, 255, 255, 0.85);
  color: #253031;
}
.cac-why-care .cac-tissue-tab:focus {
  outline: none;
}
.cac-why-care .cac-tissue-tab:focus-visible {
  outline: 2px solid #2978a0;
  outline-offset: 2px;
}
.cac-why-care .cac-tissue-tab.is-active {
  font-weight: 600;
  color: #253031;
  background-color: #ffffff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}
@media (min-width: 768px) {
  .cac-why-care .cac-tissue-tab.is-active {
    background-color: rgba(41, 120, 160, 0.1);
    border-left-color: #2978a0;
    box-shadow: none;
  }
}
.cac-why-care .cac-tissue-panels {
  position: relative;
  padding: clamp(1.5rem, 3.5vw, 2.75rem) clamp(1.25rem, 3vw, 2.5rem);
  min-height: clamp(14rem, 28vw, 18rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cac-why-care .cac-tissue-panel {
  animation: cac-tissue-fade 0.18s ease;
}
.cac-why-care .cac-tissue-panel[hidden] {
  display: none !important;
}
.cac-why-care .cac-tissue-panel-title {
  margin: 0 0 1rem !important;
  font-size: clamp(1.15rem, 2vw, 1.35rem);
  font-weight: 600;
  color: #2978a0;
  line-height: 1.2;
}
.cac-why-care .cac-tissue-panel-desc {
  margin: 0 0 2rem !important;
  font-size: 1.1rem;
  line-height: 1.65;
  color: #333333;
}
.cac-why-care .cac-tissue-panel-cues {
  margin: 0 !important;
  padding-top: 1.5rem;
  border-top: 1px solid #d9d9d9;
  font-size: 0.85rem;
  line-height: 1.55;
  color: #666666;
}
.cac-why-care .cac-tissue-panel-cues-label {
  display: block;
  font-weight: 600;
  color: #333333;
  margin-bottom: 0.4rem;
}

@keyframes cac-tissue-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cac-doctor-team {
  background-color: rgba(37, 48, 49, 0.04) !important;
}

.cac-doctor-team-intro {
  max-width: 44rem;
  margin: 0 auto 2.5rem;
  text-align: center;
}
.cac-doctor-team-intro .cac-overline {
  margin-bottom: 0.5rem !important;
}
.cac-doctor-team-intro h2 {
  margin: 0 0 1rem !important;
  font-size: clamp(1.5rem, 3vw, 1.9rem);
  line-height: 1.2;
  color: #253031;
}
@media (min-width: 900px) {
  .cac-doctor-team-intro {
    margin-bottom: clamp(2rem, 4vw, 2.75rem);
  }
}

.cac-doctor-team-lead {
  margin: 0 !important;
  font-size: 1rem;
  line-height: 1.65;
  color: #666666;
}

.cac-doctor-team-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.75rem, 4vw, 2.25rem);
  align-items: stretch;
}
@media (min-width: 900px) {
  .cac-doctor-team-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}

.cac-doctor-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #ffffff;
  border: 1px solid rgba(37, 48, 49, 0.1);
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.03);
  overflow: hidden;
}

.cac-doctor-card-photo {
  position: relative;
  aspect-ratio: 4/5;
  background-color: rgba(37, 48, 49, 0.06);
}
.cac-doctor-card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  border-radius: 0;
}

.cac-doctor-card-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: clamp(1.35rem, 3vw, 2.5rem);
  gap: 0;
}

.cac-doctor-card-name {
  margin: 0 0 0.5rem !important;
  font-size: clamp(1.15rem, 2vw, 1.35rem);
  font-weight: 600;
  line-height: 1.2;
  color: #253031;
}

.cac-doctor-card-role {
  margin: 0 0 0.4rem !important;
  font-size: 1rem;
  font-weight: 600;
  color: #2978a0;
  line-height: 1.2;
}

.cac-doctor-card-credentials {
  margin: 0 0 1.5rem !important;
  font-size: 0.85rem;
  line-height: 1.45;
  color: #666666;
}

.cac-doctor-card-focus-label {
  margin: 0 0 0.5rem !important;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #253031;
}

.cac-doctor-card-bullets {
  margin: 0 0 1.5rem !important;
  padding-left: 1.15rem;
  list-style-type: disc;
  color: #333333;
}
.cac-doctor-card-bullets li {
  margin-bottom: 0.4rem;
  font-size: 1rem;
  line-height: 1.65;
}
.cac-doctor-card-bullets li:last-child {
  margin-bottom: 0;
}
.cac-doctor-card-bullets li strong {
  font-weight: 600;
  color: #253031;
}

.cac-doctor-card-bio {
  margin: 0 !important;
  font-size: 1rem;
  line-height: 1.65;
  color: #666666;
}

.cac-doctor-team-trust {
  list-style: none;
  margin: clamp(1.75rem, 3.5vw, 2.5rem) 0 0;
  padding: 1.5rem 0 0;
  border-top: 1px solid rgba(37, 48, 49, 0.1);
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  text-align: center;
}
@media (min-width: 600px) {
  .cac-doctor-team-trust {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    align-items: start;
  }
}
.cac-doctor-team-trust li {
  margin: 0;
  font-size: 0.85rem;
  font-weight: 500;
  color: #333333;
  line-height: 1.45;
}

.cac-testimonial-inline {
  background-color: rgba(240, 175, 10, 0.1);
  border-left: 4px solid #f0af0a;
  padding: 1.5rem;
  border-radius: 8px;
  margin: 2rem 0;
  font-style: italic;
}
.cac-testimonial-inline p {
  margin-bottom: 0.5rem;
  color: #253031;
}
.cac-testimonial-inline cite {
  display: block;
  margin-top: 0.5rem;
  font-style: normal;
  font-weight: 600;
  color: #2978a0;
}

.cac-process {
  background-color: rgba(41, 120, 160, 0.03) !important;
}
.cac-process h2 {
  margin-bottom: 1rem;
}

.cac-process-intro {
  max-width: 680px;
  margin-bottom: 2.5rem !important;
}

.cac-process-steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  position: relative;
}
@media (min-width: 900px) {
  .cac-process-steps {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
  .cac-process-steps::before {
    content: "";
    position: absolute;
    top: 28px;
    left: calc(12.5% + 24px);
    right: calc(12.5% + 24px);
    height: 2px;
    background-color: #d9d9d9;
    z-index: 0;
  }
}

.cac-process-step {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 28px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  min-height: 200px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.cac-process-step:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
}
.cac-process-step h3 {
  font-size: 1.1rem;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.cac-process-step p {
  font-size: 1rem;
  margin: 0;
}

.cac-step-num {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #2978a0;
  color: #ffffff;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -20px;
  left: 1.5rem;
  box-shadow: 0 12px 24px rgba(41, 120, 160, 0.4);
}

.cac-safety-callout {
  background-color: rgba(240, 175, 10, 0.1);
  border-left: 4px solid #f0af0a;
  padding: 2rem;
  border-radius: 12px;
  margin-top: 2rem;
}
.cac-safety-callout h2 {
  color: #253031;
  margin-bottom: 1rem;
}
.cac-safety-callout ul {
  margin-top: 0;
}

.cac-trustindex-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.cac-faq {
  border-top: 1px solid #d9d9d9;
  margin-top: 2rem;
}

.cac-faq-item {
  border-bottom: 1px solid #d9d9d9;
}

.cac-faq-button {
  width: 100%;
  padding: 20px 0;
  text-align: left;
  font-weight: 600;
  font-size: 1.1rem;
  color: #253031;
  background: none;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.cac-faq-button:hover {
  color: #2978a0;
}

.cac-faq-toggle {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #d9d9d9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #2978a0;
  margin-left: 12px;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.cac-faq-item.is-open .cac-faq-toggle {
  transform: rotate(45deg);
}

.cac-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  padding-right: 40px;
  color: #666666;
}
.cac-faq-item.is-open .cac-faq-answer {
  max-height: 400px;
  padding-bottom: 20px;
}
.cac-faq-answer p {
  margin: 0;
  line-height: 1.65;
}

.cac-cta-section {
  background-color: #253031 !important;
}

.cac-cta-band {
  background-color: #253031;
  color: #ffffff;
  text-align: center;
  border-radius: 18px;
  padding: clamp(48px, 6vw, 72px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2);
}
.cac-cta-band h2 {
  color: #ffffff;
}
.cac-cta-band p {
  color: rgba(255, 255, 255, 0.85);
}
.cac-cta-band {
  text-align: center;
}
.cac-cta-band h2 {
  color: #ffffff;
  margin-bottom: 1rem;
}
.cac-cta-band p {
  color: rgba(255, 255, 255, 0.85) !important;
  margin-bottom: 1rem;
}

body .cac-page .cac-section .cac-cta-band p,
body main#primary .cac-section .cac-cta-band p {
  color: rgba(255, 255, 255, 0.85) !important;
}

.cac-cta-section .cac-btn-group {
  justify-content: center;
}

.cac-cta-section .cac-btn.secondary {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.6);
}
.cac-cta-section .cac-btn.secondary:hover {
  border-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
}

.cac-footer-contact {
  background-color: #f4f4f4;
  text-align: center;
}

.cac-contact-info h3 {
  margin-bottom: 1rem;
}
.cac-contact-info p {
  margin-bottom: 0.5rem;
}
.cac-contact-info a {
  color: #2978a0;
  text-decoration: none;
}
.cac-contact-info a:hover {
  text-decoration: underline;
}

.cac-contact-tagline {
  font-style: italic;
  color: #666666;
  margin-top: 1rem;
}

/*# sourceMappingURL=car-accident-chiropractor.css.map */
