    .rights-hero {
        background: linear-gradient(135deg, #0f1f7a 0%, #0056b3 100%);
        border-radius: 10px;
        padding: 3rem 2rem;
        margin-bottom: 2rem;
    }
    .rights-content {
        background: white;
        border-radius: 20px;
        box-shadow: 0 10px 40px rgba(0,0,0,0.1);
        padding: 3rem;
    }
    .rights-section {
        margin-bottom: 2.5rem;
    }
    .rights-section h3 {
        color: #0f1f7a;
        font-weight: 700;
        margin-bottom: 1rem;
        padding-bottom: 0.5rem;
        border-bottom: 2px solid #e9ecef;
    }
    .rights-section p, .rights-section li {
        color: #555;
        line-height: 1.8;
    }
    .toc-card {
        background: #f8f9fa;
        border-radius: 15px;
        padding: 1.5rem;
        position: sticky;
        top: 20px;
    }
    .toc-link {
        display: block;
        padding: 0.5rem 0;
        color: #555;
        text-decoration: none;
        border-bottom: 1px solid #e9ecef;
        transition: all 0.3s ease;
    }
    .toc-link:last-child {
        border-bottom: none;
    }
    .toc-link:hover {
        color: #0f1f7a;
        padding-left: 0.5rem;
    }
    .right-card {
        background: #f8f9fa;
        border-radius: 15px;
        padding: 1.5rem;
        margin-bottom: 1.5rem;
        border-left: 4px solid #0f1f7a;
        transition: all 0.3s ease;
    }
    .right-card:hover {
        background: #e8f4fd;
        transform: translateX(5px);
    }
    .right-card h5 {
        color: #0f1f7a;
        font-weight: 600;
        margin-bottom: 0.75rem;
    }
    .right-card p {
        margin-bottom: 0;
    }
    .right-card i {
        color: #0f1f7a;
        font-size: 1.5rem;
        margin-bottom: 0.5rem;
    }
    .highlight-box {
        background: linear-gradient(135deg, #e8f4fd 0%, #d4edda 100%);
        border-radius: 10px;
        padding: 1.5rem;
        margin: 1.5rem 0;
    }
    .process-step {
        display: flex;
        align-items: flex-start;
        margin-bottom: 1.5rem;
    }
    .step-number {
        width: 40px;
        height: 40px;
        background: linear-gradient(135deg, #0f1f7a 0%, #0056b3 100%);
        color: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        flex-shrink: 0;
        margin-right: 1rem;
    }
    .breadcrumb-nav {
        background: #f8f9fa;
        border-radius: 10px;
        padding: 1rem;
        margin-bottom: 1.5rem;
    }
    .breadcrumb-nav a {
        color: #0f1f7a;
        text-decoration: none;
    }
    .breadcrumb-nav a:hover {
        text-decoration: underline;
    }
