/* ============================================================
   Budget Trainer — Shared Intake Form Styles
   Bank-grade aesthetic. Navy / Gold / Green. DM Serif Display + DM Sans.
   Edit tokens in :root to restyle both intake forms at once.
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy:       #0B1F3A;
  --navy-mid:   #13304F;
  --navy-light: #1E4068;
  --green:      #00C896;
  --green-dark: #009E78;
  --green-pale: #E6FBF5;
  --gold:       #C9A84C;
  --gold-light: #F5E9C8;
  --orange:     #FF7A45;
  --orange-dark:#E8632E;
  --slate:      #5A6A7E;
  --border:     #D6DCE6;
  --off-white:  #F4F6FA;
  --white:      #FFFFFF;
  --red:        #D94040;
  --text:       #1A2B3C;
  --highlight-green:      #C8FF3D;
  --highlight-green-pale: #F5FFDA;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--off-white);
  color: var(--text);
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}

/* ── HEADER ── */
.site-header {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  position: sticky;
  top: 0;
  z-index: 100;
}
.header-logo {
  font-family: 'Sora', 'DM Sans', sans-serif;
  font-size: 18px; font-weight: 800;
  color: var(--navy);
  letter-spacing: -0.3px;
  text-decoration: none;
  white-space: nowrap;
}
.header-logo span { color: var(--green); }
.header-right { display: flex; align-items: center; gap: 20px; margin-left: auto; }
.header-call {
  display: flex; align-items: center; gap: 5px;
  font-family: 'Sora', 'DM Sans', sans-serif;
  font-size: 13.5px; font-weight: 700;
  color: var(--navy); white-space: nowrap;
}
.header-call a { color: var(--green-dark); text-decoration: none; }
.header-call a:hover { text-decoration: underline; }
.header-secure { display: flex; align-items: center; gap: 6px; font-size: 12px; color: var(--slate); font-weight: 500; }
.header-secure svg { width: 13px; height: 13px; fill: var(--green-dark); opacity: 0.9; }

@media (max-width: 640px) {
  .site-header { padding: 12px 16px; }
  .header-right { gap: 12px; }
  .header-secure { display: none; }
}
@media (max-width: 380px) {
  .header-call span.call-text { display: none; }
}

/* ── PROGRESS ── */
.progress-wrap { background: var(--white); border-bottom: 1px solid var(--border); padding: 18px 24px 14px; position: sticky; top: 64px; z-index: 90; }
.progress-track { max-width: 720px; margin: 0 auto 10px; height: 4px; background: var(--border); border-radius: 3px; overflow: hidden; }
.progress-fill { height: 100%; background: var(--green); border-radius: 3px; transition: width 0.35s ease; width: 0%; }
.progress-label { max-width: 720px; margin: 0 auto; display: flex; justify-content: space-between; font-size: 12px; color: var(--slate); font-weight: 500; }
.progress-label span:last-child { color: var(--navy); font-weight: 700; }

/* ── LAYOUT ── */
.form-shell { max-width: 720px; margin: 0 auto; padding: 36px 20px 100px; }
.step-panel { display: none; animation: fadeIn 0.3s ease; }
.step-panel.active { display: block; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }

.step-eyebrow { font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--green-dark); margin-bottom: 8px; }
.step-title { font-family: 'DM Serif Display', serif; font-size: 1.85rem; color: var(--navy); margin-bottom: 6px; line-height: 1.15; }
.step-sub { font-size: 14.5px; color: var(--slate); margin-bottom: 28px; line-height: 1.5; }
.step-sub a { color: var(--green-dark); font-weight: 700; text-decoration: none; }
.step-sub a:hover { text-decoration: underline; }

/* ── CARDS / FIELDS ── */
.card { background: var(--white); border: 1px solid var(--border); border-radius: 14px; padding: 24px; margin-bottom: 18px; }
.card-title { font-size: 13px; font-weight: 700; color: var(--navy); text-transform: uppercase; letter-spacing: 0.04em; margin-bottom: 16px; display: flex; align-items: center; justify-content: space-between; }

