@font-face {
    font-family: "Muli";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url("/assets/fonts/mulish-v18-latin-300.woff2") format("woff2");
}

@font-face {
    font-family: "Muli";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/assets/fonts/mulish-v18-latin-regular.woff2") format("woff2");
}

@font-face {
    font-family: "Muli";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("/assets/fonts/mulish-v18-latin-600.woff2") format("woff2");
}

@font-face {
    font-family: "Muli";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("/assets/fonts/mulish-v18-latin-700.woff2") format("woff2");
}

@font-face {
    font-family: "Muli";
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url("/assets/fonts/mulish-v18-latin-800.woff2") format("woff2");
}

@font-face {
    font-family: "Muli-ExtraLight-Roman";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url("/assets/fonts/mulish-v18-latin-300.woff2") format("woff2");
}

/**
 * Landing Page Styles
 * Scoped under .bk-landing to avoid theme conflicts
 */

/* ==========================================================================
   CSS VARIABLES
   ========================================================================== */
.bk-landing {
    --accent: var(--bk-accent);
    --accent-alt: var(--bk-accent-alt);
    --muted: var(--bk-bg);
    --dark: #1a1a1a;
    --text: var(--bk-text);
    --text-light: var(--bk-text-soft);
    --text-muted: var(--bk-text-muted);
    --border: var(--bk-border);
    --border-light: #eee;
    --card-shadow: var(--bk-shadow);
    --card-shadow-hover: 0 16px 42px rgba(0, 0, 0, 0.08);
    --radius: var(--bk-radius);
    --radius-sm: var(--bk-radius-sm);
    --radius-lg: 14px;
    --content-max-width: var(--bk-max-width);
    --content-padding: var(--bk-content-padding);
    --section-padding-v: var(--bk-section-y);
    --timeline-gap: 40px;
    --hiw-dot-size: 36px;
    --hiw-rail-width: 4px;
    --hiw-step-gap: 40px;
    --hiw-step-col-gap: 24px;
    --z-rail: 1;
    --z-dot: 2;
    --z-card: 2;
    color: var(--text);
}

.bk-landing .light-text {
    color: #fff;
}

.bk-landing .wp-block-heading.bold-text,
.bk-landing h3.bold-text {
    font-weight: 700;
}

.bk-landing h2.bold-text {
    font-weight: 900;
}

.bk-landing h2 {
    font-family: "HelveticaNeue-CondensedBlack", "Helvetica Neue", Arial, sans-serif;
}

.bk-landing.bk-home h2 {
    font-family: "Arial Black", Arial, sans-serif !important;
}

.bk-landing :is(h1, h2) {
    font-family: "Arial Black", Arial, sans-serif !important;
}

.bk-landing h3 {
    font-family: "ArialMT", Arial, sans-serif !important;
}

/* ==========================================================================
   LANDING H2: Bold Heading Utility
   Matches Source of Truth: image_3fda24.jpg
   ========================================================================== */
.bk-landing h2.wp-block-heading.bold-text.fade-in-up,
.bk-landing.bk-home .bk-section__inner > header h2 {
    font-family: "HelveticaNeue-CondensedBlack", "Helvetica Neue", Arial, sans-serif;
    font-size: 43px;
    font-weight: 900;
    line-height: 48px;
    letter-spacing: -1px;
    margin-top: 40px;
    margin-bottom: 10px;
    text-align: left;
    text-transform: none;
    opacity: 1;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-timing-function: ease-in-out;
}

/* ==========================================================================
   LAYOUT
   ========================================================================== */
.bk-landing .alignfull {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}

.bk-landing :is(.bk-section__inner, .bk-hero__inner, .bk-trust__inner, .bk-cta__inner) {
    max-width: var(--content-max-width);
    margin: 0 auto;
    padding: var(--content-padding);
    width: 100%;
}

/* ==========================================================================
   HERO
   ========================================================================== */
.bk-landing .bk-hero {
    position: relative;
    padding: 100px 8% 70px;
    min-height: 60vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #fff;
    background: #000;
    /* Increase bottom padding to make room for the logos */
    padding-bottom: 120px;
}

.bk-landing.bk-home .bk-hero {
    min-height: 70vh;
    padding-top: 118px;
    padding-bottom: 150px;
}

.bk-landing.bk-bankruptcy .bk-hero {
    min-height: 70vh;
    padding-top: 118px;
    padding-bottom: 150px;
}

.bk-landing .bk-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.bk-landing .bk-hero__bg-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bk-landing .bk-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75));
    z-index: 2;
}

.bk-landing .bk-hero__inner {
    position: relative;
    z-index: 3;
}

.bk-landing.bk-home .bk-hero__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 18px;
}

.bk-landing.bk-bankruptcy .bk-hero__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 18px;
}

.bk-landing .hero-flash-msg {
    color: #ffcc00;
    font-weight: 800;
    font-size: 14px;
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.bk-landing .herosec_main_head {
    font-size: clamp(32px, 4.5vw, 56px);
    line-height: 1.1;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.bk-landing.bk-home .bk-hero__inner > h1.bold-heading-text {
    font-family: "Arial Black", Arial, sans-serif !important;
    font-size: clamp(47px, 4.5vw, 54px);
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -1px;
    color: rgb(255, 255, 255);
    text-align: left;
    margin-bottom: 10px;
    width: 100%;
    max-width: none;
    text-transform: none;
    opacity: 1;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-timing-function: ease-in-out;
}

@media (min-width: 1024px) {
    .bk-landing.bk-home .bk-hero__inner > h1.bold-heading-text {
        width: 66%;
        max-width: 840px;
    }
}

.bk-landing.bk-home .hero-h1-break {
    display: block;
}

.bk-landing.bk-home .hero-desc {
    width: 66%;
    max-width: 760px;
    font-size: clamp(17px, 1.7vw, 20px);
    color: rgba(255, 255, 255, 0.88);
    margin-bottom: 0;
}

.bk-landing .hero-desc {
    font-size: clamp(18px, 2vw, 22px);
    line-height: 1.6;
    margin-bottom: 40px;
    max-width: 850px;
    font-weight: 400;
}

.bk-landing .hero-cta-block {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}

.bk-landing .bk-hero .hero-cta-block .legal-hero-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 0 44px;
    margin: 0;
    min-height: 64px;
    min-width: 310px;
    font-family: "Muli", sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    white-space: nowrap;
    background-color: #fff;
    color: #000;
    border: none;
    border-radius: 5px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.bk-landing .bk-hero .hero-cta-block .legal-hero-button:hover,
.bk-landing .bk-hero .hero-cta-block .legal-hero-button:focus {
    background-color: #f2f2f2;
    color: #000;
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
    text-decoration: none;
}

.bk-landing .bk-hero .hero-cta-block .legal-hero-button.secondary-hero-button {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    min-width: 280px;
}

.bk-landing .bk-hero .hero-cta-block .legal-hero-button.secondary-hero-button:hover,
.bk-landing .bk-hero .hero-cta-block .legal-hero-button.secondary-hero-button:focus {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.bk-landing.bk-home .hero-cta-block {
    column-gap: 32px;
}

.bk-landing.bk-bankruptcy .hero-cta-block {
    column-gap: 32px;
}

.bk-landing.bk-home .hero-cta-phone {
    color: rgba(255, 255, 255, 0.82);
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    transition: filter 0.18s ease;
}

.bk-landing.bk-home .hero-cta-phone:hover,
.bk-landing.bk-home .hero-cta-phone:focus {
    color: rgba(255, 255, 255, 0.92);
    text-decoration: none;
    filter: brightness(1.05);
}

.bk-landing.bk-home .hero-sig-block {
    margin-top: 0;
    opacity: 0.72;
}

.bk-landing.bk-bankruptcy .hero-sig-block {
    margin-top: 0;
    opacity: 0.72;
}

.bk-landing.bk-home .bk-hero__trust-logos {
    padding: 14px 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.28), transparent);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.bk-landing.bk-bankruptcy .bk-hero__trust-logos {
    padding: 14px 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.28), transparent);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.bk-landing.bk-home .bk-hero__trust-logos .bk-trust__logo img {
    max-height: 34px;
    opacity: 0.45;
}

.bk-landing.bk-bankruptcy .bk-hero__trust-logos .bk-trust__logo img {
    max-height: 34px;
    opacity: 0.45;
}

.bk-landing.bk-bankruptcy .bk-hero__inner > h1.herosec_main_head {
    color: rgb(255, 255, 255);
    text-align: left;
    margin-bottom: 10px;
    width: 100%;
    max-width: none;
    opacity: 1;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-timing-function: ease-in-out;
}

@media (min-width: 1024px) {
    .bk-landing.bk-bankruptcy .bk-hero__inner > h1.herosec_main_head {
        width: 66%;
        max-width: 840px;
    }
}

@media (max-width: 768px) {
    .bk-landing.bk-home .bk-hero {
        min-height: 62vh;
        padding-top: 96px;
        padding-bottom: 170px;
    }

    .bk-landing.bk-home .bk-hero__inner {
        row-gap: 14px;
    }

    .bk-landing.bk-home .bk-hero__inner > h1,
    .bk-landing.bk-home .hero-desc {
        width: 100%;
        max-width: 100%;
    }

    .bk-landing.bk-home .hero-cta-block {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        row-gap: 14px;
    }

    .bk-landing.bk-home .hero-cta-block .legal-hero-button {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        text-align: center;
        display: flex !important;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        height: auto !important;
        min-height: 56px;
        padding: 14px 16px;
        line-height: 1.25 !important;
        white-space: normal !important;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .bk-landing.bk-home .hero-h1-break {
        display: none;
    }

    .bk-landing.bk-bankruptcy .bk-hero {
        min-height: 62vh;
        padding-top: 96px;
        padding-bottom: 170px;
    }

    .bk-landing.bk-bankruptcy .bk-hero__inner {
        row-gap: 14px;
    }

    .bk-landing.bk-bankruptcy .bk-hero__inner > h1,
    .bk-landing.bk-bankruptcy .hero-desc {
        width: 100%;
        max-width: 100%;
    }

    .bk-landing.bk-bankruptcy .hero-cta-block {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        row-gap: 14px;
    }

    .bk-landing.bk-bankruptcy .hero-cta-block .legal-hero-button {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        text-align: center;
        display: flex !important;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        height: auto !important;
        min-height: 56px;
        padding: 14px 16px;
        line-height: 1.25 !important;
        white-space: normal !important;
        overflow-wrap: anywhere;
        word-break: break-word;
    }
}

@media (max-width: 480px) {
    .bk-landing.bk-home .hero-cta-block .legal-hero-button {
        font-size: 15px;
        letter-spacing: 0.8px;
        padding: 12px 14px;
    }

    .bk-landing.bk-bankruptcy .hero-cta-block .legal-hero-button {
        font-size: 15px;
        letter-spacing: 0.8px;
        padding: 12px 14px;
    }
}

.bk-landing .hero-sig-block {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 28px;
    opacity: 0.85;
}

.bk-landing .hero-sig-img {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
}

.bk-landing .hero-sig-name {
    margin: 0;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
}

.bk-landing .hero-sig-title {
    margin: 2px 0 0;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.75);
}

.bk-landing .hero-relief-bar {
    display: block;
    color: #f0b429;
    font-weight: 800;
    font-size: 13px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

/* ==========================================================================
   INTEGRATED HERO LOGOS
   ========================================================================== */
.bk-landing .bk-hero__trust-logos {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 4; /* Above the overlay */
    background: linear-gradient(to top, rgba(0,0,0,0.4), transparent);
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15); /* "Credentials Bar" Separator */
}

.bk-landing .bk-trust__logos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; /* Allow natural stacking if window is narrow */
    gap: 20px;
}

/* Trust Logos */
.bk-landing .bk-trust__logo img {
    max-height: 40px;
    width: auto;
    height: auto;
}

.bk-landing.bk-ch7 .bk-hero__trust-logos .bk-trust__logo img,
.bk-landing.bk-bankruptcy .bk-hero__trust-logos .bk-trust__logo img {
    filter: brightness(0) invert(1);
    opacity: 0.6;
}

.bk-landing.bk-ch13 .bk-hero {
    min-height: 70vh;
    padding-top: 118px;
    padding-bottom: 150px;
}

.bk-landing.bk-ch13 .bk-hero__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 18px;
}

.bk-landing.bk-ch13 .hero-cta-block {
    column-gap: 32px;
}

.bk-landing.bk-ch13 .hero-cta-phone {
    color: rgba(255, 255, 255, 0.82);
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    transition: filter 0.18s ease;
}

.bk-landing.bk-ch13 .hero-cta-phone:hover,
.bk-landing.bk-ch13 .hero-cta-phone:focus {
    color: rgba(255, 255, 255, 0.92);
    text-decoration: none;
    filter: brightness(1.05);
}

.bk-landing.bk-ch13 .hero-sig-block {
    margin-top: 0;
    opacity: 0.72;
}

.bk-landing.bk-ch13 .bk-hero__trust-logos {
    padding: 14px 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.28), transparent);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.bk-landing.bk-ch13 .bk-hero__trust-logos .bk-trust__logo img {
    max-height: 34px;
    opacity: 0.45;
}

.bk-landing.bk-ch13 .bk-hero__inner > h1.herosec_main_head {
    font-family: "HelveticaNeue-CondensedBlack", "Helvetica Neue", Arial, sans-serif;
    font-size: 54px;
    font-weight: 900;
    line-height: 60px;
    letter-spacing: -1px;
    margin-top: -15px;
    margin-block-start: -15px;
    color: rgb(255, 255, 255);
    text-align: left;
    margin-bottom: 10px;
    width: 100%;
    max-width: none;
    text-transform: none;
    opacity: 1;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-timing-function: ease-in-out;
}

@media (min-width: 1024px) {
    .bk-landing.bk-ch13 .bk-hero__inner > h1.herosec_main_head {
        width: 66%;
        max-width: 840px;
    }
}

.bk-landing.bk-ch13 .hero-h1-break {
    display: block;
}

/* Mobile Stacking within Hero */
@media (max-width: 768px) {
    .bk-landing .bk-hero {
        padding-bottom: 160px; /* More space for the 2x2 grid */
    }
    
    .bk-landing .bk-trust__logos {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        justify-items: center;
    }
    
    /* Reorder as requested: NACBA and Circle on top */
    .bk-landing .bk-trust__logo:nth-child(1) { order: 1; } /* NACBA */
    .bk-landing .bk-trust__logo:nth-child(4) { order: 2; } /* BBA Circle */
    .bk-landing .bk-trust__logo:nth-child(3) { order: 3; } /* ABI */
    .bk-landing .bk-trust__logo:nth-child(2) { order: 4; } /* NACA */

    .bk-landing.bk-ch13 .bk-hero {
        min-height: 62vh;
        padding-top: 96px;
        padding-bottom: 170px;
    }

    .bk-landing.bk-ch13 .bk-hero__inner {
        row-gap: 14px;
    }

    .bk-landing.bk-ch13 .bk-hero__inner > h1,
    .bk-landing.bk-ch13 .hero-desc {
        width: 100%;
        max-width: 100%;
    }

    .bk-landing.bk-ch13 .hero-cta-block {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        row-gap: 14px;
    }

    .bk-landing.bk-ch13 .hero-cta-block .legal-hero-button {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        text-align: center;
        display: flex !important;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        height: auto !important;
        min-height: 56px;
        padding: 14px 16px;
        line-height: 1.25 !important;
        white-space: normal !important;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .bk-landing.bk-ch13 .hero-h1-break {
        display: none;
    }
}

/* ==========================================================================
   COMPARISON SECTION
   ========================================================================== */
.bk-landing .comparison-section {
    background: var(--muted);
    padding: var(--section-padding-v) 8%;
}

.bk-landing .comparison-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 60px;
    align-items: start;
}

