/* SEO Breadcrumbs (sitewide) — минималистичные хлебные крошки */
.seo-bc {
    max-width: 1200px;
    margin: 0 auto;
    padding: 14px 24px 8px;
    font-family: 'Jost', sans-serif;
    font-size: 12px;
    color: #888;
    letter-spacing: 0.3px;
    overflow-x: auto;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.seo-bc::-webkit-scrollbar { display: none; }
.seo-bc .bc-link {
    color: #888;
    text-decoration: none;
    transition: color 0.15s;
}
.seo-bc .bc-link:hover { color: #1a1a1a; }
.seo-bc .bc-sep {
    margin: 0 8px;
    color: #ccc;
}
.seo-bc .bc-cur {
    color: #1a1a1a;
    font-weight: 400;
}
@media (max-width: 720px) {
    .seo-bc { padding: 10px 16px 6px; font-size: 11px; }
    .seo-bc .bc-sep { margin: 0 6px; }
}

/* SEO Brand Description (unique content for top-30 brand pages) */
.brand-seo {
    max-width: 800px;
    margin: 48px auto;
    padding: 0 24px;
    font-family: 'Jost', sans-serif;
    color: #1a1a1a;
}
.brand-seo-strapline {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #1a1a1a;
    margin: 0 0 12px;
    text-align: center;
}
.brand-seo-meta {
    font-size: 12px;
    color: #888;
    margin-bottom: 32px;
    text-align: center;
    letter-spacing: 0.4px;
}
.brand-seo h2 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #1a1a1a;
    font-weight: 400;
    margin: 32px 0 12px;
}
.brand-seo p {
    font-size: 14px;
    line-height: 1.7;
    color: #444;
    font-weight: 300;
    margin: 0 0 16px;
}
@media (max-width: 720px) {
    .brand-seo { margin: 36px auto; padding: 0 20px; }
    .brand-seo-strapline { font-size: 18px; }
    .brand-seo h2 { font-size: 14px; margin: 24px 0 10px; }
    .brand-seo p { font-size: 13px; }
}

/* SEO Footer (sitewide) — единый стиль с .philosophy и .footer */
.seo-footer {
    background: #1a1a1a;
    color: rgba(255,255,255,0.4);
    padding: 40px 24px 32px;
    font-family: 'Jost', sans-serif;
    text-align: center;
}
.seo-footer-main {
    max-width: 720px;
    margin: 0 auto 32px;
}
.seo-footer-main-row {
    font-size: 12px;
    color: rgba(255,255,255,0.4);
    margin-bottom: 8px;
    line-height: 1.7;
}
.seo-footer-main-row a {
    color: rgba(255,255,255,0.6);
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    transition: color 0.2s;
}
.seo-footer-main-row a:hover { color: #fff; }
.seo-footer-links {
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,0.08);
    text-align: left;
}
.seo-footer-row {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}
.seo-footer-row:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.seo-footer-row-head {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: baseline;
    margin-bottom: 6px;
}
.seo-footer-row-head h3 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 11px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.7);
    font-weight: 400;
    margin: 0;
}
.seo-footer-cta {
    display: inline-block;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.85);
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,0.4);
    padding-bottom: 1px;
    transition: color 0.2s;
}
.seo-footer-cta:hover { color: #fff; border-bottom-color: #fff; }
.seo-footer-list {
    font-size: 11px;
    line-height: 1.7;
    font-weight: 300;
    color: rgba(255,255,255,0.45);
}
.seo-footer-inline a {
    display: inline-block;
    margin-right: 10px;
    color: rgba(255,255,255,0.45);
    text-decoration: none;
    transition: color 0.2s;
}
.seo-footer-inline a:hover { color: #fff; }
@media (max-width: 720px) {
    .seo-footer { padding: 32px 20px 24px; }
    .seo-footer-links { padding-top: 20px; }
    .seo-footer-row { margin-bottom: 14px; padding-bottom: 14px; }
    .seo-footer-inline { display: none; }
}
