:root {
  --forest-950: #061b30;
  --forest-900: #0a3156;
  --forest-800: #104673;
  --forest-700: #1d609a;
  --sage-100: #e9f1f8;
  --sage-50: #f4f8fc;
  --gold-700: #1c5f9c;
  --gold-600: #2c74b6;
  --gold-500: #4b8dcc;
  --gold-300: #c8d4e0;
  --cream: #f3f7fb;
  --paper: #ffffff;
  --ink: #172f46;
  --muted: #62768a;
  --line: #dbe5ee;
  --success: #18714b;
  --danger: #a72d2d;
  --shadow-sm: 0 12px 34px rgba(6, 39, 70, .09);
  --shadow: 0 24px 70px rgba(6, 39, 70, .15);
  --radius-sm: 14px;
  --radius: 24px;
  --radius-lg: 36px;
  --container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.7 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
h1, h2, h3 { margin: 0; color: var(--forest-900); line-height: 1.1; letter-spacing: -.035em; }
h1 { font-size: clamp(3rem, 6.4vw, 6.15rem); }
h2 { font-size: clamp(2.2rem, 4vw, 4rem); }
h3 { font-size: 1.25rem; }
p { margin: 0 0 1rem; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.narrow { width: min(calc(100% - 48px), 860px); margin-inline: auto; }
.icon { width: 1.15em; height: 1.15em; flex: 0 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 999; transform: translateY(-160%); padding: 10px 16px; background: #fff; color: #000; border-radius: 10px; box-shadow: var(--shadow-sm); }
.skip-link:focus { transform: none; }
.section { padding: 108px 0; }
.section-soft { background: var(--sage-50); }
.section-dark { background: var(--forest-900); color: #dcebe6; }
.section-dark h2, .section-dark h3 { color: #fff; }
.lead { color: var(--muted); font-size: 1.13rem; line-height: 1.82; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 16px; color: var(--gold-700); font-weight: 850; letter-spacing: .14em; text-transform: uppercase; font-size: .76rem; }
.eyebrow::before { content: ""; width: 36px; height: 2px; background: currentColor; }
.eyebrow-light { color: var(--gold-300); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 46px; }
.section-head > div { max-width: 790px; }
.section-head p { max-width: 680px; margin: 18px 0 0; color: var(--muted); font-size: 1.07rem; }
.centered-head { justify-content: center; text-align: center; }
.centered-head > div { display: flex; flex-direction: column; align-items: center; }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }

.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 10px; padding: 13px 24px; border: 1px solid transparent; border-radius: 999px; font-weight: 850; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--forest-900), var(--forest-700)); box-shadow: 0 14px 32px rgba(6, 39, 70, .2); }
.button-primary:hover { background: linear-gradient(135deg, var(--forest-800), #2874b4); box-shadow: 0 18px 42px rgba(6, 39, 70, .28); }
.button-primary .icon { color: var(--gold-300); }
.button-gold { color: #fff; background: linear-gradient(135deg, var(--gold-600), var(--forest-700)); box-shadow: 0 14px 32px rgba(28, 95, 156, .22); }
.button-gold:hover { box-shadow: 0 18px 42px rgba(28, 95, 156, .3); }
.button-gold .icon { color: var(--forest-900); }
.button-secondary, .button-outline { color: var(--forest-900); background: #fff; border-color: #aebfba; }
.button-secondary:hover, .button-outline:hover { border-color: var(--forest-700); box-shadow: var(--shadow-sm); }
.button-light { color: var(--forest-950); background: #fff; border-color: rgba(255,255,255,.65); }
.button-ghost { color: var(--ink); background: #edf2ef; }
.button-small { min-height: 42px; padding: 8px 16px; font-size: .9rem; }
.button-block { width: 100%; }
.button-danger { color: var(--danger); background: #fff1f1; border-color: #f1c2c2; }
.text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--forest-700); font-weight: 850; }
.text-link .icon { color: var(--gold-700); transition: transform .2s ease; }
.text-link:hover .icon { transform: translateX(3px); }
.text-link-large { font-size: 1rem; }

/* Header */
.topbar { color: #dce8f3; background: var(--forest-950); font-size: .82rem; }
.topbar-inner { min-height: 39px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.topbar-message { display: flex; align-items: center; gap: 9px; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #73b7eb; box-shadow: 0 0 0 5px rgba(115, 183, 235, .14); }
.topbar-links { display: flex; align-items: center; gap: 24px; }
.topbar a { display: inline-flex; align-items: center; gap: 7px; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(6,39,70,.09); backdrop-filter: blur(18px); transition: box-shadow .2s ease; }
.site-header.scrolled { box-shadow: 0 10px 36px rgba(6,39,70,.1); }
.nav-wrap { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand-symbol { width: 62px; height: 62px; display: grid; place-items: center; overflow: hidden; padding: 4px; border: 1px solid #d6e0ea; border-radius: 50%; background: #fff; box-shadow: 0 7px 18px rgba(6,39,70,.1); }
.brand-symbol img { width: 100%; height: 100%; object-fit: contain; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.16; }
.brand-copy strong { color: var(--forest-900); font-family: Georgia, "Times New Roman", serif; font-size: 1.15rem; letter-spacing: .015em; text-transform: uppercase; }
.brand-copy small { margin-top: 4px; color: #788795; font-size: .69rem; letter-spacing: .12em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: clamp(12px, 1.45vw, 23px); font-size: .86rem; font-weight: 750; }
.main-nav > a { position: relative; padding: 31px 0 29px; white-space: nowrap; }
.main-nav > a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 22px; height: 2px; background: var(--gold-500); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.main-nav > a:hover::after, .main-nav > a[aria-current="page"]::after { transform: scaleX(1); }
.header-call { display: flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.header-call-icon { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--forest-900); }
.header-call > span:last-child { display: flex; flex-direction: column; line-height: 1.2; }
.header-call small { color: var(--muted); font-size: .68rem; }
.header-call strong { color: var(--forest-900); font-size: .86rem; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 0; border-radius: 12px; color: #fff; background: var(--forest-900); align-items: center; justify-content: center; }
.menu-toggle .menu-close { display: none; }
.menu-toggle[aria-expanded="true"] .menu-open { display: none; }
.menu-toggle[aria-expanded="true"] .menu-close { display: block; }
.flash { padding: 13px 0; font-weight: 750; text-align: center; }
.flash-success { color: var(--success); background: #e6f6ee; }
.flash-error { color: var(--danger); background: #fff0f0; }

/* Home hero */
.hero { position: relative; overflow: hidden; color: var(--ink); background: linear-gradient(115deg, #f8fbfe 0%, #f8fbfe 54%, #e8f1f8 54%, #e8f1f8 100%); }
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; left: -330px; bottom: -320px; border: 1px solid rgba(44,116,182,.16); border-radius: 50%; box-shadow: 0 0 0 70px rgba(75,141,204,.04), 0 0 0 140px rgba(75,141,204,.025); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, .95fr) minmax(450px, .85fr); align-items: center; gap: 72px; min-height: 620px; padding-block: 58px 66px; }
.hero-copy { position: relative; z-index: 2; }
.hero-kicker { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px; color: var(--forest-700); font-size: .8rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.hero-kicker span { width: 24px; height: 24px; display: grid; place-items: center; border: 1px solid var(--gold-500); border-radius: 50%; }
.hero-kicker span::after { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--gold-600); }
.hero h1 { max-width: 760px; font-size: clamp(3.35rem, 5.2vw, 5.45rem); }
.hero h1 em { display: inline; color: var(--gold-700); font-family: Georgia, "Times New Roman", serif; font-weight: 500; font-style: italic; letter-spacing: -.045em; }
.hero-copy > p { max-width: 650px; margin: 26px 0 32px; color: #526b81; font-size: 1.14rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-notes { display: flex; flex-wrap: wrap; gap: 18px 24px; margin-top: 29px; color: #49657e; font-size: .85rem; font-weight: 650; }
.hero-notes span { display: inline-flex; align-items: center; gap: 7px; }
.hero-notes .icon { color: var(--gold-700); }
.hero-visual { position: relative; min-height: 490px; }
.hero-photo-wrap { position: absolute; inset: 0 0 0 34px; overflow: hidden; border-radius: 42% 42% 10% 42%; box-shadow: 0 34px 80px rgba(6,39,70,.22); }
.hero-photo-wrap picture, .hero-photo-wrap img { width: 100%; height: 100%; }
.hero-photo-wrap img { object-fit: cover; object-position: 56% center; }
.hero-photo-shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 70%, rgba(6,27,48,.16)); }
.hero-visual::before { content: ""; position: absolute; width: 160px; height: 160px; right: -42px; top: -38px; border: 1px solid rgba(44,116,182,.3); border-radius: 50%; }
.hero-badge { position: absolute; z-index: 2; display: flex; align-items: center; gap: 11px; padding: 15px 17px; border: 1px solid rgba(255,255,255,.65); border-radius: 16px; color: var(--ink); background: rgba(255,255,255,.94); box-shadow: var(--shadow-sm); backdrop-filter: blur(12px); }
.hero-badge .icon { width: 23px; height: 23px; color: var(--gold-700); }
.hero-badge span { display: flex; flex-direction: column; line-height: 1.28; }
.hero-badge strong { color: var(--forest-900); font-size: .88rem; }
.hero-badge small { color: var(--muted); font-size: .72rem; }
.hero-badge-top { left: -8px; top: 72px; }
.hero-badge-bottom { right: -24px; bottom: 54px; }

.trust-bar { position: relative; z-index: 3; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { min-height: 98px; display: flex; align-items: center; gap: 14px; padding: 18px 24px; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-item > strong { color: var(--gold-600); font: 500 1.45rem/1 Georgia, serif; }
.trust-item span { display: flex; flex-direction: column; line-height: 1.35; }
.trust-item b { color: var(--forest-900); font-size: .9rem; }
.trust-item small { margin-top: 4px; color: var(--muted); font-size: .75rem; }

/* Home request form */
.request-section { position: relative; overflow: hidden; padding-block: 82px; background: var(--forest-900); }
.request-section::before { content: ""; position: absolute; width: 560px; height: 560px; left: -280px; top: -180px; border: 1px solid rgba(200,212,224,.2); border-radius: 50%; box-shadow: 0 0 0 84px rgba(200,212,224,.03); }
.request-layout { position: relative; display: grid; grid-template-columns: .76fr 1.24fr; align-items: start; gap: 70px; }
.request-intro { position: sticky; top: 130px; padding-top: 24px; color: #cfdeeb; }
.request-intro h2 { max-width: 520px; color: #fff; }
.request-intro > p { max-width: 520px; margin-top: 22px; color: #b7c9da; }
.request-promises { display: grid; gap: 16px; margin: 32px 0; }
.request-promises > div { display: flex; align-items: flex-start; gap: 13px; }
.request-promises .icon { width: 23px; height: 23px; margin-top: 2px; color: var(--gold-300); }
.request-promises span { display: flex; flex-direction: column; }
.request-promises strong { color: #fff; }
.request-promises small { color: #9fb4c8; }
.request-help { padding: 20px; border: 1px solid rgba(255,255,255,.13); border-radius: 16px; background: rgba(255,255,255,.05); }
.request-help span { display: block; margin-bottom: 5px; color: #9fb4c8; font-size: .84rem; }
.request-help a { display: inline-flex; align-items: center; gap: 8px; color: var(--gold-300); font-size: 1.15rem; font-weight: 850; }
.quick-form { padding: 38px; border-radius: 30px; background: #fff; box-shadow: 0 32px 90px rgba(0,0,0,.22); }
.form-heading { margin-bottom: 4px; }
.form-heading > span { display: block; color: var(--gold-700); font-size: .74rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.form-heading h3 { margin-top: 7px; font-size: clamp(1.65rem, 2.5vw, 2.2rem); }
.form-heading p { margin: 7px 0 0; color: var(--muted); font-size: .85rem; }
.compact-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.form-security { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 16px 0 0; color: var(--muted); font-size: .78rem; }
.form-security .icon { color: var(--success); }

/* Services */
.services-showcase { padding-block: 88px; background: #fff; }
.featured-services { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }
.featured-service { position: relative; min-height: 410px; overflow: hidden; border-radius: 28px; background: var(--forest-900); box-shadow: var(--shadow-sm); }
.featured-service picture, .featured-service picture img { width: 100%; height: 100%; }
.featured-service picture { position: absolute; inset: 0; }
.featured-service img { object-fit: cover; transition: transform .5s ease; }
.featured-service:hover img { transform: scale(1.035); }
.featured-service::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 28%, rgba(6,27,48,.9) 100%); }
.featured-service-content { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; padding: 38px; color: #d9e6f0; }
.featured-service-content > span { color: var(--gold-300); font-size: .74rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.featured-service-content h3 { margin: 8px 0 12px; color: #fff; font-size: 2rem; }
.featured-service-content p { max-width: 520px; color: #cfdeeb; }
.featured-service-content a { display: inline-flex; align-items: center; gap: 8px; color: #fff; font-weight: 850; }
.featured-service-content a .icon { color: var(--gold-300); }
.service-mini-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 24px; }
.service-mini-card { display: grid; grid-template-columns: auto 1fr; gap: 18px; padding: 26px; border: 1px solid var(--line); border-radius: 20px; background: #fff; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.service-mini-card:hover { transform: translateY(-4px); border-color: #8fb5d8; box-shadow: var(--shadow-sm); }
.service-mini-card h3 { margin-bottom: 8px; }
.service-mini-card p { color: var(--muted); font-size: .91rem; }
.service-icon { width: 56px; height: 56px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 16px; color: var(--gold-700); background: var(--cream); }
.service-icon .icon { width: 28px; height: 28px; }
.service-card { position: relative; min-height: 320px; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 10px 35px rgba(6,39,70,.05); transition: .25s ease; }
.service-card:hover { transform: translateY(-6px); border-color: #9abbd9; box-shadow: var(--shadow); }
.service-card h3 { margin: 20px 0 10px; }
.service-card p { color: var(--muted); }
.service-card .text-link { margin-top: auto; }

/* Process and reasons */
.compact-process { padding: 68px 0; color: #d9e6f0; background: linear-gradient(135deg, var(--forest-950), var(--forest-800)); }
.compact-process-grid { display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); gap: 18px; align-items: stretch; }
.compact-process-title { padding-right: 30px; }
.compact-process-title h2 { margin-bottom: 20px; color: #fff; font-size: clamp(2rem, 3.2vw, 3.25rem); }
.compact-process-title a { display: inline-flex; align-items: center; gap: 8px; color: var(--gold-300); font-weight: 800; }
.compact-process-grid article { padding: 24px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.055); }
.compact-process-grid article > span { display: block; margin-bottom: 34px; color: var(--gold-300); font: 500 1.65rem/1 Georgia, serif; }
.compact-process-grid article h3 { color: #fff; }
.compact-process-grid article p { margin: 9px 0 0; color: #b1c4d5; font-size: .9rem; }
.process-section { color: #d9e6f0; background: var(--forest-900); }
.process-layout { display: grid; grid-template-columns: .82fr 1.18fr; align-items: start; gap: 80px; }
.process-copy { position: sticky; top: 130px; }
.process-copy h2 { color: #fff; }
.process-copy p { max-width: 520px; margin: 20px 0 28px; color: #b1c6d8; }
.process-steps { counter-reset: process; display: grid; }
.process-steps article { display: grid; grid-template-columns: 60px 1fr; gap: 20px; padding: 26px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.process-steps article:first-child { padding-top: 0; }
.process-steps article > span { color: var(--gold-300); font: 500 1.4rem/1 Georgia, serif; }
.process-steps h3 { color: #fff; font-size: 1.35rem; }
.process-steps p { margin: 7px 0 0; color: #aac0d3; }
.steps { counter-reset: step; display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.step { counter-increment: step; position: relative; padding: 28px 22px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.055); }
.step::before { content: "0" counter(step); display: block; margin-bottom: 24px; color: var(--gold-300); font: 500 2rem/1 Georgia, serif; }
.step p { color: #afc3d5; font-size: .9rem; }
.reason-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.reason-card { position: relative; min-height: 300px; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: var(--shadow-sm); }
.reason-card > .icon { width: 35px; height: 35px; margin-bottom: 48px; color: var(--gold-700); }
.reason-card > span { position: absolute; right: 22px; top: 20px; color: #e6ece9; font: 500 3.5rem/1 Georgia, serif; }
.reason-card h3 { margin-bottom: 12px; }
.reason-card p { color: var(--muted); }

/* Career and region */
.career-section { padding-block: 88px; }
.career-card { display: grid; grid-template-columns: .78fr 1.22fr; min-height: 450px; overflow: hidden; border-radius: var(--radius-lg); background: var(--cream); box-shadow: var(--shadow-sm); }
.career-photo { min-height: 450px; }
.career-photo picture, .career-photo img { width: 100%; height: 100%; }
.career-photo img { object-fit: cover; object-position: center 24%; }
.career-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 48px; }
.career-copy p { max-width: 650px; margin: 22px 0; color: var(--muted); font-size: 1.06rem; }
.career-copy ul { display: grid; gap: 10px; margin: 0 0 28px; padding: 0; list-style: none; }
.career-copy li { display: flex; align-items: center; gap: 9px; color: #445f78; }
.career-copy li .icon { color: var(--gold-700); }
.region-section { padding-top: 30px; }
.region-box { position: relative; display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 70px; padding: 62px; overflow: hidden; border: 1px solid #d6e2ed; border-radius: 32px; background: linear-gradient(135deg, #f8fbfe, #eaf2f9); }
.region-box h2 { font-size: clamp(2rem, 3.4vw, 3.25rem); }
.region-visual { position: relative; min-height: 300px; display: grid; place-items: center; border-radius: 50%; background: radial-gradient(circle, rgba(75,141,204,.18), rgba(16,70,115,.07) 46%, transparent 48%); }
.region-visual > span { position: relative; z-index: 2; color: var(--forest-900); font: 600 2.5rem/1 Georgia, serif; }
.region-visual > small { position: relative; z-index: 2; margin-top: -95px; color: var(--muted); }
.region-pulse { position: absolute; width: 160px; height: 160px; border: 1px solid rgba(44,116,182,.28); border-radius: 50%; box-shadow: 0 0 0 40px rgba(75,141,204,.07), 0 0 0 80px rgba(75,141,204,.04); }
.region-list { position: absolute; left: 0; right: 0; bottom: 10px; display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; }
.region-list span { padding: 8px 13px; border: 1px solid var(--line); border-radius: 999px; color: var(--forest-800); background: #fff; font-size: .8rem; font-weight: 750; }

/* Generic content pages */
.page-hero { position: relative; overflow: hidden; padding: 92px 0 82px; color: #d8e5f0; background: linear-gradient(125deg, var(--forest-950), var(--forest-800)); }
.page-hero::after { content: ""; position: absolute; width: 420px; height: 420px; right: -140px; top: -240px; border: 1px solid rgba(200,212,224,.22); border-radius: 50%; box-shadow: 0 0 0 68px rgba(200,212,224,.035); }
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { max-width: 980px; color: #fff; font-size: clamp(2.7rem, 5vw, 5rem); }
.page-hero p { max-width: 800px; margin-top: 22px; color: #c0d4ce; font-size: 1.13rem; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 25px; color: var(--gold-300); font-size: .86rem; }
.content-grid { display: grid; grid-template-columns: minmax(0, 1.48fr) minmax(280px, .52fr); gap: 64px; }
.prose { color: #425b55; font-size: 1.04rem; }
.prose h2 { margin: 44px 0 18px; font-size: 2.15rem; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin: 30px 0 12px; }
.prose ul, .prose ol { padding-left: 22px; }
.prose li { margin-bottom: 9px; }
.side-card { position: sticky; top: 122px; height: fit-content; padding: 30px; border: 1px solid #e1d4b2; border-radius: var(--radius); background: var(--cream); }
.side-card h2 { margin: 16px 0 12px; font-size: 1.7rem; }
.side-card .button { width: 100%; margin-top: 10px; }
.side-card-photo { margin: -30px -30px 25px; overflow: hidden; border-radius: var(--radius) var(--radius) 0 0; }
.side-card-photo img { width: 100%; height: 230px; object-fit: cover; }
.principle-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 28px; }
.principle { padding: 24px; border: 1px solid var(--line); border-radius: 17px; background: #fff; }
.principle .icon { width: 27px; height: 27px; margin-bottom: 14px; color: var(--gold-700); }
.service-detail-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin: 32px 0; }
.service-detail-list > div { padding: 24px; border-radius: 17px; background: var(--sage-50); }

/* Forms */
.form-shell { display: grid; grid-template-columns: .72fr 1.28fr; gap: 34px; align-items: start; }
.form-aside { position: sticky; top: 122px; padding: 34px; border-radius: var(--radius); color: #d5e4df; background: var(--forest-900); }
.form-aside h2 { color: #fff; font-size: 1.9rem; }
.form-aside ul { list-style: none; padding: 0; }
.form-aside li { display: flex; gap: 10px; margin: 15px 0; }
.form-aside .icon { margin-top: 5px; color: var(--gold-300); }
.form-aside-photo { margin: -34px -34px 28px; overflow: hidden; border-radius: var(--radius) var(--radius) 0 0; }
.form-aside-photo img { width: 100%; height: 260px; object-fit: cover; object-position: center 20%; }
.form-card { padding: 36px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.form-card h2 { margin-bottom: 8px; font-size: 2rem; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 24px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field-full { grid-column: 1 / -1; }
.field label, .field > span { color: var(--forest-900); font-size: .86rem; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; min-height: 51px; padding: 12px 14px; border: 1px solid #b9c9c4; border-radius: 11px; color: var(--ink); background: #fff; outline: none; }
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold-600); box-shadow: 0 0 0 3px rgba(75,141,204,.2); }
.field small { color: var(--muted); }
.check-row { display: flex; align-items: flex-start; gap: 11px; color: #435b55; font-size: .87rem; }
.check-row input { width: 20px; height: 20px; margin-top: 3px; flex: 0 0 auto; accent-color: var(--forest-700); }
.check-row a { color: var(--gold-700); text-decoration: underline; }
.honeypot { position: absolute !important; left: -9999px !important; }
.field-error { color: var(--danger); font-size: .8rem; font-weight: 750; }
.error-box { grid-column: 1 / -1; padding: 14px 16px; border: 1px solid #efbebe; border-radius: 10px; color: var(--danger); background: #fff0f0; }
.success-box { padding: 24px; border-radius: 16px; color: var(--success); background: #e9f8f0; font-weight: 750; }

/* Cards, FAQ, blog, contact */
.faq-list { display: grid; gap: 12px; }
.faq-list details { overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.faq-list summary { position: relative; padding: 22px 60px 22px 23px; list-style: none; color: var(--forest-900); font-weight: 850; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 22px; top: 14px; color: var(--gold-700); font: 400 2rem/1 Georgia, serif; }
.faq-list details[open] summary::after { content: "–"; }
.faq-answer { padding: 0 23px 23px; color: var(--muted); }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.blog-card { min-height: 340px; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 8px 30px rgba(6,39,70,.04); }
.blog-card .category { color: var(--gold-700); font-size: .75rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.blog-card h2, .blog-card h3 { margin: 16px 0; font-size: 1.5rem; }
.blog-card p { color: var(--muted); }
.blog-card .text-link { margin-top: auto; }
.blog-meta { display: flex; gap: 14px; margin: 16px 0 30px; color: var(--muted); font-size: .88rem; }
.article { width: min(calc(100% - 48px), 840px); margin-inline: auto; }
.article-content { color: #39544d; font-size: 1.08rem; }
.article-content p { margin-bottom: 1.45rem; }
.contact-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 40px; }
.contact-card { padding: 27px; border: 1px solid var(--line); border-radius: 18px; background: #fff; transition: .2s ease; }
.contact-card:hover { transform: translateY(-3px); border-color: #8eb4d7; box-shadow: var(--shadow-sm); }
.contact-card .icon { width: 28px; height: 28px; margin-bottom: 14px; color: var(--gold-700); }
.legal-meta { padding: 17px 19px; margin-bottom: 28px; border-left: 4px solid var(--gold-500); color: var(--muted); background: var(--cream); }
.cta-panel { position: relative; overflow: hidden; display: grid; grid-template-columns: 1.35fr .65fr; align-items: center; gap: 44px; padding: 58px; border-radius: 30px; color: #d9e6f0; background: linear-gradient(135deg, var(--forest-950), var(--forest-800)); }
.cta-panel::after { content: ""; position: absolute; width: 280px; height: 280px; right: -90px; top: -110px; border: 42px solid rgba(75,141,204,.14); border-radius: 50%; }
.cta-panel h2 { color: #fff; }
.cta-panel p { margin-top: 12px; color: #b1c5d7; }
.cta-actions { position: relative; z-index: 1; display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 10px; }
.cta-panel .button-outline { color: #fff; border-color: rgba(255,255,255,.4); background: transparent; }
.empty-state { padding: 42px; border: 1px dashed #b9c8c3; border-radius: 18px; text-align: center; color: var(--muted); }

/* Footer */
.site-footer { padding: 0 0 22px; color: #b3c4d3; background: var(--forest-950); }
.footer-intro { display: flex; align-items: center; justify-content: space-between; gap: 46px; padding-top: 66px; padding-bottom: 56px; border-bottom: 1px solid rgba(255,255,255,.11); }
.footer-intro h2 { max-width: 760px; color: #fff; font-size: clamp(2rem, 3.4vw, 3.4rem); }
.footer-intro-actions { display: flex; flex: 0 0 auto; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr .8fr 1.1fr; gap: 52px; padding-top: 60px; }
.site-footer-home .footer-grid { padding-top: 52px; }
.site-footer h2 { margin-bottom: 18px; color: #fff; font-size: .85rem; letter-spacing: .1em; text-transform: uppercase; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li { margin: 10px 0; }
.site-footer a:hover { color: var(--gold-300); }
.footer-brand img { width: 154px; margin-bottom: 20px; padding: 7px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: #fff; }
.footer-brand p { max-width: 370px; }
.footer-brand .disclaimer { color: #7890a4; font-size: .8rem; }
.contact-list a, .contact-list li { display: flex; align-items: flex-start; gap: 8px; }
.contact-list .icon { margin-top: 5px; }
.emergency-note { margin-top: 24px; padding: 14px; border-left: 2px solid var(--gold-500); color: #91a7ba; background: rgba(255,255,255,.04); font-size: .82rem; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 48px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: .8rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 18px; color: #7891a5; font-size: .8rem; }
.text-button { padding: 0; border: 0; color: inherit; background: transparent; text-decoration: underline; }
.mobile-actions { display: none; }

/* Cookies */
.cookie-banner { position: fixed; z-index: 300; left: 22px; right: 22px; bottom: 22px; max-width: 1120px; display: flex; align-items: center; justify-content: space-between; gap: 24px; margin: auto; padding: 20px 22px; border: 1px solid #a9c2da; border-radius: 18px; background: #fff; box-shadow: 0 24px 80px rgba(6,39,70,.25); }
.cookie-banner[hidden] { display: none; }
.cookie-banner p { margin: 4px 0 0; color: var(--muted); }
.cookie-actions { display: flex; gap: 8px; flex-shrink: 0; }
.cookie-dialog { width: min(calc(100% - 32px), 620px); padding: 0; border: 0; border-radius: 20px; box-shadow: var(--shadow); }
.cookie-dialog::backdrop { background: rgba(6,27,48,.74); }
.cookie-dialog form { padding: 26px; }
.dialog-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 20px; }
.dialog-head h2 { font-size: 1.7rem; }
.icon-button { width: 42px; height: 42px; display: grid; place-items: center; border: 0; border-radius: 50%; background: #eef2f0; }
.cookie-option { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 18px 0; border-top: 1px solid var(--line); }
.cookie-option p { margin: 4px 0 0; color: var(--muted); font-size: .88rem; }
.cookie-option input { width: 22px; height: 22px; accent-color: var(--forest-700); }
.dialog-actions { display: flex; justify-content: flex-end; margin-top: 16px; }

@media (max-width: 1180px) {
  .header-call { display: none; }
  .main-nav { gap: clamp(11px, 1.7vw, 21px); }
  .hero-grid { grid-template-columns: 1fr 470px; gap: 44px; }
  .reason-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 1020px) {
  .main-nav { position: fixed; inset: 125px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 16px 24px 25px; border-bottom: 1px solid var(--line); background: #fff; box-shadow: 0 18px 40px rgba(6,39,70,.14); }
  .site-header.scrolled .main-nav { inset: 86px 0 auto; }
  .main-nav.open { display: flex; }
  .main-nav > a { padding: 13px 10px; border-bottom: 1px solid #edf2ef; }
  .main-nav > a::after { display: none; }
  .menu-toggle { display: inline-flex; }
  .hero { background: linear-gradient(180deg, #f8fbfe 0%, #f8fbfe 58%, #e8f1f8 58%); }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 820px; }
  .hero-visual { width: min(100%, 720px); min-height: 540px; margin-inline: auto; }
  .request-layout, .process-layout { grid-template-columns: 1fr; }
  .compact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .compact-process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .compact-process-title { padding-right: 0; }
  .request-intro, .process-copy { position: static; }
  .request-intro { padding-top: 0; }
  .steps { grid-template-columns: repeat(3, 1fr); }
  .career-copy { padding: 48px; }
  .footer-intro { align-items: flex-start; flex-direction: column; }
  .footer-intro-actions { justify-content: flex-start; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .topbar-inner > .topbar-message { display: none; }
  .topbar-inner { justify-content: center; }
  .topbar-links { width: 100%; justify-content: space-between; }
  .hero-grid { padding-block: 62px 76px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .featured-services, .service-mini-grid, .blog-grid, .grid-3 { grid-template-columns: 1fr; }
  .career-card { grid-template-columns: 1fr; }
  .career-photo { min-height: 440px; }
  .region-box, .cta-panel, .form-shell, .content-grid { grid-template-columns: 1fr; }
  .form-aside, .side-card { position: static; }
  .cta-actions { justify-content: flex-start; }
  .contact-cards { grid-template-columns: 1fr; }
  .region-visual { min-height: 320px; }
}

@media (max-width: 600px) {
  body { padding-bottom: 62px; }
  .container, .narrow, .article { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 72px 0; }
  .topbar { display: none; }
  .nav-wrap { min-height: 72px; }
  .brand-symbol { width: 52px; height: 52px; }
  .brand-symbol img { width: 100%; }
  .brand-copy strong { font-size: 1rem; }
  .brand-copy small { font-size: .62rem; }
  .main-nav, .site-header.scrolled .main-nav { inset: 72px 0 auto; }
  .hero-grid { gap: 42px; padding-block: 52px 64px; }
  .hero h1 { font-size: clamp(2.85rem, 14vw, 4rem); }
  .hero-actions .button { width: 100%; }
  .hero-notes { display: grid; gap: 10px; }
  .hero-visual { min-height: 420px; }
  .hero-photo-wrap { inset: 0 0 0 12px; border-radius: 34% 34% 10% 34%; }
  .hero-badge-top { left: 0; top: 28px; }
  .hero-badge-bottom { right: 0; bottom: 24px; }
  .trust-grid, .grid-2, .reason-grid, .steps, .principle-grid, .service-detail-list, .form-grid, .compact-process-grid, .footer-grid { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-item:last-child { border-bottom: 0; }
  .section-head { display: block; }
  .section-head .button, .section-head > .text-link { margin-top: 20px; }
  .quick-form, .form-card, .form-aside { padding: 25px; border-radius: 20px; }
  .featured-service { min-height: 440px; }
  .featured-service-content { padding: 26px; }
  .service-mini-card { grid-template-columns: 1fr; }
  .career-photo { min-height: 360px; }
  .career-copy, .region-box, .cta-panel { padding: 30px; border-radius: 22px; }
  .page-hero { padding: 62px 0 54px; }
  .field-full { grid-column: auto; }
  .site-footer { padding-bottom: 28px; }
  .footer-intro { padding-top: 52px; padding-bottom: 44px; }
  .footer-intro-actions .button { width: 100%; }
  .footer-bottom { flex-direction: column; }
  .mobile-actions { position: fixed; z-index: 220; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: 1fr 1fr; background: var(--forest-900); box-shadow: 0 -8px 30px rgba(6,39,70,.22); }
  .mobile-actions a { min-height: 58px; display: flex; align-items: center; justify-content: center; gap: 8px; color: #fff; font-weight: 850; }
  .mobile-actions a + a { color: var(--forest-950); background: var(--gold-500); }
  .cookie-banner { left: 10px; right: 10px; bottom: 72px; align-items: stretch; flex-direction: column; }
  .cookie-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .cookie-actions .button:last-child { grid-column: 1 / -1; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
