    .nsp-evssd-hero {
        background: linear-gradient(135deg, #0f1f7a 0%, #0056b3 100%);
        border-radius: 10px;
        padding: 3rem 2rem;
        margin-bottom: 2rem;
    }
    .nsp-evssd-hero-subtitle {
        max-width: 800px;
    }
    .nsp-evssd-comparison-card {
        background: white;
        border-radius: 20px;
        box-shadow: 0 10px 40px rgba(0,0,0,0.08);
        overflow: hidden;
        height: 100%;
        transition: all 0.3s ease;
    }
    .nsp-evssd-comparison-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 50px rgba(0,0,0,0.12);
    }
    .nsp-evssd-card-header {
        padding: 1.5rem;
        color: white;
    }
    .nsp-evssd-card-header-esa {
        background: linear-gradient(135deg, #0f1f7a 0%, #3b5bdb 100%);
    }
    .nsp-evssd-card-header-psd {
        background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    }
    .nsp-evssd-card-header-therapy {
        background: linear-gradient(135deg, #fd7e14 0%, #e83e8c 100%);
    }
    .nsp-evssd-card-body {
        padding: 1.5rem;
    }
    .nsp-evssd-card-icon {
        width: 60px;
        height: 60px;
        background: rgba(255,255,255,0.2);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 1rem;
    }
    .nsp-evssd-table-wrapper {
        background: white;
        border-radius: 20px;
        box-shadow: 0 10px 40px rgba(0,0,0,0.08);
        overflow: hidden;
        margin-bottom: 2rem;
    }
    .nsp-evssd-table {
        margin-bottom: 0;
    }
    .nsp-evssd-table thead th {
        background: linear-gradient(135deg, #0f1f7a 0%, #0056b3 100%);
        color: white;
        font-weight: 600;
        border: none;
        padding: 1rem 1.25rem;
        font-size: 0.95rem;
    }
    .nsp-evssd-table tbody td {
        padding: 1rem 1.25rem;
        vertical-align: middle;
        border-color: #f0f0f0;
        font-size: 0.95rem;
    }
    .nsp-evssd-table tbody tr:hover {
        background: #f8f9fa;
    }
    .nsp-evssd-scenario-card {
        background: white;
        border-radius: 15px;
        box-shadow: 0 5px 20px rgba(0,0,0,0.08);
        padding: 1.5rem;
        height: 100%;
        transition: all 0.3s ease;
    }
    .nsp-evssd-scenario-card:hover {
        box-shadow: 0 10px 30px rgba(0,0,0,0.12);
    }
    .nsp-evssd-scenario-icon {
        width: 50px;
        height: 50px;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        margin-bottom: 1rem;
    }
    .nsp-evssd-scenario-icon-blue {
        background: linear-gradient(135deg, #0f1f7a 0%, #3b5bdb 100%);
    }
    .nsp-evssd-scenario-icon-green {
        background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    }
    .nsp-evssd-scenario-icon-orange {
        background: linear-gradient(135deg, #fd7e14 0%, #e83e8c 100%);
    }
    .nsp-evssd-scenario-icon-purple {
        background: linear-gradient(135deg, #6f42c1 0%, #0dcaf0 100%);
    }
    .nsp-evssd-myth-box {
        background: linear-gradient(135deg, #fff3cd 0%, #ffeeba 100%);
        border-radius: 10px;
        padding: 1.5rem;
        margin-bottom: 1rem;
    }
    .nsp-evssd-fact-box {
        background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
        border-radius: 10px;
        padding: 1.5rem;
        margin-bottom: 1rem;
    }
    .nsp-evssd-image-section {
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    }
    .nsp-evssd-image-section img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
    .nsp-evssd-faq-card {
        background: white;
        border-radius: 15px;
        padding: 1.5rem;
        margin-bottom: 1rem;
        box-shadow: 0 2px 10px rgba(0,0,0,0.05);
        transition: all 0.3s ease;
    }
    .nsp-evssd-faq-card:hover {
        box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    }
    .nsp-evssd-quick-answer {
        background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
        border-radius: 10px;
        padding: 1rem 1.5rem;
        margin-bottom: 2rem;
    }
    .nsp-evssd-cta-section {
        background: linear-gradient(135deg, #0f1f7a 0%, #0056b3 100%);
        border-radius: 10px;
        padding: 3rem 2rem;
    }
    .nsp-evssd-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;
    }
    .nsp-evssd-sidebar-card h6 {
        color: #0f1f7a;
        font-weight: 700;
        margin-bottom: 1rem;
        padding-bottom: 0.5rem;
        border-bottom: 2px solid #e9ecef;
    }


    /* --- page-specific sections (unique per page) --- */
    .vs-eyebrow {
        display: inline-block;
        margin-bottom: 0.5rem;
        color: #0f1f7a;
        font-size: 0.85rem;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
    }
    .vs-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;
    }
    .vs-cta {
        padding: 3rem 2rem;
        border-radius: 20px;
    }

    .vs-cta {
        background: linear-gradient(135deg, #0f1f7a 0%, #0056b3 100%);
        color: #fff;
    }

    .vs-q {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr);
        gap: 1.5rem;
        padding: 1.75rem;
        margin-bottom: 1rem;
        background: #fff;
        border: 1px solid #e9ecef;
        border-radius: 15px;
    }
    .vs-q-num {
        width: 56px;
        height: 56px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 15px;
        background: linear-gradient(135deg, #0f1f7a 0%, #0056b3 100%);
        color: #fff;
        font-weight: 700;
    }
    .vs-q-answers { display: flex; flex-wrap: wrap; gap: 0.6rem; }
    .vs-q-answers span {
        padding: 0.45rem 1rem;
        border-radius: 50px;
        font-size: 0.85rem;
        font-weight: 600;
    }
    .vs-yes { background: #f4fcf8; color: #1a9d5c; border: 1px solid #bfe6d0; }
    .vs-no { background: #f8f9fa; color: #6c757d; border: 1px solid #e9ecef; }
    .vs-ledger { padding: 2rem; border-radius: 20px; border: 1px solid #e9ecef; }
    .vs-ledger ul { margin: 0; padding-left: 1.15rem; color: #333; font-size: 0.93rem; line-height: 1.65; }
    .vs-ledger li { margin-bottom: 0.55rem; }
    .vs-ledger-yes { background: #f4fcf8; }
    .vs-ledger-yes h3 { color: #1a9d5c; }
    .vs-ledger-no { background: #f8f9fa; }
    .vs-ledger-no h3 { color: #6c757d; }


/* CTA panel: matches the /blog and /pricing treatment */
.vs-cta {
    background: rgb(15 31 122) !important;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}
.vs-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;
}
.vs-cta > * { position: relative; z-index: 1; }
