.alpha-main {
  max-width: 1180px;
}

.alpha-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(430px, 1.08fr);
  align-items: center;
  gap: clamp(38px, 6vw, 80px);
  min-height: 640px;
  padding: 34px 0 70px;
}

.alpha-hero__copy h1 {
  max-width: 690px;
  margin-top: 22px;
  color: #f7f9fe;
  font-family: "Archivo", "Segoe UI", sans-serif;
  font-size: clamp(3.1rem, 6vw, 5.2rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.alpha-hero__copy > p {
  max-width: 650px;
  margin-top: 23px;
  color: #94a2b6;
  font-size: 1rem;
  line-height: 1.75;
}

.alpha-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 23px;
}

.alpha-facts span {
  padding: 7px 10px;
  border: 1px solid rgba(126, 149, 185, 0.14);
  border-radius: 999px;
  color: #8190a5;
  background: rgba(14, 25, 42, 0.55);
  font-size: 0.67rem;
}

.alpha-facts span:first-child {
  color: #7ddab9;
  border-color: rgba(63, 203, 151, 0.18);
  background: rgba(31, 153, 111, 0.08);
}

.alpha-preview {
  position: relative;
  display: grid;
  gap: 13px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(126, 149, 185, 0.15);
  border-radius: 22px;
  background:
    radial-gradient(420px 250px at 100% 100%, rgba(45, 194, 141, 0.1), transparent 72%),
    linear-gradient(155deg, rgba(18, 33, 56, 0.98), rgba(8, 17, 30, 0.98));
  box-shadow: 0 42px 90px -48px rgba(0, 0, 0, 0.95);
}

.alpha-preview::before {
  content: "";
  position: absolute;
  inset: -20% 30% 60% -20%;
  background: radial-gradient(circle, rgba(91, 132, 247, 0.16), transparent 70%);
  pointer-events: none;
}

.alpha-preview__bar,
.alpha-product,
.alpha-preview__summary {
  position: relative;
  z-index: 1;
}

.alpha-preview__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #e7edf7;
  font-size: 0.82rem;
  font-weight: 700;
}

.alpha-preview__status {
  padding: 6px 8px;
  border: 1px solid rgba(61, 202, 151, 0.15);
  border-radius: 999px;
  color: #75d8b5;
  background: rgba(35, 160, 116, 0.08);
  font-size: 0.6rem;
}

.alpha-preview__summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.alpha-preview__summary div {
  display: grid;
  gap: 6px;
  min-height: 88px;
  padding: 14px;
  border: 1px solid rgba(127, 149, 185, 0.1);
  border-radius: 12px;
  background: rgba(17, 30, 50, 0.78);
}

.alpha-preview__summary small {
  color: #697a91;
  font-size: 0.6rem;
}

.alpha-preview__summary strong {
  align-self: end;
  color: #e8edf6;
  font-size: 1.1rem;
}

.alpha-good {
  color: #61d7ae !important;
}

.alpha-product {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px;
  border: 1px solid rgba(127, 149, 185, 0.09);
  border-radius: 12px;
  background: rgba(11, 23, 39, 0.8);
}

.alpha-product > div:first-child {
  display: grid;
  gap: 4px;
}

.alpha-product strong {
  color: #dce4ef;
  font-size: 0.75rem;
}

.alpha-product small {
  color: #66778d;
  font-size: 0.58rem;
}

.alpha-product__price {
  display: grid;
  gap: 4px;
  flex-shrink: 0;
  text-align: right;
}

.alpha-product__price span {
  color: #65d8b0;
  font-size: 0.6rem;
}

.alpha-chart {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: end;
  gap: 8px;
  height: 92px;
  padding: 12px 14px 0;
  border-top: 1px solid rgba(127, 149, 185, 0.08);
}

.alpha-chart span {
  flex: 1;
  min-height: 12px;
  border-radius: 5px 5px 0 0;
  background: linear-gradient(to top, rgba(73, 112, 220, 0.3), rgba(101, 145, 255, 0.85));
}

.alpha-section {
  margin: 110px 0;
}

.alpha-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.alpha-steps article,
.alpha-capabilities__grid article,
.alpha-action-card {
  border: 1px solid rgba(126, 149, 185, 0.13);
  border-radius: 16px;
  background: rgba(14, 25, 42, 0.78);
  box-shadow: 0 34px 90px -58px rgba(0, 0, 0, 0.95);
}

