    .asa-denial-hero {
        background: linear-gradient(135deg, #0f1f7a 0%, #0056b3 100%);
        border-radius: 10px;
        padding: 3rem 2rem;
        margin-bottom: 2rem;
    }
    .asa-denial-hero-subtitle {
        max-width: 800px;
    }
    .asa-denial-step-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;
        position: relative;
    }
    .asa-denial-step-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 50px rgba(0,0,0,0.12);
    }
    .asa-denial-step-number {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        background: linear-gradient(135deg, #0f1f7a 0%, #0056b3 100%);
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        font-size: 1.1rem;
        margin-bottom: 1rem;
    }
    .asa-denial-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;
    }
    .asa-denial-success-box {
        background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
        border-left: 4px solid #28a745;
        border-radius: 0 10px 10px 0;
        padding: 1.5rem;
        margin: 1.5rem 0;
    }
    .asa-denial-danger-box {
        background: linear-gradient(135deg, #f8d7da 0%, #f5c6cb 100%);
        border-left: 4px solid #dc3545;
        border-radius: 0 10px 10px 0;
        padding: 1.5rem;
        margin: 1.5rem 0;
    }
    .asa-denial-info-box {
        background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
        border-left: 4px solid #2196f3;
        border-radius: 0 10px 10px 0;
        padding: 1.5rem;
        margin: 1.5rem 0;
    }
    .asa-denial-timeline {
        position: relative;
        padding-left: 2rem;
    }
    .asa-denial-timeline::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 3px;
        background: linear-gradient(180deg, #0f1f7a, #0056b3, #28a745);
        border-radius: 3px;
    }
    .asa-denial-timeline-item {
        position: relative;
        padding-bottom: 2rem;
    }
    .asa-denial-timeline-item:last-child {
        padding-bottom: 0;
    }
    .asa-denial-timeline-dot {
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background: #0f1f7a;
        position: absolute;
        left: -2.35rem;
        top: 0.35rem;
        border: 3px solid white;
        box-shadow: 0 0 0 2px #0f1f7a;
    }
    .asa-denial-reason-card {
        background: #f8f9fa;
        border-radius: 15px;
        padding: 1.5rem;
        margin-bottom: 1rem;
        transition: all 0.3s ease;
    }
    .asa-denial-reason-card:hover {
        background: white;
        box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    }
    .asa-denial-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;
    }
    .asa-denial-sidebar-card h6 {
        color: #0f1f7a;
        font-weight: 700;
        margin-bottom: 1rem;
        padding-bottom: 0.5rem;
        border-bottom: 2px solid #e9ecef;
    }
    .asa-denial-cta-box {
        background: linear-gradient(135deg, #0f1f7a 0%, #0056b3 100%);
        border-radius: 15px;
        padding: 2rem;
        color: white;
    }
    .asa-denial-script-box {
        background: #f8f9fa;
        border-radius: 12px;
        padding: 1.5rem;
        border-left: 4px solid #0f1f7a;
        margin: 1.5rem 0;
    }
    .asa-denial-checklist-card {
        background: white;
        border-radius: 15px;
        box-shadow: 0 5px 20px rgba(0,0,0,0.08);
        padding: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .asa-denial-quick-answer {
        background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
        border-radius: 10px;
        padding: 1rem 1.5rem;
        margin-bottom: 2rem;
    }
    .asa-denial-cta-section {
        background: linear-gradient(135deg, #0f1f7a 0%, #0056b3 100%);
        border-radius: 10px;
        padding: 3rem 2rem;
    }
    .asa-denial-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);
    }
    .asa-denial-sticky-offset {
        top: 20px;
    }
    .asa-denial-sidebar-logo {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        object-fit: cover;
    }
