
/* ============================================================
   KADENCE CSS VARIABLES & BRAND STYLES – USFinanceCalculators.com
   ============================================================ */
:root {
  --navy: #002868; --navy-dark: #00183F; --charcoal: #1D1D1F;
  --gray: #5F6368; --border: #E0E4E8; --bg: #F7F9FC;
  --white: #FFFFFF; --red: #BF0A30; --green: #00875A;
  --gold: #d19900; --orange: #da7101; --teal: #0891b2;
  --sh-sm: 0 1px 4px rgba(0,40,104,0.08);
  --sh-md: 0 4px 20px rgba(0,40,104,0.12);
  --tr: 0.2s ease;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--gray);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}

/* ── Typography & Contrast Patch ── */
#btcWrapper .panel-title, #btcWrapper .slabel, #btcWrapper .f label, #btcWrapper .chart-title, #btcWrapper .klabel, #btcWrapper .wlabel { color: #1e293b !important; font-weight: 800 !important; }
#btcWrapper .iw input, #btcWrapper .iw select { font-weight: 600 !important; color: #0f172a !important; font-size: 14px !important; }
#btcWrapper .pfx, #btcWrapper .sfx { color: #334155 !important; font-weight: 800 !important; }
#btcWrapper .info-strip span, #btcWrapper .empty-s p { color: #64748b !important; font-weight: 500 !important; }

/* ── Master Bullet Fix for WP Themes ── */
#btcWrapper ul, #btcWrapper li { display: block !important; list-style-type: disc !important; list-style-position: outside !important; }
#btcWrapper ul { padding-left: 32px !important; margin-left: 0 !important; flex-direction: unset !important; }
#btcWrapper li { display: list-item !important; padding-left: 0 !important; margin-bottom: 8px !important; }

/* ============================================================
   BRAND HERO SECTION
   ============================================================ */
