/*!*******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/landing/LandingNavbar.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************/
/* ── Wrapper: positions the pill at the top ── */
.LandingNavbar_navWrapper__8gg4L {
  position: fixed;
  top: 16px;
  left: 0;
  right: 0;
  z-index: 200;
  display: flex;
  justify-content: center;
  pointer-events: none;
}

/* ── Pill ── */
.LandingNavbar_pill__5VXN5 {
  pointer-events: all;
  display: flex;
  align-items: center;
  gap: 0;
  padding: 0 8px;
  height: 60px;
  border-radius: 999px;
  border: 1px solid transparent;
  transition:
    background 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    backdrop-filter 0.25s ease;
  width: auto;
  max-width: 960px;
  width: 100%;
  margin: 0 24px;
}

/* Dark pill */
.LandingNavbar_pillDark__Amx07 {
  background: rgba(10, 1, 24, 0.55);
  border-color: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
}

/* Light pill */
.LandingNavbar_pillLight__LUXQK {
  background: rgba(251, 246, 238, 0.8);
  border-color: rgba(221, 208, 188, 0.26);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
}

/* Scrolled state — slightly more opaque, adds shadow */
.LandingNavbar_pillScrolled__wNqxT.LandingNavbar_pillDark__Amx07 {
  background: rgba(10, 1, 24, 0.82);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.45), 0 1px 0 rgba(255, 255, 255, 0.06) inset;
}

.LandingNavbar_pillScrolled__wNqxT.LandingNavbar_pillLight__LUXQK {
  background: rgba(251, 246, 238, 0.94);
  border-color: rgba(221, 208, 188, 0.32);
  box-shadow: 0 8px 32px rgba(5, 6, 10, 0.14);
}

/* ── Logo ── */
.LandingNavbar_logo__DDHmj {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding: 0 12px 0 8px;
  text-decoration: none;
  position: relative;
  width: 140px;
  height: 40px;
}

.LandingNavbar_logoImg___fS_5 {
  -o-object-fit: contain;
     object-fit: contain;
}

/* ── Center nav links ── */
.LandingNavbar_navLinks__I6AuF {
  display: flex;
  align-items: center;
  gap: 2px;
  flex: 1;
  justify-content: center;
}

.LandingNavbar_navLink__pB0_g {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 13.5px;
  font-weight: 500;
  text-decoration: none;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
  white-space: nowrap;
  line-height: 1;
}

.LandingNavbar_navLinkDark__H__H_ {
  color: rgba(255, 255, 255, 0.7);
}

.LandingNavbar_navLinkDark__H__H_:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.07);
}

.LandingNavbar_navLinkLight__DmjXA {
  color: #0d0f14;
}

.LandingNavbar_navLinkLight__DmjXA:hover {
  color: #05060a;
  background: rgba(5, 6, 10, 0.08);
}

.LandingNavbar_navLinkDropdown__mumm6 {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.LandingNavbar_navLinkDisabled__NT6ey {
  cursor: default;
  opacity: 0.7;
}

/* Coming Soon badge */
.LandingNavbar_comingSoon__F7kgN {
  display: inline-flex;
  align-items: center;
  padding: 2px 7px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 1;
  margin-left: 2px;
}

.LandingNavbar_comingSoonDark__wu0vp {
  background: rgba(34, 211, 238, 0.18);
  color: #67e8f9;
  border: 1px solid rgba(34, 211, 238, 0.35);
  text-shadow: 0 0 12px rgba(34, 211, 238, 0.4);
}

.LandingNavbar_comingSoonLight__IcWCd {
  background: rgba(99, 168, 159, 0.1);
  color: #5f938b;
  border: 1px solid rgba(99, 168, 159, 0.22);
  box-shadow: 0 0 10px rgba(99, 168, 159, 0.1);
}

/* ── Chevron ── */
.LandingNavbar_chevron___NDWm {
  transition: transform 0.2s ease;
  opacity: 0.6;
}

.LandingNavbar_chevronOpen__rULFZ {
  transform: rotate(180deg);
}

/* ── Dropdown ── */
.LandingNavbar_dropdownWrapper__PZynF {
  position: relative;
}

.LandingNavbar_dropdown__n7SuB {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  min-width: 220px;
  border-radius: 16px;
  border: 1px solid transparent;
  padding: 6px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  z-index: 300;
  animation: LandingNavbar_dropdownIn__AGBUQ 0.15s ease;
}

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

.LandingNavbar_dropdownDark__2omox {
  background: rgba(15, 5, 35, 0.95);
  border-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.6), 0 1px 0 rgba(255, 255, 255, 0.06) inset;
}

