:root {
  color-scheme: dark;
  --bg: #070a08;
  --panel: #0d120f;
  --panel-strong: #121a15;
  --line: #263129;
  --line-bright: #3c4c40;
  --text: #eef7e9;
  --muted: #9bab9f;
  --accent: #c7ff5a;
  --accent-strong: #9be53e;
  --warm: #ffd966;
  --danger: #ff735f;
  --shadow: #020302;
  --max: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  min-width: 320px;
  margin: 0;
  background:
    radial-gradient(circle at 12% 2%, rgba(199, 255, 90, 0.09), transparent 25rem),
    radial-gradient(circle at 90% 24%, rgba(80, 216, 173, 0.07), transparent 23rem),
    var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--warm);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--accent);
  color: #10150d;
  font-weight: 800;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(60, 76, 64, 0.7);
  background: rgba(7, 10, 8, 0.86);
  backdrop-filter: blur(18px);
}

.nav {
  width: min(calc(100% - 40px), var(--max));
  min-height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  font-weight: 850;
  letter-spacing: -0.025em;
}

.brand img {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  box-shadow: 0 0 0 1px var(--line-bright), 4px 4px 0 var(--shadow);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 650;
}

.nav-links a {
  text-decoration: none;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: var(--accent);
}

.shell {
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
}

.hero {
  min-height: calc(100vh - 72px);
  padding: 76px 0 92px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.78fr);
  align-items: center;
  gap: clamp(48px, 8vw, 110px);
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--accent);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 780px;
  margin-bottom: 24px;
  font-size: clamp(3.4rem, 8vw, 7.2rem);
  line-height: 0.92;
  letter-spacing: -0.075em;
}

h1 span {
  display: block;
  color: var(--accent);
}

.hero-copy {
  max-width: 670px;
  margin-bottom: 32px;
  color: var(--muted);
  font-size: clamp(1.04rem, 2vw, 1.25rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 20px;
  border: 1px solid var(--accent);
  border-radius: 10px;
  background: var(--accent);
  color: #11170d;
  text-decoration: none;
  font-weight: 850;
  box-shadow: 5px 5px 0 var(--shadow);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.button:hover {
  transform: translate(-2px, -2px);
  box-shadow: 7px 7px 0 var(--shadow);
}

.button.secondary {
  border-color: var(--line-bright);
  background: var(--panel);
  color: var(--text);
}

.availability {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 22px;
  color: var(--muted);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.78rem;
  text-transform: uppercase;
}

.availability::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--warm);
  box-shadow: 0 0 12px rgba(255, 217, 102, 0.72);
}

.watch-stage {
  min-height: 560px;
  display: grid;
  place-items: center;
  position: relative;
}

.watch-stage::before {
  content: "";
  position: absolute;
  width: min(94%, 470px);
  aspect-ratio: 1;
  border: 1px solid rgba(199, 255, 90, 0.18);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(199, 255, 90, 0.08), transparent 66%);
}

