@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.55;
  filter: grayscale(1) contrast(1.18) brightness(0.42);
}
main::before,
main::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
main::before {
  z-index: 1;
  background:
    linear-gradient(105deg, rgba(5, 188, 97, 0.13) 0%, rgba(5, 188, 97, 0) 18%),
    linear-gradient(250deg, rgba(5, 188, 97, 0.1) 0%, rgba(5, 188, 97, 0) 22%),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.28) 100%);
}
main::after {
  z-index: 1;
  opacity: 0.26;
  background-image:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.035) 0, rgba(255, 255, 255, 0.035) 1px, transparent 1px, transparent 5px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.025) 0, rgba(255, 255, 255, 0.025) 1px, transparent 1px, transparent 7px);
}
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(5, 188, 97, 0.55));
}
.brand-logo__arrow::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 8px;
  width: 17px;
  height: 6px;
  border-radius: 9px;
  background: #05bc61;
}
.brand-logo__arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
  width: 12px;
  height: 12px;
  border-top: 6px solid #05bc61;
  border-right: 6px solid #05bc61;
  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;
}
p span {
  font-weight: 700;
  text-decoration: none;
  color: #05bc61;
}
.btn {
  --button-cyan: #00c8b8;
  --button-cyan-light: #00e5d4;
  --button-bg: rgba(0, 15, 17, 0.6);
  position: relative;
  isolation: isolate;
  width: 100%;
  min-height: 64px;
  padding: 0 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid rgba(0, 229, 212, 0.9);
  border-radius: 999px;
  background: var(--button-bg);
  box-shadow:
    0 0 0 1px rgba(0, 229, 212, 0.08) inset,
    0 0 24px rgba(0, 229, 212, 0.14),
    0 15px 34px rgba(0, 0, 0, 0.38);
  overflow: hidden;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  color: #fff;
  text-shadow: 0 8px 20px rgba(0, 0, 0, 0.45);
  transition: background 0.22s, border-color 0.22s, box-shadow 0.22s, color 0.22s, transform 0.22s;
}
.btn::after {
  content: "→";
  position: absolute;
  right: 14px;
  top: 50%;
  z-index: 1;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 20%, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 34%),
    linear-gradient(180deg, rgba(0, 89, 82, 0.86), rgba(0, 22, 25, 0.96));
  box-shadow:
    0 0 18px rgba(0, 229, 212, 0.28),
    0 10px 18px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 31px;
  font-weight: 400;
  line-height: 1;
  transition: border-color 0.22s, box-shadow 0.22s, color 0.22s, transform 0.22s;
}
.btn:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.86);
  background:
    linear-gradient(95deg, rgba(0, 229, 212, 0.96), rgba(0, 179, 170, 0.82)),
    var(--button-bg);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.34) inset,
    0 0 30px rgba(0, 229, 212, 0.62),
    0 0 58px rgba(0, 200, 184, 0.32),
    0 18px 36px rgba(0, 0, 0, 0.44);
}
.btn:hover::after {
  transform: translateY(-50%) translateX(2px);
  border-color: rgba(255, 255, 255, 0.55);
  box-shadow:
    0 0 22px rgba(255, 255, 255, 0.22),
    0 0 26px rgba(0, 229, 212, 0.42),
    0 10px 18px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}
.btn:active {
  transform: translateY(1px);
  border-color: rgba(0, 200, 184, 0.64);
  background: linear-gradient(95deg, rgba(0, 111, 98, 0.9), rgba(0, 77, 74, 0.88));
  box-shadow:
    0 0 0 1px rgba(0, 229, 212, 0.1) inset,
    0 0 14px rgba(0, 229, 212, 0.18),
    0 10px 22px rgba(0, 0, 0, 0.36);
}
.btn:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 3px rgba(0, 229, 212, 0.28),
    0 0 30px rgba(0, 229, 212, 0.5),
    0 15px 34px rgba(0, 0, 0, 0.38);
}
.btn--fill {
  border-color: rgba(0, 229, 212, 0.78);
  background: linear-gradient(95deg, #00e5d4 0%, #00c8b8 48%, #009d94 100%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.16) inset,
    0 0 30px rgba(0, 229, 212, 0.42),
    0 15px 34px rgba(0, 0, 0, 0.38);
}
.btn--outline {
  background:
    radial-gradient(circle at 18% 50%, rgba(0, 229, 212, 0.12), rgba(0, 229, 212, 0) 34%),
    rgba(0, 12, 14, 0.58);
}
.btn--with-left-icon {
  padding-left: 86px;
}
.btn--with-left-icon::before {
  content: "↗";
  position: absolute;
  left: 22px;
  top: 50%;
  z-index: 1;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%) rotate(-8deg);
  border-radius: 50%;
  background: linear-gradient(145deg, #00e5d4, #00a99e);
  box-shadow:
    0 0 24px rgba(0, 229, 212, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  color: #001719;
  font-size: 23px;
  font-weight: 700;
}

.hero .container {
  padding-top: 90px;
}
.hero--fone {
  position: absolute;
  top: 16px;
  left: 0;
}
.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.08), 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 span {
  color: #05bc61;
}

.stats {
  padding-top: 150px;
  margin-bottom: 100px;
}
.stats--fone {
  position: absolute;
  top: 10px;
  left: 0;
}
.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: #05bc61;
}
.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(5, 188, 97, 0.65);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.5), 0 0 0 3px rgba(5, 188, 97, 0.22), 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(5, 188, 97, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.glide__arrow span {
  color: #fff;
  font-size: 24px;
  line-height: 1;
  transform: translateY(-1px);
}
.stats--btn {
  margin-top: 22px;
}

.reviews {
  padding-bottom: 150px;
  overflow: hidden;
}
.reviews::before {
  content: "ULTRAF";
  position: absolute;
  z-index: -1;
  top: 74px;
  left: 50%;
  transform: translateX(-50%) rotate(-5deg);
  font-family: "Benzin-Semibold";
  font-size: 74px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.07);
  letter-spacing: 0;
  white-space: nowrap;
}
.reviews__box {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.reviews__item {
  width: calc(50% - 10px);
  height: auto;
}
.reviews__item img {
  max-width: 100%;
  height: auto;
  display: block;
}
