:root {
  --blue: #0759ff;
  --blue-dark: #061f8f;
  --ink: #030c1d;
  --muted: #5c6678;
  --yellow: #ffd500;
  --cyan: #14d9ff;
  --page: #f7f8fb;
  --white: #ffffff;
  --shadow: 0 24px 60px rgba(3, 12, 29, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--page);
  overflow-x: hidden;
}

body {
  min-height: 100%;
  margin: 0;
  color: var(--ink);
  font-family: Inter, Arial, Helvetica, sans-serif;
  background: #ffffff;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  width: 960px;
  margin: 0 auto;
  padding: 72px 30px 0;
}

.page--main {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding-bottom: 72px;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.92fr);
  gap: 30px;
  width: 100%;
  min-height: 690px;
  overflow: hidden;
  border-radius: 36px;
  padding: 54px 48px;
  color: var(--white);
  background:
    radial-gradient(circle at 82% 18%, rgba(0, 213, 255, 0.28), transparent 17rem),
    linear-gradient(135deg, #0865ff 0%, #02197a 74%);
  box-shadow: var(--shadow);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -12% -42% 34%;
  height: 360px;
  border-radius: 50%;
  background: rgba(255, 213, 0, 0.2);
  filter: blur(58px);
}

.hero__content {
  position: relative;
  z-index: 2;
  align-self: center;
}

.hero__badge {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  margin-bottom: 22px;
  border: 2px solid rgba(255, 213, 0, 0.9);
  border-radius: 999px;
  padding: 0 18px;
  color: var(--yellow);
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.hero h1 {
  max-width: 600px;
  margin: 0;
  font-size: clamp(42px, 6vw, 74px);
  line-height: 0.96;
  font-weight: 900;
}

.hero p {
  max-width: 560px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 24px;
  line-height: 1.32;
}

.lead-form {
  display: grid;
  gap: 14px;
  width: min(100%, 520px);
  margin-top: 34px;
}

.lead-form label {
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  font-weight: 700;
}

.lead-form input {
  width: 100%;
  height: 58px;
  border: 0;
  border-radius: 16px;
  padding: 0 18px;
  color: var(--ink);
  font: inherit;
  font-size: 17px;
  background: rgba(255, 255, 255, 0.96);
  outline: 3px solid transparent;
}

.lead-form input:focus {
  outline-color: rgba(255, 213, 0, 0.64);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 66px;
  border: 0;
  border-radius: 18px;
  padding: 0 28px;
  font: inherit;
  font-size: 22px;
  font-weight: 900;
  cursor: pointer;
}

.button--primary {
  color: #050505;
  background: linear-gradient(180deg, #ffe96b 0%, var(--yellow) 100%);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.2);
}

.button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.lead-form__status {
  min-height: 22px;
  margin: 0;
  color: var(--yellow);
  font-size: 15px;
  font-weight: 700;
}

.hero__visual {
  position: relative;
  z-index: 1;
  min-height: 590px;
}

.guide-card {
  position: absolute;
  top: 10px;
  right: -20px;
  width: min(115%, 480px);
  transform: rotate(-4deg);
  filter: drop-shadow(0 22px 32px rgba(0, 0, 0, 0.25));
}

.man-preview {
  position: absolute;
  right: -96px;
  bottom: -88px;
  width: min(120%, 500px);
  filter: drop-shadow(0 26px 36px rgba(0, 0, 0, 0.22));
}

.page--thanks {
  padding: 72px 30px 0;
}

.telegram-guide {
  display: grid;
  grid-template-columns: 310px 120px minmax(0, 1fr);
  align-items: center;
  gap: 20px;
  min-height: 428px;
  overflow: hidden;
  border-radius: 34px;
  padding: 34px 36px 28px 22px;
  color: var(--white);
  background:
    radial-gradient(circle at 16% 14%, rgba(0, 196, 255, 0.24), transparent 18rem),
    linear-gradient(135deg, #075eff 0%, #031978 76%);
  box-shadow: var(--shadow);
}

.telegram-guide__image {
  align-self: end;
  transform: translate(-28px, 54px) scale(1.16);
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.24));
}

.telegram-guide__icon {
  display: grid;
  place-items: center;
  width: 120px;
  height: 120px;
  border: 5px solid var(--yellow);
  border-radius: 50%;
}

.gift-icon {
  width: 58px;
  height: 58px;
  fill: var(--yellow);
}

.telegram-guide__text h1 {
  margin: 0;
  font-size: clamp(44px, 5.8vw, 60px);
  line-height: 1.08;
  font-weight: 900;
}

.telegram-guide__text h1 span {
  display: block;
  color: var(--yellow);
}

.telegram-guide__text p {
  margin: 50px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(28px, 4vw, 38px);
  line-height: 1.35;
}

.telegram-guide__text strong {
  color: var(--cyan);
  font-weight: 500;
}

.telegram-button {
  position: relative;
  display: grid;
  grid-template-columns: 112px 1fr;
  align-items: center;
  gap: 44px;
  min-height: 160px;
  margin: 36px 0;
  border-radius: 32px;
  padding: 28px 72px 28px 90px;
  color: #050505;
  font-size: clamp(34px, 5vw, 52px);
  font-weight: 900;
  background: #ffd100;
  box-shadow: 0 24px 48px rgba(3, 12, 29, 0.18);
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.telegram-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 150%;
  height: 100%;
  background: linear-gradient(90deg,
      transparent,
      rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 0.6),
      rgba(255, 255, 255, 0.1),
      transparent);
  transform: skewX(-20deg);
  animation: softShimmer 3.5s infinite;
}

