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

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Onest', sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #2E2E2E;
  background: #F8F8F8;
  -webkit-font-smoothing: antialiased;
}

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

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

button {
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
}

input {
  font-family: inherit;
  border: none;
  outline: none;
}

.container {
  width: 1312px;
  margin: 0 auto;
}

.page {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 12px;
}

.main {
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 8px 24px 10px;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  cursor: pointer;
  transition: opacity 0.2s;
}

.btn:hover {
  opacity: 0.85;
}

.btn--primary {
  background: #070708;
  color: #fff;
}

.btn--white {
  background: #fff;
  color: #2E2E2E;
}

.btn--contour {
  background: #fff;
  color: #2E2E2E;
  border: 1px solid #3ABFA4;
}

.btn--full {
  width: 100%;
}

.btn--large {
  height: 60px;
  border-radius: 20px;
}

.color-green {
  color: #27907B;
}

.section-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  color: #2E2E2E;
}

.check-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.check-item span {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: #2E2E2E;
}

.check-item--white span {
  color: #fff;
}

.check-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.header {
  display: flex;
  justify-content: center;
}

.header__content {
  width: 1312px;
  height: 76px;
  background: #fff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
}

.header__logo img {
  display: block;
}

.header__buttons {
  display: flex;
  gap: 12px;
  align-items: center;
}

.hero {
  display: flex;
  justify-content: center;
}

.hero__content {
  width: 1312px;
  border-radius: 20px;
  background: linear-gradient(223deg, #24A08F 2.38%, #043945 93.74%);
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 48px;
}

.hero__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

.hero__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}

.hero__subtitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
}

.hero__img {
  width: 553px;
  height: 475px;
  position: relative;
  flex-shrink: 0;
}

.hero__rocket {
  width: 475px;
  height: 475px;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}

.hero__target {
  width: 102px;
  height: 102px;
  position: absolute;
  left: 266px;
  top: 107px;
  object-fit: cover;
}

.hero__arrow {
  width: 274px;
  height: 274px;
  position: absolute;
  right: 0;
  bottom: 86px;
  object-fit: cover;
  filter: drop-shadow(-4px 4px 8.3px rgba(27,85,72,0.25));
}

.gift {
  display: flex;
  justify-content: center;
}

.gift__content {
  width: 1312px;
  background: #fff;
  border-radius: 20px;
  display: flex;
  gap: 24px;
  align-items: flex-start;
  overflow: hidden;
  padding: 0 32px;
}

.gift__img {
  width: 367px;
  height: 274px;
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
}

.gift__shape {
  width: 160px;
  position: absolute;
  right: 0;
  top: -20px;
  transform: rotate(-13.31deg);
}

.gift__pic {
  width: 350px;
  position: absolute;
  bottom: -74px;
  right: 17px;
}

.gift__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding: 32px;
}

.gift__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  color: #2E2E2E;
}

.gift__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.advantage-banner {
  display: flex;
  justify-content: center;
}

.advantage-banner__content {
  width: 1312px;
  border-radius: 20px;
  background: linear-gradient(229deg, #3ABFA4 2.07%, #0C687C 99.43%);
  display: flex;
  gap: 12px;
  align-items: flex-start;
  overflow: hidden;
  padding: 0 32px;
  position: relative;
}

.advantage-banner__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 32px;
  color: #fff;
}

.advantage-banner__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

