.saj-hero {
    background: linear-gradient(135deg, var(--primary-blue), #4dabf7);
    color: white;
    padding: 80px 0;
    text-align: center;
    margin-bottom: 40px;
}

.saj-hero-title {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.saj-hero-subtitle {
    font-size: 1.2rem;
    max-width: 600px;
    margin: 0 auto;
    opacity: 0.9;
}

.saj-section-title {
    color: var(--primary-blue);
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
}

.saj-section-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 4px;
    background-color: var(--primary-blue);
    border-radius: 2px;
}

.saj-video-card {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    background-color: white;
    margin-bottom: 30px;
    height: 100%;
}

.saj-video-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(13, 110, 253, 0.15);
}

.saj-video-container {
    position: relative;
    overflow: hidden;
    height: 200px;
}

.saj-video-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.saj-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-blue);
    font-size: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.saj-play-btn:hover {
    background-color: white;
    transform: translate(-50%, -50%) scale(1.1);
}

.saj-video-content {
    padding: 20px;
}

.saj-video-title {
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.4;
}

.saj-video-meta {
    display: flex;
    justify-content: space-between;
    color: #6c757d;
    font-size: 0.9rem;
}

.saj-footer {
    background-color: #343a40;
    color: white;
    padding: 40px 0;
    margin-top: 60px;
}

.saj-btn-primary {
    background-color: var(--primary-blue);
    border-color: var(--primary-blue);
    padding: 10px 25px;
    font-weight: 600;
}

.saj-btn-primary:hover {
    background-color: var(--dark-blue);
    border-color: var(--dark-blue);
}

.saj-filter-bar {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
}

.saj-badge {
    background-color: var(--light-bg);
    color: var(--primary-blue);
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
}

.saj-category-btn {
    margin: 0 5px;
    transition: all 0.3s ease;
}

.saj-category-btn.active {
    background-color: var(--primary-blue);
    color: white;
}

.saj-video-player-modal .modal-content {
    border-radius: 12px;
    overflow: hidden;
}

/* استایل iframe آپارات */
.saj-h_iframe-aparat_embed_frame {
    position: relative;
    width: 100%;
}

.saj-h_iframe-aparat_embed_frame .saj-ratio {
    display: block;
    width: 100%;
    height: auto;
}

.saj-h_iframe-aparat_embed_frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.saj-aparat-padding {
    display: block;
    padding-top: 57%;
}