:root {
  --blue-1: #0629a4;
  --blue-2: #1195ea;
  --light-card: #eef3ff;
  --text-dark: #0f1a30;
  --text-white: #f4f7ff;
  --accent: #b8ff00;
  --radius: 56px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Geologica", sans-serif;
  background: #ffffff;
  color: var(--text-dark);
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

.page {
  width: 100%;
  --page-x: clamp(10px, 2vw, 28px);
  padding: 0 var(--page-x) 0;
}

.section-shell {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  background: radial-gradient(circle at 20% 100%, #2a85ff 0%, transparent 38%),
    linear-gradient(118deg, var(--blue-1), var(--blue-2));
}

.hero {
  min-height: clamp(420px, 52vw, 665px);
  padding: clamp(22px, 3vw, 48px) clamp(18px, 8vw, 112px) clamp(22px, 4vw, 52px);
  border-radius: 0 0 var(--radius) var(--radius);
  margin-left: calc(var(--page-x) * -1);
  margin-right: calc(var(--page-x) * -1);
  background:
    radial-gradient(120% 120% at 8% 100%, rgba(8, 28, 120, 0.92) 0%, rgba(6, 24, 109, 0.35) 42%, transparent 70%),
    linear-gradient(90deg, #04155f 0%, #06329c 46%, #24aeea 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.34;
  background-image: linear-gradient(rgba(145, 205, 255, 0.26) 1px, transparent 1px),
    linear-gradient(90deg, rgba(145, 205, 255, 0.26) 1px, transparent 1px);
  background-size: clamp(56px, 4.8vw, 82px) clamp(56px, 4.8vw, 82px);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 8% 16%, rgba(255, 196, 73, 0.5) 0 1px, transparent 2px),
    radial-gradient(circle at 95% 16%, rgba(133, 230, 255, 0.62) 0 1px, transparent 2px),
    radial-gradient(circle at 22% 62%, rgba(108, 183, 255, 0.12) 0, transparent 40%),
    radial-gradient(circle at 72% 18%, rgba(79, 161, 255, 0.12) 0, transparent 34%);
  pointer-events: none;
}

.hero__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 4;
}

.hero__logo {
  width: clamp(60px, 9vw, 162px);
}

.hero__logo-link {
  display: inline-flex;
}

.hero__tg img {
  width: clamp(96px, 13vw, 188px);
}

.hero__body {
  margin-top: clamp(26px, 4.8vw, 72px);
  max-width: min(63vw, 760px);
  position: relative;
  z-index: 3;
}

.h-main {
  margin: 0;
  color: var(--text-white);
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 104%;
  letter-spacing: 0;
  font-size: 55px;
}

.hero__line-text {
  display: block;
  white-space: nowrap;
}

.hero__sub {
  margin: clamp(20px, 2.6vw, 28px) 0 clamp(12px, 2vw, 20px);
  color: #dbe9ff;
  font-family: "Geologica", sans-serif;
  font-weight: 200;
  font-size: 22px;
  line-height: 25px;
  letter-spacing: 0;
  max-width: min(84%, 560px);
}

.hero__accent {
  position: relative;
  display: inline-block;
  color: #b8ff00;
}

.hero__accent::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 4px;
  width: 100%;
  height: 0.52em;
  min-height: 8px;
  max-height: 18px;
  background: url("./Rectangle 252.png") center / 100% 100% no-repeat;
}

.hero__actions {
  position: relative;
  display: flex;
  align-items: center;
  gap: clamp(4px, 0.45vw, 8px);
}

.hero .cta-btn {
  font-size: clamp(14px, 1.55vw, 24px);
  padding: clamp(10px, 1.35vw, 18px) clamp(24px, 3.4vw, 54px) clamp(10px, 1.35vw, 18px)
    clamp(18px, 2.9vw, 44px);
  font-weight: 500;
  border-radius: 999px;
  position: relative;
  z-index: 1;
}

.hero__round-btn {
  border: 0;
  width: clamp(34px, 4.1vw, 62px);
  height: clamp(34px, 4.1vw, 62px);
  border-radius: 50%;
  background: var(--accent);
  color: #0f1728;
  font-size: clamp(16px, 1.9vw, 28px);
  font-weight: 600;
  cursor: pointer;
  margin-left: clamp(-6px, -0.45vw, -3px);
  margin-right: clamp(8px, 1vw, 14px);
  position: relative;
  z-index: 2;
}

