:root {
  --bg: #030812;
  --panel: #071120;
  --green: #62ff47;
  --green2: #a7ff42;
  --blue: #13b8ff;
  --pink: #ff1678;
  --pink2: #ff3db8;
  --purple: #9d35ff;
  --text: #ffffff;
  --muted: #c8d6ea;
  --dark: #050914;
}
* {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Lato", Arial, sans-serif;
  overflow-x: hidden;
}
body:before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(
      circle at 50% 8%,
      rgba(255, 22, 120, 0.24),
      transparent 34%
    ),
    radial-gradient(circle at 82% 25%, rgba(157, 53, 255, 0.2), transparent 30%),
    radial-gradient(
      circle at 14% 30%,
      rgba(19, 184, 255, 0.16),
      transparent 30%
    ),
    radial-gradient(circle at 50% 55%, rgba(98, 255, 71, 0.08), transparent 42%),
    linear-gradient(180deg, #03020a 0%, #070816 48%, #030711 100%);
}
.page-wrap {
  padding: 40px 0;
  position: relative;
  z-index: 1;
}
.hero {
  padding: 5px 18px 26px;
  min-height: 100vh;
  display: flex;
  align-items: flex-start;
}
.hero-inner {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  text-align: center;
}
.breakthrough-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 auto 16px;
  padding: 10px 26px;
  border-radius: 999px;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 14px;
  background: linear-gradient(
    180deg,
    rgba(28, 22, 38, 0.92) 0%,
    rgba(12, 10, 20, 0.84) 100%
  );
  border: 1px solid rgba(255, 61, 184, 0.72);
  box-shadow: 0 0 30px rgba(255, 22, 120, 0.22),
    0 0 20px rgba(157, 53, 255, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(8px);
}
.breakthrough-pill i {
  font-size: 16px;
  color: var(--pink2);
  text-shadow: 0 0 14px rgba(255, 61, 184, 0.65);
}
.hero-graphic-wrap {
  position: relative;
  margin: 0 auto 14px;
  max-width: 1220px;
  border-radius: 22px;
  padding: 1px;
  background: linear-gradient(
    135deg,
    rgba(255, 22, 120, 0.42),
    rgba(157, 53, 255, 0.3),
    rgba(98, 255, 71, 0.18),
    rgba(19, 184, 255, 0.16)
  );
  box-shadow: 0 0 60px rgba(255, 22, 120, 0.14),
    0 0 40px rgba(157, 53, 255, 0.12);
}
.hero-graphic-wrap:before {
  content: "";
  position: absolute;
  inset: -25px;
  z-index: -1;
  border-radius: 34px;
  background: radial-gradient(
    circle at 50% 45%,
    rgba(255, 22, 120, 0.18),
    rgba(157, 53, 255, 0.13) 38%,
    transparent 63%
  );
  filter: blur(10px);
}
.hero-graphic {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 21px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.48);
}
.hero-copy {
  max-width: 1180px;
  margin: 24px auto 16px;
}
.hero-title {
  margin: 0 0 7px;
  font-family: "Fjalla One", "Impact", sans-serif;
  font-size: 61px;
  line-height: 1.01;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 3px 22px rgba(0, 0, 0, 0.55);
}
.hero-title .green {
  color: var(--pink2);
  text-shadow: 0 0 24px rgba(255, 22, 120, 0.36);
}
.hero-subtitle {
  max-width: 1160px;
  margin: 0 auto 14px;
  font-size: 22px;
  line-height: 1.2;
  color: #dce8f7;
  font-weight: 700;
}
.hero-attention {
  font-family: "Lato", Arial, sans-serif;
  font-size: 29px;
  line-height: 1.16;
  font-weight: 900;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.52);
}
.hero-subtitle .attention-word {
  color: var(--pink2);
  text-shadow: 0 0 22px rgba(255, 22, 120, 0.34);
}
.hero-subtitle .green {
  color: #ffffff;
  text-shadow: 0 0 18px rgba(255, 61, 184, 0.24);
}
.form-shell {
  max-width: 880px;
  margin: 0 auto;
  position: relative;
  padding: 0 0 6px;
}
.form-shell:before {
  content: "";
  position: absolute;
  inset: -36px -60px -20px;
  z-index: -1;
  background: radial-gradient(
    circle at 50% 48%,
    rgba(255, 22, 120, 0.18),
    rgba(157, 53, 255, 0.14) 32%,
    rgba(98, 255, 71, 0.1) 50%,
    transparent 70%
  );
  filter: blur(22px);
  opacity: 0.85;
}
.form-card {
  background: linear-gradient(180deg, #ffffff 0%, #eff6ff 100%);
  border-radius: 28px;
  padding: 40px 16px 34px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.46),
    0 0 0 1px rgba(255, 255, 255, 0.25), 0 0 42px rgba(255, 22, 120, 0.12),
    0 0 30px rgba(98, 255, 71, 0.1);
  border: 1px solid rgba(255, 22, 120, 0.18);
  color: #071120;
}
.form-title {
  font-family: "Fjalla One", "Impact", sans-serif;
  font-size: 36px;
  line-height: 1;
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #071120;
}
.form-card .form {
  margin: 0;
}
.form-row-flex {
  display: flex;
  gap: 14px;
  margin-bottom: 14px;
}
.form-card .form-group {
  position: relative;
  margin: 0;
  flex: 1;
}
.form-card .form-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  opacity: 0.62;
  z-index: 2;
}
.form-card .form-control {
  height: 56px;
  border-radius: 14px;
  border: 1px solid #c5d3e4;
  background: #f2f7fd;
  color: #0b1424;
  font-size: 16px;
  font-weight: 700;
  padding-left: 44px;
  box-shadow: none;
}
.form-card .form-control::placeholder {
  color: #607187;
  opacity: 1;
}
.form-card small {
  display: none;
}
#SponsorName {
  display: block;
  color: #e50000;
  font-size: 14px;
  text-align: left;
  margin: 0 0 8px 2px;
}
#processing-block {
  display: none;
  text-align: center;
  margin: 8px 0;
}
.send-form {
  height: 60px;
  border: 0;
  border-radius: 16px !important;
  background: linear-gradient(90deg, #29ed71 0%, #a9ff40 100%) !important;
  color: #020611 !important;
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  box-shadow: 0 18px 32px rgba(98, 255, 71, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
  transition: 0.2s ease;
}
.send-form:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
}
.micro-trust {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 13px;
  color: #0b1424;
  font-weight: 900;
  font-size: 15px;
}
.micro-trust span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.micro-trust i {
  color: #23d966;
  font-size: 17px;
}
.below-fold {
  padding: 24px 18px 70px;
  /* background: linear-gradient(180deg, rgba(3, 8, 18, 0), rgba(5, 13, 28, 0.86)); */
}
.below-inner {
  max-width: 1160px;
  margin: 0 auto;
  text-align: center;
}
.process-graphic-wrap {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
}
.process-graphic-wrap:before {
  content: "";
  position: absolute;
  inset: -28px;
  z-index: -1;
  background: radial-gradient(
    circle at 50% 45%,
    rgba(255, 22, 120, 0.13),
    rgba(157, 53, 255, 0.11) 34%,
    rgba(19, 184, 255, 0.08) 48%,
    transparent 72%
  );
  filter: blur(18px);
}
.process-graphic {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 22px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(103, 197, 255, 0.13);
}
.tracking-pixel {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 991px) {
  .hero {
    padding-top: 10px;
  }
  .hero-title {
    font-size: 48px;
  }
  .hero-subtitle {
    font-size: 20px;
  }
  .hero-attention {
    font-size: 24px;
  }
  .form-row-flex {
    display: block;
  }
  .form-card .form-group {
    margin-bottom: 12px;
  }
}
@media (max-width: 640px) {
  .hero {
    padding: 10px 12px 30px;
  }
  .breakthrough-pill {
    font-size: 12px;
    padding: 10px 17px;
    margin-bottom: 12px;
    letter-spacing: 0.05em;
  }
  .hero-graphic-wrap {
    border-radius: 16px;
    margin-bottom: 16px;
  }
  .hero-graphic {
    border-radius: 15px;
  }
  .hero-title {
    font-size: 34px;
    line-height: 1.06;
  }
  .hero-subtitle {
    font-size: 17px;
    margin-bottom: 18px;
  }
  .hero-attention {
    font-size: 20px;
    line-height: 1.2;
  }
  .form-card {
    border-radius: 20px;
    padding: 24px 2px 20px;
  }
  .form-title {
    font-size: 31px;
  }
  .send-form {
    font-size: 19px;
    height: 58px;
  }
  .micro-trust {
    gap: 10px;
    font-size: 14px;
  }
  .process-graphic {
    border-radius: 16px;
  }
}
#error li {
  list-style: none;
}
