:root {
  --ink: #0b2932;
  --ink-2: #173e47;
  --teal: #0a6965;
  --teal-dark: #07504d;
  --ice: #eaf2f3;
  --mist: #f4f7f6;
  --paper: #ffffff;
  --line: #cbd9da;
  --muted: #52666c;
  --amber: #c78335;
  --danger: #a43834;
  --success: #246b4f;
  --shadow: 0 22px 60px rgba(11, 41, 50, .12);
  --radius: 18px;
  --shell: 1200px;
  --display: Georgia, 'Times New Roman', serif;
  --body: Inter, Aptos, 'Segoe UI', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 18px; line-height: 1.62; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #f1b566; outline-offset: 4px; }
[hidden] { display: none !important; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: 12px; z-index: 1000; padding: 10px 14px; color: #fff; background: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(11,41,50,.1); backdrop-filter: blur(16px); }
.header-inner { min-height: 82px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; line-height: 1; }
.brand strong { display: block; font-size: 16px; letter-spacing: .14em; }
.brand small { display: block; margin-top: 6px; color: var(--muted); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.brand-mark { width: 38px; height: 38px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: end; gap: 3px; padding: 7px; background: var(--ink); border-radius: 3px 14px 3px 3px; }
.brand-mark i { display: block; background: #fff; border-radius: 2px 2px 0 0; }
.brand-mark i:nth-child(1) { height: 40%; }.brand-mark i:nth-child(2) { height: 70%; background: #8bc3bd; }.brand-mark i:nth-child(3) { height: 100%; background: #e7b26b; }
.primary-nav { display: flex; justify-content: flex-end; align-items: center; gap: 24px; }
.primary-nav a { position: relative; color: var(--ink-2); font-size: 15px; font-weight: 650; text-decoration: none; }
.primary-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--teal); transition: right .2s ease; }
.primary-nav a:hover::after, .primary-nav a[aria-current='page']::after { right: 0; }
.nav-toggle { display: none; }

.button { min-height: 52px; display: inline-flex; justify-content: center; align-items: center; gap: 14px; padding: 13px 22px; border: 1px solid var(--teal); border-radius: 8px; color: #fff; background: var(--teal); box-shadow: 0 10px 24px rgba(10,105,101,.2); font-weight: 750; line-height: 1.15; text-decoration: none; cursor: pointer; transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.button:hover { background: var(--teal-dark); transform: translateY(-2px); box-shadow: 0 14px 30px rgba(10,105,101,.26); }
.button:disabled { opacity: .6; cursor: wait; transform: none; }
.button-small { min-height: 44px; padding: 10px 16px; font-size: 14px; }
.text-button, .quiet-link { border: 0; padding: 0; color: var(--teal-dark); background: transparent; font-weight: 750; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 5px; cursor: pointer; }
.quiet-link:hover { color: var(--ink); }
.center-link { display: table; margin: 34px auto 0; }

.eyebrow { margin: 0 0 18px; color: var(--teal); font-size: 13px; font-weight: 800; letter-spacing: .13em; line-height: 1.3; text-transform: uppercase; }
h1, h2, h3, p { text-wrap: pretty; }
h1, h2 { margin: 0; font-family: var(--display); font-weight: 500; letter-spacing: -.035em; line-height: 1.05; }
h1 { font-size: clamp(47px, 6.2vw, 86px); }
h2 { font-size: clamp(34px, 4vw, 56px); }
h3 { margin: 0; font-size: 23px; line-height: 1.22; }
p { margin: 0 0 18px; }
.lead { max-width: 720px; margin-top: 24px; color: var(--muted); font-size: clamp(19px, 2vw, 23px); line-height: 1.5; }
.section { padding: 112px 0; }
.section-soft { background: var(--mist); }
.section-ink { color: #fff; background: var(--ink); }
.section-heading { max-width: 760px; margin-bottom: 52px; }
.section-heading > p:last-child { margin-top: 18px; color: var(--muted); font-size: 20px; }
.section-heading.split { max-width: none; display: grid; grid-template-columns: 1.15fr .7fr; align-items: end; gap: 80px; }
.section-heading.split > p { margin: 0 0 5px; }

.hero { position: relative; overflow: clip; background: linear-gradient(120deg, #f8fbfa 0 59%, #dfeaec 59%); }
.hero::before { content: ''; position: absolute; width: 360px; height: 360px; left: -180px; top: 12%; border: 1px solid rgba(10,105,101,.16); border-radius: 50%; }
.hero-grid { min-height: 700px; display: grid; grid-template-columns: .94fr 1.06fr; align-items: center; gap: 48px; padding-block: 72px; }
.hero-copy { position: relative; z-index: 2; }
.hero h1 em { display: block; color: var(--teal); font-style: normal; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 34px; }
.hero-assurances { display: flex; flex-wrap: wrap; gap: 10px 26px; margin: 34px 0 0; padding: 0; list-style: none; color: var(--muted); font-size: 14px; font-weight: 650; }
.hero-assurances li::before { content: '✓'; margin-right: 8px; color: var(--success); }
.hero-visual { position: relative; min-height: 530px; }
.hero-visual img { position: absolute; inset: 0 -15% 0 0; width: 115%; height: 100%; object-fit: cover; border-radius: 4px 0 0 64px; box-shadow: var(--shadow); }
.hero-visual::after { content: ''; position: absolute; inset: 0 -15% 0 0; border-radius: 4px 0 0 64px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.36); pointer-events: none; }
.evidence-note { position: absolute; left: -34px; bottom: 36px; z-index: 2; width: min(360px, 75%); padding: 18px 20px; color: #fff; background: rgba(11,41,50,.94); border-left: 5px solid #8bc3bd; box-shadow: var(--shadow); }
.evidence-note strong, .evidence-note span { display: block; }.evidence-note span { margin-top: 4px; color: #cce0df; font-size: 13px; }

.warning-strip { color: #fff; background: #6f3328; }
.warning-strip .shell { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 22px; padding-block: 18px; }
.warning-strip strong { font-size: 16px; }.warning-strip span { font-size: 14px; }.warning-strip a { color: #fff; font-size: 14px; font-weight: 800; white-space: nowrap; }

.path-section { padding: 96px 0; background: var(--ice); }
.path-line { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; }
.path-line::before { content: ''; position: absolute; left: 4%; right: 4%; top: 19px; height: 2px; background: linear-gradient(90deg, var(--amber), var(--teal)); }
.path-line li { position: relative; padding: 0 30px 0 0; }
.path-line li::before { content: ''; position: relative; z-index: 1; width: 16px; height: 16px; display: block; margin: 12px 0 24px; background: #fff; border: 6px solid var(--teal); border-radius: 50%; }
.path-line b { display: block; margin-bottom: 8px; font-family: var(--display); font-size: 28px; }.path-line span { color: var(--muted); font-size: 15px; }

.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-grid article { min-height: 310px; display: flex; flex-direction: column; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .2s ease, transform .2s ease; }
.service-grid article:hover { background: var(--mist); transform: translateY(-4px); }
.service-grid article > span, .route-label { display: table; margin-bottom: 32px; padding: 5px 9px; color: var(--teal-dark); background: var(--ice); border-radius: 4px; font-size: 12px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.service-grid h3 { min-height: 56px; }.service-grid p { color: var(--muted); font-size: 15px; }.service-grid a { margin-top: auto; color: var(--teal-dark); font-size: 14px; font-weight: 800; text-decoration: none; }

.proof-grid { display: grid; grid-template-columns: .88fr 1.12fr; align-items: start; gap: 100px; }
.proof-grid > div > p:not(.eyebrow) { margin: 26px 0 32px; color: #c8d7d9; }
.proof-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.22); }
.proof-list li { display: grid; grid-template-columns: 190px 1fr; gap: 24px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.22); }
.proof-list strong { color: #fff; }.proof-list span { color: #c8d7d9; }

.case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.case-grid article { padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 12px 34px rgba(11,41,50,.06); }
.case-grid h3 { margin-bottom: 24px; }.case-grid p { color: var(--muted); font-size: 15px; }.case-grid p:last-child { margin-bottom: 0; }
.case-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 30px; color: var(--teal-dark); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }.case-top span { font-family: var(--display); font-size: 28px; }

.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 23px 44px 23px 0; font-weight: 760; cursor: pointer; list-style: none; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary::after { content: '+'; position: absolute; right: 4px; top: 16px; color: var(--teal); font-family: var(--display); font-size: 30px; }.faq-list details[open] summary::after { content: '−'; }.faq-list details p { max-width: 720px; padding: 0 44px 22px 0; color: var(--muted); }

.cta-band { padding: 72px 0; color: #fff; background: var(--teal-dark); }
.cta-band-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 80px; }.cta-band h2 { max-width: 780px; font-size: clamp(34px, 4vw, 54px); }.cta-band p:not(.eyebrow) { max-width: 720px; margin: 16px 0 0; color: #d3e8e7; }.cta-band .eyebrow { color: #a9d8d4; }.cta-band .button { color: var(--ink); background: #fff; border-color: #fff; box-shadow: none; white-space: nowrap; }

.page-hero { padding: 112px 0 88px; background: linear-gradient(135deg, var(--mist), var(--ice)); border-bottom: 1px solid var(--line); }.page-hero h1 { max-width: 950px; }.page-hero .button { margin-top: 32px; }
.longform { display: grid; gap: 88px; }.longform article { display: grid; grid-template-columns: .8fr 1.05fr; gap: 70px; padding-bottom: 80px; border-bottom: 1px solid var(--line); }.longform article:last-child { padding-bottom: 0; border-bottom: 0; }.longform article > p { grid-column: 2; margin-top: -65px; color: var(--muted); }.longform .check-list { grid-column: 2; }
.check-list { margin: 8px 0 0; padding: 0; list-style: none; }.check-list li { position: relative; padding: 11px 0 11px 30px; border-bottom: 1px solid var(--line); }.check-list li::before { content: '✓'; position: absolute; left: 0; color: var(--teal); font-weight: 900; }.check-list.light li { border-color: rgba(255,255,255,.2); }.check-list.light li::before { color: #9bd2cd; }
.boundary-grid, .document-grid, .source-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 90px; }.boundary-list { display: grid; gap: 18px; }.boundary-list p { margin: 0; padding: 24px; background: #fff; border-left: 5px solid var(--teal); }.boundary-list b { display: block; margin-bottom: 5px; }
.process-list { margin: 0; padding: 0; list-style: none; }.process-list li { display: grid; grid-template-columns: 120px 1fr; gap: 24px; padding: 44px 0; border-top: 1px solid var(--line); }.process-list li:last-child { border-bottom: 1px solid var(--line); }.process-list li > span { color: var(--teal); font-family: var(--display); font-size: 44px; }.process-list p { max-width: 760px; margin: 12px 0 0; color: var(--muted); }
.case-detail-list { display: grid; gap: 24px; }.case-detail-list article { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; padding: 36px; background: var(--mist); border: 1px solid var(--line); border-radius: var(--radius); }.case-detail-list header span { display: table; margin-bottom: 20px; padding: 5px 9px; color: var(--teal-dark); background: #fff; font-size: 12px; font-weight: 850; text-transform: uppercase; }.case-detail-list h2 { font-size: 35px; }.case-detail-list article > div p { color: var(--muted); }
.about-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; }.about-grid p { color: var(--muted); }.identity-card { padding: 34px; color: #fff; background: var(--ink); border-radius: var(--radius); }.identity-card > span { color: #e7b26b; font-size: 12px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }.identity-card h3 { margin: 12px 0 24px; }.identity-card dl, .identity-card dd { margin: 0; }.identity-card dl div { padding: 15px 0; border-top: 1px solid rgba(255,255,255,.18); }.identity-card dt { color: #a9c0c4; font-size: 12px; text-transform: uppercase; }.identity-card dd { margin-top: 4px; }.values-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }.values-grid article { padding: 28px; background: #fff; border-top: 5px solid var(--teal); }.values-grid h2 { font-size: 30px; }.values-grid p { margin-top: 15px; color: var(--muted); }
.regional-trust { border-block: 1px solid var(--line); }.regional-trust-head { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(300px,.72fr); align-items: end; gap: 72px; }.regional-trust-head h2 { max-width: 760px; }.regional-trust-head > p { margin: 0; color: var(--muted); }.trust-principles { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 0; margin-top: 44px; background: #fff; border: 1px solid var(--line); }.trust-principles article { min-width: 0; padding: 30px; border-right: 1px solid var(--line); }.trust-principles article:last-child { border-right: 0; }.trust-principles span { color: var(--teal-dark); font-size: 11px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }.trust-principles h3 { margin-top: 14px; font-size: 29px; }.trust-principles p { margin: 14px 0 0; color: var(--muted); font-size: 14px; }.independent-checks { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 22px; margin-top: 22px; padding: 18px 20px; color: #d5e5e6; background: var(--ink); }.independent-checks strong { color: #fff; }.independent-checks a { color: #b8dedb; text-underline-offset: 4px; }.independent-checks span { margin-left: auto; color: #8fa9ae; font-size: 12px; }.contact-grid { display: grid; grid-template-columns: minmax(280px,.72fr) minmax(0,1.28fr); align-items: stretch; gap: 58px; }.contact-copy { align-self: center; }.contact-copy > p:not(.eyebrow) { margin: 20px 0 0; color: var(--muted); line-height: 1.75; }.contact-actions { display: grid; justify-items: start; gap: 16px; margin-top: 28px; }.map-card { min-width: 0; overflow: hidden; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }.map-card iframe { width: 100%; min-height: 440px; display: block; border: 0; }.map-card > a { display: block; padding: 12px 16px; color: var(--muted); font-size: 12px; text-align: right; text-decoration: none; }.map-card > a:hover { color: var(--teal-dark); }
.professional-standard { background: #f3f6f4; border-block: 1px solid var(--line); }
.professional-heading { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(300px, .78fr); align-items: end; gap: 72px; }
.professional-heading h2 { max-width: 850px; }
.professional-heading > p { margin: 0; color: var(--muted); }
.standard-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; margin-top: 44px; background: var(--line); border: 1px solid var(--line); }
.standard-card { min-width: 0; padding: 28px 24px 30px; background: #fff; }
.standard-card > span { width: 42px; height: 42px; display: grid; place-items: center; color: #fff; background: var(--ink); border-radius: 50%; font-size: 12px; font-weight: 850; }
.standard-card h3 { margin-top: 28px; font-size: clamp(24px, 2vw, 30px); }
.standard-card p { margin: 14px 0 0; color: var(--muted); font-size: 14px; }
.standard-output { display: grid; grid-template-columns: minmax(260px, .82fr) minmax(0, 1.18fr); align-items: center; gap: 54px; margin-top: 22px; padding: 32px 36px; color: #fff; background: var(--ink); }
.standard-output span { color: #b8dedb; font-size: 11px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.standard-output h3 { max-width: 560px; margin-top: 10px; font-size: clamp(28px, 3vw, 39px); }
.standard-output ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 28px; margin: 0; padding: 0; list-style: none; }
.standard-output li { position: relative; padding: 13px 0 13px 24px; border-bottom: 1px solid rgba(255,255,255,.16); color: #d7e2e4; font-size: 14px; }
.standard-output li::before { content: '✓'; position: absolute; left: 0; color: #9bd2cd; font-weight: 900; }
.case-study-section { background: #fff; }
.case-file-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }
.case-file { min-width: 0; padding: 32px; background: linear-gradient(145deg, #fff, #f5f7f5); border: 1px solid var(--line); border-top: 6px solid var(--teal); box-shadow: 0 16px 40px rgba(17,28,48,.07); }
.case-file header { display: flex; justify-content: space-between; align-items: center; gap: 18px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.case-file header span { color: var(--teal-dark); font-size: 11px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.case-file header b { color: var(--muted); font-size: 13px; text-align: right; }
.case-file h3 { max-width: 620px; margin-top: 28px; font-size: clamp(28px, 3vw, 40px); }
.case-file dl, .case-file dd { margin: 0; }
.case-file dl { margin-top: 26px; }
.case-file dl > div { display: grid; grid-template-columns: 145px 1fr; gap: 20px; padding: 16px 0; border-top: 1px solid var(--line); }
.case-file dt { color: var(--ink); font-size: 12px; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.case-file dd { color: var(--muted); font-size: 14px; }
.testimonial-template { background: #f7f4ee; border-block: 1px solid var(--line); }
.testimonial-template .section-heading { max-width: 980px; }
.testimonial-disclosure { max-width: 930px !important; margin-top: 24px !important; padding: 16px 18px; color: var(--muted); background: #fff; border-left: 5px solid var(--amber); font-size: 13px; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.testimonial-card { min-width: 0; display: flex; flex-direction: column; justify-content: space-between; min-height: 300px; padding: 30px; background: #fff; border: 1px solid var(--line); box-shadow: 0 14px 34px rgba(17,28,48,.06); }
.testimonial-card::before { content: '“'; height: 34px; color: var(--teal); font-family: var(--display); font-size: 62px; line-height: .9; }
.testimonial-card blockquote { margin: 22px 0 30px; color: var(--ink); font-family: var(--display); font-size: clamp(21px, 2vw, 27px); line-height: 1.28; }
.testimonial-card > div { display: grid; gap: 4px; padding-top: 18px; border-top: 1px solid var(--line); }
.testimonial-card strong { font-size: 15px; }
.testimonial-card span { color: var(--muted); font-size: 12px; }
.review-method { max-width: 980px; margin: 24px 0 0; color: var(--muted); font-size: 13px; }
.team-section { background: linear-gradient(180deg, #f7f4ee, #eef1ef); border-block: 1px solid var(--line); }
.team-heading { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr); align-items: end; gap: 72px; margin-bottom: 42px; }
.team-heading h2 { max-width: 820px; }
.team-heading > p { max-width: 620px; margin: 0; color: var(--muted); }
.team-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.team-card { min-width: 0; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 3px; box-shadow: 0 16px 38px rgba(17,28,48,.08); }
.team-photo { aspect-ratio: 4 / 5; overflow: hidden; background: #dfe6e5; }
.team-photo img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 50% 42%; transition: transform .35s ease; }
.team-card:hover .team-photo img { transform: scale(1.018); }
.team-card-body { min-height: 190px; padding: 24px 24px 27px; border-top: 5px solid var(--teal); }
.team-card-body > span { color: var(--teal-dark); font-size: 11px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.team-card h3 { margin-top: 10px; font-size: clamp(28px, 2.4vw, 36px); }
.team-card p { margin: 12px 0 0; color: var(--muted); font-size: 14px; }
.team-card-pending { border-style: dashed; }
.team-card-pending .team-card-body { border-top-color: var(--amber); }
.team-card-body > span { display: none; }
.team-disclosure { max-width: 960px; margin: 28px 0 0; padding: 15px 18px; color: var(--muted); background: rgba(255,255,255,.7); border-left: 4px solid var(--amber); font-size: 13px; }
.emergency-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }.emergency-grid article { padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); }.emergency-grid span { display: table; margin-bottom: 28px; padding: 5px 9px; color: #fff; background: var(--danger); border-radius: 4px; font-size: 12px; font-weight: 850; text-transform: uppercase; }.emergency-grid h2 { font-size: 34px; }.emergency-grid p { margin-top: 14px; color: var(--muted); }.source-list { display: grid; gap: 12px; }.source-list a { display: grid; grid-template-columns: 110px 1fr; gap: 18px; padding: 20px; background: #fff; border: 1px solid var(--line); text-decoration: none; }.source-list a:hover { border-color: var(--teal); }.source-list span { color: var(--muted); }

.assessment-hero { min-height: calc(100vh - 82px); padding: 72px 0 100px; background: linear-gradient(135deg, var(--mist), var(--ice)); }.assessment-layout { display: grid; grid-template-columns: .78fr 1.22fr; align-items: start; gap: 70px; }.assessment-layout > div:first-child { position: sticky; top: 126px; }.assessment-layout h1 { font-size: clamp(45px, 5vw, 70px); }.assessment-points { margin: 32px 0; padding: 0; list-style: none; }.assessment-points li { padding: 10px 0; }.assessment-points li::before { content: '✓'; margin-right: 12px; color: var(--success); font-weight: 900; }.safety-box { padding: 18px; background: #fff; border-left: 5px solid var(--amber); box-shadow: 0 10px 30px rgba(11,41,50,.08); }.safety-box strong, .safety-box span { display: block; }.safety-box span { margin-top: 5px; color: var(--muted); font-size: 14px; }
.case-form { min-height: 610px; padding: 34px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }.form-progress { position: relative; height: 5px; margin-bottom: 34px; background: var(--ice); border-radius: 99px; }.form-progress i { position: absolute; inset: 0 auto 0 0; width: var(--progress); background: var(--teal); border-radius: inherit; transition: width .25s ease; }.form-progress span { position: absolute; right: 0; top: 10px; color: var(--muted); font-size: 12px; font-weight: 800; }
.step-heading { display: grid; grid-template-columns: 58px 1fr; gap: 16px; margin-bottom: 30px; }.step-heading > span { color: var(--teal); font-family: var(--display); font-size: 38px; }.step-heading h2 { font-size: 34px; }.step-heading p { margin: 6px 0 0; color: var(--muted); font-size: 15px; }
.field-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }.field { display: grid; gap: 8px; align-content: start; }.field > span { font-size: 14px; font-weight: 760; }.field em { color: var(--muted); font-weight: 500; }.field input, .field select, .field textarea { width: 100%; min-height: 52px; padding: 12px 14px; color: var(--ink); background: #fff; border: 1px solid #adc1c3; border-radius: 7px; }.field textarea { resize: vertical; }.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(10,105,101,.12); outline: 0; }.field [aria-invalid='true'] { border-color: var(--danger); }.field small { color: var(--muted); font-size: 12px; }.field-error { min-height: 18px; color: var(--danger) !important; }.field-wide { grid-column: 1 / -1; }.check { display: grid; grid-template-columns: 22px 1fr; align-items: start; gap: 10px; font-size: 13px; }.check input { width: 20px; height: 20px; margin: 2px 0 0; accent-color: var(--teal); }.form-actions { display: flex; justify-content: space-between; align-items: center; gap: 18px; margin-top: 26px; }.form-actions .button { margin-left: auto; }.form-security { margin: 20px 0 0; color: var(--muted); font-size: 12px; }.form-status { min-height: 24px; margin: 12px 0 0; color: var(--danger); font-size: 14px; font-weight: 700; }.honeypot { position: absolute !important; left: -9999px !important; }.success-panel { min-height: 520px; display: grid; place-content: center; text-align: center; }.success-panel > span { width: 64px; height: 64px; display: grid; place-items: center; margin: 0 auto 24px; color: #fff; background: var(--success); border-radius: 50%; font-size: 30px; }.success-panel h2 { font-size: 40px; }.success-panel p { max-width: 560px; margin: 18px auto 28px; color: var(--muted); }

.legal-page { padding: 90px 0 120px; }.legal-copy { max-width: 820px; }.legal-copy h1 { margin-bottom: 44px; }.legal-copy h2 { margin: 48px 0 12px; font-family: var(--body); font-size: 25px; font-weight: 780; letter-spacing: -.02em; }.legal-copy p { color: var(--muted); }.legal-alert { padding: 20px; color: #5c2c22 !important; background: #fbefe8; border-left: 5px solid var(--amber); }

.site-footer { padding: 76px 0 24px; color: #d4e1e3; background: #061d24; }.footer-grid { display: grid; grid-template-columns: 1.45fr .8fr .8fr 1.1fr; gap: 60px; }.brand-footer { color: #fff; }.site-footer p { margin-top: 22px; color: #9eb5ba; font-size: 14px; }.footer-alert { padding-left: 13px; border-left: 3px solid var(--amber); }.site-footer h2 { margin-bottom: 18px; color: #fff; font-family: var(--body); font-size: 14px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }.site-footer a:not(.brand) { display: block; margin: 10px 0; color: #c4d3d6; font-size: 14px; text-decoration: none; }.site-footer a:hover { color: #fff; }.footer-grid > div:last-child span { display: block; color: #9eb5ba; font-size: 14px; line-height: 1.65; }.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 62px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.13); color: #829ba0; font-size: 12px; }
.consent { position: fixed; z-index: 100; right: 22px; bottom: 22px; width: min(480px, calc(100% - 44px)); padding: 20px; background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow); }.consent p { margin: 0 0 14px; color: var(--muted); font-size: 13px; }.consent strong { color: var(--ink); }.consent > div { display: flex; align-items: center; gap: 18px; }

@media (max-width: 1050px) {
  .header-inner { grid-template-columns: auto auto 1fr; gap: 18px; }.nav-toggle { width: 46px; height: 44px; display: grid; align-content: center; gap: 4px; margin-left: auto; padding: 10px; color: var(--ink); background: transparent; border: 1px solid var(--line); border-radius: 7px; }.nav-toggle span { height: 2px; background: currentColor; }.nav-toggle b { position: absolute; width: 1px; height: 1px; overflow: hidden; }.primary-nav { position: absolute; left: 0; right: 0; top: 82px; display: none; padding: 20px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }.nav-open .primary-nav { display: grid; gap: 0; }.primary-nav a { padding: 14px; border-bottom: 1px solid var(--line); }.header-cta { justify-self: end; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; padding-top: 80px; }.hero-visual { min-height: 460px; }.hero-visual img { inset: 0; width: 100%; border-radius: 4px 0 0 48px; }.hero-visual::after { inset: 0; }.evidence-note { left: 24px; }
  .service-grid { grid-template-columns: repeat(2,1fr); }.proof-grid, .faq-layout, .boundary-grid, .document-grid, .source-grid, .about-grid, .assessment-layout, .contact-grid, .regional-trust-head, .professional-heading { grid-template-columns: 1fr; gap: 52px; }.standard-grid { grid-template-columns: repeat(2,1fr); }.testimonial-grid { grid-template-columns: 1fr 1fr; }.assessment-layout > div:first-child { position: static; }.team-heading { grid-template-columns: 1fr; gap: 18px; }.team-grid { gap: 18px; }.team-card-body { padding-inline: 19px; }.footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }.footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  body { font-size: 17px; }.shell { width: min(calc(100% - 28px), var(--shell)); }.header-inner { min-height: 70px; }.primary-nav { top: 70px; }.header-cta { display: none; }.site-header .brand small { display: none; }
  .section { padding: 76px 0; }.page-hero { padding: 76px 0 62px; }.section-heading { margin-bottom: 38px; }.section-heading.split { grid-template-columns: 1fr; gap: 18px; }
  .hero { background: linear-gradient(180deg, #f8fbfa 0 62%, #dfeaec 62%); }.hero-grid { gap: 44px; padding: 62px 0 42px; }.hero h1 { font-size: clamp(43px, 13vw, 62px); }.hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }.hero-actions .quiet-link { text-align: center; }.hero-assurances { display: grid; gap: 7px; }.hero-visual { min-height: 350px; }.hero-visual img { border-radius: 4px 0 0 34px; }.evidence-note { left: 12px; bottom: 16px; width: calc(100% - 24px); }
  .warning-strip .shell { grid-template-columns: 1fr; gap: 6px; padding-block: 18px; }
  .path-section { padding: 72px 0; }.path-line { grid-template-columns: 1fr; gap: 0; }.path-line::before { top: 18px; bottom: 30px; left: 15px; right: auto; width: 2px; height: auto; }.path-line li { display: grid; grid-template-columns: 32px 1fr; padding: 0 0 28px; }.path-line li::before { grid-row: 1 / 3; margin: 9px 0 0; }.path-line b, .path-line span { grid-column: 2; }
  .service-grid, .case-grid, .values-grid, .emergency-grid, .team-grid, .trust-principles, .standard-grid, .case-file-grid, .testimonial-grid, .standard-output, .standard-output ul { grid-template-columns: 1fr; }.standard-card { padding: 24px; }.standard-output { gap: 28px; padding: 28px 24px; }.case-file { padding: 25px 22px; }.case-file header { align-items: flex-start; flex-direction: column; gap: 7px; }.case-file header b { text-align: left; }.case-file dl > div { grid-template-columns: 1fr; gap: 7px; }.testimonial-card { min-height: 0; padding: 24px; }.team-grid { gap: 28px; }.team-card-body { min-height: 0; padding: 22px; }.team-disclosure { font-size: 12px; }.trust-principles article { padding: 24px; border-right: 0; border-bottom: 1px solid var(--line); }.trust-principles article:last-child { border-bottom: 0; }.independent-checks { align-items: flex-start; flex-direction: column; }.independent-checks span { margin-left: 0; }.service-grid article { min-height: 260px; }.proof-list li { grid-template-columns: 1fr; gap: 5px; }.case-detail-list article, .longform article { grid-template-columns: 1fr; gap: 24px; padding: 26px; }.longform article { padding-inline: 0; }.longform article > p { grid-column: auto; margin-top: 0; }.longform .check-list { grid-column: auto; }.process-list li { grid-template-columns: 62px 1fr; }.process-list li > span { font-size: 34px; }
  .cta-band-inner { grid-template-columns: 1fr; gap: 30px; }.cta-band .button { width: 100%; white-space: normal; }.source-list a { grid-template-columns: 1fr; gap: 4px; }.map-card iframe { height: 330px; min-height: 330px; }
  .case-form { min-height: 0; padding: 24px 18px; }.field-grid { grid-template-columns: 1fr; }.field-wide { grid-column: auto; }.step-heading { grid-template-columns: 44px 1fr; }.step-heading > span { font-size: 30px; }.step-heading h2 { font-size: 29px; }.form-actions { align-items: stretch; flex-direction: column-reverse; }.form-actions .button { width: 100%; margin-left: 0; }.form-actions .text-button { min-height: 44px; }.assessment-hero { padding: 56px 0 74px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }.footer-grid > div:last-child { grid-column: auto; }.footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }.consent > div { align-items: stretch; flex-direction: column; }.consent .button { width: 100%; }
}

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

/* Conversion refresh: branded wordmark, concrete assessment value and route selector. */
.brand-logo { display: block; width: auto; height: 48px; max-width: min(100%, 290px); }
.brand-footer .brand-logo { height: 56px; max-width: 100%; }
.hero-home .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(440px, .95fr); gap: 54px; }
.hero-home h1 { max-width: 760px; font-size: clamp(48px, 5.15vw, 72px); }
.hero-home .lead { max-width: 660px; }
.hero-benefits { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 30px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.hero-benefits span { min-width: 0; display: grid; gap: 3px; padding: 14px 14px 14px 0; color: var(--ink-2); font-size: 13px; font-weight: 760; line-height: 1.3; }
.hero-benefits span + span { padding-left: 14px; border-left: 1px solid var(--line); }
.hero-benefits b { color: var(--teal); font-size: 11px; letter-spacing: .12em; }
.route-finder-section { background: linear-gradient(180deg, #fff 0%, var(--mist) 100%); }
.route-finder { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 18px 50px rgba(11,41,50,.08); }
.route-tabs { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--ice); border-bottom: 1px solid var(--line); }
.route-tabs button { min-width: 0; min-height: 86px; display: grid; align-content: center; gap: 3px; padding: 16px 20px; color: var(--muted); background: transparent; border: 0; border-right: 1px solid var(--line); text-align: left; cursor: pointer; transition: color .18s ease, background .18s ease, box-shadow .18s ease; }
.route-tabs button:last-child { border-right: 0; }
.route-tabs button:hover { color: var(--ink); background: rgba(255,255,255,.62); }
.route-tabs button[aria-selected='true'] { color: #fff; background: var(--ink); box-shadow: inset 0 -5px 0 var(--amber); }
.route-tabs span { font-size: 17px; font-weight: 820; line-height: 1.2; }
.route-tabs small { color: inherit; opacity: .78; font-size: 12px; }
.route-panels article { min-height: 330px; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr); align-content: center; gap: 18px 74px; padding: 52px 58px; }
.route-panels article > div { min-width: 0; }
.route-panels .route-label { margin: 0 0 14px; background: var(--ice); }
.route-panels h3 { max-width: 700px; font-family: var(--display); font-size: clamp(31px, 3vw, 44px); font-weight: 500; letter-spacing: -.025em; }
.route-panels article > div > p:last-child { max-width: 680px; margin: 18px 0 0; color: var(--muted); }
.route-panels ul { margin: 0; padding: 0; list-style: none; }
.route-panels li { position: relative; padding: 10px 0 10px 28px; color: var(--muted); border-bottom: 1px solid var(--line); }
.route-panels li::before { content: '✓'; position: absolute; left: 0; color: var(--teal); font-weight: 900; }
.route-panels a { grid-column: 1 / -1; justify-self: start; color: var(--teal-dark); font-weight: 820; text-underline-offset: 5px; }
.mobile-assessment-bar { display: none; }

@media (max-width: 1050px) {
  .hero-home .hero-grid { grid-template-columns: 1fr; }
  .route-panels article { gap: 18px 46px; padding: 44px; }
}

@media (max-width: 760px) {
  .brand-logo { height: 41px; max-width: min(238px, calc(100vw - 112px)); }
  .brand-footer .brand-logo { height: 48px; max-width: 100%; }
  .hero-home h1 { font-size: clamp(40px, 11.4vw, 52px); }
  .hero-benefits { grid-template-columns: 1fr; margin-top: 24px; }
  .hero-benefits span { grid-template-columns: 32px 1fr; align-items: center; min-height: 48px; padding: 9px 0; font-size: 14px; }
  .hero-benefits span + span { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .route-tabs { grid-template-columns: repeat(2, 1fr); }
  .route-tabs button { min-height: 82px; padding: 13px; border-bottom: 1px solid var(--line); }
  .route-tabs button:nth-child(2) { border-right: 0; }
  .route-tabs button:nth-child(n+3) { border-bottom: 0; }
  .route-tabs span { font-size: 15px; }
  .route-panels article { min-height: 0; grid-template-columns: 1fr; gap: 24px; padding: 28px 20px 30px; }
  .route-panels h3 { font-size: 31px; }
  .route-panels a { grid-column: auto; min-height: 44px; display: flex; align-items: center; }
  .consent { right: 10px; bottom: 10px; width: calc(100% - 20px); padding: 15px; }
  .consent p { margin-bottom: 10px; font-size: 12px; line-height: 1.45; }
  .consent > div { display: grid; grid-template-columns: 1.1fr .9fr; gap: 10px; }
  .consent .button, .consent .text-button { width: 100%; min-height: 44px; padding: 9px 10px; font-size: 13px; }
  .mobile-assessment-bar:not([hidden]) { position: fixed; z-index: 90; left: 10px; right: 10px; bottom: 10px; min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 12px 18px; color: #fff; background: var(--teal-dark); border: 1px solid rgba(255,255,255,.22); border-radius: 8px; box-shadow: 0 18px 45px rgba(11,41,50,.28); font-size: 15px; font-weight: 820; line-height: 1.2; text-decoration: none; }
  .mobile-assessment-bar b { width: 32px; height: 32px; display: grid; place-items: center; flex: 0 0 auto; color: var(--ink); background: #fff; border-radius: 50%; }
  body.mobile-cta-visible { padding-bottom: 78px; }
}
/* Proof architecture: country context, evidence dossier and replacement slots. */
.country-coverage, .country-routes { background: linear-gradient(180deg, #eef4f3, #f9fbfa); border-block: 1px solid var(--line); }
.country-coverage-layout { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); align-items: center; gap: 72px; }
.country-coverage-layout > div > p:last-of-type { max-width: 760px; color: var(--muted); }
.country-chips { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.country-chips span { padding: 9px 13px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 99px; font-size: 13px; font-weight: 760; }
.country-checklist { padding: 30px; color: #fff; background: var(--ink); box-shadow: 0 20px 48px rgba(17,28,48,.16); }
.country-checklist > strong { display: block; font-family: var(--display); font-size: 27px; }
.country-checklist ul { margin: 20px 0 0; padding: 0; list-style: none; }
.country-checklist li { position: relative; padding: 12px 0 12px 26px; color: #d5e0e4; border-bottom: 1px solid rgba(255,255,255,.14); font-size: 14px; }
.country-checklist li::before { content: '✓'; position: absolute; left: 0; color: #9bd2cd; font-weight: 900; }
.country-checklist > div { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 22px; }
.country-checklist a { color: #e5bd82; text-underline-offset: 4px; }
.country-checklist span { width: 100%; color: #9fb0bf; font-size: 11px; }

.country-route-tabs { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); border: 1px solid var(--line); border-bottom: 0; }
.country-route-tabs button { min-height: 66px; padding: 15px 20px; color: var(--muted); background: #fff; border: 0; border-right: 1px solid var(--line); font: inherit; font-weight: 820; cursor: pointer; }
.country-route-tabs button:last-child { border-right: 0; }
.country-route-tabs button[aria-selected='true'] { color: #fff; background: var(--ink); box-shadow: inset 0 -5px 0 var(--teal); }
.country-route-tabs button:focus-visible { position: relative; z-index: 2; outline: 3px solid var(--amber); outline-offset: -4px; }
.country-route-panels { background: #fff; border: 1px solid var(--line); box-shadow: 0 18px 45px rgba(17,28,48,.07); }
.country-route-panels article { min-height: 260px; display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 30px 60px; padding: 42px 48px; }
.country-route-panels article > div > span { color: var(--teal-dark); font-size: 11px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.country-route-panels h3 { max-width: 720px; margin-top: 12px; font-size: clamp(30px,3vw,43px); }
.country-route-panels p { max-width: 760px; margin: 15px 0 0; color: var(--muted); }
.country-route-panels a { color: var(--teal-dark); font-weight: 820; text-underline-offset: 5px; white-space: nowrap; }
.country-route-panels article > div:last-child:not(:first-child) { display: grid; gap: 12px; justify-items: start; }
.country-route-disclaimer { margin: 15px 0 0; color: var(--muted); font-size: 12px; }

.evidence-framework { position: relative; overflow: hidden; background: #edf2f1; border-block: 1px solid var(--line); }
.evidence-framework::before { content: ''; position: absolute; width: 420px; height: 420px; right: -210px; top: 90px; border: 1px solid rgba(10,105,101,.18); border-radius: 50%; box-shadow: 0 0 0 74px rgba(10,105,101,.035), 0 0 0 148px rgba(10,105,101,.025); pointer-events: none; }
.evidence-layout { position: relative; display: grid; grid-template-columns: minmax(0,.86fr) minmax(520px,1.14fr); align-items: start; gap: 30px; }
.evidence-dossier { position: sticky; top: 110px; min-width: 0; overflow: hidden; padding: 0 32px 30px 46px; background: #fff; border: 1px solid #cfd8d6; border-left: 14px solid var(--ink); box-shadow: 0 22px 55px rgba(17,28,48,.12); }
.evidence-dossier header { display: grid; gap: 8px; margin: 0 -32px 0 -46px; padding: 22px 32px 20px 46px; color: #fff; background: var(--ink); }
.evidence-dossier header span { color: #e5bd82; font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.evidence-dossier header b { font-family: var(--display); font-size: 25px; }
.dossier-meta { display: flex; justify-content: space-between; gap: 16px; padding: 18px 0; color: var(--muted); border-bottom: 1px solid var(--line); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 11px; }
.evidence-dossier dl, .evidence-dossier dd { margin: 0; }
.evidence-dossier dl > div { display: grid; grid-template-columns: 128px 1fr; gap: 18px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.evidence-dossier dt { color: var(--ink); font-size: 11px; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.evidence-dossier dd { color: var(--muted); font-size: 13px; }
.evidence-dossier > p { margin: 20px 0 0; color: #7d2338; font-size: 12px; font-weight: 780; }
.proof-slots { display: grid; gap: 10px; }
.proof-slots article { display: grid; grid-template-columns: 116px minmax(0,1fr) auto; grid-template-rows: auto auto; gap: 5px 22px; align-items: center; min-width: 0; padding: 21px 22px; background: #fff; border: 1px solid var(--line); border-left: 5px solid var(--teal); }
.proof-slots article > span { grid-row: 1 / 3; color: var(--teal-dark); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.proof-slots h3 { font-size: 24px; }
.proof-slots p { margin: 0; color: var(--muted); font-size: 13px; }
.proof-slots b { grid-column: 3; grid-row: 1 / 3; max-width: 115px; padding: 7px 9px; color: #7d2338; background: #f8e9ec; font-size: 10px; letter-spacing: .05em; line-height: 1.35; text-transform: uppercase; }
.evidence-actions { position: relative; display: flex; justify-content: space-between; align-items: center; gap: 28px; margin-top: 30px; padding-top: 24px; border-top: 1px solid var(--line); }
.contact-phone { color: var(--ink); font-family: var(--display); font-size: clamp(28px, 3vw, 42px); font-weight: 700; line-height: 1.05; text-decoration: none; }
.contact-phone:hover { color: var(--accent); }
.contact-whatsapp { display: inline-flex; align-items: center; gap: 10px; }
.contact-whatsapp::before { content: 'WA'; width: 34px; height: 34px; display: grid; place-items: center; color: #fff; background: #167d55; border-radius: 50%; font-family: var(--body); font-size: 10px; font-weight: 900; }

@media (max-width: 1050px) {
  .country-coverage-layout, .evidence-layout { grid-template-columns: 1fr; gap: 38px; }
  .evidence-dossier { position: static; }
  .proof-slots article { grid-template-columns: 100px minmax(0,1fr) auto; }
}

@media (max-width: 760px) {
  .country-coverage-layout { gap: 30px; }
  .country-checklist { padding: 24px 21px; }
  .country-route-tabs { grid-template-columns: 1fr; }
  .country-route-tabs button { min-height: 54px; border-right: 0; border-bottom: 1px solid var(--line); }
  .country-route-tabs button:last-child { border-bottom: 0; }
  .country-route-panels article { min-height: 0; grid-template-columns: 1fr; gap: 24px; padding: 27px 21px; }
  .country-route-panels a { white-space: normal; }
  .evidence-framework::before { display: none; }
  .evidence-dossier { padding: 0 20px 24px 27px; border-left-width: 8px; }
  .evidence-dossier header { margin-inline: -27px -20px; padding: 19px 20px 18px 27px; }
  .dossier-meta { align-items: flex-start; flex-direction: column; gap: 5px; }
  .evidence-dossier dl > div { grid-template-columns: 1fr; gap: 6px; }
  .proof-slots article { grid-template-columns: 1fr; grid-template-rows: auto; gap: 8px; padding: 20px; }
  .proof-slots article > span, .proof-slots b { grid-column: auto; grid-row: auto; }
  .proof-slots b { max-width: none; justify-self: start; }
  .evidence-actions { align-items: stretch; flex-direction: column; }
  .evidence-actions .button { width: 100%; }
  .contact-phone { font-size: clamp(24px,8vw,34px); }
}
