.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.logo {
  width: 30%;
  margin-top: 2rem;
  height: auto;
}

nav {
  position: absolute;
  z-index: 1;
  top: 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4.5rem;
  width: 84%;
  height: 58px;
  background-color: rgba(255, 255, 255, 0.87);
  border-radius: 38px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.nav-links a {
  color: var(--donkerblauw, #263361);
  font-family: El-paso, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

.nav-links a:hover {
  transition: color 0.2s ease;
  color: #00A8DF;
  text-decoration: overline;
  cursor: pointer;
}


.cookie-button {
  display: inline-block;
  background-color: #F3EB75;
  color: #263361;
  font-size: 25px;
  font-family: El-paso, sans-serif;
  font-weight: 700;
  border-radius: 999px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: flex;
  width: 247px;
  height: 49px;
  padding: 9px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

header {
  position: relative;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  margin-bottom: 0;
}


.header-svg {
  width: 100%;
  object-fit: cover;
  display: block;
}

.octo {
  position: absolute;
  top: 90%;
  left: 30%;
  transform: translateY(-50%);
  width: 1550px;
}

.header-text {
  position: absolute;
  left: 8%;
  top: 50%;
  transform: translateY(-50%);
  max-width: 440px;
  z-index: 4;
}

.header-text h1 {
  font-family: El-paso, sans-serif;
  color: #263361;
  margin-bottom: 1.5rem;
  font-size: 73px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}

.accent-yellow {
  color: #F3EB75;
  font-family: El-paso, sans-serif;
  font-size: 73px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.accent-yellow-oogbites {
  color: #F3EB75;
  font-family: ekamai, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.header-text p {
  font-size: 20px;
  font-family: Quicksand, sans-serif;
  line-height: normal;
  color: #ffffff;
  margin-bottom: 2rem;
  color: #FFF;
  font-weight: 700;
}

header article {
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  z-index: 5;
  max-width: 500px;
}

@media (max-width: 600px) {
  .nav-links {
    flex-direction: column;
    gap: 1rem;
    padding: 0.6rem;
    width: 70px;
    height: 300px;
  }

  .nav-links a {
    font-size: 16px;
  }

  .logo {
    width: 100px;
    position: relative;
  }

  .header-text {
    top: 40%;
    max-width: 90%;
    left: 5%;
  }

  .header-text h1 {
    font-size: 28px;
  }

  .header-text p {
    font-size: 14px;
  }

  .cookie-button {
    font-size: 16px;
    width: 180px;
    height: 42px;
    margin-top: 15rem;
  }

  .octo {
    width: 300px;
    left: 15rem;
    position: relative;
  }
}

#product-section {
  background: rgb(235, 164, 195);
  padding: 120px 8vw 6rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-top: -215px;
}


#product-content h2 {
  font-size: 3.4rem;
  line-height: 1.1;
  color: #2c2c5f;
  margin-bottom: 2rem;
  font-family: El-paso, sans-serif;
  font-weight: 900;
}

#product-content h3 {
  font-size: 3rem;
  margin-bottom: 1rem;
  font-family: Quicksand;
  font-weight: 800;
  color: #2c2c5f;
  align-items: center;
}

#product-content p {
  max-width: 380px;
  font-size: 1rem;
  color: #2c2c5f;
  line-height: 1.5;
  margin-bottom: .6rem;
  font-weight: 400;
  font-family: Quicksand;
  font-weight: bold;
}

#product-content p span {
  color: #dd4298;
  font-weight: bold;
}

.fav-cookie-img {
  width: 100%;
  display: block;
  margin-left: auto;
}

@media(max-width: 900px) {
  #product-section {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .fav-cookie-img img {
    margin: 2rem auto 0;
    max-width: 400px;
    align-items: center;
  }

  #product-content p {
    margin-left: auto;
    margin-right: auto;
  }

  #product-content h2 {
    font-size: 2.4rem;
    margin-top: 10rem;
  }

  #product-content h3 {
    font-size: 2rem;
  }
}

#gradient-sps {
  background: linear-gradient(181deg, #FFF 1.79%, #F5B3D1 55.77%, #04A9DB 113.8%);
  text-align: center;
  position: relative;
  width: 100%;
  height: 2181px;
}

#sps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px 40px;
  max-width: 1000px;
  margin: 0 auto;
}


#sps>div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#sps img {
  width: 150px;
  height: auto;
  margin-top: 5rem;
}

