

.cf-hero {
  position: relative; background: var(--bg);
  padding: 40px 0 0; border-bottom: 1px solid var(--line);
}
.cf-hero-inner {
  max-width: var(--maxw); margin: 0 auto; padding: 40px 40px 0;
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: end;
}
.cf-hero .crumbs {
  font-family: "JetBrains Mono"; font-size: 11px; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--muted);
  display: flex; gap: 10px; align-items: center; margin-bottom: 36px;
}
.cf-hero .crumbs a { color: var(--muted); text-decoration: none; }
.cf-hero .crumbs .sep { color: var(--muted-2); }
.cf-hero .crumbs .curr { color: var(--accent); }
.cf-hero .eyebrow-line {
  font-family: "JetBrains Mono"; font-size: 11px; letter-spacing: 0.18em;
  color: var(--accent); text-transform: uppercase;
  display: flex; align-items: center; gap: 14px; margin-bottom: 28px;
}
.cf-hero .eyebrow-line .ln { width: 38px; height: 1px; background: var(--accent); }
.cf-hero h1 {
  font-size: 108px; line-height: 0.9; letter-spacing: -0.045em;
  font-weight: 700; margin: 0 0 32px; text-wrap: balance;
}
.cf-hero h1 em { font-style: italic; font-weight: 400; color: var(--accent); }
.cf-hero .lede {
  font-size: 20px; line-height: 1.55; color: var(--muted);
  max-width: 480px; margin: 0 0 32px;
}
.cf-hero .lede b { color: var(--ink); font-weight: 600; }

.cf-hero-photo {
  aspect-ratio: 4/5; position: relative; overflow: hidden;
  background-size: cover; background-position: center;
}
.cf-hero-photo .geo {
  position: absolute; left: 18px; top: 18px;
  font-family: "JetBrains Mono"; font-size: 10.5px; letter-spacing: 0.18em;
  color: rgba(255,255,255,0.92); text-transform: uppercase;
  display: flex; align-items: center; gap: 12px;
}
.cf-hero-photo .geo .ln { width: 28px; height: 1px; background: var(--accent); }
.cf-hero-photo .stamp {
  position: absolute; right: 18px; bottom: 18px;
  font-family: "JetBrains Mono"; font-size: 10.5px; letter-spacing: 0.16em;
  color: rgba(255,255,255,0.92); text-transform: uppercase; text-align: right;
}
.cf-hero-photo .stamp b {
  display: block; color: #fff; font-weight: 700; font-size: 13px;
  margin-bottom: 4px; letter-spacing: 0.1em;
}

.cf-hero-foot {
  max-width: var(--maxw); margin: 56px auto 0; padding: 28px 40px 32px;
  border-top: 1px solid var(--line);
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px;
}
.cf-hero-foot .it { display: flex; flex-direction: column; gap: 4px; }
.cf-hero-foot .it .k {
  font-family: "JetBrains Mono"; font-size: 10px; letter-spacing: 0.16em;
  color: var(--muted-2); text-transform: uppercase;
}
.cf-hero-foot .it .v { font-size: 16px; font-weight: 500; color: var(--muted); }
.cf-hero-foot .it .v b { font-weight: 700; color: var(--ink); }

.ov { background: var(--bg); }
.ov-inner {
  max-width: var(--maxw); margin: 0 auto; padding: 0 40px;
  display: grid; grid-template-columns: 1.4fr 1fr; gap: 64px;
}
.ov-body {
  font-size: 25px; line-height: 1.45; letter-spacing: -0.01em;
  font-weight: 500; color: var(--ink);
}
.ov-body p { margin: 0 0 22px; }
.ov-body p:last-child { margin-bottom: 0; }
.ov-body em { font-style: italic; color: var(--muted); font-weight: 400; }
.ov-body mark { background: transparent; color: var(--accent); }
.ov-side { padding-top: 6px; }
.ov-side .rows { border-top: 1px solid var(--ink); }
.ov-side .row {
  display: grid; grid-template-columns: 110px 1fr; gap: 18px;
  padding: 18px 0; border-bottom: 1px solid var(--line); align-items: baseline;
}
.ov-side .row .k {
  font-family: "JetBrains Mono"; font-size: 10.5px; letter-spacing: 0.14em;
  color: var(--muted); text-transform: uppercase;
}
.ov-side .row .v { font-size: 17px; color: var(--ink); font-weight: 500; line-height: 1.4; }
.ov-side .row .v b { font-weight: 700; }
.ov-side .row .v .acc { color: var(--accent); font-weight: 700; }