.watch {
  width: min(76vw, 350px);
  aspect-ratio: 0.82;
  padding: 15px;
  position: relative;
  z-index: 1;
  border: 1px solid #556158;
  border-radius: 82px;
  background: linear-gradient(145deg, #4a514d, #161b18 30%, #343c37 72%, #0c0f0d);
  box-shadow: 0 38px 80px rgba(0, 0, 0, 0.65), inset 5px 5px 8px rgba(255, 255, 255, 0.09), inset -7px -7px 10px #070907;
  transform: rotate(4deg);
}

.watch::after {
  content: "";
  position: absolute;
  top: 110px;
  right: -25px;
  width: 20px;
  height: 58px;
  border: 3px solid #090b0a;
  border-radius: 6px;
  background: repeating-linear-gradient(90deg, #202622 0 3px, #56625b 3px 5px);
}

.watch-screen {
  height: 100%;
  padding: 28px 24px 24px;
  overflow: hidden;
  position: relative;
  border: 2px solid #050706;
  border-radius: 68px;
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 4px),
    radial-gradient(circle at 50% 25%, rgba(199, 255, 90, 0.1), transparent 38%),
    #050806;
  box-shadow: inset 0 0 32px #000;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  transform: rotate(-4deg);
}

.watch-top,
.watch-count,
.watch-reset {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.watch-top {
  color: #b7c6bb;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.signal {
  color: var(--accent);
}

.pixel-battery {
  width: 118px;
  height: 110px;
  margin: 38px auto 20px;
  position: relative;
}

.pixel-battery::before {
  content: "";
  position: absolute;
  top: 0;
  left: 44px;
  width: 30px;
  height: 10px;
  background: #c7d2c9;
}

.battery-body {
  position: absolute;
  inset: 10px 10px 6px;
  border: 7px solid #c7d2c9;
  background: #101612;
  box-shadow: 7px 7px 0 #000;
}

.battery-fill {
  position: absolute;
  left: 7px;
  right: 7px;
  bottom: 7px;
  height: 47%;
  background: repeating-linear-gradient(90deg, var(--accent) 0 12px, var(--accent-strong) 12px 15px);
  box-shadow: 0 0 14px rgba(199, 255, 90, 0.35);
}

.battery-eye {
  position: absolute;
  top: 27px;
  width: 8px;
  height: 10px;
  z-index: 2;
  background: #11170e;
}

.battery-eye.left {
  left: 24px;
}

.battery-eye.right {
  right: 24px;
}

.battery-mouth {
  position: absolute;
  z-index: 2;
  left: 39px;
  bottom: 24px;
  width: 24px;
  height: 8px;
  border-top: 5px solid #11170e;
}

.watch-count {
  justify-content: center;
  gap: 8px;
  margin-bottom: 8px;
}

.watch-count strong {
  color: var(--text);
  font-size: 3.8rem;
  line-height: 1;
  letter-spacing: -0.12em;
  text-shadow: 4px 4px 0 #243128;
}

.watch-count span {
  align-self: end;
  padding-bottom: 7px;
  color: var(--muted);
  font-weight: 800;
}

.watch-label {
  margin-bottom: 22px;
  color: var(--muted);
  text-align: center;
  font-size: 0.66rem;
  letter-spacing: 0.12em;
}

.watch-button {
  width: 100%;
  padding: 15px 10px;
  border: 0;
  background: var(--accent);
  color: #11170d;
  font-family: inherit;
  font-size: 0.77rem;
  font-weight: 900;
  box-shadow: 5px 5px 0 #000;
}

.watch-reset {
  margin-top: 19px;
  color: #7f9185;
  font-size: 0.62rem;
}

.section {
  padding: 100px 0;
  border-top: 1px solid rgba(60, 76, 64, 0.55);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 48px;
}

.section-heading h2,
.company-copy h2,
.page-intro h1 {
  margin-bottom: 18px;
  font-size: clamp(2.3rem, 5vw, 4.5rem);
  line-height: 1;
  letter-spacing: -0.055em;
}

.section-heading p,
.company-copy > p,
.page-intro > p {
  color: var(--muted);
  font-size: 1.08rem;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.feature-card {
  min-height: 270px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(18, 26, 21, 0.92), rgba(10, 14, 12, 0.9));
  box-shadow: 8px 8px 0 var(--shadow);
}

.feature-number {
  width: 38px;
  height: 38px;
  margin-bottom: 55px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line-bright);
  border-radius: 9px;
  color: var(--accent);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.78rem;
  font-weight: 900;
}

.feature-card h3 {
  margin-bottom: 12px;
  font-size: 1.35rem;
}

.feature-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.privacy-banner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 30px;
  border: 1px solid rgba(199, 255, 90, 0.35);
  border-radius: 18px;
  background: rgba(199, 255, 90, 0.055);
}

.privacy-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: var(--accent);
  color: #11170d;
  font-size: 1.4rem;
  font-weight: 900;
}

.privacy-banner h3,
.privacy-banner p {
  margin-bottom: 0;
}

.privacy-banner p {
  color: var(--muted);
}

