:root {
  --ink: #142638;
  --ink-soft: #2d3d52;
  --muted: #5A6472;
  --paper: #f8f7f2;
  --white: #fff;
  --sage: #e6eee8;
  --sage-deep: #c9ddd1;
  --burgundy: #a2424e;
  --line: #dbe3df;
  --navy: #183247;
  --gold: #edc579;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: TildaSans, Arial, Helvetica, sans-serif; letter-spacing: -.012em; }
body::before { content: ""; position: fixed; inset: 0; z-index: -1; opacity: .35; pointer-events: none; background-image: radial-gradient(rgba(20,38,56,.08) .5px, transparent .6px); background-size: 7px 7px; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.shell { width: min(1216px, calc(100% - 48px)); margin: 0 auto; }

.header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(20,38,56,.1); background: rgba(248,247,242,.88); backdrop-filter: blur(16px); }
.header__inner { display: flex; min-height: 72px; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; min-width: 220px; align-items: center; gap: 10px; }
.brand img { width: 40px; height: 40px; }
.brand b { display: block; font-size: 17px; letter-spacing: -.04em; }
.brand small { display: block; margin-top: 2px; color: var(--muted); font-size: 10px; letter-spacing: .005em; }
.nav { display: flex; align-items: center; gap: 24px; font-size: 12px; font-weight: 700; }
.nav a { position: relative; white-space: nowrap; }
.nav a::after { content: ""; position: absolute; right: 0; bottom: -6px; left: 0; height: 1px; background: var(--burgundy); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.nav a:hover::after { transform: scaleX(1); }
.nav-group { position: relative; }
.nav-group summary { display: flex; align-items: center; gap: 5px; cursor: pointer; list-style: none; white-space: nowrap; }
.nav-group summary::-webkit-details-marker { display: none; }
.nav-group summary::after { content: "⌄"; color: var(--burgundy); font-size: 14px; line-height: 1; transition: transform .18s ease; }
.nav-group[open] summary::after { transform: rotate(180deg); }
.nav-popover { position: absolute; z-index: 30; top: calc(100% + 16px); left: -15px; display: grid; width: max-content; min-width: 240px; gap: 1px; padding: 8px; border: 1px solid var(--line); border-radius: 15px 5px 15px 5px; background: rgba(255,255,255,.98); box-shadow: 0 18px 38px rgba(20,38,56,.14); }
.nav-popover a { padding: 9px 10px; border-radius: 8px; font-size: 11px; }
.nav-popover a:hover { background: #f2f5f1; color: var(--burgundy); }
.header__actions { display: flex; align-items: center; gap: 8px; }
.button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; padding: 0 18px; border: 1px solid transparent; border-radius: 999px; background: var(--burgundy); color: #fff; font-size: 12px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 20px rgba(20,38,56,.13); }
.button--small { min-height: 38px; padding: 0 14px; font-size: 11px; }
.button--outline { border-color: rgba(20,38,56,.22); background: rgba(255,255,255,.65); color: var(--ink); }
.button--light { border-color: rgba(255,255,255,.35); background: transparent; color: #fff; }
.menu { display: none; min-height: 38px; padding: 0 12px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--ink); font: inherit; font-size: 11px; font-weight: 700; }

.hero { position: relative; overflow: hidden; }
.hero::after { content: ""; position: absolute; z-index: -1; top: -280px; right: -170px; width: 570px; height: 570px; border-radius: 50%; background: var(--sage); }
.hero__grid { display: grid; min-height: 558px; grid-template-columns: .9fr 1.1fr; gap: clamp(38px, 5vw, 70px); align-items: center; padding: 54px 0 62px; }
.eyebrow { display: inline-flex; width: fit-content; margin: 0 0 15px; padding: 7px 11px; border: 1px solid #ecd1d4; border-radius: 999px; background: #fff6f5; color: var(--burgundy); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero h1 { max-width: 590px; margin-bottom: 20px; font-size: clamp(49px, 5vw, 66px); line-height: .98; letter-spacing: -.06em; }
.hero__lead { max-width: 550px; margin: 0 0 24px; color: #5A6472; font-size: 16px; line-height: 1.6; }
.actions { display: flex; flex-wrap: wrap; gap: 9px; }
.facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 30px 0 0; }
.facts div { border-top: 1px solid #bac7c1; padding-top: 10px; }
.facts dt { color: var(--burgundy); font-family: Georgia, "Times New Roman", serif; font-size: 20px; }
.facts dd { margin: 4px 0 0; color: var(--muted); font-size: 10px; line-height: 1.35; }
.hero__visual { position: relative; height: 440px; }
.hero__visual > img,
.hero__visual > picture > img { width: 100%; height: 100%; object-fit: cover; border-radius: 36px 9px 36px 9px; box-shadow: 16px 16px 0 var(--sage), 0 20px 44px rgba(20,38,56,.13); }
.quick-card { position: absolute; bottom: 22px; left: -34px; width: 316px; padding: 18px 19px; border: 1px solid rgba(255,255,255,.9); border-radius: 16px; background: rgba(255,255,255,.94); box-shadow: 0 14px 36px rgba(20,38,56,.18); backdrop-filter: blur(12px); }
.quick-card__kicker { margin: 0 0 7px; color: var(--burgundy); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.quick-card h2 { margin-bottom: 8px; font-size: 25px; letter-spacing: -.04em; }
.quick-card p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.45; }
.quick-card a { display: inline-block; margin-top: 11px; color: var(--burgundy); font-size: 11px; font-weight: 800; }

.proof { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.78); }
.proof__grid { display: grid; grid-template-columns: 1.32fr repeat(3, 1fr); gap: 20px; align-items: center; padding: 16px 0; }
.proof__grid p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.42; }
.proof__intro { color: var(--ink) !important; font-family: Georgia, "Times New Roman", serif; font-size: 18px !important; line-height: 1.1 !important; }
.proof__grid b { display: block; color: var(--ink); font-size: 11px; }

.section { padding: 76px 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 48px; margin-bottom: 28px; }
.section-head h2, .route h2, .association h2, .final-cta h2 { max-width: 720px; margin-bottom: 0; font-size: clamp(39px, 4vw, 51px); line-height: 1.02; letter-spacing: -.055em; }
.section-head > p { max-width: 310px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.52; }
.issue-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.issue { display: flex; min-height: 192px; flex-direction: column; padding: 21px 22px; border: 1px solid var(--line); border-radius: 18px 6px 18px 6px; background: #fff; box-shadow: 0 8px 24px rgba(20,38,56,.035); transition: transform .2s ease, box-shadow .2s ease; }
.issue:hover { transform: translateY(-4px); box-shadow: 0 18px 34px rgba(20,38,56,.1); }
.issue > span { width: 29px; height: 3px; margin-bottom: 20px; background: var(--burgundy); }
.issue h3 { margin-bottom: 7px; font-size: 24px; letter-spacing: -.045em; }
.issue p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.48; }
.issue em { margin-top: auto; padding-top: 13px; color: var(--burgundy); font-size: 11px; font-style: normal; font-weight: 800; }

.route { padding: 58px 0; }
.route__layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(38px, 5vw, 64px); align-items: center; border-top: 1px solid var(--line); padding-top: 51px; }
.route__visual { height: 360px; margin: 0; overflow: hidden; border-radius: 26px 7px 26px 7px; }
.route__visual img { width: 100%; height: 100%; object-fit: cover; object-position: 62% center; }
.route__content h2 { max-width: 655px; }
.route__intro { max-width: 570px; margin: 13px 0 18px; color: var(--muted); font-size: 14px; line-height: 1.5; }
.steps { margin: 0 0 17px; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 47px minmax(0, 1fr); gap: 12px; min-height: 79px; border-top: 1px solid var(--line); padding: 13px 0; }
.steps li:last-child { border-bottom: 1px solid var(--line); }
.steps i { color: var(--burgundy); font-family: Georgia, "Times New Roman", serif; font-size: 19px; font-style: normal; line-height: 1.16; }
.steps b { display: block; font-size: 15px; line-height: 1.3; }
.steps span { display: block; max-width: 560px; margin-top: 4px; color: var(--muted); font-size: 13px; line-height: 1.45; }
.text-link { color: var(--burgundy); font-size: 12px; font-weight: 800; }
.text-link span { margin-left: 5px; font-size: 16px; }

.journal { background: var(--navy); color: #fff; }
.journal .shell { padding: 66px 0; }
.journal__head { display: flex; align-items: end; justify-content: space-between; gap: 25px; }
.journal .eyebrow { border-color: rgba(255,255,255,.24); background: transparent; color: var(--gold); }
.journal h2 { max-width: 720px; margin-bottom: 0; font-size: clamp(39px, 4vw, 51px); line-height: 1.02; letter-spacing: -.055em; }
.journal__grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 13px; margin-top: 27px; }
.featured-article, .mini-article { display: flex; flex-direction: column; border-radius: 18px 6px 18px 6px; background: #f8f7f2; color: var(--ink); }
.featured-article { min-height: 250px; padding: 26px; }
.featured-article > p, .mini-article > p { margin: 0 0 11px; color: var(--burgundy); font-size: 9px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.featured-article h3 { max-width: 580px; margin-bottom: 10px; font-size: 32px; line-height: 1.03; letter-spacing: -.045em; }
.featured-article > span { max-width: 520px; color: var(--muted); font-size: 13px; line-height: 1.45; }
.featured-article .button { width: fit-content; min-height: 38px; margin-top: auto; padding: 0 15px; }
.article-stack { display: grid; gap: 13px; }
.mini-article { position: relative; min-height: 118px; justify-content: center; padding: 19px 50px 19px 20px; transition: transform .2s ease; }
.mini-article:hover { transform: translateX(4px); }
.mini-article h3 { margin: 0; font-size: 21px; line-height: 1.06; letter-spacing: -.04em; }
.mini-article > span { position: absolute; right: 20px; top: calc(50% - 13px); color: var(--burgundy); font-size: 22px; }

.standards { background: rgba(255,255,255,.75); }
.standard-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.standard-grid a { position: relative; min-height: 214px; padding: 22px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px 6px 18px 6px; background: #fff; transition: transform .2s ease; }
.standard-grid a:hover { transform: translateY(-4px); }
.standard-grid b { display: block; margin-bottom: 36px; color: var(--burgundy); font-family: Georgia, "Times New Roman", serif; font-size: 22px; font-weight: 400; }
.standard-grid h3 { margin-bottom: 8px; font-size: 24px; line-height: 1.05; letter-spacing: -.04em; }
.standard-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.48; }

.association { padding: 66px 0; background: #eaf0ec; }
.association__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 72px; align-items: center; }
.association h2 { max-width: 610px; }
.association__grid > div:last-child > p { margin: 0 0 17px; color: #52656b; font-size: 16px; line-height: 1.57; }
.association__links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 35px; }
.association__links a { display: grid; grid-template-columns: auto 1fr; column-gap: 11px; row-gap: 3px; min-height: 113px; padding: 16px; border: 1px solid rgba(20,38,56,.13); border-radius: 16px 5px 16px 5px; background: rgba(255,255,255,.7); transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.association__links a:hover { transform: translateY(-3px); background: #fff; box-shadow: 0 12px 24px rgba(20,38,56,.08); }
.association__links span { grid-row: 1 / span 2; color: var(--burgundy); font-family: Georgia, "Times New Roman", serif; font-size: 18px; }
.association__links b { align-self: end; font-family: Georgia, "Times New Roman", serif; font-size: 19px; font-weight: 400; line-height: 1.04; letter-spacing: -.035em; }
.association__links em { color: var(--burgundy); font-size: 10px; font-style: normal; font-weight: 800; }
.contact-strip { padding: 42px 0; border-top: 1px solid var(--line); background: rgba(255,255,255,.7); }
.contact-strip__inner { display: grid; grid-template-columns: .85fr 1.15fr; gap: 44px; align-items: center; }
.contact-strip h2 { max-width: 480px; margin: 0; font-size: clamp(33px, 3.4vw, 45px); line-height: 1.03; letter-spacing: -.055em; }
.contact-strip__links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.contact-strip__links a { min-height: 97px; padding: 15px 16px; border: 1px solid var(--line); border-radius: 15px 5px 15px 5px; background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.contact-strip__links a:hover { transform: translateY(-3px); box-shadow: 0 14px 26px rgba(20,38,56,.09); }
.contact-strip__links span { display: block; margin-bottom: 12px; color: var(--muted); font-size: 10px; }
.contact-strip__links b { color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: 17px; font-weight: 400; line-height: 1.15; }
.final-cta { padding: 58px 0; }
.final-cta__box { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 38px; border-radius: 26px 7px 26px 7px; background: var(--ink); color: #fff; }
.final-cta .eyebrow { border-color: rgba(255,255,255,.22); background: transparent; color: var(--gold); }
.final-cta h2 { max-width: 620px; font-size: clamp(36px, 3.5vw, 46px); }
.final-cta p:not(.eyebrow) { max-width: 600px; margin: 13px 0 0; color: rgba(255,255,255,.72); font-size: 14px; line-height: 1.5; }
.final-cta .button { flex: 0 0 auto; background: #fff; color: var(--ink); }
.final-cta__actions { display: flex; flex: 0 0 auto; gap: 9px; }
.final-cta__actions .button--outline { border-color: rgba(255,255,255,.35); background: transparent; color: #fff; }
.footer { padding: 36px 0; background: #112536; color: rgba(255,255,255,.7); }
.footer__inner { display: grid; grid-template-columns: 1.3fr repeat(3, .75fr); gap: 24px; align-items: start; }
.footer .brand { min-width: 0; }.footer .brand b { color: #fff; }.footer p { margin: 13px 0 0; font-size: 11px; line-height: 1.5; }
.footer a:hover { color: #fff; }.footer__links { display: grid; gap: 7px; font-size: 11px; line-height: 1.35; }.footer__links b { margin-bottom: 3px; color: var(--gold); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }

@media (max-width: 1060px) { .nav { gap: 14px; font-size: 11px; }.header__actions .button--outline { display: none; }.hero__grid { grid-template-columns: .95fr 1.05fr; gap: 34px; }.quick-card { left: -18px; }.association__grid { gap: 40px; } }
@media (max-width: 820px) { .shell { width: min(100% - 30px, 1216px); }.nav { position: absolute; top: 72px; right: 15px; left: 15px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 18px 40px rgba(20,38,56,.13); }.nav.is-open { display: flex; }.nav a, .nav-group summary { padding: 12px; }.nav a::after { display: none; }.nav-popover { position: static; width: auto; min-width: 0; margin: 0 0 7px; padding: 3px; border-radius: 10px; box-shadow: none; background: #f3f6f2; }.nav-popover a { padding: 9px 12px; }.menu { display: inline-flex; align-items: center; }.header__actions .button--outline { display: none; }.hero__grid, .route__layout, .association__grid, .journal__grid, .contact-strip__inner { grid-template-columns: 1fr; }.hero__grid { min-height: 0; padding: 46px 0 56px; }.hero__copy { max-width: 640px; }.hero__visual { width: min(700px, calc(100% - 24px)); height: 390px; margin-left: auto; }.section-head, .journal__head { display: grid; grid-template-columns: 1fr; gap: 17px; }.section-head > p { max-width: 560px; }.issue-grid, .standard-grid, .association__links { grid-template-columns: 1fr; }.issue { min-height: 0; }.proof__grid { grid-template-columns: 1fr 1fr; }.proof__intro { grid-column: 1 / -1; }.route { padding-top: 35px; }.route__layout { gap: 28px; padding-top: 35px; }.route__visual { height: 300px; }.journal .shell { padding: 55px 0; }.association { padding: 55px 0; }.contact-strip__links { grid-template-columns: repeat(3, 1fr); }.footer__inner { grid-template-columns: 1fr 1fr; }.footer__brand { grid-column: 1 / -1; }.final-cta__box { align-items: flex-start; flex-direction: column; padding: 30px; } }
@media (max-width: 540px) { .header__inner { min-height: 64px; }.brand small { display: none; }.brand img { width: 36px; height: 36px; }.header__actions .button { display: none; }.hero h1 { font-size: 47px; }.hero__lead { font-size: 15px; }.actions .button { width: 100%; }.facts { gap: 10px; }.facts dt { font-size: 18px; }.facts dd { font-size: 9px; }.hero__visual { width: 100%; height: 380px; margin-top: 8px; }.quick-card { right: 12px; bottom: 12px; left: 12px; width: auto; }.proof__grid { gap: 15px; padding: 14px 0; }.section { padding: 58px 0; }.section-head h2, .route h2, .association h2, .contact-strip h2, .final-cta h2, .journal h2 { font-size: 38px; }.journal__head .button { width: fit-content; }.featured-article { min-height: 280px; }.featured-article h3 { font-size: 29px; }.association__grid { gap: 22px; }.association__links { margin-top: 25px; }.association__links a { min-height: 94px; }.contact-strip { padding: 34px 0; }.contact-strip__links { grid-template-columns: 1fr; }.contact-strip__links a { min-height: 76px; }.contact-strip__links span { margin-bottom: 7px; }.footer__inner { grid-template-columns: 1fr; gap: 22px; }.footer__brand { grid-column: auto; }.final-cta { padding: 40px 0; }.final-cta__box { padding: 25px; }.final-cta__actions { width: 100%; flex-direction: column; }.final-cta__actions .button { width: 100%; } }

@media (max-width: 820px) {
  .journal, .standards, .association, .contact-strip, .final-cta {
    content-visibility: auto;
    contain-intrinsic-size: auto 620px;
  }
}


/* Флагманский блок главной: рекорд по скорости урегулирования */
.record { padding: 8px 0 46px; }

.record__inner {
  position: relative;
  overflow: hidden;
  padding: 38px 44px;
  border-radius: 30px 8px 30px 8px;
  background: linear-gradient(112deg, #16293c 0%, #1d3a52 58%, #24506e 100%);
  color: #fff;
}

.record__inner::after {
  content: "";
  position: absolute;
  top: -140px;
  right: -90px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(237, 197, 121, .22) 0%, transparent 68%);
  pointer-events: none;
}

.record__badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
  padding: 7px 15px;
  border: 1px solid rgba(237, 197, 121, .45);
  border-radius: 999px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.record__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 250px) minmax(0, 1fr);
  gap: 34px 48px;
  align-items: start;
}

.record__num strong {
  display: block;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(64px, 8vw, 96px);
  font-weight: 400;
  line-height: .92;
  letter-spacing: -.05em;
}

.record__num span {
  display: block;
  margin-top: 12px;
  color: rgba(255, 255, 255, .82);
  font-size: 15px;
  line-height: 1.45;
}

.record__copy h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.08;
  letter-spacing: -.03em;
}

.record__copy p {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, .86);
  font-size: 16.5px;
  line-height: 1.62;
}

.record__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }

.record__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 26px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  transition: background .18s ease, border-color .18s ease;
}

.record__actions .record__cta { background: var(--gold); color: #16293c; }
.record__actions .record__cta:hover { background: #f5d69b; }
.record__actions .record__link { border-color: rgba(255, 255, 255, .38); color: #fff; }
.record__actions .record__link:hover { border-color: #fff; background: rgba(255, 255, 255, .08); }

@media (max-width: 900px) {
  .record__inner { padding: 30px 26px; border-radius: 24px 7px 24px 7px; }
  .record__grid { grid-template-columns: 1fr; gap: 20px; }
  .record__num strong { font-size: 68px; }
  .record__num span { margin-top: 8px; }
}

@media (max-width: 560px) {
  .record { padding-bottom: 34px; }
  .record__actions a { width: 100%; }
}
@media (max-width: 620px) { .record__date { display: none; } .record__badge { font-size: 10.5px; letter-spacing: .1em; } }


/* Новостная полоса на главной: коротко, без картинок – только даты и заголовки */
.newsline { padding: 0 0 20px; }

.newsline__inner {
  padding: 30px 34px;
  border: 1px solid var(--line);
  border-radius: 22px 6px 22px 6px;
  background: rgba(255, 255, 255, .7);
}

.newsline__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px 24px;
  margin-bottom: 6px;
}

.newsline__title { min-width: 0; }
.newsline__title .eyebrow { margin: 0 0 10px; }
.newsline__head h2 { margin: 0; font-size: clamp(24px, 2.6vw, 32px); letter-spacing: -.04em; }

.newsline__all { color: var(--burgundy); font-size: 13px; font-weight: 700; white-space: nowrap; }
.newsline__all:hover { text-decoration: underline; }

.newsline__list { margin: 0; padding: 0; list-style: none; }

.newsline__list li {
  display: grid;
  grid-template-columns: minmax(0, 150px) minmax(0, 1fr);
  gap: 4px 24px;
  align-items: baseline;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}

.newsline__list li:last-child { border-bottom: 0; padding-bottom: 0; }

.newsline__list time { color: var(--muted); font-size: 11.5px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }

.newsline__list a {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  line-height: 1.3;
  letter-spacing: -.02em;
}

.newsline__list a:hover { color: var(--burgundy); }

@media (max-width: 820px) {
  .newsline__inner { padding: 24px 20px; border-radius: 18px 5px 18px 5px; }
  .newsline__list li { grid-template-columns: 1fr; gap: 6px; padding: 14px 0; }
  .newsline__list a { font-size: 18px; }
}


/* ── Официальная полоса: реквизиты и статус на виду ── */
.proof--official { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255, 255, 255, .55); }
.proof--official .proof__intro span {
  display: block; margin-top: 7px;
  font-size: 12.5px; font-weight: 700;
  letter-spacing: .04em; color: var(--muted);
}

/* ── Полоса «на кого можно жаловаться» ── */
.anyco { padding: 6px 0 46px; }

.anyco__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
  gap: 32px;
  align-items: center;
  padding: 34px 38px;
  border: 1px solid rgba(162, 66, 78, .26);
  border-left: 6px solid var(--burgundy);
  border-radius: 4px 22px 22px 4px;
  background: linear-gradient(100deg, rgba(162, 66, 78, .07) 0%, rgba(255, 255, 255, .55) 62%);
}

.anyco h2 { margin: 8px 0 12px; font-size: clamp(25px, 3.1vw, 37px); line-height: 1.08; letter-spacing: -.042em; }
.anyco p { margin: 0; color: var(--ink-soft); font-size: 16.5px; line-height: 1.6; }

.anyco__chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.anyco__chips span {
  padding: 7px 14px; border: 1px solid rgba(20, 38, 56, .16); border-radius: 999px;
  background: #fff; font-size: 12.5px; font-weight: 700; letter-spacing: .01em;
}

.anyco__cta {
  display: block; padding: 24px 26px; border-radius: 18px 6px 18px 6px;
  background: var(--burgundy); color: #fff; text-align: center;
  transition: background .18s ease, transform .18s ease;
}
.anyco__cta b { display: block; font-size: 21px; letter-spacing: -.02em; }
.anyco__cta span { display: block; margin-top: 9px; font-size: 12.5px; line-height: 1.5; color: rgba(255, 255, 255, .84); }
.anyco__cta:hover { background: #8d3843; transform: translateY(-2px); }

/* ── Кейсы: как звучит от человека и что делает Ассоциация ── */
.cases { display: grid; grid-template-columns: repeat(auto-fit, minmax(298px, 1fr)); gap: 16px; }

.case {
  display: flex; flex-direction: column; gap: 13px;
  padding: 25px 26px; border: 1px solid var(--line);
  border-radius: 18px 5px 18px 5px; background: #fff;
  transition: box-shadow .2s ease, transform .2s ease;
}
.case:hover { transform: translateY(-2px); box-shadow: 0 16px 36px rgba(20, 38, 56, .09); }

.case__quote { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 20px; line-height: 1.32; letter-spacing: -.02em; color: var(--ink); }
.case__do { margin: 0; font-size: 14.5px; line-height: 1.58; color: var(--muted); }
.case__do b { color: var(--ink); }
.case a { margin-top: auto; color: var(--burgundy); font-size: 13px; font-weight: 700; }
.case a:hover { text-decoration: underline; }

.cases__note { margin: 20px 0 0; font-size: 15px; line-height: 1.6; color: var(--muted); }
.cases__note a { color: var(--burgundy); font-weight: 700; }

@media (max-width: 900px) {
  .anyco__inner { grid-template-columns: 1fr; gap: 22px; padding: 26px 22px; border-radius: 4px 18px 18px 4px; }
}

@media (max-width: 560px) {
  .anyco { padding-bottom: 34px; }
  .anyco__cta { padding: 18px; }
  .case { padding: 21px 20px; }
  .case__quote { font-size: 19px; }
}


/* ── Мобильная оптимизация 17.08.2026 ─────────────────────────────
   Правила идут в конце файла, чтобы перекрыть более ранние объявления.  */
@media (max-width: 760px) {
  /* Кнопка меню должна попадать под палец: было 38px, минимум 44. */
  .menu { min-height: 44px; min-width: 64px; padding: 0 14px; font-size: 13px; }

  /* Пункты меню и всплывающих списков были 11px – мелко для чтения. */
  .nav { gap: 4px; font-size: 14px; }
  .nav a, .nav-group summary { min-height: 46px; font-size: 14.5px; }
  .nav-popover a { min-height: 42px; font-size: 13.5px; display: flex; align-items: center; }

  /* Подписи под цифрами в первом экране: 9px нечитаемо. */
  .facts dd { font-size: 11.5px; line-height: 1.35; }
  .facts dt { font-size: 19px; }

  /* Первый экран: меньше воздуха, чтобы кнопка «Оставить жалобу» была видна сразу. */
  .hero__grid { padding: 34px 0 40px; }
  .hero h1 { font-size: clamp(34px, 9.4vw, 42px); line-height: 1.06; }
  .hero__lead { font-size: 15.5px; line-height: 1.55; }
  .actions .button { min-height: 50px; }

  /* Фотография первого экрана ниже текста и компактнее – экономит экран. */
  .hero__visual { height: 300px; margin-top: 14px; }
.hero__visual > img,
.hero__visual > picture > img { min-height: 300px; }
  .quick-card { position: static; right: auto; bottom: auto; left: auto; width: auto; margin-top: 12px; }

  /* Общий ритм: секции короче, страница перестает быть бесконечной. */
  .section { padding: 46px 0; }
  .journal .shell, .association { padding: 44px 0; }
  .anyco { padding-bottom: 30px; }
  .newsline { padding-bottom: 14px; }
  .record { padding-bottom: 34px; }

  /* Официальная полоса читается столбиком, реквизиты не разъезжаются. */
  .proof--official .proof__grid { gap: 14px; }
  .proof--official .proof__intro { font-size: 16px !important; line-height: 1.25 !important; }
}

@media (max-width: 540px) {
  .facts { gap: 12px; }
  .facts dd { font-size: 11.5px; }
  .section-head h2, .route h2, .association h2, .contact-strip h2, .final-cta h2, .journal h2 { font-size: 33px; }
  .cases { gap: 12px; }
  .anyco h2 { font-size: 25px; }
}

/* Добор по мобильной читаемости: 9-11px мелко для телефона. */
@media (max-width: 760px) {
  .eyebrow { font-size: 11.5px !important; letter-spacing: .08em; }
  .quick-card__kicker { font-size: 12px; }
  .quick-card p { font-size: 14px; line-height: 1.5; }
  .quick-card a { font-size: 13.5px; min-height: 40px; display: inline-flex; align-items: center; }
  .proof__grid p b { font-size: 13.5px; }
  .proof__grid p { font-size: 13.5px; line-height: 1.45; }
  .button--small { font-size: 13px; min-height: 42px; }
  .brand small { font-size: 11px; }
  .facts dd { font-size: 12px; }
}

/* ── Разбор дизайна 17.08.2026 ──────────────────────────────────
   Заголовок первого экрана рвался на пять строк, а фотография была
   отцентрована в колонке и оставляла пустоту под шапкой.            */
.hero h1 { max-width: 660px; font-size: clamp(40px, 4.15vw, 55px); line-height: 1.02; letter-spacing: -.05em; }
.hero__grid { align-items: stretch; }
.hero__copy { align-self: center; }
.hero__visual { align-self: stretch; height: auto; min-height: 430px; }
.hero__visual > img,
.hero__visual > picture > img { min-height: 430px; }

/* Чипы «на кого можно жаловаться» – компактнее, чтобы на телефоне
   ложились по два в строку, а не столбиком. */
@media (max-width: 560px) {
  .anyco__chips { gap: 7px; }
  .anyco__chips span { padding: 6px 11px; font-size: 11.5px; }
  .anyco h2 { font-size: 24px; line-height: 1.12; }
  .anyco p { font-size: 15.5px; }
}

/* На узких экранах карточка-подсказка идет в поток под фото – держим
   ее в общей сетке и не даем висеть отдельным островом. */
@media (max-width: 760px) {
  .quick-card { border-radius: 16px 5px 16px 5px; box-shadow: 0 10px 26px rgba(20, 38, 56, .1); }
  .hero h1 { max-width: none; }
}

/* На узком экране заголовок первого экрана набираем плотнее, чтобы кнопка
   «Оставить жалобу» попадала на первый экран. */
@media (max-width: 430px) {
  .hero h1 { font-size: 33px; line-height: 1.08; letter-spacing: -.04em; }
  .hero__lead { font-size: 15px; }
}

/* ── Читаемость главной 17.08.2026 ────────────────────────────────
   Было много текста по 9-12px: надзаголовки, подписи цифр, меню,
   кнопки, карточка-подсказка. Поднимаем нижнюю границу до 13px.   */
.eyebrow { font-size: 12.5px; letter-spacing: .1em; }
.brand small { font-size: 11.5px; }
.nav { font-size: 13.5px; }
.nav a, .nav-group summary { font-size: 13.5px; }
.nav-popover a { font-size: 13px; padding: 10px 12px; }
.button--small { font-size: 13px; }
.menu { font-size: 13px; }
.actions .button { font-size: 14.5px; }
.facts dd { font-size: 13px; line-height: 1.4; }
.facts dt { font-size: 21px; }

.quick-card__kicker { font-size: 12.5px; letter-spacing: .09em; }
.quick-card h2 { font-size: 23px; }
.quick-card p { font-size: 14.5px; line-height: 1.5; }
.quick-card a { font-size: 14px; font-weight: 700; }

.proof__grid p { font-size: 14.5px; line-height: 1.5; }
.proof__grid p b { font-size: 14.5px; }
.proof--official .proof__intro span { font-size: 13.5px; }

.newsline__list time { font-size: 12.5px; }
.newsline__all { font-size: 14px; }
.anyco__chips span { font-size: 13.5px; }
.anyco__cta span { font-size: 13.5px; }
.case__do { font-size: 15px; }
.case a { font-size: 14px; }
.steps span { font-size: 15px; }
.contact-strip__links span { font-size: 12.5px; }
.footer__col a, .footer__col span, .footer__brand small { font-size: 13px; }

@media (max-width: 760px) {
  .eyebrow { font-size: 12px !important; }
  .facts dd { font-size: 13px; }
  .quick-card p { font-size: 15px; }
  .proof__grid p, .proof__grid p b { font-size: 14.5px; }
}

/* Одна гарнитура на весь сайт: TildaSans для текста, Georgia для заголовков.
   Кнопки и поля наследуют шрифт, иначе браузер подставляет системный Arial. */
button, input, select, textarea { font-family: inherit; }
.menu, .button, .btn { font-family: inherit; }

/* ── Компактный хвост главной 18.08.2026 ──────────────────────────
   Было четыре блока подряд (стандарты, об ассоциации, контакты,
   финальный призыв) - на телефоне это 2800 px и три одинаковых
   призыва написать. Стало два блока.                              */
.about-compact { padding: 52px 0 46px; }

.about-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(232px, 1fr));
  gap: 10px;
}

.about-card {
  display: block;
  padding: 17px 19px;
  border: 1px solid var(--line);
  border-radius: 14px 4px 14px 4px;
  background: rgba(255, 255, 255, .7);
  transition: border-color .18s ease, transform .18s ease;
}
.about-card:hover { border-color: var(--burgundy); transform: translateY(-2px); }
.about-card b { display: block; font-size: 16px; line-height: 1.25; }
.about-card span { display: block; margin-top: 5px; color: var(--muted); font-size: 13.5px; line-height: 1.45; }

/* Финальный блок: призыв и контакты рядом, а не двумя экранами. */
.closing { padding: 0 0 52px; }

.closing__box {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr);
  gap: 32px 44px;
  align-items: center;
  padding: 38px 42px;
  border-radius: 28px 8px 28px 8px;
  background: linear-gradient(112deg, #16293c 0%, #1d3a52 60%, #24506e 100%);
  color: #fff;
}

.closing__text h2 { margin: 8px 0 12px; color: #fff; font-size: clamp(26px, 3.2vw, 38px); line-height: 1.06; letter-spacing: -.04em; }
.closing__text p { margin: 0; color: rgba(255, 255, 255, .84); font-size: 16px; line-height: 1.6; }
.closing__text .eyebrow { color: var(--gold); border-color: rgba(237, 197, 121, .4); background: transparent; }
.closing__actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 20px; }

.closing__contacts { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.closing__contacts a {
  display: block; padding: 13px 15px;
  border: 1px solid rgba(255, 255, 255, .22); border-radius: 12px;
  background: rgba(255, 255, 255, .06);
  transition: background .18s ease, border-color .18s ease;
}
.closing__contacts a:hover { background: rgba(255, 255, 255, .12); border-color: rgba(255, 255, 255, .42); }
.closing__contacts span { display: block; color: rgba(255, 255, 255, .62); font-size: 11.5px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.closing__contacts b { display: block; margin-top: 4px; color: #fff; font-size: 14.5px; }

@media (max-width: 900px) {
  .closing__box { grid-template-columns: 1fr; gap: 24px; padding: 28px 24px; }
}

@media (max-width: 560px) {
  .about-compact { padding: 40px 0 34px; }
  .about-grid { gap: 8px; }
  .about-card { padding: 15px 16px; }
  .closing { padding-bottom: 38px; }
  .closing__box { padding: 24px 20px; border-radius: 20px 6px 20px 6px; }
  .closing__contacts { grid-template-columns: 1fr; }
  .closing__actions .button { width: 100%; }
}

/* ── Плотная посадка блоков 18.08.2026 ────────────────────────────
   Юзер: «слишком разползся». Убираем декоративный воздух, не трогая
   читаемость: кегли остаются, сокращаются отступы и лишние картинки. */
.section { padding: 78px 0; }
.journal .shell { padding: 74px 0; }

@media (max-width: 760px) {
  .section, .about-compact { padding: 36px 0; }
  .journal .shell, .association { padding: 34px 0; }
  .record { padding-bottom: 26px; }
  .anyco { padding-bottom: 24px; }
  .newsline { padding-bottom: 10px; }

  /* Фотография в блоке «как это работает» декоративная - на телефоне
     она занимала треть экрана и ничего не объясняла. */
  .route__visual { display: none; }
  .route__layout { gap: 18px; padding-top: 26px; }
  .route { padding-top: 24px; }

  /* Первый экран: фото чуть ниже, текст и кнопки не меняются. */
  .hero__visual { height: 250px; }
.hero__visual > img,
.hero__visual > picture > img { min-height: 250px; }
  .hero__grid { padding: 30px 0 34px; }

  /* Карточки ситуаций: плотнее, шрифт тот же. */
  .cases { gap: 10px; }
  .case { padding: 17px 18px; gap: 9px; }
  .case__quote { font-size: 18px; line-height: 1.28; }

  /* Журнал и подвал: две колонки вместо одной длинной простыни. */
  .featured-article { min-height: 210px; }
  .closing__contacts { grid-template-columns: 1fr 1fr; }
  .footer__inner { grid-template-columns: 1fr 1fr; gap: 18px; }
  .footer__col a { min-height: 34px; display: flex; align-items: center; }
}

@media (max-width: 560px) {
  .section, .about-compact { padding: 32px 0; }
  .closing { padding-bottom: 30px; }
}

/* Вторая кнопка в тёмном финальном блоке выглядела как неактивная:
   светлая заливка на тёмном фоне. Делаем её контурной. */
.closing .button--outline {
  background: transparent;
  border-color: rgba(255, 255, 255, .42);
  color: #fff;
}
.closing .button--outline:hover { background: rgba(255, 255, 255, .1); border-color: #fff; }

/* picture растягивается на контейнер */
.hero-visual > picture,
.hero__visual > picture,
.route__visual > picture,
.seo-hero__visual > picture { display: block; width: 100%; height: 100%; }

/* Кадр фотографии на телефоне: контейнер был почти квадратным, и широкий
   снимок обрезался по краям - в кадр попадали только руки и бумаги.
   Пропорция 4:3 плюс смещение кадра оставляют человека в кадре, картинка
   не растягивается вверх и не мылится (исходник покрывает нужный размер). */
@media (max-width: 760px) {
  .hero__visual { height: auto; min-height: 0; aspect-ratio: 4 / 3; }
  .hero__visual > img,
  .hero__visual > picture > img { min-height: 0; height: 100%; object-position: 64% center; }
  .hero__visual > picture { height: 100%; }
}

/* Минимальный кегль 13px. Блок стоит последним в файле: ранние объявления
   и медиазапросы с более мелкими значениями иначе перебивают его. */
.brand small { font-size: 13px !important; }
.nav { font-size: 13.5px !important; }
.nav-popover a { font-size: 13px !important; }
.button--small, .menu { font-size: 13px !important; }
.facts dd { font-size: 13px !important; }
.quick-card p, .quick-card a { font-size: 13.5px !important; }
.quick-card__kicker { font-size: 13px !important; }
.proof__grid p, .proof__grid b { font-size: 13px !important; }
.issue em, .text-link, .association__links em { font-size: 13px !important; }
.contact-strip__links span { font-size: 13px !important; }
.footer p, .footer__links { font-size: 13px !important; }
.record__badge, .newsline__list time { font-size: 13px !important; }
.anyco__chips span, .anyco__cta span { font-size: 13px !important; }
.eyebrow { font-size: 13px !important; }
.closing__contacts span { font-size: 13px !important; }
.featured-article > p, .mini-article > p { font-size: 13px !important; letter-spacing: .08em; }
.button { font-size: 13.5px !important; }
.footer__links a, .footer__links b { font-size: 13px !important; }
/* Три цифры в первом экране: подписи выравниваем по одной линии,
   даже если заголовок колонки переносится на вторую строку. */
.facts div { display: flex; flex-direction: column; }
.facts dt { min-height: 2.05em; line-height: 1.05; }
.facts dd { margin-top: auto; padding-top: 4px; }

/* Шесть карточек при auto-fit вставали как 4+2. Задаем ряды явно: 3x2 и 2x3. */
@media (min-width: 1000px) {
  .cases { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (min-width: 700px) and (max-width: 999px) {
  .cases { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
.hero__lead, .closing p, .anyco p { max-width: 68ch; }
.facts dt, .proof--official b, .record__number { font-variant-numeric: tabular-nums; }

/* Строки длиннее ~75 знаков читаются тяжело: глаз теряет начало следующей. */
.record__copy p { max-width: 62ch; }
.route__intro { max-width: 60ch; }

/* Те же правила доступности для главной: она не подключает afzr-redesign.css. */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .mini-article:hover, .button:hover, .btn:hover, .issue:hover { transform: none !important; }
}
a:focus-visible, button:focus-visible, input:focus-visible,
select:focus-visible, textarea:focus-visible, summary:focus-visible, [tabindex]:focus-visible {
  outline: 3px solid #a2424e;
  outline-offset: 2px;
  border-radius: 3px;
}
.closing a:focus-visible, .record a:focus-visible, .footer a:focus-visible { outline-color: #edc579; }

/* Шапка главной на 320 px: прежние 220 px логотипа, gap 28 px и меню
   шириной 64 px суммарно были шире доступного контейнера. */
@media (max-width: 760px) {
  .header__inner { gap: 10px; }
  .brand { min-width: 0; flex: 1 1 auto; }
  .brand > span { min-width: 0; }
  .header__actions { flex: 0 0 auto; }
  .hero__grid { grid-template-columns: minmax(0, 1fr); min-width: 0; }
  .hero__grid > * { min-width: 0; }
  .eyebrow { width: auto; max-width: 100%; white-space: normal; line-height: 1.3; }
  .facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .facts > div:last-child { grid-column: 1 / -1; }
  .facts dt, .facts dd { overflow-wrap: anywhere; }
}
