#hero {
  --hero-bg: #010e24;
  --hero-bg2: #021336;
  --hero-acc: #dcf12b;
  --hero-acc2: #e8f60a;
  --hero-a15: rgba(220, 241, 43, 0.15);
  --hero-a10: rgba(220, 241, 43, 0.1);
  --hero-a08: rgba(220, 241, 43, 0.08);
  --hero-bdr: rgba(220, 241, 43, 0.3);
  --hero-w: #ffffff;
  --hero-w70: rgba(255, 255, 255, 0.72);
  --hero-w60: rgba(255, 255, 255, 0.62);
  --hero-w50: rgba(255, 255, 255, 0.5);
  --hero-sep: rgba(255, 255, 255, 0.07);
  --hero-fd: "Exo 2", "Segoe UI", Arial, sans-serif;
  --hero-fb: "Source Sans 3", "Segoe UI", Arial, sans-serif;
  --hero-r: 10px;
  --hero-rl: 16px;
  --hero-ease: 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}

#hero {
  display: grid;
  grid-template-columns: 52fr 48fr;
  min-height: calc(100vh - 56px);
  position: relative;
  overflow: hidden;
  background-color: var(--hero-bg);
  background-image:
    linear-gradient(rgba(220, 241, 43, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(220, 241, 43, 0.028) 1px, transparent 1px);
  background-size: 52px 52px;
}

#hero::after {
  content: "";
  position: absolute;
  top: -20%;
  right: -8%;
  width: 560px;
  height: 560px;
  background: radial-gradient(
    ellipse,
    rgba(220, 241, 43, 0.09) 0%,
    transparent 68%
  );
  pointer-events: none;
  z-index: 0;
}

#hero .hero-l {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px clamp(20px, 4vw, 52px) 48px clamp(20px, 5vw, 60px);
}

#hero .hero-r {
  position: relative;
  z-index: 1;
  padding: 0;
  overflow: hidden;
}

#hero .hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--hero-fd);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--hero-acc);
  background: var(--hero-a10);
  border: 1.5px solid var(--hero-acc);
  border-radius: 100px;
  padding: 7px 16px;
  margin-bottom: 20px;
  width: fit-content;
}

#hero .badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--hero-acc);
  flex-shrink: 0;
  box-shadow: 0 0 8px rgba(220, 241, 43, 0.7);
}

#hero h1.hh1 {
  font-family: var(--hero-fd);
  font-size: clamp(52px, 7vw, 82px);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -3px;
  text-transform: uppercase;
  color: var(--hero-w);
  margin: 0;
}

#hero h1.hh1 .hl {
  color: var(--hero-acc);
  font-style: italic;
  display: block;
}

#hero .hero-def {
  font-family: var(--hero-fb);
  font-size: 16.5px;
  color: var(--hero-w70);
  line-height: 1.65;
  margin: 22px 0 26px;
  max-width: 460px;
  border-left: 3px solid var(--hero-acc);
  padding-left: 16px;
}

#hero .hero-def strong {
  color: var(--hero-w);
  font-weight: 600;
}

#hero .price-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

#hero .price-big {
  font-family: var(--hero-fd);
  font-size: 42px;
  font-weight: 900;
  color: var(--hero-acc);
  letter-spacing: -1.5px;
  line-height: 1;
}

#hero .price-pills {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

#hero .ppill {
  font-family: var(--hero-fd);
  font-size: 12.5px;
  font-weight: 700;
  color: var(--hero-w70);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 100px;
  padding: 6px 15px;
  white-space: nowrap;
}

#hero .btn-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--hero-fd);
  font-size: 14.5px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--hero-bg);
  background: var(--hero-acc);
  border: none;
  border-radius: var(--hero-r);
  padding: 14px 30px;
  cursor: pointer;
  transition:
    background var(--hero-ease),
    transform var(--hero-ease),
    box-shadow var(--hero-ease);
  width: fit-content;
  text-decoration: none;
}

#hero .btn-cta .arr {
  transition: transform var(--hero-ease);
}

@media (hover: hover) {
  #hero .btn-cta:hover {
    background: var(--hero-acc2);
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(220, 241, 43, 0.28);
  }
  #hero .btn-cta:hover .arr {
    transform: translateX(5px);
  }
}

#hero .hero-trust {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

#hero .tp {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--hero-fb);
  font-size: 13px;
  font-weight: 600;
  color: var(--hero-w70);
  line-height: 1;
}

#hero .tp-ico {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  flex-shrink: 0;
  background: rgba(220, 241, 43, 0.18);
  border: 1.5px solid var(--hero-acc);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--hero-acc);
}

#hero .tdot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  flex-shrink: 0;
}

#hero .hero-slider {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  mask-image: linear-gradient(180deg, #000 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(180deg, #000 92%, transparent 100%);
}

#hero .hero-slider::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    var(--hero-bg) 0%,
    rgba(1, 14, 36, 0.4) 22%,
    transparent 48%
  );
  z-index: 3;
  pointer-events: none;
}

#hero .hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  opacity: 0;
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  transition:
    opacity 1.2s ease,
    transform 1.2s ease;
  -webkit-transition:
    opacity 1.2s ease,
    -webkit-transform 1.2s ease;
}

#hero .hero-slide.active {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  z-index: 1;
}

#hero .hero-slide.fade-out {
  opacity: 0;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  z-index: 2;
}

@media (max-width: 940px) {
  #hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  #hero::after {
    width: 320px;
    height: 320px;
    right: -5%;
    top: -5%;
  }

  #hero .hero-l {
    padding: 24px 20px 32px;
    align-items: center;
    text-align: center;
    order: 2;
  }

  #hero .hero-def {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  #hero .hero-trust {
    justify-content: center;
  }

  #hero .hero-r {
    position: relative;
    height: 46vh;
    min-height: 290px;
    max-height: 442px;
    order: 1;
  }

  #hero .hero-slider {
    mask-image: linear-gradient(180deg, #000 70%, transparent 100%);
    -webkit-mask-image: linear-gradient(180deg, #000 70%, transparent 100%);
  }

  #hero .hero-slider::before {
    background: linear-gradient(
      180deg,
      transparent 60%,
      rgba(1, 14, 36, 0.75) 100%
    );
  }
}

@media (max-width: 640px) {
  #hero h1.hh1 {
    font-size: clamp(46px, 16vw, 64px);
    letter-spacing: -2px;
    line-height: 0.88;
  }

  #hero .price-big {
    font-size: 34px;
  }

  #hero .price-row {
    gap: 10px;
    margin-bottom: 14px;
  }

  #hero .hero-trust {
    gap: 6px;
  }

  #hero .tdot {
    display: none;
  }

  #hero .tp {
    font-size: 11.5px;
  }
}

@media (max-width: 390px) {
  #hero .hero-badge {
    font-size: 9px;
    letter-spacing: 1.5px;
    padding: 6px 12px;
  }

  #hero h1.hh1 {
    font-size: clamp(40px, 13vw, 52px);
  }

  #hero .price-big {
    font-size: 30px;
  }

  #hero .btn-cta {
    font-size: 12.5px;
    padding: 12px 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #hero .hero-slide {
    transition: none;
  }

  #hero .btn-cta,
  #hero .btn-cta .arr {
    transition: none;
  }
}
