:root {
  --bg: #0b1216;
  --bg-top: #161f25;
  --surface: #1f272e;
  --surface-2: #252f37;
  --surface-3: #33414c;
  --text: #f9fafb;
  --text-2: #b2c1cc;
  --muted: #758ea3;
  --border: #313d47;
  --grid: #222b32;
  --brand: #34765b;
  --brand-hover: #317056;
  --green: #37b06f;
  --teal: #2ae5b9;
  --blue: #2684ff;
  --amber: #e4761b;
  --red: #eb5757;
  --purple: #b985e9;
  --font: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: ui-monospace, "SF Mono", "Cascadia Mono", Menlo, monospace;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  min-height: 100%;
  background: linear-gradient(to bottom, var(--bg-top) 0, var(--bg) 100vh);
  background-attachment: fixed;
  color: var(--text);
  font-family: var(--font);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

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

button {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
}

.container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding-left: 18px;
  padding-right: 18px;
}

/* Trust strip */
.trust-strip {
  overflow: hidden;
  background: var(--brand);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 7px 0;
  white-space: nowrap;
}

.trust-track {
  display: flex;
  width: max-content;
  animation: trust-scroll 34s linear infinite;
}

.trust-group {
  display: flex;
  gap: 24px;
  padding-right: 24px;
}

.trust-group span::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.75);
  vertical-align: 1px;
}

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

/* Topbar */
.topbar {
  border-bottom: 1px solid var(--border);
  background: rgba(11, 18, 22, 0.88);
  backdrop-filter: blur(10px);
  position: sticky;
  top: 0;
  z-index: 50;
}

.topbar-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 10px 18px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  text-decoration: none;
  min-width: 0;
}

.brand-mark {
  width: 30px;
  height: 30px;
  flex: none;
  color: var(--teal);
}

.brand-mark svg {
  width: 100%;
  height: 100%;
}

.brand-name {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand-name em {
  color: var(--teal);
  font-style: normal;
}

.lang-switch {
  display: flex;
  align-items: center;
  gap: 2px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--surface-2);
  padding: 2px;
  margin-left: auto;
}

.lang-btn {
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--text-2);
  font-size: 11px;
  font-weight: 600;
  border-radius: 6px;
  padding: 5px 8px;
  cursor: pointer;
  min-width: 34px;
}

.lang-btn.is-active {
  background: var(--blue);
  color: #fff;
}

.official-link {
  display: none;
  align-items: center;
  gap: 6px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--surface-2);
  color: var(--text-2);
  font-size: 12px;
  font-weight: 600;
  padding: 7px 10px;
  text-decoration: none;
  white-space: nowrap;
}

.official-link svg {
  width: 14px;
  height: 14px;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 8px;
  min-height: 42px;
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.16s ease, border-color 0.16s ease, background 0.16s ease;
}

.btn svg {
  width: 16px;
  height: 16px;
  flex: none;
}

.btn-primary {
  border: 1px solid var(--brand);
  background: var(--brand);
  color: #fff;
}

.btn-primary:hover {
  background: var(--brand-hover);
}

.btn-ghost {
  border: 1px solid var(--border);
  background: var(--surface-2);
  color: var(--text-2);
}

.btn-ghost:hover {
  border-color: var(--muted);
  color: var(--text);
}

.btn-lg {
  min-height: 48px;
  padding: 12px 22px;
  font-size: 14px;
}

.btn:active {
  transform: translateY(0);
}

/* Hero */
.hero {
  position: relative;
  overflow: hidden;
  padding: 42px 0 34px;
}

.hero-pattern {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(117, 142, 163, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(117, 142, 163, 0.07) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.85), transparent 92%);
}

