:root {
  --bg: #ffffff;
  --surface: #f6f8fb;
  --surface-2: #eef3f8;
  --text: #172234;
  --muted: #667387;
  --line: #dce3eb;
  --primary: #1769e0;
  --primary-dark: #1055b8;
  --navy: #0e2948;
  --success: #147a52;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--sans); line-height: 1.55; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.ambient { display: none; }
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

.site-header { height: 76px; max-width: var(--max); margin: auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: #fff; position: relative; z-index: 40; }
.brand { display: flex; align-items: center; gap: 10px; font-size: 13px; letter-spacing: .1em; font-weight: 800; }
.brand b { color: var(--primary); }
.brand-mark { width: 34px; height: 38px; display: grid; place-items: center; background: var(--navy); color: #fff; font-family: var(--serif); font-size: 22px; }
.desktop-nav { display: flex; gap: 28px; color: #455367; font-size: 13px; }
.desktop-nav a:hover { color: var(--primary); }
.header-contact { display: flex; align-items: center; gap: 18px; }
.header-contact > a:first-child { display: flex; flex-direction: column; font-size: 12px; }
.header-contact small { color: var(--muted); font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.header-cta { padding: 11px 16px; border: 1px solid var(--primary); color: var(--primary); font-size: 12px; font-weight: 700; }
.menu-button { display: none; border: 0; background: transparent; padding: 10px; }
.menu-button span { display: block; width: 24px; height: 2px; margin: 5px; background: var(--navy); }

.hero { max-width: var(--max); min-height: 550px; margin: auto; padding: 48px 24px 64px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: start; gap: 60px; }
.eyebrow { margin: 0; display: flex; align-items: center; gap: 9px; color: var(--primary); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow > span { width: 24px; height: 2px; background: var(--primary); }
h1, h2 { margin: 20px 0; color: var(--navy); font-family: var(--serif); font-weight: 600; line-height: 1.08; }
h1 { max-width: 690px; font-size: clamp(52px, 5.7vw, 78px); }
h2 { font-size: clamp(38px, 4vw, 54px); }
h1 em, h2 em { color: var(--primary); font-style: normal; }
.hero-lead { max-width: 620px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin: 22px 0 0; }
.button { min-height: 50px; padding: 14px 20px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; border: 0; cursor: pointer; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.button.primary { background: var(--primary); color: #fff; }
.button.primary:hover { background: var(--primary-dark); }
.text-link { color: var(--navy); font-size: 13px; font-weight: 700; }
.text-link i { display: none; }
.trust-row { margin-top: 16px; display: flex; align-items: center; gap: 12px; }
.avatars { display: flex; }
.avatars span { width: 34px; height: 34px; margin-left: -5px; display: grid; place-items: center; border: 2px solid #fff; border-radius: 50%; background: var(--surface-2); color: var(--navy); font-size: 9px; }
.stars { color: #d58b18; font-size: 10px; letter-spacing: 2px; }
.trust-row small { color: var(--muted); font-size: 10px; }
.quick-consultation { max-width: var(--max); margin: 0 auto 34px; padding: 42px 50px; display: grid; grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr); gap: 54px; align-items: center; background: var(--navy); color: #fff; }
.quick-form-copy h2 { margin: 8px 0 10px; color: #fff; font-size: clamp(28px, 3vw, 40px); }
.quick-form-copy p:last-child { margin: 0; color: #cbd5e1; font-size: 12px; line-height: 1.65; }
.quick-consultation .eyebrow { color: #b8d3ff; }
.quick-lead-form { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 20px; align-items: end; }
.quick-lead-form label { color: #d8e1ee; }
.quick-lead-form input, .quick-lead-form select, .quick-lead-form button { min-height: 62px; }
.quick-lead-form .consent { grid-column: 1 / -1; min-height: auto; align-self: center; color: #cbd5e1; }
.quick-lead-form .consent input { min-height: 0; }
.quick-lead-form .consent a { color: #fff; text-decoration: underline; }
.quick-lead-form .form-status { grid-column: 1 / -1; margin: 0; color: #fff; }
.assessment-strip { max-width: var(--max); margin: 0 auto 78px; padding: 52px 0; display: grid; grid-template-columns: minmax(230px, .75fr) minmax(0, 1.25fr); gap: 76px; align-items: start; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.assessment-intro { padding-top: 7px; }
.assessment-intro .eyebrow { margin: 0 0 14px; }
.assessment-intro > strong { display: block; max-width: 320px; color: var(--navy); font: 600 clamp(30px, 3vw, 42px)/1.08 var(--serif); }
.assessment-intro em { color: var(--primary); font-style: normal; }
.assessment-reasons { display: grid; }
.assessment-reasons article { padding: 18px 0; display: grid; grid-template-columns: 38px 38px minmax(0, 1fr); column-gap: 16px; align-items: start; }
.assessment-reasons article + article { border-top: 1px solid var(--line); }
.assessment-reasons article > span { width: 30px; height: 30px; display: grid; place-items: center; background: var(--primary); color: #fff; font-size: 9px; font-weight: 800; letter-spacing: .08em; }
.assessment-icon { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid #c6d8ee; color: var(--primary); }
.assessment-icon .icon { width: 16px; height: 16px; }
.assessment-reasons h3 { margin: 2px 0 5px; color: var(--navy); font: 600 19px/1.2 var(--serif); }
.assessment-reasons p { grid-column: 3; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 14px; }
.coverage-badge { display: flex; align-items: center; gap: 10px; }
.coverage-badge > span { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--primary); }
.coverage-badge div { display: flex; flex-direction: column; }
.coverage-badge small { color: var(--muted); font-size: 8px; letter-spacing: .1em; }
.coverage-badge strong { color: var(--navy); font-size: 10px; }

.hero-visual { min-height: 400px; padding: 50px; display: grid; place-items: center; position: relative; background: var(--surface); border: 1px solid var(--line); }
.shield-wrap { width: 210px; height: 250px; display: grid; place-items: center; }
.shield-wrap::before, .orbit { display: none; }
.shield { width: 138px; height: 170px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--navy); color: #fff; clip-path: polygon(50% 0, 92% 15%, 84% 76%, 50% 100%, 16% 76%, 8% 15%); }
.shield span { font: 700 72px/1 var(--serif); }
.shield small { letter-spacing: .2em; font-weight: 800; }
.status-card { position: absolute; left: 24px; bottom: 24px; min-width: 240px; padding: 14px; display: flex; align-items: center; gap: 11px; background: #fff; border: 1px solid var(--line); }
.status-icon { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: #e8f6f0; color: var(--success); }
.status-card div { display: flex; flex-direction: column; }
.status-card small { color: var(--muted); font-size: 8px; }
.status-card strong { font-size: 12px; }
.pulse { width: 7px; height: 7px; margin-left: auto; border-radius: 50%; background: var(--success); }
.security-note { position: absolute; top: 24px; right: 24px; color: var(--muted); font-size: 10px; }


.section { max-width: var(--max); margin: auto; padding: 82px 24px; }
.intro { display: grid; grid-template-columns: .35fr 1.65fr; }
.intro { background: #f7f9fc; box-shadow: 0 0 0 100vmax #f7f9fc; clip-path: inset(0 -100vmax); }
.section-label { color: var(--muted); font-size: 10px; letter-spacing: .12em; }
.intro-copy { max-width: 780px; }
.intro-copy > p, .form-copy > p, .evidence-heading > p:last-child, .cases-proof .process-heading > p:last-child, .global-copy > p { color: var(--muted); line-height: 1.8; }
.registry-strip { max-width: var(--max); margin: 0 auto 70px; display: grid; grid-template-columns: 1.25fr 1fr 1fr .75fr; border: 1px solid var(--line); background: #fff; }
.registry-strip > div, .registry-strip > a { min-height: 105px; padding: 20px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); }
.registry-strip > :last-child { border-right: 0; }
.registry-strip small, .registry-title > span { color: var(--muted); font-size: 7px; font-weight: 800; letter-spacing: .1em; }
.registry-strip strong { margin: 5px 0; color: var(--navy); font-size: 13px; }
.registry-title strong { font: 600 19px var(--serif); }
.registry-strip a > span, .registry-strip div > span { color: var(--primary); font-size: 8px; }
.registry-strip a:hover { background: var(--surface); }


.broker-check { max-width: var(--max); margin: 0 auto 70px; padding: 50px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; background: var(--surface); border: 1px solid var(--line); }
.broker-check h2 { font-size: 46px; }
.broker-check > div:first-child > p:not(.eyebrow) { color: var(--muted); line-height: 1.8; }
.check-list { padding-left: 30px; border-left: 1px solid var(--line); }
.check-list h3 { margin-top: 0; color: var(--navy); font: 600 22px var(--serif); }
.check-list ul { padding: 0; list-style: none; }
.check-list li { padding: 12px 0; display: flex; gap: 13px; border-bottom: 1px solid var(--line); color: #455367; font-size: 12px; }
.check-list li span { color: var(--primary); font-weight: 800; }
.check-list small { display: block; margin-top: 18px; color: var(--muted); font-size: 9px; }
.confidential-note { max-width: 520px; margin: 22px 0 4px; padding: 13px 15px; display: flex; flex-direction: column; gap: 3px; background: #edf5ff; border-left: 3px solid var(--primary); }
.confidential-note strong { color: var(--navy); font-size: 10px; text-transform: uppercase; }
.confidential-note span { color: var(--muted); font-size: 11px; }


.section-heading { max-width: var(--max); margin: auto; padding: 50px 24px 22px; background: #f3f6fa; box-shadow: 0 0 0 100vmax #f3f6fa; clip-path: inset(0 -100vmax); }
.section-heading h2 { max-width: 540px; margin-bottom: 0; font-size: clamp(30px, 2.7vw, 38px); line-height: 1.1; }
.situation-intro { max-width: 620px; margin: 12px 0 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.case-grid { max-width: var(--max); margin: auto; padding: 0 24px 64px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; background: #f3f6fa; box-shadow: 0 0 0 100vmax #f3f6fa; clip-path: inset(0 -100vmax); }
.case-card { min-height: 0; padding: 17px 18px; display: grid; grid-template-columns: 23px 38px minmax(0, 1fr); column-gap: 11px; align-content: start; border: 1px solid var(--line); background: #fff; }
.case-card.featured { border-left: 3px solid var(--primary); border-top: 1px solid var(--line); }
.case-card:nth-child(4), .case-card:nth-child(6) { border-left: 2px solid #bcd4ef; }
.card-number { padding-top: 4px; color: var(--muted); font: 600 10px var(--serif); }
.case-icon { width: 34px; height: 34px; margin: 0; display: grid; place-items: center; background: #edf5ff; border-radius: 8px; color: var(--primary); }
.case-icon .icon { width: 18px; height: 18px; }
.case-card h3 { margin: 5px 0 0; color: var(--navy); font: 600 17px/1.15 var(--serif); }
.case-card p { grid-column: 2 / -1; margin: 10px 0 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.case-card a { grid-column: 2 / -1; margin-top: 10px; color: var(--primary); font-size: 10px; font-weight: 800; }

.team-grid { margin-top: 42px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.team-card { padding: 22px; border: 1px solid var(--line); }
.team-photo { height: 180px; margin-bottom: 20px; display: grid; place-items: center; background: var(--surface); color: var(--navy); font: 600 60px var(--serif); }
.team-card > span, .team-card small { color: var(--primary); font-size: 8px; font-weight: 800; letter-spacing: .1em; }
.team-card h3 { margin: 8px 0; color: var(--navy); font: 600 21px var(--serif); }
.team-card p { color: var(--muted); font-size: 12px; }
.team-card small { display: block; margin-top: 20px; padding-top: 15px; border-top: 1px solid var(--line); color: #a56812; }
.credentials { margin-top: 14px; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.credentials div { padding: 18px; display: flex; flex-direction: column; gap: 5px; border-right: 1px solid var(--line); }
.credentials strong { color: var(--muted); font-size: 8px; text-transform: uppercase; }
.credentials span { font-size: 11px; }

.result-grid { margin-top: 40px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.cases-proof { background: #eef5fd; box-shadow: 0 0 0 100vmax #eef5fd; clip-path: inset(0 -100vmax); }
.result-grid article { padding: 30px; border: 1px solid var(--line); }
.result-grid small { color: var(--primary); font-size: 8px; font-weight: 800; }
.result-grid h3 { color: var(--navy); font: 600 22px var(--serif); }
.result-grid p, .review-policy p { color: var(--muted); font-size: 12px; }
.result-grid span { display: block; margin-top: 24px; color: #a56812; font-size: 9px; text-transform: uppercase; }
.review-policy { margin-top: 14px; padding: 22px 26px; display: grid; grid-template-columns: .3fr 1.7fr; align-items: center; background: var(--surface); border: 1px solid var(--line); }
.review-policy strong { color: var(--navy); font: 600 19px var(--serif); }
.deliverables-grid { margin-top: 40px; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.deliverables-grid article { padding: 26px; border-right: 1px solid var(--line); border-top: 3px solid transparent; background: #fff; }
.deliverables-grid article:hover { border-top-color: var(--primary); background: var(--surface); }
.deliverables-grid article:last-child { border-right: 0; }
.deliverables-grid b { color: var(--primary); font-size: 11px; }
.deliverables-grid h3 { margin: 26px 0 10px; color: var(--navy); font: 600 20px var(--serif); }
.deliverables-grid p { margin: 0; color: var(--muted); font-size: 12px; }
.deliverable-icon { width: 42px; height: 42px; margin-bottom: 22px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: #fff; }
.deliverable-icon .icon { width: 21px; height: 21px; }
.outcome-heading { max-width: 760px; }
.outcome-heading > p:last-child { color: var(--muted); line-height: 1.7; }
.outcome-groups { margin-top: 42px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.outcome-card { min-height: 280px; padding: 28px 30px; display: flex; flex-direction: column; background: #fff; border: 1px solid #cfdff1; }
.outcome-top { display: flex; align-items: center; gap: 13px; }
.outcome-top .deliverable-icon { margin: 0; }
.outcome-top > span { color: var(--primary); font-size: 8px; font-weight: 800; letter-spacing: .1em; }
.outcome-card h3 { max-width: 430px; margin: 22px 0 16px; color: var(--navy); font: 600 24px/1.25 var(--serif); }
.outcome-card ul { margin: 0; padding: 0; display: grid; gap: 13px; list-style: none; }
.outcome-card li { color: var(--muted); font-size: 12px; }
.outcome-card li::before { content: "✓"; margin-right: 9px; color: var(--success); font-weight: 800; }
.outcome-card > a { margin-top: auto; padding-top: 28px; color: var(--primary); font-size: 11px; font-weight: 800; }
.outcome-card-dark { background: var(--navy); border-color: var(--navy); }
.outcome-card-dark .deliverable-icon { background: #fff; color: var(--navy); }
.outcome-card-dark .outcome-top > span, .outcome-card-dark > a { color: #8fc1ff; }
.outcome-card-dark h3 { color: #fff; }
.outcome-card-dark li { color: #c4d1df; }
.outcome-card-dark li::before { color: #72d6aa; }

.global-support { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: center; }
.global-map { min-height: 330px; display: flex; align-items: center; justify-content: center; background: var(--surface); border: 1px solid var(--line); }
.global-map::before, .global-map::after { display: none; }
.global-map span { width: 55px; height: 55px; display: grid; place-items: center; border-radius: 50%; background: #fff; border: 1px solid var(--primary); color: var(--primary); font-size: 9px; font-weight: 800; }
.global-map i { width: 45px; height: 1px; background: var(--line); }
.global-copy ul { margin: 24px 0 0; padding: 20px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; border-top: 1px solid var(--line); list-style: none; }
.global-copy li { color: var(--muted); font-size: 11px; }
.global-copy li::before { content: "✓"; margin-right: 7px; color: var(--success); }

.process { padding-top: 62px; padding-bottom: 62px; border-top: 1px solid var(--line); }
.process-heading { max-width: 650px; }
.steps { margin-top: 42px; position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.steps::before { content: ''; position: absolute; top: 23px; left: 23px; right: 23px; height: 1px; background: var(--line); }
.steps article { padding-right: 0; position: relative; z-index: 1; }
.step-icon { width: 46px; height: 46px; margin-bottom: 16px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: #fff; box-shadow: 0 0 0 8px #fff; }
.step-icon .icon { width: 21px; height: 21px; }
.steps b { color: var(--primary); font: 600 16px var(--serif); }
.steps article > span { display: none; }
.steps h3 { color: var(--navy); font: 600 18px var(--serif); }
.steps p { color: var(--muted); font-size: 12px; }

.work-standard { max-width: var(--max); margin: 0 auto 82px; padding: 38px 42px; display: grid; grid-template-columns: .75fr 1.25fr; gap: 55px; align-items: center; background: var(--navy); color: #fff; }
.work-standard .eyebrow { color: #b8d3ff; }
.work-standard h2 { margin: 10px 0 0; color: #fff; font-size: clamp(30px, 3vw, 42px); }
.work-standard h2 em { color: #73a9ff; }
.work-standard ul { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; list-style: none; }
.work-standard li { min-height: 105px; padding: 18px; display: grid; grid-template-columns: 28px 1fr; gap: 12px; border-left: 1px solid #ffffff22; border-top: 1px solid #ffffff22; }
.work-standard li:nth-child(-n+2) { border-top: 0; }
.work-standard li:nth-child(odd) { border-left: 0; }
.work-standard li > span { color: #73a9ff; font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.work-standard strong { display: block; margin-bottom: 5px; font-size: 12px; }
.work-standard small { color: #cbd5e1; font-size: 11px; line-height: 1.5; }

.consultation { max-width: var(--max); margin: 0 auto 100px; padding: 55px; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; background: #edf5ff; border: 1px solid #cfdff1; }
.privacy { margin-top: 30px; display: flex; gap: 12px; }
.form-benefits { margin: 25px 0 0; padding: 20px 0; display: grid; gap: 12px; border-top: 1px solid #cfdff1; border-bottom: 1px solid #cfdff1; list-style: none; }
.form-benefits li { color: #455367; font-size: 12px; }
.form-benefits li::before { content: "✓"; margin-right: 9px; color: var(--success); font-weight: 800; }
.privacy > span { color: var(--primary); font-size: 22px; }
.privacy div { display: flex; flex-direction: column; }
.privacy small { color: var(--muted); }
.lead-form { display: grid; gap: 14px; }
.name-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.name-fields label { min-width: 0; }
.iti { width: 100%; }
.iti__country-container { color: var(--text); }
.iti__dropdown-content { z-index: 70; border-color: var(--line); box-shadow: 0 10px 30px #1722341f; }
.iti__search-input { padding: 10px !important; border: 1px solid var(--line) !important; }
.phone-error { min-height: 14px; color: #b42318; font-size: 9px; font-weight: 500; letter-spacing: 0; text-transform: none; }
.optional-label { margin-left: 5px; color: var(--muted); font-size: 8px; font-weight: 500; letter-spacing: 0; text-transform: none; }
.lead-form input.is-invalid { border-color: #b42318; box-shadow: 0 0 0 3px #b4231814; }
.lead-form label { display: grid; gap: 6px; color: #455367; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.lead-form input, .lead-form select, .lead-form textarea { width: 100%; padding: 13px; background: #fff; color: var(--text); border: 1px solid #cbd5e1; outline: none; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: var(--primary); box-shadow: 0 0 0 3px #1769e014; }
.lead-form .consent { display: flex; align-items: center; color: var(--muted); font-weight: 400; letter-spacing: 0; text-transform: none; }
.consent input { width: auto; accent-color: var(--primary); }
.lead-form button { width: 100%; }
.form-status { min-height: 18px; margin: 0; color: var(--success); font-size: 11px; }
.submit-reassurance { margin: -4px 0 2px; color: var(--muted); font-size: 8px; line-height: 1.5; text-align: center; }
.after-submit { margin-top: 3px; padding: 17px; background: #fff; border: 1px solid #cfdff1; }
.after-submit > strong { color: var(--navy); font-size: 11px; }
.after-submit ol { margin: 12px 0; padding: 0; display: grid; gap: 9px; list-style: none; }
.after-submit li { display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: 10px; }
.after-submit li span { width: 20px; height: 20px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: #edf5ff; color: var(--primary); font-size: 8px; font-weight: 800; }
.after-submit small { display: block; padding-top: 10px; border-top: 1px solid var(--line); color: var(--muted); font-size: 8px; line-height: 1.5; }
.honeypot { position: absolute !important; left: -9999px !important; }
.form-anonymous-note { padding: 12px 14px; display: flex; align-items: center; gap: 10px; background: #edf5ff; border: 1px solid #cfe2fb; }
.form-anonymous-note > span { color: var(--primary); }
.form-anonymous-note p { margin: 0; display: flex; flex-direction: column; }
.form-anonymous-note strong { color: var(--navy); font-size: 10px; }
.form-anonymous-note small { color: var(--muted); font-size: 9px; }

.faq { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; background: #f5f8f7; box-shadow: 0 0 0 100vmax #f5f8f7; clip-path: inset(0 -100vmax); }
.accordion details { padding: 20px 0; border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; justify-content: space-between; color: var(--navy); cursor: pointer; list-style: none; font: 600 17px var(--serif); }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: var(--primary); }
.accordion p { color: var(--muted); font-size: 12px; }

.cookie-banner { position: fixed; z-index: 60; left: 20px; right: 20px; bottom: 18px; max-width: 850px; margin: auto; padding: 16px 20px; display: none; align-items: center; gap: 22px; background: #fff; border: 1px solid var(--line); box-shadow: 0 12px 35px #17223425; }
.cookie-banner.visible { display: flex; }
.cookie-banner p { flex: 1; margin: 0; color: var(--muted); font-size: 10px; }
.cookie-banner a, .legal-links a { color: var(--primary); }
.cookie-banner div { display: flex; gap: 8px; }
.cookie-banner button { padding: 9px 11px; border: 1px solid var(--line); background: #fff; cursor: pointer; font-size: 9px; }
.cookie-banner .cookie-accept { background: var(--primary); color: #fff; border-color: var(--primary); }
.floating-call { position: fixed; right: 22px; bottom: 22px; z-index: 45; min-height: 52px; padding: 0 18px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 0; background: var(--primary); color: #fff; box-shadow: 0 10px 28px #1769e040; font-size: 12px; font-weight: 800; letter-spacing: .02em; text-transform: uppercase; }
.floating-call span { width: 24px; height: 24px; display: grid; place-items: center; border: 1px solid #ffffff55; border-radius: 50%; font-size: 13px; }
.floating-call:hover { background: var(--primary-dark); }
.callback-popup { position: fixed; inset: 0; z-index: 70; display: grid; place-items: center; padding: 24px; }
.callback-popup[hidden] { display: none; }
.callback-backdrop { position: absolute; inset: 0; background: #0e294866; -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.callback-card { position: relative; width: min(100%, 680px); max-height: calc(100vh - 48px); padding: 30px; display: grid; gap: 14px; overflow-y: auto; background: #fff; border: 1px solid var(--line); box-shadow: 0 18px 55px #0e294845; }
.callback-card > strong { color: var(--navy); font: 600 30px/1.1 var(--serif); }
.callback-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.callback-card label { color: var(--navy); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.callback-card input, .callback-card select, .callback-card textarea { font-size: 13px; letter-spacing: 0; text-transform: none; }
.callback-card input, .callback-card select { min-height: 50px; }
.callback-card .consent input { width: auto; min-height: 0; margin: 0; }
.callback-card .button { width: 100%; }
.callback-card > small { color: var(--muted); font-size: 9px; line-height: 1.5; }
.callback-close { position: absolute; top: 12px; right: 12px; width: 34px; height: 34px; border: 1px solid var(--line); background: #fff; color: var(--navy); cursor: pointer; font-size: 22px; line-height: 1; }
footer { max-width: var(--max); margin: auto; padding: 40px 24px; display: grid; grid-template-columns: 1fr 2fr 1fr; align-items: center; gap: 35px; border-top: 1px solid var(--line); color: var(--muted); font-size: 9px; }
footer > span { text-align: right; }
.legal-links { display: flex; gap: 15px; margin-top: 9px; }
.legal-page { max-width: 820px; margin: auto; padding: 70px 24px 100px; }
.legal-page h1 { font-size: 50px; }
.legal-page h2 { margin-top: 38px; font-size: 26px; }
.legal-page p, .legal-page li { color: var(--muted); font-size: 13px; }
.reveal { opacity: 0; transform: translateY(14px); transition: opacity .5s ease, transform .5s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 850px) {
  .site-header { height: 70px; padding: 0 18px; position: sticky; top: 0; }
  .header-contact { display: none; }
  .menu-button { display: block; }
  .desktop-nav { display: none; }
  .site-header.menu-open .desktop-nav { position: fixed; inset: 70px 0 auto; padding: 20px; display: flex; flex-direction: column; gap: 0; background: #fff; border-top: 1px solid var(--line); box-shadow: 0 15px 30px #1722341a; }
  .site-header.menu-open .desktop-nav a { padding: 14px 4px; border-bottom: 1px solid var(--line); }
  .hero, .global-support, .broker-check, .trust-foundation, .consultation, .faq, .quick-consultation, .work-standard { grid-template-columns: 1fr; }
  .assessment-strip { grid-template-columns: 1fr; gap: 26px; }
  .quick-lead-form .consent, .quick-lead-form .form-status { grid-column: 1 / -1; }
  .registry-strip { margin-left: 18px; margin-right: 18px; grid-template-columns: repeat(2, 1fr); }
  .registry-strip > div, .registry-strip > a { border-bottom: 1px solid var(--line); }
  .hero { padding-top: 55px; gap: 45px; }
  .proof-strip, .case-grid, .steps { grid-template-columns: repeat(2, 1fr); }
  .work-standard { margin-left: 18px; margin-right: 18px; }
  .intro { grid-template-columns: 1fr; gap: 25px; }
  .trust-foundation, .broker-check { gap: 28px; }
  .verification-strip { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr; }
  .credentials { grid-template-columns: repeat(2, 1fr); }
  .result-grid { grid-template-columns: 1fr; }
  .deliverables-grid { grid-template-columns: repeat(2, 1fr); }
  .outcome-groups { grid-template-columns: 1fr; }
  .deliverables-grid article:nth-child(2) { border-right: 0; }
  .deliverables-grid article { border-bottom: 1px solid var(--line); }
  .check-list { padding: 25px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  footer { grid-template-columns: 1fr; }
  footer > span { text-align: left; }
}

@media (max-width: 540px) {
  h1 { font-size: 43px; }
  h2 { font-size: 35px; }
  .section-heading h2 { font-size: 30px; }
  .hero { min-height: auto; padding: 42px 18px; }
  .hero-lead { font-size: 15px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 15px; }
  .hero-actions .button { width: 100%; }
  .hero-visual { min-height: 300px; padding: 25px; }
  .global-hero { padding: 0; }
  .hero-visual-content { padding: 16px; }
  .hero-visual-content .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-visual-content .trust-row { align-items: flex-start; }
  .shield { width: 105px; height: 132px; }.shield span { font-size: 55px; }
  .status-card { left: 15px; bottom: 15px; min-width: 215px; }
  .security-note { top: 15px; right: 15px; }
  .hero-badges { gap: 8px; flex-direction: column; }
  .proof-strip { margin: 0 18px; grid-template-columns: 1fr; }
  .proof-strip div { border-right: 0; border-bottom: 1px solid var(--line); }
  .section { padding: 72px 18px; }
  .trust-foundation { margin-bottom: 70px; padding: 0 18px; }
  .trust-statement { padding: 28px; }
  .trust-statement blockquote { font-size: 25px; }
  .verification-strip, .broker-check, .anonymous-section, .consultation { margin-left: 18px; margin-right: 18px; padding: 28px 22px; }
  .assessment-strip { margin-left: 18px; margin-right: 18px; padding: 38px 0; }
  .quick-consultation { margin-left: 18px; margin-right: 18px; padding: 28px 22px; }
  .quick-lead-form { grid-template-columns: 1fr; }
  .quick-lead-form .consent, .quick-lead-form .form-status { grid-column: auto; }
  .assessment-strip { margin-bottom: 56px; }
  .assessment-intro > strong { font-size: 30px; }
  .assessment-reasons article { grid-template-columns: 34px 34px minmax(0, 1fr); column-gap: 12px; padding: 17px 0; }
  .assessment-reasons h3 { font-size: 18px; }
  .broker-check h2 { font-size: 35px; }
  .anonymous-section { grid-template-columns: 1fr; }
  .anonymous-mark { width: 65px; height: 65px; }
  .anonymous-section h2 { font-size: 34px; }
  .case-grid, .steps { grid-template-columns: 1fr; }
  .case-grid { padding: 0 18px 60px; }
  .case-card { padding: 16px; }
  .credentials { grid-template-columns: 1fr; }
  .registry-strip { grid-template-columns: 1fr; }
  .registry-strip > div, .registry-strip > a { min-height: 88px; border-right: 0; }
  .credentials div { border-right: 0; border-bottom: 1px solid var(--line); }
  .review-policy { grid-template-columns: 1fr; }
  .deliverables-grid { grid-template-columns: 1fr; }
  .deliverables-grid article { border-right: 0; }
  .global-map { min-height: 230px; }
  .global-map span { width: 43px; height: 43px; }.global-map i { width: 25px; }
  .global-copy ul { grid-template-columns: 1fr; }
  .steps article { padding-right: 0; }
  .steps::before { display: none; }
  .work-standard { margin-left: 18px; margin-right: 18px; padding: 30px 22px; }
  .work-standard ul { grid-template-columns: 1fr; }
  .work-standard li, .work-standard li:nth-child(-n+2), .work-standard li:nth-child(odd) { min-height: 0; padding: 15px 0; border-top: 1px solid #ffffff22; border-left: 0; }
  .work-standard li:first-child { border-top: 0; }
  .lead-form input, .lead-form select, .lead-form textarea { font-size: 16px; }
  .name-fields { grid-template-columns: 1fr; }
  .cookie-banner { left: 10px; right: 10px; bottom: 10px; padding: 14px; flex-direction: column; align-items: stretch; }
  .cookie-banner div { display: grid; grid-template-columns: 1fr 1fr; }
  .floating-call { right: 14px; bottom: 14px; min-height: 48px; padding: 0 14px; font-size: 11px; }
  .callback-popup { padding: 14px; align-items: end; }
  .callback-card { width: 100%; padding: 24px 20px; }
  .legal-links { flex-direction: column; }
}

/* International visual system */
.global-bar { min-height: 34px; padding: 0 max(24px, calc((100vw - var(--max)) / 2 + 24px)); display: flex; align-items: center; justify-content: space-between; background: var(--navy); color: #c9d8e8; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.global-bar > div { display: flex; align-items: center; gap: 12px; }
.global-bar p { margin: 0; color: #fff; }
.global-bar i { width: 3px; height: 3px; border-radius: 50%; background: #5ca0ff; }
.global-bar b { padding: 3px 5px; border: 1px solid #ffffff2e; color: #fff; font-size: 8px; }
.desktop-nav a { display: flex; align-items: center; gap: 6px; }
.desktop-nav small { color: #9aa7b8; font-size: 7px; }
.global-hero { padding: 0; display: flex; flex-direction: column; align-items: stretch; justify-content: space-between; overflow: hidden; background: #f4f7fb; }
.hero .global-hero { margin-top: 38px; }
.hero-visual-content { padding: 18px 20px 20px; background: #fff; border-top: 1px solid var(--line); }
.hero-visual-content .hero-actions { justify-content: space-between; gap: 16px; }
.hero-visual-content .button { min-height: 46px; padding: 12px 16px; font-size: 11px; }
.hero-visual-content .trust-row { padding-top: 14px; border-top: 1px solid var(--line); }
.map-head { padding: 17px 20px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); color: var(--navy); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.map-head small { color: var(--primary); font-size: 8px; }
.world-map { width: 100%; height: auto; padding: 15px 10px; }
.map-grid path { fill: none; stroke: #dce4ed; stroke-width: 1; }
.land { fill: #dce6f1; stroke: #bccbdc; stroke-width: 1; }
.routes path { fill: none; stroke: var(--primary); stroke-width: 1.5; stroke-dasharray: 5 5; }
.map-points circle { fill: var(--primary); stroke: #fff; stroke-width: 4; }
.map-labels text { fill: var(--navy); font: 700 10px var(--sans); letter-spacing: .08em; }
.map-footer { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); background: #fff; }
.map-footer div { padding: 14px 16px; display: flex; flex-direction: column; border-right: 1px solid var(--line); }
.map-footer div:last-child { border: 0; }
.map-footer small { color: var(--muted); font-size: 7px; letter-spacing: .1em; }
.map-footer strong { margin-top: 3px; color: var(--navy); font-size: 9px; }
.proof-strip strong { min-width: 34px; color: var(--navy); font-family: var(--sans); font-size: 13px; letter-spacing: .08em; }

@media (max-width: 850px) {
  .hero .global-hero { margin-top: 0; }
  .global-bar { display: none; }
  .desktop-nav a { display: block; }
  .desktop-nav small { margin-right: 7px; }
}
@media (max-width: 540px) {
  .global-hero { min-height: 285px; }
  .world-map { padding: 5px; }
  .map-head { padding: 13px 15px; }
  .map-footer div { padding: 10px; }
  .map-footer strong { font-size: 8px; }
  .map-labels text { font-size: 9px; }
}

/* Generated editorial photography */
.hero-photo { width: 100%; min-height: 330px; flex: 1; display: block; object-fit: cover; object-position: 62% center; }
.image-note { position: absolute; right: 12px; bottom: 62px; padding: 4px 7px; background: #ffffffdf; color: var(--muted); font-size: 7px; text-transform: uppercase; letter-spacing: .06em; }
.review-photo { margin: 18px 0; position: relative; overflow: hidden; }
.review-photo img { width: 100%; height: 175px; display: block; object-fit: cover; transition: transform .4s ease; }
.review-photo:hover img { transform: scale(1.02); }
.review-photo figcaption { position: absolute; right: 7px; bottom: 7px; padding: 3px 6px; background: #ffffffdf; color: var(--muted); font-size: 7px; text-transform: uppercase; letter-spacing: .05em; }
@media (max-width: 540px) {
  .hero-photo { min-height: 245px; }
  .image-note { bottom: 54px; }
  .review-photo img { height: 150px; }
}

/* Banking interface refresh */
:root {
  --bg: #f7f9fc;
  --surface: #f2f5f9;
  --surface-2: #e8eef5;
  --text: #1b2b3e;
  --muted: #607086;
  --line: #d8e1eb;
  --primary: #0b63ce;
  --primary-dark: #074c9f;
  --navy: #071d36;
  --success: #087a55;
  --serif: "Manrope", Arial, sans-serif;
  --sans: "Manrope", Arial, sans-serif;
  --radius-sm: 8px;
  --radius-md: 14px;
  --shadow-card: 0 18px 50px rgba(7, 29, 54, .09);
}

body {
  background: var(--bg);
  font-feature-settings: "tnum" 1, "ss01" 1;
}

.global-bar {
  min-height: 36px;
  background: #05182d;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  color: #9fb0c2;
}

.global-bar p { color: #f5f8fb; }
.global-bar i { background: #35c18f; box-shadow: 0 0 0 4px rgba(53, 193, 143, .12); }

.site-header {
  width: 100%;
  max-width: none;
  height: 78px;
  padding-inline: max(24px, calc((100vw - var(--max)) / 2 + 24px));
  position: sticky;
  top: 0;
  border-bottom-color: rgba(7, 29, 54, .1);
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 5px 24px rgba(7, 29, 54, .04);
  backdrop-filter: blur(16px);
}

.brand { gap: 12px; color: var(--navy); letter-spacing: .075em; }
.brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 9px;
  background: linear-gradient(145deg, #0c6edc, #073f82);
  box-shadow: 0 7px 16px rgba(11, 99, 206, .24);
  font-family: var(--sans);
  font-size: 18px;
  font-weight: 800;
}
.brand b { color: #476079; font-weight: 600; }
.desktop-nav { gap: 8px; }
.desktop-nav a { padding: 10px 11px; border-radius: 7px; color: #43556a; font-size: 12px; font-weight: 600; }
.desktop-nav a:hover { background: #edf4fc; color: var(--primary); }
.header-cta {
  min-height: 42px;
  padding: 0 17px;
  border: 0;
  border-radius: var(--radius-sm);
  background: var(--primary);
  color: #fff;
  box-shadow: 0 8px 20px rgba(11, 99, 206, .18);
}
.header-cta:hover { background: var(--primary-dark); }

.hero {
  min-height: 610px;
  padding-top: 68px;
  padding-bottom: 86px;
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, .96fr);
  gap: 70px;
  align-items: center;
}
.hero-copy { padding-bottom: 10px; }
.eyebrow { color: #315b88; font-size: 10px; letter-spacing: .13em; }
.eyebrow > span { width: 18px; height: 3px; border-radius: 3px; background: var(--primary); }
h1, h2 { letter-spacing: -.04em; }
h1 { margin: 24px 0; max-width: 680px; font-size: clamp(48px, 4.75vw, 66px); font-weight: 700; line-height: 1.04; }
h2 { font-weight: 700; }
h1 em, h2 em { color: var(--primary); }
.hero-lead { max-width: 660px; color: #53657a; font-size: 16px; line-height: 1.75; }
.hero-copy .hero-actions { margin-top: 30px; }
.button {
  min-height: 52px;
  padding: 14px 20px;
  border-radius: var(--radius-sm);
  text-transform: none;
  letter-spacing: 0;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button.primary { box-shadow: 0 10px 24px rgba(11, 99, 206, .22); }
.button:hover { transform: translateY(-1px); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: #29445f; }
.text-link span { color: var(--primary); }
.hero-assurance {
  margin-top: 30px;
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  border-top: 1px solid var(--line);
}
.hero-assurance span { display: inline-flex; align-items: center; gap: 8px; color: #53657a; font-size: 11px; font-weight: 700; }
.hero-assurance span::before {
  content: "✓";
  width: 19px;
  height: 19px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e3f4ee;
  color: var(--success);
  font-size: 10px;
}

.hero .global-hero {
  margin-top: 0;
  border: 0;
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow-card), 0 0 0 1px rgba(7, 29, 54, .08);
}
.map-head { min-height: 52px; padding: 0 20px; background: var(--navy); border: 0; color: #fff; }
.map-head > span { display: flex; align-items: center; gap: 9px; }
.map-head i { width: 7px; height: 7px; border-radius: 50%; background: #44d39f; box-shadow: 0 0 0 4px rgba(68, 211, 159, .13); }
.map-head small { color: #95bdec; }
.hero-photo { min-height: 300px; filter: saturate(.72) contrast(.98); }
.image-note { top: 64px; bottom: auto; border-radius: 5px; background: rgba(255, 255, 255, .9); }
.map-footer { background: #f8fafc; }
.map-footer div { padding: 13px 16px; }
.map-footer small { font-size: 7px; }
.map-footer strong { color: #193855; font-family: var(--sans); }
.hero-visual-content { padding: 20px; }
.hero-badges { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.coverage-badge { padding: 12px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.coverage-badge > span { width: 30px; height: 30px; flex: 0 0 auto; border: 0; border-radius: 8px; background: #eaf3fe; }
.coverage-badge small { font-size: 7px; }
.coverage-badge strong { font-size: 9px; line-height: 1.45; }
.hero-visual-content .trust-row { margin-top: 14px; padding-top: 14px; }
.trust-row strong { color: var(--success); font-size: 10px; }

.assessment-strip,
.broker-check,
.registry-strip,
.quick-consultation,
.work-standard,
.consultation,
.verification-strip,
.anonymous-section {
  border-radius: var(--radius-md);
  overflow: hidden;
}
.assessment-strip { padding: 46px; border: 1px solid var(--line); background: #fff; box-shadow: 0 12px 38px rgba(7, 29, 54, .05); }
.assessment-reasons article > span { border-radius: 7px; }
.assessment-icon { border: 0; border-radius: 8px; background: #edf4fc; }
.assessment-reasons h3 { font-weight: 700; }

.intro, .section-heading, .case-grid { background: #f0f4f8; box-shadow: 0 0 0 100vmax #f0f4f8; }
.section-label { color: #7a899b; font-weight: 700; }
.case-grid { gap: 14px; }
.case-card {
  padding: 22px;
  grid-template-columns: 42px minmax(0, 1fr);
  border-radius: 12px;
  border-color: #d6e0ea;
  box-shadow: 0 5px 18px rgba(7, 29, 54, .035);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.case-card:hover { transform: translateY(-3px); border-color: #a8c5e5; box-shadow: 0 14px 30px rgba(7, 29, 54, .08); }
.case-card.featured, .case-card:nth-child(4), .case-card:nth-child(6) { border: 1px solid #b8d1ec; }
.case-icon { width: 40px; height: 40px; border-radius: 9px; }
.case-card h3 { margin: 7px 0 0; font-weight: 700; }
.case-card p, .case-card a { grid-column: 1 / -1; }
.case-card p { margin-top: 16px; font-size: 12px; }
.case-card a { margin-top: 16px; padding-top: 13px; border-top: 1px solid #e5ebf1; }

.broker-check { background: #fff; box-shadow: var(--shadow-card); }
.confidential-note, .form-anonymous-note { border-radius: var(--radius-sm); background: #eaf3fe; }
.registry-strip { box-shadow: 0 10px 30px rgba(7, 29, 54, .05); }
.deliverables-grid, .credentials { border-radius: var(--radius-md); overflow: hidden; }
.deliverables-grid article { transition: background .2s ease; }
.outcome-card, .result-grid article, .review-policy { border-radius: var(--radius-md); }
.outcome-card { box-shadow: 0 10px 30px rgba(7, 29, 54, .05); }
.outcome-card-dark { background: linear-gradient(145deg, #0a2746, #061a30); }
.global-map { border-radius: var(--radius-md); background: #eef3f8; }
.step-icon { border-radius: 12px; box-shadow: 0 0 0 8px var(--bg); }
.work-standard { background: linear-gradient(130deg, #071d36, #0b3159); box-shadow: var(--shadow-card); }
.quick-consultation { background: linear-gradient(130deg, #071d36, #0b3159); box-shadow: var(--shadow-card); }

.consultation { background: #eaf3fe; border-color: #c9daec; box-shadow: var(--shadow-card); }
.lead-form { padding: 28px; border: 1px solid #d5e0ea; border-radius: 12px; background: #fff; box-shadow: 0 12px 34px rgba(7, 29, 54, .06); }
.lead-form input, .lead-form select, .lead-form textarea { min-height: 50px; border-radius: 7px; }
.lead-form textarea { min-height: 92px; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { box-shadow: 0 0 0 4px rgba(11, 99, 206, .1); }
.after-submit { border-radius: 8px; background: #f7f9fc; }
.faq { background: #f2f5f8; box-shadow: 0 0 0 100vmax #f2f5f8; }
.accordion details { padding: 0; border: 0; }
.accordion details + details { margin-top: 10px; }
.accordion summary { padding: 18px 20px; align-items: center; border: 1px solid var(--line); border-radius: 10px; background: #fff; font-weight: 700; }
.accordion details[open] summary { border-color: #b8d1ec; border-radius: 10px 10px 0 0; color: var(--primary); }
.accordion p { margin: 0; padding: 18px 20px; border: 1px solid #b8d1ec; border-top: 0; border-radius: 0 0 10px 10px; background: #fff; }
.cookie-banner, .callback-card { border-radius: 12px; box-shadow: var(--shadow-card); }
.cookie-banner button, .callback-close { border-radius: 7px; }
.floating-call { border-radius: 999px; box-shadow: 0 12px 30px rgba(11, 99, 206, .28); text-transform: none; }

@media (max-width: 1000px) {
  .desktop-nav { gap: 2px; }
  .desktop-nav a { padding-inline: 7px; }
  .hero { gap: 42px; }
  .hero-badges { grid-template-columns: 1fr; }
}

@media (max-width: 850px) {
  .site-header { height: 70px; padding-inline: 18px; }
  .site-header.menu-open .desktop-nav { background: rgba(255, 255, 255, .98); box-shadow: 0 16px 34px rgba(7, 29, 54, .12); }
  .hero { padding-top: 48px; grid-template-columns: 1fr; }
  .hero-copy { max-width: 700px; }
  .assessment-strip { padding: 38px; }
  .consultation { padding: 42px; }
}

@media (max-width: 540px) {
  h1 { font-size: 40px; letter-spacing: -.045em; }
  h2 { font-size: 33px; }
  .hero { padding: 38px 18px 64px; gap: 38px; }
  .hero-copy .hero-actions { align-items: stretch; }
  .hero-assurance { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  .hero .global-hero { border-radius: 14px; }
  .hero-photo { min-height: 230px; }
  .hero-badges { grid-template-columns: 1fr; }
  .assessment-strip { padding: 28px 22px; }
  .case-card { padding: 20px; }
  .broker-check, .anonymous-section, .consultation, .quick-consultation, .work-standard { border-radius: 12px; }
  .consultation { padding: 26px 20px; }
  .lead-form { padding: 20px 16px; }
  .accordion summary, .accordion p { padding: 16px; }
}

/* Alignment system */
:root {
  --page-gutter: 24px;
  --panel-padding: 48px;
  --control-height: 52px;
  --control-radius: 8px;
  --control-padding: 22px;
  --control-gap: 12px;
}

.global-bar {
  padding-inline: max(var(--page-gutter), calc((100vw - var(--max)) / 2 + var(--page-gutter)));
}

.site-header {
  padding-inline: max(var(--page-gutter), calc((100vw - var(--max)) / 2 + var(--page-gutter)));
}

.hero,
.section,
.section-heading,
.case-grid,
footer {
  padding-left: var(--page-gutter);
  padding-right: var(--page-gutter);
}

.assessment-strip,
.broker-check,
.work-standard,
.consultation {
  padding: var(--panel-padding);
}

.case-card {
  grid-template-rows: auto 1fr auto;
  align-content: stretch;
}

/* Button system */
.button,
.header-cta,
.text-link,
.floating-call,
.cookie-banner button,
.callback-close,
.menu-button {
  -webkit-tap-highlight-color: transparent;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease, opacity .2s ease, transform .2s ease;
}

.button {
  min-height: var(--control-height);
  padding: 0 var(--control-padding);
  gap: var(--control-gap);
  border-radius: var(--control-radius);
  line-height: 1.25;
  text-align: center;
}

.button > span,
.header-cta > span,
.text-link > span {
  flex: 0 0 auto;
  line-height: 1;
}

.button.primary:hover,
.header-cta:hover,
.floating-call:hover {
  background: var(--primary-dark);
  box-shadow: 0 12px 26px rgba(11, 99, 206, .24);
}

.button:active,
.header-cta:active,
.floating-call:active,
.cookie-banner button:active {
  transform: translateY(1px);
  box-shadow: none;
}

.button:disabled,
.button[aria-busy="true"] {
  cursor: wait;
  opacity: .62;
  transform: none;
  box-shadow: none;
}

.header-cta {
  min-height: 44px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: var(--control-radius);
  line-height: 1.2;
  text-align: center;
}

.text-link {
  min-height: var(--control-height);
  padding: 0 2px;
  justify-content: center;
  line-height: 1.25;
}

.text-link:hover,
.case-card a:hover {
  color: var(--primary-dark);
}

.case-card a {
  min-height: 44px;
  display: flex;
  align-items: center;
  line-height: 1.35;
}

.cookie-banner button {
  min-height: 42px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--control-radius);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.cookie-banner button:not(.cookie-accept):hover,
.callback-close:hover,
.menu-button:hover {
  border-color: #aac2dc;
  background: #edf4fc;
  color: var(--primary);
}

.cookie-banner .cookie-accept:hover {
  border-color: var(--primary-dark);
  background: var(--primary-dark);
}

.floating-call {
  min-height: var(--control-height);
  line-height: 1.2;
}

.callback-card .callback-close {
  width: 36px;
  height: 36px;
  min-height: 36px;
  padding: 0;
  display: grid;
  place-items: center;
}

.menu-button {
  width: 44px;
  height: 44px;
  padding: 0;
  place-content: center;
  gap: 5px;
  border-radius: var(--control-radius);
}

.menu-button span {
  margin: 0;
  transition: transform .2s ease;
}

.menu-button[aria-expanded="true"] span:first-child {
  transform: translateY(3.5px) rotate(45deg);
}

.menu-button[aria-expanded="true"] span:last-child {
  transform: translateY(-3.5px) rotate(-45deg);
}

.accordion summary {
  min-height: 58px;
  gap: 16px;
}

.accordion summary > span {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  transition: transform .2s ease;
}

.accordion details[open] summary > span {
  transform: rotate(45deg);
}

.button:focus-visible,
.header-cta:focus-visible,
.text-link:focus-visible,
.case-card a:focus-visible,
.floating-call:focus-visible,
.cookie-banner button:focus-visible,
.callback-close:focus-visible,
.menu-button:focus-visible,
.accordion summary:focus-visible {
  outline: 3px solid rgba(11, 99, 206, .28);
  outline-offset: 3px;
}

@media (max-width: 850px) {
  :root {
    --page-gutter: 18px;
    --panel-padding: 38px;
  }

  .assessment-strip,
  .broker-check,
  .work-standard,
  .consultation,
  .registry-strip,
  .quick-consultation,
  .verification-strip,
  .anonymous-section {
    width: auto;
    margin-left: var(--page-gutter);
    margin-right: var(--page-gutter);
  }

  .steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .case-card:last-child {
    grid-column: 1 / -1;
  }

  .menu-button {
    display: grid;
  }
}

@media (max-width: 540px) {
  :root {
    --panel-padding: 22px;
  }

  .registry-strip > div,
  .registry-strip > a {
    padding-left: var(--panel-padding);
    padding-right: var(--panel-padding);
  }

  .steps {
    grid-template-columns: 1fr;
  }

  .case-card:last-child {
    grid-column: auto;
  }

  .hero-actions .button,
  .lead-form .button {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-link {
    width: fit-content;
    justify-content: flex-start;
  }

  .floating-call {
    min-height: 48px;
  }
}
