/* [project]/src/components/cartasur/HomeLanding.module.css [app-client] (css) */
.HomeLanding-module__tMJ-2W__landingContainer {
  color: #334155;
  background-color: #f8fafc;
  flex-direction: column;
  min-height: 100vh;
  font-family: Inter, system-ui, -apple-system, sans-serif;
  display: flex;
  position: relative;
  overflow-x: hidden;
}

.HomeLanding-module__tMJ-2W__navbar {
  z-index: 50;
  -webkit-backdrop-filter: blur(12px);
  background: #ffffffd9;
  border-bottom: 1px solid #e2e8f0cc;
  width: 100%;
  position: sticky;
  top: 0;
  box-shadow: 0 4px 6px -1px #0000000d;
}

.HomeLanding-module__tMJ-2W__navContent {
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  height: 5rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
}

.HomeLanding-module__tMJ-2W__brandInfo {
  flex-direction: column;
  display: flex;
}

.HomeLanding-module__tMJ-2W__brandLogo {
  object-fit: contain;
  width: auto;
  height: 44px;
  display: block;
}

.HomeLanding-module__tMJ-2W__navLinks {
  display: none;
}

@media (min-width: 768px) {
  .HomeLanding-module__tMJ-2W__navLinks {
    align-items: center;
    gap: 2rem;
    display: flex;
  }
}

.HomeLanding-module__tMJ-2W__navItem {
  color: #475569;
  border-radius: .375rem;
  padding: .5rem .75rem;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
}

.HomeLanding-module__tMJ-2W__navItem:hover {
  color: #042a69;
  background-color: #042a690d;
}

.HomeLanding-module__tMJ-2W__contactBtn {
  color: #fff;
  cursor: pointer;
  background-color: #e3000f;
  border: none;
  border-radius: 9999px;
  padding: .6rem 1.25rem;
  font-size: .875rem;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s;
  box-shadow: 0 4px 14px #e3000f4d;
}

.HomeLanding-module__tMJ-2W__contactBtn:hover {
  background-color: #b9000c;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px #e3000f66;
}

.HomeLanding-module__tMJ-2W__heroSection {
  flex: 1;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 4rem 1.5rem 6rem;
  position: relative;
}

@media (min-width: 1024px) {
  .HomeLanding-module__tMJ-2W__heroSection {
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
    gap: 4rem;
    padding-top: 2rem;
    display: grid;
  }
}

.HomeLanding-module__tMJ-2W__bgBlob1 {
  opacity: .05;
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(circle, #042a69 0%, #0000 70%);
  width: 1500px;
  height: 800px;
  margin-left: -750px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(-30%)rotate(10deg);
}

.HomeLanding-module__tMJ-2W__bgBlob2 {
  mix-blend-mode: multiply;
  filter: blur(80px);
  opacity: .15;
  pointer-events: none;
  z-index: 0;
  background-color: #f87171;
  border-radius: 50%;
  width: 24rem;
  height: 24rem;
  animation: 7s infinite alternate HomeLanding-module__tMJ-2W__blob;
  position: absolute;
  top: 10rem;
  right: 0;
}

@keyframes HomeLanding-module__tMJ-2W__blob {
  0% {
    transform: translate(0)scale(1);
  }

  33% {
    transform: translate(30px, -50px)scale(1.1);
  }

  66% {
    transform: translate(-20px, 20px)scale(.9);
  }

  100% {
    transform: translate(0)scale(1);
  }
}

.HomeLanding-module__tMJ-2W__contentText {
  z-index: 10;
  text-align: center;
  position: relative;
}

@media (min-width: 1024px) {
  .HomeLanding-module__tMJ-2W__contentText {
    text-align: left;
  }
}

.HomeLanding-module__tMJ-2W__badge {
  color: #042a69;
  background-color: #e0e7ff;
  border: 1px solid #c7d2fe;
  border-radius: 9999px;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: .375rem 1rem;
  font-size: .875rem;
  font-weight: 600;
  display: inline-flex;
  box-shadow: 0 1px 2px #0000000d;
}

.HomeLanding-module__tMJ-2W__badgeDot {
  background-color: #042a69;
  border-radius: 50%;
  width: .625rem;
  height: .625rem;
  margin-right: .5rem;
  animation: 2s cubic-bezier(.4, 0, .6, 1) infinite HomeLanding-module__tMJ-2W__pulse;
}

@keyframes HomeLanding-module__tMJ-2W__pulse {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: .5;
  }
}

.HomeLanding-module__tMJ-2W__heroTitle {
  color: #042a69;
  letter-spacing: -.025em;
  margin-bottom: 1.5rem;
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.1;
}

@media (min-width: 768px) {
  .HomeLanding-module__tMJ-2W__heroTitle {
    font-size: 4.5rem;
  }
}

