@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500;600;700&display=swap');


body, html {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}


#reserve_now{
    font-size: 15px;
    color: rgba(0,0,0,0.5);
    padding-top: 10px;
    padding-left:12px;
    padding-right: 12px;
}



#signature img {
    position: absolute;
    bottom:230px;
    left:50%;
    transform: translateX(-50%);
    padding:15px;
  mix-blend-mode: multiply;
  width: calc(150px + 10%)
}


#nav{
    position: fixed;
    top:0;
    left:0;
    height: 66px;
    width: 100%;
    z-index: 9999;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    background-color: rgba(10,10,17,0.02);
}

#language{
    color: white;
    opacity:0.5;
    text-decoration: none;
    padding:24px;
    float: right;
    margin-right:190px;
    font-size:12px;
}

#logo{
    position: fixed;
    padding:15px;

  mix-blend-mode: difference;
}

#logo img{
    height: 36px;
    opacity: 0.8;
}

#buy_button{
    position: absolute;
    top:11px;
    right:11px;
    z-index: 9999;
}




.button {
  border-radius: 8px;
  padding: 10px 18px;
  background-color: #3275E5;
  background-image: url("img/terrazo.svg");
  background-size: cover;
  box-shadow: inset 0 1px 1px rgba(155, 155, 255, 0.4), inset 0 -1.2px 1px rgba(0, 0, 100, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1);
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  text-shadow: 0 0.5px rgba(0, 0, 0, 0.3);
  transition-property: transform;
  transition-duration: 0.2s;
  border:0;
  letter-spacing: -0.1px;
  transition: 0.8s;
  text-decoration: none;

}

.button a{
    text-decoration: none;
}

.button2{
      border-radius: 8px;
  padding: 10px 18px;
  background-color: #3275E5;
   background-size: cover;
    text-align: center;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  transition-property: transform;
  transition-duration: 0.2s;
  border:0;
  letter-spacing: -0.1px;
  transition: 0.8s;
  width: 300px;

}


#mc-embedded-subscribe{
        border-radius: 8px;
  padding: 10px 18px;
  background-color: #3275E5;
   background-size: cover;
    text-align: center;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  transition-property: transform;
  transition-duration: 0.2s;
  border:0;
  letter-spacing: -0.1px;
  transition: 0.8s;
  width: 300px;
}

#mce-EMAIL{
    padding:10px;
    border-radius: 6px;
    width: 276px;
      font-size: 16px;

}


#mc_embed_signup input{
    border:none;
    outline:none;
    border-radius: 6px;
    margin-bottom: 4px;
}

#space_up{
}

.button:hover{
    cursor: pointer;
    background-image: red !important;   

}


#logo_black{
    width: 30px;
    padding:20px;
}

#price{
    font-size: 14px;
    color: white;
    position: fixed;
    right:90px;
    top:15px;
    font-weight: 400;
    letter-spacing: -0.5px;
    opacity: 0.8;
  mix-blend-mode: difference;
}

#top_nav_items{
    font-size: 14px;
    color: white;
    position: fixed;
    right:90px;
    top:23px;
    font-weight: 500;
    letter-spacing: -0.3px;
   
  
  mix-blend-mode: difference;
}


#top_nav_items a{
     color: white;
     text-decoration: none;
      opacity: 0.5;
      transition: 0.5s;
}

#top_nav_items a:hover{
    opacity: 0.9;
    transition: 0.2s;
}

#payment_icons{
    width: 200px;
}



/* Hero div styles */
#hero {
    background: url('img/hero.jpg') no-repeat center 60%;
    background-size: cover;
    width: 100%;
    max-height: 95vh;
    min-height: 95vh;
    margin: auto;
    position: relative;
    margin-bottom: 10px;
}

@media screen and (min-width: 1000px) {
  #hero {
    background-image: url('img/hero-desktop.jpg');
  }







}

#hero .content {
    position: absolute;
    bottom: 52px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: white;
    width: 380px;
}


#hero h1{
    margin:0;
    color: #000;
     font-weight: 500;
    font-size: 18px;
     font-weight: 700;
    font-size: 55px;
    letter-spacing: -2.5px;
}


#hero p {
    margin:0;
    color: #1C1918;
    opacity: 0.65;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: -0.2px;

    padding-left:30px;
    padding-right:30px;
}






#video_container {
  position: relative;
  height: 30vh;
  max-width: 1400px;
  margin:auto;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  overflow: hidden;
  background-color: #EFEFEF;

}

