

    :root {
        --imanogo-primary: #0d6efd;
        --imanogo-primary-dark: #084298;
        --imanogo-text: #172033;
        --imanogo-muted: #667085;
        --imanogo-light: #f5f8fc;
        --imanogo-border: #e3e8ef;
    }

    html {
        scroll-behavior: smooth;
    }

    body {
        color: var(--imanogo-text);
        background: #ffffff;
    }

    .video-hero {
        position: relative;
        overflow: hidden;
        padding: 100px 0;
        color: #ffffff;
        background:
            radial-gradient(circle at top right, rgba(255,255,255,.18), transparent 34%),
            linear-gradient(135deg, var(--imanogo-primary-dark), var(--imanogo-primary));
    }

    .video-hero::before,
    .video-hero::after {
        position: absolute;
        content: "";
        border-radius: 50%;
        background: rgba(255,255,255,.07);
    }

    .video-hero::before {
        width: 360px;
        height: 360px;
        top: -170px;
        right: -100px;
    }

    .video-hero::after {
        width: 230px;
        height: 230px;
        bottom: -120px;
        left: -80px;
    }

    .hero-tag,
    .section-label,
    .cta-tag {
        display: inline-block;
        margin-bottom: 18px;
        font-size: .82rem;
        font-weight: 700;
        letter-spacing: .08em;
        text-transform: uppercase;
    }

    .hero-tag {
        padding: 9px 16px;
        border: 1px solid rgba(255,255,255,.25);
        border-radius: 999px;
        background: rgba(255,255,255,.12);
    }

    .video-hero h1 {
        max-width: 680px;
        margin-bottom: 24px;
        font-size: clamp(2.25rem, 5vw, 4rem);
        line-height: 1.08;
        font-weight: 800;
    }

    .hero-text {
        max-width: 650px;
        margin-bottom: 32px;
        font-size: 1.15rem;
        line-height: 1.75;
        color: rgba(255,255,255,.9);
    }

    .hero-buttons .btn,
    .cta-buttons .btn {
        min-width: 190px;
        padding: 13px 24px;
        border-radius: 12px;
        font-weight: 700;
    }

    .featured-player,
    .featured-placeholder {
        overflow: hidden;
        border: 6px solid rgba(255,255,255,.14);
        border-radius: 22px;
        background: rgba(0,0,0,.25);
        box-shadow: 0 30px 70px rgba(0,0,0,.3);
    }

    .featured-player iframe {
        border: 0;
    }

    .featured-placeholder {
        color: rgba(255,255,255,.85);
    }

    .featured-details-section {
        padding: 0 0 20px;
        background: var(--imanogo-light);
    }

    .featured-details-card {
        position: relative;
        z-index: 2;
        margin-top: -45px;
        padding: 38px;
        border: 1px solid var(--imanogo-border);
        border-radius: 20px;
        background: #ffffff;
        box-shadow: 0 18px 50px rgba(22,34,51,.1);
    }

    .featured-details-card h2 {
        margin-bottom: 14px;
        font-weight: 800;
    }

    .featured-details-card p {
        color: var(--imanogo-muted);
        line-height: 1.75;
    }

    .section-label {
        color: var(--imanogo-primary);
    }

    .video-library-section,
    .video-benefits-section {
        padding: 90px 0;
    }

    .video-library-section {
        background: var(--imanogo-light);
    }

    .section-heading {
        max-width: 760px;
        margin: 0 auto 50px;
    }

    .section-heading h2 {
        margin-bottom: 16px;
        font-size: clamp(2rem, 4vw, 3rem);
        font-weight: 800;
    }

    .section-heading p {
        color: var(--imanogo-muted);
        font-size: 1.08rem;
        line-height: 1.7;
    }

    .video-card {
        overflow: hidden;
        border: 1px solid var(--imanogo-border);
        border-radius: 18px;
        background: #ffffff;
        box-shadow: 0 10px 30px rgba(22,34,51,.07);
        transition: transform .25s ease, box-shadow .25s ease;
    }

    .video-card:hover {
        transform: translateY(-7px);
        box-shadow: 0 20px 45px rgba(22,34,51,.13);
    }

    .video-thumbnail-link {
        display: block;
    }

    .video-thumbnail {
        position: relative;
        overflow: hidden;
        aspect-ratio: 16 / 9;
        background: #dfe6ef;
    }

    .video-thumbnail img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .35s ease;
    }

    .video-card:hover .video-thumbnail img {
        transform: scale(1.05);
    }

    .play-overlay {
        position: absolute;
        inset: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(
            to top,
            rgba(0,0,0,.42),
            rgba(0,0,0,.08)
        );
    }

    .play-button {
        display: flex;
        width: 62px;
        height: 62px;
        align-items: center;
        justify-content: center;
        padding-left: 4px;
        color: var(--imanogo-primary);
        border-radius: 50%;
        background: #ffffff;
        box-shadow: 0 10px 25px rgba(0,0,0,.25);
        transition: transform .25s ease;
    }

    .video-card:hover .play-button {
        transform: scale(1.1);
    }

    .video-duration {
        position: absolute;
        right: 12px;
        bottom: 12px;
        padding: 5px 9px;
        color: #ffffff;
        border-radius: 6px;
        background: rgba(0,0,0,.78);
        font-size: .78rem;
        font-weight: 700;
    }

    .video-card-body {
        padding: 25px;
    }

    .video-category {
        display: inline-block;
        margin-bottom: 12px;
        padding: 6px 11px;
        color: var(--imanogo-primary);
        border-radius: 999px;
        background: rgba(13,110,253,.1);
        font-size: .76rem;
        font-weight: 700;
        text-transform: uppercase;
    }

    .video-card h3 {
        margin-bottom: 13px;
        font-size: 1.2rem;
        font-weight: 800;
        line-height: 1.4;
    }

    .video-card h3 a {
        color: var(--imanogo-text);
        text-decoration: none;
    }

    .video-card p {
        display: -webkit-box;
        overflow: hidden;
        margin-bottom: 20px;
        color: var(--imanogo-muted);
        line-height: 1.65;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .watch-link {
        color: var(--imanogo-primary);
        font-weight: 700;
        text-decoration: none;
    }

    .empty-video-state {
        max-width: 620px;
        margin: auto;
        padding: 55px 25px;
        text-align: center;
        border: 1px dashed #c9d2df;
        border-radius: 18px;
        background: #ffffff;
    }

    .empty-video-state i {
        margin-bottom: 20px;
        color: var(--imanogo-primary);
        font-size: 3rem;
    }

    .empty-video-state p {
        margin-bottom: 0;
        color: var(--imanogo-muted);
    }

    .video-benefits-section {
        background: #ffffff;
    }

    .benefit-card {
        padding: 34px;
        text-align: center;
        border: 1px solid var(--imanogo-border);
        border-radius: 18px;
        background: #ffffff;
        box-shadow: 0 10px 30px rgba(22,34,51,.05);
    }

    .benefit-icon {
        display: flex;
        width: 68px;
        height: 68px;
        align-items: center;
        justify-content: center;
        margin: 0 auto 22px;
        color: var(--imanogo-primary);
        border-radius: 18px;
        background: rgba(13,110,253,.1);
        font-size: 1.65rem;
    }

    .benefit-card h3 {
        margin-bottom: 14px;
        font-size: 1.25rem;
        font-weight: 800;
    }

    .benefit-card p {
        margin-bottom: 0;
        color: var(--imanogo-muted);
        line-height: 1.7;
    }

    .video-cta-section {
        position: relative;
        overflow: hidden;
        padding: 90px 0;
        color: #ffffff;
        background: linear-gradient(
            135deg,
            var(--imanogo-primary-dark),
            var(--imanogo-primary)
        );
    }

    .video-cta-content {
        position: relative;
        z-index: 2;
        max-width: 800px;
        margin: auto;
    }

    .video-cta-content h2 {
        margin-bottom: 20px;
        font-size: clamp(2rem, 4vw, 3.2rem);
        font-weight: 800;
    }

    .video-cta-content p {
        max-width: 680px;
        margin: 0 auto 32px;
        color: rgba(255,255,255,.88);
        font-size: 1.1rem;
        line-height: 1.75;
    }

    .cta-tag {
        color: rgba(255,255,255,.8);
    }

    @media (max-width: 991.98px) {
        .video-hero {
            padding: 75px 0 90px;
        }

        .hero-text {
            margin-right: auto;
            margin-left: auto;
        }

        .featured-details-card {
            margin-top: -35px;
        }

        .featured-details-card .btn {
            width: 100%;
        }
    }

    @media (max-width: 767.98px) {
        .video-hero {
            padding: 58px 0 76px;
        }

        .video-hero h1 {
            font-size: 2.2rem;
        }

        .hero-text {
            font-size: 1rem;
            line-height: 1.65;
        }

        .hero-buttons .btn,
        .cta-buttons .btn {
            width: 100%;
            min-width: 0;
        }

        .featured-player,
        .featured-placeholder {
            border-width: 4px;
            border-radius: 16px;
        }

        .featured-details-card {
            margin-top: -25px;
            padding: 26px 22px;
            text-align: center;
        }

        .video-library-section,
        .video-benefits-section,
        .video-cta-section {
            padding: 65px 0;
        }

        .section-heading {
            margin-bottom: 35px;
        }

        .video-card-body {
            padding: 21px;
        }

        .benefit-card {
            padding: 28px 22px;
        }

        .video-cta-content p {
            font-size: 1rem;
        }
    }

    @media (max-width: 479.98px) {
        .video-hero {
            padding-top: 48px;
        }

        .video-hero h1 {
            font-size: 1.9rem;
        }

        .hero-tag {
            font-size: .72rem;
        }

        .section-heading h2,
        .video-cta-content h2 {
            font-size: 1.85rem;
        }

        .play-button {
            width: 54px;
            height: 54px;
        }

        .video-card h3 {
            font-size: 1.08rem;
        }

        .featured-details-card {
            padding: 23px 18px;
        }
    }