﻿:root {
  --paint-green: #7cf7d4;
  --neon-mint: #7cf7d4;
  --neon-pink: #ff8bdc;
  --neon-purple: #b99cff;
  --neon-blue: #7dd3ff;
  --neon-yellow: #ffd98a;
  --valorant-red: #ff4655;
  --valorant-red-dark: #bd2430;
  --valorant-cream: #ece8e1;
  --paint-green-dark: #1d8f54;
  --paint-gold: #f4c95d;
  --ink: #080613;
  --paper: #120d24;
  --paper-soft: #fdf7ff;
  --charcoal: #120d24;
  --muted: #cfc7ff;
  --line: rgba(255, 255, 255, 0.18);
}

* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  overflow: hidden;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", system-ui, sans-serif;
  color: var(--paper-soft);
  background: #000000;
}

.starscape {
  position: fixed;
  inset: 0;
  z-index: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  pointer-events: none;
}

.starscape span {
  position: absolute;
  left: var(--star-left);
  top: var(--star-top);
  width: var(--star-size);
  height: var(--star-size);
  background: radial-gradient(circle, #ffffff 0 35%, rgba(53, 255, 208, 0.8) 36%, transparent 70%);
  border-radius: 999px;
  opacity: var(--star-opacity);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.95), 0 0 22px rgba(53, 255, 208, 0.36);
  animation: star-twinkle var(--star-duration) ease-in-out var(--star-delay) infinite;
}

.starscape span.sparkle::before,
.starscape span.sparkle::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.95), transparent);
  border-radius: 999px;
  transform: translate(-50%, -50%);
}

.starscape span.sparkle::before {
  width: calc(var(--star-size) * 6);
  height: 1px;
}

.starscape span.sparkle::after {
  width: 1px;
  height: calc(var(--star-size) * 6);
}

body::before,
body::after {
  display: none;
}

body::before {
  inset: -18% auto auto -14%;
  width: 58vw;
  height: 58vw;
  background:
    radial-gradient(circle, rgba(255, 79, 216, 0.34), transparent 58%),
    radial-gradient(circle at 70% 30%, rgba(53, 167, 255, 0.3), transparent 38%);
  filter: blur(18px);
  animation: paint-drift 11s ease-in-out infinite alternate;
}

body::after {
  right: -14vw;
  bottom: -22vw;
  width: 62vw;
  height: 62vw;
  background: radial-gradient(circle, rgba(53, 255, 208, 0.28), transparent 62%);
  filter: blur(22px);
  animation: paint-drift 13s ease-in-out infinite alternate-reverse;
}

.page-shell {
  position: relative;
  z-index: 1;
  height: 100vh;
  overflow: hidden;
  background: transparent;
}

.noise {
  display: none;
}

.hero {
  width: min(1080px, calc(100% - 28px));
  height: 100vh;
  margin: 0 auto;
  padding: 12px 0 14px;
  overflow: hidden;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 54px;
  padding: 6px 0;
}

.brand,
.nav-link {
  color: var(--paper-soft);
  text-decoration: none;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  max-width: 72%;
  font-family: "Rajdhani", "Inter", sans-serif;
  font-size: clamp(0.9rem, 1.4vw, 1.15rem);
  font-weight: 800;
  letter-spacing: 0.01em;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--paper-soft);
  background: linear-gradient(135deg, var(--neon-pink), var(--neon-blue), var(--neon-mint));
  border: 3px solid rgba(255, 255, 255, 0.86);
  border-radius: 52% 48% 58% 42% / 45% 55% 45% 55%;
  box-shadow: 0 0 22px rgba(255, 79, 216, 0.36), 7px 7px 0 rgba(53, 255, 208, 0.2);
  filter: drop-shadow(0 0 16px rgba(53, 255, 208, 0.42));
  animation: sketch-wobble 3.4s ease-in-out infinite;
}

.nav-link {
  padding: 10px 18px;
  border: 2px solid rgba(255, 255, 255, 0.38);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.86rem;
  font-weight: 900;
  box-shadow: 0 0 18px rgba(53, 167, 255, 0.14);
  backdrop-filter: blur(12px);
  transition: 180ms ease;
}