.field-group { margin-bottom: 16px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field-row.three { grid-template-columns: 1fr 1fr 1fr; }
label { display: block; font-size: 13px; font-weight: 600; color: var(--navy-mid); margin-bottom: 6px; }
label .opt { color: var(--slate); font-weight: 400; text-transform: none; font-size: 12px; }
input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="date"], select, textarea {
  width: 100%; font-family: 'DM Sans', sans-serif; font-size: 14.5px; color: var(--text);
  padding: 11px 13px; border: 1.5px solid var(--border); border-radius: 9px; background: var(--white);
  transition: border-color 0.15s;
}
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--green); }
textarea { resize: vertical; min-height: 70px; }
.hint { font-size: 12px; color: var(--slate); margin-top: 5px; }

/* Checkbox / radio pills */
.pill-group { display: flex; flex-wrap: wrap; gap: 9px; }
.pill { position: relative; }
.pill input { position: absolute; opacity: 0; width: 100%; height: 100%; cursor: pointer; margin: 0; }
.pill span {
  display: inline-block; padding: 9px 16px; border: 1.5px solid var(--border); border-radius: 999px;
  font-size: 13.5px; font-weight: 500; color: var(--navy-mid); background: var(--white); cursor: pointer;
  transition: all 0.15s; user-select: none;
}
.pill input:checked + span { background: var(--navy); border-color: var(--navy); color: var(--white); }
.pill input:focus-visible + span { outline: 2px solid var(--green); outline-offset: 2px; }

/* Repeater blocks */
.repeat-item { border: 1.5px solid var(--border); border-radius: 12px; padding: 18px; margin-bottom: 12px; position: relative; background: var(--off-white); }
.repeat-item-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.repeat-item-label { font-size: 12.5px; font-weight: 700; color: var(--navy); text-transform: uppercase; letter-spacing: 0.03em; }
.remove-btn { background: none; border: none; color: var(--red); font-size: 12.5px; font-weight: 600; cursor: pointer; padding: 4px 8px; border-radius: 6px; }
.remove-btn:hover { background: rgba(217,64,64,0.08); }
.add-btn {
  display: inline-flex; align-items: center; gap: 6px; background: var(--white); border: 1.5px dashed var(--border);
  color: var(--green-dark); font-weight: 700; font-size: 13.5px; padding: 11px 16px; border-radius: 10px;
  cursor: pointer; width: 100%; justify-content: center; transition: all 0.15s;
}
.add-btn:hover { border-color: var(--green); background: var(--green-pale); }

/* Nav buttons */
.step-nav { display: flex; justify-content: space-between; gap: 12px; margin-top: 28px; }
.btn { font-family: 'DM Sans', sans-serif; font-weight: 700; font-size: 14.5px; padding: 13px 26px; border-radius: 10px; border: none; cursor: pointer; transition: all 0.15s; }
.btn-primary { background: var(--gold); color: var(--navy); }
.btn-primary:hover { background: var(--gold-light); }
.btn-ghost { background: none; color: var(--slate); border: 1.5px solid var(--border); }
.btn-ghost:hover { border-color: var(--navy-light); color: var(--navy); }
.btn:disabled { opacity: 0.5; cursor: not-allowed; }

/* Review step */
.review-block { background: var(--white); border: 1px solid var(--border); border-radius: 12px; padding: 16px 20px; margin-bottom: 12px; }
.review-block h4 { font-size: 12.5px; font-weight: 700; color: var(--green-dark); text-transform: uppercase; letter-spacing: 0.04em; margin-bottom: 8px; }
.review-line { display: flex; justify-content: space-between; font-size: 14px; padding: 5px 0; border-bottom: 1px solid var(--off-white); }
.review-line:last-child { border-bottom: none; }
.review-line span:first-child { color: var(--slate); }
.review-line span:last-child { color: var(--navy); font-weight: 600; text-align: right; }

