.workshops-premium-page,
.workshop-detail-page {
    background: #ffffff;
    color: #313b45;
}

.workshops-premium-hero,
.workshop-detail-hero {
    position: relative;
    overflow: hidden;
    padding: 105px 0 72px;
    background:
        radial-gradient(
            circle at 50% 0%,
            rgba(3, 122, 181, 0.35),
            transparent 48%
        ),
        linear-gradient(
            135deg,
            #013047 0%,
            #054d71 55%,
            #037ab5 100%
        );
}

.workshops-premium-intro,
.workshop-detail-heading {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}

.workshops-eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    color: #f5d778;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.workshops-premium-intro h1,
.workshop-detail-heading h1 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(38px, 5vw, 62px);
    line-height: 1.1;
    font-weight: 500;
}

.workshops-premium-intro p,
.workshop-detail-heading p {
    max-width: 720px;
    margin: 20px auto 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: 18px;
    line-height: 1.8;
}

.workshops-hero-line {
    width: 90px;
    height: 2px;
    margin: 25px auto 0;
    background: #f5d778;
}

.workshops-list-section,
.workshop-detail-content-section {
    padding: 70px 0 90px;
}

.workshops-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.workshop-card {
    overflow: hidden;
    border: 1px solid rgba(5, 77, 113, 0.10);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 14px 40px rgba(1, 48, 71, 0.09);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.workshop-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 50px rgba(1, 48, 71, 0.14);
}

.workshop-card-image {
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #edf7fb;
}

.workshop-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.workshop-card:hover .workshop-card-image img {
    transform: scale(1.025);
}

.workshop-card-content {
    padding: 25px;
}

.workshop-card-content h2,
.workshop-card-content h3 {
    margin: 0 0 13px;
    color: #054d71;
    font-size: 25px;
    line-height: 1.3;
}

.workshop-card-content h2 a,
.workshop-card-content h3 a {
    color: inherit;
    text-decoration: none;
}

.workshop-card-content p {
    margin: 0 0 20px;
    color: #5a6670;
    font-size: 16px;
    line-height: 1.75;
}

.workshop-learn-more {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 10px 22px;
    border-radius: 999px;
    background: linear-gradient(
        90deg,
        #037ab5,
        #054d71
    );
    color: #ffffff !important;
    font-weight: 600;
    text-decoration: none !important;
}

.workshops-empty {
    padding: 60px 30px;
    border-radius: 20px;
    background: #f5fbfd;
    color: #667085;
    text-align: center;
    font-size: 18px;
}

.workshop-back-link {
    display: inline-block;
    margin-bottom: 30px;
    color: #f5d778 !important;
    text-decoration: none !important;
    font-weight: 600;
}

.workshop-featured-image {
    max-width: 1050px;
    margin: 0 auto 48px;
    overflow: hidden;
    border-radius: 24px;
    box-shadow: 0 18px 50px rgba(1, 48, 71, 0.12);
}

.workshop-featured-image img {
    display: block;
    width: 100%;
    height: auto;
}

.workshop-body-content {
    max-width: 900px;
    margin: 0 auto;
    color: #48545e;
    font-size: 18px;
    line-height: 1.85;
}

.workshop-body-content h2,
.workshop-body-content h3,
.workshop-body-content h4 {
    color: #054d71;
    line-height: 1.35;
}

.workshop-body-content h2 {
    margin: 38px 0 16px;
    font-size: 31px;
}

.workshop-body-content h3 {
    margin: 32px 0 14px;
    font-size: 26px;
}

.workshop-body-content h4 {
    margin: 28px 0 12px;
    font-size: 22px;
}

.workshop-body-content p,
.workshop-body-content ul,
.workshop-body-content ol {
    margin-bottom: 20px;
}

.workshop-video-section {
    max-width: 1000px;
    margin: 65px auto 0;
}

.workshop-video-section h2 {
    margin-bottom: 14px;
    color: #054d71;
    font-size: 30px;
    text-align: center;
}

.workshop-video-description {
    max-width: 760px;
    margin: 0 auto 25px;
    color: #5a6670;
    font-size: 17px;
    line-height: 1.75;
    text-align: center;
}

.workshop-video-frame {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    border-radius: 22px;
    background: #011f2e;
    box-shadow: 0 18px 50px rgba(1, 48, 71, 0.16);
}

.workshop-video-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.other-workshops-section {
    margin-top: 85px;
    padding-top: 55px;
    border-top: 1px solid rgba(5, 77, 113, 0.12);
}

.other-workshops-section > h2 {
    margin: 0 0 30px;
    color: #054d71;
    font-size: 32px;
    text-align: center;
}

@media (max-width: 991px) {
    .workshops-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .workshops-premium-hero,
    .workshop-detail-hero {
        padding: 90px 0 55px;
    }

    .workshops-premium-intro p,
    .workshop-detail-heading p {
        font-size: 16px;
        line-height: 1.7;
    }

    .workshops-list-section,
    .workshop-detail-content-section {
        padding: 45px 0 70px;
    }

    .workshops-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .workshop-card-content {
        padding: 22px;
    }

    .workshop-body-content {
        font-size: 17px;
        line-height: 1.8;
    }

    .workshop-featured-image {
        margin-bottom: 35px;
        border-radius: 18px;
    }

    .other-workshops-section {
        margin-top: 60px;
    }
}