.bk-landing .comparison-heading {
    grid-column: 1 / -1;
    text-align: center;
    margin-bottom: 25px;
    color: var(--accent);
    font-size: clamp(30px, 4vw, 42px);
    font-weight: 800;
}

.bk-landing .comparison-col-text p {
    font-size: 18px;
    line-height: 1.7;
    color: var(--text-light);
    margin-bottom: 25px;
}

/* ==========================================================================
   BULLET LISTS: Pixel-Perfect Hanging Indents
   ========================================================================== */

/* 1. Reset defaults and create container room */
.bk-landing .comparison-col-text ul,
.bk-landing .hiw-list {
    list-style: none !important; /* Kill default browser/theme markers */
    padding: 0 !important;
    margin: 20px 0 30px 0;
}

/* 2. Style the List Items */
.bk-landing .comparison-col-text ul li,
.bk-landing .hiw-list li {
    position: relative;
    padding-left: 25px; /* Creates the "gutter" for the bullet */
    margin-bottom: 12px;
    line-height: 1.6;
    list-style: none !important;
}

/* 3. Create Custom "Elevated" Dots */
.bk-landing .comparison-col-text ul li::before,
.bk-landing .hiw-list li::before {
    content: "";
    position: absolute;
    left: 0;
    
    /* Control Elevation: Adjust 'top' to move dot up/down */
    top: 0.65em; 
    
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: currentColor; /* Matches the text color automatically */
    opacity: 0.8;
}

/* Section Specific Color Tweaks */
.bk-landing .comparison-col-text ul li { color: var(--accent); font-weight: 400; }
.bk-landing .comparison-col-text ul li strong { font-weight: 600; }
.bk-landing .hiw-list li { color: var(--text-light); }

/* Time Relief Card */
.bk-landing .time-relief-card {
    background: #fff;
    padding: 40px;
    border-radius: var(--radius);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.bk-landing .time-relief-card h3 {
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #777;
    text-align: center;
}

.bk-landing .comparison-subtitle {
    font-size: 12px;
    color: #aaa;
    text-align: center;
    margin-bottom: 35px;
}

/* Relief Bars */
.bk-landing .relief-row {
    margin-bottom: 28px;
}

.bk-landing .relief-row__head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 10px;
}

.bk-landing .relief-label {
    font-weight: 600;
    color: #999;
    font-size: 14px;
}

.bk-landing .relief-value {
    font-size: 13px;
    color: #888;
}

.bk-landing .relief-bar {
    background: #f0f0f0;
    height: 8px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.bk-landing .relief-bar__fill {
    display: block;
    height: 100%;
    background: #ccc;
    width: 30%;
}

.bk-landing .relief-bar--settlement .relief-bar__fill { width: 42%; }
.bk-landing .relief-bar--consolidation .relief-bar__fill { width: 71%; }

.bk-landing .relief-note {
    font-size: 11px;
    color: #aaa;
    margin-top: 6px;
    display: block;
}

.bk-landing .comparison-divider {
    border-top: 2px solid var(--accent);
    margin: 30px 0;
    position: relative;
}

.bk-landing .comparison-divider span {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 0 12px;
    font-size: 11px;
    font-weight: 800;
    color: var(--accent);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Highlight row */
.bk-landing .relief-row--highlight {
    background: var(--muted);
    padding: 20px;
    border-radius: 6px;
    border-left: 4px solid var(--accent);
}

.bk-landing .relief-row--highlight .relief-bar__fill {
    width: 10%;
    background: var(--accent);
}

.bk-landing .relief-row--highlight .relief-label,
.bk-landing .relief-row--highlight .relief-value,
.bk-landing .relief-row--highlight .relief-note {
    color: var(--accent);
    font-weight: 800;
}

/* ==========================================================================
   PROCESS / HOW IT WORKS
   ========================================================================== */
.bk-landing .how-it-works-section {
    background: #fff;
    padding: var(--section-padding-v) 8%;
}

.bk-landing .process-header {
    text-align: center;
    margin-bottom: 60px;
}

.bk-landing .process-header h2 {
    font-size: clamp(29px, 3.6vw, 38px);
    font-weight: 800;
    margin-bottom: 20px;
    color: var(--dark);
}

.bk-landing .process-header p {
    font-size: 18px;
    line-height: 1.6;
    color: var(--text-light);
    max-width: 700px;
    margin: 0 auto;
}

/* Timeline */
.bk-landing .hiw-timeline {
    position: relative;
    display: grid;
    gap: var(--timeline-gap);
    margin-top: 20px;
}

.bk-landing .hiw-timeline::before {
    display: none;
}

.bk-landing .hiw-step {
    display: grid;
    grid-template-columns: var(--hiw-dot-size) 1fr;
    gap: var(--hiw-step-col-gap);
    position: relative;
    align-items: flex-start;
    /* z-index: 0; Removed to avoid trapping stacking context */
}

.bk-landing .hiw-step::after {
    content: "";
    position: absolute;
    left: calc((var(--hiw-dot-size) / 2) - (var(--hiw-rail-width) / 2));
    top: var(--hiw-dot-size); /* Start bottom of dot */
    bottom: calc(var(--timeline-gap) * -1); /* Draw through gap to next dot */
    width: var(--hiw-rail-width);
    background: var(--accent);
    opacity: 0.9;
    z-index: var(--z-rail);
}

.bk-landing .hiw-step:last-child::after,
.bk-landing .hiw-step--outcome::after {
    display: none;
}

.bk-landing .hiw-dot {
    width: var(--hiw-dot-size);
    height: var(--hiw-dot-size);
    border-radius: 50%;
    background: var(--accent);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 15px;
    box-shadow: var(--card-shadow);
    position: relative;
    z-index: var(--z-dot); /* sit above the rail */
    margin-left: 0;
}

.bk-landing .hiw-step--active .hiw-dot,
.bk-landing .hiw-step--active .hiw-dot--trigger {
    background: var(--accent);
    box-shadow: 0 0 22px rgba(44, 62, 80, 0.35);
}

.bk-landing .hiw-dot--complete {
    box-shadow: 0 0 20px rgba(44, 62, 80, 0.25);
}

.bk-landing .hiw-card {
    background: #fff;
    border-radius: var(--radius-lg);
    padding: 32px;
    border: 1px solid var(--border);
    box-shadow: var(--card-shadow);
}

.bk-landing .hiw-step--active .hiw-card {
    background: #eaf1ff;
    border-color: var(--accent);
    box-shadow: 0 18px 38px rgba(44, 62, 80, 0.16);
}

.bk-landing .step-micro {
    display: block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--text-muted);
    margin-bottom: 6px;
}

.bk-landing .hiw-card h3 {
    font-size: 22px;
    font-weight: 800;
    color: var(--accent);
    margin: 0 0 10px;
}

.bk-landing .hiw-card__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 12px;
    flex-wrap: wrap;
    gap: 10px;
}

.bk-landing .hiw-card__header h3 {
    margin: 0;
}

.bk-landing .hiw-sub {
    margin: 0 0 12px;
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.5;
}

/* Removed .hiw-list styles as they are now handled in the global BULLET LISTS section */

/* Info Card - Bottom Strip Style */
.bk-landing .hiw-info-card {
    background: #f4f4f4;
    border-top: 1px solid var(--border);
    border-radius: 0 0 var(--radius-lg) var(--radius-lg);
    
    /* Break out of card padding (Desktop: 32px) */
    margin-top: 32px;
    margin-left: -32px;
    margin-right: -32px;
    margin-bottom: -32px;
    padding: 20px 32px;
    
    /* Typography */
    position: relative;
    overflow: hidden;
}

.bk-landing .hiw-info-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 4px;
    background: var(--accent);
}

.bk-landing .hiw-info-card p {
    font-size: 14px;
    line-height: 1.6;
    color: #4a5568;
    margin: 0;
}

.bk-landing .hiw-info-card__note {
    font-size: 13px;
    color: #666;
    margin-top: 8px;
}

/* Trigger Pill */
.bk-landing .hiw-trigger-pill {
    background: var(--accent);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Education Box */
.bk-landing .hiw-education-box {
    background: #f7f9fc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 18px 20px;
    margin-top: 20px;
}

.bk-landing .hiw-education-box__title {
    margin: 0 0 10px;
    font-size: 15px;
    font-weight: 800;
    color: var(--accent);
}

.bk-landing .hiw-education-box ol {
    margin: 0;
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.7;
    color: var(--text-light);
}

.bk-landing .hiw-education-box__note {
    margin: 10px 0 0;
    font-size: 13px;
    color: #666;
}

/* Chapter Determination */
.bk-landing .chapter-determination-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
}

.bk-landing .chapter-option {
    display: flex;
    border: 1px solid #eef2f6;
    border-radius: var(--radius-sm);
    background: #fff;
    overflow: hidden;
}

.bk-landing .chapter-option--7 { border-left: 4px solid var(--accent); }
.bk-landing .chapter-option--13 { border-left: 4px solid var(--accent-alt); }

.bk-landing .chapter-option__sidebar {
    flex: 0 0 130px;
    background: #f8fafc;
    padding: 20px;
    display: flex;
    align-items: center;
    border-right: 1px solid #eef2f6;
}

.bk-landing .chapter-option__label {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 0.5px;
}

.bk-landing .chapter-option--7 .chapter-option__label { color: var(--accent); }
.bk-landing .chapter-option--13 .chapter-option__label { color: var(--accent-alt); }

.bk-landing .chapter-option__content {
    flex: 1;
    padding: 20px 25px;
}

.bk-landing .chapter-option__content h4 {
    font-size: 16px;
    margin: 0 0 8px;
    color: var(--accent);
    font-weight: 800;
}

.bk-landing .chapter-option__content p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: var(--text-light);
}

/* Outcome */
.bk-landing .hiw-outcome {
    background: transparent;
    border: none;
    box-shadow: none;
}

.bk-landing .hiw-outcome-label {
    font-size: 12px;
    font-weight: 800;
    color: var(--accent);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.bk-landing .hiw-outcome-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    margin-top: 20px;
    align-items: stretch;
}

.bk-landing .hiw-outcome-card {
    background: #fff;
    border: 1px solid #dee6ef;
    border-radius: var(--radius);
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.bk-landing .hiw-outcome-card--alt {
    background: #f9fbfe;
    border-style: dashed;
}

.bk-landing .hiw-outcome-card h4 {
    margin: 0;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--accent);
    letter-spacing: 0.5px;
}

.bk-landing .hiw-outcome-duration {
    margin: 4px 0 16px;
    font-size: 13px;
    font-weight: 700;
    color: var(--accent-alt);
}

.bk-landing .hiw-outcome-copy {
    font-size: 14px;
    line-height: 1.6;
    color: var(--text-light);
    margin: 0 0 12px;
}

.bk-landing .hiw-outcome-note {
    font-size: 13px;
    line-height: 1.5;
    color: #666;
    margin: 0 0 24px;
    font-style: italic;
}

.bk-landing .hiw-chapter-link {
    display: block;
    text-align: center;
    padding: 12px;
    background: var(--accent);
    color: #fff;
    border-radius: 6px;
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
    margin-top: auto;
}

.bk-landing .hiw-chapter-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(44, 62, 80, 0.12);
}

/* ==========================================================================
   LOCATIONS
   ========================================================================== */
.bk-landing .locations-section {
    background: #fff;
    padding: var(--section-padding-v) 8%;
}

.bk-landing .locations-section--muted {
    background: var(--muted);
}

.bk-landing .locations-header {
    text-align: center;
    margin-bottom: 50px;
}

.bk-landing .locations-header h2 {
    font-size: clamp(29px, 3.6vw, 38px);
    font-weight: 800;
    margin-bottom: 16px;
    letter-spacing: -1px;
    color: var(--dark);
}

.bk-landing .locations-header p {
    font-size: 16px;
    line-height: 1.6;
    color: #4d5562;
    max-width: 820px;
    margin: 0 auto;
}

.bk-landing .loc-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}

.bk-landing .loc-card {
    background: #fff;
    border: 1px solid #ebeff5;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bk-landing .loc-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--card-shadow-hover);
}

.bk-landing .loc-card-hero {
    position: relative;
    height: 160px;
    background: linear-gradient(135deg, #eef2f6, #dfe7f1);
    overflow: hidden;
}

.bk-landing .loc-card-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bk-landing .loc-card-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.18) 100%);
    z-index: 1;
}

.bk-landing .loc-card-body {
    padding: 18px 20px 20px;
    display: grid;
    gap: 10px;
    justify-items: start;
    text-align: left;
}

.bk-landing .loc-card h3 {
    font-size: 19px;
    font-weight: 800;
    color: var(--text);
    margin: 0;
}

.bk-landing .loc-card p {
    font-size: 15px;
    line-height: 1.6;
    color: #4d5562;
    margin: 0;
}

.bk-landing .loc-thesis {
    font-weight: 600;
    color: #1f2937;
    margin: 0 0 4px;
}

.bk-landing .loc-summary {
    font-size: 0.95rem;
    line-height: 1.45;
    color: #4b5563;
    max-width: 36ch;
    margin: 0;
}

.bk-landing .loc-chip.loc-thesis {
    margin-bottom: 6px;
}

.bk-landing .loc-card-body ul,
.bk-landing .loc-card-body .loc-details {
    display: none;
}

.bk-landing .loc-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: #edf2f7;
    color: var(--accent);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    width: fit-content;
}

.bk-landing .loc-link {
    font-weight: 800;
    font-size: 14px;
    color: var(--accent);
    text-decoration: none;
}

.bk-landing .loc-link:hover {
    color: var(--accent-alt);
}

/* ==========================================================================
   CTA
   ========================================================================== */
.bk-landing .bk-cta {
    padding: 50px 8%;
    background: #f4f4f4;
}

.bk-landing .bk-cta--dark {
    background: var(--dark);
    color: #fff;
}

.bk-landing .bk-cta__inner {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.bk-landing .bk-cta__copy h3 {
    margin: 0 0 12px;
    font-size: 24px;
    font-weight: 800;
}

.bk-landing .bk-cta__copy p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
}

.bk-landing .bk-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
}

.bk-landing .bk-cta .legal-hero-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 0 44px;
    margin: 0;
    min-height: 64px;
    min-width: 310px;
    font-family: "Muli", sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    white-space: nowrap;
    background-color: #fff;
    color: #000;
    border: none;
    border-radius: 5px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.bk-landing .bk-cta .legal-hero-button:hover,
.bk-landing .bk-cta .legal-hero-button:focus {
    background-color: #f2f2f2;
    color: #000;
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
    text-decoration: none;
}

.bk-landing .bk-cta .legal-hero-button.secondary-hero-button {
    background: #fff;
    color: var(--accent);
    border: 1px solid var(--border);
    box-shadow: var(--card-shadow);
    font-weight: 800;
}

.bk-landing .bk-cta .legal-hero-button.secondary-hero-button:hover {
    box-shadow: var(--card-shadow-hover);
    transform: translateY(-1px);
}

.bk-landing .bk-cta .hero-assurance {
    font-size: 14px;
    color: var(--text-light);
    margin: 6px 0 0;
}

.bk-landing .bk-cta--dark .hero-assurance {
    color: #ffffff;
    opacity: 0.8;
}

.bk-landing .bk-cta__actions .hero-assurance {
    width: 100%;
    margin-top: 5px;
}

.bk-landing .bk-cta--dark .legal-hero-button {
    background: #fff;
    color: var(--dark);
    border-color: #fff;
}

.bk-landing .bk-cta--dark .bk-cta__phone {
    color: rgba(255, 255, 255, 0.82);
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    transition: filter 0.18s ease, color 0.18s ease;
}

.bk-landing .bk-cta--dark .bk-cta__phone:hover,
.bk-landing .bk-cta--dark .bk-cta__phone:focus {
    color: rgba(255, 255, 255, 0.92);
    text-decoration: none;
    filter: brightness(1.05);
}

