* {
  box-sizing: border-box;
}

:root {
  --white: #f6f6f6;
  --muted: #d8d8d8;
  --black: #000;
  --accent: #dfff00;
  --accent-soft: rgba(223, 255, 0, 0.72);
  --accent-faint: rgba(223, 255, 0, 0.22);
}

html,
body {
  margin: 0;
  min-height: 100vh;
  width: 100%;
  background: var(--black);
  overflow-x: hidden;
  font-family: Arial, sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  color: var(--white);
}

body[id],
section[id],
.projects__grid[id] {
  scroll-margin-top: 32px;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  padding: 34px 64px 0;
  display: grid;
  grid-template-columns: 280px 1fr 230px;
  align-items: center;
}

.brand {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 13px;
  color: var(--white);
  text-decoration: none;
}

.brand__logo-frame {
  display: block;
  width: 31px;
  height: 38px;
  overflow: hidden;
  flex: 0 0 auto;
}

.brand__logo {
  display: block;
  width: 31px;
  height: 38px;
  object-fit: cover;
  object-position: center 20%;
  filter: drop-shadow(0 0 7px rgba(255, 255, 255, 0.2));
}

.brand__divider {
  width: 1px;
  height: 34px;
  background: linear-gradient(to bottom, rgba(223, 255, 0, 0.08), var(--accent-soft), rgba(223, 255, 0, 0.08));
  box-shadow: 0 0 12px var(--accent-faint);
}

.brand__name {
  font-family: "Michroma", Arial, sans-serif;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.nav {
  position: relative;
  z-index: 1;
  justify-self: start;
  display: flex;
  align-items: center;
  gap: 58px;
  padding-left: 158px;
}

.nav__link {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  font-family: "Michroma", Arial, sans-serif;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0;
  color: var(--muted);
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.2s ease, text-shadow 0.2s ease;
}

.nav__link:hover {
  color: var(--white);
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.2);
}

.header__cta {
  position: relative;
  z-index: 1;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
  padding: 13px 18px 12px;
  border: 1px solid rgba(223, 255, 0, 0.62);
  border-radius: 999px;
  font-family: "Michroma", Arial, sans-serif;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0;
  color: var(--white);
  text-decoration: none;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 14px rgba(223, 255, 0, 0.1);
}

.hero {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  display: flex;
  align-items: flex-start;
  padding: 114px 0 0 126px;
  background: url("background-hero.webp") right center / contain no-repeat;
}

.hero__content {
  position: relative;
  z-index: 4;
  width: 520px;
}

.hero__title {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-size: 106px;
  font-weight: 700;
  line-height: 0.91;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero__line {
  display: block;
  transform: scaleX(0.88);
  transform-origin: left center;
  text-shadow: 0 0 1px currentColor;
}

.hero__line--light {
  color: var(--white);
}

.hero__line--accent {
  color: var(--accent);
}

.hero__subtitle {
  margin: 24px 0 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.24;
  letter-spacing: 0.015em;
  color: #d6d6d6;
  text-transform: uppercase;
}

.hero__subtitle span {
  color: var(--accent);
}

.hero__actions {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 27px;
}

.button {
  min-height: 39px;
  padding: 0 19px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
}

.button--primary {
  color: #111;
  background: var(--accent);
  box-shadow: 0 0 16px rgba(223, 255, 0, 0.24);
}

.button--ghost {
  color: var(--white);
  border: 1px solid rgba(223, 255, 0, 0.72);
  background: rgba(0, 0, 0, 0.18);
  padding-inline: 22px;
}

.stats {
  display: flex;
  align-items: flex-start;
  gap: 0;
  margin-top: 42px;
}

.stats__item {
  min-width: 100px;
  padding-right: 24px;
  margin-right: 24px;
  border-right: 1px solid rgba(223, 255, 0, 0.36);
}

.stats__item:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}

.stats__item strong {
  display: block;
  font-family: "Bebas Neue", Arial, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 0.86;
  letter-spacing: 0;
  color: var(--accent);
}

.stats__item span {
  display: block;
  margin-top: 9px;
  font-family: Arial, sans-serif;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0;
  color: var(--muted);
  text-transform: uppercase;
}

.socials {
  position: absolute;
  right: 72px;
  top: 52vh;
  z-index: 3;
  transform: translateY(-40%);
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.socials__link {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  backdrop-filter: blur(8px);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.socials__link svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.socials__link:first-child svg {
  fill: currentColor;
  stroke: none;
  width: 17px;
  height: 17px;
}

.scroll-hint {
  position: absolute;
  right: 64px;
  top: calc(100vh - 57px);
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: "Michroma", Arial, sans-serif;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.16em;
  color: var(--muted);
  text-transform: uppercase;
}

.scroll-hint__icon {
  width: 15px;
  height: 27px;
  border: 1px solid var(--muted);
  border-radius: 999px;
  position: relative;
}

.scroll-hint__icon::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 50%;
  width: 3px;
  height: 6px;
  border-radius: 999px;
  background: var(--muted);
  transform: translateX(-50%);
}

.scroll-hint__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -22px;
  width: 1px;
  height: 18px;
  background: var(--accent-soft);
  transform: translateX(-50%);
}

.process {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  padding: 58px 4.3vw 64px 8.5vw;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 48%, rgba(223, 255, 0, 0.055), transparent 28%),
    linear-gradient(180deg, #020202 0%, #000 52%, #020202 100%);
  color: var(--white);
}

.process::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 15% 58%, rgba(223, 255, 0, 0.05), transparent 18%),
    radial-gradient(circle at 85% 54%, rgba(223, 255, 0, 0.045), transparent 20%);
}

.process__top {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 560px 1fr;
  align-items: start;
}

.process__title {
  margin: 0;
  display: flex;
  flex-direction: column;
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-size: 82px;
  font-weight: 700;
  line-height: 0.88;
  letter-spacing: 0;
  text-transform: uppercase;
}

.process__title-line {
  display: block;
  transform: scaleX(0.86);
  transform-origin: left center;
  text-shadow: 0 0 1px currentColor;
}

.process__title-line--light {
  color: var(--white);
}

.process__title-line--accent {
  color: var(--accent);
}

.process__lead {
  margin: 72px 0 0 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  line-height: 1.18;
  letter-spacing: 0;
  color: #d7d7d7;
  text-transform: uppercase;
}

.process__lead span {
  color: var(--accent);
}

.process__timeline {
  position: absolute;
  left: 8.7vw;
  right: 4.5vw;
  top: 50.8%;
  z-index: 1;
  height: 40px;
  transform: translateY(-50%);
}

.process__line {
  position: absolute;
  left: 6px;
  right: 24px;
  top: 50%;
  height: 4px;
  border-radius: 999px;
  background: var(--accent);
  box-shadow:
    0 0 12px rgba(223, 255, 0, 0.7),
    0 0 26px rgba(223, 255, 0, 0.28);
  transform: translateY(-50%);
}

.process__dot {
  position: absolute;
  top: 50%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow:
    0 0 12px rgba(223, 255, 0, 0.92),
    0 0 28px rgba(223, 255, 0, 0.42);
  transform: translate(-50%, -50%);
}

.process__dot--1 {
  left: 0;
}

.process__dot--2 {
  left: 21.2%;
}

.process__dot--3 {
  left: 42.5%;
}

.process__dot--4 {
  left: 63.8%;
}

.process__dot--5 {
  left: 85%;
}

.process__arrow {
  position: absolute;
  right: 0;
  top: 50%;
  width: 24px;
  height: 24px;
  border-top: 4px solid var(--accent);
  border-right: 4px solid var(--accent);
  filter: drop-shadow(0 0 9px rgba(223, 255, 0, 0.75));
  transform: translateY(-50%) rotate(45deg);
}

.process__steps {
  position: absolute;
  left: 8.7vw;
  right: 8.7vw;
  top: 50.8%;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 82px;
  padding-top: 58px;
}

.process-card {
  position: relative;
  z-index: 0;
  min-width: 0;
}

.process-card__number {
  position: absolute;
  left: 0;
  top: -150px;
  z-index: -1;
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-size: 124px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.055);
  text-shadow: 0 18px 28px rgba(0, 0, 0, 0.85);
}

.process-card__icon {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  border: 3px solid var(--accent);
  border-radius: 15px;
  color: var(--accent);
  background: rgba(0, 0, 0, 0.45);
  box-shadow:
    0 0 16px rgba(223, 255, 0, 0.22),
    inset 0 0 11px rgba(223, 255, 0, 0.08);
}

.process-card__icon svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.process-card h3 {
  margin: 20px 0 0;
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: var(--accent);
  text-transform: uppercase;
  transform: scaleX(0.9);
  transform-origin: left center;
}

.process-card p {
  margin: 19px 0 0;
  max-width: 275px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.36;
  letter-spacing: 0;
  color: #c7c7c7;
}

.projects {
  --projects-accent: #D7FF00;
  --projects-accent-rgb: 215, 255, 0;
  position: relative;
  z-index: 2;
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(300px, 420px) minmax(720px, 1fr);
  gap: 62px;
  align-items: center;
  padding: 70px 6vw 68px;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 73% 16%, rgba(var(--projects-accent-rgb), 0.14), transparent 24%),
    radial-gradient(circle at 18% 83%, rgba(var(--projects-accent-rgb), 0.1), transparent 22%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 18px),
    linear-gradient(180deg, #030303 0%, #000 54%, #050505 100%);
}

.projects::before,
.projects::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.projects::before {
  opacity: 0.42;
  background:
    linear-gradient(rgba(var(--projects-accent-rgb), 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(var(--projects-accent-rgb), 0.12) 1px, transparent 1px),
    radial-gradient(circle at 36% 22%, rgba(255, 255, 255, 0.1), transparent 1px),
    radial-gradient(circle at 69% 63%, rgba(var(--projects-accent-rgb), 0.5), transparent 1px);
  background-size: 94px 94px, 94px 94px, 37px 37px, 53px 53px;
  mask-image: linear-gradient(180deg, transparent, #000 12%, #000 88%, transparent);
}

.projects::after {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.38) 48%, rgba(0, 0, 0, 0.2) 100%),
    radial-gradient(circle at 67% 47%, transparent 0 28%, rgba(0, 0, 0, 0.42) 66%);
}

.projects__decor,
.projects__intro,
.projects__showcase {
  position: relative;
  z-index: 1;
}

.projects__decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.projects__bust {
  position: absolute;
  right: -118px;
  top: -42px;
  width: min(58vw, 900px);
  height: min(72vh, 720px);
  opacity: 0.92;
  background: url("background3.png") right top / contain no-repeat;
  filter: saturate(1.08) contrast(1.08) drop-shadow(0 0 28px rgba(var(--projects-accent-rgb), 0.12));
  mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 88%, transparent 100%);
}

.projects__halo {
  position: absolute;
  right: 8vw;
  top: 12vh;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(var(--projects-accent-rgb), 0.18);
  border-radius: 50%;
  box-shadow:
    0 0 60px rgba(var(--projects-accent-rgb), 0.08),
    inset 0 0 60px rgba(var(--projects-accent-rgb), 0.045);
  opacity: 0.72;
}

.projects__grid-mark {
  position: absolute;
  width: 260px;
  height: 120px;
  border-color: rgba(var(--projects-accent-rgb), 0.48);
  filter: drop-shadow(0 0 12px rgba(var(--projects-accent-rgb), 0.2));
}

.projects__grid-mark--top {
  left: 42px;
  top: 38px;
  border-top: 1px solid;
  border-left: 1px solid;
  clip-path: polygon(24px 0, 100% 0, 100% 100%, 0 100%, 0 24px);
}

.projects__grid-mark--bottom {
  right: 44px;
  bottom: 34px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 24px), calc(100% - 24px) 100%, 0 100%);
}

.projects__slash-field {
  position: absolute;
  left: 8.4vw;
  top: 72px;
  width: 158px;
  height: 54px;
  background: repeating-linear-gradient(132deg, rgba(var(--projects-accent-rgb), 0.9) 0 8px, transparent 8px 22px);
  filter: drop-shadow(0 0 18px rgba(var(--projects-accent-rgb), 0.55));
  opacity: 0.62;
  transform: skewX(-14deg);
}

.projects__intro {
  max-width: 420px;
  align-self: center;
}

.projects__mark {
  display: block;
  width: 96px;
  height: 16px;
  margin-bottom: 28px;
  background:
    linear-gradient(90deg, var(--projects-accent) 0 58%, transparent 58%),
    repeating-linear-gradient(135deg, transparent 0 8px, var(--projects-accent) 8px 12px, transparent 12px 20px);
  filter: drop-shadow(0 0 12px rgba(var(--projects-accent-rgb), 0.7));
  transform: skewX(-14deg);
}

.projects__title {
  margin: 0;
  display: flex;
  flex-direction: column;
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-size: 86px;
  font-weight: 700;
  line-height: 0.88;
  letter-spacing: 0;
  text-transform: uppercase;
}

.projects__title span {
  display: block;
  transform: scaleX(0.88);
  transform-origin: left center;
  text-shadow: 0 0 1px currentColor;
}

.projects__title span:first-child {
  color: var(--white);
}

.projects__title span:last-child {
  color: var(--projects-accent);
  text-shadow:
    0 0 1px currentColor,
    0 0 22px rgba(var(--projects-accent-rgb), 0.28);
}

.projects__accent-line {
  position: relative;
  display: block;
  width: min(100%, 355px);
  height: 1px;
  margin: 34px 0 28px;
  background: linear-gradient(90deg, var(--projects-accent), rgba(var(--projects-accent-rgb), 0.04));
  box-shadow: 0 0 12px rgba(var(--projects-accent-rgb), 0.36);
}

.projects__accent-line::before {
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  width: 88px;
  height: 10px;
  background: repeating-linear-gradient(135deg, var(--projects-accent) 0 8px, transparent 8px 15px);
}

.projects__accent-line::after {
  content: "";
  position: absolute;
  right: 22px;
  top: -4px;
  width: 44px;
  height: 8px;
  border-top: 1px solid rgba(var(--projects-accent-rgb), 0.58);
  border-left: 1px solid rgba(var(--projects-accent-rgb), 0.58);
  transform: skewX(-28deg);
}

.projects__intro p {
  margin: 0;
  max-width: 410px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.42;
  letter-spacing: 0;
  color: #dcdcdc;
}

.projects__button {
  position: relative;
  min-width: min(100%, 370px);
  min-height: 66px;
  margin-top: 36px;
  padding: 0 78px 0 30px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  color: var(--white);
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.42);
  border: 1px solid var(--projects-accent);
  clip-path: polygon(18px 0, calc(100% - 18px) 0, 100% 18px, 100% calc(100% - 18px), calc(100% - 18px) 100%, 18px 100%, 0 calc(100% - 18px), 0 18px);
  box-shadow:
    0 0 24px rgba(var(--projects-accent-rgb), 0.3),
    inset 0 0 20px rgba(var(--projects-accent-rgb), 0.05);
  transition: color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.projects__button:hover {
  color: #080808;
  background: var(--projects-accent);
  box-shadow:
    0 0 32px rgba(var(--projects-accent-rgb), 0.52),
    inset 0 0 16px rgba(255, 255, 255, 0.16);
}

.projects__button span,
.project-card__link span {
  position: absolute;
  right: 28px;
  width: 36px;
  height: 2px;
  background: currentColor;
}

.projects__button span::before,
.projects__button span::after,
.project-card__link span::before,
.project-card__link span::after {
  content: "";
  position: absolute;
  right: 0;
  width: 12px;
  height: 2px;
  background: currentColor;
  transform-origin: right center;
}

.projects__button span::before,
.project-card__link span::before {
  transform: rotate(45deg);
}

.projects__button span::after,
.project-card__link span::after {
  transform: rotate(-45deg);
}

.projects__tech {
  width: 260px;
  height: 48px;
  margin-top: 34px;
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  gap: 14px;
  align-items: center;
  opacity: 0.7;
}

.projects__tech span {
  height: 16px;
  border: 1px solid rgba(var(--projects-accent-rgb), 0.45);
  box-shadow: inset 0 0 10px rgba(var(--projects-accent-rgb), 0.06);
}

.projects__tech i {
  height: 1px;
  background: linear-gradient(90deg, rgba(var(--projects-accent-rgb), 0.04), var(--projects-accent), rgba(var(--projects-accent-rgb), 0.04));
  box-shadow: 0 0 12px rgba(var(--projects-accent-rgb), 0.36);
}

.projects__showcase {
  display: grid;
  grid-template-columns: minmax(330px, 1.08fr) minmax(300px, 0.92fr);
  grid-template-rows: repeat(2, minmax(300px, 1fr));
  gap: 22px;
  align-items: stretch;
}

.project-card {
  position: relative;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(var(--projects-accent-rgb), 0.62);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.2)),
    rgba(0, 0, 0, 0.58);
  box-shadow:
    0 0 24px rgba(var(--projects-accent-rgb), 0.12),
    inset 0 0 0 1px rgba(255, 255, 255, 0.045);
  clip-path: polygon(18px 0, calc(100% - 18px) 0, 100% 18px, 100% calc(100% - 18px), calc(100% - 18px) 100%, 18px 100%, 0 calc(100% - 18px), 0 18px);
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.project-card:hover {
  transform: translateY(-5px);
  border-color: rgba(var(--projects-accent-rgb), 0.92);
  box-shadow:
    0 0 34px rgba(var(--projects-accent-rgb), 0.22),
    inset 0 0 28px rgba(var(--projects-accent-rgb), 0.045);
}

.project-card::before,
.project-card::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 32px;
  right: 32px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--projects-accent), transparent);
  box-shadow: 0 0 16px rgba(var(--projects-accent-rgb), 0.72);
  opacity: 0.75;
}

.project-card::before {
  top: 0;
}

.project-card::after {
  bottom: 0;
}

.project-card--featured {
  grid-row: 1 / span 2;
  min-height: 690px;
}