.hero { background: linear-gradient(135deg, #0f2540 0%, #1a3a5c 60%, #1e4d7b 100%); padding: 52px 20px 44px; text-align: center; position: relative; overflow: hidden; margin-bottom: 24px; }
.hero::before { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(60deg, rgba(255,255,255,.018) 0, rgba(255,255,255,.018) 1px, transparent 1px, transparent 18px); }
.hero-inner { max-width: 900px; margin: 0 auto; position: relative; z-index: 1; }
.badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(243,156,18,.15); border: 1px solid rgba(243,156,18,.4); color: #fcd34d; font-size: 12px; font-weight: 700; padding: 5px 16px; border-radius: 20px; margin-bottom: 18px; letter-spacing: .3px; }
.bdot { width: 7px; height: 7px; background: #fcd34d; border-radius: 50%; animation: blink 1.5s ease-in-out infinite; }
@keyframes blink { 0%, 100% { opacity: 1; } 50% { opacity: .2; } }
.hero h1 { font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: clamp(24px, 4vw, 42px); color: #ffffff !important; line-height: 1.15; margin-bottom: 14px; letter-spacing: -0.5px; }
.hero h1 span { color: #FCD34D; }
.hero p { font-size: 15.5px; color: rgba(255,255,255,.83); max-width: 780px; margin: 0 auto 22px; line-height: 1.75; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
.chip { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.92); font-size: 12px; font-weight: 600; padding: 5px 14px; border-radius: 20px; }

/* ============================================================
   CALCULATOR WRAPPER & GRID
   ============================================================ */
.calc-wrapper { max-width: 1200px; margin: 0 auto; padding: 0 20px 60px; }
.calc-grid { display: grid; grid-template-columns: minmax(320px, 460px) 1fr; gap: 24px; align-items: start; }
@media (max-width: 900px) { .calc-grid { grid-template-columns: 1fr; } }

/* === PANELS === */
.calc-panel { background: var(--white); border: 1px solid var(--border); border-radius: 16px; padding: 24px; box-shadow: var(--sh-sm); }
.res-panel { background: var(--bg); border: 1px solid var(--border); border-radius: 16px; padding: 24px; box-shadow: var(--sh-sm); min-height: 600px; display: flex; flex-direction: column; }

.panel-title { font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: 800; color: var(--charcoal); text-transform: uppercase; letter-spacing: .5px; margin-bottom: 16px; display: flex; align-items: center; gap: 8px; border-bottom: 2px solid var(--border); padding-bottom: 12px; }
.pticon { width: 28px; height: 28px; background: rgba(0,40,104,.08); border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: 14px; flex-shrink: 0; }
.slabel { font-family: 'Montserrat', sans-serif; font-size: 11.5px; font-weight: 700; color: var(--navy); text-transform: uppercase; letter-spacing: .8px; margin: 24px 0 12px; display: flex; align-items: center; gap: 10px; }
.slabel::after { content: ''; flex: 1; height: 1px; background: var(--border); }
.info-strip { background: rgba(0,40,104,.05); border: 1px solid rgba(0,40,104,.12); border-radius: 8px; padding: 12px 16px; font-size: 13px; color: var(--gray); line-height: 1.6; margin-bottom: 18px; display: flex; align-items: flex-start; gap: 8px; }

/* === INPUTS === */
.fg { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
@media (max-width: 480px) { .fg { grid-template-columns: 1fr; } }
.f { display: flex; flex-direction: column; gap: 5px; }
.f.full { grid-column: 1 / -1; margin-bottom: 14px; }
.f label { font-size: 12.5px; font-weight: 700; color: var(--charcoal); }
.f .hint { font-size: 11px; color: var(--gray); margin-top: -2px; }

.iw { position: relative; display: flex; align-items: center; height: 42px; border: 1.5px solid var(--border); border-radius: 8px; background: var(--white); overflow: hidden; transition: border-color .2s, box-shadow .2s; }
.iw:focus-within { border-color: var(--navy); box-shadow: 0 0 0 3px rgba(0,40,104,0.09); }
.iw .pfx, .iw .sfx { flex: 0 0 auto; padding: 0 12px; font-size: 13px; font-weight: 700; color: var(--navy); background: var(--bg); height: 100%; display: inline-flex; align-items: center; border-right: 1.5px solid var(--border); z-index: 1; }
.iw.s .sfx { order: 2; border-right: 0; border-left: 1.5px solid var(--border); }
.iw input { border: 0; background: transparent; padding: 0 12px; height: 100%; font-size: 14px; color: var(--charcoal); width: 100%; outline: none; }

/* === BUTTONS === */
.actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--border); }
.btn-p, .btn-s, .btn-g { display: inline-flex; align-items: center; justify-content: center; gap: 7px; min-height: 46px; padding: 10px 18px; border-radius: 8px; font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 700; cursor: pointer; border: none; transition: transform .16s ease, box-shadow .16s ease, background .2s; }
.btn-p { background: var(--navy); color: #fff; box-shadow: 0 6px 18px rgba(0,40,104,0.22); flex: 1 1 100%; }
.btn-p:hover { transform: translateY(-1px); background: var(--navy-dark); }
.btn-s { background: var(--red); color: #fff; box-shadow: 0 6px 16px rgba(191,10,48,0.18); flex: 1 1 calc(50% - 5px); display: none; }
.btn-s:hover { transform: translateY(-1px); background: #9b0826; }
.btn-g { background: #25D366; color: #fff; flex: 1 1 calc(50% - 5px); display: none; }
.btn-g:hover { transform: translateY(-1px); background: #1da851; }
.btn-rst { background: transparent; color: var(--gray); border: 1.5px solid var(--border); flex: 1 1 100%; display: none; }
.btn-rst:hover { border-color: var(--navy); color: var(--navy); }
.err { padding: 0; font-size: 13px; font-weight: 600; color: var(--red); min-height: 20px; margin: 12px 0 0; }

/* === RESULTS === */
.empty-s { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 48px 16px; flex: 1; }
.empty-s .ei { font-size: 48px; opacity: 0.3; margin-bottom: 14px; }
.empty-s h3 { font-family: 'Montserrat', sans-serif; font-size: 16px; font-weight: 700; color: var(--charcoal); margin-bottom: 6px; }
.empty-s p { font-size: 13.5px; color: var(--gray); max-width: 300px; line-height: 1.6; }
#rc { display: none; flex-direction: column; gap: 16px; }

.res-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin-bottom: 10px; }
.cbadge { display: inline-flex; align-items: center; gap: 6px; background: rgba(0,135,90,0.09); color: var(--green); border: 1px solid rgba(0,135,90,0.18); border-radius: 999px; padding: 4px 10px; font-size: 11px; font-weight: 700; white-space: nowrap; }

.winner { padding: 22px; border-radius: 12px; background: linear-gradient(135deg, var(--navy) 0%, #0b3f92 100%); color: #fff; box-shadow: var(--shadow-md); position: relative; overflow: hidden; margin-bottom: 6px; }
.winner::after { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at top right, rgba(255,255,255,0.1) 0%, transparent 60%); pointer-events: none; }
.wlabel { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.8px; color: rgba(255,255,255,0.65); margin-bottom: 6px; position: relative; z-index: 1; }
.wtitle { font-family: 'Montserrat', sans-serif; font-size: clamp(24px, 3vw, 32px); font-weight: 900; line-height: 1.15; margin-bottom: 8px; position: relative; z-index: 1; }
.wsub { font-size: 13.5px; line-height: 1.6; color: rgba(255,255,255,0.85); margin: 0; position: relative; z-index: 1; }

.kpis { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.kpi { background: var(--white); border: 1px solid var(--border); border-radius: 10px; padding: 16px; box-shadow: var(--shadow-sm); text-align: center; }
.klabel { display: block; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.4px; color: var(--gray); margin-bottom: 7px; }
.kval { font-family: 'Montserrat', sans-serif; font-size: clamp(18px, 2vw, 22px); font-weight: 800; line-height: 1.2; color: var(--charcoal); }
.kval.pos { color: var(--green); }
.kval.neg { color: var(--red); }
.kval.gold { color: var(--gold); }
.kval.teal { color: var(--teal); }

.be-panel { padding: 18px 20px; background: rgba(0,40,104,0.04); border: 1px solid rgba(0,40,104,0.12); border-radius: 10px; }
.be-panel h3 { font-family: 'Montserrat', sans-serif; font-size: 13.5px; color: var(--navy); margin-bottom: 8px; }
.be-panel p { font-size: 13px; line-height: 1.6; margin: 0; color: var(--charcoal); }

.cw { background: var(--white); border: 1px solid var(--border); border-radius: 10px; padding: 18px; box-shadow: var(--shadow-sm); }
.cw h3 { font-family: 'Montserrat', sans-serif; font-size: 13px; color: var(--charcoal); margin-bottom: 14px; text-transform: uppercase; letter-spacing: 0.5px; }
.cw canvas { height: 260px !important; width: 100% !important; }

.notes { padding: 20px; background: var(--white); border: 1px solid var(--border); border-radius: 10px; box-shadow: var(--shadow-sm); }
.notes h3 { font-family: 'Montserrat', sans-serif; font-size: 13px; color: var(--charcoal); margin-bottom: 12px; text-transform: uppercase; letter-spacing: 0.5px; }
.notes ul { list-style: none; display: flex; flex-direction: column; gap: 8px; margin: 0; padding: 0; }
.notes li { font-size: 13px; color: var(--charcoal); display: flex; align-items: flex-start; gap: 8px; line-height: 1.6; }
.notes li::before { content: "→"; color: var(--navy); font-weight: 700; flex-shrink: 0; margin-top: 1px; }


/* ── Section Wrapper ── */
#howItWorks {
  max-width: 1200px;
  margin: 40px auto 0; /* Added 40px top margin for breathing room */
  padding: 0 20px 72px;
  font-family: 'Inter', sans-serif;
}

/* ── Section Header ── */
#howItWorks .section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0,40,104,0.07);
  border: 1px solid rgba(0,40,104,0.15);
  color: #002868;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .8px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 14px;
}
#howItWorks .section-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(22px, 3.5vw, 34px);
  font-weight: 900;
  color: #1D1D1F;
  line-height: 1.2;
  margin-bottom: 12px;
  letter-spacing: -0.4px;
}
#howItWorks .section-title span { color: #002868; }
#howItWorks .section-lead {
  font-size: 15.5px;
  color: #5F6368;
  max-width: 780px;
  line-height: 1.75;
  margin-bottom: 48px;
}

/* ── Divider ── */
#howItWorks .section-divider {
  border: none;
  border-top: 2px solid #E0E4E8;
  margin: 0 0 48px;
}

/* ── Step Flow ── */
#howItWorks .steps-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-bottom: 56px;
  position: relative;
}
#howItWorks .steps-flow::before {
  content: '';
  position: absolute;
  top: 28px;
  left: calc(12.5% + 14px);
  right: calc(12.5% + 14px);
  height: 2px;
  background: linear-gradient(90deg, #002868, #0891b2, #00875A, #d19900);
  z-index: 0;
}
@media (max-width: 700px) {
  #howItWorks .steps-flow {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  #howItWorks .steps-flow::before { display: none; }
}
@media (max-width: 400px) {
  #howItWorks .steps-flow { grid-template-columns: 1fr; }
}
#howItWorks .step-node {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}
#howItWorks .step-circle {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 14px;
  box-shadow: 0 4px 16px rgba(0,40,104,0.15);
  flex-shrink: 0;
  border: 3px solid #fff;
}
#howItWorks .step-circle.c1 { background: linear-gradient(135deg,#002868,#0b3f92); }
#howItWorks .step-circle.c2 { background: linear-gradient(135deg,#0891b2,#06b6d4); }
#howItWorks .step-circle.c3 { background: linear-gradient(135deg,#00875A,#10b981); }
#howItWorks .step-circle.c4 { background: linear-gradient(135deg,#d19900,#f59e0b); }
#howItWorks .step-num {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #5F6368;
  margin-bottom: 4px;
}
#howItWorks .step-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 12.5px;
  font-weight: 800;
  color: #1D1D1F;
  line-height: 1.35;
}

/* ── Detail Cards ── */
#howItWorks .detail-card {
  background: #fff;
  border: 1px solid #E0E4E8;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 1px 4px rgba(0,40,104,0.08);
  margin-bottom: 24px;
}
#howItWorks .card-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 2px solid #E0E4E8;
}
#howItWorks .card-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}
#howItWorks .card-icon.navy  { background: rgba(0,40,104,0.09); }
#howItWorks .card-icon.teal  { background: rgba(8,145,178,0.10); }
#howItWorks .card-icon.green { background: rgba(0,135,90,0.10); }
#howItWorks .card-icon.gold  { background: rgba(209,153,0,0.12); }
#howItWorks .card-step-tag {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .8px;
  color: #5F6368;
  margin-bottom: 3px;
}
#howItWorks .card-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 800;
  color: #1D1D1F;
  line-height: 1.25;
}
#howItWorks .card-body {
  font-size: 14.5px;
  color: #5F6368;
  line-height: 1.75;
  margin-bottom: 20px;
}