.advantage-banner__subtitle {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.advantage-banner__imgs {
  position: absolute;
  right: 45px;
  top: 68%;
  transform: translateY(-50%);
}

.advantage-banner__shapee {
  width: 151px;
  position: absolute;
  right: 73px;
  top: -75px;
}

.advantage-banner__coin {
  width: 184px;
  position: relative;
}

.telegram {
  display: flex;
  justify-content: center;
}

.telegram__content {
  width: 1312px;
  background: #fff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  overflow: hidden;
  position: relative;
}

.telegram__inner {
  display: flex;
  gap: 48px;
  align-items: flex-start;
  width: 997px;
}

.telegram__icon {
  width: 160px;
  height: 160px;
  flex-shrink: 0;
  position: relative;
  top: -8px;
}

.telegram__right {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  flex: 1;
}

.telegram__text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.telegram__title {
  font-size: 24px;
  font-weight: 700;
  color: #27907B;
}

.telegram__desc {
  font-size: 16px;
  font-weight: 400;
  color: #2E2E2E;
}

.telegram__imgs {
  position: absolute;
  right: 0;
  top: 0;
  width: 300px;
  height: 100%;
}

.telegram__phone {
  position: absolute;
  right: 140px;
  top: 3px;
  width: 171px;
  height: auto;
}

.telegram__circle {
  position: absolute;
  right: 60px;
  top: 25px;
  width: 62px;
  height: auto;
}

.telegram__pic {
  position: absolute;
  right: 95px;
  top: 78px;
  width: 123px;
  height: auto;
}

.telegram__megaphone {
  position: absolute;
  right: 270px;
  top: 37px;
  width: 118px;
  height: auto;
}

.how-works .section-title {
  margin-bottom: 32px;
}

.how-works__blocks {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.how-works__row {
  display: flex;
  gap: 12px;
}

.how-works__card {
  width: 650px;
  border-radius: 20px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  overflow: hidden;
  position: relative;
}

.how-works__card--white {
  background: #fff;
}

.how-works__card--gradient {
  background: linear-gradient(260deg, #3ABFA4 2.07%, #0C687C 99.43%);
  color: #fff;
}

.how-works__card-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.how-works__card--white .how-works__card-title {
  color: #27907B;
}

.how-works__steps {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 424px;
}

.step-item {
  display: flex;
  gap: 12px;
  align-items: center;
}

.step-num {
  width: 44px;
  height: 44px;
  border-radius: 22px;
  background: #F8F8F8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  color: #3ABFA4;
  flex-shrink: 0;
}

.step-num--white {
  background: #fff;
}

.step-item span:last-child {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.step-item--white span:last-child {
  color: #fff;
}

.how-works__circle {
  position: absolute;
  bottom: -70px;
  right: -54px;
  width: 228px;
  height: 228px;
  border-radius: 50%;
  background: #F8F8F8;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.how-works__circle--green {
  background: #3ABFA4;
}

.how-works__circle img {
  width: 141px;
  transform: scaleY(-1);
}

.why-profit .section-title {
  margin-bottom: 32px;
}

.why-profit__row {
  display: flex;
  gap: 12px;
}

.why-profit__card {
  flex: 1;
  background: #fff;
  border-radius: 20px;
  padding: 32px;
  overflow: hidden;
  position: relative;
}

.why-profit__card--gradient {
  background: linear-gradient(260deg, #3ABFA4 2.07%, #0C687C 99.43%);
}

.why-profit__card-title-white {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}

.why-profit__coin {
  position: absolute;
  bottom: -100px;
  right: -103px;
  width: 291px;
  transform: rotate(-9.04deg);
}

.why-profit__card-price {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  color: #27907B;
  margin-bottom: 24px;
}

.why-profit__checklist {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.discounts__top {
  background: #fff;
  border-radius: 20px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  overflow: hidden;
  margin-bottom: 12px;
}

.discounts__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
  padding: 32px;
}

.discounts__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  color: #27907B;
}

.discounts__subtitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: #2E2E2E;
  margin-top: -36px;
}

.discounts__img {
  width: 482px;
  height: 230px;
  flex-shrink: 0;
  overflow: hidden;
}

.discounts__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.discounts__row {
  display: flex;
  gap: 12px;
}

.discounts__card {
  flex: 1;
  background: #fff;
  border-radius: 20px;
  padding: 32px;
  height: 197px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow: hidden;
}

.discounts__card--gradient {
  background: linear-gradient(258deg, #3ABFA4 2.07%, #0C687C 99.43%);
  color: #fff;
}

.discounts__label {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.discounts__price {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  color: #27907B;
}

.discounts__card--gradient .discounts__price {
  color: #fff;
}

.discounts__desc {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.configure__row {
  display: flex;
  gap: 24px;
}

.configure__left {
  width: 644px;
  flex-shrink: 0;
  border-radius: 20px;
  background: linear-gradient(263deg, #3ABFA4 2.07%, #0C687C 99.43%);
  display: flex;
  flex-direction: column;
  gap: 0;
  overflow: hidden;
  position: relative;
}

.configure__heading {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 32px;
  color: #fff;
}

.configure__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

.configure__subtitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.configure__shape {
  position: absolute;
  bottom: -48px;
  right: -43px;
  width: 168px;
}

.configure__img {
  width: 511px;
  height: 350px;
  object-fit: cover;
  transform: translate(-70px, 100px);
}

.configure__grid {
  flex: 1;
  display: flex;
flex-wrap: wrap;
  gap: 12px;
  align-content: flex-start;
}

.configure__card {
  width: 316px;
  background: #fff;
  border-radius: 20px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow: hidden;
  position: relative;
}

.configure__card-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #27907B;
}

.configure__card-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: #2E2E2E;
}

.configure__card-shape {
  position: absolute;
  bottom: -10px;
  right: -15px;
  width: 80px;
  transform: rotate(-24.2deg);
}

.results .section-title {
  margin-bottom: 32px;
}

.results__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.results__card {
  width: 429px;
  background: #fff;
  border-radius: 20px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow: hidden;
}

.results__icon {
  width: 50px;
  height: 50px;
}

.results__card-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #27907B;
}

.results__card-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.cases .section-title {
  margin-bottom: 0;
}

.cases__heading {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
}

.cases__subtitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: #2E2E2E;
}

.cases__row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.cases__left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cases__done {
  background: #fff;
  border-radius: 20px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.cases__done-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #27907B;
}

.cases__done-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cases__result {
  border-radius: 20px;
  background: linear-gradient(250deg, #3ABFA4 2.07%, #0C687C 99.43%);
  padding: 32px;
  display: flex;
  gap: 24px;
  align-items: flex-start;
  overflow: hidden;
  position: relative;
}

.cases__result-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.cases__result-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}

.cases__result-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cases__result-arrow {
  position: absolute;
  bottom: -19px;
  right: 0;
  width: 164px;
}

.cases__right {
  flex: 1;
  background: #fff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 32px 32px 12px;
}

.cases__slider {
  width: 100%;
  overflow: hidden;
  transition: height 0.4s ease;
}

.cases__slider-track {
  display: flex;
  align-items: flex-start;
  transition: transform 0.4s ease;
}

.cases__slide {
  width: 100%;
  flex-shrink: 0;
  position: relative;
}

.cases__slider-img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.cases__slide-label {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  padding: 12px 16px;
  border-radius: 0 0 12px 12px;
}

.cases__pagination {
  display: flex;
  gap: 12px;
  align-items: center;
}

.cases__arrow {
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  background: transparent;
}

.cases__arrow img {
  width: 10px;
  height: 16px;
}

.cases__arrow:hover {
  background: #EBFFFB;
}

.cases__dots {
  display: flex;
  gap: 4px;
  align-items: center;
}

.cases__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #DCDCDC;
}

.cases__dot--active {
  width: 14px;
  border-radius: 6px;
  background: #3ABFA4;
}

.steps__heading {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
}

.steps__subtitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: #2E2E2E;
}

.steps__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.steps__card {
  width: 650px;
  background: #fff;
  border-radius: 20px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow: hidden;
}

.steps__card-head {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}

.steps__card-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #27907B;
}

