:root {
  --gl-ink: #f2f6f1;
  --gl-muted: #9ca69e;
  --gl-black: #080b09;
  --gl-black-2: #0e1310;
  --gl-black-3: #141b16;
  --gl-green: #55e68d;
  --gl-green-deep: #103b24;
  --gl-line: rgba(205, 255, 222, 0.1);
  --gl-shadow: 0 35px 100px rgba(0, 0, 0, 0.45);
  --gl-ease: cubic-bezier(0.32, 0.72, 0, 1);
}

html {
  background: var(--gl-black);
}

body {
  color: var(--gl-ink);
  background:
    radial-gradient(circle at 80% 2%, rgba(85, 230, 141, 0.14), transparent 30rem),
    var(--gl-black);
}

body::before {
  position: fixed;
  inset: 0;
  z-index: 50;
  pointer-events: none;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
}

.container,
.hero-inner {
  width: min(100% - 2rem, 1240px);
}

.cursor-glow {
  background: radial-gradient(circle, rgba(85, 230, 141, 0.12), transparent 68%);
}

nav {
  top: 16px;
  left: 50%;
  right: auto;
  width: min(calc(100% - 2rem), 1180px);
  min-height: 62px;
  padding: 0.45rem 0.5rem 0.45rem 1.2rem;
  transform: translateX(-50%);
  border: 1px solid rgba(205, 255, 222, 0.1);
  border-radius: 999px;
  color: var(--gl-ink);
  background: rgba(10, 14, 11, 0.76);
  box-shadow: 0 12px 44px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

nav.scrolled {
  background: rgba(10, 14, 11, 0.93);
  border-bottom-color: rgba(205, 255, 222, 0.1);
}

.nav-logo {
  color: var(--gl-ink);
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.035em;
  text-transform: none;
}

.nav-right {
  gap: 0.05rem;
}

.nav-right .nav-link {
  padding: 0.74rem 0.9rem;
  border: 0;
  border-radius: 999px;
  color: var(--gl-muted);
  font-family: 'Outfit', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.nav-right .nav-link:hover {
  border-color: transparent;
  color: var(--gl-ink);
  background: rgba(205, 255, 222, 0.07);
}

.nav-badge {
  padding: 0.78rem 1.05rem;
  border: 0;
  border-radius: 999px;
  color: #061009;
  background: var(--gl-green);
  font-family: 'Outfit', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0;
}

.nav-badge-dot {
  background: #061009;
}

.hero {
  min-height: 100dvh;
  padding: 132px 0 86px;
  overflow: hidden;
  background:
    radial-gradient(circle at 75% 35%, rgba(85, 230, 141, 0.13), transparent 26rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.018), transparent);
}

.hero-bg {
  display: none;
}

.hero-inner {
  grid-template-columns: minmax(0, 0.92fr) minmax(470px, 1.08fr);
  gap: clamp(3rem, 7vw, 7.5rem);
}

.hero-text {
  max-width: 650px;
}

.hero-label,
.section-eyebrow {
  color: var(--gl-green);
  font-family: 'Outfit', sans-serif;
  font-size: 0.7rem;
  font-weight: 650;
  letter-spacing: 0.1em;
}

.hero h1 {
  max-width: 680px;
  color: var(--gl-ink);
  font-size: clamp(4.2rem, 8vw, 7.8rem);
  line-height: 0.82;
  letter-spacing: -0.075em;
}

.hero h1 .gradient-text {
  color: var(--gl-green);
  -webkit-text-fill-color: currentColor;
}

.hero-tagline {
  max-width: 54ch;
  color: var(--gl-muted);
  font-size: clamp(1.05rem, 1.7vw, 1.22rem);
  line-height: 1.68;
}

.hero-price-note {
  color: #7f8e83;
  font-family: 'Outfit', sans-serif;
  font-size: 0.76rem;
  letter-spacing: 0;
}

.hero-actions .btn-primary,
.hero-actions .btn-secondary,
.gl-play-button {
  min-height: 52px;
  padding: 0.44rem 0.5rem 0.44rem 1.3rem;
  border-radius: 999px;
  font-family: 'Outfit', sans-serif;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  transition:
    transform 650ms var(--gl-ease),
    color 650ms var(--gl-ease),
    background 650ms var(--gl-ease),
    box-shadow 650ms var(--gl-ease);
}

.hero-actions .btn-primary,
.gl-play-button {
  border: 0;
  color: #061009;
  background: var(--gl-green);
}

.hero-actions .btn-secondary {
  padding-right: 1.3rem;
  border: 1px solid rgba(205, 255, 222, 0.14);
  color: var(--gl-ink);
  background: rgba(205, 255, 222, 0.04);
}

.hero-actions .btn-primary:hover,
.gl-play-button:hover {
  color: #061009;
  background: #75f0a4;
  box-shadow: 0 18px 50px rgba(85, 230, 141, 0.2);
  transform: translateY(-2px);
}

.hero-actions .btn-secondary:hover {
  border-color: rgba(205, 255, 222, 0.22);
  color: var(--gl-ink);
  background: rgba(205, 255, 222, 0.08);
  transform: translateY(-2px);
}

.hero-actions .btn-primary:active,
.hero-actions .btn-secondary:active,
.gl-play-button:active {
  transform: scale(0.98);
}

.hero-actions .btn-primary svg,
.gl-play-button svg {
  width: 35px;
  height: 35px;
  padding: 9px;
  border-radius: 50%;
  color: var(--gl-green);
  background: #08100b;
}

.hero-phone-wrapper {
  position: relative;
  width: min(100%, 620px);
  min-height: 680px;
  display: grid;
  place-items: center;
  opacity: 0;
  animation: phoneFloat 1s var(--gl-ease) 0.42s forwards;
}

.glx-shot-shell {
  position: absolute;
  width: min(55%, 340px);
  padding: 0.5rem;
  border: 1px solid rgba(205, 255, 222, 0.12);
  border-radius: 31px;
  background: rgba(205, 255, 222, 0.055);
  box-shadow: var(--gl-shadow);
}

.glx-shot-shell img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  border-radius: 24px;
}