.hero__round-btn::before {
  content: "";
  position: absolute;
  left: clamp(-22px, -1.9vw, -14px);
  top: 50%;
  transform: translateY(-50%);
  width: clamp(24px, 2.2vw, 34px);
  height: 47%;
  border-radius: 0;
  background: var(--accent);
  z-index: -1;
}

.hero__how-link {
  color: #d8e9ff;
  text-decoration: none;
  font-size: clamp(12px, 1.25vw, 20px);
  font-weight: 500;
}

.hero__benefits {
  list-style: none;
  margin: clamp(12px, 2vw, 24px) 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(10px, 1.8vw, 28px);
}

.hero__benefits li {
  display: inline-flex;
  align-items: center;
  color: #dcecff;
  font-size: clamp(10px, 1.05vw, 16px);
  font-weight: 500;
}

.hero__benefits li::before {
  content: "";
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  display: inline-block;
  background: url("./check-icon.png") center / contain no-repeat;
  flex: 0 0 auto;
}

.hero__apple {
  position: absolute;
  right: -0%;
  bottom: -0%;
  width: min(45vw, 640px);
  pointer-events: none;
  z-index: 2;
}

.cta-btn {
  border: 0;
  border-radius: 999px;
  background: var(--accent);
  color: #0d1403;
  font-family: "Geologica", sans-serif;
  font-size: clamp(11px, 1.7vw, 28px);
  padding: clamp(8px, 1.2vw, 16px) clamp(14px, 2.2vw, 40px);
  cursor: pointer;
}

.cta-btn::after {
  content: none;
}

.h-title {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.04;
  font-size: clamp(30px, 4vw, 55px);
  color: #171f34;
}

.numbers {
  margin-top: clamp(10px, 2vw, 24px);
  display: grid;
  grid-template-columns: 1.12fr 1fr;
  gap: clamp(18px, 2.8vw, 42px);
  align-items: center;
  background: transparent;
  border-radius: 0;
  padding: clamp(22px, 3.5vw, 46px) clamp(16px, 4vw, 44px);
}

.numbers__title {
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 48px;
  line-height: 102%;
  letter-spacing: 0;
  text-transform: uppercase;
  max-width: 560px;
}

.numbers__text {
  margin: clamp(10px, 1.4vw, 18px) 0 0;
  max-width: 560px;
  color: #2a2f38;
  font-family: "Geologica", sans-serif;
  font-weight: 200;
  font-size: 25px;
  line-height: 25px;
  letter-spacing: 0;
}

.numbers__btn {
  margin-top: clamp(12px, 1.8vw, 24px);
  font-size: clamp(18px, 2vw, 32px);
  padding: clamp(10px, 1.2vw, 16px) clamp(24px, 3.4vw, 52px);
}

.numbers__btn::after {
  content: "↗";
  margin-left: clamp(10px, 1vw, 16px);
}

.numbers__stats {
  display: grid;
  gap: clamp(10px, 1.5vw, 18px);
}

