/* salarytaxcalculator.latticenepal.com — Design System */

/* ─── Variables ──────────────────────────────────────────────────────────── */
:root {
  --navy:     #0b1f3a;
  --navy2:    #162d52;
  --royal:    #1a4db5;
  --royal-l:  #2563eb;
  --accent:   #f59e0b;
  --accent-d: #d97706;
  --green:    #047857;
  --green-l:  #34d399;
  --green-bg: #ecfdf5;
  --amber:    #92400e;
  --amber-bg: #fffbeb;
  --red:      #b91c1c;
  --red-bg:   #fef2f2;
  --blue-bg:  #eff6ff;
  --blue-t:   #1e40af;
  --g50:  #f8fafc;
  --g100: #f1f5f9;
  --g200: #e2e8f0;
  --g300: #cbd5e1;
  --g400: #94a3b8;
  --g600: #475569;
  --g800: #1e293b;
  --serif: 'Playfair Display', Georgia, serif;
  --sans:  'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  --r:    10px;
  --r-lg: 16px;
  --sh:    0 1px 12px rgba(11,31,58,.09);
  --sh-lg: 0 4px 32px rgba(11,31,58,.14);
}

/* ─── Reset ──────────────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 15px; }
body { font-family: var(--sans); color: var(--g800); background: #fff; line-height: 1.6; }
img  { max-width: 100%; }
a    { color: var(--royal); text-decoration: none; }
a:hover { text-decoration: underline; }
input, button, select { font-family: var(--sans); }

/* ─── Disclaimer bar ─────────────────────────────────────────────────────── */
.disc-bar {
  background: var(--navy2);
  color: rgba(255,255,255,.7);
  font-size: 12px;
  text-align: center;
  padding: 7px 16px;
  line-height: 1.4;
}
.disc-bar a { color: var(--accent); }

