body {
  background-color: var(--color-bg-light);
}
.about-intro {
  position: relative;
  overflow: hidden;
  padding-top: calc(var(--header-height) + 108px) !important;
  padding-bottom: 50px !important;
  background-color: var(--color-bg-light);
}

.about-intro__content {
  position: relative;
  z-index: 1;
}

.about-intro__title {
  max-width: 760px;
  background: linear-gradient(150deg, var(--color-text-dark) 50%, var(--color-primary-light) 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1.12;
  letter-spacing: -0.02em;
  text-shadow: 0 4px 14px rgba(24, 23, 23, 0.08);
}

.about-intro__description {
  max-width: 910px;
  color: rgba(30, 30, 30, 0.8);
  font-size: 18px;
  line-height: 2;
  font-weight: 400;
}

.about-intro__stats {
  color: var(--color-primary-light);
  max-width: 440px;
  margin-top: 36px;
}

.about-stat__value {
  font-size: clamp(34px, 4vw, 46px);
  font-weight: 500;
  line-height: 1;
}

.about-stat__label {
  font-family: var(--font-manrope) !important;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
}

@media (max-width: 991.98px) {
  .about-intro {
    padding-bottom: 80px !important;
  }

  .about-intro__description {
    line-height: 1.95;
  }

  .about-security__phone,
  .about-transfer__phone {
    width: min(54vw, 280px);
    max-width: 100%;
    max-height: 580px;
    height: auto;
    display: block;
    object-fit: contain;
    margin-inline: auto;
  }

  .about-security__card-icon {
    width: 42px;
    height: 42px;
  }
}

@media (max-width: 767.98px) {
  .about-intro {
    padding-bottom: 64px !important;
  }

  .about-intro__title {
    font-size: 34px;
  }

  .about-intro__description {
    font-size: 14px;
    line-height: 1.85;
  }

  .about-intro__stats {
    max-width: 320px;
    margin-top: 28px;
  }

  .about-stat__label {
    font-size: 18px;
  }
}

.about-security {
  min-height: 600px;
  overflow: hidden;
  background: radial-gradient(ellipse 90% 90% at 80% 115%, rgba(88, 205, 140, 0.7) 0%, rgba(244, 245, 245, 0) 70%);
  border: 1px solid #e8eaf2;
}

.about-security .container-xxl,
.about-security .row {
  height: 100%;
}

.about-security__title {
  color: var(--color-text-dark);
  font-size: clamp(44px, 4.1vw, 50px);
  line-height: 1.24;
  background: linear-gradient(180deg, var(--color-text-dark) 30%, var(--color-primary-light) 100%);
  padding-bottom: 5px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: none;
  text-shadow: 0px 4px 14px 0px rgba(24, 23, 23, 0.1);
}

.about-security__description {
  color: var(--color-text-dark);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.73;
  letter-spacing: 2%;
}

.about-security__card {
  min-width: 135px;
  padding: 24px;
  border-radius: 20px;
  background-color: var(--color-bg-white);
  box-shadow: 0 8px 22px rgba(18, 24, 28, 0.08);
  border: inset 1px solid #e5ecec;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.08);
}

.about-security__card-icon {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.about-security__card-text {
  color: #0a0b0d;
  font-size: 20px;
  font-weight: 500;
}

.about-security__phone,
.about-transfer__phone {
  width: min(100%, 410px);
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  margin-inline: auto;
}

.about-transfer {
  min-height: 600px;
  overflow: hidden;
  background-color: var(--color-bg-white);
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}

.about-transfer .container-xxl,
.about-transfer .row {
  height: 100%;
}

.about-transfer__title {
  color: var(--color-text-dark);
  max-width: 650px;
  font-weight: 700;
  font-size: clamp(36px, 4vw, 50px);
  line-height: 1.28;
  background: linear-gradient(180deg, var(--color-text-dark) 15%, var(--color-primary-light) 85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.about-transfer__description {
  max-width: 620px;
  color: var(--color-text-dark);
  font-size: clamp(16px, 1.4vw, 22px);
  line-height: 1.73;
  font-weight: 400;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.about-transfer__button {
  padding: 10px 75px;
  border-radius: 999px;
  border: 1px solid rgba(64, 217, 149, 0.35);
  color: var(--color-text-white);
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
  background: linear-gradient(90deg, #1f2a2f 0%, #1a3f32 100%);
  box-shadow: 0 10px 24px rgba(13, 49, 37, 0.28);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
  text-shadow: 0 4px 14px rgba(24, 23, 23, 0.35);
}

.about-transfer__button i {
  font-size: 30px;
}

.about-transfer__button:hover {
  color: var(--color-text-white);
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(13, 49, 37, 0.34);
}

.about-transfer__button:focus-visible {
  outline: 2px solid var(--color-primary-light);
  outline-offset: 3px;
}

.about-cta {
  background-color: var(--color-bg-white);
}

.about-cta__card {
  max-width: 1224px;
  min-height: 460px;
  border-radius: 36px;
  padding: clamp(34px, 5vw, 64px);
  background-repeat: no-repeat;
  background: #0a0b0d;
  background-size: contain;
  box-shadow: inset 0 0 0 1px rgba(88, 205, 140, 0.08);
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.about-cta__lights {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(100%, 820px);
  height: auto;
  pointer-events: none;
  z-index: 0;
}

.about-cta__content {
  max-width: 600px;
  position: relative;
  z-index: 1;
}

.about-cta__features {
  justify-content: center;
}

.about-cta__logo-right,
.about-cta__logo-left {
  position: absolute;
  opacity: 0.05;
  top: 68%;
  height: 150px;
  z-index: 0;
  pointer-events: none;
}

.about-cta__logo-right {
  right: 0;
  transform: translateX(36%) rotate(90deg);
}

.about-cta__logo-left {
  left: 0;
  transform: translateX(-36%) rotate(-90deg);
}

.about-cta__feature-icon {
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: #60c94f;
  box-shadow: 0 0 0 0 rgba(95, 201, 79, 0.45);
  animation: aboutCtaFeaturePulse 1.8s ease-out infinite;
}

@keyframes aboutCtaFeaturePulse {
  0% {
    box-shadow: 0 0 0 0 rgba(95, 201, 79, 0.45);
  }

  70% {
    box-shadow: 0 0 0 6px rgba(95, 201, 79, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(95, 201, 79, 0);
  }
}

.about-cta__title {
  font-size: clamp(38px, 4.2vw, 50px);
  line-height: 1.4;
  color: var(--color-text-white);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 1) 39%, rgba(88, 205, 140, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
  padding-bottom: 10px;
  text-shadow:
    0px 4px 8px 0px rgba(255, 255, 255, 0.05),
    0px 8px 30px 0px rgba(255, 255, 255, 0.25);
}

.about-cta__description {
  font-size: clamp(14px, 1.3vw, 16px);
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  line-height: 1.7;
}

.about-cta__form {
  max-width: 520px;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 8px;
  background-color: rgba(255, 255, 255, 0.04);
}

.about-cta__input {
  flex: 1;
  border: 0;
  background: transparent;
  color: var(--color-text-white);
  font-size: 16px;
  outline: none;
  padding: 0 14px;
}

.about-cta__input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.about-cta__button {
  background: linear-gradient(90deg, var(--color-primary-light) 0%, #40d995 100%);
  color: var(--color-text-white);
  font-size: 16px;
  font-weight: 700;
  padding: 11px 28px;
}

.about-cta__features li {
  font-size: 14.38px;
  font-weight: 500;
  color: #d7ece2;
  gap: 12px;
}

.about-values {
  background-color: var(--color-bg-white);
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.about-values__item {
  padding: 40px 24px 10px 0;
  background: radial-gradient(ellipse 40% 40% at 40% 0%, rgba(88, 205, 140, 0.3) 0%, rgba(244, 245, 245, 0) 100%);
}

.about-values__item::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  width: 90%;
  height: 1px;
  background: linear-gradient(90deg, rgba(83, 201, 154, 0) 0%, rgba(83, 201, 154, 1) 51%, rgba(83, 201, 154, 0) 100%);
}

.about-values__item::after {
  content: '';
  position: absolute;
  top: 0px;
  right: 0;
  height: 90%;
  width: 1px;
  background: linear-gradient(180deg, rgba(83, 201, 154, 1) 0%, rgba(83, 201, 154, 0) 100%);
}

.about-values__item--last::after {
  content: none;
}

@media (max-width: 991.98px) {
  .about-values__item::after {
    content: none;
  }
}

.about-values__icon {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 20px;
  color: #69dcb3;
}

.about-values__title {
  color: #101828;
  font-size: clamp(32px, 2.4vw, 22px);
  line-height: 1.37;
  font-weight: 600;
}

.about-values__text {
  max-width: 390px;
  color: #667085;
  font-size: clamp(14px, 1.45vw, 16px);
  line-height: 1.6;
  letter-spacing: 0.01em;
}

.about-pay {
  background-color: var(--color-bg-white);
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}

.about-pay__divider {
  width: 100%;
  height: 1.2px;
  border: 0;
  background: radial-gradient(circle, rgba(30, 30, 30, 1) 0%, rgba(30, 30, 30, 0.1) 99%);
  margin: 0 0 60px;
}

.about-pay__container {
  position: relative;
}

.about-pay__badge {
  border-radius: 7px;
  padding: 12px 14px;
  background-color: #e9f9f1;
  color: #3ebd8d;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}

.about-pay__badge i {
  font-size: 14px;
}

.about-pay__title {
  color: #101828;
  font-size: clamp(34px, 4.4vw, 62px);
  line-height: 1.1;
  font-weight: 500;
  background: linear-gradient(145deg, var(--color-text-dark) 55%, var(--color-primary-light) 95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.about-pay__title span {
  color: var(--color-primary);
  font-weight: 500;
  font-size: 50px;
  text-shadow: 0px 4px 14px 0px rgba(24, 23, 23, 0.1);
}

.about-pay__description {
  max-width: 620px;
  color: rgba(30, 30, 30, 0.8);
  font-weight: 400;
  font-size: clamp(16px, 1.3vw, 18px);
  line-height: 1.56;
}

.about-pay__note {
  border-radius: 12px;
  width: 90%;
  border: 1px solid #d5f5e9;
  background: #f1fbf6;
  color: #0f1720;
  padding: 20px;
  font-size: clamp(12px, 1.05vw, 14px);
  line-height: 1.4;
}

.about-pay__note-icon {
  width: 18px;
  height: 18px;
}

.about-pay__visual-wrap {
  border-radius: 32px;
  background: #131b1f;
  padding: 14px;
  height: 360px;
}

.about-pay__visual {
  height: 85%;
}

@media (max-width: 1199.98px) {
  .about-security__title {
    font-size: clamp(38px, 3.9vw, 60px);
  }

  .about-security__description {
    font-size: 18px;
  }

  .about-security__card-text {
    font-size: 16px;
  }

  .about-transfer__description {
    font-size: 18px;
  }

  .about-cta__card {
    border-radius: 28px;
  }

  .about-values__text {
    font-size: 16px;
  }

  .about-pay__title {
    font-size: clamp(34px, 4vw, 52px);
  }

  .about-pay__description {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .about-values__item--last {
    border-right: 0;
  }
}

@media (max-width: 767.98px) {
  .about-security {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
    background: linear-gradient(180deg, var(--color-bg-light) 0%, var(--color-bg-light) 55%, #c8f8dd 100%);
  }

  .about-security__title {
    font-size: 34px;
    line-height: 1.08;
  }

  .about-security__description {
    font-size: 16px;
    line-height: 1.6;
  }

  .about-security__phone {
    width: min(72vw, 250px);
  }

  .about-security__cards {
    width: 100%;
    gap: 12px !important;
  }

  .about-security__card {
    flex: 0 0 calc(50% - 6px);
    width: calc(50% - 6px);
    min-width: 0;
    padding: 20px 14px;
  }

  .about-security__card-text {
    font-size: 17px;
  }

  .about-transfer {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }

  .about-transfer__title {
    font-size: 28px;
    line-height: 1.2;
  }

  .about-transfer__description {
    font-size: 15px;
    line-height: 1.75;
  }

  .about-transfer__phone {
    width: min(72vw, 250px);
  }

  .about-transfer__button {
    min-width: auto;
    width: fit-content;
    max-width: 100%;
    padding: 10px 32px;
    font-size: 14px;
  }

  .about-transfer__button i {
    font-size: 24px;
  }

  .about-cta {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }

  .about-cta__card {
    min-height: auto;
    border-radius: 32px;
    padding: 44px 20px 32px;
    background-color: var(--color-bg-dark);
    position: relative;
  }

  .about-cta__lights {
    width: min(120%, 560px);
    opacity: 0.85;
  }

  .about-cta__logo-left,
  .about-cta__logo-right {
    display: none;
  }

  .about-cta__content {
    width: 100%;
    max-width: 100%;
  }

  .about-cta__title {
    max-width: 90%;
    font-size: 30px;
    line-height: 1.25;
    margin-bottom: 20px !important;
  }

  .about-cta__description {
    font-size: 14px;
    text-align: center;
    max-width: 320px;
    margin-bottom: 28px !important;
  }

  .about-cta__form {
    flex-direction: row;
    align-items: center !important;
    border-radius: 999px;
    padding: 5px;
    margin: 0 0 20px;
    gap: 8px;
    background-color: rgba(255, 255, 255, 0.04);
  }

  .about-cta__input {
    width: auto;
    min-width: 0;
    border-radius: 999px;
    min-height: 54px;
    background-color: transparent;
    border: 0;
    padding: 0 22px;
  }

  .about-cta__input::placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-weight: 500;
    font-size: 16px;
  }

  .about-cta__button {
    width: auto;
    min-width: 140px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.7;
    min-height: 54px;
    padding: 0 24px;
    flex-shrink: 0;
    background-color: var(--color-primary);
    color: var(--color-text-white);
  }

  .about-cta__features {
    width: 100%;
    gap: 16px 28px !important;
    justify-content: center;
    margin-top: 8px !important;
  }

  .about-cta__features li {
    justify-content: center;
    font-size: 14.75px;
    font-weight: 500;
    color: var(--color-text-white);
    text-align: center;
    white-space: nowrap;
  }

  .about-cta__logo-left,
  .about-cta__logo-right {
    opacity: 0.03;
    height: 110px;
    top: auto;
    bottom: 18px;
  }

  .about-cta__logo-left {
    left: -6px;
    transform: rotate(-90deg);
  }

  .about-cta__logo-right {
    right: 0;
    transform: rotate(90deg);
  }

  .about-values {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }

  .about-values__item {
    padding-right: 0;
    border-right: 0;
  }

  .about-values__item::before {
    width: 100%;
  }

  .about-values__title {
    font-size: 28px;
  }

  .about-values__text {
    font-size: 15px;
    line-height: 1.7;
  }

  .about-pay {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }

  .about-pay__title {
    font-size: 40px;
  }

  .about-pay__description {
    font-size: 15px;
    line-height: 1.75;
  }

  .about-pay__note {
    width: 100%;
    font-size: 13.5px;
  }

  .about-pay__visual-wrap {
    min-height: 300px;
    border-radius: 18px;
    padding: 10px;
  }
}

@media (max-width: 479.98px) {
  .about-cta__card {
    padding-inline: 16px;
  }

  .about-cta__title {
    font-size: 26px;
  }

  .about-cta__form {
    width: 100%;
    max-width: 100%;
    gap: 6px;
    padding: 4px;
    overflow: hidden;
  }

  .about-cta__input {
    flex: 1 1 auto;
    min-height: 50px;
    padding: 0 16px;
    font-size: 15px;
  }

  .about-cta__button {
    min-width: 104px;
    min-height: 50px;
    padding: 0 16px;
    font-size: 15px;
  }

  .about-cta__features {
    justify-content: flex-start;
    gap: 12px !important;
  }

  .about-cta__features li {
    width: 100%;
    justify-content: flex-start;
    white-space: normal;
  }

  .about-cta__logo-left,
  .about-cta__logo-right {
    display: none;
  }
}