.hero-grid {
  position: relative;
  display: grid;
  gap: 30px;
  align-items: center;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  color: var(--green);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero-eyebrow::before {
  content: "";
  width: 20px;
  height: 2px;
  background: var(--teal);
}

.hero h1 {
  margin: 0 0 14px;
  font-size: clamp(1.9rem, 8.5vw, 3rem);
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: 0;
}

.hero-sub {
  margin: 0 0 20px;
  max-width: 560px;
  color: var(--text-2);
  font-size: 14px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}

.hero-actions .btn {
  flex: 1 1 100%;
}

.hero-trust {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  color: var(--muted);
  font-size: 12px;
}

.hero-trust svg {
  width: 16px;
  height: 16px;
  color: var(--green);
  flex: none;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  max-width: 460px;
}

.hero-stat {
  border: 1px solid var(--border);
  border-radius: 8px;
  background: rgba(31, 39, 46, 0.72);
  padding: 10px 12px;
  min-width: 0;
}

.hero-stat strong {
  display: block;
  font-size: 1.15rem;
  line-height: 1.15;
  color: var(--teal);
  font-variant-numeric: tabular-nums;
}

.hero-stat span {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 11px;
}

/* Demo scanner */
.scanner-wrap {
  position: relative;
}

.scanner-shell {
  position: relative;
  border: 1px solid var(--border);
  border-radius: 8px;
  background:
    radial-gradient(120% 130% at 0% 0%, rgba(52, 118, 91, 0.2), transparent 55%),
    var(--surface);
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.scanner-topbar {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--border);
  background: rgba(21, 26, 30, 0.6);
  padding: 10px 12px;
}

.scanner-dots {
  display: inline-flex;
  gap: 5px;
}

.scanner-dots i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--muted);
}

.scanner-dots i:nth-child(1) {
  background: #eb5757;
}

.scanner-dots i:nth-child(2) {
  background: #e0a04b;
}

.scanner-dots i:nth-child(3) {
  background: #37b06f;
}

.scanner-url {
  min-width: 0;
  flex: 1;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 11px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.scanner-live {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--text-2);
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.scanner-live i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 3px rgba(55, 176, 111, 0.18);
}

.scanner-body {
  min-height: 360px;
  padding: 18px;
}

.scanner-kicker {
  margin: 0 0 12px;
  color: var(--text-2);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.profile-chips {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-bottom: 14px;
}

.profile-chip {
  display: flex;
  align-items: center;
  gap: 9px;
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--surface-2);
  color: var(--text-2);
  font-size: 12px;
  font-weight: 600;
  text-align: left;
  padding: 10px 12px;
  cursor: pointer;
  transition: border-color 0.14s ease, color 0.14s ease, background 0.14s ease;
}

.profile-chip svg {
  width: 17px;
  height: 17px;
  flex: none;
  color: var(--muted);
}

.profile-chip.is-active {
  border-color: var(--green);
  background: rgba(55, 176, 111, 0.1);
  color: var(--text);
}

.profile-chip.is-active svg {
  color: var(--green);
}

.demo-address {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--bg);
  padding: 11px 12px;
  font-family: var(--mono);
  font-size: 12px;
  color: var(--text-2);
  margin-bottom: 14px;
}

.demo-address-dot {
  width: 7px;
  height: 7px;
  flex: none;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 3px rgba(42, 229, 185, 0.15);
}

.demo-address-text {
  min-width: 0;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.demo-address-tag {
  flex: none;
  border: 1px solid var(--border);
  border-radius: 5px;
  background: var(--surface-3);
  color: var(--muted);
  font-family: var(--font);
  font-size: 10px;
  font-weight: 600;
  padding: 2px 6px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.scan-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--brand);
  border-radius: 8px;
  background: var(--brand);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.15s ease;
}

.scan-btn:hover {
  background: var(--brand-hover);
}

.scan-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.scan-btn svg {
  width: 17px;
  height: 17px;
}

.scan-note {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 11px;
  text-align: center;
}

/* Running state */
.scanner-running {
  padding-top: 4px;
}

.scan-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.scan-phase {
  color: var(--text);
  font-size: 13px;
  font-weight: 600;
}