/* ─── Nav ────────────────────────────────────────────────────────────────── */
.topnav {
  background: var(--navy);
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 12px rgba(11,31,58,.18);
}
.nav-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  height: 58px;
  gap: 16px;
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
}
.nav-logo:hover { text-decoration: none; color: var(--accent); }
.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
}
.nav-link {
  color: rgba(255,255,255,.75);
  font-size: 13.5px;
  padding: 6px 12px;
  border-radius: 6px;
  transition: color .15s, background .15s;
}
.nav-link:hover { color: #fff; background: rgba(255,255,255,.08); text-decoration: none; }
.nav-ssf {
  color: var(--accent);
  font-weight: 600;
}
.nav-ssf:hover { color: var(--accent-d); }
.nav-cta {
  background: var(--royal);
  color: #fff;
  font-size: 13.5px;
  font-weight: 600;
  padding: 7px 18px;
  border-radius: 8px;
  margin-left: 4px;
  transition: background .15s;
  text-decoration: none;
}
.nav-cta:hover { background: var(--royal-l); text-decoration: none; }
.nav-burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  margin-left: auto;
}
.nav-burger span {
  display: block;
  width: 22px;
  height: 2px;
  background: rgba(255,255,255,.85);
  border-radius: 2px;
  transition: opacity .2s;
}
.nav-mobile {
  display: none;
  flex-direction: column;
  background: var(--navy2);
  padding: 8px 16px 16px;
  border-top: 1px solid rgba(255,255,255,.07);
}
.nav-mobile.open { display: flex; }
.nav-m-link {
  color: rgba(255,255,255,.8);
  font-size: 14px;
  padding: 10px 4px;
  border-bottom: 1px solid rgba(255,255,255,.06);
  text-decoration: none;
}
.nav-m-link:hover { color: #fff; }
.nav-m-cta {
  margin-top: 10px;
  background: var(--royal);
  color: #fff;
  text-align: center;
  padding: 10px;
  border-radius: var(--r);
  font-weight: 600;
  text-decoration: none;
}

/* ─── Hero ───────────────────────────────────────────────────────────────── */
.hero {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy2) 60%, #1e3a6e 100%);
  color: #fff;
  padding: 64px 24px 56px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 50% 20%, rgba(26,77,181,.35) 0%, transparent 70%);
  pointer-events: none;
}
.hero-inner { max-width: 760px; margin: 0 auto; position: relative; }
.hero-badge {
  display: inline-block;
  background: rgba(245,158,11,.18);
  border: 1px solid rgba(245,158,11,.35);
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.hero h1 {
  font-family: var(--serif);
  font-size: clamp(30px, 5.5vw, 52px);
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 16px;
}
.hero h1 em { font-style: italic; color: var(--accent); }
.hero-sub {
  font-size: 17px;
  color: rgba(255,255,255,.75);
  max-width: 560px;
  margin: 0 auto 32px;
  line-height: 1.6;
}
.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 32px;
}
.trust-pill {
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.85);
  font-size: 12.5px;
  padding: 5px 14px;
  border-radius: 20px;
}
.hero-cta-row {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
.btn-primary {
  background: var(--accent);
  color: var(--navy);
  font-weight: 700;
  font-size: 15px;
  padding: 12px 28px;
  border-radius: var(--r);
  border: none;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: background .15s, transform .1s;
}
.btn-primary:hover { background: var(--accent-d); text-decoration: none; transform: translateY(-1px); }
.btn-secondary {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  padding: 12px 24px;
  border-radius: var(--r);
  border: 1px solid rgba(255,255,255,.2);
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: background .15s;
}
.btn-secondary:hover { background: rgba(255,255,255,.16); text-decoration: none; }

/* ─── Sections ───────────────────────────────────────────────────────────── */
.sec { padding: 64px 24px; }
.sec-alt { background: var(--g50); }
.sec-navy { background: var(--navy); color: #fff; }
.sec-inner { max-width: 1100px; margin: 0 auto; }
.sec-h {
  font-family: var(--serif);
  font-size: clamp(24px, 3.5vw, 34px);
  font-weight: 400;
  color: var(--navy);
  text-align: center;
  margin-bottom: 8px;
}
.sec-h em { font-style: italic; color: var(--royal); }
.sec-sub {
  text-align: center;
  color: var(--g600);
  font-size: 15px;
  margin-bottom: 40px;
}

/* ─── Calculator layout ──────────────────────────────────────────────────── */
.calc-wrap {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: start;
}
.calc-panel {
  background: #fff;
  border-radius: var(--r-lg);
  padding: 32px;
  box-shadow: var(--sh-lg);
  border: 1px solid var(--g200);
}
.calc-results-wrap {
  position: sticky;
  top: 80px;
}

/* Input form */
.form-h {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 400;
  color: var(--navy);
  margin-bottom: 24px;
}
.mode-toggle {
  display: flex;
  background: var(--g100);
  border-radius: 8px;
  padding: 3px;
  margin-bottom: 20px;
  width: fit-content;
}
.mode-btn {
  background: none;
  border: none;
  border-radius: 6px;
  padding: 6px 20px;
  font-size: 13px;
  font-weight: 600;
  color: var(--g600);
  cursor: pointer;
  transition: background .15s, color .15s;
}
.mode-btn.active {
  background: #fff;
  color: var(--navy);
  box-shadow: 0 1px 4px rgba(0,0,0,.1);
}
.lb {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--g800);
  margin-bottom: 6px;
}
.hint {
  font-size: 11.5px;
  color: var(--g400);
  margin-top: -14px;
  margin-bottom: 16px;
}
.inp {
  display: block;
  width: 100%;
  padding: 11px 14px;
  border: 1.5px solid var(--g200);
  border-radius: var(--r);
  font-size: 15px;
  font-family: var(--sans);
  color: var(--g800);
  background: #fff;
  margin-bottom: 16px;
  transition: border-color .15s, box-shadow .15s;
  -moz-appearance: textfield;
}
.inp::-webkit-inner-spin-button,
.inp::-webkit-outer-spin-button { -webkit-appearance: none; }
.inp:focus {
  outline: none;
  border-color: var(--royal);
  box-shadow: 0 0 0 3px rgba(26,77,181,.12);
}
.radio-group {
  display: flex;
  gap: 20px;
  margin-bottom: 16px;
}
.radio-label {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  color: var(--g800);
  cursor: pointer;
  user-select: none;
}
.radio-label input[type="radio"] { accent-color: var(--royal); width: 16px; height: 16px; }
.check-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
  color: var(--g800);
  cursor: pointer;
  user-select: none;
  margin-bottom: 16px;
}
.check-label input[type="checkbox"] { accent-color: var(--royal); width: 16px; height: 16px; }
.check-badge {
  background: var(--green-bg);
  color: var(--green);
  font-size: 11px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 10px;
  margin-left: 4px;
}

