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

@font-face {
  font-family: "Kensington";
  font-weight: 400;
  font-style: normal;
  src: url(https://d4pqck9rxrbm6.cloudfront.net/6d0f8927-21a7-434a-81fa-76c036398040/build/assets/Kensington-CompressedBlackItalic-Brq7pF6x.eot);
  src:
    url(https://d4pqck9rxrbm6.cloudfront.net/6d0f8927-21a7-434a-81fa-76c036398040/build/assets/Kensington-CompressedBlackItalic-Brq7pF6x.eot?#iefix)
      format("embedded-opentype"),
    url(https://d4pqck9rxrbm6.cloudfront.net/6d0f8927-21a7-434a-81fa-76c036398040/build/assets/Kensington-CompressedBlackItalic-CsEa9DWq.woff2)
      format("woff2"),
    url(https://d4pqck9rxrbm6.cloudfront.net/6d0f8927-21a7-434a-81fa-76c036398040/build/assets/Kensington-CompressedBlackItalic-WxjMk0sB.woff)
      format("woff"),
    url(../fonts/Kensington-CompressedBlackItalic.ttf) format("truetype"),
    url("https://d4pqck9rxrbm6.cloudfront.net/6d0f8927-21a7-434a-81fa-76c036398040/build/assets/Kensington-CompressedBlackItalic-U4tcLf73.svg#Kensington Compressed Black")
      format("svg");
}

@font-face {
  font-family: "Kensington";
  font-weight: 700;
  font-style: normal;
  src: url(https://d4pqck9rxrbm6.cloudfront.net/6d0f8927-21a7-434a-81fa-76c036398040/build/assets/Kensington-CompressedBlack-Q0LeRUY6.eot);
  src:
    url(https://d4pqck9rxrbm6.cloudfront.net/6d0f8927-21a7-434a-81fa-76c036398040/build/assets/Kensington-CompressedBlack-Q0LeRUY6.eot?#iefix)
      format("embedded-opentype"),
    url(https://d4pqck9rxrbm6.cloudfront.net/6d0f8927-21a7-434a-81fa-76c036398040/build/assets/Kensington-CompressedBlack-CDutVRXp.woff2)
      format("woff2"),
    url(https://d4pqck9rxrbm6.cloudfront.net/6d0f8927-21a7-434a-81fa-76c036398040/build/assets/Kensington-CompressedBlack-BYBVPC5l.woff)
      format("woff"),
    url(../fonts/Kensington-CompressedBlack.ttf) format("truetype"),
    url("https://d4pqck9rxrbm6.cloudfront.net/6d0f8927-21a7-434a-81fa-76c036398040/build/assets/Kensington-CompressedBlack-ZuRzBuVP.svg#Kensington Compressed Black")
      format("svg");
}

.font-serif em,
.font-serif i {
  font-family:
    Kensington Compressed Black Italic,
    ui-serif,
    Georgia,
    Cambria,
    Times New Roman,
    Times,
    serif !important;
}

body {
  font-family: "Figtree", sans-serif;
  background-color: #ffffff;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  background-image: url("/patroon5.png");
  background-repeat: repeat;
  background-size: 1400px;
  pointer-events: none;
  z-index: 0;
}

.container {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  z-index: 1;
}

.loading-indicator {
  position: absolute;
  top: 80px;
  width: 180px;
  height: 50px;
  background-color: #ff8533;
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(255, 133, 51, 0.3);
}

.loading-bar {
  position: absolute;
  left: 8px;
  top: 8px;
  bottom: 8px;
  width: 50%;
  background-color: white;
  border-radius: 50px;
  animation: loading 2s ease-in-out infinite;
}

@keyframes loading {
  0%,
  100% {
    left: 8px;
    width: 40%;
  }
  50% {
    left: calc(100% - 48px);
    width: 40%;
  }
}

.content {
  max-width: 1200px;
  text-align: center;
  margin-top: 60px;
}

.title {
  font-size: clamp(3rem, 8vw, 6.5rem);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 30px;
  letter-spacing: -0.03em;
  word-spacing: 0.1em;
  color: #2d3142;
}

.title-regular {
  font-family: "Kensington", "Arial Black", sans-serif;
  display: inline;
  font-style: normal;
}

.title-italic {
  font-family: "Kensington", "Arial Black", sans-serif;
  display: inline;
  font-style: italic;
  margin-left: -0.2em;
}

.description {
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  line-height: 1.6;
  color: #2d3142;
  margin-bottom: 50px;
  font-weight: 400;
}

.cta-section {
  margin: 50px 0;
}

.cta-item {
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  line-height: 1.8;
  color: #2d3142;
  margin: 15px 0;
}

.cta-label {
  font-weight: 700;
}

.link {
  color: #2d3142;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: opacity 0.2s ease;
  font-weight: 500;
}

.link:hover {
  opacity: 0.7;
}

.contact-section {
  margin-top: 60px;
  margin-bottom: 100px;
}

.contact-text {
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  font-weight: 700;
  color: #2d3142;
  margin-bottom: 15px;
}

.contact-email {
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  color: #2d3142;
}

.logo {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 200px;
  z-index: 2;
}

.logo img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  .loading-indicator {
    top: 40px;
    width: 140px;
    height: 40px;
  }

  .content {
    margin-top: 40px;
  }

  .description br {
    display: none;
  }

  .logo {
    width: 150px;
    bottom: 20px;
    right: 20px;
  }
}