.deliv { background: var(--paper); }
.deliv-grid {
  max-width: var(--maxw); margin: 0 auto; padding: 0 40px;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 0;
  border-top: 1px solid var(--ink);
}
.deliv-card {
  padding: 32px 24px 30px 0;
  border-right: 1px solid var(--line); border-bottom: 1px solid var(--line);
  display: flex; flex-direction: column; gap: 12px; min-height: 220px;
}
.deliv-card:not(:nth-child(3n+1)) { padding-left: 24px; }
.deliv-card:nth-child(3n) { border-right: none; }
.deliv-card:nth-last-child(-n+3) { border-bottom: none; }
.deliv-card .num {
  font-family: "JetBrains Mono"; font-size: 10.5px; letter-spacing: 0.14em;
  color: var(--accent); text-transform: uppercase;
}
.deliv-card h3 {
  font-size: 22px; line-height: 1.1; letter-spacing: -0.02em;
  font-weight: 700; margin: 0;
}
.deliv-card p { font-size: 16px; line-height: 1.55; color: var(--muted); margin: 0; }
.deliv-card .when {
  margin-top: auto;
  font-family: "JetBrains Mono"; font-size: 10.5px; letter-spacing: 0.12em;
  color: var(--muted-2); text-transform: uppercase; padding-top: 8px;
}