.privacy-banner a {
  color: var(--accent);
  font-weight: 800;
  text-underline-offset: 4px;
}

.company-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.78fr);
  gap: 80px;
  align-items: start;
}

.company-copy p:last-child {
  margin-bottom: 0;
}

.company-card {
  overflow: hidden;
  border: 1px solid var(--line-bright);
  border-radius: 18px;
  background: var(--panel);
  box-shadow: 10px 10px 0 var(--shadow);
}

.company-card-row {
  padding: 20px 23px;
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 20px;
  border-bottom: 1px solid var(--line);
}

.company-card-row:last-child {
  border-bottom: 0;
}

.company-card-row span {
  color: var(--muted);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.78rem;
  text-transform: uppercase;
}

.company-card-row strong,
.company-card-row a {
  overflow-wrap: anywhere;
}

.company-card-row a {
  color: var(--accent);
}

.site-footer {
  padding: 36px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}

.footer-grid p {
  margin-bottom: 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.footer-links a {
  text-underline-offset: 4px;
}

.legal-shell {
  width: min(calc(100% - 40px), 820px);
  margin: 0 auto;
}

.page-intro {
  padding: 86px 0 42px;
}

.page-intro h1 {
  max-width: 760px;
}

.content-card {
  margin-bottom: 86px;
  padding: clamp(26px, 5vw, 54px);
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(13, 18, 15, 0.88);
  box-shadow: 10px 10px 0 var(--shadow);
}

.content-card h2 {
  margin: 42px 0 12px;
  font-size: 1.35rem;
  letter-spacing: -0.02em;
}

.content-card h2:first-child {
  margin-top: 0;
}

.content-card p,
.content-card li {
  color: #c4d0c7;
}

.content-card a {
  color: var(--accent);
  text-underline-offset: 4px;
}

.content-card ul {
  padding-left: 1.25rem;
}

.callout {
  margin: 28px 0;
  padding: 20px;
  border-left: 4px solid var(--accent);
  background: rgba(199, 255, 90, 0.055);
}

.callout p:last-child {
  margin-bottom: 0;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 28px 0;
}

.support-item {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--panel-strong);
}

.support-item h2 {
  margin-top: 0;
  font-size: 1.05rem;
}

.support-item p:last-child {
  margin-bottom: 0;
}

.error-page {
  min-height: calc(100vh - 145px);
  display: grid;
  place-items: center;
  text-align: center;
}

.error-page strong {
  display: block;
  color: var(--accent);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: clamp(5rem, 18vw, 11rem);
  line-height: 1;
}

@media (max-width: 900px) {
  .hero,
  .company-section {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 62px;
  }

  .hero-copy-column {
    text-align: center;
  }

  .hero-copy,
  .section-heading {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-actions {
    justify-content: center;
  }

  .watch-stage {
    min-height: 510px;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .feature-card {
    min-height: auto;
  }

  .feature-number {
    margin-bottom: 35px;
  }

  .company-section {
    gap: 46px;
  }
}

@media (max-width: 680px) {
  .nav {
    width: min(calc(100% - 28px), var(--max));
    min-height: 64px;
  }

  .brand img {
    width: 31px;
    height: 31px;
  }

  .nav-links {
    gap: 14px;
    font-size: 0.78rem;
  }

  .nav-links a:first-child {
    display: none;
  }

  .shell,
  .legal-shell {
    width: min(calc(100% - 28px), var(--max));
  }

  .hero {
    min-height: auto;
    padding: 52px 0 72px;
    gap: 25px;
  }

  h1 {
    font-size: clamp(3.05rem, 18vw, 5.2rem);
  }

  .hero-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .watch-stage {
    min-height: 470px;
  }

  .watch {
    width: min(82vw, 320px);
  }

  .section {
    padding: 74px 0;
  }

  .privacy-banner {
    grid-template-columns: auto 1fr;
  }

  .privacy-banner > a {
    grid-column: 1 / -1;
  }

  .company-card-row {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .footer-grid {
    align-items: flex-start;
    flex-direction: column;
  }

  .support-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
