/* ============================================================
   КОНТРАКТ · САНКТ-ПЕТЕРБУРГ — продающий лендинг
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; }

:root {
  /* Светлый «петербургский» фон */
  --bg: #f4f2ec;          /* тёплый кремовый */
  --bg-soft: #ebe8df;
  --paper: #ffffff;

  /* Тёмная имперская гамма */
  --navy: #11233c;
  --navy-2: #0d1b30;
  --navy-deep: #091525;

  /* Текст */
  --ink: #16263d;
  --ink-2: #34465f;
  --ink-dim: #5a6982;
  --ink-mute: #8a96a8;

  /* Линии */
  --line: #e1ddd2;
  --line-strong: #cbc6b8;
  --line-dark: rgba(255,255,255,0.12);

  /* Акценты */
  --red: #d12b1e;
  --red-dark: #a8231a;
  --red-soft: #fbe2de;
  --blue: #1d4e89;
  --gold: #c79a3e;
  --gold-soft: #f3e7c8;

  /* Прочее */
  --radius-lg: 20px;
  --radius-md: 14px;
  --radius-sm: 9px;
  --shadow-1: 0 6px 18px rgba(16, 30, 52, 0.08);
  --shadow-2: 0 20px 48px rgba(16, 30, 52, 0.18);
  --shadow-red: 0 10px 26px rgba(209, 43, 30, 0.30);
  --maxw: 1160px;
  color-scheme: light;
}

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  min-height: 100svh;
  background: var(--bg);
  color: var(--ink);
  font-family: "Manrope", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img, video, iframe, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: transparent; border: 0; cursor: pointer; }
