:root {
  --teal: #0b7285;
  --teal-dark: #085566;
  --teal-light: #e6f4f7;
  --cyan: #67e8f9;
  --cyan-ink: #083a44;
  --ink: #17323b;
  --muted: #5c7680;
  --bg: #f4f8f9;
  --card: #ffffff;
  --line: #e4edf0;
  --green: #1e9e5a;
  --green-bg: #e8f7ee;
  --green-ink: #14683c;
  --yellow: #e7ac13;
  --yellow-deep: #8a5f04;
  --yellow-bg: #fdf3dc;
  --red: #d43f3f;
  --red-bg: #fdeaea;
  --red-ink: #a32d2d;
  --radius: 16px;
  --radius-s: 12px;
  --shadow: 0 1px 2px rgba(23, 50, 59, .04), 0 6px 20px rgba(23, 50, 59, .05);
  --shadow-lift: 0 2px 4px rgba(23, 50, 59, .05), 0 14px 34px rgba(23, 50, 59, .10);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  font-family: 'Inter', 'Segoe UI', system-ui, -apple-system, sans-serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.55;
  font-size: 16px;
}
img { max-width: 100%; }
a { color: var(--teal); }

/* контейнер как в Кирсоне: max-w 1760, паддинги 16 / 24 / 32 */
.container { max-width: 1760px; margin: 0 auto; width: 100%; padding: 0 16px; }
@media (min-width: 640px) { .container { padding: 0 24px; } }
@media (min-width: 1024px) { .container { padding: 0 32px; } }