/* ==========================================================================
   CHAPTER 13 FEASIBILITY GATE
   ========================================================================== */
.bk-landing .bk-feasibility-gate {
    background: #0a0a0a;
    color: #f8fafc;
    padding: 4rem 0;
}

.bk-landing .bk-feasibility-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 2rem;
}

.bk-landing .bk-feasibility-header h2 {
    font-size: clamp(1.58rem, 2.7vw, 2.03rem);
    font-weight: 600;
    margin-bottom: 1rem;
    color: #f8fafc;
}

.bk-landing .bk-feasibility-intro {
    font-size: 1rem;
    line-height: 1.6;
    color: rgba(248, 250, 252, 0.85);
    margin-bottom: 0;
}

.bk-landing .bk-feasibility-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.bk-landing .bk-feasibility-card {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    padding: 1.75rem;
    transition: all 0.2s ease;
}

.bk-landing .bk-feasibility-card:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.2);
}

.bk-landing .bk-feasibility-card h3 {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: #f8fafc;
}

.bk-landing .bk-feasibility-card p {
    font-size: 15px;
    line-height: 1.65;
    font-weight: 300;
    color: rgba(248, 250, 252, 0.75);
    margin-bottom: 0;
}

.bk-landing .bk-feasibility-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-top: 2.5rem;
}

.bk-landing:is(.bk-home, .bk-ch13) .bk-feasibility-actions {
    width: 100%;
    max-width: 760px;
    margin: 2.5rem auto 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.bk-landing:is(.bk-home, .bk-ch13) .bk-feasibility-actions .legal-hero-button {
    width: 100%;
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 14px 18px;
    box-sizing: border-box;
    font-weight: 700;
    letter-spacing: 1px;
}

.bk-landing .bk-feasibility-footnote {
    text-align: center;
    margin-top: 1.25rem;
    opacity: 0.7;
    font-size: 0.9rem;
    color: rgba(248, 250, 252, 0.8);
}

/* Button overrides for feasibility gate */
.bk-landing .bk-feasibility-gate .legal-hero-button {
    background: var(--accent);
    color: #ffffff;
    border: 2px solid var(--accent);
}

.bk-landing .bk-feasibility-gate .legal-hero-button:hover {
    background: transparent;
    color: var(--accent);
}

.bk-landing .bk-feasibility-gate .legal-hero-button.secondary-hero-button {
    background: transparent;
    color: #f8fafc;
    border: 2px solid rgba(248, 250, 252, 0.3);
}

.bk-landing .bk-feasibility-gate .legal-hero-button.secondary-hero-button:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(248, 250, 252, 0.5);
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .bk-landing .bk-feasibility-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .bk-landing .bk-feasibility-actions {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        gap: 0.75rem;
    }

    .bk-landing:is(.bk-home, .bk-ch13) .bk-feasibility-actions {
        grid-template-columns: 1fr;
        max-width: 100%;
    }

    .bk-landing .bk-feasibility-actions .legal-hero-button {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        text-align: center;
        display: flex !important;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        height: auto !important;
        min-height: 56px;
        padding: 14px 16px;
        line-height: 1.25 !important;
        white-space: normal !important;
        overflow-wrap: anywhere;
        word-break: break-word;
    }
}

@media (max-width: 480px) {
    .bk-landing .bk-feasibility-actions .legal-hero-button {
        font-size: 15px;
        letter-spacing: 0.8px;
        padding: 12px 14px;
    }
}

/* ==========================================================================
   FAQ
   ========================================================================== */
.bk-landing .faq-section {
    background: #fff;
    padding: var(--section-padding-v) 8%;
}

.bk-landing .faq-header {
    text-align: center;
    margin-bottom: 60px;
}

.bk-landing .faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
    gap: 40px;
    margin-bottom: 60px;
}

/* Force 4-item FAQ to be 2x2 on desktop for symmetry */
@media (min-width: 1000px) {
    .bk-landing.bk-va .faq-grid,
    .bk-landing.bk-md .faq-grid,
    .bk-landing.bk-dc .faq-grid,
    .bk-landing.bk-ch7 .faq-grid,
    .bk-landing.bk-ch13 .faq-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.bk-landing .faq-item {
    background: var(--muted);
    padding: 35px;
    border-radius: var(--radius-sm);
    border: 1px solid var(--border-light);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

.bk-landing .faq-item :is(h3, h4) {
    font-size: 18px;
    font-weight: 800;
    color: var(--accent);
    margin: 0 0 15px;
    line-height: 1.3;
}

.bk-landing .faq-item p,
.bk-landing .faq-answer p {
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-light);
    margin: 0 0 12px;
}

.bk-landing .faq-answer p:last-child {
    margin-bottom: 0;
}

/* Virginia-style FAQ overrides for bankruptcy landing */
.bk-landing.bk-bankruptcy .faq-header h2 {
    color: #000;
}

.bk-landing.bk-bankruptcy .faq-item :is(h3, h4) {
    font-family: 'ArialMT', Arial, sans-serif;
    font-size: 18px;
    font-weight: 800;
    color: #2c3e50;
    margin: 0 0 15px;
    line-height: 1.3;
}

.bk-landing.bk-bankruptcy .faq-item p,
.bk-landing.bk-bankruptcy .faq-answer p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

@media (min-width: 1000px) {
    .bk-landing.bk-bankruptcy .faq-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* FAQ CTA */
.bk-landing .bk-faq-cta {
    background: var(--dark);
    padding: 60px;
    border-radius: var(--radius);
    text-align: center;
    color: #fff;
}

.bk-landing .bk-faq-cta h3 {
    font-size: clamp(28px, 4vw, 36px);
    font-weight: 800;
    margin-bottom: 25px;
}

.bk-landing .bk-faq-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.bk-landing .bk-faq-cta__phone {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 960px) {
    .bk-landing.bk-ch13 .hero-cta-block .legal-hero-button {
        font-size: 15px;
        letter-spacing: 0.8px;
        padding: 12px 14px;
    }

    /* Chapter Options: Stack earlier to avoid squeezing content */
    .bk-landing .chapter-option {
        flex-direction: column;
    }

    .bk-landing .chapter-option__sidebar {
        flex: none;
        border-right: none;
        border-bottom: 1px solid #eef2f6;
    }
}

@media (max-width: 768px) {
    .bk-landing {
        --hiw-dot-size: 30px;
        --hiw-step-gap: 32px;
        --hiw-step-col-gap: 14px;
    }
    /* Hero */
    .bk-landing .hero-sig-img {
        width: 44px;
        height: 44px;
    }

    .bk-landing .hero-flash-msg {
        font-size: 11px;
        margin-bottom: 10px;
        letter-spacing: 0.5px;
    }

    /* Comparison */
    .bk-landing .comparison-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    /* Timeline */
    .bk-landing .hiw-timeline {
        gap: var(--timeline-gap);
        padding-left: 0;
    }

    .bk-landing .hiw-step {
        grid-template-columns: var(--hiw-dot-size) 1fr;
        gap: var(--hiw-step-col-gap);
    }

    .bk-landing .hiw-dot {
        font-size: 14px;
    }

    .bk-landing .hiw-card {
        padding: 24px;
    }

    /* Locations */
    .bk-landing .loc-card-grid {
        grid-template-columns: 1fr;
    }

    /* CTA */
    .bk-landing .bk-cta__inner {
        flex-direction: column;
        text-align: center;
    }

    /* FAQ */
    .bk-landing .faq-grid {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-bottom: 40px;
    }

    .bk-landing .faq-item {
        padding: 28px;
    }

    .bk-landing .bk-faq-cta {
        padding: 40px 30px;
    }

    /* Adjust Info Card Negative Margins for Mobile Padding (24px) */
    .bk-landing .hiw-info-card {
        margin-left: -24px;
        margin-right: -24px;
        margin-bottom: -24px;
        padding-left: 24px;
        padding-right: 24px;
    }
}

/* ==========================================================================
   CHAPTER 7 LANDING (landing-ch7.php)
   ========================================================================== */
.bk-landing.bk-ch7 {
    --bk-accent: #1f3652;
    --bk-accent-alt: #2f567f;
    --accent: #1f3652;
    --accent-alt: #2f567f;
}

/* Remove hero overlay for Chapter 7 page only */
.bk-landing.bk-ch7 .bk-hero__overlay {
    background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
}

/* CH7 hero UI parity with homepage/bankruptcy */
.bk-landing.bk-ch7 .bk-hero {
    min-height: 70vh;
    padding-top: 118px;
    padding-bottom: 150px;
}

.bk-landing.bk-ch7 .bk-hero__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 18px;
}

.bk-landing.bk-ch7 .hero-cta-block {
    column-gap: 32px;
}

.bk-landing.bk-ch7 .hero-sig-block {
    margin-top: 0;
    opacity: 0.72;
}

.bk-landing.bk-ch7 .bk-hero__trust-logos {
    padding: 14px 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.28), transparent);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.bk-landing.bk-ch7 .bk-hero__trust-logos .bk-trust__logo img {
    max-height: 34px;
    opacity: 0.45;
}

.bk-landing.bk-ch7 .bk-hero__inner > h1.herosec_main_head {
    color: rgb(255, 255, 255);
    text-align: left;
    margin-bottom: 10px;
    width: 100%;
    max-width: none;
    opacity: 1;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-timing-function: ease-in-out;
}

@media (min-width: 1024px) {
    .bk-landing.bk-ch7 .bk-hero__inner > h1.herosec_main_head {
        width: 66%;
        max-width: 840px;
    }
}

@media (max-width: 768px) {
    .bk-landing.bk-ch7 .alignfull {
        width: 100dvw;
        max-width: 100dvw;
        margin-left: calc(-50dvw + 50%);
        margin-right: calc(-50dvw + 50%);
    }

    .bk-landing.bk-ch7 :is(.bk-section__inner, .bk-hero__inner, .bk-trust__inner, .bk-cta__inner) {
        box-sizing: border-box;
    }

    .bk-landing.bk-ch7 .bk-hero {
        min-height: 62vh;
        padding-top: 96px;
        padding-bottom: 170px;
    }

    .bk-landing.bk-ch7 .bk-hero__inner {
        row-gap: 14px;
    }

    .bk-landing.bk-ch7 .bk-hero__inner > h1,
    .bk-landing.bk-ch7 .hero-desc {
        width: 100%;
        max-width: 100%;
    }

    .bk-landing.bk-ch7 .hero-cta-block {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        row-gap: 14px;
    }

    .bk-landing.bk-ch7 .hero-cta-block .legal-hero-button {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        text-align: center;
        display: flex !important;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        height: auto !important;
        min-height: 56px;
        padding: 14px 16px;
        line-height: 1.25 !important;
        white-space: normal !important;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .bk-landing.bk-ch7 .bk-cta .legal-hero-button {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        white-space: normal;
        overflow-wrap: anywhere;
        box-sizing: border-box;
    }
}

@media (max-width: 480px) {
    .bk-landing.bk-ch7 .hero-cta-block .legal-hero-button {
        font-size: 15px;
        letter-spacing: 0.8px;
        padding: 12px 14px;
    }
}

.bk-landing .hero-micro-line {
    margin: 0 0 12px;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
}

.bk-landing .hero-assurance {
    margin: 12px 0 0;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.75);
}

.bk-landing .section-micro {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: var(--accent);
}

.bk-landing .bk-feasibility-gate .section-micro {
    color: rgba(255, 255, 255, 0.88);
}

/* ==========================================================================
   APPROACH SECTION UI
   ========================================================================== */
.bk-landing.bk-home .bk-approach-section {
    background: var(--muted);
    padding: var(--section-padding-v) 5%;
}

.bk-landing.bk-home .bk-approach-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 38px;
}

.bk-landing.bk-home .bk-approach-card {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: var(--radius);
    border: 1px solid var(--border);
    box-shadow: var(--card-shadow-hover);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.bk-landing.bk-home .bk-approach-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--card-shadow-hover);
}

.bk-landing.bk-home .bk-approach-icon {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 48px;
    color: var(--accent);
    margin-bottom: 20px;
    opacity: 0.9;
}

.bk-landing.bk-home .bk-approach-icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.bk-landing.bk-home .bk-approach-card h3 {
    font-size: 21px;
    font-weight: 800;
    color: var(--accent);
    margin: 0 0 14px 0;
    letter-spacing: -0.02em;
}

.bk-landing.bk-home .bk-approach-card p {
    font-size: 15px;
    line-height: 1.7;
    color: var(--text-light);
    margin: 0;
}

.bk-landing.bk-home .bk-approach-section .process-header {
    margin-bottom: 46px;
}

.bk-landing.bk-home .bk-approach-section .process-header p {
    max-width: 760px;
    line-height: 1.65;
}

@media (max-width: 900px) {
    .bk-landing.bk-home .bk-approach-grid {
        grid-template-columns: 1fr;
        gap: 22px;
        margin-top: 34px;
    }

    .bk-landing.bk-home .bk-approach-card {
        padding: 30px;
    }

    .bk-landing.bk-home .bk-approach-section .process-header {
        margin-bottom: 36px;
    }
}

/* ==========================================================================
   HOMEPAGE: CHAPTER ROUTER + JURISDICTION UI
   ========================================================================== */
.bk-landing.bk-home .bk-routing-section {
    background: var(--muted);
    padding: var(--section-padding-v) 8%;
    border-top: 1px solid var(--border-light);
    border-bottom: 1px solid var(--border-light);
}

.bk-landing.bk-home .bk-routing-section .bk-section__inner > header,
.bk-landing.bk-home .bk-jurisdiction-section .bk-section__inner > header {
    text-align: center;
    max-width: 860px;
    margin: 0 auto 56px;
}

.bk-landing.bk-home .bk-feasibility-gate .bk-section__inner > header {
    text-align: center;
    max-width: 860px;
    margin: 0 auto 56px;
}



.bk-landing.bk-home .bk-routing-section .bk-section__inner > header p,
.bk-landing.bk-home .bk-jurisdiction-section .bk-section__inner > header p {
    margin: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.875;
    color: var(--text-light);
}

.bk-landing.bk-home .bk-feasibility-gate .bk-section__inner > header p {
    margin: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.875;
    color: rgba(248, 250, 252, 0.85);
}

.bk-landing.bk-home .bk-routing-section .bk-section__inner > header h2,
.bk-landing.bk-home .bk-jurisdiction-section .bk-section__inner > header h2 {
    color: var(--dark);
    text-align: center;
}

.bk-landing.bk-home .bk-feasibility-gate .bk-section__inner > header h2 {
    color: #f8fafc;
    text-align: center;
}

.bk-landing.bk-home .bk-approach-section .process-header h2 {
    color: var(--dark);
    text-align: center;
}

.bk-landing.bk-home .bk-routing-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
    align-items: stretch;
}

.bk-landing.bk-home .bk-routing-card {
    text-decoration: none;
    border-radius: var(--radius-sm);
    padding: 42px;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bk-landing.bk-home .bk-routing-card:hover {
    transform: translateY(-2px);
}

.bk-landing.bk-home .bk-routing-card h3,
.bk-landing.bk-home .bk-approach-card h3,
.bk-landing.bk-home .bk-jurisdiction-card h3,
.bk-landing.bk-home .bk-feasibility-card h3 {
    margin: 0 0 14px;
    font-family: "Arial Black", Arial, sans-serif !important;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.4px;
}

.bk-landing.bk-home .bk-routing-card p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
}

