        * {
            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 {
            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 */
        }
        /* Contact pagina – simpel & strak */
        
        .contact-simple {
            padding: 120px 0 160px;
            background: #fff;
        }
        
        .contact-title {
            font-size: 28px;
            font-weight: 700;
            margin-bottom: 16px;
        }
        
        .contact-intro {
            max-width: 520px;
            font-size: 14px;
            line-height: 1.6;
            color: #444;
            margin-bottom: 80px;
        }
        
        .contact-block {
            display: flex;
            align-items: flex-start;
            gap: 40px;
        }
        
        .contact-line {
            width: 2px;
            height: 220px;
            background: red;
        }
        
        .contact-details p {
            font-size: 14px;
            line-height: 1.6;
            margin-bottom: 16px;
            color: #222;
        }
        
        @media (max-width: 768px) {
            /* ===== ALGEMEEN ===== */
            .container {
                max-width: 100%;
                padding: 0 20px;
            }
            /* ===== HEADER ===== */
            .header-inner {
                flex-direction: column;
                gap: 20px;
                text-align: center;
            }
            .menu {
                flex-direction: column;
                gap: 15px;
            }
            .logo {
                height: 70px;
            }
            /* ===== HERO ===== */
            .hero {
                grid-template-columns: 1fr;
                gap: 40px;
                margin-bottom: 80px;
            }
            .hero-text h1 {
                font-size: 32px;
            }
            .hero-text p {
                max-width: 100%;
            }
            .buttons {
                flex-direction: column;
            }
            /* ===== PRODUCTEN ===== */
            .producten-grid {
                grid-template-columns: 1fr;
                grid-template-rows: auto;
            }
            .groot {
                grid-row: span 1;
            }
            .product {
                min-height: 240px;
                font-size: 18px;
            }
            /* ===== WHY / WAAROM ===== */
            .why-section {
                flex-direction: column;
                padding: 60px 20px;
                gap: 40px;
                text-align: center;
            }
            .why-content {
                transform: none;
                max-width: 100%;
            }
            .section-title {
                font-size: 26px;
                white-space: normal;
            }
            .why-grid,
            .usp-grid,
            .why-features,
            .usp {
                grid-template-columns: 1fr;
                gap: 20px;
            }
            .why-image img {
                width: 100%;
                max-width: 100%;
                border-radius: 24px;
            }
            .why-intro,
            .why-subtitle,
            .why-selection {
                margin-left: 0;
                max-width: 100%;
            }
            /* ===== NIEUWS ===== */
            .news {
                margin: 80px 0;
                padding-bottom: 120px;
            }
            .news-card {
                width: 100%;
                max-width: 320px;
            }
            /* ===== CONTACT ===== */
            .contact-simple {
                padding: 80px 20px 120px;
            }
            .contact-block {
                flex-direction: column;
                gap: 30px;
            }
            .contact-line {
                display: none;
            }
            .contact-intro {
                margin-bottom: 40px;
            }
            /* ===== FOOTER ===== */
            .footer-content {
                flex-direction: column;
                gap: 40px;
            }
            .footer-wave {
                padding: 140px 20px 80px;
            }
        }
        
        @media (max-width: 768px) {
            .container {
                max-width: 100% !important;
                width: 100%;
                padding: 0 20px;
            }
        }