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

html {
  scroll-behavior: smooth;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  color: #040907;
  line-height: 1.6;
  overflow-x: hidden;
  background: #040907;
}

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

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

ul,
ol {
  list-style: none;
}

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

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}
@media (max-width: 767px) {
  .container {
    padding: 0 12px;
  }
}

.container-fluid {
  width: 100%;
  padding: 0 16px;
}
@media (max-width: 767px) {
  .container-fluid {
    padding: 0 12px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

[class*=col-] {
  padding-left: 8px;
  padding-right: 8px;
  width: 100%;
}

.col {
  flex: 1 0 0%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 767px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1023px) {
  .col-md {
    flex: 1 0 0%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1440px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.justify-content-start {
  justify-content: flex-start;
}

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

.justify-content-end {
  justify-content: flex-end;
}

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

.justify-content-around {
  justify-content: space-around;
}

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

.align-items-center {
  align-items: center;
}

.align-items-end {
  align-items: flex-end;
}

.align-items-stretch {
  align-items: stretch;
}

.gap-0 {
  gap: 0;
}

.gap-1 {
  gap: 8px;
}

.gap-2 {
  gap: 16px;
}

.gap-3 {
  gap: 24px;
}

.gap-4 {
  gap: 32px;
}

.gap-5 {
  gap: 40px;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-flex {
  display: flex;
}

.d-grid {
  display: grid;
}

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

.flex-row {
  flex-direction: row;
}

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

.btn {
  padding: 14px 32px;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.btn-primary {
  background: #2eec78;
  color: #ffffff;
}
.btn-primary:hover {
  background: rgb(22.625, 233.875, 104.9013157895);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(46, 236, 120, 0.3);
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

@media (max-width: 1023px) {
  .text-md-center {
    text-align: center;
  }
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .text-sm-center {
    text-align: center;
  }
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
}
.m-0 {
  margin: 0;
}

.m-auto {
  margin: 0 auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.p-0 {
  padding: 0;
}

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

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

@media (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .hide-tablet {
    display: none !important;
  }
}
.show-mobile {
  display: none !important;
}
@media (max-width: 767px) {
  .show-mobile {
    display: block !important;
  }
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-auto {
  overflow: auto;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in-up {
  animation: fadeInUp 0.6s ease-out;
}

.landing-page {
  position: relative;
  color: #ffffff;
  background-color: #040907;
  background-image: url("/assets/dark-gradient-3.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  font-family: "Urbanist", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  overflow: hidden;
}
.landing-page::before, .landing-page::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
  filter: blur(160px);
}
.landing-page::before {
  top: 120px;
  right: -240px;
  width: 780px;
  height: 780px;
  background: radial-gradient(circle, rgba(46, 236, 120, 0.3) 0%, rgba(46, 236, 120, 0) 70%);
}
.landing-page::after {
  top: 3300px;
  left: -260px;
  width: 820px;
  height: 820px;
  background: radial-gradient(circle, rgba(46, 236, 120, 0.22) 0%, rgba(46, 236, 120, 0) 72%);
}

.landing-page > * {
  position: relative;
  z-index: 1;
}

.landing-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid #ffffff;
  background: rgba(4, 9, 7, 0.9);
  backdrop-filter: blur(8px);
}
.landing-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}
.landing-header__brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
}
.landing-header__logo {
  width: 32px;
  height: 32px;
}
.landing-header__menu {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 16px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  border: 0;
  font-weight: 800;
  cursor: pointer;
}

.btn--accent {
  padding: 8px 16px;
  background: #2eec78;
  color: #040907;
}

.btn--white {
  min-width: 220px;
  padding: 20px 32px;
  background: #ffffff;
  color: #040907;
  font-size: 22px;
}

.hero {
  padding: 44px 0 0;
  background-image: url("../../../assets/images/new/bg-1.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero__grid {
  display: grid;
  grid-template-columns: 615px 1fr;
  gap: 24px;
  align-items: end;
}
.hero__title {
  font-size: 72px;
  line-height: 1.08;
  font-weight: 900;
}
.hero__subtitle-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 4px;
}
.hero__subtitle {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.1;
}
.hero__amount {
  color: #2eec78;
  font-size: 56px;
  font-weight: 900;
  line-height: 1.1;
}
.hero__lead {
  margin-top: 28px;
  max-width: 615px;
  font-size: 16px;
  line-height: 1.5;
  color: #f0f0f0;
}
.hero__stores {
  display: flex;
  gap: 12px;
  margin-top: 80px;
}
.hero__store {
  height: 55px;
}
.hero__illustration {
  width: 100%;
  max-width: 468px;
  margin-left: auto;
}

.highlights {
  margin-top: 96px;
}
.highlights__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.glass-card {
  padding: 16px;
  text-align: center;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
}
.glass-card__title {
  color: #2eec78;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 800;
}
.glass-card__text {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.5;
}

.section {
  padding-top: 66px;
}

.section-heading {
  text-align: center;
}
.section-heading__title {
  font-size: 48px;
  line-height: 1.15;
  font-weight: 700;
}
.section-heading__text {
  margin-top: 16px;
  font-size: 18px;
  line-height: 1.35;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 64px;
}

.benefit-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
}
.benefit-card__icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border-radius: 14px;
  background: #2eec78;
}
.benefit-card__icon {
  width: 24px;
  height: 24px;
}
.benefit-card__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}
.benefit-card__text {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.3;
}

.cta {
  margin-top: 96px;
  padding: 40px;
  border-radius: 20px;
  background: #2eec78;
  color: #040907;
  text-align: center;
}
.cta__title {
  max-width: 403px;
  margin: 0 auto;
  font-size: 32px;
  line-height: 1.12;
  font-weight: 700;
}
.cta__text {
  max-width: 524px;
  margin: 24px auto 0;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 500;
}
.cta__button {
  margin-top: 24px;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 28px;
}

.step-card {
  position: relative;
  padding: 16px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
}
.step-card__badge {
  position: absolute;
  left: 15px;
  top: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: #2eec78;
  color: #040907;
  font-size: 20px;
  font-weight: 700;
}
.step-card__image-wrap {
  height: 192px;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.step-card__image {
  height: 100%;
  object-fit: cover;
}
.step-card__title {
  margin-top: 24px;
  color: #2eec78;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
}
.step-card__text {
  margin-top: 12px;
  font-size: 18px;
  line-height: 1.35;
}

.partners__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  margin-top: 24px;
}
.partners__item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  overflow: hidden;
  border-radius: 20px;
  background: #ffffff;
}
.partners__logo {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.apr {
  margin-top: 96px;
}
.apr__title {
  font-size: 32px;
  line-height: 1.25;
  font-weight: 700;
}
.apr__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 24px;
}
.apr__card-title {
  color: #2eec78;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
}
.apr__card-text {
  margin-top: 16px;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 300;
}

.contact-section {
  background-image: url("../../../assets/images/new/bg-2.webp");
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
}

.testimonials {
  background-image: url("../../../assets/images/new/bg-1.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.testimonials__slider {
  position: relative;
  margin-top: 28px;
  overflow: hidden;
}
.testimonials__track {
  display: flex;
  gap: 24px;
  transition: transform 0.45s ease;
  will-change: transform;
}
.testimonials__slide {
  flex: 0 0 calc(50% - 12px);
}
.testimonials__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 28px;
}
.testimonials__dot {
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 999px;
  background: #275f3c;
  cursor: pointer;
  transition: all 0.2s ease;
}
.testimonials__dot.is-active {
  width: 24px;
  background: #2eec78;
}
.testimonials__controls {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 16px;
}
.testimonials__control {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid #275f3c;
  color: #ffffff;
  background: transparent;
  cursor: pointer;
}

.testimonial {
  padding: 16px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
}
.testimonial__head {
  display: flex;
  align-items: center;
  gap: 12px;
}
.testimonial__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
}
.testimonial__name {
  font-size: 18px;
  line-height: 1.1;
  font-weight: 700;
}
.testimonial__role {
  margin-top: 4px;
  font-size: 14px;
  line-height: 1.2;
}
.testimonial__text {
  margin-top: 12px;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 300;
}

.contact {
  position: relative;
  margin-top: 96px;
  display: grid;
  grid-template-columns: 1fr 447px;
  justify-content: center;
  gap: 24px;
  padding: 16px 32px;
  border-radius: 20px;
  overflow: hidden;
}
.contact__decor {
  position: absolute;
  width: 252px;
  pointer-events: none;
  opacity: 0.85;
}
.contact__decor--left {
  left: -56px;
  top: 112px;
  transform: rotate(-39deg);
}
.contact__decor--bottom {
  left: 100px;
  top: 133px;
}
.contact__title {
  color: #2eec78;
  font-size: 48px;
  line-height: 1.08;
  font-weight: 800;
}
.contact__text {
  margin-top: 18px;
  font-size: 18px;
  line-height: 1.33;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.form__group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.form__label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 1.5;
}
.form__label-icon {
  width: 16px;
  height: 16px;
}
.form__input, .form__textarea {
  width: 100%;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  padding: 16px;
  font-size: 14px;
  line-height: 1.3;
}
.form__input {
  height: 48px;
}
.form__textarea {
  height: 153px;
  resize: vertical;
}
.form__submit {
  width: 100%;
  padding: 16px 32px;
  font-size: 22px;
}
.form__hint {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}

.footer {
  margin-top: 96px;
  border-top: 1px solid #ffffff;
  padding: 40px 0;
}
.footer__grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 35px;
}
.footer__brand {
  font-size: 27px;
  font-weight: 900;
  line-height: 1.2;
}
.footer__copyright {
  margin-top: 10px;
  color: #576575;
  font-size: 14px;
}
.footer__domain {
  margin-top: 6px;
  color: #ffffff;
  font-size: 16px;
}
.footer__title {
  font-size: 19px;
  line-height: 1.1;
}
.footer__links {
  margin-top: 10px;
  color: #2eec78;
  font-size: 16px;
  line-height: 1.4;
}
.footer__disclaimer {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.5;
}

@media (max-width: 1023px) {
  .landing-header__menu {
    gap: 16px;
  }
  .hero__grid {
    grid-template-columns: 1fr;
  }
  .hero__illustration {
    margin: 24px auto 0;
  }
  .highlights__list,
  .benefits-grid,
  .steps-grid,
  .apr__grid {
    grid-template-columns: 1fr;
  }
  .partners__list {
    grid-template-columns: repeat(3, 1fr);
  }
  .contact,
  .footer__grid {
    grid-template-columns: 1fr;
  }
  .testimonials__slide {
    flex-basis: 100%;
  }
  .contact__decor--bottom {
    display: none;
  }
}
@media (max-width: 767px) {
  .landing-header__menu a {
    display: none;
  }
  .hero__title {
    font-size: 44px;
    line-height: 1.12;
  }
  .hero__subtitle {
    font-size: 24px;
  }
  .hero__amount {
    font-size: 40px;
  }
  .hero__stores {
    flex-wrap: wrap;
    margin-top: 32px;
  }
  .hero__illustration {
    width: auto;
    height: 500px;
  }
  .contact {
    margin-top: 20px;
  }
  .apr {
    margin-top: 20px;
  }
  .section {
    padding-top: 40px;
  }
  .section-heading__title,
  .apr__title {
    font-size: 34px;
  }
  .benefit-card {
    flex-direction: column;
    text-align: center;
  }
}
.landing-page {
  min-height: 100vh;
}