/* ── Two-col content grid ── */
#howItWorks .card-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 640px) {
  #howItWorks .card-grid { grid-template-columns: 1fr; }
}

/* ── Input Pill List ── */
#howItWorks .input-group {
  background: #F7F9FC;
  border: 1px solid #E0E4E8;
  border-radius: 10px;
  padding: 16px;
}
#howItWorks .input-group-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .7px;
  color: #002868;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
}
#howItWorks .input-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}
#howItWorks .input-item:last-child { margin-bottom: 0; }
#howItWorks .input-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-top: 7px;
  flex-shrink: 0;
}
#howItWorks .input-dot.navy  { background: #002868; }
#howItWorks .input-dot.teal  { background: #0891b2; }
#howItWorks .input-dot.green { background: #00875A; }
#howItWorks .input-dot.gold  { background: #d19900; }
#howItWorks .input-item strong {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #1D1D1F;
  line-height: 1.3;
}
#howItWorks .input-item span {
  font-size: 12.5px;
  color: #5F6368;
  line-height: 1.5;
}

/* ── Formula Box ── */
#howItWorks .formula-box {
  background: linear-gradient(135deg, #0f2540 0%, #1a3a5c 100%);
  border-radius: 12px;
  padding: 20px 22px;
  margin: 20px 0;
  color: #fff;
}
#howItWorks .formula-label {
  font-size: 10.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .8px;
  color: rgba(255,255,255,0.55);
  margin-bottom: 8px;
}
#howItWorks .formula-text {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(11px, 2vw, 13.5px);
  font-weight: 700;
  color: #FCD34D;
  line-height: 1.7;
  word-break: break-word;
}
#howItWorks .formula-note {
  font-size: 12px;
  color: rgba(255,255,255,0.65);
  margin-top: 8px;
  line-height: 1.6;
}

/* ── Metric Mini Cards ── */
#howItWorks .mini-kpis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 20px;
}
@media (max-width: 540px) {
  #howItWorks .mini-kpis { grid-template-columns: 1fr 1fr; }
}
#howItWorks .mini-kpi {
  background: #F7F9FC;
  border: 1px solid #E0E4E8;
  border-radius: 10px;
  padding: 14px 12px;
  text-align: center;
}
#howItWorks .mini-kpi-icon { font-size: 20px; margin-bottom: 6px; }
#howItWorks .mini-kpi-label {
  font-size: 10.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .4px;
  color: #5F6368;
  margin-bottom: 4px;
}
#howItWorks .mini-kpi-val {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 800;
  color: #002868;
  line-height: 1.3;
}

/* ── Simulation Timeline ── */
#howItWorks .sim-timeline {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 20px;
}
#howItWorks .sim-row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: #F7F9FC;
  border: 1px solid #E0E4E8;
  border-radius: 10px;
  padding: 14px 16px;
}
#howItWorks .sim-row-icon {
  font-size: 18px;
  flex-shrink: 0;
  margin-top: 1px;
}
#howItWorks .sim-row-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 800;
  color: #1D1D1F;
  margin-bottom: 3px;
}
#howItWorks .sim-row-desc {
  font-size: 13px;
  color: #5F6368;
  line-height: 1.6;
}

/* ── Tax Logic Breakdown ── */
#howItWorks .tax-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 20px;
  border: 1px solid #E0E4E8;
  border-radius: 12px;
  overflow: hidden;
}
#howItWorks .tax-step {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 18px;
  border-bottom: 1px solid #E0E4E8;
  background: #fff;
  transition: background .2s;
}
#howItWorks .tax-step:last-child { border-bottom: none; }
#howItWorks .tax-step.final { background: linear-gradient(90deg, rgba(0,135,90,0.07), rgba(0,135,90,0.03)); }
#howItWorks .tax-step-num {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 800;
  flex-shrink: 0;
  color: #fff;
}
#howItWorks .tax-step-num.n1 { background: #002868; }
#howItWorks .tax-step-num.n2 { background: #0891b2; }
#howItWorks .tax-step-num.n3 { background: #d19900; }
#howItWorks .tax-step-num.n4 { background: #00875A; }
#howItWorks .tax-step-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 13.5px;
  font-weight: 800;
  color: #1D1D1F;
  margin-bottom: 3px;
}
#howItWorks .tax-step-desc {
  font-size: 13px;
  color: #5F6368;
  line-height: 1.55;
}
#howItWorks .tax-step-tag {
  margin-left: auto;
  flex-shrink: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 20px;
  white-space: nowrap;
}
#howItWorks .tag-green { background: rgba(0,135,90,0.1); color: #00875A; border: 1px solid rgba(0,135,90,0.2); }
#howItWorks .tag-navy  { background: rgba(0,40,104,0.08); color: #002868; border: 1px solid rgba(0,40,104,0.15); }
#howItWorks .tag-gold  { background: rgba(209,153,0,0.1); color: #b37f00; border: 1px solid rgba(209,153,0,0.22); }
#howItWorks .tag-teal  { background: rgba(8,145,178,0.1); color: #0891b2; border: 1px solid rgba(8,145,178,0.2); }

/* ── Info Strip ── */
#howItWorks .info-strip {
  background: rgba(0,40,104,0.05);
  border: 1px solid rgba(0,40,104,0.12);
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 13px;
  color: #5F6368;
  line-height: 1.6;
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
#howItWorks .info-strip strong { color: #1D1D1F; }

/* ── Output Actions Preview ── */
#howItWorks .output-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
#howItWorks .output-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 16px;
  border-radius: 999px;
  font-family: 'Montserrat', sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  border: 1.5px solid;
}
#howItWorks .pill-navy  { background: rgba(0,40,104,0.07); color: #002868; border-color: rgba(0,40,104,0.2); }
#howItWorks .pill-red   { background: rgba(191,10,48,0.07); color: #BF0A30; border-color: rgba(191,10,48,0.2); }
#howItWorks .pill-green { background: rgba(0,135,90,0.08); color: #00875A; border-color: rgba(0,135,90,0.2); }
#howItWorks .pill-teal  { background: rgba(8,145,178,0.08); color: #0891b2; border-color: rgba(8,145,178,0.2); }

/* ── Section Wrapper ── */
#realExamples {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 72px;
  font-family: 'Inter', sans-serif;
}

/* ── Section Header ── */
#realExamples .section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0,40,104,0.07);
  border: 1px solid rgba(0,40,104,0.15);
  color: #002868;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .8px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 14px;
}
#realExamples .section-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(22px, 3.5vw, 34px);
  font-weight: 900;
  color: #1D1D1F;
  line-height: 1.2;
  margin-bottom: 12px;
  letter-spacing: -0.4px;
}
#realExamples .section-title span { color: #002868; }
#realExamples .section-lead {
  font-size: 15.5px;
  color: #5F6368;
  max-width: 780px;
  line-height: 1.75;
  margin-bottom: 48px;
}
#realExamples .section-divider {
  border: none;
  border-top: 2px solid #E0E4E8;
  margin: 0 0 48px;
}

