:root {
  color-scheme: dark;
  --acid: #8cff00;
  --acid-soft: #b4ff5b;
  --ink: #111311;
  --panel: rgba(17, 19, 17, 0.76);
  --muted: #a6ada4;
  --white: #f7f9f5;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: #191b19;
}

body {
  position: relative;
  min-height: 100svh;
  margin: 0;
  overflow-x: hidden;
  color: var(--white);
  font-family:
    Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  background: #191b19 url("imgs_pc/background.webp") center / cover fixed
    no-repeat;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  background: repeating-linear-gradient(
    to bottom,
    transparent 0,
    transparent 3px,
    rgba(255, 255, 255, 0.018) 4px
  );
  mix-blend-mode: soft-light;
}

a {
  color: inherit;
}

.page {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.page::before {
  content: "";
  position: fixed;
  inset: 12% 4%;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 26% 40%, rgba(140, 255, 0, 0.1), transparent 20%),
    radial-gradient(circle at 76% 56%, rgba(255, 77, 20, 0.1), transparent 24%);
  filter: blur(12px);
  animation: ambient-drift 10s ease-in-out infinite alternate;
}

.ticker {
  position: relative;
  z-index: 3;
  min-height: 52px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #090b09;
  background: linear-gradient(
    90deg,
    #8cff00 0%,
    #c1ff38 38%,
    #8cff00 62%,
    #65ff00 100%
  );
  background-size: 240% 100%;
  border-block: 2px solid #0a0c09;
  box-shadow: 0 0 30px rgba(140, 255, 0, 0.18);
  animation: ticker-glow 7s linear infinite;
}

.ticker__track {
  display: flex;
  width: max-content;
  animation: ticker 28s linear infinite;
}