.steps__card-num {
  font-size: 24px;
  font-weight: 700;
  color: #BBB;
}

.steps__card-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: #2E2E2E;
}

.faq .section-title {
  margin-bottom: 32px;
}

.faq__row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.faq__image {
  width: 300px;
  height: 300px;
  flex-shrink: 0;
  object-fit: cover;
}

.faq__list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq__item {
  background: #fff;
  border-radius: 20px;
  padding: 24px 32px;
  overflow: hidden;
}

.faq__item--highlight {
  background: #EBFFFB;
}

.faq__question {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.faq__question-text {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #27907B;
}

.faq__item {
  transition: background 0.2s;
}

.faq__item:hover {
  background: #EBFFFB;
}

.faq__toggle {
  width: 44px;
  height: 44px;
  border-radius: 22px;
  background: #F8F8F8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.faq__toggle img {
  width: 24px;
  height: 24px;
}

.faq__icon-minus {
  display: none;
}

.faq__item--open .faq__icon-minus {
  display: block;
}

.faq__item--open .faq__icon-plus {
  display: none;
}

.faq__answer {
  display: none;
  padding-top: 12px;
}

.faq__answer p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: #2E2E2E;
}

.faq__item--open .faq__answer {
  display: block;
}

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(7, 7, 8, 0.5);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.modal-overlay--open {
  display: flex;
}