.nav-link:hover {
  color: var(--ink);
  background: linear-gradient(135deg, var(--neon-mint), var(--neon-yellow));
  transform: translate(-2px, -2px);
  box-shadow: 0 0 26px rgba(53, 255, 208, 0.34);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 860px);
  align-items: center;
  justify-content: center;
  gap: 0;
  height: calc(100vh - 62px);
}

.hero-copy {
  position: relative;
  padding: 34px;
  background:
    linear-gradient(135deg, rgba(255, 70, 85, 0.14), rgba(236, 232, 225, 0.08), rgba(0, 0, 0, 0.38)),
    repeating-linear-gradient(0deg, rgba(255, 70, 85, 0.05) 0 1px, transparent 1px 10px);
  border: 2px solid transparent;
  border-radius: 4px;
  clip-path: polygon(0 24px, 24px 0, calc(100% - 54px) 0, 100% 54px, 100% calc(100% - 24px), calc(100% - 24px) 100%, 54px 100%, 0 calc(100% - 54px));
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(26px) saturate(1.35);
  -webkit-backdrop-filter: blur(26px) saturate(1.35);
  transform-origin: center;
  background-clip: padding-box;
  animation: card-enter 700ms cubic-bezier(0.16, 1, 0.3, 1) both;
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.hero-copy:hover {
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.42);
  transform: translateY(-3px);
}

.hero-copy > * {
  position: relative;
  z-index: 2;
}

.hero-copy::before {
  position: absolute;
  content: "";
  inset: -2px;
  z-index: 0;
  background: linear-gradient(120deg, var(--valorant-red), var(--valorant-cream), var(--valorant-red-dark), var(--valorant-red));
  background-size: 300% 300%;
  border-radius: 4px;
  clip-path: inherit;
  opacity: 0.74;
  animation: rainbow-border-flow 14s linear infinite;
}

.hero-copy::after {
  position: absolute;
  content: "";
  inset: 2px;
  z-index: 1;
  background:
    linear-gradient(135deg, rgba(8, 10, 18, 0.72), rgba(0, 0, 0, 0.46)),
    radial-gradient(circle at 88% 18%, rgba(255, 70, 85, 0.18), transparent 24%);
  border-radius: 3px;
  clip-path: inherit;
}

.hero-copy .eyebrow::before {
  position: absolute;
  content: "";
  left: 0;
  top: -13px;
  width: 150px;
  height: 12px;
  background: linear-gradient(90deg, var(--valorant-red), var(--valorant-cream), transparent);
  border-radius: 999px;
  animation: none;
}

.hero-copy .eyebrow::after {
  position: absolute;
  content: "";
  right: 0;
  top: -18px;
  width: 62px;
  height: 62px;
  border-top: 2px solid rgba(255, 70, 85, 0.9);
  border-right: 2px solid rgba(236, 232, 225, 0.72);
  border-radius: 0;
  opacity: 0.8;
}

.hero-copy h1::after {
  display: block;
  width: min(320px, 58%);
  height: 3px;
  margin-top: 18px;
  content: "";
  background: linear-gradient(90deg, var(--valorant-red), var(--valorant-cream), transparent);
  box-shadow: 0 0 18px rgba(255, 70, 85, 0.42);
}

.description-card {
  width: min(560px, 100%);
  margin-top: 18px;
  padding: 16px 18px;
  background: linear-gradient(135deg, rgba(255, 70, 85, 0.11), rgba(255, 255, 255, 0.045));
  border: 1px solid rgba(236, 232, 225, 0.22);
  border-left: 3px solid var(--valorant-red);
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 18px 40px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px) saturate(1.25);
  -webkit-backdrop-filter: blur(18px) saturate(1.25);
}