/* ── Quick Comparison Table ── */
#realExamples .compare-table-wrap {
  background: #fff;
  border: 1px solid #E0E4E8;
  border-radius: 16px;
  box-shadow: 0 1px 4px rgba(0,40,104,0.08);
  overflow: hidden;
  margin-bottom: 48px;
}
#realExamples .compare-table-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 800;
  color: #1D1D1F;
  text-transform: uppercase;
  letter-spacing: .5px;
  padding: 16px 20px 14px;
  border-bottom: 2px solid #E0E4E8;
  display: flex;
  align-items: center;
  gap: 8px;
}
#realExamples .compare-table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
#realExamples table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  min-width: 640px;
}
#realExamples table thead tr {
  background: #002868;
}
#realExamples table thead th {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  padding: 11px 14px;
  text-align: left;
  white-space: nowrap;
}
#realExamples table tbody tr { border-bottom: 1px solid #E0E4E8; }
#realExamples table tbody tr:last-child { border-bottom: none; }
#realExamples table tbody tr:nth-child(even) { background: #F7F9FC; }
#realExamples table tbody tr:hover { background: rgba(0,40,104,0.04); }
#realExamples table tbody td {
  padding: 12px 14px;
  color: #1D1D1F;
  vertical-align: middle;
  white-space: nowrap;
}
#realExamples .tbl-state {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 8px;
}
#realExamples .verdict-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 3px 10px;
  border-radius: 999px;
  font-family: 'Montserrat', sans-serif;
  font-size: 10.5px;
  font-weight: 700;
  white-space: nowrap;
}
#realExamples .vt-green { background: rgba(0,135,90,0.1); color: #00875A; border: 1px solid rgba(0,135,90,0.2); }
#realExamples .vt-gold  { background: rgba(209,153,0,0.1); color: #b37f00; border: 1px solid rgba(209,153,0,0.22); }
#realExamples .vt-red   { background: rgba(191,10,48,0.08); color: #BF0A30; border: 1px solid rgba(191,10,48,0.18); }
#realExamples .val-green { color: #00875A; font-weight: 700; }
#realExamples .val-red   { color: #BF0A30; font-weight: 700; }
#realExamples .val-gold  { color: #b37f00; font-weight: 700; }
#realExamples .val-navy  { color: #002868; font-weight: 700; }

/* ── Scenario Cards ── */
#realExamples .scenario-card {
  background: #fff;
  border: 1px solid #E0E4E8;
  border-radius: 16px;
  box-shadow: 0 1px 4px rgba(0,40,104,0.08);
  margin-bottom: 28px;
  overflow: hidden;
}
#realExamples .sc-header {
  padding: 22px 24px 20px;
  border-bottom: 2px solid #E0E4E8;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}
#realExamples .sc-header-left { display: flex; align-items: center; gap: 14px; }
#realExamples .sc-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  flex-shrink: 0;
}
#realExamples .ic-navy  { background: rgba(0,40,104,0.09); }
#realExamples .ic-teal  { background: rgba(8,145,178,0.10); }
#realExamples .ic-green { background: rgba(0,135,90,0.10); }
#realExamples .ic-red   { background: rgba(191,10,48,0.08); }
#realExamples .ic-gold  { background: rgba(209,153,0,0.12); }
#realExamples .sc-number {
  font-family: 'Montserrat', sans-serif;
  font-size: 10.5px;
  font-weight: 700;
  color: #5F6368;
  text-transform: uppercase;
  letter-spacing: .8px;
  margin-bottom: 3px;
}
#realExamples .sc-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  font-weight: 900;
  color: #1D1D1F;
  line-height: 1.25;
  margin-bottom: 4px;
}
#realExamples .sc-subtitle {
  font-size: 13px;
  color: #5F6368;
  line-height: 1.4;
}
#realExamples .sc-header-right { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
#realExamples .state-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #F7F9FC;
  border: 1.5px solid #E0E4E8;
  color: #1D1D1F;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 8px;
}

/* ── Card Body ── */
#realExamples .sc-body { padding: 22px 24px; }
#realExamples .sc-setup {
  background: rgba(0,40,104,0.04);
  border: 1px solid rgba(0,40,104,0.10);
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 13.5px;
  color: #1D1D1F;
  line-height: 1.65;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

/* ── Specs + Results Grid ── */
#realExamples .sc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 680px) {
  #realExamples .sc-grid { grid-template-columns: 1fr; }
}

/* ── Specs Block ── */
#realExamples .spec-block {
  background: #F7F9FC;
  border: 1px solid #E0E4E8;
  border-radius: 10px;
  padding: 16px;
}
#realExamples .spec-block-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 10.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .7px;
  color: #002868;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
}
#realExamples .spec-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 0;
  border-bottom: 1px solid #E0E4E8;
  font-size: 13px;
}
#realExamples .spec-row:last-child { border-bottom: none; padding-bottom: 0; }
#realExamples .spec-key { color: #5F6368; font-weight: 500; }
#realExamples .spec-val { color: #1D1D1F; font-weight: 700; font-family: 'Montserrat', sans-serif; font-size: 12.5px; }

/* ── Results Block ── */
#realExamples .result-block {
  background: #F7F9FC;
  border: 1px solid #E0E4E8;
  border-radius: 10px;
  padding: 16px;
}
#realExamples .result-block-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 10.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .7px;
  color: #002868;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
}
#realExamples .result-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 0;
  border-bottom: 1px solid #E0E4E8;
  font-size: 13px;
}
#realExamples .result-row:last-child { border-bottom: none; padding-bottom: 0; }
#realExamples .result-key { color: #5F6368; font-weight: 500; }

/* ── Winner Strip ── */
#realExamples .sc-winner {
  border-radius: 10px;
  padding: 16px 18px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}
#realExamples .sc-winner.w-green { background: linear-gradient(135deg, #00875A 0%, #059669 100%); }
#realExamples .sc-winner.w-gold  { background: linear-gradient(135deg, #b37f00 0%, #d19900 100%); }
#realExamples .sc-winner.w-red   { background: linear-gradient(135deg, #9b0826 0%, #BF0A30 100%); }
#realExamples .sc-winner-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .8px;
  color: rgba(255,255,255,0.75);
  margin-bottom: 4px;
}
#realExamples .sc-winner-val {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(20px, 3vw, 26px);
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
}
#realExamples .sc-winner-sub {
  font-size: 12px;
  color: rgba(255,255,255,0.8);
  margin-top: 3px;
  line-height: 1.5;
}
#realExamples .sc-winner-right { text-align: right; flex-shrink: 0; }
#realExamples .sc-winner-be-label {
  font-size: 10.5px;
  color: rgba(255,255,255,0.7);
  font-weight: 600;
  margin-bottom: 3px;
}
#realExamples .sc-winner-be-val {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 900;
  color: rgba(255,255,255,0.95);
}

/* ── Insight Strip ── */
#realExamples .sc-insight {
  border-radius: 8px;
  padding: 13px 16px;
  font-size: 13px;
  line-height: 1.65;
  display: flex;
  align-items: flex-start;
  gap: 9px;
}
#realExamples .sc-insight.ins-green { background: rgba(0,135,90,0.07); border: 1px solid rgba(0,135,90,0.18); color: #1D1D1F; }
#realExamples .sc-insight.ins-gold  { background: rgba(209,153,0,0.07); border: 1px solid rgba(209,153,0,0.2); color: #1D1D1F; }
#realExamples .sc-insight.ins-red   { background: rgba(191,10,48,0.06); border: 1px solid rgba(191,10,48,0.16); color: #1D1D1F; }
#realExamples .sc-insight strong { font-weight: 700; }

/* ── Section Wrapper ── */
#proTips {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 72px;
  font-family: 'Inter', sans-serif;
}