.modal {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  max-width: 620px;
  width: 90%;
  position: relative;
  animation: modalFadeIn 0.25s ease;
}

@keyframes modalFadeIn {
  from { opacity: 0; transform: translateY(-20px); }
  to { opacity: 1; transform: translateY(0); }
}

.modal__close {
  position: absolute;
  top: 16px;
  right: 20px;
  background: none;
  border: none;
  font-size: 28px;
  color: #BBB;
  cursor: pointer;
  line-height: 1;
  transition: color 0.2s;
}

.modal__close:hover {
  color: #070708;
}

.modal__title {
  font-size: 24px;
  font-weight: 700;
  color: #2E2E2E;
  margin-bottom: 24px;
}

.modal__table {
  width: 100%;
  border-collapse: collapse;
}

.modal__table tr {
  border-bottom: 1px solid #F0F0F0;
}

.modal__table tr:last-child {
  border-bottom: none;
}

.modal__table td {
  padding: 10px 0;
  font-size: 15px;
  line-height: 1.4;
  color: #2E2E2E;
  vertical-align: top;
}

.modal__table td:first-child {
  font-weight: 500;
  color: #888;
  white-space: nowrap;
  padding-right: 20px;
  width: 140px;
}

.footer {
  background: #DCE9E6;
  display: flex;
  justify-content: center;
  margin-top: 100px;
}

.footer__content {
  width: 1312px;
  padding: 0 16px;
}

.footer__top {
  display: flex;
  gap: 12px;
  padding-top: 100px;
  padding-bottom: 50px;
}

.footer__col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer__col:not(:first-child) {
  gap: 24px;
}

.footer__bottom {
  border-top: 1px solid #C1C1C1;
  display: flex;
  align-items: center;
  padding: 50px 0 100px;
}

.footer__bottom span {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: #2E2E2E;
}

.footer__logo img {
  display: block;
}

.footer__tagline {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: #2E2E2E;
}

.footer__link {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: #2E2E2E;
  transition: color 0.2s;
}

.footer__link:hover {
  color: #27907B;
}



.section-title {
  font-size: clamp(28px, 5vw, 48px);
}

@media (max-width: 1360px) {
  .container,
  .header__content,
  .hero__content,
  .gift__content,
  .advantage-banner__content,
  .telegram__content,
  .footer__content {
    width: 100%;
    max-width: 1312px;
    margin: 0 auto;
  }

  .page {
    padding-left: 16px;
    padding-right: 16px;
  }

  .how-works__card,
  .steps__card {
    width: calc(50% - 6px);
  }

  .results__card {
    width: calc(33.333% - 8px);
  }

  .configure__left {
    width: 50%;
  }

  .configure__card {
    width: calc(50% - 6px);
  }
}

