/* ╔═══════════════════════════════════════════════════════════════════╗
   ║  2 ФИЛИНА — pages.css                                           ║
   ║  Merged from: homepage-polish.css + contacts-polish.css +       ║
   ║    about-polish.css + article-polish.css + articles-premium.css ║
   ║    + article-hero-card.css + article-redesign.css +             ║
   ║    stati-premium.css + reestr-landing.css +                     ║
   ║    kreditoru-hero.css + services-hub.css                        ║
   ║  Generated: 2026-04-30                                          ║
   ║  Load order: THIRD on every page (after core + components)      ║
   ╚═══════════════════════════════════════════════════════════════════╝ */


/* ┌───────────────────────────────────────────────────────────────────┐
   │  PART 1 — HOMEPAGE POLISH  (was: css/homepage-polish.css)        │
   │  Phase 18 — Compact & Premium Polish                             │
   │  Tighter vertical rhythm, trust cards, contacts section,         │
   │  submit button, fineprint, footer, cards, FAQ                   │
   └───────────────────────────────────────────────────────────────────┘ */

/* ── 1. SECTION VERTICAL RHYTHM ── */
.section {
  padding: 72px 0;
}
.section-header {
  margin: 0 auto 44px;
}
.hero {
  padding: 72px 0 64px;
}
.section-kicker {
  margin-bottom: 12px;
}

#services .section-title {
  text-wrap: nowrap;
  text-align: center;
}
@media (max-width: 768px) {
  #services .section-title {
    text-wrap: wrap;
  }
}

/* ── 2. QUOTE SECTIONS ── */
.section--quote {
  padding: 48px 0;
}
.expert-quote__text {
  margin-bottom: 20px;
}

/* ── 3. LEAD MAGNET ── */
.section--leadmagnet {
  padding: 56px 0;
}
.leadmagnet--compact {
  padding: 36px 36px;
  gap: 32px;
  grid-template-columns: 1fr 1.2fr;
}
.leadmagnet__desc {
  margin-bottom: 16px;
}
.leadmagnet__list {
  margin-bottom: 20px;
}
.leadmagnet__list li {
  margin-bottom: 2px;
}

/* ── Trust cards: Premium 2×2 grid ── */
.leadmagnet__visual--grid {
  display: flex;
  align-items: stretch;
  width: 100%;
}
.leadmagnet__trust-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 20px;
  width: 100%;
  max-width: none;
}
.leadmagnet__trust-cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  padding: 24px 20px;
  border: 1px solid rgba(184,148,94,.18);
  border-radius: 18px;
  background: rgba(184,148,94,.05);
  transition: border-color .22s ease-out, box-shadow .22s ease-out, transform .22s ease-out;
  min-height: 100%;
}
.leadmagnet__trust-cell:hover {
  border-color: rgba(184,148,94,.35);
  box-shadow: 0 6px 24px rgba(184,148,94,.10);
  transform: translateY(-2px);
}
.leadmagnet__trust-cell .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(184,148,94,.28);
  border-radius: 50%;
  background: rgba(184,148,94,.08);
  color: var(--accent);
  margin: 0 0 4px;
  flex-shrink: 0;
}
.leadmagnet__trust-cell .icon svg {
  width: 20px;
  height: 20px;
}
.leadmagnet__trust-cell strong {
  font-family: 'Playfair Display', serif;
  font-size: 19px;
  font-weight: 600;
  color: var(--text);
  line-height: 1.25;
  letter-spacing: 0;
  white-space: normal;
}
.leadmagnet__trust-cell span:last-child {
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.55;
  letter-spacing: 0.005em;
  max-width: 22ch;
}

/* ── 4. CONTACTS SECTION ON HOMEPAGE ── */
#contacts.section {
  padding: 64px 0;
}
#contacts .section-header {
  margin: 0 auto 36px;
  max-width: 960px;
}
#contacts .section-desc {
  max-width: none;
}
.contacts-grid {
  gap: 24px;
}
.contact-form-wrap,
.contact-info-wrap {
  padding: 28px;
}
.contact-form-wrap h3,
.contact-info-wrap h3 {
  font-size: 20px;
  margin-bottom: 22px;
}
.form-group {
  margin-bottom: 14px;
}
.contact-items {
  gap: 5px;
  margin-bottom: 18px;
}
.contact-item {
  padding: 12px;
  gap: 12px;
}
.contact-btns {
  margin-bottom: 14px;
  gap: 8px;
}
.contact-note {
  padding: 12px 14px;
  font-size: 12.5px;
}

/* ── 5. SUBMIT BUTTON ── */
#submit-btn.btn-primary {
  background: var(--btn-gold);
  color: #17130f;
  border-color: var(--btn-gold);
  font-weight: 600;
  font-size: 14.5px;
  padding: 14px 26px;
  min-height: auto;
  letter-spacing: .015em;
  border-radius: var(--btn-radius, 14px);
  transform: none;
  box-shadow: none;
  opacity: 1;
  transition: none;
  cursor: pointer;
}
#submit-btn.btn-primary .btn-text {
  color: #17130f;
  background: transparent;
  border: none;
  border-bottom: none;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}
#submit-btn.btn-primary:hover,
#submit-btn.btn-primary:active {
  background: var(--btn-gold);
  color: #17130f;
  border-color: var(--btn-gold);
  transform: none;
  box-shadow: none;
  opacity: 1;
}
#submit-btn.btn-primary:hover .btn-text,
#submit-btn.btn-primary:active .btn-text {
  color: #17130f;
  border-bottom: none;
}
#submit-btn.btn-primary:focus-visible {
  outline: 2px solid var(--btn-gold-light);
  outline-offset: 3px;
  background: var(--btn-gold);
  color: #17130f;
  box-shadow: none;
  transform: none;
}

/* ── 6. LEGAL/CONSENT LINE ── */
.fineprint {
  font-size: 12px;
  color: var(--muted-2);
  margin-top: 10px;
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  gap: 6px;
}
.fineprint .icon {
  color: var(--accent);
  flex-shrink: 0;
  margin-top: 1px;
  width: 14px;
  height: 14px;
}
.fineprint a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 200ms ease-out;
}
.fineprint a:hover {
  color: var(--accent-light);
}

/* ── 8. CARDS ── */
.sides-grid {
  gap: 22px;
}
.side-card {
  padding: 28px;
}
.services-grid {
  gap: 22px;
}
.cases-grid {
  gap: 22px;
}
.cases-cta {
  margin-top: 28px;
}
.why-grid {
  gap: 22px;
}
.blog-preview-grid {
  gap: 22px;
}
.team-grid {
  gap: 28px;
}

/* ── 9. FAQ ── */
#faq .faq-list {
  max-width: 820px;
  margin: 0 auto;
}

/* ── 10. CRAWLER-FRIENDLY PLAIN-TEXT CONTACTS ── */
.contacts-plaintext {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
  font-style: normal;
  line-height: 1.7;
  font-size: 14px;
  color: var(--muted, rgba(244,239,230,.65));
}

/* ── 10b. VISUALLY HIDDEN — для скрытых семантических заголовков (SEO/A11Y) ── */
.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.contacts-plaintext p {
  margin: 0 0 4px;
}
.contacts-plaintext a {
  color: var(--accent, #b8945e);
}
.contacts-plaintext strong {
  color: var(--text, #f4efe6);
  font-weight: 600;
}

/* ── 11. NOSCRIPT FALLBACK BOX ── */
.noscript-contacts-box {
  background: rgba(184,148,94,.08);
  border: 1px solid rgba(184,148,94,.25);
  border-radius: 12px;
  padding: 24px 28px;
  max-width: 700px;
  margin: 0 auto;
  color: #c8bfb1;
  font-size: 14px;
  line-height: 1.7;
}
.noscript-contacts-box__title {
  font-weight: 600;
  font-size: 16px;
  color: #f4efe6;
  margin: 0 0 6px;
}
.noscript-contacts-box p {
  margin: 0 0 10px;
}
.noscript-contacts-box__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.noscript-contacts-box__list li {
  margin: 0 0 6px;
}
.noscript-contacts-box__list a {
  color: var(--accent, #b8945e);
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Homepage Responsive — ≤1100 */
@media (max-width: 1100px) {
  .leadmagnet--compact {
    grid-template-columns: 1fr 1.15fr;
    gap: 24px;
    padding: 32px 28px;
  }
  .leadmagnet__trust-grid {
    gap: 14px;
  }
  .leadmagnet__trust-cell {
    padding: 20px 16px;
    gap: 8px;
    border-radius: 16px;
  }
  .leadmagnet__trust-cell .icon {
    width: 38px;
    height: 38px;
  }
  .leadmagnet__trust-cell .icon svg {
    width: 18px;
    height: 18px;
  }
  .leadmagnet__trust-cell strong {
    font-size: 17px;
    white-space: normal;
  }
  .leadmagnet__trust-cell span:last-child {
    font-size: 13px;
  }
}

/* Homepage Responsive — ≤900 */
@media (max-width: 900px) {
  .section {
    padding: 56px 0;
  }
  .section-header {
    margin: 0 auto 36px;
  }
  .hero {
    padding: 56px 0 48px;
  }
  .section--quote {
    padding: 36px 0;
  }
  .section--leadmagnet {
    padding: 44px 0;
  }
  .leadmagnet--compact {
    padding: 28px 24px;
    gap: 24px;
  }
  .leadmagnet__trust-grid {
    gap: 16px;
  }
  .leadmagnet__trust-cell {
    padding: 22px 22px;
    column-gap: 10px;
    row-gap: 8px;
    border-radius: 16px;
  }
  .leadmagnet__trust-cell .icon {
    width: 24px;
    height: 24px;
  }
  .leadmagnet__trust-cell strong {
    font-size: 18px;
    white-space: normal;
  }
  .leadmagnet__trust-cell span:last-child {
    font-size: 13.5px;
  }
  #contacts.section {
    padding: 48px 0;
  }
  .footer-main {
    padding: 18px 0 10px;
  }
  .footer-grid {
    gap: 14px 26px;
  }
  .footer-bar {
    padding: 6px 0 8px;
  }
  .sides-grid {
    gap: 18px;
  }
}

/* Homepage Responsive — ≤768 */
@media (max-width: 768px) {
  .section {
    padding: 44px 0;
  }
  .section-header {
    margin: 0 auto 28px;
  }
  .hero {
    padding: 44px 0 36px;
  }
  .section--quote {
    padding: 28px 0;
  }
  .expert-quote__text {
    margin-bottom: 16px;
  }
  .section--leadmagnet {
    padding: 36px 0;
  }
  .leadmagnet__trust-grid {
    gap: 12px;
  }
  .leadmagnet__trust-cell {
    padding: 18px 18px;
    column-gap: 10px;
    row-gap: 6px;
    border-radius: 14px;
  }
  .leadmagnet__trust-cell .icon {
    width: 22px;
    height: 22px;
  }
  .leadmagnet__trust-cell strong {
    font-size: 16px;
    white-space: normal;
  }
  .leadmagnet__trust-cell span:last-child {
    font-size: 12.5px;
  }
  #contacts.section {
    padding: 36px 0;
  }
  #contacts .section-header {
    margin: 0 auto 24px;
  }
  .contact-form-wrap,
  .contact-info-wrap {
    padding: 22px 20px;
  }
  .contact-form-wrap h3,
  .contact-info-wrap h3 {
    font-size: 19px;
    margin-bottom: 18px;
  }
  .contact-items {
    gap: 4px;
    margin-bottom: 14px;
  }
  .contact-item {
    padding: 10px 12px;
  }
  .contact-btns {
    margin-bottom: 12px;
    gap: 6px;
  }
  .contact-note {
    padding: 10px 12px;
  }
  #submit-btn.btn-primary {
    font-size: 14px;
    padding: 13px 22px;
  }
  .footer-main {
    padding: 16px 0 10px;
  }
  .footer-grid {
    gap: 12px;
  }
  .footer-bar {
    padding: 6px 0 6px;
  }
  .footer-nav-title {
    margin-bottom: 6px;
  }
  .footer-nav-list {
    gap: 5px;
  }
  .cases-cta {
    margin-top: 20px;
  }
}

/* Homepage Responsive — ≤540 */
@media (max-width: 540px) {
  .section {
    padding: 36px 0;
  }
  .section-header {
    margin: 0 auto 24px;
  }
  .hero {
    padding: 36px 0 28px;
  }
  .section--quote {
    padding: 24px 0;
  }
  .section--leadmagnet {
    padding: 28px 0;
  }
  .leadmagnet--compact {
    padding: 22px 16px;
    gap: 18px;
  }
  .leadmagnet__trust-grid {
    gap: 10px;
  }
  .leadmagnet__trust-cell {
    padding: 14px 14px;
    column-gap: 8px;
    row-gap: 5px;
    border-radius: 12px;
  }
  .leadmagnet__trust-cell .icon {
    width: 18px;
    height: 18px;
  }
  .leadmagnet__trust-cell strong {
    font-size: 14px;
    white-space: normal;
  }
  .leadmagnet__trust-cell span:last-child {
    font-size: 11.5px;
  }
  #contacts.section {
    padding: 28px 0;
  }
  .contact-form-wrap,
  .contact-info-wrap {
    padding: 18px 16px;
  }
  .contact-form-wrap h3,
  .contact-info-wrap h3 {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .footer-main {
    padding: 12px 0 8px;
  }
  .footer-grid {
    gap: 10px;
  }
  .footer-bar {
    padding: 5px 0 6px;
  }
  .footer-nav {
    gap: 10px;
  }
}


/* ┌───────────────────────────────────────────────────────────────────┐
   │  PART 2 — CONTACTS POLISH  (was: css/contacts-polish.css)        │
   │  Pixel-match with homepage contact block for /kontakty.html      │
   └───────────────────────────────────────────────────────────────────┘ */

/* ── Contacts hero H1 — single line ── */
.contacts-hero h1 {
  white-space: nowrap;
}

/* ── 0. LEGAL TEXT — 4 strict lines on mobile ── */
.mobile-br { display: none; }

@media (max-width: 767px) {
  .mobile-br { display: inline !important; }
  .form-legal .fineprint {
    display: block !important;
    line-height: 1.6;
  }
  .form-legal .fineprint .icon {
    display: inline !important;
    vertical-align: middle;
    margin-right: 4px;
    width: 13px;
    height: 13px;
  }
  .form-legal .fineprint .icon svg {
    display: inline !important;
    vertical-align: middle;
    width: 13px;
    height: 13px;
  }
  .form-legal .fineprint a {
    display: inline;
  }
}

/* ── 1. SECTION PADDING ── */
#contacts-form.section {
  padding: 64px 0;
}

/* ── 2–5. FORM/INFO wrappers, items, buttons, note — same as homepage ── */
/* (Shared rules in PART 1 above apply; kontakty-specific overrides below) */

/* ── 6. SUBMIT BUTTON — kontakty override ── */
/* Uses identical #submit-btn.btn-primary block from Part 1 */