.HomeLanding-module__tMJ-2W__heroTitleGradient {
  color: #0000;
  background-image: linear-gradient(to right, #042a69, #3b82f6);
  -webkit-background-clip: text;
  background-clip: text;
}

.HomeLanding-module__tMJ-2W__heroSubtitle {
  color: #475569;
  margin-bottom: 2.5rem;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.75;
}

@media (min-width: 768px) {
  .HomeLanding-module__tMJ-2W__heroSubtitle {
    font-size: 1.25rem;
  }
}

.HomeLanding-module__tMJ-2W__features {
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
  display: flex;
}

@media (min-width: 640px) {
  .HomeLanding-module__tMJ-2W__features {
    flex-direction: row;
  }
}

@media (min-width: 1024px) {
  .HomeLanding-module__tMJ-2W__features {
    justify-content: flex-start;
  }
}

.HomeLanding-module__tMJ-2W__featureItem {
  background-color: #fff;
  border: 1px solid #f1f5f9;
  border-radius: .75rem;
  align-items: center;
  gap: .75rem;
  padding: .75rem 1.25rem;
  display: flex;
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px -1px #0000001a;
}

.HomeLanding-module__tMJ-2W__featureIconWrapper {
  border-radius: 9999px;
  padding: .5rem;
  display: flex;
}

.HomeLanding-module__tMJ-2W__featureIconWrapper svg {
  width: 1.25rem;
  height: 1.25rem;
}

.HomeLanding-module__tMJ-2W__featureIconGreen {
  color: #16a34a;
  background-color: #dcfce7;
}

.HomeLanding-module__tMJ-2W__featureIconBlue {
  color: #2563eb;
  background-color: #dbeafe;
}

.HomeLanding-module__tMJ-2W__featureText {
  color: #334155;
  font-size: .95rem;
  font-weight: 600;
}

.HomeLanding-module__tMJ-2W__formContainerWrapper {
  z-index: 10;
  opacity: 0;
  animation: .8s ease-out .4s forwards HomeLanding-module__tMJ-2W__fadeInUp;
  position: relative;
}

.HomeLanding-module__tMJ-2W__formBackdrop {
  opacity: .15;
  filter: blur(16px);
  background: linear-gradient(to top right, #042a69, #60a5fa);
  border-radius: 1.5rem;
  position: absolute;
  inset: 0;
  transform: skewY(6deg);
  box-shadow: 0 20px 25px -5px #0000001a;
}

@media (min-width: 640px) {
  .HomeLanding-module__tMJ-2W__formBackdrop {
    transform: skewY(0)rotate(-6deg);
  }
}

.HomeLanding-module__tMJ-2W__formCard {
  background-color: #fff;
  border: 1px solid #f1f5f9;
  border-radius: 1.5rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px #00000040;
}

.HomeLanding-module__tMJ-2W__formHeader {
  background-color: #042a69;
  padding: 1.5rem 2rem;
  position: relative;
  overflow: hidden;
}

.HomeLanding-module__tMJ-2W__formHeaderDecoration {
  background-color: #ffffff0d;
  border-radius: 50%;
  width: 8rem;
  height: 8rem;
  position: absolute;
  top: -4rem;
  right: -3rem;
}

.HomeLanding-module__tMJ-2W__formHeaderTitle {
  color: #fff;
  z-index: 1;
  margin: 0 0 .5rem;
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
}

.HomeLanding-module__tMJ-2W__formHeaderSubtitle {
  color: #bfdbfe;
  z-index: 1;
  margin: 0;
  font-size: .875rem;
  font-weight: 500;
  position: relative;
}

.HomeLanding-module__tMJ-2W__formBody {
  flex-direction: column;
  gap: 1.5rem;
  padding: 2rem;
  display: flex;
}

.HomeLanding-module__tMJ-2W__formGroup {
  flex-direction: column;
  gap: .25rem;
  display: flex;
}

.HomeLanding-module__tMJ-2W__formRow {
  grid-template-columns: 1fr;
  gap: 1.5rem;
  display: grid;
}

@media (min-width: 640px) {
  .HomeLanding-module__tMJ-2W__formRow {
    grid-template-columns: 1fr 1fr;
  }
}

.HomeLanding-module__tMJ-2W__formRowEmail {
  grid-template-columns: 2fr 1fr;
  gap: .5rem;
  display: grid;
}

.HomeLanding-module__tMJ-2W__formLabel {
  color: #334155;
  margin-bottom: 4px;
  font-size: .875rem;
  font-weight: 600;
  display: block;
}

.HomeLanding-module__tMJ-2W__inputWrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.HomeLanding-module__tMJ-2W__inputIcon {
  color: #94a3b8;
  pointer-events: none;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  left: 1rem;
}

.HomeLanding-module__tMJ-2W__formInput, .HomeLanding-module__tMJ-2W__formSelect {
  color: #0f172a;
  box-sizing: border-box;
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: .75rem;
  width: 100%;
  padding: .75rem 1rem;
  font-family: inherit;
  font-size: 1rem;
  transition: all .2s;
}

.HomeLanding-module__tMJ-2W__formInputHasIcon {
  padding-left: 2.75rem;
}

.HomeLanding-module__tMJ-2W__formInput:focus, .HomeLanding-module__tMJ-2W__formSelect:focus {
  background-color: #fff;
  border-color: #3b82f6;
  outline: none;
  box-shadow: 0 0 0 3px #3b82f633;
}

.HomeLanding-module__tMJ-2W__phoneInputGroup {
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: .75rem;
  transition: all .2s;
  display: flex;
  overflow: hidden;
}

.HomeLanding-module__tMJ-2W__phoneInputGroup:focus-within {
  background-color: #fff;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px #3b82f633;
}

.HomeLanding-module__tMJ-2W__phonePrefix {
  color: #64748b;
  background-color: #f1f5f9;
  border-right: 1px solid #e2e8f0;
  align-items: center;
  padding: 0 1rem;
  font-size: .875rem;
  font-weight: 600;
  display: flex;
}

.HomeLanding-module__tMJ-2W__phoneInput {
  color: #0f172a;
  background: none;
  border: none;
  outline: none;
  flex: 1;
  width: 100%;
  min-width: 0;
  padding: .75rem 1rem;
  font-size: 1rem;
}

.HomeLanding-module__tMJ-2W__submitBtn {
  color: #fff;
  cursor: pointer;
  background-image: linear-gradient(to right, #22c55e, #16a34a);
  border: none;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 1rem;
  padding: 1rem 2rem;
  font-size: 1.125rem;
  font-weight: 700;
  transition: all .3s;
  display: flex;
  box-shadow: 0 10px 15px -3px #22c55e66;
}

.HomeLanding-module__tMJ-2W__submitBtn:hover {
  background-image: linear-gradient(to right, #16a34a, #15803d);
  transform: translateY(-2px)scale(1.02);
  box-shadow: 0 15px 20px -3px #22c55e80;
}

.HomeLanding-module__tMJ-2W__submitBtn svg {
  width: 1.25rem;
  height: 1.25rem;
  margin-left: .5rem;
}

.HomeLanding-module__tMJ-2W__securityNote {
  text-align: center;
  color: #94a3b8;
  margin-top: 1rem;
  font-size: .75rem;
}

.HomeLanding-module__tMJ-2W__footer {
  background-color: #fff;
  border-top: 1px solid #e2e8f0;
  width: 100%;
  margin-top: auto;
}

.HomeLanding-module__tMJ-2W__footerTop {
  grid-template-columns: 1fr;
  gap: 2rem;
  max-width: 1280px;
  margin: 0 auto;
  padding: 4rem 1.5rem;
  display: grid;
}

@media (min-width: 768px) {
  .HomeLanding-module__tMJ-2W__footerTop {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .HomeLanding-module__tMJ-2W__footerTop {
    grid-template-columns: 1.2fr 1.5fr 1.5fr 1.2fr;
  }
}

.HomeLanding-module__tMJ-2W__footerCol {
  flex-direction: column;
  gap: 1.25rem;
  display: flex;
}

.HomeLanding-module__tMJ-2W__footerIconLink {
  color: #042a69;
  align-items: center;
  gap: .75rem;
  display: flex;
}

.HomeLanding-module__tMJ-2W__footerIconLink span {
  font-size: 1.25rem;
}

.HomeLanding-module__tMJ-2W__footerIconLink strong {
  font-size: .875rem;
  font-weight: 700;
}

.HomeLanding-module__tMJ-2W__footerColLinks {
  flex-direction: column;
  gap: .75rem;
  display: flex;
}

.HomeLanding-module__tMJ-2W__footerColLinks a {
  color: #64748b;
  font-size: .875rem;
  text-decoration: none;
  transition: color .2s;
}

.HomeLanding-module__tMJ-2W__footerColLinks a:hover {
  color: #042a69;
}

.HomeLanding-module__tMJ-2W__footerColFiscal {
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  display: flex;
}

.HomeLanding-module__tMJ-2W__fiscalPlaceholder {
  color: #fff;
  text-align: center;
  background-color: #0ea5e9;
  border: 4px solid #fff;
  justify-content: center;
  align-items: flex-end;
  width: 80px;
  height: 100px;
  padding: 1rem;
  font-size: .75rem;
  font-weight: bold;
  display: flex;
  box-shadow: 0 0 0 1px #0ea5e9;
}

.HomeLanding-module__tMJ-2W__usuariosFinancieros {
  color: #fff;
  background-color: #f59e0b;
  border-radius: 4px;
  flex-direction: column;
  gap: .25rem;
  padding: .75rem;
  display: flex;
}

.HomeLanding-module__tMJ-2W__usuariosFinancieros span {
  font-size: .7rem;
  font-weight: bold;
}

.HomeLanding-module__tMJ-2W__usuariosFinancieros a {
  color: #fff;
  font-size: .7rem;
  text-decoration: underline;
}

.HomeLanding-module__tMJ-2W__footerBottom {
  color: #94a3b8;
  text-align: center;
  background-color: #111827;
  padding: 1.5rem;
}

.HomeLanding-module__tMJ-2W__footerCopy {
  max-width: 1280px;
  margin: 0 auto;
  font-size: .75rem;
}

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