@font-face {
  font-family: 'Benzin-Semibold';
  src: url('../fonts/benzin-semibold.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
}
body {
	background: #050605;
}
main {
	padding: 0;
  max-width: 100%;
  width: 430px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background: #050605;
}
* {
	margin: 0;
	padding: 0;
	font-family: "Inter";
	font-style: normal;
	font-weight: 700;
	box-sizing: border-box;
  color: rgba(255, 255, 255, 1);
}
section {
  position: relative;
  z-index: 2;
}
.container {
  max-width: 100%;
  padding: 0 19px;
}
.main--bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.88;
  filter: contrast(1.08) brightness(0.75);
}
main::before,
main::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
main::before {
  display: none;
}
main::after {
  display: none;
}
h1 {
  margin-bottom: 46px;
  font-family: "Benzin-Semibold";
  font-weight: 400;
  font-size: 29px;
  line-height: 120%;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.62);
}
.brand-logo {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Benzin-Semibold";
  color: #fff;
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.62);
}
.brand-logo__arrow {
  position: relative;
  width: 22px;
  height: 22px;
  display: inline-block;
  transform: translateY(-2px) rotate(-36deg);
  filter: drop-shadow(0 0 12px rgba(0, 230, 208, 0.5));
}
.brand-logo__arrow::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 8px;
  width: 17px;
  height: 6px;
  border-radius: 9px;
  background: #00e6d0;
}
.brand-logo__arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
  width: 12px;
  height: 12px;
  border-top: 6px solid #00e6d0;
  border-right: 6px solid #00e6d0;
  border-radius: 2px;
}
h2 {
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0;
  text-align: center;
}
h3 {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0;
}
p {
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
}
p strong {
  font-weight: 700;
  color: inherit;
}
p span {
  font-weight: 700;
  text-decoration: none;
  color: #00e6d0;
}
.btn {
  --button-cyan: #00c8b8;
  --button-cyan-light: #00e5d4;
  --button-bg: rgba(4, 9, 11, 0.68);
  position: relative;
  isolation: isolate;
  width: min(100%, 260px);
  margin-left: auto;
  margin-right: auto;
  min-height: 56px;
  padding: 0 62px 0 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 9px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0)),
    var(--button-bg);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.035),
    0 10px 22px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  color: #fff;
  text-shadow: none;
  transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, color 0.25s ease, transform 0.25s ease;
}
.btn::after {
  content: "↗";
  position: absolute;
  right: 20px;
  top: 50%;
  z-index: 1;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  color: var(--button-cyan-light);
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
  text-shadow: 0 0 8px rgba(0, 230, 208, 0.24);
  transition: color 0.25s ease, text-shadow 0.25s ease, transform 0.25s ease;
}
.btn:hover {
  border-color: rgba(0, 230, 208, 0.72);
  background:
    linear-gradient(180deg, rgba(0, 230, 208, 0.08), rgba(255, 255, 255, 0.01)),
    var(--button-bg);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.045),
    0 0 18px rgba(0, 230, 208, 0.16),
    0 10px 22px rgba(0, 0, 0, 0.24);
}
.btn:hover::after {
  transform: translateY(-50%) translate(4px, -4px);
  color: #00e6d0;
  text-shadow: 0 0 18px rgba(0, 230, 208, 0.58);
}
.btn:active {
  border-color: rgba(0, 230, 208, 0.72);
  background:
    linear-gradient(180deg, rgba(0, 230, 208, 0.08), rgba(255, 255, 255, 0)),
    rgba(2, 6, 8, 0.82);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    0 10px 22px rgba(0, 0, 0, 0.34);
}
.btn:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 3px rgba(0, 229, 212, 0.28),
    0 0 24px rgba(0, 229, 212, 0.3),
    0 14px 30px rgba(0, 0, 0, 0.36);
}
.btn--fill {
  border-color: rgba(0, 230, 208, 0.88);
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 255, 255, 0.16), transparent 22%),
    linear-gradient(135deg, #00bfae 0%, #0daea2 48%, #008f86 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 0 16px rgba(0, 230, 208, 0.18),
    0 12px 24px rgba(0, 0, 0, 0.34);
}
.btn--outline {
  width: min(100%, 260px);
  border-color: rgba(255, 255, 255, 0.2);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.028), rgba(255, 255, 255, 0)),
    rgba(2, 6, 8, 0.44);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.025),
    0 10px 20px rgba(0, 0, 0, 0.18);
}
.btn--fill::after {
  color: #fff;
  text-shadow: 0 0 16px rgba(255, 255, 255, 0.35);
}
.btn--fill:hover {
  border-color: rgba(0, 230, 208, 1);
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 255, 255, 0.2), transparent 24%),
    linear-gradient(135deg, #00d6c4 0%, #12c0b1 48%, #009f94 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.17),
    0 0 24px rgba(0, 230, 208, 0.28),
    0 13px 26px rgba(0, 0, 0, 0.38);
}
.stats--btn,
.reviews--btn {
  width: min(100%, 260px);
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(2, 6, 8, 0.34);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.02),
    0 10px 20px rgba(0, 0, 0, 0.16);
}
.stats--btn:hover,
.reviews--btn:hover {
  border-color: rgba(0, 230, 208, 0.5);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 0 18px rgba(0, 230, 208, 0.14),
    0 10px 22px rgba(0, 0, 0, 0.26);
}
.btn--with-left-icon {
  padding-left: 20px;
}
.btn--with-left-icon::before {
  content: none;
}

