:root {
  --bg: #070707;
  --bg-soft: #0d0e10;
  --panel: rgba(255, 255, 255, 0.055);
  --panel-strong: rgba(255, 255, 255, 0.09);
  --text: #f5f3ea;
  --muted: #b4b1aa;
  --line: rgba(255, 255, 255, 0.13);
  --yellow: #fbe005;
  --green: #39d239;
  --magenta: #d407fd;
  --shadow: 0 28px 100px rgba(0, 0, 0, 0.5);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 80% 8%, rgba(212, 7, 253, 0.18), transparent 30rem),
    radial-gradient(circle at 12% 12%, rgba(251, 224, 5, 0.1), transparent 24rem),
    radial-gradient(circle at 72% 64%, rgba(57, 210, 57, 0.08), transparent 28rem),
    linear-gradient(180deg, #050505 0%, #0d0e10 48%, #050505 100%);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

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

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

.site-header,
.hero,
.demo-section,
.meaning-section,
.how-section,
.categories-section,
.use-cases-section,
.trust-section,
.partner-section,
.site-footer {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  min-height: 72px;
  padding: 0.8rem 0;
  backdrop-filter: blur(22px);
}

.site-header .brand {
  position: absolute;
  left: 0;
}

.brand,
.nav-links,
.hero-actions {
  display: flex;
  align-items: center;
}

.brand {
  gap: 0.7rem;
  font-weight: 900;
}

.brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  object-fit: cover;
}

.brand-tm {
  font-size: 0.55em;
  line-height: 0;
  vertical-align: super;
}

.nav-links {
  gap: 1.2rem;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 750;
}

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

.nav-links .advertise-link {
  color: var(--yellow);
}

.primary-button,
.secondary-button,
.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 8px;
  font-weight: 900;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.primary-button,
.nav-cta {
  border: 0;
  background: var(--green);
  color: #070707;
}

.secondary-button {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
}

.primary-button,
.secondary-button {
  padding: 0 1.15rem;
}

.nav-cta {
  padding: 0 1rem;
  font-size: 0.9rem;
}

.primary-button:hover,
.secondary-button:hover,
.nav-cta:hover {
  transform: translateY(-2px);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(330px, 1.1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  min-height: auto;
  padding: 0.9rem 0 1.5rem;
}

.eyebrow {
  margin: 0 0 0.9rem;
  color: var(--green);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 780px;
  margin-bottom: 1.1rem;
  font-size: clamp(2.1rem, 5.18vw, 4.62rem);
  line-height: 0.93;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 1rem;
  font-size: clamp(2.1rem, 5.18vw, 4.62rem);
  line-height: 0.93;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 0.55rem;
  font-size: 1.2rem;
}

.green-text {
  color: var(--green);
}

.tm-mark {
  font-size: 0.5em;
  line-height: 0;
  vertical-align: super;
}

.hero-lede,
.trust-section p,
.partner-copy p {
  max-width: 660px;
  color: var(--muted);
  font-size: clamp(1rem, 2vw, 1.28rem);
  line-height: 1.58;
}

.hero-copy {
  --store-badge-width: clamp(138px, 16vw, 178px);
}

.hero-actions {
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.store-badge {
  display: inline-flex;
  transition: transform 180ms ease, opacity 180ms ease;
}

.store-badge:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.store-badge img {
  width: var(--store-badge-width);
  height: auto;
}

.coming-soon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  width: min(100%, calc((var(--store-badge-width) * 2) + 0.8rem));
  margin: 0.65rem 0 0;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.coming-soon::before,
.coming-soon::after {
  flex: 1;
  height: 1px;
  content: "";
  background: rgba(255, 255, 255, 0.28);
}

.hero-visual {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #020202;
  box-shadow: var(--shadow);
}

.hero-visual::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.18), transparent 42%),
    linear-gradient(315deg, rgba(212, 7, 253, 0.11), transparent 38%);
  pointer-events: none;
}

.hero-visual::before {
  position: absolute;
  inset: 0;
  z-index: 4;
  content: "";
  background: rgba(255, 255, 255, 0);
  animation: camera-flash 8.5s steps(1, end) infinite;
  pointer-events: none;
}

.hero-visual img {
  width: 100%;
  min-height: 470px;
  object-fit: contain;
  object-position: center;
  padding: clamp(0.4rem, 1.5vw, 1rem);
  filter: saturate(1.08) contrast(1.03);
}