@media (max-width: 1024px) {
  .main {
    gap: 60px;
  }

  .hero__content {
    padding: 32px;
  }

  .hero__img {
    width: 350px;
    height: 300px;
  }

  .hero__rocket {
    width: 300px;
    height: 300px;
  }

  .hero__target {
    left: 165px;
    top: 67px;
    width: 65px;
    height: 65px;
  }

  .hero__arrow {
    width: 175px;
    height: 175px;
    bottom: 55px;
  }

  .hero__title {
    font-size: 36px;
  }

  .gift__img {
    width: 250px;
  }

  .gift__pic {
    width: 240px;
    bottom: -50px;
  }

  .gift__shape {
    width: 110px;
  }

  .gift__title {
    font-size: clamp(28px, 5vw, 48px);
  }

  .advantage-banner__shapee {
    width: 100px;
  }

  .advantage-banner__coin {
    width: 130px;
  }

  .advantage-banner__title {
    font-size: clamp(24px, 4vw, 36px);
  }

  .advantage-banner__subtitle {
    font-size: clamp(18px, 3vw, 24px);
  }

  .telegram__inner {
    gap: 24px;
  }

  .telegram__icon {
    width: 80px;
    height: 80px;
    top: -4px;
  }

  .telegram__imgs {
    transform: scale(0.6);
    transform-origin: top right;
  }

  .how-works__row {
    flex-direction: column;
  }

  .how-works__card {
    width: 100%;
  }

  .how-works__steps {
    width: 100%;
  }

  .why-profit__row {
    flex-wrap: wrap;
  }

  .why-profit__card {
    flex: none;
    width: calc(50% - 6px);
  }

  .why-profit__card:first-child {
    width: 100%;
  }

  .discounts__img {
    width: 300px;
    height: 180px;
  }

  .discounts__row {
    flex-wrap: wrap;
  }

  .discounts__card {
    flex: none;
    width: calc(50% - 6px);
    height: auto;
  }

  .discounts__card:last-child {
    width: 100%;
  }

  .configure__left {
    width: 45%;
  }

  .configure__img {
    width: 100%;
    height: auto;
  }

  .configure__card {
    width: calc(50% - 6px);
  }

  .results__card {
    width: calc(50% - 6px);
  }

  .cases__row {
    flex-direction: column;
    align-items: stretch;
  }

  .cases__right {
    order: -1;
  }

  .cases__slider-img {
    width: 100%;
    height: auto;
  }

  .steps__card {
    width: calc(50% - 6px);
  }

  .faq__image {
    width: 200px;
    height: 200px;
  }

  .faq__question-text {
    font-size: 20px;
  }

  .footer {
    margin-top: 60px;
  }

  .footer__top {
    flex-wrap: wrap;
    padding-top: 48px;
    padding-bottom: 40px;
  }

  .footer__col:first-child {
    width: 100%;
    margin-bottom: 24px;
  }

  .footer__col:not(:first-child) {
    flex: 1;
  }

  .footer__bottom {
    padding: 32px 0 48px;
  }
}

