:root {
  --navy: #13253a;
  --navy-2: #1b334d;
  --navy-3: #091725;
  --ink: #16202a;
  --paper: #f5f3ee;
  --paper-2: #ebe8e1;
  --white: #ffffff;
  --gold: #b87945;
  --gold-light: #d7a376;
  --line: #d9d6ce;
  --muted: #69727c;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --header-height: 124px;
  --page-pad: clamp(24px, 7vw, 118px);
  --section-space: clamp(78px, 9vw, 142px);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-height); }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 16px/1.68 var(--sans);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 4px; }

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 15px;
  color: var(--white);
  background: var(--navy);
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  height: var(--header-height);
  display: block;
  padding: 0 var(--page-pad);
  background: rgba(255, 255, 255, .97);
  border-bottom: 1px solid rgba(19, 37, 58, .1);
  backdrop-filter: blur(14px);
}

.contact-bar {
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: var(--muted);
  border-bottom: 1px solid rgba(19, 37, 58, .08);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.contact-bar > div { display: flex; align-items: center; gap: 24px; }
.contact-bar a { text-transform: none; letter-spacing: .03em; }
.contact-bar a:hover { color: var(--gold); }
.nav-row { height: 87px; display: flex; align-items: center; justify-content: space-between; gap: 36px; }

.brand { flex: 0 1 290px; display: flex; align-items: center; min-width: 210px; }
.brand-logo { display: block; width: min(285px, 100%); height: auto; }

#main-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(17px, 2vw, 32px); font-size: .88rem; }
#main-nav a { position: relative; padding: 11px 0; white-space: nowrap; }
#main-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 5px; height: 1px; background: var(--gold); transition: right .2s ease; }
#main-nav a:hover::after, #main-nav a.current::after { right: 0; }
#main-nav .nav-cta { padding: 11px 18px; color: var(--white); border: 1px solid var(--navy); background: var(--navy); }
#main-nav .nav-cta::after { display: none; }
#main-nav .nav-cta:hover { color: var(--white); border-color: var(--gold); background: var(--gold); }

.menu-button {
  display: none;
  align-items: center;
  gap: 10px;
  color: var(--navy);
  background: transparent;
  border: 0;
  padding: 10px 0;
  cursor: pointer;
  font-weight: 700;
}
.menu-button i, .menu-button i::before, .menu-button i::after { display: block; width: 22px; height: 1px; background: currentColor; content: ''; transition: .2s ease; }
.menu-button i { position: relative; }
.menu-button i::before { position: absolute; top: -7px; }
.menu-button i::after { position: absolute; top: 7px; }
.menu-button[aria-expanded='true'] i { background: transparent; }
.menu-button[aria-expanded='true'] i::before { top: 0; transform: rotate(45deg); }
.menu-button[aria-expanded='true'] i::after { top: 0; transform: rotate(-45deg); }

.quick-contact {
  position: fixed;
  z-index: 25;
  top: 50%;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  transform: translateY(-50%);
}
.quick-contact a {
  width: 54px;
  min-height: 54px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 0 16px;
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
  box-shadow: 0 8px 24px rgba(9, 23, 37, .16);
  transition: width .25s ease, background .2s ease;
}
.quick-contact a:first-child { border-radius: 4px 0 0 0; }
.quick-contact a:last-child { border-radius: 0 0 0 4px; }
.quick-contact a:hover, .quick-contact a:focus-visible { width: 132px; background: var(--gold); }
.quick-contact svg { flex: 0 0 22px; width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.quick-contact span { white-space: nowrap; font-size: .82rem; font-weight: 800; }

.section-pad { padding: var(--section-space) var(--page-pad); }
.eyebrow, .section-number { margin: 0 0 24px; color: var(--gold); font-size: .78rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.section-number.light, .light { color: var(--gold-light); }
.tag { margin: 0 0 12px !important; color: var(--gold) !important; font-size: .76rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2, h3 { text-wrap: balance; }

.hero {
  min-height: min(760px, calc(100svh - var(--header-height)));
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  color: var(--navy);
  background: var(--white);
}
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(78px, 8vw, 128px) clamp(38px, 6.5vw, 104px) clamp(78px, 8vw, 128px) var(--page-pad); }
.hero h1 { max-width: 720px; margin: 0; font: clamp(3.25rem, 5.4vw, 5.75rem)/.98 var(--serif); letter-spacing: -.045em; }
.hero h1 em { color: var(--gold); font-weight: 400; }
.inner-hero h1 em { color: var(--gold-light); font-weight: 400; }
.hero-lead { max-width: 650px; margin: 30px 0 34px; color: #4f5c68; font-size: clamp(1.05rem, 1.35vw, 1.22rem); }
.hero-actions, .cta-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 13px 24px; border: 0; border-radius: 3px; cursor: pointer; font-weight: 800; line-height: 1.25; transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: var(--white); background: var(--navy); }
.button.primary:hover { background: var(--gold); }
.button.secondary { color: var(--navy); border: 1px solid var(--navy); background: transparent; }
.button.secondary:hover { color: var(--white); background: var(--navy); }
.button.outline-light { color: var(--white); border: 1px solid rgba(255, 255, 255, .48); }
.button.outline-light:hover { border-color: var(--white); background: rgba(255, 255, 255, .08); }
.button.text-link { min-height: auto; padding-inline: 0; color: var(--white); border-bottom: 1px solid rgba(255, 255, 255, .52); }

.credentials { display: flex; flex-wrap: wrap; margin-top: 52px; color: #c5cfd9; font-size: .8rem; letter-spacing: .11em; text-transform: uppercase; }
.credentials span { padding: 0 18px; border-left: 1px solid rgba(255, 255, 255, .25); }
.credentials span:first-child { padding-left: 0; border-left: 0; }

.hero-visual { position: relative; min-height: 630px; margin: 28px 28px 28px 0; overflow: hidden; background: var(--navy-2); }
.hero-visual > img { width: 100%; height: 100%; object-fit: cover; object-position: center 38%; filter: saturate(.7) contrast(1.06); }
.hero-visual::before { content: ''; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(19, 37, 58, .18), rgba(19, 37, 58, .02) 45%, rgba(19, 37, 58, .16)); pointer-events: none; }
.hero-visual::after { content: ''; position: absolute; z-index: 2; inset: 24px; border: 1px solid rgba(255, 255, 255, .42); pointer-events: none; }
.visual-card { position: absolute; z-index: 3; left: 0; bottom: 0; max-width: 520px; padding: 28px 36px; color: var(--ink); background: rgba(255, 255, 255, .96); }
.visual-card span, .visual-card small { display: block; color: var(--muted); font-size: .75rem; letter-spacing: .13em; text-transform: uppercase; }
.visual-card strong { display: block; margin: 7px 0 14px; font: 1.45rem/1.25 var(--serif); }

.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); padding: 0 var(--page-pad); color: var(--navy); background: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-strip > div { min-height: 112px; display: flex; flex-direction: column; justify-content: center; padding: 24px clamp(18px, 2.5vw, 34px); border-left: 1px solid var(--line); }
.trust-strip > div:first-child { border-left: 0; padding-left: 0; }
.trust-strip strong { font: 1.18rem/1.25 var(--serif); }
.trust-strip span { margin-top: 5px; color: var(--muted); font-size: .76rem; }

.intro { display: grid; grid-template-columns: .72fr 3fr; gap: 70px; background: var(--white); }
.intro h2, .section-heading h2, .process h2, .contact h2, .content-intro h2, .included h2, .contact-page h2, .documents-hint h2 { margin: 0; font: clamp(2.35rem, 4.4vw, 4.65rem)/1.04 var(--serif); letter-spacing: -.035em; }
.large-copy { max-width: 1040px; margin: 34px 0 0; color: #34414e; font: clamp(1.35rem, 2.25vw, 2.05rem)/1.5 var(--serif); }
.large-copy.small { font-size: clamp(1.22rem, 1.8vw, 1.7rem); }
.inline-link { display: inline-block; margin-top: 28px; padding-bottom: 3px; color: var(--navy); border-bottom: 1px solid var(--gold); font-weight: 750; }
.inline-link::after { content: ' →'; color: var(--gold); }

.section-heading { display: grid; grid-template-columns: 1.55fr .75fr; align-items: end; gap: 70px; margin-bottom: 58px; }
.section-heading > p { max-width: 500px; margin: 0; color: var(--muted); }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 310px; padding: 38px 38px 64px; background: rgba(255,255,255,.55); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: color .25s ease, background .25s ease, transform .25s ease; }
.service-card:hover { z-index: 1; color: var(--white); background: var(--navy); transform: translateY(-3px); }
.service-card > span, .method-grid span, .answer-grid span { color: var(--gold); font-size: .75rem; font-weight: 800; letter-spacing: .16em; }
.service-card h3, .decision h3, .process h3, .method-grid h3, .region-grid h3, .answer-grid h3 { margin: 33px 0 14px; font: 1.65rem/1.2 var(--serif); }
.service-card p, .decision p, .process p, .method-grid p, .answer-grid p { margin: 0; color: var(--muted); }
.service-card:hover p { color: #c9d3dc; }
.service-card b { position: absolute; left: 38px; bottom: 30px; color: var(--gold); font-size: .82rem; }

.decision { display: grid; grid-template-columns: .8fr 1.7fr; gap: 70px; color: var(--white); background: var(--navy); }
.decision h2, .profile h2, .expert-note h2, .cta-band h2, .about-feature h2 { margin: 0; font: clamp(2.7rem, 5vw, 5.35rem)/1 var(--serif); letter-spacing: -.035em; }
.decision-grid { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid rgba(255, 255, 255, .2); }
.decision-grid article { padding: 43px; }
.decision-grid article + article { border-left: 1px solid rgba(255, 255, 255, .2); }
.decision-grid h3 { margin: 10px 0 20px; font-size: 2rem; }
.decision-grid p { color: #c6d1dc; }
.decision-grid ul { padding-left: 20px; margin: 25px 0 30px; }
.decision-grid li { margin: 9px 0; color: #e4e9ed; }
.decision-grid a { padding-bottom: 3px; color: var(--gold-light); border-bottom: 1px solid var(--gold); font-weight: 700; }

.process-list { display: grid; grid-template-columns: repeat(4, 1fr); margin: 68px 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.process-list li { padding: 35px 28px 0 0; }
.process-list li + li { padding-left: 28px; border-left: 1px solid var(--line); }
.process-list > li > span { color: var(--gold); font-size: .75rem; font-weight: 800; }
.process h3 { margin-top: 50px; }

.methods { background: var(--white); }
.method-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.method-grid article { min-height: 250px; padding: 36px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.method-grid h3 { margin: 30px 0 13px; }

.profile { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: clamp(48px, 8vw, 126px); color: var(--white); background: var(--navy-2); }
.profile-photo, .portrait-frame { position: relative; width: 100%; max-width: 520px; margin: 0; overflow: hidden; aspect-ratio: 4 / 5; border: 1px solid rgba(255, 255, 255, .22); }
.profile-photo::after, .portrait-frame::after { content: ''; position: absolute; inset: 24px; border: 1px solid rgba(184, 121, 69, .65); pointer-events: none; }
.profile-photo img, .portrait-frame img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.profile-role { max-width: 720px; color: var(--gold-light); font: 1.42rem/1.48 var(--serif); }
.profile-role.dark { color: var(--gold); }
.profile-copy > p:not(.section-number):not(.profile-role) { max-width: 680px; color: #cad3dc; }
.profile-facts { max-width: 720px; padding: 0; margin: 28px 0; list-style: none; }
.profile-facts li { padding: 10px 0; border-bottom: 1px solid rgba(255, 255, 255, .14); }
.profile-links { display: flex; flex-wrap: wrap; gap: 22px; }
.certificate-link { display: inline-block; padding-bottom: 3px; color: var(--white); border-bottom: 1px solid var(--gold); }

.speaker { display: grid; grid-template-columns: .7fr 2fr; align-items: center; gap: clamp(50px, 8vw, 120px); background: var(--white); border-bottom: 1px solid var(--line); }
.speaker-mark { color: transparent; font: clamp(12rem, 23vw, 24rem)/.78 var(--serif); -webkit-text-stroke: 1px rgba(184, 121, 69, .6); text-align: center; }
.speaker h2 { max-width: 900px; margin: 0; color: var(--navy); font: clamp(2.7rem, 5vw, 5.2rem)/1 var(--serif); letter-spacing: -.04em; }
.speaker .large-copy { max-width: 900px; }
.speaker-note { max-width: 720px; margin: 28px 0 0; padding-left: 22px; color: var(--muted); border-left: 2px solid var(--gold); }

.regions { background: var(--paper); }
.region-grid { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); background: rgba(255, 255, 255, .24); }
.region-grid article { min-height: 330px; padding: clamp(34px, 4vw, 58px); }
.region-grid article + article { border-left: 1px solid var(--line); }
.region-grid h3 { margin-top: 12px; font-size: clamp(1.8rem, 2.5vw, 2.5rem); }
.region-grid p:not(.tag) { color: var(--muted); }

.faq { background: var(--white); }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.faq details { padding: 29px 33px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(245, 243, 238, .45); }
.faq summary { position: relative; padding-right: 34px; color: var(--navy); cursor: pointer; list-style: none; font: 1.3rem/1.4 var(--serif); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; position: absolute; top: -4px; right: 0; color: var(--gold); font: 1.6rem var(--sans); }
.faq details[open] summary::after { content: '–'; }
.faq details p { margin: 18px 0 0; color: var(--muted); }

.contact { display: grid; grid-template-columns: .86fr 1.14fr; gap: clamp(50px, 8vw, 132px); background: var(--paper); }
.contact-copy > p:not(.section-number) { max-width: 550px; color: var(--muted); font-size: 1.08rem; }
.direct-contact { display: flex; flex-direction: column; gap: 12px; margin-top: 34px; }
.direct-contact a { display: grid; grid-template-columns: 80px 1fr; padding-bottom: 10px; border-bottom: 1px solid var(--line); }
.direct-contact span { color: var(--gold); font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.direct-contact a:hover { color: var(--gold); }

.inquiry-form { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.inquiry-form label { display: flex; flex-direction: column; font-size: .875rem; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; }
.inquiry-form .full, .inquiry-form .form-note { grid-column: 1 / -1; }
.optional { color: var(--muted); font-size: .75rem; font-weight: 500; letter-spacing: 0; text-transform: none; }
input, select, textarea { width: 100%; min-height: 52px; margin-top: 8px; padding: 13px 14px; color: var(--ink); background: rgba(255, 255, 255, .7); border: 1px solid transparent; border-bottom-color: #aeb3b7; border-radius: 0; }
input:focus, select:focus, textarea:focus { border-color: var(--gold); outline: 0; background: var(--white); }
textarea { min-height: 132px; resize: vertical; }
.consent { flex-direction: row !important; align-items: flex-start; color: var(--muted); font-size: .84rem !important; font-weight: 400 !important; letter-spacing: 0 !important; text-transform: none !important; }
.consent input { flex: 0 0 auto; width: 18px; min-height: auto; height: 18px; margin: 3px 10px 0 0; }
.consent a { color: var(--navy); text-decoration: underline; text-underline-offset: 2px; }
.form-note { margin: 0; color: var(--muted); font-size: .78rem; }
.inquiry-form .button { justify-self: start; }

.inner-hero { padding: 30px var(--page-pad) clamp(74px, 9vw, 130px); color: var(--white); background: var(--navy); }
.breadcrumbs { margin-bottom: clamp(58px, 7vw, 105px); color: #c4ced8; font-size: .8rem; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.breadcrumbs li + li::before { content: '/'; margin-right: 8px; color: var(--gold); }
.breadcrumbs a:hover { color: var(--white); }
.inner-hero-grid { display: grid; grid-template-columns: 1.2fr .7fr; align-items: end; gap: clamp(45px, 8vw, 130px); }
.inner-hero h1 { max-width: 900px; margin: 0; font: clamp(3.15rem, 5.7vw, 6rem)/1 var(--serif); letter-spacing: -.045em; }
.inner-lead { max-width: 620px; margin: 0 0 .45rem; color: #d2dae2; font-size: clamp(1.05rem, 1.35vw, 1.23rem); }

.content-section { background: var(--white); }
.content-intro { display: grid; grid-template-columns: .7fr 2.3fr; gap: 55px; }
.content-intro .large-copy { max-width: 1050px; }
.soft { background: var(--paper); }
.answer-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.answer-grid article { min-height: 270px; padding: 33px 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.answer-grid h3 { margin-top: 28px; }

.included { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(55px, 9vw, 140px); background: var(--white); }
.included > div > p:not(.section-number) { max-width: 480px; color: var(--muted); }
.check-list { counter-reset: item; margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.check-list li { counter-increment: item; position: relative; padding: 20px 10px 20px 58px; border-bottom: 1px solid var(--line); font-size: 1.03rem; }
.check-list li::before { content: counter(item, decimal-leading-zero); position: absolute; left: 0; top: 21px; color: var(--gold); font-size: .74rem; font-weight: 800; letter-spacing: .11em; }
.check-list a { text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: 4px; }

.expert-note { color: var(--white); background: var(--navy-2); }
.expert-note h2 { max-width: 1000px; }
.expert-note > p:last-child { max-width: 930px; margin: 32px 0 0; color: #cad4dd; font-size: clamp(1.06rem, 1.4vw, 1.25rem); }

.cta-band { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 60px; padding: clamp(64px, 8vw, 110px) var(--page-pad); color: var(--white); background: var(--navy-3); }
.cta-band .button.primary { background: var(--gold); }
.cta-band .button.primary:hover { background: #9c6336; }
.cta-band h2 { max-width: 820px; font-size: clamp(2.4rem, 4vw, 4.3rem); }
.cta-band > div > p:last-child { max-width: 750px; color: #c5ced7; }
.cta-actions { justify-content: flex-end; }

.about-feature { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: clamp(50px, 8vw, 130px); background: var(--white); }
.about-feature .portrait-frame { border-color: var(--line); }
.about-feature .large-copy { margin-bottom: 30px; }
.values { background: var(--paper); }

.contact-page { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px, 9vw, 145px); background: var(--white); }
.contact-options > a { display: flex; flex-direction: column; gap: 3px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.contact-options > a span { color: var(--gold); font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-options > a strong { font: clamp(1.2rem, 1.8vw, 1.55rem) var(--serif); }
.contact-options > a:hover strong { color: var(--gold); }
.contact-options address { margin-top: 38px; font-style: normal; }
.compact-form { margin-top: 0; }

.documents-hint { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 8vw, 130px); }
.documents-hint ul { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.documents-hint li { padding: 17px 5px; border-bottom: 1px solid var(--line); }
.documents-hint li::before { content: '—'; margin-right: 14px; color: var(--gold); }

.legal-page { max-width: 1050px; margin: 0 auto; background: var(--white); }
.legal-page .legal-date { margin: 0 0 45px; color: var(--muted); }
.legal-page section { padding: 0 0 38px; margin-bottom: 38px; border-bottom: 1px solid var(--line); }
.legal-page section:last-child { margin-bottom: 0; }
.legal-page h2 { margin: 0 0 17px; color: var(--navy); font: clamp(1.7rem, 2.5vw, 2.35rem)/1.2 var(--serif); }
.legal-page p { max-width: 850px; margin: 12px 0; }
.legal-page a { text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: 3px; }

.not-found { min-height: 70vh; text-align: center; background: var(--white); }
.not-found img { width: 116px; margin-bottom: 25px; }
.not-found h1 { max-width: 850px; margin: 0 auto; font: clamp(2.8rem, 5vw, 5.3rem)/1 var(--serif); }
.not-found > p:not(.section-number) { max-width: 650px; margin: 25px auto 30px; color: var(--muted); }

.site-footer { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 38px; padding: 65px var(--page-pad) 28px; color: #c9d2da; background: #10243a; font-size: .88rem; }
.site-footer strong { color: var(--white); }
.site-footer p { margin: 10px 0; }
.site-footer ul { margin: 12px 0 0; padding: 0; list-style: none; }
.site-footer li { margin: 7px 0; }
.site-footer a:hover { color: var(--gold-light); }
.site-footer address { font-style: normal; }
.footer-brand { align-self: start; }
.footer-brand > p { max-width: 340px; color: #aebbc7; }
.footer-logo { display: block; width: min(350px, 100%); height: auto; }
.footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 25px; padding-top: 23px; margin-top: 20px; border-top: 1px solid rgba(255, 255, 255, .14); font-size: .78rem; }
.footer-bottom p { margin: 0; }
.footer-bottom a + a { margin-left: 22px; }

@media (max-width: 1120px) {
  #main-nav { gap: 18px; font-size: .84rem; }
  .brand { flex-basis: 255px; }
  .service-card { padding-inline: 30px; }
  .service-card b { left: 30px; }
  .answer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 950px) {
  :root { --header-height: 82px; }
  .site-header { padding-inline: 24px; }
  .contact-bar { display: none; }
  .nav-row { height: var(--header-height); }
  .brand { flex-basis: 245px; }
  .menu-button { display: flex; }
  #main-nav { position: absolute; top: var(--header-height); left: 0; right: 0; display: none; align-items: stretch; gap: 0; padding: 22px 24px 28px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 18px 30px rgba(9, 23, 37, .1); }
  #main-nav.open { display: flex; flex-direction: column; }
  #main-nav a { padding: 12px 0; }
  #main-nav a::after { display: none; }
  #main-nav .nav-cta { margin-top: 8px; padding: 12px 14px; text-align: center; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { min-height: 540px; }
  .hero-visual { min-height: 580px; margin: 0 24px 24px; }
  .trust-strip { grid-template-columns: 1fr 1fr; }
  .trust-strip > div:nth-child(3) { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .trust-strip > div:nth-child(4) { border-top: 1px solid var(--line); }
  .intro, .decision, .profile, .speaker, .contact, .about-feature, .contact-page { grid-template-columns: 1fr; }
  .intro { gap: 25px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .process-list { grid-template-columns: 1fr 1fr; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .decision { gap: 45px; }
  .profile-photo, .portrait-frame { max-width: 470px; }
  .speaker { gap: 34px; }
  .speaker-mark { max-height: 190px; overflow: hidden; text-align: left; }
  .inner-hero-grid { grid-template-columns: 1fr; gap: 38px; }
  .content-intro { grid-template-columns: 1fr; gap: 20px; }
  .included, .documents-hint { grid-template-columns: 1fr; gap: 45px; }
  .cta-band { grid-template-columns: 1fr; align-items: start; }
  .cta-actions { justify-content: flex-start; }
  .site-footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  :root { --header-height: 72px; --page-pad: 22px; --section-space: 66px; }
  body { line-height: 1.62; }
  .site-header { padding-inline: var(--page-pad); }
  .nav-row { gap: 18px; }
  .brand { flex: 0 1 205px; min-width: 0; }
  .brand-logo { max-height: 53px; object-fit: contain; object-position: left center; }
  .menu-button { flex: 0 0 44px; min-width: 44px; min-height: 44px; justify-content: flex-end; }
  .menu-button span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
  #main-nav { max-height: calc(100svh - var(--header-height)); overflow-y: auto; padding: 18px var(--page-pad) 24px; }
  #main-nav a { min-height: 46px; display: flex; align-items: center; }
  .quick-contact { top: 62%; right: 0; bottom: auto; left: auto; flex-direction: column; align-items: flex-end; gap: 4px; transform: translateY(-50%); }
  .quick-contact a, .quick-contact a:hover, .quick-contact a:focus-visible { width: 52px; min-height: 52px; padding: 0 15px; border-radius: 5px 0 0 5px; background: var(--navy); }
  .quick-contact svg { flex-basis: 21px; width: 21px; height: 21px; }
  .quick-contact span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
  .hero-copy { min-height: auto; padding: 58px var(--page-pad) 54px; }
  .hero h1 { font-size: clamp(2.8rem, 14vw, 3.8rem); line-height: 1; }
  .hero-lead { margin: 25px 0 28px; font-size: 1.03rem; }
  .hero-actions { flex-direction: column; align-items: stretch; gap: 11px; }
  .hero-actions .button { width: 100%; }
  .hero-visual { min-height: min(500px, 125vw); margin: 0; }
  .hero-visual::after { inset: 16px; }
  .visual-card { right: 0; max-width: calc(100% - 22px); padding: 21px 22px; }
  .visual-card strong { font-size: 1.25rem; }
  .credentials { gap: 10px; }
  .credentials span { width: 100%; padding: 0; border: 0; }
  .section-heading { margin-bottom: 38px; }
  .intro h2, .section-heading h2, .process h2, .contact h2, .content-intro h2, .included h2, .contact-page h2, .documents-hint h2 { font-size: clamp(2.15rem, 10.5vw, 3rem); }
  .decision h2, .profile h2, .expert-note h2, .cta-band h2, .about-feature h2, .speaker h2 { font-size: clamp(2.35rem, 11vw, 3.2rem); }
  .large-copy { margin-top: 25px; font-size: 1.3rem; line-height: 1.45; }
  .service-grid, .decision-grid, .method-grid, .region-grid, .faq-grid, .inquiry-form, .site-footer { grid-template-columns: 1fr; }
  .trust-strip { grid-template-columns: 1fr; padding-inline: 24px; }
  .trust-strip > div { min-height: 92px; padding-inline: 0; border-left: 0; border-top: 1px solid var(--line); }
  .trust-strip > div:first-child { border-top: 0; }
  .service-card { min-height: 245px; padding: 30px 26px 58px; }
  .service-card b { left: 26px; bottom: 24px; }
  .decision-grid article, .method-grid article, .region-grid article { padding: 30px 25px; }
  .decision-grid article + article, .region-grid article + article { border-top: 1px solid rgba(255, 255, 255, .2); border-left: 0; }
  .region-grid article + article { border-top-color: var(--line); }
  .process-list { grid-template-columns: 1fr; }
  .process-list li { padding: 25px 0; border-bottom: 1px solid var(--line); }
  .process-list li + li { padding-left: 0; border-left: 0; }
  .process h3 { margin-top: 14px; }
  .profile-photo, .portrait-frame { max-width: 100%; aspect-ratio: 3 / 4; }
  .profile-photo::after, .portrait-frame::after { inset: 16px; }
  .profile-role { font-size: 1.25rem; }
  .speaker-mark { max-height: 130px; font-size: 11rem; }
  .speaker { gap: 22px; }
  .faq details { padding: 25px 23px; }
  .inquiry-form .full, .inquiry-form .form-note { grid-column: 1; }
  .contact { gap: 60px; }
  .direct-contact a { grid-template-columns: 1fr; gap: 3px; overflow-wrap: anywhere; }
  .inner-hero { padding-top: 24px; }
  .breadcrumbs { margin-bottom: 46px; }
  .inner-hero-grid { gap: 28px; }
  .inner-hero h1 { font-size: clamp(2.65rem, 12vw, 3.8rem); }
  .answer-grid { grid-template-columns: 1fr; }
  .answer-grid article { min-height: auto; }
  .cta-actions { align-items: stretch; flex-direction: column; }
  .cta-actions .button { width: 100%; }
  .site-footer { gap: 30px; }
  .footer-bottom { flex-direction: column; }
  .footer-bottom a + a { margin-left: 18px; }
}

@media (max-width: 370px) {
  :root { --page-pad: 18px; --section-space: 58px; }
  .brand { flex-basis: 178px; }
  .hero-copy { padding-top: 50px; }
  .hero h1 { font-size: 2.55rem; }
  .hero-visual { min-height: 410px; }
  .quick-contact a, .quick-contact a:hover, .quick-contact a:focus-visible { width: 48px; min-height: 48px; padding-inline: 14px; }
  .visual-card { max-width: calc(100% - 18px); padding: 18px; }
  .visual-card strong { font-size: 1.12rem; }
  .decision-grid article, .method-grid article, .region-grid article { padding-inline: 21px; }
  .faq details { padding-inline: 20px; }
}

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