.scan-pct {
  color: var(--teal);
  font-family: var(--mono);
  font-size: 12px;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.scan-track {
  height: 6px;
  border-radius: 999px;
  background: var(--surface-3);
  overflow: hidden;
  margin-bottom: 16px;
}

.scan-fill {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--green), var(--teal));
  transition: width 0.16s linear;
}

.scan-log {
  display: grid;
  gap: 8px;
  min-height: 132px;
}

.scan-line {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: var(--text-2);
  font-size: 12px;
  opacity: 0;
  transform: translateY(4px);
  animation: scan-line-in 0.3s ease forwards;
}

.scan-line.is-done {
  color: var(--muted);
}

.scan-line .scan-line-dot {
  width: 6px;
  height: 6px;
  margin-top: 5px;
  flex: none;
  border-radius: 50%;
  background: var(--teal);
}

.scan-line.is-done .scan-line-dot {
  background: var(--green);
}

@keyframes scan-line-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.scan-tokens {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
  min-height: 38px;
}

.scan-token {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--surface-2);
  color: var(--text-2);
  font-size: 11px;
  font-weight: 600;
  padding: 6px 10px;
  opacity: 0;
  animation: token-pop 0.35s ease forwards;
}

.scan-token i {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--brand);
  color: #fff;
  font-style: normal;
  font-size: 9px;
  font-weight: 700;
  display: grid;
  place-items: center;
}

.scan-token--blue i {
  background: var(--blue);
}

.scan-token--purple i {
  background: var(--purple);
}

.scan-token--amber i {
  background: var(--amber);
}

@keyframes token-pop {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Result state */
.result-head {
  text-align: center;
  padding: 4px 0 16px;
}

.result-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(55, 176, 111, 0.4);
  border-radius: 999px;
  background: rgba(55, 176, 111, 0.1);
  color: var(--green);
  font-size: 11px;
  font-weight: 700;
  padding: 5px 10px;
  margin-bottom: 14px;
}

.result-badge svg {
  width: 13px;
  height: 13px;
}

.result-total-label {
  display: block;
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.result-total {
  display: block;
  margin: 6px 0 2px;
  font-size: 2.2rem;
  line-height: 1.05;
  color: var(--teal);
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
}

.result-sub {
  color: var(--text-2);
  font-size: 12px;
}

.result-list {
  display: grid;
  gap: 8px;
  margin: 14px 0;
}

.result-row {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--surface-2);
  padding: 10px 12px;
}

.result-token-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--brand);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  display: grid;
  place-items: center;
}

.result-token-icon--blue {
  background: var(--blue);
}

.result-token-icon--purple {
  background: var(--purple);
}

.result-token-icon--amber {
  background: var(--amber);
}

.result-token-main {
  min-width: 0;
}

