    .rights-hero {
        background: linear-gradient(135deg, #0f1f7a 0%, #0056b3 100%);
        border-radius: 10px;
        padding: 3rem 2rem;
        margin-bottom: 2rem;
    }
    .rights-card {
        background: white;
        border-radius: 20px;
        box-shadow: 0 10px 40px rgba(0,0,0,0.08);
        padding: 2rem;
        height: 100%;
        transition: all 0.3s ease;
    }
    .rights-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 50px rgba(0,0,0,0.12);
    }
    .rights-icon {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 1rem;
    }
    .qualification-section {
        background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
        border-radius: 20px;
        padding: 2.5rem;
        margin-bottom: 2rem;
    }
    .condition-badge {
        display: inline-flex;
        align-items: center;
        background: white;
        padding: 0.75rem 1.25rem;
        border-radius: 50px;
        margin: 0.5rem;
        box-shadow: 0 2px 10px rgba(0,0,0,0.05);
        font-size: 0.9rem;
        transition: all 0.3s ease;
    }
    .condition-badge:hover {
        transform: translateY(-2px);
        box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    }
    .condition-badge i {
        margin-right: 0.5rem;
    }
    .info-box {
        background: linear-gradient(135deg, #0f1f7a 0%, #3b5bdb 100%);
        border-radius: 2px;
        padding: 2rem;
        color: white;
    }
    .info-box-green {
        background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
        border-radius: 2px;
        padding: 2rem;
        color: white;
    }
    .quick-answer {
        background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
        border-radius: 10px;
        padding: 1rem 1.5rem;
        margin-bottom: 1.5rem;
    }
    .faq-mini {
        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;
    }
    .faq-mini:hover {
        box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    }
    .cta-section {
        background: linear-gradient(135deg, #0f1f7a 0%, #0056b3 100%);
        border-radius: 10px;
        padding: 3rem 2rem;
    }
    .nsp-hero-subtitle-narrow {
        max-width: 700px;
    }
    .nsp-rights-icon-blue {
        background: linear-gradient(135deg, #0f1f7a 0%, #3b5bdb 100%);
    }
    .nsp-rights-icon-green {
        background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    }
    .nsp-rights-icon-teal {
        background: linear-gradient(135deg, #17a2b8 0%, #6610f2 100%);
    }
    .nsp-rights-icon-orange {
        background: linear-gradient(135deg, #fd7e14 0%, #e83e8c 100%);
    }
    .nsp-rights-icon-yellow {
        background: linear-gradient(135deg, #ffc107 0%, #ff6b6b 100%);
    }
    .nsp-rights-icon-purple {
        background: linear-gradient(135deg, #6f42c1 0%, #0dcaf0 100%);
    }


    /* --- ESA rights: rights grid, split panel, escalation track --- */
    .er-eyebrow {
        display: inline-block;
        margin-bottom: 0.5rem;
        color: #0f1f7a;
        font-size: 0.85rem;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
    }
    .er-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;
    }
    .er-right {
        position: relative;
        padding: 1.75rem 1.5rem 1.5rem;
        background: #fff;
        border: 1px solid #e9ecef;
        border-radius: 15px;
        transition: all 0.3s ease;
    }
    .er-right:hover {
        border-color: #0f1f7a;
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        transform: translateY(-5px);
    }
    .er-right-num {
        display: inline-block;
        margin-bottom: 0.75rem;
        font-size: 0.8rem;
        font-weight: 700;
        letter-spacing: 1px;
        color: #0f1f7a;
    }
    .er-split {
        border-radius: 20px;
        overflow: hidden;
        border: 1px solid #e9ecef;
    }
    .er-split-a {
        padding: 2.5rem;
        background: linear-gradient(135deg, #0f1f7a 0%, #0056b3 100%);
        color: #fff;
    }
    .er-split-b {
        padding: 2.5rem;
        background: #fff;
    }
    .er-limits {
        margin: 0 0 1.25rem;
        padding: 0;
        list-style: none;
    }
    .er-limits li {
        position: relative;
        padding: 0.5rem 0 0.5rem 1.75rem;
        border-bottom: 1px solid #e9ecef;
        color: #333;
        font-size: 0.92rem;
    }
    .er-limits li:last-child { border-bottom: 0; }
    .er-limits li::before {
        content: '\2715';
        position: absolute;
        left: 0.25rem;
        color: #6c757d;
        font-weight: 700;
    }
    .er-track {
        counter-reset: ertrack;
        margin: 0;
        padding: 0;
        list-style: none;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
        gap: 1.25rem;
    }
    .er-track li {
        counter-increment: ertrack;
        position: relative;
        padding: 2.5rem 1.5rem 1.5rem;
        background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
        border: 1px solid #e9ecef;
        border-radius: 15px;
    }
    .er-track li::before {
        content: counter(ertrack);
        position: absolute;
        top: 1rem;
        left: 1.5rem;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: linear-gradient(135deg, #0f1f7a 0%, #0056b3 100%);
        color: #fff;
        font-size: 0.85rem;
        font-weight: 700;
    }