/* Statement / unique ID box */
.id-box { background: var(--navy); border-radius: 14px; padding: 24px; text-align: center; margin-bottom: 20px; }
.id-box-label { font-size: 12px; color: rgba(255,255,255,0.55); text-transform: uppercase; letter-spacing: 0.08em; font-weight: 600; margin-bottom: 8px; }
.id-box-value { font-family: 'DM Serif Display', serif; font-size: 1.9rem; color: var(--green); letter-spacing: 0.03em; }
.id-box-copy { margin-top: 10px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.2); color: var(--white); font-size: 12.5px; font-weight: 600; padding: 7px 14px; border-radius: 8px; cursor: pointer; }
.id-box-copy:hover { background: rgba(255,255,255,0.16); }

.confirm-check { display: flex; align-items: flex-start; gap: 12px; background: var(--green-pale); border: 1.5px solid var(--green); border-radius: 12px; padding: 16px 18px; cursor: pointer; }
.confirm-check input { width: 20px; height: 20px; margin-top: 1px; accent-color: var(--green-dark); flex-shrink: 0; }
.confirm-check.checked-state { background: var(--green-dark); border-color: var(--green-dark); }
.confirm-check.checked-state span, .confirm-check.checked-state strong { color: var(--white) !important; }
.confirm-check span { font-size: 13.5px; color: var(--navy-mid); line-height: 1.5; }
.confirm-check strong { color: var(--navy); }

/* Section divider inside a step (Complete form groups multiple sub-sections) */
.section-divider { display: flex; align-items: center; gap: 10px; margin: 30px 0 16px; }
.section-divider .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }
.section-divider .label { font-size: 12.5px; font-weight: 700; color: var(--navy); text-transform: uppercase; letter-spacing: 0.05em; }
.section-divider .line { flex: 1; height: 1px; background: var(--border); }

/* Success screen */
.success-screen { display: none; text-align: center; padding: 60px 20px; }
.success-screen.active { display: block; }
.success-icon { width: 64px; height: 64px; background: var(--green); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 22px; }
.success-icon svg { width: 30px; height: 30px; }
.success-title { font-family: 'DM Serif Display', serif; font-size: 1.9rem; color: var(--navy); margin-bottom: 10px; }
.success-sub { font-size: 15px; color: var(--slate); max-width: 440px; margin: 0 auto; line-height: 1.6; }

