/* ==========================================================================
   ArtValue — Marketing site
   Premium dark Business OS · Hebrew RTL
   ========================================================================== */

@font-face {
  font-family: 'Heebo';
  src: url('../fonts/Heebo-Variable-hebrew.woff2') format('woff2');
  font-weight: 100 900;
  font-display: swap;
  unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
@font-face {
  font-family: 'Heebo';
  src: url('../fonts/Heebo-Variable-latin.woff2') format('woff2');
  font-weight: 100 900;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212;
}

:root {
  /* brand */
  --lime: #b7ff00;
  --lime-dim: #8fc700;
  --cyan: #6fe8e0;
  --violet: #8b7cf6;
  --coral: #ff6b6b;

  /* surface */
  --bg: #080806;
  --bg-2: #0a0a08;
  --graphite: #131310;
  --graphite-2: #1c1c17;
  --glass: rgba(22, 22, 18, 0.55);
  --glass-2: rgba(30, 30, 24, 0.4);
  --line: rgba(255, 255, 255, 0.07);
  --line-2: rgba(255, 255, 255, 0.12);

  /* type */
  --ink: #ffffff;
  --ink-2: #cfcfc4;
  --ink-3: #8f8f84;
  --ink-4: #5c5c54;

  --r-sm: 12px;
  --r: 18px;
  --r-lg: 26px;
  --r-pill: 999px;

  --maxw: 1240px;
  --pad: clamp(20px, 5vw, 64px);

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: 'Heebo', 'Rubik', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 17px;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: -0.01em;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* subtle starfield + olive radial glow, like the product canvas */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    radial-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: 0.5;
  mask-image: radial-gradient(circle at 50% 20%, #000 0%, transparent 75%);
  -webkit-mask-image: radial-gradient(circle at 50% 20%, #000 0%, transparent 75%);
}

img, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; }

::selection { background: var(--lime); color: #000; }

/* ---------- layout primitives ---------- */

.wrap {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--pad);
  position: relative;
  z-index: 1;
}

section { position: relative; z-index: 1; }

.section {
  padding-block: clamp(72px, 11vw, 148px);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: var(--lime);
  text-transform: uppercase;
  margin: 0 0 22px;
}
.eyebrow::before {
  content: '';
  width: 34px;
  height: 2px;
  background: var(--lime);
  box-shadow: 0 0 14px rgba(183, 255, 0, 0.6);
}

h1, h2, h3 { margin: 0; font-weight: 800; letter-spacing: -0.035em; line-height: 1.08; }

.h2 {
  font-size: clamp(30px, 5.2vw, 60px);
  max-width: 18ch;
}
.h3 { font-size: clamp(20px, 2.4vw, 27px); letter-spacing: -0.03em; }

.lead {
  font-size: clamp(17px, 1.7vw, 21px);
  color: var(--ink-2);
  max-width: 58ch;
  line-height: 1.7;
  margin: 24px 0 0;
  font-weight: 300;
}

.lime { color: var(--lime); }
.muted { color: var(--ink-3); }

/* ---------- buttons ---------- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 30px;
  border-radius: var(--r-pill);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.02em;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease),
              background 0.3s var(--ease), border-color 0.3s var(--ease);
  white-space: nowrap;
}
.btn-primary {
  background: var(--lime);
  color: #06060a;
  box-shadow: 0 0 0 rgba(183, 255, 0, 0), 0 10px 34px rgba(183, 255, 0, 0.16);
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 44px rgba(183, 255, 0, 0.36), 0 14px 40px rgba(183, 255, 0, 0.2);
}
.btn-ghost {
  background: rgba(255, 255, 255, 0.03);
  border-color: var(--line-2);
  color: var(--ink);
  backdrop-filter: blur(10px);
}
.btn-ghost:hover {
  transform: translateY(-2px);
  border-color: rgba(183, 255, 0, 0.45);
  background: rgba(183, 255, 0, 0.06);
}
.btn .arw { transition: transform 0.35s var(--ease); }
.btn:hover .arw { transform: translateX(-5px); }

/* ---------- nav ---------- */

.nav {
  position: fixed;
  inset-block-start: 0;
  inset-inline: 0;
  z-index: 90;
  transition: background 0.4s var(--ease), border-color 0.4s var(--ease),
              backdrop-filter 0.4s var(--ease);
  border-block-end: 1px solid transparent;
}
.nav.is-stuck {
  background: rgba(8, 8, 6, 0.72);
  backdrop-filter: blur(18px) saturate(140%);
  border-block-end-color: var(--line);
}
.nav-in {
  display: flex;
  align-items: center;
  gap: 28px;
  height: 74px;
}
.brand { display: flex; align-items: center; gap: 11px; }
.brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: var(--lime);
  color: #000;
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 19px;
  box-shadow: 0 0 22px rgba(183, 255, 0, 0.34);
}
.brand-name { font-weight: 800; font-size: 18px; letter-spacing: -0.02em; }
.brand-sub { display: block; font-size: 10.5px; color: var(--ink-3); font-weight: 400; letter-spacing: 0; margin-top: -3px; }

.nav-links {
  display: flex;
  gap: 4px;
  margin-inline-start: auto;
}
.nav-links a {
  padding: 9px 15px;
  border-radius: var(--r-pill);
  font-size: 15px;
  color: var(--ink-2);
  transition: color 0.25s, background 0.25s;
}
.nav-links a:hover { color: var(--lime); background: rgba(183, 255, 0, 0.07); }
.nav .btn { padding: 11px 22px; font-size: 15px; }

.nav-burger {
  display: none;
  margin-inline-start: auto;
  background: none;
  border: 1px solid var(--line-2);
  border-radius: 10px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  place-items: center;
}
.nav-burger span, .nav-burger span::before, .nav-burger span::after {
  content: '';
  display: block;
  width: 18px;
  height: 1.6px;
  background: var(--ink);
  transition: transform 0.3s var(--ease), opacity 0.2s;
}
.nav-burger span::before { transform: translateY(-6px); }
.nav-burger span::after { transform: translateY(4.4px); }
.nav-burger.is-open span { background: transparent; }
.nav-burger.is-open span::before { transform: rotate(45deg); }
.nav-burger.is-open span::after { transform: rotate(-45deg) translateY(0); }

/* ---------- hero ---------- */

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding-block: 140px 90px;
  overflow: hidden;
}
.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.hero-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
  filter: saturate(0.9) contrast(1.05) blur(1px);
  transform: scale(1.04);
}
.hero-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(70% 60% at 78% 34%, rgba(183, 255, 0, 0.1) 0%, transparent 60%),
    linear-gradient(to left, rgba(8, 8, 6, 0.9) 0%, rgba(8, 8, 6, 0.55) 55%, rgba(8, 8, 6, 0.35) 100%),
    linear-gradient(to bottom, rgba(8, 8, 6, 0.55) 0%, rgba(8, 8, 6, 0.8) 50%, var(--bg) 97%);
}

