* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

body {
    background: #fff;
    color: #000;
}


/* Layout helpers */

.container {
    max-width: 1200px;
    margin: auto;
}


/* Topbar */

.topbar {
    background: #ffffff;
    text-align: center;
    padding: 10px;
    font-size: 15px;
}


/* Header */

.header {
    padding: 40px 0 80px;
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    height: 50px;
}

.menu {
    list-style: none;
    display: flex;
    gap: 30px;
}

.menu a {
    text-decoration: none;
    color: #000;
    font-weight: 600;
}


/* Hero */

.hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    margin-bottom: 120px;
}

.hero-text h1 {
    font-size: 52px;
    line-height: 1.1;
    margin-bottom: 20px;
}

.hero-text p {
    max-width: 420px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.buttons {
    display: flex;
    gap: 15px;
}

.btn {
    padding: 14px 24px;
    border-radius: 6px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

.primary {
    background: #7BC043;
    color: #fff;
}

.outline {
    border: 2px solid #7BC043;
    color: #7BC043;
}

.hero-image img {
    width: 100%;
    clip-path: ellipse(70% 60% at 60% 50%);
}

.hero-image img {
    width: 100%;
    max-height: 520px;
    /* ← speel met 480–560 */
    object-fit: cover;
    clip-path: ellipse(70% 60% at 60% 50%);
}


/* Producten */

.producten {
    margin: 120px 0;
    text-align: center;
}

.section-header hr {
    width: 80%;
    height: 2px;
    background: red;
    border: none;
    margin: 20px auto;
}

.section-header p {
    max-width: 700px;
    margin: 20px auto 60px;
    font-size: 14px;
}

.section-header {
    text-align: center;
    margin: 120px 0 80px;
}

.section-header h2 {
    font-size: 26px;
    font-weight: 700;
    margin: 40px 0 20px;
}

.section-header p {
    max-width: 640px;
    margin: 0 auto 40px;
    font-size: 15px;
    line-height: 1.6;
    color: #333;
}

.producten-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 30px;
}

.product {
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 20px;
}

.groot {
    grid-row: span 2;
    background: url("pruimen.jpg") center/cover;
}

.rood {
    background: #e2231a;
}

.appel {
    background: url("appels.jpg") center/cover;
}

.dadels {
    background: url("dadels.jfif") center/cover;
}


/* Waarom */

.why {
    background: #8bbc2a;
    color: white;
    padding: 100px 0;
}

.why-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 80px;
    align-items: center;
}

.usp-grid {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.why-img {
    width: 100%;
    border-radius: 20px;
}


/* Nieuws */

.news {
    text-align: center;
    margin: 120px 0;
    padding-bottom: 200px;
}

.news-card {
    border: 2px solid red;
    border-radius: 25px;
    width: 260px;
    margin: 60px auto;
    padding: 30px;
}

.news-card img {
    width: 100%;
}

.date {
    display: inline-block;
    background: red;
    color: white;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 12px;
    margin: 10px 0;
}

.btn.red {
    background: red;
    color: white;
}


/* Footer */

.footer-wave {
    background: #8bbc2a;
    padding: 220px 0 120px;
    /* ↑ meer wit erboven */
    clip-path: ellipse(100% 80% at 50% 100%);
}

.footer-content {
    display: flex;
    justify-content: space-between;
    color: white;
}

.footer-bottom {
    background: #f5f5f5;
    text-align: center;
    padding: 20px;
    font-size: 13px;
    color: #555;
}

.producten-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 260px 260px;
    gap: 30px;
}

.header {
    padding: 40px 0 80px;
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    height: 100px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.card span {
    font-weight: 700;
    /* ← dit is de kern */
    font-size: 18px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.why {
    background: #8bbf2a;
    padding: 120px 0;
}

.why-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 80px;
    align-items: center;
}

.why h2 {
    font-size: 36px;
    font-weight: 800;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

.why p {
    max-width: 520px;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 40px;
}

.usp {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px 60px;
}

.usp li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    font-size: 14px;
}

.why-image img {
    width: 150%;
    border-radius: 16px;
    object-fit: cover;
    margin-top: 30px;
}

.why-image {
    margin-left: auto;
    /* dwingt rechts */
}

.why-image img {
    width: 100%;
    max-width: 520px;
    /* of 560 als je durft */
    border-radius: 24px;
    object-fit: cover;
}

.why-content {
    transform: translateX(40px);
}

.why-subtitle {
    font-weight: 700;
    margin: 20px 0;
}

.why-title {
    white-space: nowrap;
}

.why-subtitle {
    font-weight: 700;
    font-size: 16px;
    margin: 24px 0 20px;
}

.why-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px 40px;
}