.telegram-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 28px 56px rgba(3, 12, 29, 0.22);
}

.telegram-button__icon {
  position: relative;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: #061018;
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.22);
}

.telegram-button__icon::before {
  content: "";
  position: absolute;
  left: 29px;
  top: 31px;
  width: 40px;
  height: 32px;
  background: var(--yellow);
  clip-path: polygon(0 42%, 100% 0, 72% 100%, 47% 64%, 25% 82%);
  transform: rotate(-7deg);
}

.thanks-card {
  position: relative;
  min-height: 840px;
  overflow: hidden;
  border-radius: 32px 32px 0 0;
  padding: 88px 46px 0;
  background: var(--white);
  box-shadow: 0 -8px 34px rgba(3, 12, 29, 0.08);
}

.thanks-card__copy {
  position: relative;
  z-index: 2;
  max-width: 560px;
}

.thanks-card h2 {
  margin: 0;
  color: #031026;
  font-size: clamp(58px, 9vw, 94px);
  line-height: 1.12;
  font-weight: 900;
}

.thanks-card h2 span {
  display: block;
  color: var(--blue);
}

.underline {
  width: 230px;
  height: 28px;
  margin: 34px 0 48px;
  border-top: 9px solid var(--yellow);
  border-radius: 50%;
  transform: rotate(-4deg);
}

.thanks-card p {
  margin: 0;
  color: #071226;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.45;
}

.thanks-card p strong {
  color: var(--blue);
  font-weight: 900;
}

.thanks-card__man {
  position: absolute;
  right: -48px;
  bottom: -4px;
  z-index: 1;
  width: min(62vw, 555px);
}

.main-reference {
  position: relative;
  width: 1120px;
  height: auto;
  min-height: 1672px;
  margin: 0 auto;
  padding: 39px 24px 42px;
  overflow: visible;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0) 53%, rgba(255, 255, 255, 0.92) 60%),
    #ffffff;
}

.main-hero {
  position: relative;
  min-height: 948px;
}