/* Deductions accordion */
.deduct-summary {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--royal);
  cursor: pointer;
  padding: 10px 0;
  user-select: none;
  list-style: none;
}
.deduct-summary::-webkit-details-marker { display: none; }
.deduct-summary::before { content: '+ '; }
details[open] .deduct-summary::before { content: '− '; }
.deduct-inner {
  padding-top: 12px;
  border-top: 1px solid var(--g100);
  margin-top: 8px;
}

/* SSF panel */
.ssf-panel {
  background: var(--amber-bg);
  border: 1px solid rgba(146,64,14,.15);
  border-radius: var(--r);
  padding: 16px;
  margin: 4px 0 16px;
}
.ssf-mode-toggle {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}
.ssf-mode-btn {
  flex: 1;
  background: rgba(255,255,255,.6);
  border: 1px solid rgba(146,64,14,.2);
  border-radius: 7px;
  padding: 6px;
  font-size: 12px;
  font-weight: 600;
  color: var(--amber);
  cursor: pointer;
  transition: background .15s;
}
.ssf-mode-btn.active {
  background: var(--accent-d);
  color: #fff;
  border-color: var(--accent-d);
}
.ssf-info {
  font-size: 11.5px;
  color: var(--amber);
  line-height: 1.5;
}
.inp-amber {
  border-color: rgba(146,64,14,.25);
  background: rgba(255,255,255,.7);
}
.inp-amber:focus { border-color: var(--accent-d); box-shadow: 0 0 0 3px rgba(217,119,6,.12); }

/* Submit button */
.calc-btn {
  width: 100%;
  background: var(--royal);
  color: #fff;
  border: none;
  border-radius: var(--r);
  padding: 14px;
  font-size: 15px;
  font-weight: 700;
  font-family: var(--sans);
  cursor: pointer;
  transition: background .15s, transform .1s;
  margin-top: 8px;
}
.calc-btn:hover { background: var(--royal-l); transform: translateY(-1px); }

/* ─── Results panel ──────────────────────────────────────────────────────── */
#calc-placeholder {
  background: var(--g50);
  border: 2px dashed var(--g200);
  border-radius: var(--r-lg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 24px;
  text-align: center;
  color: var(--g400);
  min-height: 300px;
}
#calc-placeholder .ph-icon { font-size: 48px; margin-bottom: 12px; }
#calc-placeholder .ph-title { font-size: 16px; font-weight: 600; color: var(--g600); }
#calc-placeholder .ph-sub { font-size: 13px; margin-top: 6px; }

.results-box {
  background: var(--navy);
  border-radius: var(--r-lg);
  padding: 28px;
  color: #fff;
}

/* Net take-home */
.res-net-section { margin-bottom: 20px; }
.res-lbl { font-size: 11px; color: rgba(255,255,255,.45); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 4px; }
.res-big { font-size: 36px; font-weight: 700; color: var(--green-l); letter-spacing: -.01em; }
.res-monthly { font-size: 14px; color: rgba(255,255,255,.6); margin-top: 4px; }