.description-card span {
  display: block;
  margin-bottom: 6px;
  color: var(--valorant-red);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.description-card p {
  margin: 0;
  color: rgba(253, 247, 255, 0.82);
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.55;
}

.eyebrow {
  position: relative;
  margin: 0 0 10px;
  color: var(--valorant-red);
  font-family: "Rajdhani", "Inter", sans-serif;
  font-size: clamp(0.86rem, 1.2vw, 1rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-shadow: 0 0 14px rgba(255, 70, 85, 0.42);
}

h1 {
  max-width: 820px;
  margin: 0;
  font-family: "Rajdhani", "Inter", sans-serif;
  font-size: clamp(2.55rem, 6.1vw, 5.35rem);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.055em;
  text-wrap: balance;
  background: linear-gradient(90deg, var(--valorant-cream), #ffffff, var(--valorant-red));
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 28px rgba(255, 70, 85, 0.18);
  filter: drop-shadow(0 0 18px rgba(255, 70, 85, 0.16));
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 22px;
}

.primary-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 216px;
  padding: 14px 23px;
  color: var(--valorant-cream);
  background: linear-gradient(135deg, rgba(255, 70, 85, 0.34), rgba(236, 232, 225, 0.1));
  border: 1px solid rgba(236, 232, 225, 0.58);
  border-radius: 0;
  clip-path: polygon(0 10px, 10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%);
  font-weight: 900;
  text-decoration: none;
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 0 28px rgba(255, 70, 85, 0.24), 8px 8px 0 rgba(236, 232, 225, 0.08);
  backdrop-filter: blur(18px) saturate(1.35);
  -webkit-backdrop-filter: blur(18px) saturate(1.35);
  isolation: isolate;
  transition: transform 220ms ease, background 220ms ease, color 220ms ease, box-shadow 220ms ease;
  animation: none;
}

.primary-button::before {
  position: absolute;
  content: "";
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(135deg, rgba(236, 232, 225, 0.34), rgba(255, 70, 85, 0.42)),
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.28), transparent);
  opacity: 0;
  transition: opacity 220ms ease;
}

.primary-button:hover {
  color: var(--valorant-cream);
  background: transparent;
  transform: translateY(-4px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), 0 0 34px rgba(255, 70, 85, 0.34), 0 14px 28px rgba(255, 70, 85, 0.18);
}

.primary-button:hover::before {
  opacity: 1;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--valorant-cream);
  font-size: 0.88rem;
  font-weight: 900;
  text-shadow: 0 0 12px rgba(255, 230, 109, 0.32);
}

.status-pill::before {
  width: 11px;
  height: 11px;
  content: "";
  background: #25ff8a;
  border: 2px solid rgba(255, 255, 255, 0.75);
  border-radius: 999px;
  box-shadow: 0 0 0 6px rgba(37, 255, 138, 0.14), 0 0 20px rgba(37, 255, 138, 0.62);
  animation: paint-pulse 1.5s ease-in-out infinite;
}

.agent-card {
  position: relative;
  min-height: 350px;
  padding: 20px;
  background: linear-gradient(145deg, rgba(255, 247, 232, 0.84), rgba(255, 247, 232, 0.58));
  border: 2px solid var(--ink);
  border-radius: 32px 48px 34px 52px;
  overflow: hidden;
  box-shadow: 14px 16px 0 rgba(44, 38, 31, 0.12), 0 0 34px rgba(53, 255, 208, 0.12), 0 30px 90px rgba(74, 55, 35, 0.18);
  backdrop-filter: blur(18px);
  animation: canvas-float 5s ease-in-out infinite;
}

.agent-card::before {
  position: absolute;
  content: "";
  inset: 24px 24px auto auto;
  width: 124px;
  height: 124px;
  background:
    radial-gradient(circle at 30% 30%, #ffffff 0 10%, transparent 11%),
    conic-gradient(from 20deg, #35ffd0, #2fbf71, #f4c95d, #4d96ff, #35ffd0);
  border: 3px solid var(--ink);
  border-radius: 56% 44% 48% 52% / 46% 55% 45% 54%;
  box-shadow: 8px 10px 0 rgba(44, 38, 31, 0.12), 0 0 26px rgba(53, 255, 208, 0.18);
  transform: rotate(9deg);
  animation: palette-wobble 5.8s ease-in-out infinite alternate;
}

.agent-card::after {
  position: absolute;
  content: "✎";
  right: 58px;
  top: 56px;
  color: var(--ink);
  font-size: 3.35rem;
  font-weight: 900;
  animation: pencil-draw 2.8s ease-in-out infinite;
}

.card-topline,
.agent-card h2,
.agent-card p,
.stats {
  position: relative;
  z-index: 1;
}

.card-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--paint-green-dark);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.live-dot {
  width: 13px;
  height: 13px;
  background: var(--paint-green);
  border: 2px solid var(--ink);
  border-radius: 999px;
  box-shadow: 0 0 0 6px rgba(47, 191, 113, 0.14);
  animation: paint-pulse 1.2s ease-in-out infinite;
}

.agent-card h2 {
  margin: 142px 0 8px;
  font-family: "Rajdhani", "Inter", sans-serif;
  font-size: clamp(1.8rem, 2.8vw, 2.45rem);
  line-height: 0.94;
  letter-spacing: -0.035em;
}

.agent-card p {
  max-width: 270px;
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
  font-weight: 700;
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  margin-top: 16px;
}

.stats div {
  padding: 10px 8px;
  background: rgba(255, 255, 255, 0.42);
  border: 2px solid rgba(53, 255, 208, 0.2);
  border-radius: 18px 14px 20px 13px;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.stats div:hover {
  background: rgba(47, 191, 113, 0.18);
  border-color: var(--neon-mint);
  box-shadow: 0 0 18px rgba(53, 255, 208, 0.18);
  transform: translateY(-3px) rotate(-1deg);
}

.stats strong,
.stats span {
  display: block;
}

.stats strong {
  color: var(--charcoal);
  font-size: 1rem;
  font-weight: 900;
}

.stats span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
}

@media (max-width: 900px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 0;
    align-content: center;
  }

  .hero-copy {
    padding: 20px;
  }

  .agent-card {
    min-height: 205px;
    padding: 16px;
  }

  .agent-card::before {
    width: 92px;
    height: 92px;
  }

  .agent-card::after {
    right: 45px;
    top: 45px;
    font-size: 2.7rem;
  }

  .agent-card h2 {
    margin-top: 76px;
  }
}