.hero-in { position: relative; z-index: 2; width: 100%; }

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 7px 16px 7px 18px;
  border: 1px solid rgba(183, 255, 0, 0.28);
  background: rgba(183, 255, 0, 0.06);
  border-radius: var(--r-pill);
  font-size: 13.5px;
  color: var(--lime);
  font-weight: 500;
  margin-bottom: 30px;
}
.dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 0 rgba(183, 255, 0, 0.6);
  animation: pulse 2.6s infinite;
}
@keyframes pulse {
  0%   { box-shadow: 0 0 0 0 rgba(183, 255, 0, 0.55); }
  70%  { box-shadow: 0 0 0 10px rgba(183, 255, 0, 0); }
  100% { box-shadow: 0 0 0 0 rgba(183, 255, 0, 0); }
}

.hero h1 {
  font-size: clamp(38px, 7.4vw, 92px);
  max-width: 15ch;
  letter-spacing: -0.045em;
}
.hero h1 .strike {
  position: relative;
  color: var(--ink-3);
  white-space: nowrap;
}
.hero h1 .strike::after {
  content: '';
  position: absolute;
  inset-inline: -2px;
  top: 54%;
  height: 4px;
  border-radius: 2px;
  background: var(--lime);
  box-shadow: 0 0 18px rgba(183, 255, 0, 0.7);
  transform: scaleX(0);
  transform-origin: right;
  animation: strike 0.85s var(--ease) 0.75s forwards;
}
@keyframes strike { to { transform: scaleX(1); } }