.glx-shot-main {
  z-index: 2;
  transform: translate(-14%, -1%) rotate(-3deg);
}

.glx-shot-side {
  z-index: 1;
  transform: translate(42%, 7%) rotate(5deg) scale(0.92);
  opacity: 0.72;
}

.glx-shot-float {
  position: absolute;
  z-index: 3;
  right: 2%;
  bottom: 9%;
  max-width: 210px;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(205, 255, 222, 0.13);
  border-radius: 18px;
  color: var(--gl-ink);
  background: rgba(14, 19, 16, 0.86);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.glx-shot-float strong {
  display: block;
  color: var(--gl-green);
  font-size: 1.3rem;
}

.glx-shot-float span {
  color: var(--gl-muted);
  font-size: 0.72rem;
}

.howitworks,
.features,
.exercises,
.privacy-callout,
.cta-section,
.gl-gallery {
  padding-top: clamp(7rem, 12vw, 11rem);
  padding-bottom: clamp(7.5rem, 13vw, 12rem);
}

.features-header {
  max-width: 780px;
  margin-bottom: clamp(3.5rem, 7vw, 6rem);
}

.section-title {
  color: var(--gl-ink);
  font-size: clamp(3.4rem, 7vw, 6.5rem);
  line-height: 0.86;
  letter-spacing: -0.067em;
}

.section-desc {
  max-width: 57ch;
  color: var(--gl-muted);
  line-height: 1.72;
}

.howitworks {
  border-top: 1px solid var(--gl-line);
}

.steps {
  gap: 1rem;
}

.step {
  min-height: 360px;
  padding: clamp(1.75rem, 4vw, 3rem);
  overflow: hidden;
  border: 1px solid var(--gl-line);
  border-radius: 28px;
  background:
    radial-gradient(circle at 90% 0%, rgba(85, 230, 141, 0.08), transparent 16rem),
    var(--gl-black-2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

.step:nth-child(2) {
  transform: translateY(2.5rem);
}

.step-num {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin-bottom: 6rem;
  border-radius: 50%;
  color: #061009;
  background: var(--gl-green);
  font-family: 'Outfit', sans-serif;
  font-size: 0.72rem;
}

.step h3,
.feature-card h3 {
  color: var(--gl-ink);
}

.step p,
.feature-card p {
  color: var(--gl-muted);
}

.features {
  border-top: 1px solid var(--gl-line);
  background:
    radial-gradient(circle at 8% 20%, rgba(85, 230, 141, 0.08), transparent 26rem),
    var(--gl-black-2);
}

.features-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
}

.feature-card {
  grid-column: span 4;
  min-height: 280px;
  padding: 2rem;
  border: 1px solid var(--gl-line);
  border-radius: 26px;
  background: rgba(205, 255, 222, 0.025);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
  transition:
    transform 750ms var(--gl-ease),
    background 750ms var(--gl-ease),
    border-color 750ms var(--gl-ease);
}

.feature-card:nth-child(1),
.feature-card:nth-child(6) {
  grid-column: span 8;
}

.feature-card:hover {
  border-color: rgba(85, 230, 141, 0.22);
  background: rgba(85, 230, 141, 0.055);
  transform: translateY(-5px);
}

.feature-icon {
  border: 0;
  color: var(--gl-green);
  background: rgba(85, 230, 141, 0.11);
}

.gl-gallery {
  overflow: hidden;
  border-top: 1px solid var(--gl-line);
}

.gl-gallery-heading {
  display: grid;
  grid-template-columns: 1fr 0.75fr;
  align-items: end;
  gap: 2rem;
  margin-bottom: 4rem;
}

.gl-gallery-heading .section-desc {
  justify-self: end;
}

.gl-gallery-track {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  padding: 0 0 1.5rem max(1rem, calc((100vw - 1240px) / 2));
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: rgba(85, 230, 141, 0.35) transparent;
}

.gl-gallery-card {
  flex: 0 0 min(78vw, 365px);
  padding: 0.45rem;
  border: 1px solid var(--gl-line);
  border-radius: 28px;
  background: rgba(205, 255, 222, 0.04);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
  scroll-snap-align: start;
  transition: transform 750ms var(--gl-ease);
}

.gl-gallery-card:hover {
  transform: translateY(-7px);
}

.gl-gallery-card img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  border-radius: 22px;
}

.exercises {
  border-top: 1px solid var(--gl-line);
  background: var(--gl-black-2);
}

.exercise-grid {
  gap: 0.7rem;
}

.exercise-item {
  min-height: 130px;
  border: 1px solid var(--gl-line);
  border-radius: 22px;
  color: var(--gl-muted);
  background: rgba(205, 255, 222, 0.025);
  transition:
    transform 650ms var(--gl-ease),
    color 650ms var(--gl-ease),
    background 650ms var(--gl-ease);
}

.exercise-item svg {
  color: var(--gl-green);
}

.exercise-item:hover {
  color: var(--gl-ink);
  background: rgba(85, 230, 141, 0.06);
  transform: translateY(-4px);
}

.privacy-box {
  border: 1px solid rgba(85, 230, 141, 0.14);
  border-radius: 34px;
  background:
    radial-gradient(circle at 78% 35%, rgba(85, 230, 141, 0.14), transparent 25rem),
    var(--gl-black-2);
  box-shadow: var(--gl-shadow);
}

.privacy-inner {
  padding: clamp(2.5rem, 7vw, 6rem);
}

.proof-item {
  color: var(--gl-muted);
}

.proof-icon {
  border: 0;
  color: var(--gl-green);
  background: rgba(85, 230, 141, 0.11);
}

.shield-outer,
.shield-middle {
  border-color: rgba(85, 230, 141, 0.12);
}

.shield-inner {
  border-color: rgba(85, 230, 141, 0.2);
  color: var(--gl-green);
  background: rgba(85, 230, 141, 0.08);
}

.shield-label {
  color: var(--gl-green);
}

.cta-box {
  overflow: hidden;
  border: 1px solid rgba(85, 230, 141, 0.14);
  border-radius: 36px;
  background:
    radial-gradient(circle at 50% 0%, rgba(85, 230, 141, 0.17), transparent 27rem),
    var(--gl-black-2);
  box-shadow: var(--gl-shadow);
}

.cta-inner {
  padding: clamp(3.5rem, 9vw, 8rem) 1.5rem;
}

.cta-desc {
  max-width: 58ch;
  color: var(--gl-muted);
}

.cta-release-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  margin: 1.8rem 0 2.2rem;
  color: var(--gl-muted);
  font-size: 0.8rem;
}