/* Savings results (post-submit estimate graphic) */
.savings-results { max-width: 460px; margin: 32px auto 0; text-align: left; }
.savings-total-box { background: var(--navy); border-radius: 16px; padding: 30px 24px; text-align: center; margin-bottom: 26px; }
.savings-total-label { font-size: 12px; color: rgba(255,255,255,0.6); text-transform: uppercase; letter-spacing: 0.06em; font-weight: 600; margin-bottom: 8px; }
.savings-total-value { font-family: 'DM Serif Display', serif; font-size: 2.6rem; color: var(--green); line-height: 1; }
.savings-total-annual { font-size: 13px; color: rgba(255,255,255,0.65); margin-top: 6px; font-weight: 500; }
.savings-row { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.savings-row-label { width: 90px; font-size: 13px; font-weight: 600; color: var(--navy-mid); flex-shrink: 0; }
.savings-row-bar-wrap { flex: 1; background: var(--off-white); border-radius: 8px; height: 10px; overflow: hidden; }
.savings-row-bar { height: 100%; border-radius: 8px; }
.savings-row-value { width: 64px; text-align: right; font-size: 13px; font-weight: 700; color: var(--navy); flex-shrink: 0; }
.savings-disclaimer { font-size: 11.5px; color: var(--slate); line-height: 1.5; margin-top: 20px; text-align: center; }

/* Loading sequence (dramatic pause before results reveal) */
.loading-screen { display: none; text-align: center; padding: 80px 20px; }
.loading-screen.active { display: block; }
.loading-spinner { width: 56px; height: 56px; border: 4px solid var(--border); border-top-color: var(--green); border-radius: 50%; margin: 0 auto 26px; animation: bt-spin 0.9s linear infinite; }
@keyframes bt-spin { to { transform: rotate(360deg); } }
.loading-message { font-size: 16px; font-weight: 600; color: var(--navy); min-height: 24px; margin-bottom: 22px; }
.loading-progress-track { max-width: 280px; margin: 0 auto; height: 6px; background: var(--off-white); border-radius: 4px; overflow: hidden; }
.loading-progress-fill { height: 100%; background: var(--green); width: 0%; transition: width 0.5s ease; border-radius: 4px; }

/* Loading wheel (circular percent gauge, 0% -> 100%) */
.loading-wheel {
  width: 88px; height: 88px; border-radius: 50%; margin: 0 auto 26px; position: relative;
  background: conic-gradient(var(--green) 0%, var(--border) 0%);
  transition: background 0.15s linear;
}
.loading-wheel::before { content: ''; position: absolute; inset: 8px; background: var(--off-white); border-radius: 50%; }
.loading-wheel-pct { position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; font-family: 'DM Sans', sans-serif; font-weight: 700; font-size: 18px; color: var(--navy); }

/* Recommended badge (next to optional-but-encouraged fields) */
.badge-recommended { display: inline-block; background: var(--green); color: var(--white); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; padding: 3px 8px; border-radius: 999px; margin-left: 8px; vertical-align: middle; }

/* Trust box (privacy reassurance) */
.trust-box { display: flex; align-items: flex-start; gap: 12px; background: var(--green-pale); border: 1.5px solid var(--green); border-radius: 12px; padding: 16px 18px; margin-bottom: 18px; }
.trust-box svg { width: 20px; height: 20px; flex-shrink: 0; margin-top: 1px; fill: var(--green-dark); }
.trust-box p { font-size: 13.5px; color: var(--navy-mid); line-height: 1.5; }
.trust-box strong { color: var(--navy); }

/* Next steps mini-list (shown before final submit) */
.next-steps { margin-bottom: 18px; }
.next-step { display: flex; gap: 14px; align-items: flex-start; padding: 10px 0; }
.next-step-num { width: 26px; height: 26px; border-radius: 50%; background: var(--navy); color: var(--white); font-size: 12.5px; font-weight: 800; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.next-step-text { font-size: 15px; color: var(--navy-mid); line-height: 1.5; padding-top: 3px; }
.next-step-text strong { color: var(--navy); }
/* "Other" conditional text input, shown when a select's value is Other */
.other-input-wrap { margin-top: -6px; }

/* Intro reassurance strip (pills + follow-up sentence) */
.reassurance-checklist {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-bottom: 24px;
}
.reassurance-checklist li {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  color: var(--navy);
  line-height: 1.5;
  white-space: nowrap;
}
.reassurance-checklist .check {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.reassurance-checklist .check::after {
  content: '✓';
  color: var(--green-dark);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
}

/* Trust reinforcement below the Submit button (step 5) and below the
   totals summary (results screen) — centered variant of the checklist. */
.below-submit-trust { margin-top: 22px; text-align: center; }
.below-submit-trust-line { font-size: 14px; font-weight: 700; color: var(--navy); margin-bottom: 12px; text-align: center; }
.below-submit-trust .reassurance-checklist,
.totals-summary .reassurance-checklist {
  justify-content: center;
  margin-bottom: 0;
}
.totals-summary .below-submit-trust-line { margin-top: 22px; }

/* Results screen contact options (Zoom or direct call) */
.results-contact { max-width: 440px; margin: 28px auto 0; text-align: center; }
.results-contact-lead { font-size: 15px; font-weight: 700; color: var(--navy); margin-bottom: 14px; }
.results-contact-explainer { font-size: 15px; color: var(--slate); line-height: 1.6; margin-bottom: 18px; }
.results-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.results-contact-card { display: block; background: var(--white); border: 1.5px solid var(--border); border-radius: 12px; padding: 16px 14px; text-decoration: none; transition: border-color 0.15s, box-shadow 0.15s; }
.results-contact-card:hover { border-color: var(--green); box-shadow: 0 4px 16px rgba(0,200,150,0.14); }
.results-contact-card-alt:hover { border-color: var(--navy-light); box-shadow: 0 4px 16px rgba(11,31,58,0.12); }
.results-contact-title { font-size: 15px; font-weight: 700; color: var(--navy); margin-bottom: 4px; }
.results-contact-sub { font-size: 15px; color: var(--slate); line-height: 1.4; }
.results-contact-trust { font-size: 15px; color: var(--slate); margin-top: 16px; }
@media (max-width: 480px) {
  .results-contact-grid { grid-template-columns: 1fr; }
}
/* Honeypot (Netlify spam trap) */
.bt-hp { position: absolute; left: -9999px; opacity: 0; }

@media (max-width: 600px) {
  .field-row, .field-row.three { grid-template-columns: 1fr; }
  .step-title { font-size: 1.5rem; }
  .form-shell { padding: 24px 16px 90px; }
}

/* ============================================================
   Other Potential Savings accordion + Totals Summary + Footer accordion
   Added for the "Typical Savings From Other Categories" feature.
   ============================================================ */

.other-savings-shell {
  background: var(--white); border: 1.5px solid var(--border); border-radius: 14px;
  overflow: hidden; margin: 8px 0 20px; text-align: left;
}
.other-savings-header {
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  padding: 18px 20px; background: var(--navy); cursor: pointer; user-select: none;
}
.other-savings-header-left { display: flex; flex-direction: column; gap: 3px; }
.other-savings-headline { font-size: 15.5px; font-weight: 700; color: var(--white); }
.other-savings-range { font-family: 'DM Serif Display', serif; font-size: 1.35rem; color: var(--green); white-space: nowrap; }
.master-chevron { width: 20px; height: 20px; color: var(--white); transition: transform 0.2s ease; flex-shrink: 0; }
.other-savings-shell.open > .other-savings-header .master-chevron { transform: rotate(180deg); }

.section-list { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
.other-savings-shell.open .section-list { max-height: 3000px; }
.section-list-inner { padding: 6px 10px 10px; }

.cat-section { border-bottom: 1px solid var(--border); }
.cat-section:last-child { border-bottom: none; }
.cat-section-header {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 14px 10px; cursor: pointer; user-select: none;
}
.cat-section-header:hover { background: var(--off-white); }
.cat-section-title-wrap { display: flex; align-items: center; gap: 10px; }
.cat-section-icon { width: 17px; height: 17px; stroke: var(--green-dark); flex-shrink: 0; }
.cat-section-title { font-size: 13.5px; font-weight: 700; color: var(--navy); }
.cat-section-range { font-size: 12.5px; font-weight: 700; color: var(--navy-mid); white-space: nowrap; }
.cat-chevron { width: 16px; height: 16px; color: var(--slate); transition: transform 0.2s ease; flex-shrink: 0; }
.cat-section.open .cat-chevron { transform: rotate(180deg); }

.cat-section.highlight .cat-section-title { color: var(--navy); }
.cat-section.highlight .cat-section-header { background: var(--highlight-green-pale); }
.cat-section.highlight .cat-section-icon { stroke: #7A9A00; }
.cat-section.highlight .cat-section-range { color: #5C7500; }
.cat-section.highlight:hover .cat-section-header { background: #EEFFB8; }

.item-list { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; background: var(--off-white); }
.cat-section.open .item-list { max-height: 800px; }
.item-list-inner { padding: 8px 14px 14px 20px; display: flex; flex-direction: column; gap: 9px; }
.item-row { display: flex; align-items: center; justify-content: space-between; gap: 10px; font-size: 12.5px; }
.item-name::before { content: "\2022"; color: var(--green-dark); font-weight: 700; margin-right: 8px; }
.item-name { color: var(--navy-mid); }
.item-range { color: var(--slate); font-weight: 600; white-space: nowrap; flex-shrink: 0; }

.other-savings-footnote { font-size: 11.5px; color: var(--slate); line-height: 1.5; padding: 4px 12px 14px; }

/* ── Totals summary block (Core 4 + Other + Total) ── */
.totals-summary {
  background: var(--white); border: 1.5px solid var(--border);
  border-radius: 14px; padding: 16px 20px; margin-bottom: 20px;
}
.totals-row { display: flex; align-items: center; justify-content: space-between; padding: 8px 0; font-size: 13.5px; }
.totals-row-label { color: var(--navy-mid); font-weight: 600; }
.totals-row-value { color: var(--navy); font-weight: 700; }
.totals-row.grand { border-top: 1.5px solid var(--border); margin-top: 4px; padding-top: 14px; }
.totals-row.grand .totals-row-label { color: var(--navy); font-size: 14.5px; }
.totals-row.grand .totals-row-value { color: var(--green-dark); font-size: 17px; }

/* ── Collapsible site footer accordion (stays on results page) ── */
.site-footer-accordion {
  border: 1.5px solid var(--border); border-radius: 14px;
  overflow: hidden; text-align: center; margin-top: 30px;
}
.site-footer-toggle {
  width: 100%; display: flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 20px; background: var(--white); border: none; cursor: pointer;
  font-family: 'DM Sans', sans-serif; font-size: 12.5px; font-weight: 600; color: var(--navy-mid);
}
.site-footer-chevron { width: 16px; height: 16px; color: var(--slate); transition: transform 0.2s ease; flex-shrink: 0; }
.site-footer-accordion.open .site-footer-chevron { transform: rotate(180deg); }
.site-footer-body { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; background: var(--off-white); }
.site-footer-accordion.open .site-footer-body { max-height: 300px; }
.site-footer-inner { padding: 22px 20px 26px; }
.site-footer-brand { font-family: 'DM Serif Display', serif; font-size: 1.15rem; color: var(--navy); margin-bottom: 4px; }
.site-footer-tagline { font-size: 12px; color: var(--slate); margin-bottom: 18px; }
.site-footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 18px; }
.site-footer-links a { font-size: 12.5px; font-weight: 600; color: var(--navy-mid); text-decoration: none; }
.site-footer-links a:hover { color: var(--green-dark); text-decoration: underline; }

/* ── FAQ box on results page (same visual style as Budget Trainer Info & Links) ── */
.faq-box {
  border: 1.5px solid var(--border); border-radius: 14px;
  overflow: hidden; text-align: center; margin-top: 20px;
}
.faq-box-toggle {
  width: 100%; display: flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 20px; background: var(--white); border: none; cursor: pointer;
  font-family: 'DM Sans', sans-serif; font-size: 12.5px; font-weight: 600; color: var(--navy-mid);
}
.faq-box-chevron { width: 16px; height: 16px; color: var(--slate); transition: transform 0.2s ease; flex-shrink: 0; }
.faq-box.open .faq-box-chevron { transform: rotate(180deg); }
.faq-box-body { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; background: var(--off-white); }
.faq-box.open .faq-box-body { max-height: 2000px; }
.faq-box-inner { padding: 10px 10px 14px; text-align: left; }

.faq-row { border-bottom: 1px solid var(--border); }
.faq-row:last-child { border-bottom: none; }
.faq-row-q {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 14px 10px; cursor: pointer; user-select: none;
  font-size: 13.5px; font-weight: 700; color: var(--navy);
}
.faq-row-q:hover { background: rgba(0,0,0,0.02); }
.faq-chevron-small { width: 16px; height: 16px; color: var(--slate); transition: transform 0.2s ease; flex-shrink: 0; }
.faq-row.open .faq-chevron-small { transform: rotate(180deg); }
.faq-row-a { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.faq-row.open .faq-row-a { max-height: 400px; }
.faq-row-a-inner { padding: 0 10px 14px; font-size: 13px; color: var(--slate); line-height: 1.55; }
