:root {
    --ink: #072b7a;
    --brand: #0b40b5;
    --brand-dark: #072b7a;
    --brand-50: #f5f8ff;
    --bg: #f2f3f7;
    --card: #ffffff;
    --line: #dcdfe6;
    --muted: #7a828e;
    --text: #1f2429;
    --green: #008a47;
    --amber: #b45309;
    --amber-bg: #fef3c7;
    --accent-cyan: #5b8def;
    --star: #f5a623;
    --red: #d52b1e;
    --red-bg: #fdecea;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; background-color: var(--bg); color: var(--text); -webkit-font-smoothing: antialiased; line-height: 1.5; }
a { color: inherit; }
.container { max-width: 1140px; margin: 0 auto; padding: 0 16px; }
.disclosure-bar { background: #e6e8ec; color: var(--muted); font-size: 12px; padding: 8px 0; }
.disclosure-bar .container { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; }
.disclosure-bar strong { color: var(--text); }
.badge-ad { background: #cdd2da; color: #4a5160; border-radius: 4px; padding: 2px 7px; font-weight: 600; font-size: 11px; }
body > header { background: var(--card); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 100; }
.header-main { display: flex; justify-content: space-between; align-items: center; height: 70px; }
.logo-wrap { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.logo-mark { width: 42px; height: 42px; border-radius: 11px; background: linear-gradient(135deg, var(--brand) 0%, var(--brand-dark) 100%); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.logo-mark svg { width: 24px; height: 24px; }
.logo-title { font-weight: 800; font-size: 19px; color: var(--ink); line-height: 1.1; letter-spacing: -0.02em; }
.logo-subtitle { font-size: 11.5px; color: var(--muted); white-space: nowrap; }
nav.main-nav { display: flex; gap: 4px; align-items: stretch; height: 70px; }
.nav-item { position: relative; display: flex; align-items: center; }
.nav-item > a { font-size: 14px; font-weight: 500; color: var(--text); text-decoration: none; padding: 0 12px; height: 100%; display: flex; align-items: center; gap: 5px; border-bottom: 2px solid transparent; white-space: nowrap; }
.nav-item > a:hover, .nav-item:hover > a { color: var(--brand); }
.nav-item.has-mega:hover > a { border-bottom-color: var(--brand); }
.nav-item > a .caret { width: 9px; height: 9px; fill: none; stroke: currentColor; stroke-width: 2; transition: transform .15s; }
.nav-item:hover > a .caret { transform: rotate(180deg); }
.mega { position: absolute; top: 70px; left: 50%; transform: translateX(-50%) translateY(8px); background: var(--card); border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 16px 48px rgba(7,43,122,0.14); padding: 22px; width: max-content; max-width: 640px; opacity: 0; visibility: hidden; transition: .16s; z-index: 200; }
.nav-item:hover .mega { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.mega-cols { display: grid; grid-template-columns: repeat(2, minmax(180px, 1fr)); gap: 22px 28px; }
.mega-col h5 { font-size: 11px; text-transform: uppercase; letter-spacing: .04em; color: var(--muted); margin-bottom: 11px; font-weight: 700; }
.mega-col a { display: block; font-size: 13.5px; color: var(--text); text-decoration: none; padding: 5px 0; line-height: 1.35; }
.mega-col a:hover { color: var(--brand); }
.mega-col a b { font-weight: 600; }
.mega-foot { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.mega-foot a { font-size: 13px; font-weight: 600; color: var(--brand-dark); text-decoration: none; }
.mega-tag { font-size: 11.5px; background: var(--brand-50); color: var(--brand-dark); padding: 4px 9px; border-radius: 6px; font-weight: 600; }
.geo { position: relative; display: flex; align-items: center; gap: 7px; flex-shrink: 0; }
.geo-pin { width: 17px; height: 17px; fill: none; stroke: var(--brand); flex-shrink: 0; }
.geo-text { display: flex; flex-direction: column; line-height: 1.15; }
.geo-city { font-size: 14px; font-weight: 600; color: var(--ink); text-decoration: none; }
.geo-city:hover { color: var(--brand); }
.geo-change { background: none; border: none; padding: 0; cursor: pointer; font-family: inherit; font-size: 11px; color: var(--muted); text-align: left; }
.geo-change:hover { color: var(--brand); text-decoration: underline; }
.geo-pop { position: absolute; top: calc(100% + 12px); right: 0; width: 280px; background: var(--card); border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 16px 48px rgba(7,43,122,0.16); padding: 16px; z-index: 250; opacity: 0; visibility: hidden; transform: translateY(8px); transition: .16s; }
.geo-pop.open { opacity: 1; visibility: visible; transform: translateY(0); }
.geo-pop-title { font-size: 13px; font-weight: 700; color: var(--ink); margin-bottom: 10px; }
.geo-search { width: 100%; border: 1px solid var(--line); border-radius: 8px; padding: 9px 11px; font-size: 13px; font-family: inherit; outline: none; margin-bottom: 10px; }
.geo-search:focus { border-color: var(--brand); }
.geo-list { display: flex; flex-direction: column; max-height: 220px; overflow-y: auto; }
.geo-list a { font-size: 13.5px; color: var(--text); text-decoration: none; padding: 7px 8px; border-radius: 7px; }
.geo-list a:hover { background: var(--brand-50); color: var(--brand); }
.geo-all { display: block; margin-top: 10px; padding-top: 10px; border-top: 1px solid var(--line); font-size: 13px; font-weight: 600; color: var(--brand-dark); text-decoration: none; }
.burger { display: none; background: none; border: 1px solid var(--line); border-radius: 8px; width: 42px; height: 42px; cursor: pointer; align-items: center; justify-content: center; }
.burger svg { width: 22px; height: 22px; stroke: var(--text); }
#mobile-toggle { display: none; }
.mobile-nav { display: none; }
.header-region svg { width: 15px; height: 15px; fill: none; stroke: var(--brand); flex-shrink: 0; }
.hero { background: linear-gradient(135deg, var(--brand) 0%, var(--brand-dark) 100%); padding: 52px 0 40px; color: #fff; }
.hero-tag { display: inline-block; background: rgba(255,255,255,0.16); color: #fff; border: 1px solid rgba(255,255,255,0.28); font-size: 12.5px; font-weight: 600; padding: 5px 12px; border-radius: 100px; margin-bottom: 16px; }
.hero h1 { font-size: 34px; font-weight: 800; letter-spacing: -0.02em; margin-bottom: 12px; max-width: 760px; }
.hero-lead { font-size: 16px; color: rgba(255,255,255,0.85); max-width: 680px; margin-bottom: 26px; }
.search-box { display: flex; max-width: 720px; background: #fff; border-radius: 12px; padding: 5px; gap: 5px; }
.search-input { flex: 1; border: none; padding: 15px 18px; font-size: 15px; outline: none; border-radius: 8px; color: var(--ink); font-family: inherit; }
.search-btn { background: var(--brand); color: #fff; border: none; padding: 0 30px; border-radius: 8px; font-weight: 600; font-size: 15px; cursor: pointer; transition: .15s; font-family: inherit; }
.search-btn:hover { background: var(--brand-dark); }
.search-hints { margin-top: 14px; font-size: 13px; color: rgba(255,255,255,0.8); display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.search-hints a { background: rgba(255,255,255,0.15); padding: 5px 11px; border-radius: 100px; cursor: pointer; text-decoration: none; transition: .15s; }
.search-hints a:hover { background: rgba(255,255,255,0.25); }
.content-grid { display: grid; grid-template-columns: 1fr 300px; gap: 28px; }
body.page-home .content-grid { padding-top: 32px; padding-bottom: 64px; }
.catalog-head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 8px; flex-wrap: wrap; gap: 8px; }
.section-title { font-size: 22px; font-weight: 800; color: var(--ink); letter-spacing: -0.02em; }
.catalog-count { font-size: 13px; color: var(--muted); }
.sort-bar { display: flex; gap: 8px; margin: 16px 0 20px; flex-wrap: wrap; }
.sort-chip { font-size: 13px; font-weight: 500; padding: 7px 14px; border-radius: 100px; border: 1px solid var(--line); background: #fff; color: var(--text); cursor: pointer; transition: .15s; }
.sort-chip:hover { border-color: var(--brand); color: var(--brand); }
.sort-chip.active { background: var(--ink); color: #fff; border-color: var(--ink); }
.service-list { display: flex; flex-direction: column; gap: 14px; }
.service-card { background: var(--card); border-radius: 14px; border: 1px solid var(--line); overflow: hidden; transition: .15s; }
.service-card:hover { box-shadow: 0 10px 30px rgba(15,23,41,0.07); border-color: #c7d3e0; }
.service-header { padding: 18px 22px 14px; display: flex; justify-content: space-between; align-items: flex-start; gap: 14px; flex-wrap: wrap; }
.service-title-block { display: flex; gap: 14px; align-items: center; }
.org-logo { width: 50px; height: 50px; border-radius: 11px; border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 20px; background: #fff; flex-shrink: 0; }
.service-title { font-size: 17px; font-weight: 700; color: var(--ink); margin-bottom: 3px; }
.service-reg { font-size: 12.5px; color: var(--muted); display: flex; align-items: center; gap: 5px; flex-wrap: wrap; }
.reg-check { width: 15px; height: 15px; fill: var(--green); flex-shrink: 0; }
.service-reg a { color: var(--brand); text-decoration: none; }
.service-reg a:hover { text-decoration: underline; }
.tags { display: flex; gap: 7px; flex-wrap: wrap; }
.tag { font-size: 11.5px; padding: 4px 9px; border-radius: 6px; font-weight: 600; background: #eef2f6; color: var(--muted); }
.tag.promo { background: var(--brand-50); color: var(--brand-dark); }
.service-body { padding: 16px 22px; display: flex; justify-content: space-between; align-items: center; gap: 20px; background: #fbfcfd; border-top: 1px solid var(--line); flex-wrap: wrap; }
.params { display: grid; grid-template-columns: repeat(4, auto); gap: 26px; flex: 1; }
.param-label { font-size: 11.5px; color: var(--muted); margin-bottom: 3px; }
.param-value { font-size: 17px; font-weight: 700; color: var(--ink); }
.param-value .unit { font-size: 12px; font-weight: 500; color: var(--muted); }
.param-value.good { color: var(--green); }
.action { display: flex; flex-direction: column; gap: 6px; min-width: 190px; }
body.page-home .btn-primary { background: var(--brand); color: #fff; padding: 13px 22px; border-radius: 9px; font-weight: 700; font-size: 14.5px; text-decoration: none; text-align: center; border: none; cursor: pointer; transition: .15s; display: flex; align-items: center; justify-content: center; gap: 7px; }
.btn-primary:hover { background: var(--brand-dark); }
.action-note { font-size: 11px; color: var(--muted); text-align: center; }
.side-card { background: var(--card); border-radius: 14px; padding: 22px; border: 1px solid var(--line); margin-bottom: 16px; }
.side-card h3 { font-size: 15px; font-weight: 700; color: var(--ink); margin-bottom: 12px; display: flex; align-items: center; gap: 8px; }
.side-card h3 svg { width: 19px; height: 19px; }
.side-list { list-style: none; display: flex; flex-direction: column; gap: 11px; }
.side-list li { font-size: 13.5px; color: var(--text); position: relative; padding-left: 15px; line-height: 1.4; }
.side-list li::before { content: ''; position: absolute; left: 0; top: 7px; width: 6px; height: 6px; border-radius: 50%; background: var(--brand); }
.safety-card { background: #fff7ed; border-color: #fed7aa; }
.safety-card h3 { color: var(--amber); }
.safety-card .side-list li::before { background: var(--amber); }
.reg-link-btn { display: block; margin-top: 14px; text-align: center; font-size: 13px; font-weight: 600; color: var(--brand-dark); text-decoration: none; padding: 10px; border: 1px solid var(--line); border-radius: 9px; }
.reg-link-btn:hover { background: var(--brand-50); border-color: var(--brand); }
body.page-home .faq { padding: 8px 0 56px; }
body.page-home .faq h2 { font-size: 24px; font-weight: 800; color: var(--ink); letter-spacing: -0.02em; margin-bottom: 8px; }
.faq-lead { color: var(--muted); font-size: 14.5px; margin-bottom: 24px; max-width: 720px; }
body.page-home details.faq-item { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 0; margin-bottom: 10px; }
details.faq-item summary { cursor: pointer; padding: 18px 22px; font-weight: 600; font-size: 15.5px; color: var(--ink); list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
details.faq-item summary::-webkit-details-marker { display: none; }
details.faq-item summary::after { content: '+'; font-size: 22px; color: var(--brand); font-weight: 400; }
details.faq-item[open] summary::after { content: '−'; }
details.faq-item .faq-answer { padding: 0 22px 20px; font-size: 14.5px; color: var(--text); line-height: 1.6; }
footer { background: var(--ink); color: #94a3b8; padding: 44px 0 32px; font-size: 13px; line-height: 1.65; }
footer .foot-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr 1fr; gap: 28px; margin-bottom: 28px; }
footer .foot-grid a { font-size: 12.5px; }
footer h4 { color: #fff; font-size: 14px; margin-bottom: 12px; }
footer a { color: #cbd5e1; text-decoration: none; display: block; margin-bottom: 8px; }
footer a:hover { color: #fff; }
.foot-legal { border-top: 1px solid #1e293b; padding-top: 22px; font-size: 12px; color: #64748b; }
.foot-legal p { margin-bottom: 10px; }
.foot-links { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 18px; }
.foot-links a { color: #94a3b8; text-decoration: none; font-size: 12.5px; }
.foot-links a:hover { color: #e2e8f0; }
.foot-bottom { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; margin-top: 16px; color: #475569; }
.help-band { background: linear-gradient(135deg, var(--brand) 0%, var(--brand-dark) 100%); padding: 50px 0; color: #fff; }
.help-head { max-width: 760px; margin-bottom: 26px; }
.help-head h2 { font-size: 26px; font-weight: 800; letter-spacing: -0.02em; margin-bottom: 10px; }
.help-head p { color: rgba(255,255,255,0.85); font-size: 15px; }
.help-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.help-card { display: block; text-decoration: none; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); border-radius: 14px; padding: 22px; transition: .15s; }
.help-card:hover { background: rgba(255,255,255,0.13); border-color: rgba(255,255,255,0.4); transform: translateY(-2px); }
.help-icon { width: 42px; height: 42px; border-radius: 11px; background: rgba(255,255,255,0.16); display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.help-icon svg { width: 22px; height: 22px; stroke: #fff; fill: none; }
.help-card h3 { font-size: 16px; font-weight: 700; color: #fff; margin-bottom: 7px; }
.help-card p { font-size: 13.5px; color: rgba(255,255,255,0.78); line-height: 1.5; margin-bottom: 13px; }
.help-link { font-size: 13.5px; font-weight: 600; color: #fff; }
.help-disclaimer { margin-top: 20px; font-size: 12px; color: rgba(255,255,255,0.6); }
.phero { background: linear-gradient(135deg, var(--brand) 0%, var(--brand-dark) 100%); color: #fff; padding: 26px 0 36px; }
body.page-pillar .crumbs { font-size: 12.5px; color: rgba(255,255,255,0.7); margin-bottom: 18px; }
body.page-pillar .crumbs a { color: rgba(255,255,255,0.85); text-decoration: none; }
body.page-pillar .crumbs a:hover { color: #fff; text-decoration: underline; }
body.page-pillar .crumbs span { margin: 0 6px; opacity: .6; }
body.page-geo .crumbs { font-size: 12.5px; color: rgba(255,255,255,0.7); margin-bottom: 18px; }
body.page-geo .crumbs a { color: rgba(255,255,255,0.85); text-decoration: none; }
body.page-geo .crumbs a:hover { color: #fff; text-decoration: underline; }
body.page-geo .crumbs span { margin: 0 6px; opacity: .6; }
body.page-geo .content-grid { padding-top: 18px; padding-bottom: 56px; }
body.page-geo .faq { padding: 36px 0 56px; }
body.page-geo .faq h2 { font-size: 24px; font-weight: 800; color: var(--ink); letter-spacing: -0.02em; margin-bottom: 8px; }
body.page-geo details.faq-item { background: #fff; border: 1px solid var(--line); border-radius: 12px; margin-bottom: 10px; }
body.page-geo .side-nav a { display: block; font-size: 13.5px; color: var(--text); text-decoration: none; padding: 8px 0; border-bottom: 1px solid var(--line); }
body.page-geo .btn-primary { background: var(--brand); color: #fff; padding: 13px 22px; border-radius: 9px; font-weight: 700; font-size: 14.5px; text-decoration: none; text-align: center; border: none; cursor: pointer; transition: .15s; display: flex; align-items: center; justify-content: center; gap: 7px; }
.phero h1 { font-size: 32px; font-weight: 800; letter-spacing: -0.02em; margin-bottom: 12px; max-width: 800px; }
.phero-lead { font-size: 15.5px; color: rgba(255,255,255,0.85); max-width: 760px; }
.phero-stats { display: flex; gap: 28px; margin-top: 22px; flex-wrap: wrap; }
.phero-stat b { display: block; font-size: 22px; font-weight: 800; }
.phero-stat span { font-size: 12.5px; color: rgba(255,255,255,0.75); }
.subcats { padding: 20px 0 4px; }
/* ── Rating (ranked list) ── */
.rank-card { background: var(--card); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; margin-bottom: 14px; transition: .15s; }
.rank-card:hover { box-shadow: 0 10px 30px rgba(15,23,41,0.07); border-color: #c7d3e0; }
.rank-head { display: flex; align-items: center; gap: 16px; padding: 16px 20px; border-bottom: 1px solid var(--line); flex-wrap: wrap; }
.rank-num { width: 40px; height: 40px; border-radius: 11px; background: var(--brand-50); color: var(--brand); font-weight: 800; font-size: 19px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.rank-card:nth-child(1) .rank-num { background: #fff5d6; color: #a87900; }
.rank-card:nth-child(2) .rank-num { background: #eef1f5; color: #5b6573; }
.rank-card:nth-child(3) .rank-num { background: #f6e7da; color: #9a5b27; }
.rank-org { display: flex; align-items: center; gap: 13px; flex: 1; min-width: 200px; }
.rank-org .org-logo { width: 44px; height: 44px; font-size: 18px; }
.rank-name { font-size: 17px; font-weight: 700; color: var(--ink); text-decoration: none; }
.rank-name:hover { color: var(--brand); }
.rank-reg { font-size: 12px; color: var(--muted); display: flex; align-items: center; gap: 4px; }
.rank-reg .reg-check { width: 13px; height: 13px; }
.rank-score { text-align: center; flex-shrink: 0; }
.rank-score b { display: block; font-size: 22px; font-weight: 800; color: var(--brand); line-height: 1; }
.rank-score span { font-size: 11px; color: var(--muted); }
.rank-body { display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 14px 20px; background: #fbfcfd; flex-wrap: wrap; }
.rank-params { display: grid; grid-template-columns: repeat(3, auto); gap: 22px; flex: 1; }
.rank-why { font-size: 12.5px; color: var(--muted); padding: 0 20px 14px; }
.rank-why b { color: var(--ink); font-weight: 600; }
.method { background: var(--brand-50); border: 1px solid #cdddff; border-radius: 14px; padding: 20px 22px; margin-bottom: 20px; }
.method h2 { font-size: 16px; font-weight: 700; color: var(--ink); margin-bottom: 10px; }
.method ol { margin: 0 0 0 18px; }
.method li { font-size: 13.5px; color: var(--text); line-height: 1.55; margin-bottom: 6px; }
.method p { font-size: 12.5px; color: var(--muted); margin-top: 10px; }
@media (max-width: 560px) {
    .rank-params { grid-template-columns: 1fr 1fr; gap: 14px; }
    .rank-score { order: -1; }
}
.block-title { font-size: 19px; font-weight: 800; color: var(--ink); letter-spacing: -0.02em; margin-bottom: 3px; }
.block-sub { font-size: 13px; color: var(--muted); margin-bottom: 14px; }
.filter-box { background: #fff; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.filter-box > summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px 20px; }
.filter-box > summary::-webkit-details-marker { display: none; }
.filter-summary-text { display: flex; flex-direction: column; gap: 2px; }
.filter-summary-text b { font-size: 16px; font-weight: 700; color: var(--ink); }
.filter-summary-text span { font-size: 12.5px; color: var(--muted); }
.filter-toggle { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 600; color: var(--brand); white-space: nowrap; }
.filter-toggle svg { width: 14px; height: 14px; fill: none; stroke: var(--brand); stroke-width: 2; transition: transform .18s; }
.filter-box[open] .filter-toggle svg { transform: rotate(180deg); }
.filter-box[open] .filter-toggle .t-open { display: none; }
.filter-box:not([open]) .filter-toggle .t-close { display: none; }
.filter-body { padding: 4px 20px 16px; border-top: 1px solid var(--line); }
.subcat-group { display: grid; grid-template-columns: 92px 1fr; align-items: start; gap: 4px 14px; padding: 9px 0; border-top: 1px solid var(--line); }
.filter-body .subcat-group:first-child { border-top: none; }
.subcat-group:last-child { border-bottom: none; }
.subcat-group h3 { font-size: 11px; text-transform: uppercase; letter-spacing: .03em; color: var(--muted); font-weight: 700; margin: 5px 0 0; }
.chips { display: flex; gap: 6px; flex-wrap: wrap; }
.chip-link { display: inline-flex; align-items: center; gap: 5px; background: #fff; border: 1px solid var(--line); border-radius: 100px; padding: 5px 12px; font-size: 13px; color: var(--text); text-decoration: none; transition: .15s; }
.chip-link:hover { border-color: var(--brand); color: var(--brand); background: var(--brand-50); }
.chip-link.accent { border-color: #bcd0ff; background: var(--brand-50); color: var(--brand-dark); font-weight: 600; }
body.page-pillar .content-grid { padding-top: 18px; padding-bottom: 56px; }
body.page-pillar .btn-primary { background: var(--brand); color: #fff; padding: 13px 22px; border-radius: 9px; font-weight: 700; font-size: 14.5px; text-decoration: none; text-align: center; border: none; cursor: pointer; transition: .15s; display: flex; align-items: center; justify-content: center; gap: 7px; }
body.page-pillar .side-nav a { display: block; font-size: 13.5px; color: var(--text); text-decoration: none; padding: 8px 0; border-bottom: 1px solid var(--line); }
.side-nav a:last-child { border-bottom: none; }
.side-nav a:hover { color: var(--brand); }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
table.compare { width: 100%; border-collapse: collapse; font-size: 14px; min-width: 560px; }
table.compare th, table.compare td { padding: 13px 16px; text-align: left; border-bottom: 1px solid var(--line); }
table.compare thead th { background: #f7f9fc; font-size: 12px; text-transform: uppercase; letter-spacing: .03em; color: var(--muted); font-weight: 700; }
table.compare tbody tr:last-child td { border-bottom: none; }
table.compare td b { color: var(--ink); }
table.compare a { color: var(--brand); text-decoration: none; font-weight: 600; }
table.compare a:hover { text-decoration: underline; }
.prose { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 28px 30px; }
.prose h2 { font-size: 22px; font-weight: 800; color: var(--ink); letter-spacing: -0.02em; margin: 26px 0 12px; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { font-size: 17px; font-weight: 700; color: var(--ink); margin: 20px 0 8px; }
.prose p { font-size: 14.5px; color: var(--text); margin-bottom: 12px; line-height: 1.65; }
.prose ul, .prose ol { margin: 0 0 14px 20px; }
.prose li { font-size: 14.5px; line-height: 1.6; margin-bottom: 6px; }
.prose a { color: var(--brand); text-decoration: none; }
.prose a:hover { text-decoration: underline; }
.prose .note { background: var(--amber-bg); border-left: 3px solid var(--amber); border-radius: 8px; padding: 13px 16px; font-size: 13.5px; color: #7a4a08; margin: 14px 0; }
.prose .updated { font-size: 12.5px; color: var(--muted); margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line); }
body.page-pillar .faq { padding: 36px 0 56px; }
body.page-pillar .faq h2 { font-size: 24px; font-weight: 800; color: var(--ink); letter-spacing: -0.02em; margin-bottom: 8px; }
body.page-pillar details.faq-item { background: #fff; border: 1px solid var(--line); border-radius: 12px; margin-bottom: 10px; }
.crumbs-strip { background: #fff; border-bottom: 1px solid var(--line); }
body.page-mfo .crumbs { font-size: 12.5px; color: var(--muted); padding: 12px 0; }
body.page-mfo .crumbs a { color: var(--brand); text-decoration: none; }
body.page-mfo .crumbs a:hover { text-decoration: underline; }
body.page-mfo .crumbs span { margin: 0 7px; opacity: .5; }
.brand-hero { background: #fff; border-bottom: 1px solid var(--line); padding: 26px 0 28px; }
.brand-top { display: flex; gap: 22px; align-items: flex-start; flex-wrap: wrap; }
.brand-logo { width: 86px; height: 86px; border-radius: 18px; border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 38px; color: var(--brand); background: var(--brand-50); flex-shrink: 0; }
.brand-info { flex: 1; min-width: 260px; }
.brand-name-row { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-bottom: 6px; }
.brand-info h1 { font-size: 27px; font-weight: 800; color: var(--ink); letter-spacing: -0.02em; }
.brand-verified { display: inline-flex; align-items: center; gap: 5px; background: #e7f6ee; color: var(--green); font-size: 12px; font-weight: 600; padding: 4px 10px; border-radius: 100px; }
.brand-verified svg { width: 14px; height: 14px; fill: var(--green); }
.brand-reg { font-size: 13px; color: var(--muted); margin-bottom: 12px; }
.brand-reg a { color: var(--brand); text-decoration: none; }
.brand-reg a:hover { text-decoration: underline; }
.rating-row { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.stars { display: inline-flex; gap: 2px; }
.stars svg { width: 18px; height: 18px; }
.star-full { fill: var(--star); }
.star-empty { fill: #dfe3ea; }
.rating-num { font-size: 17px; font-weight: 800; color: var(--ink); }
.rating-count { font-size: 13px; color: var(--muted); }
.rating-count a { color: var(--brand); text-decoration: none; }
.rating-count a:hover { text-decoration: underline; }
.brand-cta { display: flex; flex-direction: column; gap: 8px; min-width: 230px; }
body.page-mfo .btn-primary { background: var(--brand); color: #fff; padding: 14px 24px; border-radius: 10px; font-weight: 700; font-size: 15px; text-decoration: none; text-align: center; border: none; cursor: pointer; transition: .15s; }
.cta-note { font-size: 11px; color: var(--muted); text-align: center; }
.keyparams { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; margin-top: 22px; }
.keyparam { background: #fff; padding: 16px 18px; }
.keyparam .kp-label { font-size: 12px; color: var(--muted); margin-bottom: 4px; }
.keyparam .kp-value { font-size: 19px; font-weight: 800; color: var(--ink); }
.keyparam .kp-value.good { color: var(--green); }
.subnav { background: #fff; border-bottom: 1px solid var(--line); position: sticky; top: 70px; z-index: 90; }
.subnav-inner { display: flex; gap: 4px; overflow-x: auto; }
.subnav a { font-size: 14px; font-weight: 500; color: var(--text); text-decoration: none; padding: 14px 14px; border-bottom: 2px solid transparent; white-space: nowrap; }
.subnav a:hover { color: var(--brand); }
.subnav a.active { color: var(--brand); border-bottom-color: var(--brand); font-weight: 600; }
body.page-mfo .content-grid { padding-top: 28px; padding-bottom: 56px; }
.block { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 24px 26px; margin-bottom: 18px; scroll-margin-top: 130px; }
.block h2 { font-size: 20px; font-weight: 800; color: var(--ink); letter-spacing: -0.02em; margin-bottom: 14px; }
.block h3 { font-size: 16px; font-weight: 700; color: var(--ink); margin: 16px 0 8px; }
.block p { font-size: 14.5px; color: var(--text); line-height: 1.65; margin-bottom: 12px; }
.block p:last-child { margin-bottom: 0; }
.block a { color: var(--brand); text-decoration: none; }
.block a:hover { text-decoration: underline; }
table.cond { width: 100%; border-collapse: collapse; font-size: 14px; }
table.cond td { padding: 11px 0; border-bottom: 1px solid var(--line); vertical-align: top; }
table.cond tr:last-child td { border-bottom: none; }
table.cond td:first-child { color: var(--muted); width: 45%; }
table.cond td:last-child { font-weight: 600; color: var(--ink); }
.proscons { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.pc-col h3 { display: flex; align-items: center; gap: 7px; margin-top: 0; }
.pc-col ul { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.pc-col li { font-size: 13.5px; line-height: 1.45; display: flex; gap: 8px; }
.pc-col li::before { font-weight: 700; flex-shrink: 0; }
.pros li::before { content: '+'; color: var(--green); }
.cons li::before { content: '−'; color: #d52b1e; }
.note { background: var(--amber-bg); border-left: 3px solid var(--amber); border-radius: 8px; padding: 13px 16px; font-size: 13.5px; color: #7a4a08; }
.updated { font-size: 12.5px; color: var(--muted); margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--line); }
.rev-summary { display: flex; gap: 26px; align-items: center; flex-wrap: wrap; margin-bottom: 18px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.rev-big { text-align: center; }
.rev-big b { display: block; font-size: 44px; font-weight: 800; color: var(--ink); line-height: 1; }
.rev-bars { flex: 1; min-width: 220px; display: flex; flex-direction: column; gap: 5px; }
.rev-bar { display: flex; align-items: center; gap: 9px; font-size: 12px; color: var(--muted); }
.rev-bar .track { flex: 1; height: 7px; background: #eef1f5; border-radius: 100px; overflow: hidden; }
.rev-bar .fill { height: 100%; background: var(--star); }
.review { padding: 14px 0; border-bottom: 1px solid var(--line); }
.review:last-child { border-bottom: none; }
.review-head { display: flex; align-items: center; gap: 10px; margin-bottom: 6px; }
.review-author { font-weight: 600; font-size: 14px; color: var(--ink); }
.review-date { font-size: 12px; color: var(--muted); }
.review-stars { display: inline-flex; gap: 1px; }
.review-stars svg { width: 13px; height: 13px; }
.review p { font-size: 13.5px; color: var(--text); line-height: 1.55; }
.side-cta { background: linear-gradient(135deg, var(--brand) 0%, var(--brand-dark) 100%); color: #fff; }
.side-cta h3 { color: #fff; }
.side-cta p { font-size: 13px; color: rgba(255,255,255,.85); margin-bottom: 14px; line-height: 1.5; }
.side-cta .btn-primary { background: #fff; color: var(--brand-dark); width: 100%; }
.side-cta .btn-primary:hover { background: #eef2ff; }
.side-cta .cta-note { color: rgba(255,255,255,.7); }
.similar a { display: flex; justify-content: space-between; align-items: center; gap: 10px; font-size: 13.5px; color: var(--text); text-decoration: none; padding: 9px 0; border-bottom: 1px solid var(--line); }
.similar a:last-child { border-bottom: none; }
.similar a:hover { color: var(--brand); }
.similar .s-rate { font-size: 12px; color: var(--star); font-weight: 700; white-space: nowrap; }
body.page-mfo .faq { padding: 18px 0 56px; }
body.page-mfo .faq h2 { font-size: 24px; font-weight: 800; color: var(--ink); letter-spacing: -0.02em; margin-bottom: 18px; }
body.page-mfo details.faq-item { background: #fff; border: 1px solid var(--line); border-radius: 12px; margin-bottom: 10px; }
details.faq-item .faq-answer a { color: var(--brand); text-decoration: none; }
body.page-article .crumbs { font-size: 12.5px; color: var(--muted); padding: 12px 0; }
body.page-article .crumbs a { color: var(--brand); text-decoration: none; }
body.page-article .crumbs a:hover { text-decoration: underline; }
body.page-article .crumbs span { margin: 0 7px; opacity: .5; }
.article-wrap { display: grid; grid-template-columns: minmax(0,1fr) 280px; gap: 32px; padding-top: 30px; padding-bottom: 56px; align-items: start; }
.article-head { margin-bottom: 18px; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 26px 30px; }
.article-cat { display: inline-block; font-size: 12.5px; font-weight: 600; color: var(--brand); background: var(--brand-50); padding: 4px 11px; border-radius: 100px; margin-bottom: 14px; text-decoration: none; }
.article-head h1 { font-size: 31px; font-weight: 800; color: var(--ink); letter-spacing: -0.02em; line-height: 1.2; margin-bottom: 14px; }
.article-meta { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; font-size: 13px; color: var(--muted); }
.article-author { display: flex; align-items: center; gap: 8px; }
.author-ava { width: 30px; height: 30px; border-radius: 50%; background: var(--brand-50); color: var(--brand); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 13px; }
.article-author b { color: var(--text); font-weight: 600; }
.tldr { background: var(--brand-50); border: 1px solid #cdddff; border-radius: 14px; padding: 20px 22px; margin-bottom: 24px; }
.tldr h2 { font-size: 14px; text-transform: uppercase; letter-spacing: .04em; color: var(--brand-dark); margin-bottom: 8px; }
.tldr p { font-size: 15px; color: var(--text); line-height: 1.6; }
.toc { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 18px 20px; margin-bottom: 26px; }
.toc h2 { font-size: 13px; text-transform: uppercase; letter-spacing: .04em; color: var(--muted); margin-bottom: 12px; }
.toc ol { list-style: none; counter-reset: toc; display: flex; flex-direction: column; gap: 8px; }
.toc li { counter-increment: toc; }
.toc a { font-size: 14px; color: var(--text); text-decoration: none; display: flex; gap: 9px; }
.toc a::before { content: counter(toc); color: var(--brand); font-weight: 700; flex-shrink: 0; }
.toc a:hover { color: var(--brand); }
.article-body { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 30px 34px; }
.article-body h2 { font-size: 22px; font-weight: 800; color: var(--ink); letter-spacing: -0.02em; margin: 30px 0 12px; scroll-margin-top: 90px; }
.article-body h2:first-child { margin-top: 0; }
.article-body h3 { font-size: 17px; font-weight: 700; color: var(--ink); margin: 22px 0 8px; }
.article-body p { font-size: 15.5px; color: var(--text); line-height: 1.7; margin-bottom: 14px; }
.article-body ul, .article-body ol { margin: 0 0 16px 22px; }
.article-body li { font-size: 15.5px; line-height: 1.65; margin-bottom: 8px; }
.article-body a { color: var(--brand); text-decoration: none; }
.article-body a:hover { text-decoration: underline; }
.article-body strong { color: var(--ink); }
.callout { border-radius: 12px; padding: 16px 18px; margin: 18px 0; font-size: 14.5px; line-height: 1.6; }
.callout.warn { background: var(--red-bg); border-left: 3px solid var(--red); color: #8a1c13; }
.callout.tip { background: #e7f6ee; border-left: 3px solid var(--green); color: #14532d; }
.callout.note { background: var(--amber-bg); border-left: 3px solid var(--amber); color: #7a4a08; }
.callout b { color: inherit; }
.steps { counter-reset: step; list-style: none; margin-left: 0 !important; }
.steps li { counter-increment: step; position: relative; padding-left: 44px; margin-bottom: 16px; }
.steps li::before { content: counter(step); position: absolute; left: 0; top: -2px; width: 30px; height: 30px; background: var(--brand); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 14px; }
.where-table { width: 100%; border-collapse: collapse; font-size: 14.5px; margin: 4px 0 16px; }
.where-table th, .where-table td { padding: 12px 14px; text-align: left; border: 1px solid var(--line); vertical-align: top; }
.where-table th { background: #f7f9fc; font-size: 12px; text-transform: uppercase; letter-spacing: .03em; color: var(--muted); }
.where-table b { color: var(--ink); }
.article-updated { font-size: 12.5px; color: var(--muted); margin-top: 22px; padding-top: 16px; border-top: 1px solid var(--line); }
.inline-cta { background: linear-gradient(135deg, var(--brand) 0%, var(--brand-dark) 100%); color: #fff; border-radius: 14px; padding: 22px 24px; margin: 24px 0; }
.inline-cta h3 { color: #fff; font-size: 17px; margin: 0 0 6px; }
.inline-cta p { color: rgba(255,255,255,.85); font-size: 14px; margin-bottom: 14px; line-height: 1.5; }
.inline-cta .btns { display: flex; gap: 10px; flex-wrap: wrap; }
.inline-cta a { background: #fff; color: var(--brand-dark); padding: 10px 18px; border-radius: 8px; font-weight: 600; font-size: 13.5px; text-decoration: none; }
.inline-cta a:hover { background: #eef2ff; }
.inline-cta .cta-note { display:block; color: rgba(255,255,255,.6); font-size: 11px; margin-top: 12px; }
body.page-article .side-nav a { display: block; font-size: 13.5px; color: var(--text); text-decoration: none; padding: 9px 0; border-bottom: 1px solid var(--line); }
.side-sticky { position: sticky; top: 90px; }
body.page-article .faq { padding: 18px 0 56px; }
body.page-article .faq h2 { font-size: 24px; font-weight: 800; color: var(--ink); letter-spacing: -0.02em; margin-bottom: 18px; }
body.page-article details.faq-item { background: #fff; border: 1px solid var(--line); border-radius: 12px; margin-bottom: 10px; }
@media (max-width: 980px) {
    .content-grid { grid-template-columns: 1fr; }
    nav.main-nav, .geo { display: none; }
    .burger { display: flex; }
    #mobile-toggle:checked ~ .mobile-nav { display: block; }
    #mobile-toggle:checked ~ .mobile-overlay { display: block; }
    .mobile-overlay { display: none; position: fixed; inset: 0; background: rgba(15,23,41,.45); z-index: 290; }
    .mobile-nav { position: fixed; top: 0; right: 0; bottom: 0; width: 84%; max-width: 360px; background: #fff; z-index: 300; box-shadow: -8px 0 32px rgba(0,0,0,.18); overflow-y: auto; padding: 18px; -webkit-overflow-scrolling: touch; }
    .mobile-nav .m-close { display: flex; justify-content: flex-end; margin-bottom: 6px; }
    .mobile-nav .m-close label { cursor: pointer; font-size: 26px; line-height: 1; color: var(--muted); padding: 4px 10px; }
    .mobile-nav details { border-bottom: 1px solid var(--line); }
    .mobile-nav summary { padding: 13px 6px; font-size: 15px; font-weight: 600; color: var(--ink); cursor: pointer; list-style: none; display: flex; justify-content: space-between; }
    .mobile-nav summary::-webkit-details-marker { display: none; }
    .mobile-nav summary::after { content: '+'; color: var(--brand); font-weight: 400; font-size: 20px; }
    .mobile-nav details[open] summary::after { content: '−'; }
    .mobile-nav .m-sub a { display: block; padding: 9px 6px 9px 16px; font-size: 14px; color: var(--text); text-decoration: none; }
    .mobile-nav .m-sub a:hover { color: var(--brand); }
    footer .foot-grid { grid-template-columns: 1fr 1fr; gap: 22px; }
    .subnav { top: 0; }
    .article-wrap { grid-template-columns: 1fr; }
    .side-sticky { position: static; }
}
@media (max-width: 860px) {
    .help-grid { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
    .hero { padding: 38px 0 32px; }
    .hero h1 { font-size: 26px; }
    .hero-lead { font-size: 15px; }
    .service-header { flex-direction: column; }
    .service-body { flex-direction: column; align-items: stretch; }
    .params { grid-template-columns: 1fr 1fr; gap: 16px; }
    .action { min-width: 0; }
    .search-box { flex-direction: column; background: transparent; padding: 0; }
    .search-input { border-radius: 9px; }
    .search-btn { padding: 15px; border-radius: 9px; }
    .help-band { padding: 36px 0; }
    .help-head h2 { font-size: 22px; }
    footer .foot-grid { grid-template-columns: 1fr 1fr; gap: 20px 16px; }
    .foot-bottom { flex-direction: column; gap: 6px; }
    .phero h1 { font-size: 25px; }
    .phero-lead { font-size: 14.5px; }
    .prose { padding: 22px 18px; }
    .brand-info h1 { font-size: 22px; }
    .brand-cta { min-width: 0; width: 100%; }
    .keyparams { grid-template-columns: 1fr 1fr; }
    .proscons { grid-template-columns: 1fr; }
    .article-head h1 { font-size: 24px; }
    .article-body { padding: 22px 18px; }
    .where-table { font-size: 13px; }
    .where-table th, .where-table td { padding: 9px 10px; }
}
@media (max-width: 420px) {
    .disclosure-bar { font-size: 11px; }
    .section-title { font-size: 19px; }
    .params { grid-template-columns: 1fr; gap: 12px; }
    .org-logo { width: 44px; height: 44px; font-size: 18px; }
    footer .foot-grid { grid-template-columns: 1fr; }
    .keyparams { grid-template-columns: 1fr; }
    .brand-logo { width: 64px; height: 64px; font-size: 28px; }
}

/* ── Пагинация каталога ── */
.pager { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; margin-top: 26px; }
.pager-btn, .pager-num { display: inline-flex; align-items: center; justify-content: center; min-width: 38px; height: 38px; padding: 0 12px; border: 1px solid var(--line); border-radius: 9px; background: #fff; color: var(--text); text-decoration: none; font-size: 14px; font-weight: 500; transition: .15s; }
.pager-btn:hover, .pager-num:hover { border-color: var(--brand); color: var(--brand); background: var(--brand-50); }
.pager-num.active { background: var(--ink); color: #fff; border-color: var(--ink); }
.pager-dots { padding: 0 4px; color: var(--muted); }

/* ── Таблица реестра МФО (/mfo/spisok/) ── */
.reestr-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.reestr-table th, .reestr-table td { padding: 11px 14px; text-align: left; border-bottom: 1px solid var(--line); }
.reestr-table thead th { background: #f7f9fc; font-size: 12px; text-transform: uppercase; letter-spacing: .03em; color: var(--muted); font-weight: 700; position: sticky; top: 0; }
.reestr-table tbody tr:hover { background: var(--brand-50); }
.reestr-table a { color: var(--brand); text-decoration: none; font-weight: 500; }
.reestr-table a:hover { text-decoration: underline; }
.reestr-excl { color: var(--red); font-size: 12px; }

/* ── Хабы разделов (категории, статьи, города) ── */
.hub-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 14px; }
.hub-card { display: flex; flex-direction: column; gap: 6px; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 18px 20px; text-decoration: none; transition: .15s; }
.hub-card:hover { box-shadow: 0 10px 30px rgba(15,23,41,0.07); border-color: #c7d3e0; transform: translateY(-2px); }
.hub-card-tag { font-size: 11.5px; font-weight: 600; color: var(--brand); background: var(--brand-50); align-self: flex-start; padding: 3px 9px; border-radius: 100px; }
.hub-card-title { font-size: 15.5px; font-weight: 700; color: var(--ink); line-height: 1.35; }
.hub-card-go { font-size: 13px; font-weight: 600; color: var(--brand-dark); margin-top: auto; }
.city-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 8px; }
.city-link { display: block; padding: 10px 14px; background: #fff; border: 1px solid var(--line); border-radius: 9px; font-size: 14px; color: var(--text); text-decoration: none; transition: .15s; }
.city-link:hover { border-color: var(--brand); color: var(--brand); background: var(--brand-50); }