.project-card__screen {
  position: relative;
  flex: 0 0 46%;
  min-height: 178px;
  overflow: hidden;
  border-bottom: 1px solid rgba(var(--projects-accent-rgb), 0.34);
  background-color: #080808;
  background-position: center;
  background-size: cover;
}

.project-card--featured .project-card__screen {
  flex-basis: 52%;
  min-height: 330px;
}

.project-card__screen::before,
.project-card__screen::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.project-card__screen::before {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.72)),
    radial-gradient(circle at 84% 16%, rgba(var(--projects-accent-rgb), 0.22), transparent 28%);
}

.project-card__screen::after {
  z-index: 2;
  opacity: 0.38;
  background:
    linear-gradient(rgba(var(--projects-accent-rgb), 0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(var(--projects-accent-rgb), 0.16) 1px, transparent 1px);
  background-size: 38px 38px;
  mix-blend-mode: screen;
}

.project-card__screen--flame {
  background-image: url("project-flame.jpg");
}

.project-card__screen--imkam {
  background-image: url("project-imkam.jpg");
}

.project-card__screen--business {
  background:
    radial-gradient(circle at 72% 20%, rgba(var(--projects-accent-rgb), 0.22), transparent 28%),
    linear-gradient(135deg, transparent 0 58%, rgba(var(--projects-accent-rgb), 0.12) 58% 59%, transparent 59%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 0 1px, transparent 1px 28px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.48)),
    #070707;
}

.project-card__screen--business .project-card__scan::before {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: 25%;
  height: 34%;
  border: 1px solid rgba(var(--projects-accent-rgb), 0.42);
  box-shadow:
    68px -28px 0 -18px rgba(0, 0, 0, 0.7),
    68px -28px 0 -17px rgba(var(--projects-accent-rgb), 0.38),
    128px 16px 0 -18px rgba(0, 0, 0, 0.7),
    128px 16px 0 -17px rgba(var(--projects-accent-rgb), 0.32);
}

.project-card__badge {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 4;
  min-height: 34px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(var(--projects-accent-rgb), 0.82);
  border-radius: 4px;
  color: var(--projects-accent);
  background: rgba(0, 0, 0, 0.54);
  box-shadow:
    0 0 16px rgba(var(--projects-accent-rgb), 0.28),
    inset 0 0 12px rgba(var(--projects-accent-rgb), 0.055);
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.project-card__scan {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 0;
  height: 44px;
  background:
    linear-gradient(90deg, transparent 0 8%, rgba(var(--projects-accent-rgb), 0.85) 8% 32%, transparent 32% 100%),
    repeating-linear-gradient(135deg, transparent 0 12px, rgba(var(--projects-accent-rgb), 0.72) 12px 15px, transparent 15px 28px);
  clip-path: polygon(0 55%, 58% 55%, 64% 0, 100% 0, 100% 100%, 0 100%);
  opacity: 0.46;
}

.project-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 26px 28px 24px;
}

.project-card--featured .project-card__body {
  padding: 32px 34px 28px;
}

.project-card__heading {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding-bottom: 18px;
}

.project-card__heading::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(var(--projects-accent-rgb), 0.75), rgba(var(--projects-accent-rgb), 0.04));
}

.project-card__number {
  flex: 0 0 auto;
  color: rgba(var(--projects-accent-rgb), 0.92);
  font-family: "Bebas Neue", Arial, sans-serif;
  font-size: 38px;
  line-height: 0.9;
  text-shadow: 0 0 16px rgba(var(--projects-accent-rgb), 0.32);
}

.project-card h3 {
  margin: 0;
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: 0;
  color: var(--white);
  text-transform: none;
  text-shadow: 0 0 1px currentColor;
}

.project-card--featured h3 {
  font-size: 44px;
}

.project-card p {
  margin: 20px 0 0;
  max-width: 510px;
  color: #d8d8d8;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.42;
}

.project-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.project-card__tags span {
  min-width: 66px;
  min-height: 30px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(var(--projects-accent-rgb), 0.46);
  border-radius: 4px;
  color: #efefef;
  background: rgba(0, 0, 0, 0.3);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.project-card__link {
  position: relative;
  min-height: 44px;
  margin-top: auto;
  padding: 20px 54px 0 0;
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
  color: var(--projects-accent);
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
}

.project-card__link span {
  right: 0;
  top: 28px;
  width: 34px;
}

.projects {
  min-height: 0;
  height: 100vh;
  display: grid;
  grid-template-columns: minmax(320px, 390px) minmax(720px, 1fr);
  gap: 52px;
  align-items: center;
  padding: 48px 78px 48px 100px;
  background:
    radial-gradient(circle at 86% 15%, rgba(223, 255, 0, 0.08), transparent 17%),
    radial-gradient(circle at 17% 71%, rgba(223, 255, 0, 0.11), transparent 18%),
    linear-gradient(115deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 17px),
    linear-gradient(180deg, #040404 0%, #000 55%, #030303 100%);
}

.projects::before {
  opacity: 0.42;
  background:
    radial-gradient(circle at 35% 26%, rgba(255, 255, 255, 0.07), transparent 1px),
    radial-gradient(circle at 58% 77%, rgba(255, 255, 255, 0.05), transparent 1px),
    radial-gradient(circle at 75% 45%, rgba(255, 255, 255, 0.05), transparent 1px);
  background-size: 29px 29px, 41px 41px, 53px 53px;
  mask-image: none;
  mix-blend-mode: screen;
}

.projects::after {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.72), transparent 28%, transparent 78%, rgba(0, 0, 0, 0.46)),
    radial-gradient(circle at 55% 50%, transparent 0 38%, rgba(0, 0, 0, 0.38) 72%);
}

.projects__decor,
.projects__intro,
.projects__grid {
  position: relative;
  z-index: 1;
}

.projects__decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.projects__corner {
  position: absolute;
  left: 34px;
  width: 460px;
  border-left: 1px solid rgba(223, 255, 0, 0.58);
}

.projects__corner--top {
  top: 40px;
  height: 148px;
  border-top: 1px solid rgba(223, 255, 0, 0.58);
  clip-path: polygon(28px 0, 100% 0, 100% 100%, 0 100%, 0 28px);
}

.projects__corner--top::before,
.projects__corner--bottom::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 14px rgba(223, 255, 0, 0.85);
}

.projects__corner--top::before {
  top: -4px;
  left: 23px;
}

.projects__corner--bottom {
  bottom: 38px;
  height: 212px;
  border-bottom: 1px solid rgba(223, 255, 0, 0.58);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 28px 100%, 28px calc(100% - 28px), 0 calc(100% - 52px));
}

.projects__corner--bottom::before {
  bottom: -4px;
  left: 23px;
}

.projects__slashes {
  position: absolute;
  left: 100px;
  width: 92px;
  height: 58px;
  opacity: 0.55;
  background: repeating-linear-gradient(135deg, transparent 0 8px, rgba(223, 255, 0, 0.85) 8px 11px, transparent 11px 17px);
}

.projects__slashes--top {
  top: 102px;
  border-radius: 50%;
}

.projects__slashes--bottom {
  bottom: 46px;
  height: 16px;
  width: 86px;
}

.projects__intro {
  max-width: 372px;
  padding-left: 2px;
  align-self: center;
  transform: translateY(-18px);
}

.projects__mark {
  width: 76px;
  height: 12px;
  margin-bottom: 38px;
  background:
    linear-gradient(135deg, transparent 0 10px, var(--accent) 10px 18px, transparent 18px 24px),
    linear-gradient(90deg, var(--accent) 0 68%, transparent 68%);
  filter: drop-shadow(0 0 10px rgba(223, 255, 0, 0.5));
  transform: none;
}

.projects__title {
  font-size: 74px;
  line-height: 0.94;
}

.projects__title span:last-child {
  color: var(--accent);
  text-shadow: 0 0 1px currentColor;
}

.projects__accent-line {
  width: 300px;
  height: 1px;
  margin: 30px 0 30px;
  background: linear-gradient(90deg, var(--accent), rgba(223, 255, 0, 0.05));
  box-shadow: none;
}

.projects__accent-line::before {
  left: 0;
  top: -7px;
  width: 82px;
  height: 8px;
  background: repeating-linear-gradient(135deg, var(--accent) 0 9px, transparent 9px 16px);
}

.projects__accent-line::after {
  right: auto;
  left: 112px;
  top: -3px;
  width: 32px;
  height: 7px;
  border-top: 1px solid rgba(223, 255, 0, 0.5);
  border-left: 1px solid rgba(223, 255, 0, 0.5);
  transform: skewX(-28deg);
}

.projects__intro p {
  max-width: 348px;
  font-size: 18px;
  line-height: 1.43;
}

.projects__button {
  min-width: 360px;
  min-height: 70px;
  margin-top: 36px;
  padding: 0 68px 0 36px;
  color: var(--white);
  background: rgba(0, 0, 0, 0.28);
  border: 2px solid var(--accent);
  box-shadow:
    0 0 22px rgba(223, 255, 0, 0.4),
    inset 0 0 18px rgba(223, 255, 0, 0.06);
}

.projects__button:hover {
  color: var(--white);
  background: rgba(0, 0, 0, 0.28);
}

.projects__button span,
.project-card__link span {
  right: 28px;
  top: auto;
  width: 34px;
}

.projects__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(320px, 1fr));
  gap: 30px;
}

.project-card {
  height: min(78vh, 744px);
  min-height: 650px;
  border: 1px solid rgba(223, 255, 0, 0.62);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015));
  box-shadow:
    0 0 22px rgba(223, 255, 0, 0.12),
    inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  clip-path: none;
  transition: none;
}

.project-card:hover {
  transform: none;
  border-color: rgba(223, 255, 0, 0.62);
  box-shadow:
    0 0 22px rgba(223, 255, 0, 0.12),
    inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.project-card::before,
.project-card::after {
  left: 50%;
  right: auto;
  z-index: auto;
  width: 120px;
  height: 1px;
  background: var(--accent);
  box-shadow: 0 0 18px rgba(223, 255, 0, 0.8);
  transform: translateX(-50%);
  opacity: 1;
}

.project-card__media {
  position: relative;
  flex: 0 0 41%;
  min-height: 266px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  background-size: cover;
  background-position: center;
}

.project-card__media::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.48)),
    radial-gradient(circle at 85% 8%, rgba(223, 255, 0, 0.18), transparent 28%);
}

.project-card__media--flame {
  background-image:
    linear-gradient(90deg, rgba(7, 9, 10, 0.12), rgba(0, 0, 0, 0.18)),
    url("flame.png");
}

.project-card__media--imkam {
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.22)),
    url("imkam.png");
}

.project-card__badge {
  top: 30px;
  right: 24px;
  min-width: 118px;
  height: 42px;
  padding: 0;
  border: 1px solid var(--accent);
  border-radius: 8px;
  color: var(--white);
  background: rgba(0, 0, 0, 0.42);
  font-size: 16px;
}

.project-card__body {
  flex: 1;
  padding: 28px 34px 26px;
}

.project-card__heading {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-bottom: 0;
}

.project-card__heading::after {
  content: none;
}

.project-card__icon {
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  color: var(--accent);
  filter: drop-shadow(0 0 10px rgba(223, 255, 0, 0.25));
}

.project-card__icon svg {
  width: 58px;
  height: 58px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.project-card__icon--warehouse svg {
  stroke-width: 2.8;
}

.project-card h3 {
  font-size: 38px;
  line-height: 1;
  text-transform: none;
}

.project-card p {
  max-width: 450px;
  min-height: 94px;
  font-size: 16px;
  line-height: 1.42;
}

.project-card__tags {
  gap: 12px;
  margin-top: 24px;
}

.project-card__tags span {
  min-width: 70px;
  height: 34px;
  min-height: 0;
  padding: 0 14px;
  border: 1px solid rgba(223, 255, 0, 0.5);
  border-radius: 7px;
  color: var(--white);
  font-size: 13px;
  font-weight: 400;
}

.project-card__link {
  min-height: 0;
  padding: 26px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  color: var(--accent);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
}

.sales-problems {
  --problems-accent: #D7FF00;
  --problems-accent-rgb: 215, 255, 0;
  position: relative;
  z-index: 2;
  min-height: 100vh;
  padding: 104px 6.2vw 88px;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.82) 44%, rgba(0, 0, 0, 0.18) 100%),
    url("background3.png") right top / cover no-repeat,
    #000;
}

.sales-problems::before,
.sales-problems::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.sales-problems::before {
  opacity: 0.38;
  background:
    radial-gradient(circle at 58% 19%, rgba(var(--problems-accent-rgb), 0.72), transparent 1px),
    radial-gradient(circle at 73% 34%, rgba(var(--problems-accent-rgb), 0.45), transparent 1px),
    radial-gradient(circle at 36% 22%, rgba(255, 255, 255, 0.12), transparent 1px);
  background-size: 37px 37px, 59px 59px, 43px 43px;
  mix-blend-mode: screen;
}

.sales-problems::after {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.56)),
    radial-gradient(circle at 78% 28%, transparent 0 22%, rgba(0, 0, 0, 0.38) 58%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.78), transparent 38%);
}

.sales-problems__decor,
.sales-problems__intro,
.sales-problems__cards {
  position: relative;
  z-index: 1;
}

.sales-problems__decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.sales-problems__slashes {
  position: absolute;
  left: 6.4vw;
  top: 86px;
  width: 214px;
  height: 78px;
  opacity: 0.64;
  background:
    linear-gradient(90deg, rgba(var(--problems-accent-rgb), 0.9) 0 44%, transparent 44%),
    repeating-linear-gradient(132deg, transparent 0 9px, rgba(var(--problems-accent-rgb), 0.88) 9px 14px, transparent 14px 29px);
  filter: drop-shadow(0 0 18px rgba(var(--problems-accent-rgb), 0.55));
  transform: skewX(-15deg);
}

.sales-problems__spark {
  position: absolute;
  width: 96px;
  height: 18px;
  background: repeating-linear-gradient(135deg, var(--problems-accent) 0 6px, transparent 6px 18px);
  opacity: 0.7;
  filter: drop-shadow(0 0 12px rgba(var(--problems-accent-rgb), 0.52));
}

.sales-problems__spark--one {
  left: 8.2vw;
  bottom: 80px;
}

.sales-problems__spark--two {
  right: 12vw;
  top: 55%;
  transform: rotate(-14deg);
}

.sales-problems__intro {
  max-width: 870px;
}

.sales-problems__title {
  margin: 0;
  display: flex;
  flex-direction: column;
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-size: clamp(72px, 6.9vw, 128px);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
}

.sales-problems__title span {
  display: block;
  transform: scaleX(0.88);
  transform-origin: left center;
  text-shadow: 0 0 1px currentColor;
}

.sales-problems__title span:first-child {
  color: var(--white);
}

.sales-problems__title span:last-child {
  color: var(--problems-accent);
  text-shadow:
    0 0 1px currentColor,
    0 0 22px rgba(var(--problems-accent-rgb), 0.28);
}

.sales-problems__intro p {
  margin: 28px 0 0 6px;
  max-width: 710px;
  color: #d8d8d8;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  line-height: 1.28;
}

.sales-problems__cards {
  margin-top: 66px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.sales-problem-card {
  position: relative;
  min-height: 378px;
  padding: 72px 34px 34px;
  overflow: hidden;
  border: 1px solid rgba(var(--problems-accent-rgb), 0.32);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.045), rgba(0, 0, 0, 0.5)),
    rgba(0, 0, 0, 0.6);
  box-shadow:
    0 0 28px rgba(var(--problems-accent-rgb), 0.07),
    inset 0 0 34px rgba(255, 255, 255, 0.025);
  clip-path: polygon(18px 0, calc(100% - 18px) 0, 100% 18px, 100% calc(100% - 18px), calc(100% - 18px) 100%, 18px 100%, 0 calc(100% - 18px), 0 18px);
}

.sales-problem-card::before,
.sales-problem-card::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.sales-problem-card::before {
  inset: 0;
  border-top: 1px solid rgba(var(--problems-accent-rgb), 0.34);
  box-shadow: inset 0 -1px 18px rgba(var(--problems-accent-rgb), 0.06);
}

.sales-problem-card::after {
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--problems-accent), transparent);
  box-shadow: 0 0 14px rgba(var(--problems-accent-rgb), 0.68);
  opacity: 0.76;
}

.sales-problem-card__number {
  position: absolute;
  right: 36px;
  top: 34px;
  color: rgba(255, 255, 255, 0.045);
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-size: 118px;
  font-weight: 700;
  line-height: 0.8;
}

.sales-problem-card__icon {
  position: relative;
  z-index: 1;
  width: 72px;
  height: 72px;
  color: var(--problems-accent);
  filter:
    drop-shadow(0 0 8px rgba(var(--problems-accent-rgb), 0.75))
    drop-shadow(0 0 18px rgba(var(--problems-accent-rgb), 0.34));
}

.sales-problem-card__icon svg {
  width: 72px;
  height: 72px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sales-problem-card__stroke {
  display: block;
  width: 54px;
  height: 16px;
  margin: 26px 0 22px;
  background: linear-gradient(140deg, transparent 0 38%, var(--problems-accent) 38% 44%, transparent 44% 100%);
  filter: drop-shadow(0 0 8px rgba(var(--problems-accent-rgb), 0.65));
}

.sales-problem-card h3 {
  margin: 0;
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: 0;
  color: var(--white);
  text-transform: uppercase;
}

.sales-problem-card h3 span {
  display: block;
  white-space: nowrap;
}

.sales-problem-card h3 span:last-child,
.sales-problem-card mark {
  color: var(--problems-accent);
}

.sales-problem-card mark {
  padding: 0;
  background: none;
}

.sales-problem-card p {
  margin: 26px 0 0;
  color: #d4d4d4;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.34;
}

.landing-includes {
  --includes-accent: #D7FF00;
  --includes-accent-rgb: 215, 255, 0;
  position: relative;
  z-index: 2;
  min-height: 100vh;
  padding: 36px 5.8vw 40px;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.42)),
    url("background4.png") center center / cover no-repeat,
    #000;
}

