﻿:root {
  --ink: #17211f;
  --muted: #5e6b67;
  --soft: #f5f1e8;
  --paper: #fffdf7;
  --line: rgba(23, 33, 31, .14);
  --green: #1d6f62;
  --green-dark: #0f4f47;
  --amber: #c58b2a;
  --blue: #315c84;
  --shadow: 0 24px 70px rgba(22, 34, 31, .13);
  --radius: 8px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
  background: #f2eadb;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, summary:focus-visible {
  outline: 3px solid rgba(197, 139, 42, .72);
  outline-offset: 3px;
}

.page-bg {
  min-height: 100vh;
  background:
    radial-gradient(circle at 82% 10%, rgba(197, 139, 42, .22), transparent 28rem),
    radial-gradient(circle at 12% 22%, rgba(29, 111, 98, .16), transparent 34rem),
    linear-gradient(180deg, #f7f0e3 0%, #edf3ed 34%, #f8f3e9 68%, #17312d 100%);
  overflow-x: hidden;
}

.section-shell {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 10px;
  z-index: 20;
  width: min(1160px, calc(100% - 40px));
  margin: 10px auto 0;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 9px 10px;
  border: 1px solid rgba(23, 33, 31, .13);
  background: rgba(255, 253, 247, .96);
  backdrop-filter: blur(14px);
  border-radius: var(--radius);
  box-shadow: 0 10px 28px rgba(23, 33, 31, .12);
}

.brand { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 14px; line-height: 1.1; }
.brand-mark {
  width: 38px; height: 38px; display: grid; place-items: center;
  color: #fff;
  background: linear-gradient(180deg, var(--green-dark) 0%, #0b6153 100%);
  border-radius: 10px 10px 15px 15px;
  clip-path: polygon(50% 100%, 16% 82%, 10% 18%, 24% 6%, 76% 6%, 90% 18%, 84% 82%);
  font-weight: 900;
  line-height: 1;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
}
.nav { display: flex; align-items: center; gap: 6px; color: #34443f; font-size: 14px; font-weight: 700; }
.nav a { padding: 8px 10px; border-radius: 7px; }
.nav a:hover { color: var(--green-dark); background: #eef4ef; }
.header-cta { padding: 10px 16px; color: #fff; background: var(--green-dark); border-radius: 7px; font-weight: 800; }
.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fffdf7;
  cursor: pointer;
}
.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--green-dark);
  border-radius: 2px;
}

.hero { min-height: calc(100vh - 86px); display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 56px; padding: 64px 0 58px; }
.eyebrow { margin: 0 0 12px; color: var(--green-dark); text-transform: uppercase; font-size: 12px; font-weight: 700; letter-spacing: 0; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 18px; max-width: 1040px; font-size: clamp(30px, 3.2vw, 46px); line-height: 1.12; letter-spacing: 0; }
h2 { margin-bottom: 14px; font-size: clamp(24px, 2.3vw, 32px); line-height: 1.18; letter-spacing: 0; }
h3 { margin-bottom: 10px; font-size: 20px; line-height: 1.2; }
.hero-lead { max-width: 920px; color: #31403c; font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0 24px; }
.cpq-inline-actions,
.lead-quiz-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.hero-contact {
  margin: -8px 0 22px;
  color: #41504c;
  font-size: 15px;
  font-weight: 700;
}
.hero-contact a { color: var(--green-dark); text-decoration: underline; text-underline-offset: 3px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 48px; padding: 13px 20px; border-radius: 7px;
  border: 1px solid transparent; font-weight: 700; line-height: 1.2; cursor: pointer;
  text-align: center; text-decoration: none !important; text-underline-offset: 0;
}
.btn:hover, .btn:focus, .btn:active { text-decoration: none !important; }
.btn.primary { color: #fff; background: #07594f; box-shadow: none; border-color: rgba(255,255,255,.08); }
.btn.primary:hover { background: var(--green); }
.btn.secondary { color: var(--ink); background: rgba(255, 253, 247, .92); border-color: var(--line); }
.hero-points { display: grid; gap: 10px; padding: 0; margin: 0; list-style: none; color: #35433f; }
.hero-points li { position: relative; padding-left: 24px; }
.hero-points li::before { content: ""; position: absolute; left: 0; top: .68em; width: 8px; height: 8px; background: var(--amber); border-radius: 50%; }

.hero-visual { position: relative; min-height: 560px; display: grid; place-items: center; }
.consult-card {
  width: min(100%, 470px); padding: 22px; background: rgba(255, 253, 247, .88);
  border: 1px solid rgba(255, 255, 255, .8); border-radius: var(--radius); box-shadow: var(--shadow);
  transform: rotate(-1.5deg);
}
.call-head { display: flex; align-items: center; gap: 8px; padding-bottom: 18px; border-bottom: 1px solid var(--line); color: var(--muted); }
.call-head span { width: 10px; height: 10px; border-radius: 50%; background: #d6c3a6; }
.call-head strong { margin-left: auto; color: var(--green-dark); }
.expert-row { display: flex; gap: 14px; align-items: center; margin: 24px 0; }
.avatar { display: grid; place-items: center; color: #fff; background: linear-gradient(135deg, var(--green-dark), var(--blue)); font-weight: 800; }
.avatar { width: 62px; height: 62px; border-radius: 50%; }
.expert-row p { margin-bottom: 2px; font-weight: 800; }
.expert-row small { color: var(--muted); }
.doc-stack { display: grid; gap: 12px; }
.doc-stack article { display: flex; align-items: center; gap: 14px; min-height: 72px; padding: 16px; background: #f6f1e7; border: 1px solid var(--line); border-radius: 7px; }
.doc-stack span { color: var(--amber); font-weight: 800; }
.floating-note { position: absolute; right: 0; bottom: 62px; max-width: 240px; padding: 18px 20px; color: #fff; background: var(--green-dark); border-radius: var(--radius); box-shadow: var(--shadow); font-weight: 800; }

.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; padding: 0 0 72px; }
.trust-strip div { padding: 24px; background: rgba(255, 253, 247, .9); border: 1px solid rgba(255,255,255,.72); }
.trust-strip strong, .trust-strip span { display: block; }
.trust-strip span { color: var(--muted); }

.content-section { padding: 72px 0; }
.section-heading { max-width: 1040px; margin-bottom: 34px; }
.section-heading.wide { max-width: 1120px; }
.section-heading p, .result-copy p, .expert-copy p, .honesty p, .problem-text p { color: var(--muted); font-size: 18px; }
.feature-grid { display: grid; gap: 16px; }
.feature-grid.four { grid-template-columns: repeat(4, 1fr); }
.feature-card, .price-card, .steps article, .route div {
  background: rgba(255, 253, 247, .92); border: 1px solid rgba(255,255,255,.82);
  border-radius: var(--radius); padding: 24px; box-shadow: 0 12px 32px rgba(23, 33, 31, .06);
}
.feature-card span, .steps span, .route span { color: var(--amber); font-weight: 800; }
.route span { display: inline-block; margin-right: 8px; }
.feature-card p, .steps p, .route p, .price-card p, .price-card li { color: var(--muted); }

.problem-band { padding: 74px 0; background: rgba(23, 49, 45, .92); color: #fff; }
.problem-band .eyebrow { color: #d6ad61; font-size: 20px; line-height: 1.2; }
.problem-layout { display: grid; grid-template-columns: .85fr 1fr; gap: 52px; align-items: start; }
.problem-text p { color: rgba(255,255,255,.88); }
.problem-text .accent-line { color: #fff; font-size: 21px; font-weight: 800; }

.checklist { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.checklist div { position: relative; padding: 18px 18px 18px 48px; background: rgba(255, 253, 247, .92); border: 1px solid rgba(255,255,255,.82); border-radius: 7px; }
.checklist div::before { content: ""; position: absolute; left: 20px; top: 24px; width: 10px; height: 10px; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 5px rgba(29,111,98,.12); }

.result-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 44px; align-items: start; padding: 72px 0; }
.route { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }

.expert-band { padding: 76px 0; background: linear-gradient(135deg, rgba(246,241,231,.76), rgba(224,236,229,.86)); }
.expert-layout { display: grid; grid-template-columns: 360px 1fr; gap: 56px; align-items: center; }
.expert-photo { position: relative; min-height: 360px; }
.portrait { display: block; width: 280px; height: 340px; object-fit: cover; object-position: 50% 28%; border-radius: var(--radius); box-shadow: var(--shadow); }
.seal { position: absolute; right: 0; bottom: 16px; width: 150px; height: 150px; display: grid; place-items: center; text-align: center; border-radius: 50%; color: #fff; background: var(--amber); font-weight: 800; text-transform: uppercase; font-size: 14px; }
.fact-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.fact-row span { flex: 1 1 210px; padding: 10px 12px; background: rgba(255,255,255,.92); border: 1px solid var(--line); border-radius: 7px; font-weight: 700; line-height: 1.28; }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.honesty { display: grid; grid-template-columns: .9fr 1.1fr; gap: 44px; align-items: center; padding: 44px; background: rgba(255, 253, 247, .94); border: 1px solid rgba(255,255,255,.84); border-radius: var(--radius); }

.pricing-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; min-width: 0; min-height: 520px; }
.price-card.featured { background: #17312d; color: #fff; transform: translateY(-12px); }
.price-card.featured p, .price-card.featured li { color: rgba(255,255,255,.88); }
.badge { align-self: flex-start; margin-bottom: 16px; padding: 7px 9px; color: #17312d; background: #e0b45c; border-radius: 7px; font-size: 12px; font-weight: 800; line-height: 1.2; }
.price-top { min-height: 128px; }
.price-card h3, .price-card p, .price-card li, .price-card .btn { overflow-wrap: anywhere; }
.price { margin: 10px 0 18px; font-size: 30px; font-weight: 800; color: var(--green-dark); }
.featured .price { color: #e0b45c; }
.price-duration { display: block; margin-top: 2px; color: var(--muted); font-size: 14px; font-weight: 700; }
.featured .price-duration { color: rgba(255,255,255,.78); }
.price-card ul { display: grid; gap: 9px; padding-left: 20px; margin: 0 0 24px; }
.price-card .btn { margin-top: auto; width: 100%; }

.service-preview-section { padding-top: 34px; }
.service-preview-grid, .catalog-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.service-preview-card, .catalog-card {
  display: grid;
  gap: 10px;
  min-height: 184px;
  padding: 22px;
  color: var(--ink);
  background: rgba(255, 253, 247, .94);
  border: 1px solid rgba(255, 255, 255, .84);
  border-radius: var(--radius);
  box-shadow: 0 12px 32px rgba(23, 33, 31, .06);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.service-preview-card:hover, .catalog-card:hover {
  transform: translateY(-3px);
  border-color: rgba(15, 79, 71, .26);
  box-shadow: 0 18px 38px rgba(23, 33, 31, .1);
}
.service-preview-card span, .catalog-card span {
  width: fit-content;
  padding: 5px 8px;
  color: var(--green-dark);
  background: #edf5f0;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.service-preview-card strong, .catalog-card strong { font-size: 20px; line-height: 1.18; }
.service-preview-card small, .catalog-card small { color: var(--muted); font-size: 15px; line-height: 1.45; }
.service-price {
  width: fit-content;
  margin-top: auto;
  color: var(--green-dark);
  font-style: normal;
  font-size: 18px;
  font-weight: 800;
}
.service-preview-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 18px; }
.catalog-page { padding: 34px 0 78px; }
.catalog-hero {
  max-width: 1120px;
  margin-bottom: 28px;
}
.catalog-hero h1 { max-width: 1120px; font-size: clamp(28px, 2.6vw, 38px); line-height: 1.14; }
.catalog-hero p { max-width: 1120px; color: var(--muted); font-size: 18px; }
.catalog-note {
  margin-top: 18px;
  padding: 24px;
  background: rgba(255,253,247,.94);
  border: 1px solid rgba(255,255,255,.84);
  border-radius: var(--radius);
  box-shadow: 0 12px 32px rgba(23, 33, 31, .05);
}
.catalog-note h2 { font-size: 26px; }
.catalog-note p { max-width: none; color: var(--muted); }
.service-hero-card { padding: 22px !important; }
.service-hero-card h1 {
  max-width: 1120px;
  margin-bottom: 14px;
  font-size: clamp(28px, 2.6vw, 40px);
  line-height: 1.16;
}
.service-hero-card .article-lead { max-width: 1120px; font-size: 17px; line-height: 1.55; }
.service-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.service-hero-actions .btn { margin-top: 0; }
.service-hero-price {
  display: inline-flex;
  margin: 2px 0 16px;
  padding: 8px 11px;
  color: #17312d;
  background: #e0b45c;
  border-radius: 7px;
  font-weight: 800;
}

.article-bg {
  background:
    radial-gradient(circle at 82% 10%, rgba(197, 139, 42, .18), transparent 26rem),
    radial-gradient(circle at 12% 18%, rgba(29, 111, 98, .13), transparent 32rem),
    linear-gradient(180deg, #f7f0e3 0%, #edf3ed 44%, #f8f3e9 100%);
}
.article-bg .site-footer { color: var(--muted); }
.article-bg .site-footer a { color: var(--green-dark); }
.not-found {
  min-height: 62vh;
  display: grid;
  align-content: center;
  padding: 72px 0;
}
.not-found h1 { max-width: 720px; font-size: clamp(32px, 4vw, 48px); }
.not-found p:not(.eyebrow) { max-width: 680px; color: var(--muted); font-size: 19px; }
.articles-index { padding: 34px 0 78px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0 16px; color: var(--muted); font-size: 13px; }
.breadcrumbs a { color: var(--green-dark); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.article-page { padding-bottom: 78px; }
.article-hero-block { padding: 22px 0 24px; }
.article-hero-block h1 { max-width: 1120px; font-size: clamp(28px, 2.4vw, 38px); line-height: 1.16; }
.article-lead { max-width: 1120px; color: #31403c; font-size: 18px; }
.article-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.article-meta span {
  padding: 8px 10px;
  color: var(--muted);
  background: rgba(255, 253, 247, .9);
  border: 1px solid var(--line);
  border-radius: 7px;
  font-size: 13px;
  font-weight: 700;
}
.article-layout {
  display: block;
  max-width: 980px;
  margin: 0 auto;
}
.article-aside { display: none; }
.toc-box {
  padding: 18px;
  background: rgba(255, 253, 247, .92);
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: var(--radius);
  box-shadow: 0 10px 28px rgba(23, 33, 31, .05);
}
.toc-box strong { display: block; margin-bottom: 10px; }
.toc-box ol, .toc-box ul { display: grid; gap: 8px; margin: 0; padding-left: 18px; color: var(--muted); font-size: 14px; }
.toc-box a { color: var(--green-dark); font-weight: 700; }
.article-content { min-width: 0; }
.article-content section {
  margin: 0 0 22px;
  padding: 24px;
  background: rgba(255, 253, 247, .94);
  border: 1px solid rgba(255, 255, 255, .84);
  border-radius: var(--radius);
  box-shadow: 0 12px 32px rgba(23, 33, 31, .05);
}
.article-content h2 { font-size: clamp(22px, 2.1vw, 28px); line-height: 1.2; }
.article-content p, .article-content li { color: #394844; font-size: 16px; }
.article-content a { color: var(--green-dark); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.compare-table { overflow-x: auto; }
.compare-table table { width: 100%; min-width: 620px; border-collapse: collapse; }
.compare-table th, .compare-table td { padding: 14px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.compare-table th { color: #fff; background: var(--green-dark); }
.article-steps { display: grid; gap: 12px; padding-left: 22px; }
.article-list, .source-note ul, .related-section ul { display: grid; gap: 8px; padding-left: 20px; }
.warning-box { margin: 20px 0; padding: 18px; border-left: 4px solid var(--amber); background: #fff8e9; border-radius: 7px; }
.article-faq details { background: #fffdf7; }
.disclaimer { padding: 14px; background: #eef4f0; border: 1px solid var(--line); border-radius: 7px; font-size: 15px !important; }
.seo-link-bridge {
  display: grid;
  gap: 14px;
  border: 1px solid var(--line);
  background: #eef6f2;
  border-radius: 8px;
}
.seo-link-bridge h2 { margin-bottom: 0; }
.seo-link-bridge p { margin: 0; }
.seo-link-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.seo-link-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fffdf7;
  color: var(--green-dark);
  font-weight: 900;
  text-decoration: none;
}
.seo-link-actions a:first-child {
  background: var(--green-dark);
  color: #fff;
  border-color: var(--green-dark);
}
.articles-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; padding-bottom: 20px; }
.article-card {
  padding: 22px;
  background: rgba(255, 253, 247, .94);
  border: 1px solid rgba(255, 255, 255, .84);
  border-radius: var(--radius);
  box-shadow: 0 12px 32px rgba(23, 33, 31, .05);
}
.article-card span {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 28px;
  padding: 5px 8px;
  color: var(--green-dark);
  background: #edf5f0;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}
.article-card h2 { margin: 8px 0 10px; font-size: 22px; line-height: 1.22; }
.article-card a { color: var(--ink); }
.article-card p { color: var(--muted); }
.seo-entry { padding: 62px 0; }
.seo-entry-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 28px; align-items: start; }
.seo-entry-grid p { color: var(--muted); font-size: 17px; }
.seo-entry-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.seo-entry-list a {
  display: block;
  min-height: 78px;
  padding: 16px;
  color: var(--green-dark);
  background: rgba(255, 253, 247, .92);
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: 7px;
  font-weight: 800;
  line-height: 1.28;
  box-shadow: 0 10px 26px rgba(23, 33, 31, .05);
}
.keyword-line { display: none; }
.articles-showcase {
  padding: 34px;
  background:
    linear-gradient(135deg, rgba(255, 253, 247, .94), rgba(238, 244, 239, .9));
  border: 1px solid rgba(255, 255, 255, .86);
  border-radius: var(--radius);
  box-shadow: 0 18px 44px rgba(23, 33, 31, .08);
}
.articles-showcase-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  margin-bottom: 22px;
}
.articles-showcase-head h2 {
  max-width: 980px;
  margin-bottom: 12px;
  font-size: clamp(26px, 2.6vw, 36px);
}
.articles-showcase-head p {
  max-width: 1040px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 17px;
}
.landing-article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.landing-article-card {
  display: grid;
  gap: 9px;
  min-height: 178px;
  padding: 20px;
  color: var(--ink);
  background: rgba(255, 253, 247, .96);
  border: 1px solid rgba(23, 33, 31, .1);
  border-radius: var(--radius);
  box-shadow: 0 10px 24px rgba(23, 33, 31, .05);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.landing-article-card:hover {
  transform: translateY(-3px);
  border-color: rgba(15, 79, 71, .28);
  box-shadow: 0 16px 34px rgba(23, 33, 31, .1);
}
.landing-article-card span {
  width: fit-content;
  padding: 5px 8px;
  color: var(--green-dark);
  background: #edf5f0;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.landing-article-card strong {
  display: block;
  font-size: 21px;
  line-height: 1.18;
}
.landing-article-card small {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
}
.featured-article {
  color: #fff;
  background: linear-gradient(135deg, #0f4f47, #1d6f62);
}
.featured-article span {
  color: #17312d;
  background: #f3cf86;
}
.featured-article small {
  color: rgba(255, 255, 255, .86);
}
.search-keywords .keyword-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}
.search-keywords .keyword-cloud span,
.search-keywords .keyword-cloud a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 10px;
  color: var(--green-dark);
  background: #f5f1e8;
  border: 1px solid var(--line);
  border-radius: 7px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}
.search-keywords .keyword-cloud a:hover {
  color: #fff;
  background: var(--green-dark);
  border-color: var(--green-dark);
}
.index-keywords {
  margin-bottom: 22px;
  padding: 24px;
  background: rgba(255, 253, 247, .94);
  border: 1px solid rgba(255, 255, 255, .84);
  border-radius: var(--radius);
  box-shadow: 0 12px 32px rgba(23, 33, 31, .05);
}
.index-keywords h2 { margin-bottom: 12px; font-size: clamp(22px, 2.1vw, 28px); }
.index-keywords p { max-width: 1120px; color: var(--muted); }

.faq-section { padding: 66px 0; }
.faq-section .eyebrow { color: #e0b45c; }
.faq-section .section-heading h2 { color: #fff; }
.faq-list { display: grid; gap: 10px; }
details { background: rgba(255, 253, 247, .94); border: 1px solid rgba(23,33,31,.12); border-radius: var(--radius); padding: 0 18px; }
summary { cursor: pointer; padding: 16px 0; font-weight: 800; font-size: 18px; line-height: 1.25; }
details p { color: var(--muted); padding-bottom: 16px; font-size: 16px; }
details ul { margin: -4px 0 16px; padding-left: 22px; color: var(--muted); }
details li { margin: 7px 0; }

.final-cta { display: grid; grid-template-columns: .9fr 1fr; gap: 52px; align-items: stretch; padding: 76px 0 92px; color: #fff; }
.final-cta .eyebrow { color: #e0b45c; }
.final-cta p { color: rgba(255,255,255,.9); font-size: 18px; }
.lead-form { display: grid; gap: 14px; align-content: start; min-height: 100%; padding: 24px; background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.28); border-radius: var(--radius); }
.lead-form label { display: grid; gap: 7px; color: #fff; font-weight: 700; }
.lead-form .btn { min-height: 60px; padding: 17px 28px; font-size: 18px; }
.email-verify { display: grid; gap: 8px; }
.email-verify-title { display: block; color: #fff; font-weight: 800; }
.email-verify-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: start;
}
.email-verify-row > [data-email-input] { align-self: start; }
.email-verify-side {
  display: grid;
  gap: 12px;
  min-width: 220px;
}
.email-verify-button {
  min-height: 50px;
  padding: 12px 16px;
  white-space: nowrap;
}
.email-code-input {
  min-height: 50px;
  padding: 12px 16px;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 800;
}
.email-verify-status {
  margin: 0;
  color: rgba(255,255,255,.86);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}
.email-verify-status:empty { display: none; }
.email-verify-status[data-state="error"] { color: #ffd1c7; }
.email-verify-status[data-state="success"] { color: #bff0d0; }
.email-verify[data-verified="true"] .email-verify-row { grid-template-columns: 1fr; }
.email-verify[data-verified="true"] .email-verify-side { display: none; }
.email-verify input[readonly] { background: #edf5f0; color: #2d3a37; }
.hp-field {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
.captcha-label span { display: inline; }
.captcha-label b { color: #fff; }
input, textarea {
  width: 100%;
  padding: 14px 15px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 7px;
  background: #fff;
  color: var(--ink);
  font-family: inherit;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
}
select {
  width: 100%;
  border: 0;
  border-radius: 8px;
  padding: 16px 18px;
  color: var(--ink);
  background: #fffdfa;
  font: inherit;
  font-weight: 600;
  outline: none;
}
input::placeholder, textarea::placeholder { color: #67736f; opacity: 1; font-weight: 500; }
textarea { resize: vertical; }
.anketa-box {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
  padding: 16px;
  color: #fff;
  background: rgba(7, 89, 79, .88);
  border: 1px solid rgba(243, 207, 134, .38);
  border-radius: var(--radius);
}
.anketa-box strong, .anketa-box span { display: block; }
.anketa-box strong { margin-bottom: 3px; font-weight: 700; }
.anketa-box span { color: rgba(255,255,255,.86); font-size: 14px; line-height: 1.35; }
.anketa-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 14px;
  color: #17312d;
  background: #f3cf86;
  border-radius: 7px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
.lead-help {
  margin-top: 18px;
  padding: 20px;
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(243,207,134,.28);
  border-radius: var(--radius);
}
.lead-help h3 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 19px;
}
.lead-help p {
  margin-bottom: 12px;
  color: rgba(255,255,255,.9);
  font-size: 16px;
  line-height: 1.48;
}
.lead-help ul {
  display: grid;
  gap: 8px;
  margin: 0 0 14px;
  padding-left: 20px;
  color: rgba(255,255,255,.9);
}
.lead-help li { line-height: 1.42; }
.lead-note {
  margin: 0 !important;
  padding: 12px 14px;
  color: #f3cf86;
  background: rgba(15,79,71,.58);
  border: 1px solid rgba(243,207,134,.24);
  border-radius: 7px;
  font-size: 15px !important;
  font-weight: 700;
}
.file-label span { color: rgba(255,255,255,.8); font-size: 13px; font-weight: 500; }
input[type="file"] {
  padding: 11px;
  color: var(--ink);
  background: #fff;
}
input[type="file"]::file-selector-button {
  margin-right: 12px;
  padding: 9px 12px;
  color: #fff;
  background: #07594f;
  border: 0;
  border-radius: 6px;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}
.consent-label {
  grid-template-columns: 20px 1fr;
  align-items: start;
  gap: 10px !important;
  color: rgba(255,255,255,.92) !important;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 600 !important;
}
.consent-label input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--amber); }
.consent-label a { color: #f3cf86; text-decoration: underline; text-underline-offset: 3px; }
.form-note { margin: 0; color: rgba(255,255,255,.9) !important; font-size: 13px !important; font-weight: 700; }
.form-note[data-state="success"] { color: #bff0d0; }
.form-note[data-state="error"] { color: #ffd1c7; }

.site-footer { display: flex; justify-content: space-between; gap: 18px; padding: 24px 0 34px; color: rgba(255,255,255,.72); font-size: 13px; }
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 14px; }
.site-footer a { color: rgba(255,255,255,.86); text-decoration: underline; text-underline-offset: 3px; }

.cookie-banner {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 60;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 18px;
  max-width: 980px;
  margin: 0 auto;
  padding: 18px;
  color: var(--ink);
  background: rgba(255,253,247,.96);
  border: 1px solid rgba(23,33,31,.16);
  border-radius: var(--radius);
  box-shadow: 0 18px 52px rgba(23,33,31,.22);
}
.cookie-banner[hidden] { display: none; }
.cookie-banner strong { display: block; margin-bottom: 4px; font-size: 16px; }
.cookie-banner p { margin: 0 0 6px; color: var(--muted); font-size: 14px; line-height: 1.4; }
.cookie-banner a:not(.btn) { color: var(--green-dark); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.cookie-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.cookie-actions .btn { min-height: 42px; padding: 10px 14px; white-space: nowrap; }

.ilya-chat {
  position: fixed;
  right: 22px;
  bottom: max(22px, env(safe-area-inset-bottom));
  z-index: 2147483000;
  font-family: inherit;
}
.ilya-chat.has-cookie-banner {
  bottom: max(22px, var(--ilya-cookie-offset, 22px), env(safe-area-inset-bottom));
}
.ilya-chat[hidden],
.ilya-chat-panel[hidden],
.ilya-chat-bubble[hidden],
.ilya-chat-field[hidden] { display: none; }
.ilya-chat-bubble {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  width: min(360px, calc(100vw - 44px));
  padding: 12px 14px;
  color: #fff;
  text-align: left;
  background: #123a34;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 14px;
  box-shadow: 0 18px 44px rgba(23,33,31,.28);
  cursor: pointer;
  pointer-events: auto;
}
.ilya-chat-bubble.is-icon-only {
  grid-template-columns: 44px;
  width: 70px;
  height: 70px;
  justify-content: center;
  padding: 12px;
  border-radius: 999px;
}
.ilya-chat-bubble.is-icon-only .ilya-chat-bubble-text { display: none; }
.ilya-chat-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #edf5f0;
  object-fit: cover;
}
.ilya-chat-bubble strong {
  display: block;
  margin-bottom: 2px;
  color: #f3cf86;
  font-size: 14px;
}
.ilya-chat-bubble span {
  display: block;
  color: rgba(255,255,255,.92);
  font-size: 14px;
  line-height: 1.35;
}
.ilya-chat-panel {
  display: flex;
  flex-direction: column;
  width: min(420px, calc(100vw - 44px));
  max-height: min(720px, calc(100dvh - 44px));
  overflow: hidden;
  color: var(--ink);
  background: rgba(255,253,247,.98);
  border: 1px solid rgba(23,33,31,.14);
  border-radius: 14px;
  box-shadow: 0 24px 70px rgba(23,33,31,.32);
  pointer-events: auto;
}
.ilya-chat.has-cookie-banner .ilya-chat-panel {
  max-height: min(720px, calc(100dvh - var(--ilya-cookie-offset, 22px) - 22px));
}
.ilya-chat-head {
  display: grid;
  grid-template-columns: 48px 1fr 44px;
  align-items: center;
  gap: 12px;
  padding: 14px;
  color: #fff;
  background: #123a34;
}
.ilya-chat-head strong {
  display: block;
  font-size: 18px;
  line-height: 1.1;
}
.ilya-chat-head span {
  display: block;
  margin-top: 3px;
  color: rgba(255,255,255,.78);
  font-size: 12px;
  line-height: 1.25;
}
.ilya-chat-close {
  width: 44px;
  height: 44px;
  color: #fff;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}
.ilya-chat-body {
  display: grid;
  gap: 14px;
  flex: 1 1 auto;
  min-height: 0;
  max-height: none;
  overflow-y: auto;
  padding: 16px;
  overscroll-behavior: contain;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.ilya-chat-body::-webkit-scrollbar { display: none; }
.ilya-chat-message {
  padding: 14px;
  color: #3f4d49;
  background: #edf5f0;
  border: 1px solid rgba(23,33,31,.1);
  border-radius: 10px;
  font-size: 15px;
  line-height: 1.48;
}
.ilya-chat-message strong {
  display: block;
  margin-bottom: 6px;
  color: var(--green-dark);
  font-size: 16px;
}
.ilya-chat-actions {
  display: grid;
  gap: 10px;
}
.ilya-chat-actions .btn,
.ilya-chat-form .btn {
  min-height: 48px;
  width: 100%;
  padding: 12px 16px;
  font-size: 15px;
}
.ilya-chat-form {
  display: grid;
  gap: 12px;
}
.ilya-chat-form label {
  display: grid;
  gap: 6px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}
.ilya-chat-form input,
.ilya-chat-form select,
.ilya-chat-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  color: var(--ink);
  background: #fff;
  border: 1px solid rgba(23,33,31,.16);
  border-radius: 8px;
  font: inherit;
  font-size: 15px;
  font-weight: 500;
}
.ilya-chat-form textarea {
  min-height: 88px;
  resize: vertical;
}
.ilya-chat-form .consent-label {
  color: #3f4d49 !important;
  font-size: 13px;
}
.ilya-chat-form .consent-label a {
  color: var(--green-dark);
}
.ilya-chat-note {
  margin: 0;
  color: #52625d;
  font-size: 13px;
  line-height: 1.4;
}
.ilya-chat-status {
  margin: 0;
  color: #52625d;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
}
.ilya-chat-status[data-state="error"] { color: #9b2c1f; }
.ilya-chat-status[data-state="success"] { color: var(--green-dark); }
.ilya-chat-form > button[type="submit"] {
  position: sticky;
  bottom: 0;
  z-index: 2;
  margin-top: 2px;
  box-shadow: 0 -10px 18px rgba(255,253,247,.94);
}

.legal-page { background: #f7f0e3; }
.legal-page .page-bg { background: linear-gradient(180deg, #f7f0e3 0%, #edf3ed 100%); }
.legal-document { max-width: 920px; padding: 64px 0 90px; }
.legal-back { display: inline-flex; margin-bottom: 26px; color: var(--green-dark); font-weight: 800; }
.legal-document h1 { max-width: 880px; font-size: clamp(30px, 3.6vw, 46px); line-height: 1.12; }
.legal-document h2 { margin-top: 34px; font-size: 26px; line-height: 1.18; }
.legal-document p, .legal-document li { color: #3f4d49; font-size: 17px; }
.legal-document a { color: var(--green-dark); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.legal-document ul { display: grid; gap: 8px; padding-left: 22px; }
.legal-card { margin: 24px 0; padding: 22px; background: rgba(255,255,255,.74); border: 1px solid rgba(23,33,31,.12); border-radius: var(--radius); }
.payment-page { padding: 34px 0 86px; }
.payment-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 460px);
  gap: 30px;
  align-items: start;
  margin-top: 24px;
  padding: 34px;
  background: rgba(255,253,247,.9);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.payment-card h1 { max-width: 760px; font-size: clamp(30px, 3.2vw, 44px); line-height: 1.12; }
.payment-disclaimer {
  margin-top: 18px;
  padding: 16px 18px;
  color: #3f4d49;
  background: #edf5f0;
  border: 1px solid rgba(23,33,31,.12);
  border-radius: var(--radius);
  font-size: 15px;
  line-height: 1.5;
}
.payment-form {
  display: grid;
  gap: 14px;
  padding: 22px;
  color: #fff;
  background: #17312d;
  border-radius: var(--radius);
}
.payment-form label { display: grid; gap: 7px; font-weight: 800; }
.payment-form .btn { width: 100%; }
.payment-note { margin: 0; color: rgba(255,255,255,.84); font-size: 13px; line-height: 1.45; }
.legal-warning { border-left: 5px solid var(--amber); }
.legal-meta { color: var(--muted); }

@media (max-width: 980px) {
  .site-header { position: sticky; }
  .menu-toggle { display: block; order: 3; }
  .nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 8px);
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 10px;
    background: rgba(255, 253, 247, .98);
    border: 1px solid rgba(23, 33, 31, .13);
    border-radius: var(--radius);
    box-shadow: 0 16px 36px rgba(23, 33, 31, .16);
  }
  .site-header.menu-open .nav { display: flex; }
  .nav a { padding: 12px 14px; }
  .header-cta { margin-left: auto; order: 2; }
  .hero, .problem-layout, .result-section, .expert-layout, .honesty, .final-cta, .article-layout, .seo-entry-grid { grid-template-columns: 1fr; }
  .final-cta { align-items: start; }
  .lead-form { min-height: auto; }
  .hero { min-height: auto; padding-top: 54px; }
  .hero-visual { min-height: 460px; }
  .feature-grid.four, .steps, .pricing-grid, .articles-grid, .service-preview-grid, .catalog-grid { grid-template-columns: repeat(2, 1fr); }
  .payment-card { grid-template-columns: 1fr; }
  .landing-article-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .articles-showcase-head { grid-template-columns: 1fr; align-items: start; }
  .article-aside { position: static; }
  .trust-strip { grid-template-columns: 1fr; }
  .expert-photo { min-height: 320px; }
}

@media (max-width: 640px) {
  .section-shell, .site-header { width: min(100% - 24px, 1160px); }
  .site-header { margin-top: 8px; }
  .brand { font-size: 12px; }
  .header-cta { padding: 9px 11px; }
  h1 { font-size: 31px; }
  h2 { font-size: 26px; }
  .hero-lead { font-size: 17px; }
  .hero-actions, .btn { width: 100%; }
  .hero-visual { min-height: 410px; }
  .consult-card { padding: 16px; }
  .floating-note { left: 16px; right: 16px; bottom: 18px; max-width: none; }
  .feature-grid.four, .steps, .pricing-grid, .checklist, .route, .articles-grid, .seo-entry-list, .service-preview-grid, .catalog-grid { grid-template-columns: 1fr; }
  .payment-card { padding: 22px; }
  .landing-article-grid { grid-template-columns: 1fr; }
  .articles-showcase { padding: 20px; }
  .landing-article-card { min-height: auto; }
  .content-section, .result-section, .faq-section { padding: 64px 0; }
  .seo-entry, .articles-index { padding: 64px 0; }
  .article-content section { padding: 20px; }
  .service-hero-card h1 { font-size: 30px; }
  .problem-band, .expert-band { padding: 64px 0; }
  .honesty { padding: 28px; }
  .price-card.featured { transform: none; }
  .price-card { min-height: auto; }
  .portrait { width: 230px; height: 290px; }
  .seal { width: 126px; height: 126px; }
  .site-footer { flex-direction: column; }
  .site-footer nav { justify-content: flex-start; }
  .cookie-banner { grid-template-columns: 1fr; left: 12px; right: 12px; bottom: 12px; }
  .cookie-actions { display: grid; grid-template-columns: 1fr; }
  .ilya-chat {
    right: max(12px, env(safe-area-inset-right));
    bottom: max(12px, env(safe-area-inset-bottom));
    left: 12px;
  }
  .ilya-chat.has-cookie-banner {
    bottom: max(12px, var(--ilya-cookie-offset, 12px), env(safe-area-inset-bottom));
  }
  .ilya-chat.is-bubble {
    left: auto;
    width: auto;
  }
  .ilya-chat-bubble {
    width: min(340px, calc(100vw - 24px));
    max-width: calc(100vw - 24px);
  }
  .ilya-chat-bubble.is-icon-only {
    width: 64px;
    height: 64px;
    margin-left: auto;
  }
  .ilya-chat-panel {
    width: 100%;
    max-height: calc(100dvh - 24px);
  }
  .ilya-chat.has-cookie-banner .ilya-chat-panel {
    max-height: calc(100dvh - var(--ilya-cookie-offset, 12px) - 12px);
  }
  .ilya-chat-body {
    padding: 14px 14px calc(76px + env(safe-area-inset-bottom));
  }
  .ilya-chat-form > button[type="submit"] {
    bottom: calc(10px + env(safe-area-inset-bottom));
    min-height: 52px;
  }
  .anketa-box { grid-template-columns: 1fr; }
  .email-verify-row,
  .email-verify-side { grid-template-columns: 1fr; }
  .email-verify-side { min-width: 0; }
  .email-verify-row { grid-template-columns: 1fr; gap: 12px; }
  .email-verify-side { gap: 12px; }
  .email-verify-button { width: 100%; }
}