#video_container video {
  position: absolute;
  top: 0;  /* Stick to the top of the container */
  left: 50%;  /* Move the left edge to the center of the container */
  transform: translateX(-50%);  /* Shift it back by half its own width */
  height: 100%;  /* Full height */
  object-fit: cover;  /* Cover the entire area of the container */
  opacity: 1;  /* Initially set to invisible */
  transition: opacity 1s ease-in-out;  /* Animation */
  }


#video_container::before {
  content: "";
  position: absolute;

  left: 0;
  width: 100%;
  height: 100%;

  z-index: 2; /* Make sure overlay is on top of the video */
  box-shadow: inset 0 -220px 220px -5px rgba(255, 255, 255, 1); /* Inner glow */

 }





.overlay_text {
  position: relative;

  left: 0;
  width: 100%;
  height: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: left;
  z-index: 991;
  margin-top: -370px;
  padding-bottom: 150px;
}



.text_section h1 {
  color: rgba(10,10,10,0.9);
  margin: 0;
  padding: 0;
  font-size: 22px;
  letter-spacing: -0.8px;
  font-weight: 600;
}

.text_section p {
  color: rgba(10,10,10,0.8);
  font-size: 18px;
  margin: 0;
  padding: 0;
  padding-top: 16px;
  max-width: 300px;
  font-weight: 300;
  padding-bottom: 10px;
}

.text_section hr {
    opacity: 0;
  width: 50%;  
  margin-top: 40px;
}

#features_icon{
    margin-bottom: 10px;
    margin-left: 2px;
}




.text_section {
  margin-bottom: 50px;
  text-align: left;
  max-width: 300px;
  margin: 0 auto;
}

#text_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Desktop view */
@media screen and (min-width: 801px) {
  #text_wrapper {
    flex-direction: row;
    justify-content: space-between;
  }

  .text_section {
    margin: 0;
    flex: 1;
    padding: 0 15px;
  }
}



/* Design section styles */
#design {
    text-align: center;
    margin: auto;
    max-width: 1400px;
    padding: 0px;
}

#design .large-image {
    max-width: 1400px;
    width: 100%;
    margin: 0px auto;
    padding-bottom:5px;
}

#design .side-by-side-images {
    display: grid;
    grid-template-columns: 2fr 2fr;
    grid-gap: 10px;  /* Gap between images */
    justify-items: center;
    padding-bottom: 70px;
}



#design .side-by-side-images img {
    flex: 1;
    max-width: 100%;
}

#text_content{
    max-width: 400px;
    margin:auto;
}

#text_content_unboxing{
    max-width: 320px;
    margin:auto;
    margin-top: 400px;
    margin-bottom: -150px;
}

#design h1{
    margin:0;
    color: #000;
     font-weight: 500;
     font-weight: 700;
    font-size: 34px;
    letter-spacing: -1.2px;
    margin-bottom: 10px;
    line-height: 100%;
}


#design p {
    margin:0;
    color: #1C1918;
    opacity: 0.55;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: -0.2px;
    margin-bottom: 180px;
}




#unboxing h1{
    margin:0;
    color: #000;
     font-weight: 500;
     font-weight: 700;
    font-size: 34px;
    letter-spacing: -1.2px;
    margin-bottom: 10px;
    line-height: 100%;
}


#unboxing p {
    margin:0;
    color: #1C1918;
    opacity: 0.55;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: -0.2px;
    margin-bottom: 180px;
}







/* Design section styles */
#pom {
    text-align: center;
    margin: auto;
    max-width: 1400px;
    padding: 0px;
}


#pom .side-by-side-images {
    display: grid;
    grid-template-columns: 2fr 2fr;
    grid-gap: 10px;  /* Gap between images */
    justify-items: center;
    padding-bottom: 70px;
}



#pom .side-by-side-images img {
    flex: 1;
    max-width: 100%;
    width: 100%;
}

#text_content{
    max-width: 700px;
    margin:auto;
    padding:40px;
}

#pom h1{
    margin:0;
    color: #000;
     font-weight: 500;
     font-weight: 700;
    font-size: 34px;
    letter-spacing: -1.2px;
    margin-bottom: 10px;
    line-height: 100%;
}


#pom p {
    margin:0;
    color: #1C1918;
    opacity: 0.55;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: -0.2px;
    margin-bottom: 180px;
}



.mission {
  padding: 20vh 10%;
  font-size: 36px;
  max-width: 600px;
  margin:auto;
}

.mission_text {
  letter-spacing: -1.8px;
  font-weight: 600;
  line-height: 140%;

}