.hero-phone-layer {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 0.8rem;
  width: min(260px, 40%);
  aspect-ratio: 9 / 16;
  padding: 1rem;
  border: 3px solid rgba(245, 243, 234, 0.92);
  border-radius: 32px;
  background: rgba(0, 0, 0, 0.18);
  box-shadow:
    0 0 0 1px rgba(57, 210, 57, 0.55),
    0 0 32px rgba(57, 210, 57, 0.28),
    0 24px 70px rgba(0, 0, 0, 0.48),
    inset 0 0 0 1px rgba(255, 255, 255, 0.2);
  transform: translate(-50%, -50%) rotate(-5deg);
  animation: phone-roam 8.5s cubic-bezier(0.42, 0, 0.24, 1) infinite;
  pointer-events: none;
}

.hero-phone-layer::before {
  position: absolute;
  inset: 0;
  z-index: 5;
  border-radius: inherit;
  content: "";
  background: rgba(255, 255, 255, 0);
  animation: phone-body-flash 8.5s steps(1, end) infinite;
  pointer-events: none;
}

.hero-phone-speaker {
  width: 74px;
  height: 7px;
  margin: 0 auto;
  border-radius: 999px;
  background: rgba(245, 243, 234, 0.88);
}

.hero-phone-screen {
  position: relative;
  overflow: hidden;
  border: 2px solid rgba(57, 210, 57, 0.95);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(57, 210, 57, 0.08), transparent 38%),
    rgba(0, 0, 0, 0.02);
}

.hero-phone-screen::before {
  position: absolute;
  left: 12%;
  right: 12%;
  top: 50%;
  height: 2px;
  content: "";
  background: rgba(57, 210, 57, 0.84);
  box-shadow: 0 0 22px rgba(57, 210, 57, 0.46);
  animation: phone-scan 2.6s ease-in-out infinite;
}

.hero-phone-screen::after {
  position: absolute;
  inset: 0;
  z-index: 4;
  content: "";
  background:
    radial-gradient(circle at center, transparent 0 28%, rgba(0, 0, 0, 0.88) 30% 34%, transparent 36%),
    conic-gradient(from 10deg, transparent 0 13%, rgba(255, 255, 255, 0.74) 13% 14%, transparent 14% 29%, rgba(255, 255, 255, 0.7) 29% 30%, transparent 30% 46%, rgba(255, 255, 255, 0.72) 46% 47%, transparent 47% 63%, rgba(255, 255, 255, 0.7) 63% 64%, transparent 64% 81%, rgba(255, 255, 255, 0.7) 81% 82%, transparent 82% 100%);
  opacity: 0;
  transform: scale(1.45) rotate(0deg);
  mix-blend-mode: screen;
  animation: aperture-blink 8.5s steps(1, end) infinite;
  pointer-events: none;
}

.gate-corner {
  position: absolute;
  width: 38px;
  height: 38px;
  border-color: var(--green);
  filter: drop-shadow(0 0 14px rgba(57, 210, 57, 0.75));
}

.top-left {
  left: 12px;
  top: 12px;
  border-top: 3px solid;
  border-left: 3px solid;
}

.top-right {
  right: 12px;
  top: 12px;
  border-top: 3px solid;
  border-right: 3px solid;
}

.bottom-left {
  left: 12px;
  bottom: 12px;
  border-bottom: 3px solid;
  border-left: 3px solid;
}

.bottom-right {
  right: 12px;
  bottom: 12px;
  border-right: 3px solid;
  border-bottom: 3px solid;
}

.demo-section,
.meaning-section,
.how-section,
.categories-section,
.use-cases-section,
.trust-section,
.partner-section {
  padding-top: clamp(4.5rem, 9vw, 7rem);
}

.section-heading {
  max-width: 860px;
  margin-bottom: 1.35rem;
}

