/* ===== Welcome & Video Section ===== */

.dsp-welcome-section {
    padding: 70px 0 60px;
    background: #ffffff;
}

/* Intro row */
.dsp-welcome-intro {
    margin-bottom: 50px;
}

.dsp-welcome-label {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #d4a017;
    margin-bottom: 8px;
}

.dsp-welcome-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 42px;
    font-weight: 700;
    color: #0a1f3d;
    line-height: 1.15;
    margin: 0 0 24px;
}

.dsp-role-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 28px;
}

.dsp-role-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #0a1f3d;
}

.dsp-role-badge i {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #eef4fa;
    color: #0a1f3d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}

.dsp-welcome-text p {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 1.85;
    color: #1e293b;
    margin-bottom: 16px;
    padding-bottom: 0;
}

.dsp-welcome-text .dsp-highlight {
    color: #0856a8;
    font-weight: 700;
}

.dsp-welcome-text em {
    color: #0a1f3d;
    font-weight: 600;
    font-style: italic;
}

/* Hero card */
.dsp-about-card {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(10, 31, 61, 0.12);
    background: #ffffff;
}

.dsp-about-card-photo {
    position: relative;
    background: linear-gradient(145deg, #eef4fa, #f8fafc);
    padding: 20px 20px 0;
    text-align: center;
}

.dsp-about-card-photo img {
    width: 100%;
    max-height: 340px;
    object-fit: cover;
    object-position: top center;
    border-radius: 12px 12px 0 0;
}

.dsp-about-card-wave {
    display: block;
    width: 100%;
    height: 40px;
    margin-bottom: -1px;
    line-height: 0;
}

.dsp-about-card-wave svg {
    width: 100%;
    height: 40px;
    display: block;
}

.dsp-about-card-quote {
    background: #0a1f3d;
    padding: 28px 30px 32px;
    position: relative;
}

.dsp-about-card-quote .quote-mark {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 64px;
    line-height: 1;
    color: #d4a017;
    position: absolute;
    top: 10px;
    left: 20px;
    opacity: 0.9;
}

.dsp-about-card-quote p {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    padding: 0 0 0 30px;
    font-style: italic;
}

.dsp-about-card-quote p em {
    color: #7eb8f7;
    font-style: italic;
}

/* Video divider */
.dsp-video-divider {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 10px 0 35px;
}

.dsp-video-divider .line {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, #d0d8e2, transparent);
}

.dsp-video-divider h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #0a1f3d;
    margin: 0;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 10px;
}

.dsp-video-divider h3 i {
    color: #0a1f3d;
    font-size: 20px;
}

/* Video cards */
.dsp-video-grid {
    margin-bottom: 35px;
}

.dsp-video-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(10, 31, 61, 0.08);
    border: 1px solid rgba(10, 31, 61, 0.06);
    margin-bottom: 24px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: block;
    text-decoration: none !important;
}

.dsp-video-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(10, 31, 61, 0.14);
    text-decoration: none !important;
}

.dsp-video-thumb {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #eef1f5;
}

.dsp-video-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dsp-video-play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.15);
    transition: background 0.3s ease;
}

.dsp-video-card:hover .dsp-video-play {
    background: rgba(0, 0, 0, 0.3);
}

.dsp-video-play i {
    font-size: 52px;
    color: #ff0000;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.dsp-video-card:hover .dsp-video-play i {
    transform: scale(1.1);
}

.dsp-video-info {
    padding: 14px 16px 16px;
}

.dsp-video-info h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.45;
    color: #0a1f3d;
    margin: 0 0 6px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.dsp-video-info h4 i {
    color: #1877f2;
    font-size: 12px;
    margin-right: 6px;
}

.dsp-video-author {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #64748b;
    margin: 0;
    padding: 0;
}

.dsp-video-view-all {
    text-align: center;
}

.dsp-video-view-all a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff !important;
    background: #0a1f3d;
    padding: 16px 40px;
    border-radius: 8px;
    text-decoration: none !important;
    transition: background 0.3s ease, transform 0.3s ease;
    box-shadow: 0 4px 15px rgba(10, 31, 61, 0.2);
}

.dsp-video-view-all a:hover {
    background: #061428;
    color: #ffffff !important;
    transform: translateY(-2px);
    text-decoration: none !important;
}

@media (max-width: 991px) {
    .dsp-welcome-section {
        padding: 50px 0 40px;
    }

    .dsp-welcome-title {
        font-size: 34px;
    }

    .dsp-about-card {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .dsp-welcome-section {
        padding: 36px 0 40px;
    }

    .dsp-welcome-section .container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .dsp-welcome-intro {
        margin-bottom: 36px;
    }

    .dsp-welcome-label {
        color: #0077C2;
        font-size: 11px;
        letter-spacing: 2px;
        margin-bottom: 6px;
    }

    .dsp-welcome-title {
        font-size: 28px;
        margin: 0 0 18px;
        position: relative;
        padding-bottom: 12px;
    }

    .dsp-welcome-title::after {
        content: '';
        display: block;
        width: 56px;
        height: 3px;
        margin-top: 10px;
        background: #0a1f3d;
        border-radius: 2px;
    }

    .dsp-role-badges {
        gap: 12px 16px;
        margin-bottom: 22px;
    }

    .dsp-role-badge {
        font-size: 12px;
        gap: 8px;
    }

    .dsp-role-badge i {
        width: 34px;
        height: 34px;
        font-size: 14px;
        background: #e8f3fb;
        color: #0077C2;
    }

    .dsp-welcome-text p {
        font-size: 14px;
        line-height: 1.75;
        margin-bottom: 14px;
        color: #334155;
    }

    .dsp-welcome-text .dsp-highlight {
        color: #0077C2;
    }

    .dsp-about-card {
        margin-top: 8px;
        border-radius: 14px;
    }

    .dsp-about-card-photo {
        padding: 14px 14px 0;
    }

    .dsp-about-card-photo img {
        max-height: 280px;
        width: auto;
        max-width: 100%;
        height: auto;
        object-fit: contain;
        object-position: center top;
    }

    .dsp-about-card-quote {
        padding: 22px 20px 26px;
    }

    .dsp-about-card-quote p {
        font-size: 14px;
    }

    .dsp-video-thumb {
        aspect-ratio: auto;
        max-height: 180px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #0a1f3d;
    }

    .dsp-video-thumb img {
        width: 100%;
        height: auto;
        max-height: 180px;
        object-fit: contain;
    }

    .dsp-video-divider h3 {
        font-size: 16px;
    }
}
