    .article-hero {
        background: linear-gradient(135deg, #0f1f7a 0%, #0056b3 100%);
        border-radius: 10px;
        padding: 3rem 2rem;
        margin-bottom: 2rem;
        position: relative;
    }
    .article-meta {
        font-size: 0.9rem;
        opacity: 0.8;
    }
    .article-content {
        font-size: 1.1rem;
        line-height: 1.8;
    }
    .article-content h2 {
        color: #0f1f7a;
        font-weight: 700;
        margin-top: 2.5rem;
        margin-bottom: 1rem;
        padding-bottom: 0.5rem;
        border-bottom: 3px solid #0f1f7a;
    }
    .article-content h3 {
        color: #0f1f7a;
        font-weight: 600;
        margin-top: 2rem;
        margin-bottom: 1rem;
    }
    .key-point-box {
        background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
        border-left: 4px solid #28a745;
        border-radius: 0 10px 10px 0;
        padding: 1.5rem;
        margin: 1.5rem 0;
    }
    .warning-box {
        background: linear-gradient(135deg, #fff3cd 0%, #ffeeba 100%);
        border-left: 4px solid #ffc107;
        border-radius: 0 10px 10px 0;
        padding: 1.5rem;
        margin: 1.5rem 0;
    }
    .info-list {
        background: #f8f9fa;
        border-radius: 15px;
        padding: 1.5rem 2rem;
        margin: 1.5rem 0;
    }
    .info-list li {
        margin-bottom: 0.75rem;
        padding-left: 0.5rem;
    }
    .logo-badge {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        object-fit: cover;
        border: 3px solid white;
        box-shadow: 0 5px 20px rgba(0,0,0,0.2);
    }
    .sidebar-card {
        background: white;
        border-radius: 15px;
        box-shadow: 0 5px 20px rgba(0,0,0,0.08);
        padding: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .sidebar-card h6 {
        color: #0f1f7a;
        font-weight: 700;
        margin-bottom: 1rem;
        padding-bottom: 0.5rem;
        border-bottom: 2px solid #e9ecef;
    }
    .cta-box {
        background: linear-gradient(135deg, #0f1f7a 0%, #0056b3 100%);
        border-radius: 15px;
        padding: 2rem;
        color: white;
    }
    .trust-badge {
        display: inline-flex;
        align-items: center;
        background: rgba(255,255,255,0.1);
        padding: 0.5rem 1rem;
        border-radius: 6px;
        font-size: 0.85rem;
        margin: 0.25rem;
    }
    .nsp-sticky-top-offset {
        top: 20px;
    }
    .nsp-sidebar-logo {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        object-fit: cover;
    }


    /* --- Landlord acceptance page: compare grid, checks, script, objections --- */
    .dl-eyebrow {
        display: inline-block;
        margin-bottom: 0.5rem;
        color: #0f1f7a;
        font-size: 0.85rem;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
    }
    .dl-eyebrow-light {
        display: inline-block;
        margin-bottom: 0.5rem;
        color: rgba(255,255,255,0.8);
        font-size: 0.85rem;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
    }
    .dl-compare {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
        gap: 1rem;
    }
    .dl-compare-col {
        padding: 1.75rem 1.5rem;
        border-radius: 15px;
        border: 1px solid #e9ecef;
    }
    .dl-compare-col ul {
        margin: 0;
        padding-left: 1.1rem;
        font-size: 0.9rem;
        line-height: 1.6;
        color: #333;
    }
    .dl-compare-col li { margin-bottom: 0.55rem; }
    .dl-compare-bad { background: #fff8f3; }
    .dl-compare-bad h3 { color: #c2410c; }
    .dl-compare-good { background: #f4fcf8; }
    .dl-compare-good h3 { color: #1a9d5c; }
    .dl-check {
        padding: 1.75rem 1.5rem;
        background: #fff;
        border: 1px solid #e9ecef;
        border-radius: 15px;
        transition: all 0.3s ease;
    }
    .dl-check:hover {
        border-color: #0f1f7a;
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        transform: translateY(-5px);
    }
    .dl-check i {
        display: block;
        margin-bottom: 0.85rem;
        font-size: 1.5rem;
        color: #0f1f7a;
    }
    .dl-script {
        padding: 2.5rem;
        border-radius: 20px;
        background: linear-gradient(135deg, #0f1f7a 0%, #0056b3 100%);
        color: #fff;
    }
    .dl-script-box {
        padding: 1.75rem;
        background: #fff;
        border-radius: 15px;
        color: #333;
        font-size: 0.92rem;
        line-height: 1.7;
    }
    .dl-script-box p { margin-bottom: 0.9rem; }
    .dl-script-meta {
        padding-bottom: 0.75rem;
        margin-bottom: 1rem !important;
        border-bottom: 1px solid #e9ecef;
        color: #6c757d;
        font-size: 0.82rem;
        font-weight: 600;
    }
    .dl-cta {
        padding: 3rem 2rem;
        border-radius: 20px;
        background: linear-gradient(135deg, #0f1f7a 0%, #0056b3 100%);
        color: #fff;
    }


/* CTA panel: matches the /blog and /pricing treatment */
.dl-cta {
    background: rgb(15 31 122) !important;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}
.dl-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(/static/images/pet-bg-pattern.png);
    background-repeat: repeat;
    background-size: 475px;
    filter: invert(1);
    opacity: 0.13;
    pointer-events: none;
    z-index: 0;
}
.dl-cta > * { position: relative; z-index: 1; }