.demo-section .section-heading {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.categories-section .section-heading {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.use-cases-section .section-heading {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.demo-stage {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(260px, 1fr);
  gap: 1rem;
  align-items: stretch;
}

.demo-phone {
  position: relative;
  display: grid;
  gap: 1rem;
  width: min(360px, 100%);
  min-height: 610px;
  margin: 0 auto;
  padding: 0.85rem;
  border: 3px solid rgba(245, 243, 234, 0.9);
  border-radius: 32px;
  background: #050505;
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.5),
    inset 0 0 0 1px rgba(255, 255, 255, 0.16);
}

.phone-bar {
  width: 84px;
  height: 6px;
  margin: 0.35rem auto 0;
  border-radius: 99px;
  background: rgba(245, 243, 234, 0.5);
}

.demo-screen {
  position: relative;
  overflow: hidden;
  border: 2px solid rgba(57, 210, 57, 0.7);
  border-radius: 24px;
  background: #050505;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.demo-video {
  width: 100%;
  height: 100%;
  min-height: 540px;
  object-fit: cover;
  object-position: center;
  background: #050505;
}

.demo-frame {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: center;
  gap: 1rem;
  padding: 1.1rem;
  opacity: 0;
  transform: translateY(14px);
  animation: demo-loop 9s infinite;
}

.demo-frame-analyze {
  animation-delay: 3s;
}

.demo-frame-result {
  animation-delay: 6s;
}

.demo-tag {
  justify-self: start;
  padding: 0.45rem 0.65rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--yellow);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.item-photo {
  position: relative;
  display: grid;
  min-height: 250px;
  place-items: center;
  border: 1px solid rgba(251, 224, 5, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(251, 224, 5, 0.08), transparent),
    rgba(255, 255, 255, 0.045);
}

.item-photo span {
  width: 135px;
  height: 88px;
  border: 2px solid var(--yellow);
  border-radius: 28px 28px 18px 18px;
  box-shadow:
    0 18px 0 -10px rgba(251, 224, 5, 0.55),
    0 0 34px rgba(251, 224, 5, 0.2);
  transform: rotate(-8deg);
}

.scan-lines {
  min-height: 290px;
  border: 1px solid rgba(57, 210, 57, 0.34);
  border-radius: 8px;
  background:
    repeating-linear-gradient(180deg, transparent 0 16px, rgba(57, 210, 57, 0.16) 17px 19px),
    linear-gradient(180deg, transparent 0 44%, rgba(57, 210, 57, 0.45) 48%, transparent 54%),
    rgba(255, 255, 255, 0.035);
  animation: scan-sweep 1.8s ease-in-out infinite;
}

.result-card {
  display: grid;
  gap: 0.45rem;
  padding: 1rem;
  border: 1px solid rgba(57, 210, 57, 0.46);
  border-radius: 8px;
  background: rgba(57, 210, 57, 0.08);
}

.result-card small,
.result-card span,
.result-card p,
.demo-frame p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.result-card strong {
  color: var(--green);
  font-size: 3rem;
  line-height: 1;
}

.demo-notes {
  display: grid;
  gap: 0.02rem;
}

.demo-notes article,
.step-grid article,
.trust-section,
.partner-section {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  backdrop-filter: blur(16px);
}

.demo-notes article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  align-items: center;
  padding: 0.05rem 1rem;
  border: 0;
  background: transparent;
  backdrop-filter: none;
}

.demo-notes span,
.step-grid span {
  display: inline-grid;
  min-width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 8px;
  background: rgba(251, 224, 5, 0.14);
  color: var(--yellow);
  font-size: 0.8rem;
  font-weight: 900;
}

.demo-notes p,
.step-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.demo-notes p {
  font-size: 1.55rem;
}

.demo-notes strong {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--text);
  font-size: 0.9em;
  line-height: 1.1;
}

.meaning-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
}

.definition-list {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.2rem;
}

.meaning-lede {
  max-width: 680px;
  margin: 1.4rem 0 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.62;
}

.meaning-lede strong {
  color: var(--text);
  font-weight: 900;
}

#meaning-title span {
  display: block;
}

.definition-list p {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.55;
}

.definition-list strong {
  color: var(--text);
}

.definition-list .retail-label {
  color: var(--yellow);
}

.definition-list .resale-label {
  color: var(--magenta);
}

.definition-list .street-label {
  color: var(--green);
}

.funnel-image-wrap {
  display: grid;
  overflow: hidden;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #020202;
  box-shadow: var(--shadow);
}

.funnel-image-wrap img {
  width: min(100%, 640px);
  padding: clamp(0.4rem, 1.5vw, 1rem);
  filter: drop-shadow(0 28px 70px rgba(0, 0, 0, 0.42));
}
.step-grid {
  display: grid;
  gap: 1rem;
}

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

.step-grid article {
  min-height: 240px;
  padding: 1.15rem;
}

.step-grid span {
  margin-bottom: 2rem;
}

.chip-grid,
.audience-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.chip-grid span,
.audience-list span {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  color: var(--text);
  font-weight: 850;
}

.chip-grid span {
  padding: 0.8rem 1rem;
}

.chip-grid span:nth-child(3n + 1) {
  border-color: rgba(251, 224, 5, 0.28);
}

.chip-grid span:nth-child(3n + 2) {
  border-color: rgba(57, 210, 57, 0.28);
}

.chip-grid span:nth-child(3n) {
  border-color: rgba(212, 7, 253, 0.32);
}