/* header: h-16, sticky, блюр */
.site-header {
  background: rgba(255, 255, 255, .95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(228, 237, 240, .8);
  position: sticky; top: 0; z-index: 50;
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 64px; gap: 12px; }
.logo { font-weight: 800; font-size: 20px; color: var(--ink); text-decoration: none; letter-spacing: -.4px; white-space: nowrap; display: inline-flex; align-items: center; gap: 9px; }
.logo::before {
  content: "+"; display: inline-flex; align-items: center; justify-content: center;
  width: 30px; height: 30px; border-radius: 9px; background: var(--teal); color: #fff;
  font-size: 20px; font-weight: 700; line-height: 1;
}
.logo-mark { color: var(--teal); }
.nav { display: flex; gap: 4px; align-items: center; }
.nav-link {
  text-decoration: none; color: var(--muted); font-weight: 500; font-size: 14px;
  padding: 8px 13px; border-radius: 10px; transition: background .15s, color .15s;
}
.nav-link:hover { background: #f1f5f6; color: var(--ink); }
.nav-link.active { background: var(--teal-light); color: var(--teal-dark); box-shadow: inset 0 0 0 1px #cfe9f0; }
.nav-cta { background: var(--teal); color: #fff; font-weight: 600; }
.nav-cta:hover { background: var(--teal-dark); color: #fff; }

/* buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  text-decoration: none; text-align: center; cursor: pointer;
  background: var(--teal); color: #fff; font-weight: 600; font-size: 15.5px;
  padding: 13px 26px; border-radius: var(--radius-s); border: none; font-family: inherit;
  transition: background .15s, transform .1s, box-shadow .15s;
}
.btn:hover { background: var(--teal-dark); box-shadow: var(--shadow); }
.btn:active { transform: translateY(1px); }
.btn-white { background: #fff; color: var(--teal-dark); }
.btn-white:hover { background: var(--teal-light); box-shadow: none; }
.btn-mint { background: var(--cyan); color: var(--cyan-ink); }
.btn-mint:hover { background: #4cdef5; box-shadow: none; }
.btn-outline { background: #fff; border: 1.5px solid var(--line); color: var(--ink); }
.btn-outline:hover { border-color: var(--teal); color: var(--teal); background: #fff; box-shadow: none; }
.btn-lg { font-size: 16px; padding: 15px 30px; border-radius: 13px; }
.btn-sm { padding: 8px 14px; font-size: 13.5px; border-radius: 9px; }
.btn-danger { background: var(--red); }
.btn-danger:hover { background: #b53030; }

/* hero: рекламная панель */
.hero { padding: 24px 0 0; }
.hero-panel {
  position: relative; overflow: hidden;
  background:
    radial-gradient(720px 400px at 88% -12%, rgba(103, 232, 249, .25), transparent 60%),
    radial-gradient(520px 320px at -6% 110%, rgba(103, 232, 249, .12), transparent 55%),
    linear-gradient(150deg, #085566 0%, #0b7285 55%, #0d87a0 100%);
  color: #fff; border-radius: 24px; padding: 40px 24px;
  display: grid; grid-template-columns: 1fr; gap: 30px; align-items: center;
}
.hero h1 { font-size: 31px; line-height: 1.13; font-weight: 800; letter-spacing: -.9px; margin-bottom: 16px; }
.hero .mk {
  background: var(--cyan); color: var(--cyan-ink); padding: 1px 12px 3px;
  border-radius: 10px; display: inline-block; white-space: nowrap;
}
.hero p.lead { font-size: 16px; opacity: .9; margin-bottom: 24px; max-width: 600px; line-height: 1.6; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 26px; }
.hero-badge {
  background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.18);
  padding: 7px 13px; border-radius: 999px; font-size: 13px; font-weight: 500;
  display: inline-flex; align-items: center; gap: 7px;
}
.hero-badge::before { content: "✓"; color: var(--cyan); font-weight: 800; }
.hero-note { font-size: 13px; opacity: .65; margin-top: 14px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.hero-actions .btn { width: 100%; }

.hero-card { background: #fff; color: var(--ink); border-radius: 18px; padding: 22px; box-shadow: 0 24px 60px rgba(5, 40, 48, .35); }
.hero-card-title { font-weight: 700; font-size: 12.5px; margin-bottom: 13px; color: var(--muted); text-transform: uppercase; letter-spacing: .6px; }
.tl-row { display: flex; align-items: center; gap: 10px; padding: 11px 13px; border-radius: 12px; margin-bottom: 8px; font-size: 14px; font-weight: 600; }
.tl-row small { margin-left: auto; font-weight: 700; font-size: 13.5px; white-space: nowrap; }
.tl-green { background: var(--green-bg); color: var(--green-ink); }
.tl-yellow { background: var(--yellow-bg); color: var(--yellow-deep); }
.tl-red { background: var(--red-bg); color: var(--red-ink); }
.dot { width: 10px; height: 10px; border-radius: 50%; flex: none; }
.dot-green { background: var(--green); }
.dot-yellow { background: var(--yellow); }
.dot-red { background: var(--red); }
.hero-card-foot { font-size: 12.5px; color: var(--muted); margin-top: 11px; line-height: 1.5; }

@media (min-width: 640px) {
  .hero-panel { padding: 48px 40px; }
  .hero h1 { font-size: 38px; }
  .hero-actions .btn { width: auto; }
}
@media (min-width: 1024px) {
  .hero-panel { grid-template-columns: 1.2fr .8fr; padding: 60px 56px; gap: 48px; }
  .hero h1 { font-size: 44px; letter-spacing: -1.2px; }
  .hero p.lead { font-size: 17.5px; }
}
@media (min-width: 1400px) {
  .hero h1 { font-size: 50px; }
  .hero-panel { padding: 68px 72px; }
}

/* KPI-карточки (полоса цифр) */
.kpi-grid { display: grid; grid-template-columns: 1fr; gap: 12px; }
.kpi-card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 18px 20px; display: flex; align-items: center; gap: 14px;
  text-decoration: none; color: var(--ink); box-shadow: var(--shadow);
  transition: box-shadow .2s, transform .2s;
}
a.kpi-card:hover { box-shadow: var(--shadow-lift); transform: translateY(-2px); }
.kpi-ico {
  width: 46px; height: 46px; border-radius: 50%; flex: none;
  display: flex; align-items: center; justify-content: center; font-size: 21px;
}
.ico-teal { background: var(--teal-light); }
.ico-green { background: var(--green-bg); }
.ico-yellow { background: var(--yellow-bg); }
.ico-red { background: var(--red-bg); }
.kpi-label { font-size: 13px; color: var(--muted); font-weight: 500; line-height: 1.35; }
.kpi-value { font-size: 23px; font-weight: 800; letter-spacing: -.5px; line-height: 1.25; }
.kpi-note { font-size: 12.5px; color: var(--muted); }
.kpi-chev { margin-left: auto; color: #b9cdd4; font-size: 18px; font-weight: 700; }
@media (min-width: 640px) { .kpi-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; } }
@media (min-width: 1024px) { .kpi-grid { grid-template-columns: repeat(4, 1fr); gap: 16px; } }

/* sections */
.section { padding: 46px 0 0; }
.section-last { padding-bottom: 56px; }
.section h2 { font-size: 24px; font-weight: 800; letter-spacing: -.6px; margin-bottom: 8px; }
.section .sub { color: var(--muted); margin-bottom: 24px; max-width: 680px; font-size: 15.5px; }
@media (min-width: 1024px) {
  .section { padding: 60px 0 0; }
  .section h2 { font-size: 29px; }
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; font-weight: 700; letter-spacing: 1.1px; text-transform: uppercase;
  color: var(--teal-dark); background: var(--teal-light); padding: 6px 13px; border-radius: 999px; margin-bottom: 12px;
}

.steps { display: grid; grid-template-columns: 1fr; gap: 14px; }
.step {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 24px; box-shadow: var(--shadow); transition: box-shadow .2s, transform .2s;
}
.step:hover { box-shadow: var(--shadow-lift); transform: translateY(-2px); }
.step-num {
  width: 38px; height: 38px; border-radius: 50%; background: var(--teal); color: #fff;
  font-weight: 800; font-size: 16px; display: flex; align-items: center; justify-content: center; margin-bottom: 14px;
}
.step h3 { font-size: 17px; margin-bottom: 6px; letter-spacing: -.2px; }
.step p { font-size: 14.5px; color: var(--muted); }
@media (min-width: 640px) { .steps { grid-template-columns: repeat(3, 1fr); } }

.domains { display: grid; grid-template-columns: 1fr; gap: 13px; }
.domain {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 18px; transition: box-shadow .2s, transform .2s;
  display: flex; gap: 14px; align-items: flex-start;
}
.domain:hover { box-shadow: var(--shadow-lift); transform: translateY(-2px); }
.domain .ic {
  font-size: 19px; width: 42px; height: 42px; border-radius: 50%; flex: none;
  background: var(--teal-light); display: flex; align-items: center; justify-content: center;
}
.domain h3 { font-size: 15px; margin-bottom: 4px; letter-spacing: -.2px; line-height: 1.3; }
.domain p { font-size: 13px; color: var(--muted); line-height: 1.5; }
@media (min-width: 640px) { .domains { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .domains { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1400px) {
  .domains { grid-template-columns: repeat(6, 1fr); }
  .domain { display: block; }
  .domain .ic { margin-bottom: 12px; }
}

.price-grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
.price-card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px; display: flex; flex-direction: column; box-shadow: var(--shadow);
  transition: box-shadow .2s, transform .2s;
}
.price-card:hover { box-shadow: var(--shadow-lift); transform: translateY(-2px); }
.price-card.featured { border: 2px solid var(--teal); position: relative; }
.price-tag {
  position: absolute; top: -12px; left: 22px; background: var(--teal); color: #fff;
  font-size: 12px; font-weight: 700; padding: 3px 12px; border-radius: 999px;
}
.price-name { font-weight: 600; font-size: 15px; margin-bottom: 6px; color: var(--muted); }
.price-value { font-size: 26px; font-weight: 800; color: var(--ink); margin-bottom: 14px; letter-spacing: -.5px; }
.price-card ul { list-style: none; margin-bottom: 20px; }
.price-card li { font-size: 14px; padding: 5px 0 5px 25px; position: relative; color: #2c4a54; }
.price-card li::before { content: "✓"; position: absolute; left: 2px; color: var(--green); font-weight: 800; }
.price-card .btn { margin-top: auto; }
@media (min-width: 900px) { .price-grid { grid-template-columns: repeat(3, 1fr); gap: 16px; } }

.doctor-card {
  display: flex; flex-direction: column; text-align: center; gap: 18px;
  background: var(--card); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow); align-items: center;
}
.doctor-ava {
  width: 84px; height: 84px; border-radius: 50%; background: var(--teal-light);
  display: flex; align-items: center; justify-content: center; font-size: 38px; flex: none;
}
.doctor-name { font-weight: 800; font-size: 19px; letter-spacing: -.3px; }
.doctor-title { color: var(--teal); font-weight: 700; font-size: 14px; margin-bottom: 8px; }
.doctor-bio { color: var(--muted); font-size: 14.5px; max-width: 760px; }
@media (min-width: 640px) {
  .doctor-card { flex-direction: row; text-align: left; padding: 26px; gap: 22px; }
}

.art-grid { display: grid; grid-template-columns: 1fr; gap: 13px; }
.art-card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 22px; text-decoration: none; color: var(--ink); display: block;
  transition: box-shadow .2s, transform .2s;
}
.art-card:hover { box-shadow: var(--shadow-lift); transform: translateY(-2px); }
.art-card h3 { font-size: 15.5px; margin-bottom: 4px; letter-spacing: -.2px; line-height: 1.4; }
.art-card .date { font-size: 12.5px; color: var(--muted); margin-bottom: 8px; }
.art-card p { font-size: 14px; color: var(--muted); }
@media (min-width: 640px) { .art-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .art-grid { grid-template-columns: repeat(3, 1fr); } }

.disclaimer-box {
  background: var(--teal-light); border: 1px solid #cfe7ed; border-radius: var(--radius);
  padding: 18px 22px; font-size: 13.5px; color: #2b5f6c; line-height: 1.6;
}

/* шапка страницы: тайтл слева, действия справа */
.page-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; padding: 30px 0 20px; flex-wrap: wrap; }
.page-head h1 { font-size: 28px; font-weight: 800; letter-spacing: -.8px; line-height: 1.15; margin-bottom: 8px; }
.page-head .sub { color: var(--muted); font-size: 16px; max-width: 760px; }
.page-head .ph-actions { display: flex; gap: 10px; flex-wrap: wrap; padding-top: 6px; width: 100%; }
.page-head .ph-actions .btn { flex: 1; }
@media (min-width: 640px) {
  .page-head { padding: 38px 0 24px; }
  .page-head h1 { font-size: 34px; }
  .page-head .ph-actions { width: auto; }
  .page-head .ph-actions .btn { flex: none; }
}

/* forms */
.form-page { max-width: 780px; margin: 0 auto; padding: 32px 16px 60px; }
@media (min-width: 640px) { .form-page { padding: 40px 24px 70px; } }
.form-page h1 { font-size: 27px; letter-spacing: -.7px; margin-bottom: 8px; }
@media (min-width: 640px) { .form-page h1 { font-size: 30px; } }
.form-page .sub { color: var(--muted); margin-bottom: 26px; }
.card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 20px; box-shadow: var(--shadow); margin-bottom: 18px;
}
@media (min-width: 640px) { .card { padding: 26px; } }
.field { margin-bottom: 20px; }
.field > label.fl { display: block; font-weight: 600; font-size: 14.5px; margin-bottom: 9px; }
input[type=text], input[type=number], input[type=password], textarea, select {
  width: 100%; padding: 12px 15px; border: 1.5px solid var(--line); border-radius: var(--radius-s);
  font-family: inherit; font-size: 15.5px; background: #fff; color: var(--ink);
  transition: border-color .15s, box-shadow .15s;
}
input:focus, textarea:focus, select:focus { outline: none; border-color: var(--teal); box-shadow: 0 0 0 3px rgba(11, 114, 133, .12); }
textarea { min-height: 110px; resize: vertical; }
.choice-grid { display: grid; grid-template-columns: 1fr; gap: 10px; }
@media (min-width: 640px) { .choice-grid { grid-template-columns: 1fr 1fr; } }
.choice { position: relative; }
.choice input { position: absolute; opacity: 0; }
.choice span {
  display: block; padding: 12px 15px; border: 1.5px solid var(--line); border-radius: var(--radius-s);
  font-weight: 600; font-size: 14.5px; cursor: pointer; background: #fff; transition: all .12s;
}
.choice input:checked + span { border-color: var(--teal); background: var(--teal-light); color: var(--teal-dark); }
.choice input:focus-visible + span { outline: 2px solid var(--teal); }
.choice span:hover { border-color: #b8d6de; }
.check { display: flex; gap: 11px; align-items: flex-start; padding: 9px 0; font-size: 14.5px; cursor: pointer; }
.check input { width: 19px; height: 19px; margin-top: 2px; flex: none; accent-color: var(--teal); }
.error-box { background: var(--red-bg); border: 1px solid #f3c5c5; color: var(--red-ink); border-radius: var(--radius-s); padding: 13px 17px; margin-bottom: 16px; font-weight: 600; font-size: 14.5px; }
.ok-box { background: var(--green-bg); border: 1px solid #bde5cc; color: var(--green-ink); border-radius: var(--radius-s); padding: 14px 17px; margin-bottom: 16px; font-weight: 600; }
.hint { font-size: 13px; color: var(--muted); margin-top: 6px; }

/* test */
.progress-wrap { margin-bottom: 24px; }
.progress-label { display: flex; justify-content: space-between; font-size: 13px; color: var(--muted); font-weight: 600; margin-bottom: 7px; }
.progress-bar { height: 8px; background: #e0edf1; border-radius: 999px; overflow: hidden; }
.progress-fill { height: 100%; background: linear-gradient(90deg, var(--teal), #12a3b8); border-radius: 999px; transition: width .3s; }
.q-block { padding: 20px 0; border-bottom: 1px solid var(--line); }
.q-block:last-child { border-bottom: none; }
.q-block.missing { background: var(--red-bg); border-radius: var(--radius-s); padding: 20px 16px; }
.q-text { font-weight: 600; font-size: 15.5px; margin-bottom: 13px; }
.q-num { color: var(--teal); margin-right: 4px; font-weight: 800; }
.opts { display: flex; flex-direction: column; gap: 8px; }
.opts-inline { flex-direction: row; flex-wrap: wrap; }
.opt { position: relative; }
.opt input { position: absolute; opacity: 0; }
.opt span {
  display: block; padding: 11px 15px; border: 1.5px solid var(--line); border-radius: var(--radius-s);
  font-size: 14.5px; cursor: pointer; background: #fff; transition: all .1s;
}
.opt span:hover { border-color: #b8d6de; }
.opt input:checked + span { border-color: var(--teal); background: var(--teal-light); color: var(--teal-dark); font-weight: 600; }
.opt input:focus-visible + span { outline: 2px solid var(--teal); }
.opts-inline .opt span { min-width: 48px; text-align: center; padding: 11px 0; font-weight: 700; }
.intimate-icon { font-size: 40px; margin-bottom: 10px; }

/* result */
.overall-badge {
  display: inline-flex; align-items: center; gap: 9px; font-weight: 700; font-size: 14px;
  padding: 8px 16px; border-radius: 999px; margin-bottom: 14px;
}
.overall-green { background: var(--green-bg); color: var(--green-ink); }
.overall-yellow { background: var(--yellow-bg); color: var(--yellow-deep); }
.overall-red { background: var(--red-bg); color: var(--red-ink); }
.conclusion { font-size: 16.5px; max-width: 880px; color: #24444f; line-height: 1.6; }
.result-meta { color: var(--muted); font-size: 13.5px; margin-top: 12px; max-width: 880px; }

.warn-box { background: var(--red-bg); border: 1.5px solid #eeb4b4; border-radius: var(--radius); padding: 20px 22px; margin: 0 0 20px; }
.warn-box .wt { font-weight: 700; color: var(--red-ink); margin-bottom: 6px; }

.lvl-badge { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; font-size: 13.5px; padding: 6px 13px; border-radius: 999px; }
.lvl-green { background: var(--green-bg); color: var(--green-ink); }
.lvl-yellow { background: var(--yellow-bg); color: var(--yellow-deep); }
.lvl-red { background: var(--red-bg); color: var(--red-ink); }

.module-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 20px; margin-bottom: 16px; box-shadow: var(--shadow);
}
@media (min-width: 640px) { .module-card { padding: 26px; } }
.module-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; margin-bottom: 14px; flex-wrap: wrap; }
.module-head h3 { font-size: 18.5px; letter-spacing: -.3px; }
.module-card p { margin-bottom: 11px; font-size: 15px; color: #24444f; line-height: 1.6; }
.steps-list { margin: 8px 0 4px 0; padding-left: 0; list-style: none; }
.steps-list li { padding: 7px 0 7px 30px; position: relative; font-size: 14.5px; line-height: 1.55; }
.steps-list li::before {
  content: "→"; position: absolute; left: 2px; top: 6px; color: var(--teal); font-weight: 800;
  background: var(--teal-light); width: 22px; height: 22px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center; font-size: 12px;
}
.sym-chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 10px 0 14px; }
.sym-chip { font-size: 13px; font-weight: 700; padding: 6px 13px; border-radius: 999px; }
.sym-3 { background: var(--yellow-bg); color: var(--yellow-deep); }
.sym-4, .sym-5 { background: var(--red-bg); color: var(--red-ink); }
.extra-row { font-size: 14px; margin-bottom: 7px; color: #24444f; }

.fsfi-bars { margin: 14px 0; }
.fsfi-bar-row { display: grid; grid-template-columns: 132px 1fr 40px; gap: 8px; align-items: center; margin-bottom: 9px; font-size: 13.5px; }
@media (min-width: 640px) { .fsfi-bar-row { grid-template-columns: 200px 1fr 44px; gap: 12px; } }
.fsfi-bar { height: 10px; background: #e4eef2; border-radius: 999px; overflow: hidden; }
.fsfi-fill { height: 100%; border-radius: 999px; }
.fill-green { background: var(--green); }
.fill-yellow { background: var(--yellow); }
.fill-red { background: var(--red); }

.locked-card {
  position: relative; overflow: hidden;
  background:
    radial-gradient(600px 300px at 90% -20%, rgba(103, 232, 249, .18), transparent 60%),
    linear-gradient(150deg, #085566, #0b7285 55%, #0d87a0);
  color: #fff; border-radius: var(--radius); padding: 24px 20px; margin: 22px 0;
}
@media (min-width: 640px) { .locked-card { padding: 30px; } }
.locked-card h3 { font-size: 21px; margin-bottom: 10px; letter-spacing: -.4px; }
.locked-card p { opacity: .95; margin-bottom: 12px; font-size: 15px; }
.locked-list { list-style: none; margin: 0 0 16px; }
.locked-list li { padding: 5px 0 5px 27px; position: relative; font-size: 14.5px; }
.locked-list li::before { content: "✓"; position: absolute; left: 2px; font-weight: 800; color: var(--cyan); }
.unlock-form { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 16px; }
.unlock-form input { flex: 1; min-width: 180px; border: none; font-size: 16px; letter-spacing: 2px; text-transform: uppercase; }
.price-big { font-size: 27px; font-weight: 800; letter-spacing: -.5px; }

.cta-strip {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 22px 20px; margin: 22px 0; display: flex; align-items: center; justify-content: space-between;
  gap: 18px; flex-wrap: wrap; box-shadow: var(--shadow);
}
@media (min-width: 640px) { .cta-strip { padding: 26px; } }
.cta-strip h3 { font-size: 19px; margin-bottom: 5px; letter-spacing: -.3px; }
.cta-strip p { color: var(--muted); font-size: 14.5px; max-width: 680px; }
.cta-strip .btn { width: 100%; }
@media (min-width: 640px) { .cta-strip .btn { width: auto; } }

/* article */
.article-body { max-width: 780px; font-size: 16px; }
.article-body h2 { font-size: 23px; margin: 26px 0 12px; letter-spacing: -.4px; }
.article-body h3 { font-size: 18.5px; margin: 20px 0 8px; }
.article-body p { margin-bottom: 14px; line-height: 1.65; }
.article-body ul, .article-body ol { margin: 0 0 14px 22px; }
.article-body li { margin-bottom: 7px; line-height: 1.6; }
.video-wrap { position: relative; padding-top: 56.25%; border-radius: var(--radius); overflow: hidden; margin: 18px 0; background: #000; }
.video-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* admin */
.admin-nav { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 24px; }
.admin-nav a {
  text-decoration: none; font-weight: 600; font-size: 14px; padding: 9px 15px;
  border-radius: 10px; color: var(--ink); background: #fff; border: 1px solid var(--line);
}
.admin-nav a.active, .admin-nav a:hover { background: var(--teal); color: #fff; border-color: var(--teal); }
.stat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 14px; margin-bottom: 26px; }
.stat-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; box-shadow: var(--shadow); }
.stat-val { font-size: 28px; font-weight: 800; color: var(--teal-dark); letter-spacing: -.5px; }
.stat-name { font-size: 13px; color: var(--muted); font-weight: 600; }
.admin-table { width: 100%; border-collapse: collapse; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; font-size: 14px; }
.admin-table th { text-align: left; padding: 11px 13px; background: #f6fafb; font-size: 12px; text-transform: uppercase; letter-spacing: .4px; color: var(--muted); border-bottom: 1px solid var(--line); }
.admin-table td { padding: 11px 13px; border-bottom: 1px solid var(--line); vertical-align: top; }
.admin-table tr:last-child td { border-bottom: none; }
.badge { display: inline-block; font-size: 12px; font-weight: 700; padding: 4px 11px; border-radius: 999px; }
.badge-new { background: var(--yellow-bg); color: var(--yellow-deep); }
.badge-done { background: var(--green-bg); color: var(--green-ink); }
.code-pill { font-family: ui-monospace, 'Cascadia Mono', monospace; font-weight: 700; background: var(--teal-light); color: var(--teal-dark); padding: 4px 11px; border-radius: 9px; letter-spacing: 1px; }
.table-scroll { overflow-x: auto; border-radius: var(--radius); }

/* тонкий тёмный футер */
.site-footer { background: #10333d; color: #a7c4cc; padding: 18px 0; margin-top: 56px; font-size: 13.5px; }
.footer-row { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-brand { display: inline-flex; align-items: center; gap: 9px; color: #fff; font-weight: 700; white-space: nowrap; }
.footer-brand .fb-badge {
  width: 24px; height: 24px; border-radius: 7px; background: var(--teal); color: #fff;
  display: inline-flex; align-items: center; justify-content: center; font-size: 16px; font-weight: 700;
}
.footer-tag { color: #a7c4cc; font-weight: 400; }
.footer-links { display: flex; gap: 4px 18px; flex-wrap: wrap; }
.footer-links a { color: #a7c4cc; text-decoration: none; }
.footer-links a:hover { color: #fff; }
.footer-disclaimer { font-size: 11.5px; opacity: .65; border-top: 1px solid rgba(255,255,255,.12); padding-top: 12px; margin-top: 12px; line-height: 1.55; }
@media (min-width: 1024px) {
  .footer-row { flex-direction: row; align-items: center; justify-content: space-between; }
}

/* мобильная шапка */
@media (max-width: 719px) {
  .nav-link:not(.nav-cta) { display: none; }
  .nav-cta { font-size: 13px; padding: 8px 12px; white-space: nowrap; }
  .header-inner { height: 58px; }
  .logo { font-size: 18px; }
  .logo::before { width: 26px; height: 26px; border-radius: 8px; font-size: 17px; }
}