@media (max-width: 768px) {
  .page {
    gap: 16px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .main {
    gap: 40px;
  }

  .btn {
    font-size: 16px;
    height: 40px;
    padding: 6px 16px 8px;
  }

  .btn--large {
    height: 52px;
    font-size: 16px;
    border-radius: 16px;
  }

  .hero__text .btn,
  .gift__text .btn,
  .discounts__text .btn,
  .advantage-banner__content .btn,
  .telegram__right .btn {
    width: 100%;
    text-align: center;
  }

  .header__content {
    padding: 12px;
    border-radius: 16px;
    height: auto;
  }

  .header__logo img {
    width: 180px;
    height: auto;
  }

  .header__buttons {
    gap: 8px;
  }

  .hero__content {
    padding: 24px;
    border-radius: 16px;
  }

  .hero__img {
    display: none;
  }

  .hero__title {
    font-size: clamp(24px, 6vw, 36px);
  }

  .hero__subtitle {
    font-size: 16px;
  }

  .hero__text {
    gap: 20px;
  }

  .gift__content {
    padding: 24px;
    border-radius: 16px;
  }

  .gift__img {
    display: none;
  }

  .gift__text {
    padding: 0;
    gap: 16px;
  }

  .gift__title {
    font-size: 24px;
  }

  .check-item span {
    font-size: 16px;
  }

  .advantage-banner__content {
    padding: 20px;
    border-radius: 16px;
  }

  .advantage-banner__imgs {
    display: none;
  }

  .advantage-banner__title {
    font-size: 24px;
  }

  .advantage-banner__subtitle {
    font-size: 16px;
  }

  .telegram__content {
    padding: 24px;
    border-radius: 16px;
  }

  .telegram__imgs {
    display: none;
  }

  .telegram__inner {
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 20px;
    width: 100%;
  }

  .telegram__right {
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }

  .telegram__text {
    align-items: center;
  }

  .telegram__icon {
    width: 72px;
    height: 72px;
    margin: 0 auto;
    top: 0;
  }

  .telegram__title {
    font-size: 20px;
  }

  .telegram__btn-row {
    justify-content: center;
  }

  .how-works__card {
    padding: 24px;
    border-radius: 16px;
  }

  .how-works__card-title {
    font-size: 20px;
  }

  .step-item span:last-child {
    font-size: 16px;
  }

  .step-num {
    width: 36px;
    height: 36px;
    font-size: 18px;
  }

  .how-works__circle {
    width: 120px;
    height: 120px;
    bottom: -40px;
    right: -30px;
  }

  .how-works__circle img {
    width: 80px;
  }

  .why-profit__row {
    flex-direction: column;
  }

  .why-profit__card {
    width: 100% !important;
  }

  .why-profit__card-price {
    font-size: 26px;
  }

  .why-profit__coin {
    display: none;
  }

  .discounts__top {
    flex-direction: column;
  }

  .discounts__img {
    display: none;
  }

  .discounts__text {
    padding: 24px;
    gap: 24px;
  }

  .discounts__subtitle {
    margin-top: -12px;
  }

  .discounts__title {
    font-size: clamp(24px, 5vw, 36px);
  }

  .discounts__row {
    flex-direction: column;
  }

  .discounts__card {
    width: 100% !important;
    height: auto;
  }

  .discounts__price {
    font-size: 26px;
  }

  .configure__row {
    flex-direction: column;
  }

  .configure__left {
    width: 100%;
  }

  .configure__img {
    display: none;
  }

  .configure__shape {
    display: none;
  }

  .configure__heading {
    padding: 24px;
  }

  .configure__title {
    font-size: clamp(28px, 6vw, 48px);
  }

  .configure__grid {
    width: 100%;
  }

  .configure__card {
    width: 100%;
    padding: 24px;
  }

  .configure__card-title {
    font-size: 20px;
  }

  .results__card {
    width: 100%;
  }

  .results__card-title {
    font-size: 20px;
  }

  .cases__result {
    padding: 24px;
  }

  .cases__result-arrow {
    display: none;
  }

  .cases__done {
    padding: 24px;
  }

  .steps__card {
    width: 100%;
    padding: 24px;
  }

  .steps__card-title {
    font-size: 20px;
  }

  .faq__image {
    display: none;
  }

  .faq__item {
    padding: 16px 20px;
    border-radius: 16px;
  }

  .faq__question-text {
    font-size: 18px;
  }

  .faq__toggle {
    width: 36px;
    height: 36px;
  }

  .faq__toggle img {
    width: 20px;
    height: 20px;
  }

  .footer {
    margin-top: 40px;
  }

  .footer__top {
    flex-wrap: wrap;
    padding-top: 40px;
    padding-bottom: 32px;
  }

  .footer__col:first-child {
    flex: none;
    width: 100%;
    margin-bottom: 20px;
  }

  .footer__col:not(:first-child) {
    flex: 1;
    gap: 16px;
  }

  .footer__bottom {
    padding: 24px 0 32px;
  }

  .footer__bottom span {
    font-size: 14px;
  }
}

@media (max-width: 400px) {
  .page {
    padding-left: 8px;
    padding-right: 8px;
  }

  .header__logo img {
    width: 150px;
  }

  .header__buttons .btn:first-child {
    display: none;
  }

  .hero__title {
    font-size: 22px;
  }

  .gift__title {
    font-size: 22px;
  }

  .faq__question-text {
    font-size: 16px;
  }

  .btn {
    font-size: 14px;
    padding: 8px 16px;
  }
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

@keyframes floatSlow {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.06); }
}

