@font-face {
  font-family: "Geist";
  src: url("../fonts/geist-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Geist";
  src: url("../fonts/geist-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Geist";
  src: url("../fonts/geist-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cabinet Grotesk";
  src: url("../fonts/cabinet-grotesk-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cabinet Grotesk";
  src: url("../fonts/cabinet-grotesk-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #090b01;
  --bg-soft: #121606;
  --panel: rgba(19, 23, 8, 0.84);
  --panel-strong: rgba(8, 10, 3, 0.9);
  --panel-border: rgba(201, 250, 24, 0.12);
  --text: #f7f7ed;
  --muted: rgba(247, 247, 237, 0.66);
  --muted-2: rgba(247, 247, 237, 0.42);
  --lime: #c9fa18;
  --lime-deep: #95ae10;
  --lime-soft: rgba(201, 250, 24, 0.15);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 18px;
  --radius-sm: 14px;
  --max: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 72% 14%, rgba(201, 250, 24, 0.12), transparent 18%),
    radial-gradient(circle at 54% 42%, rgba(141, 165, 11, 0.18), transparent 16%),
    linear-gradient(180deg, #0b0d02 0%, #090b01 60%, #060701 100%);
  color: var(--text);
  font-family: "Geist", system-ui, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image: url("../images/RTnoM2p34v4QlGQbdlHHTlY0Gvk.png");
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 100% auto;
  opacity: 0.16;
  pointer-events: none;
  mix-blend-mode: screen;
}

body::after {
  content: "";
  position: fixed;
  inset: auto 0 0 0;
  height: 36vh;
  background-image: url("../images/KSYLJoSFmzYAsXWaHGsg9BdLCvc.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  opacity: 0.12;
  pointer-events: none;
  filter: blur(0.2px);
}

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

img {
  max-width: 100%;
  display: block;
}

button,
input,
textarea,
select {
  font: inherit;
}

.site {
  position: relative;
  z-index: 1;
}

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

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

.skip-link:focus {
  left: 16px;
  top: 16px;
  z-index: 1000;
  padding: 12px 16px;
  background: #000;
  border: 1px solid var(--lime);
  border-radius: 999px;
}

.topbar {
  position: sticky;
  top: 14px;
  z-index: 90;
  padding-top: 12px;
  padding-bottom: 12px;
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  border-radius: 999px;
  background: rgba(31, 34, 18, 0.9);
  box-shadow: 0 12px 50px rgba(0, 0, 0, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}

.brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: #d0ff1a;
  padding: 6px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.22) inset;
  display: block;
  flex: none;
}

.brand-name {
  font-family: "Cabinet Grotesk", "Geist", sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: 1.06rem;
}

.nav {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 8px;
}

.nav a {
  color: rgba(247, 247, 237, 0.72);
  padding: 10px 16px;
  border-radius: 999px;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
  font-weight: 600;
  font-size: 0.98rem;
}

.nav a:hover,
.nav a[aria-current="page"] {
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
}

.nav .nav-pill {
  background: rgba(201, 250, 24, 0.18);
  color: var(--text);
  position: relative;
  padding-right: 14px;
}

.nav .nav-pill::after {
  content: "New";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 0.7rem;
  line-height: 1.3;
  background: rgba(201, 250, 24, 0.23);
  color: var(--lime);
}

.page-shell {
  padding-bottom: 58px;
}

.hero {
  position: relative;
  padding: 68px 0 64px;
  min-height: 960px;
}

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

.social-row {
  display: inline-flex;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 999px;
  background: rgba(18, 20, 10, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.social-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  display: grid;
  place-items: center;
  color: var(--text);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.hero-copy {
  max-width: 780px;
  margin: 38px auto 0;
  text-align: center;
}

.eyebrow {
  margin: 0 0 20px;
  color: var(--muted);
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-size: 0.73rem;
  font-weight: 700;
}

.hero h1,
.section h2,
.section-title,
.page-hero h1,
.copy-page h1 {
  font-family: "Cabinet Grotesk", "Geist", sans-serif;
  letter-spacing: -0.06em;
}

.hero h1 {
  margin: 0;
  font-size: clamp(4.2rem, 11vw, 8.8rem);
  line-height: 0.88;
  text-wrap: balance;
  text-shadow: 0 4px 38px rgba(0, 0, 0, 0.6);
}

.hero p.lead {
  max-width: 900px;
  margin: 18px auto 0;
  color: rgba(247, 247, 237, 0.8);
  font-size: clamp(1.25rem, 2vw, 1.9rem);
  line-height: 1.14;
  text-wrap: balance;
}

.hero p.lead strong {
  color: var(--text);
}

.hero-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 28px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  padding: 14px 18px;
  border: 1px solid transparent;
  font-weight: 700;
  letter-spacing: -0.01em;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  color: #101100;
  background: var(--lime);
  box-shadow: 0 16px 40px rgba(201, 250, 24, 0.24);
}

.btn-secondary {
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.08);
}

.scan-card {
  width: min(470px, 100%);
  margin: 28px auto 0;
  display: grid;
  grid-template-columns: 108px 1fr;
  gap: 18px;
  align-items: center;
  padding: 14px 16px;
  border-radius: 24px;
  background: var(--lime);
  color: #0a0a03;
  box-shadow: 0 16px 40px rgba(201, 250, 24, 0.22);
}

.qr {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 18px;
  background: #fff;
  padding: 10px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.scan-title {
  font-family: "Cabinet Grotesk", "Geist", sans-serif;
  font-weight: 700;
  font-size: clamp(2rem, 2.3vw, 2.45rem);
  line-height: 0.9;
}

.scan-subtitle {
  margin-top: 8px;
  font-size: 1rem;
  line-height: 1.35;
  color: rgba(10, 10, 3, 0.9);
}

.powered-by {
  margin-top: 24px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: rgba(247, 247, 237, 0.55);
  flex-wrap: wrap;
  justify-content: center;
  font-size: 1rem;
}

.powered-by strong {
  color: var(--text);
  font-weight: 700;
}

.powered-brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(247, 247, 237, 0.95);
}

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

.hero-phone {
  position: absolute;
  right: -46px;
  bottom: -64px;
  width: min(640px, 76vw);
  filter: drop-shadow(0 30px 50px rgba(0, 0, 0, 0.52));
  transform: translateZ(0);
  animation: float 7s ease-in-out infinite;
}

.hero-card {
  position: absolute;
  left: 0;
  top: 92px;
  width: min(455px, 74vw);
  border-radius: 26px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid rgba(201, 250, 24, 0.14);
}

.hero-card img {
  width: 100%;
  height: auto;
}

.section {
  position: relative;
  padding: 84px 0;
}

.section h2,
.section-title {
  margin: 0;
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  line-height: 0.92;
}

.section-intro {
  max-width: 760px;
  margin-top: 14px;
  color: rgba(247, 247, 237, 0.72);
  font-size: 1.05rem;
  line-height: 1.6;
}

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

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

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

.panel {
  background: var(--panel);
  border: 1px solid var(--panel-border);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.panel.pad {
  padding: 24px;
}

.how-card {
  position: relative;
  overflow: hidden;
}

.how-card .panel {
  height: 100%;
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(247, 247, 237, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.05);
  font-weight: 600;
}

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

.stat {
  padding: 18px 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.stat .value {
  font-family: "Cabinet Grotesk", "Geist", sans-serif;
  font-size: 2.3rem;
  line-height: 1;
  letter-spacing: -0.05em;
}

.stat .label {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.92rem;
}

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

.step {
  padding: 20px 22px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.step-num {
  color: var(--lime);
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.step h3 {
  margin: 10px 0 6px;
  font-family: "Cabinet Grotesk", "Geist", sans-serif;
  font-size: 1.55rem;
  line-height: 1;
  letter-spacing: -0.03em;
}

.step p {
  margin: 0;
  color: rgba(247, 247, 237, 0.72);
  line-height: 1.55;
}

.feature-card {
  padding: 22px;
  border-radius: 24px;
  background: rgba(16, 19, 7, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.05);
  min-height: 170px;
}

.feature-card .icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(201, 250, 24, 0.14);
  color: var(--lime);
  margin-bottom: 18px;
  border: 1px solid rgba(201, 250, 24, 0.13);
}

.feature-card h3 {
  margin: 0 0 10px;
  font-family: "Cabinet Grotesk", "Geist", sans-serif;
  font-size: 1.45rem;
  line-height: 1;
  letter-spacing: -0.03em;
}

.feature-card p {
  margin: 0;
  color: rgba(247, 247, 237, 0.72);
  line-height: 1.55;
}

.showcase {
  position: relative;
  min-height: 560px;
  overflow: hidden;
}

.showcase img {
  border-radius: 26px;
  box-shadow: var(--shadow);
}

.showcase .left-shot {
  position: absolute;
  left: 0;
  bottom: 28px;
  width: min(380px, 40vw);
}

.showcase .mid-shot {
  position: absolute;
  left: 220px;
  top: 40px;
  width: min(420px, 45vw);
}

.showcase .right-shot {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(420px, 44vw);
}

.newsletter {
  padding: 32px;
  border-radius: 32px;
  background:
    radial-gradient(circle at top right, rgba(201, 250, 24, 0.18), transparent 26%),
    rgba(17, 19, 8, 0.88);
  border: 1px solid rgba(201, 250, 24, 0.14);
  box-shadow: var(--shadow);
}

.newsletter-inner {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.newsletter h3 {
  margin: 0;
  font-family: "Cabinet Grotesk", "Geist", sans-serif;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.newsletter p {
  margin: 10px 0 0;
  color: var(--muted);
  max-width: 700px;
  line-height: 1.6;
}

.newsletter-form {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.newsletter-form input {
  min-width: min(420px, 100%);
  padding: 15px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
}

.newsletter-form input::placeholder {
  color: rgba(247, 247, 237, 0.38);
}

.footer {
  padding: 34px 0 90px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 20px;
  align-items: start;
}

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

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

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

.small-note {
  color: var(--muted-2);
  line-height: 1.6;
}

.mobile-nav {
  display: none;
}

.page-hero {
  padding: 70px 0 28px;
}

.page-hero .crumbs {
  display: flex;
  gap: 14px;
  color: rgba(247, 247, 237, 0.58);
  font-weight: 600;
  margin-bottom: 18px;
}

.page-hero .crumbs a:hover {
  color: var(--text);
}

.page-hero h1 {
  margin: 0;
  font-size: clamp(3.6rem, 8vw, 6.4rem);
  line-height: 0.9;
}

.copy-page {
  max-width: 920px;
  padding-bottom: 30px;
}

.copy-page h1 {
  margin: 0 0 18px;
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  line-height: 0.95;
}

.copy-page h2 {
  margin: 30px 0 10px;
  font-family: "Cabinet Grotesk", "Geist", sans-serif;
  font-size: 1.45rem;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.copy-page p,
.copy-page li {
  color: rgba(247, 247, 237, 0.74);
  line-height: 1.65;
}

.copy-page .copy-text {
  white-space: pre-line;
}

.legal-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.legal-aside {
  position: sticky;
  top: 110px;
  padding: 22px;
  border-radius: 24px;
  background: rgba(20, 24, 8, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.legal-aside a {
  display: block;
  padding: 10px 0;
  color: rgba(247, 247, 237, 0.7);
}

.legal-aside a:hover {
  color: var(--text);
}

.legal-aside .active {
  color: var(--lime);
}

.skill-hero {
  padding: 72px 0 20px;
}

.skill-hero .hero-card {
  position: relative;
  left: auto;
  top: auto;
  width: min(520px, 100%);
}

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

.skill-feature {
  min-height: 156px;
}

.banner {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(201, 250, 24, 0.14);
  color: var(--lime);
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@media (max-width: 1100px) {
  .hero-grid,
  .grid-2,
  .grid-3,
  .grid-4,
  .footer-grid,
  .legal-layout,
  .skill-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-bottom: 40px;
  }

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

  .hero-card {
    position: relative;
    left: auto;
    top: auto;
    width: min(520px, 100%);
    margin: 34px auto 0;
  }

  .hero-phone {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 12px auto 0;
    width: min(620px, 100%);
  }

  .showcase {
    min-height: 860px;
  }

  .showcase .left-shot,
  .showcase .mid-shot,
  .showcase .right-shot {
    position: relative;
    inset: auto;
    width: min(100%, 560px);
    margin: 0 auto 16px;
  }

  .legal-aside {
    position: relative;
    top: auto;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(var(--max), calc(100vw - 20px));
  }

  .topbar {
    top: 10px;
  }

  .topbar-inner {
    padding: 12px 12px;
    border-radius: 24px;
  }

  .nav {
    display: none;
  }

  .brand-name {
    font-size: 0.98rem;
  }

  .hero {
    padding-top: 34px;
  }

  .hero-copy {
    margin-top: 26px;
  }

  .hero h1 {
    font-size: clamp(3rem, 18vw, 4.8rem);
  }

  .hero p.lead {
    font-size: 1.08rem;
  }

  .scan-card {
    grid-template-columns: 76px 1fr;
    gap: 12px;
    border-radius: 20px;
  }

  .scan-title {
    font-size: 1.55rem;
  }

  .scan-subtitle {
    font-size: 0.94rem;
  }

  .section {
    padding: 64px 0;
  }

  .section h2,
  .section-title {
    font-size: clamp(2.1rem, 11vw, 3rem);
  }

  .newsletter {
    padding: 22px;
  }

  .newsletter-form input {
    min-width: 100%;
  }

  .mobile-nav {
    display: block;
    position: fixed;
    left: 50%;
    bottom: 12px;
    transform: translateX(-50%);
    width: min(calc(100vw - 18px), 560px);
    z-index: 100;
    padding: 10px 12px;
    border-radius: 24px;
    background: rgba(31, 34, 18, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(18px);
    box-shadow: var(--shadow);
  }

  .mobile-nav .nav {
    display: flex;
    justify-content: space-between;
    padding: 0;
    gap: 4px;
  }

  .mobile-nav .nav a {
    padding: 10px 10px;
    font-size: 0.84rem;
    flex: 1 1 0;
    text-align: center;
  }

  .mobile-nav .nav-pill::after {
    display: none;
  }

  .footer {
    padding-bottom: 120px;
  }
}