.LandingNavbar_dropdownLight__dnQEi {
  background: rgba(251, 246, 238, 0.98);
  border-color: rgba(5, 6, 10, 0.08);
  box-shadow: 0 16px 48px rgba(5, 6, 10, 0.12);
}

.LandingNavbar_dropdownItem__pnTUV {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 10px 14px;
  border-radius: 10px;
  text-decoration: none;
  transition: background 0.12s ease;
}

.LandingNavbar_dropdownItemDark__eItDq:hover {
  background: rgba(255, 255, 255, 0.07);
}

.LandingNavbar_dropdownItemLight__kW61G:hover {
  background: rgba(0, 0, 0, 0.04);
}

.LandingNavbar_dropdownItemLabel__33tz9 {
  font-size: 13.5px;
  font-weight: 500;
}

.LandingNavbar_dropdownItemDark__eItDq .LandingNavbar_dropdownItemLabel__33tz9 {
  color: #ffffff;
}

.LandingNavbar_dropdownItemLight__kW61G .LandingNavbar_dropdownItemLabel__33tz9 {
  color: #111827;
}

.LandingNavbar_dropdownItemDesc__GKKae {
  font-size: 12px;
}

.LandingNavbar_dropdownItemDescDark__Iu37b {
  color: rgba(255, 255, 255, 0.45);
}

.LandingNavbar_dropdownItemDescLight__nqxMX {
  color: #6b7280;
}

/* ── Right actions ── */
.LandingNavbar_actions__8geT5 {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  padding: 0 8px 0 12px;
}

/* Icon button (dark/light toggle) */
.LandingNavbar_iconBtn__CJSgD {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
  flex-shrink: 0;
}

.LandingNavbar_iconBtnDark___9Nws {
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.65);
}

.LandingNavbar_iconBtnDark___9Nws:hover {
  background: rgba(255, 255, 255, 0.13);
  color: #ffffff;
}

.LandingNavbar_iconBtnLight__oYIyS {
  background: rgba(5, 6, 10, 0.08);
  color: #05060a;
  border-color: rgba(5, 6, 10, 0.2);
}

.LandingNavbar_iconBtnLight__oYIyS:hover {
  background: rgba(5, 6, 10, 0.12);
  color: #05060a;
}

/* Login button */
.LandingNavbar_loginBtn__RwrY9 {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  border-radius: 999px;
  font-size: 13.5px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.15s ease;
  white-space: nowrap;
}

.LandingNavbar_loginBtnDark__WpoC1 {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.LandingNavbar_loginBtnDark__WpoC1:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.25);
}

.LandingNavbar_loginBtnLight__XL6rM {
  background: #05060a;
  color: #fbf6ee;
  border: 1px solid transparent;
  box-shadow: 0 12px 30px rgba(5, 6, 10, 0.4);
}

.LandingNavbar_loginBtnLight__XL6rM:hover {
  background: #0d0f14;
  transform: translateY(-1px);
}