.hero-sub { max-width: 62ch; }

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 40px;
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(24px, 5vw, 60px);
  margin-top: clamp(48px, 7vw, 80px);
  padding-top: 34px;
  border-top: 1px solid var(--line);
}
.stat b {
  display: block;
  font-size: clamp(26px, 3.6vw, 40px);
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--lime);
  line-height: 1.1;
}
.stat span { font-size: 14px; color: var(--ink-3); }

.scroll-hint {
  position: absolute;
  inset-block-end: 26px;
  inset-inline-start: var(--pad);
  z-index: 3;
  font-size: 12px;
  letter-spacing: 0.16em;
  color: var(--ink-4);
  display: flex;
  align-items: center;
  gap: 10px;
}
.scroll-hint i {
  display: block; width: 1px; height: 34px;
  background: linear-gradient(to bottom, var(--lime), transparent);
  animation: drop 2.2s var(--ease) infinite;
}
@keyframes drop { 0%,100% { opacity: .25; transform: scaleY(.5); transform-origin: top; } 50% { opacity: 1; transform: scaleY(1); } }

/* ---------- marquee ---------- */

.marquee {
  border-block: 1px solid var(--line);
  background: linear-gradient(to bottom, rgba(183,255,0,0.02), transparent);
  padding-block: 20px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to left, transparent, #000 12%, #000 88%, transparent);
  mask-image: linear-gradient(to left, transparent, #000 12%, #000 88%, transparent);
}
.marquee-track {
  display: flex;
  gap: 46px;
  width: max-content;
  animation: slide 34s linear infinite;
}
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes slide { from { transform: translateX(0); } to { transform: translateX(50%); } }
.marquee-track span {
  display: flex;
  align-items: center;
  gap: 46px;
  font-size: 16px;
  font-weight: 500;
  color: var(--ink-3);
  white-space: nowrap;
}
.marquee-track span::after {
  content: '';
  width: 5px; height: 5px; border-radius: 50%;
  background: var(--lime);
  opacity: 0.55;
}

/* ---------- generic cards ---------- */

.card {
  position: relative;
  background: var(--glass);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 28px;
  backdrop-filter: blur(14px);
  overflow: hidden;
  transition: transform 0.5s var(--ease), border-color 0.4s, background 0.4s;
}
.card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: radial-gradient(340px circle at var(--mx, 50%) var(--my, 0%), rgba(183, 255, 0, 0.09), transparent 62%);
  opacity: 0;
  transition: opacity 0.45s;
}
.card:hover { transform: translateY(-4px); border-color: var(--line-2); }
.card:hover::after { opacity: 1; }

.grid { display: grid; gap: 18px; }
.g-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.g-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.g-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

/* ---------- problem ---------- */

.problem { background: linear-gradient(to bottom, var(--bg), #0b0b09 50%, var(--bg)); }

.chaos { margin-top: 52px; }
.chaos .card {
  padding: 22px 24px;
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 16px;
  color: var(--ink-2);
  border-style: dashed;
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.015);
}
.chaos .card i {
  flex: none;
  width: 34px; height: 34px;
  border-radius: 10px;
  display: grid; place-items: center;
  background: rgba(255, 107, 107, 0.1);
  color: var(--coral);
  font-size: 15px;
  font-style: normal;
}
.problem-note {
  margin-top: 44px;
  font-size: clamp(19px, 2.4vw, 27px);
  font-weight: 600;
  letter-spacing: -0.03em;
  color: var(--ink);
  max-width: 34ch;
}
.problem-note em { color: var(--coral); font-style: normal; }

/* ---------- solution ---------- */

.solution-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.85fr);
  gap: clamp(30px, 5vw, 70px);
  align-items: center;
}
.orbit {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
}
.orbit-ring {
  position: absolute;
  border: 1px solid var(--line);
  border-radius: 50%;
  inset: 12%;
}
.orbit-ring:nth-child(2) { inset: 26%; border-color: rgba(183,255,0,0.1); }
.orbit-ring:nth-child(3) { inset: 40%; }
.orbit-core {
  position: relative;
  z-index: 2;
  width: 34%;
  aspect-ratio: 1;
  border-radius: 26px;
  background: var(--lime);
  color: #000;
  display: grid;
  place-items: center;
  text-align: center;
  font-weight: 800;
  font-size: clamp(14px, 1.5vw, 18px);
  letter-spacing: -0.03em;
  box-shadow: 0 0 70px rgba(183, 255, 0, 0.34);
}
.orbit-spin {
  position: absolute;
  inset: 12%;
  animation: spin 34s linear infinite;
}
@keyframes spin { to { transform: rotate(-360deg); } }
.orbit-node {
  position: absolute;
  padding: 8px 15px;
  border-radius: var(--r-pill);
  background: rgba(19, 19, 16, 0.9);
  border: 1px solid var(--line-2);
  font-size: 13px;
  color: var(--ink-2);
  white-space: nowrap;
  backdrop-filter: blur(8px);
}
.orbit-node > i { display: inline-block; animation: spin-back 34s linear infinite; font-style: normal; }
@keyframes spin-back { to { transform: rotate(360deg); } }

