/* Rechtshulp Nederland - Master Stylesheet 2026 */

/* 1. Optimalisatie voor lettertype weergave */
@font-face {
    font-family: 'Open Sans';
    font-display: swap;
}

/* --- Basis Instellingen --- */
:root {
    --deep-blue: #1a2b3c;
    --gold: #96773f; /* Verbeterd goud voor SEO-toegankelijkheid en contrast */
    --white: #ffffff;
    --soft-bg: #f8faff;
    --card-bg: #fffcf5;
}

* {
    box-sizing: border-box;
}

body { 
    margin: 0; 
    font-family: 'Open Sans', sans-serif; 
    line-height: 1.7; 
    color: var(--deep-blue);
    background-color: var(--white);
}

.container { 
    max-width: 1200px; 
    margin: 0 auto; 
    padding: 0 20px; 
}

/* --- Hero Secties --- */
.hero, .faq-hero, .terms-hero, .privacy-hero { 
    background-color: var(--deep-blue); 
    padding: 80px 0; 
    text-align: center; 
    color: var(--white);
}

.hero-flex { display: flex; align-items: center; gap: 50px; text-align: left; }
.hero-visual-left { flex: 1; }
.hero-visual-left img { width: 100%; border-radius: 8px; box-shadow: 0 10px 30px rgba(0,0,0,0.3); }
.hero-text { flex: 1; }

.hero h1, .faq-hero h1, .terms-hero h1, .privacy-hero h1 { 
    font-size: 2.8rem; 
    margin-bottom: 20px; 
    font-weight: 800; 
    color: var(--white) !important; 
}

/* --- Grid & Kaarten --- */
.grid { 
    display: grid; 
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); 
    gap: 25px; 
    padding: 60px 0; 
}

.card { 
    background: var(--card-bg); 
    border: 2px solid var(--gold); 
    border-radius: 8px; 
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card:hover { 
    transform: translateY(-5px); 
    box-shadow: 0 10px 20px rgba(150, 119, 63, 0.2); 
}

.card-content { 
    padding: 35px; 
    text-align: center; 
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.card-content i { 
    font-size: 2.2rem; 
    color: var(--gold); 
    margin-bottom: 15px; 
}

.card-content h3 { margin-top: 0; color: var(--deep-blue); font-size: 1.4rem; }

.service-link { 
    margin-top: auto; 
    color: var(--gold); 
    text-decoration: none; 
    font-weight: 700; 
    padding-top: 15px;
}

/* --- Knoppen --- */
.btn-faq, .btn-faq-huur, .btn-whatsapp {
    display: inline-block;
    background-color: var(--gold);
    color: var(--white) !important;
    padding: 15px 35px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    border: 2px solid var(--gold);
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    cursor: pointer;
}

.btn-faq:hover, .btn-faq-huur:hover, .btn-whatsapp:hover {
    background-color: var(--deep-blue);
    border-color: var(--deep-blue);
    transform: translateY(-3px);
}

/* --- FAQ & Reviews --- */
.faq-item {
    background: var(--white);
    border: 1px solid #e1e8f0;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 25px;
}

.faq-item h3 { color: var(--gold); margin-top: 0; font-size: 1.15rem; }

.review-container {
    background: var(--white);
    padding: 30px;
    border-radius: 8px;
    border: 1px solid var(--gold);
    margin: 40px 0;
    text-align: center;
}

.stars { color: #f1c40f; margin-bottom: 10px; }

/* --- Algemene Typografie --- */
h2 { color: var(--gold); margin-top: 40px; }
h3 { color: var(--deep-blue); }

.disclaimer-small {
    font-size: 0.8rem;
    color: #777;
    margin-top: 50px;
    text-align: center;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

/* --- Responsive --- */
@media (max-width: 992px) {
    .hero-flex { flex-direction: column; text-align: center; }
    .hero h1 { font-size: 2.2rem; }
}
  <style>
        :root {
            --deep-blue: #1a2b3c;
            --gold: #b38f4d;
            --white: #ffffff;
            --soft-bg: #f8faff;
        }

        body { 
            margin: 0; 
            font-family: 'Open Sans', sans-serif; 
            line-height: 1.6;
            font-size: 16px;
            color: var(--deep-blue);
        }

        .container { 
            max-width: 1200px; 
            margin: 0 auto; 
            padding: 0 20px; 
        }

        /* --- Hero Sectie met Achtergrondafbeelding --- */
        .ans-hero { 
            position: relative;
            background-image: linear-gradient(rgba(26, 43, 60, 0.8), rgba(26, 43, 60, 0.8)), url('aansprakelijkheid-bg.jpg');
            background-size: cover;
            background-position: center;
            padding: 120px 0; 
            text-align: center;
            color: var(--white);
        }
        
        .ans-hero h1 { 
            color: var(--white) !important; 
            font-size: 2.8rem; 
            font-weight: 800; 
            margin: 0 0 15px;
            letter-spacing: -0.5px;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
        }

        .ans-hero p { 
            color: var(--white) !important; 
            font-size: 1.2rem; 
            max-width: 800px; 
            margin: 0 auto;
        }

        /* --- Informatie Sectie --- */
        .ans-info { padding: 80px 0; background: var(--white); }
        .ans-content-centered { 
            max-width: 850px; 
            margin: 0 auto; 
        }

        .badge { 
            color: var(--gold); 
            font-weight: 700; 
            font-size: 0.85rem; 
            display: block; 
            margin-bottom: 15px; 
            text-transform: uppercase;
            text-align: center;
        }

        .ans-info h2 { 
            color: var(--deep-blue); 
            font-size: 2rem; 
            margin-bottom: 25px; 
            font-weight: 700; 
            text-align: center;
        }
        
        .feature-list { list-style: none; padding: 0; margin: 35px 0; }
        .feature-list li { 
            display: flex; 
            align-items: flex-start; 
            gap: 15px; 
            margin-bottom: 20px; 
            padding: 20px;
            background: var(--soft-bg);
            border-radius: 8px;
            border-left: 4px solid var(--gold);
        }
        .feature-list i { color: var(--gold); margin-top: 5px; font-size: 1.3rem; }

        .cta-container { text-align: center; margin-top: 40px; }

        .btn-primary {
            display: inline-block;
            background-color: var(--deep-blue);
            color: var(--white) !important;
            padding: 18px 45px;
            border-radius: 4px;
            text-decoration: none;
            font-weight: 700;
            transition: 0.3s ease;
        }
        .btn-primary:hover { background-color: var(--gold); transform: translateY(-2px); }

        /* --- Review Sectie --- */
        .ans-reviews { 
            background-color: var(--soft-bg); 
            padding: 80px 0; 
            text-align: center;
            border-top: 1px solid #e1e8f0;
        }

        @media (max-width: 768px) {
            .ans-hero h1 { font-size: 2.2rem; }
            .ans-hero { padding: 80px 20px; }
        }
    </style>