.bk-landing.bk-home .bk-routing-eyebrow,
.bk-landing.bk-home .bk-routing-link {
    font-family: "Muli-ExtraLight-Roman", "Muli", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.bk-landing.bk-home .bk-routing-eyebrow {
    margin: 0 0 15px;
}

.bk-landing.bk-home .bk-routing-meta {
    padding: 20px;
    margin: 0 0 30px;
}

.bk-landing.bk-home .bk-routing-meta p {
    margin: 0;
}

.bk-landing.bk-home .bk-routing-meta-label {
    margin-bottom: 5px;
    font-family: "Muli-ExtraLight-Roman", "Muli", sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.65;
    letter-spacing: 0;
    text-transform: none;
}

.bk-landing.bk-home .bk-routing-meta-value {
    font-family: "Muli-ExtraLight-Roman", "Muli", sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.65;
}

.bk-landing.bk-home .bk-routing-link {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    text-decoration: underline;
}

.bk-landing.bk-home .bk-routing-card--ch7 {
    background: #ffffff;
    border: 1px solid var(--border-light);
    box-shadow: var(--card-shadow);
}

.bk-landing.bk-home .bk-routing-card--ch7 h3 {
    color: var(--text);
}

.bk-landing.bk-home .bk-routing-card--ch7 p {
    color: var(--text-light);
}

.bk-landing.bk-home .bk-routing-card--ch7 .bk-routing-eyebrow {
    color: #666;
}

.bk-landing.bk-home .bk-routing-card--ch7 .bk-routing-meta {
    background: #fff;
    border-left: 4px solid #000;
}

.bk-landing.bk-home .bk-routing-card--ch7 .bk-routing-meta-label,
.bk-landing.bk-home .bk-routing-card--ch7 .bk-routing-link {
    color: #000;
}

.bk-landing.bk-home .bk-routing-card--ch7 .bk-routing-meta-value {
    color: #444;
}

.bk-landing.bk-home .bk-routing-card--ch13 {
    background: var(--dark);
    border: 1px solid var(--dark);
    box-shadow: var(--card-shadow-hover);
}

.bk-landing.bk-home .bk-routing-card--ch13 h3 {
    color: #ffffff;
}

.bk-landing.bk-home .bk-routing-card--ch13 p {
    color: rgba(255, 255, 255, 0.85);
}

.bk-landing.bk-home .bk-routing-card--ch13 .bk-routing-eyebrow {
    color: #999;
}

.bk-landing.bk-home .bk-routing-card--ch13 .bk-routing-meta {
    background: rgba(255, 255, 255, 0.08);
    border-left: 4px solid #fff;
}

.bk-landing.bk-home .bk-routing-card--ch13 .bk-routing-meta-label,
.bk-landing.bk-home .bk-routing-card--ch13 .bk-routing-link {
    color: #fff;
}

.bk-landing.bk-home .bk-routing-card--ch13 .bk-routing-meta-value {
    color: #ddd;
}

.bk-landing.bk-home .bk-routing-list {
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
}

.bk-landing.bk-home .bk-routing-list li {
    position: relative;
    margin: 0 0 12px;
    padding-left: 20px;
    font-size: 15px;
    line-height: 1.8;
}

.bk-landing.bk-home .bk-routing-list li:last-child {
    margin-bottom: 0;
}

.bk-landing.bk-home .bk-routing-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 700;
}

.bk-landing.bk-home .bk-routing-list--ch7 li {
    color: #555;
}

.bk-landing.bk-home .bk-routing-list--ch7 li::before {
    color: #000;
}

.bk-landing.bk-home .bk-routing-list--ch13 li {
    color: #ccc;
}

.bk-landing.bk-home .bk-routing-list--ch13 li::before {
    color: #fff;
}

.bk-landing.bk-home .bk-jurisdiction-section {
    background: #ffffff;
    padding: var(--section-padding-v) 8%;
}

.bk-landing.bk-home .bk-jurisdiction-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}

.bk-landing.bk-home .bk-jurisdiction-card {
    text-decoration: none;
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    overflow: hidden;
    box-shadow: var(--card-shadow);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bk-landing.bk-home .bk-jurisdiction-card:hover {
    transform: translateY(-2px);
    box-shadow: var(--card-shadow-hover);
}

.bk-landing.bk-home .bk-jurisdiction-card__image {
    width: 100%;
    height: 170px;
    display: block;
    object-fit: cover;
    background: #f3f5f8;
}

.bk-landing.bk-home .bk-jurisdiction-card__body {
    padding: 24px 24px 26px;
}

.bk-landing.bk-home .bk-jurisdiction-card h3 {
    color: var(--accent);
}

.bk-landing.bk-home .bk-jurisdiction-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
    color: var(--text-light);
}



@media (max-width: 1024px) {
    .bk-landing.bk-home .bk-jurisdiction-grid {
        grid-template-columns: 1fr;
    }

    .bk-landing.bk-home .bk-jurisdiction-card__image {
        height: 190px;
    }
}

@media (max-width: 900px) {
    .bk-landing.bk-home .bk-routing-grid {
        grid-template-columns: 1fr;
    }

    .bk-landing.bk-home .bk-routing-card {
        min-height: 0;
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .bk-landing.bk-home .bk-routing-card h3,
    .bk-landing.bk-home .bk-approach-card h3,
    .bk-landing.bk-home .bk-jurisdiction-card h3,
    .bk-landing.bk-home .bk-feasibility-card h3 {
        font-size: 24px;
        line-height: 1.2;
        letter-spacing: -0.2px;
    }
}

/* ==========================================================================
   REFINED BOUNDARY PANEL UI
   ========================================================================== */
.bk-landing .ch7-boundary-panel {
    background: #fff;
    padding: var(--section-padding-v) 8%;
}

.bk-landing .ch7-boundary-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px;
}

.bk-landing .ch7-boundary-header h2 {
    margin: 0 0 12px;
    font-size: clamp(29px, 3.6vw, 41px);
    font-weight: 800;
    color: var(--dark);
    letter-spacing: -0.5px;
}

.bk-landing .ch7-boundary-header p {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    color: var(--text-light);
}

.bk-landing .ch7-boundary-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--card-shadow-hover);
    border: 1px solid var(--border);
}

.bk-landing .ch7-boundary-col {
    padding: 50px;
    display: flex;
    flex-direction: column;
}

.bk-landing .ch7-included { background: #ffffff; }
.bk-landing .ch7-excluded { background: #f8fafc; border-left: 1px solid var(--border); }

.bk-landing .boundary-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}

.bk-landing .boundary-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 14px;
}

.bk-landing .boundary-icon--check { background: #e8f0fb; color: var(--accent); }
.bk-landing .boundary-icon--cross { background: #f0f2f5; color: #4b5565; }

.bk-landing .boundary-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.bk-landing .boundary-list li {
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-light);
    margin-bottom: 24px;
    padding-left: 0 !important;
}

.bk-landing .boundary-list li strong {
    color: var(--accent);
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}

.bk-landing .ch7-strategic-pivot {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dashed var(--border);
}

.bk-landing .ch7-strategic-pivot p {
    font-size: 14px;
    line-height: 1.5;
    color: var(--accent);
    font-weight: 600;
    margin: 0;
}

.bk-landing .ch7-strategic-pivot a {
    color: var(--accent);
    text-decoration: underline;
    font-weight: 800;
}

.bk-landing .ch7-strategic-pivot a:hover {
    color: var(--accent-alt);
}

.bk-landing .ch7-boundary-footer {
    margin-top: 30px;
    text-align: center;
    color: var(--text-muted);
    font-size: 14px;
    font-style: italic;
}

.bk-landing .ch7-section {
    padding: var(--section-padding-v) 8%;
    background: #fff;
}

.bk-landing .ch7-section--muted {
    background: var(--muted);
}

.bk-landing .ch7-section__header {
    max-width: 900px;
    margin: 0 auto 28px;
    text-align: center;
}

.bk-landing .ch7-section__header h2 {
    font-size: clamp(27px, 3.6vw, 38px);
    font-weight: 800;
    margin: 0 0 12px;
    color: var(--dark);
    letter-spacing: -0.5px;
}

.bk-landing .ch7-section__header p {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    color: var(--text-light);
}

.bk-landing .ch7-note {
    font-size: 14px;
    line-height: 1.6;
    color: #5b6471;
    margin: 8px 0 0;
}

.bk-landing .ch7-signal-section {
    background: var(--muted);
    padding: var(--section-padding-v) 8%;
}

.bk-landing .ch7-heuristic-intro {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    color: var(--text-light);
}

.bk-landing .ch7-matrix-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.bk-landing .ch7-matrix-item {
    display: flex;
    gap: 20px;
    padding: 35px;
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bk-landing .ch7-matrix-item:hover {
    box-shadow: var(--card-shadow-hover);
    transform: translateY(-2px);
}

.bk-landing .matrix-count {
    font-size: 14px;
    font-weight: 900;
    color: var(--accent-alt);
    background: #f1f5f9;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.bk-landing .matrix-content h4 {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 800;
    color: var(--accent);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.bk-landing .matrix-content p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-light);
}

.bk-landing .ch7-protection-bar {
    margin-top: 50px;
    padding: 25px;
    background: #f8fafc;
    border: 1px solid var(--border);
    border-left: 5px solid var(--accent);
    border-radius: var(--radius-sm);
    text-align: center;
}

.bk-landing .ch7-protection-bar p {
    margin: 0;
    font-size: 16px;
    color: var(--accent);
    font-weight: 500;
}

.bk-landing .ch7-gate {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 30px;
    box-shadow: var(--card-shadow);
}

.bk-landing .ch7-gate-intro p {
    margin: 0 0 18px;
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-light);
}

.bk-landing .ch7-gate-rail {
    position: relative;
    padding-left: 0;
    margin: 30px 0;
}

.bk-landing .ch7-gate-rail::before { display: none !important; }

.bk-landing .gate-step {
    position: relative;
    padding: 0 0 35px 40px;
}

.bk-landing .gate-step:last-child {
    padding-bottom: 0;
}

.bk-landing .gate-step::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 15px;
    bottom: 0;
    width: 2px;
    background: var(--accent);
    opacity: 0.2;
    z-index: 1;
}

.bk-landing .gate-step:last-child::before,
.bk-landing .gate-step--outcome::before {
    display: none !important;
}

.bk-landing .gate-dot {
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 2px solid var(--accent);
    border-radius: 50%;
    z-index: 2;
}

.bk-landing .gate-step-label {
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--accent);
    margin: 0 0 4px;
}

.bk-landing .gate-step p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-light);
}

.bk-landing .gate-step--outcome .gate-step-label {
    color: var(--accent-alt);
}

.bk-landing .gate-step--outcome .gate-dot {
    background: var(--accent-alt);
    border-color: var(--accent-alt);
}

.bk-landing .gate-step--outcome .gate-dot::after {
    content: "✓";
    color: #fff;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.bk-landing .ch7-gate-actions {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
    gap: 18px;
    align-items: center;
    margin-top: 8px;
}

.bk-landing .gate-action-primary .legal-hero-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    background: var(--accent);
    color: #fff;
    border: 1px solid var(--accent);
    box-shadow: var(--card-shadow);
}

/* FIX: In-Page Primary Buttons */
.bk-landing .ch7-gate .legal-hero-button {
    background: var(--accent) !important;
    color: #fff !important;
    border: 1px solid var(--accent) !important;
    padding: 18px 32px;
    display: inline-flex;
    justify-content: center;
    box-shadow: 0 4px 14px rgba(31, 54, 82, 0.2);
}

.bk-landing .ch7-gate .legal-hero-button:hover {
    background: var(--accent-alt) !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(31, 54, 82, 0.3);
}

.bk-landing .gate-action-primary .gate-action-subline {
    margin: 8px 0 0;
    font-size: 13px;
    line-height: 1.5;
    color: var(--text-light);
}

.bk-landing .gate-action-primary .ch7-note {
    margin-top: 6px;
    font-size: 13px;
}

.bk-landing .gate-action-emergency {
    background: #f4f6fb;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    padding: 14px 16px;
    box-shadow: var(--card-shadow);
}

.bk-landing .gate-action-emergency p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: var(--accent);
}

@media (max-width: 768px) {
    .bk-landing .ch7-gate { padding: 22px; }
    .bk-landing .ch7-gate-actions { grid-template-columns: 1fr; }
}

@media (max-width: 850px) {
    .bk-landing .ch7-matrix-grid { grid-template-columns: 1fr; }
    .bk-landing .ch7-matrix-item { padding: 25px; }
}

.bk-landing .ch7-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 24px;
    box-shadow: var(--card-shadow);
}

/* ==========================================================================
   JURISDICTIONAL SHIELD (Alternative 1 - Two-Column Layout)
   ========================================================================== */

/* Bridge text */
.bk-landing .ch7-shield-bridge {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid var(--border);
    color: var(--text);
}

/* Two-column grid: Checklist left, Jurisdiction cards right */
.bk-landing .ch7-shield-grid {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 70px;
    margin-top: 50px;
}

/* LEFT COLUMN: Asset Checklist with legal pad aesthetic */
.bk-landing .ch7-shield-checklist {
    padding-right: 30px;
}

.bk-landing .asset-checklist {
    margin: 0;
    padding: 0;
}

.bk-landing .asset-checklist dt {
    font-size: 16px;
    font-weight: 700;
    color: var(--accent);
    margin: 0 0 8px 0;
    padding-top: 24px;
}

.bk-landing .asset-checklist dt:first-of-type {
    padding-top: 0;
}

.bk-landing .asset-checklist dd {
    margin: 0 0 24px 0;
    padding-bottom: 24px;
    border-bottom: 1px solid #eee;
    font-size: 15px;
    line-height: 1.7;
    color: var(--text-light);
}

.bk-landing .asset-checklist dd:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

/* RIGHT COLUMN: Sticky Jurisdiction Cards */
.bk-landing .ch7-shield-selector-inner {
    position: sticky;
    top: 100px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Compact location cards for sticky selector */
.bk-landing .ch7-shield-selector .loc-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bk-landing .ch7-shield-selector .loc-card:hover {
    transform: translateY(-2px);
    box-shadow: var(--card-shadow-hover);
}

.bk-landing .ch7-shield-selector .loc-card-hero {
    height: 140px;
    background: #e2e8f0;
    overflow: hidden;
    position: relative;
}

.bk-landing .ch7-shield-selector .loc-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.bk-landing .ch7-shield-selector .loc-card-body {
    padding: 22px;
}

.bk-landing .ch7-shield-selector .loc-chip {
    display: inline-block;
    padding: 4px 11px;
    background: #f1f5f9;
    color: var(--accent-alt);
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 99px;
    margin-bottom: 12px;
}

.bk-landing .ch7-shield-selector .loc-card h3 {
    margin: 0 0 10px 0;
    font-size: 19px;
    font-weight: 700;
    color: var(--accent);
}

.bk-landing .ch7-shield-selector .loc-card p {
    margin: 0 0 14px 0;
    font-size: 14px;
    line-height: 1.65;
    color: var(--text-light);
}

.bk-landing .ch7-shield-selector .loc-link {
    font-weight: 800;
    color: var(--accent);
    text-decoration: none;
    font-size: 13px;
    display: inline-block;
}

.bk-landing .ch7-shield-selector .loc-link:hover {
    text-decoration: underline;
}

/* Mobile: Stack columns, disable sticky */
@media (max-width: 1024px) {
    .bk-landing .ch7-shield-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .bk-landing .ch7-shield-checklist {
        padding-right: 0;
    }
    
    .bk-landing .ch7-shield-selector-inner {
        position: static;
        flex-direction: row;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        gap: 16px;
    }
    
    .bk-landing .ch7-shield-selector .loc-card {
        min-width: 300px;
        scroll-snap-align: start;
    }
}

/* Legacy asset-audit-list for backward compatibility */
.bk-landing .asset-audit-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 30px 0;
}

.bk-landing .asset-audit-item {
    padding: 20px;
    background: #f8fafc;
    border-left: 3px solid var(--accent);
    border-radius: var(--radius-sm);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.bk-landing .asset-audit-item strong {
    display: block;
    color: var(--accent);
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 0.4px;
}

.bk-landing .asset-audit-item p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-light);
}

