@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("assets/images/fonts/PlusJakartaSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("assets/images/fonts/PlusJakartaSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("assets/images/fonts/PlusJakartaSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("assets/images/fonts/PlusJakartaSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("assets/images/fonts/PlusJakartaSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg-0: #000000;
  --bg-1: #000000;
  --bg-2: #000000;
  --panel: rgba(255, 255, 255, 0.08);
  --panel-strong: rgba(255, 255, 255, 0.14);
  --ink: #ffffff;
  --ink-soft: #ffffff;
  --line: rgba(209, 229, 255, 0.24);
  --blue: #4fb0ff;
  --mint: #69e9d2;
  --cta: #ffd575;
  --shadow: 0 30px 70px rgba(1, 8, 19, 0.45);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--ink);
  line-height: 1.62;
  background: #000000;
  min-height: 100vh;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 26px 26px;
  mask-image: radial-gradient(circle at 50% 8%, #000 48%, transparent 95%);
}

.container {
  width: min(1120px, calc(100% - 2.5rem));
  margin: 0 auto;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
  background: #fff;
  border-radius: 8px;
  color: #0c162a;
  padding: 0.75rem 1rem;
  z-index: 999;
}

.site-header {
  padding: 1.35rem 0 0.7rem;
}

.nav-shell {
  display: flex;
  justify-content: flex-start;
  background: #000000;
  border: none;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.65rem 0.2rem;
  text-decoration: none;
  color: var(--ink);
  font-weight: 800;
  font-size: 1.02rem;
  letter-spacing: 0.02em;
}

.brand img {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(24, 54, 86, 0.45);
}

.hero {
  padding: 3.5rem 0 5rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 3.4rem;
  align-items: center;
}

.hero-copy {
  max-width: 40rem;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--ink);
  margin: 0 0 1.1rem;
  font-size: 0.82rem;
}

h1,
h2,
h3 {
  font-family: "Plus Jakarta Sans", sans-serif;
  letter-spacing: -0.025em;
  margin: 0;
}

h1 {
  font-size: clamp(2.45rem, 5.4vw, 4.6rem);
  line-height: 1.02;
  margin-bottom: 1rem;
  text-wrap: balance;
}

.hero-lines {
  margin: 0.2rem 0;
  font-size: clamp(1.08rem, 1.9vw, 1.28rem);
  color: var(--ink-soft);
  font-weight: 500;
  max-width: 28ch;
}

.store-buttons {
  margin-top: 1.9rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.store-buttons img {
  width: 174px;
  max-width: 42vw;
  display: block;
  border-radius: 12px;
  transition: transform 0.24s ease, box-shadow 0.24s ease;
  box-shadow: 0 10px 22px rgba(4, 10, 21, 0.34);
}

.store-buttons a:hover img {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(6, 17, 34, 0.45);
}

.phone-frame {
  position: relative;
  border-radius: 0;
  border: none;
  padding: 0;
  background: none;
  box-shadow: none;
  overflow: visible;
}

.phone-frame::before {
  content: none;
}

.phone-frame::after {
  content: none;
}

.phone-frame img {
  position: relative;
  width: 100%;
  border-radius: 0;
  display: block;
  border: none;
}

.hero-visual {
  justify-self: center;
  max-width: 27rem;
}

.value {
  padding: 2.2rem 0 5.2rem;
}

.value h2 {
  font-size: clamp(1.7rem, 3.3vw, 2.8rem);
  max-width: 20ch;
  text-wrap: balance;
  line-height: 1.14;
}

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

.card {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.06));
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1.45rem 1.35rem;
  box-shadow: 0 12px 24px rgba(2, 8, 18, 0.28);
  backdrop-filter: blur(6px);
}

.card h3 {
  font-size: 1.2rem;
  line-height: 1.2;
  margin-bottom: 0.75rem;
}

.card p {
  margin: 0;
  line-height: 1.62;
  color: var(--ink-soft);
}

.site-footer {
  border-top: 1px solid var(--line);
  background: #000000;
  padding: 2.3rem 0 3.4rem;
}

.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  flex-wrap: wrap;
}

.footer-grid h2 {
  font-size: 1.45rem;
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.in {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 { transition-delay: 0.08s; }
.delay-2 { transition-delay: 0.15s; }
.delay-3 { transition-delay: 0.22s; }

@media (max-width: 920px) {
  body {
    text-align: center;
  }

  .nav-shell {
    justify-content: center;
  }

  .hero {
    padding: 1.5rem 0 3rem;
  }

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

  .hero-copy {
    max-width: none;
    margin: 0 auto;
  }

  .hero-lines {
    max-width: none;
  }

  .hero-visual {
    max-width: 21rem;
    justify-self: center;
  }

  .store-buttons {
    margin-top: 1.45rem;
    justify-content: center;
  }

  .value {
    padding: 1.7rem 0 3.6rem;
  }

  .cards {
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }

  .card {
    text-align: center;
  }

  .value h2 {
    max-width: none;
    margin: 0 auto;
  }

  .footer-grid {
    justify-content: center;
    text-align: center;
  }
}
