:root {
  --navy: #071a2f;
  --navy-2: #0c2b4f;
  --blue: #1667a8;
  --cyan: #43b8d8;
  --ice: #eaf6fb;
  --ink: #122235;
  --muted: #5e6e7d;
  --line: #dbe7ee;
  --white: #ffffff;
  --max: 1180px;
  --shadow: 0 24px 70px rgba(7, 35, 61, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.wrap { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip { position: absolute; left: -9999px; top: 8px; z-index: 100; background: #fff; padding: 10px 14px; }
.skip:focus { left: 8px; }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.94); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(8,42,74,.09); }
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { text-decoration: none; display: grid; line-height: 1.15; }
.brand strong { color: var(--navy); font-size: 1.03rem; letter-spacing: -.02em; }
.brand span { color: var(--blue); font-size: .77rem; text-transform: uppercase; letter-spacing: .12em; margin-top: 5px; }
.brand-logo { display: block; width: 270px; height: 64px; overflow: hidden; text-decoration: none; }
.brand-logo img { width: 100%; height: auto; transform: translateY(-22.5%); }
.nav-links { display: flex; align-items: center; gap: 22px; }
.nav-links a { text-decoration: none; color: #30475d; font-weight: 650; font-size: .9rem; }
.nav-links a:hover, .nav-links a:focus-visible { color: var(--blue); }
.menu-toggle { display: none; border: 1px solid var(--line); background: #fff; border-radius: 10px; padding: 8px 12px; font: inherit; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; border-radius: 999px; padding: 12px 21px; text-decoration: none; font-weight: 750; border: 1px solid transparent; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--blue); box-shadow: 0 10px 24px rgba(22,103,168,.25); }
.button-primary:hover { background: #0d5a98; }
.button-light { color: var(--navy); background: #fff; }
.button-outline { color: var(--navy); border-color: #b9d1df; background: transparent; }
.button-sm { min-height: 42px; padding: 9px 17px; font-size: .9rem; }

.hero { color: #fff; overflow: hidden; background:
  radial-gradient(circle at 21% 48%, transparent 0 84px, rgba(87,202,226,.16) 85px 86px, transparent 87px 150px, rgba(87,202,226,.1) 151px 152px, transparent 153px),
  linear-gradient(124deg, #06172b 0%, #0a315a 63%, #176cac 100%); }
.hero-grid { min-height: 650px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: stretch; }
.hero-copy { padding: 96px 24px 92px 0; display: flex; flex-direction: column; justify-content: center; position: relative; z-index: 2; }
.eyebrow { margin: 0 0 17px; color: #74d5ea; font-size: .8rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; line-height: 1.1; letter-spacing: -.035em; }
h1 { max-width: 720px; font-size: clamp(2.75rem, 5.4vw, 5.1rem); font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
.hero-lead { max-width: 640px; margin: 25px 0 0; color: #dcecf5; font-size: clamp(1.05rem, 1.5vw, 1.23rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.hero-note { margin: 21px 0 0; color: #b7d1df; font-size: .9rem; }
.hero-visual { min-height: 540px; position: relative; align-self: end; }
.hero-visual::before { content: ""; position: absolute; width: 560px; aspect-ratio: 1; border: 1px solid rgba(116,213,234,.22); border-radius: 50%; right: -135px; top: 64px; }
.hero-visual img { width: 100%; height: 100%; min-height: 650px; object-fit: cover; object-position: 58% 15%; mix-blend-mode: normal; }

.trust-strip { border-bottom: 1px solid var(--line); background: #f8fcfe; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-item { padding: 24px 28px; border-right: 1px solid var(--line); }
.trust-item:first-child { padding-left: 0; }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; color: var(--navy); }
.trust-item span { color: var(--muted); font-size: .9rem; }

.section { padding: 92px 0; }
.section-soft { background: #f4f9fc; }
.section-dark { color: #fff; background: var(--navy); }
.section-heading { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: end; margin-bottom: 44px; }
.section-heading h2, .content-title { color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.2rem, 4vw, 3.8rem); font-weight: 500; }
.section-heading p { color: var(--muted); margin: 0; font-size: 1.05rem; }
.section-dark .section-heading h2, .section-dark .content-title { color: #fff; }
.section-dark .section-heading p { color: #c4d7e3; }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card { position: relative; padding: 31px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 10px 34px rgba(12,54,88,.06); }
.card-number { display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: var(--blue); background: var(--ice); font-weight: 850; }
.card h3 { color: var(--navy); margin-top: 25px; font-size: 1.42rem; }
.card p { color: var(--muted); }
.card-link { display: inline-flex; gap: 8px; align-items: center; color: var(--blue); font-weight: 800; text-decoration: none; }
.card-link::after { content: "→"; }

.service-directory { margin-top: 64px; padding: 42px; border-radius: 26px; background: var(--navy); color: #fff; }
.service-directory-heading { display: grid; grid-template-columns: .6fr 1.4fr; gap: 42px; align-items: end; margin-bottom: 30px; }
.service-directory-heading h3 { margin: 0; max-width: 760px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 3vw, 3.1rem); font-weight: 500; }
.service-list { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #35526a; border-left: 1px solid #35526a; }
.service-list article { min-height: 190px; padding: 24px; border-right: 1px solid #35526a; border-bottom: 1px solid #35526a; }
.service-list span { color: #72d2e7; font-size: .75rem; font-weight: 800; letter-spacing: .14em; }
.service-list h4 { margin: 18px 0 8px; font-size: 1.15rem; }
.service-list p { margin: 0; color: #c3d5df; font-size: .9rem; }
.service-directory-note { margin: 24px 0 0; color: #c3d5df; font-size: .88rem; }

.about-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 76px; align-items: center; }
.portrait-card { border-radius: 28px; overflow: hidden; background: var(--navy-2); box-shadow: var(--shadow); }
.portrait-card img { width: 100%; height: 580px; object-fit: cover; object-position: center 12%; }
.about-copy h2 { color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.25rem, 4vw, 3.9rem); font-weight: 500; }
.about-copy > p { color: var(--muted); font-size: 1.05rem; }
.credential-list { list-style: none; padding: 0; margin: 28px 0; border-top: 1px solid var(--line); }
.credential-list li { padding: 14px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 160px 1fr; gap: 18px; }
.credential-list strong { color: var(--navy); }

.process { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.process article { border-top: 1px solid #3d5970; padding-top: 22px; }
.process b { color: #72d2e7; font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; }
.process h3 { margin-top: 14px; font-size: 1.3rem; }
.process p { color: #c3d5df; }

.locations { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.locations.single { grid-template-columns: 1fr; max-width: 760px; margin-inline: auto; }
.location { border: 1px solid var(--line); border-radius: 22px; padding: 30px; background: #fff; }
.location small { color: var(--blue); text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
.location h3 { margin-top: 12px; color: var(--navy); font-size: 1.45rem; }
.location p { color: var(--muted); }

.contact-panel { border-radius: 28px; overflow: hidden; display: grid; grid-template-columns: .9fr 1.1fr; box-shadow: var(--shadow); }
.contact-copy { color: #fff; padding: 52px; background: linear-gradient(145deg, #071a2f, #0d4779); }
.contact-copy h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; font-size: clamp(2.3rem, 4vw, 3.8rem); }
.contact-copy p { color: #c9dce7; }
.phone-large { display: inline-block; margin-top: 20px; font-size: clamp(1.55rem, 3vw, 2.35rem); font-weight: 800; text-decoration: none; }
.contact-form { padding: 45px 52px; background: #fff; }
.field { margin-bottom: 16px; }
.field label { display: block; margin-bottom: 6px; color: var(--navy); font-size: .88rem; font-weight: 800; }
.field input, .field select { width: 100%; min-height: 48px; border: 1px solid #b8cad6; border-radius: 11px; padding: 10px 12px; font: inherit; background: #fff; }
.field input:focus, .field select:focus { outline: 3px solid rgba(67,184,216,.22); border-color: var(--blue); }
.consent { display: flex; gap: 10px; align-items: flex-start; font-size: .83rem; color: var(--muted); margin: 18px 0; }
.consent input { margin-top: 5px; }
.form-status { min-height: 24px; color: var(--blue); font-weight: 700; font-size: .9rem; }

.page-hero { color: #fff; padding: 92px 0 78px; background: radial-gradient(circle at 82% 30%, transparent 0 100px, rgba(74,196,220,.2) 101px 102px, transparent 103px 180px, rgba(74,196,220,.1) 181px 182px, transparent 183px), linear-gradient(125deg, #06182b, #0b3b69); }
.page-hero h1 { max-width: 870px; font-size: clamp(2.8rem, 5vw, 4.7rem); }
.page-hero p { max-width: 720px; color: #d4e5ee; font-size: 1.12rem; margin: 22px 0 0; }
.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 70px; align-items: start; }
.prose h2 { margin: 48px 0 13px; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: 2.1rem; font-weight: 500; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin-top: 28px; color: var(--navy); }
.prose p, .prose li { color: #43576a; }
.prose li { margin-bottom: 8px; }
.info-box { position: sticky; top: 104px; padding: 28px; border-radius: 20px; color: #fff; background: var(--navy); }
.info-box h2 { font-size: 1.45rem; }
.info-box p { color: #c6d8e3; }
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); padding: 20px 0; }
.faq summary { cursor: pointer; color: var(--navy); font-weight: 800; }
.faq p { margin-bottom: 0; }

.site-footer { padding: 50px 0 26px; color: #c6d5df; background: #041221; }
.footer-grid { display: grid; grid-template-columns: 1.1fr .8fr 1fr; gap: 50px; }
.footer-grid h3 { color: #fff; font-size: 1rem; margin-bottom: 13px; }
.footer-grid p, .footer-grid a { color: #aebfca; font-size: .9rem; }
.footer-links { display: grid; gap: 7px; }
.footer-links a { text-decoration: none; }
.footer-bottom { margin-top: 38px; padding-top: 22px; border-top: 1px solid #243647; color: #8297a5; font-size: .78rem; }
.mobile-call { display: none; }

.cookie-banner { position: fixed; z-index: 80; left: 18px; right: 18px; bottom: 18px; display: flex; align-items: center; justify-content: space-between; gap: 28px; max-width: 980px; margin-inline: auto; padding: 20px 22px; border: 1px solid #b8cad6; border-radius: 18px; background: #fff; box-shadow: 0 18px 60px rgba(4,18,33,.22); }
.cookie-banner[hidden] { display: none; }
.cookie-banner strong { display: block; color: var(--navy); margin-bottom: 4px; }
.cookie-banner p { max-width: 650px; margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.45; }
.cookie-banner a { color: var(--blue); }
.cookie-actions { display: flex; flex: 0 0 auto; gap: 10px; }
.cookie-actions .button { white-space: nowrap; }
.cookie-settings { display: block; margin: 16px auto 0; padding: 4px 8px; border: 0; color: #aebfca; background: transparent; font: inherit; font-size: .78rem; text-decoration: underline; cursor: pointer; }

@media (max-width: 900px) {
  .menu-toggle { display: inline-flex; }
  .nav-links { display: none; position: absolute; left: 20px; right: 20px; top: 70px; padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: var(--shadow); flex-direction: column; align-items: stretch; }
  .nav-links.open { display: flex; }
  .nav-links .button { width: 100%; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding: 76px 0 50px; }
  .hero-visual { min-height: 470px; margin: 0 -20px; }
  .hero-visual img { min-height: 520px; max-height: 600px; object-position: 50% 8%; }
  .section-heading, .about-grid, .contact-panel, .content-grid { grid-template-columns: 1fr; gap: 38px; }
  .cards, .process, .service-list { grid-template-columns: 1fr; }
  .service-directory-heading { grid-template-columns: 1fr; gap: 10px; }
  .info-box { position: static; }
}

@media (max-width: 640px) {
  .wrap { width: min(calc(100% - 28px), var(--max)); }
  .nav { min-height: 68px; }
  .brand strong { font-size: .92rem; }
  .brand span { font-size: .65rem; }
  .brand-logo { width: 205px; height: 49px; }
  .hero-grid { min-height: auto; }
  .hero-copy { padding-top: 60px; }
  h1 { font-size: clamp(2.55rem, 12vw, 3.7rem); }
  .hero-actions .button { width: 100%; }
  .hero-visual { min-height: 390px; }
  .hero-visual img { min-height: 440px; }
  .trust-grid, .locations, .footer-grid { grid-template-columns: 1fr; }
  .trust-item { padding: 17px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .section { padding: 68px 0; }
  .section-heading { gap: 19px; }
  .service-directory { margin-top: 44px; padding: 28px 20px; }
  .service-list article { min-height: auto; padding: 22px 18px; }
  .portrait-card img { height: 470px; }
  .credential-list li { grid-template-columns: 1fr; gap: 2px; }
  .contact-copy, .contact-form { padding: 34px 24px; }
  .page-hero { padding: 67px 0 58px; }
  .mobile-call { display: flex; position: fixed; z-index: 30; left: 14px; right: 14px; bottom: 12px; }
  body { padding-bottom: 72px; }
  .cookie-banner { left: 12px; right: 12px; bottom: 84px; display: grid; gap: 14px; padding: 18px; }
  .cookie-actions { display: grid; grid-template-columns: 1fr; }
  .cookie-actions .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .button { transition: none; } }