.feature {
    display: flex;
    align-items: center;
    gap: 10px;
}

.feature .icon {
    font-size: 18px;
}

.feature .text {
    font-size: 15px;
    font-weight: 500;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 24px 48px;
    margin-top: 32px;
}

.why-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 500;
    color: #ffffff;
}

.why-image img {
    border-radius: 24px;
    width: 100%;
    height: auto;
}

.why-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 64px;
    padding: 80px 100px;
    background-color: #8fbf2f;
}

.why-content {
    max-width: 600px;
}

.section-title {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
    /* nooit onder elkaar */
}

.section-intro {
    margin-top: 16px;
    color: #fff;
}

.why-subtitle {
    margin-top: 32px;
    font-weight: 700;
    color: #fff;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 40px;
    margin-top: 24px;
}

.why-item {
    color: #fff;
    font-weight: 500;
}

.why-image img {
    width: 800px;
    border-radius: 80px;
    max-height: 3000px;
}

.why-subtitle {
    font-size: 16px;
    font-weight: 700;
    /* <-- dit was het probleem */
    color: #fff;
    margin-bottom: 16px;
}

.section-intro {
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
    max-width: 520px;
    margin-bottom: 20px;
}

.section-title {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
}

.why-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
    row-gap: 18px;
}

.why-item p {
    font-size: 15px;
    line-height: 1.35;
    max-width: 230px;
    /* <-- DIT fix’t de afbreking */
}

.why-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.why-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.usp-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 30px;
}

.usp-item {
    text-align: center;
    color: white;
}

.usp-item i {
    font-size: 32px;
    margin-bottom: 12px;
    display: block;
}

.usp-item p {
    font-size: 14px;
    line-height: 1.4;
}

.why-intro {
    max-width: 520px;
    margin-left: 40px;
    color: #ffffff;
}

.why-subtitle {
    max-width: 520px;
    margin-left: 40px;
    color: #ffffff;
}

.why-selection {
    max-width: 520px;
    margin-left: 60px;
    color: #ffffff;
}

.why-section {
    display: flex;
    align-items: center;
}

.footer-copy {
    font-size: 15px;
    color: #555;
    text-align: center;
}

.footer-copy a {
    color: #555;
}

.footer-copy a:hover {
    color: #000;
    padding: 500px;
}

.news-wrapper {
    padding-bottom: 200px;
}

.footer-content {
    display: flex;
    justify-content: center;
    gap: 120px;
    /* ruimte tussen links & rechts */
    text-align: center;
    color: white;
}

.footer-copy {
    margin-top: 80px;
    /* ← DIT is wat je zoekt */
    text-align: center;
    font-size: 13px;
}

.footer-copy {
    margin-top: 80px;
    text-align: center;
    font-size: 13px;
    position: relative;
    top: -30px;
    /* ← DIT verplaatst de tekst omhoog */
}


/* === PRODUCT LINKS FIX === */

.product-link {
    display: block;
    height: 100%;
    text-decoration: none;
}

.product-link .product {
    height: 100%;
}


/* APPELMOES ZELFDE HOOGTE ALS FOTO 2 */

.groot-onder {
    grid-column: 1 / 2;
    /* linker kolom */
    grid-row: span 1;
    /* 1 rij, maar hoger */
    min-height: 260px;
}


/* tekst exact zoals bij pruimencorin */