.landing-includes::before,
.landing-includes::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.landing-includes::before {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.48), transparent 30%, transparent 72%, rgba(0, 0, 0, 0.26)),
    radial-gradient(circle at 76% 18%, rgba(var(--includes-accent-rgb), 0.1), transparent 22%);
}

.landing-includes::after {
  opacity: 0.48;
  background:
    radial-gradient(circle at 77% 13%, rgba(var(--includes-accent-rgb), 0.9), transparent 1px),
    radial-gradient(circle at 92% 52%, rgba(var(--includes-accent-rgb), 0.7), transparent 1px),
    radial-gradient(circle at 4% 21%, rgba(var(--includes-accent-rgb), 0.55), transparent 1px);
  background-size: 41px 41px, 57px 57px, 33px 33px;
  mix-blend-mode: screen;
}

.landing-includes__frame,
.landing-includes__top,
.landing-includes__grid,
.landing-includes__result {
  position: relative;
  z-index: 1;
}

.landing-includes__frame {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.landing-includes__corner {
  position: absolute;
  color: rgba(var(--includes-accent-rgb), 0.58);
  border-color: rgba(var(--includes-accent-rgb), 0.58);
  filter: drop-shadow(0 0 10px rgba(var(--includes-accent-rgb), 0.22));
}

.landing-includes__corner--top {
  left: 38px;
  right: 70px;
  top: 34px;
  height: 178px;
  border-top: 1px solid currentColor;
  border-left: 1px solid currentColor;
  clip-path: polygon(24px 0, 100% 0, 100% 100%, 0 100%, 0 24px);
}

.landing-includes__corner--bottom {
  left: 36px;
  right: 42px;
  bottom: 34px;
  height: 132px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 24px), calc(100% - 24px) 100%, 0 100%);
}

.landing-includes__code {
  position: absolute;
  top: 66px;
  right: 76px;
  color: rgba(var(--includes-accent-rgb), 0.4);
  font-family: "Michroma", Arial, sans-serif;
  font-size: 13px;
}

.landing-includes__mark {
  position: absolute;
  width: 84px;
  height: 14px;
  background: repeating-linear-gradient(120deg, var(--includes-accent) 0 5px, transparent 5px 15px);
  filter: drop-shadow(0 0 12px rgba(var(--includes-accent-rgb), 0.62));
}

.landing-includes__mark--left {
  left: 58px;
  top: 49px;
}

.landing-includes__mark--right {
  right: 130px;
  bottom: 74px;
}

.landing-includes__top {
  display: grid;
  grid-template-columns: minmax(440px, 0.96fr) minmax(420px, 1fr);
  gap: 48px;
  align-items: end;
  padding: 28px 0 24px;
}

.landing-includes__heading {
  position: relative;
  padding-left: 2px;
}

.landing-includes__slashes {
  position: absolute;
  left: 0;
  top: 8px;
  width: 118px;
  height: 18px;
  background: repeating-linear-gradient(120deg, var(--includes-accent) 0 5px, transparent 5px 15px);
  filter: drop-shadow(0 0 10px rgba(var(--includes-accent-rgb), 0.58));
}

.landing-includes__eyebrow {
  position: absolute;
  left: 142px;
  top: 10px;
  color: rgba(var(--includes-accent-rgb), 0.68);
  font-family: "Michroma", Arial, sans-serif;
  font-size: 9px;
  line-height: 1;
  letter-spacing: 0.42em;
  text-transform: uppercase;
}

.landing-includes h2 {
  margin: 56px 0 0;
  display: flex;
  flex-direction: column;
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-size: clamp(68px, 5.7vw, 106px);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
}

.landing-includes h2 span {
  display: block;
  transform: scaleX(0.88);
  transform-origin: left center;
  text-shadow: 0 0 1px currentColor;
}

.landing-includes h2 span:first-child {
  color: var(--white);
}

.landing-includes h2 span:last-child {
  color: var(--includes-accent);
  text-shadow:
    0 0 1px currentColor,
    0 0 20px rgba(var(--includes-accent-rgb), 0.28);
}

.landing-includes__top p {
  margin: 0 0 18px;
  color: #dddddd;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.28;
  text-transform: uppercase;
}

.landing-includes__top p span {
  color: var(--includes-accent);
}

.landing-includes__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px 20px;
}

.landing-include-card {
  position: relative;
  min-height: 208px;
  padding: 24px 22px 20px;
  overflow: hidden;
  border: 1px solid rgba(var(--includes-accent-rgb), 0.52);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.045), rgba(0, 0, 0, 0.26)),
    rgba(0, 0, 0, 0.48);
  box-shadow:
    0 0 21px rgba(var(--includes-accent-rgb), 0.1),
    inset 0 0 24px rgba(var(--includes-accent-rgb), 0.035);
  clip-path: polygon(13px 0, calc(100% - 13px) 0, 100% 13px, 100% calc(100% - 13px), calc(100% - 13px) 100%, 13px 100%, 0 calc(100% - 13px), 0 13px);
}

.landing-include-card::before,
.landing-include-card::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.landing-include-card::before {
  left: 50%;
  top: 0;
  width: 72px;
  height: 3px;
  background: var(--includes-accent);
  box-shadow: 0 0 14px rgba(var(--includes-accent-rgb), 0.72);
  transform: translateX(-50%);
}

.landing-include-card::after {
  inset: 0;
  border: 1px solid rgba(var(--includes-accent-rgb), 0.05);
  background: radial-gradient(circle at 50% 0%, rgba(var(--includes-accent-rgb), 0.07), transparent 42%);
}

.landing-include-card__icon {
  position: relative;
  z-index: 1;
  width: 54px;
  height: 54px;
  color: var(--includes-accent);
  filter:
    drop-shadow(0 0 8px rgba(var(--includes-accent-rgb), 0.75))
    drop-shadow(0 0 17px rgba(var(--includes-accent-rgb), 0.34));
}

.landing-include-card__icon svg {
  width: 54px;
  height: 54px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.landing-include-card h3 {
  position: relative;
  z-index: 1;
  margin: 20px 0 0;
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: 0;
  color: var(--white);
  text-transform: uppercase;
  white-space: nowrap;
}

.landing-include-card p {
  position: relative;
  z-index: 1;
  margin: 13px 0 0;
  color: #d4d4d4;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.32;
}

.landing-includes__result {
  min-height: 86px;
  margin-top: 24px;
  padding: 18px 34px;
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) 310px 90px;
  gap: 22px;
  align-items: center;
  border: 1px solid rgba(var(--includes-accent-rgb), 0.66);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(var(--includes-accent-rgb), 0.055), transparent 42%, rgba(var(--includes-accent-rgb), 0.04)),
    rgba(0, 0, 0, 0.52);
  box-shadow:
    0 0 24px rgba(var(--includes-accent-rgb), 0.14),
    inset 0 0 28px rgba(var(--includes-accent-rgb), 0.03);
  clip-path: polygon(14px 0, calc(100% - 14px) 0, 100% 14px, 100% calc(100% - 14px), calc(100% - 14px) 100%, 14px 100%, 0 calc(100% - 14px), 0 14px);
}

.landing-includes__target {
  position: relative;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(var(--includes-accent-rgb), 0.7);
  justify-self: center;
}

.landing-includes__target::before,
.landing-includes__target::after {
  content: "";
  position: absolute;
  background: var(--includes-accent);
  box-shadow: 0 0 10px rgba(var(--includes-accent-rgb), 0.8);
}

.landing-includes__target::before {
  left: 50%;
  top: 14px;
  bottom: 14px;
  width: 2px;
  transform: translateX(-50%);
}

.landing-includes__target::after {
  left: 14px;
  right: 14px;
  top: 50%;
  height: 2px;
  transform: translateY(-50%);
}

.landing-includes__result p {
  margin: 0;
  color: var(--white);
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.landing-includes__result p span {
  color: var(--includes-accent);
}

.landing-includes__result a {
  position: relative;
  min-height: 56px;
  padding: 0 74px 0 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #111;
  background: var(--includes-accent);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  clip-path: polygon(22px 0, calc(100% - 22px) 0, 100% 50%, calc(100% - 22px) 100%, 22px 100%, 0 50%);
  box-shadow: 0 0 22px rgba(var(--includes-accent-rgb), 0.45);
}

.landing-includes__result a span {
  position: absolute;
  right: 34px;
  width: 32px;
  height: 2px;
  background: currentColor;
}

.landing-includes__result a span::before,
.landing-includes__result a span::after {
  content: "";
  position: absolute;
  right: 0;
  width: 11px;
  height: 2px;
  background: currentColor;
  transform-origin: right center;
}

.landing-includes__result a span::before {
  transform: rotate(45deg);
}

.landing-includes__result a span::after {
  transform: rotate(-45deg);
}

.landing-includes__result i {
  width: 72px;
  height: 12px;
  justify-self: center;
  background: repeating-linear-gradient(120deg, var(--includes-accent) 0 5px, transparent 5px 15px);
  filter: drop-shadow(0 0 10px rgba(var(--includes-accent-rgb), 0.58));
}

.before-after {
  --ba-accent: #D7FF00;
  --ba-accent-rgb: 215, 255, 0;
  position: relative;
  z-index: 2;
  min-height: 100vh;
  padding: 42px 3.8vw 46px;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 58% 55%, rgba(var(--ba-accent-rgb), 0.08), transparent 24%),
    linear-gradient(rgba(var(--ba-accent-rgb), 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(var(--ba-accent-rgb), 0.06) 1px, transparent 1px),
    linear-gradient(180deg, #030303 0%, #000 55%, #020202 100%);
  background-size: auto, 92px 92px, 92px 92px, auto;
}

.before-after::before,
.before-after::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.before-after::before {
  opacity: 0.42;
  background:
    radial-gradient(circle at 48% 49%, rgba(var(--ba-accent-rgb), 0.85), transparent 1px),
    radial-gradient(circle at 82% 14%, rgba(var(--ba-accent-rgb), 0.58), transparent 1px),
    radial-gradient(circle at 70% 66%, rgba(255, 255, 255, 0.11), transparent 1px),
    linear-gradient(114deg, transparent 0 51%, rgba(var(--ba-accent-rgb), 0.16) 51% 51.2%, transparent 51.2% 100%);
  background-size: 43px 43px, 57px 57px, 39px 39px, auto;
  mix-blend-mode: screen;
}

.before-after::after {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.58), transparent 38%, transparent 62%, rgba(0, 0, 0, 0.42)),
    radial-gradient(circle at 50% 50%, transparent 0 32%, rgba(0, 0, 0, 0.34) 76%);
}

.before-after__decor,
.before-after__top,
.before-after__stage,
.before-after__cta {
  position: relative;
  z-index: 1;
}

.before-after__decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.before-after__slashes {
  position: absolute;
  left: 4.4vw;
  top: 42px;
  width: 116px;
  height: 18px;
  background:
    linear-gradient(90deg, var(--ba-accent) 0 35%, transparent 35%),
    repeating-linear-gradient(120deg, var(--ba-accent) 0 8px, transparent 8px 18px);
  filter: drop-shadow(0 0 12px rgba(var(--ba-accent-rgb), 0.62));
}

.before-after__vertical {
  position: absolute;
  left: 3.4vw;
  top: 54px;
  width: 1px;
  height: 132px;
  background: var(--ba-accent);
  box-shadow: 0 0 12px rgba(var(--ba-accent-rgb), 0.62);
}

.before-after__vertical::before,
.before-after__vertical::after {
  content: "";
  position: absolute;
  left: -3px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ba-accent);
}

.before-after__vertical::before {
  top: 0;
}

.before-after__vertical::after {
  bottom: 0;
}

.before-after__radar {
  position: absolute;
  right: 6.8vw;
  top: 34px;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(var(--ba-accent-rgb), 0.42);
  border-radius: 50%;
  opacity: 0.78;
  box-shadow:
    0 0 24px rgba(var(--ba-accent-rgb), 0.18),
    inset 0 0 20px rgba(var(--ba-accent-rgb), 0.04);
}

.before-after__radar::before,
.before-after__radar::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.before-after__radar::before {
  inset: 25px;
  border: 1px solid rgba(var(--ba-accent-rgb), 0.35);
}

.before-after__radar::after {
  inset: 68px;
  background: var(--ba-accent);
  box-shadow: 0 0 22px rgba(var(--ba-accent-rgb), 0.9);
}

.before-after__spark {
  position: absolute;
  left: 48%;
  top: 214px;
  width: 180px;
  height: 520px;
  background:
    linear-gradient(112deg, transparent 0 46%, var(--ba-accent) 46% 47%, transparent 47% 100%),
    radial-gradient(circle at 58% 46%, rgba(var(--ba-accent-rgb), 0.64), transparent 1px);
  background-size: auto, 21px 21px;
  filter: drop-shadow(0 0 18px rgba(var(--ba-accent-rgb), 0.62));
  transform: skewX(-14deg);
}

.before-after__top {
  display: grid;
  grid-template-columns: minmax(430px, 0.96fr) minmax(420px, 0.78fr) minmax(360px, 0.62fr);
  gap: 40px;
  align-items: center;
  min-height: 168px;
  padding-left: 28px;
}

.before-after__top h2 {
  margin: 0;
  display: flex;
  gap: 24px;
  align-items: baseline;
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-size: clamp(80px, 7vw, 134px);
  font-weight: 700;
  line-height: 0.88;
  letter-spacing: 0;
  text-transform: uppercase;
}

.before-after__top h2 span {
  display: block;
  transform: scaleX(0.88);
  transform-origin: left center;
  text-shadow: 0 0 1px currentColor;
}

.before-after__top h2 span:first-child {
  color: var(--white);
}

.before-after__top h2 span:last-child {
  color: var(--ba-accent);
  text-shadow:
    0 0 1px currentColor,
    0 0 20px rgba(var(--ba-accent-rgb), 0.28);
}

.before-after__top p {
  margin: 0;
  color: #d8d8d8;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.32;
  text-transform: uppercase;
}

.before-after__top p span {
  color: var(--ba-accent);
}

.before-after__metric {
  display: grid;
  grid-template-columns: 1fr 110px;
  gap: 20px;
  align-items: center;
  padding-right: 126px;
}

.before-after__metric svg {
  width: 210px;
  height: 86px;
  fill: none;
  stroke: var(--ba-accent);
  stroke-width: 2;
  filter: drop-shadow(0 0 9px rgba(var(--ba-accent-rgb), 0.62));
}

.before-after__metric div {
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.before-after__metric span {
  display: block;
  color: #a9a9a9;
  font-size: 13px;
  line-height: 1.2;
}

.before-after__metric strong {
  display: block;
  margin: 5px 0 8px;
  color: var(--ba-accent);
  font-family: "Bebas Neue", Arial, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 0.85;
  text-shadow: 0 0 15px rgba(var(--ba-accent-rgb), 0.34);
}

.before-after__stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(540px, 0.92fr) 92px minmax(590px, 1fr);
  gap: 28px;
  align-items: center;
  margin-top: 18px;
}

.before-panel,
.after-panel {
  position: relative;
  min-height: 472px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.035), rgba(0, 0, 0, 0.4)),
    rgba(0, 0, 0, 0.54);
  box-shadow: inset 0 0 36px rgba(255, 255, 255, 0.025);
  clip-path: polygon(20px 0, calc(100% - 20px) 0, 100% 20px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 20px 100%, 0 calc(100% - 20px), 0 20px);
}

.before-panel__label,
.after-panel__label {
  position: absolute;
  top: -1px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.before-panel__label {
  left: 62px;
  width: 150px;
  color: #a8a8a8;
  background: linear-gradient(135deg, #1a1a1a, #080808);
  border: 1px solid rgba(255, 255, 255, 0.17);
  clip-path: polygon(0 0, 100% 0, 82% 100%, 0 100%);
}

.after-panel {
  border-color: rgba(var(--ba-accent-rgb), 0.85);
  box-shadow:
    0 0 30px rgba(var(--ba-accent-rgb), 0.18),
    inset 0 0 34px rgba(var(--ba-accent-rgb), 0.045);
}

.after-panel__label {
  left: 38px;
  width: 168px;
  color: #050505;
  background: var(--ba-accent);
  clip-path: polygon(0 0, 100% 0, 82% 100%, 0 100%);
  box-shadow: 0 0 18px rgba(var(--ba-accent-rgb), 0.56);
}

.before-panel__content,
.after-panel__content {
  display: grid;
  gap: 34px;
  align-items: center;
  height: 100%;
  padding: 74px 38px 34px;
}

.before-panel__content {
  grid-template-columns: minmax(270px, 0.95fr) minmax(260px, 1fr);
}

.after-panel__content {
  grid-template-columns: minmax(300px, 0.82fr) minmax(310px, 1fr);
}

.before-panel h3,
.after-panel h3 {
  margin: 0 0 28px;
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: 0;
  text-transform: uppercase;
}

.before-panel h3 {
  color: var(--white);
}

.after-panel h3 {
  color: var(--ba-accent);
  font-size: 48px;
  text-shadow: 0 0 18px rgba(var(--ba-accent-rgb), 0.28);
}

.before-panel ul,
.after-panel ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.before-panel li,
.after-panel li {
  min-height: 54px;
  display: flex;
  align-items: center;
  gap: 17px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  color: #d8d8d8;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 19px;
  line-height: 1.2;
}

.after-panel li {
  border-bottom-color: rgba(var(--ba-accent-rgb), 0.23);
  color: #eeeeee;
}

.before-panel li svg,
.after-panel li svg {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.before-panel li svg {
  color: #bdbdbd;
}

.after-panel li svg {
  color: var(--ba-accent);
  filter: drop-shadow(0 0 8px rgba(var(--ba-accent-rgb), 0.55));
}

.before-panel__mockup {
  position: relative;
  min-height: 330px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 7px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(0, 0, 0, 0.32)),
    rgba(255, 255, 255, 0.025);
  opacity: 0.58;
}

.before-panel__dots,
.after-site__dots {
  position: absolute;
  left: 18px;
  top: 14px;
  width: 58px;
  height: 12px;
  background: radial-gradient(circle, currentColor 0 5px, transparent 6px);
  background-size: 19px 12px;
  color: rgba(255, 255, 255, 0.55);
}

.before-panel__hero {
  position: absolute;
  left: 24px;
  top: 62px;
  width: 138px;
  height: 134px;
  background:
    linear-gradient(135deg, transparent 0 55%, rgba(255, 255, 255, 0.16) 55%),
    radial-gradient(circle at 70% 36%, rgba(255, 255, 255, 0.12), transparent 14%),
    rgba(255, 255, 255, 0.08);
}

.before-panel__lines {
  position: absolute;
  right: 24px;
  top: 66px;
  width: 110px;
  height: 84px;
  background: repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.16) 0 8px, transparent 8px 19px);
}