/* ── Section Header ── */
#proTips .section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0,40,104,0.07);
  border: 1px solid rgba(0,40,104,0.15);
  color: #002868;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .8px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 14px;
}
#proTips .section-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(22px, 3.5vw, 34px);
  font-weight: 900;
  color: #1D1D1F;
  line-height: 1.2;
  margin-bottom: 12px;
  letter-spacing: -0.4px;
}
#proTips .section-title span { color: #002868; }
#proTips .section-lead {
  font-size: 15.5px;
  color: #5F6368;
  max-width: 780px;
  line-height: 1.75;
  margin-bottom: 48px;
}
#proTips .section-divider {
  border: none;
  border-top: 2px solid #E0E4E8;
  margin: 0 0 48px;
}

/* ── Tip Cards ── */
#proTips .tip-card {
  background: #fff;
  border: 1px solid #E0E4E8;
  border-radius: 16px;
  box-shadow: 0 1px 4px rgba(0,40,104,0.08);
  margin-bottom: 28px;
  overflow: hidden;
  position: relative;
}
#proTips .tip-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
}
#proTips .tip-card.tc1::before { background: linear-gradient(90deg,#002868,#0b3f92); }
#proTips .tip-card.tc2::before { background: linear-gradient(90deg,#0891b2,#06b6d4); }
#proTips .tip-card.tc3::before { background: linear-gradient(90deg,#00875A,#10b981); }
#proTips .tip-card.tc4::before { background: linear-gradient(90deg,#d19900,#f59e0b); }
#proTips .tip-card.tc5::before { background: linear-gradient(90deg,#BF0A30,#e11d48); }

/* ── Tip Header ── */
#proTips .tip-header {
  padding: 24px 24px 20px;
  border-bottom: 2px solid #E0E4E8;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
#proTips .tip-number-badge {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 900;
  flex-shrink: 0;
  color: #fff;
}
#proTips .nb1 { background: linear-gradient(135deg,#002868,#0b3f92); }
#proTips .nb2 { background: linear-gradient(135deg,#0891b2,#06b6d4); }
#proTips .nb3 { background: linear-gradient(135deg,#00875A,#10b981); }
#proTips .nb4 { background: linear-gradient(135deg,#d19900,#f59e0b); }
#proTips .nb5 { background: linear-gradient(135deg,#BF0A30,#e11d48); }
#proTips .tip-header-text { flex: 1; }
#proTips .tip-eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-size: 10.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .8px;
  color: #5F6368;
  margin-bottom: 4px;
}
#proTips .tip-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(15px, 2.2vw, 18px);
  font-weight: 900;
  color: #1D1D1F;
  line-height: 1.25;
  margin-bottom: 5px;
}
#proTips .tip-tagline {
  font-size: 13.5px;
  color: #5F6368;
  line-height: 1.5;
}
#proTips .tip-icon-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  padding: 4px 12px;
  border-radius: 20px;
  white-space: nowrap;
  flex-shrink: 0;
  align-self: flex-start;
}
#proTips .chip-navy  { background: rgba(0,40,104,0.08); color: #002868; border: 1px solid rgba(0,40,104,0.18); }
#proTips .chip-teal  { background: rgba(8,145,178,0.09); color: #0891b2; border: 1px solid rgba(8,145,178,0.2); }
#proTips .chip-green { background: rgba(0,135,90,0.09); color: #00875A; border: 1px solid rgba(0,135,90,0.2); }
#proTips .chip-gold  { background: rgba(209,153,0,0.10); color: #b37f00; border: 1px solid rgba(209,153,0,0.22); }
#proTips .chip-red   { background: rgba(191,10,48,0.08); color: #BF0A30; border: 1px solid rgba(191,10,48,0.18); }

/* ── Tip Body ── */
#proTips .tip-body { padding: 24px; }
#proTips .tip-intro {
  font-size: 14.5px;
  color: #5F6368;
  line-height: 1.78;
  margin-bottom: 22px;
}

/* ── Two-column layout ── */
#proTips .tip-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 20px;
}
@media (max-width: 680px) { #proTips .tip-grid { grid-template-columns: 1fr; } }
#proTips .tip-grid.full { grid-template-columns: 1fr; }

/* ── Action List Block ── */
#proTips .action-block {
  background: #F7F9FC;
  border: 1px solid #E0E4E8;
  border-radius: 10px;
  padding: 16px;
}
#proTips .action-block-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .7px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
}
#proTips .abt-navy  { color: #002868; }
#proTips .abt-teal  { color: #0891b2; }
#proTips .abt-green { color: #00875A; }
#proTips .abt-gold  { color: #b37f00; }
#proTips .abt-red   { color: #BF0A30; }
#proTips .action-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}
#proTips .action-item:last-child { margin-bottom: 0; }
#proTips .ai-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  margin-top: 7px;
  flex-shrink: 0;
}
#proTips .ai-dot.navy  { background: #002868; }
#proTips .ai-dot.teal  { background: #0891b2; }
#proTips .ai-dot.green { background: #00875A; }
#proTips .ai-dot.gold  { background: #d19900; }
#proTips .ai-dot.red   { background: #BF0A30; }
#proTips .action-item strong {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #1D1D1F;
  line-height: 1.3;
}
#proTips .action-item span {
  font-size: 12.5px;
  color: #5F6368;
  line-height: 1.55;
}

/* ── Stat Highlight Strip ── */
#proTips .stat-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 20px;
}
@media (max-width: 520px) { #proTips .stat-strip { grid-template-columns: 1fr 1fr; } }
#proTips .stat-box {
  background: #F7F9FC;
  border: 1px solid #E0E4E8;
  border-radius: 10px;
  padding: 14px 12px;
  text-align: center;
}
#proTips .stat-val {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(18px, 2.5vw, 22px);
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: 5px;
}
#proTips .sv-navy  { color: #002868; }
#proTips .sv-teal  { color: #0891b2; }
#proTips .sv-green { color: #00875A; }
#proTips .sv-red   { color: #BF0A30; }
#proTips .sv-gold  { color: #b37f00; }
#proTips .stat-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .4px;
  color: #5F6368;
  line-height: 1.4;
}

/* ── Formula Box ── */
#proTips .formula-box {
  background: linear-gradient(135deg,#0f2540 0%,#1a3a5c 100%);
  border-radius: 12px;
  padding: 18px 20px;
  margin-bottom: 20px;
}
#proTips .formula-label {
  font-size: 10.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .8px;
  color: rgba(255,255,255,0.55);
  margin-bottom: 8px;
}
#proTips .formula-text {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(11px, 2vw, 13px);
  font-weight: 700;
  color: #FCD34D;
  line-height: 1.7;
  word-break: break-word;
}
#proTips .formula-note {
  font-size: 12px;
  color: rgba(255,255,255,0.65);
  margin-top: 8px;
  line-height: 1.6;
}

/* ── Scenario Comparison (3-column) ── */
#proTips .scenario-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 20px;
}
@media (max-width: 600px) { #proTips .scenario-row { grid-template-columns: 1fr; } }
#proTips .scenario-box {
  border-radius: 10px;
  padding: 16px;
  border: 1px solid;
}
#proTips .sb-bull  { background: rgba(0,135,90,0.07); border-color: rgba(0,135,90,0.22); }
#proTips .sb-base  { background: rgba(0,40,104,0.05); border-color: rgba(0,40,104,0.16); }
#proTips .sb-bear  { background: rgba(191,10,48,0.06); border-color: rgba(191,10,48,0.18); }
#proTips .sb-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .6px;
  margin-bottom: 8px;
}
#proTips .sb-bull .sb-label { color: #00875A; }
#proTips .sb-base .sb-label { color: #002868; }
#proTips .sb-bear .sb-label { color: #BF0A30; }
#proTips .sb-row {
  display: flex;
  justify-content: space-between;
  font-size: 12.5px;
  padding: 4px 0;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