.numbers__earned {
  border-radius: 999px;
  background: #136af8;
  color: #f3f8ff;
  padding: clamp(14px, 1.8vw, 24px) clamp(18px, 2.3vw, 30px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(12px, 1.5vw, 20px);
}

.numbers__sum {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 52px;
  line-height: 104%;
  letter-spacing: 0;
  text-transform: uppercase;
}

.numbers__earned-text {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 112%;
  letter-spacing: -0.02em;
  text-align: right;
  color: #d9e8ff;
}

.numbers__cards {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: clamp(10px, 1.2vw, 18px);
}

.numbers__experience-num {
  width: clamp(88px, 9vw, 138px);
  height: clamp(88px, 9vw, 138px);
  border-radius: 50%;
  background: #136af8;
  color: #eef6ff;
  font-family: "Oswald", sans-serif;
  font-size: clamp(48px, 4.6vw, 74px);
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.numbers__experience-text {
  min-width: clamp(130px, 13vw, 198px);
  min-height: clamp(88px, 9vw, 138px);
  border-radius: 999px;
  background: #d6d6d6;
  color: #2c3139;
  padding: 0 clamp(14px, 1.5vw, 20px);
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 112%;
  letter-spacing: -0.02em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: right;
}

.income {
  margin-top: clamp(10px, 2vw, 28px);
  padding: clamp(18px, 2.6vw, 40px);
  margin-left: calc(var(--page-x) * -1);
  margin-right: calc(var(--page-x) * -1);
  border-radius: var(--radius);
  background:
    radial-gradient(120% 120% at 10% 0%, rgba(24, 95, 191, 0.24) 0%, rgba(24, 95, 191, 0) 52%),
    linear-gradient(180deg, #02104f 0%, #052377 52%, #0d6cb1 100%);
}

.income::after {
  content: none;
}

.income .h-title,
.process .h-process {
  color: var(--text-white);
}

.income .h-title {
  font-size: clamp(38px, 4.6vw, 72px);
  line-height: 0.98;
}

.income__head p {
  margin: clamp(4px, 0.6vw, 8px) 0 0;
  color: #d9e9ff;
  font-size: clamp(12px, 1.65vw, 24px);
  font-weight: 200;
}

.income__grid {
  margin-top: clamp(14px, 1.8vw, 24px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.glass-card {
  min-height: clamp(190px, 19vw, 272px);
  border-radius: 0;
  border: 0;
  background: transparent;
  padding: clamp(10px, 1.4vw, 18px) clamp(12px, 1.6vw, 22px) clamp(16px, 1.8vw, 24px);
  color: #dcecff;
}

.glass-card + .glass-card {
  border-left: 1px solid rgba(191, 222, 255, 0.36);
}

.glass-card h3 {
  margin: 0;
  color: #b7ff00;
  font-family: "Geologica", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 104%;
  letter-spacing: 0;
  font-size: 34px;
}

.glass-card p {
  margin: clamp(8px, 0.9vw, 12px) 0 0;
  max-width: 95%;
  font-family: "Geologica", sans-serif;
  font-weight: 100;
  font-size: 25px;
  line-height: 25px;
  letter-spacing: 0;
}

.income__bottom {
  margin-top: clamp(8px, 1.6vw, 18px);
  padding-top: clamp(8px, 1vw, 14px);
  min-height: min(24vw, 330px);
  position: relative;
}

.income__payment {
  max-width: min(58%, 690px);
  position: relative;
  z-index: 1;
  padding: clamp(10px, 1.4vw, 18px) clamp(14px, 2vw, 26px);
  border-left: 4px solid rgba(183, 255, 0, 0.85);
  border-radius: 18px;
  background: linear-gradient(90deg, rgba(3, 14, 66, 0.58) 0%, rgba(3, 14, 66, 0.24) 74%, rgba(3, 14, 66, 0) 100%);
}

.income__payment h3 {
  margin: 0;
  color: var(--text-white);
  font-family: "Geologica", sans-serif;
  line-height: 102%;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 56px;
}

.income__payment p {
  margin: clamp(8px, 1vw, 14px) 0 0;
  max-width: min(75%, 540px);
  color: #d8eaff;
  font-weight: 300;
  font-size: clamp(20px, 1.85vw, 30px);
  line-height: 1.05;
}

.income__target {
  position: absolute;
  right: -6%;
  bottom: -22%;
  width: min(46vw, 660px);
}

.income__dart-left {
  position: absolute;
  left: -3%;
  bottom: 55%;
  width: min(28vw, 230px);
}

.income__dart {
  position: absolute;
  left: 34%;
  bottom: 60%;
  width: min(18vw, 290px);
}

.trust,
.comments,
.faq {
  margin-top: clamp(10px, 2.2vw, 34px);
}

.comments {
  margin-top: 60px;
}
.trust {
  border-radius: clamp(24px, 3.2vw, 44px);
  padding: clamp(8px, 1.6vw, 20px) 0 0;
}

.trust .h-title {
  margin: 0 0 clamp(14px, 1.6vw, 20px);
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 48px;
  line-height: 102%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #111111;
}

.trust__accent {
  position: relative;
  display: block;
  width: fit-content;
}

.trust__accent::after {
  content: "";
  position: absolute;
  left: -2px;
  right: -2px;
  bottom: 2px;
  height: 0.34em;
  background: url("./Rectangle 252.png") center / 100% 100% no-repeat;
  z-index: -1;
}

.trust__content {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: clamp(18px, 2.5vw, 34px);
  align-items: start;
}

.trust__text {
  max-width: 760px;
}

.trust__text p {
  margin: 0 0 14px;
  color: #1a1a1a;
  font-family: "Geologica", sans-serif;
  font-weight: 200;
  font-size: 22px;
  line-height: 25px;
  letter-spacing: 0;
}

.trust__text p:last-child {
  margin-bottom: 0;
}

.trust__logos {
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 245px));
  justify-content: end;
  align-content: start;
  gap: clamp(10px, 1.2vw, 18px);
}

.trust__logo {
  background: #0f1118;
  border-radius: 999px;
  min-height: clamp(74px, 7.2vw, 100px);
  padding: 10px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.trust__logo--wide {
  grid-column: 1 / span 2;
  width: min(100%, 355px);
  justify-self: center;
}

.trust__logos img {
  height: clamp(24px, 2.1vw, 38px);
  width: auto;
  display: block;
}

.comments__grid {
  margin-top: clamp(22px, 2.8vw, 44px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(26px, 3.2vw, 54px);
}

.comments__title {
  max-width: 520px;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 48px;
  line-height: 102%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #111111;
}

.comments__title span {
  display: block;
}

.comment-card {
  max-width: 420px;
}

.comment-card img {
  width: clamp(82px, 8vw, 132px);
  height: clamp(82px, 8vw, 132px);
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

.comment-card h3 {
  margin: clamp(12px, 1.5vw, 22px) 0 6px;
  font-family: "Geologica", sans-serif;
  font-weight: 600;
  font-size: clamp(18px, 2.1vw, 42px);
  line-height: 1.06;
  color: #121212;
}

.comment-card__country {
  margin: 0;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: clamp(15px, 1.85vw, 32px);
  line-height: 1.08;
  color: #222222;
}

.comment-card > p:not(.comment-card__country) {
  margin: clamp(12px, 1.4vw, 20px) 0 0;
  max-width: 410px;
  font-family: "Geologica", sans-serif;
  font-weight: 100;
  font-size: 25px;
  line-height: 25px;
  letter-spacing: 0;
  color: #2b2b2b;
}

.process {
  margin-top: clamp(10px, 2vw, 28px);
  margin-left: calc(var(--page-x) * -1);
  margin-right: calc(var(--page-x) * -1);
  border-radius: var(--radius);
  padding: clamp(18px, 2.6vw, 40px) clamp(16px, 3.1vw, 44px);
  background:
    radial-gradient(130% 130% at 100% 0%, rgba(12, 66, 178, 0.5) 0%, rgba(12, 66, 178, 0) 58%),
    linear-gradient(225deg, #020b3e 0%, #041a72 48%, #0c4f93 100%);
}

.process::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.34;
  background-image: linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: clamp(56px, 4.8vw, 82px) clamp(56px, 4.8vw, 82px);
}

.h-process {
  position: relative;
  z-index: 1;
  margin: 0 0 clamp(16px, 2vw, 28px);
  max-width: 530px;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  line-height: 102%;
  font-size: 56px;
  letter-spacing: 0;
  color: #d7e8ff;
}

.process__list {
  position: relative;
  z-index: 1;
  margin: 0 0 clamp(14px, 1.9vw, 24px);
  padding: 0;
  list-style: none;
  display: grid;
  gap: clamp(10px, 1.1vw, 16px);
}

.process__list li {
  background: #f4f8ff;
  border-radius: 999px;
  min-height: clamp(48px, 5vw, 72px);
  padding: clamp(8px, 0.9vw, 12px) clamp(14px, 1.8vw, 24px) clamp(8px, 0.9vw, 12px) clamp(8px, 0.9vw, 12px);
  display: flex;
  align-items: center;
  gap: clamp(10px, 1vw, 14px);
  font-size: clamp(14px, 1.35vw, 33px);
  line-height: 1.08;
}

.process__list span {
  width: clamp(30px, 2.8vw, 42px);
  height: clamp(30px, 2.8vw, 42px);
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  color: #131313;
  font-family: "Geologica", sans-serif;
  font-weight: 700;
}

.process .cta-btn {
  position: relative;
  z-index: 1;
  margin-left: auto;
  display: block;
}

.faq__grid {
  margin: 0;
  display: contents;
}

.faq .h-title {
  margin: 0;
  max-width: 620px;
  grid-column: 1;
  grid-row: 1;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 48px;
  line-height: 102%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #111111;
}

.faq {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(12px, 1.5vw, 22px) clamp(12px, 1.5vw, 18px);
  align-items: start;
}

.faq__grid article {
  border-radius: 34px;
  background: #efefef;
  padding: clamp(16px, 2vw, 28px) clamp(18px, 2.2vw, 30px);
}

.faq__grid article:nth-child(1) {
  grid-column: 1;
  grid-row: 2;
}

.faq__grid article:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}

.faq__grid article:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}

.faq__grid h3 {
  margin: 0;
  font-family: "Geologica", sans-serif;
  font-size: clamp(18px, 1.45vw, 32px);
  line-height: 1.15;
  letter-spacing: 0;
  font-weight: 700;
  color: #101010;
}

.faq__grid p {
  margin: clamp(8px, 0.9vw, 12px) 0 0;
  font-family: "Geologica", sans-serif;
  font-weight: 100;
  font-size: 22px;
  line-height: 25px;
  letter-spacing: 0;
  color: #1f1f1f;
}

.faq__pill {
  display: none;
}

.faq .cta-btn {
  grid-column: 1;
  grid-row: 3;
  justify-self: start;
  margin-top: clamp(2px, 0.5vw, 8px);
  font-family: "Geologica", sans-serif;
  font-weight: 500;
  font-size: clamp(20px, 1.7vw, 28px);
  line-height: 1;
  letter-spacing: 0;
  padding: clamp(14px, 1.3vw, 20px) clamp(24px, 2.1vw, 34px);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.faq .cta-btn::after {
  content: "↗";
  font-weight: 600;
}

.footer-shell {
  margin-top: clamp(12px, 2vw, 24px);
  margin-left: calc(var(--page-x) * -1);
  margin-right: calc(var(--page-x) * -1);
  border-radius: 42px 42px 0 0;
  padding: clamp(14px, 2vw, 26px) clamp(16px, 3vw, 34px);
  background: linear-gradient(90deg, #0a2ca8, #0f4aaf);
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 16px;
  align-items: center;
}

.footer-shell__left img {
  width: clamp(62px, 8vw, 150px);
}

.footer-shell__logo-link {
  display: inline-flex;
}

.footer-shell__copy {
  margin: 0;
  text-align: center;
  color: #c7dcff;
  font-size: clamp(9px, 1vw, 22px);
}

.footer-shell__tg img {
  width: clamp(106px, 14vw, 188px);
}

.overlay {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: none;
  place-items: center;
  padding: clamp(10px, 2.4vw, 34px);
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.75);
}

.overlay.is-open {
  display: grid;
}

.overlay .modal {
  display: none;
}

.overlay.is-form .modal--form,
.overlay.is-success .modal--success {
  display: grid;
}

.modal {
  width: 100%;
  height: 100%;
  max-height: calc(100svh - (clamp(10px, 2.4vw, 34px) * 2));
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  grid-template-columns: 1fr 0.95fr;
  background: radial-gradient(circle at 20% 100%, #318aff 0%, transparent 40%),
    linear-gradient(118deg, var(--blue-1), var(--blue-2));
}

.modal__left {
  padding: clamp(16px, 4vw, 60px);
  overflow: hidden;
}

.modal h3 {
  margin: 0;
  color: #f2f7ff;
  font-family: "Oswald", sans-serif;
  font-size: clamp(32px, 4vw, 74px);
  line-height: 1;
  font-weight: 400;
}

.modal p {
  margin: 12px 0 0;
  color: #dcecff;
  font-size: clamp(12px, 1.5vw, 22px);
  line-height: 1.25;
  max-width: 560px;
}

.modal img {
  width: 100%;
  align-self: end;
}

.lead-form {
  margin-top: clamp(10px, 2vw, 30px);
  max-width: 520px;
  display: grid;
  gap: 10px;
}

.lead-form input {
  height: clamp(40px, 4.4vw, 58px);
  border-radius: 12px;
  border: 1px solid rgba(164, 198, 255, 0.4);
  background: rgba(19, 65, 163, 0.42);
  color: #ebf3ff;
  font-size: clamp(12px, 1.3vw, 20px);
  padding: 0 14px;
}

.lead-form input::placeholder {
  color: #b9cff8;
}

.lead-form__phone {
  height: clamp(40px, 4.4vw, 58px);
  border-radius: 12px;
  border: 1px solid rgba(164, 198, 255, 0.4);
  background: rgba(19, 65, 163, 0.42);
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
}

.lead-form__country {
  height: 100%;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 10px;
  border-right: 1px solid rgba(164, 198, 255, 0.4);
  color: #ebf3ff;
  font-size: clamp(12px, 1.3vw, 20px);
}

.lead-form__flag {
  width: 22px;
  height: 16px;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  flex: 0 0 auto;
  background: linear-gradient(to bottom, #d22730 0 66.7%, #009246 66.7% 100%);
}

.lead-form__flag::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: #ffffff;
}

.lead-form__phone-input {
  border: 0;
  background: transparent;
  width: 100%;
  height: 100%;
  color: #ebf3ff;
  font-size: clamp(12px, 1.3vw, 20px);
  padding: 0 14px;
}

.lead-form__phone-input::placeholder {
  color: #b9cff8;
}

.lead-form__phone-input:focus {
  outline: 0;
}

.lead-form .cta-btn {
  width: fit-content;
}

.modal__close {
  position: absolute;
  right: 14px;
  top: 14px;
  width: clamp(30px, 3.4vw, 46px);
  height: clamp(30px, 3.4vw, 46px);
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  color: #d9eaff;
  font-size: clamp(24px, 2.7vw, 38px);
  cursor: pointer;
}

.modal__note strong {
  color: #ffffff;
}

.modal__id {
  color: #7da9e7;
  margin-top: clamp(12px, 8vw, 90px);
}

@media (max-width: 1100px) {
  .numbers {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .income__grid,
  .trust__content {
    grid-template-columns: 1fr;
  }

  .trust__logos {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }

  .numbers__cards {
    justify-content: flex-start;
  }

  .numbers__stats {
    max-width: 680px;
  }

  .numbers__earned {
    justify-content: space-between;
  }

  .numbers__sum {
    font-size: clamp(42px, 7vw, 70px);
  }

  .numbers__earned-text {
    font-size: clamp(16px, 2.4vw, 24px);
  }

  .numbers__experience-num {
    font-size: clamp(44px, 6vw, 66px);
  }

  .numbers__experience-text {
    font-size: clamp(16px, 2.2vw, 22px);
  }

  .income__grid,
  .trust__content {
    grid-template-columns: 1fr;
  }

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

  .faq .h-title,
  .faq__grid article,
  .faq .cta-btn {
    grid-column: auto;
    grid-row: auto;
  }

  .faq__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

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

  .income__payment {
    max-width: 100%;
  }

  .glass-card + .glass-card {
    border-left: 0;
    border-top: 1px solid rgba(191, 222, 255, 0.36);
  }

  .income__target {
    width: min(56vw, 520px);
  }

  .income__dart-left {
    left: -18%;
    width: min(32vw, 340px);
  }

  .income__dart {
    left: 18%;
    width: min(20vw, 170px);
  }

  .modal {
    grid-template-columns: 1fr;
  }

  .modal img {
    max-width: min(100%, 560px);
    justify-self: end;
  }

  .footer-shell {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
}

@media (max-width: 700px) {
  :root {
    --radius: 28px;
  }

  .page {
    --page-x: 10px;
    padding: 0 var(--page-x) 0;
  }

  .hero {
    min-height: 380px;
    padding: 18px 16px 16px;
  }

  .hero__body {
    margin-top: 14px;
    max-width: 100%;
  }

  .h-main {
    font-size: clamp(30px, 9.5vw, 42px);
  }

  .hero__line-text {
    white-space: normal;
  }

  .hero__line {
    display: none;
  }

  .hero__sub {
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.35;
    max-width: 100%;
  }

  .hero__actions {
    flex-wrap: wrap;
    gap: 8px;
  }

  .hero .cta-btn {
    font-size: 14px;
    padding: 10px 18px;
  }

  .hero__round-btn {
    width: 38px;
    height: 38px;
    font-size: 18px;
    margin-left: -4px;
    margin-right: 9px;
  }

  .hero__round-btn::before {
    left: -14px;
    width: 18px;
    height: 72%;
    border-radius: 0;
  }

  .hero__how-link {
    font-size: 13px;
    width: 100%;
  }

  .hero__benefits {
    gap: 10px 14px;
  }

  .hero__benefits li {
    font-size: 11px;
  }

  .hero__apple {
    width: min(68vw, 320px);
    right: -28%;
    bottom: -3%;
    opacity: 0.9;
  }

  .comments__grid {
    grid-template-columns: 1fr;
  }

  .trust {
    padding: 16px 12px;
  }

  .trust__logos {
    grid-template-columns: 1fr;
  }

  .trust__logo--wide {
    grid-column: auto;
  }

  .numbers {
    padding: 18px 14px;
    gap: 14px;
  }

  .numbers__title {
    font-size: clamp(29px, 8.5vw, 38px);
    max-width: 100%;
  }

  .numbers__text {
    font-size: 15px;
    line-height: 1.35;
  }

  .numbers__btn {
    font-size: 16px;
    padding: 10px 18px;
  }

  .numbers__earned {
    border-radius: 30px;
    padding: 10px 14px;
  }

  .numbers__sum {
    font-size: clamp(28px, 9vw, 38px);
  }

  .numbers__earned-text {
    font-size: 14px;
    line-height: 1.1;
  }

  .numbers__cards {
    gap: 10px;
    justify-content: flex-start;
  }

  .numbers__experience-num {
    width: 86px;
    height: 86px;
    font-size: 34px;
  }

  .numbers__experience-text {
    min-width: 132px;
    min-height: 86px;
    font-size: 14px;
  }

  .process .cta-btn,
  .faq .cta-btn {
    width: auto;
    margin-left: 0;
  }

  .income {
    padding: 16px 12px 14px;
  }

  .income .h-title {
    font-size: clamp(30px, 9vw, 40px);
  }

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

  .glass-card {
    min-height: 0;
    padding: 10px 8px 12px;
  }

  .glass-card h3 {
    font-size: clamp(24px, 7vw, 30px);
  }

  .glass-card p {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.35;
  }

  .income__payment h3 {
    font-size: clamp(27px, 8vw, 36px);
  }

  .income__payment p {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.35;
  }

  .income__target {
    right: -24%;
    bottom: -14%;
    width: min(74vw, 340px);
  }

  .income__dart-left {
    left: -36%;
    bottom: 34%;
    width: min(52vw, 220px);
  }

  .income__dart {
    left: 6%;
    bottom: 28%;
    width: min(30vw, 130px);
  }

  .trust .h-title,
  .comments__title,
  .faq .h-title,
  .h-process {
    font-size: clamp(30px, 8.5vw, 40px);
  }

  .trust__text p,
  .comment-card > p:not(.comment-card__country),
  .faq__grid p {
    font-size: 15px;
    line-height: 1.35;
  }

  .comment-card h3 {
    font-size: clamp(22px, 7vw, 30px);
  }

  .comment-card__country {
    font-size: 16px;
  }

  .faq__grid article {
    border-radius: 22px;
    padding: 14px 14px 16px;
  }

  .faq__grid h3 {
    font-size: 18px;
  }

  .process__list li {
    border-radius: 18px;
    min-height: 0;
    padding: 10px 12px;
    align-items: flex-start;
    font-size: 15px;
    line-height: 1.3;
  }

  .process__list span {
    width: 28px;
    height: 28px;
    flex: 0 0 auto;
  }

  .footer-shell {
    border-radius: 24px 24px 0 0;
    padding: 14px 12px 16px;
    gap: 10px;
  }

  .footer-shell__copy {
    font-size: 12px;
    line-height: 1.35;
  }

  .modal {
    max-height: calc(100svh - 20px);
    overflow: auto;
  }

  .modal__left {
    padding: 18px 14px;
  }

  .modal img {
    display: none;
  }

  .lead-form .cta-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 520px) {
  .hero {
    min-height: 0;
    padding: 14px 12px 14px;
  }

  .hero__top {
    align-items: flex-start;
  }

  .hero__tg img {
    width: 118px;
  }

  .hero__apple {
    width: min(63vw, 260px);
    right: -34%;
    bottom: 0;
  }

  .numbers {
    padding: 14px 10px;
  }

  .numbers__cards {
    flex-direction: column;
    align-items: flex-start;
  }

  .numbers__experience-text {
    min-width: 0;
    width: 100%;
    border-radius: 16px;
    min-height: 0;
    padding: 10px 12px;
    justify-content: flex-start;
    text-align: left;
  }

  .income {
    padding: 14px 10px 12px;
  }

  .income__payment {
    padding: 10px 12px;
  }

  .trust {
    padding: 12px 10px;
  }

  .comments {
    margin-top: 36px;
  }

  .faq {
    gap: 10px;
  }

  .faq .cta-btn,
  .process .cta-btn {
    width: 100%;
    justify-content: center;
  }

  .lead-form__country {
    gap: 6px;
    padding: 0 8px;
  }

  .lead-form__code {
    font-size: 12px;
  }
}