/* FORENSIC ASSET SHIELD PANEL */
.bk-landing .asset-shield-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin: 30px 0 60px;
}

.bk-landing .asset-shield-card {
    background: #f8fafc;
    border-left: 4px solid var(--accent);
    padding: 30px;
    border-radius: var(--radius-sm);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
}

.bk-landing .asset-shield-card h4 {
    margin: 0 0 8px;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 800;
    color: var(--accent);
}

.bk-landing .asset-shield-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-light);
}

/* JURISDICTIONAL SHIELDS */
.bk-landing .jurisdiction-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.bk-landing .juris-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--card-shadow);
    display: flex;
    flex-direction: column;
}

.bk-landing .juris-image {
    height: 180px;
    overflow: hidden;
}

.bk-landing .juris-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bk-landing .juris-body {
    padding: 25px;
    display: grid;
    gap: 10px;
}

.bk-landing .juris-pill {
    display: inline-block;
    padding: 4px 10px;
    background: #f1f5f9;
    color: var(--accent-alt);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 99px;
    width: fit-content;
}

.bk-landing .juris-link {
    font-weight: 800;
    color: var(--accent);
    text-decoration: none;
    font-size: 14px;
}

@media (max-width: 1024px) {
    .bk-landing .asset-shield-grid { grid-template-columns: 1fr; }
    .bk-landing .jurisdiction-card-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    .bk-landing .jurisdiction-card-grid { grid-template-columns: 1fr; }
}

.bk-landing .ch7-card-header {
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    color: var(--accent);
}

.bk-landing .ch7-context {
    margin: 0 0 12px;
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-light);
}

.bk-landing .ch7-pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.bk-landing .emergency-alert-card {
    margin-top: 16px;
    background: #fff8e6;
    border: 1px solid #f2d48a;
    border-left: 4px solid #f0b429;
    border-radius: var(--radius-sm);
    padding: 18px 20px;
    box-shadow: var(--card-shadow);
}

.bk-landing .emergency-alert-card h3 {
    margin: 0 0 8px;
    font-size: 17px;
    font-weight: 800;
    color: #8a5b0a;
}

.bk-landing .emergency-alert-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #5b4a1f;
}

.bk-landing .ch7-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    background: #eef2f7;
    color: var(--accent);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.bk-landing .ch7-links {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 16px;
}

.bk-landing .ch7-link {
    font-weight: 800;
    color: var(--accent);
    text-decoration: none;
    padding: 10px 14px;
    background: #f4f6fb;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.bk-landing .ch7-link:hover {
    transform: translateY(-2px);
    box-shadow: var(--card-shadow);
}

.bk-landing .timeline-note {
    margin-top: 24px;
    font-size: 15px;
    color: var(--text-light);
    text-align: center;
}

.bk-landing .ch7-cross-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 14px;
}

.bk-landing .ch7-link-card {
    display: block;
    padding: 16px 18px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    color: var(--accent);
    font-weight: 800;
    text-decoration: none;
    box-shadow: var(--card-shadow);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.bk-landing .ch7-link-card:hover {
    transform: translateY(-2px);
    box-shadow: var(--card-shadow-hover);
}

.bk-landing .ch7-trigger-strip {
    padding: var(--section-padding-v) 8%;
    background: var(--muted);
}

.bk-landing .ch7-trigger-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 32px;
    align-items: start;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 26px;
    box-shadow: var(--card-shadow);
}

.bk-landing .ch7-trigger-divider {
    width: 2px;
    background: var(--border);
}

.bk-landing .ch7-trigger-grid h4 {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
    color: var(--accent);
}

.bk-landing.bk-ch7 .hiw-list li {
    position: relative;
    padding-left: 25px;
    text-indent: 0;
}

.bk-landing.bk-ch7 .hiw-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.65em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: currentColor;
    opacity: 0.8;
}

@media (max-width: 768px) {
    .bk-landing .ch7-section__header {
        text-align: left;
    }

    .bk-landing .ch7-pill-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .bk-landing .ch7-cross-grid {
        grid-template-columns: 1fr;
    }

    .bk-landing .ch7-trigger-grid {
        grid-template-columns: 1fr;
    }

    .bk-landing .ch7-trigger-divider {
        display: none;
    }

    .bk-landing .ch7-boundary-grid {
        grid-template-columns: 1fr;
    }

    .bk-landing .ch7-excluded {
        border-left: none;
        border-top: 1px solid var(--border);
    }

    .bk-landing .ch7-boundary-col {
        padding: 35px;
    }
}

/* ==========================================================================
   ALTERNATIVE 1: JURISDICTIONAL SHIELD LAYOUT
   ========================================================================== */
.bk-landing .ch7-shield-logic-gate {
    display: grid;
    grid-template-columns: 1fr 380px; /* Audit left, Cards right */
    gap: 80px;
    margin-top: 60px;
}

/* Left: Forensic Audit */
.bk-landing .ch7-audit-checklist {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-left: 25px; /* Create gutter for the line */
}

/* Create the vertical rail */
.bk-landing .ch7-audit-checklist::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px; /* Aligns with the middle of the first header */
    bottom: 110px; /* Stops exactly at the last header */
    width: 2px;
    background: var(--accent);
    opacity: 0.15;
}

.bk-landing .audit-group {
    padding: 35px 0 35px 5px;
    border-bottom: 1px solid var(--border);
}

.bk-landing .audit-group:first-child { padding-top: 0; }
.bk-landing .audit-group:last-child { border-bottom: none; }

.bk-landing .audit-group h3 {
    display: inline-block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #fff;
    background: var(--accent);
    margin: 0 0 15px 0;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 4px;
}

.bk-landing .audit-group p {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    color: var(--text-light);
}

/* Right: Sticky Selector */
.bk-landing .ch7-shield-selector {
    position: relative;
}

.bk-landing .sticky-shield-wrap {
    position: sticky;
    top: 100px;
}

.bk-landing .selector-label {
    font-size: 11px;
    font-weight: 800;
    color: var(--text-muted);
    text-transform: uppercase;
    margin-bottom: 20px;
}

.bk-landing .shield-mini-card {
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    margin-bottom: 16px;
    overflow: hidden;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.bk-landing .shield-mini-card,
.bk-landing .shield-mini-card:visited {
    color: inherit;
}

.bk-landing .shield-mini-card:hover {
    transform: translateX(8px); /* Subtle "Slide-in" effect */
    box-shadow: 0 10px 30px rgba(31, 54, 82, 0.1);
    border-color: var(--accent-alt);
}

.bk-landing .shield-mini-card img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    flex-shrink: 0;
}

.bk-landing .shield-mini-body {
    padding: 15px 20px;
}

.bk-landing .shield-mini-body :is(h3, h4) {
    margin: 0;
    font-size: 18px;
    font-weight: 800;
    color: var(--accent);
}

.bk-landing .shield-pill {
    display: block;
    font-size: 10px;
    font-weight: 800;
    color: var(--accent-alt);
    text-transform: uppercase;
    margin-bottom: 4px;
    background: #f1f5f9;
    letter-spacing: 0.05em;
    padding: 3px 10px;
    border-radius: 4px;
    width: fit-content;
}

/* Responsive */
@media (max-width: 1024px) {
    .bk-landing .ch7-shield-logic-gate { grid-template-columns: 1fr; gap: 40px; }
    .bk-landing .sticky-shield-wrap { position: static; }
    .bk-landing .shield-mini-card { max-width: 450px; }
}

/* ==========================================================================
   CH13 FORENSIC FEASIBILITY GRID
   ========================================================================== */
.bk-landing .ch13-feasibility-wrap {
    display: grid;
    gap: 36px;
    margin-top: 40px;
}

.bk-landing .ch13-feasibility-grid,
.bk-landing .ch13-dmv-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.bk-landing .ch13-dmv-intro {
    max-width: 760px;
    color: var(--text-light);
}

.bk-landing .ch13-feasibility-card,
.bk-landing .ch13-dmv-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 22px 20px;
    box-shadow: var(--card-shadow);
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.bk-landing .ch13-dmv-card {
    background: #f8fbff;
    border-color: #dbe7ff;
}

.bk-landing .ch13-feasibility-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #eef3fb;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--accent);
    box-shadow: inset 0 1px 0 rgba(44, 62, 80, 0.05);
}

.bk-landing .ch13-feasibility-card h3,
.bk-landing .ch13-dmv-card h4 {
    margin: 6px 0 4px;
    font-size: 18px;
    font-weight: 800;
    color: var(--accent);
    letter-spacing: -0.2px;
}

.bk-landing .ch13-feasibility-card p,
.bk-landing .ch13-dmv-card p {
    margin: 0;
    color: var(--text-light);
    line-height: 1.6;
}

@media (max-width: 1024px) {
    .bk-landing .ch13-feasibility-grid,
    .bk-landing .ch13-dmv-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .bk-landing .ch13-feasibility-grid,
    .bk-landing .ch13-dmv-grid {
        grid-template-columns: 1fr;
    }
}

/* ==========================================================================
   OPERATIONAL ROADMAP UI (Feb 2026)
   ========================================================================== */
.bk-landing .ch7-operational-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid var(--border);
}

.bk-landing .ops-col strong {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    color: var(--text-muted);
}

.bk-landing .ops-col p {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

.bk-landing .ops-col--active {
    background: #f0f7ff; /* Light blue tint for the "Active Shield" */
    padding: 20px;
    border-radius: 8px;
    border-left: 3px solid var(--accent-alt);
}

.bk-landing .ops-col--active strong {
    color: var(--accent-alt);
}

/* MOBILE REFLOW */
@media (max-width: 768px) {
    .bk-landing .ch7-operational-split { grid-template-columns: 1fr; gap: 20px; }
}

/* ==========================================================================
   STEP 2 FEDERAL SHIELD ACTIVATION STYLING
   ========================================================================== */
.bk-landing .hiw-card--shield {
    border: 2px solid var(--accent-alt);
    background: #f0f7ff; /* Brand-safe blue tint for protection */
}

.bk-landing .hiw-dot--trigger {
    background: var(--accent-alt);
    box-shadow: 0 0 15px rgba(47, 86, 127, 0.3);
}

.bk-landing .hiw-shield-alert {
    margin-top: 15px;
    padding: 15px;
    background: #fff;
    border-radius: 6px;
    border-left: 4px solid var(--accent-alt);
    font-size: 14px;
    line-height: 1.5;
    color: var(--accent);
}

.bk-landing .hiw-status-pill {
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--text-muted);
    letter-spacing: 0.5px;
}

/* HERO BREADCRUMBS */
.bk-landing .hero-breadcrumbs {
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.6);
}

.bk-landing .hero-breadcrumbs a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.2s ease;
}

.bk-landing .hero-breadcrumbs a:hover {
    color: #fff;
}

/* Current page pill in breadcrumbs */
.bk-landing .hero-breadcrumbs span {
    display: inline-block;
    background: #5d7c97; /* Fixed color for consistency across all landing pages */
    color: #fff;
    padding: 4px 12px;
    border-radius: 4px;
    margin-left: 2px;
}

/* Keep Chapter 7 and Chapter 13 breadcrumb behavior in lockstep */
.bk-landing:is(.bk-ch7, .bk-ch13) .hero-breadcrumbs {
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .bk-landing:is(.bk-ch7, .bk-ch13) .hero-breadcrumbs {
        font-size: 12px;
        letter-spacing: 0.8px;
        margin-bottom: 14px;
    }

    .bk-landing:is(.bk-ch7, .bk-ch13) .hero-breadcrumbs span {
        padding: 3px 10px;
    }
}

/* HERO DESCRIPTION EMPHASIS */
.bk-landing .hero-desc strong {
    color: #fff;
    font-weight: 700;
    border-bottom: 2px solid var(--accent-alt);
    padding-bottom: 2px;
}

/* HERO LINKS IN DESCRIPTION */
.bk-landing .hero-desc a {
    color: #ffffff !important;
    text-decoration: none;
    border-bottom: none;
    transition: color 0.2s ease;
}

.bk-landing .hero-desc a:hover {
    color: var(--accent-alt) !important;
}

/* ==========================================================================
   CHAPTER 13 SPECIFIC STYLES
    ========================================================================== */
.bk-landing.bk-ch13 {
    --ch13-accent: var(--bk-accent-alt);
}

/* Hero logo treatment for Ch13 */
.bk-landing.bk-ch13 .bk-hero__trust-logos .bk-trust__logo img {
    filter: brightness(0) invert(1);
    opacity: 0.6;
}

/* Ch13 DMV Considerations Card */
.bk-landing .ch13-dmv-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
}

.bk-landing .ch13-dmv-item {
    padding: 20px 24px;
    border-bottom: 1px solid var(--border);
}

.bk-landing .ch13-dmv-item:last-child {
    border-bottom: none;
}

.bk-landing .ch13-dmv-item h4 {
    margin: 0 0 8px;
    font-size: 15px;
    font-weight: 700;
    color: var(--accent);
}

.bk-landing .ch13-dmv-item p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: var(--text-light);
}

/* Ch13 Comparison Grid */
.bk-landing .ch13-comparison-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 40px;
}

.bk-landing .ch13-comparison-col {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 30px;
}

.bk-landing .ch13-comparison-col--13 {
    border: 2px solid var(--accent-alt);
    background: #f8fbff;
}

.bk-landing .comparison-col-header {
    margin-bottom: 20px;
}

.bk-landing .comparison-chapter-label {
    display: inline-block;
    padding: 6px 14px;
    background: #f1f5f9;
    color: var(--accent);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 6px;
}

.bk-landing .comparison-chapter-label--active {
    background: var(--accent-alt);
    color: #fff;
}

.bk-landing .ch13-comparison-col .boundary-list {
    margin: 0;
    padding: 0;
}

.bk-landing .ch13-comparison-col .boundary-list li {
    padding: 12px 0;
    border-bottom: 1px solid var(--border-light);
}

.bk-landing .ch13-comparison-col .boundary-list li:last-child {
    border-bottom: none;
}

.bk-landing .comparison-cta {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid var(--border);
}

.bk-landing .ch13-comparison-link {
    display: inline-block;
    font-weight: 700;
    color: var(--accent);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s ease;
}

.bk-landing .ch13-comparison-link:hover {
    color: var(--accent-alt);
}

/* Mobile: Stack comparison columns */
@media (max-width: 768px) {
    .bk-landing .ch13-comparison-grid {
        grid-template-columns: 1fr;
    }
}
/* ==========================================================================
   CHAPTER 13 PATCH: NEW ELEMENTS
   ========================================================================== */

/* Hero micro differentiation line */
.bk-landing .hero-micro {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.75);
    margin-top: -8px;
    margin-bottom: 24px;
    font-style: italic;
}

/* Cause → Outcome Table */
.bk-landing .ch13-outcome-table {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    margin-top: 32px;
}

.bk-landing .ch13-outcome-row {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    border-bottom: 1px solid var(--border-light);
}

.bk-landing .ch13-outcome-row:last-child {
    border-bottom: none;
}

.bk-landing .ch13-outcome-row--header {
    background: var(--bg-muted);
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--text-muted);
}

.bk-landing .ch13-outcome-situation,
.bk-landing .ch13-outcome-result {
    padding: 16px 20px;
}

.bk-landing .ch13-outcome-situation {
    font-weight: 600;
    color: var(--text);
    border-right: 1px solid var(--border-light);
}

.bk-landing .ch13-outcome-result {
    color: var(--text-secondary);
}

.bk-landing .ch13-outcome-row:not(.ch13-outcome-row--header):hover {
    background: var(--bg-muted);
}