#proTips .sb-row:last-child { border-bottom: none; }
#proTips .sb-key { color: #5F6368; }
#proTips .sb-val { font-weight: 700; color: #1D1D1F; font-family: 'Montserrat', sans-serif; font-size: 12px; }

/* ── Tax Breakdown ── */
#proTips .tax-row-list {
  border: 1px solid #E0E4E8;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
#proTips .tax-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 13px 16px;
  border-bottom: 1px solid #E0E4E8;
  background: #fff;
}
#proTips .tax-row:last-child { border-bottom: none; }
#proTips .tax-row.tr-highlight { background: rgba(0,135,90,0.06); }
#proTips .tr-num {
  width: 28px; height: 28px;
  border-radius: 50%;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 800;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
#proTips .trn1 { background: #002868; }
#proTips .trn2 { background: #0891b2; }
#proTips .trn3 { background: #d19900; }
#proTips .trn4 { background: #00875A; }
#proTips .tr-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 800;
  color: #1D1D1F;
  margin-bottom: 2px;
}
#proTips .tr-desc { font-size: 12.5px; color: #5F6368; line-height: 1.5; }
#proTips .tr-tag {
  margin-left: auto;
  flex-shrink: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 20px;
  white-space: nowrap;
}
#proTips .tt-green { background: rgba(0,135,90,0.1); color: #00875A; border: 1px solid rgba(0,135,90,0.2); }
#proTips .tt-navy  { background: rgba(0,40,104,0.08); color: #002868; border: 1px solid rgba(0,40,104,0.15); }
#proTips .tt-gold  { background: rgba(209,153,0,0.1); color: #b37f00; border: 1px solid rgba(209,153,0,0.22); }

/* ── Infrastructure Comparison Table ── */
#proTips .infra-table-wrap {
  border: 1px solid #E0E4E8;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
#proTips .infra-table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
#proTips .infra-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  min-width: 520px;
}
#proTips .infra-table thead tr { background: #002868; }
#proTips .infra-table thead th {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .4px;
  padding: 10px 14px;
  text-align: left;
  white-space: nowrap;
}
#proTips .infra-table tbody tr { border-bottom: 1px solid #E0E4E8; }
#proTips .infra-table tbody tr:last-child { border-bottom: none; }
#proTips .infra-table tbody tr:nth-child(even) { background: #F7F9FC; }
#proTips .infra-table tbody td { padding: 11px 14px; color: #1D1D1F; vertical-align: top; }
#proTips .infra-table .td-label {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 13px;
}
#proTips .td-green { color: #00875A; font-weight: 700; }
#proTips .td-red   { color: #BF0A30; font-weight: 700; }
#proTips .td-gold  { color: #b37f00; font-weight: 700; }

/* ── Warning / Pro / Info Strips ── */
#proTips .strip {
  border-radius: 8px;
  padding: 13px 16px;
  font-size: 13px;
  line-height: 1.65;
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin-top: 0;
}
#proTips .strip + .strip { margin-top: 10px; }
#proTips .strip-pro   { background: rgba(0,135,90,0.07); border: 1px solid rgba(0,135,90,0.18); }
#proTips .strip-warn  { background: rgba(191,10,48,0.06); border: 1px solid rgba(191,10,48,0.16); }
#proTips .strip-info  { background: rgba(0,40,104,0.05); border: 1px solid rgba(0,40,104,0.12); }
#proTips .strip-gold  { background: rgba(209,153,0,0.07); border: 1px solid rgba(209,153,0,0.2); }
#proTips .strip strong { font-weight: 700; color: #1D1D1F; }
#proTips .strip span { color: #1D1D1F; }

/* ── Electricity Breakeven Band ── */
#proTips .kwh-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 20px;
}
@media (max-width: 560px) { #proTips .kwh-band { grid-template-columns: 1fr 1fr; } }
#proTips .kwh-box {
  border-radius: 10px;
  padding: 14px 12px;
  text-align: center;
  border: 1.5px solid;
}
#proTips .kwh-box.kb1 { background: rgba(0,135,90,0.08); border-color: rgba(0,135,90,0.25); }
#proTips .kwh-box.kb2 { background: rgba(0,40,104,0.06); border-color: rgba(0,40,104,0.18); }
#proTips .kwh-box.kb3 { background: rgba(209,153,0,0.08); border-color: rgba(209,153,0,0.25); }
#proTips .kwh-box.kb4 { background: rgba(191,10,48,0.07); border-color: rgba(191,10,48,0.2); }
#proTips .kwh-rate {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(17px, 2.5vw, 21px);
  font-weight: 900;
  margin-bottom: 4px;
}
#proTips .kwh-box.kb1 .kwh-rate { color: #00875A; }
#proTips .kwh-box.kb2 .kwh-rate { color: #002868; }
#proTips .kwh-box.kb3 .kwh-rate { color: #b37f00; }
#proTips .kwh-box.kb4 .kwh-rate { color: #BF0A30; }
#proTips .kwh-verdict {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .4px;
  margin-bottom: 5px;
}
#proTips .kwh-box.kb1 .kwh-verdict { color: #00875A; }
#proTips .kwh-box.kb2 .kwh-verdict { color: #002868; }
#proTips .kwh-box.kb3 .kwh-verdict { color: #b37f00; }
#proTips .kwh-box.kb4 .kwh-verdict { color: #BF0A30; }
#proTips .kwh-note { font-size: 11.5px; color: #5F6368; line-height: 1.45; }

/* ── Difficulty Chart Visual ── */
#proTips .diff-timeline {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
#proTips .diff-row {
  display: flex;
  align-items: center;
  gap: 12px;
}
#proTips .diff-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 11.5px;
  font-weight: 700;
  color: #1D1D1F;
  width: 52px;
  flex-shrink: 0;
  text-align: right;
}
#proTips .diff-bar-wrap {
  flex: 1;
  background: #F7F9FC;
  border-radius: 6px;
  height: 30px;
  overflow: hidden;
  border: 1px solid #E0E4E8;
}
#proTips .diff-bar {
  height: 100%;
  border-radius: 6px;
  display: flex;
  align-items: center;
  padding-left: 12px;
  font-family: 'Montserrat', sans-serif;
  font-size: 11.5px;
  font-weight: 800;
  color: #fff;
  white-space: nowrap;
  transition: width .5s ease;
}
#proTips .db1 { background: linear-gradient(90deg,#002868,#0b4da8); width: 40%; }
#proTips .db2 { background: linear-gradient(90deg,#0891b2,#06b6d4); width: 55%; }
#proTips .db3 { background: linear-gradient(90deg,#d19900,#f59e0b); width: 72%; }
#proTips .db4 { background: linear-gradient(90deg,#BF0A30,#e11d48); width: 100%; }
#proTips .diff-stat {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 800;
  color: #1D1D1F;
  width: 80px;
  flex-shrink: 0;
  text-align: left;
}

/* ── Wrapper ── */
#faqSection {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 72px;
  font-family: 'Inter', sans-serif;
}

