._index_1tz9j_1 {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 100vh;
  width: 100%;
  text-align: center;
  padding: 1.5rem;
  background-color: #0f172a;
  /* Deep Navy */
  font-family: 'Inter', -apple-system, system-ui, sans-serif;
  box-sizing: border-box;
  overflow-x: hidden;
}

._content_1tz9j_16 {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  max-width: 1080px;
  width: 100%;
  min-width: 0;
  overflow-x: hidden;
}

._header_1tz9j_26 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

._logoBadge_1tz9j_33 {
  background: linear-gradient(135deg, #2dd4bf 0%, #0d9488 100%);
  color: #fff;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  font-weight: 800;
  font-size: 2rem;
  box-shadow: 0 10px 25px -5px rgba(45, 212, 191, 0.3);
}

._heading_1tz9j_47 {
  font-size: clamp(2.5rem, 8vw, 4rem);
  font-weight: 900;
  margin: 0;
  color: #f8fafc;
  letter-spacing: -0.04em;
  line-height: 1;
}

._tagline_1tz9j_56 {
  font-size: clamp(1.05rem, 3.5vw, 1.35rem);
  color: #94a3b8;
  max-width: 720px;
  margin: 0 auto;
  line-height: 1.65;
}

._loginContainer_1tz9j_64 {
  background: rgba(30, 41, 59, 0.5);
  backdrop-filter: blur(10px);
  padding: 2.5rem;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  max-width: min(480px, 100%);
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}

._form_1tz9j_76 {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

._label_1tz9j_82 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: left;
  font-weight: 600;
  color: #e2e8f0;
}

._inputGroup_1tz9j_91 {
  display: flex;
  gap: 0.75rem;
  min-width: 0;
}

._input_1tz9j_91 {
  flex: 1;
  min-width: 0;
  max-width: 100%;
  padding: 1rem 1.25rem;
  background: #0f172a;
  border: 1px solid #334155;
  border-radius: 12px;
  color: white;
  box-sizing: border-box;
  /* VITAL: 16px font-size prevents iOS auto-zoom */
  font-size: 16px;
  outline: none;
  transition: border-color 0.2s;
  width: 100%;
}

._input_1tz9j_91:focus {
  border-color: #2dd4bf;
}

._button_1tz9j_118 {
  padding: 1rem 1.75rem;
  background: #2dd4bf;
  color: #0f172a;
  border: none;
  border-radius: 12px;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  transition: transform 0.2s, background 0.2s;
  white-space: nowrap;
}

._button_1tz9j_118:hover {
  background: #5eead4;
  transform: translateY(-2px);
}

._features_1tz9j_136 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

._heroCard_1tz9j_143 {
  text-align: center;
  background: linear-gradient(145deg, rgba(45, 212, 191, 0.08) 0%, rgba(13, 148, 136, 0.04) 100%);
  border: 1px solid rgba(45, 212, 191, 0.2);
  border-radius: 20px;
  padding: 2.5rem 2rem;
  margin: 0 auto 2rem;
  max-width: 720px;
}

._heroIcon_1tz9j_153 {
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: 1rem;
  color: #5eead4;
}

._heroTitle_1tz9j_160 {
  font-size: clamp(1.25rem, 3vw, 1.5rem);
  font-weight: 700;
  color: #f1f5f9;
  margin: 0 0 0.75rem;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

._heroText_1tz9j_169 {
  font-size: 1rem;
  color: #94a3b8;
  line-height: 1.65;
  margin: 0;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

._featuresTitle_1tz9j_179 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #cbd5e1;
  letter-spacing: 0.02em;
  margin: 0;
  text-align: center;
}

._list_1tz9j_188 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

._list_1tz9j_188>li {
  text-align: left;
  background: rgba(15, 23, 42, 0.72);
  backdrop-filter: blur(12px);
  padding: 1.75rem;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: border-color 0.2s, background 0.2s;
}

._list_1tz9j_188>li:hover {
  border-color: rgba(45, 212, 191, 0.25);
  background: rgba(30, 41, 59, 0.95);
}

._iconCircle_1tz9j_219 {
  font-size: 1.4rem;
  height: 50px;
  width: 50px;
  background: rgba(45, 212, 191, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}

._list_1tz9j_188 strong {
  font-size: 1.25rem;
  color: #f1f5f9;
}

._list_1tz9j_188 p {
  margin: 0;
  color: #94a3b8;
  line-height: 1.6;
  font-size: 1rem;
}

._reassurance_1tz9j_242 {
  max-width: 960px;
  margin: 0 auto;
  padding: 1rem 1.25rem;
  background: linear-gradient(135deg, rgba(45, 212, 191, 0.08) 0%, rgba(15, 23, 42, 0.4) 100%);
  border: 1px solid rgba(45, 212, 191, 0.18);
  border-radius: 18px;
  backdrop-filter: blur(10px);
}

._reassurance_1tz9j_242 p {
  margin: 0;
  color: #dbeafe;
  line-height: 1.65;
  font-size: 0.98rem;
}

._pricing_1tz9j_259 {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
}

._pricingHeader_1tz9j_266 {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: center;
}

._pricingEyebrow_1tz9j_273 {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.78rem;
  color: #5eead4;
  font-weight: 700;
}

._pricingTitle_1tz9j_281 {
  margin: 0;
  color: #f8fafc;
  font-size: clamp(1.5rem, 3vw, 2.15rem);
  letter-spacing: -0.03em;
  line-height: 1.15;
  max-width: 720px;
}

._pricingGrid_1tz9j_290 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  width: 100%;
}

._pricingCard_1tz9j_297 {
  position: relative;
  text-align: left;
  padding: 1.75rem;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(30, 41, 59, 0.6) 0%, rgba(15, 23, 42, 0.78) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 40px -28px rgba(15, 23, 42, 0.95);
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.85rem;
}

._pricingCardFeatured_1tz9j_313 {
  background: linear-gradient(180deg, rgba(45, 212, 191, 0.22) 0%, rgba(13, 148, 136, 0.16) 100%);
  border-color: rgba(94, 234, 212, 0.45);
  box-shadow: 0 24px 48px -24px rgba(45, 212, 191, 0.28);
}

._planBadge_1tz9j_319 {
  align-self: flex-start;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.72);
  color: #99f6e4;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

._planName_1tz9j_331 {
  margin: 0;
  color: #cbd5e1;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
}

._planPrice_1tz9j_340 {
  margin: 0;
  color: #f8fafc;
  font-size: clamp(2rem, 4vw, 2.7rem);
  line-height: 1;
  letter-spacing: -0.04em;
  font-weight: 900;
}

._planDescription_1tz9j_349 {
  margin: 0;
  color: #cbd5e1;
  line-height: 1.7;
  font-size: 1rem;
  max-width: 30ch;
}

._footer_1tz9j_357 {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  color: #64748b;
  font-size: 0.9rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

._footerCopy_1tz9j_369 {
  margin: 0;
}

._footerLinks_1tz9j_373 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

._footer_1tz9j_357 a {
  color: #94a3b8;
  text-decoration: none;
  transition: color 0.2s;
}

._footer_1tz9j_357 a:hover {
  color: #2dd4bf;
}

._footerDivider_1tz9j_389 {
  color: #475569;
  user-select: none;
}

@media (min-width: 640px) {
  ._list_1tz9j_188 {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }

  ._pricingGrid_1tz9j_290 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 900px) {
  ._pricingGrid_1tz9j_290 {
    grid-template-columns: repeat(3, 1fr);
  }

  ._pricingCardFeatured_1tz9j_313 {
    transform: translateY(-10px);
  }
}

@media (max-width: 639px) {
  ._inputGroup_1tz9j_91 {
    flex-direction: column;
  }

  ._button_1tz9j_118 {
    width: 100%;
  }

  ._loginContainer_1tz9j_64,
  ._heroCard_1tz9j_143,
  ._pricingCard_1tz9j_297,
  ._reassurance_1tz9j_242,
  ._list_1tz9j_188>li {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (max-width: 768px) {
  ._heading_1tz9j_47 {
    font-size: 2.5rem;
  }

  ._content_1tz9j_16 {
    gap: 2.5rem;
  }

  ._pricingTitle_1tz9j_281 {
    max-width: 100%;
  }
}