    .asa-evssd-hero {
        background: linear-gradient(135deg, #0f1f7a 0%, #0056b3 100%);
        border-radius: 10px;
        padding: 3rem 2rem;
        margin-bottom: 2rem;
    }
    .asa-evssd-hero-subtitle {
        max-width: 800px;
    }
    .asa-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;
    }
    .asa-evssd-comparison-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 50px rgba(0,0,0,0.12);
    }
    .asa-evssd-card-header {
        padding: 1.5rem;
        color: white;
    }
    .asa-evssd-card-header-esa {
        background: linear-gradient(135deg, #0f1f7a 0%, #3b5bdb 100%);
    }
    .asa-evssd-card-header-psd {
        background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    }
    .asa-evssd-card-header-therapy {
        background: linear-gradient(135deg, #fd7e14 0%, #e83e8c 100%);
    }
    .asa-evssd-card-body {
        padding: 1.5rem;
    }
    .asa-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;
    }
    .asa-evssd-table-wrapper {
        background: white;
        border-radius: 20px;
        box-shadow: 0 10px 40px rgba(0,0,0,0.08);
        overflow: hidden;
        margin-bottom: 2rem;
    }
    .asa-evssd-table {
        margin-bottom: 0;
    }
    .asa-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;
    }
    .asa-evssd-table tbody td {
        padding: 1rem 1.25rem;
        vertical-align: middle;
        border-color: #f0f0f0;
        font-size: 0.95rem;
    }
    .asa-evssd-table tbody tr:hover {
        background: #f8f9fa;
    }
    .asa-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;
    }
    .asa-evssd-scenario-card:hover {
        box-shadow: 0 10px 30px rgba(0,0,0,0.12);
    }
    .asa-evssd-scenario-icon {
        width: 50px;
        height: 50px;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        margin-bottom: 1rem;
    }
    .asa-evssd-scenario-icon-blue {
        background: linear-gradient(135deg, #0f1f7a 0%, #3b5bdb 100%);
    }
    .asa-evssd-scenario-icon-green {
        background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    }
    .asa-evssd-scenario-icon-orange {
        background: linear-gradient(135deg, #fd7e14 0%, #e83e8c 100%);
    }
    .asa-evssd-scenario-icon-purple {
        background: linear-gradient(135deg, #6f42c1 0%, #0dcaf0 100%);
    }
    .asa-evssd-myth-box {
        background: linear-gradient(135deg, #fff3cd 0%, #ffeeba 100%);
        border-radius: 10px;
        padding: 1.5rem;
        margin-bottom: 1rem;
    }
    .asa-evssd-fact-box {
        background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
        border-radius: 10px;
        padding: 1.5rem;
        margin-bottom: 1rem;
    }
    .asa-evssd-image-section {
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    }
    .asa-evssd-image-section img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
    .asa-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;
    }
    .asa-evssd-faq-card:hover {
        box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    }
    .asa-evssd-quick-answer {
        background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
        border-radius: 10px;
        padding: 1rem 1.5rem;
        margin-bottom: 2rem;
    }
    .asa-evssd-cta-section {
        background: linear-gradient(135deg, #0f1f7a 0%, #0056b3 100%);
        border-radius: 10px;
        padding: 3rem 2rem;
    }
    .asa-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;
    }
    .asa-evssd-sidebar-card h6 {
        color: #0f1f7a;
        font-weight: 700;
        margin-bottom: 1rem;
        padding-bottom: 0.5rem;
        border-bottom: 2px solid #e9ecef;
    }