.result-token-name {
  color: var(--text);
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.result-token-meta {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 3px;
  color: var(--muted);
  font-size: 10.5px;
  flex-wrap: wrap;
}

.result-chain {
  border: 1px solid var(--border);
  border-radius: 4px;
  background: var(--surface-3);
  color: var(--text-2);
  font-size: 9.5px;
  font-weight: 600;
  padding: 1px 5px;
}

.result-kind {
  color: var(--teal);
  font-size: 9.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.result-kind--reward {
  color: var(--purple);
}

.result-value {
  text-align: right;
  color: var(--text);
  font-size: 12px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.result-note {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
}

.result-note svg {
  width: 15px;
  height: 15px;
  flex: none;
  color: var(--green);
}

.result-actions {
  display: grid;
  gap: 8px;
}

.result-actions .btn {
  width: 100%;
}

/* Sections */
.section {
  padding: 40px 0;
}

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

.section-eyebrow {
  margin: 0 0 10px;
  color: var(--green);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.section-head h2 {
  margin: 0 0 10px;
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 700;
}

.section-sub {
  margin: 0;
  color: var(--text-2);
  font-size: 13px;
}

.stats-section {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: rgba(21, 26, 30, 0.55);
}

.stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.stat-tile {
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--surface);
  padding: 14px;
  min-width: 0;
}

.stat-tile--lead {
  grid-column: 1 / -1;
  border-color: rgba(52, 118, 91, 0.65);
  background:
    radial-gradient(120% 180% at 0% 100%, rgba(52, 118, 91, 0.22), transparent 60%),
    var(--surface);
}

.stat-label {
  display: block;
  color: var(--muted);
  font-size: 10.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.stat-tile strong {
  display: block;
  margin-top: 7px;
  color: var(--text);
  font-size: 1.45rem;
  line-height: 1.1;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
}

.stat-tile--lead strong {
  color: var(--teal);
  font-size: 2rem;
}

.stat-sub {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 11px;
}

.steps-grid {
  display: grid;
  gap: 12px;
}

.step-card {
  position: relative;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--surface);
  padding: 18px 16px 16px 62px;
}

.step-num {
  position: absolute;
  top: 18px;
  left: 16px;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(42, 229, 185, 0.45);
  border-radius: 50%;
  background: rgba(42, 229, 185, 0.1);
  color: var(--teal);
  font-size: 13px;
  font-weight: 700;
  display: grid;
  place-items: center;
}

.step-card h3 {
  margin: 0 0 6px;
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: 0;
}

.step-card p {
  margin: 0;
  color: var(--text-2);
  font-size: 12.5px;
}

.coverage-section {
  border-top: 1px solid var(--border);
  background: rgba(21, 26, 30, 0.4);
}

.coverage-grid {
  display: grid;
  gap: 10px;
}

.coverage-card {
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--surface);
  padding: 14px;
}

.coverage-icon {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(42, 229, 185, 0.4);
  border-radius: 8px;
  background: rgba(42, 229, 185, 0.08);
  color: var(--teal);
  display: grid;
  place-items: center;
  margin-bottom: 10px;
}

.coverage-icon svg {
  width: 18px;
  height: 18px;
}

.coverage-card h3 {
  margin: 0 0 5px;
  font-size: 14px;
  letter-spacing: 0;
}

.coverage-card p {
  margin: 0;
  color: var(--text-2);
  font-size: 12px;
}

.coverage-bottom {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.chain-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.chain-chip {
  border: 1px solid var(--border);
  border-radius: 6px;
  background: var(--surface-2);
  color: var(--text-2);
  font-size: 11px;
  font-weight: 600;
  padding: 5px 9px;
}

.reward-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  color: var(--muted);
  font-size: 11px;
}

.reward-chip {
  border: 1px solid rgba(185, 133, 233, 0.35);
  border-radius: 999px;
  background: rgba(185, 133, 233, 0.08);
  color: var(--purple);
  font-size: 10.5px;
  font-weight: 600;
  padding: 4px 9px;
}

.trust-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.trust-card {
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--surface);
  padding: 14px;
  min-width: 0;
}

.trust-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(38, 132, 255, 0.1);
  border: 1px solid rgba(38, 132, 255, 0.35);
  color: var(--blue);
  display: grid;
  place-items: center;
  margin-bottom: 10px;
}

.trust-icon svg {
  width: 17px;
  height: 17px;
}

.trust-card h3 {
  margin: 0 0 5px;
  font-size: 13px;
  letter-spacing: 0;
}

.trust-card p {
  margin: 0;
  color: var(--text-2);
  font-size: 11.5px;
}

.faq-section {
  border-top: 1px solid var(--border);
}

.faq-container {
  max-width: 760px;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-item {
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--surface);
  overflow: hidden;
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  border: 0;
  background: transparent;
  color: var(--text);
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  padding: 14px;
  cursor: pointer;
}

.faq-question svg {
  width: 16px;
  height: 16px;
  flex: none;
  color: var(--muted);
  transition: transform 0.2s ease;
}

.faq-item.is-open .faq-question svg {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
}

.faq-answer p {
  margin: 0;
  padding: 0 14px 14px;
  color: var(--text-2);
  font-size: 12.5px;
}

.final-section {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--border);
}

