/*!*********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./components/Landing/Landing.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************/
.Landing_container__Jcmw2 {
  position: relative;
  /* 
          Make sure the height is large enough to allow native scrolling to drive the internal animation logic. */
    min-height: 200vh;
  background-color: #000000; /* Scene 1 bg */
  color: #fff;
  overflow-x: hidden;
  width: 100%;
}

.Landing_stickyWrapper__MEl1v {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* Ensure it stays fixed and covers viewport */
}

.Landing_absoluteFull__O9rzk {
  position: absolute;
  inset: 0;
}

/* ... Rest of the file remains unchanged ... */
/* --- SCENE 1 --- */

.Landing_videoLayer__Wvdd_ {
  position: absolute;
    inset: 0;
  z-index: 0;
}

.Landing_video__uvnS_ {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Landing_videoDesktop__VOr0W {
  display: block;
}

.Landing_videoMobile__LAlcM {
  display: none;
}
.Landing_maskLayer__PwTZ1 {
  position: absolute;
    inset: 0;
  z-index: 10;
  pointer-events: none;
}

.Landing_maskImage__UmYJK {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Landing_nav__ZO7CL {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 88px;
}

.Landing_navLogo__i__pZ {
  width: 153px;
  height: 20px;
  position: relative;
}

.Landing_menu__6CF5L {
  display: flex;
  gap: 24px;
  align-items: center;
}

.Landing_menuItem__un4__ {
  font-family: var(--font-inter);
  font-size: 14px;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
}

.Landing_menuArrowIcon__A_hc3 {
  width: 10px;
  height: auto;
  display: block;
  margin-left: 4px;
}
.Landing_contactBtn__ENqdD {
  border: 1px solid #fff;
  border-radius: 0;
    padding: 0 11px;
    height: 34px;
  font-family: var(--font-inter);
  font-size: 14px;
  color: #fff;
  background: transparent;
  cursor: pointer;
  display: flex;
    align-items: center;
    justify-content: center;
}

.Landing_centerContent__P6H4q {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  pointer-events: none;
  /* Ensure flex centering to avoid any weird flow issues */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.Landing_centerLogoWrapper__lImtT {
  position: absolute;
  top: calc(50% + 37px);
  left: 50%;
  /* transform: translate(-50%, -50%); - Removed from CSS, let Framer handle it */
  width: 627px;
  max-width: 90vw;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Landing_centerLogoImage__yDUmJ {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.Landing_textWrapper__SZ7jy {
  position: absolute;
  top: calc(60% + 65px);
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.Landing_titleRow__sNn_y {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  margin-bottom: 10px;
}

.Landing_fontManrope__4eXt3 {
  font-family: var(--font-manrope);
  font-weight: 300;
  font-size: 24px; /* Mobile default */
  line-height: 1.4;
  color: #FFFFFF;
}

.Landing_fontPetit__XvwTe {
  font-family: var(--font-petit);
  font-weight: 400;
  font-size: 22px;
  line-height: 1.4;
  color: #FFFFFF;
}

@media (min-width: 768px) {
  .Landing_fontManrope__4eXt3 { font-size: 33px; }
  .Landing_fontPetit__XvwTe { font-size: 30px; }
}

.Landing_arrowWrapper__zOeBL {
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 30;
}


/* --- SCENE 2 --- */

.Landing_scene2Background__qk0zJ {
  position: absolute;
    inset: 0;
  z-index: 1;
  background-color: #130503;
}

.Landing_productLayer__wgG96 {
  position: absolute;
  inset: 0;
  z-index: 30; 
  display: flex;
  align-items: flex-start; /* Stick to top */
  justify-content: center;
  pointer-events: none;
  padding-top: 0; 
  top: 0; 
}

.Landing_productImageWrapper__F1oF8 {
  position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: calc(50% + 70px);
    width: 100%;
    max-width: 900px;
  /* height will be determined by top: 0 and bottom: calc(50% + 70px); */
  aspect-ratio: 952 / 370;
  /* Remove explicit max-height to let sizing be set by top/bottom for this layout */
}

.Landing_productImage__7RHRb {
  object-fit: contain;
  object-position: top center; /* Ensure it anchors to top */
}

@media (max-width: 768px) {
  .Landing_videoDesktop__VOr0W {
      display: none;
    }
  
    .Landing_videoMobile__LAlcM {
      display: block;
    }
  .Landing_nav__ZO7CL {
    padding: 15px 1.25rem;
  }

  .Landing_centerLogoWrapper__lImtT {
    width: 80vw;
  }

  .Landing_productImageWrapper__F1oF8 {
    width: 150%;
    /* Mobile: Center (50%+33px) + Half Logo (~20px) + Gap (~40px) */
      top: calc(15% - 40px);
        /* top: calc(50% - 40px); */
        bottom: calc(50% + 70px);
      margin-top: 0;
  }

  .Landing_fontManrope__4eXt3 {
    font-size: 20px;
  }

  .Landing_fontPetit__XvwTe {
    font-size: 18px;
  }
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./components/Navbar/Navbar.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************/
.Navbar_nav__yOCRc {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 88px;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.Navbar_navLogo__ArSeR {
  width: 153px;
  height: 20px;
  position: relative;
}

.Navbar_menu__cl_JS {
  display: flex;
  gap: 24px;
  align-items: center;
}

.Navbar_languageWrapper__kGmCx {
  position: relative;
  height: 100%;
  /* display: flex; */
  align-items: center;
  /* Add padding to create a hover safe zone if needed, or just rely on nesting */
  padding-bottom: 0px;
  width: 90px;
  display: flex;
  justify-content: flex-start;
}
.Navbar_menuItem__vuOe4 {
  font-family: var(--font-inter);
  font-size: 14px;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 0;
  width: 100%;
    /* Add touch target/hit area */
}

.Navbar_menuArrowIcon__0BurN {
  width: 10px;
  height: auto;
  display: block;
  margin-left: 4px;
}

/* Dropdown Styles */
.Navbar_dropdownMenu__wzGoh {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  min-width: 100px;
  padding: 0;
  margin-top: 0px;
  overflow: hidden;
  /* Add a small invisible bridge if there is a gap, but here top:100% works with no gap */
}

.Navbar_dropdownItem__Hdmfs {
  font-family: var(--font-inter);
  font-size: 14px;
  color: #fff;
  background: transparent;
  border: none;
  padding: 12px 24px;
  cursor: pointer;
  width: 100%;
  text-align: center;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.Navbar_dropdownItem__Hdmfs:hover {
  background-color: #fff;
  color: #000;
  mix-blend-mode: difference;
}
.Navbar_contactBtn__BXXcx {
  border: none;
  border-radius: 0;
  padding: 0;
  height: 34px;
  font-family: var(--font-inter);
  font-size: 14px;
  color: #fff;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  width: auto;
  white-space: nowrap;
  }
  
  .Navbar_contactBtn__BXXcx:hover {
    background-color: transparent;
      color: #fff;
  }
  
  

@media (max-width: 768px) {
  .Navbar_nav__yOCRc {
    padding: 15px 4vw; /* Dynamic padding based on viewport width */
    flex-wrap: nowrap;
  }
  
  .Navbar_navLogo__ArSeR {
    width: 110px;
    flex-shrink: 0;
  }

  .Navbar_menu__cl_JS {
    gap: 10px;
  }

  .Navbar_languageWrapper__kGmCx {
    width: 75px;
  }

  .Navbar_contactBtn__BXXcx {
    width: auto;
    padding: 0 4px;
    font-size: 13px;
  }

  .Navbar_menuItem__vuOe4 {
    font-size: 13px;
  }
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./components/Toast/Toast.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************/
.Toast_toastContainer__5c_6x {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  pointer-events: none;
}

.Toast_toast__TANW5 {
  background-color: rgba(255, 255, 255, 0.9);
  color: #000;
  padding: 10px 20px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-weight: 500;
  opacity: 0;
  transform: translateY(20px);
  animation: Toast_slideIn__vkk22 0.3s ease forwards, Toast_fadeOut__qUcZG 0.3s ease 2.7s forwards;
}

@keyframes Toast_slideIn__vkk22 {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes Toast_fadeOut__qUcZG {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-20px);
  }
}


/*!*************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./components/VideoPage/VideoPage.module.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************/
.VideoPage_container__4dA5K {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #000;
  color: #fff;
  overflow: hidden;
}

/* Video Transition */
.VideoPage_videoContainer__uEPsm {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.VideoPage_video__BKiPK {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.VideoPage_playing__rdUyu .VideoPage_video__BKiPK {
  object-fit: contain;
}
/* Content Transition */
.VideoPage_contentWrapper__Lblv1 {
  position: absolute;
  left: 50%;
  z-index: 10;
  width: 100%;
  display: flex;
  justify-content: center;
}

.VideoPage_textGroup__w9_oW {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.1rem;
  position: relative;
}

.VideoPage_title__Ne9ZG {
  font-family: var(--font-manrope);
  font-weight: 300;
  font-size: 32px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0;
  display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    text-align: center;
}

.VideoPage_subtitle__2Ehel {
  font-family: var(--font-petit);
  font-size: 20px;
  margin: 0;
  display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    text-align: center;
}

.VideoPage_exploreBtn__K93Gk {
  margin-top: 40px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  padding: 10px 16px;
  font-family: var(--font-manrope);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: all 0.5s ease;
  opacity: 0; /* Fade in with scene 2? or always there? 
               User says "Click explore to full screen play".
               It probably appears in Scene 2.
            */
  animation: VideoPage_fadeIn__Zl4MZ 1s ease forwards 1s; /* Delayed appearance */
  display: flex;
    align-items: center;
    gap: 8px;
  }
  
  .VideoPage_iconWrapper__LqWvw {
    position: relative;
    width: 14px;
    height: 12px;
  }
  
  .VideoPage_iconDefault__mlTD7,
  .VideoPage_iconHover__QCpxs {
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 120%;
    transition: opacity 0.3s ease;
  }
  
  .VideoPage_iconHover__QCpxs {
    opacity: 0;
  }
  
  .VideoPage_exploreBtn__K93Gk:hover .VideoPage_iconDefault__mlTD7 {
    opacity: 0;
  }
  
  .VideoPage_exploreBtn__K93Gk:hover .VideoPage_iconHover__QCpxs {
    opacity: 1;
}

@keyframes VideoPage_fadeIn__Zl4MZ {
  to { opacity: 1; }
}

.VideoPage_exploreBtn__K93Gk:hover {
  background: #fff;
  color: #000;
}

/* Playing State */
.VideoPage_playing__rdUyu .VideoPage_contentWrapper__Lblv1 {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.8s ease;
}

@media (min-width: 768px) {
  .VideoPage_title__Ne9ZG {
      font-size: 36px;
    }
}

/* Controls Overlay */
.VideoPage_controlsOverlay__nAB6c {
  position: absolute;
  inset: 0;
  z-index: 200;
  pointer-events: none;
  /* Controls visibility handled by child elements opacity/transform */
  }
  
  /* We will animate opacity on child elements individually or via a modifier class on parent 
                         that affects children. 
                      */
  .VideoPage_controlsOverlay__nAB6c .VideoPage_exitButton__WHGhn,
  .VideoPage_controlsOverlay__nAB6c .VideoPage_progressBarWrapper__eUcG1 {
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
    /* Initially non-interactive */
}

.VideoPage_playing__rdUyu .VideoPage_controlsOverlay__nAB6c.VideoPage_visible__dwNhz .VideoPage_exitButton__WHGhn,
.VideoPage_playing__rdUyu .VideoPage_controlsOverlay__nAB6c.VideoPage_visible__dwNhz .VideoPage_progressBarWrapper__eUcG1 {
  opacity: 1;
  pointer-events: auto;
}

/* Exit Button */
.VideoPage_exitButton__WHGhn {
  position: absolute;
  right: 40px;
    /* Moved to right */
    top: 40px;
    /* Moved to top */
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 20px;
  padding: 0;
}

.VideoPage_exitButton__WHGhn:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.8);
  transform: scale(1.1);
}

/* Progress Bar */
.VideoPage_progressBarWrapper__eUcG1 {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  max-width: 800px;
  display: flex;
    align-items: center;
    gap: 16px;
    /* Add subtle shadow/background ONLY to text if needed for contrast, 
                           or rely on video contrast. Currently just container. */
  }
  
  .VideoPage_timeDisplay__uotlF {
    font-family: var(--font-manrope);
    font-size: 14px;
    color: #fff;
    font-feature-settings: "tnum";
    /* tabular numbers */
    white-space: nowrap;
  }
  
  .VideoPage_progressBarContainer__SAe8K {
    flex: 1 1;
    position: relative;
    /* Changed from absolute since it's now flex item */
    /* Remove bottom/left/transform positioning as it is now inside wrapper */
  height: 40px; /* larger hit area */
  display: flex;
  align-items: center;
  cursor: pointer;
}

.VideoPage_progressBarTrack__0wlKC {
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
  position: relative;
  border-radius: 2px;
  transition: height 0.2s ease;
}

.VideoPage_progressBarContainer__SAe8K:hover .VideoPage_progressBarTrack__0wlKC {
  height: 4px;
}

.VideoPage_progressBarFill__dOG3N {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #fff;
  border-radius: 2px;
}

.VideoPage_progressBarHandle__8WP_K {
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.VideoPage_progressBarContainer__SAe8K:hover .VideoPage_progressBarHandle__8WP_K {
  opacity: 1;
}

.VideoPage_progressBarContainer__SAe8K:hover .VideoPage_progressBarHandle__8WP_K:hover {
  transform: translateY(-50%) scale(1.2);
}

@media (max-width: 768px) {
  .VideoPage_title__Ne9ZG {
    font-size: 24px;
    padding: 0 1rem;
  }

  .VideoPage_subtitle__2Ehel {
    font-size: 16px;
    padding: 0 1rem;
  }

  /* Adjust position for mobile if needed */
  .VideoPage_contentWrapper__Lblv1 {
    width: 100%;
  }

  .VideoPage_textGroup__w9_oW {
    gap: 0.05rem;
  }

  .VideoPage_title__Ne9ZG {
    font-size: 15px;
  }

  .VideoPage_subtitle__2Ehel {
    font-size: 17px;
  }

  .VideoPage_exploreBtn__K93Gk {
    font-size: 10px;
    padding: 8px 16px;
  }
}
/* Loading Spinner */
.VideoPage_loadingSpinner__oDrvS {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: VideoPage_spin__MGe5P 1s linear infinite;
  z-index: 100;
  pointer-events: none;
}

@keyframes VideoPage_spin__MGe5P {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./components/Questionnaire/QuestionnairePage.module.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************/
.QuestionnairePage_container__KUcZs {
  width: 100%;
  height: 100vh;
  position: relative;
  padding-top: 60px;
  background-color: #000;
  color: #fff;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  /* Or scroll if content is too long */
}

.QuestionnairePage_contentWrapper__TcMaB {
  flex: 1 1;
  display: flex;
  width: 100%;
  min-height: 0;
}

/* Left Carousel */
.QuestionnairePage_carouselColumn__Y7wRA {
  width: 65%;
  height: 100%;
  position: relative;
  background-color: #111;
}

.QuestionnairePage_carouselInner__3slz1 {
  width: 100%;
  height: 100%;
  position: relative;
}

.QuestionnairePage_slide__K_Qn2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.QuestionnairePage_active__3zPQZ {
  opacity: 1;
  z-index: 1;
}

.QuestionnairePage_slideImage__f6iC0 {
  object-fit: cover;
}

.QuestionnairePage_dotsContainer__kVq4s {
  position: absolute;
  bottom: 48px;
  left: 48px;
  display: flex;
  gap: 12px;
  z-index: 10;
}

.QuestionnairePage_dot__5kwp6 {
  width: 40px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.3);
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
}

.QuestionnairePage_dotActive__wxdzC {
  background-color: #fff;
}

/* Right Form */
.QuestionnairePage_formColumn__UvJSw {
  width: 35%;
  height: 100%;
  background-color: #0f0505;
  /* Dark reddish/brownish black from preview */
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  overflow-y: auto;
  /* Allow scrolling if form is tall */
}

.QuestionnairePage_formContent__T_4N3 {
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
  padding-top: 10px;
  /* Space for Nav */
}

.QuestionnairePage_title___VVTD {
  font-family: "Aileron", sans-serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 0px;
  color: #eee;
  text-transform: uppercase;
}

.QuestionnairePage_subtitle__BYdI9 {
  font-family: "Aileron", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #ccc;
  margin-bottom: 1px;
}

.QuestionnairePage_italic__Srw3W {
  font-family: var(--font-petit), serif;
  font-style: italic;
}

.QuestionnairePage_description__rtxSj {
  font-family: "Aileron", sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #999;
  margin-bottom: 12px;
}

.QuestionnairePage_form__1bR_0 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.QuestionnairePage_inputGroup__cpkH6,
.QuestionnairePage_inputGroupSelect__W1b9Y,
.QuestionnairePage_textareaGroup__iOcUg {
  width: 100%;
  border-bottom: 1px solid #444;
  position: relative;
}

.QuestionnairePage_textareaGroup__iOcUg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: linear-gradient(to bottom, #0f0505 10%, rgba(15, 5, 5, 0) 100%);
  z-index: 2;
  pointer-events: none;
}
.QuestionnairePage_input__XkPBm {
  width: 100%;
  background: transparent;
  border: none;
  color: #fff;
  padding: 10px 0;
  font-size: 1rem;
  font-family: "Aileron", sans-serif;
  outline: none;
}

.QuestionnairePage_input__XkPBm::placeholder {
  color: #666;
}

.QuestionnairePage_select__HwEXT {
  width: 100%;
  padding: 10px 0;
  font-size: 1rem;
  font-family: "Aileron", sans-serif;
  border: none;
  outline: none;
  cursor: pointer;
  
  /* 明确指定背景和文字颜色 */
  background-color: #0f0505;
  color: #666;
  
  /* 自定义外观 */
  appearance: none;
  -webkit-appearance: none;
    -moz-appearance: none;
}
/* When an option is selected (applied via React conditional class) */
.QuestionnairePage_select__HwEXT.QuestionnairePage_hasValue__lkwEc {
  color: #fff;
}
  
/* 下拉列表里的每一项 */
.QuestionnairePage_select__HwEXT option {
  background-color: #0f0505;
  color: #fff;
}

.QuestionnairePage_selectArrow__8Rk54 {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  pointer-events: none;
}

.QuestionnairePage_formNote__Bb2xR {
  font-family: "Aileron", sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  color: #aaa;
  margin-top: 20px;
  margin-bottom: 10px;
}

.QuestionnairePage_textarea__ScCLY {
  width: 100%;
  background: transparent;
  border: none;
  color: #fff;
  padding: 20px 0 0 0;
  font-size: 1rem;
  font-family: "Aileron", sans-serif;
  outline: none;
  resize: none;
  min-height: 40px;
  line-height: 1.5;
  overflow: hidden;
    /* Hide scrollbar for auto-resize effect usually */
}

.QuestionnairePage_submitButton__GZMgS {
  margin-top: 30px;
  background: linear-gradient(90deg, #f0c673 0%, #f4af3f 100%);
  color: #2a1a1a;
  border: none;
  padding: 15px;
  font-family: "Aileron", sans-serif;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: opacity 0.2s;
}

.QuestionnairePage_submitButton__GZMgS:hover {
  opacity: 0.9;
}

.QuestionnairePage_submitButton__GZMgS:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.QuestionnairePage_successMessage__nhv34 {
  text-align: center;
  padding: 40px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
}

.QuestionnairePage_successMessage__nhv34 h3 {
  font-family: "Aileron", sans-serif;
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #ccaea0;
}

.QuestionnairePage_successMessage__nhv34 p {
  font-family: "Aileron", sans-serif;
  color: #ccc;
  margin-bottom: 20px;
}

.QuestionnairePage_errorMessage___W0H9 {
  color: #ff6b6b;
  font-size: 0.9rem;
  font-family: "Aileron", sans-serif;
}

/* Navigation - Copied from VideoPage/Landing */
/* Removed as now using shared Navbar */

@media (min-width: 768px) {
  /* .navLogo { width: 153px; } */
}

@media (max-width: 768px) {
  .QuestionnairePage_contentWrapper__TcMaB {
    flex-direction: column;
  }

  .QuestionnairePage_carouselColumn__Y7wRA {
    width: 100%;
    height: 35vh;
    /* Show image at top */
    min-height: 250px;
  }

  .QuestionnairePage_formColumn__UvJSw {
    width: 100%;
    height: auto;
    flex: 1 1;
    /* Take remaining space */
    padding: 20px;
  }

  .QuestionnairePage_formContent__T_4N3 {
    padding-top: 0;
  }

  .QuestionnairePage_title___VVTD {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }

  .QuestionnairePage_description__rtxSj {
    margin-bottom: 25px;
  }

  .QuestionnairePage_dotsContainer__kVq4s {
    bottom: 20px;
    left: 20px;
  
  }
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./components/Footer/Footer.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************/
.Footer_footer__o4_Ec {
  width: 100%;
  background-color: #1a1a1a;
  padding: 40px 48px 40px 48px;
  display: flex;
  flex-direction: column;
  height: 200px;
  justify-content: space-between;
}

.Footer_logoContainer__wvJMK {
  width: 150px;
  margin-bottom: 10px;
}

.Footer_logoImage__w1yEW {
  width: 160%;
  height: auto;
  display: block;
}

.Footer_divider__C5Smj {
  width: 100%;
  height: 1px;
  background-color: #444;
  margin-bottom: 0px;
  flex-shrink: 0;
}

.Footer_bottomContainer__cAQB0 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.Footer_copyright__sqw0C {
  font-family: var(--font-manrope), sans-serif;
  font-size: 0.75rem;
  color: #666;
  letter-spacing: 1px;
}

.Footer_socialContainer__BwAm1 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.Footer_socialIconWrapper__bk__H {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 48px;
    height: 48px;
    padding: 5px;
    border-radius: 50%;
  transition: background-color 0.3s;
}

.Footer_socialIconWrapper__bk__H:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

.Footer_socialIcon__YDwzE {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: opacity 0.3s;
}

/* Popup Styles */
.Footer_popup__5BxNp {
  position: absolute;
  bottom: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
  background-color: #fff;
  padding: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 9999;
  border-radius: 4px;
  animation: Footer_fadeIn__Tebk0 0.2s ease-out;
  pointer-events: none;
}

.Footer_popupText__Sz3JZ {
  font-family: var(--font-manrope), sans-serif;
  font-size: 12px;
  color: #000;
  margin-bottom: 8px;
  text-align: center;
  white-space: nowrap;
  font-weight: 500;
}

.Footer_popup__5BxNp::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.Footer_qrImage__P7pXn {
  width: 100%;
  height: auto;
  display: block;
  background-color: #f0f0f0;
}

@keyframes Footer_fadeIn__Tebk0 {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

@media (max-width: 768px) {
  .Footer_footer__o4_Ec {
    height: auto;
    padding: 30px 20px;
    justify-content: flex-start;
  }

  .Footer_logoContainer__wvJMK {
    margin-bottom: 0;
  }

  .Footer_divider__C5Smj {
    margin: 20px 0;
  }

  .Footer_bottomContainer__cAQB0 {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .Footer_socialContainer__BwAm1 {
    width: 100%;
    justify-content: flex-start;
    gap: 12px;
    flex-wrap: wrap;
  }
  
  .Footer_socialIconWrapper__bk__H {
    width: 52px;
      height: 52px;
      padding: 10px;
    }
    
    /* Fix popup cutoff for the first item on mobile */
    /* Using !important to ensure it overrides generic .popup styles if specificity is close */
    .Footer_socialIconWrapper__bk__H:first-child .Footer_popup__5BxNp {
      left: 0 !important;
      transform: none !important;
      animation: Footer_fadeInMobileFirst__wSa01 0.2s ease-out;
    }
    
    .Footer_socialIconWrapper__bk__H:first-child .Footer_popup__5BxNp::after {
      left: 26px !important;
      /* Center of the wrapper (52px / 2) */
      transform: translateX(-50%) !important;
    }
    
    /* Handle items near the right edge if needed */
    /* For example, the 5th item (Join Us) might be near right edge */
    .Footer_socialIconWrapper__bk__H:nth-child(5) .Footer_popup__5BxNp {
      left: auto !important;
      right: 0 !important;
      transform: none !important;
    }
    
    .Footer_socialIconWrapper__bk__H:nth-child(5) .Footer_popup__5BxNp::after {
      left: auto !important;
      right: 26px !important;
      /* Center of wrapper from right */
      transform: translateX(50%) !important;
    }
    }
    
    @keyframes Footer_fadeInMobileFirst__wSa01 {
      from {
        opacity: 0;
        transform: translateY(5px);
      }
    
      to {
        opacity: 1;
        transform: translateY(0);
  }
}

/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./app/page.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************/
.page_scrollContainer__l9YKN {
  width: 100%;
  background-color: #111;
  /* height is determined by content (sticky wrapper + spacer) */
}

.page_stickyWrapper__7v2rQ {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  
  /* 3D Perspective for the flip effect */
  perspective: 1200px;
  transform-style: preserve-3d;
  background-color: #111;
}

.page_card__Cf__u {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  will-change: transform, opacity;
  overflow: hidden;
  background-color: #000; /* Ensure background prevents see-through */
}

.page_footerLayer__CVMZp {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px; /* Matches footer height */
  background-color: #1a1a1a;
  z-index: 0; /* Default behind, page.tsx overrides to 3 */
}