.before-panel__button {
  position: absolute;
  right: 44px;
  top: 160px;
  width: 76px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.23);
}

.before-panel__tiles {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 86px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.before-panel__tiles span {
  height: 50px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 3px;
}

.before-panel__small-lines {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 26px;
  height: 42px;
  background: repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.16) 0 6px, transparent 6px 15px);
}

.before-after__vs {
  width: 112px;
  height: 112px;
  display: grid;
  place-items: center;
  color: var(--ba-accent);
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(var(--ba-accent-rgb), 0.12), transparent 62%);
  text-shadow: 0 0 20px rgba(var(--ba-accent-rgb), 0.75);
}

.before-after__vs::before {
  content: "";
  position: absolute;
  width: 138px;
  height: 138px;
  border: 1px solid rgba(var(--ba-accent-rgb), 0.38);
  border-radius: 50%;
  box-shadow:
    0 0 20px rgba(var(--ba-accent-rgb), 0.18),
    inset 0 0 20px rgba(var(--ba-accent-rgb), 0.05);
}

.after-site {
  position: relative;
  min-height: 330px;
  padding: 52px 25px 20px;
  border: 1px solid rgba(var(--ba-accent-rgb), 0.5);
  border-radius: 7px;
  background:
    linear-gradient(135deg, rgba(var(--ba-accent-rgb), 0.065), rgba(0, 0, 0, 0.2)),
    rgba(0, 0, 0, 0.38);
  box-shadow: inset 0 0 24px rgba(var(--ba-accent-rgb), 0.04);
}

.after-site__dots {
  color: rgba(var(--ba-accent-rgb), 0.62);
}

.after-site__badge {
  position: absolute;
  right: 20px;
  top: 18px;
  padding: 4px 9px;
  border: 1px solid rgba(var(--ba-accent-rgb), 0.5);
  border-radius: 4px;
  color: var(--ba-accent);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8px;
  font-weight: 700;
  text-transform: uppercase;
}

.after-site h4 {
  margin: 0;
  color: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 1.12;
}

.after-site h4 span {
  color: var(--ba-accent);
}

.after-site p {
  margin: 12px 0 0;
  color: #bcbcbc;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.after-site a {
  position: relative;
  width: 142px;
  min-height: 34px;
  margin-top: 16px;
  padding: 0 42px 0 17px;
  display: inline-flex;
  align-items: center;
  color: #101010;
  background: var(--ba-accent);
  border-radius: 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 0 15px rgba(var(--ba-accent-rgb), 0.44);
}

.after-site a span,
.before-after__cta a span {
  position: absolute;
  right: 18px;
  width: 20px;
  height: 2px;
  background: currentColor;
}

.after-site a span::before,
.after-site a span::after,
.before-after__cta a span::before,
.before-after__cta a span::after {
  content: "";
  position: absolute;
  right: 0;
  width: 8px;
  height: 2px;
  background: currentColor;
  transform-origin: right center;
}

.after-site a span::before,
.before-after__cta a span::before {
  transform: rotate(45deg);
}

.after-site a span::after,
.before-after__cta a span::after {
  transform: rotate(-45deg);
}

.after-site__stats {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding-top: 16px;
  border-top: 1px solid rgba(var(--ba-accent-rgb), 0.22);
}

.after-site__stats strong {
  color: var(--ba-accent);
  font-family: "Bebas Neue", Arial, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 0.9;
}

.after-site__stats span {
  display: block;
  margin-top: 5px;
  color: #bdbdbd;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8px;
  line-height: 1.1;
}

.after-site__chart {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1fr 72px;
  gap: 12px;
  align-items: center;
}

.after-site__chart svg {
  width: 100%;
  height: 58px;
  border: 1px solid rgba(var(--ba-accent-rgb), 0.18);
  fill: none;
  stroke: var(--ba-accent);
  stroke-width: 3;
}

.after-site__chart span {
  display: block;
  padding: 9px 6px;
  border: 1px solid rgba(var(--ba-accent-rgb), 0.28);
  color: var(--ba-accent);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 1.15;
  text-align: center;
}

.after-site__chart b {
  font-size: 20px;
}

.after-site__features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  margin-top: 12px;
}

.after-site__features span {
  height: 38px;
  border: 1px solid rgba(var(--ba-accent-rgb), 0.2);
  border-radius: 5px;
}

.before-after__cta {
  min-height: 120px;
  margin-top: 34px;
  padding: 18px 48px 18px 28px;
  display: grid;
  grid-template-columns: 120px minmax(420px, 1fr) minmax(300px, 430px) 96px;
  gap: 28px;
  align-items: center;
  border: 1px solid rgba(var(--ba-accent-rgb), 0.68);
  background:
    linear-gradient(90deg, rgba(var(--ba-accent-rgb), 0.045), transparent 50%, rgba(var(--ba-accent-rgb), 0.04)),
    rgba(0, 0, 0, 0.48);
  box-shadow:
    0 0 24px rgba(var(--ba-accent-rgb), 0.12),
    inset 0 0 28px rgba(var(--ba-accent-rgb), 0.035);
  clip-path: polygon(14px 0, calc(100% - 14px) 0, 100% 14px, 100% calc(100% - 14px), calc(100% - 14px) 100%, 14px 100%, 0 calc(100% - 14px), 0 14px);
}

.before-after__chat {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(var(--ba-accent-rgb), 0.7);
  clip-path: polygon(50% 0, 94% 25%, 94% 75%, 50% 100%, 6% 75%, 6% 25%);
  color: var(--ba-accent);
  filter: drop-shadow(0 0 12px rgba(var(--ba-accent-rgb), 0.55));
}

.before-after__chat svg {
  width: 48px;
  height: 48px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.before-after__cta h3 {
  margin: 0;
  color: var(--white);
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.before-after__cta h3 span {
  color: var(--ba-accent);
}

.before-after__cta a {
  position: relative;
  min-height: 64px;
  padding: 0 84px 0 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #111;
  background: var(--ba-accent);
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 8px;
  box-shadow: 0 0 26px rgba(var(--ba-accent-rgb), 0.45);
  clip-path: polygon(18px 0, calc(100% - 18px) 0, 100% 18px, 100% calc(100% - 18px), calc(100% - 18px) 100%, 18px 100%, 0 calc(100% - 18px), 0 18px);
}

.before-after__cta a span {
  right: 38px;
  width: 34px;
}

.before-after__cta i {
  width: 74px;
  height: 14px;
  justify-self: end;
  background: repeating-linear-gradient(120deg, var(--ba-accent) 0 5px, transparent 5px 15px);
  filter: drop-shadow(0 0 10px rgba(var(--ba-accent-rgb), 0.58));
}

.faq-section {
  --faq-accent: #D7FF00;
  --faq-accent-rgb: 215, 255, 0;
  position: relative;
  z-index: 2;
  min-height: 100vh;
  padding: 78px 0 52px;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.32) 45%, rgba(0, 0, 0, 0.08) 100%),
    radial-gradient(circle at 78% 38%, rgba(var(--faq-accent-rgb), 0.12), transparent 30%),
    url("background3.png") center top / cover no-repeat,
    #000;
}

.faq-section::before,
.faq-section::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.faq-section::before {
  opacity: 0.62;
  background:
    linear-gradient(rgba(var(--faq-accent-rgb), 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(var(--faq-accent-rgb), 0.07) 1px, transparent 1px),
    radial-gradient(circle at 3.8% 4.8%, rgba(var(--faq-accent-rgb), 0.7), transparent 1px),
    radial-gradient(circle at 89% 8%, rgba(var(--faq-accent-rgb), 0.58), transparent 1px),
    radial-gradient(circle at 14% 74%, rgba(var(--faq-accent-rgb), 0.45), transparent 1px);
  background-size: 94px 94px, 94px 94px, 74px 74px, 68px 68px, 58px 58px;
  mix-blend-mode: screen;
}

.faq-section::after {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, transparent 32%, rgba(0, 0, 0, 0.4) 100%),
    radial-gradient(circle at 40% 52%, transparent 0 30%, rgba(0, 0, 0, 0.34) 78%);
}

.faq-section__decor,
.faq-section__top,
.faq-list {
  position: relative;
  z-index: 1;
}

.faq-section__decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.faq-section__slashes {
  position: absolute;
  left: 8vw;
  top: 78px;
  width: 146px;
  height: 54px;
  background:
    linear-gradient(90deg, rgba(var(--faq-accent-rgb), 0.95) 0 38%, transparent 38%),
    repeating-linear-gradient(128deg, rgba(var(--faq-accent-rgb), 0.96) 0 8px, transparent 8px 22px);
  filter: drop-shadow(0 0 13px rgba(var(--faq-accent-rgb), 0.72));
  transform: skewX(-15deg);
}

.faq-section__left-line {
  position: absolute;
  left: 3.8vw;
  top: 54px;
  width: 1px;
  height: calc(100% - 112px);
  background: linear-gradient(180deg, var(--faq-accent), rgba(var(--faq-accent-rgb), 0.18) 16%, rgba(var(--faq-accent-rgb), 0.08) 72%, var(--faq-accent));
  box-shadow: 0 0 14px rgba(var(--faq-accent-rgb), 0.42);
}

.faq-section__left-line::before,
.faq-section__left-line::after {
  content: "";
  position: absolute;
  left: -4px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--faq-accent);
  box-shadow: 0 0 14px rgba(var(--faq-accent-rgb), 0.78);
}

.faq-section__left-line::before {
  top: 0;
}

.faq-section__left-line::after {
  bottom: 0;
}

.faq-section__spark {
  position: absolute;
  width: 76px;
  height: 2px;
  background: var(--faq-accent);
  filter: drop-shadow(0 0 10px rgba(var(--faq-accent-rgb), 0.72));
  transform: rotate(-33deg);
}

.faq-section__spark--one {
  left: 30.6vw;
  top: 332px;
}

.faq-section__spark--two {
  right: 9.2vw;
  top: 392px;
  width: 52px;
  transform: rotate(0deg);
}

.faq-section__top {
  display: grid;
  grid-template-columns: minmax(300px, 330px) minmax(330px, 1fr);
  gap: 28px;
  align-items: end;
  padding: 0 8.3vw 0 10.3vw;
}

.faq-section__heading {
  margin-left: 38px;
}

.faq-section__heading h2 {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-weight: 700;
  line-height: 0.88;
  letter-spacing: 0;
  text-transform: uppercase;
}

.faq-section__heading h2 span {
  display: block;
  transform: scaleX(0.88);
  transform-origin: left center;
  text-shadow: 0 0 1px currentColor;
}

.faq-section__heading h2 span:first-child {
  color: var(--white);
  font-size: clamp(92px, 8.2vw, 142px);
}

.faq-section__heading h2 span:nth-child(2),
.faq-section__heading h2 span:nth-child(3) {
  color: var(--faq-accent);
  font-size: clamp(43px, 3.5vw, 62px);
  line-height: 0.98;
  white-space: nowrap;
  text-shadow:
    0 0 1px currentColor,
    0 0 18px rgba(var(--faq-accent-rgb), 0.26);
}

.faq-section__top p {
  position: relative;
  margin: 0 0 34px;
  color: #e1e1e1;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(17px, 1.25vw, 22px);
  line-height: 1.24;
  text-transform: uppercase;
}

.faq-section__top p span {
  color: var(--faq-accent);
}

.faq-section__top p .faq-section__click-note {
  display: block;
  margin-top: 14px;
  color: #f0f0f0;
  font-size: clamp(12px, 0.9vw, 15px);
  line-height: 1.25;
  text-transform: uppercase;
  text-shadow: 0 0 12px rgba(var(--faq-accent-rgb), 0.22);
}

.faq-list {
  width: min(calc(100% - 16.5vw), 1398px);
  margin: 58px auto 0;
  display: grid;
  gap: 13px;
}

.faq-item {
  position: relative;
  min-height: 80px;
  display: grid;
  grid-template-columns: 72px minmax(390px, 0.82fr) 60px minmax(360px, 0.72fr) 48px;
  gap: 22px;
  align-items: center;
  padding: 14px 34px 14px 42px;
  border: 1px solid rgba(var(--faq-accent-rgb), 0.7);
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(var(--faq-accent-rgb), 0.03), rgba(0, 0, 0, 0.58) 28%, rgba(0, 0, 0, 0.72) 100%),
    rgba(0, 0, 0, 0.58);
  box-shadow:
    0 0 22px rgba(var(--faq-accent-rgb), 0.08),
    inset 0 0 24px rgba(var(--faq-accent-rgb), 0.025);
  clip-path: polygon(16px 0, calc(100% - 16px) 0, 100% 16px, 100% calc(100% - 16px), calc(100% - 16px) 100%, 16px 100%, 0 calc(100% - 16px), 0 16px);
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.faq-item:hover,
.faq-item:focus-visible,
.faq-item.is-open {
  border-color: rgba(var(--faq-accent-rgb), 0.95);
  box-shadow:
    0 0 26px rgba(var(--faq-accent-rgb), 0.14),
    inset 0 0 28px rgba(var(--faq-accent-rgb), 0.04);
}

.faq-item:focus-visible {
  outline: 2px solid rgba(var(--faq-accent-rgb), 0.85);
  outline-offset: 4px;
}

.faq-item::before {
  content: "";
  position: absolute;
  inset: 1px;
  pointer-events: none;
  border: 1px solid rgba(var(--faq-accent-rgb), 0.08);
  clip-path: inherit;
}

.faq-item::after {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: -1px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(var(--faq-accent-rgb), 0.28), transparent);
  opacity: 0.8;
}

.faq-item__icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  justify-self: center;
  border: 1px solid rgba(var(--faq-accent-rgb), 0.82);
  border-radius: 8px;
  color: var(--faq-accent);
  box-shadow:
    0 0 14px rgba(var(--faq-accent-rgb), 0.16),
    inset 0 0 12px rgba(var(--faq-accent-rgb), 0.045);
}

.faq-item__icon svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 7px rgba(var(--faq-accent-rgb), 0.58));
}

.faq-item h3 {
  margin: 0;
  color: var(--white);
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-size: clamp(22px, 1.62vw, 30px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0;
  text-transform: uppercase;
}

.faq-item__cut {
  width: 40px;
  height: 2px;
  justify-self: center;
  background: var(--faq-accent);
  filter: drop-shadow(0 0 9px rgba(var(--faq-accent-rgb), 0.72));
  transform: rotate(-34deg);
}

.faq-item__body {
  min-width: 0;
}

.faq-item__answer,
.faq-item__hint {
  margin: 0;
  max-width: 430px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(15px, 1.05vw, 18px);
  line-height: 1.28;
}

.faq-item__answer {
  display: none;
  color: #e8e8e8;
}

.faq-item__hint {
  display: block;
  color: rgba(223, 255, 0, 0.82);
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.faq-item.is-open .faq-item__answer {
  display: block;
}

.faq-item.is-open .faq-item__hint {
  display: none;
}

.faq-item__plus {
  position: relative;
  width: 28px;
  height: 28px;
  justify-self: end;
  color: var(--faq-accent);
  filter: drop-shadow(0 0 8px rgba(var(--faq-accent-rgb), 0.6));
  transition: transform 0.2s ease;
}

.faq-item__plus::before,
.faq-item__plus::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: currentColor;
  transform: translate(-50%, -50%);
}

.faq-item__plus::before {
  width: 25px;
  height: 2px;
}

.faq-item__plus::after {
  width: 2px;
  height: 25px;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.faq-item.is-open .faq-item__plus {
  transform: rotate(180deg);
}

.faq-item.is-open .faq-item__plus::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg);
}

.pricing {
  --pricing-accent: #D7FF00;
  --pricing-accent-rgb: 215, 255, 0;
  position: relative;
  z-index: 2;
  min-height: 100vh;
  padding: 72px 0 68px;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0.88) 38%, rgba(0, 0, 0, 0.52) 100%),
    radial-gradient(circle at 18% 16%, rgba(var(--pricing-accent-rgb), 0.12), transparent 20%),
    radial-gradient(circle at 76% 32%, rgba(var(--pricing-accent-rgb), 0.16), transparent 26%),
    url("background.png") calc(100% + 190px) 4px / 890px auto no-repeat,
    #000;
}

