/* ===========================================================
   Calcular Rescisão — Design tokens & base
   Aesthetic: modern, trustworthy, "financial green"
   Type: Plus Jakarta Sans
   =========================================================== */

:root {
  /* greens (money / trust) */
  --primary:      #0e7a55;
  --primary-600:  #0b6647;
  --primary-700:  #084f37;
  --primary-050:  #e7f4ee;
  --primary-100:  #cfe9dd;

  /* neutrals (slightly warm-green tinted) */
  --ink:      #15201b;
  --ink-2:    #43544c;
  --ink-3:    #6c7c74;
  --line:     #e4ebe7;
  --line-2:   #eef3f0;
  --bg:       #f3f7f4;
  --surface:  #ffffff;
  --surface-2:#f8fbf9;

  /* attention (cautious amber) */
  --warn:     #a8650f;
  --warn-bg:  #fdf3e3;
  --warn-line:#f3dcb6;

  /* info / neutral chip */
  --info:     #2563a8;
  --info-bg:  #eaf1fa;

  --radius:   18px;
  --radius-sm:12px;
  --radius-lg:26px;
  --shadow-sm: 0 1px 2px rgba(20,40,30,.05), 0 1px 1px rgba(20,40,30,.04);
  --shadow:    0 6px 24px -8px rgba(16,60,42,.18), 0 2px 8px -4px rgba(16,60,42,.10);
  --shadow-lg: 0 24px 60px -24px rgba(12,60,42,.32), 0 8px 24px -12px rgba(12,60,42,.16);

  --maxw: 1120px;
  --ease: cubic-bezier(.22,.61,.36,1);

  --font: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.55;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
h1,h2,h3,h4 { margin: 0; line-height: 1.12; letter-spacing: -.02em; font-weight: 800; }
p { margin: 0; }
a { color: inherit; }
button { font-family: inherit; }
img { max-width: 100%; display: block; }
:focus-visible { outline: 3px solid var(--primary); outline-offset: 2px; border-radius: 6px; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 20px; }
.tnum { font-variant-numeric: tabular-nums; }

/* ============================ HEADER ============================ */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.86);
  backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid var(--line);
}
.site-header .wrap { display: flex; align-items: center; gap: 18px; height: 66px; }
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 800; letter-spacing: -.02em; font-size: 19px; color: var(--ink); }
.brand-mark {
  width: 34px; height: 34px; border-radius: 10px; flex: 0 0 auto;
  background: linear-gradient(150deg, var(--primary) 0%, var(--primary-700) 100%);
  display: grid; place-items: center; color: #fff; box-shadow: var(--shadow-sm);
}
.brand-mark svg { width: 19px; height: 19px; }
.brand b { color: var(--primary); }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: 6px; }
.site-nav a { text-decoration: none; color: var(--ink-2); font-weight: 600; font-size: 15px; padding: 9px 13px; border-radius: 10px; }
.site-nav a:hover { background: var(--primary-050); color: var(--primary-700); }
.nav-cta { background: var(--primary); color: #fff !important; box-shadow: var(--shadow-sm); }
.nav-cta:hover { background: var(--primary-600) !important; color: #fff !important; }
@media (max-width: 760px){ .site-nav a:not(.nav-cta){ display: none; } }

/* ============================ AD SLOTS ============================ */
.ad-slot {
  --c: #c8d4cd;
  position: relative; border-radius: var(--radius-sm); overflow: hidden;
  background-color: var(--surface-2);
  background-image: repeating-linear-gradient(135deg, transparent 0 11px, rgba(120,140,130,.07) 11px 22px);
  border: 1px dashed var(--line);
  display: grid; place-items: center; text-align: center;
  color: var(--ink-3); font-family: ui-monospace, "SF Mono", Menlo, monospace; font-size: 11.5px; letter-spacing: .04em;
  text-transform: uppercase;
}
.ad-slot span { padding: 4px 10px; }
.ad-leaderboard { min-height: 92px; margin: 22px 0; }
.ad-inline { min-height: 110px; margin: 30px 0; }
.ad-rail { min-height: 540px; position: sticky; top: 86px; }

/* ============================ HERO ============================ */
.hero { padding: 46px 0 30px; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 48px; align-items: start; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--primary-050); color: var(--primary-700);
  font-weight: 700; font-size: 13.5px; letter-spacing: .01em;
  padding: 7px 13px; border-radius: 999px; margin-bottom: 20px;
}
.eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--primary); }
.hero h1 { font-size: clamp(32px, 5vw, 52px); letter-spacing: -.03em; }
.hero h1 .hl { color: var(--primary); }
.hero-sub { font-size: clamp(17px, 2.2vw, 20px); color: var(--ink-2); margin-top: 18px; max-width: 30em; line-height: 1.5; }
.hero-points { list-style: none; padding: 0; margin: 26px 0 0; display: grid; gap: 12px; }
.hero-points li { display: flex; align-items: flex-start; gap: 11px; color: var(--ink-2); font-weight: 500; font-size: 16px; }
.check {
  flex: 0 0 auto; width: 22px; height: 22px; border-radius: 50%;
  background: var(--primary-050); color: var(--primary); display: grid; place-items: center; margin-top: 1px;
}
.check svg { width: 13px; height: 13px; }
.hero-trust { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 10px 22px; color: var(--ink-3); font-size: 14px; font-weight: 600; }
.hero-trust span { display: inline-flex; align-items: center; gap: 7px; }
.hero-trust svg { width: 16px; height: 16px; color: var(--primary); }