/* Trustee context box */
.bk-landing .ch13-trustee-context {
    margin-top: 32px;
    padding: 20px 24px;
    background: var(--bg-muted);
    border-left: 3px solid var(--accent);
    border-radius: 0 var(--radius) var(--radius) 0;
}

.bk-landing .ch13-trustee-context p {
    margin: 0;
    font-size: 15px;
    color: var(--text-secondary);
}

/* Mobile: Stack outcome table */
@media (max-width: 600px) {
    .bk-landing .ch13-outcome-row {
        grid-template-columns: 1fr;
    }
    
    .bk-landing .ch13-outcome-situation {
        border-right: none;
        border-bottom: 1px solid var(--border-light);
        padding-bottom: 8px;
    }
    
    .bk-landing .ch13-outcome-result {
        padding-top: 8px;
    }
}

/* Chapter 13 Location Cards - Operational styling */
.bk-landing.bk-ch13 .locations-section--ch13 {
    background: #fff;
}

.bk-landing.bk-ch13 .locations-section--ch13 .loc-card-hero {
    height: 170px;
    max-height: none;
}

.bk-landing.bk-ch13 .locations-section--ch13 .loc-card-body {
    padding: 24px 24px 26px;
}

.bk-landing.bk-ch13 .locations-section--ch13 .loc-chip {
    font-size: 12px;
}

/* Chapter 13 locations: match bankruptcy jurisdiction card UI rhythm */
.bk-landing.bk-ch13 .loc-card {
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    box-shadow: var(--card-shadow);
}

.bk-landing.bk-ch13 .loc-card:hover {
    transform: translateY(-2px);
    box-shadow: var(--card-shadow-hover);
}

.bk-landing.bk-ch13 .loc-card h3 {
    font-family: "Arial Black", Arial, sans-serif !important;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.4px;
    color: var(--accent);
    margin: 0 0 14px;
}

.bk-landing.bk-ch13 .loc-card p {
    font-family: "ArialMT", Arial, sans-serif !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.65;
    color: var(--text-light);
    margin: 0;
}

/* Patch 13.1: Rationale grid for "Why Chapter 13 Exists" */
.bk-landing .ch13-rationale-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    margin-top: 32px;
}

.bk-landing .ch13-rationale-item {
    padding: 24px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
}

.bk-landing .ch13-rationale-item h4 {
    margin: 0 0 12px 0;
    font-size: 16px;
    font-weight: 700;
    color: var(--text);
}

.bk-landing .ch13-rationale-item p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-secondary);
}

/* Patch 13.2: Subhead for progressive disclosure */
.bk-landing .ch13-subhead {
    margin-top: 40px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--accent);
}

/* Patch 13.2: Outcome table as visual spine */
.bk-landing .ch13-outcome-table {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    margin-top: 48px;
}

.bk-landing .ch13-outcome-row {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    border-bottom: 1px solid var(--border-light);
}

.bk-landing .ch13-outcome-row:last-child {
    border-bottom: none;
}

.bk-landing .ch13-outcome-row--header {
    background: #f8fafc;
    border-bottom: 2px solid var(--border);
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--text-muted);
}

.bk-landing .ch13-outcome-situation,
.bk-landing .ch13-outcome-result {
    padding: 16px 20px;
}

.bk-landing .ch13-outcome-situation {
    font-weight: 600;
    color: var(--text);
    border-right: 1px solid var(--border-light);
}

.bk-landing .ch13-outcome-result {
    color: var(--text-secondary);
}

.bk-landing .ch13-outcome-row:not(.ch13-outcome-row--header):hover {
    background: var(--bg-muted);
}

/* Patch 13.2: Compliance note styling */
.bk-landing .ch13-compliance-note {
    margin-top: 24px;
    padding: 16px 20px;
    background: var(--bg-muted);
    border-left: 3px solid var(--accent);
    border-radius: 0 var(--radius) var(--radius) 0;
    font-size: 15px;
    color: var(--text-secondary);
}

/* Mobile: Stack outcome table */
@media (max-width: 600px) {
    .bk-landing .ch13-outcome-row {
        grid-template-columns: 1fr;
    }
    
    .bk-landing .ch13-outcome-situation {
        border-right: none;
        border-bottom: 1px solid var(--border-light);
        padding-bottom: 8px;
    }
    
    .bk-landing .ch13-outcome-result {
        padding-top: 8px;
    }
}
.bk-landing .ch13-comparison-table {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    margin-top: 32px;
}

.bk-landing .ch13-comparison-row {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    border-bottom: 1px solid var(--border-light);
}

.bk-landing .ch13-comparison-row:last-child {
    border-bottom: none;
}

.bk-landing .ch13-comparison-row--header {
    background: var(--bg-muted);
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--text-muted);
}

.bk-landing .ch13-comparison-factor,
.bk-landing .ch13-comparison-ch7,
.bk-landing .ch13-comparison-ch13 {
    padding: 16px 20px;
}

.bk-landing .ch13-comparison-factor {
    font-weight: 600;
    color: var(--text);
    border-right: 1px solid var(--border-light);
}

.bk-landing .ch13-comparison-ch7 {
    color: var(--text-secondary);
    border-right: 1px solid var(--border-light);
}

.bk-landing .ch13-comparison-ch13 {
    color: var(--text-secondary);
}

.bk-landing .ch13-comparison-row:not(.ch13-comparison-row--header):hover {
    background: var(--bg-muted);
}

/* Mobile: Stack comparison table */
@media (max-width: 600px) {
    .bk-landing .ch13-comparison-row {
        grid-template-columns: 1fr;
    }
    
    .bk-landing .ch13-comparison-factor,
    .bk-landing .ch13-comparison-ch7 {
        border-right: none;
        border-bottom: 1px solid var(--border-light);
    }
    
    .bk-landing .ch13-comparison-ch13 {
        padding-bottom: 20px;
    }
}

/* ==========================================================================
   DECISION PANEL (Chapter 13)
   ========================================================================== */
.bk-landing .bk-decision-section {
    background: var(--muted);
    padding: var(--section-padding-v) 8%;
}

/* Section Header - matches page DNA */
.bk-landing .bk-decision-header {
    text-align: center;
    margin-bottom: 40px;
}

.bk-landing .bk-decision-header h2 {
    font-size: clamp(25px, 3.6vw, 36px);
    font-weight: 800;
    color: var(--dark);
    margin-bottom: 12px;
    letter-spacing: -0.5px;
}

.bk-landing .bk-decision-header p {
    font-size: 18px;
    color: var(--text-light);
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Panel Container */
.bk-landing .bk-decision-panel {
    max-width: 920px;
    margin: 0 auto;
    background: #fff;
    border-radius: var(--radius-lg);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    border: 1px solid var(--border);
    overflow: hidden;
}

/* Table Structure */
.bk-landing .bk-decision-panel__table {
    display: flex;
    flex-direction: column;
}

/* Row */
.bk-landing .bk-decision-panel__row {
    display: grid;
    grid-template-columns: 140px 1fr 1fr;
    border-bottom: 1px solid var(--border-light);
}

.bk-landing .bk-decision-panel__row:last-child {
    border-bottom: none;
}

/* Header Row */
.bk-landing .bk-decision-panel__row--header {
    background: #f8fafc;
}

.bk-landing .bk-decision-panel__row--header .bk-decision-panel__cell {
    padding: 14px 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.bk-landing .bk-decision-panel__row--header .bk-decision-panel__cell--ch13 {
    color: var(--accent);
}

.bk-landing .bk-decision-panel__row--header .bk-decision-panel__cell--ch7 {
    color: var(--text-muted);
}

/* Cells */
.bk-landing .bk-decision-panel__cell {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
}

/* Situation Column (Left) */
.bk-landing .bk-decision-panel__cell--situation {
    background: #f8fafc;
    font-size: 14px;
    font-weight: 700;
    color: var(--accent);
    border-right: 1px solid var(--border-light);
}

/* Chapter 13 Column (Emphasized) */
.bk-landing .bk-decision-panel__cell--ch13 {
    background: #fcfdff;
    border-right: 1px solid var(--border-light);
}

.bk-landing .bk-decision-panel__cell--ch13 strong {
    font-size: 15px;
    font-weight: 700;
    color: var(--accent);
}

.bk-landing .bk-decision-panel__cell--ch13 span {
    font-size: 14px;
    color: var(--text-light);
    line-height: 1.4;
}

/* Chapter 7 Column (Subordinate) */
.bk-landing .bk-decision-panel__cell--ch7 {
    background: #fff;
}

.bk-landing .bk-decision-panel__cell--ch7 strong {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-muted);
}

.bk-landing .bk-decision-panel__cell--ch7 span {
    font-size: 13px;
    color: #9ca3af;
    line-height: 1.4;
}

/* Panel Footer */
.bk-landing .bk-decision-panel__footer {
    padding: 20px 32px;
    background: #f8fafc;
    border-top: 1px solid var(--border-light);
}

.bk-landing .bk-decision-panel__footer p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: var(--text-light);
}

.bk-landing .bk-decision-panel__footer strong {
    color: var(--accent);
}

/* Mobile: Stack columns */
@media (max-width: 700px) {
    .bk-landing .bk-decision-panel__row {
        grid-template-columns: 1fr;
    }
    
    .bk-landing .bk-decision-panel__row--header {
        display: none;
    }
    
    .bk-landing .bk-decision-panel__cell--situation {
        border-right: none;
        border-bottom: 1px solid var(--border-light);
        padding: 16px 20px;
        font-size: 15px;
    }
    
    .bk-landing .bk-decision-panel__cell--ch13,
    .bk-landing .bk-decision-panel__cell--ch7 {
        border-right: none;
        padding: 16px 20px;
    }
    
    .bk-landing .bk-decision-panel__cell--ch13::before {
        content: "Chapter 13";
        display: block;
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.6px;
        color: var(--accent);
        margin-bottom: 6px;
        opacity: 0.7;
    }
    
    .bk-landing .bk-decision-panel__cell--ch7::before {
        content: "Chapter 7";
        display: block;
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.6px;
        color: var(--text-muted);
        margin-bottom: 6px;
        opacity: 0.6;
    }
    
    .bk-landing .bk-decision-panel__cell--ch7 {
        border-bottom: 1px solid var(--border-light);
    }
    
    .bk-landing .bk-decision-panel__row:last-child .bk-decision-panel__cell--ch7 {
        border-bottom: none;
    }
    
    .bk-landing .bk-decision-panel__header {
        padding: 24px 20px 20px;
    }
    
    .bk-landing .bk-decision-panel__footer {
        padding: 16px 20px;
    }
}

.bk-landing .bk-status-pill--dash {
    background: #f4f5f7;
    border-color: #e1e4ea;
    color: var(--text-muted);
}

.bk-landing .bk-matrix__label {
    font-weight: 700;
    letter-spacing: 0.1px;
    color: var(--text);
    font-size: 14px;
}

.bk-landing .bk-matrix__ch13 .bk-matrix__label {
    color: var(--accent);
}

.bk-landing .bk-matrix__row:not(.bk-matrix__row--header):hover {
    background: #fafbfc;
}

.bk-landing .bk-matrix__row:not(.bk-matrix__row--header):hover .bk-matrix__goal {
    background: #f0f4f8;
}

/* Matrix Footer */
.bk-landing .bk-matrix-footer {
    text-align: center;
    margin-top: 28px;
    padding: 20px 24px;
    background: #fff;
    border-radius: var(--radius-sm);
    border-left: 4px solid var(--accent);
}

.bk-landing .bk-matrix-footer p {
    margin: 0;
    font-size: 16px;
    color: var(--text);
    font-weight: 500;
}

/* Mobile: Stack matrix cells */
@media (max-width: 768px) {
    .bk-landing .bk-matrix__row {
        grid-template-columns: 1fr;
    }
    
    .bk-landing .bk-matrix__row--header {
        display: none;
    }
    
    .bk-landing .bk-matrix__goal {
        border-right: none;
        border-bottom: 1px solid var(--border-light);
        background: var(--accent);
        color: #fff;
        padding: 14px 20px;
    }
    
    .bk-landing .bk-matrix__goal strong {
        color: #fff;
        font-size: 15px;
    }
    
    .bk-landing .bk-matrix__ch13 {
        border-right: none;
        border-left: 3px solid var(--accent);
        border-bottom: 1px solid var(--border-light);
        position: relative;
        padding-left: 20px;
        background: #f8fbff;
    }
    
    .bk-landing .bk-matrix__ch13::before {
        content: "Chapter 13";
        display: inline-block;
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        color: #fff;
        background: var(--accent);
        padding: 3px 8px;
        border-radius: 3px;
        margin-bottom: 8px;
    }
    
    .bk-landing .bk-matrix__ch7 {
        position: relative;
        padding-left: 20px;
        padding-bottom: 24px;
        border-left: 3px solid transparent;
    }
    
    .bk-landing .bk-matrix__ch7::before {
        content: "Chapter 7";
        display: inline-block;
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        color: var(--text-muted);
        background: #f0f2f5;
        padding: 3px 8px;
        border-radius: 3px;
        margin-bottom: 8px;
    }
    
    .bk-landing .bk-matrix-footer {
        text-align: left;
    }
}

/* ==========================================================================
   CHAPTER 7 TYPOGRAPHY ALIGNMENT (SSOT: Homepage)
   ========================================================================== */
.bk-landing.bk-ch7 .herosec_main_head {
    font-family: "HelveticaNeue-CondensedBlack", "Helvetica Neue", Arial, sans-serif;
    font-size: 54px;
    font-weight: 900;
    line-height: 60px;
    letter-spacing: -1px;
    text-transform: none;
}

.bk-landing.bk-ch7 :is(
    .ch7-boundary-header h2,
    .ch7-section__header h2,
    .process-header h2,
    .faq-header h2
) {
    font-family: "HelveticaNeue-CondensedBlack", "Helvetica Neue", Arial, sans-serif;
    font-size: 43px;
    font-weight: 900;
    line-height: 48px;
    letter-spacing: -1px;
    margin-top: 40px;
    margin-bottom: 10px;
    text-transform: none;
}

.bk-landing.bk-ch7 .faq-header h2 {
    color: var(--dark);
}

.bk-landing.bk-ch7 :is(
    .boundary-header h3,
    .matrix-content h3,
    .shield-mini-body h3,
    .hiw-card h3,
    .faq-item h3,
    .bk-cta__copy h3
) {
    font-family: "Arial Black", Arial, sans-serif !important;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.4px;
    margin: 0 0 14px;
}

.bk-landing.bk-ch7 :is(
    .ch7-boundary-header p,
    .ch7-section__header p,
    .process-header p,
    .faq-header p
) {
    font-family: "Muli-ExtraLight-Roman", "Muli", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.875;
}

.bk-landing.bk-ch7 :is(
    .boundary-list li,
    .ch7-strategic-pivot p,
    .matrix-content p,
    .gate-step p,
    .gate-action-subline,
    .hiw-sub,
    .hiw-list li,
    .hiw-info-card p,
    .hiw-shield-alert,
    .bk-cta__copy p,
    .faq-answer p
) {
    font-family: "Muli-ExtraLight-Roman", "Muli", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
}

.bk-landing.bk-ch7 .hero-desc {
    width: 66%;
    max-width: 760px;
    font-size: clamp(17px, 1.7vw, 20px);
    line-height: 1.6;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.88);
    margin-bottom: 0;
}

.bk-landing.bk-ch7 :is(.ch7-boundary-header p, .ch7-section__header p, .process-header p) {
    color: var(--text-light);
    margin: 0 auto;
    text-align: center;
}

.bk-landing.bk-ch7 .bk-cta__copy p {
    color: rgba(248, 250, 252, 0.85);
}

.bk-landing.bk-ch7 :is(.boundary-list li, .faq-answer p) {
    margin: 0 0 12px;
}

.bk-landing.bk-ch7 .boundary-list li strong {
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.2px;
}