.pricing::before,
.pricing::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.pricing::before {
  opacity: 0.36;
  background:
    linear-gradient(rgba(var(--pricing-accent-rgb), 0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(var(--pricing-accent-rgb), 0.16) 1px, transparent 1px);
  background-size: 92px 92px;
  mask-image: linear-gradient(180deg, transparent, #000 12%, #000 88%, transparent);
}

.pricing::after {
  opacity: 0.44;
  background:
    radial-gradient(circle at 78% 12%, rgba(var(--pricing-accent-rgb), 0.8), transparent 1px),
    radial-gradient(circle at 54% 21%, rgba(255, 255, 255, 0.22), transparent 1px),
    radial-gradient(circle at 84% 39%, rgba(var(--pricing-accent-rgb), 0.45), transparent 1px),
    linear-gradient(116deg, transparent 0 66%, rgba(var(--pricing-accent-rgb), 0.08) 66% 66.4%, transparent 66.4%);
  background-size: 31px 31px, 47px 47px, 67px 67px, 100% 100%;
  mix-blend-mode: screen;
}

.pricing-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.pricing__inner {
  position: relative;
  z-index: 1;
  width: min(100% - 8vw, 1420px);
  margin: 0 auto;
}

.pricing__header {
  position: relative;
  display: grid;
  grid-template-columns: minmax(390px, 560px) minmax(280px, 1fr);
  gap: 48px;
  align-items: end;
  margin-bottom: 34px;
}

.pricing__slashes {
  position: absolute;
  left: 2px;
  top: -27px;
  width: 92px;
  height: 20px;
  background:
    linear-gradient(90deg, var(--pricing-accent) 0 58%, transparent 58%),
    repeating-linear-gradient(135deg, transparent 0 8px, var(--pricing-accent) 8px 12px, transparent 12px 19px);
  filter: drop-shadow(0 0 10px rgba(var(--pricing-accent-rgb), 0.72));
  transform: skewX(-15deg);
}

.pricing__slashes::after {
  content: "";
  position: absolute;
  left: 18px;
  top: 22px;
  width: 78px;
  height: 4px;
  background: repeating-linear-gradient(135deg, var(--pricing-accent) 0 9px, transparent 9px 17px);
}

.pricing__title {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-size: 78px;
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
}

.pricing__title span {
  display: block;
  transform: scaleX(0.88);
  transform-origin: left center;
  text-shadow: 0 0 1px currentColor;
}

.pricing__title span:first-child {
  color: var(--white);
}

.pricing__title span:last-child {
  color: var(--pricing-accent);
  text-shadow:
    0 0 1px currentColor,
    0 0 18px rgba(var(--pricing-accent-rgb), 0.28);
}

.pricing__subtitle {
  margin: 0 0 12px;
  max-width: 360px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.18;
  letter-spacing: 0;
  color: #dcdcdc;
  text-transform: uppercase;
}

.pricing__subtitle span {
  color: var(--pricing-accent);
}

.pricing__table-wrap {
  position: relative;
  border: 1px solid rgba(var(--pricing-accent-rgb), 0.68);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(0, 0, 0, 0.24)),
    rgba(0, 0, 0, 0.46);
  box-shadow:
    0 0 28px rgba(var(--pricing-accent-rgb), 0.16),
    inset 0 0 38px rgba(var(--pricing-accent-rgb), 0.035);
}

.pricing__table-wrap::before,
.pricing__table-wrap::after {
  content: "";
  position: absolute;
  left: 50%;
  z-index: 1;
  width: 210px;
  height: 1px;
  background: var(--pricing-accent);
  box-shadow: 0 0 18px rgba(var(--pricing-accent-rgb), 0.8);
  transform: translateX(-50%);
}

.pricing__table-wrap::before {
  top: -1px;
}

.pricing__table-wrap::after {
  bottom: -1px;
}

.pricing-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  color: #f4f4f4;
}

.pricing-table th,
.pricing-table td {
  border: 1px solid rgba(var(--pricing-accent-rgb), 0.38);
  background: rgba(0, 0, 0, 0.32);
}

.pricing-table thead th {
  height: 166px;
  padding: 18px 22px;
  vertical-align: middle;
}

.pricing-table__corner {
  width: 244px;
  background:
    linear-gradient(135deg, rgba(var(--pricing-accent-rgb), 0.05), transparent 42%),
    rgba(0, 0, 0, 0.4);
}

.pricing-table tbody th {
  width: 244px;
  padding: 9px 16px 9px 20px;
  text-align: left;
}

.pricing-table tbody td {
  height: 45px;
  padding: 8px 18px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.12;
  color: #e3e3e3;
}

.pricing-feature {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 27px;
  color: #e9e9e9;
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: 0;
  text-transform: uppercase;
}

.pricing-feature svg,
.pricing-card__features svg {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--pricing-accent);
  stroke-width: 2.35;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 7px rgba(var(--pricing-accent-rgb), 0.35));
}

.pricing-plan {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 14px;
  align-items: start;
  text-align: left;
}

.pricing-plan__icon,
.pricing-card__icon {
  width: 48px;
  height: 48px;
  fill: none;
  stroke: var(--pricing-accent);
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 11px rgba(var(--pricing-accent-rgb), 0.48));
}

.pricing-plan h3,
.pricing-card h3 {
  margin: 0;
  max-width: 170px;
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: 0;
  color: var(--pricing-accent);
  text-transform: uppercase;
}

.pricing-plan h3 span,
.pricing-card h3 span {
  display: block;
  color: var(--white);
}

.pricing-plan p,
.pricing-card__head p {
  position: relative;
  margin: 20px 0 0;
  padding-top: 12px;
  color: var(--pricing-accent);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.pricing-plan p::before,
.pricing-card__head p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 96px;
  height: 2px;
  background: linear-gradient(90deg, var(--pricing-accent), rgba(var(--pricing-accent-rgb), 0.05));
  box-shadow: 0 0 12px rgba(var(--pricing-accent-rgb), 0.42);
}

.pricing-plan strong,
.pricing-card__head strong {
  font-size: 21px;
  color: var(--pricing-accent);
}

.pricing-deadline {
  position: relative;
  z-index: 0;
  min-width: 104px;
  margin-top: 9px;
  padding: 5px 15px 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #111;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  text-transform: none;
  transform: rotate(-1deg);
}

.pricing-deadline::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -4px -8px;
  background: #fff;
  clip-path: polygon(5% 24%, 17% 10%, 36% 16%, 56% 4%, 80% 13%, 98% 24%, 90% 49%, 99% 72%, 76% 86%, 55% 78%, 30% 95%, 9% 82%, 13% 55%);
  box-shadow:
    0 2px 0 rgba(0, 0, 0, 0.34),
    0 0 11px rgba(255, 255, 255, 0.24);
}

.pricing-check {
  width: 18px;
  height: 18px;
  margin: 0 auto;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  color: #101010;
  background: var(--pricing-accent);
  box-shadow:
    0 0 10px rgba(var(--pricing-accent-rgb), 0.72),
    inset 0 0 0 1px rgba(0, 0, 0, 0.18);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.pricing-cards {
  display: none;
}

.pricing-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(var(--pricing-accent-rgb), 0.62);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.045), rgba(0, 0, 0, 0.28)),
    rgba(0, 0, 0, 0.58);
  box-shadow:
    0 0 22px rgba(var(--pricing-accent-rgb), 0.14),
    inset 0 0 24px rgba(var(--pricing-accent-rgb), 0.035);
}

.pricing-card::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 120px;
  height: 1px;
  background: var(--pricing-accent);
  box-shadow: 0 0 18px rgba(var(--pricing-accent-rgb), 0.72);
  transform: translateX(-50%);
}

.pricing-card__head {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 15px;
  padding: 24px 22px 21px;
  border-bottom: 1px solid rgba(var(--pricing-accent-rgb), 0.36);
}

.pricing-card__features {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pricing-card__features li {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(96px, 0.92fr);
  gap: 14px;
  align-items: center;
  min-height: 47px;
  padding: 10px 16px;
  border-bottom: 1px solid rgba(var(--pricing-accent-rgb), 0.25);
  color: #eeeeee;
}

.pricing-card__features li:last-child {
  border-bottom: 0;
}

.pricing-card__features li > span:first-child {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.05;
  text-transform: uppercase;
}

.pricing-card__features strong {
  justify-self: end;
  color: #e3e3e3;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.16;
  text-align: right;
}

.pricing-cta {
  position: relative;
  display: grid;
  grid-template-columns: 1.22fr 0.64fr 1.28fr;
  gap: 32px;
  align-items: center;
  min-height: 136px;
  margin-top: 36px;
  padding: 25px 34px;
  border: 1px solid rgba(var(--pricing-accent-rgb), 0.78);
  background:
    linear-gradient(90deg, rgba(var(--pricing-accent-rgb), 0.04), transparent 32%, rgba(var(--pricing-accent-rgb), 0.05)),
    rgba(0, 0, 0, 0.5);
  box-shadow:
    0 0 22px rgba(var(--pricing-accent-rgb), 0.13),
    inset 0 0 30px rgba(var(--pricing-accent-rgb), 0.035);
  clip-path: polygon(0.4% 5%, 2.2% 0, 97.6% 3%, 99.8% 8%, 99.3% 95%, 97.1% 100%, 1.3% 98%, 0 91%);
}

.pricing-cta::before,
.pricing-cta::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.pricing-cta::before {
  inset: 4px;
  border: 1px solid rgba(var(--pricing-accent-rgb), 0.54);
  clip-path: polygon(0.1% 8%, 2.4% 3%, 96.8% 0, 100% 8%, 99.5% 92%, 96.3% 98%, 1.9% 100%, 0 88%);
  transform: rotate(-0.25deg);
}

.pricing-cta::after {
  right: 30px;
  top: 38px;
  width: 78px;
  height: 3px;
  background: var(--pricing-accent);
  box-shadow: 0 0 13px rgba(var(--pricing-accent-rgb), 0.78);
}

.pricing-cta__start {
  display: flex;
  align-items: center;
  gap: 30px;
  min-width: 0;
}

.pricing-cta__round-arrow {
  position: relative;
  flex: 0 0 auto;
  width: 84px;
  height: 84px;
  border: 8px solid var(--pricing-accent);
  border-radius: 50%;
  filter: drop-shadow(0 0 14px rgba(var(--pricing-accent-rgb), 0.68));
  transform: rotate(-5deg);
}

.pricing-cta__round-arrow::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 36px;
  width: 34px;
  height: 5px;
  background: var(--pricing-accent);
}

.pricing-cta__round-arrow::after {
  content: "";
  position: absolute;
  right: 19px;
  top: 27px;
  width: 19px;
  height: 19px;
  border-top: 5px solid var(--pricing-accent);
  border-right: 5px solid var(--pricing-accent);
  transform: rotate(45deg);
}

.pricing-cta h3 {
  margin: 0;
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: 0;
  color: var(--white);
  text-transform: uppercase;
}

.pricing-cta h3 span,
.pricing-cta p span {
  color: var(--pricing-accent);
}

.pricing-cta h3 span {
  display: inline-block;
  margin-left: 8px;
}

.pricing-cta p {
  margin: 12px 0 0;
  max-width: 470px;
  color: #e2e2e2;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.28;
  text-transform: uppercase;
}

.pricing-cta__bubble {
  position: relative;
  justify-self: center;
  width: 160px;
  min-height: 76px;
  padding: 16px 18px;
  display: grid;
  place-items: center;
  border: 3px solid #fff;
  border-radius: 50%;
  color: var(--pricing-accent);
  background: rgba(0, 0, 0, 0.3);
  font-family: "Comic Sans MS", "Segoe Print", cursive;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(-9deg);
}

.pricing-cta__bubble::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: -12px;
  width: 22px;
  height: 22px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  background: #000;
  transform: rotate(31deg) skew(8deg);
}

.pricing-cta__end {
  position: relative;
  display: grid;
  grid-template-columns: minmax(170px, 1fr) 230px 72px;
  gap: 24px;
  align-items: center;
  min-width: 0;
}

.pricing-cta__end p {
  margin: 0;
  max-width: 320px;
  text-transform: none;
  font-size: 18px;
  line-height: 1.22;
  color: #f1f1f1;
}

.pricing-cta__button {
  position: relative;
  min-height: 43px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #090909;
  background: var(--pricing-accent);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 0 18px rgba(var(--pricing-accent-rgb), 0.46);
  clip-path: polygon(5% 17%, 17% 5%, 39% 10%, 63% 1%, 91% 12%, 100% 36%, 95% 76%, 76% 90%, 45% 82%, 18% 99%, 0 76%, 8% 46%);
  transform: rotate(-1.5deg);
}

.pricing-cta__arrow {
  position: relative;
  display: block;
  width: 64px;
  height: 3px;
  background: var(--pricing-accent);
  box-shadow: 0 0 13px rgba(var(--pricing-accent-rgb), 0.78);
}

.pricing-cta__arrow::before,
.pricing-cta__arrow::after {
  content: "";
  position: absolute;
  right: 0;
  width: 16px;
  height: 3px;
  background: var(--pricing-accent);
  transform-origin: right center;
}

.pricing-cta__arrow::before {
  transform: rotate(45deg);
}

.pricing-cta__arrow::after {
  transform: rotate(-45deg);
}

.why {
  position: relative;
  z-index: 2;
  height: 100vh;
  min-height: 0;
  display: grid;
  grid-template-rows: 282px minmax(0, 1fr) 64px;
  row-gap: 18px;
  padding: 72px 112px 34px;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.76) 0%, rgba(0, 0, 0, 0.34) 47%, rgba(0, 0, 0, 0.2) 100%),
    url("background2.png") right center / contain no-repeat,
    #000;
}

.why::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 23%, rgba(223, 255, 0, 0.08), transparent 18%),
    radial-gradient(circle at 30% 73%, rgba(223, 255, 0, 0.08), transparent 22%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.46));
}

.why__frame,
.why__hero,
.why__cards,
.why__bottom {
  position: relative;
  z-index: 1;
}

.why__frame {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.why__corner {
  position: absolute;
  left: 24px;
  right: 24px;
  border-color: rgba(223, 255, 0, 0.68);
  filter: drop-shadow(0 0 10px rgba(223, 255, 0, 0.28));
}

.why__corner--top {
  top: 26px;
  height: 72px;
  border-top: 1px solid;
  border-left: 1px solid;
  clip-path: polygon(28px 0, 100% 0, 100% 100%, 0 100%, 0 28px);
}

.why__corner--top::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 31px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 18px rgba(223, 255, 0, 0.85);
}

.why__corner--bottom {
  bottom: 18px;
  height: 66px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 28px), calc(100% - 28px) 100%, 28px 100%, 0 calc(100% - 28px));
}

.why__radar {
  position: absolute;
  top: 34px;
  right: 132px;
  width: 126px;
  height: 126px;
  border: 1px solid rgba(223, 255, 0, 0.18);
  border-radius: 50%;
  opacity: 0.82;
}

.why__radar::before,
.why__radar::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(223, 255, 0, 0.12);
  border-radius: 50%;
}

.why__radar::after {
  inset: 56px;
  background: var(--accent);
  border: 0;
  box-shadow: 0 0 16px rgba(223, 255, 0, 0.8);
}

.why__result-line {
  position: absolute;
  right: 82px;
  bottom: 40px;
  width: 118px;
  height: 12px;
  background: repeating-linear-gradient(105deg, var(--accent) 0 4px, transparent 4px 17px);
  opacity: 0.86;
}

.why__hero {
  display: grid;
  grid-template-columns: 430px 465px 1fr;
  align-items: start;
  gap: 44px;
}

.why__intro {
  padding-top: 10px;
}

.why__title {
  margin: 0;
  display: flex;
  flex-direction: column;
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 0.91;
  letter-spacing: 0;
  text-transform: uppercase;
}

.why__title span {
  display: block;
  transform: scaleX(0.86);
  transform-origin: left center;
  text-shadow: 0 0 1px currentColor;
}

.why__title span:first-child {
  color: var(--white);
}

.why__title span:last-child {
  color: var(--accent);
}

.why__intro p {
  margin: 22px 0 0;
  max-width: 390px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.35;
  color: #dadada;
}

.why__intro p span {
  color: var(--accent);
}

.why__slashes {
  position: relative;
  display: block;
  width: 70px;
  height: 9px;
  margin-top: 16px;
  background: repeating-linear-gradient(125deg, var(--accent) 0 11px, transparent 11px 18px);
  filter: drop-shadow(0 0 9px rgba(223, 255, 0, 0.5));
}

.why__slashes::after {
  content: "";
  position: absolute;
  left: 86px;
  top: 4px;
  width: 220px;
  height: 1px;
  background: linear-gradient(90deg, rgba(223, 255, 0, 0.72), rgba(223, 255, 0, 0.06));
}

.why__numbers {
  margin-top: 100px;
  height: 84px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-left: 1px solid rgba(223, 255, 0, 0.4);
  border-right: 1px solid rgba(223, 255, 0, 0.4);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.1));
  box-shadow: inset 0 0 20px rgba(223, 255, 0, 0.04);
}

.why-number {
  padding: 14px 30px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.why-number:last-child {
  border-right: 0;
}

.why-number strong {
  display: block;
  font-family: "Bebas Neue", Arial, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 0.82;
  color: var(--accent);
}

.why-number span {
  display: block;
  margin-top: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.18;
  color: #d8d8d8;
}

.why__quality {
  justify-self: end;
  align-self: start;
  width: 124px;
  min-height: 142px;
  margin-top: 145px;
  padding: 21px 18px 16px;
  border: 1px solid rgba(223, 255, 0, 0.64);
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.34);
  box-shadow:
    0 0 20px rgba(223, 255, 0, 0.16),
    inset 0 0 18px rgba(223, 255, 0, 0.04);
}

.why__quality span,
.why__quality strong {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.15;
  text-transform: uppercase;
}

.why__quality span {
  color: #cfcfcf;
}

.why__quality strong {
  margin-top: 6px;
  color: var(--accent);
}

.why__quality i {
  display: block;
  width: 70px;
  height: 16px;
  margin-top: 20px;
  background: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0 2px, transparent 2px 5px);
  opacity: 0.66;
}

.why__cards {
  width: min(1328px, 100%);
  min-height: 0;
  margin-top: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 16px 20px;
}

.why-card {
  position: relative;
  min-height: 0;
  padding: 22px 28px 20px;
  overflow: hidden;
  border: 1px solid rgba(223, 255, 0, 0.62);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.045), rgba(0, 0, 0, 0.22)),
    rgba(0, 0, 0, 0.48);
  box-shadow:
    0 0 20px rgba(223, 255, 0, 0.12),
    inset 0 0 24px rgba(223, 255, 0, 0.035);
}