.mission_text span {
  color: transparent;

}



.horizontal-gallery {
  display: flex;
  overflow: hidden;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch; /* Smooth scrolling for mobile */
}

.horizontal-gallery::-webkit-scrollbar {
  display: none; /* Hide scrollbar for Chrome, Safari and Opera */
}

.image-wrapper {
  flex: 0 0 auto;
  opacity: 1;
  scroll-snap-align: start;
  transition: opacity 0.3s ease-in-out; /* Smooth opacity transition */
  width: 80vw;
  max-width: 400px;
  padding:12px;

}

.image-wrapper img {
  max-width: 100%;
  object-fit: cover;
  
}

.image-wrapper.active {
  opacity: 1;
}

#unboxing{
    display: block;
    position: relative;
    left:0%;
    width: 100%;
    max-width: 1400px;

    margin-left: auto;
    margin-right: auto;
    height: auto;
    margin-top: -20px;
    margin-bottom: 20px;
}



.faq-container {
  max-width: 600px;
  margin: auto;
  margin-top: 120px;
  margin-bottom: 200px;
  padding:24px;
}

.faq-item {
  border-bottom: 1px solid #ccc;
  padding: 10px;
}

.faq-question {
  font-weight: bold;
  cursor: pointer;

  margin: 0;
  padding: 0;
    padding-bottom: 20px;

    color: rgba(10,10,10,0.8);
  font-size: 22px;
  margin: 0;
  padding-top: 16px;

  font-weight: 600;
  letter-spacing: -0.9px;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out, opacity 0.6s ease-in-out;
  opacity: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: -0.4px;
}

.faq-answer.active {
  max-height: 900px; /* Adjust as needed */
  opacity: 1;
}

.faq-toggle {
  float: right;
  cursor: pointer;
}







.site-footer {
  background-color: #000;
  color: #fff;
  padding: 20px;
  font-family: Arial, sans-serif;
  padding-top: 40px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.footer-column {
  flex: 1;
  padding: 10px;
  min-width: 200px;
}

.footer-column.newsletter {
  flex: 2;
}

.footer-column h4 {
  margin-top: 0;
  font-size: 18px;
  letter-spacing: -0.4px;
}

.footer-column ul {
  list-style: none;
  padding-left: 0;
  line-height: 30px;
}

.footer-column ul li a {
  color: #fff;
  text-decoration: none;
}

.footer-column a:hover{
    cursor: pointer;
}

.footer-column form input,
.footer-column form button {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  border:none;
}

.footer-copyright {
  text-align: center;
  margin-top: 20px;
}


#contact_icon{
    width: 18px;
    margin-bottom: -4px;
    padding-right: 6px;
}


.language-container {
    position: absolute;
    top: 0;
    right: 195px;
    cursor: pointer;
    height: 66px;
    display: flex;
    align-items: center;
    z-index: 9999;
}

.current-language {
    display: flex;
    align-items: center;
    padding: 8px;
}

.current-language img {
    width: 16px;
    height: 16px;
    border-radius: 100%;

    border: 1px solid rgba(155,155,155,0.3)
}

.current-language span {
    display: none;
}

.language-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    min-width: 150px;
    margin-top: -10px;
}

.language-container:hover .language-dropdown {
    display: block;
}

.language-dropdown ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.language-dropdown li {
    padding: 0;
}

.language-dropdown a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    color: #333;
    text-decoration: none;
    transition: background-color 0.2s;
    font-size: 14px;
}

.language-dropdown a:hover {
    color: rgb(103, 103, 103);
    transition: 0.2s;
}

.language-dropdown img {
    width: 14px;
    height: 14px;
}

/* Global styles */
:root {
    --primary-color: #333;
    --secondary-color: #666;
    --background-color: #fff;
    --border-color: #e5e5e5;
    --spacing-unit: 1rem;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    line-height: 1.6;
    color: var(--primary-color);
    margin: 0;
    padding: 0;
    background-color: var(--background-color);
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem var(--spacing-unit);
}

#logo_black {
    display: block;
    margin: 2rem auto;
    max-width: 200px;
    height: auto;
}

.content {
    max-width: 800px;
    margin: 0 auto;
}

/* Typography */
h1 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 3rem;
    font-weight: 600;
    color: var(--primary-color);
}

