.featured-creator-section {
    padding: 4rem 0;
    background: linear-gradient(135deg, rgba(106, 65, 165, 0.08) 0%, rgba(255, 255, 255, 0.9) 100%);
}

.featured-creator-heading {
    font-size: 2.2rem;
    font-weight: 700;
    color: #3a1f70;
    margin-bottom: 0.5rem;
}

.featured-creator-subheading {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 0;
}

.featured-creator-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 12px 36px rgba(58, 31, 112, 0.25);
    background: #000;
}

.featured-creator-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.featured-creator-card {
    background: #fff;
    border-radius: 16px;
    padding: 1.75rem 1.5rem;
    text-align: center;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(106, 65, 165, 0.12);
}

.featured-creator-photo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #fff;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
    margin-bottom: 1rem;
}

.featured-creator-name {
    font-size: 1.35rem;
    font-weight: 700;
    color: #3a1f70;
    margin-bottom: 0.35rem;
}

.featured-creator-tagline {
    color: #666;
    font-size: 0.95rem;
    margin-bottom: 0.75rem;
}

.featured-creator-video-title {
    color: #444;
    font-size: 0.9rem;
    font-style: italic;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .featured-creator-heading {
        font-size: 1.7rem;
    }

    .featured-creator-card {
        margin-top: 1rem;
    }
}
