* {
  box-sizing: border-box;
}

:root {
  color: #fff;
  background: #020713;
  font-family: "Montserrat", Arial, sans-serif;
  font-synthesis: none;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

html,
body,
#root {
  min-height: 100%;
  margin: 0;
}

body {
  overflow-x: hidden;
  background:
    radial-gradient(circle at 49% 30%, rgba(255, 182, 41, 0.11), transparent 16rem),
    #020713;
}

button,
input {
  font: inherit;
}

.page {
  position: relative;
  width: 100%;
  max-width: 1440px;
  min-height: 900px;
  margin: 0 auto;
  overflow: hidden;
  background: #020713;
  isolation: isolate;
}

.earth-bg {
  position: absolute;
  z-index: -3;
  top: -270px;
  left: 50%;
  width: 1440px;
  height: 960px;
  max-width: none;
  transform: translateX(-50%);
  object-fit: cover;
  pointer-events: none;
}

.space-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(2, 7, 19, 0.48) 0%, rgba(2, 7, 19, 0.08) 24%, rgba(2, 7, 19, 0.22) 43%, rgba(2, 7, 19, 0.82) 67%, rgba(2, 7, 19, 0.98) 88%, #020713 100%),
    radial-gradient(circle at 50% 354px, rgba(255, 195, 71, 0.28), transparent 108px),
    radial-gradient(circle at 50% 355px, rgba(255, 179, 41, 0.16), transparent 210px),
    radial-gradient(circle at 50% 78%, rgba(20, 78, 132, 0.2), transparent 310px);
}

.header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  padding: 24px 64px 0;
}

.logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 220px;
  height: auto;
  display: block;
}

.login-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 168px;
  height: 40px;
  padding: 0 17px;
  margin-top: 3px;
  margin-left: auto;
  color: #fff;
  text-decoration: none;
  background: rgba(5, 11, 24, 0.52);
  border: 1px solid rgba(168, 178, 198, 0.38);
  border-radius: 8px;
  box-shadow: inset 0 0 24px rgba(91, 119, 166, 0.06);
  cursor: pointer;
}

.login-button svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: #ffb629;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.login-button span {
  font-size: 14px;
  line-height: 1;
}

.hero {
  position: relative;
  padding-top: 24px;
  text-align: center;
}

h1,
h2,
p {
  margin: 0;
}

h1 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0;
  text-shadow: 0 3px 16px rgba(0, 0, 0, 0.55);
}

h1 span {
  color: #ffbb36;
}

.services-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: max-content;
  max-width: 720px;
  margin: 18px auto 0;
  color: rgba(226, 232, 242, 0.72);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}

.services-strip--text {
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.03em;
  opacity: 0.76;
}

.services-strip--text span {
  color: rgba(255, 194, 71, 0.45);
  font-size: 10px;
}

.benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 780px;
  margin: 22px auto 0;
}

.benefit {
  position: relative;
  min-height: 58px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.benefit:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 56px;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}

.benefit img {
  width: 25px;
  height: 25px;
  object-fit: contain;
  margin-bottom: 9px;
  filter: brightness(0) saturate(100%) invert(70%) sepia(83%) saturate(750%) hue-rotate(352deg) brightness(104%) contrast(105%);
}

.benefit p {
  color: rgba(255, 255, 255, 0.96);
  font-size: 13px;
  line-height: 1.38;
  font-weight: 400;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.55);
}

.pricing {
  position: relative;
  width: 522px;
  margin: 47px auto 0;
  text-align: center;
}

.pricing h2,
.payments h2,
.platforms h2 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  color: #fff;
}

.title-line {
  width: 42px;
  height: 1px;
  margin: 7px auto 9px;
  background: #f7b733;
  box-shadow: 0 0 10px rgba(247, 183, 51, 0.85);
}

.plans {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px 13px;
}

.plan-card {
  position: relative;
  height: 92px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 12px 20px 11px;
  color: #fff;
  background: linear-gradient(180deg, rgba(9, 20, 40, 0.76), rgba(4, 12, 26, 0.74));
  border: 1px solid rgba(183, 202, 232, 0.34);
  border-radius: 8px;
  box-shadow:
    inset 0 0 34px rgba(86, 131, 196, 0.12),
    0 20px 60px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(2px);
  cursor: pointer;
}

.plan-card.is-active {
  border-color: #f7b733;
  box-shadow:
    inset 0 0 42px rgba(247, 183, 51, 0.12),
    0 0 28px rgba(247, 183, 51, 0.18),
    0 20px 60px rgba(0, 0, 0, 0.34);
}

.radio-dot {
  position: absolute;
  top: 15px;
  left: 19px;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border: 2px solid rgba(205, 216, 236, 0.76);
  border-radius: 50%;
}

.is-active .radio-dot {
  background: #ffc247;
  border-color: #ffc247;
  box-shadow: 0 0 18px rgba(255, 194, 71, 0.9);
}

.radio-dot svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: #07101f;
  stroke-width: 3.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.plan-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.plan-title {
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  margin-top: 6px;
}

.plan-kicker {
  color: rgba(255, 194, 71, 0.78);
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.plan-price {
  margin-top: 7px;
  font-size: 25px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
  text-shadow: 0 0 16px rgba(255, 255, 255, 0.1);
}

.price-row {
  position: relative;
  display: inline-block;
  margin-top: 7px;
}

.price-row .plan-price {
  margin-top: 0;
}

.monthly-price {
  position: absolute;
  left: calc(100% + 8px);
  bottom: 2px;
  color: rgba(183, 192, 204, 0.78);
  font-size: 10px;
  line-height: 1;
  font-weight: 400;
  white-space: nowrap;
}

.connect-form {
  width: 522px;
  margin: 7px auto 0;
  text-align: left;
}

.connect-form label {
  display: inline-block;
  width: calc((100% - 10px) / 2);
  margin-bottom: 4px;
  color: #fff;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 400;
  text-align: left;
}

.email-wrap {
  position: relative;
  height: 32px;
}

.connect-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  align-items: stretch;
}

