/* [project]/styles/Home.module.css [client] (css) */
.Home-module__g21JLG__page {
  color: #f0f0f5;
  background: #0a0a0f;
  font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
}

.Home-module__g21JLG__nav {
  z-index: 100;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: #0a0a0feb;
  border-bottom: 1px solid #ffffff0f;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.Home-module__g21JLG__navInner {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  height: 64px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
}

.Home-module__g21JLG__logoImg {
  width: auto;
  height: 40px;
}

.Home-module__g21JLG__logo {
  letter-spacing: .12em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 800;
  text-decoration: none;
}

.Home-module__g21JLG__navLinks {
  gap: 2.5rem;
  display: flex;
}

.Home-module__g21JLG__navLinks a {
  color: #ffffffa6;
  letter-spacing: .04em;
  font-size: .9rem;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
}

.Home-module__g21JLG__navLinks a:hover {
  color: #fff;
}

.Home-module__g21JLG__hero {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.Home-module__g21JLG__heroBg {
  background: radial-gradient(80% 60% at 50% 0, #5050c82e 0%, #0000 70%), radial-gradient(60% 50% at 80% 80%, #0078c81a 0%, #0000 60%), #0a0a0f;
  position: absolute;
  inset: 0;
}

.Home-module__g21JLG__heroContent {
  z-index: 1;
  text-align: center;
  max-width: 800px;
  padding: 80px 2rem 0;
  position: relative;
}

.Home-module__g21JLG__heroTitle {
  color: #fff;
  letter-spacing: -.02em;
  margin: 0 0 1.5rem;
  font-size: clamp(2.5rem, 7vw, 5rem);
  font-weight: 800;
  line-height: 1.08;
}

.Home-module__g21JLG__heroTitle span {
  background: linear-gradient(135deg, #6b8cff, #a07fff, #ff8c6b);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.Home-module__g21JLG__heroSub {
  color: #ffffff8c;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin: 0 0 1rem;
  font-size: clamp(1rem, 2.5vw, 1.3rem);
  font-weight: 400;
}

.Home-module__g21JLG__heroDesc {
  color: #ffffff80;
  margin: 0 0 2.5rem;
  font-size: 1.1rem;
  line-height: 1.6;
}

.Home-module__g21JLG__heroBtns {
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  display: flex;
}

.Home-module__g21JLG__btnPrimary {
  color: #0a0a0f;
  letter-spacing: .05em;
  text-transform: uppercase;
  background: #fff;
  border-radius: 4px;
  padding: .85rem 2.2rem;
  font-size: .9rem;
  font-weight: 700;
  text-decoration: none;
  transition: all .25s;
  display: inline-block;
}

.Home-module__g21JLG__btnPrimary:hover {
  background: #e0e0ff;
  transform: translateY(-1px);
}

.Home-module__g21JLG__btnOutline {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  background: none;
  border: 1px solid #ffffff4d;
  border-radius: 4px;
  padding: .85rem 2.2rem;
  font-size: .9rem;
  font-weight: 700;
  text-decoration: none;
  transition: all .25s;
  display: inline-block;
}

.Home-module__g21JLG__btnOutline:hover {
  background: #ffffff0f;
  border-color: #fff;
}

.Home-module__g21JLG__section {
  padding: 6rem 2rem;
}

.Home-module__g21JLG__sectionDark {
  background: #0d0d14;
  border-top: 1px solid #ffffff0a;
  border-bottom: 1px solid #ffffff0a;
  padding: 6rem 2rem;
}

.Home-module__g21JLG__sectionInner {
  max-width: 1200px;
  margin: 0 auto;
}

.Home-module__g21JLG__sectionHeader {
  text-align: center;
  margin-bottom: 4rem;
}

.Home-module__g21JLG__sectionTitle {
  color: #fff;
  letter-spacing: -.02em;
  margin: 0 0 1rem;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 800;
}

.Home-module__g21JLG__sectionSub {
  color: #ffffff73;
  max-width: 560px;
  margin: 0 auto;
  font-size: 1.05rem;
  line-height: 1.6;
}

.Home-module__g21JLG__productGrid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  display: grid;
}

.Home-module__g21JLG__productCard {
  background: #111118;
  border: 1px solid #ffffff12;
  border-radius: 8px;
  transition: transform .25s, border-color .25s;
  overflow: hidden;
}

.Home-module__g21JLG__productCard:hover {
  border-color: #ffffff26;
  transform: translateY(-4px);
}

.Home-module__g21JLG__productImage {
  height: 200px;
  position: relative;
  overflow: hidden;
}

.Home-module__g21JLG__productImage img {
  transition: transform .4s;
}

.Home-module__g21JLG__productCard:hover .Home-module__g21JLG__productImage img {
  transform: scale(1.04);
}

.Home-module__g21JLG__productBody {
  padding: 1.5rem;
}

.Home-module__g21JLG__productName {
  color: #fff;
  margin: 0 0 .75rem;
  font-size: 1.05rem;
  font-weight: 700;
}

.Home-module__g21JLG__productDesc {
  color: #ffffff73;
  margin: 0;
  font-size: .88rem;
  line-height: 1.65;
}

.Home-module__g21JLG__reasonGrid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
  display: grid;
}

.Home-module__g21JLG__reasonCard {
  background: #ffffff06;
  border: 1px solid #ffffff0f;
  border-radius: 8px;
  padding: 1.5rem;
}

.Home-module__g21JLG__reasonDot {
  background: linear-gradient(90deg, #6b8cff, #a07fff);
  border-radius: 2px;
  width: 32px;
  height: 3px;
  margin-bottom: 1rem;
}

.Home-module__g21JLG__reasonTitle {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .04em;
  margin: 0 0 .6rem;
  font-size: .95rem;
  font-weight: 700;
}

.Home-module__g21JLG__reasonDesc {
  color: #ffffff6b;
  margin: 0;
  font-size: .88rem;
  line-height: 1.65;
}

.Home-module__g21JLG__stats {
  background: #0a0a0f;
  border-top: 1px solid #ffffff0a;
  padding: 4rem 2rem;
}

.Home-module__g21JLG__statsInner {
  justify-content: center;
  align-items: center;
  gap: 0;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
}

.Home-module__g21JLG__statItem {
  text-align: center;
  flex: 1;
  padding: 1rem;
}

.Home-module__g21JLG__statNum {
  color: #fff;
  letter-spacing: -.02em;
  background: linear-gradient(135deg, #6b8cff, #a07fff);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 800;
  display: block;
}

.Home-module__g21JLG__statLabel {
  color: #fff6;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: .4rem;
  font-size: .82rem;
  display: block;
}

.Home-module__g21JLG__statDivider {
  background: #ffffff1a;
  flex-shrink: 0;
  width: 1px;
  height: 60px;
}

.Home-module__g21JLG__contactGrid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
  max-width: 900px;
  margin: 0 auto;
  display: grid;
}

.Home-module__g21JLG__contactCard {
  text-align: center;
  background: #111118;
  border: 1px solid #ffffff12;
  border-radius: 8px;
  padding: 2rem;
}

.Home-module__g21JLG__contactLabel {
  color: #ffffff59;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin: 0 0 .75rem;
  font-size: .75rem;
  font-weight: 700;
}

.Home-module__g21JLG__contactValue {
  color: #fff;
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
}

.Home-module__g21JLG__footer {
  text-align: center;
  border-top: 1px solid #ffffff0d;
  padding: 4rem 2rem 2rem;
}

.Home-module__g21JLG__footerInner {
  max-width: 1200px;
  margin: 0 auto;
}

.Home-module__g21JLG__footerLogo {
  letter-spacing: .12em;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: .75rem;
  font-size: 1.8rem;
  font-weight: 800;
}

.Home-module__g21JLG__footerTagline {
  color: #ffffff59;
  margin: 0 0 1.5rem;
  font-size: .9rem;
}

.Home-module__g21JLG__footerCopy {
  color: #fff3;
  margin: 0;
  font-size: .8rem;
}

@media (max-width: 768px) {
  .Home-module__g21JLG__navLinks {
    display: none;
  }

  .Home-module__g21JLG__statsInner {
    flex-direction: column;
    gap: 2rem;
  }

  .Home-module__g21JLG__statDivider {
    width: 60px;
    height: 1px;
  }

  .Home-module__g21JLG__heroBtns {
    flex-direction: column;
    align-items: center;
  }
}

.Home-module__g21JLG__ctaSection {
  background: linear-gradient(135deg, #1e3a5f 0%, #0f2744 100%);
  padding: 80px 24px;
}

.Home-module__g21JLG__ctaInner {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}

.Home-module__g21JLG__ctaTitle {
  color: #fff;
  margin-bottom: 12px;
  font-size: 2.2rem;
  font-weight: 800;
}

.Home-module__g21JLG__ctaDesc {
  color: #94a3b8;
  margin-bottom: 40px;
  font-size: 1.05rem;
}

.Home-module__g21JLG__ctaForm {
  text-align: left;
  flex-direction: column;
  gap: 16px;
  display: flex;
}

.Home-module__g21JLG__ctaRow {
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  display: grid;
}

@media (max-width: 600px) {
  .Home-module__g21JLG__ctaRow {
    grid-template-columns: 1fr;
  }
}

.Home-module__g21JLG__ctaField {
  flex-direction: column;
  gap: 6px;
  display: flex;
}

.Home-module__g21JLG__ctaLabel {
  color: #cbd5e1;
  font-size: .875rem;
  font-weight: 600;
}

.Home-module__g21JLG__ctaInput, .Home-module__g21JLG__ctaSelect, .Home-module__g21JLG__ctaTextarea {
  color: #f1f5f9;
  background: #1e293b;
  border: 1px solid #334155;
  border-radius: 8px;
  padding: 10px 14px;
  font-family: inherit;
  font-size: .95rem;
  transition: border-color .2s;
}

.Home-module__g21JLG__ctaInput:focus, .Home-module__g21JLG__ctaSelect:focus, .Home-module__g21JLG__ctaTextarea:focus {
  border-color: #3b82f6;
  outline: none;
}

.Home-module__g21JLG__ctaSelect {
  cursor: pointer;
}

.Home-module__g21JLG__ctaTextarea {
  resize: vertical;
  min-height: 100px;
}

.Home-module__g21JLG__ctaBtn {
  color: #fff;
  cursor: pointer;
  background: #3b82f6;
  border: none;
  border-radius: 8px;
  margin-top: 8px;
  padding: 14px 32px;
  font-size: 1rem;
  font-weight: 600;
  transition: background .2s;
}

.Home-module__g21JLG__ctaBtn:hover {
  background: #2563eb;
}

.Home-module__g21JLG__footer {
  background: #0f172a;
  padding: 60px 24px 0;
}

.Home-module__g21JLG__footerUpper {
  border-bottom: 1px solid #1e293b;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 40px;
  display: grid;
}

@media (max-width: 768px) {
  .Home-module__g21JLG__footerUpper {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.Home-module__g21JLG__footerCol {
  flex-direction: column;
  gap: 12px;
  display: flex;
}

.Home-module__g21JLG__footerLogoImg {
  width: auto;
  height: 36px;
}

.Home-module__g21JLG__footerDesc {
  color: #64748b;
  max-width: 280px;
  font-size: .9rem;
  line-height: 1.6;
}

.Home-module__g21JLG__footerHeading {
  color: #e2e8f0;
  margin: 0 0 8px;
  font-size: .95rem;
  font-weight: 700;
}

.Home-module__g21JLG__footerLinks {
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.Home-module__g21JLG__footerLinks li, .Home-module__g21JLG__footerLinks a {
  color: #64748b;
  font-size: .875rem;
  text-decoration: none;
  transition: color .2s;
}

.Home-module__g21JLG__footerLinks a:hover {
  color: #3b82f6;
}

.Home-module__g21JLG__footerLower {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
}

.Home-module__g21JLG__footerPolicies {
  flex-wrap: wrap;
  gap: 20px;
  display: flex;
}

.Home-module__g21JLG__footerPolicies a {
  color: #64748b;
  font-size: .8rem;
  text-decoration: none;
  transition: color .2s;
}

.Home-module__g21JLG__footerPolicies a:hover {
  color: #3b82f6;
}

@media (max-width: 600px) {
  .Home-module__g21JLG__footerLower {
    flex-direction: column;
    align-items: flex-start;
  }

  .Home-module__g21JLG__footerPolicies {
    gap: 12px;
  }
}

.Home-module__g21JLG__footerBrand {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

@media (max-width: 768px) {
  .Home-module__g21JLG__footerBrand {
    text-align: left;
    align-items: flex-start;
  }
}

.Home-module__g21JLG__menuToggle {
  display: none;
}

@media (max-width: 768px) {
  .Home-module__g21JLG__navInner {
    padding: 0 1rem;
  }

  .Home-module__g21JLG__menuToggle {
    display: none;
  }

  .Home-module__g21JLG__hamburger {
    cursor: pointer;
    background: none;
    border: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex !important;
  }

  .Home-module__g21JLG__hamburger span {
    background: #ffffffb3;
    border-radius: 2px;
    width: 22px;
    height: 2px;
    transition: all .3s;
    display: block;
  }

  .Home-module__g21JLG__menuToggle:checked ~ .Home-module__g21JLG__hamburger span:first-child {
    transform: translateY(7px)rotate(45deg);
  }

  .Home-module__g21JLG__menuToggle:checked ~ .Home-module__g21JLG__hamburger span:nth-child(2) {
    opacity: 0;
  }

  .Home-module__g21JLG__menuToggle:checked ~ .Home-module__g21JLG__hamburger span:nth-child(3) {
    transform: translateY(-7px)rotate(-45deg);
  }

  .Home-module__g21JLG__navLinks {
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background: #0a0a0ff7;
    border-bottom: 1px solid #ffffff1a;
    flex-direction: column;
    gap: 0;
    padding: 1rem 0;
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    display: none !important;
  }

  .Home-module__g21JLG__menuToggle:checked ~ .Home-module__g21JLG__navLinks {
    display: flex !important;
  }

  .Home-module__g21JLG__navLinks a {
    color: #fffc;
    border-bottom: 1px solid #ffffff0d;
    padding: .85rem 2rem;
    font-size: 1rem;
    display: block;
  }

  .Home-module__g21JLG__navLinks a:hover {
    color: #fff;
    background: #ffffff0d;
  }

  .Home-module__g21JLG__nav {
    position: relative;
  }
}

/*# sourceMappingURL=styles_Home_module_0ruz~y6.css.map*/