._index_1n50q_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_1n50q_16 {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  max-width: 1080px;
  width: 100%;
  min-width: 0;
  overflow-x: hidden;
}

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

._heroSplit_1n50q_33 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  text-align: left;
  width: 100%;
  margin-bottom: 2rem;
}

._heroTextContent_1n50q_43 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
}

._highlightText_1n50q_50 {
  color: #2dd4bf;
}

/* Terminal Styles */
._terminalWrapper_1n50q_55 {
  width: 100%;
  display: flex;
  justify-content: center;
}

._terminalWindow_1n50q_61 {
  background: #111827;
  border: 1px solid #334155;
  border-radius: 12px;
  width: 100%;
  max-width: 500px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5), 0 0 40px rgba(45, 212, 191, 0.1);
  overflow: hidden;
  font-family: 'Courier New', Courier, monospace;
}

._terminalHeader_1n50q_72 {
  background: #1e293b;
  padding: 0.75rem 1rem;
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #334155;
}

._terminalDot_1n50q_81 {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

._dotRed_1n50q_87 {
  background: #ef4444;
}

._dotYellow_1n50q_91 {
  background: #eab308;
}

._dotGreen_1n50q_95 {
  background: #22c55e;
}

._terminalTitle_1n50q_99 {
  margin-left: auto;
  margin-right: auto;
  font-size: 0.75rem;
  color: #64748b;
}

._terminalBody_1n50q_106 {
  padding: 1.5rem;
  color: #94a3b8;
  font-size: 0.9rem;
  line-height: 1.7;
}

._terminalBody_1n50q_106 p {
  margin: 0 0 0.5rem 0;
}

._indent_1n50q_117 {
  padding-left: 1rem;
  color: #64748b;
}

._cursorBlock_1n50q_122 {
  margin-top: 1rem !important;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

._cursor_1n50q_122 {
  display: inline-block;
  width: 8px;
  height: 16px;
  background-color: #2dd4bf;
  animation: _blink_1n50q_1 1s step-end infinite;
}

@keyframes _blink_1n50q_1 {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

._logoBadge_1n50q_148 {
  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_1n50q_162 {
  font-size: clamp(2.5rem, 8vw, 4rem);
  font-weight: 900;
  margin: 0;
  color: #f8fafc;
  letter-spacing: -0.04em;
  line-height: 1;
}

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

._loginContainer_1n50q_179 {
  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;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  text-align: left;
}

._loginEyebrow_1n50q_196 {
  margin: 0;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #2dd4bf;
  font-weight: 600;
}

._loginLead_1n50q_205 {
  margin: 0;
  color: #cbd5e1;
  line-height: 1.6;
  font-size: 1rem;
}

._installCta_1n50q_212 {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: 0.25rem;
  padding: 0.85rem 1.3rem;
  border-radius: 8px;
  border: 1px solid transparent;
  background: #2dd4bf;
  color: #0b1220;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: background-color 0.2s ease, transform 0.2s ease;
  cursor: default;
}

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

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

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

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

._input_1n50q_250 {
  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_1n50q_250:focus {
  border-color: #2dd4bf;
}

._button_1n50q_277 {
  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_1n50q_277:hover {
  background: #5eead4;
  transform: translateY(-2px);
}

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

._heroCard_1n50q_302 {
  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_1n50q_312 {
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: 1rem;
  color: #5eead4;
}

._heroTitle_1n50q_319 {
  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_1n50q_43 {
  font-size: 1rem;
  color: #94a3b8;
  line-height: 1.65;
  margin: 0;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

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

._list_1n50q_347 {
  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_1n50q_347>li {
  text-align: left;
  background: rgba(15, 23, 42, 0.72);
  backdrop-filter: blur(12px);
  padding: 2rem 1.75rem 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_1n50q_347>li:hover {
  border-color: rgba(45, 212, 191, 0.25);
  background: rgba(30, 41, 59, 0.95);
}

._iconCircle_1n50q_378 {
  font-size: 1.4rem;
  height: 46px;
  width: 46px;
  background: rgba(45, 212, 191, 0.18);
  border: 1px solid rgba(45, 212, 191, 0.32);
  color: #5eead4;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03), 0 6px 14px -12px rgba(45, 212, 191, 0.35);
}

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

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

._reassurance_1n50q_404 {
  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_1n50q_404 p {
  margin: 0;
  color: #dbeafe;
  line-height: 1.65;
  font-size: 0.98rem;
}

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

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

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

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

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

._pricingCard_1n50q_459 {
  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_1n50q_475 {
  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_1n50q_481 {
  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_1n50q_493 {
  margin: 0;
  color: #cbd5e1;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
}

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

._planCadence_1n50q_511 {
  margin-left: 0.25rem;
  color: #cbd5e1;
  font-size: 0.45em;
  letter-spacing: 0;
  font-weight: 700;
}

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

._footer_1n50q_527 {
  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_1n50q_539 {
  margin: 0;
}

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

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

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

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

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

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

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

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

@media (max-width: 900px) {
  ._heroSplit_1n50q_33 {
    grid-template-columns: 1fr;
    text-align: center;
  }

  ._heroTextContent_1n50q_43 {
    align-items: center;
  }
}

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

  ._button_1n50q_277 {
    width: 100%;
  }

  ._loginContainer_1n50q_179 {
    align-items: center;
    text-align: center;
  }

  ._loginContainer_1n50q_179,
  ._heroCard_1n50q_302,
  ._pricingCard_1n50q_459,
  ._reassurance_1n50q_404,
  ._list_1n50q_347>li {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

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

  ._content_1n50q_16 {
    gap: 2.5rem;
  }

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