::selection { background: var(--red); color: #fff; }

h1, h2, h3 { font-family: "PT Serif", Georgia, "Times New Roman", serif; }

/* ===== KICKER ===== */
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--red-dark);
  background: var(--red-soft);
  border-radius: 999px;
  width: fit-content;
}
.kicker-on-dark {
  color: #ffd9d3;
  background: rgba(209, 43, 30, 0.20);
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.kicker-gold { color: #7a5912; background: var(--gold-soft); }
.pulse {
  width: 9px; height: 9px; border-radius: 50%;
  background: #ff5b4d;
  box-shadow: 0 0 0 0 rgba(255, 91, 77, 0.6);
  animation: pulse 1.8s infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(255, 91, 77, 0.55); }
  70% { box-shadow: 0 0 0 9px rgba(255, 91, 77, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 91, 77, 0); }
}

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 12px;
  font-weight: 800;
  font-size: 17px;
  letter-spacing: 0.01em;
  white-space: nowrap;
  border: 1px solid transparent;
  transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.btn svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.btn:active { transform: translateY(1px); }
.btn-lg { min-height: 62px; padding: 0 30px; font-size: 18px; border-radius: 14px; }

.btn-primary { background: var(--red); color: #fff; box-shadow: var(--shadow-red); }
.btn-primary:hover { background: var(--red-dark); transform: translateY(-2px); }

.btn-ghost-light { background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.28); color: #fff; }
.btn-ghost-light:hover { background: rgba(255,255,255,0.14); border-color: #fff; }

/* ===== HEADER ===== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: rgba(244, 242, 236, 0.85);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid transparent;
  transition: border-color .25s ease, box-shadow .25s ease, background .25s ease;
}
.site-header.is-scrolled {
  border-bottom-color: var(--line);
  box-shadow: 0 4px 18px rgba(16,30,52,0.06);
}

.brand { display: inline-flex; align-items: center; gap: 12px; margin-right: auto; min-width: 0; }
.brand-mark {
  display: inline-grid; place-items: center;
  width: 42px; height: 30px;
  border: 1px solid var(--line-strong);
  border-radius: 5px; overflow: hidden; background: #fff; flex: none;
}
.flag { display: grid; width: 100%; height: 100%; }
.flag i { display: block; }
.flag i:nth-child(1) { background: #ffffff; }
.flag i:nth-child(2) { background: #0039a6; }
.flag i:nth-child(3) { background: #d52b1e; }
.brand-text { display: grid; line-height: 1.15; min-width: 0; }
.brand-text b {
  font-family: "Manrope", sans-serif;
  font-size: 15px; font-weight: 800; color: var(--ink);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.brand-text span {
  font-size: 11px; color: var(--ink-mute);
  letter-spacing: 0.05em; text-transform: uppercase; margin-top: 1px;
}

.nav-links { display: none; align-items: center; gap: 2px; }
.nav-links a {
  padding: 9px 13px; border-radius: 9px;
  font-weight: 700; font-size: 15px; color: var(--ink-2);
  transition: color .18s ease, background .18s ease;
}
.nav-links a:hover { color: var(--red-dark); background: var(--red-soft); }

.phone-link {
  display: none;
  align-items: center; gap: 8px;
  height: 46px; padding: 0 18px;
  border-radius: 11px; background: var(--red); color: #fff;
  font-weight: 800; font-size: 16px;
  box-shadow: var(--shadow-red);
  transition: background .18s ease, transform .18s ease;
}
.phone-link:hover { background: var(--red-dark); transform: translateY(-1px); }
.phone-link svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }

.mess-link {
  display: inline-flex;
  align-items: center; gap: 8px;
  height: 46px; padding: 0 14px;
  border-radius: 11px; background: #25d366; color: #fff;
  font-weight: 800; font-size: 15px;
  box-shadow: 0 10px 26px rgba(37,211,102,0.30);
  transition: background .18s ease, transform .18s ease;
}
.mess-link:hover { background: #1da851; transform: translateY(-1px); }
.mess-link svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }

.nav-toggle {
  display: inline-grid; place-items: center;
  width: 44px; height: 44px;
  border-radius: 10px; background: var(--paper); border: 1px solid var(--line-strong); color: var(--ink);
}
.nav-toggle .burger { display: inline-grid; gap: 4px; width: 20px; }
.nav-toggle .burger i { display: block; height: 2.5px; background: currentColor; border-radius: 2px; transition: transform .25s ease, opacity .2s ease; }
.nav-toggle[aria-expanded="true"] .burger i:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .burger i:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] .burger i:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

.nav-links.is-open {
  display: grid;
  position: fixed; top: 70px; left: 10px; right: 10px;
  padding: 10px; background: var(--paper);
  border: 1px solid var(--line); border-radius: 16px;
  box-shadow: var(--shadow-2); animation: dropIn .2s ease;
}
.nav-links.is-open a { padding: 15px 14px; font-size: 17px; border-radius: 10px; }
@keyframes dropIn { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: translateY(0); } }

/* ===== HERO ===== */
.hero {
  position: relative;
  color: #eef2f8;
  background: var(--navy-deep);
  padding: 40px 16px 52px;
  overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(1100px 520px at 80% -10%, rgba(29,78,137,0.45), transparent 60%),
    radial-gradient(800px 500px at 0% 110%, rgba(209,43,30,0.22), transparent 60%),
    linear-gradient(160deg, #0d1b30 0%, #11233c 50%, #0a1525 100%);
}
.hero-bg::after {
  content: ""; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: radial-gradient(80% 80% at 50% 30%, #000, transparent 75%);
}
.hero-inner {
  position: relative; z-index: 1;
  width: min(var(--maxw), 100%); margin: 0 auto;
  display: grid; gap: 32px;
}
.hero-kicker { margin-bottom: 4px; width: auto; }
.hero-copy { display: grid; gap: 20px; align-content: start; }
.hero h1 {
  margin: 4px 0 0;
  font-weight: 700;
  font-size: clamp(33px, 7.4vw, 62px);
  line-height: 1.06; letter-spacing: -0.015em;
  color: #fff;
}
.hero h1 em { font-style: italic; color: #ff6f62; }
.hero-sub {
  margin: 0; max-width: 60ch;
  color: #c3cede; font-size: clamp(17px, 2.3vw, 20px); line-height: 1.6;
}
.hero-sub b { color: #fff; font-weight: 800; }
.arctic {
  color: #7dd3fc;
  font-weight: 800;
  text-shadow: 0 0 18px rgba(125, 211, 252, 0.5);
  white-space: nowrap;
}
.hardship {
  color: #fca5a5;
  font-weight: 800;
  text-shadow: 0 0 18px rgba(248, 113, 113, 0.45);
  white-space: nowrap;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 4px; }
.hero-points { list-style: none; margin: 8px 0 0; padding: 0; display: grid; gap: 11px; }
.hero-points li { display: flex; align-items: flex-start; gap: 11px; font-size: 16px; color: #d4dcea; line-height: 1.45; }
.hero-points li b { color: #fff; }
.hero-points li svg {
  flex: none; width: 24px; height: 24px; padding: 4px;
  border-radius: 50%; background: rgba(95, 199, 122, 0.18);
  fill: none; stroke: #6fe08a; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round;
}

/* Hero card — сравнение денег */
.hero-card {
  position: relative;
  background: linear-gradient(180deg, #ffffff, #fbf9f3);
  border: 1px solid rgba(255,255,255,0.4);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-2);
  padding: clamp(20px, 4vw, 26px);
  display: grid; gap: 18px; align-content: start;
  color: var(--ink);
}
.hero-card-top { display: grid; gap: 6px; }
.hero-card-kicker {
  font-family: "Manrope", sans-serif;
  font-size: 12px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-mute);
}
.hero-card-top h2 { margin: 0; font-size: clamp(21px, 4vw, 26px); line-height: 1.15; letter-spacing: -0.01em; }

.vs { display: grid; gap: 6px; }
.vs-row { display: grid; gap: 8px; padding: 14px 16px; border-radius: var(--radius-md); }
.vs-low { background: var(--bg-soft); border: 1px solid var(--line); }
.vs-high { background: linear-gradient(180deg, #fff4f2, #ffe9e5); border: 1px solid #f3c4bd; }
.vs-head { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; }
.vs-head span { font-size: 14px; font-weight: 700; color: var(--ink-2); }
.vs-low .vs-head span { color: var(--ink-dim); }
.num { font-family: "Oswald", sans-serif; font-weight: 700; letter-spacing: 0.01em; white-space: nowrap; }
.vs-low .num { font-size: clamp(22px, 5vw, 28px); color: var(--ink-dim); }
.vs-high .num { font-size: clamp(28px, 6.5vw, 40px); color: var(--red-dark); }
.vs-bar { height: 9px; background: rgba(0,0,0,0.07); border-radius: 999px; overflow: hidden; }
.vs-low .vs-bar span { display: block; height: 100%; border-radius: 999px; background: var(--ink-mute); }
.vs-high .vs-bar span { display: block; height: 100%; border-radius: 999px; background: linear-gradient(90deg, var(--red), #ff6f4a); }
.vs-arrow { display: flex; flex-direction: column; align-items: center; gap: 2px; padding: 2px 0; }
.vs-arrow svg { width: 26px; height: 26px; fill: none; stroke: var(--red); stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.vs-arrow small { font-size: 12px; font-weight: 700; color: var(--ink-mute); text-transform: uppercase; letter-spacing: 0.05em; }

.hero-card-foot { display: grid; gap: 6px; padding-top: 4px; border-top: 1px dashed var(--line-strong); }
.diff { font-family: "Oswald", sans-serif; font-size: 17px; font-weight: 600; color: var(--ink-2); text-transform: uppercase; letter-spacing: 0.03em; }
.diff b { color: var(--red-dark); font-weight: 700; }
.hero-card-foot small { font-size: 13px; color: var(--ink-mute); line-height: 1.4; }

/* ===== TRUST BAR ===== */
.trustbar { background: var(--navy); border-top: 1px solid var(--line-dark); }
.trustbar-inner {
  width: min(var(--maxw), 100%); margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 1px;
  background: var(--line-dark);
}
.trust-item {
  background: var(--navy);
  padding: 18px 18px; display: grid; gap: 2px;
}
.trust-item b { font-family: "Manrope", sans-serif; font-size: 17px; font-weight: 800; color: #fff; }
.trust-item span { font-size: 14px; color: #9fb0c6; line-height: 1.4; }

/* ===== SECTION HEAD ===== */
.section-head {
  width: min(820px, 100%); margin: 0 auto 28px;
  display: grid; gap: 12px; text-align: center; justify-items: center;
}
.section-head h2 {
  margin: 0; font-weight: 700;
  font-size: clamp(27px, 5.4vw, 42px); line-height: 1.12; letter-spacing: -0.015em; color: var(--ink);
}
.section-head p { margin: 0; max-width: 58ch; color: var(--ink-dim); font-size: clamp(16px, 2vw, 19px); }
.section-head--light h2 { color: #fff; }
.section-head--light p { color: #aebbcd; }

/* общие отступы секций */
.specialty-inner, .advantage, .professions, .path, .reassure, .faq, .money-inner, .videos, .nuclear-inner {
  width: min(var(--maxw), 100%); margin: 0 auto; padding: 52px 16px;
}

/* ===== SPECIALTY ===== */
.specialty { background: var(--bg); }
.specialty-inner { display: grid; gap: 30px; }
.specialty-copy { display: grid; gap: 16px; align-content: start; }
.specialty-copy h2 { margin: 0; font-size: clamp(27px, 5.4vw, 42px); line-height: 1.12; letter-spacing: -0.015em; }
.specialty-copy p { margin: 0; color: var(--ink-2); font-size: clamp(16px, 2vw, 18px); line-height: 1.6; }
.specialty-copy p b { color: var(--ink); font-weight: 800; }
.we-do { display: block; margin-top: 12px; font-family: "Oswald", sans-serif; font-weight: 700; font-size: clamp(28px, 5.4vw, 40px); line-height: 1.05; letter-spacing: 0.01em; text-transform: uppercase; color: var(--red-dark); }
.specialty-copy .btn { margin-top: 6px; justify-self: start; }

.specialty-cards { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.specialty-cards li {
  display: flex; gap: 14px; align-items: flex-start;
  padding: 18px; background: var(--paper);
  border: 1px solid var(--line); border-radius: var(--radius-md);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.specialty-cards li:hover { border-color: var(--line-strong); box-shadow: var(--shadow-1); transform: translateY(-2px); }
.sc-ico { flex: none; display: inline-grid; place-items: center; width: 46px; height: 46px; border-radius: 12px; background: var(--navy); }
.sc-ico svg { width: 23px; height: 23px; fill: none; stroke: #fff; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.specialty-cards b { display: block; font-family: "Manrope", sans-serif; font-size: 17px; font-weight: 800; color: var(--ink); }
.specialty-cards p { margin: 2px 0 0; font-size: 15px; color: var(--ink-dim); line-height: 1.45; }

/* ===== MONEY (dark) ===== */
.money { position: relative; background: var(--navy-2); color: #eaeef4; }
.money-sub {
  margin: 40px 0 16px; text-align: center;
  font-family: "Manrope", sans-serif; font-size: 14px; font-weight: 800;
  letter-spacing: 0.09em; text-transform: uppercase; color: #8ea1bb;
}
.money-compare {
  display: grid; gap: 14px; align-items: stretch;
  grid-template-columns: 1fr; max-width: 880px; margin: 0 auto;
}
.mc-card { border-radius: var(--radius-lg); padding: 24px; display: grid; gap: 6px; text-align: center; }
.mc-low { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.12); }
.mc-high {
  background: linear-gradient(165deg, #d12b1e, #9c1f15);
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow: 0 18px 40px rgba(209,43,30,0.35);
}
.mc-label { font-family: "Manrope", sans-serif; font-size: 13px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; }
.mc-low .mc-label { color: #9fb0c6; }
.mc-high .mc-label { color: #ffd9d3; }
.mc-num { font-family: "Oswald", sans-serif; font-weight: 700; line-height: 1; letter-spacing: 0.01em; white-space: nowrap; }
.mc-low .mc-num { font-size: clamp(34px, 9vw, 50px); color: #c3cede; }
.mc-high .mc-num { font-size: clamp(44px, 12vw, 72px); color: #fff; }
.mc-card p { margin: 2px 0 0; font-size: 14px; }
.mc-low p { color: #8ea1bb; }
.mc-high p { color: #ffe2dd; }
.mc-plus { display: grid; place-items: center; }
.mc-plus svg { width: 34px; height: 34px; fill: none; stroke: #ff6f62; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; transform: rotate(90deg); }

/* разбивка выплат */
.pay-grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
.pay-grid--totals { margin-top: 16px; }
.pay-card {
  padding: 22px; border-radius: var(--radius-md);
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12);
  border-left: 4px solid var(--blue);
  display: grid; gap: 7px; min-width: 0; overflow-wrap: anywhere;
}
.pay-label { font-family: "Manrope", sans-serif; font-size: 13px; font-weight: 800; letter-spacing: 0.07em; text-transform: uppercase; color: #8ea1bb; }
.pay-card strong { font-family: "Oswald", sans-serif; font-weight: 700; font-size: clamp(30px, 6vw, 42px); line-height: 1; color: #fff; white-space: nowrap; }
.pay-card p { margin: 0; color: #aebbcd; font-size: 15px; line-height: 1.5; }
.pay-card p b { color: #fff; }
.pay-card--total { background: rgba(255,255,255,0.07); border-left-color: var(--gold); }
.pay-card--accent { border-left-color: var(--red); background: linear-gradient(165deg, rgba(209,43,30,0.22), rgba(255,255,255,0.04)); }
.pay-card--accent strong { color: #fff; }

.money-note {
  display: flex; gap: 10px; align-items: flex-start;
  margin: 22px auto 0; max-width: 860px;
  padding: 14px 16px; border-radius: var(--radius-md);
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1);
  font-size: 14px; line-height: 1.55; color: #9fb0c6;
}
.money-note svg { flex: none; width: 20px; height: 20px; margin-top: 1px; fill: none; stroke: var(--gold); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

/* ===== NUCLEAR ===== */
.nuclear { background: var(--paper); }
.nuc-highlight { display: grid; grid-template-columns: 1fr; gap: 14px; margin-bottom: 26px; }
.nuc-panel {
  border-radius: var(--radius-lg); padding: clamp(22px, 4vw, 30px); color: #eaeef4;
  background: linear-gradient(165deg, #11233c, #0a1525);
  border: 1px solid rgba(255,255,255,0.12);
}
.nuc-benefit { border-left: 4px solid var(--gold); background: linear-gradient(165deg, #14385f, #0d1f38); }
.nuc-h-label { display: block; margin-bottom: 16px; font-family: "Manrope", sans-serif; font-size: 13px; font-weight: 800; letter-spacing: 0.07em; text-transform: uppercase; color: #9fb0c6; }

.nuc-locs { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.nuc-locs li {
  display: grid; grid-template-columns: 1fr auto; row-gap: 2px; align-items: center;
  padding: 13px 16px; background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1); border-radius: var(--radius-sm);
}
.nuc-locs b { grid-column: 1; grid-row: 1; font-family: "Manrope", sans-serif; font-size: 16px; font-weight: 800; color: #fff; }
.nuc-locs span { grid-column: 1; grid-row: 2; font-size: 13px; color: #8ea1bb; }
.nuc-locs i { grid-column: 2; grid-row: 1 / 3; align-self: center; font-family: "Oswald", sans-serif; font-style: normal; font-weight: 700; font-size: clamp(18px, 4.4vw, 24px); color: var(--gold); white-space: nowrap; }
.nuc-note { margin: 14px 0 0; font-size: 14px; color: #9fb0c6; line-height: 1.5; }

.nuc-big { display: block; font-family: "Oswald", sans-serif; font-weight: 700; font-size: clamp(40px, 10vw, 58px); line-height: 1; color: var(--gold); white-space: nowrap; }
.nuc-sub { display: block; margin: 4px 0 16px; font-size: 14px; color: #9fb0c6; }
.nuc-benefit-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.nuc-benefit-list li {
  position: relative; padding-left: 28px; font-size: 15px; color: #dbe3ee; line-height: 1.4;
}
.nuc-benefit-list li::before {
  content: ""; position: absolute; left: 0; top: 2px; width: 18px; height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c79a3e' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
  background-size: contain; background-repeat: no-repeat;
}

.nuc-grid { display: grid; grid-template-columns: 1fr; gap: 12px; }
.nuc-card {
  display: flex; gap: 14px; align-items: flex-start;
  padding: 20px; background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius-md);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.nuc-card:hover { border-color: var(--line-strong); box-shadow: var(--shadow-1); transform: translateY(-2px); }
.nuc-ico { flex: none; display: inline-grid; place-items: center; width: 48px; height: 48px; border-radius: 12px; background: var(--gold-soft); }
.nuc-ico svg { width: 24px; height: 24px; fill: none; stroke: #8a6516; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.nuc-card b { display: block; margin-bottom: 4px; font-family: "Manrope", sans-serif; font-size: 16.5px; font-weight: 800; color: var(--ink); }
.nuc-card p { margin: 0; font-size: 14.5px; color: var(--ink-dim); line-height: 1.5; }

.nuc-cta { margin-top: 26px; display: grid; gap: 8px; justify-items: center; text-align: center; }
.nuc-cta-note { margin: 0; font-size: 14px; color: var(--ink-mute); }

/* ===== ADVANTAGE ===== */
.advantage { background: var(--bg); }
.cards { display: grid; grid-template-columns: 1fr; gap: 14px; }
.card {
  position: relative; padding: 24px; background: var(--paper);
  border: 1px solid var(--line); border-radius: var(--radius-md);
  display: grid; gap: 10px; align-content: start;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.card:hover { border-color: var(--line-strong); box-shadow: var(--shadow-1); transform: translateY(-3px); }
.card-ico { display: inline-grid; place-items: center; width: 48px; height: 48px; border-radius: 12px; background: var(--red-soft); }
.card-ico svg { width: 24px; height: 24px; fill: none; stroke: var(--red-dark); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.card h3 { margin: 0; font-size: 21px; font-weight: 700; letter-spacing: -0.01em; color: var(--ink); }
.card p { margin: 0; color: var(--ink-dim); font-size: 15.5px; line-height: 1.55; }

/* ===== PROFESSIONS ===== */
.professions { background: var(--paper); }
.prof-grid { display: grid; grid-template-columns: 1fr; gap: 12px; }
.prof {
  position: relative; background: var(--bg); border: 1px solid var(--line);
  border-radius: var(--radius-md); padding: 18px 20px; display: grid; gap: 5px; align-content: start;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.prof::before { content: ""; position: absolute; left: 20px; top: 0; width: 28px; height: 3px; background: var(--red); border-radius: 0 0 3px 3px; }
.prof:nth-child(3n+2)::before { background: var(--blue); }
.prof:nth-child(3n)::before { background: var(--gold); }
.prof:hover { border-color: var(--line-strong); box-shadow: var(--shadow-1); transform: translateY(-2px); }
.prof h3 { margin: 12px 0 0; font-size: 19px; font-weight: 700; letter-spacing: -0.005em; color: var(--ink); }
.prof p { margin: 0; color: var(--ink-dim); font-size: 15px; line-height: 1.45; }

.prof-cta {
  margin-top: 20px; padding: 22px; border-radius: var(--radius-md);
  background: linear-gradient(160deg, var(--navy), var(--navy-2)); color: #fff;
  display: grid; gap: 14px; align-items: center;
}
.prof-cta p { margin: 0; font-size: 17px; color: #d4dcea; }
.prof-cta p b { color: #fff; }

/* ===== PATH ===== */
.path { background: var(--bg); }
.path-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr; gap: 14px; counter-reset: step; }
.path-list li {
  position: relative; padding: 24px 22px 22px; background: var(--paper);
  border: 1px solid var(--line); border-radius: var(--radius-md);
  display: grid; gap: 7px;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.path-list li:hover { border-color: var(--line-strong); box-shadow: var(--shadow-1); }
.step-num {
  display: inline-grid; place-items: center; width: 44px; height: 44px;
  border-radius: 12px; background: var(--navy); color: #fff;
  font-family: "Oswald", sans-serif; font-weight: 700; font-size: 22px; margin-bottom: 2px;
}
.path-list li:nth-child(4) .step-num { background: var(--red); box-shadow: var(--shadow-red); }
.path-list h3 { margin: 0; font-size: 20px; font-weight: 700; letter-spacing: -0.005em; color: var(--ink); }
.path-list p { margin: 0; color: var(--ink-dim); font-size: 15.5px; line-height: 1.5; }

/* ===== REASSURE ===== */
.reassure { background: var(--paper); }
.reassure-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
.re-card { padding: clamp(22px, 4vw, 30px); border-radius: var(--radius-lg); border: 1px solid var(--line); }
.re-docs { background: var(--bg); border-left: 4px solid var(--blue); }
.re-contacts { background: linear-gradient(180deg, #fff6f4, #fff); border-left: 4px solid var(--red); }
.re-kicker { font-family: "Manrope", sans-serif; font-size: 12px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-mute); }
.re-card h3 { margin: 8px 0 14px; font-size: clamp(22px, 4vw, 28px); font-weight: 700; letter-spacing: -0.01em; }
.re-lead { margin: 0 0 14px; color: var(--ink-2); font-size: 16px; line-height: 1.55; }
.re-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.re-list li { display: grid; gap: 2px; padding: 14px 16px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-sm); }
.re-list b { font-size: 16px; color: var(--ink); }
.re-list span { font-size: 14.5px; color: var(--ink-dim); line-height: 1.45; }
.contact-stack { display: grid; gap: 10px; }
.contact-stack a {
  display: grid; gap: 2px; padding: 16px 18px; border-radius: var(--radius-sm);
  background: var(--paper); border: 1px solid var(--line-strong);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.contact-stack a:hover { transform: translateY(-1px); border-color: var(--red); box-shadow: var(--shadow-1); }
.contact-stack strong { font-family: "Oswald", sans-serif; font-size: clamp(28px, 5vw, 36px); line-height: 1; color: var(--red-dark); }
.contact-stack span { font-size: 14.5px; color: var(--ink-2); line-height: 1.4; }

/* ===== NOT-LIABLE (особый случай: не подлежат призыву) ===== */
.notliable { background: var(--navy); color: #eaeef4; }
.notliable-inner {
  width: min(var(--maxw), 100%); margin: 0 auto;
  padding: 52px 16px;
  display: grid; gap: 16px; text-align: center; justify-items: center;
}
.notliable-kicker { color: #f3e7c8; background: rgba(199,154,62,0.18); border: 1px solid rgba(199,154,62,0.35); }
.notliable-inner h2 {
  margin: 0; max-width: 22ch; color: #fff;
  font-weight: 700; font-size: clamp(27px, 5.4vw, 42px);
  line-height: 1.12; letter-spacing: -0.015em;
}
.notliable-lead {
  margin: 0; max-width: 64ch; color: #c3cede;
  font-size: clamp(16px, 2vw, 18px); line-height: 1.6;
}
.notliable-lead b { color: #fff; font-weight: 800; }

.notliable-points {
  display: grid; grid-template-columns: 1fr; gap: 12px;
  width: 100%; margin-top: 6px;
}
.nlp {
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  padding: 20px 18px; text-align: center;
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-md);
  transition: border-color .2s ease, transform .2s ease, background .2s ease;
}
.nlp:hover { border-color: rgba(199,154,62,0.5); background: rgba(255,255,255,0.08); transform: translateY(-2px); }
.nlp-ico {
  display: inline-grid; place-items: center;
  width: 52px; height: 52px; border-radius: 14px;
  background: rgba(199,154,62,0.18);
  margin-bottom: 4px;
}
.nlp-ico svg { width: 26px; height: 26px; fill: none; stroke: var(--gold); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.nlp b { font-family: "Manrope", sans-serif; font-size: 17px; font-weight: 800; color: #fff; }
.nlp span { font-size: 14.5px; color: #9fb0c6; line-height: 1.45; max-width: 30ch; }

.notliable-btn { margin-top: 6px; }
.notliable-note { margin: 0; max-width: 56ch; font-size: 14px; color: #8ea1bb; line-height: 1.5; }

/* ===== FAQ ===== */
.faq { background: var(--bg); }
.faq-list { display: grid; gap: 10px; max-width: 860px; margin: 0 auto; }
.faq-item {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-md);
  overflow: hidden; transition: border-color .2s ease, box-shadow .2s ease;
}
.faq-item[open] { border-color: var(--line-strong); box-shadow: var(--shadow-1); }
.faq-item summary {
  list-style: none; cursor: pointer;
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  padding: 18px 20px; font-weight: 700; font-size: 17px; color: var(--ink);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: ""; flex: none; width: 22px; height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d12b1e' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E");
  background-size: contain; background-repeat: no-repeat;
  transition: transform .25s ease;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-body { padding: 0 20px 20px; }
.faq-body p { margin: 0; color: var(--ink-dim); font-size: 16px; line-height: 1.6; }

/* ===== VIDEOS ===== */
.videos { background: var(--paper); display: grid; gap: 36px; }
.video-main-wrap { display: grid; gap: 12px; }
.video-embed {
  position: relative; overflow: hidden; border-radius: var(--radius-md);
  background: #0e1019; border: 1px solid var(--line); box-shadow: var(--shadow-1);
}
.video-embed--wide { aspect-ratio: 16/9; max-width: 800px; margin: 0 auto; width: 100%; }
.video-embed--short { aspect-ratio: 9/16; }
.video-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-caption { margin: 0; font-size: 14px; color: var(--ink-mute); text-align: center; }
.video-shorts-title { margin: 0 0 16px; font-family: "PT Serif", serif; font-size: clamp(18px, 3vw, 22px); font-weight: 700; color: var(--ink); text-align: center; }
.video-shorts-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.video-short-item { display: grid; gap: 8px; }
.video-short-item p { margin: 0; font-size: 14px; color: var(--ink-2); text-align: center; font-weight: 700; line-height: 1.35; }

/* ===== CTA ===== */
.cta { position: relative; padding: 0 16px; }
.cta-inner {
  position: relative; overflow: hidden;
  width: min(var(--maxw), 100%); margin: 0 auto;
  padding: clamp(36px, 7vw, 70px) clamp(20px, 5vw, 56px);
  border-radius: var(--radius-lg); color: #fff;
  display: grid; gap: 16px; text-align: center; justify-items: center;
}
.cta-bg {
  position: absolute; inset: 0; z-index: 0;
  width: min(var(--maxw), 100%); left: 50%; transform: translateX(-50%);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(700px 360px at 75% 0%, rgba(29,78,137,0.5), transparent 60%),
    radial-gradient(600px 380px at 10% 110%, rgba(209,43,30,0.32), transparent 60%),
    linear-gradient(160deg, #11233c, #0a1525);
}
.cta-inner > * { position: relative; z-index: 1; }
.cta-inner h2 { margin: 0; font-weight: 700; font-size: clamp(30px, 6.4vw, 52px); line-height: 1.08; color: #fff; }
.cta-inner p { margin: 0; max-width: 58ch; color: #c3cede; font-size: clamp(16px, 2.1vw, 20px); }
.cta-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 8px; justify-content: center; }
.cta-note { margin-top: 10px; font-size: 13px; color: #8ea1bb; letter-spacing: 0.02em; line-height: 1.55; max-width: 70ch; }

/* ===== FOOTER ===== */
.site-footer {
  display: grid; gap: 14px; padding: 32px 16px 96px;
  background: var(--bg-soft); border-top: 1px solid var(--line);
}
.brand-foot .brand-text b { color: var(--ink); }
.foot-meta { display: grid; gap: 6px; }
.site-footer p { margin: 0; color: var(--ink-mute); font-size: 13.5px; line-height: 1.5; }

/* ===== STICKY MOBILE CALL BAR ===== */
.call-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
  display: flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 16px calc(14px + env(safe-area-inset-bottom));
  background: var(--red); color: #fff;
  font-weight: 800; font-size: 16px;
  box-shadow: 0 -8px 24px rgba(16,30,52,0.18);
}
.call-bar svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2.3; stroke-linecap: round; stroke-linejoin: round; }

/* ===== REVEAL ANIMATION ===== */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* ===== BREAKPOINTS ===== */
@media (min-width: 600px) {
  .cards { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .specialty-cards { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .pay-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .pay-grid--totals { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .prof-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .prof-cta { grid-template-columns: 1fr auto; }
  .path-list { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .trustbar-inner { grid-template-columns: repeat(4, 1fr); }
  .video-shorts-grid { grid-template-columns: repeat(3, 1fr); }
  .reassure-grid { grid-template-columns: 1fr 1fr; }
  .money-compare { grid-template-columns: 1fr auto 1fr; align-items: center; }
  .mc-plus svg { transform: rotate(0deg); }
  .nuc-highlight { grid-template-columns: 1.1fr 1fr; gap: 16px; }
  .nuc-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .notliable-points { grid-template-columns: repeat(3, minmax(0,1fr)); }
}

@media (min-width: 960px) {
  body { font-size: 18px; }
  .site-footer { grid-template-columns: auto 1fr; align-items: center; padding: 32px 28px 96px; }
  .foot-meta { text-align: right; }

  .hero { padding: 72px 40px 84px; }
  .hero-kicker { grid-column: 1 / -1; display: flex; width: 100%; justify-content: center; }
  .hero-title { grid-column: 1 / -1; text-align: center; }
  .hero-inner { grid-template-columns: 1.05fr 0.95fr; gap: 20px 56px; align-items: center; }

  .specialty-inner, .advantage, .professions, .path, .reassure, .faq, .money-inner, .videos, .nuclear-inner, .notliable-inner { padding: 84px 40px; }
  .specialty-inner { grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }

  .cards { grid-template-columns: repeat(4, minmax(0,1fr)); }
  .prof-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .path-list { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .nuc-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .video-shorts-grid { grid-template-columns: repeat(5, 1fr); }
  .trustbar-inner { padding-block: 2px; }
}

/* Десктоп-меню показываем с 1024px — чтобы 6 пунктов точно поместились */
@media (min-width: 1024px) {
  .nav-links { display: flex; }
  .phone-link { display: inline-flex; }
  .nav-toggle { display: none; }
  .call-bar { display: none; }
  .site-footer { padding-bottom: 36px; }
}

@media (min-width: 1024px) {
  .specialty-cards { gap: 14px; }
}

@media (hover: none) {
  .card:hover, .prof:hover, .specialty-cards li:hover, .path-list li:hover { transform: none; box-shadow: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}