.email-wrap svg {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  fill: none;
  stroke: rgba(216, 224, 238, 0.72);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.email-wrap input {
  width: 100%;
  height: 100%;
  padding: 0 18px 1px 50px;
  color: #fff;
  font-size: 13px;
  background: rgba(9, 19, 36, 0.72);
  border: 1px solid rgba(164, 179, 207, 0.34);
  border-radius: 8px;
  outline: none;
  box-shadow: inset 0 0 22px rgba(62, 99, 150, 0.08);
}

.email-wrap input::placeholder {
  color: rgba(206, 213, 226, 0.66);
}

.connect-error {
  display: none;
  width: calc((100% - 10px) / 2);
  margin: 4px 0 0;
  color: #ffb4a8;
  font-size: 10px;
  line-height: 1.25;
}

.connect-error.is-visible {
  display: block;
}

.connect-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  height: 34px;
  margin-top: 0;
  color: #040609;
  font-size: 13px;
  line-height: 1;
  background: linear-gradient(180deg, #ffc85a 0%, #ffb733 100%);
  border: 0;
  border-radius: 8px;
  box-shadow:
    0 0 30px rgba(255, 183, 51, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
  cursor: pointer;
}

.connect-button svg {
  width: 18px;
  height: 18px;
  fill: #030609;
  stroke: #030609;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.privacy-note {
  display: flex;
  align-items: center;
  gap: 3px;
  margin-top: 7px;
  width: 360px;
  justify-content: flex-start;
  color: rgba(193, 201, 216, 0.78);
  font-size: 11px;
  line-height: 1;
}

.privacy-note svg {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
  fill: none;
  stroke: rgba(193, 201, 216, 0.84);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer svg {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  fill: none;
  stroke: rgba(193, 201, 216, 0.84);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.payments {
  width: 220px;
  margin: 8px auto 0;
  text-align: center;
}

.payments h2 {
  font-size: 13px;
  font-weight: 400;
}

.platforms h2 {
  font-size: 15px;
  font-weight: 400;
}

.payment-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px;
  margin-top: 5px;
}

.payment-card {
  display: grid;
  place-items: center;
  height: 32px;
  background: transparent;
  border: 0;
  border-radius: 8px;
  box-shadow: none;
}

.payment-card img {
  display: block;
  max-width: 71px;
  max-height: 25px;
  object-fit: contain;
  filter: contrast(1.08) brightness(1.08) drop-shadow(0 0 9px rgba(255, 255, 255, 0.08));
}

.payment-card:nth-child(2) img {
  max-width: 85px;
  max-height: 29px;
}

.platforms {
  width: 760px;
  margin: 10px auto 0;
  text-align: center;
}

.platform-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 8px;
}

.platform {
  position: relative;
  display: flex;
  min-height: 43px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  color: rgba(245, 247, 251, 0.9);
  font-size: 12px;
  text-decoration: none;
  transition: color 160ms ease, opacity 160ms ease;
}

.platform:hover {
  color: #fff;
  opacity: 0.86;
}

.platform:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 43px;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.22), transparent);
}

.platform img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  filter: grayscale(1) brightness(2.7);
}

.footer {
  position: absolute;
  left: 50%;
  bottom: 54px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1120px;
  margin: 0;
  padding-top: 8px;
  border-top: 1px solid rgba(183, 192, 204, 0.18);
  color: rgba(193, 201, 216, 0.78);
  font-size: 12px;
}

.footer p,
.footer a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  text-decoration: none;
}

.footer p svg {
  fill: rgba(193, 201, 216, 0.84);
  stroke: none;
  transform: rotate(-10deg);
}

.footer strong {
  color: #ffbf3f;
  font-weight: 500;
}

@media (max-width: 760px) {
  .page {
    min-height: 1180px;
  }

  .earth-bg {
    top: 130px;
    width: 1060px;
    height: 707px;
  }

  .header {
    height: 95px;
    padding: 24px 18px 0;
  }

  .logo {
    width: 190px;
  }

  .login-button {
    min-width: 0;
    height: 42px;
    padding: 0 12px;
    gap: 8px;
  }

  .login-button span {
    font-size: 13px;
  }

  .login-button svg {
    width: 19px;
    height: 19px;
  }

  .hero {
    padding-top: 42px;
  }

  h1 {
    font-size: clamp(31px, 8.5vw, 40px);
    padding: 0 14px;
  }

  .benefits {
    width: calc(100% - 28px);
    grid-template-columns: repeat(2, 1fr);
    row-gap: 18px;
    margin-top: 35px;
  }

  .benefit:nth-child(2)::after {
    display: none;
  }

  .benefit p {
    font-size: 15px;
  }

  .pricing {
    width: calc(100% - 28px);
    margin-top: 118px;
  }

  .plans {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .plan-card {
    height: 126px;
    padding-top: 28px;
  }

  .plan-title {
    font-size: 24px;
  }

  .plan-price {
    font-size: 41px;
    margin-top: 15px;
  }

  .connect-form,
  .payments,
  .platforms,
  .footer {
    width: calc(100% - 36px);
  }

  .payment-list {
    gap: 12px;
  }

  .platform-list {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 14px;
  }

  .platform:nth-child(3)::after {
    display: none;
  }

  .footer {
    position: static;
    transform: none;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }
}