@keyframes spinSlow {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes wobble {
  0%, 100% { transform: rotate(-24.2deg) translateY(0); }
  50% { transform: rotate(-24.2deg) translateY(-6px); }
}

.hero__rocket {
  animation: float 4s ease-in-out infinite;
}

.hero__target {
  animation: pulse 3s ease-in-out infinite;
}

.hero__arrow {
  animation: floatSlow 3.5s ease-in-out infinite 0.5s;
}

.advantage-banner__coin,
.why-profit__coin {
  animation: spinSlow 12s linear infinite;
}

.gift__shape {
  animation: floatSlow 4s ease-in-out infinite 0.3s;
}

.gift__pic {
  animation: float 3.5s ease-in-out infinite;
}

.advantage-banner__shapee {
  animation: floatSlow 5s ease-in-out infinite;
}

.telegram__megaphone {
  animation: floatSlow 4s ease-in-out infinite 0.2s;
}

.telegram__phone {
  animation: float 3.5s ease-in-out infinite 0.5s;
}

.telegram__circle {
  animation: pulse 4s ease-in-out infinite;
}

.telegram__pic {
  animation: floatSlow 4.5s ease-in-out infinite 0.8s;
}

.configure__shape {
  animation: floatSlow 5s ease-in-out infinite;
}

.configure__card-shape picture,
.configure__card-shape {
  animation: wobble 3.5s ease-in-out infinite;
}

.configure__card:nth-child(1) .configure__card-shape,
.configure__card:nth-child(1) picture {
  animation-delay: 0s;
}
.configure__card:nth-child(2) .configure__card-shape,
.configure__card:nth-child(2) picture {
  animation-delay: 0.3s;
}
.configure__card:nth-child(3) .configure__card-shape,
.configure__card:nth-child(3) picture {
  animation-delay: 0.6s;
}
.configure__card:nth-child(4) .configure__card-shape,
.configure__card:nth-child(4) picture {
  animation-delay: 0.9s;
}
.configure__card:nth-child(5) .configure__card-shape,
.configure__card:nth-child(5) picture {
  animation-delay: 1.2s;
}

.how-works__circle img {
  animation: pulse 4s ease-in-out infinite;
}

.faq__image,
.faq__image img {
  animation: floatSlow 4s ease-in-out infinite;
}

.cases__result-arrow,
.cases__result-arrow img {
  animation: floatSlow 3s ease-in-out infinite;
}

.anim {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.anim--left {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.anim--right {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.anim--scale {
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.anim.visible,
.anim--left.visible,
.anim--right.visible,
.anim--scale.visible {
  opacity: 1;
  transform: translate(0) scale(1);
}

.anim-delay-1 { transition-delay: 0.1s; }
.anim-delay-2 { transition-delay: 0.2s; }
.anim-delay-3 { transition-delay: 0.3s; }
.anim-delay-4 { transition-delay: 0.4s; }
.anim-delay-5 { transition-delay: 0.5s; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
  }
}
