/* --- Modern & Clean v2.3 for de Rank --- */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Playfair+Display:wght@700&display=swap');

/* 1. Base */
body {
    background-color: #fcfcfc;
    color: #2d3436;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    line-height: 1.75;
    font-size: 1.05rem;
}

h1, h2, h3, .title {
    font-family: 'Playfair Display', Georgia, serif;
    color: #002d5a;
    font-weight: 700;
    line-height: 1.15;
}

/* 2. HERO – CLEAN & SMOOTH */
.hero {
    background: linear-gradient(
        to bottom,
        rgba(0, 45, 90, 0.65) 0%,
        rgba(0, 45, 90, 0.65) 70%,    /* Kleur blijft stabiel voor de foto */
        rgba(128, 150, 173, 0.4) 85%, /* Zachte overgangskleur */
        rgba(252, 252, 252, 0.97) 100% /* Matcht perfect met je body background-color */
    ),
    url('/static/Buitenkant.png') center/cover no-repeat fixed;

    min-height: 90vh;
    display: flex;
    align-items: center;
    position: relative;
}

.hero::before {
    display: none;
}

.hero .hero-body .container {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.92); /* Iets minder transparant voor betere leesbaarheid */
    backdrop-filter: blur(12px);
    padding: 2.5rem 3rem;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 45, 90, 0.12);
    max-width: 620px;
}


/* 3. VISIE SECTION – premium overlap + depth */
.section-visie {
    background: #ffffff;
    padding: 3.5rem 2.8rem;
    border-radius: 24px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
    margin-top: -85px;
    position: relative;
    z-index: 10;
}

/* 4. DARK INFO CARD – richer gradient + better text */
.card.has-background-black {
    background: linear-gradient(145deg, #1a1a1a, #0f0f0f) !important;
    border-radius: 20px;
    box-shadow: 0 25px 55px -10px rgba(0, 0, 0, 0.4);
    overflow: hidden;
}

.card.has-background-black .title {
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.8px;
    font-size: 1.4rem;
}

.card.has-background-black .content {
    color: #d8e0e8;
    font-size: 1.05rem;
}

/* 5. THE THREE PLAN CARDS – now with sustainability green accent */
.card .title.is-4 {
    color: #ffffff; /* Donkerblauw op wit is prima */
    margin-bottom: 0.5rem;
}

.card .subtitle.is-6 {
    color: #008a62; /* Iets donkerder groen dan #00c48c voor betere leesbaarheid op wit */
    font-weight: 700;
}

.card {
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    border-top: 6px solid #00c48c;           /* green top bar = verduurzamen feel */
}

.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 196, 140, 0.15);
}


/* 6. WIST U DAT notification – softer, more elegant */
.notification.is-info.is-light {
    background-color: #f4f7fb;
    border-left: 6px solid #002d5a;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(0, 45, 90, 0.1);
    color: #1f2c3e;
    padding: 1.5rem;
}

/* 7. Bottom section + buttons */
.section.has-text-centered {
    padding: 4rem 10;
}

.button.is-dark {
    background-color: #002d5a;
    border-radius: 50px;
    padding: 1rem 2.5rem;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.button.is-dark:hover {
    background-color: #003d7a;
    transform: translateY(-4px);
    box-shadow: 0 12px 25px rgba(0, 45, 90, 0.35);
}

.button.is-light.is-large {
    border: 3px solid #002d5a;
    color: #002d5a;
    background: transparent;
}

.button.is-light.is-large:hover {
    background-color: #002d5a;
    color: white;
}

/* Als je een specifieke footer kleur hebt, voeg dit toe: */
footer, .footer {
    background-color: #002d5a;
    color: #ffffff;
}

footer .title, footer strong {
    color: #ffffff !important;
}


/* 8. HR + small polish */
hr {
    height: 2px;
    background: linear-gradient(to right, transparent, #e0e0e0, transparent);
    border: none;
    margin: 4.5rem 0;
}

.tag {
    font-weight: 700;
    letter-spacing: 0.5px;
}
