:root {
  color-scheme: dark;
  --ink: #061221;
  --ink-deep: #030a13;
  --ink-soft: #0b1b2d;
  --panel: #0b1a2a;
  --line: rgba(221, 166, 83, 0.25);
  --line-soft: rgba(255, 255, 255, 0.1);
  --gold: #d7a14e;
  --gold-light: #f0c77e;
  --paper: #f5f2ec;
  --muted: #aeb9c7;
  --white: #ffffff;
  --serif: "Prata", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --shell: min(1280px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--white);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; }
h1, h2, h3, p, a, strong, small { overflow-wrap: break-word; }
.shell { width: var(--shell); margin-inline: auto; }
.header-inner > *, .quick-grid > *, .service-grid > *, .section-head > *, .situations-layout > *, .evidence-layout > *, .faq-layout > *, .contact-card > *, .footer-inner > * { min-width: 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: -100px; background: var(--gold); color: var(--ink); padding: 10px 16px; font-weight: 700; }
.skip-link:focus { top: 12px; }

.site-header {
  position: absolute;
  z-index: 100;
  inset: 0 0 auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(3, 10, 19, 0.95), rgba(3, 10, 19, 0.72));
  backdrop-filter: blur(12px);
}
.header-inner { min-height: 116px; display: flex; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand-mark {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  border: 0;
  color: var(--gold-light);
  font-family: var(--serif);
  font-size: 16px;
  overflow: hidden;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.36));
}
.brand-mark img { width: 100%; height: 100%; object-fit: contain; display: block; }
.brand-copy { display: grid; line-height: 1.1; }
.brand-copy strong { color: var(--gold-light); font-family: var(--serif); font-size: 31px; letter-spacing: 0.04em; }
.brand-copy span { max-width: 185px; color: #c0cad5; font-size: 11px; line-height: 1.35; margin-top: 5px; }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: 28px; }
.site-nav a { color: #dbe2eb; font-size: 14px; font-weight: 600; position: relative; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -10px; height: 1px; background: var(--gold); transition: right 180ms ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.header-phones { display: grid; gap: 7px; padding-left: 20px; border-left: 1px solid var(--line-soft); flex: 0 0 auto; }
.header-phone { display: flex; align-items: center; gap: 9px; min-width: 190px; line-height: 1.15; }
.header-phone strong { font-size: 14px; white-space: nowrap; }
.carrier-logo { width: 31px; height: 21px; flex: 0 0 auto; display: inline-grid; place-items: center; border-radius: 6px; color: white; font-size: 8px; font-weight: 800; letter-spacing: -0.02em; line-height: 1; }
.carrier-logo img { width: 100%; height: 100%; display: block; object-fit: contain; }
.carrier-mts { background: #e30611; }
.carrier-volna { overflow: hidden; background: #fff; }
.header-contact { min-height: 48px; padding: 0 18px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--gold); color: var(--gold-light); font-size: 13px; font-weight: 700; white-space: nowrap; }
.menu-button { display: none; width: 44px; height: 44px; border: 1px solid var(--line-soft); background: transparent; padding: 11px; }
.menu-button > span:not(.sr-only) { height: 1px; display: block; background: white; margin: 5px 0; transition: transform 180ms ease, opacity 180ms ease; }

.hero { min-height: 920px; position: relative; display: grid; align-items: stretch; overflow: hidden; background: var(--ink-deep); }
.hero-image { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(3, 10, 19, 0.99) 0%, rgba(3, 10, 19, 0.94) 31%, rgba(3, 10, 19, 0.48) 56%, rgba(3, 10, 19, 0.13) 82%), linear-gradient(0deg, rgba(3, 10, 19, 0.94) 0%, transparent 32%), url("./assets/dtp-crimea-hero.png"); background-size: cover; background-position: center; opacity: 0.98; transform: scale(1.01); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); opacity: 0.4; }
.hero-inner { position: relative; z-index: 1; padding-top: 174px; padding-bottom: 40px; display: flex; flex-direction: column; justify-content: space-between; }
.hero-copy { max-width: 720px; }
.eyebrow { margin: 0 0 16px; color: var(--gold-light); font-size: 12px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 28px; font-family: var(--serif); font-weight: 400; font-size: clamp(52px, 6.2vw, 88px); line-height: 1.05; letter-spacing: -0.035em; text-wrap: balance; }
.hero h1 { max-width: 820px; margin-bottom: 20px; color: var(--gold-light); font-size: clamp(48px, 5.2vw, 74px); line-height: 1.12; }
.hero-divider { width: min(100%, 565px); display: grid; grid-template-columns: 1fr 34px 1fr; align-items: center; gap: 12px; margin: 0 0 22px; color: var(--gold); }
.hero-divider span { height: 1px; background: linear-gradient(90deg, var(--gold), rgba(215, 161, 78, 0.15)); }
.hero-divider span:last-child { background: linear-gradient(90deg, rgba(215, 161, 78, 0.15), var(--gold)); }
.hero-divider b { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; font-size: 13px; }
.hero-lead { max-width: 665px; margin-bottom: 22px; color: #e0e6ed; font-size: clamp(16px, 1.35vw, 19px); line-height: 1.72; }
.hero-person { display: flex; align-items: center; gap: 13px; margin-bottom: 24px; }
.person-monogram { width: 42px; height: 42px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-light); font-family: var(--serif); font-size: 12px; }
.hero-person p { margin: 0; display: grid; line-height: 1.3; }
.hero-person strong { color: var(--gold-light); font-size: 15px; }
.hero-person span { margin-top: 4px; color: #b5c0cc; font-size: 12px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.button { min-height: 56px; display: inline-flex; justify-content: center; align-items: center; padding: 0 24px; border: 1px solid transparent; font-size: 14px; font-weight: 700; line-height: 1.3; text-align: center; transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #101418; background: linear-gradient(135deg, var(--gold-light), var(--gold)); box-shadow: 0 16px 50px rgba(215, 161, 78, 0.14); }
.button-primary:hover { background: var(--gold-light); }
.button-ghost { border-color: rgba(240, 199, 126, 0.55); color: var(--gold-light); background: rgba(3, 10, 19, 0.3); }
.button-ghost:hover { border-color: var(--gold-light); background: rgba(215, 161, 78, 0.08); }
.messenger-links { max-width: 690px; display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: 8px; margin-top: 18px; }
.messenger-link { min-width: 0; min-height: 48px; padding: 8px 12px; display: grid; align-content: center; border: 1px solid var(--line-soft); background: rgba(3, 10, 19, 0.68); backdrop-filter: blur(9px); }
.messenger-link span { color: var(--gold-light); font-size: 11px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.messenger-link b { margin-top: 2px; color: #f1f5f8; font-size: 12px; font-weight: 600; white-space: nowrap; }
.messenger-max { border-color: rgba(121, 108, 255, 0.52); }
.messenger-tg { border-color: rgba(50, 168, 225, 0.5); }
.messenger-wa { border-color: rgba(37, 211, 102, 0.45); }
.hero-proof { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid rgba(240, 199, 126, 0.3); background: rgba(3, 12, 24, 0.86); backdrop-filter: blur(12px); }
.hero-proof > div { min-width: 0; min-height: 96px; padding: 19px 24px; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 16px; }
.hero-proof > div + div { border-left: 1px solid rgba(240, 199, 126, 0.25); }
.hero-proof > div > span { min-width: 58px; color: var(--gold-light); font-family: var(--serif); font-size: 20px; text-align: center; }
.hero-proof p { margin: 0; display: grid; }
.hero-proof strong { font-family: var(--serif); font-size: 17px; font-weight: 400; }
.hero-proof small { margin-top: 3px; color: var(--muted); font-size: 12px; line-height: 1.35; }

.quick-route { background: var(--paper); color: #101923; padding: 34px 0; }
.quick-grid { display: grid; grid-template-columns: 1.25fr repeat(3, 1fr); align-items: stretch; }
.quick-intro { padding-right: 32px; }
.quick-intro .eyebrow { color: #8b5d19; margin-bottom: 10px; }
.quick-intro h2 { margin: 0; font-family: var(--serif); font-size: 23px; line-height: 1.4; font-weight: 400; }
.route-card { min-height: 116px; display: grid; align-content: center; padding: 12px 26px; border-left: 1px solid rgba(6, 18, 33, 0.14); transition: background-color 160ms ease; }
.route-card:hover { background: rgba(215, 161, 78, 0.1); }
.route-card span { color: #956722; font-size: 11px; font-weight: 700; letter-spacing: 0.14em; }
.route-card strong { font-family: var(--serif); font-size: 17px; font-weight: 400; margin: 5px 0; }
.route-card small { color: #66717e; font-size: 12px; }

.section { padding: 112px 0; }
.section-head { display: grid; grid-template-columns: 1.25fr 0.75fr; gap: 80px; align-items: end; margin-bottom: 54px; }
.section-head h2, .situations-sticky h2, .evidence h2, .faq h2, .contact-card h2 { margin-bottom: 0; font-family: var(--serif); font-weight: 400; font-size: clamp(34px, 4vw, 54px); line-height: 1.2; letter-spacing: -0.025em; text-wrap: balance; }
.section-head > p { color: var(--muted); margin: 0; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line-soft); border: 1px solid var(--line-soft); }
.service-card { background: #081625; padding: 38px; min-height: 330px; display: flex; flex-direction: column; transition: background-color 180ms ease; }
.service-card:hover { background: #0c1d2f; }
.service-feature { min-height: 430px; }
.service-top { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 46px; padding-bottom: 14px; border-bottom: 1px solid var(--line); color: var(--gold-light); font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.service-top small { color: #8190a0; font-size: 10px; font-weight: 600; letter-spacing: 0.08em; text-align: right; }
.service-card h3 { font-family: var(--serif); font-weight: 400; font-size: 27px; line-height: 1.3; margin-bottom: 16px; }
.service-card p { color: var(--muted); }
.service-card ul { margin: 5px 0 0; padding-left: 18px; color: #c7d0da; }
.service-card li + li { margin-top: 7px; }
.service-card .legal-note { margin-top: auto; margin-bottom: 0; padding-top: 24px; color: #8fa0b0; font-size: 12px; }

.situations { background: var(--paper); color: #101923; }
.situations-layout { display: grid; grid-template-columns: 0.78fr 1.22fr; gap: 110px; align-items: start; }
.situations-sticky { position: sticky; top: 40px; }
.situations-sticky .eyebrow { color: #8b5d19; }
.situations-sticky > p:not(.eyebrow) { color: #586473; margin: 30px 0; }
.text-link { color: #7f551a; font-weight: 700; display: inline-flex; gap: 12px; border-bottom: 1px solid rgba(127, 85, 26, 0.35); padding-bottom: 6px; }
.situations-list { border-top: 1px solid rgba(6, 18, 33, 0.16); }
.situations-list article { display: grid; grid-template-columns: 52px 1fr; gap: 24px; padding: 30px 0; border-bottom: 1px solid rgba(6, 18, 33, 0.16); }
.situations-list article > span { color: #8b5d19; font-size: 12px; font-weight: 700; letter-spacing: 0.12em; }
.situations-list h3 { margin-bottom: 8px; font-family: var(--serif); font-weight: 400; font-size: 22px; }
.situations-list p { color: #5b6674; margin: 0; }

.process { background: #071321; }
.section-head.compact { align-items: start; }
.process-grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line-soft); }
.process-grid li { min-height: 265px; padding: 28px 26px 28px 0; position: relative; }
.process-grid li + li { padding-left: 26px; border-left: 1px solid var(--line-soft); }
.process-grid span { color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: 0.14em; }
.process-grid h3 { font-family: var(--serif); font-weight: 400; font-size: 21px; margin: 56px 0 12px; }
.process-grid p { margin: 0; color: var(--muted); font-size: 14px; }

.evidence { background: var(--ink-soft); }
.evidence-layout { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 90px; }
.evidence-layout > div > p:last-child { color: var(--muted); margin: 28px 0 0; }
.document-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line-soft); }
.document-list li { padding: 20px 0; display: grid; grid-template-columns: 48px 1fr; border-bottom: 1px solid var(--line-soft); color: #d9e1e9; }
.document-list span { color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: 0.12em; }

.insurers { background: #071321; }
.insurer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line-soft); border: 1px solid var(--line-soft); }
.insurer-card { min-height: 255px; padding: 30px; background: #0a1929; display: flex; flex-direction: column; transition: transform 160ms ease, background-color 160ms ease; }
.insurer-card:hover { position: relative; z-index: 1; transform: translateY(-3px); background: #0e2135; }
.insurer-card > span { color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }
.insurer-card h3 { margin: 30px 0 12px; font-family: var(--serif); font-size: 24px; font-weight: 400; line-height: 1.3; }
.insurer-card p { color: var(--muted); font-size: 14px; }
.insurer-card b { margin-top: auto; color: var(--gold-light); font-size: 12px; }
.insurer-card-accent { background: linear-gradient(135deg, rgba(215, 161, 78, 0.15), transparent 60%), #0a1929; }
.insurer-scope { margin-top: 28px; padding: 24px 26px; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 36px; border: 1px solid var(--line); background: rgba(215, 161, 78, 0.07); }
.insurer-scope strong { color: var(--gold-light); font-family: var(--serif); font-size: 20px; font-weight: 400; }
.insurer-scope p { max-width: 790px; margin: 8px 0 0; color: var(--muted); font-size: 14px; }
.insurer-scope a { color: var(--gold-light); font-size: 13px; font-weight: 700; white-space: nowrap; border-bottom: 1px solid var(--line); padding-bottom: 5px; }
.insurers-all { margin-top: 30px; display: inline-flex; gap: 12px; color: var(--gold-light); font-weight: 700; border-bottom: 1px solid var(--line); padding-bottom: 6px; }

.inner-page { background: var(--paper); color: #101923; }
.inner-header { position: relative; background: var(--ink-deep); }
.inner-header .header-inner { min-height: 82px; }
.inner-header .site-nav a { color: #dbe2eb; }
.inner-main { min-height: 60vh; }
.inner-hero { padding: 86px 0 70px; background: radial-gradient(circle at 85% 25%, rgba(215, 161, 78, 0.16), transparent 25%), var(--ink); color: var(--white); border-bottom: 1px solid var(--line); }
.breadcrumbs { display: flex; gap: 9px; flex-wrap: wrap; margin-bottom: 30px; color: #93a1b1; font-size: 12px; }
.breadcrumbs a { color: var(--gold-light); }
.inner-hero h1 { max-width: 960px; font-size: clamp(42px, 6vw, 72px); }
.inner-hero .lead { max-width: 820px; color: #c4ced9; font-size: 18px; }
.inner-hero-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.inner-hero-meta span { border: 1px solid var(--line-soft); padding: 7px 11px; color: #bac6d2; font-size: 12px; }
.article-shell { width: min(960px, calc(100vw - 48px)); margin-inline: auto; }
.article { padding: 74px 0 96px; }
.article h2 { margin: 58px 0 18px; font-family: var(--serif); font-size: clamp(30px, 4vw, 42px); font-weight: 400; line-height: 1.25; }
.article h2:first-child { margin-top: 0; }
.article h3 { margin: 34px 0 12px; font-family: var(--serif); font-size: 23px; font-weight: 400; }
.article p, .article li { color: #4f5d6b; }
.article li + li { margin-top: 9px; }
.article a:not(.button) { color: #7b5116; text-decoration: underline; text-decoration-color: rgba(123, 81, 22, 0.35); text-underline-offset: 4px; }
.notice { margin: 30px 0; padding: 22px 24px; border-left: 3px solid var(--gold); background: #eee8dc; color: #3f4a55; }
.notice strong { color: #111923; }
.article-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin: 26px 0; }
.article-card { padding: 25px; border: 1px solid rgba(6, 18, 33, 0.15); background: #fff; }
.article-card h3 { margin-top: 0; }
.source-card { margin-top: 38px; padding: 28px; background: var(--ink); color: var(--white); }
.source-card h3 { margin-top: 0; color: var(--gold-light); }
.source-card p { color: #aeb9c7; }
.source-card a:not(.button) { color: var(--gold-light); }
.article-cta { margin-top: 58px; padding: 36px; background: linear-gradient(135deg, rgba(215, 161, 78, 0.13), transparent 50%), var(--ink); color: var(--white); }
.article-cta h2 { margin-top: 0; color: var(--white); }
.article-cta p { color: #b8c3cf; }
.article-cta .button { margin-top: 12px; text-decoration: none; }
.directory-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 30px; }
.directory-card { display: flex; flex-direction: column; min-height: 250px; padding: 28px; border: 1px solid rgba(6, 18, 33, 0.15); background: #fff; }
.directory-card span { color: #8b5d19; font-size: 10px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }
.directory-card h2 { margin: 26px 0 12px; font-size: 28px; }
.directory-card p { margin-bottom: 24px; }
.directory-card b { margin-top: auto; color: #7b5116; font-size: 13px; }
.regulation-list { counter-reset: regs; list-style: none; padding: 0; margin: 28px 0; }
.regulation-list li { position: relative; padding: 24px 0 24px 58px; border-top: 1px solid rgba(6, 18, 33, 0.15); }
.regulation-list li:last-child { border-bottom: 1px solid rgba(6, 18, 33, 0.15); }
.regulation-list li::before { counter-increment: regs; content: "0" counter(regs); position: absolute; left: 0; top: 26px; color: #8b5d19; font-size: 12px; font-weight: 700; }
.regulation-list strong { display: block; margin-bottom: 7px; color: #111923; }

.faq { background: var(--paper); color: #101923; }
.faq-layout { display: grid; grid-template-columns: 0.65fr 1.35fr; gap: 110px; align-items: start; }
.faq .eyebrow { color: #8b5d19; }
.faq-list { border-top: 1px solid rgba(6, 18, 33, 0.2); }
.faq details { border-bottom: 1px solid rgba(6, 18, 33, 0.2); }
.faq summary { list-style: none; cursor: pointer; min-height: 88px; display: grid; grid-template-columns: 1fr 24px; gap: 24px; align-items: center; font-family: var(--serif); font-size: 19px; line-height: 1.45; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { color: #8b5d19; font-family: var(--sans); font-size: 25px; font-weight: 300; transition: transform 160ms ease; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { max-width: 750px; color: #596573; padding: 0 48px 28px 0; margin: 0; }

.contact-section { padding: 90px 0; background: #030b14; }
.contact-card { border: 1px solid rgba(240, 199, 126, 0.35); background: linear-gradient(135deg, rgba(215, 161, 78, 0.1), transparent 45%), #081625; padding: 58px; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 70px; position: relative; overflow: hidden; }
.contact-card::after { content: "82"; position: absolute; right: -18px; bottom: -118px; color: rgba(215, 161, 78, 0.035); font-family: var(--serif); font-size: 330px; line-height: 1; pointer-events: none; }
.contact-copy > p:last-child { color: var(--muted); max-width: 610px; margin: 26px 0 0; }
.contact-actions { position: relative; z-index: 1; display: grid; align-content: start; border-top: 1px solid var(--line-soft); }
.contact-actions a { display: grid; padding: 17px 0; border-bottom: 1px solid var(--line-soft); }
.contact-actions small { display: flex; align-items: center; gap: 8px; color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }
.contact-actions .carrier-logo { width: 28px; height: 19px; color: white; letter-spacing: 0; }
.contact-actions strong { margin-top: 3px; font-size: 17px; overflow-wrap: anywhere; }
.contact-meta { grid-column: 1 / -1; display: flex; gap: 60px; padding-top: 28px; border-top: 1px solid var(--line); }
.contact-meta p { display: grid; margin: 0; }
.contact-meta strong { color: var(--gold-light); font-size: 14px; }
.contact-meta span { color: var(--muted); font-size: 12px; margin-top: 4px; }

.site-footer { background: #020810; padding: 38px 0 110px; border-top: 1px solid var(--line-soft); }
.footer-inner { display: grid; grid-template-columns: auto 1fr auto; gap: 50px; align-items: center; }
.footer-inner > p { color: #7f8d9c; font-size: 11px; margin: 0; }
.footer-inner > p:nth-child(2) { max-width: 600px; }
.brand-footer .brand-mark { width: 38px; height: 38px; }
.brand-footer .brand-copy strong { font-size: 20px; }
.mobile-contact { display: none; }

:focus-visible { outline: 2px solid var(--gold-light); outline-offset: 4px; }

@media (max-width: 1180px) {
  .header-inner { gap: 18px; }
  .brand-mark { width: 58px; height: 58px; }
  .brand-copy strong { font-size: 27px; }
  .site-nav { gap: 16px; }
  .site-nav a { font-size: 12px; }
  .header-contact { display: none; }
  .hero { min-height: 900px; }
  .quick-grid { grid-template-columns: repeat(3, 1fr); }
  .quick-intro { grid-column: 1 / -1; padding: 0 0 24px; }
  .route-card:first-of-type { border-left: 0; }
  .situations-layout, .faq-layout { gap: 60px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid li:nth-child(3) { border-left: 0; border-top: 1px solid var(--line-soft); }
  .process-grid li:nth-child(4) { border-top: 1px solid var(--line-soft); }
  .insurer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 980px) {
  .site-header { backdrop-filter: none; -webkit-backdrop-filter: none; }
  .header-inner { min-height: 94px; }
  .menu-button { display: block; flex: 0 0 auto; order: 3; }
  .site-nav { display: none; position: fixed; z-index: 250; top: 94px; right: auto; bottom: auto; left: 0; width: 100vw; min-width: 100vw; height: calc(100vh - 94px); height: calc(100dvh - 94px); max-height: calc(100vh - 94px); max-height: calc(100dvh - 94px); margin: 0; padding: 32px max(24px, calc((100vw - 720px) / 2)); background: rgba(3, 10, 19, 0.985); flex-direction: column; align-items: stretch; gap: 0; overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; }
  .site-nav.is-open { display: flex; }
  .site-nav a { display: block; width: 100%; min-height: 58px; padding: 16px 4px; border-bottom: 1px solid var(--line-soft); font-size: 18px; line-height: 1.4; white-space: normal; }
  .site-nav a::after { display: none; }
  .menu-button[aria-expanded="true"] > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-button[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .header-phones { margin-left: auto; order: 2; }
  .hero-inner { padding-top: 148px; }
  .hero-copy { max-width: 660px; }
  .hero h1 { font-size: clamp(48px, 7vw, 66px); }
  .hero-proof > div { padding-inline: 18px; }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 32px, 680px); }
  body { padding-bottom: calc(58px + env(safe-area-inset-bottom)); }
  .site-header { position: relative; }
  .header-inner { min-height: 118px; padding-block: 10px 8px; justify-content: space-between; flex-wrap: wrap; }
  .inner-header .header-inner { min-height: 118px; }
  .brand-copy strong { font-size: 22px; }
  .brand-copy span { display: none; }
  .brand-mark { width: 43px; height: 43px; }
  .menu-button { display: block; margin-left: auto; order: 2; }
  .header-phones { order: 3; width: 100%; margin: 0; padding: 8px 0 0; border-left: 0; border-top: 1px solid var(--line-soft); grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; }
  .header-phone { min-width: 0; justify-content: center; gap: 6px; padding-inline: 4px; }
  .header-phone + .header-phone { border-left: 1px solid var(--line-soft); }
  .header-phone strong { font-size: 11.5px; }
  .header-phone .carrier-logo { width: 25px; height: 18px; font-size: 7px; border-radius: 5px; }
  .header-phone .carrier-volna { font-size: 16px; }
  .site-nav { top: 118px; width: 100vw; min-width: 100vw; height: calc(100vh - 118px - 58px); height: calc(100dvh - 118px - 58px - env(safe-area-inset-bottom)); max-height: calc(100vh - 118px - 58px); max-height: calc(100dvh - 118px - 58px - env(safe-area-inset-bottom)); padding: 24px 20px; }
  .hero { min-height: auto; }
  .hero-image { background-image: linear-gradient(180deg, rgba(3, 10, 19, 0.42) 0%, rgba(3, 10, 19, 0.84) 30%, rgba(3, 10, 19, 1) 68%), url("./assets/dtp-crimea-hero.png"); background-position: 68% center; opacity: 0.9; }
  .hero-inner { min-height: 850px; padding-top: 48px; padding-bottom: 26px; }
  h1 { font-size: clamp(40px, 11vw, 56px); line-height: 1.08; }
  .hero h1 { font-size: clamp(40px, 11vw, 56px); }
  .hero-divider { grid-template-columns: 1fr 30px 1fr; gap: 8px; }
  .hero-lead { font-size: 16px; line-height: 1.65; }
  .hero-person { align-items: flex-start; }
  .hero-person strong { font-size: 14px; }
  .hero-person span { font-size: 12px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .messenger-links { grid-template-columns: 1fr; gap: 7px; }
  .messenger-link { min-height: 47px; grid-template-columns: auto 1fr; align-items: center; gap: 12px; }
  .messenger-link b { margin: 0; text-align: right; }
  .hero-proof { grid-template-columns: 1fr; margin-top: 28px; }
  .hero-proof > div { min-height: 82px; padding: 15px 18px; }
  .hero-proof > div + div { border-left: 0; border-top: 1px solid rgba(240, 199, 126, 0.25); }
  .quick-route { padding: 30px 0; }
  .quick-grid { grid-template-columns: 1fr; }
  .quick-intro h2 { font-size: 21px; }
  .route-card, .route-card:first-of-type { min-height: 90px; border-left: 0; border-top: 1px solid rgba(6, 18, 33, 0.14); padding-inline: 0; }
  .section { padding: 78px 0; }
  .section-head, .situations-layout, .evidence-layout, .faq-layout, .contact-card { grid-template-columns: 1fr; gap: 34px; }
  .section-head { margin-bottom: 36px; }
  .section-head h2, .situations-sticky h2, .evidence h2, .faq h2, .contact-card h2 { font-size: 36px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-feature { padding: 28px 24px; min-height: auto; }
  .service-top { margin-bottom: 28px; }
  .situations-sticky { position: static; }
  .situations-list article { grid-template-columns: 38px 1fr; gap: 12px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li, .process-grid li + li { min-height: auto; padding: 28px 0; border-left: 0; border-top: 1px solid var(--line-soft); }
  .process-grid li:first-child { border-top: 0; }
  .process-grid h3 { margin: 22px 0 8px; }
  .contact-card { padding: 34px 24px; }
  .contact-card::after { font-size: 230px; bottom: -72px; }
  .contact-meta { display: grid; gap: 20px; }
  .footer-inner { grid-template-columns: 1fr; gap: 22px; }
  .site-footer { padding-bottom: 44px; }
  .mobile-contact { position: fixed; z-index: 200; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); inset: auto 0 0; min-height: calc(58px + env(safe-area-inset-bottom)); padding-bottom: env(safe-area-inset-bottom); background: #06111f; border-top: 1px solid var(--line); }
  .mobile-contact a { display: grid; place-items: center; font-size: 14px; font-weight: 700; }
  .mobile-contact a + a { border-left: 1px solid var(--line-soft); }
  .mobile-contact a:first-child { background: linear-gradient(135deg, #5367ff, #7b4ce8); color: white; }
  .insurer-grid, .article-grid, .directory-grid { grid-template-columns: 1fr; }
  .insurer-scope { grid-template-columns: 1fr; gap: 18px; padding: 22px; }
  .insurer-scope a { white-space: normal; }
  .insurer-card { min-height: 220px; }
  .article-shell { width: min(100% - 32px, 620px); }
  .inner-hero { padding: 62px 0 54px; }
  .inner-hero .lead { font-size: 16px; }
  .article { padding: 54px 0 76px; }
  .article-cta { padding: 28px 24px; }
}

@media (max-width: 420px) {
  :root { --shell: calc(100vw - 24px); }
  .header-inner { min-height: 116px; }
  .site-nav { top: 116px; height: calc(100vh - 116px - 58px); height: calc(100dvh - 116px - 58px - env(safe-area-inset-bottom)); max-height: calc(100vh - 116px - 58px); max-height: calc(100dvh - 116px - 58px - env(safe-area-inset-bottom)); padding-inline: 18px; }
  .brand { gap: 8px; }
  .brand-mark { width: 39px; height: 39px; }
  .brand-copy strong { font-size: 20px; }
  .hero-inner { min-height: 885px; padding-top: 42px; }
  .hero h1 { font-size: clamp(35px, 10.7vw, 45px); }
  .hero-lead { font-size: 15px; }
  .button { padding-inline: 17px; font-size: 13px; }
  .hero-proof > div { grid-template-columns: 54px 1fr; gap: 10px; }
  .hero-proof > div > span { min-width: 48px; font-size: 18px; }
  .hero-proof strong { font-size: 15px; }
  .mobile-contact a { font-size: 12px; }
}

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