:root {
  color-scheme: dark;
  --bg: #071008;
  --surface: rgba(17, 23, 19, 0.82);
  --surface-2: rgba(12, 17, 14, 0.95);
  --surface-3: rgba(26, 34, 29, 0.95);
  --border: rgba(255, 255, 255, 0.08);
  --text: #eef4ec;
  --text-dim: #a8b5ac;
  --lime: #c7f564;
  --teal: #48e3d2;
  --orange: #ffb469;
  --display: "Fraunces", Georgia, serif;
  --body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --max: 1320px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  background:
    radial-gradient(circle at 12% 0%, rgba(90, 130, 58, 0.12), transparent 24%),
    radial-gradient(circle at 86% 12%, rgba(40, 96, 74, 0.08), transparent 20%),
    linear-gradient(180deg, #050905 0%, #040804 42%, #030603 100%);
  color: var(--text);
  font-family: var(--body);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.14;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.04 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

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

img {
  display: block;
}

main,
nav,
footer {
  position: relative;
  z-index: 1;
}

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

.nav {
  position: sticky;
  top: 18px;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 18px;
  margin-top: 18px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(12, 17, 13, 0.76);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--display);
  font-size: 19px;
  font-weight: 600;
}

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

.links {
  display: flex;
  gap: 24px;
  color: var(--text-dim);
  font-size: 14px;
  font-weight: 700;
}

.links a:hover,
.links a:focus-visible {
  color: var(--text);
}

.nav-cta,
.button {
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 800;
}

.cta-label-mobile {
  display: none;
}

.nav-cta {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

section {
  padding: 88px 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--lime);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 22px;
  height: 1px;
  background: currentColor;
}

h1,
h2,
h3 {
  font-family: var(--display);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

h1 {
  font-size: clamp(54px, 6vw, 94px);
  max-width: 10.5ch;
}

h2 {
  font-size: clamp(38px, 4.8vw, 70px);
  max-width: 12ch;
}

h3 {
  font-size: 30px;
  margin-bottom: 12px;
}

p,
li {
  color: var(--text-dim);
  font-size: 18px;
  line-height: 1.58;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(380px, 0.98fr);
  gap: 56px;
  align-items: center;
  min-height: clamp(740px, 84vh, 920px);
  padding-top: 54px;
}

.hero-copy p {
  max-width: 58ch;
  margin-top: 24px;
}

.buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.button.primary {
  background: var(--lime);
  color: #091008;
  box-shadow: 0 16px 40px rgba(199, 245, 100, 0.24);
}

.button.secondary {
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.04);
}

.proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.proof span,
.pill,
.stat-card small,
.caption {
  min-height: 36px;
  padding: 8px 13px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-weight: 800;
  color: var(--text-dim);
}

.hero-visual,
.learning-visual,
.review-visual {
  position: relative;
}

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

.halo {
  position: absolute;
  inset: 80px 40px 80px 40px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(199, 245, 100, 0.16), rgba(199, 245, 100, 0) 54%),
    radial-gradient(circle at 68% 34%, rgba(72, 227, 210, 0.18), rgba(72, 227, 210, 0) 28%);
  filter: blur(24px);
}

.phone,
.desktop {
  position: absolute;
  overflow: hidden;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.012)),
    #050806;
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.48),
    0 0 0 1px rgba(199, 245, 100, 0.05),
    0 0 48px rgba(72, 227, 210, 0.1);
}

.desktop {
  border-radius: 28px;
}

.phone::before,
.desktop::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  pointer-events: none;
  z-index: 2;
}

.phone::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 50%;
  width: 36%;
  height: 24px;
  transform: translateX(-50%);
  border-radius: 0 0 18px 18px;
  background: rgba(5, 8, 6, 0.9);
  z-index: 2;
}

.phone img,
.desktop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-main {
  width: 300px;
  aspect-ratio: 9 / 19.5;
  top: 24px;
  left: 30%;
  z-index: 4;
}

.hero-left {
  width: 220px;
  aspect-ratio: 9 / 19.5;
  left: 0;
  bottom: 92px;
  transform: rotate(-10deg);
  z-index: 3;
}

.hero-right {
  width: 220px;
  aspect-ratio: 9 / 19.5;
  right: 0;
  bottom: 48px;
  transform: rotate(8deg);
  z-index: 2;
}

.stat-card {
  position: absolute;
  z-index: 5;
  width: 250px;
  padding: 18px 18px 16px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(16, 23, 18, 0.9);
  backdrop-filter: blur(18px);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.32);
}

.stat-card strong {
  display: block;
  margin-top: 10px;
  font-size: 17px;
  line-height: 1.35;
}

.stat-card p {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.5;
}

.stat-a {
  top: 44px;
  left: 0;
}

.stat-b {
  right: 16px;
  bottom: 0;
}

.gallery-band {
  padding-top: 0;
}

.gallery-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
}

.gallery-head p {
  max-width: 48ch;
}