.solution-points { display: grid; gap: 16px; margin-top: 40px; }
.solution-points li {
  list-style: none;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  color: var(--ink-2);
  font-size: 16.5px;
}
.solution-points li::before {
  content: '';
  flex: none;
  margin-top: 9px;
  width: 16px; height: 2px;
  background: var(--lime);
  box-shadow: 0 0 10px rgba(183,255,0,0.6);
}
.solution-points ul { padding: 0; margin: 0; }

/* ---------- modules ---------- */

.mod-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 52px;
}

.mods { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.mod {
  padding: 26px 24px 24px;
  min-height: 216px;
  display: flex;
  flex-direction: column;
}
.mod-ico {
  width: 44px; height: 44px;
  border-radius: 13px;
  display: grid; place-items: center;
  background: rgba(183, 255, 0, 0.1);
  border: 1px solid rgba(183, 255, 0, 0.2);
  margin-bottom: 20px;
  transition: background 0.4s, box-shadow 0.4s;
}
.mod-ico svg { width: 21px; height: 21px; stroke: var(--lime); fill: none; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.mod:hover .mod-ico { background: var(--lime); box-shadow: 0 0 30px rgba(183,255,0,0.4); }
.mod:hover .mod-ico svg { stroke: #000; }
.mod h3 { font-size: 19px; margin-bottom: 9px; }
.mod p { margin: 0; font-size: 14.5px; color: var(--ink-3); line-height: 1.6; }
.mod-tag {
  margin-top: auto;
  padding-top: 16px;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--ink-4);
}
.mod.is-jake {
  background: linear-gradient(150deg, rgba(183, 255, 0, 0.09), rgba(22,22,18,0.6) 55%);
  border-color: rgba(183, 255, 0, 0.24);
}
.mod.is-jake .mod-tag { color: var(--lime); }

/* ---------- screens gallery ---------- */

.screens { padding-block-end: clamp(72px, 11vw, 148px); }
.rail {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 4px var(--pad) 26px;
  margin-inline: calc(var(--pad) * -1);
  scrollbar-width: thin;
  scrollbar-color: rgba(183,255,0,0.35) transparent;
}
.rail::-webkit-scrollbar { height: 5px; }
.rail::-webkit-scrollbar-thumb { background: rgba(183,255,0,0.35); border-radius: 9px; }
.shot {
  flex: 0 0 min(78vw, 620px);
  scroll-snap-align: center;
  border-radius: var(--r);
  border: 1px solid var(--line);
  overflow: hidden;
  background: var(--graphite);
  position: relative;
}
.shot img { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; opacity: 0.92; transition: opacity 0.4s, transform 0.7s var(--ease); }
.shot:hover img { opacity: 1; transform: scale(1.02); }
.shot figcaption {
  padding: 15px 20px;
  font-size: 14px;
  color: var(--ink-2);
  border-top: 1px solid var(--line);
  background: rgba(10, 10, 8, 0.8);
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.shot figcaption b { font-weight: 600; }
.shot figcaption span { color: var(--ink-4); font-size: 12.5px; }

/* ---------- why different ---------- */

.why { background: linear-gradient(to bottom, var(--bg), #0b0b09, var(--bg)); }
.why-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 52px; }
.why-no {
  padding: 30px 26px;
  border: 1px dashed rgba(255,255,255,0.11);
  border-radius: var(--r);
  background: rgba(255,255,255,0.012);
}
.why-no b { display: block; font-size: 19px; font-weight: 700; color: var(--ink-3); margin-bottom: 10px; letter-spacing: -0.02em; }
.why-no b::before { content: '✕'; color: var(--coral); margin-inline-end: 10px; font-size: 15px; }
.why-no p { margin: 0; font-size: 14.5px; color: var(--ink-4); line-height: 1.6; }

.why-yes {
  margin-top: 24px;
  padding: clamp(30px, 4vw, 48px);
  border-radius: var(--r-lg);
  border: 1px solid rgba(183, 255, 0, 0.26);
  background:
    radial-gradient(120% 160% at 85% 0%, rgba(183, 255, 0, 0.12), transparent 60%),
    var(--glass);
  backdrop-filter: blur(14px);
}
.why-yes b {
  display: block;
  font-size: clamp(21px, 3vw, 34px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.25;
  max-width: 24ch;
}
.why-yes b::before { content: '✓'; color: var(--lime); margin-inline-end: 14px; }
.why-yes p { color: var(--ink-2); max-width: 56ch; margin: 16px 0 0; font-weight: 300; }

/* ---------- process ---------- */

.steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-top: 56px;
  counter-reset: s;
}
.step {
  position: relative;
  padding: 28px 22px 26px;
  border-radius: var(--r);
  border: 1px solid var(--line);
  background: var(--glass-2);
  counter-increment: s;
  transition: border-color 0.4s, transform 0.5s var(--ease), background 0.4s;
}
.step:hover { border-color: rgba(183,255,0,0.35); transform: translateY(-5px); background: rgba(183,255,0,0.035); }
.step::before {
  content: '0' counter(s);
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--lime);
  margin-bottom: 16px;
}
.step h3 { font-size: 18px; margin-bottom: 8px; }
.step p { margin: 0; font-size: 14px; color: var(--ink-3); line-height: 1.6; }
.step-line {
  position: absolute;
  top: 34px;
  inset-inline-start: -14px;
  width: 14px; height: 1px;
  background: var(--line-2);
}

/* ---------- founding ---------- */

.founding-in {
  position: relative;
  border-radius: var(--r-lg);
  border: 1px solid rgba(183, 255, 0, 0.2);
  background:
    radial-gradient(90% 140% at 100% 0%, rgba(183, 255, 0, 0.12), transparent 55%),
    radial-gradient(70% 120% at 0% 100%, rgba(111, 232, 224, 0.07), transparent 55%),
    var(--glass);
  backdrop-filter: blur(16px);
  padding: clamp(32px, 5vw, 62px);
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.8fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
  overflow: hidden;
}
.slots { display: grid; gap: 12px; }
.slot {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 14px 18px;
  border-radius: var(--r-sm);
  border: 1px solid var(--line);
  background: rgba(10, 10, 8, 0.5);
  font-size: 15px;
  color: var(--ink-2);
}
.slot i {
  flex: none;
  width: 20px; height: 20px;
  border-radius: 6px;
  border: 1px solid rgba(183,255,0,0.4);
  background: rgba(183,255,0,0.12);
  display: grid; place-items: center;
  color: var(--lime);
  font-size: 11px;
  font-style: normal;
}
.slot.is-taken { opacity: 0.42; }
.slot.is-taken i { border-color: var(--line-2); background: rgba(255,255,255,0.05); color: var(--ink-4); }

/* ---------- final cta ---------- */

.final {
  text-align: center;
  padding-block: clamp(90px, 14vw, 180px);
  position: relative;
  overflow: hidden;
}
.final::before {
  content: '';
  position: absolute;
  inset-inline: 0;
  inset-block-start: 0;
  height: 1px;
  background: linear-gradient(to left, transparent, rgba(183,255,0,0.4), transparent);
}
.final-glow {
  position: absolute;
  inset-block-start: 10%;
  inset-inline-start: 50%;
  translate: -50% 0;
  width: min(760px, 96vw);
  aspect-ratio: 1;
  background: radial-gradient(circle, rgba(183, 255, 0, 0.13), transparent 62%);
  pointer-events: none;
}
.final h2 {
  font-size: clamp(30px, 6vw, 68px);
  max-width: 20ch;
  margin-inline: auto;
}
.final .lead { margin-inline: auto; text-align: center; }
.final-cta { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; margin-top: 42px; }
.final-note { margin-top: 26px; font-size: 13.5px; color: var(--ink-4); }

/* ---------- footer ---------- */

.footer {
  border-top: 1px solid var(--line);
  padding-block: 44px;
  background: #060605;
}
.footer-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  font-size: 14px;
  color: var(--ink-4);
}
.footer a:hover { color: var(--lime); }

/* ---------- video lightbox ---------- */

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  padding: clamp(16px, 4vw, 48px);
  background: rgba(4, 4, 3, 0.9);
  backdrop-filter: blur(14px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s var(--ease), visibility 0.4s;
}
.lightbox.is-open { opacity: 1; visibility: visible; }
.lightbox-in {
  width: min(1080px, 100%);
  border-radius: var(--r);
  overflow: hidden;
  border: 1px solid var(--line-2);
  background: #000;
  transform: scale(0.97);
  transition: transform 0.5s var(--ease);
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.7);
}
.lightbox.is-open .lightbox-in { transform: scale(1); }
.lightbox video { width: 100%; aspect-ratio: 16/9; background: #000; }
.lightbox-close {
  position: absolute;
  inset-block-start: clamp(14px, 3vw, 30px);
  inset-inline-start: clamp(14px, 3vw, 30px);
  width: 44px; height: 44px;
  border-radius: 50%;
  border: 1px solid var(--line-2);
  background: rgba(255,255,255,0.06);
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
  transition: background 0.3s, transform 0.3s;
}
.lightbox-close:hover { background: var(--lime); color: #000; transform: rotate(90deg); }

/* ---------- reveal ---------- */

/* no-JS fallback: content stays visible unless JS is confirmed available */
.js .rv {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.9s var(--ease), transform 0.9s var(--ease);
}
.rv.in { opacity: 1; transform: none; }
.rv[data-d="1"] { transition-delay: 0.08s; }
.rv[data-d="2"] { transition-delay: 0.16s; }
.rv[data-d="3"] { transition-delay: 0.24s; }
.rv[data-d="4"] { transition-delay: 0.32s; }
.rv[data-d="5"] { transition-delay: 0.4s; }
.rv[data-d="6"] { transition-delay: 0.48s; }
.rv[data-d="7"] { transition-delay: 0.56s; }

/* ---------- responsive ---------- */

@media (max-width: 1080px) {
  .mods { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .step-line { display: none; }
}

@media (max-width: 900px) {
  .nav-links {
    position: fixed;
    inset-block-start: 74px;
    inset-inline: 0;
    flex-direction: column;
    gap: 0;
    background: rgba(8, 8, 6, 0.97);
    backdrop-filter: blur(20px);
    border-block-end: 1px solid var(--line);
    padding: 12px var(--pad) 22px;
    transform: translateY(-14px);
    opacity: 0;
    visibility: hidden;
    transition: 0.35s var(--ease);
  }
  .nav-links.is-open { transform: none; opacity: 1; visibility: visible; }
  .nav-links a { padding: 14px 4px; font-size: 17px; border-radius: 0; }
  .nav-burger { display: grid; }
  .nav .btn { display: none; }
  .solution-grid, .founding-in { grid-template-columns: 1fr; }
  .orbit { max-width: 420px; margin-inline: auto; order: -1; }
  .why-grid { grid-template-columns: 1fr; }
  .g-2, .g-3, .g-4 { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  body { font-size: 16px; }
  .mods { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding-block: 130px 70px; }
  .hero-stats { gap: 22px 34px; }
  .btn { width: 100%; }
  .nav .brand-sub { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
  .rv { opacity: 1; transform: none; }
}
