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

.Legal-module__F_jpgq__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;
}

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

.Legal-module__F_jpgq__logo {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.Legal-module__F_jpgq__logoImg {
  width: auto;
  height: 40px;
}

.Legal-module__F_jpgq__navLinks {
  gap: 2.5rem;
  display: flex;
}

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

.Legal-module__F_jpgq__navLinks a:hover {
  color: #fff;
}

.Legal-module__F_jpgq__content {
  max-width: 800px;
  margin: 0 auto;
  padding: 8rem 2rem 6rem;
}

.Legal-module__F_jpgq__title {
  color: #fff;
  margin: 0 0 .75rem;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
}

.Legal-module__F_jpgq__date {
  color: #ffffff4d;
  margin: 0 0 3rem;
  font-size: .85rem;
}

.Legal-module__F_jpgq__body h2 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .04em;
  margin: 2.5rem 0 .75rem;
  font-size: 1.05rem;
  font-weight: 700;
}

.Legal-module__F_jpgq__body h2:first-child {
  margin-top: 0;
}

.Legal-module__F_jpgq__body p {
  color: #ffffff80;
  margin: 0 0 1rem;
  font-size: .95rem;
  line-height: 1.75;
}

.Legal-module__F_jpgq__body p:last-child {
  margin-bottom: 0;
}

.Legal-module__F_jpgq__body strong {
  color: #fffc;
}

.Legal-module__F_jpgq__footer {
  text-align: center;
  border-top: 1px solid #ffffff0d;
  padding: 3rem 2rem;
}

.Legal-module__F_jpgq__footerInner {
  max-width: 900px;
  margin: 0 auto;
}

.Legal-module__F_jpgq__footerLogo {
  align-items: center;
  margin-bottom: .5rem;
  display: inline-flex;
}

.Legal-module__F_jpgq__footerCopy {
  color: #fff3;
  margin: 0;
  font-size: .8rem;
}

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

  .Legal-module__F_jpgq__content {
    padding: 6rem 1.5rem 4rem;
  }
}

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

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

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

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

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

.Legal-module__F_jpgq__ctaRow {
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  display: grid;
}

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

.Legal-module__F_jpgq__ctaField {
  flex-direction: column;
  gap: 6px;
  display: flex;
}

.Legal-module__F_jpgq__ctaLabel {
  color: #cbd5e1;
  font-size: .875rem;
  font-weight: 600;
}

.Legal-module__F_jpgq__ctaInput, .Legal-module__F_jpgq__ctaSelect, .Legal-module__F_jpgq__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;
}

.Legal-module__F_jpgq__ctaInput:focus, .Legal-module__F_jpgq__ctaSelect:focus, .Legal-module__F_jpgq__ctaTextarea:focus {
  border-color: #3b82f6;
  outline: none;
}

.Legal-module__F_jpgq__ctaSelect {
  cursor: pointer;
}

.Legal-module__F_jpgq__ctaTextarea {
  resize: vertical;
  min-height: 100px;
}

.Legal-module__F_jpgq__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;
}

.Legal-module__F_jpgq__ctaBtn:hover {
  background: #2563eb;
}

.Legal-module__F_jpgq__footer {
  background: #0f172a;
  padding: 60px 24px 0;
}

.Legal-module__F_jpgq__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) {
  .Legal-module__F_jpgq__footerUpper {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.Legal-module__F_jpgq__footerCol {
  flex-direction: column;
  align-items: center;
  gap: 12px;
  display: flex;
}

.Legal-module__F_jpgq__footerCol:first-child {
  align-items: flex-start;
}

.Legal-module__F_jpgq__footerLogoImg {
  width: auto;
  height: 36px;
}

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

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

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

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

.Legal-module__F_jpgq__footerLinks a:hover {
  color: #3b82f6;
}

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

.Legal-module__F_jpgq__footerPolicies {
  flex-wrap: wrap;
  gap: 20px;
  display: flex;
}

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

.Legal-module__F_jpgq__footerPolicies a:hover {
  color: #3b82f6;
}

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

  .Legal-module__F_jpgq__footerPolicies {
    gap: 12px;
  }
}

.Legal-module__F_jpgq__footerBrand {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.Legal-module__F_jpgq__body ul {
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
}

.Legal-module__F_jpgq__body ul li {
  color: #ffffff80;
  margin-bottom: .5rem;
  padding-left: 1.25rem;
  font-size: .95rem;
  line-height: 1.75;
  position: relative;
}

.Legal-module__F_jpgq__body ul li:before {
  content: "• ";
  color: #ffffff59;
  font-size: .8rem;
  position: absolute;
  top: .3rem;
  left: 0;
}

.Legal-module__F_jpgq__body ul li strong {
  color: #fffc;
}

/*# sourceMappingURL=styles_Legal_module_0xwecfh.css.map*/