.carousel {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  padding: 24px 0;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: linear-gradient(180deg, rgba(18, 24, 20, 0.76), rgba(11, 16, 13, 0.88));
  mask-image: linear-gradient(90deg, transparent, black 10%, black 90%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, black 10%, black 90%, transparent);
}

.carousel-track {
  display: flex;
  width: max-content;
  gap: 18px;
  animation: float-strip 48s linear infinite;
}

.carousel:hover .carousel-track {
  animation-play-state: paused;
}

.carousel-item {
  flex: 0 0 auto;
  width: 168px;
}

.carousel-item:nth-child(4n + 2) {
  margin-top: 14px;
}

.carousel-item:nth-child(4n + 3) {
  margin-top: 6px;
}

.carousel-item.ghost .caption {
  visibility: hidden;
}

.carousel-phone {
  position: relative;
  aspect-ratio: 9 / 19.5;
  overflow: hidden;
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #060907;
  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.42),
    0 0 34px rgba(72, 227, 210, 0.06);
}

.carousel-phone::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  z-index: 2;
}

.carousel-phone::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 34%;
  height: 20px;
  border-radius: 0 0 16px 16px;
  background: rgba(6, 9, 7, 0.9);
  z-index: 2;
}

.carousel-phone img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.caption {
  margin-top: 10px;
  justify-content: center;
  width: 100%;
}

.section-head {
  max-width: none;
  margin-bottom: 24px;
}

.section-head h2,
.section-head p {
  max-width: none;
}

.section-head p {
  margin-top: 18px;
}

.why,
.uses {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.why-grid,
.how-grid,
.reviews-grid,
.learning-band,
.mode-stories {
  display: grid;
  gap: 18px;
}

.why-spotlight {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 18px;
  align-items: stretch;
}

.why-visual-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 18px;
}

.why-grid {
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1fr);
}

.card {
  padding: 26px;
  border-radius: 28px;
  border: 1px solid var(--border);
  background: linear-gradient(180deg, rgba(18, 24, 20, 0.88), rgba(10, 14, 11, 0.94));
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.18);
}

.image-card {
  overflow: hidden;
  padding: 0;
}

.why-visual-row .image-card {
  aspect-ratio: 1.58 / 1;
}

.image-card img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
}

.spotlight-copy {
  display: grid;
  gap: 16px;
  align-content: center;
}

.spotlight-copy h3 {
  max-width: none;
}

.why-risk-panel {
  display: grid;
  gap: 16px;
  margin-bottom: 18px;
}

.why-risk-panel h3 {
  max-width: 22ch;
}

.risk-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.risk-pills span {
  min-height: 36px;
  padding: 8px 13px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-weight: 800;
  color: var(--text-dim);
}

.card ul {
  margin-top: 18px;
  padding-left: 22px;
}

.card li + li {
  margin-top: 10px;
}

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