@media (max-width: 560px) {
  .hero {
    width: min(100% - 22px, 1180px);
    padding-top: 10px;
  }

  .nav-link {
    display: none;
  }

  .brand {
    max-width: 100%;
  }

  h1 {
    font-size: clamp(2.1rem, 10vw, 3.15rem);
  }

  .primary-button {
    width: 100%;
  }

  .stats {
    grid-template-columns: 1fr;
    gap: 6px;
    margin-top: 14px;
  }

  .stats div {
    padding: 8px;
  }

  .agent-card p {
    display: none;
  }
}

@keyframes paint-drift {
  from {
    transform: translate3d(-2%, -1%, 0) scale(1);
  }

  to {
    transform: translate3d(4%, 3%, 0) scale(1.08);
  }
}

@keyframes paper-grain {
  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(8px, -6px);
  }
}

@keyframes sketch-wobble {
  0%,
  100% {
    transform: rotate(0deg) scale(1);
  }

  50% {
    transform: rotate(-3deg) scale(1.04);
  }
}

@keyframes brush-stroke {
  from {
    width: 120px;
    opacity: 0.55;
  }

  to {
    width: 230px;
    opacity: 0.9;
  }
}

@keyframes button-brush {
  0%,
  100% {
    filter: saturate(1);
  }

  50% {
    filter: saturate(1.3) brightness(1.08);
  }
}

@keyframes paint-pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.25);
    opacity: 0.76;
  }
}

@keyframes canvas-float {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-7px) rotate(0.6deg);
  }
}

@keyframes palette-wobble {
  from {
    transform: rotate(6deg) translateY(0);
  }

  to {
    transform: rotate(14deg) translateY(7px);
  }
}

@keyframes pencil-draw {
  0%,
  100% {
    transform: translate(0, 0) rotate(-8deg);
  }

  50% {
    transform: translate(5px, -7px) rotate(7deg);
  }
}

@keyframes card-enter {
  from {
    opacity: 0;
    transform: perspective(900px) translateY(34px) rotateX(8deg) scale(0.94);
    filter: blur(10px);
  }

  to {
    opacity: 1;
    transform: perspective(900px) translateY(0) rotateX(0) scale(1);
    filter: blur(0);
  }
}

@keyframes card-breathe {
  0%,
  100% {
    transform: perspective(900px) translateY(0) scale(1);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.36);
  }

  50% {
    transform: perspective(900px) translateY(-5px) scale(1.006);
    box-shadow: 0 36px 92px rgba(0, 0, 0, 0.42);
  }
}

@keyframes rainbow-border-flow {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes star-twinkle {
  0% {
    opacity: calc(var(--star-opacity) * 0.18);
    transform: scale(0.65) rotate(0deg);
  }

  50% {
    opacity: var(--star-opacity);
    transform: scale(1.75) rotate(35deg);
  }

  100% {
    opacity: calc(var(--star-opacity) * 0.18);
    transform: scale(0.65) rotate(70deg);
  }
}

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