:root {
  --navy: #1e3a5f;
  --navy-900: #10263f;
  --navy-950: #0a1d31;
  --gold: #d4a574;
  --gold-dark: #ae7948;
  --sage: #82998d;
  --sage-light: #dce6df;
  --cream: #f7f3ec;
  --off-white: #fbfaf7;
  --white: #ffffff;
  --ink: #1b2835;
  --muted: #667582;
  --line: #dfe3e2;
  --danger: #a64b43;
  --shadow: 0 24px 70px rgba(24, 47, 71, .12);
  --container: 1180px;
  --radius-lg: 32px;
  --radius-md: 20px;
  --radius-sm: 12px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 108px; }
[id] { scroll-margin-top: 108px; }
body { margin: 0; color: var(--ink); background: var(--off-white); font-family: "Inter", Arial, sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section-pad { padding: 112px 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; padding: 10px 14px; color: var(--white); background: var(--navy); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--navy-900); font-family: "Playfair Display", Georgia, serif; line-height: 1.08; }
h1 { margin-bottom: 26px; font-size: clamp(56px, 7.4vw, 94px); letter-spacing: -.055em; }
h1 em { color: var(--gold-dark); font-style: normal; }
h2 { margin-bottom: 24px; font-size: clamp(40px, 5.1vw, 66px); letter-spacing: -.04em; }
h3 { font-size: 30px; }
p { color: var(--muted); }
.eyebrow { margin-bottom: 18px; color: var(--gold-dark); font-family: "Poppins", sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow-light { color: #e5c39f; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; font-family: "Poppins", sans-serif; font-size: 13px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--navy); box-shadow: 0 12px 30px rgba(30, 58, 95, .2); }
.button-primary:hover { background: var(--navy-900); box-shadow: 0 16px 34px rgba(30, 58, 95, .28); }
.button-outline { color: var(--navy); border-color: rgba(30,58,95,.28); background: rgba(255,255,255,.56); }
.button-outline:hover { border-color: var(--navy); background: var(--white); }
.button-gold { color: var(--navy-950); background: var(--gold); box-shadow: 0 12px 30px rgba(212,165,116,.22); }
.button-gold:hover { background: #e0b88e; }
.button-full { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--navy); font-family: "Poppins", sans-serif; font-size: 13px; font-weight: 700; }
.text-link span { color: var(--gold-dark); font-size: 20px; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }

.site-header { position: fixed; top: 0; right: 0; left: 0; z-index: 100; border-bottom: 1px solid transparent; transition: background .25s ease, box-shadow .25s ease, border-color .25s ease; }
.site-header.scrolled { border-color: rgba(30,58,95,.09); background: rgba(251,250,247,.94); box-shadow: 0 10px 40px rgba(20,40,60,.07); backdrop-filter: blur(18px); }
.nav-shell { display: flex; min-height: 90px; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; }
.brand-logo { width: 172px; height: auto; max-height: 85px; object-fit: contain; }
.brand-logo-footer { width: 204px; max-height: none; }
.site-nav { display: flex; align-items: center; gap: 22px; }
.site-nav a { color: #526474; font-family: "Poppins", sans-serif; font-size: 12px; font-weight: 600; transition: color .2s ease; }
.site-nav a:hover { color: var(--navy); }
.site-nav .nav-button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; padding: 0 20px; border: 0; border-radius: 999px; color: var(--white); background: var(--navy); line-height: 1; white-space: nowrap; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 11px; border: 0; border-radius: 50%; background: var(--white); box-shadow: 0 8px 25px rgba(30,58,95,.1); }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; border-radius: 2px; background: var(--navy); transition: transform .2s ease, opacity .2s ease; }

.hero { position: relative; min-height: 850px; overflow: hidden; padding-top: 170px; background: linear-gradient(135deg, #fbfaf7 0%, #f4eee5 66%, #e9efe9 100%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow-one { top: 78px; right: -180px; width: 480px; height: 480px; background: rgba(212,165,116,.18); }
.hero-glow-two { bottom: -190px; left: 31%; width: 390px; height: 390px; background: rgba(130,153,141,.18); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .96fr 1.04fr; align-items: center; gap: 70px; }
.hero-copy { padding-bottom: 30px; }
.hero-lead { max-width: 610px; margin-bottom: 34px; font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 58px; padding-top: 27px; border-top: 1px solid rgba(30,58,95,.14); }
.hero-stats strong { display: block; color: var(--navy); font-family: "Playfair Display", serif; font-size: 29px; line-height: 1; }
.hero-stats span { display: block; margin-top: 8px; color: #7b878d; font-size: 11px; }
.hero-art { position: relative; }
.art-frame { position: relative; max-width: 615px; margin-left: auto; }
.advisor-illustration { width: 100%; filter: drop-shadow(0 34px 45px rgba(30,58,95,.13)); }
.art-card { position: absolute; display: flex; align-items: center; gap: 12px; min-width: 205px; padding: 14px 17px; border: 1px solid rgba(255,255,255,.66); border-radius: 16px; background: rgba(255,255,255,.88); box-shadow: 0 18px 45px rgba(30,58,95,.13); backdrop-filter: blur(16px); }
.art-card small, .art-card strong { display: block; }
.art-card small { color: #7e8b92; font-size: 9px; }
.art-card strong { color: var(--navy); font-size: 13px; }
.art-card-rate { top: 95px; left: -25px; }
.art-card-response { right: -20px; bottom: 100px; }
.art-icon { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; color: var(--navy); background: var(--sage-light); font-size: 21px; }
.status-pulse { width: 13px; height: 13px; border: 4px solid #d8eee2; border-radius: 50%; background: #3a9b68; box-shadow: 0 0 0 4px rgba(58,155,104,.1); }

.trust-bar { position: relative; z-index: 3; border-top: 1px solid rgba(30,58,95,.08); border-bottom: 1px solid rgba(30,58,95,.08); background: rgba(255,255,255,.72); }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-grid article { display: flex; align-items: center; gap: 13px; min-height: 104px; padding: 20px 25px; border-right: 1px solid rgba(30,58,95,.08); }
.trust-grid article:last-child { border-right: 0; }
.trust-icon { display: grid; flex: 0 0 36px; width: 36px; height: 36px; place-items: center; border-radius: 50%; color: var(--gold-dark); background: var(--cream); font-size: 16px; }
.trust-grid strong, .trust-grid small { display: block; }
.trust-grid strong { color: var(--navy); font-size: 12px; }
.trust-grid small { color: #839099; font-size: 9px; }

.section-heading { margin-bottom: 55px; }
.split-heading { display: grid; grid-template-columns: 1.05fr .8fr; align-items: end; gap: 80px; }
.split-heading p:last-child { max-width: 500px; margin-bottom: 12px; }
.centered-heading { max-width: 760px; margin-right: auto; margin-left: auto; text-align: center; }
.centered-heading p:last-child { max-width: 620px; margin-right: auto; margin-left: auto; }

.services { background: var(--off-white); }
.service-paths { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.service-path { position: relative; overflow: hidden; min-height: 640px; padding: 48px; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.service-path::after { position: absolute; right: -90px; bottom: -120px; width: 300px; height: 300px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; content: ""; }
.service-path-individual { background: #edf2ee; }
.service-path-business { color: var(--white); background: var(--navy); }
.path-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 60px; }
.path-top > span { display: grid; width: 43px; height: 43px; place-items: center; border: 1px solid rgba(30,58,95,.18); border-radius: 50%; color: var(--gold-dark); font-family: "Poppins", sans-serif; font-size: 11px; }
.path-top p { margin: 0; color: var(--gold-dark); font-family: "Poppins", sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.service-path-business .path-top > span { border-color: rgba(255,255,255,.26); color: #ebc69f; }
.service-path-business .path-top p { color: #ebc69f; }
.service-path h3 { max-width: 470px; margin-bottom: 42px; font-size: 43px; }
.service-path-business h3 { color: var(--white); }
.service-path ul { margin: 0 0 42px; padding: 0; list-style: none; }
.service-path li { display: grid; grid-template-columns: 38px 1fr; gap: 17px; padding: 20px 0; border-top: 1px solid rgba(30,58,95,.11); }
.service-path-business li { border-color: rgba(255,255,255,.12); }
.service-path li > span { color: var(--gold-dark); font-family: "Poppins", sans-serif; font-size: 10px; }
.service-path li strong, .service-path li small { display: block; }
.service-path li strong { color: var(--navy); font-size: 14px; }
.service-path li small { margin-top: 5px; color: #708078; font-size: 11px; }
.service-path-business li strong { color: var(--white); }
.service-path-business li small { color: rgba(255,255,255,.58); }
.service-path-business .text-link { color: var(--white); }
.service-path-business .text-link span { color: #ebc69f; }

.individual-intro { background: var(--cream); }
.individual-grid { display: grid; grid-template-columns: 1.05fr .75fr; align-items: start; gap: 90px; }
.individual-copy > p:not(.eyebrow) { max-width: 660px; }
.benefit-list { margin-top: 45px; }
.benefit-list article { display: grid; grid-template-columns: 56px 1fr; gap: 18px; padding: 24px 0; border-top: 1px solid #ded7ce; }
.benefit-list article > span { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; color: var(--gold-dark); background: var(--white); font-family: "Poppins", sans-serif; font-size: 10px; box-shadow: 0 9px 24px rgba(30,58,95,.08); }
.benefit-list strong { color: var(--navy); font-size: 15px; }
.benefit-list p { margin: 4px 0 0; font-size: 12px; }
.islamic-note { display: flex; align-items: flex-start; gap: 14px; margin-top: 28px; padding: 18px 20px; border: 1px solid #c9d8cd; border-radius: 16px; background: #e8f0e9; }
.islamic-note > span { color: var(--sage); font-size: 24px; }
.islamic-note p { margin: 0; color: #62756a; font-size: 12px; }
.process-panel { position: sticky; top: 120px; padding: 38px; border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow); }
.panel-kicker { color: var(--gold-dark); font-family: "Poppins", sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.process-panel ol { margin: 25px 0 34px; padding: 0; list-style: none; }
.process-panel li { display: flex; gap: 16px; padding: 20px 0; border-top: 1px solid var(--line); }
.process-panel li > span { display: grid; flex: 0 0 34px; width: 34px; height: 34px; place-items: center; border-radius: 50%; color: var(--white); background: var(--navy); font-family: "Poppins", sans-serif; font-size: 10px; }
.process-panel strong, .process-panel small { display: block; }
.process-panel strong { color: var(--navy); font-size: 13px; }
.process-panel small { margin-top: 3px; color: #7a878f; font-size: 10px; }

.calculator-section { color: var(--white); background: var(--navy-950); }
.calculator-heading { display: grid; grid-template-columns: 1.05fr .8fr; align-items: end; gap: 80px; }
.calculator-heading h2 { color: var(--white); }
.calculator-heading > p { margin-bottom: 12px; color: rgba(255,255,255,.57); }
.calculator-grid { display: grid; grid-template-columns: 1fr .87fr; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius-lg); background: rgba(255,255,255,.06); box-shadow: 0 35px 90px rgba(0,0,0,.21); }
.calculator-form { padding: 45px; }
.calculator-form label, .contact-form label { display: block; color: #cbd4dc; font-family: "Poppins", sans-serif; font-size: 10px; font-weight: 600; }
.field-group { margin-bottom: 27px; }
.field-label { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.field-label output { color: var(--white); font-family: "Playfair Display", serif; font-size: 22px; }
.range-group input[type="range"] { width: 100%; margin: 18px 0 12px; accent-color: var(--gold); }
.range-group input[type="number"] { width: 100%; }
.calculator-form input[type="number"] { min-height: 48px; padding: 0 14px; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; outline: 0; color: var(--white); background: rgba(255,255,255,.07); }
.calculator-form input[type="number"]:focus { border-color: var(--gold); box-shadow: 0 0 0 4px rgba(212,165,116,.12); }
.two-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.calculator-form .two-fields { margin-bottom: 27px; }
.calculator-form label > span { display: flex; align-items: center; gap: 9px; margin-top: 8px; color: rgba(255,255,255,.64); }
.calculator-form label > span input { width: 100%; }
.currency-input b { font-size: 11px; }
.auto-rate-box { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-top: 32px; padding: 20px; border: 1px solid rgba(212,165,116,.32); border-radius: 16px; background: rgba(212,165,116,.08); }
.auto-rate-box small, .auto-rate-box strong { display: block; }
.auto-rate-box small { color: rgba(255,255,255,.55); font-size: 9px; }
.auto-rate-box strong { color: #f0ca9f; font-family: "Playfair Display", serif; font-size: 23px; }
.auto-rate-box > span { max-width: 150px; color: rgba(255,255,255,.5); font-size: 9px; text-align: right; }
.calculator-results { padding: 45px; color: var(--ink); background: var(--white); }
.results-label { margin-bottom: 25px; color: var(--gold-dark); font-family: "Poppins", sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.result-hero { padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.result-hero small, .result-hero strong, .result-hero span { display: block; }
.result-hero small { color: #80909b; font-size: 10px; }
.result-hero strong { margin: 7px 0 5px; color: var(--navy); font-family: "Playfair Display", serif; font-size: 46px; line-height: 1; }
.result-hero span { color: #5c8c70; font-size: 11px; font-weight: 700; }
.result-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin: 25px 0; }
.result-pair div { padding: 16px; border-radius: 13px; background: #f5f7f6; }
.result-pair small, .result-pair strong { display: block; }
.result-pair small { color: #87939a; font-size: 9px; }
.result-pair strong { margin-top: 5px; color: var(--navy); font-size: 16px; }
.comparison-table { border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.comparison-table > div { display: grid; grid-template-columns: 1.25fr .8fr .8fr; min-height: 42px; align-items: center; padding: 0 13px; border-bottom: 1px solid var(--line); font-size: 9px; }
.comparison-table > div:last-child { border-bottom: 0; }
.comparison-table > div:first-child { color: var(--navy); background: #f7f8f7; }
.comparison-table span { color: #7b878e; }
.comparison-table strong { color: var(--navy); font-size: 10px; text-align: right; }
.total-saving { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 18px; padding: 15px 0; }
.total-saving span { color: #70808b; font-size: 10px; }
.total-saving strong { color: var(--gold-dark); font-family: "Playfair Display", serif; font-size: 22px; }
.result-note { margin: 8px 0 0; color: #9aa4aa; font-size: 9px; }

.debt-section { background: #edf2ee; }
.debt-layout { display: grid; grid-template-columns: 1.3fr .75fr; gap: 24px; }
.debt-input-panel, .debt-results { border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow); }
.debt-input-panel { padding: 36px; }
.debt-controls { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 13px; margin-bottom: 28px; }
.debt-controls > label, .fixed-parameter { min-height: 78px; padding: 13px 15px; border: 1px solid var(--line); border-radius: 14px; background: #fafbfa; }
.debt-controls label { color: #7a878e; font-size: 9px; }
.debt-controls label span { display: flex; align-items: center; gap: 7px; margin-top: 6px; color: var(--muted); }
.debt-controls input { width: 74px; border: 0; border-bottom: 1px solid var(--gold); outline: 0; color: var(--navy); background: transparent; font-size: 17px; font-weight: 700; }
.fixed-parameter small, .fixed-parameter strong { display: block; }
.fixed-parameter small { color: #7a878e; font-size: 9px; }
.fixed-parameter strong { margin-top: 8px; color: var(--navy); font-size: 15px; }
.debt-table-head, .debt-row { display: grid; grid-template-columns: 1.25fr 1fr 1fr 34px; gap: 10px; align-items: center; }
.debt-table-head { padding: 0 8px 8px; color: #8a959b; font-size: 8px; text-transform: uppercase; }
.debt-row { margin-bottom: 10px; padding: 11px; border: 1px solid var(--line); border-radius: 14px; background: #fbfcfb; }
.debt-row input, .debt-row select { width: 100%; min-height: 40px; padding: 0 9px; border: 1px solid #e2e6e4; border-radius: 9px; outline: 0; color: var(--navy); background: var(--white); font-size: 10px; }
.debt-row input:focus, .debt-row select:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(212,165,116,.12); }
.remove-debt { display: grid; width: 32px; height: 32px; place-items: center; border: 0; border-radius: 50%; color: var(--danger); background: #faeceb; }
.add-debt { display: flex; align-items: center; gap: 9px; margin-top: 16px; padding: 10px 0; border: 0; color: var(--navy); background: transparent; font-family: "Poppins", sans-serif; font-size: 11px; font-weight: 700; }
.add-debt span { display: grid; width: 27px; height: 27px; place-items: center; border-radius: 50%; color: var(--white); background: var(--navy); }
.debt-results { padding: 34px; }
.debt-summary-card { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 18px; border-radius: 16px; }
.debt-summary-card div:first-child { grid-column: 1/-1; }
.debt-summary-card small, .debt-summary-card strong { display: block; }
.debt-summary-card small { color: #809099; font-size: 8px; }
.debt-summary-card strong { margin-top: 4px; color: var(--navy); font-size: 15px; }
.debt-current { background: #f7f2ed; }
.debt-after { background: #e8f1ea; }
.debt-arrow { display: grid; width: 36px; height: 36px; place-items: center; margin: -5px auto; border-radius: 50%; color: var(--white); background: var(--gold-dark); box-shadow: 0 8px 20px rgba(174,121,72,.25); }
.saving-breakdown { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 18px; }
.saving-breakdown > div { padding: 15px; border: 1px solid var(--line); border-radius: 14px; }
.saving-breakdown span, .saving-breakdown strong, .saving-breakdown small { display: block; }
.saving-breakdown span { color: #7b8992; font-size: 8px; }
.saving-breakdown strong { margin: 6px 0 3px; color: var(--gold-dark); font-family: "Playfair Display", serif; font-size: 20px; }
.saving-breakdown small { color: #779180; font-size: 8px; }

.business-intro { overflow: hidden; color: var(--white); background: var(--navy); }
.business-grid { display: grid; grid-template-columns: .9fr 1fr; align-items: center; gap: 85px; }
.business-copy h2 { color: var(--white); }
.business-copy > p:not(.eyebrow) { color: rgba(255,255,255,.62); }
.business-points { margin: 34px 0; }
.business-points article { display: flex; gap: 13px; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.13); }
.business-points article > span { display: grid; flex: 0 0 30px; width: 30px; height: 30px; place-items: center; border-radius: 50%; color: var(--navy); background: var(--gold); font-size: 11px; }
.business-points strong, .business-points small { display: block; }
.business-points strong { color: var(--white); font-size: 13px; }
.business-points small { color: rgba(255,255,255,.53); font-size: 10px; }
.business-orbit { position: relative; width: min(100%, 510px); aspect-ratio: 1; margin: auto; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.business-orbit::before, .business-orbit::after { position: absolute; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; content: ""; }
.business-orbit::before { inset: 14%; }
.business-orbit::after { inset: 28%; }
.orbit-center { position: absolute; top: 50%; left: 50%; z-index: 3; display: grid; width: 140px; height: 140px; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: #173451; box-shadow: 0 20px 45px rgba(0,0,0,.25); transform: translate(-50%,-50%); }
.orbit-center span { color: var(--gold); font-family: "Playfair Display", serif; font-size: 44px; line-height: .8; }
.orbit-center small { margin-top: -32px; color: rgba(255,255,255,.58); font-size: 8px; }
.orbit-card { position: absolute; min-width: 145px; padding: 16px 18px; border: 1px solid rgba(255,255,255,.16); border-radius: 16px; background: rgba(255,255,255,.08); box-shadow: 0 16px 36px rgba(0,0,0,.14); backdrop-filter: blur(12px); }
.orbit-card strong, .orbit-card small { display: block; }
.orbit-card strong { color: var(--white); font-size: 13px; }
.orbit-card small { margin-top: 4px; color: #e5c39f; font-size: 9px; }
.orbit-bank { top: 7%; left: 7%; }
.orbit-invoice { top: 37%; right: -1%; }
.orbit-sme { bottom: 5%; left: 12%; }

.qualification-section { position: relative; border-top: 1px solid rgba(30,58,95,.08); background: var(--cream); }
.qualifier-meta { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 24px; }
.qualifier-meta span { display: inline-flex; align-items: baseline; gap: 5px; padding: 8px 13px; border: 1px solid rgba(30,58,95,.1); border-radius: 999px; color: #687985; background: rgba(255,255,255,.66); font-family: "Poppins", sans-serif; font-size: 9px; font-weight: 600; }
.qualifier-meta strong { color: var(--navy); font-size: 12px; }
.qualifier-outcomes { display: grid; max-width: 960px; grid-template-columns: repeat(3,1fr); gap: 12px; margin: -20px auto 20px; }
.qualifier-outcomes article { display: flex; min-height: 98px; align-items: center; gap: 14px; padding: 18px; border: 1px solid rgba(30,58,95,.09); border-radius: 18px; background: rgba(255,255,255,.62); }
.qualifier-number { display: grid; flex: 0 0 38px; width: 38px; height: 38px; place-items: center; border-radius: 50%; color: var(--gold-dark); background: #fff6eb; font-family: "Poppins", sans-serif; font-size: 9px; font-weight: 700; }
.qualifier-outcomes strong, .qualifier-outcomes small { display: block; }
.qualifier-outcomes strong { color: var(--navy); font-family: "Playfair Display", serif; font-size: 17px; line-height: 1.2; }
.qualifier-outcomes small { margin-top: 5px; color: #7b8991; font-size: 9px; line-height: 1.45; }
.qualification-shell { overflow: hidden; max-width: 960px; margin: auto; padding: 40px; border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow); }
.question-progress { display: flex; align-items: center; gap: 18px; margin-bottom: 26px; color: #77858e; font-size: 9px; }
.question-progress > div { flex: 1; height: 4px; overflow: hidden; border-radius: 10px; background: #edf0ee; }
.question-progress i { display: block; width: 0; height: 100%; border-radius: inherit; background: var(--gold); transition: width .25s ease; }
.question { margin: 0; padding: 24px 0; border: 0; border-top: 1px solid var(--line); }
.question legend { display: flex; align-items: center; gap: 12px; margin-bottom: 17px; color: var(--navy); font-family: "Playfair Display", serif; font-size: 18px; font-weight: 700; }
.question legend span { display: grid; width: 31px; height: 31px; place-items: center; border-radius: 50%; color: var(--gold-dark); background: var(--cream); font-family: "Poppins", sans-serif; font-size: 8px; }
.option-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 9px; }
.option-grid-three { grid-template-columns: repeat(3,1fr); }
.option-grid button { min-height: 54px; padding: 11px; border: 1px solid var(--line); border-radius: 12px; color: #63737f; background: #fbfcfb; font-family: "Poppins", sans-serif; font-size: 10px; font-weight: 600; transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease; }
.option-grid button:hover { transform: translateY(-1px); border-color: #c6d2cc; }
.option-grid button.selected { border-color: var(--gold); color: var(--navy); background: #fbf3ea; box-shadow: inset 0 0 0 1px var(--gold); }
.option-grid button small { display: block; margin-top: 4px; color: #9aa3a8; font-size: 8px; font-weight: 500; }
.qualification-submit { display: flex; width: min(100%, 340px); margin: 28px auto 0; }
.qualification-submit:disabled { cursor: not-allowed; opacity: .42; transform: none; }
.qualification-disclaimer { max-width: 650px; margin: 14px auto 0; color: #929ca2; font-size: 9px; text-align: center; }
.qualification-results { margin: 34px -40px -40px; padding: 42px; border-top: 1px solid var(--line); background: #f4f7f4; }
.results-title { margin-bottom: 24px; text-align: center; }
.results-title h3 { margin-bottom: 0; }
.recommendation-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-bottom: 24px; }
.recommendation-card { position: relative; padding: 23px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
.recommendation-card.best { border-color: var(--gold); box-shadow: 0 16px 30px rgba(212,165,116,.13); }
.best-badge { position: absolute; top: 0; right: 16px; padding: 5px 9px; border-radius: 0 0 8px 8px; color: var(--navy); background: var(--gold); font-size: 7px; font-weight: 800; text-transform: uppercase; }
.recommendation-card h4 { margin: 0 0 6px; color: var(--navy); font-family: "Playfair Display", serif; font-size: 20px; }
.match-score { color: var(--gold-dark); font-family: "Poppins", sans-serif; font-size: 23px; font-weight: 700; }
.recommendation-card p { margin: 10px 0; font-size: 10px; }
.recommendation-card dl { margin: 0; }
.recommendation-card dt { margin-top: 9px; color: #88949b; font-size: 8px; text-transform: uppercase; }
.recommendation-card dd { margin: 2px 0 0; color: var(--navy); font-size: 10px; font-weight: 700; }
.qualification-results > .button { display: flex; max-width: 380px; margin: auto; }

.comparison-section { background: var(--off-white); }
.scenario-tabs { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 22px; }
.scenario-tabs button { min-height: 42px; padding: 0 16px; border: 1px solid var(--line); border-radius: 999px; color: #6d7c85; background: var(--white); font-family: "Poppins", sans-serif; font-size: 9px; font-weight: 700; }
.scenario-tabs button.active { border-color: var(--navy); color: var(--white); background: var(--navy); }
.comparison-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 22px; background: var(--white); box-shadow: 0 18px 50px rgba(30,58,95,.08); }
.finance-matrix { width: 100%; min-width: 850px; border-collapse: collapse; table-layout: fixed; }
.finance-matrix th, .finance-matrix td { padding: 16px 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: center; font-size: 10px; }
.finance-matrix th:last-child, .finance-matrix td:last-child { border-right: 0; }
.finance-matrix thead th { color: var(--white); background: var(--navy); font-family: "Poppins", sans-serif; font-size: 11px; }
.finance-matrix thead th:first-child { width: 26%; text-align: left; }
.finance-matrix thead th span { display: inline-block; margin-left: 6px; padding: 3px 6px; border-radius: 999px; color: var(--navy); background: var(--gold); font-size: 7px; }
.finance-matrix tbody th { color: var(--navy); background: #fafbfa; text-align: left; font-weight: 600; }
.finance-matrix .category-row th { padding: 11px 18px; color: var(--gold-dark); background: #f3eee7; font-family: "Poppins", sans-serif; font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }
.finance-matrix .best-column { background: #fff8ef; }
.finance-matrix thead .best-column { background: #bb8755; }
.tick { display: inline-grid; width: 23px; height: 23px; place-items: center; border-radius: 50%; color: #3e8460; background: #e6f1e9; font-weight: 800; }
.cross { display: inline-grid; min-width: 23px; min-height: 23px; place-items: center; border-radius: 50%; color: #9a5951; background: #f7e9e7; font-weight: 800; }
.yes { color: #3e8460; font-weight: 700; }
.no { color: #9a5951; font-weight: 700; }
.matrix-note { margin: 14px 0 0; color: #95a0a6; font-size: 9px; }

.testimonials { color: var(--white); background: var(--navy-950); }
.testimonials h2 { color: var(--white); }
.testimonials .split-heading > p { color: rgba(255,255,255,.55); }
.testimonial-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.testimonial-card { display: flex; min-height: 350px; flex-direction: column; padding: 28px; border: 1px solid rgba(255,255,255,.11); border-radius: 20px; background: rgba(255,255,255,.055); }
.stars { color: var(--gold); font-size: 12px; letter-spacing: 3px; }
.testimonial-card blockquote { flex: 1; margin: 23px 0 30px; color: rgba(255,255,255,.76); font-family: "Playfair Display", serif; font-size: 16px; line-height: 1.55; }
.testimonial-card > div:not(.stars) { display: flex; align-items: center; gap: 11px; }
.testimonial-card > div:not(.stars) > span { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; color: var(--navy); background: var(--gold); font-size: 10px; font-weight: 800; }
.testimonial-card p { margin: 0; }
.testimonial-card strong, .testimonial-card small { display: block; }
.testimonial-card strong { color: var(--white); font-size: 11px; }
.testimonial-card small { color: rgba(255,255,255,.45); font-size: 8px; }
.testimonial-card .outcome { margin-top: 18px; padding-top: 15px; border-top: 1px solid rgba(255,255,255,.1); color: #e5c39f; font-size: 9px; font-weight: 700; }

.about-section { background: var(--cream); }
.about-grid { display: grid; grid-template-columns: .7fr 1.15fr; align-items: center; gap: 100px; }
.about-mark { position: relative; display: grid; min-height: 430px; place-items: center; border: 1px solid #ded5c8; border-radius: 50% 50% 44% 56% / 55% 42% 58% 45%; background: #eee7dc; }
.about-mark::before { position: absolute; inset: 36px; border: 1px solid rgba(174,121,72,.24); border-radius: inherit; content: ""; }
.about-monogram { color: var(--navy); font-family: "Playfair Display", serif; font-size: 104px; letter-spacing: -.12em; transform: translateX(-8px); }
.about-mark p { position: absolute; bottom: 68px; color: var(--gold-dark); font-family: "Poppins", sans-serif; font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.about-copy > p:not(.eyebrow) { max-width: 690px; }
.values-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 34px; }
.values-grid article { padding: 19px; border-top: 2px solid var(--gold); background: rgba(255,255,255,.45); }
.values-grid strong, .values-grid small { display: block; }
.values-grid strong { color: var(--navy); font-size: 12px; }
.values-grid small { margin-top: 5px; color: #7e888a; font-size: 9px; }

.contact-section { padding: 110px 0; color: var(--white); background: var(--navy); }
.contact-grid { display: grid; grid-template-columns: .86fr 1.05fr; align-items: start; gap: 90px; }
.contact-copy h2 { color: var(--white); }
.contact-copy > p:not(.eyebrow) { color: rgba(255,255,255,.58); }
.contact-details { margin-top: 40px; }
.contact-details > a, .contact-details > div { display: flex; align-items: flex-start; gap: 15px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.12); }
.contact-details > a > span, .contact-details > div > span { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; color: var(--navy); background: var(--gold); }
.contact-details small, .contact-details strong { display: block; }
.contact-details small { color: rgba(255,255,255,.44); font-size: 8px; text-transform: uppercase; }
.contact-details strong { margin-top: 3px; color: var(--white); font-size: 11px; font-weight: 600; }
.contact-form { padding: 38px; border-radius: var(--radius-lg); color: var(--ink); background: var(--white); box-shadow: 0 30px 80px rgba(0,0,0,.24); }
.form-heading { margin-bottom: 24px; }
.form-heading h3 { margin-bottom: 8px; font-size: 30px; }
.form-heading p { margin-bottom: 0; font-size: 10px; }
.contact-form > label, .contact-form .two-fields label { margin-bottom: 16px; color: #6f7d86; }
.contact-form input:not([type="checkbox"]), .contact-form select, .contact-form textarea { width: 100%; margin-top: 7px; border: 1px solid var(--line); border-radius: 11px; outline: 0; color: var(--ink); background: #fbfcfb; }
.contact-form input:not([type="checkbox"]), .contact-form select { min-height: 48px; padding: 0 13px; }
.contact-form textarea { padding: 13px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 4px rgba(212,165,116,.12); }
.consent { display: flex !important; align-items: flex-start; gap: 9px; color: #7c888f !important; }
.consent input { margin-top: 3px; accent-color: var(--navy); }
.form-message { min-height: 18px; margin: 10px 0 0; color: #4e8c6b; font-size: 10px; text-align: center; }

.site-footer { padding: 70px 0 24px; color: rgba(255,255,255,.58); background: #07192b; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.15fr; gap: 48px; }
.footer-grid > div:first-child p { max-width: 300px; margin-top: 20px; font-size: 11px; }
.footer-grid h3 { margin: 0 0 17px; color: var(--white); font-family: "Poppins", sans-serif; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.footer-grid a:not(.brand) { display: block; margin: 9px 0; font-size: 10px; }
.footer-grid a:hover { color: var(--gold); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 55px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.09); font-size: 8px; }
.footer-bottom span:last-child { max-width: 550px; text-align: right; }
.whatsapp-button { position: fixed; right: 24px; bottom: 24px; z-index: 90; display: flex; align-items: center; gap: 10px; min-height: 52px; padding: 0 18px; border-radius: 999px; color: var(--white); background: #1fa66a; box-shadow: 0 14px 34px rgba(20,110,73,.28); font-family: "Poppins", sans-serif; font-size: 10px; font-weight: 700; transition: transform .2s ease; }
.whatsapp-button:hover { transform: translateY(-3px); }
.whatsapp-button svg { width: 23px; fill: currentColor; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1050px) {
  .site-nav { gap: 18px; }
  .hero-grid { gap: 35px; }
  .art-card-rate { left: 0; }
  .art-card-response { right: 0; }
  .section-pad { padding: 94px 0; }
  .service-path { padding: 38px; }
  .individual-grid, .business-grid, .about-grid, .contact-grid { gap: 55px; }
  .debt-layout { grid-template-columns: 1fr; }
  .testimonial-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 860px) {
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 82px 0 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 20px; background: var(--off-white); transform: translateX(100%); transition: transform .25s ease; }
  .site-nav.open { transform: translateX(0); }
  .site-nav a { padding: 16px 4px; border-bottom: 1px solid var(--line); font-size: 15px; }
  .site-nav .nav-button { min-height: 50px; margin-top: 15px; padding: 0 20px; border-bottom: 0; text-align: center; }
  .hero { min-height: auto; padding-top: 135px; }
  .hero-grid, .individual-grid, .business-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 720px; }
  .hero-art { max-width: 670px; margin: auto; }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .trust-grid article:nth-child(2) { border-right: 0; }
  .trust-grid article:nth-child(-n+2) { border-bottom: 1px solid rgba(30,58,95,.08); }
  .split-heading, .calculator-heading { grid-template-columns: 1fr; gap: 5px; }
  .service-paths { grid-template-columns: 1fr; }
  .process-panel { position: static; }
  .calculator-grid { grid-template-columns: 1fr; }
  .business-visual { order: 2; }
  .business-orbit { max-width: 480px; }
  .recommendation-cards { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section-pad { padding: 76px 0; }
  .nav-shell { min-height: 76px; }
  .site-nav { inset: 76px 0 0; }
  .brand-logo { width: 132px; max-height: 66px; }
  .brand-logo-footer { width: 176px; max-height: none; }
  .hero { padding-top: 118px; }
  h1 { font-size: 52px; }
  h2 { font-size: 41px; }
  .hero-lead { font-size: 15px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-stats { gap: 8px; }
  .hero-stats strong { font-size: 22px; }
  .hero-stats span { font-size: 8px; }
  .art-card { display: none; }
  .trust-grid article { min-height: 88px; padding: 14px 10px; }
  .trust-icon { flex-basis: 30px; width: 30px; height: 30px; }
  .trust-grid strong { font-size: 10px; }
  .trust-grid small { font-size: 7px; }
  .section-heading { margin-bottom: 38px; }
  .service-path { min-height: auto; padding: 28px; border-radius: 24px; }
  .path-top { margin-bottom: 37px; }
  .service-path h3 { font-size: 35px; }
  .benefit-list article { grid-template-columns: 45px 1fr; }
  .process-panel, .calculator-form, .calculator-results, .debt-input-panel, .debt-results, .qualification-shell, .contact-form { padding: 25px; border-radius: 23px; }
  .two-fields { grid-template-columns: 1fr; gap: 0; }
  .calculator-form .two-fields { gap: 12px; }
  .auto-rate-box { align-items: flex-start; flex-direction: column; }
  .auto-rate-box > span { max-width: none; text-align: left; }
  .result-hero strong { font-size: 39px; }
  .debt-controls { grid-template-columns: 1fr 1fr; }
  .debt-controls > label { grid-column: 1/-1; }
  .debt-table-head { display: none; }
  .debt-row { grid-template-columns: 1fr 1fr; }
  .debt-row select { grid-column: 1/-1; }
  .remove-debt { grid-column: 2; justify-self: end; }
  .saving-breakdown { grid-template-columns: 1fr; }
  .business-orbit { width: 340px; max-width: 100%; }
  .orbit-center { width: 105px; height: 105px; }
  .orbit-center span { font-size: 34px; }
  .orbit-card { min-width: 118px; padding: 12px; }
  .orbit-bank { left: -2%; }
  .orbit-invoice { right: -5%; }
  .qualifier-meta { gap: 7px; }
  .qualifier-meta span { padding: 7px 10px; }
  .qualifier-outcomes { grid-template-columns: 1fr; margin-top: -12px; }
  .qualifier-outcomes article { min-height: 82px; }
  .qualification-shell { padding: 24px; }
  .option-grid, .option-grid-three { grid-template-columns: 1fr 1fr; }
  .question legend { font-size: 16px; }
  .qualification-results { margin: 28px -24px -24px; padding: 28px 24px; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial-card { min-height: 310px; }
  .about-mark { min-height: 330px; }
  .about-monogram { font-size: 80px; }
  .values-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-bottom span:last-child { text-align: left; }
  .whatsapp-button { right: 14px; bottom: 14px; width: 52px; padding: 0; justify-content: center; }
  .whatsapp-button span { display: none; }
}

/* Interactive clarity and conversion enhancements */
.input-warning { margin-top: 18px; padding: 13px 15px; border: 1px solid rgba(212,165,116,.48); border-radius: 13px; color: #f7dfc5; background: rgba(212,165,116,.12); font-size: 10px; line-height: 1.55; }
.debt-warning { color: #885f35; background: #fff6e9; }
.result-dependency-note { display: flex; align-items: flex-start; gap: 10px; margin: -5px 0 21px; padding: 12px 14px; border-left: 3px solid var(--gold); border-radius: 0 10px 10px 0; background: #f8f5f0; }
.result-dependency-note strong, .result-dependency-note span { display: block; }
.result-dependency-note strong { flex: 0 0 120px; color: var(--navy); font-size: 9px; }
.result-dependency-note span { color: #7b878e; font-size: 9px; line-height: 1.55; }
.result-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 18px; }
.result-actions .button { min-height: 45px; padding: 0 14px; font-size: 9px; text-align: center; }
.button-whatsapp { color: var(--white); background: #1fa66a; }
.button-whatsapp:hover { background: #178758; }
.compact-action { background: var(--white); }
.cashflow-breakdown > div { min-height: 116px; }
.qualification-actions { display: grid; max-width: 760px; grid-template-columns: 1fr 1fr; gap: 10px; margin: 0 auto; }
.qualification-actions .button { width: 100%; }
.recommendation-card.unavailable { opacity: .72; border-style: dashed; background: #f5f6f5; }
.recommendation-card.unavailable .match-score { color: #7d898f; font-size: 15px; }
.recommendation-reason { padding-top: 9px; border-top: 1px solid var(--line); color: #62727c !important; }
.scenario-explanation { max-width: 820px; margin: -7px 0 18px; padding: 12px 15px; border-left: 3px solid var(--gold); color: #596d79; background: #f6f1ea; font-size: 10px; }
.rate-basis { display: inline-block; margin-left: 4px; padding: 3px 7px; border-radius: 999px; font-family: "Poppins", sans-serif; font-size: 7px; letter-spacing: .04em; text-transform: uppercase; }
.rate-basis.annual { color: #2f6e51; background: #e4f1e8; }
.rate-basis.monthly { color: #89544b; background: #f7e8e5; }
.swipe-prompt { display: none; align-items: center; justify-content: flex-end; gap: 7px; margin: 0 3px 8px; color: #78868e; font-family: "Poppins", sans-serif; font-size: 8px; font-weight: 700; text-transform: uppercase; }
.swipe-prompt span { color: var(--gold-dark); font-size: 15px; }
.attached-assessment { display: flex; align-items: flex-start; justify-content: space-between; gap: 15px; margin-bottom: 20px; padding: 14px; border: 1px solid #d7e5dc; border-radius: 13px; background: #eef7f1; }
.attached-assessment strong, .attached-assessment span { display: block; }
.attached-assessment strong { color: #376c50; font-size: 10px; }
.attached-assessment span { margin-top: 4px; color: #638071; font-size: 9px; line-height: 1.5; }
.attached-assessment button { flex: 0 0 27px; width: 27px; height: 27px; border: 0; border-radius: 50%; color: #6a7e73; background: #dcece2; }
.form-message.error { color: #b75249; }
.form-delivery-note { margin: 8px 0 0; color: #9ba4a9; font-size: 8px; text-align: center; }
.quick-nav { position: fixed; top: 50%; left: 16px; z-index: 88; display: flex; flex-direction: column; align-items: stretch; gap: 3px; padding: 5px; border: 1px solid rgba(30,58,95,.12); border-radius: 18px; background: rgba(255,255,255,.94); box-shadow: 0 14px 40px rgba(25,45,65,.18); backdrop-filter: blur(14px); transform: translateY(-50%); }
.quick-nav a { display: flex; min-width: 68px; min-height: 48px; flex-direction: column; align-items: center; justify-content: center; gap: 1px; padding: 5px 8px; border-radius: 13px; color: #647681; font-family: "Poppins", sans-serif; }
.quick-nav a:hover, .quick-nav a:focus-visible { color: var(--navy); background: var(--cream); }
.quick-nav span { color: var(--gold-dark); font-size: 12px; line-height: 1; }
.quick-nav strong { font-size: 7px; }
.quick-nav .quick-nav-whatsapp { color: #647681; background: transparent; }
.quick-nav .quick-nav-whatsapp span { color: var(--gold-dark); }
.quick-nav .quick-nav-whatsapp:hover, .quick-nav .quick-nav-whatsapp:focus-visible { color: var(--navy); background: var(--cream); }

@media (max-width: 860px) {
  .quick-nav { top: auto; right: auto; bottom: 10px; left: 50%; width: calc(100% - 28px); flex-direction: row; justify-content: space-between; border-radius: 18px; transform: translateX(-50%); }
  .quick-nav a { min-width: 0; flex: 1; flex-direction: column; gap: 0; padding: 5px 2px; border-radius: 13px; }
  .quick-nav span { line-height: 1; }
  .swipe-prompt { display: flex; justify-content: flex-start; }
}
@media (max-width: 620px) {
  body { padding-bottom: 74px; }
  .result-dependency-note { flex-direction: column; gap: 3px; }
  .result-dependency-note strong { flex-basis: auto; }
  .result-actions, .qualification-actions { grid-template-columns: 1fr; }
  .debt-row { grid-template-columns: 1fr 1fr 34px; }
  .debt-row select { grid-column: 1/-1; }
  .debt-row .remove-debt { grid-column: 3; grid-row: 2; align-self: center; }
  .quick-nav strong { font-size: 7px; }
  .finance-matrix th, .finance-matrix td { padding: 14px 12px; }
}