/* ── 7. FINEPRINT & FORM-LEGAL ── */
.form-legal {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.form-legal .fineprint {
  margin-top: 10px;
}
.form-legal .fineprint:first-child {
  margin-top: 10px;
}

/* ── 8. LAST SECTION BOTTOM PADDING ── */
.contacts-section {
  padding-bottom: 64px;
}

/* Contacts Polish Responsive */
@media (max-width: 900px) {
  #contacts-form.section {
    padding: 48px 0;
  }
  .contacts-section {
    padding-bottom: 48px;
  }
}
@media (max-width: 768px) {
  .contacts-hero h1 {
    white-space: normal;
  }
  #contacts-form.section {
    padding: 36px 0;
  }
  .contacts-section {
    padding-bottom: 36px;
  }
  .contact-form-wrap,
  .contact-info-wrap {
    padding: 22px 20px;
  }
  .contact-form-wrap h3,
  .contact-info-wrap h3 {
    font-size: 19px;
    margin-bottom: 18px;
  }
  .contact-items {
    gap: 4px;
    margin-bottom: 14px;
  }
  .contact-item {
    padding: 10px 12px;
  }
  .contact-btns {
    margin-bottom: 12px;
    gap: 6px;
  }
  .contact-note {
    padding: 10px 12px;
  }
  #submit-btn.btn-primary {
    font-size: 14px;
    padding: 13px 22px;
  }
}

/* ── 9–10. CRAWLER PLAINTEXT & NOSCRIPT BOX — kontakty ── */
/* (Shared rules from Part 1 apply. kontakty adds flex list layout) */
.noscript-contacts-box__list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.noscript-contacts-box__list a:hover {
  color: #d4aa78;
}

/* Contacts Responsive — ≤540 */
@media (max-width: 540px) {
  #contacts-form.section {
    padding: 28px 0;
  }
  .contacts-section {
    padding-bottom: 28px;
  }
  .contact-form-wrap,
  .contact-info-wrap {
    padding: 18px 16px;
  }
  .contact-form-wrap h3,
  .contact-info-wrap h3 {
    font-size: 18px;
    margin-bottom: 16px;
  }
}


/* ┌───────────────────────────────────────────────────────────────────┐
   │  PART 3 — ABOUT PAGE POLISH  (was: css/about-polish.css)         │
   │  Phase 21 — Align /o-kompanii.html with homepage tokens          │
   └───────────────────────────────────────────────────────────────────┘ */

/* ── Hero ── */
.about-hero__inner,
.about-hero__inner--wide {
  max-width: 100%;
  text-align: center;
}
.about-hero__lead {
  max-width: 100%;
  text-align: left;
}
.section-kicker--large {
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 700;
  letter-spacing: normal;
  text-transform: none;
}
.about-hero__lead--accent {
  margin-top: 10px;
}

/* ── Section padding match homepage 72px ── */
body:has(.about-hero) .section {
  padding: 72px 0;
}
.about-hero {
  padding-bottom: 36px;
}
.about-hero + .section {
  padding-top: 48px;
}

/* ── Grid gaps ── */
body:has(.about-hero) .why-grid { gap: 22px; }
body:has(.about-hero) .blog-preview-grid { gap: 22px; }
body:has(.about-hero) .team-grid { gap: 28px; }
body:has(.about-hero) .cases-grid { gap: 24px; }

/* ── Section subdesc ── */
.section-subdesc {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.7;
  margin-top: 6px;
}
.section-subdesc--oneline {
  white-space: nowrap;
}

/* About Responsive */
@media (max-width: 1024px) {
  .about-hero__inner--wide { max-width: 100%; }
  body:has(.about-hero) .cases-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 900px) {
  body:has(.about-hero) .section { padding: 56px 0; }
  .about-hero { padding-bottom: 28px; }
  .about-hero + .section { padding-top: 40px; }
  .about-hero__inner--wide { max-width: 100%; }
}
@media (max-width: 768px) {
  body:has(.about-hero) .section { padding: 44px 0; }
  .about-hero { padding-bottom: 22px; }
  .about-hero + .section { padding-top: 32px; }
  body:has(.about-hero) .why-grid { grid-template-columns: 1fr; gap: 16px; }
  body:has(.about-hero) .cases-grid { grid-template-columns: 1fr; }
  body:has(.about-hero) .blog-preview-grid { grid-template-columns: 1fr; gap: 16px; }
  .section-subdesc--oneline { white-space: normal; }
}
@media (max-width: 540px) {
  body:has(.about-hero) .section { padding: 36px 0; }
  .about-hero { padding-bottom: 18px; }
  .about-hero + .section { padding-top: 24px; }
}


/* ┌───────────────────────────────────────────────────────────────────┐
   │  PART 4 — ARTICLE POLISH  (was: css/article-polish.css)          │
   │  Phase 27 — Wider content, stronger CTAs, bigger related cards   │
   └───────────────────────────────────────────────────────────────────┘ */

/* ── Wider Content Column ── */
.article-content {
  max-width: 880px;
  padding-bottom: 40px;
}
.article-lead {
  max-width: 880px;
}

/* ── Article Hero ── */
.article-hero {
  padding-bottom: 28px;
}

/* ── Section padding on article pages ── */
body:has(.article-content) .section {
  padding: 0;
}

/* ── Article CTA Banner ── */
.article-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 32px;
  row-gap: 4px;
  margin: 48px 0 0;
  padding: 21px 36px;
  border: 1px solid rgba(184,148,94,.12);
  border-radius: 18px;
  background: rgba(184,148,94,.04);
  text-align: left;
  position: relative;
  overflow: hidden;
}
.article-cta::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(184,148,94,.18), transparent);
}
.article-cta h3 {
  grid-column: 1;
  grid-row: 1;
  font-family: 'Playfair Display', serif;
  font-size: clamp(20px, 2.2vw, 24px);
  font-weight: 600;
  margin: 0;
  color: var(--text);
  line-height: 1.35;
  max-width: 58ch;
}
.article-cta p {
  grid-column: 1;
  grid-row: 2;
  color: rgba(244,239,230,.45);
  font-family: 'Inter', sans-serif;
  font-size: 14.5px;
  line-height: 1.55;
  margin: 0;
  max-width: none;
}
.article-cta .btn {
  grid-column: 2;
  grid-row: 1 / -1;
  align-self: center;
  flex-shrink: 0;
  white-space: nowrap;
  background: var(--btn-gold, #b8945e);
  color: var(--btn-surface, #17130f);
  border-color: var(--btn-gold, #b8945e);
  font-family: 'Inter', sans-serif;
  font-size: 14.5px;
  font-weight: 600;
  letter-spacing: .015em;
  padding: 14px 28px;
  border-radius: 14px;
}
.article-cta .btn:hover {
  background: var(--btn-gold-light, #d4aa78);
  border-color: var(--btn-gold-light, #d4aa78);
  color: var(--btn-surface, #17130f);
  transform: translateY(-1px);
  box-shadow: 0 4px 20px rgba(184,148,94,.2);
}
@media (max-width: 768px) {
  .article-cta {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    text-align: center;
    gap: 10px;
    padding: 18px 22px;
  }
  .article-cta h3 { grid-column: 1; grid-row: 1; max-width: none; font-size: 20px; }
  .article-cta p { grid-column: 1; grid-row: 2; }
  .article-cta .btn { grid-column: 1; grid-row: 3; width: 100%; justify-content: center; }
}

/* ── Soft CTA stronger ── */
.article-cta-soft {
  margin: 44px 0;
  padding: 32px 36px;
}
.article-cta-soft h4 { font-size: 20px; }
.article-cta-soft p { font-size: 16px; }

/* ── Checklist CTA stronger ── */
.article-cta-checklist {
  margin: 44px 0;
  padding: 32px 36px;
}
.article-cta-checklist h4 { font-size: 19px; }
.article-cta-checklist li { font-size: 15px; }

/* ── Related Articles ── */
.related-articles {
  padding: 44px 0 0;
}
.related-articles__title {
  font-size: clamp(22px, 2.5vw, 28px);
  margin-bottom: 28px;
}
.related-articles__grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.related-card {
  padding: 28px 30px;
  border-radius: 18px;
}
.related-card h3 { font-size: 17px; margin-bottom: 10px; }
.related-card h3 a { line-height: 1.4; }
.related-card p { font-size: 14.5px; line-height: 1.6; -webkit-line-clamp: 4; }
.related-card__cat { font-size: 10.5px; margin-bottom: 10px; }

/* ── Article Nav ── */
.article-nav {
  margin-top: 44px;
  padding-top: 28px;
  gap: 20px;
}
.article-nav a {
  padding: 20px 24px;
  border-radius: 14px;
  font-size: 14.5px;
}
.article-nav a strong {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--accent);
  margin-bottom: 6px;
}

/* ── Footer on article pages ── */
body:has(.article-content) .site-footer { margin-top: 0; }
body:has(.article-content) .footer-main { padding: 20px 0 10px; }
body:has(.article-content) .footer-grid { gap: 16px 28px; }
body:has(.article-content) .footer-brand { padding-right: 12px; }
body:has(.article-content) .footer-desc { font-size: 12.5px; }
body:has(.article-content) .footer-nav-title { font-size: 10.5px; margin-bottom: 6px; }
body:has(.article-content) .footer-nav-list { gap: 5px; }
body:has(.article-content) .footer-nav-list a { font-size: 13.5px; }
body:has(.article-content) .footer-bar { padding: 6px 0; }
body:has(.article-content) .footer-bar-copy,
body:has(.article-content) .footer-bar-address,
body:has(.article-content) .footer-bar-address span,
body:has(.article-content) .footer-bar-address a { font-size: 12px; }

/* ── Content Typography ── */
.article-content h2 { margin-top: 44px; margin-bottom: 18px; font-size: clamp(22px, 2.5vw, 28px); }
.article-content h3 { font-size: 19px; margin-top: 32px; margin-bottom: 14px; }
.article-content blockquote { margin: 40px 0; padding: 24px 28px; font-size: 18px; }

/* ── Table Row Notes ── */
span.row-note,
td .row-note,
.article-body .row-note,
.row-note {
  display: block !important;
  margin-top: 2px;
  font-size: 13px;
  opacity: 0.65;
  line-height: 1.3;
  font-weight: 400;
}
.article-body table td,
.article-content table td {
  vertical-align: top;
}

/* Article Polish Responsive */
@media (max-width: 960px) {
  .article-content,
  .article-lead { max-width: 780px; }
}
@media (max-width: 768px) {
  .article-content,
  .article-lead { max-width: none; }
  .article-hero { padding-bottom: 24px; }
  .article-cta { padding: 18px 22px; margin-top: 40px; }
  .article-cta h3 { font-size: 20px; }
  .article-cta p { font-size: 15px; }
  .article-cta-soft { padding: 26px 28px; }
  .article-cta-checklist { padding: 26px 28px; }
  .related-card { padding: 24px 26px; }
  .related-card h3 { font-size: 16px; }
  .article-nav a { padding: 16px 20px; }
  body:has(.article-content) .footer-grid { grid-template-columns: 1fr 1fr; gap: 14px 20px; }
  span.row-note, td .row-note, .row-note { font-size: 12px; margin-top: 2px; }
}
@media (max-width: 540px) {
  .article-cta { padding: 16px 20px; margin-top: 36px; border-radius: 16px; }
  .article-cta h3 { font-size: 19px; }
  .article-cta p { font-size: 14.5px; }
  .article-cta-soft { padding: 22px 24px; margin: 36px 0; }
  .article-cta-soft h4 { font-size: 18px; }
  .article-cta-checklist { padding: 22px 24px; margin: 36px 0; }
  .related-articles { padding-top: 36px; }
  .related-articles__grid { grid-template-columns: 1fr; gap: 16px; }
  .related-card { padding: 22px 24px; }
  .related-card h3 { font-size: 15px; }
  .article-nav { flex-direction: column; gap: 12px; }
  .article-nav a { padding: 14px 18px; }
  .article-content blockquote { padding: 20px 22px; font-size: 16px; margin: 32px 0; }
  body:has(.article-content) .footer-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .article-cta,
  .related-card,
  .article-nav a {
    transition: none !important;
    transform: none !important;
  }
}


/* ┌───────────────────────────────────────────────────────────────────┐
   │  PART 5 — ARTICLES PREMIUM  (was: css/articles-premium.css)      │
   │  Phase 52 — Premium Long-Read Article Template                   │
   │  Legacy upgrade + new .article-hero--premium + sidebar + body    │
   └───────────────────────────────────────────────────────────────────┘ */

/* ═══ LEGACY UPGRADE: existing .article-hero pages ═══ */
.article-hero {
  padding: 72px 0 40px;
  position: relative;
  overflow: hidden;
}
.article-hero::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(700px 400px at 25% -5%, rgba(184,148,94,.10), transparent 60%),
    radial-gradient(400px 250px at 75% 40%, rgba(184,148,94,.04), transparent 50%);
  pointer-events: none;
}
.article-hero .breadcrumb {
  display: flex !important;
  align-items: center;
  gap: 6px;
  margin-bottom: 28px;
  font-size: 12px;
  color: var(--muted-2, #8a8075);
}
.article-hero .breadcrumb a {
  color: var(--muted-2, #8a8075);
  text-decoration: none;
}
.article-hero .breadcrumb a:hover { color: var(--accent); }
.article-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(36px, 4.5vw, 56px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--text);
  max-width: 720px;
  margin-bottom: 24px;
}
.article-hero .article-meta {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .1em;
}

/* Upgrade .article-content to reading column */
.article-content {
  max-width: 720px;
  margin: 0 auto;
  padding: 48px 0 40px;
}
.article-content p {
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255,255,255,.85);
  margin-bottom: 20px;
}
.article-content h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(24px, 2.5vw, 32px);
  font-weight: 700;
  line-height: 1.25;
  color: var(--text);
  margin: 48px 0 20px;
  letter-spacing: -0.01em;
}
.article-content h3 {
  font-family: 'Inter', sans-serif;
  font-size: clamp(18px, 1.8vw, 22px);
  font-weight: 600;
  line-height: 1.35;
  color: var(--text);
  margin: 36px 0 14px;
}
/* Custom bullet markers for legacy */
.article-content ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.article-content ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255,255,255,.85);
}
.article-content ul li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: var(--accent);
  font-weight: 500;
}
.article-content ol li {
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255,255,255,.85);
  margin-bottom: 10px;
}
.article-content strong { color: var(--text); font-weight: 600; }

/* Pull-quote upgrade */
.article-content blockquote {
  position: relative;
  margin: 44px 0;
  padding: 32px 32px 32px 34px;
  border-left: 2px solid var(--accent);
  border-radius: 0;
  background: none;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.5;
  color: var(--text);
  opacity: .92;
}
.article-content blockquote p {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin-bottom: 0;
}

/* Lead paragraph upgrade */
.article-lead,
.article-content > p:first-child {
  font-size: clamp(18px, 1.8vw, 22px) !important;
  line-height: 1.65 !important;
  color: var(--text) !important;
  opacity: .88;
  max-width: 720px;
  margin-bottom: 24px !important;
}

/* Article CTA upgrade */
.article-cta {
  margin-top: 56px;
  padding: 32px 36px;
  border-top: 1px solid rgba(184,148,94,.3);
  border: 1px solid rgba(184,148,94,.12);
  border-radius: 18px;
  background: rgba(184,148,94,.04);
}