.alpha-steps article {
  min-height: 210px;
  padding: 22px;
}

.alpha-steps article > span,
.alpha-action-card__number {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 26px;
  border-radius: 10px;
  color: #9db5ff;
  background: rgba(77, 111, 208, 0.15);
  font-size: 0.64rem;
  font-weight: 800;
}

.alpha-steps h3,
.alpha-action-card h3 {
  color: #eef3fb;
  font-family: "Archivo", "Segoe UI", sans-serif;
  font-size: 1rem;
}

.alpha-steps p,
.alpha-capabilities__grid p,
.alpha-action-card > p {
  margin-top: 10px;
  color: #78889d;
  font-size: 0.77rem;
  line-height: 1.65;
}

.alpha-capabilities__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.alpha-capabilities__grid article {
  min-height: 150px;
  padding: 22px;
}

.alpha-capabilities__grid strong {
  color: #dfe7f2;
  font-size: 0.9rem;
}

.alpha-note {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 20px;
  margin-top: 12px;
  padding: 19px 22px;
  border: 1px solid rgba(230, 180, 88, 0.17);
  border-radius: 14px;
  background: rgba(122, 87, 27, 0.08);
}

.alpha-note strong {
  color: #e9c47d;
  font-size: 0.76rem;
}

.alpha-note p {
  color: #8f8779;
  font-size: 0.74rem;
  line-height: 1.55;
}

.alpha-start {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(30px, 5vw, 64px);
  margin: 120px 0;
  padding: clamp(28px, 5vw, 52px);
  border: 1px solid rgba(101, 143, 255, 0.2);
  border-radius: 24px;
  background:
    radial-gradient(520px 260px at 100% 100%, rgba(53, 199, 147, 0.08), transparent 70%),
    linear-gradient(145deg, rgba(28, 47, 89, 0.26), rgba(10, 20, 35, 0.96));
}

.alpha-start__intro h2 {
  margin-top: 18px;
  color: #f2f6fd;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.alpha-start__intro > p {
  margin-top: 18px;
  line-height: 1.65;
}

.alpha-start__intro ol {
  display: grid;
  gap: 10px;
  margin: 25px 0 0;
  padding-left: 20px;
  color: #9aa8ba;
  font-size: 0.78rem;
}

.alpha-start__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.alpha-action-card {
  display: flex;
  flex-direction: column;
  padding: 23px;
}

.alpha-action-card .register__form {
  margin-top: 20px;
}

.alpha-action-card .btn {
  width: 100%;
}

.alpha-release {
  display: grid;
  gap: 8px;
  margin: 22px 0;
}

.alpha-release div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(126, 149, 185, 0.09);
}

.alpha-release dt {
  color: #728299;
  font-size: 0.69rem;
}

.alpha-release dd {
  color: #cbd5e5;
  font-size: 0.7rem;
  font-weight: 700;
}

.alpha-verify-link {
  margin-top: 14px;
  color: #8eaaff;
  font-size: 0.7rem;
  text-align: center;
}

.alpha-support {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin: 110px 0 30px;
  padding: 28px;
  border: 1px solid rgba(126, 149, 185, 0.12);
  border-radius: 18px;
  background: rgba(14, 25, 42, 0.65);
}

.alpha-support h2 {
  color: #eef3fb;
  font-size: 1.35rem;
}

.alpha-support p {
  max-width: 720px;
  margin-top: 7px;
  font-size: 0.77rem;
  line-height: 1.55;
}

.brand__badge img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}

@media (max-width: 980px) {
  .alpha-hero,
  .alpha-start {
    grid-template-columns: 1fr;
  }

  .alpha-steps,
  .alpha-capabilities__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .alpha-hero {
    min-height: 0;
    padding-top: 18px;
  }

  .alpha-hero__copy h1 {
    font-size: clamp(2.75rem, 15vw, 4.4rem);
  }

  .alpha-preview {
    padding: 15px;
  }

  .alpha-preview__summary,
  .alpha-steps,
  .alpha-capabilities__grid,
  .alpha-start__actions {
    grid-template-columns: 1fr;
  }

  .alpha-product {
    align-items: flex-start;
  }

  .alpha-note,
  .alpha-support {
    align-items: flex-start;
    grid-template-columns: 1fr;
    flex-direction: column;
  }
}
