/* BlackLimousines Blog — стиль сайта: #1A1A1A / #9A8866 / Playfair Display */

.bn-wrap { --bn-accent: #9A8866; --bn-dark: #1A1A1A; --bn-ink: #333; --bn-muted: #6b6b6b; --bn-line: #e8e4dc; }

/* ---------- HERO ---------- */
.bn-hero {
    position: relative;
    padding: 150px 0 70px;
    background: linear-gradient(80deg, rgba(0,0,0,.72) 0%, rgba(1,0,19,.82) 70%, rgba(0,0,0,.72) 100%), url(/images/airport-transfer-banner-five.png);
    background-size: cover;
    background-position: center 30%;
    color: #fff;
}
.bn-hero-inner { max-width: 900px; }
.bn-eyebrow {
    display: inline-block;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: #d7c6a8;
    font-size: 1.1rem;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.bn-hero h1 { font-size: 3rem; font-weight: 800; line-height: 1.12; margin: 0 0 18px; text-transform: uppercase; letter-spacing: 1px; }
.bn-hero p { font-size: 1.08rem; line-height: 1.7; color: rgba(255,255,255,.85); max-width: 720px; margin: 0; }
.bn-breadcrumb { font-size: .85rem; color: rgba(255,255,255,.7); margin-bottom: 18px; }
.bn-breadcrumb a { color: rgba(255,255,255,.9); text-decoration: none; }
.bn-breadcrumb a:hover { color: #d7c6a8; }

/* ---------- Категории-табы ---------- */
.bn-cats { padding: 28px 0 0; }
.bn-cats-row { display: flex; flex-wrap: wrap; gap: 10px; }
.bn-cat-chip {
    display: inline-block; padding: 9px 18px; border: 1px solid var(--bn-line); border-radius: 40px;
    color: var(--bn-ink); font-size: 14px; font-weight: 500; text-decoration: none; background: #fff;
    transition: all .25s ease;
}
.bn-cat-chip:hover, .bn-cat-chip.is-active { background: var(--bn-dark); border-color: var(--bn-dark); color: #fff; text-decoration: none; }

/* ---------- Featured ---------- */
.bn-featured { padding: 40px 0 10px; }
.bn-featured-card {
    display: grid; grid-template-columns: 1.15fr 1fr; gap: 0; background: #fff; border-radius: 16px; overflow: hidden;
    box-shadow: 0 18px 46px rgba(0,0,0,.09); border: 1px solid var(--bn-line);
}
.bn-featured-img { position: relative; min-height: 340px; overflow: hidden; }
.bn-featured-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s ease; }
.bn-featured-card:hover .bn-featured-img img { transform: scale(1.04); }
.bn-featured-body { padding: 40px 44px; display: flex; flex-direction: column; justify-content: center; }
.bn-featured-body h2 { font-size: 1.9rem; line-height: 1.25; font-weight: 800; margin: 10px 0 14px; color: var(--bn-dark); }
.bn-featured-body h2 a { color: inherit; text-decoration: none; }
.bn-featured-body h2 a:hover { color: var(--bn-accent); }
.bn-featured-body p { font-size: 1rem; line-height: 1.75; color: var(--bn-muted); margin: 0 0 20px; }

/* ---------- Сетка карточек ---------- */
.bn-grid-section { padding: 50px 0 70px; }
.bn-section-head { margin-bottom: 26px; }
.bn-section-head h2 { font-size: 1.6rem; font-weight: 800; text-transform: uppercase; color: var(--bn-dark); margin: 0; }
.bn-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 28px; }
.bn-card {
    background: #fff; border: 1px solid var(--bn-line); border-radius: 14px; overflow: hidden; display: flex; flex-direction: column;
    box-shadow: 0 8px 26px rgba(0,0,0,.05); transition: transform .3s ease, box-shadow .3s ease;
}
.bn-card:hover { transform: translateY(-6px); box-shadow: 0 20px 40px rgba(0,0,0,.1); }
.bn-card-img { position: relative; aspect-ratio: 16/10; overflow: hidden; background: #f3f1ed; }
.bn-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s ease; }
.bn-card:hover .bn-card-img img { transform: scale(1.05); }
.bn-card-cat {
    position: absolute; left: 14px; top: 14px; background: rgba(26,26,26,.88); color: #fff;
    font-size: 11px; letter-spacing: 1px; text-transform: uppercase; padding: 6px 12px; border-radius: 4px; text-decoration: none;
}
.bn-card-cat:hover { background: var(--bn-accent); color: #fff; text-decoration: none; }
.bn-card-body { padding: 22px 24px 24px; display: flex; flex-direction: column; flex: 1; }
.bn-card-body h3 { font-size: 1.15rem; line-height: 1.4; font-weight: 700; margin: 0 0 10px; color: var(--bn-dark); }
.bn-card-body h3 a { color: inherit; text-decoration: none; }
.bn-card-body h3 a:hover { color: var(--bn-accent); }
.bn-card-body p { font-size: .95rem; line-height: 1.65; color: var(--bn-muted); margin: 0 0 18px; }
.bn-meta { display: flex; align-items: center; gap: 10px; font-size: .82rem; color: var(--bn-muted); margin-top: auto; }
.bn-meta img { width: 30px; height: 30px; border-radius: 50%; object-fit: cover; }
.bn-meta a { color: var(--bn-ink); text-decoration: none; font-weight: 600; }
.bn-meta a:hover { color: var(--bn-accent); }
.bn-dot { width: 3px; height: 3px; border-radius: 50%; background: #c9c4b8; display: inline-block; }

/* ---------- Пагинация ---------- */
.bn-pager { display: flex; justify-content: center; gap: 8px; margin-top: 44px; }
.bn-pager a, .bn-pager span {
    min-width: 42px; text-align: center; padding: 10px 14px; border: 1px solid var(--bn-line); border-radius: 8px;
    color: var(--bn-ink); text-decoration: none; font-size: 14px; background: #fff;
}
.bn-pager a:hover { border-color: var(--bn-accent); color: var(--bn-accent); }
.bn-pager .is-current { background: var(--bn-dark); border-color: var(--bn-dark); color: #fff; }

/* ---------- Страница статьи ---------- */

/* Полоса прогресса чтения */
.bn-progress { position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 9999; pointer-events: none; }
.bn-progress span { display: block; height: 100%; width: 0; background: var(--bn-accent); transition: width .1s linear; }

/* Тёмная шапка статьи, обложка выезжает на её нижнюю границу внахлёст */
.bn-article-hero {
    position: relative; padding: 150px 0 150px; background: var(--bn-dark); color: #fff; text-align: center;
}
.bn-article-hero::after {
    content: ''; position: absolute; inset: 0; pointer-events: none;
    background: radial-gradient(ellipse at 50% 0%, rgba(154,136,102,.22), transparent 62%);
}
.bn-article-hero .container { position: relative; z-index: 1; }
.bn-article-head { max-width: 820px; margin: 0 auto; padding: 0; }
.bn-article-head h1 {
    font-size: 2.7rem; line-height: 1.16; font-weight: 800; color: #fff; margin: 0 0 18px; letter-spacing: -.4px;
}
.bn-article-chip {
    display: inline-block; margin-bottom: 16px; padding: 7px 16px; border-radius: 40px;
    border: 1px solid rgba(215,198,168,.45); color: #d7c6a8; text-decoration: none;
    font-size: 11.5px; font-weight: 600; letter-spacing: 1.6px; text-transform: uppercase;
    transition: all .25s ease;
}
.bn-article-chip:hover { background: var(--bn-accent); border-color: var(--bn-accent); color: #fff; text-decoration: none; }
.bn-article-lede {
    font-size: 1.1rem; line-height: 1.75; color: rgba(255,255,255,.72);
    max-width: 680px; margin: 0 auto 26px;
}
.bn-article-meta {
    display: flex; align-items: center; justify-content: center; gap: 11px;
    font-size: .88rem; color: rgba(255,255,255,.6); flex-wrap: wrap;
}
.bn-article-meta .bn-dot { background: rgba(255,255,255,.3); }
.bn-article-hero .bn-meta-author { color: #fff; }
.bn-article-hero .bn-meta-author:hover { color: #d7c6a8; }
.bn-article-hero .bn-breadcrumb { color: rgba(255,255,255,.55); margin-bottom: 22px; }
.bn-article-hero .bn-breadcrumb a { color: rgba(255,255,255,.85); }
.bn-article-hero .bn-breadcrumb a:hover { color: #d7c6a8; }

.bn-article-cover { margin-top: -110px; position: relative; z-index: 2; }
.bn-article-cover figure { margin: 0; }
.bn-article-cover img {
    width: 100%; display: block; border-radius: 18px; box-shadow: 0 26px 60px rgba(0,0,0,.28);
}

.bn-article-layout { display: grid; grid-template-columns: 264px minmax(0, 1fr); gap: 56px; padding: 54px 0 70px; align-items: start; }

/* Сайдбар: оглавление с направляющей + карточка-призыв */
.bn-aside { position: sticky; top: 100px; }
.bn-toc { position: relative; padding-left: 16px; }
.bn-toc::before {
    content: ''; position: absolute; left: 0; top: 30px; bottom: 2px; width: 2px; background: var(--bn-line); border-radius: 2px;
}
.bn-toc-title {
    font-size: 11px; letter-spacing: 1.8px; text-transform: uppercase; color: var(--bn-muted);
    font-weight: 600; margin-bottom: 14px;
}
.bn-toc ul { list-style: none; margin: 0; padding: 0; }
.bn-toc li { position: relative; }
.bn-toc a {
    display: block; position: relative; color: var(--bn-muted); text-decoration: none;
    font-size: 13.5px; line-height: 1.45; padding: 7px 0 7px 2px; transition: color .2s ease;
}
.bn-toc a::before {
    content: ''; position: absolute; left: -16px; top: 6px; bottom: 6px; width: 2px;
    background: var(--bn-accent); border-radius: 2px; opacity: 0; transition: opacity .2s ease;
}
.bn-toc a:hover { color: var(--bn-dark); text-decoration: none; }
.bn-toc a.is-active { color: var(--bn-dark); font-weight: 600; }
.bn-toc a.is-active::before { opacity: 1; }

.bn-aside-cta {
    margin-top: 28px; padding: 24px 22px; border-radius: 14px;
    background: var(--bn-dark); color: #fff; text-align: center;
}
.bn-aside-cta-kicker {
    display: block; font-size: 11px; letter-spacing: 1.6px; text-transform: uppercase;
    color: #d7c6a8; font-weight: 600; margin-bottom: 10px;
}
.bn-aside-cta p { font-size: 13.5px; line-height: 1.65; color: rgba(255,255,255,.72); margin: 0 0 18px; }
.bn-aside-cta .bn-btn { padding: 12px 18px; font-size: 12px; letter-spacing: .8px; }
.bn-aside-phone {
    display: block; margin-top: 12px; font-size: 13.5px; font-weight: 600;
    color: rgba(255,255,255,.8); text-decoration: none;
}
.bn-aside-phone:hover { color: #d7c6a8; text-decoration: none; }
.bn-btn-block { display: block; width: 100%; text-align: center; }
.bn-btn-sm { padding: 11px 20px; font-size: 12px; }

/* Заголовки внутри статьи не должны прятаться под липкой шапкой при переходе по якорю */
.bn-content h2 { scroll-margin-top: 110px; }

.bn-content { max-width: 780px; font-size: 1.06rem; line-height: 1.85; color: #3a3a3a; }
.bn-content > *:first-child { margin-top: 0; }
.bn-content h2 { font-size: 1.65rem; font-weight: 800; color: var(--bn-dark); margin: 44px 0 16px; line-height: 1.3; }
.bn-content h3 { font-size: 1.3rem; font-weight: 700; color: var(--bn-dark); margin: 32px 0 12px; }
.bn-content h4 { font-size: 1.1rem; font-weight: 700; color: var(--bn-dark); margin: 26px 0 10px; }
.bn-content p { margin: 0 0 18px; }
.bn-content a { color: var(--bn-accent); text-decoration: underline; font-weight: 500; }
.bn-content img { max-width: 100%; height: auto; border-radius: 12px; margin: 22px 0; }
/* Глобальный CSS сайта делает ul/li без маркеров — внутри статьи они нужны */
.bn-content ul { list-style: disc outside; margin: 0 0 20px; padding-left: 22px; }
.bn-content ol { list-style: decimal outside; margin: 0 0 20px; padding-left: 24px; }
.bn-content ul ul { list-style: circle outside; margin: 9px 0 0; }
.bn-content li { display: list-item; margin-bottom: 9px; }
.bn-content li::marker { color: var(--bn-accent); }

/* Кнопки внутри текста статьи: правило .bn-content a иначе красит их в золотой с подчёркиванием */
.bn-content .bn-btn { color: #fff; text-decoration: none; font-weight: 600; }
.bn-content .bn-btn:hover { color: #fff; text-decoration: none; }
.bn-content .bn-author-social a { text-decoration: none; font-weight: 600; }
.bn-content blockquote {
    margin: 26px 0; padding: 20px 26px; border-left: 3px solid var(--bn-accent); background: #faf8f4;
    border-radius: 0 10px 10px 0; font-style: italic; color: #4a4a4a;
}
.bn-content table { width: 100%; border-collapse: collapse; margin: 24px 0; font-size: .95rem; }
.bn-content th { background: var(--bn-dark); color: #fff; text-align: left; padding: 12px 14px; }
.bn-content td { border-bottom: 1px solid var(--bn-line); padding: 12px 14px; }
.bn-content figure { margin: 24px 0; }
.bn-content figcaption { font-size: .85rem; color: var(--bn-muted); margin-top: 8px; text-align: center; }

/* ---------- Легаси-блоки внутри тела статьи ---------- */
/* Статьи перенесены из старого блога и используют его классы. Приводим их
   к типографике нового блога, не трогая сам HTML в базе. */

.bn-content .article-container { margin: 0; padding: 0; }
.bn-content .article-container > *:first-child { margin-top: 0; }

/* Картинка внутри текста */
.bn-content .img-inside,
.bn-content .linkedin-screen { margin: 30px 0; }
.bn-content .img-inside img,
.bn-content .linkedin-screen img {
    width: 100%; height: auto; display: block; border-radius: 14px; margin: 0;
    box-shadow: 0 14px 34px rgba(0,0,0,.09);
}
.bn-content .linkedin-screen img { max-width: 560px; margin: 0 auto; }

/* Галерея из шорткода [gallery_id=N] */
.bn-content .gallery-inside { margin: 30px 0; }
.bn-content .gallery-inside .bn-gallery { margin: 0; }
.bn-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin: 30px 0; }
.bn-gallery-1 { grid-template-columns: 1fr; }
.bn-gallery-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.bn-gallery figure { margin: 0; }
.bn-gallery img { width: 100%; height: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 12px; margin: 0; display: block; }

/* Таблицы: горизонтальный скролл вместо ломающейся вёрстки */
.bn-table-scroll { overflow-x: auto; margin: 26px 0; -webkit-overflow-scrolling: touch; }
.bn-table-scroll table { margin: 0; min-width: 480px; }
.bn-content .comparison-table-wrap { margin: 26px 0; }
.bn-content .comparison-table { width: 100%; border-collapse: collapse; font-size: .95rem; }
.bn-content .comparison-table th {
    background: var(--bn-dark); color: #fff; font-weight: 600; text-align: left;
    padding: 13px 16px; font-size: .85rem; letter-spacing: .4px; text-transform: uppercase;
}
.bn-content .comparison-table td { border-bottom: 1px solid var(--bn-line); padding: 13px 16px; }
.bn-content .comparison-table tr:nth-child(even) td { background: #faf9f6; }
.bn-content .comparison-table th.highlight-col { background: var(--bn-accent); }
.bn-content .comparison-table td.highlight-col { background: #f6f2e9; font-weight: 600; color: var(--bn-dark); }
.bn-content .comparison-table tr:nth-child(even) td.highlight-col { background: #f1ebdd; }
.bn-content .table-source { font-size: .82rem; color: var(--bn-muted); margin: 10px 0 0; }

/* Сетка «плиток» с подзаголовками (number-cotainer / forum-container) */
.bn-content .number-cotainer,
.bn-content .forum-container { margin: 30px 0; }
.bn-content .number-cotainer .row,
.bn-content .forum-container .row {
    display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin: 0;
}
/* Сбрасываем бутстраповские флекс-колонки — сеткой управляет .row выше */
.bn-content .number-cotainer .row > [class*="col-"],
.bn-content .forum-container .row > [class*="col-"] {
    width: auto; max-width: none; flex: none; padding: 0; float: none;
}
/* Карточкой становится внутренний .number_events, а в forum-container — сама колонка */
.bn-content .number-cotainer .row > [class*="col-"] > .number_events,
.bn-content .forum-container .row > [class*="col-"] {
    height: 100%; background: #faf8f4; border: 1px solid var(--bn-line);
    border-radius: 14px; padding: 24px 26px;
}
.bn-content .number_events > *:last-child,
.bn-content .forum-container .row > [class*="col-"] > *:last-child { margin-bottom: 0; }
.bn-content .number_events h3,
.bn-content .forum-container h3 {
    font-size: 1.08rem; font-weight: 700; color: var(--bn-dark); margin: 0 0 10px; line-height: 1.4;
}
.bn-content .number_events p,
.bn-content .forum-container p { font-size: .95rem; line-height: 1.7; color: #4a4a4a; margin: 0 0 12px; }
.bn-content .forum-container ul { margin: 0; padding-left: 20px; }
.bn-content .forum-container li { font-size: .95rem; line-height: 1.65; margin-bottom: 10px; }

/* Списки-карточки: itb-ul, executive-transportation-ul, count-seater-ul */
.bn-content .itb-ul,
.bn-content .itb-uls,
.bn-content .executive-transportation-ul,
.bn-content .count-seater-ul {
    margin: 26px 0; background: #faf8f4; border: 1px solid var(--bn-line);
    border-left: 3px solid var(--bn-accent); border-radius: 0 14px 14px 0; padding: 24px 28px;
}
.bn-content .itb-ul ul,
.bn-content .itb-uls ul,
.bn-content .executive-transportation-ul ul,
.bn-content .count-seater-ul ul { margin: 0; padding-left: 20px; }
.bn-content .itb-ul li,
.bn-content .itb-uls li,
.bn-content .executive-transportation-ul li,
.bn-content .count-seater-ul li { margin-bottom: 12px; line-height: 1.7; }
/* В этих списках первое предложение — подзаголовок пункта */
.bn-content .executive-transportation-ul li > span:first-child,
.bn-content .itb-ul li > strong:first-child,
.bn-content .itb-uls li > strong:first-child { color: var(--bn-dark); font-weight: 700; }
.bn-content .itb-ul li:last-child,
.bn-content .executive-transportation-ul li:last-child,
.bn-content .count-seater-ul li:last-child { margin-bottom: 0; }
.bn-content .executive-transportation-ul li span,
.bn-content .itb-ul li strong { color: var(--bn-dark); font-weight: 700; }

/* Pros / Cons / FAQ (fasttrack-*) */
.bn-content .fasttrack-container { margin: 30px 0; }
.bn-content .fasttrack-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.bn-content .fasttrack-column {
    background: #faf8f4; border: 1px solid var(--bn-line); border-radius: 14px; padding: 24px 26px;
}
.bn-content .fasttrack-column-title {
    display: flex; align-items: center; gap: 9px; font-size: .8rem; font-weight: 700;
    letter-spacing: 1.4px; text-transform: uppercase; color: var(--bn-dark); margin-bottom: 18px;
}
.bn-content .fasttrack-icon { width: 20px; height: 20px; flex-shrink: 0; }
.bn-content .fasttrack-pros-icon { color: #2f8a4f; }
.bn-content .fasttrack-cons-icon { color: #b5473f; }
.bn-content .fasttrack-list { list-style: none; margin: 0; padding: 0; }
.bn-content .fasttrack-item { display: flex; gap: 14px; margin: 0 0 20px; padding: 0; }
.bn-content .fasttrack-item:last-child { margin-bottom: 0; }
.bn-content .fasttrack-number {
    flex-shrink: 0; width: 34px; height: 34px; border-radius: 50%; display: flex;
    align-items: center; justify-content: center; font-size: .78rem; font-weight: 700; letter-spacing: .5px;
}
.bn-content .fasttrack-pros-number { background: #e6f2ea; color: #2f8a4f; }
.bn-content .fasttrack-cons-number { background: #fbeceb; color: #b5473f; }
.bn-content .fasttrack-content { min-width: 0; }
.bn-content .fasttrack-item-title { font-size: 1rem; font-weight: 700; color: var(--bn-dark); margin: 5px 0 6px; }
.bn-content .fasttrack-pros { border-top: 3px solid #2f8a4f; }
.bn-content .fasttrack-cons { border-top: 3px solid #b5473f; }
.bn-content .fasttrack-pros-title,
.bn-content .fasttrack-cons-title { color: var(--bn-dark); }
.bn-content .fasttrack-text { font-size: .93rem; line-height: 1.7; color: #4a4a4a; margin: 0; }

.bn-content .fasttrack-faq { display: grid; gap: 14px; }
.bn-content .fasttrack-faq-item {
    background: #fff; border: 1px solid var(--bn-line); border-radius: 14px; padding: 22px 26px;
}
.bn-content .fasttrack-faq-item h3 { font-size: 1.05rem; font-weight: 700; color: var(--bn-dark); margin: 0 0 10px; }
.bn-content .fasttrack-faq-answer p { font-size: .95rem; line-height: 1.75; color: #4a4a4a; margin: 0 0 10px; }
.bn-content .fasttrack-faq-answer > *:last-child { margin-bottom: 0; }
.bn-content .fasttrack-faq-answer ul { margin: 0; padding-left: 20px; }

/* Контакты внутри статьи */
.bn-content .contactbl-container {
    display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin: 30px 0;
}
.bn-content .contactbl-item {
    display: flex; align-items: center; gap: 15px; background: #faf8f4;
    border: 1px solid var(--bn-line); border-radius: 14px; padding: 18px 20px;
}
.bn-content .contactbl-icon {
    width: 42px; height: 42px; flex-shrink: 0; border-radius: 50%; background: var(--bn-dark);
    color: #fff; display: flex; align-items: center; justify-content: center;
}
.bn-content .contactbl-icon svg { width: 19px; height: 19px; }
.bn-content .contactbl-info { min-width: 0; }
.bn-content .contactbl-label {
    display: block; font-size: .72rem; letter-spacing: 1.2px; text-transform: uppercase; color: var(--bn-muted);
}
.bn-content .contactbl-link {
    font-size: .98rem; font-weight: 600; color: var(--bn-dark); text-decoration: none;
    word-break: break-word;
}
.bn-content .contactbl-link:hover { color: var(--bn-accent); }

/* Финальный призыв внутри тела статьи */
.bn-content .cta-section {
    margin: 34px 0; padding: 30px 34px; background: #faf8f4;
    border: 1px solid var(--bn-line); border-left: 3px solid var(--bn-accent); border-radius: 0 16px 16px 0;
}
.bn-content .cta-section h2 { font-size: 1.4rem; margin: 0 0 12px; }
.bn-content .cta-section > *:last-child { margin-bottom: 0; }

/* ---------- Блок автора ---------- */
.bn-author-avatar {
    width: 78px; height: 78px; border-radius: 50%; flex-shrink: 0; overflow: hidden;
    background: linear-gradient(140deg, #9A8866, #6f6047); color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-weight: 700; font-size: 1.6rem; letter-spacing: 1px;
}
.bn-author-avatar img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; margin: 0; }
.bn-author-avatar-sm { width: 72px; height: 72px; font-size: 1.4rem; }
.bn-author-avatar-xs { width: 34px; height: 34px; font-size: .78rem; letter-spacing: .5px; display: inline-flex; }
.bn-meta-author { color: var(--bn-ink); font-weight: 600; text-decoration: none; }
.bn-meta-author:hover { color: var(--bn-accent); }
.bn-author-kicker {
    display: block; font-size: .7rem; letter-spacing: 1.6px; text-transform: uppercase;
    color: var(--bn-muted); margin-bottom: 6px;
}
.bn-author-box {
    display: flex; gap: 22px; align-items: flex-start; margin: 46px 0 0; padding: 28px 30px;
    background: #faf8f4; border: 1px solid var(--bn-line); border-radius: 14px; max-width: 780px;
}
.bn-author-box-text { min-width: 0; }
.bn-author-box h3 { font-size: 1.15rem; font-weight: 700; margin: 0 0 4px; color: var(--bn-dark); }
.bn-author-box h3 a { color: inherit; text-decoration: none; }
.bn-author-box h3 a:hover { color: var(--bn-accent); }
.bn-author-role { font-size: .85rem; color: var(--bn-muted); margin: 0 0 10px; }
.bn-author-box p { font-size: .95rem; line-height: 1.7; color: #4a4a4a; margin: 0 0 10px; }
.bn-author-social { display: flex; gap: 10px; flex-wrap: wrap; }
.bn-author-social a {
    font-size: .8rem; font-weight: 600; letter-spacing: .5px; color: var(--bn-dark); text-decoration: none;
    border: 1px solid var(--bn-line); background: #fff; border-radius: 40px; padding: 7px 15px;
    transition: all .25s ease;
}
.bn-author-social a:hover { background: var(--bn-dark); border-color: var(--bn-dark); color: #fff; text-decoration: none; }

/* ---------- Страница автора ---------- */
/* Тёмная шапка в том же ключе, что и у статьи, чтобы блог выглядел одним целым */
.bn-author-hero { position: relative; padding: 145px 0 55px; background: var(--bn-dark); color: #fff; }
.bn-author-hero::after {
    content: ''; position: absolute; inset: 0; pointer-events: none;
    background: radial-gradient(ellipse at 20% 0%, rgba(154,136,102,.24), transparent 62%);
}
.bn-author-hero .container { position: relative; z-index: 1; }
.bn-author-hero .bn-breadcrumb { color: rgba(255,255,255,.55); margin-bottom: 30px; }
.bn-author-hero .bn-breadcrumb a { color: rgba(255,255,255,.85); }
.bn-author-hero .bn-breadcrumb a:hover { color: #d7c6a8; }
.bn-author-profile { display: flex; gap: 34px; align-items: flex-start; }
.bn-author-avatar-lg {
    width: 132px; height: 132px; font-size: 2.7rem; box-shadow: 0 0 0 1px rgba(215,198,168,.4), 0 0 0 9px rgba(154,136,102,.12);
}
.bn-author-intro { min-width: 0; flex: 1; }
.bn-author-intro h1 { font-size: 2.4rem; font-weight: 800; color: #fff; margin: 0 0 8px; line-height: 1.15; letter-spacing: -.4px; }
.bn-author-job { font-size: .95rem; color: #d7c6a8; font-weight: 600; margin: 0 0 16px; }
.bn-author-lead { font-size: 1.05rem; line-height: 1.75; color: rgba(255,255,255,.72); margin: 0 0 22px; max-width: 720px; }
.bn-author-facts {
    display: flex; gap: 12px; margin: 0 0 22px; font-size: .82rem; color: rgba(255,255,255,.6); flex-wrap: wrap;
}
.bn-author-facts span {
    background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12);
    border-radius: 40px; padding: 8px 16px;
}
.bn-author-facts strong { color: #fff; font-size: 1rem; font-weight: 800; margin-right: 5px; }
.bn-author-hero .bn-author-social a {
    background: transparent; border-color: rgba(255,255,255,.28); color: rgba(255,255,255,.88);
}
.bn-author-hero .bn-author-social a:hover { background: var(--bn-accent); border-color: var(--bn-accent); color: #fff; }

/* Автор в карточках статей — ссылка на его страницу */
.bn-meta-author-link {
    display: inline-flex; align-items: center; gap: 8px; color: var(--bn-ink);
    text-decoration: none; font-weight: 600;
}
.bn-meta-author-link:hover { color: var(--bn-accent); text-decoration: none; }
.bn-meta-author-link .bn-author-avatar { transition: transform .25s ease; }
.bn-meta-author-link:hover .bn-author-avatar { transform: scale(1.08); }
.bn-author-bio { padding: 40px 0 0; }
.bn-author-bio-inner { max-width: 780px; }
.bn-author-bio-inner h2 { font-size: 1.4rem; font-weight: 800; color: var(--bn-dark); margin: 0 0 14px; }
.bn-author-bio-inner p { font-size: 1rem; line-height: 1.8; color: #4a4a4a; margin: 0 0 14px; }
.bn-section-head-row { display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; }
.bn-author-topics { display: flex; gap: 8px; flex-wrap: wrap; }
.bn-author-topics .bn-cat-chip { padding: 7px 15px; font-size: 13px; }

/* CTA */
.bn-cta {
    margin: 44px 0 0; padding: 34px 36px; border-radius: 16px; background: var(--bn-dark); color: #fff; max-width: 780px;
}
.bn-cta h3 { font-size: 1.4rem; font-weight: 800; margin: 0 0 10px; color: #fff; }
.bn-cta p { color: rgba(255,255,255,.8); margin: 0 0 20px; line-height: 1.7; }
.bn-cta-actions { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.bn-btn {
    display: inline-block; background: var(--bn-accent); color: #fff; padding: 14px 30px; border-radius: 6px;
    font-weight: 600; letter-spacing: 1px; text-transform: uppercase; font-size: 14px; text-decoration: none; transition: all .3s ease;
}
.bn-btn:hover { background: #b09b75; color: #fff; text-decoration: none; transform: translateY(-2px); }
.bn-btn-ghost { background: transparent; border: 1px solid rgba(255,255,255,.45); }
.bn-btn-ghost:hover { background: rgba(255,255,255,.12); }

/* Похожие */
.bn-related { padding: 56px 0 70px; background: #faf8f4; }

/* Пустое состояние */
.bn-empty { padding: 70px 0; text-align: center; color: var(--bn-muted); }

/* ---------- 404 внутри блога ---------- */
.bn-404 { position: relative; padding: 150px 0 70px; background: var(--bn-dark); color: #fff; text-align: center; overflow: hidden; }
.bn-404::after {
    content: ''; position: absolute; inset: 0; pointer-events: none;
    background: radial-gradient(ellipse at 50% 10%, rgba(154,136,102,.24), transparent 62%);
}
.bn-404-inner { position: relative; z-index: 1; max-width: 700px; margin: 0 auto; }
.bn-404-code {
    display: block; font-family: 'Playfair Display', Georgia, serif; font-size: 7rem; line-height: 1;
    font-weight: 700; color: transparent; margin-bottom: 6px;
    -webkit-text-stroke: 1.5px rgba(215,198,168,.5); letter-spacing: 4px;
}
.bn-404 h1 { font-size: 2.1rem; font-weight: 800; color: #fff; margin: 0 0 16px; line-height: 1.2; }
.bn-404 p { font-size: 1.05rem; line-height: 1.75; color: rgba(255,255,255,.7); margin: 0 0 28px; }
.bn-404-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 34px; }
.bn-404-cats { display: flex; gap: 9px; justify-content: center; flex-wrap: wrap; }
.bn-404-cats .bn-cat-chip {
    background: transparent; border-color: rgba(255,255,255,.25); color: rgba(255,255,255,.85);
}
.bn-404-cats .bn-cat-chip:hover { background: var(--bn-accent); border-color: var(--bn-accent); color: #fff; }

/* ---------- Планшет ---------- */
@media (max-width: 991px) {
    .bn-hero { padding: 120px 0 50px; }
    .bn-hero h1 { font-size: 2.1rem; }
    .bn-featured-card { grid-template-columns: 1fr; }
    .bn-featured-img { min-height: 240px; }
    .bn-featured-body { padding: 28px 26px; }

    .bn-article-hero { padding: 118px 0 110px; }
    .bn-article-head h1 { font-size: 2rem; }
    .bn-article-lede { font-size: 1.02rem; }
    .bn-article-cover { margin-top: -80px; }
    .bn-article-cover img { border-radius: 14px; }
    .bn-article-layout { grid-template-columns: 1fr; gap: 26px; padding: 34px 0 50px; }
    /* Сайдбар уезжает над текстом: оглавление панелью, призыв — широкой карточкой */
    .bn-aside { position: static; }
    .bn-toc {
        border: 1px solid var(--bn-line); border-radius: 14px; background: #faf8f4; padding: 20px 22px;
    }
    .bn-toc::before { display: none; }
    .bn-toc ul { columns: 2; column-gap: 26px; }
    .bn-toc li { break-inside: avoid; }
    .bn-toc a { padding: 6px 0; }
    .bn-toc a::before { left: -10px; }
    .bn-aside-cta { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 14px; text-align: center; }
    .bn-aside-cta-kicker { width: 100%; margin-bottom: 0; }
    .bn-aside-cta p { width: 100%; margin: 0; }
    .bn-aside-cta .bn-btn { width: auto; display: inline-block; }
    .bn-aside-phone { margin-top: 0; }
    .bn-content { max-width: none; }
    .bn-author-box, .bn-cta { max-width: none; }

    .bn-author-hero { padding: 112px 0 42px; }
    .bn-author-profile { gap: 24px; }
    .bn-author-avatar-lg { width: 100px; height: 100px; font-size: 2.1rem; }
    .bn-author-intro h1 { font-size: 1.9rem; }
}

/* ---------- Телефон ---------- */
@media (max-width: 767px) {
    .bn-hero { padding: 105px 0 40px; }
    .bn-hero h1 { font-size: 1.7rem; }
    .bn-hero p { font-size: 1rem; }
    .bn-cats { padding: 20px 0 0; }
    /* Чипы категорий скроллятся строкой, а не переносятся в четыре ряда */
    .bn-cats-row {
        flex-wrap: nowrap; overflow-x: auto; padding-bottom: 6px;
        -webkit-overflow-scrolling: touch; scrollbar-width: none;
    }
    .bn-cats-row::-webkit-scrollbar { display: none; }
    .bn-cat-chip { white-space: nowrap; flex-shrink: 0; }

    .bn-featured { padding: 28px 0 0; }
    .bn-featured-body h2 { font-size: 1.4rem; }
    .bn-grid-section { padding: 34px 0 50px; }
    .bn-grid { grid-template-columns: 1fr; gap: 20px; }
    .bn-section-head h2 { font-size: 1.3rem; }

    .bn-article-hero { padding: 100px 0 80px; text-align: left; }
    .bn-article-head h1 { font-size: 1.65rem; line-height: 1.25; }
    .bn-article-lede { font-size: .98rem; margin-bottom: 20px; }
    .bn-article-meta { justify-content: flex-start; font-size: .82rem; gap: 9px; }
    .bn-article-cover { margin-top: -55px; }
    .bn-article-cover img { border-radius: 12px; box-shadow: 0 14px 32px rgba(0,0,0,.22); }
    .bn-toc ul { columns: 1; }
    .bn-aside-cta { padding: 22px 20px; }

    .bn-content { font-size: 1rem; line-height: 1.8; }
    .bn-content h2 { font-size: 1.32rem; margin: 32px 0 12px; }
    .bn-content h3 { font-size: 1.13rem; margin: 24px 0 10px; }
    .bn-content ul, .bn-content ol { padding-left: 19px; }
    .bn-content blockquote { padding: 16px 18px; }

    /* Все двухколоночные легаси-блоки становятся в одну колонку */
    .bn-content .number-cotainer .row,
    .bn-content .forum-container .row,
    .bn-content .fasttrack-columns,
    .bn-content .contactbl-container { grid-template-columns: 1fr; gap: 14px; }
    .bn-gallery, .bn-gallery-3 { grid-template-columns: 1fr; gap: 12px; }
    .bn-content .number-cotainer .row > [class*="col-"] > .number_events,
    .bn-content .forum-container .row > [class*="col-"],
    .bn-content .fasttrack-column,
    .bn-content .fasttrack-faq-item { padding: 20px 20px; }
    .bn-content .itb-ul,
    .bn-content .itb-uls,
    .bn-content .executive-transportation-ul,
    .bn-content .count-seater-ul,
    .bn-content .cta-section { padding: 20px 20px; border-radius: 0 12px 12px 0; }
    .bn-content .cta-section h2 { font-size: 1.2rem; }
    .bn-content .fasttrack-item { gap: 12px; }
    .bn-content .fasttrack-number { width: 30px; height: 30px; font-size: .72rem; }
    .bn-content .comparison-table th,
    .bn-content .comparison-table td { padding: 11px 13px; font-size: .88rem; }

    .bn-author-box { flex-direction: column; gap: 16px; padding: 24px 22px; }
    .bn-cta { padding: 26px 22px; }
    .bn-cta h3 { font-size: 1.2rem; }
    .bn-cta-actions { flex-direction: column; align-items: stretch; }
    .bn-cta-actions .bn-btn { text-align: center; }

    .bn-author-hero { padding: 100px 0 34px; }
    .bn-author-profile { flex-direction: column; gap: 18px; }
    .bn-author-avatar-lg { width: 84px; height: 84px; font-size: 1.8rem; box-shadow: 0 0 0 1px rgba(215,198,168,.4), 0 0 0 6px rgba(154,136,102,.12); }
    .bn-author-intro h1 { font-size: 1.6rem; }
    .bn-author-lead { font-size: 1rem; }
    .bn-author-facts { gap: 8px; }
    .bn-author-facts span { padding: 7px 13px; font-size: .78rem; }
    .bn-section-head-row { align-items: flex-start; }

    .bn-related { padding: 40px 0 50px; }
    .bn-pager { margin-top: 32px; flex-wrap: wrap; }

    .bn-404 { padding: 105px 0 50px; }
    .bn-404-code { font-size: 4.6rem; }
    .bn-404 h1 { font-size: 1.55rem; }
    .bn-404 p { font-size: 1rem; }
    .bn-404-actions { flex-direction: column; align-items: stretch; }
    .bn-404-actions .bn-btn { text-align: center; }
}