@media (max-width: 920px){
  .hero-grid { grid-template-columns: 1fr; gap: 30px; }
  .hero { padding: 30px 0 8px; }
}

/* ============================ CALC CARD ============================ */
.calc {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius-lg); box-shadow: var(--shadow-lg);
  overflow: hidden; position: relative;
}
.calc-head { padding: 20px 24px 0; }
.calc-progress { display: flex; align-items: center; gap: 12px; }
.progress-track { flex: 1; height: 7px; background: var(--line-2); border-radius: 999px; overflow: hidden; }
.progress-fill { height: 100%; width: 8%; background: linear-gradient(90deg, var(--primary), var(--primary-600)); border-radius: 999px; transition: width .5s var(--ease); }
.progress-label { font-size: 13px; font-weight: 700; color: var(--ink-3); white-space: nowrap; }
.calc-body { padding: 24px; }
@media (min-width: 560px){ .calc-body { padding: 30px 32px 32px; } }

.step { display: none; }
.step.is-active { display: block; }
@media (prefers-reduced-motion: no-preference) {
  .step.is-active { animation: stepIn .4s var(--ease); }
}
@keyframes stepIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }

.step-eyebrow { font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--primary); margin-bottom: 9px; }
.step h2 { font-size: clamp(22px, 3.4vw, 27px); letter-spacing: -.02em; }
.step-hint { color: var(--ink-2); margin-top: 8px; font-size: 15.5px; }