.hero .container {
  padding-top: 90px;
}
.hero--fone {
  position: absolute;
  top: 16px;
  left: 0;
  width: 86px;
  height: auto;
  opacity: 0.86;
}
.hero--circle {
  margin: 0 auto 20px auto;
  display: block;
  border-radius: 50%;
  object-fit: cover;
  background: #000;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.12),
    0 0 28px rgba(0, 230, 208, 0.2),
    0 18px 34px rgba(0, 0, 0, 0.42);
}
.hero--btn {
  margin: 0 auto 50px auto;
  width: fit-content;
  height: auto;
  padding: 7px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 65px;
  background: rgba(255, 255, 255, 1);
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  text-align: center;
  color: rgba(13, 13, 13, 1);
  white-space: nowrap;
}

.about--fone {
  display: none;
}
.about--h2 {
  margin-bottom: 20px;
  font-size: 16px;
}
.about__box {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.about__item {
  width: calc(50% - 10px);
  height: auto;
  min-height: 80px;
  border-radius: 12px;
  background: rgba(33, 33, 33, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 11px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.32), 0 1px 0 rgba(255, 255, 255, 0.08) inset;
}
.about__item * {
  color: #fff;
}
.about__item p {
  color: rgba(255, 255, 255, 0.86);
}
.about__item p strong {
  color: inherit;
  font-weight: inherit;
}
.about__item p span {
  color: #00e6d0;
}

.stats {
  padding-top: 150px;
  margin-bottom: 52px;
}
.stats--fone {
  position: absolute;
  top: 22px;
  left: -7px;
  width: 92px;
  height: auto;
  opacity: 0.86;
}
.glide__track {
  margin-bottom: 10px;
}
.stats--img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}
.glide__bullets {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.glide__bullet {
  border: none;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50px;
  background: rgba(165, 165, 165, 1);
  transition: 0.3s;
}
.glide__bullet.glide__bullet--active {
  background: #00e6d0;
}
.glide__arrows {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.glide__arrow {
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.02) 38%, rgba(0, 0, 0, 0.82));
  box-shadow: 0 13px 24px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  outline: none;
  transition: transform 0.2s, box-shadow 0.2s;
}
.glide__arrow:focus-visible {
  border-color: rgba(0, 230, 208, 0.65);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.5), 0 0 0 3px rgba(0, 230, 208, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.glide__arrow:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.5), 0 0 18px rgba(0, 230, 208, 0.13), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.glide__arrow-icon {
  width: 13px;
  height: 13px;
  display: block;
  border-top: 2px solid rgba(255, 255, 255, 0.92);
  border-right: 2px solid rgba(255, 255, 255, 0.92);
  filter: drop-shadow(0 0 8px rgba(0, 230, 208, 0.4));
}
.glide__arrow--left .glide__arrow-icon {
  margin-left: 5px;
  transform: rotate(-135deg);
}
.glide__arrow--right .glide__arrow-icon {
  margin-right: 5px;
  transform: rotate(45deg);
}
.stats--btn {
  margin-top: 22px;
}

.reviews {
  padding-bottom: 32px;
  overflow: hidden;
}
.reviews::before {
  display: none;
}
.reviews__box {
  margin-bottom: 42px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 22px;
}
.reviews__item {
  width: calc(50% - 11px);
  height: auto;
}
.reviews__item img {
  max-width: 100%;
  height: auto;
  display: block;
}