.bk-landing.bk-ch7 :is(.boundary-list li:last-child, .faq-answer p:last-child) {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .bk-landing.bk-ch7 :is(
        .boundary-header h3,
        .matrix-content h3,
        .shield-mini-body h3,
        .hiw-card h3,
        .faq-item h3,
        .bk-cta__copy h3
    ) {
        font-size: 24px;
        line-height: 1.2;
        letter-spacing: -0.2px;
    }
}

/* ==========================================================================
   CHAPTER 13 TYPOGRAPHY ALIGNMENT (SSOT: Homepage)
   ========================================================================== */
.bk-landing.bk-ch13 .herosec_main_head {
    font-family: "HelveticaNeue-CondensedBlack", "Helvetica Neue", Arial, sans-serif;
    font-size: 54px;
    font-weight: 900;
    line-height: 60px;
    letter-spacing: -1px;
    text-transform: none;
}

.bk-landing.bk-ch13 :is(
    .bk-decision-header h2,
    .process-header h2,
    .locations-header h2,
    .bk-feasibility-header h2,
    .faq-header h2
) {
    font-family: "HelveticaNeue-CondensedBlack", "Helvetica Neue", Arial, sans-serif;
    font-size: 43px;
    font-weight: 900;
    line-height: 48px;
    letter-spacing: -1px;
    margin-top: 40px;
    margin-bottom: 10px;
    text-transform: none;
}

.bk-landing.bk-ch13 .faq-header h2 {
    color: var(--dark);
}

.bk-landing.bk-ch13 :is(
    .hiw-card h3,
    .loc-card h3,
    .bk-feasibility-card h3,
    .faq-item h3
) {
    font-family: "Arial Black", Arial, sans-serif !important;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.4px;
    margin: 0 0 14px;
}

.bk-landing.bk-ch13 :is(
    .bk-decision-header p,
    .process-header p,
    .locations-header p,
    .bk-feasibility-intro,
    .faq-header p
) {
    font-family: "Muli-ExtraLight-Roman", "Muli", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.875;
}

.bk-landing.bk-ch13 :is(
    .hiw-sub,
    .hiw-card p,
    .loc-summary,
    .bk-feasibility-card p,
    .faq-answer p,
    .bk-decision-panel__cell--ch13 span,
    .bk-decision-panel__cell--ch7 span,
    .bk-decision-panel__footer p
) {
    font-family: "Muli-ExtraLight-Roman", "Muli", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
}

.bk-landing.bk-ch13 .hero-desc {
    width: 66%;
    max-width: 760px;
    font-size: clamp(17px, 1.7vw, 20px);
    line-height: 1.6;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.88);
    margin-bottom: 0;
}

.bk-landing.bk-ch13 :is(
    .bk-decision-header p,
    .process-header p,
    .locations-header p,
    .faq-header p
) {
    color: var(--text-light);
}

.bk-landing.bk-ch13 .bk-feasibility-gate .bk-feasibility-intro {
    color: rgba(248, 250, 252, 0.85);
}

.bk-landing.bk-ch13 :is(.faq-answer p) {
    margin: 0 0 12px;
}

.bk-landing.bk-ch13 :is(.faq-answer p:last-child) {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .bk-landing.bk-ch13 :is(
        .hiw-card h3,
        .loc-card h3,
        .bk-feasibility-card h3,
        .faq-item h3
    ) {
        font-size: 24px;
        line-height: 1.2;
        letter-spacing: -0.2px;
    }
}

/* ==========================================================================
   BANKRUPTCY TEMPLATE TYPOGRAPHY ALIGNMENT (SSOT: Homepage)
   ========================================================================== */
.bk-landing.bk-bankruptcy .herosec_main_head {
    font-family: "HelveticaNeue-CondensedBlack", "Helvetica Neue", Arial, sans-serif;
    font-size: 54px;
    font-weight: 900;
    line-height: 60px;
    letter-spacing: -1px;
    text-transform: none;
}

.bk-landing.bk-bankruptcy :is(
    .comparison-heading,
    .process-header h2,
    .locations-header h2,
    .faq-header h2
) {
    font-family: "HelveticaNeue-CondensedBlack", "Helvetica Neue", Arial, sans-serif;
    font-size: 43px;
    font-weight: 900;
    line-height: 48px;
    letter-spacing: -1px;
    margin-top: 40px;
    margin-bottom: 10px;
    text-transform: none;
}

.bk-landing.bk-bankruptcy :is(
    .comparison-heading,
    .faq-header h2
) {
    color: var(--dark);
}

.bk-landing.bk-bankruptcy :is(
    .time-relief-card h3,
    .hiw-card h3,
    .chapter-option__content h3,
    .hiw-outcome h3,
    .hiw-outcome-card h3,
    .faq-item h3,
    .bk-cta__copy h3
) {
    font-family: "Arial Black", Arial, sans-serif !important;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.4px;
    margin: 0 0 14px;
}

.bk-landing.bk-bankruptcy .faq-header p {
    font-family: "Arial Black", Arial, sans-serif !important;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.875;
}

.bk-landing.bk-bankruptcy :is(
    .process-header p,
    .locations-header p
) {
    font-family: "Muli-ExtraLight-Roman", "Muli", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.875;
}

.bk-landing.bk-bankruptcy :is(
    .comparison-col-text p,
    .comparison-col-text ul li,
    .hiw-sub,
    .hiw-list li,
    .hiw-info-card p,
    .chapter-option__content p,
    .hiw-education-box p,
    .hiw-education-box ol li,
    .hiw-outcome-copy,
    .hiw-outcome-note,
    .bk-cta__copy p,
    .faq-item p,
    .faq-answer p
) {
    font-family: "Muli-ExtraLight-Roman", "Muli", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
}

.bk-landing.bk-bankruptcy :is(.hero-breadcrumbs, .loc-chip, .hiw-trigger-pill) {
    font-family: "Muli-ExtraLight-Roman", "Muli", sans-serif;
}

.bk-landing.bk-bankruptcy .hero-desc {
    width: 66%;
    max-width: 760px;
    font-size: clamp(17px, 1.7vw, 20px);
    line-height: 1.6;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.88);
    margin-bottom: 0;
}

.bk-landing.bk-bankruptcy :is(.comparison-col-text p, .process-header p, .locations-header p) {
    color: var(--text-light);
}

.bk-landing.bk-bankruptcy .bk-cta__copy p {
    color: rgba(248, 250, 252, 0.85);
}

.bk-landing.bk-bankruptcy :is(.comparison-col-text p, .faq-answer p) {
    margin: 0 0 12px;
}

.bk-landing.bk-bankruptcy .process-header p {
    margin: 0 auto;
    text-align: center;
}

.bk-landing.bk-bankruptcy .locations-header p {
    margin: 0 auto;
    text-align: center;
}

.bk-landing.bk-bankruptcy :is(.comparison-col-text p:last-child, .faq-answer p:last-child) {
    margin-bottom: 0;
}

/* Bankruptcy locations: keep pill + CTA, match homepage jurisdiction card rhythm */
.bk-landing.bk-bankruptcy .loc-card {
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    box-shadow: var(--card-shadow);
}

.bk-landing.bk-bankruptcy .loc-card:hover {
    transform: translateY(-2px);
    box-shadow: var(--card-shadow-hover);
}

.bk-landing.bk-bankruptcy .loc-card-hero {
    height: 170px;
}

.bk-landing.bk-bankruptcy .loc-card-body {
    padding: 24px 24px 26px;
}

.bk-landing.bk-bankruptcy .loc-card h3 {
    font-family: "Muli-ExtraLight-Roman", "Muli", sans-serif;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.4px;
    color: var(--accent);
    margin: 0 0 14px;
}

.bk-landing.bk-bankruptcy .loc-card p {
    font-family: "Muli-ExtraLight-Roman", "Muli", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.65;
    color: var(--text-light);
    margin: 0;
}

@media (max-width: 768px) {
    .bk-landing.bk-bankruptcy .bk-cta__actions {
        width: 100%;
        justify-content: center;
    }

    .bk-landing.bk-bankruptcy .bk-cta .legal-hero-button {
        width: 100%;
        max-width: 310px;
        min-width: 0;
        padding: 0 24px;
        text-align: center;
        white-space: normal;
    }

    .bk-landing.bk-bankruptcy :is(
        .time-relief-card h3,
        .hiw-card h3,
        .chapter-option__content h3,
        .hiw-outcome h3,
        .hiw-outcome-card h3,
        .faq-item h3,
        .bk-cta__copy h3,
        .loc-card h3
    ) {
        font-size: 24px;
        line-height: 1.2;
        letter-spacing: -0.2px;
    }
}

/* =====================================================================
   VIRGINIA LANDING TYPOGRAPHY ALIGNMENT (self-contained template support)
   ===================================================================== */
.bk-landing:is(.bk-va, .bk-md, .bk-dc) .bk-hero {
    min-height: 70vh;
    padding-top: 118px;
    padding-bottom: 150px;
}

.bk-landing:is(.bk-va, .bk-md, .bk-dc) .bk-hero__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 18px;
}

.bk-landing:is(.bk-va, .bk-md, .bk-dc) .hero-cta-block {
    column-gap: 32px;
}

.bk-landing:is(.bk-va, .bk-md, .bk-dc) .hero-cta-phone {
    color: rgba(255, 255, 255, 0.82);
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    transition: filter 0.18s ease;
}

.bk-landing:is(.bk-va, .bk-md, .bk-dc) .hero-cta-phone:hover,
.bk-landing:is(.bk-va, .bk-md, .bk-dc) .hero-cta-phone:focus {
    color: rgba(255, 255, 255, 0.92);
    text-decoration: none;
    filter: brightness(1.05);
}

.bk-landing:is(.bk-va, .bk-md, .bk-dc) .hero-sig-block {
    margin-top: 0;
    opacity: 0.72;
}

.bk-landing:is(.bk-va, .bk-md, .bk-dc) .bk-hero__trust-logos {
    padding: 14px 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.28), transparent);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.bk-landing:is(.bk-va, .bk-md, .bk-dc) .bk-hero__trust-logos .bk-trust__logo img {
    max-height: 34px;
    opacity: 0.45;
    filter: brightness(0) invert(1);
}

.bk-landing:is(.bk-va, .bk-md, .bk-dc) .bk-hero__inner > h1.bold-heading-text {
    font-family: "Arial Black", Arial, sans-serif !important;
    font-size: clamp(47px, 4.5vw, 54px);
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -1px;
    color: rgb(255, 255, 255);
    text-align: left;
    margin-bottom: 10px;
    width: 100%;
    max-width: none;
    text-transform: none;
    opacity: 1;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-timing-function: ease-in-out;
}

@media (min-width: 1024px) {
    .bk-landing:is(.bk-va, .bk-md, .bk-dc) .bk-hero__inner > h1.bold-heading-text {
        width: 66%;
        max-width: 840px;
    }
}

.bk-landing:is(.bk-va, .bk-md, .bk-dc) .hero-h1-break {
    display: block;
}

.bk-landing:is(.bk-va, .bk-md, .bk-dc) .hero-desc {
    width: 66%;
    max-width: 760px;
    font-size: clamp(17px, 1.7vw, 20px);
    line-height: 1.6;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.88);
    margin-bottom: 0;
}

.bk-landing:is(.bk-va, .bk-md, .bk-dc) :is(
    .relief-section h2,
    .jurisdiction-section h2,
    .decision-matrix-section h2,
    .exemptions-section h2,
    .homestead-warning-section h2,
    .faq-section h2
) {
    font-family: "Arial Black", Arial, sans-serif !important;
    font-size: 43px !important;
    font-weight: 900 !important;
    line-height: 48px !important;
    letter-spacing: -1px !important;
    margin-top: 40px !important;
    margin-bottom: 10px !important;
    text-transform: none !important;
}

.bk-landing:is(.bk-va, .bk-md, .bk-dc) :is(
    .relief-section h3,
    .jurisdiction-section h3,
    .decision-matrix-section h3,
    .references-section h3
) {
    font-family: "Arial Black", Arial, sans-serif !important;
    font-size: 28px !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    letter-spacing: -0.4px !important;
    margin: 0 0 14px !important;
}

/* FAQ question headings: match landing-bankruptcy.php styling exactly */
.bk-landing:is(.bk-va, .bk-md, .bk-dc) .faq-section .faq-item :is(h3, h4) {
    font-family: "ArialMT", Arial, sans-serif !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    letter-spacing: normal !important;
    margin: 0 0 15px !important;
}

.bk-landing:is(.bk-va, .bk-md, .bk-dc) :is(
    .bk-hero__inner p,
    .relief-section p,
    .jurisdiction-section p,
    .decision-matrix-section p,
    .exemptions-section p,
    .homestead-warning-section p,
    .faq-section p,
    .references-section li,
    .jurisdiction-section ul li,
    .decision-matrix-section ul li
) {
    font-family: "Muli-ExtraLight-Roman", "Muli", sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.7 !important;
}

.bk-landing:is(.bk-va, .bk-md, .bk-dc) :is(
    .bk-hero .hero-desc,
    .relief-section > .gb-container-inside > div > div:first-child > p,
    .jurisdiction-section > .gb-container-inside > p,
    .decision-matrix-section > .gb-container-inside > div > p,
    .faq-section .gb-container-inside > div:first-child p
) {
    font-size: 18px !important;
    font-weight: 300 !important;
    line-height: 1.875 !important;
}

.bk-landing:is(.bk-va, .bk-md, .bk-dc) .floating-testimonial blockquote {
    position: relative;
}

.bk-landing:is(.bk-va, .bk-md, .bk-dc) .floating-testimonial blockquote::before {
    content: "“" !important;
    display: block !important;
    position: static !important;
    transform: none !important;
    width: auto !important;
    height: auto !important;
    margin: 0 auto 14px !important;
    border: 0 !important;
    background: transparent !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: clamp(56px, 8vw, 92px) !important;
    line-height: 0.72 !important;
    color: rgba(31, 58, 95, 0.28) !important;
    text-align: center !important;
}

.bk-landing.bk-va .decision-matrix-section .bk-routing-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
    align-items: stretch;
}

