.info-page {
    max-width: 700px;
    margin: 0 auto;
    padding: 4rem 2rem;
}

.info-section {
    padding-bottom: 3rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid #eee;
}

.info-section:last-child {
    border-bottom: none;
}

.info-section h1 {
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 1rem;
}

.info-section h2 {
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
}

.info-lead {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #444;
    margin-bottom: 1.2rem;
}

.info-section p {
    color: #666;
    line-height: 1.7;
    margin-bottom: 1rem;
}

/* Lees meer */
.lees-meer-btn {
    display: inline-block;
    padding: 0.7rem 1.9rem;
    border: 2px solid #222;
    background: none;
    color: #222;
    font-size: 1rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.2s;
    margin-bottom: 1.5rem;
}

.lees-meer-btn:hover {
    background: #222;
    color: #fff;
}

.lees-meer-content p {
    color: #666;
    line-height: 1.7;
    margin-bottom: 1rem;
}

/* Reviews */
.info-reviews {
    margin: 1.5rem 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.info-reviews blockquote,
.info-quote {
    border-left: 3px solid #222;
    padding: 0.75rem 1.2rem;
    margin: 0;
    color: #555;
    font-style: italic;
    line-height: 1.6;
}

.info-reviews blockquote cite,
.info-quote cite {
    display: block;
    margin-top: 0.5rem;
    font-style: normal;
    font-size: 0.9rem;
    color: #888;
}

.info-quote {
    margin: 1.5rem 0 0;
}

/* Bio photo */
.bio-photo {
    display: block;
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center 20%;
    border-radius: 16px;
    margin-bottom: 1.5rem;
}

/* Shows button */
.info-shows-btn {
    margin-top: 0.5rem;
}

/* Contact cards */
.contact-list {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.contact-card {
    background: #fff;
    border-left: 4px solid #222;
    padding: 1.5rem;
}

.contact-card h3 {
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 0.4rem;
}

.contact-card p {
    color: #666;
    margin-bottom: 0.9rem;
}

@media (max-width: 768px) {
    .info-page {
        padding: 2rem 1rem;
    }

    .info-section h1 {
        font-size: 1.8rem;
    }

    .info-section h2 {
        font-size: 1.4rem;
    }

    .bio-photo {
        height: 260px;
    }
}
