/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./src/app/landing.module.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************/
/* ========== HERO SLIDES ========== */
.landing_heroSlides__jn4c5 {
  position: absolute;
  inset: 0;
}

.landing_heroSlide___fEst {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity;
}

.landing_heroSlide___fEst.landing_active__nfVqI {
  opacity: 1;
}

.landing_heroSlide___fEst img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.05);
  transition: transform 8s cubic-bezier(0.16, 1, 0.3, 1);
}

.landing_heroSlide___fEst.landing_active__nfVqI img {
  transform: scale(1);
}

/* ========== OVERLAY ========== */
.landing_heroOverlay__bDb5d {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(4, 22, 93, 0.7) 0%,
    rgba(4, 22, 93, 0.5) 40%,
    rgba(4, 22, 93, 0.6) 70%,
    rgba(4, 22, 93, 0.85) 100%
  );
  z-index: 2;
}

/* ========== DATA LINES ========== */
.landing_dataLinesContainer__gMe2N {
  position: absolute;
  inset: 0;
  z-index: 3;
  overflow: hidden;
  pointer-events: none;
}

.landing_dataLine___RB_v {
  position: absolute;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(3, 110, 242, 0.4), transparent);
  animation: landing_dataFlow__jmhoX linear infinite;
  opacity: 0;
}

@keyframes landing_dataFlow__jmhoX {
  0% { transform: translateX(-100%); opacity: 0; }
  10% { opacity: 1; }
  90% { opacity: 1; }
  100% { transform: translateX(100vw); opacity: 0; }
}

/* ========== PARTICLES ========== */
.landing_particlesContainer__dXCX0 {
  position: absolute;
  inset: 0;
  z-index: 3;
  overflow: hidden;
  pointer-events: none;
}

.landing_particle__7di_W {
  position: absolute;
  background: #036EF2;
  border-radius: 50%;
  opacity: 0;
  animation: landing_particleFloat__7kZYu linear infinite;
}

@keyframes landing_particleFloat__7kZYu {
  0% { transform: translateY(100vh) scale(0); opacity: 0; }
  10% { opacity: 0.6; }
  90% { opacity: 0.6; }
  100% { transform: translateY(-20vh) scale(1); opacity: 0; }
}

/* ========== HERO INDICATORS ========== */
.landing_heroIndicator__NzoJV {
  width: 32px;
  height: 3px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.4s;
  overflow: hidden;
  position: relative;
}

.landing_heroIndicator__NzoJV.landing_active__nfVqI {
  width: 48px;
  background: rgba(255, 255, 255, 0.4);
}

.landing_heroIndicator__NzoJV.landing_active__nfVqI::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #036EF2;
  border-radius: 2px;
  animation: landing_indicatorProgress__iQR5l 6s linear forwards;
}

@keyframes landing_indicatorProgress__iQR5l {
  from { width: 0; }
  to { width: 100%; }
}

/* ========== SCROLL MOUSE ========== */
.landing_scrollMouse__i1p59 {
  width: 24px;
  height: 38px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  position: relative;
}

.landing_scrollMouse__i1p59::after {
  content: '';
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 8px;
  background: #036EF2;
  border-radius: 2px;
  animation: landing_scrollDown__1jGDS 2s infinite;
}

@keyframes landing_scrollDown__1jGDS {
  0% { transform: translateX(-50%) translateY(0); opacity: 1; }
  100% { transform: translateX(-50%) translateY(12px); opacity: 0; }
}

/* ========== BADGE DOT ========== */
.landing_badgeDot__uTOGE {
  width: 6px;
  height: 6px;
  background: #00D26A;
  border-radius: 50%;
  animation: landing_pulse__B7fs1 2s infinite;
}

@keyframes landing_pulse__B7fs1 {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

/* ========== FADE IN UP ========== */
.landing_fadeInUp1__sdBHr { animation: landing_fadeInUp__YLl7S 0.8s ease-out 0.2s backwards; }
.landing_fadeInUp2__5l_fm { animation: landing_fadeInUp__YLl7S 0.8s ease-out 0.4s backwards; }
.landing_fadeInUp3___eKtW { animation: landing_fadeInUp__YLl7S 0.8s ease-out 0.6s backwards; }
.landing_fadeInUp4__tpNm4 { animation: landing_fadeInUp__YLl7S 0.8s ease-out 0.8s backwards; }
.landing_fadeInUp5__FBtbO { animation: landing_fadeInUp__YLl7S 0.8s ease-out 1.2s backwards; }

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

/* ========== SCROLL REVEAL ========== */
.landing_reveal__1aA3K {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.landing_reveal__1aA3K.landing_visible__E5XvB {
  opacity: 1;
  transform: translateY(0);
}

/* ========== NAVBAR ========== */
.landing_navbar__Xa_LX {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 0 48px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.landing_navbar__Xa_LX.landing_scrolled__jqWao {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

/* ========== SHOWCASE CARD ========== */
.landing_showcaseCard__Z9_k_ img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.landing_showcaseCard__Z9_k_:hover img {
  transform: scale(1.05);
}

/* ========== STEPS LINE ========== */
.landing_stepsLine__RNCEI {
  content: '';
  position: absolute;
  top: 40px;
  left: 15%;
  right: 15%;
  height: 2px;
  background: linear-gradient(90deg, #036EF2, #3126B4, #036EF2);
  opacity: 0.2;
}

/* ========== CTA GLOW ========== */
.landing_ctaGlow__5_rc9 {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at 30% 50%, rgba(3, 110, 242, 0.3), transparent 50%);
  pointer-events: none;
}

/* ========== SHOWCASE GLOW ========== */
.landing_showcaseGlow__lP8As {
  position: absolute;
  top: -200px;
  right: -200px;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(3, 110, 242, 0.15), transparent 70%);
  pointer-events: none;
}

/* ========== MOBILE MENU ========== */
.landing_mobileOverlay__hWvGV {
  position: fixed;
  inset: 0;
  z-index: 999;
  background: rgba(4, 22, 93, 0.95);
  backdrop-filter: blur(20px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  animation: landing_fadeIn__TWpB2 0.3s ease-out;
}

@keyframes landing_fadeIn__TWpB2 {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* ========== RESPONSIVE ========== */
@media (max-width: 768px) {
  .landing_navbar__Xa_LX {
    padding: 0 24px;
  }

  .landing_stepsLine__RNCEI {
    display: none;
  }
}

