/* ─── Reset & Root ──────────────────────────────────────────────────────────── */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  user-select: none;
  -webkit-user-select: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:root {
  --black:     #000000;
  --white:     #ffffff;
  --off:       #f5f5f0;    /* matches app #f5f5f0 */
  --dim:       #969692;    /* matches app #969692 */
  --dim2:      #555555;
  --border:    #282827;    /* matches app card border */
  --card:      #151514;    /* matches app partnerCard */
  --card2:     #111111;
  --surface:   #0d0d0d;
  --mono:      'DM Mono', 'Courier New', monospace;
  --sans:      'Manrope', 'Inter', -apple-system, sans-serif;
}

html {
  background: var(--black);
  color: var(--off);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body { background: var(--black); }

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

/* ─── Scrollbar ─────────────────────────────────────────────────────────────── */
::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: var(--black); }
::-webkit-scrollbar-thumb { background: #2a2a2a; border-radius: 99px; }
::-webkit-scrollbar-thumb:hover { background: #3a3a3a; }
* { scrollbar-width: thin; scrollbar-color: #2a2a2a var(--black); }

/* ─── Scroll Reveal ─────────────────────────────────────────────────────────── */
[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s cubic-bezier(0.16,1,0.3,1), transform 0.7s cubic-bezier(0.16,1,0.3,1);
}
[data-reveal].revealed { opacity: 1; transform: none; }

/* ─── Header ────────────────────────────────────────────────────────────────── */
.site-header {
  position: fixed;
  inset: 0 0 auto;
  height: 60px;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  background: rgba(0,0,0,0.93);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-bottom: 1px solid var(--border);
  z-index: 900;
}

.logo {
  font-family: var(--mono);
  font-size: 17px;
  letter-spacing: 6px;
  color: var(--white);
  text-decoration: none;
  justify-self: start;
  display: flex;
  align-items: center;
  gap: 10px;
}
.logo-icon {
  width: 26px;
  height: 26px;
  border-radius: 7px;
  object-fit: cover;
  display: block;
  flex-shrink: 0;
}

.header-status {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 18px;
  border: 1px solid #232323;
  border-radius: 99px;
  background: #080808;
  justify-self: center;
}
.header-status-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--off);
  animation: blink 2.6s ease-in-out infinite;
}
@keyframes blink { 0%,100%{opacity:1;} 50%{opacity:0.25;} }
.header-status-text {
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 1.8px;
  color: var(--dim);
}

.header-right {
  display: flex;
  align-items: center;
  gap: 28px;
  justify-self: end;
}

nav { display: flex; align-items: center; gap: 26px; }
nav a {
  font-size: 12px;
  font-weight: 600;
  color: var(--dim);
  letter-spacing: 0.2px;
  transition: color 0.18s;
}
nav a:hover { color: var(--off); }

.btn-outline {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 1.5px;
  color: var(--off);
  border: 1px solid #303030;
  padding: 8px 18px;
  border-radius: 99px;
  transition: border-color 0.2s, color 0.2s;
  white-space: nowrap;
}
.btn-outline:hover { border-color: #666; color: var(--white); }

/* ─── Hero Container (with grid bg) ─────────────────────────────────────────── */
.hero-bg {
  position: relative;
  overflow: hidden;
}
.hero-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.022) 1px, transparent 1px);
  background-size: 56px 56px;
  pointer-events: none;
  z-index: 0;
}
.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 75% 65% at 25% 50%, transparent 30%, #000 90%);
  pointer-events: none;
  z-index: 0;
}

/* ─── Hero Layout ───────────────────────────────────────────────────────────── */
.hero {
  padding: 140px 60px 100px;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 56px;
  position: relative;
  z-index: 1;
}
.hero-left {}