h2 {
    font-size: 1.5rem;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

p {
    margin-bottom: 1.5rem;
    color: var(--secondary-color);
}

/* Sections */
section {
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid var(--border-color);
}

section:last-child {
    border-bottom: none;
}

/* Lists */
ul, ol {
    padding-left: 1.5rem;
    margin-bottom: 2rem;
}

li {
    margin-bottom: 1rem;
    color: var(--secondary-color);
}

/* Responsive design */
@media (max-width: 768px) {
    .container {
        padding: 1rem;
    }

    h1 {
        font-size: 2rem;
        margin-bottom: 2rem;
    }

    h2 {
        font-size: 1.25rem;
    }

    section {
        margin-bottom: 2rem;
        padding-bottom: 1.5rem;
    }
}

/* Return steps specific styling */
.retour-stappen ol {
    counter-reset: steps;
    list-style: none;
    padding-left: 0;
}

.retour-stappen ol li {
    counter-increment: steps;
    position: relative;
    padding-left: 2.5rem;
    margin-bottom: 1.5rem;
}

.retour-stappen ol li::before {
    content: counter(steps);
    position: absolute;
    left: 0;
    top: 0;
    width: 1.5rem;
    height: 1.5rem;
    background-color: var(--primary-color);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    font-weight: 600;
}

/* Return example image styling */
.retour-voorbeeld {
    margin: 2rem 0;
    text-align: center;
}

.retour-screenshot {
    max-width: 600px;
    width: 100%;
    height: auto;
    border-radius: 8px;
}

@media (max-width: 768px) {
    .retour-screenshot {
        max-width: 100%;
    }


}

/* Review Form Styles */
.review-form {
    max-width: 500px;
    margin: 0 auto;
    padding: 1rem 0;
}

.subtitle {
    text-align: center;
    color: var(--secondary-color);
    font-size: 1.2rem;
    margin-top: -2rem;
    margin-bottom: 2rem;
    font-weight: 500;
}

.review-form-container {
    background: #fff;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.form-group {
    margin-bottom: 2rem;
}

.form-group:last-child {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: var(--primary-color);
    font-size: 0.95rem;
}

.form-hint {
    display: block;
    font-size: 0.85rem;
    color: var(--secondary-color);
    margin-top: 0.3rem;
}

.form-group input[type="text"],
.form-group textarea {
    width: 100%;
    padding: 0.8rem;
    border: 1px solid var(--border-color);
    border-radius: 6px;
    font-size: 1rem;
    transition: border-color 0.2s;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #3275E5;
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

/* Star Rating Styles */
.rating-group {
    margin-bottom: 2rem;
    text-align: center;
}

.star-rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 0.3rem;
}

.star-rating input {
    display: none;
}

.star-rating label {
    cursor: pointer;
    font-size: 2rem;
    color: #ddd;
    transition: color 0.2s;
}

.star-rating label:hover,
.star-rating label:hover ~ label,
.star-rating input:checked ~ label {
    color: #ffd700;
}

/* Photo Upload Styles */
.photo-upload-container {
    margin-top: 0.5rem;
}

.photo-input {
    display: none;
}

.photo-upload-label {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.8rem 1.2rem;
    background-color: #f5f5f5;
    border: 1px dashed var(--border-color);
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s;
}

.photo-upload-label:hover {
    background-color: #f0f0f0;
    border-color: #3275E5;
}

.photo-upload-label i {
    font-size: 1.2rem;
    color: var(--secondary-color);
}

.photo-preview {
    margin-top: 1rem;
    display: none;
}

.photo-preview img {
    max-width: 200px;
    max-height: 200px;
    border-radius: 6px;
    object-fit: cover;
}

/* Checkbox Style */
.checkbox-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    font-weight: normal;
    font-size: 0.9rem;
}

.checkbox-label input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

/* Submit Button */
.submit-button {
    width: 100%;
    padding: 1rem;
    background-color: #3275E5;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s;
    margin-top: 1rem;
}

.submit-button:hover {
    background-color: #2861c7;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .review-form-container {
        padding: 1.5rem;
    }

    .star-rating label {
        font-size: 1.8rem;
    }

    .photo-upload-label {
        width: 100%;
        justify-content: center;
    }

    .subtitle {
        font-size: 1.1rem;
        margin-top: -1.5rem;
    }
}

/* Alert Messages */
.alert {
    padding: 1rem;
    margin-bottom: 1.5rem;
    border-radius: 6px;
    font-size: 0.95rem;
    line-height: 1.4;
}

.alert-success {
    background-color: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #a5d6a7;
}

.alert-error {
    background-color: #ffebee;
    color: #c62828;
    border: 1px solid #ef9a9a;
}