.ticker__group {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.ticker__item {
  display: flex;
  align-items: center;
  gap: 22px;
  padding-inline: 22px 0;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  white-space: nowrap;
}

.ticker__item::after {
  content: "✦";
  font-size: 16px;
}

.hero {
  position: relative;
  width: min(1220px, 100%);
  min-height: 0;
  margin-inline: auto;
  padding: clamp(48px, 7vh, 88px) clamp(28px, 6vw, 72px);
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(500px, 1.35fr);
  align-items: center;
  gap: clamp(20px, 5vw, 72px);
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  width: 8px;
  aspect-ratio: 1;
  pointer-events: none;
  background: var(--acid);
  box-shadow:
    20px 0 0 #ff4d14,
    0 20px 0 #ff4d14,
    20px 20px 0 var(--acid);
  opacity: 0.58;
  animation: pixel-blink 2.4s steps(2, end) infinite;
}

.hero::before {
  top: 14%;
  left: 2%;
}

.hero::after {
  right: 3%;
  bottom: 13%;
  animation-delay: -1.2s;
}

.hero__content {
  position: relative;
  z-index: 1;
  align-self: center;
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 22px;
  opacity: 0;
  animation: reveal-up 700ms 80ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.brand-logo {
  width: clamp(86px, 8vw, 112px);
  height: auto;
  border-radius: 24%;
  filter: drop-shadow(0 12px 30px rgba(0, 0, 0, 0.36));
  animation: logo-pulse 3.2s 900ms ease-in-out infinite;
}

.eyebrow {
  margin: 0 0 8px;
  color: var(--acid);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  font-size: clamp(50px, 6vw, 82px);
  font-weight: 900;
  letter-spacing: -0.07em;
  line-height: 0.92;
  text-shadow:
    3px 0 0 rgba(140, 255, 0, 0.18),
    -3px 0 0 rgba(255, 77, 20, 0.12);
}

.intro {
  max-width: 490px;
  margin: 30px 0 0;
  color: #d2d7d0;
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.65;
  opacity: 0;
  animation: reveal-up 700ms 220ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.contact {
  position: relative;
  width: fit-content;
  margin-top: 34px;
  padding: 16px 18px;
  display: grid;
  gap: 4px;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 16px;
  backdrop-filter: blur(14px);
  opacity: 0;
  overflow: hidden;
  animation: reveal-up 700ms 360ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.contact::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    105deg,
    transparent 20%,
    rgba(255, 255, 255, 0.16) 46%,
    transparent 72%
  );
  transform: translateX(-130%);
  animation: contact-sheen 4.5s 1.2s ease-in-out infinite;
}

.contact:hover {
  transform: translateY(-2px);
  background: rgba(140, 255, 0, 0.08);
  border-color: rgba(140, 255, 0, 0.55);
}

.contact__label {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact__value {
  color: var(--acid-soft);
  font-size: 16px;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.legal-links {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  opacity: 0;
  animation: reveal-up 700ms 500ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.legal-links a {
  position: relative;
  min-height: 44px;
  padding: 0 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  transition:
    color 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.legal-links a::after {
  content: "↗";
  margin-left: 8px;
  color: var(--acid);
  font-size: 13px;
  transition:
    color 180ms ease,
    transform 180ms ease;
}

.legal-links a:hover {
  color: #0a0c09;
  background: var(--acid);
  border-color: var(--acid);
}

.legal-links a:hover::after {
  color: #0a0c09;
  transform: translate(2px, -2px);
}

.hero__visual {
  position: relative;
  min-width: 0;
  opacity: 0;
  transform: translate3d(60px, 20px, 0) scale(0.94);
  animation: visual-enter 1s 160ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.hero__visual::before {
  content: "";
  position: absolute;
  inset: 13% 8%;
  z-index: 0;
  background: var(--acid);
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.12;
  animation: aura-pulse 4s ease-in-out infinite;
}

.hero__visual::after {
  content: "";
  position: absolute;
  inset: 10% 9%;
  z-index: 0;
  pointer-events: none;
  border: 1px solid rgba(140, 255, 0, 0.28);
  border-top-color: rgba(255, 77, 20, 0.6);
  border-bottom-color: transparent;
  border-radius: 48% 52% 46% 54%;
  filter: drop-shadow(0 0 18px rgba(140, 255, 0, 0.14));
  animation: orbit-spin 12s linear infinite;
}

.phone {
  position: relative;
  z-index: 1;
  width: min(100%, 820px);
  height: auto;
  display: block;
  margin-inline: auto;
  filter: drop-shadow(0 28px 55px rgba(0, 0, 0, 0.42));
  transform-origin: 52% 58%;
  animation: phone-float 5s 1.1s ease-in-out infinite;
}

.signal-badge {
  position: absolute;
  top: 8%;
  right: 1%;
  z-index: 2;
  min-height: 36px;
  padding: 0 13px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #dfffc0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
  background: rgba(14, 17, 14, 0.72);
  border: 1px solid rgba(140, 255, 0, 0.35);
  border-radius: 999px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(12px);
  animation: badge-float 3.8s 1.4s ease-in-out infinite;
}

.signal-badge__dot {
  width: 7px;
  height: 7px;
  background: var(--acid);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(140, 255, 0, 0.7);
  animation: signal-pulse 2s ease-out infinite;
}

.page-footer {
  display: none;
}

@keyframes ticker {
  to {
    transform: translateX(-50%);
  }
}

@keyframes ticker-glow {
  to {
    background-position: -240% 0;
  }
}

@keyframes reveal-up {
  from {
    opacity: 0;
    transform: translate3d(0, 24px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes visual-enter {
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes logo-pulse {
  0%,
  100% {
    filter: drop-shadow(0 12px 30px rgba(0, 0, 0, 0.36))
      drop-shadow(0 0 0 rgba(140, 255, 0, 0));
    transform: translateY(0) rotate(0);
  }

  50% {
    filter: drop-shadow(0 14px 34px rgba(0, 0, 0, 0.4))
      drop-shadow(0 0 16px rgba(140, 255, 0, 0.34));
    transform: translateY(-4px) rotate(-1deg);
  }
}

@keyframes phone-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0);
  }

  50% {
    transform: translate3d(0, -14px, 0) rotate(0.45deg);
  }
}

@keyframes badge-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(-4px, -9px, 0);
  }
}

@keyframes signal-pulse {
  70% {
    box-shadow: 0 0 0 7px rgba(140, 255, 0, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(140, 255, 0, 0);
  }
}

@keyframes aura-pulse {
  0%,
  100% {
    opacity: 0.1;
    transform: scale(0.92);
  }

  50% {
    opacity: 0.2;
    transform: scale(1.08);
  }
}

@keyframes orbit-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes contact-sheen {
  0%,
  65% {
    transform: translateX(-130%);
  }

  90%,
  100% {
    transform: translateX(130%);
  }
}

@keyframes ambient-drift {
  to {
    transform: translate3d(3%, -2%, 0) scale(1.08);
  }
}

@keyframes pixel-blink {
  50% {
    opacity: 0.18;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    animation-delay: 0ms !important;
  }

  .brand-lockup,
  .intro,
  .contact,
  .legal-links,
  .hero__visual {
    opacity: 1;
    transform: none;
  }

  .ticker__track {
    animation: none;
  }

  .contact,
  .legal-links a {
    transition: none;
  }
}

@media (max-width: 820px) {
  body {
    background-image: url("imgs/background.webp");
    background-position: top center;
    background-size: cover;
  }

  .page {
    display: block;
    min-height: 100svh;
  }

  .ticker {
    min-height: 42px;
  }

  .ticker__item {
    gap: 17px;
    padding-inline: 17px 0;
    font-size: 15px;
  }

  .ticker--bottom {
    display: none;
  }

  .hero {
    min-height: calc(100svh - 42px);
    padding: 36px 20px 18px;
    display: flex;
    flex-direction: column;
    gap: 28px;
  }

  .hero__content {
    width: min(100%, 520px);
    text-align: center;
  }

  .brand-lockup {
    flex-direction: column;
    gap: 16px;
  }

  .brand-logo {
    width: 88px;
  }

  h1 {
    font-size: clamp(44px, 14vw, 68px);
  }

  .intro {
    margin: 22px auto 0;
    font-size: 16px;
  }

  .contact {
    width: 100%;
    margin-top: 24px;
    text-align: left;
  }

  .legal-links {
    justify-content: center;
  }

  .hero__visual {
    width: min(100%, 560px);
    margin-top: auto;
  }

  .signal-badge {
    top: 3%;
    right: 0;
    min-height: 32px;
    font-size: 9px;
  }

  .phone {
    width: 100%;
  }

  .page-footer {
    padding: 18px 20px 28px;
    display: block;
    color: #92988f;
    font-size: 12px;
    text-align: center;
  }
}

@media (max-width: 430px) {
  .intro {
    max-width: 330px;
  }

  .contact__value {
    font-size: 14px;
  }

  .legal-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
