/* Article Conversion Blocks - Varis */
.gcb-article-frame {
  box-sizing: border-box;
  container-name: gcb-article-width;
  container-type: inline-size;
  max-width: 880px;
  min-width: 0;
  width: 100%;
}

.gcb-article {
  --gcb-ink: #102038;
  --gcb-copy: #40516a;
  --gcb-muted: #68788f;
  --gcb-blue: #163e91;
  --gcb-green: #168866;
  --gcb-green-dark: #10694f;
  --gcb-mint: #edf8f3;
  --gcb-mint-strong: #d7f0e3;
  --gcb-line: #dfebe6;
  --gcb-surface: #ffffff;
  --gcb-radius: 22px;
  --gcb-shadow: 0 15px 42px rgba(19, 48, 74, .08);
  box-sizing: border-box;
  color: var(--gcb-copy);
  font-family: "Plus Jakarta Sans", "Avenir Next", "Segoe UI", sans-serif;
  margin: clamp(28px, 5vw, 46px) 0;
  max-width: 100%;
  min-width: 0;
  width: 100%;
}

.gcb-article *,
.gcb-article *::before,
.gcb-article *::after { box-sizing: border-box; }
.gcb-article > *,
.gcb-eligibility__main > *,
.gcb-end > * { min-width: 0; }
.gcb-article a { text-decoration: none; }
.gcb-article h3,
.gcb-article p { margin: 0; }
.gcb-article__eyebrow {
  align-items: center;
  color: var(--gcb-green-dark);
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  gap: 8px;
  letter-spacing: .08em;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.gcb-article__eyebrow::before {
  background: var(--gcb-green);
  border-radius: 20px;
  content: "";
  height: 7px;
  width: 7px;
}
.gcb-article__title {
  color: var(--gcb-ink);
  font-size: clamp(21px, 3.1vw, 28px);
  font-weight: 720;
  letter-spacing: -.035em;
  line-height: 1.18;
  margin-bottom: 11px !important;
}
.gcb-article__copy {
  color: var(--gcb-copy);
  font-size: 15.5px;
  line-height: 1.7;
}
.gcb-article__button {
  align-items: center;
  background: var(--gcb-green);
  border-radius: 999px;
  color: #fff !important;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  gap: 8px;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  transition: background .18s ease, transform .18s ease;
}
.gcb-article__button:hover {
  background: var(--gcb-green-dark);
  transform: translateY(-1px);
}
.gcb-article__button--ghost {
  background: #fff;
  border: 1px solid #c9e2d8;
  color: var(--gcb-green-dark) !important;
}
.gcb-article__button--ghost:hover { background: var(--gcb-mint); }
.gcb-article__arrow {
  font-size: 17px;
  line-height: 1;
}

.gcb-symptom {
  align-items: center;
  background:
    radial-gradient(circle at 95% 10%, rgba(22, 136, 102, .15), transparent 31%),
    linear-gradient(135deg, #f4fbf8 0%, #fff 74%);
  border: 1px solid var(--gcb-line);
  border-radius: var(--gcb-radius);
  box-shadow: var(--gcb-shadow);
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: clamp(22px, 4vw, 32px);
}
.gcb-symptom__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 17px;
}
.gcb-symptom__chip {
  background: var(--gcb-mint);
  border: 1px solid var(--gcb-mint-strong);
  border-radius: 999px;
  color: var(--gcb-green-dark);
  font-size: 12.5px;
  font-weight: 650;
  padding: 7px 12px;
}
.gcb-symptom__action {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.gcb-symptom__note {
  color: var(--gcb-muted);
  font-size: 12.5px;
  max-width: 180px;
  text-align: right;
}

.gcb-eligibility {
  background: #fff;
  border: 1px solid #e4ebf1;
  border-radius: var(--gcb-radius);
  box-shadow: var(--gcb-shadow);
  overflow: hidden;
}
.gcb-eligibility__main {
  display: grid;
  gap: clamp(22px, 4vw, 38px);
  grid-template-columns: minmax(240px, .9fr) minmax(270px, 1fr);
  padding: clamp(22px, 4vw, 34px);
}
.gcb-eligibility__points {
  display: grid;
  gap: 10px;
}
.gcb-eligibility__point {
  align-items: center;
  background: #f7fafc;
  border-radius: 13px;
  color: var(--gcb-ink);
  display: flex;
  font-size: 14px;
  font-weight: 620;
  gap: 11px;
  padding: 12px 13px;
}
.gcb-eligibility__point span {
  align-items: center;
  background: var(--gcb-mint);
  border-radius: 50%;
  color: var(--gcb-green);
  display: inline-flex;
  flex: 0 0 27px;
  font-size: 15px;
  height: 27px;
  justify-content: center;
}
.gcb-eligibility__bar {
  align-items: center;
  background: #f0f7fb;
  border-top: 1px solid #e2ebf0;
  color: var(--gcb-copy);
  display: flex;
  font-size: 13px;
  gap: 11px;
  line-height: 1.55;
  padding: 14px clamp(22px, 4vw, 34px);
}
.gcb-eligibility__bar strong { color: var(--gcb-ink); }

.gcb-end {
  background:
    radial-gradient(circle at 100% 0%, rgba(96, 205, 167, .2), transparent 34%),
    linear-gradient(123deg, #0d264c 0%, #113e65 60%, #115844 100%);
  border-radius: clamp(22px, 4vw, 30px);
  box-shadow: 0 24px 52px rgba(9, 31, 54, .18);
  color: #e1e9f4;
  display: grid;
  gap: clamp(20px, 4vw, 34px);
  grid-template-columns: minmax(0, 1fr) auto;
  padding: clamp(25px, 5vw, 42px);
}
.gcb-end .gcb-article__eyebrow { color: #7de0b6; }
.gcb-end .gcb-article__eyebrow::before { background: #71d9ad; }
.gcb-end .gcb-article__title { color: #fff; max-width: 500px; }
.gcb-end .gcb-article__copy { color: #d1dbea; max-width: 540px; }
.gcb-end__trust {
  color: #b8cce2;
  display: flex;
  flex-wrap: wrap;
  font-size: 12.5px;
  gap: 14px;
  margin-top: 18px;
}
.gcb-end__trust span::before {
  color: #72dbaf;
  content: "✓";
  font-weight: 700;
  margin-right: 6px;
}
.gcb-end__actions {
  align-content: center;
  display: grid;
  gap: 10px;
  min-width: 220px;
}
.gcb-end__phone {
  color: #d4dfec;
  font-size: 13px;
  margin-top: 3px;
  text-align: center;
}

/* Sidebar layouts can be narrow on a desktop viewport, so respond to content width. */
@container gcb-article-width (max-width: 720px) {
  .gcb-symptom,
  .gcb-eligibility__main,
  .gcb-end {
    grid-template-columns: 1fr;
  }
  .gcb-symptom__action { align-items: flex-start; }
  .gcb-symptom__note {
    max-width: none;
    text-align: left;
  }
  .gcb-eligibility__bar {
    align-items: flex-start;
    flex-direction: column;
  }
  .gcb-end__actions { min-width: 0; }
  .gcb-article__button {
    max-width: 100%;
    white-space: normal;
    width: 100%;
  }
}

@media (max-width: 720px) {
  .gcb-symptom,
  .gcb-eligibility__main,
  .gcb-end {
    grid-template-columns: 1fr;
  }
  .gcb-symptom__action { align-items: flex-start; }
  .gcb-symptom__note {
    max-width: none;
    text-align: left;
  }
  .gcb-eligibility__bar {
    align-items: flex-start;
    flex-direction: column;
  }
  .gcb-end__actions { min-width: 0; }
  .gcb-article__button {
    max-width: 100%;
    white-space: normal;
    width: 100%;
  }
}