.why-card::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 108px;
  height: 1px;
  background: var(--accent);
  box-shadow: 0 0 18px rgba(223, 255, 0, 0.72);
  transform: translateX(-50%);
}

.why-card__num {
  position: absolute;
  top: 22px;
  right: 28px;
  font-family: "Bebas Neue", Arial, sans-serif;
  font-size: 24px;
  line-height: 1;
  color: var(--accent);
  text-shadow: 0 0 10px rgba(223, 255, 0, 0.32);
}

.why-card__icon {
  width: 50px;
  height: 48px;
  display: grid;
  place-items: center;
  color: var(--accent);
  filter: drop-shadow(0 0 10px rgba(223, 255, 0, 0.34));
}

.why-card__icon--wide {
  width: 78px;
}

.why-card__icon svg {
  width: 50px;
  height: 48px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.why-card__icon--wide svg {
  width: 78px;
}

.why-card h3 {
  margin: 18px 0 0;
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: var(--white);
  text-transform: uppercase;
  transform: scaleX(0.92);
  transform-origin: left center;
  text-shadow: 0 0 1px currentColor;
}

.why-card p {
  margin: 12px 0 0;
  max-width: 330px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.3;
  color: #cfcfcf;
}

.why-card--focus,
.why-card--fast,
.why-card--code {
  padding-right: 128px;
}

.why-card__mini {
  position: absolute;
  right: 20px;
  bottom: 18px;
  width: 92px;
  height: 92px;
  padding: 15px 11px 10px;
  border: 1px solid rgba(223, 255, 0, 0.32);
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.26);
}

.why-card__mini span {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1;
  color: #a8a8a8;
}

.why-card__mini strong {
  display: block;
  margin-top: 7px;
  font-family: "Bebas Neue", Arial, sans-serif;
  font-size: 23px;
  line-height: 1;
  color: var(--accent);
}

.why-card__mini i {
  position: absolute;
  left: 13px;
  right: 11px;
  bottom: 15px;
  height: 28px;
  background:
    linear-gradient(135deg, transparent 0 18%, var(--accent) 18% 21%, transparent 21% 36%, var(--accent) 36% 39%, transparent 39% 58%, var(--accent) 58% 61%, transparent 61% 77%, var(--accent) 77% 80%, transparent 80%),
    linear-gradient(180deg, transparent 0 69%, rgba(223, 255, 0, 0.28) 69% 72%, transparent 72%);
  opacity: 0.8;
}

.why-card--fast {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.25)),
    url("flame.png") right bottom / 54% auto no-repeat,
    rgba(0, 0, 0, 0.48);
}

.why-card--devices::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 168px;
  height: 86px;
  border: 1px solid rgba(223, 255, 0, 0.18);
  border-radius: 8px;
  opacity: 0.4;
  box-shadow:
    -86px -2px 0 -34px rgba(0, 0, 0, 0.4),
    -84px -2px 0 -33px rgba(223, 255, 0, 0.18);
}

.why-card--code pre {
  position: absolute;
  right: 22px;
  top: 24px;
  margin: 0;
  width: 118px;
  color: rgba(223, 255, 0, 0.2);
  font-family: Consolas, monospace;
  font-size: 12px;
  line-height: 1.55;
}

.why-card__chat {
  position: absolute;
  right: 22px;
  top: 86px;
  width: 60px;
  height: 42px;
  border: 1px solid rgba(223, 255, 0, 0.45);
  border-radius: 8px;
}

.why-card__chat::after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: -9px;
  width: 15px;
  height: 15px;
  border-right: 1px solid rgba(223, 255, 0, 0.45);
  border-bottom: 1px solid rgba(223, 255, 0, 0.45);
  background: rgba(0, 0, 0, 0.32);
  transform: rotate(45deg);
}

.why-card__chat i {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 19px 0 0 9px;
  border-radius: 50%;
  background: #b9b9b9;
}

.why__bottom {
  margin-top: 0;
  display: grid;
  grid-template-columns: 200px 220px 250px 1fr;
  gap: 28px;
  align-items: center;
}

.why__bottom p {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.25;
  color: #d8d8d8;
  text-transform: uppercase;
}

.why__bottom p span {
  color: var(--accent);
}

.why__button {
  min-height: 54px;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border-radius: 12px;
  color: #0d0d0d;
  background: var(--accent);
  box-shadow: 0 0 22px rgba(223, 255, 0, 0.46);
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.why__aim {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 16px;
  color: #a9a9a9;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

.why__aim span {
  width: 24px;
  height: 24px;
  border: 1px solid rgba(223, 255, 0, 0.48);
  border-radius: 50%;
  position: relative;
}

.why__aim span::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  transform: translate(-50%, -50%);
}

.why__aim i {
  width: 86px;
  height: 12px;
  background: repeating-linear-gradient(105deg, var(--accent) 0 4px, transparent 4px 17px);
}

@media (max-width: 1200px) {
  .sales-problems {
    padding: 86px 48px 72px;
  }

  .sales-problems__title {
    font-size: 82px;
  }

  .sales-problems__intro p {
    font-size: 19px;
  }

  .sales-problems__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 54px;
  }

  .sales-problem-card {
    min-height: 330px;
  }

  .landing-includes {
    padding: 62px 48px 58px;
  }

  .landing-includes__top {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .landing-includes__top p {
    margin-bottom: 0;
    font-size: 19px;
  }

  .landing-includes__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .landing-includes__result {
    grid-template-columns: 72px 1fr;
  }

  .landing-includes__result a,
  .landing-includes__result i {
    grid-column: 2;
    justify-self: start;
  }

  .before-after {
    padding: 52px 48px 58px;
  }

  .before-after__top {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-left: 0;
  }

  .before-after__top h2 {
    font-size: 96px;
  }

  .before-after__metric {
    width: min(100%, 520px);
    padding-right: 0;
  }

  .before-after__stage {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .before-after__vs {
    justify-self: center;
  }

  .before-panel__content,
  .after-panel__content {
    grid-template-columns: 1fr 1fr;
  }

  .before-after__cta {
    grid-template-columns: 88px 1fr;
  }

  .before-after__cta a,
  .before-after__cta i {
    grid-column: 2;
    justify-self: start;
  }

  .header {
    padding: 28px 36px 0;
    grid-template-columns: 230px 1fr auto;
  }

  .nav {
    gap: 34px;
    padding-left: 40px;
  }

  .hero {
    padding: 126px 0 0 54px;
  }

  .hero__title {
    font-size: 92px;
  }

  .socials {
    right: 34px;
  }

  .process {
    padding: 52px 48px 64px;
  }

  .process__top {
    grid-template-columns: 390px 1fr;
  }

  .process__title {
    font-size: 66px;
  }

  .process__lead {
    margin-top: 54px;
    font-size: 18px;
  }

  .process__timeline {
    left: 48px;
    right: 44px;
  }

  .process__steps {
    left: 48px;
    right: 84px;
    column-gap: 34px;
  }

  .process-card__number {
    font-size: 104px;
  }

  .process-card p {
    font-size: 15px;
  }

  .projects {
    height: auto;
    min-height: 100vh;
    grid-template-columns: 1fr;
    gap: 42px;
    padding: 70px 48px;
  }

  .projects__intro {
    max-width: 640px;
    transform: none;
  }

  .projects__mark {
    margin-bottom: 36px;
  }

  .projects__intro p {
    max-width: 520px;
  }

  .projects__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .project-card {
    height: auto;
    min-height: 680px;
  }

  .project-card__media {
    flex-basis: 300px;
  }

  .why {
    height: auto;
    min-height: 100vh;
    padding: 62px 48px 52px;
  }

  .why__hero {
    grid-template-columns: 360px 1fr;
  }

  .why__title {
    font-size: 66px;
  }

  .why__numbers {
    margin-top: 84px;
  }

  .why__quality {
    display: none;
  }

  .why__cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .why-card {
    min-height: 210px;
  }

  .why__bottom {
    grid-template-columns: 190px 220px 1fr;
  }

  .why__aim {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

@media (max-width: 820px) {
  body {
    overflow: auto;
  }

  .sales-problems {
    min-height: auto;
    padding: 78px 18px 72px;
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.84) 230px, rgba(0, 0, 0, 0.96) 100%),
      url("background3.png") 63% top / 780px auto no-repeat,
      #000;
  }

  .sales-problems__slashes {
    left: 18px;
    top: 54px;
    width: 146px;
    height: 52px;
  }

  .sales-problems__spark--two {
    display: none;
  }

  .sales-problems__title {
    font-size: 54px;
  }

  .sales-problems__intro p {
    margin-top: 22px;
    margin-left: 0;
    font-size: 16px;
  }

  .sales-problems__cards {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 42px;
  }

  .sales-problem-card {
    min-height: 300px;
    padding: 58px 26px 30px;
  }

  .sales-problem-card__number {
    right: 26px;
    top: 28px;
    font-size: 92px;
  }

  .sales-problem-card__icon,
  .sales-problem-card__icon svg {
    width: 62px;
    height: 62px;
  }

  .sales-problem-card h3 {
    font-size: 28px;
  }

  .sales-problem-card p {
    font-size: 17px;
  }

  .landing-includes {
    min-height: auto;
    padding: 58px 18px 64px;
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.58)),
      url("background4.png") 66% top / cover no-repeat,
      #000;
  }

  .landing-includes__corner,
  .landing-includes__code {
    display: none;
  }

  .landing-includes__mark--left {
    left: 18px;
    top: 28px;
  }

  .landing-includes__mark--right {
    display: none;
  }

  .landing-includes__top {
    display: block;
    padding: 24px 0 30px;
  }

  .landing-includes__slashes {
    display: none;
  }

  .landing-includes__eyebrow {
    position: static;
    display: block;
    margin-bottom: 22px;
    font-size: 8px;
    letter-spacing: 0.32em;
  }

  .landing-includes h2 {
    margin-top: 0;
    font-size: 55px;
  }

  .landing-includes__top p {
    margin-top: 24px;
    font-size: 15px;
  }

  .landing-includes__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .landing-include-card {
    min-height: 0;
    padding: 24px 22px;
  }

  .landing-include-card h3 {
    font-size: 24px;
    white-space: normal;
  }

  .landing-include-card p {
    font-size: 16px;
  }

  .landing-includes__result {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px 18px;
  }

  .landing-includes__target {
    justify-self: start;
  }

  .landing-includes__result p {
    font-size: 25px;
    white-space: normal;
  }

  .landing-includes__result a {
    grid-column: auto;
    width: 100%;
    padding-left: 22px;
    padding-right: 62px;
  }

  .landing-includes__result i {
    grid-column: auto;
    justify-self: start;
  }

  .before-after {
    min-height: auto;
    padding: 58px 18px 66px;
  }

  .before-after__slashes {
    left: 18px;
    top: 30px;
  }

  .before-after__vertical,
  .before-after__radar,
  .before-after__metric {
    display: none;
  }

  .before-after__top {
    display: block;
    min-height: 0;
    padding-left: 0;
  }

  .before-after__top h2 {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
    font-size: 58px;
  }

  .before-after__top p {
    margin-top: 22px;
    font-size: 15px;
  }

  .before-after__stage {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }

  .before-panel,
  .after-panel {
    min-height: 0;
  }

  .before-panel__content,
  .after-panel__content {
    grid-template-columns: 1fr;
    padding: 72px 22px 28px;
  }

  .before-panel h3,
  .after-panel h3 {
    font-size: 36px;
  }

  .before-panel li,
  .after-panel li {
    font-size: 16px;
  }

  .before-panel__mockup,
  .after-site {
    min-height: 300px;
  }

  .before-after__vs {
    width: 88px;
    height: 88px;
    justify-self: center;
    font-size: 45px;
  }

  .before-after__vs::before {
    width: 108px;
    height: 108px;
  }

  .before-after__spark {
    display: none;
  }

  .before-after__cta {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 24px 18px;
  }

  .before-after__cta h3 {
    font-size: 34px;
  }

  .before-after__cta a {
    grid-column: auto;
    width: 100%;
    min-height: 58px;
    font-size: 20px;
  }

  .before-after__cta i {
    grid-column: auto;
    justify-self: start;
  }

  .background {
    background-position: 62% center;
  }

  .header {
    position: absolute;
    padding: 22px 18px 0;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .nav {
    padding-left: 0;
    gap: 18px;
    flex-wrap: wrap;
  }

  .header__cta {
    justify-self: start;
  }

  .hero {
    min-height: 900px;
    align-items: flex-start;
    padding: 185px 18px 64px;
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0.9) 24%, rgba(0, 0, 0, 0.58) 54%, rgba(0, 0, 0, 0.22) 74%, #000 100%),
      radial-gradient(circle at 78% 52%, rgba(215, 255, 0, 0.2), transparent 38%),
      url("background-hero-mobile.webp") calc(50% + 150px) 356px / clamp(500px, 112vw, 700px) auto no-repeat,
      #000;
  }

  .hero__content {
    width: min(100%, 520px);
  }

  .hero__title {
    font-size: 72px;
  }

  .hero__subtitle {
    font-size: 14px;
  }

  .hero__actions,
  .stats {
    flex-wrap: wrap;
  }

  .stats__item {
    min-width: 128px;
    margin-bottom: 22px;
  }

  .socials,
  .scroll-hint {
    display: none;
  }

  .process {
    min-height: auto;
    padding: 72px 18px 80px;
  }

  .process__top {
    display: block;
  }

  .process__title {
    font-size: 58px;
  }

  .process__lead {
    margin-top: 28px;
    font-size: 16px;
  }

  .process__timeline {
    display: none;
  }

  .process__steps {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 42px;
    padding-top: 64px;
  }

  .process-card {
    padding-left: 88px;
  }

  .process-card__number {
    left: 0;
    top: -18px;
    font-size: 64px;
    color: rgba(255, 255, 255, 0.08);
  }

  .process-card__icon {
    position: absolute;
    left: 0;
    top: 62px;
    width: 58px;
    height: 58px;
    border-radius: 13px;
  }

  .process-card__icon svg {
    width: 35px;
    height: 35px;
  }

  .process-card h3 {
    font-size: 24px;
  }

  .process-card p {
    max-width: 100%;
    font-size: 16px;
  }

  .projects {
    height: auto;
    min-height: auto;
    display: block;
    padding: 64px 18px 72px;
  }

  .projects__corner,
  .projects__slashes {
    display: none;
  }

  .projects__title {
    font-size: 58px;
  }

  .projects__intro p {
    font-size: 16px;
  }

  .projects__button {
    min-width: 0;
    width: 100%;
    min-height: 62px;
    padding-left: 24px;
    font-size: 16px;
  }

  .projects__grid {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 46px;
  }

  .project-card {
    min-height: 0;
  }

  .project-card__media {
    flex-basis: 240px;
  }

  .project-card__body {
    padding: 24px;
  }

  .project-card h3 {
    font-size: 32px;
  }

  .project-card p {
    min-height: 0;
    font-size: 15px;
  }

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

  .why {
    height: auto;
    min-height: auto;
    padding: 64px 18px 72px;
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.38)),
      url("background2.png") 68% top / cover no-repeat,
      #000;
  }

  .why__corner,
  .why__radar,
  .why__result-line {
    display: none;
  }

  .why__hero {
    display: block;
  }

  .why__title {
    font-size: 58px;
  }

  .why__intro p {
    font-size: 16px;
  }

  .why__numbers {
    margin-top: 36px;
    height: auto;
    grid-template-columns: 1fr;
  }

  .why-number {
    padding: 18px 20px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .why-number:last-child {
    border-bottom: 0;
  }

  .why__cards {
    grid-template-columns: 1fr;
    margin-top: 34px;
  }

  .why-card,
  .why-card--focus,
  .why-card--fast,
  .why-card--code,
  .why-card--support {
    min-height: 0;
    padding: 26px;
  }

  .why-card__mini,
  .why-card--code pre,
  .why-card__chat {
    display: none;
  }

  .why__bottom {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .why__button {
    width: 100%;
  }

  .why__aim {
    justify-self: start;
    flex-wrap: wrap;
  }
}

@media (max-width: 1200px) {
  .pricing {
    padding: 66px 0 60px;
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0.9) 48%, rgba(0, 0, 0, 0.62) 100%),
      radial-gradient(circle at 18% 16%, rgba(var(--pricing-accent-rgb), 0.12), transparent 20%),
      radial-gradient(circle at 76% 32%, rgba(var(--pricing-accent-rgb), 0.16), transparent 26%),
      url("background.png") calc(100% + 310px) 0 / 820px auto no-repeat,
      #000;
  }

  .pricing__inner {
    width: min(100% - 48px, 1160px);
  }

  .pricing__header {
    grid-template-columns: 380px 1fr;
    gap: 26px;
  }

  .pricing__title {
    font-size: 66px;
  }

  .pricing__subtitle {
    font-size: 16px;
  }

  .pricing-table__corner,
  .pricing-table tbody th {
    width: 210px;
  }

  .pricing-table thead th {
    height: 154px;
    padding: 16px 14px;
  }

  .pricing-plan {
    grid-template-columns: 42px 1fr;
    gap: 11px;
  }

  .pricing-plan__icon {
    width: 39px;
    height: 39px;
  }

  .pricing-plan h3 {
    font-size: 18px;
  }

  .pricing-plan strong {
    font-size: 18px;
  }

  .pricing-table tbody td {
    padding: 8px 12px;
    font-size: 13px;
  }

  .pricing-feature {
    gap: 9px;
    font-size: 12px;
  }

  .pricing-feature svg {
    width: 22px;
    height: 22px;
  }

  .pricing-cta {
    grid-template-columns: 1fr 172px 1fr;
    gap: 22px;
    padding: 24px;
  }

  .pricing-cta__start {
    gap: 18px;
  }

  .pricing-cta__round-arrow {
    width: 70px;
    height: 70px;
    border-width: 7px;
  }

  .pricing-cta h3 {
    font-size: 28px;
  }

  .pricing-cta p {
    font-size: 14px;
  }

  .pricing-cta__bubble {
    width: 142px;
    min-height: 68px;
    font-size: 16px;
  }

  .pricing-cta__end {
    grid-template-columns: minmax(145px, 1fr) 200px 46px;
    gap: 16px;
  }

  .pricing-cta__end p {
    font-size: 16px;
  }

  .pricing-cta__button {
    font-size: 18px;
  }

  .pricing-cta__arrow {
    width: 46px;
  }
}