.product span {
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.product.appel {
    margin-bottom: 80px;
}


/* RUIMTE TUSSEN APPELMOES EN GROENE SECTIE */


/* RUIMTE BOVEN GROENE SECTIE */

.why-section {
    padding-top: 160px;
    /* probeer 120–200px */
    margin-top: 120px;
    /* 👈 DIT is de ruimte die je zoekt */
}

.product.groot {
    grid-column: 1;
    grid-row: 1 / span 2;
}

.product.rood {
    grid-column: 2;
    grid-row: 1;
}

.product.appel {
    grid-column: 2;
    grid-row: 2;
}

@media (max-width: 768px) {
    /* Container padding */
    .container {
        padding: 0 20px;
    }
    /* Header */
    .header-inner {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    .logo {
        height: 70px;
    }
    .menu {
        flex-direction: column;
        gap: 15px;
    }
    /* Hero */
    .hero {
        grid-template-columns: 1fr;
        gap: 40px;
        margin-bottom: 80px;
    }
    .hero-text h1 {
        font-size: 34px;
    }
    .hero-text p {
        max-width: 100%;
    }
    .buttons {
        flex-direction: column;
    }
    /* Producten */
    .producten-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }
    .product.groot,
    .product.rood,
    .product.appel,
    .groot-onder {
        grid-column: auto !important;
        grid-row: auto !important;
        min-height: 220px;
    }
    .product.appel {
        margin-bottom: 0;
    }
    /* WHY SECTION */
    .why-section {
        flex-direction: column;
        padding: 80px 20px;
        margin-top: 80px;
        text-align: center;
    }
    .section-title {
        font-size: 28px;
        white-space: normal;
    }
    .why-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .why-item p {
        max-width: 100%;
    }
    .why-image img {
        width: 100%;
        border-radius: 30px;
    }
    /* USP */
    .usp-grid {
        grid-template-columns: 1fr;
    }
    /* Nieuws */
    .news-card {
        width: 100%;
        max-width: 320px;
    }
    /* Footer */
    .footer-content {
        flex-direction: column;
        gap: 40px;
    }
    .footer-wave {
        padding: 160px 20px 80px;
    }
}

@media (max-width: 768px) {
    /* ===== ALGEMEEN ===== */
    body {
        font-size: 15px;
    }
    .container {
        padding: 0 20px;
    }
    /* ===== HEADER / NAV ===== */
    .header {
        padding: 30px 0 40px;
    }
    .header-inner {
        flex-direction: column;
        gap: 20px;
    }
    .logo {
        height: 70px;
    }
    .menu {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }
    /* ===== HERO ===== */
    .hero {
        grid-template-columns: 1fr;
        gap: 40px;
        margin-bottom: 80px;
    }
    .hero-text h1 {
        font-size: 32px;
        text-align: center;
    }
    .hero-text p {
        text-align: center;
        max-width: 100%;
    }
    .buttons {
        justify-content: center;
        flex-wrap: wrap;
    }
    .hero-image img {
        max-height: 320px;
        clip-path: none;
        border-radius: 20px;
    }
    /* ===== PRODUCTEN ===== */
    .producten {
        margin: 80px 0;
    }
    .producten-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 20px;
    }
    .product {
        height: 180px;
        font-size: 18px;
        border-radius: 20px;
        text-align: center;
    }
    .product.groot,
    .product.rood,
    .product.appel {
        grid-column: auto;
        grid-row: auto;
    }
    .product span {
        padding: 0 12px;
    }
    /* ===== WHY / GROENE SECTIE ===== */
    .why-section {
        flex-direction: column;
        padding: 60px 20px;
        gap: 40px;
        margin-top: 120px;
    }
    .section-title {
        font-size: 28px;
        text-align: center;
        white-space: normal;
    }
    .section-intro {
        text-align: center;
        font-size: 15px;
    }
    .why-content {
        max-width: 100%;
        transform: none;
    }
    .why-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        text-align: left;
    }
    .why-item p {
        max-width: 100%;
    }
    .why-image img {
        width: 100%;
        max-width: 100%;
        border-radius: 24px;
    }
    /* ===== FOOTER ===== */
    .footer-wave {
        padding: 160px 0 80px;
        clip-path: ellipse(140% 80% at 50% 100%);
    }
    .footer-content {
        flex-direction: column;
        gap: 40px;
        text-align: center;
    }
    .footer-copy {
        margin-top: 40px;
        top: 0;
        font-size: 12px;
    }
}