/* fields */
.field { margin-top: 20px; }
.field > label { display: block; font-weight: 700; font-size: 15.5px; margin-bottom: 9px; color: var(--ink); }
.field .sub { font-weight: 500; color: var(--ink-3); font-size: 13.5px; margin-left: 2px; }
.control {
  width: 100%; font: inherit; font-size: 17px; color: var(--ink);
  background: var(--surface-2); border: 1.5px solid var(--line);
  border-radius: 13px; padding: 14px 15px; transition: border-color .15s, background .15s, box-shadow .15s;
}
.control::placeholder { color: #9aa8a0; }
.control:focus { outline: none; border-color: var(--primary); background: #fff; box-shadow: 0 0 0 4px var(--primary-050); }
.input-money { position: relative; }
.input-money .prefix { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); color: var(--ink-3); font-weight: 700; pointer-events: none; }
.input-money .control { padding-left: 44px; font-weight: 700; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 480px){ .field-row { grid-template-columns: 1fr; } }

/* segmented option cards (radios) */
.options { display: grid; gap: 10px; margin-top: 4px; }
.options.cols-2 { grid-template-columns: 1fr 1fr; }
.options.cols-3 { grid-template-columns: repeat(3,1fr); }
@media (max-width: 480px){ .options.cols-3, .options.cols-2 { grid-template-columns: 1fr; } }
.opt { position: relative; cursor: pointer; }
.opt input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.opt-box {
  display: flex; align-items: center; gap: 12px;
  border: 1.5px solid var(--line); background: var(--surface-2);
  border-radius: 13px; padding: 14px 15px; transition: all .14s var(--ease); height: 100%;
}
.opt-box .o-radio { flex: 0 0 auto; width: 20px; height: 20px; border-radius: 50%; border: 2px solid #c2cdc7; display: grid; place-items: center; transition: all .14s; }
.opt-box .o-radio::after { content:""; width: 9px; height: 9px; border-radius: 50%; background: var(--primary); transform: scale(0); transition: transform .14s var(--ease); }
.opt-title { font-weight: 700; font-size: 15.5px; line-height: 1.25; }
.opt-desc { font-weight: 500; font-size: 13px; color: var(--ink-3); margin-top: 2px; }
.opt:hover .opt-box { border-color: var(--primary-100); background: #fff; }
.opt input:checked + .opt-box { border-color: var(--primary); background: var(--primary-050); box-shadow: 0 0 0 3px var(--primary-050); }
.opt input:checked + .opt-box .o-radio { border-color: var(--primary); }
.opt input:checked + .opt-box .o-radio::after { transform: scale(1); }
.opt input:focus-visible + .opt-box { outline: 3px solid var(--primary); outline-offset: 2px; }

/* compact pill options (sim/não/não sei) */
.pills { display: flex; flex-wrap: wrap; gap: 9px; }
.pill { position: relative; cursor: pointer; }
.pill input { position: absolute; opacity: 0; }
.pill span { display: inline-block; padding: 11px 18px; border-radius: 999px; border: 1.5px solid var(--line); background: var(--surface-2); font-weight: 700; font-size: 15px; color: var(--ink-2); transition: all .14s; }
.pill:hover span { border-color: var(--primary-100); }
.pill input:checked + span { background: var(--primary); border-color: var(--primary); color: #fff; }
.pill input:focus-visible + span { outline: 3px solid var(--primary); outline-offset: 2px; }
.pill.muted input:checked + span { background: var(--ink-3); border-color: var(--ink-3); }

/* nav buttons */
.step-nav { display: flex; align-items: center; gap: 12px; margin-top: 28px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-weight: 800; font-size: 16.5px; border: none; cursor: pointer; border-radius: 13px; padding: 15px 24px; transition: transform .12s var(--ease), background .15s, box-shadow .15s; }
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--primary); color: #fff; box-shadow: var(--shadow); }
.btn-primary:hover { background: var(--primary-600); }
.btn-primary.block { width: 100%; }
.btn-ghost { background: transparent; color: var(--ink-2); padding: 15px 14px; }
.btn-ghost:hover { color: var(--primary-700); background: var(--primary-050); }
.btn-outline { background: #fff; color: var(--primary-700); border: 1.5px solid var(--line); }
.btn-outline:hover { border-color: var(--primary); background: var(--primary-050); }
.btn svg { width: 19px; height: 19px; }
.btn-lg { padding: 17px 28px; font-size: 18px; }
.spacer { flex: 1; }

.helper-note { margin-top: 16px; font-size: 13.5px; color: var(--ink-3); display: flex; align-items: flex-start; gap: 8px; }
.helper-note svg { width: 16px; height: 16px; flex: 0 0 auto; margin-top: 2px; color: var(--primary); }

/* error */
.field.invalid .control { border-color: #c0392b; background: #fdf0ee; }
.err-msg { color: #c0392b; font-size: 13px; font-weight: 600; margin-top: 7px; display: none; }
.field.invalid .err-msg { display: block; }

/* ============================ RESULT ============================ */
.result-hero { text-align: center; padding: 4px 0 6px; }
.result-eyebrow { font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--primary); }
.result-total-label { color: var(--ink-2); font-weight: 600; margin-top: 14px; font-size: 16px; }
.result-total { font-size: clamp(40px, 9vw, 60px); font-weight: 800; letter-spacing: -.03em; color: var(--primary-700); margin-top: 2px; line-height: 1; }
.result-total small { display:block; font-size: 14px; font-weight: 600; color: var(--ink-3); letter-spacing: 0; margin-top: 10px; }
.result-type-chip { display: inline-flex; align-items: center; gap: 8px; margin-top: 16px; background: var(--surface-2); border: 1px solid var(--line); padding: 8px 15px; border-radius: 999px; font-weight: 700; font-size: 14px; color: var(--ink-2); }

.breakdown { margin-top: 26px; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #fff; }
.bd-row { display: flex; align-items: baseline; gap: 12px; padding: 15px 18px; border-bottom: 1px solid var(--line-2); }
.bd-row:last-child { border-bottom: none; }
.bd-row .bd-label { font-weight: 600; color: var(--ink); font-size: 15.5px; }
.bd-row .bd-label small { display: block; font-weight: 500; color: var(--ink-3); font-size: 12.5px; margin-top: 1px; }
.bd-row .bd-val { margin-left: auto; font-weight: 800; font-size: 16px; color: var(--ink); white-space: nowrap; }
.bd-row.is-deduction .bd-val { color: var(--warn); }
.bd-row.is-sub { background: var(--surface-2); }
.bd-total { display: flex; align-items: center; padding: 18px; background: var(--primary-050); border-top: 2px solid var(--primary-100); }
.bd-total .bd-label { font-weight: 800; font-size: 17px; color: var(--primary-700); }
.bd-total .bd-val { margin-left: auto; font-weight: 800; font-size: 22px; color: var(--primary-700); }

.disclaimer {
  margin-top: 20px; background: var(--warn-bg); border: 1px solid var(--warn-line);
  border-radius: var(--radius-sm); padding: 15px 17px; font-size: 13.5px; color: #7a4a0c; line-height: 1.5;
  display: flex; gap: 11px;
}
.disclaimer svg { width: 19px; height: 19px; flex: 0 0 auto; color: var(--warn); margin-top: 1px; }
.disclaimer b { color: #5e390a; }

.result-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; margin-top: 22px; }
@media (max-width: 480px){ .result-actions { grid-template-columns: 1fr; } }
.btn-wa { background: #1faa55; color: #fff; }
.btn-wa:hover { background: #1a934a; }

/* ============================ RIGHTS / DIAGNOSIS ============================ */
.section-divider { display: flex; align-items: center; gap: 14px; margin: 32px 0 22px; }
.section-divider::before, .section-divider::after { content:""; height: 1px; background: var(--line); flex: 1; }
.section-divider span { font-weight: 800; font-size: 13px; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-3); }

.diag-intro { text-align: center; max-width: 34em; margin: 0 auto; }
.diag-q { margin-top: 18px; }
.alert-list { display: grid; gap: 12px; margin-top: 8px; }
.alert {
  display: flex; gap: 13px; align-items: flex-start;
  border: 1px solid var(--warn-line); background: var(--warn-bg);
  border-radius: var(--radius-sm); padding: 15px 16px;
}
.alert .a-icon { flex: 0 0 auto; width: 34px; height: 34px; border-radius: 9px; background: #fff; border: 1px solid var(--warn-line); display: grid; place-items: center; color: var(--warn); }
.alert .a-icon svg { width: 18px; height: 18px; }
.alert .a-title { font-weight: 800; font-size: 15.5px; color: #6e4209; }
.alert .a-text { font-size: 14px; color: #7a4a0c; margin-top: 3px; line-height: 1.45; }
.alert-none { text-align: center; color: var(--ink-2); background: var(--primary-050); border-color: var(--primary-100); }
.alert-none .a-icon { color: var(--primary); border-color: var(--primary-100); }

/* ============================ LEAD ============================ */
.lead-card { border: 1px solid var(--primary-100); background: linear-gradient(180deg, var(--primary-050), #fff 60%); border-radius: var(--radius); padding: 24px; }
.lead-card h3 { font-size: 21px; letter-spacing: -.02em; }
.lead-card .lead-sub { color: var(--ink-2); margin-top: 8px; font-size: 15px; }
.consent { display: flex; gap: 12px; align-items: flex-start; margin-top: 18px; cursor: pointer; }
.consent input { width: 22px; height: 22px; flex: 0 0 auto; accent-color: var(--primary); margin-top: 1px; }
.consent span { font-size: 13.5px; color: var(--ink-2); line-height: 1.5; }
.consent a { color: var(--primary-700); font-weight: 700; }
.lead-success { text-align: center; padding: 16px 0; }
.lead-success .ls-icon { width: 64px; height: 64px; border-radius: 50%; background: var(--primary-050); color: var(--primary); display: grid; place-items: center; margin: 0 auto 16px; }
.lead-success .ls-icon svg { width: 32px; height: 32px; }
/* lead choice: full-width stacked buttons (labels are long) */
#leadChoice { flex-direction: column; gap: 10px; }
#leadChoice .pill { width: 100%; }
#leadChoice .pill span { display: block; border-radius: 13px; text-align: center; padding: 14px 18px; }

.ethics-note { margin-top: 16px; font-size: 12.5px; color: var(--ink-3); text-align: center; line-height: 1.5; }

/* ============================ EXPLAIN BLOCKS ============================ */
.section { padding: 56px 0; }
.section-head { text-align: center; max-width: 40em; margin: 0 auto 36px; }
.section-head .eyebrow { margin-bottom: 14px; }
.section-head h2 { font-size: clamp(26px, 4vw, 36px); }
.section-head p { color: var(--ink-2); margin-top: 14px; font-size: 17px; }

.type-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
@media (max-width: 860px){ .type-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px){ .type-grid { grid-template-columns: 1fr; } }
.type-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow-sm); transition: transform .18s var(--ease), box-shadow .18s; }
.type-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.type-card .t-ic { width: 42px; height: 42px; border-radius: 11px; background: var(--primary-050); color: var(--primary-700); display: grid; place-items: center; margin-bottom: 14px; }
.type-card .t-ic svg { width: 22px; height: 22px; }
.type-card h3 { font-size: 18px; }
.type-card p { color: var(--ink-2); font-size: 14.5px; margin-top: 8px; line-height: 1.5; }
.type-card .t-tag { display: inline-block; margin-top: 13px; font-size: 12.5px; font-weight: 700; padding: 4px 11px; border-radius: 999px; }
.tag-pos { background: var(--primary-050); color: var(--primary-700); }
.tag-neu { background: var(--info-bg); color: var(--info); }
.tag-neg { background: #f6e9e7; color: #a23a2c; }

.faq-section { background: var(--surface); border-top: 1px solid var(--line); }
.faq { max-width: 760px; margin: 0 auto; }
.faq details { border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 4px 18px; margin-bottom: 12px; background: var(--surface); }
.faq details[open] { border-color: var(--primary-100); background: var(--surface-2); }
.faq summary { cursor: pointer; font-weight: 700; font-size: 16.5px; padding: 14px 0; list-style: none; display: flex; align-items: center; gap: 12px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .chev { margin-left: auto; transition: transform .2s; color: var(--ink-3); flex: 0 0 auto; }
.faq details[open] summary .chev { transform: rotate(180deg); }
.faq .faq-body { color: var(--ink-2); padding: 0 0 16px; font-size: 15px; line-height: 1.6; }

/* ============================ FOOTER ============================ */
.site-footer { background: #0e1814; color: #b8c7c0; padding: 52px 0 30px; margin-top: 20px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 30px; }
@media (max-width: 760px){ .footer-grid { grid-template-columns: 1fr 1fr; gap: 26px; } }
.site-footer .brand { color: #fff; }
.site-footer .brand b { color: #5fd6a4; }
.footer-about { color: #8ea49a; font-size: 14px; margin-top: 14px; max-width: 30em; line-height: 1.6; }
.footer-col h4 { color: #fff; font-size: 14px; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 14px; font-weight: 700; }
.footer-col a { display: block; color: #a8bbb1; text-decoration: none; font-size: 14.5px; padding: 5px 0; }
.footer-col a:hover { color: #fff; }
.footer-legal { border-top: 1px solid #1d2c26; margin-top: 38px; padding-top: 22px; display: flex; flex-wrap: wrap; gap: 10px 20px; justify-content: space-between; color: #76897f; font-size: 13px; }
.footer-disclaimer { background: #13211b; border: 1px solid #1d2c26; border-radius: var(--radius-sm); padding: 16px 18px; color: #95aaa0; font-size: 13px; line-height: 1.6; margin-top: 30px; }

/* layout helper for calc+rail */
.calc-layout { display: grid; grid-template-columns: minmax(0,1fr); gap: 24px; }

/* utility */
.hidden { display: none !important; }
.center { text-align: center; }
.mt-s { margin-top: 14px; }
.mt-m { margin-top: 22px; }

/* ============================ BLOG ============================ */
.blog-hero { padding: 44px 0 10px; text-align: center; }
.blog-hero h1 { font-size: clamp(28px, 4.5vw, 42px); }
.blog-hero p { color: var(--ink-2); margin: 14px auto 0; max-width: 36em; font-size: 17px; }

.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 20px; }
@media (max-width: 900px){ .blog-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px){ .blog-grid { grid-template-columns: 1fr; } }
.blog-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow-sm); text-decoration: none; color: var(--ink); display: flex; flex-direction: column; transition: transform .18s var(--ease), box-shadow .18s; }
.blog-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.blog-card .b-tag { display: inline-block; align-self: flex-start; background: var(--primary-050); color: var(--primary-700); font-size: 12px; font-weight: 800; letter-spacing: .03em; text-transform: uppercase; padding: 5px 11px; border-radius: 999px; }
.blog-card h2 { font-size: 18px; margin-top: 14px; line-height: 1.3; }
.blog-card p { color: var(--ink-2); font-size: 14.5px; margin-top: 9px; line-height: 1.5; flex: 1; }
.blog-card .b-meta { margin-top: 14px; font-size: 13px; color: var(--ink-3); font-weight: 600; display: flex; align-items: center; gap: 8px; }

/* article page */
.article-header { padding: 40px 0 6px; }
.breadcrumb { font-size: 13.5px; color: var(--ink-3); font-weight: 600; }
.breadcrumb a { color: var(--ink-3); text-decoration: none; }
.breadcrumb a:hover { color: var(--primary-700); }
.article-header h1 { font-size: clamp(28px, 4.6vw, 44px); margin-top: 14px; max-width: 22em; }
.article-meta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 16px; color: var(--ink-3); font-size: 14px; font-weight: 600; }
.article-lede { color: var(--ink-2); font-size: 18px; margin-top: 18px; max-width: 42em; line-height: 1.55; }

.prose { max-width: 720px; margin: 0 auto; padding: 30px 0 10px; }
.prose h2 { font-size: 23px; margin-top: 40px; letter-spacing: -.01em; }
.prose h2:first-child { margin-top: 0; }
.prose p { color: var(--ink-2); margin-top: 14px; font-size: 16.5px; line-height: 1.7; }
.prose ul, .prose ol { color: var(--ink-2); margin-top: 14px; padding-left: 22px; font-size: 16.5px; line-height: 1.7; }
.prose li { margin-bottom: 6px; }
.prose strong { color: var(--ink); }

.article-cta { max-width: 720px; margin: 34px auto; background: var(--primary-050); border: 1px solid var(--primary-100); border-radius: var(--radius); padding: 22px 24px; display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.article-cta .ac-text { flex: 1; min-width: 220px; }
.article-cta h3 { font-size: 17.5px; color: var(--primary-700); }
.article-cta p { color: var(--ink-2); font-size: 14px; margin-top: 5px; }

.article-disclaimer { max-width: 720px; margin: 0 auto 10px; }

.article-faq { max-width: 720px; margin: 8px auto 0; }
.article-faq h2 { font-size: 22px; margin-bottom: 14px; }

.related { padding: 50px 0 10px; }
.related h2 { text-align: center; font-size: 24px; margin-bottom: 22px; }

/* print */
@media print {
  .site-header, .site-footer, .ad-slot, .site-nav, .no-print, .step-nav { display: none !important; }
  body { background: #fff; font-size: 13px; }
  .calc { box-shadow: none; border: none; }
}