.main-hero__panel {
  position: relative;
  z-index: 1;
  min-height: 434px;
  overflow: hidden;
  border-radius: 31px;
  padding: 24px 31px 28px;
  color: #ffffff;
  background:
    radial-gradient(circle at 50% 18%, rgba(35, 149, 255, 0.48), transparent 19rem),
    linear-gradient(135deg, #075eff 0%, #061b86 74%);
  box-shadow: 0 18px 38px rgba(2, 17, 79, 0.16);
}

.main-hero__panel h1 {
  margin: 0;
  font-size: 66px;
  line-height: 1.34;
  font-weight: 900;
  letter-spacing: -0.02em;
  text-shadow: 0 3px 0 rgba(255, 255, 255, 0.12);
}

.main-hero__panel h1 span {
  color: var(--yellow);
}

.main-hero__underline {
  width: 214px;
  height: 28px;
  margin: -7px 0 0 2px;
  border-top: 7px solid var(--yellow);
  border-radius: 50%;
  transform: rotate(-3deg);
}

.icon-bubble {
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: radial-gradient(circle at 33% 28%, #1681ff 0%, #034ee7 72%);
  box-shadow: 0 10px 20px rgba(0, 61, 220, 0.32);
}

.icon-bubble svg {
  width: 56%;
  height: 56%;
  fill: #ffffff;
}

.icon-bubble--square {
  border-radius: 22px;
}

.growth-icon {
  position: absolute;
  right: 26px;
  top: 31px;
  width: 102px;
  height: 102px;
  background: linear-gradient(145deg, #1478ff 0%, #053bce 100%);
  box-shadow:
    inset 0 0 0 3px rgba(255, 255, 255, 0.18),
    0 10px 18px rgba(3, 12, 29, 0.24);
}

.growth-icon svg {
  width: 68%;
  height: 68%;
}

.main-hero__man {
  position: absolute;
  z-index: 2;
  right: -91px;
  top: 196px;
  width: 550px;
  filter: drop-shadow(0 10px 18px rgba(3, 12, 29, 0.04));
}

.intro-card {
  position: absolute;
  z-index: 3;
  left: 39px;
  top: 505px;
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 16px;
  width: 454px;
  min-height: 254px;
  border-radius: 22px;
  padding: 25px 20px 24px 25px;
  background: #ffffff;
  box-shadow: 0 8px 25px rgba(3, 12, 29, 0.16);
}

.intro-card p {
  margin: 0;
  color: #050505;
  font-size: 23px;
  line-height: 1.48;
  font-weight: 400;
}

.intro-card strong {
  color: var(--blue);
  font-weight: 900;
}

.target-icon {
  flex: 0 0 auto;
  width: 72px;
  height: 72px;
}

.guide-strip {
  position: absolute;
  z-index: 3;
  left: 39px;
  top: 783px;
  display: grid;
  grid-template-columns: 180px 1fr;
  grid-template-rows: 100%;
  width: 455px;
  height: 200px;
  overflow: hidden;
  border-radius: 28px;
  color: #ffffff;
  background:
    radial-gradient(circle at 100% 0%, rgba(20, 217, 255, 0.3), transparent 12rem),
    linear-gradient(135deg, #075eff 0%, #031978 80%);
  box-shadow:
    0 20px 48px rgba(3, 12, 29, 0.2),
    inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.guide-strip img {
  width: 155px;
  max-width: none;
  align-self: end;
  transform: translate(-20px, 22px) rotate(-2deg);
  filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.3));
}

.guide-strip__content {
  padding: 24px 20px 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.guide-strip__title {
  display: flex;
  align-items: center;
  gap: 14px;
}

.guide-strip h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -0.01em;
}

.guide-strip h2 span {
  display: block;
  color: var(--yellow);
}

.guide-strip p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1.35;
  font-weight: 500;
}

.small-gift-icon {
  display: grid;
  place-items: center;
  width: 61px;
  height: 61px;
  border: 3px solid var(--yellow);
  border-radius: 50%;
}

.small-gift-icon svg {
  width: 58%;
  height: 58%;
  fill: var(--yellow);
}

.benefits {
  position: absolute;
  z-index: 4;
  left: 38px;
  right: 38px;
  top: 1008px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 21px;
}

.benefit-card {
  min-height: 194px;
  border-radius: 18px;
  padding: 24px 23px 20px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 26px rgba(3, 12, 29, 0.13);
}

.benefit-card h3 {
  margin: -58px 0 24px 80px;
  color: #050505;
  font-size: 22px;
  line-height: 1.13;
  font-weight: 900;
}

.benefit-card p {
  margin: 0;
  color: #050505;
  font-size: 21px;
  line-height: 1.42;
}

.benefit-icon {
  width: 62px;
  height: 62px;
}

.reference-form {
  position: absolute;
  z-index: 5;
  left: 20px;
  right: 20px;
  top: 1010px;
  min-height: 392px;
  border-radius: 23px;
  padding: 34px 16px 28px;
  background: #ffffff;
  box-shadow: 0 15px 34px rgba(3, 12, 29, 0.18);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.reference-form label {
  display: block;
  margin-bottom: 36px;
  width: 100%;
  max-width: 560px;
}

.reference-form label>span {
  display: block;
  margin: 0 0 14px 12px;
  color: #050505;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 900;
}

.input-wrap {
  position: relative;
  width: 100%;
}

.field-icon {
  position: absolute;
  left: 25px;
  top: 50%;
  width: 42px;
  height: 42px;
  transform: translateY(-50%);
  color: #9ba0aa;
}

.field-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.reference-form input {
  width: 100%;
  height: 138px;
  border: 1px solid #bfc3cc;
  border-radius: 20px;
  padding: 0 22px 0 96px;
  color: #050505;
  font: inherit;
  font-size: 38px;
  background: #ffffff;
  outline: 3px solid transparent;
}

.reference-form input::placeholder {
  color: #8d9098;
}

.reference-form input:focus {
  outline-color: rgba(5, 89, 255, 0.18);
  border-color: var(--blue);
}

.reference-submit {
  position: relative;
  z-index: 2;
  margin: 10px auto 0;
  width: 100%;
  max-width: 820px;
  min-height: 140px;
  border: none;
  border-radius: 26px;
  padding: 12px 24px;
  color: #050505;
  font-size: 52px;
  font-weight: 900;
  cursor: pointer;
  background: #ffcc00;
  box-shadow:
    0 12px 32px rgba(255, 204, 0, 0.3),
    inset 0 2px 4px rgba(255, 255, 255, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  text-align: center;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.reference-submit::before {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 150%;
  height: 100%;
  background: linear-gradient(90deg,
      transparent,
      rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 0.6),
      rgba(255, 255, 255, 0.1),
      transparent);
  transform: skewX(-20deg);
  animation: softShimmer 3.5s infinite;
}

.reference-submit:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow:
    0 18px 42px rgba(255, 204, 0, 0.44),
    inset 0 2px 4px rgba(255, 255, 255, 0.5);
  background: #ffd500;
}

.reference-submit:active {
  transform: translateY(-1px) scale(0.99);
}

@keyframes softShimmer {
  0% {
    left: -150%;
  }

  30%,
  100% {
    left: 150%;
  }
}

.reference-submit:disabled {
  cursor: wait;
  opacity: 0.74;
}

.submit-icon {
  display: grid;
  place-items: center;
  width: 92px;
  height: 92px;
  border-radius: 18px;
  background: #061018;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.12);
}

.submit-icon svg {
  width: 68%;
  height: 68%;
  fill: var(--yellow);
}

.reference-form__status {
  min-height: 19px;
  margin: 9px 0 0;
  color: var(--blue);
  font-size: 15px;
  font-weight: 800;
  text-align: center;
}