@media (max-width: 980px) {
  .pricing {
    min-height: auto;
    padding: 70px 0 72px;
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.96) 420px),
      url("background.png") 66% top / 760px auto no-repeat,
      #000;
  }

  .pricing::before {
    background-size: 64px 64px;
  }

  .pricing__inner {
    width: min(100% - 36px, 760px);
  }

  .pricing__header {
    display: block;
    margin-bottom: 34px;
  }

  .pricing__title {
    font-size: 60px;
  }

  .pricing__subtitle {
    max-width: 370px;
    margin-top: 24px;
  }

  .pricing__table-wrap {
    display: none;
  }

  .pricing-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

  .pricing-cta {
    grid-template-columns: 1fr;
    min-height: 0;
    margin-top: 30px;
    padding: 28px 24px;
  }

  .pricing-cta::after {
    top: auto;
    bottom: 34px;
    right: 30px;
  }

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

  .pricing-cta__bubble {
    justify-self: start;
    margin-left: 88px;
  }

  .pricing-cta__end {
    grid-template-columns: minmax(0, 1fr) 220px 56px;
  }
}

@media (max-width: 820px) {
  .pricing {
    padding: 64px 0 68px;
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.96) 360px),
      url("background.png") 66% top / 620px auto no-repeat,
      #000;
  }

  .pricing__inner {
    width: calc(100% - 36px);
  }

  .pricing__slashes {
    left: 0;
    top: -24px;
    width: 76px;
  }

  .pricing__title {
    font-size: 54px;
  }

  .pricing__subtitle {
    font-size: 15px;
  }

  .pricing-cards {
    grid-template-columns: 1fr;
  }

  .pricing-card__head {
    grid-template-columns: 52px 1fr;
    padding: 22px 18px 20px;
  }

  .pricing-card__icon {
    width: 44px;
    height: 44px;
  }

  .pricing-card h3 {
    font-size: 20px;
  }

  .pricing-card__features li {
    grid-template-columns: minmax(0, 1fr);
    gap: 7px;
    align-items: start;
    padding: 12px 16px;
  }

  .pricing-card__features strong,
  .pricing-card__features .pricing-check {
    justify-self: start;
    margin: 0 0 0 34px;
    text-align: left;
  }

  .pricing-cta {
    gap: 24px;
    padding: 26px 18px 30px;
  }

  .pricing-cta__start {
    display: grid;
    grid-template-columns: 62px 1fr;
    gap: 16px;
  }

  .pricing-cta__round-arrow {
    width: 62px;
    height: 62px;
    border-width: 6px;
  }

  .pricing-cta__round-arrow::before {
    left: 16px;
    top: 27px;
    width: 27px;
    height: 4px;
  }

  .pricing-cta__round-arrow::after {
    right: 15px;
    top: 20px;
    width: 15px;
    height: 15px;
    border-width: 4px;
  }

  .pricing-cta h3 {
    font-size: 25px;
  }

  .pricing-cta p {
    font-size: 13px;
  }

  .pricing-cta__bubble {
    width: 136px;
    min-height: 66px;
    margin-left: 0;
    font-size: 15px;
  }

  .pricing-cta__end {
    grid-template-columns: 1fr;
    gap: 17px;
  }

  .pricing-cta__end p {
    max-width: 280px;
    font-size: 16px;
  }

  .pricing-cta__button {
    width: min(100%, 250px);
  }

  .pricing-cta__arrow {
    width: 58px;
  }

  .pricing-cta::after {
    display: none;
  }
}

@media (max-width: 1200px) {
  .faq-section {
    padding: 70px 0 58px;
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.76) 0%, rgba(0, 0, 0, 0.4) 56%, rgba(0, 0, 0, 0.12) 100%),
      radial-gradient(circle at 78% 32%, rgba(var(--faq-accent-rgb), 0.12), transparent 30%),
      url("background3.png") center top / cover no-repeat,
      #000;
  }

  .faq-section__top {
    grid-template-columns: minmax(280px, 360px) 1fr;
    gap: 62px;
    padding: 0 56px 0 110px;
  }

  .faq-section__top p {
    margin-bottom: 24px;
  }

  .faq-list {
    width: calc(100% - 96px);
    margin-top: 48px;
  }

  .faq-item {
    grid-template-columns: 56px minmax(300px, 0.86fr) 42px minmax(300px, 0.78fr) 34px;
    gap: 16px;
    padding: 14px 24px;
  }

  .faq-item h3 {
    font-size: 24px;
  }
}

@media (max-width: 980px) {
  .faq-section__top {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 0 42px 0 76px;
  }

  .faq-section__top p {
    max-width: 460px;
    margin: 0;
  }

  .faq-list {
    width: calc(100% - 72px);
  }

  .faq-item {
    grid-template-columns: 58px minmax(0, 1fr) 38px;
    gap: 14px 18px;
    align-items: center;
    min-height: 112px;
    padding: 18px 22px;
  }

  .faq-item__cut {
    display: none;
  }

  .faq-item__body {
    grid-column: 2 / 3;
    max-width: none;
  }

  .faq-item__answer,
  .faq-item__hint {
    max-width: none;
  }

  .faq-item__plus {
    grid-column: 3;
    grid-row: 1 / 3;
    align-self: center;
  }
}

@media (max-width: 820px) {
  .faq-section {
    min-height: auto;
    padding: 58px 18px 68px;
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.78) 292px, rgba(0, 0, 0, 0.95) 100%),
      url("background3.png") 69% top / 820px auto no-repeat,
      #000;
  }

  .faq-section__slashes {
    left: 72px;
    top: 38px;
    width: 104px;
    height: 42px;
  }

  .faq-section__left-line {
    left: 18px;
    top: 34px;
    height: calc(100% - 84px);
  }

  .faq-section__spark--one {
    left: auto;
    right: 38px;
    top: 314px;
    width: 48px;
  }

  .faq-section__spark--two {
    display: none;
  }

  .faq-section__top {
    display: block;
    padding: 0 0 0 42px;
  }

  .faq-section__heading {
    margin-left: 0;
  }

  .faq-section__heading h2 span:first-child {
    font-size: 74px;
  }

  .faq-section__heading h2 span:nth-child(2),
  .faq-section__heading h2 span:nth-child(3) {
    font-size: 35px;
  }

  .faq-section__top p {
    max-width: 310px;
    margin-top: 28px;
    font-size: 15px;
  }

  .faq-list {
    width: 100%;
    margin-top: 48px;
    gap: 12px;
  }

  .faq-item {
    min-height: 0;
    grid-template-columns: 50px minmax(0, 1fr) 30px;
    gap: 11px 14px;
    padding: 18px 16px 18px 18px;
    clip-path: polygon(14px 0, calc(100% - 14px) 0, 100% 14px, 100% calc(100% - 14px), calc(100% - 14px) 100%, 14px 100%, 0 calc(100% - 14px), 0 14px);
  }

  .faq-item__icon {
    width: 42px;
    height: 42px;
  }

  .faq-item__icon svg {
    width: 27px;
    height: 27px;
  }

  .faq-item h3 {
    font-size: 23px;
  }

  .faq-item__body {
    grid-column: 1 / -1;
    padding-left: 56px;
  }

  .faq-item__answer,
  .faq-item__hint {
    font-size: 15px;
  }

  .faq-item__plus {
    grid-column: 3;
    grid-row: 1;
    width: 25px;
    height: 25px;
  }
}

.launch-cta {
  --launch-accent: #D7FF00;
  --launch-accent-rgb: 215, 255, 0;
  position: relative;
  z-index: 2;
  min-height: 100vh;
  padding: 42px 0 38px;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.08) 52%, rgba(0, 0, 0, 0.08) 100%),
    url("background4.png") center center / cover no-repeat,
    #000;
}

.launch-cta::before,
.launch-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.launch-cta::before {
  left: auto;
  right: -74px;
  top: -8px;
  width: 66vw;
  height: 88vh;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.72), transparent 21%),
    url("background3.png") right top / 1120px auto no-repeat;
  opacity: 0.98;
  filter: saturate(1.18) contrast(1.1) drop-shadow(0 0 34px rgba(var(--launch-accent-rgb), 0.16));
  mix-blend-mode: screen;
}

.launch-cta::after {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.1), transparent 48%, rgba(0, 0, 0, 0.22)),
    radial-gradient(circle at 71% 32%, rgba(var(--launch-accent-rgb), 0.13), transparent 28%),
    radial-gradient(circle at 34% 76%, rgba(var(--launch-accent-rgb), 0.08), transparent 22%);
}

.launch-cta__frame,
.launch-cta__content {
  position: relative;
  z-index: 1;
}

.launch-cta__frame {
  position: absolute;
  inset: 42px 3.7vw 46px;
  pointer-events: none;
  border: 1px solid rgba(var(--launch-accent-rgb), 0.54);
  border-left-color: rgba(var(--launch-accent-rgb), 0.74);
  border-right-color: rgba(var(--launch-accent-rgb), 0.74);
  clip-path: polygon(0 0, 33.8% 0, 34.4% 10px, 35.6% 10px, 36.2% 0, 100% 0, 100% 100%, 91% 100%, 90.4% calc(100% - 10px), 89.1% calc(100% - 10px), 88.5% 100%, 0 100%);
  box-shadow:
    0 0 20px rgba(var(--launch-accent-rgb), 0.07),
    inset 0 0 28px rgba(var(--launch-accent-rgb), 0.02);
}

.launch-cta__frame::before,
.launch-cta__frame::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--launch-accent);
  box-shadow: 0 0 14px rgba(var(--launch-accent-rgb), 0.82);
}

.launch-cta__frame::before {
  top: -4px;
  left: 37.2%;
}

.launch-cta__frame::after {
  bottom: -4px;
  left: 30.8%;
}

.launch-cta__slashes {
  position: absolute;
  width: 136px;
  height: 18px;
  background: repeating-linear-gradient(124deg, var(--launch-accent) 0 8px, transparent 8px 19px);
  filter: drop-shadow(0 0 12px rgba(var(--launch-accent-rgb), 0.64));
}

.launch-cta__slashes--top {
  left: 2.6vw;
  top: 32px;
  transform: skewX(-14deg);
}

.launch-cta__slashes--bottom {
  left: 2.6vw;
  bottom: 0;
}

.launch-cta__corner {
  position: absolute;
  width: 72px;
  height: 72px;
  border-color: rgba(var(--launch-accent-rgb), 0.75);
}

.launch-cta__corner--top {
  right: -1px;
  top: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
}

.launch-cta__corner--bottom {
  right: -1px;
  bottom: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
}

.launch-cta__content {
  width: min(82vw, 1390px);
  margin: 0 auto;
  padding: 50px 0 0;
}

.launch-cta__intro h2 {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-weight: 700;
  line-height: 0.88;
  letter-spacing: 0;
  text-transform: uppercase;
}

.launch-cta__intro h2 span {
  display: block;
  transform: scaleX(0.88);
  transform-origin: left center;
  text-shadow: 0 0 1px currentColor;
}

.launch-cta__intro h2 span:first-child {
  color: var(--white);
  font-size: clamp(96px, 8.5vw, 154px);
}

.launch-cta__intro h2 span:nth-child(2),
.launch-cta__intro h2 span:nth-child(3) {
  color: var(--launch-accent);
  font-size: clamp(94px, 8.1vw, 150px);
  text-shadow:
    0 0 1px currentColor,
    0 0 24px rgba(var(--launch-accent-rgb), 0.3);
}

.launch-cta__intro p {
  margin: 28px 0 0;
  max-width: 560px;
  color: #e9e9e9;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(22px, 1.45vw, 27px);
  line-height: 1.27;
}

.launch-cta__intro p span {
  color: var(--launch-accent);
  font-weight: 700;
}

.launch-cta__benefits {
  position: relative;
  width: min(100%, 920px);
  min-height: 110px;
  margin-top: 28px;
  padding: 22px 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid rgba(var(--launch-accent-rgb), 0.46);
  background:
    linear-gradient(90deg, rgba(var(--launch-accent-rgb), 0.03), rgba(0, 0, 0, 0.62)),
    rgba(0, 0, 0, 0.42);
  box-shadow:
    0 0 20px rgba(var(--launch-accent-rgb), 0.08),
    inset 0 0 26px rgba(var(--launch-accent-rgb), 0.025);
  clip-path: polygon(12px 0, 27% 0, 28% 10px, 35% 10px, 36% 0, 100% 0, 100% 100%, 0 100%, 0 12px);
}

.launch-benefit {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 15px;
  align-items: center;
  padding: 0 26px 0 0;
}

.launch-benefit + .launch-benefit {
  padding-left: 28px;
  border-left: 1px solid rgba(var(--launch-accent-rgb), 0.26);
}

.launch-benefit__icon {
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  color: var(--launch-accent);
  filter: drop-shadow(0 0 11px rgba(var(--launch-accent-rgb), 0.62));
}

.launch-benefit__icon svg {
  width: 43px;
  height: 43px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.launch-benefit p {
  margin: 0;
  color: var(--white);
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.12;
  text-transform: uppercase;
}

.launch-cta__bar {
  position: relative;
  width: min(100%, 1220px);
  min-height: 124px;
  margin-top: 24px;
  display: grid;
  grid-template-columns: minmax(560px, 1.08fr) minmax(420px, 0.92fr);
  align-items: stretch;
  border: 1px solid rgba(var(--launch-accent-rgb), 0.74);
  background:
    linear-gradient(90deg, rgba(var(--launch-accent-rgb), 0.055), rgba(0, 0, 0, 0.7) 68%),
    rgba(0, 0, 0, 0.68);
  box-shadow:
    0 0 28px rgba(var(--launch-accent-rgb), 0.14),
    inset 0 0 26px rgba(var(--launch-accent-rgb), 0.03);
  clip-path: polygon(12px 0, calc(100% - 28px) 0, 100% 28px, 100% 100%, 12px 100%, 0 calc(100% - 12px), 0 12px);
}

.launch-cta__button {
  position: relative;
  min-height: 124px;
  display: grid;
  grid-template-columns: 132px 1fr;
  align-items: center;
  color: #050505;
  text-decoration: none;
  background: var(--launch-accent);
  box-shadow:
    0 0 30px rgba(var(--launch-accent-rgb), 0.5),
    inset 0 0 38px rgba(255, 255, 255, 0.15);
  clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 50%, calc(100% - 28px) 100%, 0 100%, 0 0);
}

.launch-cta__button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 126px;
  background: rgba(0, 0, 0, 0.86);
  clip-path: polygon(0 0, 82px 0, 112px 50%, 82px 100%, 0 100%);
}

.launch-cta__button-icon {
  position: relative;
  z-index: 1;
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  margin-left: 28px;
  border: 5px solid var(--launch-accent);
  border-radius: 50%;
  color: var(--launch-accent);
  box-shadow:
    0 0 18px rgba(var(--launch-accent-rgb), 0.56),
    inset 0 0 14px rgba(var(--launch-accent-rgb), 0.08);
}

.launch-cta__button-icon::before,
.launch-cta__button-icon::after {
  content: none;
}

.launch-cta__button-icon svg {
  width: 48px;
  height: 48px;
  fill: none;
  stroke: currentColor;
  stroke-width: 5.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 8px rgba(var(--launch-accent-rgb), 0.7));
}

.launch-cta__button > span:last-child {
  position: relative;
  z-index: 1;
  display: block;
  padding-right: 42px;
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.launch-cta__button small {
  display: block;
  margin-top: 13px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.1;
}

.launch-cta__messengers {
  display: grid;
  grid-template-columns: minmax(210px, 1fr) 260px;
  gap: 34px;
  align-items: center;
  padding: 24px 58px 24px 54px;
}

.launch-cta__messengers p {
  margin: 0;
  color: #efefef;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 19px;
  line-height: 1.18;
  text-transform: uppercase;
}

.launch-cta__socials {
  display: flex;
  align-items: center;
  gap: 24px;
}

.launch-cta__socials a {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  color: var(--launch-accent);
  border: 1px solid rgba(var(--launch-accent-rgb), 0.64);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.38);
  box-shadow:
    0 0 18px rgba(var(--launch-accent-rgb), 0.14),
    inset 0 0 14px rgba(var(--launch-accent-rgb), 0.04);
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.launch-cta__socials a:hover {
  color: #050505;
  background: var(--launch-accent);
  box-shadow: 0 0 24px rgba(var(--launch-accent-rgb), 0.42);
}

.launch-cta__socials svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 7px rgba(var(--launch-accent-rgb), 0.48));
}

.launch-cta__socials .telegram-logo {
  fill: currentColor;
  stroke: none;
}

.launch-cta__socials a[aria-label="Instagram"] svg {
  width: 32px;
  height: 32px;
}

.launch-cta__bottom {
  position: relative;
  margin: 48px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 19px;
  color: #e7e7e7;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.launch-cta__bottom b {
  color: var(--launch-accent);
  font-weight: 400;
}

.launch-cta__bottom span {
  position: relative;
  width: 44px;
  height: 2px;
  background: var(--launch-accent);
  box-shadow: 0 0 11px rgba(var(--launch-accent-rgb), 0.74);
}

