/* Shared CreditCares article finish for supplied long-form guides. */
:root {
  --navy: #15336f;
  --navy-deep: #0c2350;
  --blue: #2c5aa0;
  --blue-pale: #eaf0fa;
  --gold: #c08a2e;
  --gold-light: #e0b364;
  --ink: #1c2733;
  --ink-soft: #5a6b7e;
  --paper: #ffffff;
  --sand: #f6f8fb;
  --line: #e1e7ef;
  --green: #1e7a5f;
  --red: #a8402f;
}

body {
  color: var(--ink);
  background: var(--paper);
}

body * {
  letter-spacing: 0 !important;
}

header.site {
  background: #ffffff;
  color: var(--ink);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 8px 24px rgba(12, 35, 80, 0.06);
}

.creditcares-blog-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 186px;
  color: var(--navy-deep) !important;
  text-decoration: none;
}

.creditcares-blog-brand img {
  width: 48px;
  height: 38px;
  object-fit: contain;
  flex: 0 0 auto;
}

.creditcares-blog-brand__copy {
  display: grid;
  gap: 1px;
  color: var(--navy-deep) !important;
  line-height: 1.05;
}

.creditcares-blog-brand__copy strong {
  color: var(--navy-deep);
  font: 800 19px/1.05 Inter, system-ui, sans-serif;
}

.creditcares-blog-brand__copy small {
  color: var(--blue);
  font: 700 9px/1.2 Inter, system-ui, sans-serif;
  text-transform: uppercase;
}

header.site nav.links a {
  color: var(--ink);
}

header.site nav.links a:hover {
  color: var(--blue);
}

header.site .nav-cta {
  background: var(--gold);
  color: #ffffff;
  box-shadow: 0 7px 16px rgba(192, 138, 46, 0.22);
}

.local-trust,
.answer-block,
.toc,
.related,
.calc-box {
  background: var(--blue-pale);
  border-color: #c8daf2;
}

.answer-block {
  border-left-color: var(--blue);
}

.stat-box,
.trust-bar {
  background: var(--navy-deep);
}

.callout.strategic {
  background: var(--blue-pale);
  border-color: #c8daf2;
}

.callout.insider {
  background: #fbf3e4;
  border-color: #ead9ae;
}

.cta-block {
  background: var(--navy-deep);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  box-shadow: 0 18px 34px rgba(12, 35, 80, 0.16);
}

.btn,
.nav-cta,
.check-item,
.quick-summary,
.toc,
.callout,
.calc-box,
.related,
.stat-box,
.trust-bar {
  border-radius: 8px;
}

.article-eligibility-cta {
  max-width: 1080px;
  margin: 40px auto 12px;
  padding: 0 20px;
}

.article-eligibility-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 26px 28px;
  background: var(--blue-pale);
  border: 1px solid #c8daf2;
  border-left: 5px solid var(--blue);
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(12, 35, 80, 0.08);
}

.article-eligibility-cta__eyebrow {
  margin: 0 0 6px;
  color: var(--green);
  font: 700 12px/1.4 Inter, system-ui, sans-serif;
  text-transform: uppercase;
}

.article-eligibility-cta h2 {
  margin: 0 0 8px;
  color: var(--navy-deep);
  font-size: 30px;
  line-height: 1.15;
}

.article-eligibility-cta p {
  margin: 0;
  color: #44566d;
  font-size: 15px;
  line-height: 1.6;
}

.article-eligibility-cta__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 220px;
}

.article-eligibility-cta__button,
.article-eligibility-cta__whatsapp {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 6px;
  font: 700 14px/1 Inter, system-ui, sans-serif;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.article-eligibility-cta__button {
  border: 1px solid var(--navy);
  background: var(--navy);
  color: #ffffff;
}

.article-eligibility-cta__whatsapp {
  border: 1px solid var(--green);
  background: #ffffff;
  color: #17634e;
}

.article-eligibility-cta__note {
  grid-column: 1 / -1;
  margin-top: -8px !important;
  font-size: 12px !important;
  color: #65758a !important;
}

@media (max-width: 760px) {
  header.site .nav-inner {
    gap: 12px;
  }

  .creditcares-blog-brand {
    min-width: 0;
  }

  .creditcares-blog-brand img {
    width: 42px;
    height: 33px;
  }

  .creditcares-blog-brand__copy strong {
    font-size: 17px;
  }

  header.site nav.links {
    display: none;
  }

  .article-eligibility-cta {
    margin-top: 30px;
    padding: 0 16px;
  }

  .article-eligibility-cta__inner {
    grid-template-columns: 1fr;
    padding: 22px 20px;
    gap: 18px;
  }

  .article-eligibility-cta h2 {
    font-size: 26px;
  }

  .article-eligibility-cta__actions {
    min-width: 0;
    width: 100%;
  }

  .article-eligibility-cta__button,
  .article-eligibility-cta__whatsapp {
    width: 100%;
  }
}