#sps h4 {
  width: 250.791px;
  height: 46px;
  font-size: 1.2rem;
  margin-bottom: 6px;
  font-family: El-paso, sans-serif;
  font-weight: 700;
  color: black
}

#sps p {
  font-size: 1, 5rem;
  color: black;

  font-family: Quicksand;
  font-weight: 450;
}


.cookie {
  margin-top: 30px;
  width: 300px;

}

@media (max-width: 750px) {
  .sps {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .sps img {
    width: 120px;
  }

  .cookie {
    width: 220px;
    margin-top: 30px;
  }
}

@media (max-width: 700px) {
  .sps-wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }

  .sps-card {
    width: 100%;
    max-width: 300px;
  }
}

.game-content {
  text-align: center;
  width: 877px;
  height: 200px;
  justify-content: space-between;
  margin-top: 30px;
  padding: 40px 20px;
  border: 12px solid #DC64A2;
  max-width: 1000px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 40px;
  margin-left: auto;
  margin-right: auto;
}

.game-content h3 {
  font-size: 3rem;
  font-weight: 800;
  font-family: El-paso, sans-serif;
  color: #263361;
  margin-bottom: 3rem;
}

.game-content p {
  font-size: 1.2rem;
  font-family: Quicksand;
  color: #263361;
  line-height: 1.6;
  font-weight: 550;
}

.game-content p span {
  color: #dd4298;
  font-weight: bold;
}

.underwater-octo {
  position: absolute;
  right: 350px;
  top: 950px;
  width: 260px;
  height: auto;
  pointer-events: none;
}

.bells-game {
  position: absolute;
  right: 170px;
  top: 1000px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  pointer-events: none;
}

.shell {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 200px;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  width: 60px;
}

@media (max-width: 700px) {
  .game-content {
    padding: 30px 20px;
  }

  .game-content h3 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }

  .game-content p {
    font-size: 1rem;
  }

  .underwater-octo {
    position: static;
    width: 180px;
    display: block;
  }

  .bells-game {
    position: static;
    margin: 20px auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 16px;
  }

  .shell {
    margin-top: 30px;
    gap: 16px;
    max-width: 20px;
  }

  .game-content {
    text-align: center;
    width: 400px;
    height: 400px;


  }
}


#brand {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 60px;
  padding: 160px 8vw 120px;
  overflow: visible;
}

.brand-svg {
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
  pointer-events: none;
}

.brand-text,
.brand-image {
  position: relative;
  z-index: 2;
}

.brand-text h2 {
  font-size: 3rem;
  font-weight: 800;
  font-family: El-paso, sans-serif;
  color: #263361;
  margin-bottom: 3rem;
}

.brand-text p {
  font-size: 1.2rem;
  font-family: Quicksand, sans-serif;
  color: #263361;
  line-height: 1.6;
  margin-bottom: 1rem;
  font-weight: bold;
}

.brand-text span {
  color: #dd4298;
  font-weight: bold;
}

.brand-image img {
  width: 100%;
  height: auto;
}

@media (max-width: 900px) {

  #brand {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 100px 6vw 80px;
  }

  .brand-text h2 {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }

  .brand-text p {
    font-size: 1rem;
    margin-bottom: 0.8rem;
  }

  .brand-image img {
    margin-top: 2rem;
    max-width: 100%;
  }

  .brand-svg {
    top: -80px;
    width: 120%;
    height: auto;
  }
}

#bg-gradient {
  text-align: center;
  background: linear-gradient(180deg, #FFF 7.99%, #F5B3D1 39.97%, #04A9DB 85.25%);
  color: #263361;
}
.flavor-card {
    background: white;
    border: 5px solid #263361;
    border-radius: 30px;
    padding: 20px;
    width: 240px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none; 
    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;
}
#flavor-section h2 {
  font-size: 3em;
  font-weight: 800;
  font-family: El-paso, sans-serif;
  color: #263361;
  padding-top: 20rem;

}

.flavor-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
}

.flavor-card {

  border-radius: 30px;
  padding: 35px 20px;
  transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.24, 0.9);
}

.flavor-card:hover {
  transform: translateY(-8px);
}

.flavor-card img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.flavor-card h3 {
  font-size: 1.4rem;
  font-family: Quicksand;
  font-weight: 700;
  color: #dd4298;
}

@media (max-width: 900px) {
  .flavor-grid {
    grid-template-columns: 1fr;
  }

  .flavor-card img {
    max-width: 270px;
    margin: 0 auto;
  }

  .flavor-card {
    text-align: center;
  }
}