/* ── Responsive: hide nav links on small screens ── */
@media (max-width: 600px) {
  .LandingNavbar_navLinks__I6AuF {
    display: none;
  }

  .LandingNavbar_pill__5VXN5 {
    justify-content: space-between;
  }
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/landing/HeroSection.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************/
/* ── Full-Bleed Video Hero Section ── */

/* Section base */
.HeroSection_hero__qYdq_ {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.HeroSection_heroDark__50yp1 {
  background: #0a0118;
}

.HeroSection_heroLight__0zWCf {
  background: #f5efe6;
}

/* Video wrapper - full bleed */
.HeroSection_videoWrapper__6VqS9 {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.HeroSection_video__nx24n {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transform: scale(1.03);
  transition: filter 0.35s ease, transform 0.35s ease;
}

 .HeroSection_heroDark__50yp1 .HeroSection_video__nx24n {
  filter: blur(5px) brightness(0.62) saturate(0.76) contrast(0.82);
 }

 .HeroSection_heroLight__0zWCf .HeroSection_video__nx24n {
  filter: blur(6px) brightness(0.94) saturate(0.68) contrast(0.74);
 }

/* Gradient overlay for text legibility */
.HeroSection_gradientOverlay__ww5Q4 {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

 .HeroSection_gradientOverlay__ww5Q4::before,
 .HeroSection_gradientOverlay__ww5Q4::after {
  content: '';
  position: absolute;
  inset: 0;
 }

.HeroSection_gradientOverlayDark__DBGPa {
  background:
    linear-gradient(180deg, rgba(6, 3, 14, 0.18) 0%, rgba(6, 3, 14, 0.08) 30%, rgba(6, 3, 14, 0.22) 62%, rgba(6, 3, 14, 0.72) 100%),
    linear-gradient(90deg, rgba(7, 4, 18, 0.56) 0%, rgba(7, 4, 18, 0.32) 32%, rgba(7, 4, 18, 0.08) 58%, rgba(7, 4, 18, 0.04) 100%);
}

 .HeroSection_gradientOverlayDark__DBGPa::before {
  background: radial-gradient(circle at 22% 76%, rgba(10, 1, 24, 0.68) 0%, rgba(10, 1, 24, 0.48) 28%, rgba(10, 1, 24, 0.18) 52%, rgba(10, 1, 24, 0) 74%);
 }

 .HeroSection_gradientOverlayDark__DBGPa::after {
  background: linear-gradient(0deg, rgba(10, 1, 24, 0.24) 0%, rgba(10, 1, 24, 0.06) 24%, rgba(10, 1, 24, 0) 48%);
 }

.HeroSection_gradientOverlayLight__EeEJP {
  background:
    linear-gradient(180deg, rgba(245, 239, 230, 0.22) 0%, rgba(245, 239, 230, 0.14) 32%, rgba(245, 239, 230, 0.38) 64%, rgba(245, 239, 230, 0.88) 100%),
    linear-gradient(90deg, rgba(246, 241, 233, 0.72) 0%, rgba(246, 241, 233, 0.52) 34%, rgba(246, 241, 233, 0.18) 58%, rgba(246, 241, 233, 0.06) 100%);
}

 .HeroSection_gradientOverlayLight__EeEJP::before {
  background: radial-gradient(circle at 20% 78%, rgba(246, 240, 231, 0.82) 0%, rgba(246, 240, 231, 0.62) 26%, rgba(246, 240, 231, 0.18) 48%, rgba(246, 240, 231, 0) 74%);
 }

 .HeroSection_gradientOverlayLight__EeEJP::after {
  background: linear-gradient(0deg, rgba(245, 239, 230, 0.34) 0%, rgba(245, 239, 230, 0.08) 26%, rgba(245, 239, 230, 0) 52%);
 }

/* Content overlay - bottom anchored */
.HeroSection_content__pwfTR {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  max-width: 1200px;
  padding: 0 24px 80px;
  margin: 0 auto;
}

.HeroSection_textContainer__EByjw {
  max-width: 680px;
  padding: 40px 48px;
  border-radius: 24px;
  position: relative;
  isolation: isolate;
}

.HeroSection_textContainer__EByjw::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 40px;
  z-index: -2;
}

 .HeroSection_textContainer__EByjw::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 32px;
  z-index: -1;
}

 .HeroSection_heroDark__50yp1 .HeroSection_textContainer__EByjw {
  background: transparent;
  border: none;
  box-shadow: none;
 }

 .HeroSection_heroDark__50yp1 .HeroSection_textContainer__EByjw::before {
  background: radial-gradient(circle at 28% 45%, rgba(10, 1, 24, 0.52) 0%, rgba(10, 1, 24, 0.36) 34%, rgba(10, 1, 24, 0.1) 58%, rgba(10, 1, 24, 0) 76%);
  filter: blur(38px);
  z-index: -1;
  opacity: 0.74;
}

 .HeroSection_heroDark__50yp1 .HeroSection_textContainer__EByjw::after {
  background: linear-gradient(135deg, rgba(10, 1, 24, 0.1) 0%, rgba(10, 1, 24, 0.04) 32%, rgba(10, 1, 24, 0) 72%);
 }

/* Light mode scrim - stronger for bottom positioning */
.HeroSection_heroLight__0zWCf .HeroSection_textContainer__EByjw {
  background: transparent;
  border: none;
  box-shadow: none;
}

.HeroSection_heroLight__0zWCf .HeroSection_textContainer__EByjw::before {
  background: radial-gradient(circle at 30% 44%, rgba(249, 244, 237, 0.78) 0%, rgba(249, 244, 237, 0.58) 36%, rgba(249, 244, 237, 0.16) 62%, rgba(249, 244, 237, 0) 80%);
  filter: blur(48px);
  opacity: 0.74;
 }

.HeroSection_heroLight__0zWCf .HeroSection_textContainer__EByjw::after {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.06) 30%, rgba(255, 255, 255, 0) 72%);
}

/* Headline */
.HeroSection_headline__4tPt4 {
  font-size: clamp(2.8rem, 6vw, 5rem);
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin: 0 0 24px;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.3), 0 2px 10px rgba(0, 0, 0, 0.2);
}

.HeroSection_headlineDark__aamJ6 {
  color: #ffffff;
}

.HeroSection_headlineLight__p7P1s {
  color: #1a1a1a;
  text-shadow: none;
}