/* ── Section Header ── */
#faqSection .section-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(0,40,104,0.07); border: 1px solid rgba(0,40,104,0.15);
  color: #002868; font-size: 11.5px; font-weight: 700;
  letter-spacing: .8px; text-transform: uppercase;
  padding: 5px 14px; border-radius: 20px; margin-bottom: 14px;
}
#faqSection .section-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(22px, 3.5vw, 34px);
  font-weight: 900; color: #1D1D1F;
  line-height: 1.2; margin-bottom: 12px; letter-spacing: -0.4px;
}
#faqSection .section-title span { color: #002868; }
#faqSection .section-lead {
  font-size: 15.5px; color: #5F6368;
  max-width: 780px; line-height: 1.75; margin-bottom: 32px;
}
#faqSection .section-divider {
  border: none; border-top: 2px solid #E0E4E8; margin: 0 0 40px;
}

/* ── Search Bar ── */
#faqSection .faq-search-wrap {
  position: relative; margin-bottom: 36px;
}
#faqSection .faq-search-icon {
  position: absolute; left: 16px; top: 50%; transform: translateY(-50%);
  color: #5F6368; font-size: 16px; pointer-events: none;
}
#faqSection #faqSearch {
  width: 100%; height: 50px;
  padding: 0 48px 0 46px;
  border: 1.5px solid #E0E4E8; border-radius: 10px;
  background: #fff; font-family: 'Inter', sans-serif;
  font-size: 14px; color: #1D1D1F; outline: none;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 1px 4px rgba(0,40,104,0.06);
}
#faqSection #faqSearch:focus {
  border-color: #002868;
  box-shadow: 0 0 0 3px rgba(0,40,104,0.09);
}
#faqSection #faqSearch::placeholder { color: #9ca3af; }
#faqSection .faq-search-clear {
  position: absolute; right: 14px; top: 50%; transform: translateY(-50%);
  background: none; border: none; cursor: pointer; color: #9ca3af;
  font-size: 18px; padding: 4px; display: none; line-height: 1;
}
#faqSection .faq-search-clear:hover { color: #BF0A30; }
#faqSection #faqNoResults {
  display: none; text-align: center; padding: 32px 20px;
  background: #F7F9FC; border: 1px solid #E0E4E8;
  border-radius: 12px; color: #5F6368; font-size: 14px;
}
#faqSection #faqNoResults strong { color: #1D1D1F; display: block; font-family: 'Montserrat', sans-serif; font-size: 15px; margin-bottom: 6px; }

/* ── Stats Row ── */
#faqSection .faq-stats {
  display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 36px;
}
#faqSection .faq-stat-pill {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; border: 1px solid #E0E4E8;
  border-radius: 999px; padding: 8px 16px;
  box-shadow: 0 1px 3px rgba(0,40,104,0.06);
}
#faqSection .fsp-icon { font-size: 15px; }
#faqSection .fsp-text {
  font-family: 'Montserrat', sans-serif; font-size: 12.5px;
  font-weight: 700; color: #1D1D1F;
}
#faqSection .fsp-sub { font-size: 11.5px; color: #5F6368; }

/* ── Category Block ── */
#faqSection .faq-category { margin-bottom: 32px; }
#faqSection .faq-cat-header {
  display: flex; align-items: center; gap: 10px;
  padding: 12px 18px; border-radius: 10px 10px 0 0;
  border: 1px solid; border-bottom: none;
  margin-bottom: 0;
}
#faqSection .faq-cat-icon { font-size: 18px; }
#faqSection .faq-cat-title {
  font-family: 'Montserrat', sans-serif; font-size: 13px;
  font-weight: 800; text-transform: uppercase; letter-spacing: .5px;
  flex: 1;
}
#faqSection .faq-cat-count {
  font-family: 'Montserrat', sans-serif; font-size: 11px;
  font-weight: 700; opacity: .75;
}

/* ── FAQ Item ── */
#faqSection .faq-item {
  border: 1px solid #E0E4E8; border-top: none;
  background: #fff; overflow: hidden;
  transition: box-shadow .2s;
}
#faqSection .faq-category > .faq-item:last-child {
  border-radius: 0 0 10px 10px;
}
#faqSection .faq-item.is-open {
  box-shadow: 0 2px 12px rgba(0,40,104,0.09);
}
#faqSection .faq-item.hidden-by-search { display: none !important; }

/* ── Question Button ── */
#faqSection .faq-question {
  width: 100%; display: flex; align-items: center; gap: 14px;
  padding: 18px 20px; background: none; border: none;
  cursor: pointer; text-align: left;
  transition: background .18s;
  border-top: 1px solid #E0E4E8;
}
#faqSection .faq-item:first-of-type .faq-question { border-top: none; }
#faqSection .faq-question:hover { background: #F7F9FC; }
#faqSection .faq-item.is-open .faq-question { background: #F7F9FC; }
#faqSection .faq-q-num {
  width: 28px; height: 28px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 800;
  color: #fff; flex-shrink: 0;
}
#faqSection .faq-q-text {
  flex: 1; font-size: 14.5px; font-weight: 600;
  color: #1D1D1F; line-height: 1.45;
}
#faqSection .faq-chevron {
  flex-shrink: 0; color: #5F6368; display: flex;
  align-items: center; transition: transform .25s ease;
}
#faqSection .faq-item.is-open .faq-chevron { transform: rotate(180deg); }

/* ── Answer Panel ── */
#faqSection .faq-answer {
  max-height: 0; overflow: hidden;
  transition: max-height .35s cubic-bezier(0.4,0,0.2,1);
}
#faqSection .faq-item.is-open .faq-answer { max-height: 1000px; }
#faqSection .faq-answer-inner {
  display: flex; gap: 0; border-top: 1px solid #E0E4E8;
}
#faqSection .faq-answer-bar {
  width: 4px; flex-shrink: 0; border-radius: 0 0 0 0;
}
#faqSection .faq-answer-text {
  padding: 18px 20px 20px; font-size: 14px;
  color: #5F6368; line-height: 1.78; flex: 1;
}
#faqSection .faq-answer-text strong { color: #1D1D1F; font-weight: 700; }

/* ── CTA Bottom ── */
#faqSection .faq-cta {
  background: linear-gradient(135deg, #0f2540 0%, #1a3a5c 100%);
  border-radius: 16px; padding: 32px 28px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px; flex-wrap: wrap; margin-top: 16px;
}
#faqSection .faq-cta-left h3 {
  font-family: 'Montserrat', sans-serif; font-size: 18px;
  font-weight: 900; color: #fff; margin-bottom: 6px; line-height: 1.3;
}
#faqSection .faq-cta-left p {
  font-size: 13.5px; color: rgba(255,255,255,0.75); line-height: 1.65; max-width: 520px;
}
#faqSection .faq-cta-btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: #FCD34D; color: #1D1D1F;
  font-family: 'Montserrat', sans-serif; font-size: 13.5px; font-weight: 800;
  padding: 13px 24px; border-radius: 8px; border: none;
  cursor: pointer; white-space: nowrap; flex-shrink: 0;
  transition: transform .16s, background .2s;
  text-decoration: none;
}
#faqSection .faq-cta-btn:hover { transform: translateY(-1px); background: #fde68a; }

@media (max-width: 600px) {
  #faqSection .faq-question { padding: 14px 14px; gap: 10px; }
  #faqSection .faq-q-text { font-size: 13.5px; }
  #faqSection .faq-answer-text { padding: 14px 14px 16px; font-size: 13.5px; }
  #faqSection .faq-cta { padding: 22px 18px; }
  #faqSection .faq-cta-left h3 { font-size: 16px; }
}

