* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

body {
    color: #111;
}


/* Topbar */

.topbar {
    background: #f2f2f2;
    text-align: center;
    padding: 8px;
    font-size: 14px;
}


/* Navigation */

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 60px;
}

.nav ul {
    display: flex;
    gap: 30px;
    list-style: none;
}

.nav li {
    font-weight: 600;
}


/* Content */

.content {
    padding: 80px 60px;
}


/* Product detail */

.product-detail {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.product-text h1 {
    font-size: 32px;
    margin-bottom: 30px;
}

.product-text h3 {
    color: #7fbf2f;
    font-size: 15px;
    margin-bottom: 15px;
}

.product-text ul {
    margin-left: 20px;
    margin-bottom: 30px;
}

.product-text li {
    font-size: 14px;
    margin-bottom: 8px;
}

.divider {
    width: 60px;
    height: 3px;
    background: #e1251b;
    margin: 30px 0;
}

.product-text p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 15px;
}

.btn-primary {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 26px;
    background: #7fbf2f;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
}


/* Image */

.product-image img {
    width: 100%;
    border-radius: 35px;
}

* {
    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;
}


/* Waarom */

.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;
}

.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 – EXACT ZOALS SCREENSHOT
========================= */

.footer {
    width: 100%;
}


/* GROENE BOOG */

.footer-wave {
    background: #8fbf2f;
    padding: 200px 20px 120px;
    /* hoogte van de boog */
    border-top-left-radius: 100% 320px;
    /* zijkanten laag */
    border-top-right-radius: 100% 320px;
}


/* INHOUD */

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
}


/* LINKS */

.footer-left strong {
    display: block;
    font-size: 16px;
    margin-bottom: 12px;
}

.footer-address {
    font-size: 14px;
    line-height: 1.6;
}


/* RECHTS */

.footer-hours p {
    font-size: 14px;
    margin: 4px 0;
    white-space: nowrap;
}


/* COPYRIGHT */

.footer-copy {
    text-align: center;
    padding: 24px 10px;
    font-size: 12px;
    color: #333;
    background: #ffffff;
}

.footer-copy a {
    color: #333;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }
    .footer-hours p {
        white-space: normal;
    }
    .footer-wave {
        padding: 100px 20px 70px;
    }
}

.product-image img {
    width: 150%;
    /* 👈 maak kleiner (probeer ook 75% of 70%) */
    max-width: 480px;
    /* 👈 maximale grootte */
    height: auto;
    border-radius: 20px;
}

.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 */
}