.bk-landing.bk-va .decision-matrix-section .bk-routing-card {
    text-decoration: none;
    border-radius: 4px;
    padding: 45px;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.bk-landing.bk-va .decision-matrix-section .bk-routing-eyebrow,
.bk-landing.bk-va .decision-matrix-section .bk-routing-link {
    font-family: "Muli-ExtraLight-Roman", "Muli", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.bk-landing.bk-va .decision-matrix-section .bk-routing-eyebrow {
    margin: 0 0 15px;
}

.bk-landing.bk-va .decision-matrix-section .bk-routing-meta {
    padding: 20px;
    margin: 0 0 30px;
}

.bk-landing.bk-va .decision-matrix-section .bk-routing-meta p {
    margin: 0;
}

.bk-landing.bk-va .decision-matrix-section .bk-routing-meta-label {
    margin-bottom: 5px;
    font-family: "Muli-ExtraLight-Roman", "Muli", sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.65;
    letter-spacing: 0;
    text-transform: none;
}

.bk-landing.bk-va .decision-matrix-section .bk-routing-meta-value {
    font-family: "Muli-ExtraLight-Roman", "Muli", sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.65;
}

.bk-landing.bk-va .decision-matrix-section .bk-routing-link {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    text-decoration: underline;
}

.bk-landing.bk-va .decision-matrix-section .bk-routing-card--ch7 {
    background: #f0f4f7;
    border: 1px solid #eee;
}

.bk-landing.bk-va .decision-matrix-section .bk-routing-card--ch7 h3 {
    color: #000;
}

.bk-landing.bk-va .decision-matrix-section .bk-routing-card--ch7 p {
    color: #555;
}

.bk-landing.bk-va .decision-matrix-section .bk-routing-card--ch7 .bk-routing-eyebrow {
    color: #666;
}

.bk-landing.bk-va .decision-matrix-section .bk-routing-card--ch7 .bk-routing-meta {
    background: #fff;
    border-left: 4px solid #000;
}

.bk-landing.bk-va .decision-matrix-section .bk-routing-card--ch7 .bk-routing-meta-label,
.bk-landing.bk-va .decision-matrix-section .bk-routing-card--ch7 .bk-routing-link {
    color: #000;
}

.bk-landing.bk-va .decision-matrix-section .bk-routing-card--ch7 .bk-routing-meta-value {
    color: #444;
}

.bk-landing.bk-va .decision-matrix-section .bk-routing-card--ch13 {
    background: #1a1a1a;
    border: 1px solid #1a1a1a;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.bk-landing.bk-va .decision-matrix-section .bk-routing-card--ch13 h3 {
    color: #fff;
}

.bk-landing.bk-va .decision-matrix-section .bk-routing-card--ch13 p {
    color: #ccc;
}

.bk-landing.bk-va .decision-matrix-section .bk-routing-card--ch13 .bk-routing-eyebrow {
    color: #999;
}

.bk-landing.bk-va .decision-matrix-section .bk-routing-card--ch13 .bk-routing-meta {
    background: rgba(255, 255, 255, 0.08);
    border-left: 4px solid #fff;
}

.bk-landing.bk-va .decision-matrix-section .bk-routing-card--ch13 .bk-routing-meta-label,
.bk-landing.bk-va .decision-matrix-section .bk-routing-card--ch13 .bk-routing-link {
    color: #fff;
}

.bk-landing.bk-va .decision-matrix-section .bk-routing-card--ch13 .bk-routing-meta-value {
    color: #ddd;
}

.bk-landing.bk-va .decision-matrix-section .bk-routing-list {
    list-style: disc !important;
    list-style-type: disc !important;
    list-style-position: outside !important;
    margin: 0 0 30px !important;
    padding-left: 20px !important;
}

.bk-landing.bk-va .decision-matrix-section .bk-routing-list li {
    display: list-item !important;
    list-style: disc !important;
    list-style-type: disc !important;
    margin: 0 0 12px !important;
    padding-left: 0 !important;
    font-size: 15px;
    line-height: 1.8;
}

.bk-landing.bk-va .decision-matrix-section .bk-routing-list li:last-child {
    margin-bottom: 0;
}

.bk-landing.bk-va .decision-matrix-section .bk-routing-list li::before {
    content: none !important;
    display: none !important;
}

.bk-landing.bk-va .decision-matrix-section .bk-routing-list--ch7 li {
    color: #555;
}

.bk-landing.bk-va .decision-matrix-section .bk-routing-list--ch7 li::marker {
    color: #000;
}

.bk-landing.bk-va .decision-matrix-section .bk-routing-list--ch13 li {
    color: #ccc;
}

.bk-landing.bk-va .decision-matrix-section .bk-routing-list--ch13 li::marker {
    color: #fff;
}

.bk-landing.bk-md .decision-matrix-section ul {
    list-style: disc !important;
    list-style-position: outside !important;
    margin: 0 0 30px !important;
    padding-left: 20px !important;
}

.bk-landing.bk-md .decision-matrix-section ul li {
    display: list-item !important;
    list-style: disc !important;
    margin: 0 0 12px !important;
    padding-left: 0 !important;
    line-height: 1.8 !important;
}

.bk-landing.bk-md .decision-matrix-section ul li:last-child {
    margin-bottom: 0 !important;
}

.bk-landing.bk-md .decision-matrix-section ul li::marker {
    color: currentColor !important;
}

.bk-landing:is(.bk-va, .bk-md, .bk-dc) .jurisdiction-section .jurisdiction-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 100%;
}

.bk-landing:is(.bk-va, .bk-md, .bk-dc) .jurisdiction-section .jurisdiction-card > div:first-child {
    line-height: 1.45 !important;
    margin-bottom: 18px !important;
}

.bk-landing:is(.bk-va, .bk-md, .bk-dc) .jurisdiction-section .jurisdiction-card h3 {
    margin-bottom: 18px !important;
}

.bk-landing:is(.bk-va, .bk-md, .bk-dc) .jurisdiction-section .jurisdiction-card ul {
    list-style: disc !important;
    list-style-position: outside;
    margin: 0 0 34px !important;
    padding-left: 22px !important;
}

.bk-landing:is(.bk-va, .bk-md, .bk-dc) .jurisdiction-section .jurisdiction-card ul li {
    display: list-item !important;
    list-style: disc !important;
    margin-bottom: 12px;
    line-height: 1.75 !important;
    color: #4a4a4a !important;
}

.bk-landing:is(.bk-va, .bk-md, .bk-dc) .jurisdiction-section .jurisdiction-card ul li:last-child {
    margin-bottom: 0;
}

.bk-landing:is(.bk-va, .bk-md, .bk-dc) .jurisdiction-section .jurisdiction-card ul li::marker {
    color: #666;
}

.bk-landing:is(.bk-va, .bk-md, .bk-dc) .jurisdiction-section .jurisdiction-card ul li strong {
    color: #151515;
    font-weight: 800;
}

.bk-landing.bk-md .bk-hero__trust-logos {
    padding: 14px 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.28), transparent);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.bk-landing.bk-md .bk-hero__trust-logos .bk-trust__logo img {
    max-height: 34px;
    opacity: 0.45;
    filter: brightness(0) invert(1);
}

.bk-landing:is(.bk-va, .bk-md, .bk-dc) .jurisdiction-section .jurisdiction-card > div:last-child {
    margin-top: auto;
    row-gap: 10px !important;
    column-gap: 8px !important;
    padding-top: 22px !important;
}

.bk-landing.bk-va .faq-section .faq-grid {
    grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 900px) {
    .bk-landing:is(.bk-va, .bk-md, .bk-dc) .jurisdiction-section .jurisdiction-card {
        padding: 34px !important;
    }

    .bk-landing:is(.bk-va, .bk-md, .bk-dc) .jurisdiction-section .jurisdiction-card ul {
        margin-bottom: 26px !important;
    }

    .bk-landing.bk-va .decision-matrix-section .bk-routing-grid {
        grid-template-columns: 1fr;
    }

    .bk-landing.bk-va .decision-matrix-section .bk-routing-card {
        min-height: 0;
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .bk-landing:is(.bk-va, .bk-md, .bk-dc) .bk-hero {
        min-height: 62vh;
        padding-top: 96px;
        padding-bottom: 170px;
    }

    .bk-landing:is(.bk-va, .bk-md, .bk-dc) .bk-hero__inner {
        row-gap: 14px;
    }

    .bk-landing:is(.bk-va, .bk-md, .bk-dc) .bk-hero__inner > h1,
    .bk-landing:is(.bk-va, .bk-md, .bk-dc) .hero-desc {
        width: 100%;
        max-width: 100%;
    }

    .bk-landing:is(.bk-va, .bk-md, .bk-dc) .hero-cta-block {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        row-gap: 14px;
    }

    .bk-landing:is(.bk-va, .bk-md, .bk-dc) .hero-cta-block .legal-hero-button {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        text-align: center;
        display: flex !important;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        height: auto !important;
        min-height: 56px;
        padding: 14px 16px;
        line-height: 1.25 !important;
        white-space: normal !important;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .bk-landing:is(.bk-va, .bk-md, .bk-dc) .hero-h1-break {
        display: none;
    }

    .bk-landing:is(.bk-va, .bk-md, .bk-dc) :is(
        .relief-section h3,
        .jurisdiction-section h3,
        .decision-matrix-section h3,
        .faq-section .faq-item h3,
        .faq-section .faq-item h4,
        .references-section h3
    ) {
        font-size: 24px !important;
        line-height: 1.2 !important;
        letter-spacing: -0.2px !important;
    }

    .bk-landing:is(.bk-va, .bk-md, .bk-dc) .faq-section .faq-grid {
        grid-template-columns: 1fr !important;
    }

    .bk-landing:is(.bk-va, .bk-md, .bk-dc) .exemptions-section table {
        font-size: 13px;
    }

    .bk-landing:is(.bk-va, .bk-md, .bk-dc) .exemptions-section :is(th, td) {
        padding: 12px 8px !important;
    }

    .bk-landing:is(.bk-va, .bk-md, .bk-dc) .exemptions-section th {
        font-size: 11px !important;
    }
}

.bk-landing.bk-va :is(
    .relief-section h3,
    .jurisdiction-section h3,
    .decision-matrix-section h3,
    .references-section h3
) {
    font-family: "ArialMT", Arial, sans-serif !important;
    font-weight: 500 !important;
}

/* Unified h3 weight across landing templates */
#bk-homepage h3,
#bk-bankruptcy-page h3,
#bk-ch7-page h3,
#bk-ch13-page h3,
#bk-dc-landing h3,
#bk-maryland-landing h3 {
    font-family: "ArialMT", Arial, sans-serif !important;
    font-weight: 500;
}

/* Bankruptcy FAQ questions: match Virginia blueprint and beat global h3 rule */
#bk-bankruptcy-page .faq-section .faq-item h3,
#bk-bankruptcy-page .faq-section .faq-item h4 {
    font-family: "ArialMT", Arial, sans-serif !important;
    font-size: 18px;
    font-weight: 800 !important;
    color: #2c3e50;
    margin: 0 0 15px;
    line-height: 1.3;
}

/* Chapter 7 FAQ questions: preserve intended typography over global page h3 rule */
#bk-ch7-page .faq-section .faq-item h3,
#bk-ch7-page .faq-section .faq-item h4 {
    font-family: "ArialMT", Arial, sans-serif !important;
    font-size: 18px;
    font-weight: 800 !important;
    line-height: 1.3;
    color: #2c3e50;
    margin: 0 0 15px;
}

/* Chapter 13 FAQ questions: match normalized FAQ question typography */
#bk-ch13-page .faq-section .faq-item h3,
#bk-ch13-page .faq-section .faq-item h4 {
    font-family: "ArialMT", Arial, sans-serif !important;
    font-size: 18px;
    font-weight: 800 !important;
    line-height: 1.3;
    color: #2c3e50;
    margin: 0 0 15px;
}

/* Match DC/MD relief card h3 typography to Virginia */
#bk-dc-landing .relief-section h3,
#bk-maryland-landing .relief-section h3 {
    font-family: "ArialMT", Arial, sans-serif !important;
    font-weight: 500 !important;
}

/* Match Maryland jurisdiction card h3 typography to Virginia */
#bk-maryland-landing .jurisdiction-section h3 {
    font-family: "ArialMT", Arial, sans-serif !important;
    font-weight: 500 !important;
}

/* Match DC jurisdiction card h3 typography to Virginia */
#bk-dc-landing .jurisdiction-section h3 {
    font-family: "ArialMT", Arial, sans-serif !important;
    font-weight: 500 !important;
}

/* Chapter 7/13 card titles in DC/MD: mirror Virginia SSOT typography */
.bk-landing:is(.bk-md, .bk-dc) .bk-chapter-card-title {
    font-family: "ArialMT", Arial, sans-serif !important;
    font-size: 28px !important;
    font-weight: 500 !important;
    line-height: 1.15 !important;
    letter-spacing: -0.4px !important;
    margin-bottom: 14px !important;
}

/* Maryland: enforce chapter-card title weight over grouped .decision-matrix-section h3 rule */
#bk-maryland-landing .decision-matrix-section h3.bk-chapter-card-title {
    font-family: "ArialMT", Arial, sans-serif !important;
    font-size: 28px !important;
    font-weight: 500 !important;
    line-height: 1.15 !important;
    letter-spacing: -0.4px !important;
    margin-bottom: 14px !important;
}

/* D.C.: enforce chapter-card title weight over grouped .decision-matrix-section h3 rule */
#bk-dc-landing .decision-matrix-section h3.bk-chapter-card-title {
    font-family: "ArialMT", Arial, sans-serif !important;
    font-size: 28px !important;
    font-weight: 500 !important;
    line-height: 1.15 !important;
    letter-spacing: -0.4px !important;
    margin-bottom: 14px !important;
}

/* Virginia: force unified landing h3 typography over legacy template overrides */
#bk-virginia-landing h3 {
    font-family: "ArialMT", Arial, sans-serif !important;
    font-weight: 500;
    letter-spacing: -0.4px;
}

/* Virginia explicit section-level h3 override (wins over legacy VA/MD/DC grouped rules) */
#bk-virginia-landing .relief-section h3,
#bk-virginia-landing .jurisdiction-section h3,
#bk-virginia-landing .decision-matrix-section h3,
#bk-virginia-landing .references-section h3 {
    font-family: "ArialMT", Arial, sans-serif !important;
}

/* Beat global `.page-id-644 h3 { ... !important; }` without editing additional-css.css */
body.page-id-644 #bk-virginia-landing .relief-section h3,
body.page-id-644 #bk-virginia-landing .jurisdiction-section h3,
body.page-id-644 #bk-virginia-landing .decision-matrix-section h3,
body.page-id-644 #bk-virginia-landing .references-section h3 {
    font-family: "ArialMT", Arial, sans-serif !important;
}

/* Virginia FAQ typography parity with bankruptcy template */
#bk-virginia-landing .faq-section .faq-item h3 {
    font-family: "Arial Black", Arial, sans-serif !important;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.4px;
    margin: 0 0 14px;
}

#bk-virginia-landing .faq-section :is(.faq-item p, .faq-answer p) {
    font-family: "Muli-ExtraLight-Roman", "Muli", sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.7 !important;
    margin: 0 0 12px;
}

#bk-virginia-landing .faq-section .faq-answer p:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    #bk-virginia-landing .faq-section .faq-item h3 {
        font-size: 24px;
        line-height: 1.2;
        letter-spacing: -0.2px;
    }
}

/* ==========================================================================
   HOMEPAGE TESTIMONIALS
   ========================================================================== */
.bk-landing.bk-home .bk-testimonials-section {
    overflow-x: clip;
    background: #f7f8fa;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 90px 0;
}

.bk-landing.bk-home .bk-testimonials-wrap {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.bk-landing.bk-home .bk-testimonials-header {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 40px;
}

.bk-landing.bk-home .bk-testimonials-header h2 {
    margin: 0 0 14px;
}

.bk-landing.bk-home .bk-testimonials-header p {
    margin: 0;
    color: #444;
    line-height: 1.6;
    font-size: 18px;
}

.bk-landing.bk-home .bk-testimonials-slider {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 2px;
    -webkit-overflow-scrolling: touch;
    padding: 2px 2px 10px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.bk-landing.bk-home .bk-testimonials-slider::-webkit-scrollbar {
    display: none;
}

.bk-landing.bk-home .bk-testimonial-card {
    flex: 0 0 min(760px, 86%);
    min-width: 280px;
    background: #fff;
    border: 1px solid #eee;
    padding: 30px;
    text-align: center;
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

.bk-landing.bk-home .bk-testimonial-quote {
    font-size: clamp(18px, 2.3vw, 24px);
    line-height: 1.55;
    color: #1f3a5f;
    margin: 0 0 30px;
    font-style: normal;
    font-weight: 500;
    border: none;
    padding: 0;
}

.bk-landing.bk-home .bk-testimonial-meta {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.bk-landing.bk-home .bk-testimonial-meta img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.bk-landing.bk-home .bk-testimonial-name {
    font-weight: 800;
    font-size: 15px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.bk-landing.bk-home .bk-testimonial-role {
    font-size: 14px;
    color: #888;
}

@media (max-width: 1024px) {
    .bk-landing.bk-home .bk-testimonial-card {
        flex-basis: 88%;
    }
}

@media (max-width: 680px) {
    .bk-landing.bk-home .bk-testimonial-card {
        flex-basis: 100%;
    }
}
