/* ============================================================
   VaultStorage — Blog (listing + article)
   Loaded after site.css, so the tokens and buttons come from there.
   ============================================================ */

.blog-page { background: #fff; }

/* ========================================================
   1. LISTING HERO
   ======================================================== */
.bl-hero {
    padding: 176px 0 58px;
    text-align: center;
    background:
        radial-gradient(900px 420px at 15% -10%, rgba(91, 91, 240, .13), transparent 60%),
        radial-gradient(760px 380px at 88% 0%, rgba(224, 82, 156, .12), transparent 60%),
        linear-gradient(180deg, #f6f7fd 0%, #fff 100%);
    border-bottom: 1px solid var(--border);
}

.bl-eyebrow {
    display: inline-block;
    font-size: 12.5px;
    font-weight: 800;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: var(--indigo);
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 30px;
    padding: 7px 16px;
    box-shadow: var(--shadow-sm);
}

.bl-hero h1 {
    font-family: var(--font-head);
    font-size: clamp(30px, 4.6vw, 52px);
    font-weight: 800;
    letter-spacing: -1.4px;
    line-height: 1.16;
    max-width: 880px;
    margin: 22px auto 16px;
}

.bl-hero h1 .grad {
    background: linear-gradient(120deg, var(--indigo), #e0529c);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.bl-hero > .container > p {
    max-width: 620px;
    margin: 0 auto;
    color: var(--text-muted);
    font-size: 16.5px;
    line-height: 1.65;
}

.bl-search {
    position: relative;
    max-width: 560px;
    margin: 30px auto 0;
}

.bl-search input {
    width: 100%;
    height: 58px;
    border-radius: 40px;
    border: 1px solid var(--border);
    background: #fff;
    padding: 0 62px 0 50px;
    font-size: 15px;
    font-weight: 500;
    box-shadow: var(--shadow-md);
    transition: border-color .2s, box-shadow .2s;
}

.bl-search input:focus { outline: none; border-color: var(--indigo); box-shadow: 0 0 0 4px rgba(91, 91, 240, .14); }
.bl-search input::-webkit-search-cancel-button { -webkit-appearance: none; }

.bl-search > .bi {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #9aa0b8;
    font-size: 17px;
    pointer-events: none;
}

.bl-search button {
    position: absolute;
    right: 7px;
    top: 7px;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: var(--indigo);
    color: #fff;
    font-size: 17px;
    display: grid;
    place-items: center;
    transition: background .2s, transform .2s;
}

.bl-search button:hover { background: #4a4ae0; transform: scale(1.05); }

.bl-hero-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 26px;
    margin-top: 24px;
    font-size: 13.5px;
    font-weight: 600;
    color: var(--text-muted);
}

.bl-hero-meta .bi { color: var(--indigo); margin-right: 5px; }

/* ========================================================
   2. CATEGORY PILLS
   ======================================================== */
/* sits right under the fixed navbar once the page is scrolled */
.bl-filters {
    position: sticky;
    top: 78px;
    z-index: 40;
    background: rgba(255, 255, 255, .92);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--border);
    padding: 14px 0;
}

.bl-pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 9px;
}

.bl-pills button {
    border: 1px solid var(--border);
    background: #f4f5fb;
    color: var(--text-muted);
    font-size: 13.5px;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 30px;
    transition: background .2s, color .2s, border-color .2s;
}

.bl-pills button em {
    font-style: normal;
    font-size: 11.5px;
    opacity: .7;
    margin-left: 4px;
}

.bl-pills button:hover { background: #ebedf9; color: var(--text); }
.bl-pills button.active { background: var(--indigo); border-color: var(--indigo); color: #fff; }

/* ========================================================
   3. LAYOUT
   ======================================================== */
.bl-main { padding-top: 54px; }

.bl-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 40px;
    align-items: start;
}

.bl-side { position: sticky; top: 152px; display: grid; gap: 20px; }

/* ========================================================
   4. COVER ART
   ======================================================== */
.bl-cover {
    position: relative;
    height: 100%;
    min-height: 210px;
    border-radius: 18px;
    overflow: hidden;
    display: grid;
    place-items: center;
    color: #fff;
}

.bl-cover::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(420px 220px at 78% 12%, rgba(255, 255, 255, .28), transparent 65%);
}

.bl-cover .bi { font-size: 62px; opacity: .92; filter: drop-shadow(0 8px 18px rgba(0, 0, 0, .2)); }

.bl-cover-tag {
    position: absolute;
    left: 14px;
    bottom: 14px;
    z-index: 2;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: .6px;
    text-transform: uppercase;
    background: rgba(255, 255, 255, .22);
    border: 1px solid rgba(255, 255, 255, .35);
    backdrop-filter: blur(4px);
    padding: 5px 11px;
    border-radius: 20px;
}

.bl-cover-badge {
    position: absolute;
    left: 14px;
    top: 14px;
    z-index: 2;
    font-size: 11.5px;
    font-weight: 800;
    letter-spacing: .8px;
    text-transform: uppercase;
    background: #fff;
    color: var(--indigo);
    padding: 5px 12px;
    border-radius: 20px;
    box-shadow: var(--shadow-sm);
}

/* a post with a featured image: the picture fills the panel and a soft
   wash keeps the category tag readable on top of it */
.bl-cover.has-shot { background: #11132a; }
.bl-cover.has-shot img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.bl-cover.has-shot::after { background: linear-gradient(180deg, rgba(17, 19, 42, .05) 40%, rgba(17, 19, 42, .55)); }

.bl-cover.g1 { background: linear-gradient(135deg, #5b5bf0, #7b4bf5); }
.bl-cover.g2 { background: linear-gradient(135deg, #0ea5a0, #22a06b); }
.bl-cover.g3 { background: linear-gradient(135deg, #e0529c, #f0658a); }
.bl-cover.g4 { background: linear-gradient(135deg, #f59e0b, #ef7d4e); }
.bl-cover.g5 { background: linear-gradient(135deg, #3f6bd6, #24a8c9); }
.bl-cover.g6 { background: linear-gradient(135deg, #7b4bf5, #e0529c); }

/* ========================================================
   5. FEATURED POST
   ======================================================== */
.bl-feature {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 0;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: var(--shadow-md);
    margin-bottom: 30px;
    transition: transform .25s, box-shadow .25s;
}

.bl-feature:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.bl-feature-cover { display: block; min-height: 300px; }
.bl-feature-cover .bl-cover { border-radius: 0; }
.bl-feature-cover .bl-cover .bi { font-size: 78px; }

.bl-feature-body { padding: 34px 32px; display: flex; flex-direction: column; justify-content: center; }

.bl-feature-body h2 {
    font-family: var(--font-head);
    font-size: 27px;
    font-weight: 800;
    letter-spacing: -.7px;
    line-height: 1.3;
    margin: 12px 0 12px;
}

.bl-feature-body h2 a { color: var(--text); }
.bl-feature-body h2 a:hover { color: var(--indigo); }
.bl-feature-body p { color: var(--text-muted); line-height: 1.7; margin-bottom: 20px; }

.bl-read {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    color: var(--indigo);
    width: fit-content;
}

.bl-read .bi { transition: transform .2s; }
.bl-read:hover .bi { transform: translateX(4px); }

/* ========================================================
   6. CARD GRID
   ======================================================== */
.bl-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }

.bl-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 22px;
    overflow: hidden;
    transition: transform .25s, box-shadow .25s, border-color .25s;
}

.bl-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: #d8dbec; }
.bl-card-cover { display: block; height: 180px; }
.bl-card-cover .bl-cover { border-radius: 0; min-height: 180px; }
.bl-card-body { padding: 20px 22px 18px; display: flex; flex-direction: column; flex: 1; }

.bl-card h3 {
    font-family: var(--font-head);
    font-size: 18.5px;
    font-weight: 700;
    line-height: 1.38;
    letter-spacing: -.3px;
    margin: 10px 0 9px;
}

.bl-card h3 a { color: var(--text); }
.bl-card h3 a:hover { color: var(--indigo); }
.bl-card p { color: var(--text-muted); font-size: 14px; line-height: 1.65; margin-bottom: 16px; }

.bl-card-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px solid var(--border);
    font-size: 12.5px;
    font-weight: 600;
    color: var(--text-muted);
}

.bl-card-foot a {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #f2f3fb;
    color: var(--indigo);
    transition: background .2s, transform .2s;
}

.bl-card-foot a:hover { background: var(--indigo); color: #fff; transform: translateX(2px); }

.bl-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 12px; font-size: 12.5px; font-weight: 600; color: var(--text-muted); }

.bl-cat {
    font-size: 11.5px;
    font-weight: 800;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: var(--indigo);
    background: var(--indigo-soft);
    padding: 4px 10px;
    border-radius: 20px;
}

/* ========================================================
   7. EMPTY STATE + PAGER
   ======================================================== */
.bl-empty {
    text-align: center;
    padding: 56px 24px;
    border: 1px dashed var(--border);
    border-radius: 22px;
    background: #fbfbfe;
}

.bl-empty span {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    margin: 0 auto 16px;
    font-size: 24px;
    color: var(--indigo);
    background: var(--indigo-soft);
}

.bl-empty h4 { font-family: var(--font-head); font-weight: 700; font-size: 20px; margin-bottom: 8px; }
.bl-empty p { color: var(--text-muted); margin-bottom: 18px; }

.bl-pager { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: 38px; }

.bl-page {
    min-width: 42px;
    height: 42px;
    padding: 0 12px;
    border-radius: 12px;
    border: 1px solid var(--border);
    background: #fff;
    font-weight: 700;
    color: var(--text-muted);
    transition: background .2s, color .2s, border-color .2s;
}

.bl-page:hover:not(:disabled) { background: #f2f3fb; color: var(--text); }
.bl-page.active { background: var(--indigo); border-color: var(--indigo); color: #fff; }
.bl-page:disabled { opacity: .45; cursor: not-allowed; }
.bl-dots { color: var(--text-muted); padding: 0 4px; font-weight: 700; }

/* ========================================================
   8. SIDEBAR
   ======================================================== */
.bl-cta {
    border-radius: 22px;
    padding: 26px 24px;
    color: #fff;
    background: linear-gradient(140deg, #5b5bf0, #7b4bf5 55%, #e0529c);
    box-shadow: 0 20px 44px rgba(91, 91, 240, .25);
}

.bl-cta-ic {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    font-size: 21px;
    background: rgba(255, 255, 255, .2);
    border: 1px solid rgba(255, 255, 255, .28);
    margin-bottom: 14px;
}

.bl-cta h3 { font-family: var(--font-head); font-size: 20px; font-weight: 800; margin-bottom: 8px; }
.bl-cta p { font-size: 14px; line-height: 1.6; opacity: .9; margin-bottom: 18px; }

.bl-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    color: var(--indigo);
    font-weight: 700;
    font-size: 14.5px;
    padding: 11px 20px;
    border-radius: 30px;
    transition: transform .2s, box-shadow .2s;
}

.bl-cta-btn:hover { color: var(--indigo); transform: translateY(-2px); box-shadow: 0 10px 22px rgba(0, 0, 0, .18); }

.bl-box {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 22px;
    padding: 24px 22px;
}

.bl-box h5 {
    font-family: var(--font-head);
    font-size: 12.5px;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: var(--text-muted);
    margin-bottom: 16px;
}

.bl-cats { list-style: none; padding: 0; margin: 0; display: grid; gap: 2px; }

.bl-cats button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    background: none;
    border: 0;
    border-radius: 10px;
    padding: 10px 12px;
    font-size: 14.5px;
    font-weight: 600;
    color: var(--text);
    text-align: left;
    transition: background .2s, color .2s;
}

.bl-cats button em { font-style: normal; font-size: 12px; color: var(--text-muted); }
.bl-cats button:hover { background: #f4f5fb; color: var(--indigo); }
.bl-cats button.active { background: var(--indigo-soft); color: var(--indigo); }
.bl-cats button.active em { color: var(--indigo); }

.bl-tags { display: flex; flex-wrap: wrap; gap: 8px; }

.bl-tags button {
    border: 1px solid var(--border);
    background: #f7f8fc;
    color: var(--text-muted);
    font-size: 12.5px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 20px;
    transition: background .2s, color .2s, border-color .2s;
}

.bl-tags button:hover { background: var(--indigo-soft); border-color: var(--indigo-soft); color: var(--indigo); }

.bl-quiet { background: #fbfbfe; }
.bl-quiet p { color: var(--text-muted); font-size: 14px; line-height: 1.65; margin-bottom: 14px; }
.bl-quiet-link { display: inline-flex; align-items: center; gap: 7px; font-weight: 700; font-size: 14.5px; color: var(--indigo); }
.bl-quiet-link:hover .bi { transform: translateX(3px); }
.bl-quiet-link .bi { transition: transform .2s; }

/* ========================================================
   9. ARTICLE PAGE
   ======================================================== */
.bp-crumbs {
    padding: 152px 0 0;
    font-size: 13.5px;
    font-weight: 600;
    color: var(--text-muted);
}

.bp-crumbs .container { display: flex; align-items: center; gap: 9px; flex-wrap: wrap; }
.bp-crumbs a { color: var(--text-muted); }
.bp-crumbs a:hover { color: var(--indigo); }
.bp-crumbs .bi { font-size: 11px; opacity: .6; }
.bp-crumbs span { color: var(--text); }

.bp-head { padding: 22px 0 32px; text-align: center; }
.bp-meta { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 8px 16px; font-size: 13px; font-weight: 600; color: var(--text-muted); }
.bp-meta .bi { margin-right: 5px; }

.bp-head h1 {
    font-family: var(--font-head);
    font-size: clamp(27px, 4vw, 44px);
    font-weight: 800;
    letter-spacing: -1.2px;
    line-height: 1.2;
    max-width: 820px;
    margin: 18px auto 14px;
}

.bp-lead { max-width: 700px; margin: 0 auto; color: var(--text-muted); font-size: 16.5px; line-height: 1.7; }

.bp-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-family: var(--font-head);
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #5b5bf0, #e0529c);
}

.bp-avatar.lg { width: 56px; height: 56px; font-size: 20px; }

.bp-cover-wrap { margin-top: 10px; }
.bp-cover-wrap .bl-cover { min-height: 340px; border-radius: 26px; }
.bp-cover-wrap .bl-cover .bi { font-size: 92px; }

.bp-main { padding-top: 46px; }

.bp-layout {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 44px;
    align-items: start;
}

.bp-side { position: sticky; top: 100px; display: grid; gap: 18px; }

.bp-toc, .bp-share {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 22px 20px;
}

.bp-toc h2, .bp-share h2 {
    font-family: var(--font-head);
    font-size: 12.5px;
    font-weight: 800;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    color: var(--text-muted);
    margin-bottom: 14px;
}

.bp-toc h2 .bi { color: var(--indigo); margin-right: 6px; }
.bp-toc ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 4px; }

.bp-toc a {
    display: block;
    padding: 8px 12px;
    border-left: 2px solid var(--border);
    border-radius: 0 8px 8px 0;
    font-size: 13.5px;
    font-weight: 600;
    color: var(--text-muted);
    line-height: 1.45;
    transition: background .2s, color .2s, border-color .2s;
}

.bp-toc a:hover { background: #f5f6fc; color: var(--text); }
.bp-toc a.active { border-color: var(--indigo); background: var(--indigo-soft); color: var(--indigo); }

.bp-share-btns { display: flex; gap: 8px; }

.bp-share-btns button {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    border: 1px solid var(--border);
    background: #f7f8fc;
    color: var(--text-muted);
    font-size: 17px;
    transition: background .2s, color .2s, transform .2s;
}

.bp-share-btns button:hover { background: var(--indigo); border-color: var(--indigo); color: #fff; transform: translateY(-2px); }

/* ---------- article typography ---------- */
.bp-article { max-width: 760px; }
.bp-body { font-size: 16.5px; line-height: 1.8; color: #2c2f45; }
.bp-body p { margin-bottom: 20px; }
.bp-intro { font-size: 18px; font-weight: 500; color: var(--text); }

.bp-body h2 {
    font-family: var(--font-head);
    font-size: 27px;
    font-weight: 800;
    letter-spacing: -.6px;
    line-height: 1.3;
    margin: 42px 0 16px;
    scroll-margin-top: 110px;
}

.bp-body h3 {
    font-family: var(--font-head);
    font-size: 20px;
    font-weight: 700;
    margin: 30px 0 12px;
    scroll-margin-top: 110px;
}

.bp-body ul, .bp-body ol { margin: 0 0 22px; padding-left: 22px; display: grid; gap: 10px; }
.bp-body li { line-height: 1.7; }
.bp-body li::marker { color: var(--indigo); font-weight: 700; }

.bp-body blockquote {
    margin: 28px 0;
    padding: 22px 26px;
    border-left: 4px solid var(--indigo);
    background: #f7f7fe;
    border-radius: 0 16px 16px 0;
    font-family: var(--font-head);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    color: var(--text);
}

.bp-note {
    display: flex;
    gap: 14px;
    margin: 26px 0;
    padding: 20px 22px;
    border-radius: 18px;
    background: var(--indigo-soft);
    border: 1px solid rgba(91, 91, 240, .16);
}

.bp-note > .bi { font-size: 22px; color: var(--indigo); }
.bp-note b { display: block; font-family: var(--font-head); font-size: 16px; margin-bottom: 4px; }
.bp-note p { margin: 0; font-size: 15px; line-height: 1.65; color: var(--text-muted); }
.bp-note.warn { background: #fff8ec; border-color: #f4e2c0; }
.bp-note.warn > .bi { color: var(--amber, #f59e0b); }

.bp-table-wrap { overflow-x: auto; margin: 26px 0; border: 1px solid var(--border); border-radius: 18px; }
.bp-table { width: 100%; border-collapse: collapse; font-size: 14.5px; min-width: 520px; }
.bp-table th, .bp-table td { padding: 14px 18px; text-align: left; border-bottom: 1px solid var(--border); }
.bp-table thead th { background: #f7f8fc; font-family: var(--font-head); font-size: 13px; text-transform: uppercase; letter-spacing: .6px; color: var(--text-muted); }
.bp-table tbody tr:last-child td { border-bottom: 0; }

.bp-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 26px 0; }

.bp-steps > div {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 20px 18px;
}

.bp-steps span {
    display: inline-block;
    font-family: var(--font-head);
    font-size: 13px;
    font-weight: 800;
    color: var(--indigo);
    background: var(--indigo-soft);
    padding: 4px 10px;
    border-radius: 20px;
    margin-bottom: 10px;
}

.bp-steps b { display: block; font-size: 15.5px; margin-bottom: 6px; }
.bp-steps p { margin: 0; font-size: 13.5px; line-height: 1.6; color: var(--text-muted); }

.bp-faq { margin: 22px 0 10px; }

/* ---------- tags, actions, author ---------- */
.bp-tags { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-top: 36px; padding-top: 26px; border-top: 1px solid var(--border); }
.bp-tags > span { font-size: 13.5px; font-weight: 700; color: var(--text-muted); margin-right: 4px; }

.bp-tags a {
    font-size: 12.5px;
    font-weight: 600;
    color: var(--text-muted);
    background: #f4f5fb;
    border: 1px solid var(--border);
    padding: 6px 12px;
    border-radius: 20px;
}

.bp-tags a:hover { background: var(--indigo-soft); border-color: var(--indigo-soft); color: var(--indigo); }

.bp-foot { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }

.bp-author-card {
    display: flex;
    gap: 18px;
    margin-top: 34px;
    padding: 26px 24px;
    background: #fbfbfe;
    border: 1px solid var(--border);
    border-radius: 22px;
}

.bp-author-card b { font-family: var(--font-head); font-size: 17px; }
.bp-author-card p { margin: 6px 0 12px; color: var(--text-muted); font-size: 14.5px; line-height: 1.65; }
.bp-author-card a { font-weight: 700; font-size: 14.5px; color: var(--indigo); }

.bp-related .bl-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }

/* ========================================================
   10. RESPONSIVE
   ======================================================== */
@media (max-width: 1199.98px) {
    .bl-layout { grid-template-columns: minmax(0, 1fr) 290px; gap: 30px; }
    .bp-layout { grid-template-columns: 250px minmax(0, 1fr); gap: 32px; }
}

@media (max-width: 991.98px) {
    .bl-layout, .bp-layout { grid-template-columns: minmax(0, 1fr); }
    .bl-side, .bp-side { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .bp-side { display: grid; }
    .bp-toc { grid-column: 1 / -1; }
    .bl-feature { grid-template-columns: 1fr; }
    .bl-feature-cover { min-height: 220px; }
    .bp-related .bl-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .bp-article { max-width: none; }
}

@media (max-width: 767.98px) {
    .bl-hero { padding: 150px 0 44px; }
    .bl-grid, .bp-related .bl-grid { grid-template-columns: minmax(0, 1fr); }
    .bl-side, .bp-side { grid-template-columns: minmax(0, 1fr); }
    .bp-steps { grid-template-columns: 1fr; }
    .bp-cover-wrap .bl-cover { min-height: 220px; }
    .bp-cover-wrap .bl-cover .bi { font-size: 62px; }
}

@media (max-width: 575.98px) {
    .bl-hero { padding: 158px 0 40px; }
    .bp-crumbs { padding-top: 140px; }
    .bl-search input { height: 52px; font-size: 16px; padding-left: 44px; }
    .bl-search button { width: 40px; height: 40px; top: 6px; }
    .bl-filters { padding: 11px 0; top: 74px; }
    .bl-pills { flex-wrap: nowrap; overflow-x: auto; justify-content: flex-start; scrollbar-width: none; padding-bottom: 2px; }
    .bl-pills::-webkit-scrollbar { display: none; }
    .bl-pills button { white-space: nowrap; }
    .bl-feature-body { padding: 24px 20px; }
    .bl-feature-body h2 { font-size: 22px; }
    .bp-body { font-size: 16px; }
    .bp-body h2 { font-size: 23px; }
    .bp-foot .btn-outline-l { width: 100%; justify-content: center; }
    .bp-author-card { flex-direction: column; gap: 14px; }
}

/* the answer-first summary at the top of a guide */
.bp-body .key-takeaways {
    margin: 0 0 26px;
    padding: 20px 24px;
    border-radius: 18px;
    background: linear-gradient(120deg, #f3f3fe, #eefaf8);
    border: 1px solid #e0e2f6;
}

.bp-body .key-takeaways > b {
    display: block;
    font-family: var(--font-head);
    font-size: 13px;
    letter-spacing: .6px;
    text-transform: uppercase;
    color: var(--indigo-dark);
    margin-bottom: 10px;
}

.bp-body .key-takeaways ul { margin: 0; padding-left: 20px; }
.bp-body .key-takeaways li { margin-bottom: 7px; font-size: 15.5px; line-height: 1.65; }
.bp-body .key-takeaways li:last-child { margin-bottom: 0; }