.hero-label {
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 2.5px;
  color: var(--dim);
  margin-bottom: 22px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
}
.hero-label::before { content: ''; width: 22px; height: 1px; background: #333; }

h1 {
  font-size: 58px;
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -3px;
  color: var(--white);
  margin-bottom: 22px;
}
h1 em {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 400;
  font-style: italic;
  color: #888;
}

.hero-desc {
  font-size: 14.5px;
  color: var(--dim);
  line-height: 1.78;
  max-width: 460px;
  margin-bottom: 36px;
}

/* ─── CTA Buttons ───────────────────────────────────────────────────────────── */
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 28px; }

.btn-primary {
  font-size: 13px;
  font-weight: 700;
  color: var(--black);
  background: var(--white);
  padding: 13px 26px;
  border-radius: 99px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background 0.18s, transform 0.18s;
}
.btn-primary:hover { background: #e0e0e0; transform: translateY(-1px); }
.btn-primary:active { transform: translateY(0); }

.btn-secondary {
  font-size: 13px;
  font-weight: 600;
  color: var(--dim);
  background: transparent;
  border: 1px solid #2c2c2c;
  padding: 12px 22px;
  border-radius: 99px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: color 0.18s, border-color 0.18s;
}
.btn-secondary:hover { color: var(--white); border-color: #555; }

/* Download row */
.download-row { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.btn-download {
  font-size: 12px;
  font-weight: 700;
  color: var(--white);
  background: #111;
  border: 1px solid #2a2a2a;
  padding: 11px 20px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  transition: background 0.18s, border-color 0.18s;
}
.btn-download:hover { background: #1a1a1a; border-color: #444; }
.btn-download i { font-size: 16px; }
.btn-download small {
  display: block;
  font-size: 9px;
  font-family: var(--mono);
  letter-spacing: 0.5px;
  color: var(--dim);
  font-weight: 400;
  margin-top: -2px;
}
.ios-pill {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 1px;
  color: var(--dim);
  border: 1px solid #222;
  padding: 6px 14px;
  border-radius: 99px;
}

/* ─── Phone Mockup ───────────────────────────────────────────────────────────── */
.phone-wrap { display: flex; justify-content: center; }

.phone {
  width: 316px;
  height: 682px;
  background: #000;
  border: 6px solid #1a1a1a;
  border-radius: 44px;
  position: relative;
  overflow: hidden;
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.06),
    0 30px 80px rgba(0,0,0,0.9),
    inset 0 1px 0 rgba(255,255,255,0.05);
}
.pill {
  position: absolute;
  z-index: 30;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 86px;
  height: 19px;
  background: #000;
  border-radius: 14px;
}

/* ─── Lock Screen ────────────────────────────────────────────────────────────── */
.lock-screen {
  position: absolute;
  inset: 0;
  background: #000;
  z-index: 200;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: opacity 0.22s ease;
}

.lock-brand {
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 5px;
  color: var(--off);
  margin-bottom: 4px;
}
.lock-sub {
  font-size: 10px;
  color: var(--dim);
  margin-bottom: 28px;
}

.pin-row {
  display: flex;
  gap: 13px;
  margin-bottom: 28px;
}
.pin-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 1.5px solid #3a3a3a;
  transition: background 0.12s, border-color 0.12s;
}
.pin-dot.filled { background: var(--off); border-color: var(--off); }

.keypad {
  display: grid;
  grid-template-columns: repeat(3, 60px);
  gap: 10px;
}
.kkey {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #131313;
  border: 1px solid #222;
  color: var(--off);
  font-family: var(--sans);
  font-size: 20px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.12s;
}
.kkey:hover  { background: #1e1e1e; }
.kkey:active { background: #2c2c2c; }
.kkey-sub {
  font-size: 7px;
  color: #555;
  font-family: var(--mono);
  letter-spacing: 1px;
  margin-top: -1px;
}
.kkey-ghost { visibility: hidden; pointer-events: none; }

.biometric-btn {
  margin-top: 16px;
  background: none;
  border: 1px solid #252525;
  color: var(--dim);
  padding: 8px 18px;
  border-radius: 99px;
  font-size: 10px;
  cursor: pointer;
  font-family: var(--sans);
  display: flex;
  align-items: center;
  gap: 6px;
  transition: border-color 0.2s, color 0.2s;
}
.biometric-btn:hover { border-color: #555; color: var(--off); }

/* ─── Phone Topbar (matching app exactly) ────────────────────────────────────── */
.pbar {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 60px;
  padding: 20px 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #000;
  border-bottom: 1px solid #111;
  z-index: 100;
}
.p-avatar-btn {
  width: 29px;
  height: 29px;
  border-radius: 15px;
  border: 1px solid #777;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.p-avatar-text {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 600;
  color: var(--off);
}
.p-brand {
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 4px;
  color: var(--off);
}
.p-lock-btn {
  background: none;
  border: none;
  color: var(--off);
  font-size: 14px;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
}

/* ─── Phone Screens ──────────────────────────────────────────────────────────── */
.pscreen {
  position: absolute;
  inset: 60px 0 58px;
  overflow-y: auto;
  background: #000;
  display: none;
  scrollbar-width: none;
}
.pscreen::-webkit-scrollbar { display: none; }
.pscreen.active { display: block; }
.pscroll { padding: 12px 22px 28px; }

/* Matching app eyebrow row */
.p-eyebrow-row {
  flex-direction: row;
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 0;
}
.p-live-dot {
  width: 6px; height: 6px;
  border-radius: 3px;
  background: #e8e8e4;
  animation: blink 2s ease-in-out infinite;
}
.p-eyebrow-text {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 1.1px;
  color: var(--dim);
}
.p-eyebrow-sep {
  width: 1px; height: 10px;
  background: #555;
}

/* Matching app greeting */
.p-greeting {
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -1.8px;
  color: var(--off);
  font-family: var(--sans);
  font-weight: 800;
  margin-top: 14px;
  margin-bottom: 20px;
}
.p-greeting em {
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: 400;
}

/* Cards matching app */
.pcard {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 13px;
  margin-bottom: 12px;
}

.partner-row { display: flex; align-items: center; gap: 12px; }
.p-portrait {
  width: 48px;
  height: 48px;
  border-radius: 13px;
  background: #575754;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.p-portrait-text {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 500;
  color: #1a1a19;
}
.partner-info { flex: 1; }
.p-label-tiny {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 1.1px;
  color: var(--dim);
}
.partner-name {
  font-size: 13px;
  font-weight: 600;
  color: var(--off);
  margin-top: 2px;
  margin-bottom: 2px;
}
.partner-status {
  font-size: 10px;
  color: #bcbcb7;
  display: flex;
  align-items: center;
  gap: 5px;
}
.status-dot-live {
  width: 4px; height: 4px;
  border-radius: 50%;
  background: var(--off);
}
.p-more-btn {
  background: none;
  border: none;
  color: #858580;
  font-size: 14px;
  cursor: pointer;
  padding: 4px;
}

/* Distance card matching app */
.dist-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 16px;
  height: 110px;
  position: relative;
  overflow: hidden;
  margin-bottom: 12px;
  cursor: pointer;
}
.dist-map-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
/* Grid lines matching app mapGridLine */
.mg1 { position:absolute; left:-10px; top:24px; width:360px; height:1px; background:rgba(255,255,255,0.06); transform:rotate(7deg); }
.mg2 { position:absolute; left:-10px; top:56px; width:360px; height:1px; background:rgba(255,255,255,0.06); transform:rotate(7deg); }
.mg3 { position:absolute; left:100px; top:-10px; width:1px; height:150px; background:rgba(255,255,255,0.06); transform:rotate(14deg); }
.mr1 { position:absolute; left:95px; top:28px; width:130px; height:2px; background:#333; border-radius:1px; transform:rotate(-24deg); }
.mr2 { position:absolute; left:175px; top:62px; width:52px; height:2px; background:#333; border-radius:1px; transform:rotate(24deg); }
.mp  { position:absolute; width:11px; height:11px; border-radius:50%; border:2.5px solid #555; background:#111; }
.mp-me  { left:90px; top:42px; }
.mp-you { left:220px; top:57px; }

.dist-content {
  position: absolute;
  inset: 0;
  padding: 14px 13px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 2;
}
.dist-label {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 1.1px;
  color: var(--dim);
  margin-bottom: 3px;
}
.dist-val {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -1.2px;
  color: var(--off);
}
.dist-val small { font-size: 12px; font-weight: 400; }
.dist-sub {
  font-family: var(--mono);
  font-size: 8px;
  color: #555;
  margin-top: 2px;
}
.dist-arrow { color: #222; font-size: 14px; margin-top: 2px; transform: rotate(45deg); }

/* Activity card matching app */
.activity-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 14px 13px;
  margin-bottom: 12px;
}
.activity-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 11px;
}
.activity-title {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 1px;
  color: var(--off);
}
.activity-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.activity-item {
  background: #090909;
  border: 1px solid #1c1c1c;
  border-radius: 8px;
  padding: 8px 9px;
}
.activity-item-label {
  font-family: var(--mono);
  font-size: 7.5px;
  letter-spacing: 0.8px;
  color: #5a5a58;
  margin-bottom: 3px;
}
.activity-item-val {
  font-size: 9.5px;
  font-weight: 600;
  color: var(--off);
  line-height: 1.3;
}

/* Locked telemetry */
.locked-tel {
  text-align: center;
  padding: 14px 8px;
}
.locked-tel i { color: #858580; font-size: 22px; margin-bottom: 8px; display: block; }
.locked-tel-title {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 1.3px;
  color: var(--off);
  margin-bottom: 6px;
}
.locked-tel-sub {
  font-size: 9px;
  color: var(--dim);
  line-height: 1.6;
}

/* Quick grid */
.quick-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 12px;
}
.quick-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 16px 13px;
  cursor: pointer;
}
.quick-card i { font-size: 16px; color: var(--off); margin-bottom: 10px; display: block; }
.quick-card-title { font-size: 12px; font-weight: 700; color: var(--off); margin-bottom: 3px; }
.quick-card-sub { font-size: 9px; color: var(--dim); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/* Privacy note */
.privacy-note {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 14px 0 4px;
}
.privacy-note i { font-size: 13px; color: var(--dim); margin-top: 1px; flex-shrink: 0; }
.privacy-text {
  font-size: 10px;
  color: var(--dim);
  line-height: 1.6;
}

/* ─── Tab Bar matching app ────────────────────────────────────────────────────── */
.ptabbar {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 58px;
  background: #050505;
  border-top: 1px solid #181818;
  display: flex;
  justify-content: space-around;
  align-items: center;
  z-index: 100;
}
.ptab {
  background: none;
  border: none;
  color: #555;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  cursor: pointer;
  transition: color 0.15s;
  padding: 0 12px;
}
.ptab i { font-size: 16px; }
.ptab span {
  font-family: var(--mono);
  font-size: 7px;
  letter-spacing: 0.8px;
}
.ptab.active { color: var(--off); }

/* ─── Marquee ────────────────────────────────────────────────────────────────── */
.marquee-wrap {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 18px 0;
  overflow: hidden;
  white-space: nowrap;
}
.marquee-inner {
  display: inline-block;
  animation: marquee 26s linear infinite;
}
@keyframes marquee { from{transform:translateX(0);} to{transform:translateX(-50%);} }
.marquee-item {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-right: 44px;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 1.5px;
  color: #3a3a3a;
  text-transform: uppercase;
}
.marquee-item::after { content:'—'; color:#222; }

/* ─── Section Shared ─────────────────────────────────────────────────────────── */
.section-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 110px 60px;
}
.section-label {
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 2.5px;
  color: #3a3a3a;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}
.section-label::before { content:''; width:22px; height:1px; background:#333; }
.section-h2 {
  font-size: 42px;
  font-weight: 800;
  letter-spacing: -2px;
  color: var(--white);
  margin-bottom: 56px;
  max-width: 700px;
  line-height: 1.08;
}
.section-h2 em {
  font-family: Georgia, serif;
  font-weight: 400;
  font-style: italic;
  color: var(--dim);
}

/* ─── About Section ────────────────────────────────────────────────────────── */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 48px;
}
.about-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 32px 28px;
  display: flex;
  gap: 22px;
  align-items: flex-start;
  transition: background 0.2s;
}
.about-card:hover { background: var(--card2); }

.about-avatar {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: #1a1a1a;
  border: 1px solid #2e2e2e;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}
.about-avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  border-radius: 13px;
}
.about-avatar-letter {
  font-family: var(--mono);
  font-size: 18px;
  font-weight: 700;
  color: var(--off);
  letter-spacing: 1px;
}

.about-info { flex: 1; }
.about-name {
  font-size: 18px;
  font-weight: 800;
  color: var(--white);
  letter-spacing: -0.5px;
  margin-bottom: 3px;
}
.about-role {
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 1.5px;
  color: var(--dim);
  text-transform: uppercase;
  margin-bottom: 14px;
}
.about-bio {
  font-size: 13px;
  color: var(--dim);
  line-height: 1.72;
  margin-bottom: 14px;
}
.about-link {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 1px;
  color: var(--off);
  border-bottom: 1px solid #333;
  padding-bottom: 1px;
  transition: color 0.18s, border-color 0.18s;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.about-link:hover { color: var(--white); border-color: #777; }

.about-parent {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 20px 24px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: #080808;
}
.about-parent-label {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.8px;
  color: var(--dim);
}
.about-parent-link {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 1px;
  color: var(--white);
  border-bottom: 1px solid #444;
  padding-bottom: 1px;
  transition: border-color 0.18s, color 0.18s;
}
.about-parent-link:hover { border-color: #aaa; }

/* ─── Footer ──────────────────────────────────────────────────────────────── */
.site-footer-wrap { background: var(--black); }
.site-footer {
  max-width: 1180px;
  margin: 0 auto;
  padding: 56px 60px 48px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  align-items: start;
}

/* Brand col */
.footer-brand-col {}
.footer-logo {
  font-family: var(--mono);
  font-size: 17px;
  letter-spacing: 6px;
  color: var(--white);
  display: block;
  margin-bottom: 5px;
}
.footer-url {
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 1px;
  color: #3a3a3a;
  display: block;
  margin-bottom: 16px;
}
.footer-tagline {
  font-size: 12.5px;
  color: var(--dim);
  line-height: 1.7;
}

/* Shared col styles */
.footer-col-title {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 1.8px;
  color: #3a3a3a;
  text-transform: uppercase;
  margin-bottom: 14px;
  display: block;
}
.footer-col-links { display: flex; flex-direction: column; gap: 10px; }
.footer-link {
  font-size: 13px;
  color: var(--dim);
  transition: color 0.18s;
  display: block;
}
.footer-link:hover { color: var(--off); }

.footer-col-right { }
.footer-copy {
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 0.4px;
  color: #3a3a3a;
  line-height: 1.9;
}

/* Bottom bar */
.footer-bottom {
  max-width: 1180px;
  margin: 0 auto;
  padding: 18px 60px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #111;
}
.footer-bottom-text {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.8px;
  color: #282828;
}

/* ─── Specs Grid ─────────────────────────────────────────────────────────────── */
.specs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--border);
  border-radius: 20px;
  overflow: hidden;
}
.spec-cell {
  background: var(--card);
  padding: 34px 28px;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  transition: background 0.2s;
}
.spec-cell:hover { background: var(--card2); }
.spec-cell:nth-child(3n) { border-right: none; }
.spec-cell:nth-last-child(-n+3) { border-bottom: none; }
.spec-num {
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 1.5px;
  color: #3a3a3a;
  margin-bottom: 14px;
}
.spec-icon { font-size: 20px; color: var(--off); margin-bottom: 14px; display: block; }
.spec-title { font-size: 15px; font-weight: 700; color: var(--off); margin-bottom: 8px; letter-spacing: -0.2px; }
.spec-desc { font-size: 12.5px; color: var(--dim); line-height: 1.68; }

/* ─── FAQ ────────────────────────────────────────────────────────────────────── */
.faq-wrap { max-width: 820px; margin: 0 auto; padding: 0 60px 110px; }
.faq-item {
  border-top: 1px solid var(--border);
  padding: 26px 0;
}
.faq-item:last-child { border-bottom: 1px solid var(--border); }
.faq-q { font-size: 15px; font-weight: 700; color: var(--off); margin-bottom: 10px; letter-spacing: -0.2px; }
.faq-a { font-size: 13px; color: var(--dim); line-height: 1.72; }

/* ─── Divider ────────────────────────────────────────────────────────────────── */
hr.divider { border: none; border-top: 1px solid var(--border); margin: 0; }

/* ─── Responsive ─────────────────────────────────────────────────────────────── */
@media (max-width: 1060px) {
  .hero { grid-template-columns: 1fr; padding: 130px 40px 80px; gap: 56px; }
  h1 { font-size: 46px; }
  .phone-wrap { justify-content: flex-start; }
  .specs-grid { grid-template-columns: 1fr 1fr; }
  .spec-cell:nth-child(3n) { border-right: 1px solid var(--border); }
  .spec-cell:nth-child(2n) { border-right: none; }
  .spec-cell:nth-last-child(-n+3) { border-bottom: 1px solid var(--border); }
  .spec-cell:nth-last-child(-n+2) { border-bottom: none; }
  .about-grid { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .footer-col-right { text-align: left; }
  .footer-bottom { padding: 16px 40px 22px; }
}

@media (max-width: 768px) {
  /* Header */
  .site-header { padding: 0 20px; grid-template-columns: auto auto; }
  .header-status { display: none; }
  nav { display: none; }
  .btn-outline { padding: 7px 14px; font-size: 9px; }

  /* Hero */
  .hero { padding: 110px 24px 70px; gap: 44px; }
  h1 { font-size: 36px; letter-spacing: -2px; }
  .hero-desc { font-size: 14px; }
  .section-wrap { padding: 80px 24px; }
  .faq-wrap { padding: 0 24px 80px; }

  /* Specs */
  .specs-grid { grid-template-columns: 1fr; border-radius: 14px; }
  .spec-cell { border-right: none !important; border-bottom: 1px solid var(--border) !important; }
  .spec-cell:last-child { border-bottom: none !important; }

  /* About */
  .about-card { flex-direction: column; gap: 16px; padding: 24px 20px; }

  /* Footer */
  .site-footer { grid-template-columns: 1fr 1fr; padding: 36px 24px 40px; gap: 28px; }
  .footer-bottom { padding: 14px 24px 20px; flex-direction: column; gap: 8px; text-align: center; }

  /* Phone */
  .phone-wrap { transform: scale(0.92); transform-origin: top left; }
}

@media (max-width: 480px) {
  h1 { font-size: 30px; }
  .hero-actions { flex-direction: column; }
  .btn-primary, .btn-secondary { justify-content: center; }
  .download-row { flex-direction: column; align-items: flex-start; }
  .phone-wrap { transform: scale(0.82); transform-origin: top left; }
  .site-footer { grid-template-columns: 1fr; }
  .about-card { padding: 20px 16px; }
}
