/* Hero Section */
.hero {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
}

.hero-content {
    max-width: 800px;
}

.hero h1 {
    font-family: var(--ff-accent);
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: white;
    -webkit-text-fill-color: transparent;
    line-height: 1.2;
}

.hero-subtitle {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    color: #e0e0e0;
}

/* Services Section */
.services {
    padding: 50px 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.services h2 {
    text-align: center;
    font-family: var(--ff-accent);
    font-size: 2.5rem;
    margin-bottom: 3rem;
    color: #fff;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-top: 40px;
}

.service-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    transition: transform 0.3s ease;
}

.service-card:hover {
    transform: translateY(-10px);
}

.service-icon {
    font-size: 3rem;
    margin-bottom: 1.5rem;
}

.service-card h3 {
    font-family: var(--ff-accent);
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #fff;
}

.service-card p {
    color: #e0e0e0;
    line-height: 1.6;
}

/* Call to Action Section */
.cta {
    padding: 100px 40px;
    text-align: center;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,123,255,0.1) 100%);
}

.cta-content {
    max-width: 800px;
    margin: 0 auto;
}

.cta h2 {
    font-family: var(--ff-accent);
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #fff;
}

.cta p {
    font-size: 1.2rem;
    color: #e0e0e0;
    margin-bottom: 2rem;
}

.full-width-banner {
    width: 100vw;
    max-width: 100vw;
    height: 200px; /* of wat je wilt */
    object-fit: cover;
    display: block;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.hero.hero-banner {
    position: relative;
    width: 100vw;
    min-height: 60vh;
    height: 60vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 0;
    padding: 1rem;
}

/*.hero-banner-img {    
    
}*/

.hero-banner-animation {
    z-index: 1;
}

.hero-banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}

.hero-banner-content .hero-subtitle {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    color: #e0e0e0;
    text-shadow: 0 2px 16px #0008;
}

.hero-banner-content .btn-primary {
    font-size: 1.2rem;
    padding: 1rem 2.5rem;
    border-radius: 30px;
    margin-top: 1rem;
    align-self: flex-end;
}

header {
    position: static;
    width: 100vw;
    z-index: 10;
}

.hero-quote {
    width: 100vw;
    max-width: 100vw;
    margin: 0 auto 48px auto;
    padding: 80px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, rgba(0,123,255,0.08) 0%, rgba(102,16,242,0.08) 100%);
    position: relative;
    overflow: hidden;
}

.hero-quote::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
}

.hero-quote::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
}

.quote-content {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 0 20px;
}

.quote-text {
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.quote-wrapper {
    display: flex;
    align-items: center;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding-left: 0;
}

.quote-image {
    flex: 0 0 350px;
    position: relative;
    margin-left: -20px;
}

.quote-img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.hero-quote blockquote {
    flex: 1;
    max-width: 600px;
    margin: 0;
    padding: 0;
    font-size: 2.8rem;
    font-family: var(--ff-accent);
    color: #fff;
    font-weight: 600;
    text-align: left;
    line-height: 1.3;
    text-shadow: 0 2px 16px #0006;
    border-left: 0;
    position: relative;
}

.hero-quote blockquote::before {
    content: '"';
    position: absolute;
    top: -40px;
    left: -20px;
    font-size: 8rem;
    color: rgba(255,255,255,0.1);
    font-family: Georgia, serif;
    line-height: 1;
}

.hero-quote blockquote::after {
    content: '"';
    position: absolute;
    bottom: -60px;
    right: -20px;
    font-size: 8rem;
    color: rgba(255,255,255,0.1);
    font-family: Georgia, serif;
    line-height: 1;
}

.hero-quote p {
    margin: 0;
}

@media (max-width: 900px) {
    .quote-wrapper {
        flex-direction: column;
        gap: 30px;
        padding-left: 20px;
    }

    .quote-image {
        flex: 0 0 300px;
        margin-left: 0;
    }

    .quote-img {
        height: 300px;
    }

    .hero-quote blockquote {
        text-align: center;
        font-size: 2.2rem;
    }
}

.tv-programmas {
    padding: 80px 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.section-header {
    text-align: center;
    margin-bottom: 48px;
}

.section-header-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
}

.section-header h2 {
    font-family: var(--ff-accent);
    font-size: 2.5rem;
    margin: 0;
    color: #fff;
}

@media (max-width: 768px) {
    .section-header-content {
        flex-direction: column;
        gap: 20px;
    }

    .section-header h2 {
        font-size: 2rem;
    }
}