.launch-cta__bottom span::before,
.launch-cta__bottom span::after {
  content: "";
  position: absolute;
  top: -3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--launch-accent);
  box-shadow: 0 0 11px rgba(var(--launch-accent-rgb), 0.74);
}

.launch-cta__bottom span::before {
  left: 0;
}

.launch-cta__bottom span::after {
  right: 0;
}

@media (max-width: 1200px) {
  .launch-cta {
    min-height: auto;
    padding: 46px 0 54px;
  }

  .launch-cta::before {
    right: -130px;
    width: 78vw;
    background-size: 1030px auto;
  }

  .launch-cta__content {
    width: calc(100% - 96px);
  }

  .launch-cta__intro h2 span:first-child,
  .launch-cta__intro h2 span:nth-child(2),
  .launch-cta__intro h2 span:nth-child(3) {
    font-size: 100px;
  }

  .launch-cta__benefits {
    width: min(100%, 860px);
  }

  .launch-cta__bar {
    grid-template-columns: 1fr;
    width: min(100%, 980px);
  }

  .launch-cta__button {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 22px), calc(100% - 22px) 100%, 0 100%);
  }

  .launch-cta__messengers {
    grid-template-columns: 1fr auto;
  }
}

@media (max-width: 820px) {
  .launch-cta {
    padding: 34px 18px 44px;
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.86) 64%, #000 100%),
      url("background4.png") center top / cover no-repeat,
      #000;
  }

  .launch-cta::before {
    right: -250px;
    top: 0;
    width: 760px;
    height: 460px;
    opacity: 0.68;
    background-size: 840px auto;
  }

  .launch-cta__frame {
    inset: 18px;
  }

  .launch-cta__slashes--top {
    left: 42px;
    top: 28px;
    width: 104px;
  }

  .launch-cta__slashes--bottom,
  .launch-cta__corner {
    display: none;
  }

  .launch-cta__content {
    width: 100%;
    padding: 60px 16px 0;
  }

  .launch-cta__intro h2 span:first-child,
  .launch-cta__intro h2 span:nth-child(2),
  .launch-cta__intro h2 span:nth-child(3) {
    font-size: clamp(58px, 18vw, 78px);
  }

  .launch-cta__intro p {
    margin-top: 24px;
    max-width: 320px;
    font-size: 18px;
  }

  .launch-cta__benefits {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
    padding: 20px 18px;
  }

  .launch-benefit,
  .launch-benefit + .launch-benefit {
    grid-template-columns: 48px 1fr;
    padding: 0;
    border-left: 0;
  }

  .launch-benefit p {
    font-size: 16px;
  }

  .launch-cta__bar {
    min-height: 0;
    margin-top: 24px;
    grid-template-columns: 1fr;
  }

  .launch-cta__button {
    min-height: 112px;
    grid-template-columns: 92px 1fr;
  }

  .launch-cta__button::before {
    width: 92px;
    clip-path: polygon(0 0, 64px 0, 86px 50%, 64px 100%, 0 100%);
  }

  .launch-cta__button-icon {
    width: 56px;
    height: 56px;
    margin-left: 16px;
    border-width: 4px;
  }

  .launch-cta__button-icon::before {
    left: 14px;
    top: 24px;
    width: 24px;
    height: 4px;
  }

  .launch-cta__button-icon::after {
    right: 13px;
    top: 17px;
    width: 15px;
    height: 15px;
    border-width: 4px;
  }

  .launch-cta__button > span:last-child {
    padding-right: 18px;
    font-size: 28px;
  }

  .launch-cta__button small {
    font-size: 12px;
  }

  .launch-cta__messengers {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 24px 20px;
  }

  .launch-cta__messengers p {
    font-size: 15px;
  }

  .launch-cta__socials {
    gap: 16px;
  }

  .launch-cta__socials a {
    width: 54px;
    height: 54px;
  }

  .launch-cta__socials svg {
    width: 28px;
    height: 28px;
  }

  .launch-cta__bottom {
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
    font-size: 14px;
  }

  .launch-cta__bottom span {
    width: 34px;
  }
}

@media (min-width: 1201px) {
  .launch-cta {
    height: 100vh;
    min-height: 760px;
    padding: 0;
  }

  .launch-cta__frame {
    inset: 4.3vh 3.1vw 3.1vh;
  }

  .launch-cta__content {
    height: 100vh;
    padding: clamp(34px, 5.3vh, 50px) 0 clamp(18px, 2.4vh, 28px);
    display: flex;
    flex-direction: column;
  }

  .launch-cta__intro h2 {
    line-height: 0.86;
  }

  .launch-cta__intro h2 span:first-child,
  .launch-cta__intro h2 span:nth-child(2),
  .launch-cta__intro h2 span:nth-child(3) {
    font-size: clamp(104px, 14vh, 132px);
  }

  .launch-cta__intro p {
    margin-top: clamp(14px, 1.8vh, 20px);
    font-size: clamp(20px, 2.25vh, 24px);
  }

  .launch-cta__benefits {
    min-height: clamp(86px, 10.6vh, 98px);
    margin-top: clamp(16px, 2.2vh, 22px);
    padding: 16px 24px;
  }

  .launch-benefit__icon {
    width: 40px;
    height: 40px;
  }

  .launch-benefit__icon svg {
    width: 39px;
    height: 39px;
  }

  .launch-benefit p {
    font-size: 16px;
  }

  .launch-cta__bar {
    min-height: clamp(104px, 12.2vh, 116px);
    margin-top: clamp(16px, 2.3vh, 22px);
  }

  .launch-cta__button {
    min-height: clamp(104px, 12.2vh, 116px);
  }

  .launch-cta__button::before {
    width: 112px;
    clip-path: polygon(0 0, 74px 0, 104px 50%, 74px 100%, 0 100%);
  }

  .launch-cta__button-icon {
    width: 66px;
    height: 66px;
    margin-left: 24px;
  }

  .launch-cta__button-icon::before {
    left: 18px;
    top: 29px;
    width: 27px;
  }

  .launch-cta__button-icon::after {
    right: 17px;
    top: 21px;
    width: 16px;
    height: 16px;
  }

  .launch-cta__button > span:last-child {
    font-size: 34px;
  }

  .launch-cta__button small {
    margin-top: 9px;
    font-size: 14px;
  }

  .launch-cta__messengers {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .launch-cta__messengers p {
    font-size: 17px;
  }

  .launch-cta__socials a {
    width: 56px;
    height: 56px;
  }

  .launch-cta__socials svg {
    width: 34px;
    height: 34px;
  }

  .launch-cta__bottom {
    margin-top: clamp(18px, 2.8vh, 28px);
    font-size: 17px;
  }
}

@media (min-width: 981px) and (max-width: 1200px) {
  .launch-cta {
    height: 100vh;
    min-height: 720px;
    padding: 0;
  }

  .launch-cta__content {
    height: 100vh;
    padding: 40px 0 24px;
    display: flex;
    flex-direction: column;
  }

  .launch-cta__intro h2 span:first-child,
  .launch-cta__intro h2 span:nth-child(2),
  .launch-cta__intro h2 span:nth-child(3) {
    font-size: 84px;
  }

  .launch-cta__intro p {
    margin-top: 16px;
    font-size: 19px;
  }

  .launch-cta__benefits {
    min-height: 92px;
    margin-top: 18px;
    padding: 15px 20px;
  }

  .launch-benefit {
    gap: 12px;
    padding-right: 16px;
  }

  .launch-benefit + .launch-benefit {
    padding-left: 18px;
  }

  .launch-benefit p {
    font-size: 14px;
  }

  .launch-cta__bar {
    grid-template-columns: minmax(470px, 1.05fr) minmax(340px, 0.95fr);
    min-height: 104px;
    margin-top: 18px;
  }

  .launch-cta__button {
    min-height: 104px;
    clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 50%, calc(100% - 24px) 100%, 0 100%, 0 0);
  }

  .launch-cta__button > span:last-child {
    font-size: 30px;
  }

  .launch-cta__button small {
    font-size: 12px;
  }

  .launch-cta__messengers {
    grid-template-columns: 1fr auto;
    gap: 18px;
    padding: 18px 26px;
  }

  .launch-cta__messengers p {
    font-size: 15px;
  }

  .launch-cta__socials {
    gap: 14px;
  }

  .launch-cta__socials a {
    width: 50px;
    height: 50px;
  }

  .launch-cta__bottom {
    margin-top: 22px;
    font-size: 15px;
  }
}

@media (min-width: 1201px) {
  .sales-problems,
  .landing-includes,
  .before-after,
  .faq-section {
    height: 100vh;
    min-height: 760px;
  }

  .sales-problems {
    padding: clamp(62px, 7vh, 76px) 6.2vw clamp(42px, 5vh, 56px);
  }

  .sales-problems__slashes {
    top: clamp(54px, 6.6vh, 70px);
    width: 178px;
    height: 62px;
  }

  .sales-problems__title {
    font-size: clamp(70px, 11.2vh, 106px);
  }

  .sales-problems__intro p {
    margin-top: clamp(16px, 2vh, 22px);
    font-size: clamp(18px, 2.1vh, 20px);
  }

  .sales-problems__cards {
    margin-top: clamp(34px, 4.2vh, 46px);
  }

  .sales-problem-card {
    min-height: clamp(286px, 34.5vh, 322px);
    padding: 54px 28px 26px;
  }

  .sales-problem-card__number {
    right: 28px;
    top: 26px;
    font-size: clamp(92px, 10.8vh, 106px);
  }

  .sales-problem-card__icon,
  .sales-problem-card__icon svg {
    width: 58px;
    height: 58px;
  }

  .sales-problem-card__stroke {
    margin: 18px 0 15px;
  }

  .sales-problem-card h3 {
    font-size: clamp(24px, 3vh, 28px);
  }

  .sales-problem-card p {
    margin-top: 18px;
    font-size: clamp(16px, 1.95vh, 18px);
  }

  .landing-includes {
    padding: clamp(30px, 4.2vh, 42px) 5.8vw clamp(24px, 3.5vh, 34px);
  }

  .landing-includes__top {
    padding: 20px 0 15px;
  }

  .landing-includes__corner--top {
    top: 38px;
  }

  .landing-includes__code {
    top: 72px;
  }

  .landing-includes__mark--left {
    left: 72px;
    top: 60px;
  }

  .landing-includes__slashes {
    left: 0;
    top: 8px;
    width: 124px;
    height: 18px;
  }

  .landing-includes__eyebrow {
    left: 148px;
    top: 11px;
    font-size: 8px;
  }

  .landing-includes h2 {
    margin-top: clamp(42px, 5vh, 52px);
    font-size: clamp(58px, 8.4vh, 82px);
  }

  .landing-includes__top p {
    margin-bottom: 10px;
    font-size: clamp(17px, 2.1vh, 19px);
  }

  .landing-includes__grid {
    gap: 15px;
  }

  .landing-include-card {
    min-height: clamp(172px, 20.6vh, 192px);
    padding: 20px 20px 17px;
  }

  .landing-include-card__icon,
  .landing-include-card__icon svg {
    width: 46px;
    height: 46px;
  }

  .landing-include-card h3 {
    margin-top: 15px;
    font-size: 20px;
  }

  .landing-include-card p {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.24;
  }

  .landing-includes__result {
    min-height: 74px;
    margin-top: 18px;
    padding: 13px 28px;
  }

  .before-after {
    padding: clamp(24px, 3.4vh, 32px) 3.8vw clamp(24px, 3.4vh, 32px);
  }

  .before-after__top {
    min-height: clamp(122px, 15vh, 142px);
    gap: 26px;
  }

  .before-after__top h2 {
    font-size: clamp(72px, 10.8vh, 104px);
  }

  .before-after__top p {
    font-size: clamp(15px, 1.85vh, 17px);
  }

  .before-after__metric svg {
    width: 168px;
    height: 70px;
  }

  .before-after__metric strong {
    font-size: 42px;
  }

  .before-after__stage {
    margin-top: clamp(8px, 1.3vh, 13px);
    gap: 20px;
  }

  .before-panel,
  .after-panel {
    min-height: clamp(372px, 45vh, 414px);
  }

  .before-panel__content,
  .after-panel__content {
    gap: 24px;
    padding: 58px 28px 24px;
  }

  .before-panel h3,
  .after-panel h3 {
    margin-bottom: 18px;
    font-size: clamp(34px, 4.4vh, 40px);
  }

  .before-panel li,
  .after-panel li {
    min-height: clamp(43px, 5.1vh, 48px);
    gap: 13px;
    font-size: clamp(15px, 1.9vh, 17px);
  }

  .before-panel li svg,
  .after-panel li svg {
    width: 29px;
    height: 29px;
  }

  .before-panel__mockup,
  .after-site {
    min-height: clamp(250px, 30.5vh, 286px);
  }

  .after-site {
    padding: 42px 20px 17px;
  }

  .after-site h4 {
    font-size: 21px;
  }

  .after-site__stats {
    margin-top: 14px;
    padding-top: 12px;
  }

  .after-site__chart {
    margin-top: 12px;
  }

  .before-after__vs {
    width: 88px;
    height: 88px;
    font-size: 48px;
  }

  .before-after__vs::before {
    width: 110px;
    height: 110px;
  }

  .before-after__cta {
    min-height: clamp(88px, 10.6vh, 102px);
    margin-top: clamp(16px, 2vh, 22px);
    padding: 14px 38px 14px 22px;
    grid-template-columns: 86px minmax(360px, 1fr) minmax(260px, 390px) 76px;
  }

  .before-after__chat {
    width: 62px;
    height: 62px;
  }

  .before-after__chat svg {
    width: 40px;
    height: 40px;
  }

  .before-after__cta h3 {
    font-size: clamp(31px, 4vh, 38px);
  }

  .before-after__cta a {
    min-height: 54px;
    font-size: 19px;
  }

  .faq-section {
    padding: clamp(44px, 5.3vh, 56px) 0 clamp(30px, 4vh, 42px);
  }

  .faq-section__slashes {
    top: clamp(46px, 5.8vh, 60px);
    width: 124px;
    height: 44px;
  }

  .faq-section__top {
    grid-template-columns: minmax(270px, 310px) minmax(330px, 1fr);
  }

  .faq-section__heading h2 {
    line-height: 0.84;
  }

  .faq-section__heading h2 span:first-child {
    font-size: clamp(72px, 10.4vh, 98px);
  }

  .faq-section__heading h2 span:nth-child(2),
  .faq-section__heading h2 span:nth-child(3) {
    font-size: clamp(36px, 5.1vh, 48px);
  }

  .faq-section__top p {
    margin-bottom: 22px;
    font-size: clamp(15px, 1.85vh, 17px);
  }

  .faq-list {
    margin-top: clamp(30px, 3.6vh, 38px);
    gap: clamp(8px, 1.05vh, 10px);
  }

  .faq-item {
    min-height: clamp(64px, 7.6vh, 72px);
    padding: 10px 28px 10px 34px;
  }

  .faq-item__icon {
    width: 38px;
    height: 38px;
  }

  .faq-item__icon svg {
    width: 25px;
    height: 25px;
  }

  .faq-item h3 {
    font-size: clamp(20px, 2.65vh, 25px);
  }

  .faq-item__answer,
  .faq-item__hint {
    font-size: clamp(14px, 1.78vh, 16px);
  }

  .launch-cta__content {
    padding-top: clamp(66px, 8.2vh, 82px);
  }

  .launch-cta__intro h2 span:first-child,
  .launch-cta__intro h2 span:nth-child(2),
  .launch-cta__intro h2 span:nth-child(3) {
    font-size: clamp(90px, 12.5vh, 122px);
  }
}

html.scroll-animate-ready [data-scroll-reveal] {
  --reveal-x: 0px;
  --reveal-y: 34px;
  --reveal-scale: 1;
  opacity: 0;
  filter: blur(9px);
  transform: translate3d(var(--reveal-x), var(--reveal-y), 0) scale(var(--reveal-scale));
  transition:
    opacity 0.72s cubic-bezier(0.2, 0.8, 0.2, 1),
    transform 0.72s cubic-bezier(0.2, 0.8, 0.2, 1),
    filter 0.72s cubic-bezier(0.2, 0.8, 0.2, 1),
    border-color 0.24s ease,
    box-shadow 0.24s ease,
    background 0.2s ease,
    color 0.2s ease;
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform, filter;
}

html.scroll-animate-ready [data-scroll-reveal="left"] {
  --reveal-x: -42px;
  --reveal-y: 0px;
}

html.scroll-animate-ready [data-scroll-reveal="right"] {
  --reveal-x: 42px;
  --reveal-y: 0px;
}

html.scroll-animate-ready [data-scroll-reveal="card"] {
  --reveal-y: 38px;
  --reveal-scale: 0.985;
}

html.scroll-animate-ready [data-scroll-reveal="panel"] {
  --reveal-y: 24px;
  --reveal-scale: 0.99;
}

html.scroll-animate-ready [data-scroll-reveal="cta"] {
  --reveal-y: 20px;
  --reveal-scale: 0.992;
}

html.scroll-animate-ready [data-scroll-reveal].is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) scale(1);
}

html.scroll-animate-ready [data-scroll-reveal="card"].is-visible,
html.scroll-animate-ready [data-scroll-reveal="panel"].is-visible,
html.scroll-animate-ready [data-scroll-reveal="cta"].is-visible {
  animation: reveal-neon-pulse 0.84s ease both;
}

html.scroll-animate-ready .project-card[data-scroll-reveal].is-visible:hover {
  transform: translateY(-5px);
}

@keyframes reveal-neon-pulse {
  0% {
    box-shadow: inherit;
  }
  45% {
    box-shadow:
      0 0 34px rgba(215, 255, 0, 0.16),
      inset 0 0 24px rgba(215, 255, 0, 0.035);
  }
  100% {
    box-shadow: inherit;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.scroll-animate-ready [data-scroll-reveal] {
    opacity: 1;
    filter: none;
    transform: none;
    transition: none;
    animation: none;
  }
}