.proc { background: var(--bg); }
.proc-grid {
  max-width: var(--maxw); margin: 0 auto; padding: 0 40px;
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 0;
  border-top: 1px solid var(--ink);
}
.proc-step {
  padding: 28px 14px 26px 0; border-right: 1px solid var(--line);
  display: flex; flex-direction: column; gap: 12px; min-height: 320px;
}
.proc-step:not(:first-child) { padding-left: 16px; }
.proc-step:last-child { border-right: none; padding-right: 0; }
.proc-step .ring {
  width: 36px; height: 36px; border-radius: 50%; border: 1.5px solid var(--ink);
  display: flex; align-items: center; justify-content: center;
  font-family: "JetBrains Mono"; font-size: 13px; font-weight: 600;
}
.proc-step.act .ring { background: var(--accent); border-color: var(--accent); color: #fff; }
.proc-step .num {
  font-family: "JetBrains Mono"; font-size: 10.5px; letter-spacing: 0.16em;
  color: var(--accent); text-transform: uppercase;
}
.proc-step h3 {
  font-size: 19px; line-height: 1.1; letter-spacing: -0.018em;
  font-weight: 700; margin: 0;
}
.proc-step p { font-size: 15.5px; line-height: 1.5; color: var(--muted); margin: 0; }
.proc-step .we {
  font-family: "JetBrains Mono"; font-size: 10px; letter-spacing: 0.14em;
  color: var(--muted-2); text-transform: uppercase;
}
.proc-step .we b {
  display: block; color: var(--ink); font-weight: 600;
  margin-top: 3px; letter-spacing: 0.06em;
}
.proc-step .dur {
  margin-top: auto;
  font-family: "JetBrains Mono"; font-size: 10.5px; letter-spacing: 0.14em;
  color: var(--muted-2); text-transform: uppercase;
  padding-top: 10px; border-top: 1px dashed var(--line);
}

.elig { background: var(--paper); }
.elig-body {
  max-width: var(--maxw); margin: 0 auto; padding: 0 40px;
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 64px;
}
.elig-list { border-top: 1px solid var(--ink); }
.elig-item {
  padding: 22px 0; border-bottom: 1px solid var(--line);
  display: grid; grid-template-columns: 110px 1fr 120px; gap: 18px; align-items: baseline;
}
.elig-item .ix {
  font-family: "JetBrains Mono"; font-size: 10.5px; color: var(--muted-2);
  letter-spacing: 0.14em;
}
.elig-item .text { font-size: 17px; color: var(--ink); line-height: 1.5; }
.elig-item .text b { font-weight: 600; }
.elig-item .text small {
  display: block; color: var(--muted); font-size: 15px; margin-top: 4px;
}
.elig-item .badge {
  font-family: "JetBrains Mono"; font-size: 10.5px; letter-spacing: 0.12em;
  text-transform: uppercase; padding: 5px 10px;
  background: var(--accent-soft); color: var(--accent-2);
  border-radius: 999px; width: fit-content;
  font-weight: 600; justify-self: end;
}
.elig-item .badge.warn { background: #FFF4E0; color: #B8801F; }
.elig-item .badge.need { background: var(--bg); color: var(--muted); }

.elig-side { background: var(--ink); color: #fff; padding: 36px 32px; }
.elig-side h3 {
  font-size: 28px; line-height: 1.1; letter-spacing: -0.02em;
  font-weight: 700; margin: 0 0 18px;
}
.elig-side h3 em { font-style: italic; font-weight: 400; color: var(--accent); }
.elig-side p {
  font-size: 17px; line-height: 1.55;
  color: rgba(255,255,255,0.75); margin: 0 0 24px;
}
.elig-side ul {
  list-style: none; margin: 0 0 28px; padding: 0;
  display: flex; flex-direction: column; gap: 10px;
}
.elig-side ul li {
  font-size: 16px; color: rgba(255,255,255,0.85);
  padding-left: 22px; position: relative; line-height: 1.5;
}
.elig-side ul li::before {
  content: ""; position: absolute; left: 0; top: 8px;
  width: 12px; height: 1px; background: var(--accent);
}

.pricing { background: var(--ink); color: #fff; }
.pricing .sect-head h2 { color: #fff; }
.pricing .sect-head .ix { color: rgba(255,255,255,0.55); }
.pricing .sect-head .note { color: rgba(255,255,255,0.65); }
.pricing .sect-head .note b { color: #fff; }
.price-grid {
  max-width: var(--maxw); margin: 0 auto; padding: 0 40px;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
}
.tier {
  border: 1px solid rgba(255,255,255,0.15); padding: 36px 28px;
  display: flex; flex-direction: column; gap: 18px; min-height: 540px;
}
.tier.feat { background: rgba(16,185,129,0.06); border-color: var(--accent); }
.tier .lab {
  display: flex; justify-content: space-between; align-items: center;
  font-family: "JetBrains Mono"; font-size: 11px; letter-spacing: 0.14em;
  color: rgba(255,255,255,0.55); text-transform: uppercase;
}
.tier .lab .badge {
  color: var(--accent); border: 1px solid var(--accent);
  padding: 3px 8px; border-radius: 999px;
}
.tier h3 { font-size: 30px; font-weight: 700; letter-spacing: -0.02em; line-height: 1.05; margin: 0; }
.tier .price {
  display: flex; align-items: baseline; gap: 8px;
  padding: 14px 0 4px; border-bottom: 1px solid rgba(255,255,255,0.12);
}
.tier .price .big {
  font-size: 48px; font-weight: 700; letter-spacing: -0.03em; color: #fff;
}
.tier .price .big sup {
  font-size: 18px; vertical-align: top; color: var(--accent);
  font-weight: 500; margin-right: 2px;
}
.tier .price .unit {
  font-family: "JetBrains Mono"; font-size: 11px; letter-spacing: 0.1em;
  color: rgba(255,255,255,0.55); text-transform: uppercase; padding-bottom: 12px;
}
.tier ul {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-direction: column; gap: 10px;
}
.tier ul li {
  font-size: 16px; color: rgba(255,255,255,0.85);
  padding-left: 22px; position: relative; line-height: 1.5;
}
.tier ul li::before {
  content: ""; position: absolute; left: 0; top: 9px;
  width: 12px; height: 1px; background: var(--accent);
}
.tier .cta-btn {
  margin-top: auto; padding: 14px 22px;
  background: #fff; color: var(--ink); text-decoration: none;
  font-weight: 600; font-size: 16px; text-align: center; border-radius: 999px;
  transition: background 0.15s;
}
.tier .cta-btn:hover { background: var(--accent); color: #fff; }
.tier.feat .cta-btn { background: var(--accent); color: #fff; }
.tier.feat .cta-btn:hover { background: var(--accent-2); }

.faq { background: var(--bg); }
.faq-inner { max-width: var(--maxw); margin: 0 auto; padding: 0 40px; }
.faq-list { border-top: 1px solid var(--ink); }
.faq-item {
  padding: 26px 0; border-bottom: 1px solid var(--line);
  display: grid; grid-template-columns: 70px 1fr; gap: 24px;
}
.faq-item .ix {
  font-family: "JetBrains Mono"; font-size: 11px; letter-spacing: 0.14em;
  color: var(--muted-2); text-transform: uppercase;
}
.faq-item h3 {
  font-size: 22px; line-height: 1.2; letter-spacing: -0.02em;
  font-weight: 700; margin: 0 0 12px;
}
.faq-item p {
  font-size: 17px; line-height: 1.6; color: var(--muted);
  margin: 0; max-width: 720px;
}
.faq-item p b { color: var(--ink); font-weight: 600; }

.cta-band { background: var(--ink); color: #fff; position: relative; overflow: hidden; }
.cta-bg {
  position: absolute; inset: 0; opacity: 0.22;
  background-size: cover; background-position: center;
}
.cta-inner { position: relative; max-width: var(--maxw); margin: 0 auto; padding: 110px 40px; }
.cta-eyebrow {
  color: var(--accent);
  font-family: "JetBrains Mono"; font-size: 11px; letter-spacing: 0.18em;
  text-transform: uppercase;
}
.cta-inner h2 {
  font-size: 88px; line-height: 0.92; letter-spacing: -0.045em;
  font-weight: 700; margin: 24px 0 36px; text-wrap: balance;
}
.cta-inner h2 em { font-style: italic; font-weight: 400; color: var(--accent); }

@media (max-width: 1100px) {
  .cf-hero h1 { font-size: 80px; }
  .cta-inner h2 { font-size: 56px; }
}
@media (max-width: 960px) {
  .cf-hero-inner { grid-template-columns: 1fr; gap: 32px; padding: 24px 20px 0; }
  .cf-hero h1 { font-size: 52px; }
  .cf-hero-foot { grid-template-columns: repeat(2, 1fr); padding: 24px 20px; gap: 20px; }

  .ov-inner { grid-template-columns: 1fr; padding: 0 20px; gap: 40px; }
  .ov-body { font-size: 18px; }

  .deliv-grid { grid-template-columns: 1fr; padding: 0 20px; }
  .deliv-card { border-right: none; border-bottom: 1px solid var(--line); padding: 24px 0; min-height: auto; }
  .deliv-card:not(:nth-child(3n+1)) { padding-left: 0; }
  .deliv-card:nth-last-child(-n+3) { border-bottom: 1px solid var(--line); }
  .deliv-card:last-child { border-bottom: none; }

  .proc-grid { grid-template-columns: 1fr; padding: 0 20px; }
  .proc-step { border-right: none; border-bottom: 1px solid var(--line); min-height: auto; padding: 24px 0; }
  .proc-step:not(:first-child) { padding-left: 0; }
  .proc-step:last-child { border-bottom: none; }

  .elig-body { grid-template-columns: 1fr; padding: 0 20px; gap: 40px; }
  .elig-item { grid-template-columns: 90px 1fr; }
  .elig-item .badge { grid-column: 2; justify-self: start; }

  .price-grid { grid-template-columns: 1fr; padding: 0 20px; }
  .tier { min-height: auto; }

  .faq-inner { padding: 0 20px; }
  .faq-item { grid-template-columns: 50px 1fr; gap: 16px; }
  .faq-item h3 { font-size: 18px; }

  .cta-inner { padding: 64px 20px; }
  .cta-inner h2 { font-size: 40px; }
}

/* ============ Tax calculator (ported from home) ============ */
.case { background: var(--paper); padding: 110px 0 120px; }
.case-inner { max-width: var(--maxw); margin: 0 auto; padding: 0 40px; }
.case-head {
  display: grid; grid-template-columns: 180px 1fr 320px;
  gap: 40px; align-items: end; margin-bottom: 56px;
}
.case-head .ix {
  font-family: "JetBrains Mono"; font-size: 11px; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--muted);
}
.case-head h2 {
  font-size: 64px; line-height: 0.95; letter-spacing: -0.035em;
  font-weight: 700; margin: 0; text-wrap: balance;
}
.case-head h2 em { font-style: italic; font-weight: 400; color: var(--accent); }
.case-head .note { font-size: 16px; line-height: 1.55; color: var(--muted); }
.case-head .note .dim { color: var(--muted-2); }

.calc-controls {
  border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line);
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 0;
  margin-bottom: 36px;
}
.calc-ctrl { padding: 24px 32px 24px 0; border-right: 1px solid var(--line); }
.calc-ctrl:last-child { border-right: none; padding-left: 32px; padding-right: 0; }
.calc-ctrl .row {
  display: flex; justify-content: space-between; align-items: baseline;
  margin-bottom: 14px;
}
.calc-ctrl .k {
  font-family: "JetBrains Mono"; font-size: 10.5px; letter-spacing: 0.16em;
  color: var(--muted); text-transform: uppercase;
}
.calc-ctrl .v {
  font-family: "JetBrains Mono"; font-size: 22px; font-weight: 700;
  color: var(--ink); letter-spacing: -0.01em;
}
.calc-ctrl .v small { font-size: 13px; color: var(--muted); font-weight: 500; margin-left: 4px; }
.calc-ctrl input[type=range] {
  -webkit-appearance: none; appearance: none;
  width: 100%; height: 4px;
  background: var(--line); outline: none; border-radius: 2px;
  margin: 0; padding: 0;
}
.calc-ctrl input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none; appearance: none;
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--accent); border: 3px solid var(--paper);
  box-shadow: 0 0 0 1px var(--accent); cursor: pointer;
}
.calc-ctrl input[type=range]::-moz-range-thumb {
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--accent); border: 3px solid var(--paper);
  box-shadow: 0 0 0 1px var(--accent); cursor: pointer;
}
.calc-ctrl .scale {
  display: flex; justify-content: space-between; margin-top: 8px;
  font-family: "JetBrains Mono"; font-size: 10px; letter-spacing: 0.12em;
  color: var(--muted-2); text-transform: uppercase;
}
.calc-ctrl .presets { display: flex; gap: 8px; margin-top: 14px; flex-wrap: wrap; }
.calc-ctrl .preset {
  font-family: "JetBrains Mono"; font-size: 11px; letter-spacing: 0.08em;
  padding: 6px 12px; border: 1px solid var(--line); border-radius: 999px;
  background: transparent; color: var(--muted); cursor: pointer; transition: all 0.15s;
}
.calc-ctrl .preset:hover { border-color: var(--ink); color: var(--ink); }
.calc-ctrl .preset.active { background: var(--ink); color: #fff; border-color: var(--ink); }

.case-meta {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line);
  margin-bottom: 56px;
}
.case-meta .m { padding: 22px 24px 22px 0; border-right: 1px solid var(--line); }
.case-meta .m:not(:first-child) { padding-left: 24px; }
.case-meta .m:last-child { border-right: none; padding-right: 0; }
.case-meta .m .k {
  font-family: "JetBrains Mono"; font-size: 10.5px; letter-spacing: 0.16em;
  color: var(--muted); text-transform: uppercase; margin-bottom: 8px;
}
.case-meta .m .v { font-size: 22px; font-weight: 700; letter-spacing: -0.015em; }

.case-body { display: grid; grid-template-columns: 1.05fr 1fr; gap: 64px; align-items: start; }

.comp-box { border: 1px solid var(--line); background: var(--bg); }
.comp-head {
  padding: 18px 24px; border-bottom: 1px solid var(--line);
  display: flex; justify-content: space-between; align-items: baseline;
  font-family: "JetBrains Mono"; font-size: 10.5px; letter-spacing: 0.16em;
  color: var(--muted); text-transform: uppercase;
}
.comp-row {
  display: grid; grid-template-columns: 1fr auto auto; gap: 24px;
  padding: 16px 24px; border-bottom: 1px solid var(--line); align-items: baseline;
}
.comp-row:last-child { border-bottom: none; }
.comp-row .label { font-size: 16px; color: var(--ink); }
.comp-row .label small { display: block; color: var(--muted); font-size: 12px; margin-top: 2px; }
.comp-row .mainland {
  font-family: "JetBrains Mono"; font-size: 14px; color: var(--muted);
  text-align: right; min-width: 100px;
}
.comp-row .madeira {
  font-family: "JetBrains Mono"; font-size: 14px; color: var(--accent);
  text-align: right; font-weight: 600; min-width: 100px;
}
.comp-row.total { background: var(--ink); color: #fff; }
.comp-row.total .label { color: #fff; font-weight: 600; font-size: 15px; }
.comp-row.total .mainland { color: rgba(255,255,255,0.55); font-size: 16px; font-weight: 600; }
.comp-row.total .madeira { color: var(--accent); font-size: 16px; font-weight: 700; }

.savings-card {
  background: var(--ink); color: #fff; padding: 36px 32px;
  display: flex; flex-direction: column; gap: 24px;
}
.savings-card .top { display: flex; justify-content: space-between; align-items: baseline; }
.savings-card .top .k {
  font-family: "JetBrains Mono"; font-size: 11px; letter-spacing: 0.16em;
  color: rgba(255,255,255,0.55); text-transform: uppercase;
}
.savings-card .top .yr {
  font-family: "JetBrains Mono"; font-size: 11px;
  color: rgba(255,255,255,0.7); letter-spacing: 0.12em;
}
.savings-card .big {
  font-size: 110px; line-height: 0.9; font-weight: 700; letter-spacing: -0.045em;
  color: var(--accent);
}
.savings-card .big sup { font-size: 36px; vertical-align: top; margin-right: 2px; }
.savings-card .big small {
  display: block; font-size: 14px; font-weight: 400;
  color: rgba(255,255,255,0.65); letter-spacing: 0.06em;
  text-transform: uppercase; margin-top: 14px;
  font-family: "JetBrains Mono";
}

.case-notes { margin-top: 20px; display: flex; flex-direction: column; gap: 12px; }
.case-notes .n {
  display: flex; gap: 12px; align-items: baseline;
  font-size: 16px; color: var(--muted); line-height: 1.5;
}
.case-notes .n .k {
  font-family: "JetBrains Mono"; font-size: 10.5px; letter-spacing: 0.14em;
  color: var(--accent); text-transform: uppercase;
  flex-shrink: 0; min-width: 18px;
}

.case-bars { display: flex; flex-direction: column; gap: 22px; padding-top: 4px; margin-top: 40px; }
.case-bars h4 {
  font-size: 13px; font-family: "JetBrains Mono"; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--muted);
  margin: 0 0 4px; font-weight: 500;
}
.bar-row { display: grid; grid-template-columns: 130px 1fr 110px; gap: 18px; align-items: center; }
.bar-row .lbl { font-size: 15.5px; color: var(--ink); font-weight: 500; }
.bar-row .lbl small {
  display: block; color: var(--muted); font-weight: 400; font-size: 11.5px;
  margin-top: 2px; font-family: "JetBrains Mono"; letter-spacing: 0.06em;
}
.bar-track { height: 28px; background: var(--bg); position: relative; }
.bar-fill { position: absolute; left: 0; top: 0; bottom: 0; background: var(--muted-2); }
.bar-fill.accent { background: var(--accent); }
.bar-row .val {
  font-family: "JetBrains Mono"; font-size: 14px; text-align: right;
  font-weight: 600; color: var(--ink);
}
.bar-row .val.accent { color: var(--accent); }

.case-disclaimer {
  margin-top: 56px; padding: 22px 24px;
  border-top: 1px solid var(--line);
  display: grid; grid-template-columns: 140px 1fr; gap: 28px; align-items: start;
}
.case-disclaimer .k {
  font-family: "JetBrains Mono"; font-size: 10.5px; letter-spacing: 0.16em;
  color: var(--muted-2); text-transform: uppercase; font-weight: 600;
}
.case-disclaimer p {
  font-size: 15px; line-height: 1.6; color: var(--muted); margin: 0;
}
.case-disclaimer a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
.case-disclaimer a:hover { color: var(--accent-2); }
@media (max-width: 960px) {
  .case-disclaimer { grid-template-columns: 1fr; gap: 10px; padding: 18px 0 0; }
}

@media (max-width: 960px) {

  .case { padding: 64px 0 80px; }
  .case-inner { padding: 0 20px; }
  .case-head h2 { font-size: 36px; }
  .calc-controls { grid-template-columns: 1fr; }
  .calc-ctrl { border-right: none; border-bottom: 1px solid var(--line); padding: 20px 0; }
  .calc-ctrl:last-child { padding: 20px 0; border-bottom: none; }
  .case-meta { grid-template-columns: repeat(2, 1fr); }
  .case-meta .m { padding: 18px 12px; border-bottom: 1px solid var(--line); }
  .case-meta .m:nth-child(2n) { border-right: none; }
  .case-body { grid-template-columns: 1fr; gap: 40px; }
  .bar-row { grid-template-columns: 100px 1fr 70px; gap: 12px; }

}
