:root {
  --bg: #ffcc00;
  --paper: #ffffff;
  --ink: #000000;
  --muted: #1a1a1a;
  --line: #000000;
  --sun: #ffcc00;
  --sun-2: #ffb300;
  --hot: #000000;
  --lime: #00e5a0;
  --aqua: #00d4ff;
  --fire: #ff5a1f;
  --sky: #00d4ff;
  --max: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
  width: 100%;
}

body {
  margin: 0;
  width: 100%;
  max-width: 100%;
  color: var(--ink);
  background:
    radial-gradient(720px 420px at 88% 8%, rgba(0, 229, 160, 0.55) 0%, transparent 58%),
    radial-gradient(640px 380px at 8% 92%, rgba(0, 212, 255, 0.45) 0%, transparent 55%),
    var(--bg);
  font-family: Manrope, system-ui, sans-serif;
  font-size: 18px;
  line-height: 1.45;
  overflow-x: clip;
}

.fx {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
  background:
    radial-gradient(900px 480px at 10% 6%, rgba(255, 255, 255, 0.55) 0%, transparent 55%),
    radial-gradient(720px 420px at 92% 12%, rgba(0, 229, 160, 0.7) 0%, transparent 55%),
    radial-gradient(640px 380px at 70% 92%, rgba(255, 90, 31, 0.45) 0%, transparent 58%),
    var(--bg);
  animation: mesh 18s ease-in-out infinite alternate;
}

.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(6px);
  opacity: 0.85;
}