#relatedCalcs {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 72px;
  font-family: 'Inter', sans-serif;
}

/* Header */
#relatedCalcs .section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0,40,104,0.07);
  border: 1px solid rgba(0,40,104,0.15);
  color: #002868;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .8px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 14px;
}
#relatedCalcs .section-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(22px, 3.5vw, 32px);
  font-weight: 900;
  color: #1D1D1F;
  line-height: 1.2;
  margin-bottom: 12px;
  letter-spacing: -0.4px;
}
#relatedCalcs .section-title span { color: #002868; }
#relatedCalcs .section-lead {
  font-size: 15px;
  color: #5F6368;
  max-width: 760px;
  line-height: 1.7;
  margin-bottom: 32px;
}
#relatedCalcs .section-divider {
  border: none;
  border-top: 2px solid #E0E4E8;
  margin: 0 0 32px;
}

/* Grid */
#relatedCalcs .rel-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 18px;
}
@media (max-width: 900px) {
  #relatedCalcs .rel-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 600px) {
  #relatedCalcs .rel-grid { grid-template-columns: 1fr; }
}

/* Cards */
#relatedCalcs .rel-card {
  position: relative;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #E0E4E8;
  box-shadow: 0 1px 4px rgba(0,40,104,0.06);
  padding: 18px 18px 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow: hidden;
}
#relatedCalcs .rel-card::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.06;
  background: radial-gradient(circle at top right, rgba(0,40,104,0.5) 0%, transparent 55%);
}
#relatedCalcs .rel-card-head {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
#relatedCalcs .rel-icon {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 17px;
}
#relatedCalcs .ic-navy  { background: rgba(0,40,104,0.08); }
#relatedCalcs .ic-teal  { background: rgba(8,145,178,0.10); }
#relatedCalcs .ic-green { background: rgba(0,135,90,0.10); }
#relatedCalcs .ic-gold  { background: rgba(209,153,0,0.12); }
#relatedCalcs .ic-red   { background: rgba(191,10,48,0.10); }

#relatedCalcs .rel-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 800;
  color: #1D1D1F;
  margin-bottom: 2px;
}
#relatedCalcs .rel-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #5F6368;
}
#relatedCalcs .rel-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  border: 1px solid;
}
#relatedCalcs .pill-navy  { border-color: rgba(0,40,104,0.18); color: #002868; background: rgba(0,40,104,0.04); }
#relatedCalcs .pill-teal  { border-color: rgba(8,145,178,0.2); color: #0891b2; background: rgba(8,145,178,0.05); }
#relatedCalcs .pill-gold  { border-color: rgba(209,153,0,0.25); color: #b37f00; background: rgba(209,153,0,0.07); }
#relatedCalcs .pill-red   { border-color: rgba(191,10,48,0.2); color: #BF0A30; background: rgba(191,10,48,0.06); }
#relatedCalcs .pill-green { border-color: rgba(0,135,90,0.2); color: #00875A; background: rgba(0,135,90,0.06); }

#relatedCalcs .rel-body {
  font-size: 13px;
  color: #5F6368;
  line-height: 1.6;
}
#relatedCalcs .rel-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 6px;
}
#relatedCalcs .rel-meta span {
  font-size: 11.5px;
  color: #5F6368;
}

/* Footer / Link */
#relatedCalcs .rel-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 10px;
}
#relatedCalcs .rel-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Montserrat', sans-serif;
  font-size: 12.5px;
  font-weight: 800;
  color: #002868;
  text-decoration: none;
}
#relatedCalcs .rel-link:hover { text-decoration: underline; }
#relatedCalcs .rel-note {
  font-size: 11px;
  color: #9ca3af;
}

/* Small layout tweak */
@media (max-width: 480px) {
  #relatedCalcs .rel-card { padding: 16px 14px 14px; }
}

#legalSection {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 72px;
  font-family: 'Inter', sans-serif;
}

/* Header */
#legalSection .section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(191,10,48,0.08);
  border: 1px solid rgba(191,10,48,0.18);
  color: #BF0A30;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .8px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 14px;
}
#legalSection .section-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(22px, 3.5vw, 30px);
  font-weight: 900;
  color: #1D1D1F;
  line-height: 1.2;
  margin-bottom: 10px;
  letter-spacing: -0.4px;
}
#legalSection .section-title span { color: #BF0A30; }
#legalSection .section-lead {
  font-size: 14.5px;
  color: #5F6368;
  max-width: 820px;
  line-height: 1.7;
  margin-bottom: 28px;
}
#legalSection .section-divider {
  border: none;
  border-top: 2px solid #E0E4E8;
  margin: 0 0 28px;
}

/* Layout */
#legalSection .legal-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 20px;
}
@media (max-width: 880px) {
  #legalSection .legal-grid { grid-template-columns: 1fr; }
}

/* Cards */
#legalSection .legal-card {
  background: #fff;
  border: 1px solid #E0E4E8;
  border-radius: 16px;
  box-shadow: 0 1px 4px rgba(0,40,104,0.08);
  padding: 20px 20px 18px;
}
#legalSection .lc-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E0E4E8;
}
#legalSection .lc-icon {
  width: 32px;
  height: 32px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 18px;
  background: rgba(0,40,104,0.08);
}
#legalSection .lc-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .6px;
  color: #1D1D1F;
}
#legalSection .lc-body {
  font-size: 13.5px;
  color: #5F6368;
  line-height: 1.75;
}
#legalSection .lc-body p { margin-bottom: 10px; }
#legalSection .lc-body p:last-child { margin-bottom: 0; }

/* Bullet list */
#legalSection .lc-list {
  margin-top: 8px;
}
#legalSection .lc-list-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  color: #5F6368;
  line-height: 1.65;
  margin-bottom: 6px;
}
#legalSection .lc-list-item:last-child { margin-bottom: 0; }
#legalSection .lc-bullet {
  font-size: 14px;
  flex-shrink: 0;
  margin-top: 1px;
}

/* Highlight strip */
#legalSection .highlight-strip {
  margin-top: 14px;
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 13px;
  line-height: 1.65;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
#legalSection .hs-red {
  background: rgba(191,10,48,0.06);
  border: 1px solid rgba(191,10,48,0.18);
  color: #1D1D1F;
}
#legalSection .hs-navy {
  background: rgba(0,40,104,0.05);
  border: 1px solid rgba(0,40,104,0.12);
  color: #1D1D1F;
}
#legalSection .highlight-strip strong {
  font-weight: 700;
}

/* Authority / Gov links card */
#legalSection .gov-card {
  background: linear-gradient(135deg, #0f2540 0%, #1a3a5c 100%);
  border-radius: 16px;
  padding: 20px 20px 18px;
  color: #e5e7eb;
}
#legalSection .gov-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .6px;
  margin-bottom: 8px;
}
#legalSection .gov-text {
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: 12px;
}
#legalSection .gov-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#legalSection .gov-link {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  font-size: 12.5px;
}
#legalSection .gov-link-icon {
  font-size: 14px;
  flex-shrink: 0;
  margin-top: 1px;
}
#legalSection .gov-link a {
  color: #bfdbfe;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
#legalSection .gov-link a:hover {
  color: #facc15;
}

/* Small print */
#legalSection .gov-small {
  margin-top: 10px;
  font-size: 11.5px;
  color: #9ca3af;
  line-height: 1.6;
}



