    .about-hero {
        background: linear-gradient(135deg, #0f1f7a 0%, #0056b3 100%);
        border-radius: 10px;
        padding: 4rem 2rem;
        margin-bottom: 3rem;
    }
    .mission-card {
        background: #f8f9fa;
        border-radius: 20px;
        padding: 2.5rem;
        height: 100%;
    }
    .value-card {
        border: none;
        border-radius: 15px;
        padding: 2rem;
        text-align: center;
        transition: all 0.3s ease;
        height: 100%;
        box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    }
    .value-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    }
    .value-icon {
        width: 70px;
        height: 70px;
        background: linear-gradient(135deg, #0f1f7a 0%, #0056b3 100%);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 1.5rem;
        color: white;
    }
    .team-member {
        text-align: center;
        padding: 1.5rem;
    }
    .team-photo {
        width: 120px;
        height: 120px;
        background: linear-gradient(135deg, #e9ecef 0%, #dee2e6 100%);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 1rem;
        font-size: 2.5rem;
        color: #6c757d;
    }
    .stats-section {
        background: #f8f9fa;
        border-radius: 20px;
        padding: 3rem 2rem;
    }
    .stat-item {
        text-align: center;
        padding: 1rem;
    }
    .stat-number {
        font-size: 3rem;
        font-weight: 800;
        color: #0f1f7a;
        line-height: 1;
    }
    .credentials-badge {
        display: inline-flex;
        align-items: center;
        background: white;
        padding: 0.75rem 1.25rem;
        border-radius: 6px;
        margin: 0.5rem;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
        border: 1px solid #2c3a8a;
    }
    .law-snapshot {
        border-radius: 0px;
        padding: 2rem;
        border-left: 4px solid #c10828;
    }
    .promise-card {
        background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
        border-radius: 20px;
        padding: 2.5rem;
    }
    .about-image-section img {
        border-radius: 20px;
        box-shadow: 0 15px 40px rgba(0,0,0,0.15);
    }
    .asa-about-hero-desc {
        max-width: 800px;
    }
    .asa-about-value-icon-warm {
        background: linear-gradient(135deg, #ffc107 0%, #ff9800 100%);
    }
    .asa-about-value-icon-teal {
        background: linear-gradient(135deg, #17a2b8 0%, #20c997 100%);
    }
    .asa-about-value-icon-green {
        background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    }
    .asa-about-img-cover {
        height: 250px;
        width: 100%;
        object-fit: cover;
    }
    .asa-about-cta-card {
        border-radius: 10px;
        overflow: hidden;
    }
