
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --color-pink: #FFC9E8; 
    --color-blue-light: #C3E7FF; 
    --color-grey-dark: #082029; 
    --color-white: #FFFFFF;
}

body {
    font-family: 'Neue Haas Grotesk Text Pro'; 
    color: var(--color-text-dark);
    font-size: 12px;
}

a {
    text-decoration: none;
    color: inherit;
}

h1, h2, h3, h4 {
    font-weight: 900; 
    line-height: 1.2;
    color: #082029;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--color-white);
    position: fixed;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    padding: 0% 80px;;
}

.navbar nav {
    text-align: center;
}

.navbar nav a {
    margin: 0 15px; 
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
}

.hero {
    min-height: 100vh;
    background-color: var(--color-pink);
    display: flex;
    align-items: center;
    
    justify-content: space-between; 
    padding-top: 80px; 
    padding-left: 80px;
    padding-right: 80px; 
}

.hero-content {
    flex: 1; 
    max-width: 600px;
}

.header-mascotte {
    width:500px; 
    display: block;
    transition: transform 0.4s ease-in-out; 
    backface-visibility: hidden;
}


.header-mascotte:hover {
    transform: scale(1.140)
}

.hero-image {
    flex: 1;
    display: flex;
    justify-content: center;
}

.hero-image img {
    max-width: 140%; 
    height: auto;
}

.hero-content h1 {
    font-size: 40px;
    line-height: 0.9;
    margin-bottom: 35px;
    color: #082029;
}

.hero-content p{
    font-size: 15px;
    line-height: 0.9;
    margin-bottom: 15px;
    color: #082029;
}

.hero-content button {
padding: 15px 20px;
background-color: var(--color-blue-light);
color: var(--color-grey-dark);
border: px;
border-bottom: #082029;
cursor: pointer;
font-size: 15px;
text-transform: uppercase;
border-radius: 25px;
}

.section {
    padding: 80px 80px;
}

.section h2 {
    font-size: 40px;
    margin-bottom: 15px;
}

.section h3 {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 400; 
}


.wat {
    background-color: var(--color-white);
}

.wat-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 50px;
}

.wat-tekst {
    flex: 1;
    max-width: 600px;
}

.wat-tekst p {
    font-size: 15px;
    line-height: 1.5;
}

.koekjes-img {
    width: 250px;
    height: auto;
}

.waarom-sectie {
    background-color:#FFC9E8; 
    text-align: center;
    padding: 50px 20px; width: 100vw;        
    position: relative;
    left: 50%;           
    right: 50%;
    margin-left: -50vw;  
    margin-right: -50vw;
    display: block;
    max-width: none;   
    padding-bottom: 30px
}

.waarom-sectie h2 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #1a202c;
    font-weight: 900;
}

.waarom-sectie p {
    font-size: 15px;
    margin-bottom: 40px;
    color: #1a202c;
}

.waarom-grid {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    flex-wrap: wrap; 
}

.waarom-item {
    border-radius:10%; 
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: transform 0.3s ease;
    padding: 25px;
}

.waarom-item img {
  width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}
.waarom-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}




.spel h2{
    padding-top: 30px;
}

.spel p{
    padding-bottom: 25px;
    font-size: 15px
}

.spel img {
    width: 100vw;        
    position: relative;
    left: 50%;           
    right: 50%;
    margin-left: -50vw;  
    margin-right: -50vw;
    display: block;
    max-width: none;      
}

.about {
    background-color: var(--color-grey-bg);
    justify-content: flex-start;
    align-items: center;
}

.about-text {
    max-width: 60%; 
}

.about-text p {
    font-size: 15px;
    line-height: 1.5;
}

.studio-img {
    flex: 0 0 400px;
    height: 250px;  
    width: 550px; 
    object-fit: cover;
    border-radius: 30px;
    border: 5px solid #082029;
    display: block;
}

.hero-content button {
    padding: 15px 40px;
    background-color: #AEE2FF; 
    color: #082029;
    border: 3px solid #082029; 
    cursor: pointer;
    font-size: 18px;
    font-weight: 800;
    border-radius: 50px; 
}

.other-flavors {
    background-color: var(--color-pink);
    padding: 80px 50px;
    text-align: center;
}

.other-flavors h2 {
    font-size: 45px;
    margin-bottom: 40px;
}

.flavor-grid {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.flavor-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

.flavor-image-container {
    width: 100%;
    aspect-ratio: 1/1;
    background-color: #f0f0f0; 
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 15px;
}

.flavor-card {
    background: white;
    border: 5px solid #082029;
    border-radius: 30px;
    padding: 20px;
    width: 240px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none; 
    color: #082029; 
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.flavor-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.newsletter {
    padding: 80px 50px;
    text-align: left;
    background-color: var(--color-white);
}

.newsletter h2 {
    padding: 0px 0%;
    text-align: left;
    font-size: 45px;
    margin-bottom: 40px;
    color: #082029;
    padding-left: 30px;
}

.newsletter p {
    font-size: 15px;
    max-width: 600px;
    text-align: left;
    color: #082029;
    padding-left: 30px;
    padding-bottom: 15px;
}

.newsletter input[type="text"],
.newsletter input[type="email"] {
    width: 400px; 
    padding: 15px; 
    border: 1px solid #ccc;
    border-radius: 5px;
    padding-left: 30px;
    text-align: left;
}

.newsletter input::placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #999;
    text-align: left;
}

.checkbox-group {
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 10px;
    font-size: 14px;
    text-align: left;
    padding-left: 30px;
}

.newsletter button[type="submit"] {
    padding: 15px 40px;
    background-color: var(--color-blue-light);
    color: var(--color-grey-dark);
    border: 10px;
    border-color: #082029;
    cursor: pointer;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 5px;
    font-weight: 700;
    padding-left: 30px;
}

.footer {
    background-color: var(--color-grey-dark);
    color: var(--color-white);
    padding: 40px 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    font-size: 12px;
    line-height: 1.5;
}

.contact-info p {
    margin-bottom: 5px;
}

.branding {
    font-size: 32px; 
    font-weight: 900;
    line-height: 0.9;
    color: var(--color-white);
}

.legal-info {
    text-align: right;
}

.legal-info p {
    margin-top: 5px;
}