.HeroSection_headlineAccent__KRC1Y {
  font-weight: 500;
  background: linear-gradient(90deg, #5f938b 0%, #416e68 50%, #5f938b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: none;
  white-space: nowrap;
}

.HeroSection_heroDark__50yp1 .HeroSection_headlineAccent__KRC1Y {
  background: linear-gradient(90deg, #67e8f9 0%, #22d3ee 50%, #67e8f9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 20px rgba(34, 211, 238, 0.35));
}

/* Subheadline */
.HeroSection_subheadline__oQt6_ {
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 400;
  line-height: 1.6;
  margin: 0 0 40px;
  max-width: 520px;
}

.HeroSection_subheadlineDark__EKUhu {
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.HeroSection_subheadlineLight__gDThA {
  color: rgba(26, 26, 26, 0.7);
}

/* CTA Row */
.HeroSection_ctaRow__JfUTs {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* Primary CTA */
.HeroSection_ctaPrimary__owcKL {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}

.HeroSection_ctaPrimaryDark__yn0p4 {
  background: #5f938b;
  color: #ffffff;
}

.HeroSection_ctaPrimaryDark__yn0p4:hover {
  background: #416e68;
  transform: translateY(-1px);
}

.HeroSection_ctaPrimaryLight__ahS4U {
  background: #5f938b;
  color: #ffffff;
}

.HeroSection_ctaPrimaryLight__ahS4U:hover {
  background: #416e68;
  transform: translateY(-1px);
}

/* Secondary CTA */
.HeroSection_ctaSecondary__rAS8r {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid;
  transition: all 0.2s ease;
}

.HeroSection_ctaSecondaryDark__Uo_Uq {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.05);
}

.HeroSection_ctaSecondaryDark__Uo_Uq:hover {
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.1);
}

.HeroSection_ctaSecondaryLight__l7gnB {
  border-color: rgba(26, 26, 26, 0.15);
  color: #1a1a1a;
  background: rgba(255, 255, 255, 0.6);
}

.HeroSection_ctaSecondaryLight__l7gnB:hover {
  border-color: rgba(26, 26, 26, 0.25);
  background: rgba(255, 255, 255, 0.8);
}

/* Ambient glow background */
.HeroSection_ambientGlow__AwO95 {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.HeroSection_glowOrb__VTjc6 {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.4;
}

.HeroSection_glowOrb1__c2FiU {
  width: 600px;
  height: 600px;
  top: -200px;
  left: -100px;
  animation: HeroSection_driftA__l1oYc 12s ease-in-out infinite alternate;
}

.HeroSection_glowOrb1Dark__qZV_M {
  background: radial-gradient(circle, #3b0764 0%, transparent 70%);
}

.HeroSection_glowOrb1Light__jV6T_ {
  background: radial-gradient(circle, rgba(223, 243, 236, 0.6) 0%, transparent 70%);
  opacity: 0.3;
}

.HeroSection_glowOrb2__Plm55 {
  width: 500px;
  height: 500px;
  bottom: -150px;
  right: -100px;
  animation: HeroSection_driftB__bG64y 14s ease-in-out infinite alternate;
}

.HeroSection_glowOrb2Dark__QxvB_ {
  background: radial-gradient(circle, #0e7490 0%, transparent 70%);
}

.HeroSection_glowOrb2Light__v_zYT {
  background: radial-gradient(circle, rgba(221, 208, 188, 0.5) 0%, transparent 70%);
  opacity: 0.25;
}

@keyframes HeroSection_driftA__l1oYc {
  from { transform: translate(0, 0) scale(1); }
  to   { transform: translate(30px, 20px) scale(1.05); }
}

@keyframes HeroSection_driftB__bG64y {
  from { transform: translate(0, 0) scale(1); }
  to   { transform: translate(-20px, 30px) scale(1.03); }
}

/* Responsive */
@media (max-width: 768px) {
  .HeroSection_content__pwfTR {
    padding: 0 20px 60px;
  }

  .HeroSection_textContainer__EByjw {
    padding: 32px 24px;
  }

  .HeroSection_headline__4tPt4 {
    font-size: clamp(2.2rem, 8vw, 3rem);
    text-shadow: 0 3px 20px rgba(0, 0, 0, 0.3), 0 1px 6px rgba(0, 0, 0, 0.2);
  }

  .HeroSection_subheadline__oQt6_ {
    font-size: 1rem;
    margin-bottom: 32px;
  }

  .HeroSection_ctaRow__JfUTs {
    flex-direction: column;
    gap: 12px;
  }

  .HeroSection_ctaPrimary__owcKL,
  .HeroSection_ctaSecondary__rAS8r {
    width: 100%;
    padding: 14px 24px;
  }
}