.cta-release-note .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gl-green);
  box-shadow: 0 0 0 5px rgba(85, 230, 141, 0.1);
}

.gl-play-button {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 0.95rem;
  text-decoration: none;
}

footer {
  border-top: 1px solid var(--gl-line);
  color: #78827a;
  background: #050706;
}

.footer-links a {
  color: var(--gl-muted);
}

.footer-links a:hover {
  color: var(--gl-green);
}

:focus-visible {
  outline: 3px solid var(--gl-green);
  outline-offset: 3px;
}

@media (max-width: 1020px) {
  .hero-inner {
    grid-template-columns: 1fr;
  }

  .hero-text {
    max-width: 760px;
  }

  .hero-phone-wrapper {
    min-height: 620px;
    margin: 0 auto;
  }

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

  .feature-card,
  .feature-card:nth-child(1),
  .feature-card:nth-child(6) {
    grid-column: auto;
  }
}

@media (max-width: 768px) {
  nav {
    top: 9px;
    width: calc(100% - 1rem);
    min-height: 58px;
  }

  .nav-right {
    top: 66px;
    right: 0;
    left: 0;
    width: 100%;
    padding: 1rem;
    border: 1px solid var(--gl-line);
    border-radius: 24px;
    background: rgba(10, 14, 11, 0.97);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.4);
  }

  .nav-right .nav-link,
  .nav-badge {
    width: 100%;
    justify-content: center;
  }

  .hero {
    min-height: auto;
    padding-top: 112px;
    padding-bottom: 5.5rem;
  }

  .hero h1 {
    font-size: clamp(4rem, 20vw, 6.2rem);
  }

  .hero-phone-wrapper {
    min-height: 515px;
  }

  .glx-shot-shell {
    width: min(57%, 280px);
    border-radius: 24px;
  }

  .glx-shot-shell img {
    border-radius: 18px;
  }

  .glx-shot-float {
    right: 0;
    bottom: 4%;
    max-width: 170px;
  }

  .section-title {
    font-size: clamp(3.2rem, 16vw, 5.1rem);
  }

  .howitworks,
  .features,
  .exercises,
  .privacy-callout,
  .cta-section,
  .gl-gallery {
    padding-top: 6rem;
    padding-bottom: 6.5rem;
  }

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

  .step {
    min-height: auto;
  }

  .step:nth-child(2) {
    transform: none;
  }

  .step-num {
    margin-bottom: 3rem;
  }

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

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

  .gl-gallery-heading {
    grid-template-columns: 1fr;
  }

  .gl-gallery-heading .section-desc {
    justify-self: start;
  }

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

  .privacy-visual {
    min-height: 310px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gl-gallery-card,
  .feature-card,
  .exercise-item,
  .hero-actions .btn-primary,
  .hero-actions .btn-secondary,
  .gl-play-button {
    transition-duration: 0.01ms !important;
  }
}