/* Related articles upgrade */
.related-articles {
  margin-top: 56px;
  padding-top: 40px;
  border-top: 1px solid var(--line);
}
.related-articles__grid {
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 767px) {
  .article-hero { padding: 48px 0 24px; }
  .article-hero h1 { font-size: clamp(30px, 6vw, 40px); max-width: none; }
  .article-content { padding: 28px 0 40px; }
  .article-content p { font-size: 16px; }
  .article-content h2 { font-size: 24px; margin-top: 36px; }
  .article-content h3 { font-size: 18px; }
  .article-content ul li,
  .article-content ol li { font-size: 16px; }
  .article-content blockquote { font-size: 20px; padding: 24px 24px 24px 26px; margin: 32px 0; }
  .related-articles__grid { grid-template-columns: 1fr; }
}
@media (max-width: 1023px) {
  .article-hero h1 { font-size: clamp(32px, 4vw, 44px); max-width: none; }
  .article-content blockquote { font-size: 22px; }
}

/* ─── ARTICLE HERO PREMIUM ─── */
.article-hero--premium {
  padding: 72px 0 40px;
  position: relative;
  overflow: hidden;
}
.article-hero--premium::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(700px 400px at 25% -5%, rgba(184,148,94,.10), transparent 60%),
    radial-gradient(400px 250px at 75% 40%, rgba(184,148,94,.04), transparent 50%);
  pointer-events: none;
}
.article-hero--premium .container { position: relative; }
.article-hero--premium .breadcrumb {
  display: flex !important;
  align-items: center;
  gap: 6px;
  margin-bottom: 28px;
  font-size: 12px;
  color: var(--muted-2, #8a8075);
}
.article-hero--premium .breadcrumb a {
  color: var(--muted-2, #8a8075);
  text-decoration: none;
  transition: color var(--transition);
}
.article-hero--premium .breadcrumb a:hover { color: var(--accent); }
.article-hero--premium .breadcrumb span[aria-hidden] {
  color: var(--muted-2, #6a6358);
  opacity: .5;
}
.article-hero--premium .article-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--muted-2, #8a8075);
}
.article-hero--premium .article-meta .blog-card__cat {
  font-size: 10px;
  padding: 3px 10px;
}
.article-hero--premium .article-meta time {
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.article-hero--premium h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(36px, 4.5vw, 56px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--text);
  max-width: 720px;
  margin-bottom: 24px;
}
.article-hero--premium .article-lead {
  max-width: 720px;
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1.65;
  color: var(--text);
  opacity: .88;
  margin: 0 0 24px;
}
.article-hero--premium .hero-accent-line {
  width: 60px;
  height: 1px;
  background: var(--accent);
  opacity: .5;
  margin-bottom: 0;
}

/* ─── AUTHOR BLOCK ─── */
.article-author {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 24px 0 0;
  padding: 0;
}
.article-author__photo {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid rgba(184,148,94,.2);
  background: rgba(184,148,94,.08);
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.article-author__photo svg { width: 28px; height: 28px; opacity: .4; }
.article-author__info { display: flex; flex-direction: column; gap: 2px; }
.article-author__name { font-size: 16px; font-weight: 600; color: var(--text); line-height: 1.3; }
.article-author__role { font-size: 13px; color: var(--muted-2, #8a8075); line-height: 1.4; }

/* ─── ARTICLE LAYOUT: body left + sticky right ─── */
.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 720px) 300px;
  gap: 90px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 0 0;
  align-items: start;
}
.article-layout--no-sidebar {
  grid-template-columns: minmax(0, 720px);
  max-width: 720px;
}

/* ─── STICKY SIDEBAR ─── */
.article-sidebar {
  position: sticky;
  top: 100px;
  align-self: start;
  border: 1px solid rgba(184,148,94,.18);
  border-radius: var(--radius-md, 16px);
  padding: 30px 28px;
  background: linear-gradient(165deg, rgba(244,239,230,.025), rgba(184,148,94,.01));
}
.article-sidebar__section {
  padding: 18px 0;
  border-bottom: 1px solid rgba(184,148,94,.15);
}
.article-sidebar__section:first-child { padding-top: 0; }
.article-sidebar__section:last-child { border-bottom: none; padding-bottom: 0; }
.article-sidebar__label {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: var(--muted-2, #8a8075);
  margin-bottom: 12px;
}

/* Sidebar: Author */
.sidebar-author__name { font-size: 16px; font-weight: 600; color: var(--text, #f4efe6); line-height: 1.3; margin-bottom: 4px; }
.sidebar-author__role { font-size: 13px; color: var(--muted-2, #8a8075); line-height: 1.4; }
.sidebar-author__photo {
  width: 48px; height: 48px; border-radius: 50%;
  border: 1px solid rgba(184,148,94,.2); background: rgba(184,148,94,.08);
  margin-bottom: 10px; overflow: hidden;
}

/* Sidebar: TOC */
.sidebar-toc__list { list-style: none; padding: 0; margin: 0; }
.sidebar-toc__list li { margin: 0; }
.sidebar-toc__list a {
  display: block; padding: 8px 0 8px 14px; font-size: 14px; line-height: 1.4;
  color: rgba(255,255,255,0.65); text-decoration: none;
  border-left: 2px solid transparent;
  transition: color var(--transition), border-color var(--transition);
}
.sidebar-toc__list a:hover { color: var(--text, #f4efe6); }
.sidebar-toc__list a.is-active {
  color: var(--text, #f4efe6); border-left-color: var(--accent); font-weight: 500;
}

/* Sidebar: Related */
.sidebar-related__list { list-style: none; padding: 0; margin: 0; }
.sidebar-related__list li { margin: 0; }
.sidebar-related__list li + li { border-top: 1px solid rgba(184,148,94,.12); }
.sidebar-related__list a {
  display: block; padding: 8px 0; font-size: 14px; line-height: 1.4;
  color: var(--text, #f4efe6); text-decoration: none; transition: color var(--transition);
}
.sidebar-related__list a:hover { color: var(--accent); }

/* Sidebar: Mini-CTA */
.sidebar-cta__text { font-size: 14px; color: var(--text, #f4efe6); line-height: 1.4; margin-bottom: 8px; }
.sidebar-cta__link {
  font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: .04em;
  color: var(--accent); text-decoration: none; transition: color var(--transition);
}
.sidebar-cta__link:hover { color: var(--accent-light, #d4aa78); }

/* Sidebar <details> for tablet */
.article-sidebar-details { display: none; }
.article-sidebar-details summary {
  font-size: 14px; font-weight: 600; color: var(--accent); cursor: pointer;
  padding: 14px 0; border-bottom: 1px solid rgba(184,148,94,.15); margin-bottom: 12px;
}
.article-sidebar-details summary::-webkit-details-marker { display: none; }
.article-sidebar-details summary::marker { display: none; content: ''; }
.article-sidebar-details summary::after { content: ' \25BC'; font-size: 10px; opacity: .5; }
.article-sidebar-details[open] summary::after { content: ' \25B2'; }

/* ─── ARTICLE BODY ─── */
.article-body { max-width: 720px; width: 100%; }
.article-body p { font-size: 17px; line-height: 1.7; color: rgba(255,255,255,.85); margin-bottom: 20px; }
.article-body p:last-child { margin-bottom: 0; }
.article-body h2 {
  font-family: 'Playfair Display', serif; font-size: clamp(24px, 2.5vw, 32px); font-weight: 700;
  line-height: 1.25; color: var(--text); margin: 48px 0 20px; letter-spacing: -0.01em;
  scroll-margin-top: 120px;
}
.article-body h2:first-child { margin-top: 0; }
.article-body h3 {
  font-family: 'Inter', sans-serif; font-size: clamp(18px, 1.8vw, 22px); font-weight: 600;
  line-height: 1.35; color: var(--text); margin: 36px 0 14px;
}
.article-body ul { list-style: none; padding: 0; margin: 0 0 20px; }
.article-body ul li {
  position: relative; padding-left: 20px; margin-bottom: 8px;
  font-size: 17px; line-height: 1.7; color: rgba(255,255,255,.85);
}
.article-body ul li::before { content: '—'; position: absolute; left: 0; color: var(--accent); font-weight: 500; }
.article-body ol { padding: 0 0 0 24px; margin: 0 0 20px; }
.article-body ol li { margin-bottom: 10px; font-size: 17px; line-height: 1.7; color: rgba(255,255,255,.85); list-style: decimal; }
.article-body strong { color: var(--text); font-weight: 600; }
.article-body a {
  color: var(--accent); text-decoration: underline; text-underline-offset: 3px;
  text-decoration-color: rgba(184,148,94,.3); transition: color var(--transition), text-decoration-color var(--transition);
}
.article-body a:hover { color: var(--accent-light, #d4aa78); text-decoration-color: var(--accent-light, #d4aa78); }

/* Pull-quote */
.article-body blockquote,
.article-body .pull-quote {
  position: relative; margin: 44px 0; padding: 32px 32px 32px 34px;
  border-left: 2px solid var(--accent); border-radius: 0; background: none;
  font-family: 'Playfair Display', serif; font-style: italic;
  font-size: clamp(20px, 2.2vw, 28px); line-height: 1.5; color: var(--text); opacity: .92;
}
.article-body blockquote p,
.article-body .pull-quote p {
  font-family: 'Playfair Display', serif; font-style: italic;
  font-size: inherit; line-height: inherit; color: inherit; margin-bottom: 0;
}
.article-body blockquote cite,
.article-body .pull-quote cite {
  display: block; margin-top: 12px; font-family: 'Inter', sans-serif; font-style: normal;
  font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .1em;
  color: var(--muted-2, #8a8075);
}

/* Mid-article blocks */
.article-body .article-cta-soft {
  margin: 44px 0; padding: 28px 32px;
  border: 1px solid rgba(184,148,94,.18); border-left: 2px solid var(--accent);
  border-radius: 0 var(--radius-md, 16px) var(--radius-md, 16px) 0;
  background: linear-gradient(135deg, rgba(184,148,94,.05), rgba(184,148,94,.02));
}
.article-body .article-related-inline { margin: 32px 0; }

/* End-of-article CTA */
.article-end-cta {
  margin-top: 56px; padding-top: 32px;
  border-top: 1px solid var(--accent); border-top-color: rgba(184,148,94,.3);
}
.article-end-cta__kicker {
  font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .14em;
  color: var(--accent); margin-bottom: 12px;
}
.article-end-cta__heading {
  font-family: 'Playfair Display', serif; font-size: clamp(22px, 2.5vw, 28px); font-weight: 600;
  color: var(--text); margin-bottom: 10px; line-height: 1.3;
}
.article-end-cta__note { font-size: 14px; color: var(--muted-2, #8a8075); line-height: 1.6; margin-bottom: 20px; }
.article-end-cta .btn {
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--btn-gold, #b8945e); color: var(--btn-surface, #17130f);
  border: 1px solid var(--btn-gold, #b8945e); font-family: 'Inter', sans-serif;
  font-size: 14.5px; font-weight: 600; letter-spacing: .015em; padding: 14px 28px;
  border-radius: 14px; white-space: nowrap; text-decoration: none; transition: all var(--transition);
}
.article-end-cta .btn:hover {
  background: var(--btn-gold-light, #d4aa78); border-color: var(--btn-gold-light, #d4aa78);
  color: var(--btn-surface, #17130f); transform: translateY(-1px); box-shadow: 0 4px 20px rgba(184,148,94,.2);
}
.article-end-cta .article-author { margin-top: 24px; padding-top: 20px; border-top: 1px solid rgba(184,148,94,.1); }

/* "Похожие материалы" */
.article-related { margin-top: 56px; padding-top: 40px; border-top: 1px solid var(--line); }
.article-related__kicker {
  font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .14em;
  color: var(--accent); margin-bottom: 24px;
}
.article-related__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.article-related__card {
  border: 1px solid rgba(184,148,94,.15); border-radius: var(--radius-md, 16px);
  padding: 32px 28px 28px; background: linear-gradient(165deg, rgba(244,239,230,.03), rgba(184,148,94,.012));
  display: flex; flex-direction: column;
  transition: border-color var(--transition), transform var(--transition), box-shadow var(--transition);
}
.article-related__card:hover {
  border-color: rgba(184,148,94,.32); transform: translateY(-3px); box-shadow: 0 8px 28px rgba(0,0,0,.18);
}
.article-related__card-cat {
  font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: .1em;
  color: var(--accent); margin-bottom: 8px;
}
.article-related__card-date { font-size: 12px; color: var(--muted-2, #8a8075); margin-bottom: 10px; }
.article-related__card h3 {
  font-family: 'Playfair Display', serif; font-size: clamp(17px, 1.6vw, 20px); font-weight: 600;
  line-height: 1.35; margin-bottom: 10px;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}
.article-related__card h3 a { color: var(--text); text-decoration: none; transition: color var(--transition); }
.article-related__card h3 a:hover { color: var(--accent); }
.article-related__card p {
  color: var(--muted); font-size: 14px; line-height: 1.6;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; flex: 1;
}
.article-body .article-nav { margin-top: 48px; padding-top: 28px; border-top: 1px solid var(--line); display: flex; gap: 20px; }

/* Articles Premium Responsive */
@media (max-width: 1199px) {
  .article-sidebar { display: none; }
  .article-sidebar-details { display: block; }
  .article-layout { grid-template-columns: 1fr; max-width: 720px; gap: 0; }
}
@media (max-width: 1023px) {
  .article-hero--premium { padding: 56px 0 32px; }
  .article-hero--premium h1 { font-size: clamp(32px, 4vw, 44px); max-width: none; }
  .article-hero--premium .article-lead { font-size: 18px; max-width: none; }
  .article-layout { max-width: none; width: 92%; margin: 0 auto; padding-top: 36px; grid-template-columns: 1fr; }
  .article-body { max-width: none; }
  .article-body h2 { font-size: clamp(22px, 3vw, 28px); margin-top: 40px; }
  .article-body blockquote,
  .article-body .pull-quote { font-size: 22px; padding: 28px 28px 28px 30px; margin: 36px 0; }
  .article-related__grid { grid-template-columns: repeat(2, 1fr); gap: 18px; }
}
@media (max-width: 767px) {
  .article-hero--premium { padding: 48px 0 24px; }
  .article-hero--premium h1 { font-size: clamp(30px, 6vw, 40px); max-width: none; letter-spacing: -0.015em; }
  .article-hero--premium .article-lead { font-size: 18px; max-width: none; }
  .article-hero--premium .breadcrumb { font-size: 11px; margin-bottom: 20px; }
  .article-hero--premium .article-meta { gap: 10px; font-size: 11px; }
  .article-layout { padding: 28px 20px 0; width: 100%; }
  .article-body p { font-size: 16px; line-height: 1.7; }
  .article-body h2 { font-size: 24px; margin-top: 36px; }
  .article-body h3 { font-size: 18px; }
  .article-body ul li, .article-body ol li { font-size: 16px; }
  .article-body blockquote, .article-body .pull-quote { font-size: 20px; padding: 24px 24px 24px 26px; margin: 32px 0; }
  .article-author__photo { width: 48px; height: 48px; }
  .article-author__name { font-size: 15px; }
  .article-author__role { font-size: 12px; }
  .article-end-cta { margin-top: 44px; }
  .article-end-cta__heading { font-size: 22px; }
  .article-end-cta .btn { width: 100%; justify-content: center; }
  .article-related { margin-top: 44px; padding-top: 32px; }
  .article-related__grid { grid-template-columns: 1fr; gap: 16px; }
  .article-related__card { padding: 24px 22px 22px; }
  .article-related__card h3 { font-size: 17px; }
  .article-nav { flex-direction: column; gap: 12px; }
}
@media (max-width: 374px) {
  .article-hero--premium h1 { font-size: 28px; }
  .article-layout { padding: 24px 16px 0; }
  .article-body blockquote { font-size: 18px; padding: 20px 20px 20px 22px; }
}

/* FAQ Block */
.article-faq { margin: 32px 0 40px; padding: 0; }
.article-faq dt {
  font-family: 'Playfair Display', serif; font-size: clamp(17px, 1.6vw, 20px); font-weight: 600;
  color: var(--text); padding: 18px 0 8px; border-top: 1px solid rgba(184,148,94,.12); line-height: 1.4;
}
.article-faq dt:first-child { border-top: none; padding-top: 0; }
.article-faq dd {
  margin: 0 0 4px; padding: 0; font-size: 16px; line-height: 1.7; color: rgba(255,255,255,.82);
}
.article-faq dd a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; text-decoration-color: rgba(184,148,94,.3); }

@media (prefers-reduced-motion: reduce) {
  .article-related__card,
  .article-end-cta .btn { transition: none !important; transform: none !important; }
}


/* ┌───────────────────────────────────────────────────────────────────┐
   │  PART 6 — ARTICLE HERO CARD  (was: css/article-hero-card.css)    │
   │  Two-column hero grid for article pages with pull-card           │
   └───────────────────────────────────────────────────────────────────┘ */

.article-hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 80px;
  align-items: start;
  min-height: 280px;
}
.article-hero-grid__text { min-width: 0; }

.hero-pull-card {
  min-height: 280px; max-height: 380px;
  display: flex; flex-direction: column; justify-content: space-between;
  padding: 32px; border: 1px solid rgba(184,148,94,.28); border-radius: 14px;
  background: rgba(244,239,230,.015);
}
.hero-pull-card__kicker {
  display: block; font-size: 12px; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.12em; color: rgba(184,148,94,.85); margin-bottom: 20px; line-height: 1;
}
.hero-pull-card__quote {
  font-family: 'Playfair Display', serif; font-style: italic; font-size: 18px;
  line-height: 1.4; color: var(--text, #f4efe6); opacity: .92;
  margin: 0 0 24px; padding: 0; border: none;
  max-height: 112px; overflow: hidden;
  display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical;
}
.hero-pull-card__quote p { margin: 0; font-family: inherit; font-style: inherit; font-size: inherit; line-height: inherit; color: inherit; }
.hero-pull-card__divider { display: block; width: 100%; height: 1px; background: rgba(184,148,94,.20); margin: 0 0 24px; border: none; }
.hero-pull-card__metrics { display: flex; gap: 32px; margin-bottom: 24px; }
.hero-pull-card__metric-value {
  display: block; font-family: 'Playfair Display', serif; font-size: 28px; font-weight: 700;
  line-height: 1; color: var(--text, #f4efe6); letter-spacing: -0.01em; margin-bottom: 6px;
}
.hero-pull-card__metric-label {
  display: block; font-size: 11px; font-weight: 600; letter-spacing: 0.08em;
  text-transform: uppercase; color: rgba(255,255,255,.55); line-height: 1.3;
}
.hero-pull-card__footer {
  font-size: 11px; font-weight: 600; letter-spacing: 0.08em;
  text-transform: uppercase; color: rgba(255,255,255,.55); line-height: 1.3;
}

/* Hero Card Responsive */
@media (max-width: 1199px) and (min-width: 1024px) {
  .article-hero-grid { grid-template-columns: 1fr 340px; gap: 48px; }
  .hero-pull-card { padding: 28px 26px; }
  .hero-pull-card__quote { font-size: 17px; }
  .hero-pull-card__metric-value { font-size: 24px; }
}
@media (max-width: 1023px) {
  .article-hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .hero-pull-card { max-height: none; max-width: 480px; }
}
@media (max-width: 767px) {
  .hero-pull-card { display: none; }
}


/* ┌───────────────────────────────────────────────────────────────────┐
   │  PART 7 — ARTICLE REDESIGN  (was: css/article-redesign.css)      │
   │  Phase 52 — Premium Article Redesign (DEAD FILE — not linked)    │
   │  Included for safety; overlapping rules with articles-premium    │
   └───────────────────────────────────────────────────────────────────┘ */

/* NOTE: article-redesign.css was identified as a dead file (not linked
   by any HTML page). Its rules overlap heavily with articles-premium.css.
   Including it here preserves backward compatibility in case any page
   references these selectors. All unique rules are retained below;
   duplicates with Part 5 (articles-premium) are omitted. */

/* Accent line above meta */
.article-hero__line {
  display: block; width: 60px; height: 1px; background: var(--accent); margin-bottom: 20px;
}

/* Meta row styling */
.article-meta__cat { color: var(--accent); }
.article-meta__sep { color: var(--accent); margin: 0 10px; opacity: .6; }
.article-meta__date,
.article-meta__reading { color: rgba(244,239,230,.50); font-weight: 500; text-transform: uppercase; }

/* Sticky TOC */
.article-toc {
  position: sticky; top: 100px; max-height: calc(100vh - 140px);
  overflow-y: auto; scrollbar-width: thin; scrollbar-color: rgba(184,148,94,.2) transparent;
}
.article-toc__title {
  font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.15em;
  color: var(--accent); margin-bottom: 16px;
}
.article-toc__list { list-style: none; padding: 0; margin: 0; border-left: 1px solid rgba(244,239,230,.08); }
.article-toc__item { position: relative; }
.article-toc__link {
  display: block; padding: 8px 0 8px 16px; font-size: 13px; line-height: 1.4;
  color: rgba(244,239,230,.45); text-decoration: none;
  transition: color .2s, border-color .2s; border-left: 2px solid transparent; margin-left: -1px;
}
.article-toc__link:hover { color: rgba(244,239,230,.75); }
.article-toc__link.is-active { color: var(--accent); border-left-color: var(--accent); }

/* Mobile TOC — collapsible */
.article-toc-mobile { display: none; margin-bottom: 32px; max-width: 700px; }
.article-toc-mobile summary {
  font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em;
  color: var(--accent); cursor: pointer; padding: 12px 0;
  border-bottom: 1px solid rgba(244,239,230,.08); list-style: none;
}
.article-toc-mobile summary::-webkit-details-marker { display: none; }
.article-toc-mobile summary::after { content: '+'; float: right; font-size: 16px; color: var(--accent); opacity: .6; }
.article-toc-mobile[open] summary::after { content: '−'; }
.article-toc-mobile .article-toc__list { padding-top: 8px; border-left: 1px solid rgba(244,239,230,.06); margin-left: 4px; }
.article-toc-mobile .article-toc__link { font-size: 14px; padding: 6px 0 6px 16px; }

/* Listing Page Redesign */
.blog-featured {
  margin-bottom: 40px; padding: 36px 40px;
  border: 1px solid rgba(184,148,94,.18); border-radius: 14px;
  background: rgba(244,239,230,.02); transition: border-color .2s;
}
.blog-featured:hover { border-color: rgba(184,148,94,.35); }
.blog-featured__meta {
  display: flex; align-items: center; gap: 0; margin-bottom: 16px;
  font-size: 12px; text-transform: uppercase; letter-spacing: 0.1em;
}
.blog-featured__meta-cat { color: var(--accent); font-weight: 600; }
.blog-featured__meta-sep { color: var(--accent); margin: 0 8px; opacity: .5; }
.blog-featured__meta-date,
.blog-featured__meta-reading { color: rgba(244,239,230,.40); font-weight: 500; }
.blog-featured h2 {
  font-family: 'Playfair Display', serif; font-size: clamp(24px, 3vw, 34px); font-weight: 700;
  line-height: 1.22; color: #fff; margin-bottom: 12px; max-width: 80%;
}
.blog-featured h2 a { color: inherit; text-decoration: none; transition: color .2s; }
.blog-featured h2 a:hover { color: var(--accent); }
.blog-featured__desc { font-size: 16px; line-height: 1.6; color: rgba(244,239,230,.60); margin-bottom: 16px; max-width: 75%; }
.blog-featured__link {
  font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em;
  color: var(--accent); text-decoration: none; transition: letter-spacing .2s;
}
.blog-featured__link:hover { letter-spacing: 0.14em; }

/* Filter bar dot colors */
.filter-btn::before {
  content: ''; display: inline-block; width: 6px; height: 6px; border-radius: 50%;
  margin-right: 8px; background: var(--dot-color, var(--accent)); opacity: 0; transition: opacity .2s;
}
.filter-btn.is-active::before,
.filter-btn:hover::before { opacity: .6; }
.filter-btn[data-filter="all"]::before { display: none; }
.filter-btn[data-filter="kreditoru"]         { --dot-color: #c49078; }
.filter-btn[data-filter="dolzhniku"]         { --dot-color: #8bb880; }
.filter-btn[data-filter="subsidiarnaya"]     { --dot-color: #b09ac0; }
.filter-btn[data-filter="osparivanie-sdelok"]{ --dot-color: #8cb0c4; }
.filter-btn[data-filter="praktika"]          { --dot-color: var(--accent); }
.filter-btn[data-filter="strategiya"]        { --dot-color: var(--accent); }

/* Blog card dot before cat label */
.blog-card__cat::before {
  content: ''; display: inline-block; width: 6px; height: 6px; border-radius: 50%;
  margin-right: 6px; vertical-align: middle; background: var(--accent);
}
.blog-card[data-tags*="kreditoru"] .blog-card__cat::before     { background: #c49078; }
.blog-card[data-tags*="dolzhniku"] .blog-card__cat::before     { background: #8bb880; }
.blog-card[data-tags*="subsidiarnaya"] .blog-card__cat::before { background: #b09ac0; }
.blog-card[data-tags*="osparivanie"] .blog-card__cat::before   { background: #8cb0c4; }

/* Article Redesign Responsive */
@media (max-width: 1199px) {
  .article-toc { display: none; }
  .article-toc-mobile { display: block; }
}
@media (max-width: 1023px) {
  .blog-featured h2 { max-width: 100%; }
  .blog-featured__desc { max-width: 100%; }
}
@media (max-width: 767px) {
  .blog-featured { padding: 24px 22px; }
  .blog-featured h2 { font-size: 22px; }
}


/* ┌───────────────────────────────────────────────────────────────────┐
   │  PART 8 — STATI PREMIUM  (was: css/stati-premium.css)            │
   │  Phase 52 — Premium Articles Listing Page                        │
   └───────────────────────────────────────────────────────────────────┘ */

/* ─── Listing Hero ─── */
.stati-hero {
  padding: 72px 0 44px; position: relative; overflow: hidden;
}
.stati-hero::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(700px 400px at 25% -5%, rgba(184,148,94,.10), transparent 60%),
    radial-gradient(400px 250px at 80% 35%, rgba(184,148,94,.04), transparent 50%);
  pointer-events: none;
}
.stati-hero .container { position: relative; }
.stati-hero .breadcrumb {
  display: flex !important; align-items: center; gap: 6px; margin-bottom: 28px;
  font-size: 12px; color: var(--muted-2, #8a8075);
}
.stati-hero .breadcrumb a { color: var(--muted-2, #8a8075); text-decoration: none; transition: color var(--transition); }
.stati-hero .breadcrumb a:hover { color: var(--accent); }

.stati-hero__grid {
  display: grid; grid-template-columns: minmax(0,1.2fr) minmax(360px,1fr); gap: 80px; align-items: center;
}
.stati-hero__kicker {
  display: inline-block; font-size: 11px; font-weight: 700; text-transform: uppercase;
  letter-spacing: .14em; color: var(--accent); margin-bottom: 16px;
}
.stati-hero h1 {
  font-family: 'Playfair Display', serif; font-size: clamp(34px, 4.2vw, 48px); font-weight: 700;
  line-height: 1.15; letter-spacing: -0.02em; color: var(--text); margin-bottom: 18px; max-width: 800px;
}
.stati-hero__desc { color: var(--muted); font-size: 18px; line-height: 1.65; margin-bottom: 12px; max-width: 640px; }
.stati-hero__count { font-size: 13px; color: var(--muted-2, #8a8075); letter-spacing: .02em; }
.stati-hero__count span { font-weight: 600; color: var(--muted); }

/* RSS Button */
.rss-btn {
  display: inline-flex; align-items: center; gap: 5px; margin-left: 12px; padding: 3px 10px 3px 8px;
  font-size: 12px; font-weight: 600; letter-spacing: .03em; text-transform: uppercase;
  color: rgba(184,148,94,.55); border: 1px solid rgba(184,148,94,.2); border-radius: 6px;
  text-decoration: none; transition: color .2s, border-color .2s, background .2s; vertical-align: middle;
}
.rss-btn svg { width: 14px; height: 14px; flex-shrink: 0; }
.rss-btn:hover { color: #d4aa78; border-color: rgba(184,148,94,.4); background: rgba(184,148,94,.06); }

/* Featured Card */
.stati-featured {
  height: 370px; padding: 34px 32px;
  border: 1px solid rgba(184,148,94,.25); border-radius: var(--radius-md, 16px);
  background: linear-gradient(165deg, rgba(244,239,230,.03), rgba(184,148,94,.012));
  display: flex; flex-direction: column; justify-content: center;
  position: relative; transition: border-color var(--transition), box-shadow var(--transition);
}
.stati-featured::before {
  content: ''; position: absolute; inset: 0; border-radius: inherit;
  background: radial-gradient(280px 160px at 30% -10%, rgba(184,148,94,.06), transparent 70%);
  pointer-events: none; opacity: 0; transition: opacity var(--transition);
}
.stati-featured:hover { border-color: rgba(184,148,94,.45); box-shadow: 0 12px 40px rgba(0,0,0,.22), 0 2px 8px rgba(184,148,94,.08); }
.stati-featured:hover::before { opacity: 1; }

.stati-featured__kicker { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .15em; color: var(--accent); margin-bottom: 16px; }
.stati-featured__line { display: block; width: 40px; height: 1px; background: var(--accent); margin-bottom: 16px; }
.stati-featured__meta { font-size: 12px; color: var(--muted-2, #8a8075); letter-spacing: .02em; margin-bottom: 14px; }
.stati-featured__meta span + span::before { content: '·'; margin: 0 6px; opacity: .5; }
.stati-featured__title {
  font-family: 'Playfair Display', serif; font-size: clamp(22px, 2vw, 26px); font-weight: 700;
  line-height: 1.25; color: var(--text, #f4efe6); margin-bottom: 12px;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}
.stati-featured__title a { color: inherit; text-decoration: none; }
.stati-featured__desc {
  font-size: 15px; line-height: 1.5; color: rgba(255,255,255,0.7); margin-bottom: 16px;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.stati-featured__link {
  font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: .04em;
  color: var(--accent); text-decoration: none;
  transition: color var(--transition), letter-spacing var(--transition); margin-top: auto;
}
.stati-featured__link:hover { color: var(--accent-light, #d4aa78); letter-spacing: .06em; }

/* Category Filter */
.stati-filters { padding: 0 0 36px; }
.stati-filter-bar {
  display: flex; align-items: center; gap: 8px; padding: 6px;
  background: rgba(244,239,230,.03); border: 1px solid rgba(184,148,94,.1);
  border-radius: var(--radius-md, 16px); overflow-x: auto;
  -webkit-overflow-scrolling: touch; scrollbar-width: none;
}
.stati-filter-bar::-webkit-scrollbar { display: none; }
.stati-filter-btn {
  flex-shrink: 0; display: inline-flex; align-items: center; gap: 7px;
  padding: 10px 20px; font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 500;
  letter-spacing: .01em; color: var(--muted-2, #8a8075); background: transparent;
  border: 1px solid transparent; border-radius: calc(var(--radius-md, 16px) - 4px);
  cursor: pointer; transition: color var(--transition), background var(--transition), border-color var(--transition), box-shadow var(--transition);
  white-space: nowrap; line-height: 1.4; text-transform: uppercase;
}
.stati-filter-btn:hover { color: var(--text); background: rgba(184,148,94,.06); }
.stati-filter-btn:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
.stati-filter-btn.is-active {
  color: var(--accent-light, #d4aa78); background: rgba(184,148,94,.12);
  border-color: rgba(184,148,94,.28);
  box-shadow: 0 2px 8px rgba(184,148,94,.1), inset 0 1px 0 rgba(184,148,94,.06); font-weight: 600;
}

.stati-filter-dot { width: 6px; height: 6px; border-radius: 50%; flex-shrink: 0; display: none; }
.stati-filter-btn.is-active .stati-filter-dot { display: block; }
.stati-filter-dot--all        { background: var(--accent); }
.stati-filter-dot--praktika   { background: #b8945e; }
.stati-filter-dot--kreditoru  { background: #c49078; }
.stati-filter-dot--dolzhniku  { background: #8bb880; }
.stati-filter-dot--subsidiarnaya    { background: #b09ac0; }
.stati-filter-dot--osparivanie      { background: #8cb0c4; }

.stati-filter-count { margin-top: 14px; font-size: 13px; color: var(--muted-2, #8a8075); letter-spacing: .02em; }
.stati-filter-count span { font-weight: 600; color: var(--muted); }

/* Cards Grid */
.stati-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }

/* Article Card */
.stati-card {
  border: 1px solid rgba(184,148,94,.15); border-radius: var(--radius-md, 16px);
  padding: 32px 28px 28px; background: linear-gradient(165deg, rgba(244,239,230,.03), rgba(184,148,94,.012));
  display: flex; flex-direction: column;
  transition: border-color var(--transition), transform var(--transition), box-shadow var(--transition);
  position: relative;
}
.stati-card::before {
  content: ''; position: absolute; inset: 0; border-radius: inherit;
  background: radial-gradient(200px 120px at 30% -20%, rgba(184,148,94,.06), transparent 70%);
  pointer-events: none; opacity: 0; transition: opacity var(--transition);
}
.stati-card:hover {
  border-color: rgba(184,148,94,.32); transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(0,0,0,.22), 0 2px 8px rgba(184,148,94,.06);
}
.stati-card:hover::before { opacity: 1; }
.stati-card.hidden { display: none; }

.stati-card__top { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.stati-card__cat {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; color: var(--accent);
}
.stati-card__cat-dot { width: 5px; height: 5px; border-radius: 50%; flex-shrink: 0; }
.stati-card__cat-dot--praktika      { background: #b8945e; }
.stati-card__cat-dot--kreditoru     { background: #c49078; }
.stati-card__cat-dot--dolzhniku     { background: #8bb880; }
.stati-card__cat-dot--subsidiarnaya { background: #b09ac0; }
.stati-card__cat-dot--osparivanie   { background: #8cb0c4; }
.stati-card__date { font-size: 12px; color: var(--muted-2, #6a6358); letter-spacing: .02em; margin-left: auto; }

.stati-card h3 {
  font-family: 'Playfair Display', serif; font-size: clamp(19px, 1.8vw, 23px); font-weight: 600;
  line-height: 1.35; margin-bottom: 10px;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}
.stati-card h3 a { color: var(--text); text-decoration: none; transition: color var(--transition); }
.stati-card h3 a:hover { color: var(--accent); }

.stati-card__excerpt {
  color: var(--muted); font-size: 15px; line-height: 1.6; flex: 1; margin-bottom: 16px;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.stati-card__more {
  font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: .04em;
  color: var(--accent); text-decoration: none; transition: all var(--transition); align-self: flex-start;
}
.stati-card__more:hover { color: var(--accent-light, #d4aa78); letter-spacing: .06em; }

/* Empty State */
.stati-empty { text-align: center; padding: 64px 24px; color: var(--muted-2, #8a8075); font-size: 15px; line-height: 1.7; }
.stati-empty__reset {
  color: var(--accent); font-weight: 600; text-decoration: underline; text-underline-offset: 3px;
  cursor: pointer; background: none; border: none; font-size: inherit; font-family: inherit; padding: 0;
}
.stati-empty__reset:hover { color: var(--accent-light, #d4aa78); }

/* Load More */
.stati-load-more { text-align: center; margin-top: 40px; }
.stati-load-more__btn {
  display: inline-flex; align-items: center; gap: 8px; padding: 14px 32px;
  font-family: 'Inter', sans-serif; font-size: 14px; font-weight: 600; letter-spacing: .02em;
  color: var(--accent); background: transparent; border: 1px solid rgba(184,148,94,.25);
  border-radius: 14px; cursor: pointer; transition: all var(--transition);
}
.stati-load-more__btn:hover { background: rgba(184,148,94,.08); border-color: rgba(184,148,94,.4); color: var(--accent-light, #d4aa78); }
.stati-load-more__btn[hidden] { display: none; }

/* Bottom CTA */
.stati-cta {
  margin-top: 64px; padding: 36px 44px;
  border: 1px solid rgba(184,148,94,.12); border-radius: 18px; background: rgba(184,148,94,.04);
  display: grid; grid-template-columns: 1fr auto; align-items: center;
  column-gap: 32px; row-gap: 6px; position: relative; overflow: hidden;
}
.stati-cta::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(184,148,94,.18), transparent);
}
.stati-cta h2 {
  font-family: 'Playfair Display', serif; font-size: clamp(20px, 2.2vw, 26px); font-weight: 600;
  color: var(--text); line-height: 1.35; margin: 0; grid-column: 1; grid-row: 1;
}
.stati-cta p { font-size: 14.5px; color: rgba(244,239,230,.45); line-height: 1.55; margin: 0; grid-column: 1; grid-row: 2; }
.stati-cta .btn {
  grid-column: 2; grid-row: 1 / -1; align-self: center;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--btn-gold, #b8945e); color: var(--btn-surface, #17130f);
  border: 1px solid var(--btn-gold, #b8945e); font-family: 'Inter', sans-serif;
  font-size: 14.5px; font-weight: 600; letter-spacing: .015em; padding: 14px 28px;
  border-radius: 14px; white-space: nowrap; text-decoration: none; transition: all var(--transition);
}
.stati-cta .btn:hover { background: var(--btn-gold-light, #d4aa78); border-color: var(--btn-gold-light, #d4aa78); transform: translateY(-1px); box-shadow: 0 4px 20px rgba(184,148,94,.2); }

/* Stati Responsive */
@media (max-width: 1199px) { .stati-hero__grid { grid-template-columns: 1fr; gap: 32px; } .stati-featured { height: auto; min-height: 260px; } }
@media (max-width: 1023px) { .stati-hero { padding: 56px 0 36px; } .stati-hero h1 { font-size: clamp(30px, 4vw, 40px); } .stati-grid { gap: 20px; } .stati-card { padding: 28px 24px 24px; } .stati-card h3 { font-size: 19px; } }
@media (max-width: 767px) {
  .stati-hero { padding: 48px 0 28px; } .stati-hero h1 { font-size: clamp(28px, 5vw, 36px); max-width: none; } .stati-hero__desc { font-size: 16px; }
  .stati-filter-bar { gap: 4px; padding: 4px; } .stati-filter-btn { padding: 8px 14px; font-size: 12px; } .stati-filters { padding-bottom: 24px; }
  .stati-grid { grid-template-columns: 1fr; gap: 16px; } .stati-card { padding: 24px 20px 20px; } .stati-card h3 { font-size: 18px; } .stati-card__excerpt { font-size: 14px; }
  .stati-featured { padding: 24px 20px; min-height: auto; } .stati-featured__title { font-size: 20px; }
  .stati-cta { grid-template-columns: 1fr; text-align: center; gap: 12px; padding: 28px 24px; }
  .stati-cta .btn { grid-column: 1; grid-row: 3; width: 100%; justify-content: center; }
  .stati-cta h2 { grid-column: 1; grid-row: 1; font-size: 20px; } .stati-cta p { grid-column: 1; grid-row: 2; }
}
@media (prefers-reduced-motion: reduce) { .stati-card, .stati-cta .btn, .stati-load-more__btn { transition: none !important; transform: none !important; } }


/* ┌───────────────────────────────────────────────────────────────────┐
   │  PART 9 — REESTR LANDING  (was: css/reestr-landing.css)          │
   │  Hero metrics, pain scenarios, methodology, pricing, USP, FAQ    │
   └───────────────────────────────────────────────────────────────────┘ */

/* Hero grid alignment */
.svc-hero .hero-grid { align-items: center; }
.svc-hero .hero-grid__text { min-width: 0; }
.svc-hero .hero-grid__text .svc-hero__lead { text-wrap: pretty; hyphens: manual; }

/* Pain Scenarios Grid */
.pain-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; max-width: 880px; margin: 0 auto; }
.pain-card {
  display: flex; align-items: flex-start; gap: 14px; padding: 20px 22px;
  border: 1px solid rgba(244,239,230,.06); border-radius: 12px; background: rgba(244,239,230,.015);
  transition: border-color .2s;
}
.pain-card:hover { border-color: rgba(184,148,94,.18); }
.pain-card__icon { flex-shrink: 0; width: 20px; height: 20px; margin-top: 2px; color: var(--accent); opacity: .8; }
.pain-card__text { font-size: 15px; line-height: 1.65; color: var(--muted); }

/* Cost of Inaction */
.inaction-list { max-width: 740px; margin: 0 auto; list-style: none; padding: 0; }
.inaction-item {
  display: flex; align-items: flex-start; gap: 14px; padding: 16px 0;
  border-bottom: 1px solid rgba(244,239,230,.06); font-size: 15.5px; line-height: 1.65; color: var(--muted);
}
.inaction-item:last-child { border-bottom: none; }
.inaction-item__marker { flex-shrink: 0; width: 8px; height: 8px; margin-top: 8px; border-radius: 50%; background: #dc7864; opacity: .7; }

/* Methodology Steps */
.method-steps { display: grid; grid-template-columns: 1fr; gap: 0; max-width: 820px; margin: 0 auto; }
.method-step {
  display: grid; grid-template-columns: 56px 1fr; gap: 20px; padding: 24px 0;
  border-bottom: 1px solid rgba(244,239,230,.06); position: relative;
}
.method-step:last-child { border-bottom: none; }
.method-step__num {
  display: flex; align-items: center; justify-content: center; width: 44px; height: 44px;
  border-radius: 50%; border: 1.5px solid rgba(184,148,94,.3);
  font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 700;
  color: var(--accent); background: rgba(184,148,94,.04);
}
.method-step__body { padding-top: 2px; }
.method-step__title { font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 600; color: var(--text); line-height: 1.3; margin-bottom: 6px; }
.method-step__time { display: inline-block; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; color: var(--accent); opacity: .85; margin-bottom: 8px; }
.method-step__desc { font-size: 15px; line-height: 1.65; color: var(--muted); }

/* USP Block */
.usp-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; max-width: 880px; margin: 0 auto; }
.usp-card { padding: 28px 26px; border: 1px solid rgba(244,239,230,.06); border-radius: 14px; background: rgba(244,239,230,.015); }
.usp-card__title { font-family: 'Playfair Display', serif; font-size: 19px; font-weight: 600; color: var(--text); line-height: 1.3; margin-bottom: 10px; }
.usp-card__text { font-size: 15px; line-height: 1.65; color: var(--muted); }

/* Pricing Section */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 960px; margin: 0 auto; }
.pricing-card {
  position: relative; padding: 32px 28px 28px;
  border: 1px solid rgba(244,239,230,.06); border-radius: 14px; background: rgba(244,239,230,.015);
  display: flex; flex-direction: column;
}
.pricing-card--featured { border-color: rgba(184,148,94,.25); background: rgba(184,148,94,.04); }
.pricing-card--featured::before {
  content: 'Популярный'; position: absolute; top: -11px; left: 50%; transform: translateX(-50%);
  font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em;
  color: var(--bg); background: var(--accent); padding: 3px 14px; border-radius: 20px;
}
.pricing-card__name { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 600; color: var(--text); line-height: 1.3; margin-bottom: 8px; }
.pricing-card__price { font-size: 14px; color: var(--accent); font-weight: 600; margin-bottom: 16px; line-height: 1.5; }
.pricing-card__list { list-style: none; padding: 0; margin: 0 0 20px; flex-grow: 1; }
.pricing-card__list li { position: relative; padding: 6px 0 6px 20px; font-size: 14px; line-height: 1.55; color: var(--muted); }
.pricing-card__list li::before { content: '✓'; position: absolute; left: 0; color: var(--accent); font-size: 13px; opacity: .8; }
.pricing-card .btn { width: 100%; text-align: center; justify-content: center; }
.pricing-note { text-align: center; margin-top: 20px; font-size: 13.5px; line-height: 1.55; color: var(--muted); opacity: .7; }

/* Section Sub-headline */
.section-sub { font-size: 15px; line-height: 1.65; color: var(--muted); max-width: 62ch; margin: -8px auto 28px; text-align: center; }
.section-sub--nowrap { white-space: nowrap; }
.section-header--center { text-align: center; }
.section-header--center .section-kicker,
.section-header--center .section-title { display: block; }
.section-header--center .section-sub { margin: 16px auto 0; }

/* Blog Preview 3-col */
.blog-preview-grid--3 { grid-template-columns: repeat(3, 1fr); }

/* Expert Prose */
.expert-prose { max-width: 780px; margin: 0 auto; color: var(--muted); font-size: 15.5px; line-height: 1.7; }
.expert-prose p + p { margin-top: 16px; }
.expert-prose h3 { font-family: 'Playfair Display', serif; font-size: 19px; font-weight: 600; color: var(--text); line-height: 1.3; margin-top: 32px; margin-bottom: 10px; }
.expert-prose h3 + p { margin-top: 0; }
.expert-prose a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; text-decoration-color: rgba(184,148,94,.35); }
.expert-prose a:hover { text-decoration-color: var(--accent); }

/* Case Card Meta */
.case-card__meta-sep { color: rgba(184,148,94,.5); margin: 0 2px; }

/* Reestr Responsive */
@media (max-width: 960px) { .pricing-grid { grid-template-columns: 1fr; max-width: 400px; } }
@media (max-width: 768px) {
  .pain-grid { grid-template-columns: 1fr; } .usp-grid { grid-template-columns: 1fr; }
  .blog-preview-grid--3 { grid-template-columns: 1fr; }
  .method-step { grid-template-columns: 44px 1fr; gap: 14px; padding: 20px 0; }
  .method-step__num { width: 38px; height: 38px; font-size: 16px; }
  .method-step__title { font-size: 17px; }
  .section-sub--nowrap { white-space: normal; }
  .expert-prose h3 { font-size: 17px; margin-top: 24px; }
}
@media (max-width: 540px) {
  .hero-metrics { grid-template-columns: 1fr 1fr; gap: 14px; }
  .hero-metric__value { font-size: 24px; }
  .pricing-card { padding: 24px 20px 22px; }
  .method-step { grid-template-columns: 38px 1fr; gap: 12px; }
}


/* ┌───────────────────────────────────────────────────────────────────┐
   │  PART 10 — KREDITORU HERO  (was: css/kreditoru-hero.css)         │
   │  Phase 50 — Hero Grid + Market Card                              │
   │  Shared across kreditoru, dolzhniku, otvetchiku, reestr          │
   └───────────────────────────────────────────────────────────────────┘ */

/* Two-column Hero Grid — only for page-hero / hub-hero / svc-hero contexts */
.page-hero .hero-grid,
.hub-hero .hero-grid,
.svc-hero .hero-grid {
  display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(360px, 1fr);
  gap: 80px; align-items: center;
}
.hero-grid__text { min-width: 0; }
.hero-grid__text .page-hero__lead,
.hero-grid__text .page-hero__body { text-wrap: pretty; hyphens: manual; }

/* Hero Market Card */
.hero-market-card {
  border: 1px solid rgba(184,148,94,.30); border-radius: 14px;
  padding: 40px 36px 36px; background: rgba(244,239,230,.02);
}
.hero-market-card__kicker { display: block; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.15em; color: var(--accent); margin-bottom: 28px; line-height: 1; }
.hero-market-card__number { display: block; font-family: 'Playfair Display', serif; font-size: 88px; font-weight: 700; line-height: 1.05; color: #fff; letter-spacing: -0.03em; }
.hero-market-card__label { display: block; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.15em; line-height: 1.35; color: rgba(244,239,230,.70); margin-top: 12px; }
.hero-market-card__divider { display: block; width: 100%; height: 1px; background: rgba(184,148,94,.22); margin: 30px 0; border: none; }
.hero-market-card__phrase { font-size: 16.5px; line-height: 1.5; color: #fff; }
.hero-market-card__source { display: block; font-size: 11.5px; letter-spacing: 0.04em; color: rgba(244,239,230,.50); margin-top: 24px; line-height: 1.4; }

/* Legacy Hero Stats Card */
.hero-stats-card { border: 1px solid rgba(184,148,94,.28); border-radius: 14px; padding: 30px 28px 28px; background: rgba(244,239,230,.015); }
.hero-stats-card__kicker { display: block; font-size: 11.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.15em; color: var(--accent); margin-bottom: 22px; line-height: 1; }
.hero-stats-card__intro { font-size: 14.5px; line-height: 1.6; color: rgba(244,239,230,.65); margin-bottom: 22px; }
.hero-stats-card__stat { padding: 0; }
.hero-stats-card__value { display: block; font-family: 'Playfair Display', serif; font-size: 48px; font-weight: 700; line-height: 1.1; color: #fff; letter-spacing: -0.02em; margin-bottom: 8px; }
.hero-stats-card__label { display: block; font-size: 14.5px; line-height: 1.5; color: rgba(244,239,230,.70); }
.hero-stats-card__divider { display: block; width: 100%; height: 1px; background: rgba(184,148,94,.22); margin: 20px 0; border: none; }
.hero-stats-card__source { display: block; font-size: 12px; letter-spacing: 0.05em; color: rgba(244,239,230,.50); margin-top: 20px; line-height: 1.4; }

/* Kreditoru Hero Responsive */
@media (max-width: 1199px) and (min-width: 1024px) {
  .page-hero .hero-grid,
  .svc-hero .hero-grid { grid-template-columns: minmax(0, 1fr) 340px; gap: 48px; }
  .hero-market-card { padding: 36px 30px 30px; }
  .hero-market-card__number { font-size: 72px; }
  .hero-stats-card { padding: 28px 24px 24px; }
  .hero-stats-card__value { font-size: 42px; }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .page-hero .hero-grid,
  .svc-hero .hero-grid { grid-template-columns: 1fr; gap: 40px; align-items: start; }
  .hero-market-card { max-width: 420px; }
  .hero-market-card__number { font-size: 68px; }
  .hero-stats-card { max-width: 480px; }
}
@media (max-width: 767px) {
  .page-hero .hero-grid,
  .svc-hero .hero-grid { grid-template-columns: 1fr; gap: 32px; align-items: start; }
  .hero-market-card { padding: 32px 28px 28px; max-width: none; }
  .hero-market-card__kicker { margin-bottom: 22px; }
  .hero-market-card__number { font-size: 60px; }
  .hero-market-card__label { margin-top: 10px; }
  .hero-market-card__divider { margin: 24px 0; }
  .hero-market-card__phrase { font-size: 15px; }
  .hero-market-card__source { margin-top: 20px; }
  .hero-stats-card { padding: 24px 22px 22px; max-width: none; }
  .hero-stats-card__kicker { margin-bottom: 18px; }
  .hero-stats-card__value { font-size: 36px; margin-bottom: 6px; }
  .hero-stats-card__label { font-size: 14px; }
  .hero-stats-card__divider { margin: 18px 0; }
  .hero-stats-card__source { margin-top: 14px; }
}
@media (max-width: 374px) {
  .hero-market-card { padding: 26px 22px 22px; }
  .hero-market-card__number { font-size: 52px; }
  .hero-market-card__divider { margin: 20px 0; }
  .hero-stats-card { padding: 20px 16px 18px; }
  .hero-stats-card__value { font-size: 32px; }
  .hero-stats-card__divider { margin: 14px 0; }
}


/* ┌───────────────────────────────────────────────────────────────────┐
   │  PART 11 — SERVICES HUB  (was: css/services-hub.css)             │
   │  /uslugi/ hero grid, metric card, role catalog, work steps,      │
   │  flagship card, cases, articles, USP, CTA banner, role tabs      │
   └───────────────────────────────────────────────────────────────────┘ */

/* Hub Hero */
.hub-hero { padding-top: calc(var(--header-h, 92px) + 24px); padding-bottom: 72px; }
.hub-hero .breadcrumb { margin-bottom: 18px; }
.hub-hero .hero-grid { grid-template-columns: minmax(0, 1.2fr) minmax(340px, 1fr); gap: 80px; align-items: stretch; }
.hub-hero__kicker { display: block; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.15em; color: var(--accent); margin-bottom: 18px; line-height: 1; }
.hub-hero h1 { font-size: clamp(28px, 3.2vw, 42px); font-weight: 600; line-height: 1.12; color: #fff; margin-bottom: 20px; max-width: 620px; white-space: normal; }
.hub-hero__lead { font-size: clamp(16px, 1.5vw, 18px); line-height: 1.7; color: rgba(244,233,220,.80); max-width: 580px; margin-bottom: 28px; text-wrap: pretty; }
.hub-hero__cta { display: inline-flex; }

/* Hub Hero — featured checklist (укрупнённая пилюля) */
.hub-hero__checklist { list-style: none; padding: 0; margin: 32px 0 0; display: grid; gap: 14px; }
.hub-hero__checklist .leadmagnet__check-item {
  align-items: flex-start;
  gap: 14px;
  padding: 20px 24px;
  border: 1px solid rgba(184,148,94,.22);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(184,148,94,.08) 0%, rgba(184,148,94,.03) 100%);
  font-size: 16px;
  line-height: 1.6;
  color: rgba(244,233,220,.92);
  margin-bottom: 0;
  transition: border-color .25s ease, background .25s ease, transform .25s ease;
}
.hub-hero__checklist .leadmagnet__check-item:hover {
  border-color: rgba(184,148,94,.40);
  background: linear-gradient(135deg, rgba(184,148,94,.11) 0%, rgba(184,148,94,.05) 100%);
}
.hub-hero__checklist .leadmagnet__check-item .icon {
  width: 22px;
  height: 22px;
  margin-top: 2px;
  color: var(--accent);
}
.hub-hero__checklist .leadmagnet__check-item strong {
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.005em;
}
@media (max-width: 768px) {
  .hub-hero__checklist { margin-top: 22px; gap: 10px; }
  .hub-hero__checklist .leadmagnet__check-item { padding: 16px 18px; font-size: 14.5px; }
  .hub-hero__checklist .leadmagnet__check-item .icon { width: 20px; height: 20px; }
}

/* Hub Metric Card */
.hub-metric-card { border: 1px solid rgba(184,148,94,.28); border-radius: 14px; padding: 28px 28px 24px; background: rgba(244,239,230,.015); display: flex; flex-direction: column; }
.hub-metric-card:not(:has(.hub-metric-card__source)) .hub-metric-card__stats { margin: auto 0; }
.hub-metric-card__kicker { display: block; font-size: 11.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.15em; color: var(--accent); margin-bottom: 20px; line-height: 1; }
.hub-metric-card__stats { display: flex; flex-direction: column; gap: 0; }
.hub-metric-card__stat { padding: 0; }
.hub-metric-card__value { display: block; font-family: 'Playfair Display', serif; font-size: 40px; font-weight: 700; line-height: 1.1; color: #fff; letter-spacing: -0.02em; margin-bottom: 5px; }
.hub-metric-card__label { display: block; font-size: 13px; line-height: 1.45; color: rgba(244,239,230,.65); }
.hub-metric-card__divider { display: block; width: 100%; height: 1px; background: rgba(184,148,94,.20); margin: 14px 0; border: none; }
.hub-metric-card__source { display: block; font-size: 12px; letter-spacing: 0.04em; color: rgba(244,239,230,.58); margin-top: auto; padding-top: 16px; border-top: 1px solid rgba(184,148,94,.15); line-height: 1.4; }

/* Situations Grid */
.situations-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: none; }
.situation-card { padding: 28px 26px; border: 1px solid rgba(244,239,230,.06); border-radius: 14px; background: rgba(244,239,230,.015); transition: border-color .25s ease; }
.situation-card:hover { border-color: rgba(184,148,94,.22); }
.situation-card h3 { font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 600; color: var(--text); line-height: 1.3; margin-bottom: 10px; }
.situation-card p { font-size: 15px; line-height: 1.65; color: var(--muted); margin: 0; }

/* Flagship Card */
.flagship-card {
  display: block; text-decoration: none; padding: 40px 36px;
  border: 1.5px solid rgba(184,148,94,.30); border-radius: 16px; background: rgba(184,148,94,.04);
  position: relative; overflow: hidden; transition: border-color .25s ease, box-shadow .25s ease;
  max-width: 900px; margin: 0 auto;
}
.flagship-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(184,148,94,.5), transparent); }
.flagship-card:hover { border-color: rgba(184,148,94,.55); box-shadow: 0 4px 32px rgba(184,148,94,.08); }
.flagship-card__kicker { display: block; font-size: 11.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.15em; color: var(--accent); margin-bottom: 14px; line-height: 1; }
.flagship-card__title { font-family: 'Playfair Display', serif; font-size: clamp(22px, 2.5vw, 28px); font-weight: 600; color: #fff; line-height: 1.2; margin-bottom: 12px; }
.flagship-card__desc { font-size: 15.5px; line-height: 1.65; color: var(--muted); max-width: 68ch; margin-bottom: 18px; }
.flagship-card__arrow { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 600; color: var(--accent); letter-spacing: 0.03em; }
.flagship-card__arrow svg { width: 18px; height: 18px; transition: transform .2s ease; }
.flagship-card:hover .flagship-card__arrow svg { transform: translateX(4px); }

/* Role-based Catalog */
.role-block { margin-bottom: 24px; }
.role-block__header { text-align: center; margin-bottom: 32px; }
.role-block__kicker { display: block; font-size: 11.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.15em; color: var(--accent); margin-bottom: 12px; line-height: 1; }
.role-block__title { font-family: 'Playfair Display', serif; font-size: clamp(24px, 2.5vw, 32px); font-weight: 600; color: var(--text); line-height: 1.2; margin-bottom: 12px; }
.role-block__desc { font-size: 15px; line-height: 1.65; color: var(--muted); max-width: 60ch; margin: 0 auto; }

.hub-catalog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 24px; }
.hub-svc-card {
  display: flex; flex-direction: column; align-items: center; text-align: center; height: 100%; text-decoration: none;
  padding: 32px 26px 28px; border: 1px solid rgba(244,239,230,.06); border-radius: 14px;
  background: rgba(244,239,230,.015); transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}
.hub-svc-card:hover { border-color: rgba(184,148,94,.25); transform: translateY(-3px); box-shadow: 0 8px 32px rgba(0,0,0,.15); }
.hub-svc-card__icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 64px; height: 64px; border-radius: 50%;
  background: rgba(184,148,94,.08); border: 1px solid rgba(184,148,94,.22);
  color: var(--accent); margin-bottom: 18px;
  transition: background-color .25s ease, border-color .25s ease, transform .25s ease;
}
.hub-svc-card__icon svg { width: 30px; height: 30px; stroke: currentColor; fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.hub-svc-card:hover .hub-svc-card__icon { background: rgba(184,148,94,.14); border-color: rgba(184,148,94,.4); transform: scale(1.05); }
.hub-svc-card__title { font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 600; color: var(--text); line-height: 1.3; margin-bottom: 10px; transition: color .2s; }
.hub-svc-card:hover .hub-svc-card__title { color: var(--accent); }
.hub-svc-card__desc { font-size: 14.5px; line-height: 1.6; color: var(--muted); flex: 1; margin-bottom: 16px; }
.hub-svc-card__tags { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px; margin-top: auto; }
.hub-svc-card__tag { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(184,148,94,.75); background: rgba(184,148,94,.08); padding: 3px 10px; border-radius: 4px; line-height: 1.4; }

.role-block__more { display: inline-flex; align-items: center; gap: 6px; margin-top: 24px; font-size: 14.5px; font-weight: 600; color: var(--accent); text-decoration: none; letter-spacing: 0.02em; transition: opacity .2s; }
.role-block__more:hover { opacity: .8; }
.role-block__more svg { width: 16px; height: 16px; transition: transform .2s; }
.role-block__more:hover svg { transform: translateX(3px); }

/* Work Steps */
.hub-steps { display: grid; grid-template-columns: 1fr; gap: 0; max-width: 820px; margin: 0 auto; }
.hub-step { display: grid; grid-template-columns: 56px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid rgba(244,239,230,.06); }
.hub-step:last-child { border-bottom: none; }
.hub-step__num { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 50%; border: 1.5px solid rgba(184,148,94,.3); font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 700; color: var(--accent); background: rgba(184,148,94,.04); }
.hub-step__body { padding-top: 2px; }
.hub-step__title { font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 600; color: var(--text); line-height: 1.3; margin-bottom: 6px; }
.hub-step__time { display: inline-block; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; color: var(--accent); opacity: .85; margin-bottom: 8px; }
.hub-step__desc { font-size: 15px; line-height: 1.65; color: var(--muted); }

/* ── Stages Infographic — premium 5-card row ──────────────────────── */
.stages-grid {
  list-style: none;
  margin: 40px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  counter-reset: stage;
}
.stage-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 22px 22px;
  border: 1px solid rgba(184,148,94,.22);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(184,148,94,.06) 0%, rgba(184,148,94,.015) 60%, rgba(23,19,15,0) 100%),
    rgba(23,19,15,.55);
  overflow: hidden;
  transition: border-color .3s ease, transform .3s ease, box-shadow .3s ease, background .3s ease;
}
.stage-card__head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}
.stage-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(184,148,94,.55) 50%, transparent 100%);
  opacity: .8;
}
.stage-card:hover {
  border-color: rgba(184,148,94,.45);
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(0,0,0,.32);
  background:
    linear-gradient(180deg, rgba(184,148,94,.10) 0%, rgba(184,148,94,.025) 60%, rgba(23,19,15,0) 100%),
    rgba(23,19,15,.65);
}
.stage-card__num {
  font-family: 'Playfair Display', serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: var(--accent);
  letter-spacing: 0.02em;
  background: linear-gradient(135deg, #d4aa78 0%, #b8945e 50%, #9c7a4f 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  flex-shrink: 0;
}
.stage-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(184,148,94,.30);
  background: rgba(184,148,94,.06);
  color: var(--accent);
  flex-shrink: 0;
}
.stage-card__icon svg { width: 20px; height: 20px; display: block; }
.stage-card__title {
  font-family: 'Playfair Display', serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
  margin: 0 0 10px;
}
.stage-card__desc {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(244,233,220,.78);
  margin: 0 0 18px;
  flex: 1 1 auto;
}
.stage-card__divider {
  display: block;
  width: 32px;
  height: 1px;
  background: rgba(184,148,94,.45);
  margin-bottom: 12px;
}
.stage-card__meta {
  display: block;
  font-size: 11.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--accent);
  opacity: .85;
}

/* Адаптив инфографики стадий */
@media (max-width: 1100px) {
  .stages-grid { grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .stages-grid .stage-card:nth-child(4),
  .stages-grid .stage-card:nth-child(5) { grid-column: span 1; }
}
@media (max-width: 768px) {
  .stages-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 28px; }
  .stage-card { padding: 22px 18px 20px; }
  .stage-card__num { font-size: 28px; margin-bottom: 14px; }
  .stage-card__icon { width: 40px; height: 40px; margin-bottom: 12px; }
  .stage-card__icon svg { width: 20px; height: 20px; }
  .stage-card__title { font-size: 16px; }
  .stage-card__desc { font-size: 13.5px; margin-bottom: 14px; }
}
@media (max-width: 480px) {
  .stages-grid { grid-template-columns: 1fr; }
}

/* Hub USP */
.hub-usp-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; max-width: 900px; margin: 0 auto; }
.hub-usp-card { padding: 28px 26px; border: 1px solid rgba(244,239,230,.06); border-radius: 14px; background: rgba(244,239,230,.015); }
.hub-usp-card h3 { font-family: 'Playfair Display', serif; font-size: 19px; font-weight: 600; color: var(--text); line-height: 1.3; margin-bottom: 10px; }
.hub-usp-card p { font-size: 15px; line-height: 1.65; color: var(--muted); margin: 0; }

/* Hub Cases */
.hub-cases-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 24px; }
.hub-case-card { padding: 28px 26px; border: 1px solid rgba(244,239,230,.06); border-radius: 14px; background: rgba(244,239,230,.015); transition: border-color .25s ease; }
.hub-case-card:hover { border-color: rgba(184,148,94,.20); }
.hub-case-card__badge { display: inline-block; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; padding: 3px 10px; border-radius: 4px; margin-bottom: 14px; line-height: 1.4; }
.hub-case-card__badge--creditor { color: #d4aa78; background: rgba(184,148,94,.1); }
.hub-case-card__badge--debtor { color: #6eb89e; background: rgba(110,184,158,.1); }
.hub-case-card__badge--respondent { color: #dc7864; background: rgba(220,120,100,.1); }
.hub-case-card h3 { font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 600; color: var(--text); line-height: 1.3; margin-bottom: 10px; }
.hub-case-card p { font-size: 14.5px; line-height: 1.6; color: var(--muted); margin: 0 0 12px; }
.hub-case-card__tags { display: flex; flex-wrap: wrap; gap: 6px; }
.hub-case-card__tag { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; color: rgba(244,239,230,.45); background: rgba(244,239,230,.04); padding: 3px 8px; border-radius: 4px; }

/* Hub Articles */
.hub-articles-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 24px; }
.hub-article-card { display: flex; flex-direction: column; padding: 26px 24px; border: 1px solid rgba(244,239,230,.06); border-radius: 14px; background: rgba(244,239,230,.015); text-decoration: none; transition: border-color .25s ease, transform .25s ease; }
.hub-article-card:hover { border-color: rgba(184,148,94,.22); transform: translateY(-2px); }
.hub-article-card__tag { display: inline-block; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; color: var(--accent); margin-bottom: 12px; }
.hub-article-card h3 { font-family: 'Playfair Display', serif; font-size: 17px; font-weight: 600; color: var(--text); line-height: 1.35; margin-bottom: 10px; transition: color .2s; }
.hub-article-card:hover h3 { color: var(--accent); }
.hub-article-card p { font-size: 14px; line-height: 1.6; color: var(--muted); flex: 1; }

/* Hub Responsive */
@media (max-width: 1279px) { .hub-hero .hero-grid { gap: 56px; } }
@media (max-width: 1199px) and (min-width: 1024px) { .hub-hero .hero-grid { grid-template-columns: minmax(0, 1fr) 340px; gap: 48px; } .hub-metric-card__value { font-size: 36px; } }
@media (max-width: 1024px) { .situations-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 1023px) { .hub-hero .hero-grid { grid-template-columns: 1fr; gap: 36px; align-items: start; } .hub-metric-card { max-width: 440px; } .hub-usp-grid { grid-template-columns: 1fr; max-width: 540px; } }
@media (max-width: 768px) {
  .hub-hero { padding-bottom: 48px; } .hub-hero h1 { font-size: 26px; }
  .hub-metric-card { max-width: none; padding: 24px 22px 20px; } .hub-metric-card__value { font-size: 34px; }
  .hub-catalog-grid, .situations-grid, .hub-cases-grid, .hub-articles-grid { grid-template-columns: 1fr; }
  .flagship-card { padding: 28px 24px; }
  .hub-step { grid-template-columns: 44px 1fr; gap: 14px; padding: 20px 0; } .hub-step__num { width: 38px; height: 38px; font-size: 16px; }
  .situations-grid { grid-template-columns: 1fr; }
  #services-catalog .cases-filter { flex-wrap: wrap; justify-content: center; }
}
@media (max-width: 480px) {
  .hub-hero { padding-bottom: 36px; } .hub-hero h1 { font-size: 23px; } .hub-hero__lead { font-size: 15px; }
  .hub-metric-card { padding: 20px 18px 18px; } .hub-metric-card__value { font-size: 30px; }
  .flagship-card { padding: 22px 18px; }
  .hub-svc-card, .situation-card, .hub-case-card, .hub-usp-card { padding: 22px 18px; }
  .hub-step { grid-template-columns: 38px 1fr; gap: 12px; }
}

/* ═══════════════════════════════════════════════════
   FLAGSHIP PREMIUM — главная флагманская карточка
   Стиль: премиум-окантовка + эталон side-card
═══════════════════════════════════════════════════ */
.section--flagship { padding-top: 24px; padding-bottom: 24px; }

.flagship-premium {
  position: relative;
  isolation: isolate;
  padding: 44px 48px;
  border: 1px solid rgba(184,148,94,.28);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(184,148,94,.045) 0%, rgba(244,239,230,.02) 55%, rgba(244,239,230,.015) 100%);
  box-shadow:
    0 20px 60px rgba(0,0,0,.35),
    inset 0 1px 0 rgba(244,239,230,.04);
  overflow: hidden;
  transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease;
}
.flagship-premium:hover {
  border-color: rgba(184,148,94,.45);
  box-shadow:
    0 24px 72px rgba(0,0,0,.45),
    0 0 0 1px rgba(184,148,94,.12),
    inset 0 1px 0 rgba(244,239,230,.06);
}
/* Верхняя золотая световая линия */
.flagship-premium::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(184,148,94,.65), transparent);
  z-index: 2;
}
/* Угловые акцентные уголки */
.flagship-premium::after {
  content: '';
  position: absolute;
  inset: 14px;
  border-radius: 18px;
  border: 1px solid rgba(184,148,94,.10);
  pointer-events: none;
  z-index: 0;
}

/* Световой орб на фоне */
.flagship-premium__glow {
  position: absolute;
  top: -25%; right: -10%;
  width: 520px; height: 520px;
  background: radial-gradient(circle, rgba(184,148,94,.12) 0%, transparent 65%);
  filter: blur(20px);
  pointer-events: none;
  z-index: 0;
}

/* Бейдж "Флагманская услуга" */
.flagship-premium__badge {
  position: absolute;
  top: 20px;
  right: 28px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px 7px 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  background: linear-gradient(180deg, rgba(184,148,94,.12), rgba(184,148,94,.06));
  border: 1px solid rgba(184,148,94,.35);
  border-radius: 999px;
  box-shadow: 0 2px 12px rgba(184,148,94,.12);
}
.flagship-premium__badge .icon { color: var(--accent-light, #d4aa78); }
.flagship-premium__badge .icon svg { width: 13px; height: 13px; }

/* Сетка */
.flagship-premium__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
  gap: 40px;
  align-items: stretch;
}

/* ── Левая колонка ── */
.flagship-premium__body {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.flagship-premium__header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
  padding-top: 4px;
}
.flagship-premium__icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(184,148,94,.32);
  border-radius: 12px;
  background: rgba(184,148,94,.06);
  color: var(--accent);
  box-shadow: inset 0 1px 0 rgba(244,239,230,.04);
}
.flagship-premium__icon svg {
  width: 24px;
  height: 24px;
}
.flagship-premium__kicker {
  display: block;
  font-size: 11.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--accent);
  line-height: 1;
}
.flagship-premium__title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(26px, 3.2vw, 38px);
  font-weight: 600;
  color: var(--text);
  line-height: 1.18;
  margin: 0 0 16px;
  letter-spacing: -0.005em;
  max-width: 22ch;
}
.flagship-premium__desc {
  font-size: 15.5px;
  line-height: 1.72;
  color: var(--muted);
  margin: 0 0 24px;
  max-width: 58ch;
}

/* Список преимуществ */
.flagship-premium__list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: grid;
  gap: 12px;
}
.flagship-premium__list li {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--text);
  padding-left: 0;
}
.flagship-premium__check {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  margin-top: 1px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(184,148,94,.32);
  border-radius: 50%;
  background: rgba(184,148,94,.08);
  color: var(--accent);
}
.flagship-premium__check svg {
  width: 12px;
  height: 12px;
}

/* Пояснительный текст между списком и кнопкой */
.flagship-premium__note {
  position: relative;
  margin: 0 0 26px;
  padding: 18px 20px 18px 22px;
  border-left: 2px solid rgba(184,148,94,.35);
  background: linear-gradient(90deg, rgba(184,148,94,.05) 0%, rgba(184,148,94,.015) 60%, transparent 100%);
  border-radius: 0 10px 10px 0;
}
.flagship-premium__note p {
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--muted);
  margin: 0;
}
.flagship-premium__note p + p {
  margin-top: 10px;
}
.flagship-premium__note strong {
  color: var(--text);
  font-weight: 600;
}

/* Кнопки */
.flagship-premium__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: auto;
}
.flagship-premium__actions .btn-ghost {
  background: transparent;
  color: var(--text);
  border: 1px solid rgba(244,239,230,.18);
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 500;
  font-size: 14.5px;
  text-decoration: none;
  transition: border-color .2s ease, color .2s ease, background .2s ease;
}
.flagship-premium__actions .btn-ghost:hover {
  border-color: var(--accent);
  color: var(--accent);
  background: rgba(184,148,94,.06);
}

/* ── Правая колонка (aside) ── */
.flagship-premium__aside {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 32px 28px;
  border: 1px solid rgba(184,148,94,.22);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(184,148,94,.06) 0%, rgba(23,19,15,.35) 100%);
  box-shadow: inset 0 1px 0 rgba(244,239,230,.05);
}
.flagship-premium__aside::before {
  content: '';
  position: absolute;
  top: 0; left: 20%; right: 20%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(184,148,94,.55), transparent);
}

.flagship-premium__metric {
  text-align: center;
  padding: 8px 0 18px;
}
.flagship-premium__metric-value {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: clamp(72px, 8vw, 96px);
  font-weight: 700;
  line-height: 1;
  color: var(--text);
  letter-spacing: -0.03em;
  background: linear-gradient(180deg, #f4efe6 0%, var(--accent-light, #d4aa78) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.flagship-premium__metric-label {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 500;
  color: var(--accent-light, #d4aa78);
  margin-top: 4px;
  letter-spacing: 0.02em;
}
.flagship-premium__metric-desc {
  display: block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: rgba(244,239,230,.55);
  margin-top: 14px;
  line-height: 1.4;
}

.flagship-premium__aside-divider {
  height: 1px;
  margin: 6px -4px 18px;
  background: linear-gradient(90deg, transparent, rgba(184,148,94,.25), transparent);
}

/* ── Quote variant ── */
.flagship-premium__aside--quote {
  justify-content: space-between;
  padding: 36px 32px 28px;
}
.flagship-premium__quote-mark {
  position: absolute;
  top: 8px;
  left: 22px;
  font-family: 'Playfair Display', serif;
  font-size: 120px;
  line-height: 1;
  color: rgba(184,148,94,.18);
  pointer-events: none;
  user-select: none;
  z-index: 0;
}
.flagship-premium__quote {
  position: relative;
  z-index: 1;
  margin: 14px 0 24px;
  padding: 0;
  border: none;
}
.flagship-premium__quote-text {
  font-family: 'Playfair Display', serif;
  font-size: clamp(17px, 1.6vw, 20px);
  font-style: italic;
  line-height: 1.55;
  color: var(--text);
  margin: 0;
  letter-spacing: 0.005em;
  text-wrap: pretty;
}

.flagship-premium__author {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 20px;
  border-top: 1px solid rgba(184,148,94,.18);
  margin-bottom: 18px;
}
.flagship-premium__author-avatar {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(184,148,94,.4);
  background: linear-gradient(180deg, rgba(184,148,94,.18), rgba(184,148,94,.06));
  color: var(--accent-light, #d4aa78);
  font-family: 'Playfair Display', serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.02em;
  box-shadow: inset 0 1px 0 rgba(244,239,230,.08);
}
.flagship-premium__author-info {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}
.flagship-premium__author-name {
  font-style: normal;
  font-family: 'Inter', sans-serif;
  font-size: 14.5px;
  font-weight: 600;
  color: var(--accent);
  letter-spacing: 0.01em;
  line-height: 1.3;
}
.flagship-premium__author-role {
  font-size: 12.5px;
  line-height: 1.45;
  color: rgba(244,239,230,.6);
}

.flagship-premium__aside-cta {
  position: relative;
  z-index: 1;
}
.flagship-premium__consult-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--accent);
  text-decoration: none;
  padding: 4px 0;
  border-bottom: 1px solid transparent;
  transition: color .2s ease, gap .2s ease, border-color .2s ease;
}
.flagship-premium__consult-link:hover {
  color: var(--accent-light, #d4aa78);
  gap: 12px;
  border-bottom-color: rgba(184,148,94,.4);
}
.flagship-premium__consult-link .icon svg {
  width: 14px;
  height: 14px;
  transition: transform .2s ease;
}
.flagship-premium__consult-link:hover .icon svg {
  transform: translateX(2px);
}

/* ── Responsive ── */
@media (max-width: 1100px) {
  .flagship-premium { padding: 40px 40px; }
  .flagship-premium__grid { gap: 32px; }
}
@media (max-width: 960px) {
  .flagship-premium { padding: 36px 32px; }
  .flagship-premium__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .flagship-premium__aside { padding: 28px 24px; }
  .flagship-premium__badge { position: static; display: inline-flex; margin-bottom: 16px; }
  .flagship-premium::after { inset: 10px; }
}
@media (max-width: 640px) {
  .flagship-premium { padding: 28px 22px; border-radius: 18px; }
  .flagship-premium::after { display: none; }
  .flagship-premium__header { gap: 12px; margin-bottom: 14px; }
  .flagship-premium__icon { width: 42px; height: 42px; border-radius: 10px; }
  .flagship-premium__icon svg { width: 20px; height: 20px; }
  .flagship-premium__title { font-size: 24px; max-width: none; }
  .flagship-premium__desc { font-size: 15px; margin-bottom: 20px; }
  .flagship-premium__list { margin-bottom: 22px; }
  .flagship-premium__list li { font-size: 14px; }
  .flagship-premium__actions { flex-direction: column; align-items: stretch; }
  .flagship-premium__actions .btn { justify-content: center; text-align: center; }
  .flagship-premium__metric-value { font-size: 64px; }
  .flagship-premium__metric-label { font-size: 19px; }
  .flagship-premium__aside { padding: 24px 20px; border-radius: 14px; }
  .flagship-premium__glow { width: 320px; height: 320px; }
}

/* ═══ Flagship Card — Featured Modifier ═══ */
.flagship-card--featured {
  max-width: none;
  padding: 44px 48px;
  border: 1px solid rgba(255,255,255,.15);
  background: rgba(244,239,230,.02);
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0,0,0,.25);
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  grid-template-rows: auto 1fr;
  gap: 0 48px;
  text-decoration: none;
}
.flagship-card--featured::before { background: none; height: 0; }
.flagship-card--featured .flagship-card__kicker { color: var(--accent); }
.flagship-card--featured .flagship-card__title { font-size: clamp(28px, 3.2vw, 38px); line-height: 1.15; margin-bottom: 14px; }
.flagship-card__body { grid-column: 1; grid-row: 1 / -1; }
.flagship-card__body .btn { margin-top: 22px; }
.flagship-card__icon { position: absolute; top: 28px; right: 32px; width: 52px; height: 52px; color: rgba(184,148,94,.55); pointer-events: none; }
.flagship-card__metric { grid-column: 2; grid-row: 1 / -1; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding-right: 20px; }
.flagship-card__metric-value { display: block; font-family: 'Playfair Display', serif; font-size: clamp(36px, 4vw, 48px); font-weight: 700; line-height: 1.1; color: #fff; letter-spacing: -0.02em; }
.flagship-card__metric-label { display: block; font-size: 10.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.14em; color: rgba(255,255,255,.55); margin-top: 10px; line-height: 1.35; max-width: 16ch; }

/* ═══ /uslugi/ Hub Overrides ═══ */
.hub-hero .hero-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(340px, 1fr); gap: 80px; align-items: stretch; }
.hub-metric-card { display: flex; flex-direction: column; }
.hub-metric-card__source { margin-top: auto; padding-top: 16px; border-top: 1px solid rgba(184,148,94,.15); font-size: 12px; line-height: 1.4; color: rgba(244,239,230,.58); }
#services-catalog .cases-filter { display: inline-flex; margin-left: auto; margin-right: auto; }

/* ═══ Cases Quote (keysy) ═══ */
.cases-quote { grid-column: 1 / -1; padding: 32px 0; }
.cases-quote__blockquote { margin: 0; padding: 0 0 0 24px; border-left: 2px solid var(--accent); max-width: none; }
.cases-quote__blockquote p { font-family: 'Playfair Display', serif; font-size: clamp(17px, 1.5vw, 21px); font-style: italic; line-height: 1.65; color: var(--muted); margin: 0; }
.cases-quote__author { display: flex; flex-direction: column; gap: 4px; margin-top: 16px; }
.cases-quote__author cite { font-style: normal; font-family: 'Inter', sans-serif; font-size: 15px; font-weight: 600; color: var(--accent); letter-spacing: .01em; }
.cases-quote__author span { font-size: 13px; color: var(--muted-2, var(--muted)); font-weight: 400; }

/* ═══ Thank-You Page (/spasibo.html) ═══ */
.ty-hero { padding: 100px 0 60px; text-align: center; }
.ty-hero__icon { display: inline-flex; align-items: center; justify-content: center; width: 96px; height: 96px; border: 2.5px solid #b8945e; border-radius: 50%; margin-bottom: 32px; animation: ty-pop .5s ease-out; }
.ty-hero__icon svg { width: 48px; height: 48px; stroke: #b8945e; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
@keyframes ty-pop { 0% { transform: scale(.6); opacity: 0; } 60% { transform: scale(1.08); } 100% { transform: scale(1); opacity: 1; } }
.ty-hero__kicker { display: block; font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: #b8945e; margin-bottom: 16px; }
.ty-hero__title { font-family: 'Playfair Display', Georgia, serif; font-size: clamp(28px, 5vw, 42px); font-weight: 700; color: var(--cream, #f4efe6); margin: 0 0 20px; line-height: 1.2; }
.ty-hero__lead { max-width: 640px; margin: 0 auto; font-size: 17px; line-height: 1.7; color: rgba(244,239,230,.72); }
.ty-steps { padding: 56px 0 64px; }
.ty-steps__title { font-family: 'Playfair Display', Georgia, serif; font-size: clamp(22px, 4vw, 30px); font-weight: 700; color: var(--cream, #f4efe6); text-align: center; margin: 0 0 40px; }
.ty-steps__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.ty-step { position: relative; padding: 32px 28px; border: var(--card-border, 1px solid rgba(244,239,230,.07)); border-radius: var(--card-radius, 22px); background: var(--card-bg, rgba(244,239,230,.025)); transition: border-color 220ms ease-out, box-shadow 220ms ease-out, transform 220ms ease-out; }
.ty-step:hover { border-color: var(--card-hover-border, rgba(184,148,94,.22)); box-shadow: var(--card-hover-shadow, 0 10px 40px rgba(0,0,0,.14)); transform: translateY(-2px); }
.ty-step__num { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; border: 1.5px solid rgba(184,148,94,.35); color: #b8945e; font-size: 15px; font-weight: 700; margin-bottom: 18px; }
.ty-step__heading { font-family: 'Playfair Display', Georgia, serif; font-size: 19px; font-weight: 600; color: var(--cream, #f4efe6); margin: 0 0 10px; }
.ty-step__desc { font-size: 14.5px; line-height: 1.65; color: rgba(244,239,230,.62); margin: 0; }
.ty-contact { padding: 48px 0 56px; text-align: center; }
.ty-contact__inner { max-width: 580px; margin: 0 auto; padding: 40px 36px; border: 1px solid rgba(184,148,94,.2); border-radius: 22px; background: rgba(184,148,94,.04); }
.ty-contact__kicker { display: block; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: #b8945e; margin-bottom: 24px; }
.ty-contact__phone { display: inline-block; font-family: 'Playfair Display', Georgia, serif; font-size: clamp(22px, 4vw, 30px); font-weight: 700; color: var(--cream, #f4efe6); text-decoration: none; margin-bottom: 16px; transition: color .2s; }
.ty-contact__phone:hover { color: #b8945e; }
.ty-contact__links { display: flex; justify-content: center; gap: 28px; flex-wrap: wrap; margin-top: 8px; }
.ty-contact__link { font-size: 15px; color: rgba(244,239,230,.7); text-decoration: none; transition: color .2s; }
.ty-contact__link:hover { color: #b8945e; }
.ty-articles { padding: 56px 0 64px; }
.ty-articles__title { font-family: 'Playfair Display', Georgia, serif; font-size: clamp(22px, 4vw, 30px); font-weight: 700; color: var(--cream, #f4efe6); text-align: center; margin: 0 0 40px; }
.ty-articles__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.ty-article-card { display: flex; flex-direction: column; padding: 28px 24px; border: var(--card-border, 1px solid rgba(244,239,230,.07)); border-radius: var(--card-radius, 22px); background: var(--card-bg, rgba(244,239,230,.025)); text-decoration: none; transition: border-color 220ms ease-out, box-shadow 220ms ease-out, transform 220ms ease-out; }
.ty-article-card:hover { border-color: var(--card-hover-border, rgba(184,148,94,.22)); box-shadow: var(--card-hover-shadow, 0 10px 40px rgba(0,0,0,.14)); transform: translateY(-2px); }
.ty-article-card__tag { font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #b8945e; margin-bottom: 12px; }
.ty-article-card__title { font-family: 'Playfair Display', Georgia, serif; font-size: 17px; font-weight: 600; color: var(--cream, #f4efe6); margin: 0 0 auto; line-height: 1.4; }
.ty-article-card__arrow { display: inline-block; margin-top: 18px; font-size: 13px; color: #b8945e; }
.ty-articles__cta { text-align: center; margin-top: 36px; }
.ty-back { padding: 40px 0 72px; text-align: center; }

/* ═══ Flagship + Hub + Thank-You Responsive ═══ */
@media (max-width: 1023px) {
  .flagship-card--featured { grid-template-columns: 1fr; gap: 28px 0; }
  .flagship-card__body { grid-column: 1; grid-row: auto; }
  .flagship-card__metric { grid-column: 1; grid-row: auto; align-items: flex-start; text-align: left; padding-right: 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.06); }
  .flagship-card__icon { top: 24px; right: 24px; }
  .hub-hero .hero-grid { grid-template-columns: 1fr; gap: 36px; align-items: start; }
}
@media (max-width: 900px) {
  .ty-steps__grid, .ty-articles__grid { grid-template-columns: 1fr; gap: 20px; max-width: 520px; margin-left: auto; margin-right: auto; }
  .ty-hero { padding: 80px 0 48px; }
}
@media (max-width: 768px) {
  .flagship-card--featured { padding: 32px 28px; }
  .flagship-card__icon { width: 38px; height: 38px; top: 20px; right: 22px; opacity: .4; }
  .flagship-card__metric { align-items: center; text-align: center; }
  .ty-hero__icon { width: 80px; height: 80px; margin-bottom: 24px; }
  .ty-hero__icon svg { width: 40px; height: 40px; }
  .ty-hero__lead { font-size: 15px; }
  .ty-contact__inner { padding: 28px 20px; }
  .ty-contact__links { gap: 18px; }
}

/* Role Tabs */
#services-catalog > .container { text-align: center; }
#services-catalog .hub-role-panel { text-align: left; }
#services-catalog .cases-filter { margin-bottom: 40px; }
.hub-role-panel { animation: hubPanelFade .3s ease; }
@keyframes hubPanelFade { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }

/* Утилита: запрет переноса внутри фразы */
.nowrap { white-space: nowrap; }

/* CTA Banner override — compact, кнопка справа (под верхней «Обсудить ситуацию») */
.cases-page-cta .cta-banner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  gap: 32px;
  padding: 24px 28px;
  flex-wrap: nowrap;
}
.cases-page-cta .cta-banner > div { flex: 1 1 auto; min-width: 0; }
.cases-page-cta .cta-banner h2 {
  font-size: clamp(18px, 1.8vw, 22px);
  margin-bottom: 6px;
  line-height: 1.25;
}
.cases-page-cta .cta-banner p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}
.cases-page-cta .cta-banner .btn {
  flex-shrink: 0;
  white-space: nowrap;
  margin-left: auto;
}
@media (max-width: 768px) {
  .cases-page-cta .cta-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 22px 22px;
    gap: 18px;
  }
  .cases-page-cta .cta-banner .btn { margin-left: 0; }
}

/* ┌───────────────────────────────────────────────────────────────────┐
   │  PART 12 — INLINE STYLE MIGRATION  (1 мая 2026)                 │
   │  Moved from HTML style="" attributes into CSS classes            │
   └───────────────────────────────────────────────────────────────────┘ */

/* ── 12a. Article section: no top padding after hero ── */
.section--flush-top {
  padding-top: 0;
}

/* ── 12b. Inaction-list internal links: gold accent ── */
.inaction-item a {
  color: var(--accent);
}
.inaction-item a:hover {
  color: var(--accent-light, #d4aa78);
}

/* ── 12c. Word-break for long section titles ── */
.section-title--wrap {
  word-break: break-word;
  overflow-wrap: break-word;
}

/* ── 12d. Hub tab panels: hidden by default (JS toggles display) ── */
.hub-role-panel--hidden {
  display: none;
}

/* ── 12e. Hub "Подробнее" button wrapper ── */
.hub-catalog-more {
  text-align: center;
  margin-top: 28px;
}

/* ── 12f. Hub cases-cta spacing ── */
.hub-cases-cta {
  margin-top: 36px;
}

/* ── 12g. Keysy Telegram card ── */
.cases-tg-card {
  text-align: center;
  padding: 28px 24px;
  border-radius: 16px;
  border: 1px solid rgba(184, 148, 94, .2);
  background: rgba(184, 148, 94, .04);
}
.cases-tg-card__text {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 14px;
}
.cases-tg-card__buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.cases-tg-card__buttons .btn {
  min-width: 200px;
}

/* ── 12h. Inline CTA text: nowrap ── */
.inline-cta__text--nowrap {
  white-space: nowrap;
}

/* ── 12i. Raspoznanie article content max-width ── */
.article-content--narrow {
  max-width: 780px;
}

/* ── 12j. Keysy debtor quote: hidden by default ── */
.cases-quote--hidden {
  display: none;
}

/* ── 12k. Section-bottom CTA muted lead-in line ── */
.section-bottom-cta__lead {
  color: var(--muted);
  font-size: 14px;
  margin-bottom: 16px;
}

/* ── 12l. Section-desc: tight follow-up paragraph (после строки с иконкой) ── */
.section-desc--tight {
  margin-top: 6px;
}

/* ── 12m. Section-desc: gold inline-icon spacing ── */
.section-desc__icon {
  color: var(--accent);
  margin-right: 6px;
}

/* ── 12n. Visual emphasis "2" в заголовках («2 Филина») ── */
.section-title__digit {
  font-size: 1.18em;
  vertical-align: baseline;
}

/* ── 12o. Contacts hero H1 spacing override ── */
.contacts-hero__title {
  margin-bottom: 28px;
}

/* ── 12p. Article related-services grid (under article body) ── */
.related-services-grid {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

/* ── 12q. Stages grid: 4-column variant (used on bankrotstvo-yuridicheskikh-lits) ── */
.stages-grid--4col {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  width: 100%;
  align-items: stretch;
}

/* ── 12r. Risks grid: explicit 3-column layout, stretch ── */
.risks-grid--3col {
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

/* ── 12s. Article checklist heading icon (зелёная галочка) ── */
.article-cta-checklist h4 .icon {
  color: #8bb880;
  margin-right: 8px;
}

/* ── 12t. Table cell vertical-align top (для строк с подписями) ── */
td.cell-top {
  vertical-align: top;
}