.orb-a {
  width: 340px;
  height: 340px;
  left: -80px;
  top: 18%;
  background: radial-gradient(circle, #ffffff 0%, transparent 70%);
  animation: drift 22s ease-in-out infinite;
}

.orb-b {
  width: 280px;
  height: 280px;
  right: -60px;
  top: 8%;
  background: radial-gradient(circle, #00e5a0 0%, transparent 70%);
  animation: drift 26s ease-in-out infinite reverse;
}

.orb-c {
  width: 420px;
  height: 220px;
  left: 30%;
  bottom: 8%;
  background: radial-gradient(circle, #00d4ff 0%, transparent 70%);
  animation: drift 20s ease-in-out infinite 1s;
}

.grain {
  position: absolute;
  inset: 0;
  opacity: 0.04;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='140' height='140'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%' height='100%' filter='url(%23n)' opacity='.55'/></svg>");
}

@keyframes mesh {
  from { transform: scale(1) translate(0, 0); }
  to { transform: scale(1.08) translate(-2%, 1.5%); }
}

@keyframes drift {
  0%,
  100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(40px, -28px) scale(1.12); }
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.skip {
  position: absolute;
  left: 16px;
  top: -40px;
}

.skip:focus {
  top: 12px;
}

.wrap {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  min-width: 0;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 204, 0, 0.94);
  backdrop-filter: blur(18px);
  border-bottom: 3px solid var(--ink);
}

.topbar-inner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 72px;
}

.brand {
  margin-right: auto;
  font-family: Unbounded, sans-serif;
  font-size: clamp(13px, 2.2vw, 18px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.15;
  white-space: nowrap;
}

.nav {
  display: flex;
  gap: 22px;
  font-weight: 700;
}

.nav a:hover {
  text-decoration: underline;
  text-underline-offset: 6px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 800;
}

.btn-dark {
  background: var(--ink);
  color: var(--sun);
}

.vk {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  background: transparent;
}

.vk img {
  display: block;
  width: 44px;
  height: 44px;
}

.max {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  background: transparent;
}

.max img {
  display: block;
  width: 44px;
  height: 44px;
}

.menu-btn {
  display: none;
  width: 44px;
  height: 44px;
  border: 3px solid var(--ink);
  border-radius: 12px;
  background: var(--paper);
  font-size: 20px;
}

.hero {
  padding: 48px 0 36px;
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--hot);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  font-family: Unbounded, sans-serif;
  margin: 0;
  letter-spacing: -0.04em;
  line-height: 0.96;
}

h1 {
  font-size: clamp(28px, 8vw, 76px);
  hyphens: none;
}

h2 {
  font-size: clamp(28px, 4vw, 44px);
}

.lead {
  max-width: 46ch;
  margin: 18px 0 28px;
  color: var(--muted);
  font-size: clamp(16px, 2.4vw, 20px);
}

.phones {
  display: grid;
  gap: 10px;
  max-width: min(420px, 100%);
  min-width: 0;
}

.hero .phones {
  max-width: min(640px, 100%);
}

@media (min-width: 720px) {
  .hero .phones {
    grid-template-columns: 1fr 1fr;
  }
}

.phones a:not(.vk):not(.max) {
  padding: 14px 16px;
  border-radius: 18px;
  background: var(--ink);
  color: var(--sun);
  font-family: Unbounded, sans-serif;
  font-size: clamp(15px, 4.2vw, 22px);
  font-weight: 800;
  white-space: nowrap;
}

.phones a[href^="tel:"] + a[href^="tel:"] {
  background: var(--paper);
  color: var(--ink);
  box-shadow: inset 0 0 0 3px var(--ink);
}

.note {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 15px;
}

.hero-copy {
  animation: flyLeft 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
  z-index: 1;
}

@keyframes flyLeft {
  from { opacity: 0; transform: translate3d(-48px, 18px, 0); }
  to { opacity: 1; transform: none; }
}

.ticker {
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  margin: 28px 0;
  padding: 0;
  background: var(--lime);
  border-block: 4px solid var(--ink);
}

.ticker--dark {
  background: var(--ink);
  color: var(--sun);
}

.ticker-clip {
  overflow: hidden;
  width: 112%;
  margin-left: -6%;
  padding: 14px 0;
  transform: rotate(-1.1deg);
}

.ticker--dark .ticker-clip {
  transform: rotate(1deg);
}

.ticker-track {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  will-change: transform;
  backface-visibility: hidden;
  animation: tape 28s linear infinite;
  animation-play-state: running;
}

.ticker--dark .ticker-track {
  animation-duration: 34s;
  animation-direction: reverse;
  animation-play-state: running;
}

.ticker-group {
  display: flex;
  flex-shrink: 0;
  align-items: center;
}

.ticker-track span {
  padding: 0 28px;
  font-family: Unbounded, sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}

@keyframes tape {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

.section {
  padding: 24px 0 72px;
}

.section h2 {
  margin-bottom: 22px;
}

.grid4 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.grid4 article {
  min-height: 180px;
  padding: 22px;
  border-radius: 28px;
  background: var(--paper);
  border: 3px solid var(--ink);
  box-shadow: 6px 8px 0 var(--ink);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.45s ease;
}

.grid4 article:hover {
  transform: translateY(-8px) rotate(-0.4deg);
  box-shadow: 8px 12px 0 var(--ink);
}

.grid4 article:nth-child(1) {
  background: #fff;
}

.grid4 article:nth-child(2) {
  background: var(--fire);
}

.grid4 article:nth-child(3) {
  background: var(--lime);
}

.grid4 article:nth-child(4) {
  background: var(--aqua);
}

.grid4 article:nth-child(5) {
  background: var(--ink);
  color: var(--sun);
}

.grid4 h3 {
  margin-bottom: 10px;
  font-size: 26px;
}

.grid4 p {
  margin: 0;
  color: inherit;
}

.grid4 article:nth-child(5) p {
  color: #fff;
}

.truck {
  padding-top: 8px;
}

.deck-lead {
  max-width: 46ch;
  margin: 12px 0 28px;
  color: var(--muted);
  font-size: clamp(16px, 2.2vw, 19px);
}

.deck {
  padding: 8px 0 16px;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.deck-preview {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 20px;
  align-items: center;
}

.fan-btn {
  display: grid;
  justify-items: start;
  gap: 10px;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.fan-btn:focus-visible {
  outline: 3px solid var(--ink);
  outline-offset: 4px;
  border-radius: 20px;
}

.fan {
  position: relative;
  display: block;
  width: min(100%, 420px);
  height: 220px;
  overflow: visible;
  background: transparent;
}

.fan-card {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 62%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
  border-radius: 18px;
  background: transparent;
  border: 3px solid var(--ink);
  box-shadow: none;
  filter: drop-shadow(0 10px 14px rgba(0, 0, 0, 0.22));
  transform-origin: 50% 80%;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.fan-card:nth-child(1) {
  z-index: 1;
  transform: translate(-78%, -52%) rotate(-16deg);
}

.fan-card:nth-child(2) {
  z-index: 3;
  width: 66%;
  transform: translate(-50%, -50%) rotate(0deg);
}

.fan-card:nth-child(3) {
  z-index: 2;
  transform: translate(-22%, -52%) rotate(16deg);
}

.fan-btn:hover .fan-card:nth-child(1),
.fan-btn:focus-visible .fan-card:nth-child(1) {
  transform: translate(-92%, -54%) rotate(-20deg);
}

.fan-btn:hover .fan-card:nth-child(2),
.fan-btn:focus-visible .fan-card:nth-child(2) {
  transform: translate(-50%, -56%) rotate(0deg) scale(1.03);
}

.fan-btn:hover .fan-card:nth-child(3),
.fan-btn:focus-visible .fan-card:nth-child(3) {
  transform: translate(-8%, -54%) rotate(20deg);
}

.fan-cta {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.deck.is-open .fan-cta-text {
  font-weight: 800;
}

.deck-meta h3 {
  margin: 0 0 10px;
  font-size: clamp(22px, 3vw, 32px);
  line-height: 1.1;
}

.deck-meta p {
  margin: 0 0 16px;
  color: var(--muted);
}

.deck-cards {
  display: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
  padding-top: 8px;
}

.deck.is-open .deck-cards {
  display: grid;
  animation: deckOpen 0.5s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes deckOpen {
  from {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.unit {
  min-width: 0;
  padding: 12px 12px 16px;
  border-radius: 24px;
  background: var(--sun);
  border: 3px solid var(--ink);
}

.unit:nth-child(2) {
  background: var(--lime);
}

.unit:nth-child(3) {
  background: var(--aqua);
}

.unit .shot {
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  aspect-ratio: 16 / 10;
  border: 3px solid var(--ink);
}

.unit img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.unit h3 {
  margin: 14px 0 8px;
  font-size: 22px;
  line-height: 1.15;
}

.unit p {
  margin: 0;
  color: var(--muted);
}

.unit .specs {
  margin-top: 12px;
}

.unit .specs li {
  background: #fff;
  border: 3px solid var(--ink);
}

.unit-phones {
  margin-top: 14px;
  max-width: none;
}

.unit-phones a:not(.vk):not(.max) {
  font-size: 13px;
  padding: 10px 8px;
  text-align: center;
}

.specs {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.specs li {
  padding: 16px;
  border-radius: 18px;
  background: #fff;
}

.specs b {
  display: block;
  font-family: Unbounded, sans-serif;
  font-size: 24px;
}

.unit .specs b {
  font-size: 18px;
}

.partner {
  padding-top: 8px;
}

.partner-card {
  padding: 32px;
  border-radius: 32px;
  background: var(--paper);
  border: 3px solid var(--ink);
  box-shadow: 10px 14px 0 var(--ink);
}

.partner-card .lead,
.partner-card p {
  max-width: 52ch;
}

.max-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
  padding: 10px 20px 10px 10px;
  border-radius: 16px;
  background: var(--ink);
  color: var(--sun);
  font-weight: 800;
  max-width: 100%;
  border: 3px solid var(--ink);
}

.max-cta:hover {
  background: var(--lime);
  color: var(--ink);
}

.max-cta img {
  display: block;
  width: 40px;
  height: 40px;
}

.doc {
  padding: 32px 0 72px;
}

.doc h1 {
  font-size: clamp(32px, 5vw, 52px);
  line-height: 1.05;
}

.doc h2 {
  margin: 32px 0 12px;
  font-size: 22px;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.doc p,
.doc li {
  color: var(--muted);
}

.doc a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.doc ul {
  padding-left: 20px;
}

.footer {
  padding: 8px 0 calc(110px + env(safe-area-inset-bottom, 0px));
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  gap: 24px;
  align-items: start;
}

.footer p {
  margin: 6px 0 0;
  color: var(--muted);
}

.footer-docs {
  display: grid;
  gap: 8px;
  font-size: 15px;
}

.footer-docs a {
  color: var(--muted);
}

.footer-docs a:hover {
  color: var(--ink);
}

.footer .phones {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: none;
}

.footer .phones a:not(.vk):not(.max) {
  font-size: 18px;
}

.footer .vk,
.footer .max {
  width: 48px;
  height: 48px;
}

.footer .max img,
.footer .vk img {
  width: 48px;
  height: 48px;
}

.dock {
  display: none;
  position: fixed;
  left: 10px;
  right: 10px;
  bottom: max(10px, env(safe-area-inset-bottom, 0px));
  z-index: 50;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.dock a {
  display: grid;
  place-items: center;
  min-height: 48px;
  padding: 10px 6px;
  border-radius: 16px;
  background: var(--lime);
  border: 3px solid var(--ink);
  text-align: center;
  font-family: Unbounded, sans-serif;
  font-size: clamp(11px, 3.3vw, 14px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  white-space: nowrap;
}

.dock a:last-child {
  background: var(--ink);
  color: var(--sun);
}

[data-reveal] {
  opacity: 0;
  transform: translate3d(0, 36px, 0);
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--d, 0s);
}

[data-reveal="left"] {
  transform: translate3d(-56px, 16px, 0);
}

[data-reveal="right"] {
  transform: translate3d(72px, 12px, 0) rotate(2.4deg);
}

[data-reveal="up"] {
  transform: translate3d(0, 48px, 0);
}

[data-reveal].is-in {
  opacity: 1;
  transform: none;
}

@media (max-width: 1100px) {
  .topbar-inner {
    gap: 14px;
  }

  .nav {
    gap: 14px;
    font-size: 15px;
  }
}

@media (max-width: 900px) {
  .nav {
    display: none;
  }

  .nav.open {
    display: flex;
    position: absolute;
    top: 72px;
    left: 12px;
    right: 12px;
    flex-direction: column;
    padding: 16px;
    background: #fff;
    border: 3px solid var(--ink);
    border-radius: 16px;
    box-shadow: 8px 12px 0 var(--ink);
  }

  .topbar-inner .btn-dark {
    display: none;
  }

  .menu-btn {
    display: grid;
    place-items: center;
  }

  .hero-grid,
  .split,
  .deck-preview,
  .deck-cards,
  .specs,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .grid4 {
    grid-template-columns: 1fr 1fr;
  }

  .partner-card {
    padding: 22px;
  }

  .fan {
    height: 180px;
  }

  .hero {
    padding: 20px 0 16px;
    overflow: hidden;
  }

  [data-reveal="left"],
  [data-reveal="right"] {
    transform: translate3d(0, 28px, 0);
  }

  .ticker {
    margin: 16px 0;
  }

  .ticker-clip {
    width: 100%;
    margin-left: 0;
    transform: none;
  }

  .ticker--dark .ticker-clip {
    transform: none;
  }

  .ticker-track,
  .ticker--dark .ticker-track {
    animation-duration: 18s;
    animation-play-state: running !important;
  }

  .ticker-track span {
    padding: 0 18px;
    font-size: 13px;
  }

  .dock {
    display: grid;
  }

  body {
    padding-bottom: calc(76px + env(safe-area-inset-bottom, 0px));
  }
}

@media (max-width: 640px) {
  .wrap {
    width: min(var(--max), calc(100% - 24px));
  }

  .topbar-inner {
    gap: 8px;
    min-height: 64px;
  }

  .fan {
    height: 150px;
  }

  .deck {
    padding: 4px 0 12px;
  }

  .vk,
  .max,
  .menu-btn {
    width: 40px;
    height: 40px;
  }

  .max img,
  .vk img {
    width: 40px;
    height: 40px;
  }

  .grid4 {
    grid-template-columns: 1fr;
  }

  .grid4 article {
    min-height: 0;
  }

  .eyebrow {
    font-size: 11px;
  }

  h2 {
    font-size: clamp(24px, 7vw, 36px);
  }

  .footer .phones a:not(.vk):not(.max) {
    font-size: 15px;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 380px) {
  .dock a {
    font-size: 10.5px;
    padding: 10px 4px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .hero-copy,
  .fx,
  .orb {
    animation: none !important;
  }

  .fan-card,
  .fan-btn:hover .fan-card,
  .fan-btn:focus-visible .fan-card {
    transition: none;
  }

  .deck.is-open .deck-cards {
    animation: none;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
