@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('assets/fonts/montserrat-500-cyrillic.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('assets/fonts/montserrat-500-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('assets/fonts/montserrat-600-cyrillic.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('assets/fonts/montserrat-600-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('assets/fonts/montserrat-700-cyrillic.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('assets/fonts/montserrat-700-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('assets/fonts/montserrat-800-cyrillic.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('assets/fonts/montserrat-800-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ============ Терещенко-2026 · фирменные цвета «Новых людей» ============ */
:root {
  --teal: #08B8B0;
  --teal-mid: #0A9A93;
  --teal-deep: #06736E;
  --teal-text: #067A74;       /* AA 5.19:1 на белом */
  --teal-wash: #EDF9F8;
  --navy: #0F2233;
  --coral: #C9333F;           /* AA 5.21:1 с белым текстом */
  --coral-hover: #D6404C;
  --ink: #0F2233;
  --muted: #48596A;           /* AA 7.2:1 */
  --bg: #FFFFFF;
  --surface: #FFFFFF;
  --border: #E3EAEE;
  --shadow: 0 10px 30px rgba(15, 34, 51, .10);
  --r: 16px;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --container: 1140px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
  margin: 0;
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--teal-text); }
h1, h2, h3 { margin: 0; line-height: 1.12; letter-spacing: -0.01em; }
h1 { font-size: clamp(44px, 7vw, 76px); font-weight: 800; text-transform: uppercase; line-height: 1.02; }
h2 { font-size: clamp(30px, 4.2vw, 44px); font-weight: 800; }
h3 { font-size: 20px; font-weight: 700; line-height: 1.3; }
p { margin: 0; }

.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 100;
  background: var(--navy); color: #fff; padding: 12px 20px; border-radius: 0 0 12px 0;
}
.skip-link:focus { left: 0; }

/* ---------- Кнопки ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 52px; padding: 14px 28px;
  border-radius: 12px; border: 2px solid transparent;
  font: inherit; font-weight: 700; font-size: 16px; text-decoration: none;
  cursor: pointer; transition: background-color .15s ease-out, border-color .15s ease-out,
    color .15s ease-out, transform .15s ease-out, box-shadow .15s ease-out;
}
.btn:active { transform: translateY(1px); }
.btn:focus-visible { outline: none; box-shadow: 0 0 0 3px #fff, 0 0 0 6px var(--teal-mid); }
.btn-primary { background: var(--coral); color: #fff; box-shadow: 0 8px 20px rgba(201, 51, 63, .30); }
.btn-primary:hover { background: var(--coral-hover); box-shadow: 0 10px 24px rgba(201, 51, 63, .38); }
.btn-ghost { background: rgba(255, 255, 255, .12); color: #fff; border-color: rgba(255, 255, 255, .65); }
.btn-ghost:hover { background: rgba(255, 255, 255, .22); border-color: #fff; }
.btn-outline { background: transparent; color: var(--teal-text); border-color: var(--teal-mid); }
.btn-outline:hover { background: var(--teal-wash); }
.btn-sm { min-height: 44px; padding: 10px 20px; font-size: 15px; }

/* ---------- Шапка ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}
.header-inner { display: flex; align-items: center; gap: 28px; min-height: 72px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--ink); border-radius: 10px; }
.brand:focus-visible { outline: none; box-shadow: 0 0 0 3px var(--teal-mid); }
.brand-mark {
  width: 44px; height: 44px; border-radius: 12px; flex: none;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--teal-deep), var(--teal));
  color: #fff; font-weight: 800; font-size: 15px; letter-spacing: .02em;
}
.brand-text { display: flex; flex-direction: column; line-height: 1.2; }
.brand-text strong { font-size: 15px; font-weight: 700; }
.brand-text small { font-size: 12px; color: var(--muted); font-weight: 600; }
.site-nav { display: flex; gap: 4px; margin-left: auto; }
.site-nav a {
  display: inline-flex; align-items: center; min-height: 44px; padding: 8px 14px;
  border-radius: 10px; color: var(--ink); text-decoration: none; font-weight: 600; font-size: 15px;
  transition: background-color .15s ease-out, color .15s ease-out;
}
.site-nav a:hover { background: var(--teal-wash); color: var(--teal-text); }
.site-nav a:focus-visible { outline: none; box-shadow: inset 0 0 0 2px var(--teal-mid); }
.header-cta { flex: none; }
.burger {
  display: none; flex-direction: column; justify-content: center; gap: 5px;
  width: 48px; height: 48px; padding: 12px; margin-left: auto;
  background: none; border: 0; border-radius: 12px; cursor: pointer;
}
.burger span { display: block; height: 2.5px; border-radius: 2px; background: var(--ink); transition: transform .25s var(--ease-out), opacity .2s; }
.burger:focus-visible { outline: none; box-shadow: 0 0 0 3px var(--teal-mid); }
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: hidden; color: #fff;
  background: linear-gradient(112deg, var(--teal-deep) 0%, var(--teal-mid) 42%, var(--teal) 100%);
}
.hero-stripes {
  position: absolute; inset: 0; pointer-events: none;
  background: repeating-linear-gradient(-58deg,
    rgba(255,255,255,0) 0 210px, rgba(255,255,255,.07) 210px 250px,
    rgba(255,255,255,0) 250px 330px, rgba(255,255,255,.045) 330px 348px);
}
.hero-glow {
  position: absolute; width: 900px; height: 900px; right: -160px; top: -420px;
  border-radius: 50%; pointer-events: none;
  background: radial-gradient(closest-side, rgba(255,255,255,.20), rgba(255,255,255,0));
}
.hero-inner {
  position: relative; display: grid; grid-template-columns: 1.15fr .85fr;
  gap: 24px; align-items: end; padding-top: 72px;
}
.hero-copy { padding-bottom: 88px; }
.eyebrow {
  display: inline-block; background: #fff; color: var(--navy);
  font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em;
  padding: 9px 14px 8px; border-radius: 8px;
}
.hero h1 { margin-top: 22px; text-shadow: 0 2px 18px rgba(4, 60, 57, .25); }
.hero-lead { margin-top: 18px; max-width: 560px; font-size: clamp(16px, 1.6vw, 19px); font-weight: 600; line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.hero-date { display: inline-flex; align-items: center; gap: 10px; margin-top: 26px; font-weight: 700; font-size: 15px;
  background: rgba(6, 90, 86, .45); padding: 10px 16px; border-radius: 10px; }
.ico { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.hero-photo { align-self: end; display: flex; justify-content: center; }
.hero-photo img {
  width: min(420px, 38vw); height: auto;
  filter: drop-shadow(0 18px 34px rgba(0, 60, 58, .35));
}

/* ---------- Даты ---------- */
.dates { background: var(--navy); color: #fff; }
.dates-inner {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
  padding-top: 34px; padding-bottom: 34px;
}
.date-item { display: flex; flex-direction: column; gap: 4px; padding-left: 18px; border-left: 3px solid var(--teal); }
.date-num { font-size: 34px; font-weight: 800; line-height: 1.1; }
.date-unit { font-size: 16px; font-weight: 700; margin-left: 8px; color: var(--teal); }
.date-cap { font-size: 14px; color: #B9C6D2; font-weight: 500; max-width: 260px; }

/* ---------- Секции ---------- */
.section { padding: 104px 0; }
.section-alt { background: #F6FBFA; }
.section-eyebrow {
  display: inline-block; color: var(--teal-text); font-size: 13px; font-weight: 800;
  text-transform: uppercase; letter-spacing: .1em; margin-bottom: 14px;
}
.section-eyebrow.light { color: #9BE8E3; }
.section-lead { max-width: 640px; margin-top: 16px; color: var(--muted); font-size: 18px; }
.section-note { margin-top: 40px; color: var(--muted); font-size: 15px; }
.section-note a { font-weight: 700; }
.section-note a:focus-visible { outline: none; box-shadow: 0 0 0 3px var(--teal-mid); border-radius: 4px; }

/* ---------- Кто я ---------- */
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; align-items: stretch; }
.about-photo { position: relative; margin: 0; }
.about-photo img {
  width: 100%; height: 100%; object-fit: cover; object-position: top center;
  border-radius: var(--r); box-shadow: var(--shadow);
}
.photo-chip {
  position: absolute; left: 18px; bottom: 18px;
  background: #fff; color: var(--navy); font-size: 13px; font-weight: 700;
  padding: 9px 14px; border-radius: 10px; box-shadow: 0 6px 16px rgba(15,34,51,.18);
}
.about-text { display: flex; flex-direction: column; gap: 16px; margin-top: 22px; color: var(--ink); }
.about-text p { max-width: 60ch; }
.stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 34px 0 0; }
.stat {
  background: var(--teal-wash); border: 1px solid #D5F0EE; border-radius: 14px;
  padding: 18px 20px;
}
.stat-num { font-size: 36px; font-weight: 800; color: var(--teal-text); line-height: 1; margin: 0; }
.stat dd { margin: 6px 0 0; font-size: 14px; color: var(--muted); font-weight: 600; }

/* ---------- Программа ---------- */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 48px; }
.card {
  position: relative; background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--r); padding: 30px 26px 28px; overflow: hidden;
  transition: transform .25s var(--ease-out), box-shadow .25s var(--ease-out), border-color .25s ease-out;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: #C9E9E6; }
.card-num {
  position: absolute; top: 14px; right: 18px;
  font-size: 44px; font-weight: 800; color: rgba(8, 184, 176, .16); line-height: 1;
}
.card-ico {
  display: flex; align-items: center; justify-content: center;
  width: 52px; height: 52px; border-radius: 14px; margin-bottom: 18px;
  background: linear-gradient(135deg, var(--teal-deep), var(--teal)); color: #fff;
}
.card-ico svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.card h3 { margin-bottom: 10px; }
.card p { color: var(--muted); font-size: 15px; }

/* ---------- Уже сделано ---------- */
.done-list { list-style: none; margin: 44px 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.done-list li {
  display: flex; gap: 16px; align-items: flex-start;
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--r);
  padding: 26px 24px;
  transition: transform .25s var(--ease-out), box-shadow .25s var(--ease-out), border-color .25s ease-out;
}
.done-list li:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: #C9E9E6; }
.done-mark {
  width: 34px; height: 34px; border-radius: 50%; flex: none; margin-top: 2px;
  display: flex; align-items: center; justify-content: center;
  background: var(--teal-wash); color: var(--teal-text); border: 1.5px solid #C9E9E6;
}
.done-mark svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; }
.done-list strong { display: block; font-size: 17px; font-weight: 700; }
.done-list p { margin-top: 4px; color: var(--muted); font-size: 15px; }

/* ---------- Как проголосовать ---------- */
.section-vote {
  position: relative; color: #fff;
  background: linear-gradient(118deg, #062E2C 0%, var(--teal-deep) 55%, var(--teal-mid) 100%);
}
.section-vote h2 { color: #fff; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 48px; }
.step {
  background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .16);
  border-radius: var(--r); padding: 30px 26px;
  transition: background-color .2s ease-out, border-color .2s ease-out;
}
.step:hover { background: rgba(255, 255, 255, .11); border-color: rgba(255, 255, 255, .3); }
.step-num {
  display: flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: 50%; margin-bottom: 18px;
  background: #fff; color: var(--teal-deep); font-weight: 800; font-size: 19px;
}
.step h3 { color: #fff; margin-bottom: 10px; }
.step p { color: #D8F3F1; font-size: 15px; }
.step p strong { color: #fff; }
.step-link {
  display: inline-flex; align-items: center; gap: 6px; min-height: 44px; margin-top: 14px;
  color: #fff; font-weight: 700; font-size: 15px; text-decoration: none;
  border-bottom: 2px solid rgba(255,255,255,.5); padding: 2px 0;
  transition: border-color .15s ease-out;
}
.step-link:hover { border-color: #fff; }
.step-link:focus-visible { outline: none; box-shadow: 0 0 0 3px rgba(255,255,255,.8); border-radius: 6px; }
.step-link .ico { width: 17px; height: 17px; }
.vote-note {
  margin-top: 44px; padding: 18px 22px; border-radius: 12px;
  background: rgba(255, 255, 255, .10); border: 1px solid rgba(255, 255, 255, .18);
  font-size: 15px; color: #D8F3F1;
}
.vote-note strong { color: #fff; }

/* ---------- Контакты ---------- */
.section-contact { padding: 84px 0; }
.contact-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 40px;
  background: var(--teal-wash); border: 1px solid #D5F0EE; border-radius: 22px;
  padding: 48px 52px;
}
.contact-copy h2 { font-size: clamp(24px, 3vw, 32px); }
.contact-copy p { margin-top: 12px; color: var(--muted); max-width: 52ch; }
.contact-actions { display: flex; flex-direction: column; gap: 12px; flex: none; }

/* ---------- Футер ---------- */
.site-footer { background: var(--navy); color: #B9C6D2; }
.footer-inner {
  display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap;
  padding-top: 48px; padding-bottom: 32px;
}
.footer-brand { display: flex; flex-direction: column; gap: 8px; max-width: 480px; }
.footer-brand strong { color: #fff; font-size: 17px; }
.footer-brand span { font-size: 13.5px; line-height: 1.6; }
.footer-nav { display: flex; flex-direction: column; gap: 4px; }
.footer-nav a {
  display: inline-flex; align-items: center; min-height: 40px;
  color: #D3DDE6; text-decoration: none; font-weight: 600; font-size: 14px; border-radius: 8px; padding: 0 10px;
  transition: color .15s ease-out, background-color .15s ease-out;
}
.footer-nav a:hover { color: #fff; background: rgba(255,255,255,.07); }
.footer-nav a:focus-visible { outline: none; box-shadow: 0 0 0 2px var(--teal); }
.footer-legal {
  border-top: 1px solid rgba(255, 255, 255, .12);
  padding-top: 22px; padding-bottom: 34px;
}
.footer-legal p { font-size: 12px; line-height: 1.7; color: #8FA1B1; max-width: 900px; }

/* ---------- Появление при скролле ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .5s var(--ease-out), transform .5s var(--ease-out); }
.reveal.d1 { transition-delay: .08s; } .reveal.d2 { transition-delay: .16s; }
.reveal.d3 { transition-delay: .24s; } .reveal.d4 { transition-delay: .32s; }
.reveal.in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .card, .btn, .burger span { transition: none; }
}

/* ---------- Планшет ---------- */
@media (max-width: 960px) {
  .section { padding: 76px 0; }
  .burger { display: flex; }
  .site-nav {
    position: absolute; top: 72px; left: 0; right: 0;
    flex-direction: column; gap: 0; padding: 8px 16px 16px;
    background: #fff; border-bottom: 1px solid var(--border);
    box-shadow: 0 16px 30px rgba(15,34,51,.12);
    display: none;
  }
  .site-nav.open { display: flex; }
  .site-nav a { min-height: 48px; font-size: 16px; }
  .header-cta { margin-left: auto; }
  .hero-inner { grid-template-columns: 1fr .7fr; }
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-photo { max-width: 460px; }
  .about-photo img { height: auto; max-height: 540px; }
  .done-list { grid-template-columns: 1fr; }
  .cards, .steps { grid-template-columns: 1fr 1fr; }
  .contact-inner { flex-direction: column; align-items: flex-start; padding: 40px 36px; }
  .contact-actions { flex-direction: row; flex-wrap: wrap; }
}

/* ---------- Мобилка ---------- */
@media (max-width: 720px) {
  .header-cta { display: none; }
  .burger { margin-left: auto; }
  .hero-inner { grid-template-columns: 1fr; padding-top: 48px; }
  .hero-copy { padding-bottom: 0; }
  .hero h1 { font-size: clamp(38px, 11vw, 52px); }
  .hero-actions .btn { width: 100%; }
  .hero-photo { margin-top: 34px; }
  .hero-photo img { width: min(320px, 78vw); }
  .dates-inner { grid-template-columns: 1fr; gap: 20px; }
  .stats { grid-template-columns: 1fr 1fr; }
  .cards, .steps { grid-template-columns: 1fr; }
  .section { padding: 64px 0; }
  .contact-inner { padding: 32px 24px; }
  .contact-actions { width: 100%; flex-direction: column; }
  .contact-actions .btn { width: 100%; }
}

/* ---------- План голосования ---------- */
.plan {
  margin-top: 44px; padding: 30px 28px;
  background: rgba(255, 255, 255, .09); border: 1px solid rgba(255, 255, 255, .2);
  border-radius: var(--r);
}
.plan-title { color: #fff; font-size: 21px; margin-bottom: 20px; }
.plan-row { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 16px; margin-top: 14px; }
.plan-label { color: #D8F3F1; font-weight: 600; font-size: 15px; min-width: 170px; }
.chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chip {
  min-height: 46px; padding: 10px 20px; border-radius: 999px;
  background: rgba(255, 255, 255, .10); color: #fff;
  border: 1.5px solid rgba(255, 255, 255, .4);
  font: inherit; font-weight: 700; font-size: 15px; cursor: pointer;
  transition: background-color .15s ease-out, border-color .15s ease-out, color .15s ease-out;
}
.chip:hover { background: rgba(255, 255, 255, .18); }
.chip:focus-visible { outline: none; box-shadow: 0 0 0 3px rgba(255,255,255,.8); }
.chip.is-active { background: #fff; color: var(--teal-deep); border-color: #fff; }
.plan-result {
  margin-top: 22px; padding: 16px 18px; border-radius: 12px;
  background: rgba(6, 46, 44, .5); color: #fff; font-weight: 600; font-size: 16px; line-height: 1.5;
}
.plan-actions { margin-top: 16px; }
.btn-light { background: #fff; color: var(--teal-deep); }
.btn-light:hover { background: #E8FAF8; }

/* ---------- FAQ ---------- */
.faq-list { margin-top: 40px; max-width: 820px; display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  background: var(--surface); border: 1px solid var(--border); border-radius: 14px;
  transition: border-color .2s ease-out, box-shadow .2s ease-out;
}
.faq-item[open] { border-color: #C9E9E6; box-shadow: var(--shadow); }
.faq-item summary {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  list-style: none; cursor: pointer;
  padding: 18px 22px; min-height: 44px;
  font-weight: 700; font-size: 16.5px; line-height: 1.4;
  border-radius: 14px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { color: var(--teal-text); }
.faq-item summary:focus-visible { outline: none; box-shadow: inset 0 0 0 2.5px var(--teal-mid); }
.faq-arrow { color: var(--teal-text); transition: transform .25s var(--ease-out); }
.faq-item[open] .faq-arrow { transform: rotate(180deg); }
.faq-item p { padding: 0 22px 20px; color: var(--muted); font-size: 15.5px; max-width: 68ch; }
.faq-item p a { font-weight: 700; }

/* ---------- Вторичная ссылка и даты в контактах ---------- */
.contact-secondary {
  display: inline-flex; align-items: center; justify-content: center; min-height: 44px;
  color: var(--teal-text); font-weight: 700; font-size: 15px;
  text-decoration: underline; text-underline-offset: 4px; border-radius: 8px;
}
.contact-secondary:hover { color: var(--teal-deep); }
.contact-secondary:focus-visible { outline: none; box-shadow: 0 0 0 3px var(--teal-mid); }
.contact-dates { margin-top: 6px; font-size: 13.5px; color: var(--muted); font-weight: 600; text-align: center; }

/* ---------- Sticky CTA (мобилка) ---------- */
.sticky-cta {
  display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, .95); backdrop-filter: blur(10px);
  border-top: 1px solid var(--border);
  box-shadow: 0 -8px 24px rgba(15, 34, 51, .12);
}
.sticky-cta .btn { width: 100%; min-height: 52px; font-size: 15.5px; }
@media (max-width: 720px) {
  .sticky-cta:not([hidden]) { display: block; }
  .plan-label { min-width: 100%; }
  .plan { padding: 24px 20px; }
}

/* ---------- Поиск участка ---------- */
.finder-sub { color: #D8F3F1; font-size: 15px; margin: -8px 0 20px; }
.finder-form { display: flex; gap: 12px; align-items: flex-start; }
.finder-input-wrap { position: relative; flex: 1; min-width: 0; }
.finder-input {
  width: 100%; min-height: 52px; padding: 14px 18px;
  border-radius: 12px; border: 1.5px solid rgba(255, 255, 255, .45);
  background: rgba(255, 255, 255, .10); color: #fff;
  font: inherit; font-size: 16px; font-weight: 600;
  transition: border-color .15s ease-out, background-color .15s ease-out;
}
.finder-input::placeholder { color: rgba(255, 255, 255, .55); font-weight: 500; }
.finder-input:hover { border-color: rgba(255, 255, 255, .7); }
.finder-input:focus { outline: none; border-color: #fff; background: rgba(255, 255, 255, .16); box-shadow: 0 0 0 3px rgba(255,255,255,.25); }
.finder-go { flex: none; }
.suggest {
  position: absolute; top: calc(100% + 6px); left: 0; right: 0; z-index: 20;
  margin: 0; padding: 6px; list-style: none;
  background: #fff; border-radius: 12px; box-shadow: 0 16px 40px rgba(4, 40, 38, .35);
  max-height: 260px; overflow-y: auto;
}
.suggest li {
  padding: 12px 14px; border-radius: 8px; cursor: pointer;
  color: var(--ink); font-size: 15px; font-weight: 600; line-height: 1.35;
}
.suggest li small { display: block; color: var(--muted); font-weight: 500; font-size: 12.5px; }
.suggest li:hover, .suggest li.is-hover { background: var(--teal-wash); color: var(--teal-deep); }
.finder-status { margin-top: 14px; color: #FFD9DC; font-weight: 600; font-size: 15px; }
.finder-status.is-info { color: #D8F3F1; }
.finder-result { margin-top: 24px; }
.uik-main {
  display: grid; grid-template-columns: 1fr 1.1fr; gap: 24px; align-items: stretch;
  background: rgba(255, 255, 255, .10); border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 14px; padding: 22px;
}
.uik-badge {
  display: inline-block; background: #fff; color: var(--teal-deep);
  font-weight: 800; font-size: 14px; text-transform: uppercase; letter-spacing: .04em;
  padding: 8px 13px; border-radius: 8px;
}
.uik-addr { margin-top: 14px; color: #fff; font-weight: 700; font-size: 17px; line-height: 1.45; }
.uik-dist { margin-top: 8px; color: #D8F3F1; font-size: 14.5px; }
.uik-actions { margin-top: 18px; }
.uik-map {
  display: block; border-radius: 10px; overflow: hidden;
  border: 1px solid rgba(255,255,255,.25);
  min-height: 320px; height: 100%; background: rgba(255,255,255,.08);
}
.uik-map img { width: 100%; height: 100%; min-height: 320px; object-fit: cover; display: block; }
.uik-map [class*="ymaps-2"][class*="-map"] { border-radius: 10px; }
@media (max-width: 720px) { .uik-map, .uik-map img { min-height: 260px; } }
.uik-alts { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.uik-alt {
  background: rgba(255, 255, 255, .08); border: 1.5px solid rgba(255, 255, 255, .18);
  border-radius: 10px; padding: 12px 16px; min-height: 44px;
  color: #D8F3F1; font: inherit; font-size: 13.5px; line-height: 1.4;
  text-align: left; cursor: pointer;
  transition: background-color .15s ease-out, border-color .15s ease-out;
}
.uik-alt:hover { background: rgba(255, 255, 255, .15); border-color: rgba(255, 255, 255, .4); }
.uik-alt:focus-visible { outline: none; box-shadow: 0 0 0 3px rgba(255, 255, 255, .8); }
.uik-alt.is-active { background: #fff; color: var(--teal-deep); border-color: #fff; }
.uik-alt.is-active strong { color: var(--teal-deep); }
.uik-alt strong { color: #fff; }
.finder-note { margin-top: 18px; color: #BFE9E6; font-size: 13.5px; line-height: 1.6; }
.finder-note a { color: #fff; font-weight: 700; }
.finder-note a:focus-visible { outline: none; box-shadow: 0 0 0 3px rgba(255,255,255,.7); border-radius: 4px; }

@media (max-width: 720px) {
  .finder-form { flex-direction: column; }
  .finder-go { width: 100%; }
  .uik-main { grid-template-columns: 1fr; padding: 18px; }
  /* список подсказок — в потоке, чтобы не перекрывал кнопку */
  .suggest { position: static; margin-top: 6px; max-height: 220px; box-shadow: 0 8px 20px rgba(4,40,38,.25); }
}

/* ---------- План первого года (таймлайн) ---------- */
.agenda { margin-top: 72px; }
.agenda-title { font-size: clamp(24px, 3vw, 32px); font-weight: 800; }
.agenda-lead { margin-top: 10px; color: var(--muted); font-size: 16px; }
.timeline { list-style: none; margin: 40px 0 0; padding: 0; position: relative; }
.timeline::before {
  content: ""; position: absolute; left: 9px; top: 8px; bottom: 8px;
  width: 2px; background: linear-gradient(to bottom, var(--teal), #C9E9E6);
}
.tl-item { position: relative; padding: 0 0 36px 44px; }
.tl-item:last-child { padding-bottom: 0; }
.tl-item::before {
  content: ""; position: absolute; left: 0; top: 4px;
  width: 20px; height: 20px; border-radius: 50%;
  background: #fff; border: 5px solid var(--teal);
  box-shadow: 0 0 0 4px var(--teal-wash);
}
.tl-when {
  display: inline-block; color: var(--teal-text); font-size: 13px; font-weight: 800;
  text-transform: uppercase; letter-spacing: .07em;
}
.tl-body h4 { margin: 6px 0 0; font-size: 19px; font-weight: 700; line-height: 1.3; }
.tl-body p { margin-top: 8px; color: var(--muted); font-size: 15.5px; max-width: 64ch; }

@media (max-width: 720px) {
  .agenda { margin-top: 56px; }
  .tl-item { padding-left: 38px; padding-bottom: 30px; }
}

/* Горизонтальный таймлайн на широких экранах */
@media (min-width: 961px) {
  .timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
  .timeline::before {
    top: 9px; left: 10px; right: calc(25% - 24px); bottom: auto;
    width: auto; height: 2px;
    background: linear-gradient(to right, var(--teal), #C9E9E6);
  }
  .tl-item { padding: 40px 8px 0 0; }
  .tl-item::before { left: 0; top: 0; }
  .tl-body h4 { font-size: 18px; min-height: 47px; }
  .tl-body p { font-size: 14.5px; }
}

/* ---------- Слово под запись (реестр обещаний) ---------- */
.section-promises { background: var(--navy); color: #fff; }
.section-promises h2 { color: #fff; max-width: 640px; }
.section-eyebrow.dark { color: var(--teal); }
.prom-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 32px; }
.prom-lead { margin-top: 18px; max-width: 620px; color: #B9C6D2; font-size: 17px; line-height: 1.65; }
.prom-live {
  flex: none; display: inline-flex; align-items: center; gap: 10px;
  background: rgba(8, 184, 176, .12); border: 1px solid rgba(8, 184, 176, .35);
  color: #7DE8E2; font-size: 13px; font-weight: 700; letter-spacing: .03em;
  padding: 10px 16px; border-radius: 999px; white-space: nowrap;
}
.live-dot {
  width: 8px; height: 8px; border-radius: 50%; background: var(--teal);
  box-shadow: 0 0 0 0 rgba(8, 184, 176, .5);
  animation: live-pulse 2s infinite;
}
@keyframes live-pulse {
  0% { box-shadow: 0 0 0 0 rgba(8, 184, 176, .5); }
  70% { box-shadow: 0 0 0 9px rgba(8, 184, 176, 0); }
  100% { box-shadow: 0 0 0 0 rgba(8, 184, 176, 0); }
}
@media (prefers-reduced-motion: reduce) { .live-dot { animation: none; } }

.prom-legend { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-top: 34px; }
.legend-arrow { color: #5A6B7B; font-weight: 700; }
.pchip {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 12.5px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em;
  padding: 7px 13px; border-radius: 999px; white-space: nowrap;
}
.pchip::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
.p-fixed { background: rgba(8, 184, 176, .13); color: #6FE3DC; border: 1px solid rgba(8, 184, 176, .3); }
.p-progress { background: rgba(255, 190, 70, .12); color: #FFCE73; border: 1px solid rgba(255, 190, 70, .3); }
.p-done { background: rgba(90, 220, 130, .12); color: #86EBA5; border: 1px solid rgba(90, 220, 130, .32); }

.prom-list { list-style: none; margin: 26px 0 0; padding: 0; display: flex; flex-direction: column; }
.prom-item {
  display: flex; align-items: center; gap: 22px;
  padding: 20px 22px; border-radius: 14px;
  border: 1px solid transparent; border-bottom-color: rgba(255, 255, 255, .08);
  transition: background-color .2s ease-out, border-color .2s ease-out, transform .2s var(--ease-out);
}
.prom-item:hover { background: rgba(255, 255, 255, .05); border-color: rgba(8, 184, 176, .25); transform: translateX(4px); }
.prom-num { flex: none; font-size: 15px; font-weight: 800; color: rgba(8, 184, 176, .7); font-variant-numeric: tabular-nums; }
.prom-item p { flex: 1; font-size: 16.5px; font-weight: 600; color: #E8EEF3; line-height: 1.5; }
.prom-item .pchip { flex: none; }

.prom-follow { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; margin-top: 40px; }
.prom-follow > p { color: #B9C6D2; font-weight: 700; font-size: 15px; }
.prom-follow-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-tg { background: #2AABEE; color: #fff; box-shadow: 0 8px 20px rgba(42, 171, 238, .3); }
.btn-tg:hover { background: #45B8F2; }
.btn-tg .ico { fill: currentColor; stroke: none; }
.btn-outline-dark { background: transparent; color: #E8EEF3; border-color: rgba(255, 255, 255, .4); }
.btn-outline-dark:hover { border-color: #fff; background: rgba(255, 255, 255, .08); }

@media (max-width: 720px) {
  .prom-head { flex-direction: column; gap: 18px; }
  .prom-item { flex-wrap: wrap; gap: 10px 14px; padding: 18px 16px; }
  .prom-item p { flex-basis: 100%; order: 2; }
  .prom-item .pchip { order: 3; }
  .prom-follow { align-items: flex-start; flex-direction: column; gap: 14px; }
  .prom-follow-btns { width: 100%; flex-direction: column; }
  .prom-follow-btns .btn { width: 100%; }
}

/* ---------- Видео-блок ---------- */
.video-block {
  display: grid; grid-template-columns: 1fr 1.3fr; gap: 48px; align-items: center;
  margin-top: 80px; padding: 40px 44px;
  background: var(--navy); border-radius: 22px; color: #fff;
}
.video-copy h3 { color: #fff; font-size: clamp(22px, 2.6vw, 28px); font-weight: 800; }
.video-copy p { margin-top: 12px; color: #B9C6D2; font-size: 16px; max-width: 40ch; }
.video-frame { position: relative; aspect-ratio: 16/9; border-radius: 14px; overflow: hidden; background: #000; }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-poster { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; border: 0; cursor: pointer; background: #000; }
.video-poster img { width: 100%; height: 100%; object-fit: cover; object-position: top center; opacity: .85; transition: opacity .2s ease-out, transform .35s var(--ease-out); }
.video-poster:hover img { opacity: 1; transform: scale(1.03); }
.video-poster:focus-visible { outline: none; box-shadow: inset 0 0 0 4px var(--teal); }
.video-playbtn {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  width: 76px; height: 76px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: var(--coral); box-shadow: 0 12px 30px rgba(201, 51, 63, .5);
  transition: transform .25s var(--ease-out);
}
.video-poster:hover .video-playbtn { transform: translate(-50%, -50%) scale(1.08); }
.video-playbtn svg { width: 30px; height: 30px; fill: #fff; margin-left: 4px; }
.video-len {
  position: absolute; right: 14px; bottom: 12px;
  background: rgba(0, 0, 0, .65); color: #fff; font-size: 13px; font-weight: 700;
  padding: 5px 10px; border-radius: 7px;
}

/* ---------- Фото дел ---------- */
.work-photos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 44px; }
.work-photos figure { margin: 0; }
.work-photos img {
  width: 100%; aspect-ratio: 4/3; object-fit: cover;
  border-radius: 12px; box-shadow: var(--shadow);
  transition: transform .25s var(--ease-out);
}
.work-photos figure:hover img { transform: scale(1.02); }
.work-photos figcaption { margin-top: 10px; font-size: 13px; color: var(--muted); font-weight: 600; line-height: 1.4; }
.work-note { margin-top: 28px; color: var(--muted); font-size: 14px; }
.work-note a { font-weight: 700; }

@media (max-width: 960px) {
  .video-block { grid-template-columns: 1fr; gap: 24px; padding: 28px 24px; margin-top: 56px; }
  .work-photos { grid-template-columns: 1fr 1fr; }
}

/* ---------- Цитата ---------- */
.quote-band { background: var(--teal-wash); border-top: 1px solid #D5F0EE; border-bottom: 1px solid #D5F0EE; }
.big-quote { margin: 0; padding: 72px 0; position: relative; max-width: 880px; }
.big-quote::before {
  content: "«"; position: absolute; left: -8px; top: 24px;
  font-size: 150px; line-height: 1; color: rgba(8, 184, 176, .25); font-weight: 800;
}
.big-quote p {
  font-size: clamp(24px, 3.4vw, 38px); font-weight: 800; line-height: 1.25;
  color: var(--navy); letter-spacing: -.01em; padding-left: 56px;
}
.big-quote footer { margin-top: 18px; padding-left: 56px; color: var(--teal-text); font-weight: 700; font-size: 15px; }
@media (max-width: 720px) {
  .big-quote { padding: 52px 0; }
  .big-quote::before { font-size: 90px; top: 30px; left: -4px; }
  .big-quote p, .big-quote footer { padding-left: 36px; }
}

.video-vk-link {
  display: inline-flex; align-items: center; gap: 6px; min-height: 44px; margin-top: 16px;
  color: #7DE8E2; font-weight: 700; font-size: 15px; text-decoration: none;
  border-bottom: 2px solid rgba(125, 232, 226, .4); padding: 2px 0;
  transition: border-color .15s ease-out, color .15s ease-out;
}
.video-vk-link:hover { color: #fff; border-color: #fff; }
.video-vk-link:focus-visible { outline: none; box-shadow: 0 0 0 3px rgba(255,255,255,.7); border-radius: 6px; }
.video-vk-link .ico { width: 16px; height: 16px; }

/* ---------- 10 лет акции ---------- */
.angel {
  display: grid; grid-template-columns: 1.4fr .6fr; gap: 48px; align-items: center;
  margin-top: 56px; padding: 44px 48px;
  background: var(--teal-wash); border: 1px solid #D5F0EE; border-radius: 22px;
}
.angel-eyebrow { color: var(--teal-text); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.angel-copy h3 { margin-top: 10px; font-size: clamp(21px, 2.4vw, 26px); font-weight: 800; line-height: 1.25; }
.angel-copy p:not(.angel-eyebrow) { margin-top: 14px; color: var(--ink); font-size: 15.5px; line-height: 1.65; max-width: 62ch; }
.angel-copy p:last-child { font-weight: 700; }
.angel-stats { display: flex; flex-direction: column; gap: 14px; }
.angel-stat {
  background: #fff; border: 1px solid #D5F0EE; border-radius: 14px;
  padding: 18px 22px; font-size: 14px; color: var(--muted); font-weight: 600;
}
.angel-stat span { display: block; font-size: 34px; font-weight: 800; color: var(--teal-text); line-height: 1.1; margin-bottom: 4px; }
@media (max-width: 960px) {
  .angel { grid-template-columns: 1fr; gap: 24px; padding: 28px 24px; }
  .angel-stats { flex-direction: row; flex-wrap: wrap; }
  .angel-stat { flex: 1 1 140px; }
}

.angel-photo { margin: 0 0 4px; }
.angel-photo img { width: 100%; aspect-ratio: 4/3.4; object-fit: cover; border-radius: 14px; box-shadow: var(--shadow); }
.angel-photo figcaption { margin-top: 8px; font-size: 12.5px; color: var(--muted); font-weight: 600; }
@media (max-width: 960px) { .angel-photo { flex: 1 1 100%; } }

.video-frame video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; background: #000; }
.video-poster[hidden] { display: none; }

/* ---------- Доступность: кнопка «Аа» ---------- */
.a11y-btn {
  flex: none; min-width: 48px; min-height: 44px; padding: 8px 12px;
  background: none; border: 1.5px solid var(--border); border-radius: 10px;
  font-family: inherit; font-weight: 800; font-size: 16px; color: var(--ink); cursor: pointer;
  transition: background-color .15s ease-out, border-color .15s ease-out;
}
.a11y-btn:hover { background: var(--teal-wash); border-color: var(--teal-mid); }
.a11y-btn:focus-visible { outline: none; box-shadow: 0 0 0 3px var(--teal-mid); }
.a11y-btn[aria-pressed="true"] { background: var(--navy); color: #fff; border-color: var(--navy); }
body.a11y-big { zoom: 1.16; }
body.a11y-big .site-nav a, body.a11y-big p, body.a11y-big li { letter-spacing: .01em; }
.footer-meta { margin-top: 10px; font-size: 12px; color: #8FA1B1; }
.footer-meta a { color: #B9C6D2; font-weight: 600; }
.footer-meta a:hover { color: #fff; }
@media (max-width: 720px) { .a11y-btn { margin-left: auto; } .burger { margin-left: 8px; } }

.pdf-link { display: inline-flex; align-items: center; gap: 6px; margin-left: 10px; font-weight: 700; color: var(--teal-text); min-height: 44px; }
.pdf-link .ico { width: 16px; height: 16px; }