.feature {
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.feature strong {
  display: block;
  margin-bottom: 8px;
  font-size: 17px;
}

.feature p {
  font-size: 15px;
}

.compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.compare .card {
  min-height: 220px;
}

.compare strong {
  display: block;
  margin-bottom: 12px;
  font-size: 17px;
}

.compare .focus {
  background:
    radial-gradient(circle at top right, rgba(199, 245, 100, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(21, 29, 24, 0.94), rgba(11, 16, 13, 0.96));
}

.learning-band {
  grid-template-columns: minmax(0, 0.84fr) minmax(320px, 0.96fr);
  align-items: center;
  margin-top: 22px;
}

.learning-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.learning-flow span {
  min-height: 38px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
}

.learning-visual {
  min-height: 500px;
}

.learning-main {
  width: 340px;
  aspect-ratio: 1.15 / 1;
  left: 24%;
  top: 34px;
  z-index: 2;
}

.learning-left {
  width: 195px;
  aspect-ratio: 9 / 19.5;
  left: 0;
  bottom: 12px;
  transform: rotate(-8deg);
  z-index: 3;
}

.learning-right {
  width: 205px;
  aspect-ratio: 9 / 19.5;
  right: 0;
  bottom: 30px;
  transform: rotate(7deg);
  z-index: 1;
}

.mode-stories {
  margin-bottom: 24px;
}

.mode-story {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(360px, 1fr);
  gap: 24px;
  align-items: center;
}

.mode-story.reverse {
  grid-template-columns: minmax(360px, 1fr) minmax(0, 0.8fr);
}

.mode-story.reverse .mode-copy {
  order: 2;
}

.mode-story.reverse .mode-shot-grid {
  order: 1;
}

.mode-copy p {
  max-width: 52ch;
}

.mode-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.mode-pills span {
  min-height: 36px;
  padding: 8px 13px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-weight: 800;
  color: var(--text-dim);
}

.mode-shot-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  align-items: end;
}

.mode-shot {
  padding: 14px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.mode-shot.offset {
  transform: translateY(22px);
}

.mode-shot .carousel-phone {
  width: 100%;
}

.mode-shot strong {
  display: block;
  margin-top: 12px;
  margin-bottom: 8px;
  font-size: 16px;
}

.mode-shot p {
  font-size: 14px;
}

.how-grid {
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.82fr);
  align-items: start;
}

.video-card {
  overflow: hidden;
  padding: 0;
}

.video-frame {
  aspect-ratio: 16 / 9;
  background: #000;
}

.video-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.video-meta {
  padding: 20px 24px 24px;
  color: var(--text-dim);
  font-size: 15px;
  line-height: 1.55;
}

.steps-panel {
  display: grid;
  gap: 14px;
}

.step {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  align-items: start;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.step-num {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(199, 245, 100, 0.14);
  color: var(--lime);
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.step h3 {
  font-size: 24px;
  margin-bottom: 8px;
}

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

.use-case {
  min-height: 218px;
}

.use-case strong,
.review-copy strong {
  display: block;
  margin-bottom: 10px;
  color: var(--text);
  font-size: 19px;
}

.reviews-grid {
  grid-template-columns: minmax(0, 0.94fr) minmax(320px, 1fr);
  margin-top: 22px;
  align-items: stretch;
}

.review-copy {
  display: grid;
  gap: 16px;
}

.review-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.review-visual {
  min-height: 420px;
}

.review-main {
  width: 100%;
  height: 100%;
  inset: 0;
}

.quote-card {
  position: absolute;
  z-index: 3;
  width: 210px;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(16, 22, 18, 0.9);
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
}

.quote-card small {
  color: var(--orange);
  font-size: 14px;
  letter-spacing: 0.12em;
}

.quote-card strong {
  display: block;
  margin: 10px 0 8px;
  font-size: 17px;
}

.quote-card p {
  font-size: 14px;
}

.quote-a {
  top: 24px;
  left: -12px;
}

.quote-b {
  right: -8px;
  bottom: 24px;
}

.closing-band {
  margin-top: 22px;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(280px, 0.94fr);
  gap: 22px;
  align-items: center;
  overflow: hidden;
}

.closing-copy p {
  max-width: 54ch;
}

.closing-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.closing-visual {
  position: relative;
  min-height: 320px;
}

.closing-a {
  width: 210px;
  aspect-ratio: 9 / 19.5;
  left: 14%;
  bottom: 12px;
  transform: rotate(-8deg);
  z-index: 2;
}

.closing-b {
  width: 230px;
  aspect-ratio: 9 / 19.5;
  right: 6%;
  top: 0;
  transform: rotate(7deg);
  z-index: 3;
}

.closing-note {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  width: 210px;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(16, 22, 18, 0.9);
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
}

.closing-note strong {
  display: block;
  margin: 10px 0 8px;
  font-size: 17px;
}

.closing-note p {
  font-size: 14px;
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 30px 0 60px;
  color: var(--text-dim);
  font-size: 14px;
}

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

@keyframes float-strip {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (max-width: 1120px) {
  .hero,
  .why-spotlight,
  .why-visual-row,
  .why-grid,
  .learning-band,
  .mode-story,
  .mode-story.reverse,
  .how-grid,
  .reviews-grid,
  .closing-band,
  .compare {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 42px;
  }

  .feature-grid,
  .mode-shot-grid,
  .use-cases-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .shell {
    width: calc(100vw - 20px);
  }

  .links {
    display: none;
  }

  .nav {
    gap: 12px;
    padding: 12px 12px 12px 14px;
  }

  .brand {
    gap: 10px;
    font-size: 17px;
  }

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

  .nav-cta {
    display: none;
  }

  .cta-label-desktop {
    display: none;
  }

  .cta-label-mobile {
    display: inline;
  }

  .hero-visual,
  .learning-visual,
  .review-visual,
  .closing-visual {
    min-height: 0;
    display: grid;
    gap: 16px;
  }

  .phone,
  .desktop,
  .stat-card,
  .quote-card,
  .closing-note,
  .halo {
    position: static;
    transform: none;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: auto;
    inset: auto;
  }

  .phone {
    aspect-ratio: 9 / 19.5;
    max-width: 330px;
    margin: 0 auto;
  }

  .desktop {
    aspect-ratio: 1.2 / 1;
  }

  .feature-grid,
  .why-visual-row,
  .mode-shot-grid,
  .use-cases-grid {
    grid-template-columns: 1fr;
  }

  .buttons {
    display: grid;
    grid-template-columns: 1fr;
  }

  footer {
    display: block;
  }

  .footer-links {
    margin-top: 12px;
  }

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

  .gallery-head {
    display: block;
  }

  .gallery-head p {
    margin-top: 14px;
  }

  .carousel-item {
    width: 148px;
  }

  .proof span,
  .pill,
  .risk-pills span,
  .mode-pills span,
  .learning-flow span {
    max-width: 100%;
    min-height: 0;
    padding-block: 10px;
    white-space: normal;
    text-align: center;
    justify-content: center;
  }
}