/* Stats grid */
.res-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 20px;
}
.res-cell {
  background: rgba(255,255,255,.07);
  border-radius: 8px;
  padding: 12px;
}
.res-cell-val {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 2px;
}
.res-cell-val.red   { color: #f87171; }
.res-cell-val.green { color: var(--green-l); }
.res-cell-val.amber { color: var(--accent); }
.res-cell-lbl {
  font-size: 11px;
  color: rgba(255,255,255,.45);
}

/* Donut chart */
.donut-section {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 20px;
  padding: 16px;
  background: rgba(255,255,255,.05);
  border-radius: var(--r);
}
.donut-wrap {
  position: relative;
  width: 120px;
  height: 120px;
  flex-shrink: 0;
}
.donut-bg {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: conic-gradient(#e2e8f0 360deg);
  transition: background .4s ease;
}
.donut-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  background: var(--navy);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.donut-center-label { font-size: 9px; color: rgba(255,255,255,.4); letter-spacing: .05em; text-transform: uppercase; }
.donut-center-pct { font-size: 16px; font-weight: 700; color: #fff; }
.donut-legend { flex: 1; }
.legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  margin-bottom: 8px;
  color: rgba(255,255,255,.75);
}
.legend-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}

/* Slab breakdown */
.slabs-section { margin-bottom: 16px; }
.slabs-title {
  font-size: 11px;
  color: rgba(255,255,255,.4);
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.slab-row {
  margin-bottom: 10px;
  opacity: .45;
  transition: opacity .3s;
}
.slab-row.active { opacity: 1; }
.slab-header {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 5px;
}
.slab-rate-badge {
  font-size: 10px;
  font-weight: 800;
  color: #fff;
  padding: 2px 7px;
  border-radius: 4px;
  letter-spacing: .04em;
  flex-shrink: 0;
}
.slab-label {
  font-size: 11.5px;
  color: rgba(255,255,255,.65);
  flex: 1;
}
.slab-tax {
  font-size: 12px;
  font-weight: 700;
  color: rgba(255,255,255,.85);
  flex-shrink: 0;
}
.slab-track {
  height: 6px;
  background: rgba(255,255,255,.1);
  border-radius: 3px;
  overflow: hidden;
}
.slab-fill {
  height: 100%;
  border-radius: 3px;
  transition: width .5s cubic-bezier(.4,0,.2,1);
}

/* Women's rebate row */
.rebate-row {
  background: rgba(52,211,153,.1);
  border: 1px solid rgba(52,211,153,.25);
  border-radius: 8px;
  padding: 10px 14px;
  margin-bottom: 12px;
  font-size: 12.5px;
  color: var(--green-l);
}

/* Deduction summary */
.ded-summary {
  background: rgba(255,255,255,.05);
  border-radius: 8px;
  padding: 12px 14px;
  margin-bottom: 16px;
  font-size: 12px;
}
.ded-row {
  display: flex;
  justify-content: space-between;
  color: rgba(255,255,255,.6);
  padding: 3px 0;
  border-bottom: 1px solid rgba(255,255,255,.05);
}
.ded-row:last-child { border-bottom: none; }
.ded-row.total {
  color: rgba(255,255,255,.85);
  font-weight: 600;
  margin-top: 4px;
  padding-top: 6px;
}

/* Share button */
.share-btn {
  width: 100%;
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.8);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: var(--r);
  padding: 10px;
  font-size: 13px;
  font-weight: 600;
  font-family: var(--sans);
  cursor: pointer;
  transition: background .15s;
}
.share-btn:hover { background: rgba(255,255,255,.14); }

/* ─── Callout boxes ───────────────────────────────────────────────────────── */
.cal {
  border-radius: var(--r);
  padding: 14px 18px;
  margin: 16px 0;
  border-left: 4px solid;
  font-size: 13.5px;
  line-height: 1.65;
}
.cal-g { background: var(--green-bg); border-color: var(--green); color: #065f46; }
.cal-a { background: var(--amber-bg); border-color: var(--accent-d); color: var(--amber); }
.cal-r { background: var(--red-bg); border-color: var(--red); color: #991b1b; }
.cal-b { background: var(--blue-bg); border-color: var(--royal); color: var(--blue-t); }
.src { font-size: 11px; color: var(--g400); margin-left: 4px; }

/* ─── Tables ──────────────────────────────────────────────────────────────── */
.tw { overflow-x: auto; -webkit-overflow-scrolling: touch; }
table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
thead tr { background: var(--navy); color: #fff; }
th { padding: 11px 14px; text-align: left; font-weight: 600; font-size: 13px; }
td { padding: 10px 14px; border-bottom: 1px solid var(--g100); color: var(--g800); }
tr:hover td { background: var(--g50); }
tr:last-child td { border-bottom: none; }

/* ─── Info cards grid ────────────────────────────────────────────────────── */
.g2 { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.g3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.g4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.card {
  background: #fff;
  border-radius: var(--r-lg);
  padding: 24px;
  box-shadow: var(--sh);
  border: 1px solid var(--g100);
  transition: transform .2s, box-shadow .2s;
}
.card:hover { transform: translateY(-3px); box-shadow: var(--sh-lg); }
.card-icon { font-size: 28px; margin-bottom: 10px; }
.card-title { font-family: var(--serif); font-size: 17px; font-weight: 400; color: var(--navy); margin-bottom: 8px; }
.card-body { font-size: 13.5px; color: var(--g600); line-height: 1.6; }

/* ─── Steps ─────────────────────────────────────────────────────────────── */
.steps { display: flex; gap: 0; flex-wrap: wrap; }
.step {
  flex: 1;
  min-width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 24px;
  position: relative;
}
.step:not(:last-child)::after {
  content: '→';
  position: absolute;
  right: -12px;
  top: 22px;
  font-size: 20px;
  color: var(--g300);
}
.step-num {
  width: 48px;
  height: 48px;
  background: var(--royal);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 14px;
}
.step-title { font-family: var(--serif); font-size: 17px; color: var(--navy); margin-bottom: 6px; }
.step-body  { font-size: 13.5px; color: var(--g600); line-height: 1.6; }

/* ─── FAQ ────────────────────────────────────────────────────────────────── */
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item {
  border-bottom: 1px solid var(--g200);
}
.faq-item:last-child { border-bottom: none; }
.faq-q {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 600;
  color: var(--navy);
  padding: 18px 40px 18px 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  position: relative;
  line-height: 1.4;
}
.faq-q:hover { color: var(--royal); }
.faq-chevron {
  font-size: 18px;
  color: var(--g400);
  transition: transform .25s;
  flex-shrink: 0;
}
.faq-q[aria-expanded="true"] .faq-chevron { transform: rotate(180deg); }
.faq-a {
  font-size: 14px;
  color: var(--g600);
  line-height: 1.7;
  padding-bottom: 18px;
  display: none;
}
.faq-a.open { display: block; }
.faq-a strong { color: var(--navy); }

/* ─── SSF CTA section ────────────────────────────────────────────────────── */
.ssf-cta {
  display: flex;
  align-items: center;
  gap: 32px;
  background: var(--navy);
  border-radius: var(--r-lg);
  padding: 32px 40px;
  color: #fff;
}
.ssf-cta-icon { font-size: 48px; flex-shrink: 0; }
.ssf-cta-text h3 {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 8px;
}
.ssf-cta-text p { font-size: 14px; color: rgba(255,255,255,.7); margin-bottom: 16px; }
.btn-amber {
  display: inline-block;
  background: var(--accent);
  color: var(--navy);
  font-weight: 700;
  font-size: 14px;
  padding: 10px 24px;
  border-radius: 8px;
  text-decoration: none;
  transition: background .15s;
}
.btn-amber:hover { background: var(--accent-d); text-decoration: none; }

/* ─── Footer ─────────────────────────────────────────────────────────────── */
.site-footer {
  background: var(--navy);
  color: rgba(255,255,255,.75);
  padding: 56px 24px 0;
}
.footer-inner { max-width: 1100px; margin: 0 auto; }
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.footer-brand {
  font-family: var(--serif);
  font-size: 18px;
  color: #fff;
  margin-bottom: 12px;
}
.footer-desc {
  font-size: 13px;
  line-height: 1.7;
  color: rgba(255,255,255,.55);
  margin-bottom: 10px;
}
.footer-updated { font-size: 11.5px; color: rgba(255,255,255,.35); }
.footer-col-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: rgba(255,255,255,.5);
  margin-bottom: 14px;
}
.ft-a {
  display: block;
  font-size: 13px;
  color: rgba(255,255,255,.6);
  margin-bottom: 8px;
  text-decoration: none;
  transition: color .15s;
}
.ft-a:hover { color: rgba(255,255,255,.95); text-decoration: none; }
.footer-disc {
  font-size: 12px;
  color: rgba(255,255,255,.4);
  line-height: 1.65;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.footer-disc a { color: rgba(255,255,255,.55); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  padding: 16px 0;
  font-size: 12px;
  color: rgba(255,255,255,.35);
}
.footer-bottom a { color: rgba(255,255,255,.45); }
.footer-bottom a:hover { color: rgba(255,255,255,.7); }

/* ─── Responsive ─────────────────────────────────────────────────────────── */
@media (max-width: 1023px) {
  .calc-wrap { grid-template-columns: 1fr; }
  .calc-results-wrap { position: static; }
  .g3 { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .ssf-cta { flex-direction: column; padding: 28px; }
}

@media (max-width: 767px) {
  .nav-links { display: none; }
  .nav-burger { display: flex; }
  .g2, .g3, .g4 { grid-template-columns: 1fr; }
  .res-grid { grid-template-columns: 1fr 1fr; }
  .calc-panel { padding: 20px 16px; }
  .results-box { padding: 20px 16px; }
  .sec { padding: 48px 16px; }
  .hero { padding: 48px 16px 40px; }
  .steps { flex-direction: column; }
  .step::after { display: none; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .donut-section { flex-direction: column; align-items: flex-start; gap: 12px; }
}

@media (max-width: 480px) {
  .hero h1 { font-size: 26px; }
  .res-big { font-size: 28px; }
  .res-grid { grid-template-columns: 1fr; }
}
