:root {
  --blue-950: #092a75;
  --blue-800: #123b87;
  --blue-700: #1749aa;
  --blue-100: #e9f0fc;
  --red-700: #c7121a;
  --red-500: #e6373d;
  --red-100: #fff0f1;
  --ink: #182238;
  --muted: #687386;
  --line: #dfe5ee;
  --surface: #ffffff;
  --canvas: #f3f5f9;
  --shadow: 0 14px 36px rgba(24, 42, 78, .09);
  --shadow-hover: 0 18px 42px rgba(24, 42, 78, .15);
  --radius: 18px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--canvas);
  font: 15px/1.6 Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.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; left: 12px; top: -100px; z-index: 100; background: #fff; color: var(--blue-950); padding: 10px 16px; border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.96);
  border-bottom: 3px solid var(--red-500);
  backdrop-filter: blur(14px);
}
.header-row { min-height: 82px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 13px; min-width: max-content; }
.brand-logo { display: grid; place-items: center; width: 50px; height: 50px; background: #fff; border: 1px solid #e2e6ee; border-radius: 13px; box-shadow: 0 7px 18px rgba(24,42,78,.1); overflow: hidden; }
.brand-logo img { width: 42px; height: 42px; object-fit: contain; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.15; }
.brand-copy strong { color: var(--blue-950); font-size: 18px; font-weight: 800; }
.brand-copy small { margin-top: 5px; color: var(--muted); font-size: 11px; }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: 25px; }
.site-nav a { position: relative; color: #48566d; font-weight: 600; font-size: 14px; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; background: var(--blue-700); transition: right .2s ease; }
.site-nav a:hover { color: var(--blue-950); }
.site-nav a:hover::after { right: 0; }
.menu-toggle { display: none; }

.button { display: inline-flex; justify-content: center; align-items: center; min-height: 44px; padding: 10px 20px; border: 1px solid transparent; border-radius: 11px; font-weight: 700; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--blue-800), var(--blue-700)); box-shadow: 0 9px 22px rgba(23,73,170,.23); }
.button-primary:hover { box-shadow: 0 13px 27px rgba(23,73,170,.3); }
.button-secondary { color: var(--blue-950); background: #fff; border-color: #cbd8eb; }
.button-secondary:hover { background: var(--blue-100); }
.button-large { min-height: 52px; padding: 13px 24px; }
.header-login { min-width: 148px; }

.hero { position: relative; overflow: hidden; padding: 72px 0 60px; background: radial-gradient(circle at 85% 10%, rgba(29,80,178,.13), transparent 32%), linear-gradient(180deg, #f7f9fc, var(--canvas)); }
.hero::before { content: ""; position: absolute; width: 360px; height: 360px; border: 70px solid rgba(199,18,26,.035); border-radius: 50%; left: -210px; bottom: -220px; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; }
.eyebrow { display: inline-block; color: var(--blue-700); text-transform: uppercase; letter-spacing: .075em; font-size: 12px; font-weight: 800; }
.eyebrow.danger { color: var(--red-700); }
h1, h2, h3, p { margin-top: 0; }
.hero h1 { margin: 12px 0 22px; max-width: 650px; color: var(--blue-950); font-size: clamp(38px, 4.2vw, 59px); line-height: 1.08; letter-spacing: -.035em; }
.hero-lead { max-width: 610px; color: #4f5c70; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin: 30px 0 22px; }
.hero-note { display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: 13px; }
.status-dot { width: 9px; height: 9px; border-radius: 50%; background: #1aa66a; box-shadow: 0 0 0 5px rgba(26,166,106,.12); }
.hero-panel { padding: 28px; background: rgba(255,255,255,.95); border: 1px solid rgba(216,224,237,.9); border-radius: 22px; box-shadow: 0 28px 65px rgba(23,48,94,.14); transform: none; }
.hero-logo { display: flex; align-items: center; gap: 16px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.brand-logo-large { width: 64px; height: 64px; }
.brand-logo-large img { width: 55px; height: 55px; }
.hero-logo div { display: flex; flex-direction: column; }
.hero-logo strong { color: var(--blue-950); font-size: 23px; }
.hero-logo span { color: var(--muted); }
.hero-feature-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; padding-top: 22px; }
.hero-feature-grid > div { display: grid; grid-template-columns: 42px 1fr; column-gap: 11px; align-items: center; padding: 15px; background: #f7f9fc; border: 1px solid #e4e9f1; border-radius: 14px; }
.feature-icon { grid-row: span 2; display: grid; place-items: center; width: 42px; height: 42px; color: #fff; background: var(--blue-700); border-radius: 12px; font-size: 20px; font-weight: 700; }
.hero-feature-grid strong { color: var(--blue-950); font-size: 14px; }
.hero-feature-grid small { color: var(--muted); font-size: 11px; }
.hero-mobile-services { margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--line); }
.hero-mobile-heading { display: flex; margin-bottom: 12px; align-items: baseline; justify-content: space-between; gap: 15px; }
.hero-mobile-heading strong { color: var(--blue-950); font-size: 15px; }
.hero-mobile-heading span { color: var(--muted); font-size: 11px; }
.hero-mobile-layout { display: grid; grid-template-columns: minmax(0,.82fr) minmax(240px,1.18fr); gap: 12px; align-items: stretch; }
.hero-store-links { display: grid; grid-template-columns: 1fr; align-content: center; gap: 8px; }
.hero-store-links .store-badge { display: flex; width: 100%; min-height: 50px; padding: 7px 12px; align-items: center; gap: 9px; border: 1px solid #243247; border-radius: 11px; background: linear-gradient(145deg,#172235,#07101f); color: #fff; box-shadow: 0 7px 16px rgba(15,35,72,.16); line-height: 1; transition: transform .18s ease, box-shadow .18s ease; }
.hero-store-links .store-badge:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 10px 22px rgba(15,35,72,.24); }
.hero-store-links .store-badge > span:last-child { display: flex; min-width: 0; flex-direction: column; align-items: flex-start; }
.hero-store-links .store-badge small { color: #d8deea; font-size: 8px; line-height: 1.05; }
.hero-store-links .store-badge strong { margin-top: 3px; color: #fff; font-size: 15px; line-height: 1; white-space: nowrap; }
.hero-store-links .store-badge-icon,
.hero-store-links .store-badge-app-icon { width: 26px; height: 26px; flex: 0 0 26px; }
.hero-store-links .store-badge-app-icon { color: #fff; }
.hero-store-links .store-badge-google { position: relative; display: block; overflow: hidden; clip-path: polygon(8% 0,100% 50%,8% 100%); background: linear-gradient(135deg,#24d0c3 0 46%,#f8d448 46% 59%,#f05245 59% 100%); }
.hero-store-links .store-badge-google::after { position: absolute; inset: 4px 8px 4px 5px; background: linear-gradient(145deg,#58a8ff,#2475e8); clip-path: polygon(0 0,100% 50%,0 100%,42% 50%); content: ""; }
.hero-telegram { display: grid; min-width: 0; padding: 9px 10px; grid-template-columns: 36px minmax(0,1fr) 76px; align-items: center; gap: 9px; border: 1px solid #30445f; border-radius: 13px; background: linear-gradient(145deg,#263a55,#132238); box-shadow: 0 7px 18px rgba(15,35,72,.16); transition: transform .18s ease, box-shadow .18s ease; }
.hero-telegram:hover { transform: translateY(-2px); box-shadow: 0 11px 24px rgba(15,35,72,.25); }
.hero-telegram-icon { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; background: #2aabee; color: #fff; box-shadow: 0 6px 13px rgba(42,171,238,.24); }
.hero-telegram-icon svg { width: 22px; height: 22px; }
.hero-telegram-copy { display: flex; min-width: 0; flex-direction: column; }
.hero-telegram-copy small { color: #b8c7d9; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.hero-telegram-copy strong { margin-top: 2px; overflow: hidden; color: #fff; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
.hero-telegram-copy > span { margin-top: 3px; color: #d2dce8; font-size: 9px; line-height: 1.25; }
.hero-telegram-qr { display: block; padding: 4px; border: 1px solid #d8e5ef; border-radius: 9px; background: #fff; line-height: 0; }
.hero-telegram-qr img { display: block; width: 66px; height: 66px; }

section { padding: 66px 0; }
.quick-section { padding-top: 22px; }
.section-heading { display: flex; align-items: center; gap: 16px; margin-bottom: 28px; }
.section-heading.compact { margin-bottom: 22px; }
.section-heading h2 { margin: 3px 0 0; color: var(--blue-950); font-size: clamp(28px,3vw,38px); line-height: 1.2; letter-spacing: -.02em; }
.section-heading p { margin: 8px 0 0; color: var(--muted); }
.split-heading { justify-content: space-between; align-items: flex-end; }
.quick-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; }
.quick-card { display: grid; grid-template-columns: 50px 1fr auto; align-items: center; gap: 14px; min-height: 125px; padding: 20px; background: #fff; border: 1px solid #e1e7f0; border-radius: var(--radius); box-shadow: 0 9px 26px rgba(24,42,78,.06); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.quick-card:hover { transform: translateY(-3px); border-color: #c5d4eb; box-shadow: var(--shadow-hover); }
.quick-icon { display: grid; place-items: center; width: 50px; height: 50px; border-radius: 14px; color: #fff; font-size: 21px; font-weight: 800; }
.quick-icon.blue { background: linear-gradient(135deg,#1765c0,#237edb); }
.quick-icon.teal { background: linear-gradient(135deg,#098b90,#14aaa7); }
.quick-icon.red { background: linear-gradient(135deg,#c51f28,#ed4850); }
.quick-icon.violet { background: linear-gradient(135deg,#5d4ab1,#7866ce); }
.quick-card span:nth-child(2) { display: flex; flex-direction: column; }
.quick-card strong { color: var(--blue-950); line-height: 1.35; }
.quick-card small { margin-top: 5px; color: var(--muted); line-height: 1.4; }
.quick-card b { color: var(--blue-700); font-size: 20px; }

.announcements-section { padding-top: 20px; }
.section-card { background: #fff; border-radius: 22px; box-shadow: var(--shadow); }
.announcement-shell { padding: 32px; border-top: 6px solid var(--red-500); }
.heading-icon { display: grid; place-items: center; flex: 0 0 auto; width: 54px; height: 54px; border-radius: 15px; color: #fff; font-size: 29px; font-weight: 800; }
.heading-icon.alert { background: linear-gradient(135deg,var(--red-700),var(--red-500)); }
.announcement-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 18px; }
.notice-card { padding: 25px; background: #f8f9fc; border: 1px solid #dfe4ec; border-radius: 16px; }
.notice-label { color: var(--red-700); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.notice-card h3 { margin: 9px 0 12px; color: var(--red-700); font-size: 20px; line-height: 1.3; }
.notice-card p,
.notice-card .announcement-content { color: #384459; font-size: 16px; line-height: 1.7; }
.notice-card .announcement-content p { margin: 0; }
.notice-card .announcement-content a { color: var(--blue-700); font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
.notice-card .announcement-content dl { margin: 14px 0 0; }
.notice-card .announcement-content dl dt,
.notice-card .announcement-content dl dd { display: inline; margin: 0; }
.notice-card .announcement-content dl dt { color: var(--muted); font-weight: 700; }
.notice-card .announcement-content dl dt::after { content: " "; }
.notice-card .announcement-content dl dd { overflow-wrap: anywhere; color: var(--ink); font-weight: 700; }
.notice-card .announcement-content dl dd::after { display: block; height: 6px; content: ""; }
.notice-card > a, .text-link { color: var(--blue-700); font-weight: 700; }
.notice-card > a span, .text-link span { margin-left: 5px; transition: margin .2s ease; }
.notice-card > a:hover span, .text-link:hover span { margin-left: 9px; }
.bank-details { margin: 14px 0 0; }
.bank-details div { display: grid; grid-template-columns: 130px 1fr; gap: 15px; padding: 6px 0; }
.bank-details dt { color: var(--muted); font-weight: 700; }
.bank-details dd { margin: 0; overflow-wrap: anywhere; color: var(--ink); font-weight: 700; }

.offices-section { background: #edf1f7; }
.office-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 15px; }
.office-card { display: flex; gap: 13px; min-height: 185px; padding: 21px; background: #fff; border: 1px solid #dfe5ee; border-radius: 16px; box-shadow: 0 8px 22px rgba(24,42,78,.055); }
.office-card.featured { background: linear-gradient(145deg,var(--blue-950),var(--blue-700)); border-color: transparent; color: #fff; }
.office-pin { display: grid; place-items: center; flex: 0 0 auto; width: 37px; height: 37px; border-radius: 11px; color: var(--blue-700); background: var(--blue-100); font-size: 19px; }
.office-pin:hover { color: #fff; background: var(--blue-700); transform: translateY(-1px); }
.office-pin:focus-visible { outline: 3px solid rgba(23,73,170,.28); outline-offset: 3px; }
.featured .office-pin { color: #fff; background: rgba(255,255,255,.16); }
.featured .office-pin:hover { background: rgba(255,255,255,.28); }
.office-label { color: #c9d9ff; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; }
.office-card h3 { margin: 3px 0 10px; color: var(--blue-950); font-size: 16px; line-height: 1.35; }
.office-card.featured h3 { color: #fff; }
.office-card p { color: var(--muted); font-size: 13px; line-height: 1.65; }
.office-card.featured p { color: #e0e8fa; }
.office-contacts{display:flex;flex-direction:column;gap:4px;margin-top:10px}.office-contacts a{color:var(--blue-700);font-size:12px;font-weight:700;overflow-wrap:anywhere}.office-card.featured .office-contacts a{color:#fff}
.office-extra { display: none; }
.office-grid.expanded .office-extra { display: flex; }

.about-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 62px; align-items: center; }
.about-grid > * { min-width: 0; }
.about-photo { position: relative; height: 460px; padding: 12px; background: #fff; border-radius: 22px; box-shadow: var(--shadow); }
.about-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 55%; border-radius: 15px; }
.about-photo span { position: absolute; left: 30px; bottom: 30px; padding: 8px 13px; color: #fff; background: rgba(9,42,117,.88); border-radius: 9px; font-weight: 700; }
.about-copy h2 { margin: 8px 0 20px; color: var(--blue-950); font-size: clamp(31px,3.5vw,45px); line-height: 1.18; overflow-wrap: anywhere; }
.about-copy > p { color: #4f5c70; font-size: 17px; line-height: 1.8; }
.about-facts { display: flex; gap: 15px; margin: 26px 0; }
.about-facts div { flex: 1; padding: 17px; background: #fff; border: 1px solid #e0e6ef; border-radius: 14px; }
.about-facts strong { display: block; color: var(--blue-700); font-size: 26px; }
.about-facts span { color: var(--muted); font-size: 12px; }

.resources-section { padding-top: 35px; }
.resource-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 15px; }
.resource-card { display: flex; flex-direction: column; min-height: 205px; padding: 23px; background: #fff; border: 1px solid #e0e6ef; border-radius: 17px; box-shadow: 0 8px 22px rgba(24,42,78,.055); transition: transform .2s ease, box-shadow .2s ease; }
.resource-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-hover); }
.resource-card > span { display: grid; place-items: center; width: 45px; height: 45px; margin-bottom: 25px; color: #fff; background: var(--blue-700); border-radius: 12px; font-size: 20px; font-weight: 800; }
.resource-card strong { color: var(--blue-950); font-size: 17px; }
.resource-card small { margin-top: 9px; color: var(--muted); line-height: 1.5; }

.partners-section { padding-top: 25px; }
.partner-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.partner-grid a { display: grid; grid-template-rows: 72px auto; align-items: center; gap: 15px; min-height: 158px; padding: 18px 20px; background: #fff; border: 1px solid #e0e6ef; border-radius: 15px; box-shadow: 0 8px 22px rgba(24,42,78,.055); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.partner-grid a:hover { transform: translateY(-3px); border-color: #c5d4eb; box-shadow: var(--shadow-hover); }
.partner-logo { display: grid; place-items: center; justify-self: center; width: 72px; height: 72px; overflow: hidden; border-radius: 13px; }
.partner-logo img { width: 100%; height: 100%; object-fit: contain; }
.partner-logo-wide { width: min(100%,165px); }
.partner-logo-wide img { max-height: 68px; }
.partner-logo-eco { background: linear-gradient(145deg,var(--blue-950),var(--blue-700)); }
.partner-logo-eco img { width: 54px; height: 54px; }
.partner-copy { display: flex; flex-direction: column; align-items: center; text-align: center; }
.partner-copy strong { color: var(--blue-950); font-size: 16px; line-height: 1.35; }
.partner-copy small { margin-top: 3px; color: var(--muted); font-size: 12px; line-height: 1.4; }

.site-footer { margin-top: 40px; padding: 50px 0 20px; color: #dfe8fa; background: linear-gradient(145deg,#071e51,var(--blue-950)); }
.footer-grid { display: grid; grid-template-columns: 1.45fr 1fr 1fr 1fr; gap: 45px; }
.brand-inverse .brand-copy strong { color: #fff; }
.brand-inverse .brand-copy small { color: #bdcbea; }
.footer-brand p { margin: 22px 0 0; color: #b9c8e5; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 8px; }
.footer-grid h2 { margin: 5px 0 10px; color: #fff; font-size: 14px; }
.footer-grid a, .footer-grid span { color: #c2cee5; font-size: 13px; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 38px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.13); color: #91a5cb; font-size: 12px; }

/* Внутренние информационные страницы */
.site-nav a.active { color: var(--blue-950); }
.site-nav a.active::after { right: 0; }
.inner-main { min-height: 62vh; }
.page-hero { padding: 54px 0 50px; background: radial-gradient(circle at 88% 5%, rgba(29,80,178,.12), transparent 28%), linear-gradient(180deg,#f8faff,var(--canvas)); border-bottom: 1px solid #e3e8f0; }
.page-hero h1 { max-width: 960px; margin: 10px 0 0; color: var(--blue-950); font-size: clamp(34px,4.2vw,52px); line-height: 1.13; letter-spacing: -.03em; overflow-wrap: normal; word-break: normal; hyphens: none; }
.article-page-hero .eyebrow { display: block; text-align: center; }
.article-page-hero h1 { margin-right: auto; margin-left: auto; text-align: center; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 25px; color: var(--muted); font-size: 12px; }
.breadcrumbs a { color: var(--blue-700); font-weight: 700; }
.page-content-section { padding: 42px 0 70px; }
.page-card { max-width: 930px; margin: 0 auto; padding: clamp(24px,4vw,48px); background: #fff; border: 1px solid #e0e6ef; border-top: 5px solid var(--blue-700); border-radius: 19px; box-shadow: var(--shadow); }
.page-card-wide { max-width: none; }
.prose { color: #303c50; font-size: 16px; line-height: 1.75; }
.prose::after { content: ""; display: block; clear: both; }
.article-prose { max-width: 980px; margin-inline: auto; color: #303c50; font-size: 17px; line-height: 1.76; }
.article-prose > :first-child { margin-top: 0; }
.article-prose > :last-child { margin-bottom: 0; }
.article-prose h2, .article-prose h3 { margin-right: auto; margin-left: auto; text-align: center; overflow-wrap: normal; word-break: normal; hyphens: none; }
.article-prose h2 { max-width: 860px; }
.article-prose h3 { max-width: 760px; }
.prose h2, .prose h3 { color: var(--blue-950); line-height: 1.3; }
.prose h2 { margin: 40px 0 18px; padding-bottom: 12px; border-bottom: 1px solid var(--line); font-size: 25px; letter-spacing: -.012em; }
.prose h3 { margin: 30px 0 13px; font-size: 20px; letter-spacing: -.008em; }
.prose h2:first-child, .prose h3:first-child { margin-top: 0; }
.prose p { margin: 0 0 18px; }
.prose .article-lead { margin-bottom: 24px; color: var(--blue-950); font-size: 20px; line-height: 1.55; font-weight: 700; }
.prose .article-note { margin: 26px 0; padding: 18px 20px; color: #3b475a; background: #f6f8fc; border-left: 4px solid var(--blue-700); border-radius: 0 12px 12px 0; }
.prose .article-back { margin-top: 34px; padding-top: 22px; border-top: 1px solid var(--line); }
.prose a:not(.button):not(.info-card) { color: var(--blue-700); text-decoration: underline; text-decoration-color: #b8c9e5; text-underline-offset: 3px; }
.prose ul, .prose ol { margin: 18px 0 24px; padding-left: 27px; }
.prose li { margin: 9px 0; padding-left: 4px; }
.prose li::marker { color: var(--blue-700); font-weight: 800; }
.prose u { text-decoration-color: #9eb5dc; text-underline-offset: 3px; }
.prose table { width: 100%; margin: 24px 0; border-collapse: separate; border-spacing: 0; border: 1px solid var(--line); border-radius: 13px; overflow: hidden; font-size: 14px; }
.prose th, .prose td { padding: 13px 15px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.prose th, .prose thead td { color: var(--blue-950); background: #eef3fb; font-weight: 800; }
.prose td p, .prose th p { margin: 0; }
.prose tr:last-child td { border-bottom: 0; }
.prose th:last-child, .prose td:last-child { border-right: 0; }
.prose strong, .prose b { color: #17233a; }
.policy-document { max-width: 900px; }
.policy-document > div > p:first-child,
.policy-document > div > p:nth-child(2),
.policy-document > div > p:nth-child(3) { margin-bottom: 4px; text-align: right; color: var(--muted); font-size: 14px; }
.policy-document > div > p:nth-child(4),
.policy-document > div > p:nth-child(5),
.policy-document > div > p:nth-child(6) { max-width: 760px; margin: 13px auto 0; text-align: center; color: var(--blue-950); line-height: 1.42; }
.policy-document > div > p:nth-child(4) { margin-top: 34px; font-size: 25px; }
.policy-document > div > p:nth-child(5) { font-size: 21px; }
.policy-document > div > p:nth-child(6) { font-size: 17px; }
.policy-document > div > p:nth-child(7),
.policy-document > div > p:nth-child(8) { margin-bottom: 2px; text-align: center; color: var(--muted); font-size: 14px; }
.policy-document h2 {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.policy-document h2 span { white-space: normal; }
.policy-document .policy-list-item {
  position: relative;
  margin-bottom: 12px;
  padding-left: 24px;
}
.policy-document .policy-list-item::before {
  content: "•";
  position: absolute;
  left: 3px;
  color: var(--blue-700);
  font-weight: 800;
}
.about-article-photo { float: left; width: min(310px,42%); margin: 2px 28px 18px 0; padding: 8px; background: #fff; border: 1px solid var(--line); border-radius: 15px; box-shadow: 0 9px 24px rgba(24,42,78,.09); }
.about-article-photo img { width: 100%; max-height: 390px; object-fit: cover; border-radius: 10px; }
.contact-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 35px; }
.contact-layout h2 { margin-top: 0; }
.contact-list { border: 1px solid var(--line); border-radius: 15px; overflow: hidden; }
.contact-list > div { display: grid; grid-template-columns: 165px 1fr; gap: 18px; padding: 17px 19px; border-bottom: 1px solid var(--line); }
.contact-list > div:last-child { border-bottom: 0; }
.contact-list span { color: var(--muted); font-weight: 600; }
.contact-list strong, .contact-list a { color: var(--ink); font-weight: 700; }
.contact-map { min-height: 330px; background: #e8edf5; border: 1px solid var(--line); border-radius: 17px; overflow: hidden; }
.contact-map iframe { display: block; width: 100%; height: 270px; border: 0; background: #e8edf5; }
.contact-map-footer { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 18px 20px; background: #fff; }
.contact-map-footer > div { display: flex; flex-direction: column; min-width: 0; }
.contact-map-footer span { color: var(--muted); font-size: 12px; }
.contact-map-footer strong { margin-top: 3px; color: var(--blue-950); font-size: 16px; line-height: 1.35; }
.contact-map-footer .button { flex: 0 0 auto; min-height: 42px; padding: 9px 15px; color: #fff; text-decoration: none; }
.login-forward { max-width: 650px; margin: 0 auto; text-align: center; }
.login-forward .brand-logo { margin: 0 auto 18px; }
.login-forward h2 { margin-top: 0; padding: 0; border: 0; }
.login-forward p { color: var(--muted); }
.login-forward .button { margin-top: 12px; color: #fff; text-decoration: none; }
.document-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.document-list > a { display: grid; grid-template-columns: 52px 1fr; gap: 15px; align-items: center; min-height: 120px; padding: 20px; color: inherit !important; text-decoration: none !important; background: #f8fafd; border: 1px solid var(--line); border-radius: 14px; transition: transform .2s ease, box-shadow .2s ease; }
.document-list > a:hover { transform: translateY(-2px); box-shadow: 0 11px 25px rgba(24,42,78,.1); }
.document-list > a > span { display: grid; place-items: center; width: 52px; height: 52px; color: #fff; background: var(--blue-700); border-radius: 13px; font-weight: 800; }
.document-list div { display: flex; flex-direction: column; }
.document-list strong { color: var(--blue-950); line-height: 1.4; }
.document-list small { margin-top: 5px; color: var(--muted); line-height: 1.4; }
.info-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 15px; }
.info-card { display: flex; flex-direction: column; min-height: 225px; padding: 23px; color: inherit !important; text-decoration: none !important; background: #f8fafd; border: 1px solid var(--line); border-radius: 15px; transition: transform .2s ease, box-shadow .2s ease; }
.info-card:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(24,42,78,.1); }
.info-card > span { color: var(--red-700); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.info-card h2 { margin: 9px 0 10px; padding: 0; border: 0; font-size: 18px; line-height: 1.4; }
.info-card p { color: var(--muted); font-size: 13px; line-height: 1.55; }
.info-card b { margin-top: auto; color: var(--blue-700); font-size: 13px; }

@media (max-width: 1040px) {
  .header-row { gap: 16px; }
  .brand-copy small { display: none; }
  .site-nav { gap: 15px; }
  .hero-grid { gap: 35px; }
  .quick-grid, .resource-grid { grid-template-columns: repeat(2,1fr); }
  .office-grid { grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 820px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .site-header { position: sticky; }
  .header-row { min-height: 70px; }
  .brand-logo { width: 44px; height: 44px; border-radius: 11px; }
  .brand-logo img { width: 38px; height: 38px; }
  .brand-copy strong { font-size: 16px; }
  .menu-toggle { order: 3; display: grid; place-content: center; gap: 4px; width: 44px; height: 44px; margin-left: auto; padding: 0; border: 1px solid #dce2eb; border-radius: 11px; background: #fff; }
  .menu-toggle span:not(.sr-only) { display: block; width: 20px; height: 2px; background: var(--blue-950); border-radius: 2px; }
  .header-login { order: 2; min-width: auto; padding-inline: 14px; }
  .site-nav { position: absolute; left: 16px; right: 16px; top: calc(100% + 2px); display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; background: #fff; border: 1px solid #dfe5ee; border-radius: 0 0 15px 15px; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 12px; border-bottom: 1px solid #edf0f5; }
  .site-nav a:last-child { border-bottom: 0; }
  .site-nav a::after { display: none; }
  .hero { padding: 48px 0; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-panel { max-width: 600px; transform: none; }
  .hero-mobile-layout { grid-template-columns: minmax(160px,.75fr) minmax(260px,1.25fr); }
  .announcement-grid, .about-grid { grid-template-columns: 1fr; }
  .office-grid { grid-template-columns: repeat(2,1fr); }
  .about-photo { height: 390px; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
  .contact-layout { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  body { font-size: 14px; }
  .container { width: min(calc(100% - 24px), var(--container)); }
  .header-row { gap: 9px; }
  .brand-copy { display: none; }
  .header-login { margin-left: auto; min-height: 40px; padding: 8px 12px; font-size: 12px; }
  .menu-toggle { margin-left: 0; width: 40px; height: 40px; }
  .hero { padding: 38px 0 40px; }
  .hero h1 { font-size: 37px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .button-large { width: 100%; }
  .hero-panel { padding: 20px; }
  .hero-logo strong { font-size: 19px; }
  .hero-feature-grid { grid-template-columns: 1fr; }
  .hero-mobile-heading { align-items: flex-start; flex-direction: column; gap: 3px; }
  .hero-mobile-layout { grid-template-columns: 1fr; }
  .hero-store-links { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .hero-store-links .store-badge { min-width: 0; padding-inline: 10px; }
  .hero-store-links .store-badge strong { font-size: 14px; }
  .hero-telegram { grid-template-columns: 38px minmax(0,1fr) 80px; }
  .hero-telegram-qr img { width: 70px; height: 70px; }
  section { padding: 48px 0; }
  .section-heading { align-items: flex-start; }
  .section-heading h2 { font-size: 28px; }
  .split-heading { flex-direction: column; align-items: stretch; }
  .quick-grid, .resource-grid, .office-grid, .partner-grid { grid-template-columns: 1fr; }
  .quick-card { min-height: 105px; }
  .announcement-shell { padding: 21px 17px; border-radius: 17px; }
  .announcement-shell .section-heading { align-items: center; }
  .heading-icon { width: 46px; height: 46px; }
  .notice-card { padding: 19px; }
  .bank-details div { grid-template-columns: 1fr; gap: 1px; padding: 7px 0; border-bottom: 1px solid var(--line); }
  .bank-details div:last-child { border-bottom: 0; }
  .office-card { min-height: 150px; }
  .about-grid { gap: 30px; }
  .about-photo { height: 350px; }
  .about-facts { flex-direction: column; }
  .resource-card { min-height: 175px; }
  .partner-grid a { grid-template-columns: 115px 1fr; grid-template-rows: none; gap: 18px; min-height: 122px; padding: 17px 19px; }
  .partner-logo, .partner-logo-wide { width: 105px; height: 72px; }
  .partner-copy { align-items: flex-start; text-align: left; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; gap: 5px; }
  .page-hero { padding: 36px 0 32px; }
  .page-hero h1 { font-size: 31px; letter-spacing: -.02em; }
  .page-content-section { padding: 24px 0 48px; }
  .page-card { padding: 22px 18px; border-radius: 16px; }
  .prose { font-size: 15px; }
  .article-prose { font-size: 15px; line-height: 1.7; }
  .prose h2 { font-size: 21px; }
  .prose h3 { font-size: 18px; }
  .prose .article-lead { font-size: 18px; }
  .prose .article-note { padding: 15px 16px; }
  .prose table { display: block; overflow-x: auto; white-space: normal; }
  .policy-document > div > p:first-child,
  .policy-document > div > p:nth-child(2),
  .policy-document > div > p:nth-child(3) { text-align: left; }
  .policy-document > div > p:nth-child(4) { font-size: 22px; }
  .policy-document > div > p:nth-child(5) { font-size: 18px; }
  .policy-document .policy-list-item { padding-left: 20px; }
  .about-article-photo { float: none; width: 100%; margin: 0 0 22px; }
  .contact-list > div { grid-template-columns: 1fr; gap: 3px; }
  .contact-map { min-height: 0; }
  .contact-map iframe { height: 250px; }
  .contact-map-footer { align-items: stretch; flex-direction: column; gap: 13px; }
  .contact-map-footer .button { width: 100%; }
  .document-list, .info-grid { grid-template-columns: 1fr; }
  .document-list > a { grid-template-columns: 45px 1fr; padding: 16px; }
  .document-list > a > span { width: 45px; height: 45px; }
  .info-card { min-height: 190px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
.news-section{padding:64px 0}.news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.news-card,.article-shell{background:#fff;border:1px solid #dfe7f3;border-top:4px solid #1846a3;border-radius:20px;box-shadow:0 14px 35px rgba(21,54,104,.08)}.news-card{padding:26px;display:flex;flex-direction:column;min-height:230px}.news-card time{color:#6b778c;font-size:14px;margin-bottom:12px}.news-card h3{color:#102b69;font-size:21px;line-height:1.3;margin:0 0 12px}.news-card p{color:#4f5d73;line-height:1.6;margin:0 0 20px}.news-card a{color:#1749ad;font-weight:700;margin-top:auto;text-decoration:none}.news-loading{color:#6b778c}.article-page{padding:48px 0 80px}.article-shell{padding:clamp(24px,5vw,56px)}.article-shell h1{color:#102b69;font-size:clamp(30px,5vw,48px);line-height:1.15;margin:8px 0 28px}.article-body{color:#202b40;font-size:17px;line-height:1.75}.article-body img{max-width:100%;height:auto;border-radius:14px}.article-body table{width:100%;border-collapse:collapse}.article-body th,.article-body td{padding:10px;border:1px solid #dfe7f3}@media(max-width:900px){.news-grid{grid-template-columns:1fr}.news-section{padding:40px 0}.news-card{min-height:0}}