.category-icon-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(0.8rem, 2vw, 1.25rem);
  align-items: center;
}

.category-icon-grid img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #020202;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
  transition: transform 180ms ease, border-color 180ms ease;
}

.category-icon-grid img:hover {
  border-color: rgba(57, 210, 57, 0.5);
  transform: translateY(-4px);
}

.category-more {
  margin: 1.35rem 0 0;
  color: var(--muted);
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  font-weight: 900;
  text-align: center;
}

.word-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0.75rem, 2vw, 1.25rem) clamp(1rem, 3vw, 2.1rem);
  align-items: center;
  justify-content: center;
  max-width: 1050px;
  margin: 0 auto;
  padding: clamp(1rem, 3vw, 2rem) 0;
}

.word-cloud span {
  display: inline-flex;
  align-items: center;
  min-height: 1.1em;
  color: var(--text);
  font-weight: 950;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.word-xl {
  font-size: clamp(1.8rem, 4.5vw, 3.9rem);
}

.word-lg {
  font-size: clamp(1.31rem, 3vw, 2.59rem);
}

.word-md {
  font-size: clamp(0.9rem, 1.95vw, 1.58rem);
}

.word-cloud span:nth-child(3n + 1) {
  color: var(--green);
}

.word-cloud span:nth-child(3n + 2) {
  color: var(--yellow);
}

.word-cloud span:nth-child(3n) {
  color: var(--magenta);
}

.trust-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 2rem;
  align-items: start;
  margin-top: clamp(4.5rem, 9vw, 7rem);
  padding: 2rem;
  background:
    linear-gradient(135deg, rgba(57, 210, 57, 0.11), transparent 45%),
    var(--panel);
}

.trust-section h2 {
  margin-bottom: 0;
}

.trust-section p {
  margin: 0;
}

.partner-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.8fr);
  gap: 2rem;
  align-items: center;
  margin-top: clamp(4.5rem, 8vw, 6.5rem);
  padding: 2rem;
  background:
    linear-gradient(135deg, rgba(251, 224, 5, 0.12), transparent 38%),
    linear-gradient(315deg, rgba(212, 7, 253, 0.12), transparent 42%),
    var(--panel-strong);
}

.ad-form {
  display: grid;
  gap: 0.8rem;
  max-width: 560px;
  margin-top: 1.3rem;
}

.form-row {
  display: grid;
  gap: 0.35rem;
}

.form-row label {
  color: var(--text);
  font-size: 0.82rem;
  font-weight: 900;
}

.form-row input,
.form-row textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--text);
  font: inherit;
  outline: none;
  padding: 0.82rem 0.9rem;
}

.form-row textarea {
  resize: vertical;
}

.form-row input:focus,
.form-row textarea:focus {
  border-color: rgba(57, 210, 57, 0.7);
}

.ad-form .primary-button {
  width: 100%;
  min-width: 128px;
  margin-top: 0.25rem;
  padding: 0 1.15rem;
  cursor: pointer;
}

.audience-list span {
  padding: 0.7rem 0.9rem;
}

.partner-image {
  overflow: hidden;
  align-self: stretch;
  min-height: 340px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #020202;
}

.partner-image img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
  object-position: center;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 2.5rem 0;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
}

body.modal-open {
  overflow: hidden;
}

.privacy-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.78);
  opacity: 0;
  visibility: hidden;
  backdrop-filter: blur(12px);
  transition: opacity 180ms ease, visibility 180ms ease;
}

.privacy-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.privacy-dialog {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  width: min(820px, 100%);
  max-height: min(86vh, 900px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #111214;
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.7);
  transform: translateY(12px);
  transition: transform 180ms ease;
}

.privacy-modal.is-open .privacy-dialog {
  transform: translateY(0);
}

.privacy-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 1.4rem;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.035);
}