#contact-wrapper {
  text-align: center;
  padding: 60px 20px;
  position: relative;
  overflow: hidden;
}

h2 {
  font-size: 3rem;
  font-family: El-paso, sans-serif;
  color: #263361;
  font-weight: 800;
  margin-bottom: 4rem;
  margin-top: 5rem;
}

h3 {
  font-size: 2rem;
  font-family: Quicksand;
  font-weight: 550;
  color: #263361;
  margin-bottom: 4rem;
}

.contact-subtitle {
  font-size: 1.4rem;
  font-weight: bold;
  color: #dd4298;
}


.octo-small {
  width: 6rem;
  position: relative;
  top: 150px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}


.contact-section {
  position: relative;
  margin: 0 auto;
  padding: 60px 30px;
  border-radius: 65px;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  max-width: 686px;
  background: #F5B3D1;
}

.contact-description {
  font-size: 1.4rem;
  font-family: Quicksand;
  font-weight: 550;
  color: #263361;
  margin-bottom: 3rem;
}


.contact-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 1;
}

.form-group {
  width: 100%;
  max-width: 387px;
  text-align: left;
}

.form-group label {
  display: block;
  font-family: Quicksand;
  font-size: 1rem;
  color: #263361;
  margin-bottom: 6px;
  font-weight: 550;
}

.form-group input {
  width: 100%;
  padding: 15px 16px;
  border-radius: 24px;
  font-family: Quicksand;
  font-size: 1rem;
  background-color: #fff;
  color: #263361;
  font-weight: 400;
}


.contact-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: Quicksand;
  font-size: 1rem;
  color: #263361;
}

.contact-form button {
  background-color: #F3EB75;
  color: #263361;
  font-weight: bold;
  font-size: 1.1rem;
  padding: 12px 24px;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  transition: background 0.3s ease;
  width: 100%;
  max-width: 247px;
  height: 49px;
}

.contact-form button:hover {
  color: #F3EB75;
  background-color: #00A8DF;
  transition: color 0.2s ease;
}


@media (max-width: 768px) {
  .contact-section {
    padding: 40px 20px;
    max-width: 100%;
    border-radius: 40px;
  }

  .contact-description {
    font-size: 1rem;
    margin-bottom: 2rem;
  }

  h2 {
    font-size: 2.2rem;
    margin-top: -2rem;
    margin-bottom: 2rem;
  }

  h3 {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }

  .form-group {
    max-width: 100%;
  }

  .contact-form button {
    max-width: 100%;
  }

  .octo-small {
    width: 4rem;
    top: 100px;
  }
}

#footer {
  position: relative;
  font-family: Quicksand, sans-serif;
  color: #2c2c5f;
  padding: 40px 0 0;
  overflow: hidden;
}

.footer-bg,
.underwave-footer {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
  pointer-events: none;
}

.footer-bg {
  position: absolute;
  top: -2rem;
  left: 0;
  z-index: 1;
  height: 100%;
  object-fit: cover;
}

.underwave-footer {
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 2;
}

.footer-content {
  position: relative;
  z-index: 3;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 40px;
}

.footer-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

.footer-column {
  flex: 1;
  min-width: 200px;
  margin-bottom: 30px;
}

#footer-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 40px;
}

.link-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.link-col a {
  color: #fff;
  font-size: 0.95rem;
  text-decoration: none;
  position: relative;
  padding-left: 0;
  transition: color 0.3s ease, padding-left 0.3s ease;
}

#footer-links a {
  color: var(--donkerblauw, #263361);
  font-family: El-paso, sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

#footer-links a:hover {
  color: #00A8DF;
  text-decoration: overline;
  cursor: pointer;
}

.footer-column p,
#footer-content-small p,
h6 {
  color: #fff;
  margin-bottom: 8px;
}

.footer-column h4,
h6 {
  font-weight: 300;
  margin-right: 5rem;
  color: #2c2c5f;
}

#footer-content-small p {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}

.footer-octo {
  height: 120px;
  display: block;
  margin: 0 auto;
}

.oog-logo {
  height: 70px;
  display: block;
  margin: 12px auto;
}

@media (max-width: 768px) {
  .footer-columns {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  #footer-links {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .link-col {
    align-items: center;
  }

  .footer-octo,
  .oog-logo {
    margin: 0 auto;
  }
}