:root {
  --bg: #0a0a0d;
  --surface: #12121a;
  --surface-soft: #1a1a25;
  --line: #2b2b3d;
  --text: #f4f4f8;
  --muted: #b3b6c4;
  --fire: #ff4d00;
  --fire-soft: #ff7a2f;
  --ice: #79d3ff;
  --max: 1150px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  color: var(--text);
  background:
    radial-gradient(1100px 520px at 5% -10%, rgba(255, 77, 0, 0.28), transparent 55%),
    radial-gradient(900px 480px at 90% 2%, rgba(121, 211, 255, 0.18), transparent 55%),
    linear-gradient(140deg, #07070a 0%, #0f0f14 55%, #10131e 100%);
  font-family: 'Space Grotesk', sans-serif;
  scroll-behavior: smooth;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  overflow: clip;
}

.container {
  width: min(calc(100% - 2.4rem), var(--max));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
  background: rgba(9, 9, 13, 0.76);
}

.topbar-inner {
  min-height: 74px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: 1.2rem;
}

.brand img {
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 0 4px rgba(255, 77, 0, 0.12);
}

.store-links {
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.chip {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  border-radius: 999px;
  padding: 0.52rem 0.9rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.chip:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 122, 47, 0.85);
  background: rgba(255, 77, 0, 0.16);
}

.hero {
  padding: 5.4rem 0 4rem;
  position: relative;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2.2rem;
  align-items: center;
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.3rem 0.68rem;
  border: 1px solid rgba(255, 122, 47, 0.55);
  border-radius: 999px;
  background: rgba(255, 77, 0, 0.12);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.68rem;
  font-weight: 700;
  color: #ffd7c4;
  animation: fade-up 900ms ease both;
}

h1 {
  margin: 0;
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 0.96;
  font-size: clamp(2.3rem, 7.8vw, 5.4rem);
  animation: fade-up 980ms ease both;
}

h1 .accent {
  display: block;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.65);
  text-shadow: 0 0 40px rgba(255, 77, 0, 0.35);
}

.lead {
  margin: 1.15rem 0 0;
  max-width: 62ch;
  color: var(--muted);
  line-height: 1.62;
  font-size: 1.02rem;
  animation: fade-up 1060ms ease both;
}

.cta-row {
  margin-top: 1.8rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  animation: fade-up 1140ms ease both;
}

.btn {
  appearance: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.8rem;
  border-radius: 14px;
  padding: 0.92rem 1.2rem;
  transition: transform 180ms ease, filter 180ms ease;
}

.btn-primary {
  color: #1a0d06;
  background: linear-gradient(120deg, var(--fire-soft), var(--fire));
  box-shadow: 0 12px 30px rgba(255, 77, 0, 0.26);
}

.btn-secondary {
  border: 1px solid rgba(121, 211, 255, 0.45);
  color: var(--ice);
  background: rgba(121, 211, 255, 0.08);
}

.btn:hover {
  transform: translateY(-3px);
  filter: brightness(1.04);
}

.facts {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.52rem;
  animation: fade-up 1220ms ease both;
}

.fact {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.02);
  color: #cfd2de;
  border-radius: 999px;
  padding: 0.45rem 0.72rem;
  font-size: 0.77rem;
  letter-spacing: 0.02em;
}

.hero-visual {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
  isolation: isolate;
  animation: fade-up 1260ms ease both;
}

.glow {
  position: absolute;
  inset: auto;
  width: min(70vw, 430px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 122, 47, 0.55), rgba(255, 77, 0, 0.14) 45%, transparent 72%);
  filter: blur(16px);
  z-index: -2;
  transform: translate(20px, 50px);
}

.phone-stack {
  position: relative;
  width: min(90%, 470px);
  height: 510px;
}

.shot {
  position: absolute;
  width: 220px;
  max-width: 46vw;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.44);
  object-fit: cover;
  transform-origin: center;
  animation: floaty 5.6s ease-in-out infinite;
}

.shot.one {
  left: 0;
  top: 85px;
  transform: rotate(-8deg);
}

.shot.two {
  left: 125px;
  top: 20px;
  z-index: 2;
  transform: rotate(5deg);
  animation-delay: 600ms;
}

.shot.three {
  right: -8px;
  top: 165px;
  transform: rotate(10deg);
  animation-delay: 300ms;
}

.section {
  padding: 1.3rem 0 4.8rem;
}

.panel {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(130deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
  border-radius: 28px;
  padding: 1.45rem;
}

.section-title {
  margin: 0 0 1.1rem;
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: clamp(1.7rem, 4vw, 2.5rem);
}

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

.card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(16, 16, 23, 0.85);
  border-radius: 20px;
  padding: 1.05rem;
  min-height: 178px;
  transition: transform 180ms ease, border-color 180ms ease;
}

.card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 122, 47, 0.5);
}

.card h3 {
  margin: 0;
  font-size: 1rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffd7c4;
}

.card p {
  margin: 0.8rem 0 0;
  color: var(--muted);
  line-height: 1.55;
  font-size: 0.92rem;
}

.mid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.1rem;
  margin-top: 1.1rem;
}

.strip {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: linear-gradient(132deg, rgba(255, 77, 0, 0.14), rgba(121, 211, 255, 0.05));
  border-radius: 20px;
  padding: 1.2rem;
}

.strip strong {
  display: block;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffe4d8;
  margin-bottom: 0.45rem;
}

.strip p {
  margin: 0;
  color: #c6cbda;
  line-height: 1.6;
  font-size: 0.93rem;
}

footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 2.3rem 0 2.6rem;
  background: rgba(5, 5, 8, 0.65);
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem 1.3rem;
  align-items: center;
  justify-content: space-between;
}

.foot-links,
.social-links {
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
}

.footer-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.03);
  color: #d3d6e2;
  font-size: 0.8rem;
}

.copyright {
  margin-top: 1.05rem;
  color: #8f95aa;
  font-size: 0.82rem;
  text-align: center;
}

@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes floaty {
  0%,
  100% {
    transform: translateY(0) rotate(var(--r, 0deg));
  }

  50% {
    transform: translateY(-10px) rotate(var(--r, 0deg));
  }
}

.shot.one {
  --r: -8deg;
}

.shot.two {
  --r: 5deg;
}

.shot.three {
  --r: 10deg;
}

@media (max-width: 980px) {
  .hero {
    padding-top: 4rem;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .hero-visual {
    min-height: 430px;
  }

  .phone-stack {
    width: min(100%, 390px);
    height: 390px;
  }

  .shot {
    width: 180px;
  }

  .shot.one {
    left: 4px;
    top: 96px;
  }

  .shot.two {
    left: 100px;
    top: 22px;
  }

  .shot.three {
    right: 0;
    top: 140px;
  }

  .cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .topbar-inner {
    min-height: 68px;
  }

  .brand {
    font-size: 1.05rem;
  }

  .store-links {
    display: none;
  }

  .cards,
  .mid {
    grid-template-columns: 1fr;
  }

  .panel {
    padding: 1rem;
  }

  .hero-visual {
    min-height: 360px;
  }

  .phone-stack {
    width: 100%;
    height: 340px;
  }

  .shot {
    width: 152px;
    border-radius: 24px;
  }

  .shot.one {
    left: -4px;
    top: 92px;
  }

  .shot.two {
    left: 78px;
    top: 18px;
  }

  .shot.three {
    right: -2px;
    top: 136px;
  }
}