.privacy-header p {
  margin: 0 0 0.25rem;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.privacy-header h2 {
  margin: 0;
  font-size: clamp(1.7rem, 4vw, 2.6rem);
}

.privacy-close {
  display: grid;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
  font: inherit;
  font-size: 1.7rem;
  cursor: pointer;
}

.privacy-close:hover {
  border-color: rgba(57, 210, 57, 0.7);
}

.privacy-content {
  overflow-y: auto;
  padding: 1.4rem;
  color: var(--muted);
  scrollbar-color: var(--green) rgba(255, 255, 255, 0.06);
  scrollbar-width: thin;
}

.privacy-content h3,
.privacy-content h4 {
  color: var(--text);
}

.privacy-content h3 {
  margin: 2rem 0 0.65rem;
  font-size: 1.25rem;
}

.privacy-content h3:first-of-type {
  margin-top: 1.3rem;
}

.privacy-content h4 {
  margin: 1rem 0 0.45rem;
  font-size: 1rem;
}

.privacy-content p,
.privacy-content li {
  line-height: 1.65;
}

.privacy-content p {
  margin: 0 0 0.85rem;
}

.privacy-content ul {
  margin: 0.4rem 0 1rem;
  padding-left: 1.35rem;
}

.privacy-content li::marker,
.privacy-content a {
  color: var(--green);
}

@keyframes demo-loop {
  0%,
  29% {
    opacity: 1;
    transform: translateY(0);
  }
  34%,
  100% {
    opacity: 0;
    transform: translateY(-14px);
  }
}

@keyframes scan-sweep {
  0%,
  100% {
    background-position: 0 0, 0 -130px, 0 0;
  }
  50% {
    background-position: 0 0, 0 140px, 0 0;
  }
}

@keyframes phone-scan {
  0%,
  100% {
    top: 22%;
    opacity: 0.36;
  }
  50% {
    top: 78%;
    opacity: 0.9;
  }
}

@keyframes phone-roam {
  0% {
    left: 47%;
    top: 47%;
    transform: translate(-50%, -50%) rotate(-7deg) scale(0.98);
  }
  13% {
    left: 63%;
    top: 39%;
    transform: translate(-50%, -50%) rotate(6deg) scale(1.02);
  }
  27% {
    left: 42%;
    top: 58%;
    transform: translate(-50%, -50%) rotate(-3deg) scale(1);
  }
  43% {
    left: 58%;
    top: 66%;
    transform: translate(-50%, -50%) rotate(8deg) scale(0.96);
  }
  61% {
    left: 37%;
    top: 40%;
    transform: translate(-50%, -50%) rotate(-9deg) scale(1.03);
  }
  78% {
    left: 55%;
    top: 52%;
    transform: translate(-50%, -50%) rotate(2deg) scale(1);
  }
  100% {
    left: 47%;
    top: 47%;
    transform: translate(-50%, -50%) rotate(-7deg) scale(0.98);
  }
}

@keyframes camera-flash {
  0%,
  21%,
  22%,
  47%,
  48%,
  73%,
  74%,
  100% {
    background: rgba(255, 255, 255, 0);
  }
  20%,
  46%,
  72% {
    background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.12) 34%, transparent 68%);
  }
}

@keyframes phone-body-flash {
  0%,
  21%,
  22%,
  47%,
  48%,
  73%,
  74%,
  100% {
    background: rgba(255, 255, 255, 0);
  }
  20%,
  46%,
  72% {
    background: rgba(255, 255, 255, 0.22);
  }
}

@keyframes aperture-blink {
  0%,
  19%,
  22%,
  45%,
  48%,
  71%,
  74%,
  100% {
    opacity: 0;
    transform: scale(1.45) rotate(0deg);
  }
  20%,
  46%,
  72% {
    opacity: 0.92;
    transform: scale(0.74) rotate(34deg);
  }
  21%,
  47%,
  73% {
    opacity: 0.18;
    transform: scale(1.1) rotate(58deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 980px) {
  .nav-links {
    display: none;
  }

  .hero,
  .demo-stage,
  .meaning-section,
  .trust-section,
  .partner-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 2rem;
  }

  .hero-visual img {
    min-height: 380px;
  }

  .demo-phone {
    min-height: 560px;
  }

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

  .category-icon-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .site-header,
  .hero,
  .demo-section,
  .meaning-section,
  .how-section,
  .categories-section,
  .use-cases-section,
  .trust-section,
  .partner-section,
  .site-footer {
    width: min(100% - 24px, 1180px);
  }

  .brand span:last-child {
    display: none;
  }

  .nav-cta {
    min-height: 40px;
    padding: 0 0.75rem;
  }

  h1 {
    font-size: clamp(1.93rem, 9.8vw, 3.05rem);
  }

  h2 {
    font-size: clamp(1.93rem, 9.8vw, 3.05rem);
  }

  .hero-visual img {
    min-height: 330px;
  }

  .hero-phone-layer {
    width: min(220px, 48%);
    padding: 0.8rem;
    border-radius: 28px;
  }

  .trust-section,
  .partner-section {
    padding: 1rem;
  }

  .demo-phone {
    min-height: 520px;
    border-radius: 26px;
  }

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

  .word-cloud span {
    white-space: normal;
  }

  .site-footer {
    flex-direction: column;
  }
}