.final-inner {
  position: relative;
  text-align: center;
}

.final-glow {
  position: absolute;
  top: -60px;
  left: 50%;
  width: 420px;
  height: 260px;
  transform: translateX(-50%);
  background: radial-gradient(closest-side, rgba(42, 229, 185, 0.18), transparent);
  pointer-events: none;
}

.final-inner .section-eyebrow {
  margin-top: 0;
}

.final-inner h2 {
  margin: 0 0 10px;
  font-size: 1.7rem;
  line-height: 1.18;
  letter-spacing: 0;
}

.final-inner .section-sub {
  max-width: 480px;
  margin: 0 auto 20px;
}

.final-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.final-actions .btn {
  flex: 1 1 100%;
}

/* Footer */
.footer {
  border-top: 1px solid var(--grid);
  padding: 24px 0 90px;
}

.footer-inner {
  display: grid;
  justify-items: center;
  gap: 8px;
  text-align: center;
}

.footer-brand {
  color: var(--text-2);
}

.footer p {
  margin: 0;
  max-width: 420px;
  color: var(--muted);
  font-size: 11.5px;
}

.footer-link {
  color: var(--text-2);
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--green);
}

/* Sticky CTA */
.sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: linear-gradient(to top, rgba(11, 18, 22, 0.95), rgba(11, 18, 22, 0));
  pointer-events: none;
}

.sticky-cta[hidden] {
  display: none;
}

.sticky-cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  max-width: 520px;
  min-height: 46px;
  margin: 0 auto;
  border: 1px solid var(--brand);
  border-radius: 8px;
  background: var(--brand);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.4);
  pointer-events: auto;
}

.sticky-cta a svg {
  width: 17px;
  height: 17px;
}

@media (hover: hover) {
  .btn:hover {
    transform: translateY(-2px);
  }
}

/* Small phones */
@media (max-width: 359px) {
  .brand-name {
    font-size: 14px;
  }

  .lang-btn {
    min-width: 30px;
    padding: 5px 6px;
  }

  .hero h1 {
    font-size: 1.75rem;
  }

  .stat-tile strong {
    font-size: 1.25rem;
  }

  .stat-tile--lead strong {
    font-size: 1.7rem;
  }

  .step-card {
    padding-left: 16px;
    padding-top: 62px;
  }

  .step-num {
    top: 16px;
    left: 16px;
  }

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

/* Tablet and up */
@media (min-width: 640px) {
  .hero {
    padding: 54px 0 44px;
  }

  .hero-actions .btn {
    flex: 0 1 auto;
  }

  .scanner-body {
    min-height: 400px;
    padding: 22px;
  }

  .profile-chips {
    grid-template-columns: repeat(3, 1fr);
  }

  .profile-chip {
    flex-direction: column;
    align-items: flex-start;
  }

  .result-actions {
    grid-template-columns: 1fr 1fr;
  }

  .result-actions .btn {
    width: auto;
  }

  .stats-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .stat-tile--lead {
    grid-column: span 2;
  }

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

  .step-card {
    padding: 66px 16px 16px;
  }

  .step-num {
    top: 16px;
    left: 16px;
  }

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

  .trust-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .final-actions .btn {
    flex: 0 1 auto;
  }
}

@media (min-width: 900px) {
  .topbar-inner {
    padding: 12px 24px;
  }

  .official-link {
    display: inline-flex;
  }

  .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-grid {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 44px;
  }

  .hero h1 {
    font-size: 3rem;
    line-height: 1.05;
  }

  .hero-stats {
    grid-template-columns: repeat(4, 1fr);
    max-width: none;
  }

  .scanner-shell {
    border-radius: 8px;
  }

  .section {
    padding: 54px 0;
  }

  .coverage-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .coverage-bottom {
    grid-template-columns: auto 1fr;
    align-items: center;
  }

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

@media (prefers-reduced-motion: reduce) {
  .trust-track {
    animation: none;
  }

  html {
    scroll-behavior: auto;
  }
}
