/* ═══════════════════════════════════════════════
   TrustNoWire — Combined Stylesheet
   ═══════════════════════════════════════════════ */

/* ── Reset ── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { min-height: 100vh; overflow-x: hidden; }
img, svg { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; color: inherit; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }

/* ── Themes ── */
:root,
[data-theme="ironman"] {
  --bg: radial-gradient(ellipse at 25% 15%, rgba(0,30,60,0.95) 0%, rgba(3,3,12,0.98) 70%);
  --surface: rgba(0,8,18,0.88);
  --primary: #00dcff;
  --primary-dim: rgba(0,220,255,0.3);
  --primary-ghost: rgba(0,220,255,0.06);
  --accent: #ff3366;
  --success: #00ff88;
  --warning: #ffaa00;
  --danger: #ff3355;
  --info: #aa88ff;
  --text: #b0e0ff;
  --text-bright: #cce8ff;
  --text-dim: rgba(0,220,255,0.45);
  --border: rgba(0,220,255,0.18);
  --border-dim: rgba(0,220,255,0.08);
  --glow: rgba(0,220,255,0.15);
  --scanline: rgba(0,220,255,0.5);
  --corner-accent: #00dcff;
}

[data-theme="stealth"] {
  --bg: radial-gradient(ellipse at 50% 50%, rgba(18,18,18,1) 0%, rgba(8,8,8,1) 70%);
  --surface: rgba(12,12,12,0.95);
  --primary: #888888;
  --primary-dim: rgba(136,136,136,0.3);
  --primary-ghost: rgba(136,136,136,0.04);
  --accent: #cc4444;
  --success: #66aa66;
  --warning: #aa8844;
  --danger: #cc4444;
  --info: #8888aa;
  --text: #999999;
  --text-bright: #cccccc;
  --text-dim: rgba(255,255,255,0.38);
  --border: rgba(255,255,255,0.12);
  --border-dim: rgba(255,255,255,0.06);
  --glow: rgba(255,255,255,0.03);
  --scanline: rgba(136,136,136,0.3);
  --corner-accent: #555555;
}

[data-theme="cyberpunk"] {
  --bg: radial-gradient(ellipse at 20% 80%, rgba(30,0,50,0.95) 0%, rgba(5,0,10,0.98) 70%);
  --surface: rgba(15,0,25,0.9);
  --primary: #ff00ff;
  --primary-dim: rgba(255,0,255,0.3);
  --primary-ghost: rgba(255,0,255,0.06);
  --accent: #00ffaa;
  --success: #00ffaa;
  --warning: #ffff00;
  --danger: #ff0044;
  --info: #00ccff;
  --text: #ddaaff;
  --text-bright: #ffccff;
  --text-dim: rgba(255,0,255,0.45);
  --border: rgba(255,0,255,0.2);
  --border-dim: rgba(255,0,255,0.08);
  --glow: rgba(255,0,255,0.15);
  --scanline: rgba(255,0,255,0.4);
  --corner-accent: #ff00ff;
}

[data-theme="light"] {
  --bg: linear-gradient(180deg, #f0f4f8 0%, #e2e8f0 100%);
  --surface: rgba(255,255,255,0.95);
  --primary: #0066cc;
  --primary-dim: rgba(0,102,204,0.3);
  --primary-ghost: rgba(0,102,204,0.05);
  --accent: #cc3366;
  --success: #22884a;
  --warning: #cc7700;
  --danger: #cc2244;
  --info: #6644aa;
  --text: #334155;
  --text-bright: #0f172a;
  --text-dim: rgba(0,0,0,0.45);
  --border: rgba(0,0,0,0.15);
  --border-dim: rgba(0,0,0,0.06);
  --glow: rgba(0,102,204,0.08);
  --scanline: rgba(0,102,204,0.15);
  --corner-accent: #0066cc;
}

[data-theme="matrix"] {
  --bg: radial-gradient(ellipse at 50% 30%, rgba(0,15,0,0.98) 0%, rgba(0,3,0,1) 70%);
  --surface: rgba(0,8,0,0.9);
  --primary: #00ff41;
  --primary-dim: rgba(0,255,65,0.3);
  --primary-ghost: rgba(0,255,65,0.05);
  --accent: #00cc33;
  --success: #00ff41;
  --warning: #88ff00;
  --danger: #ff3300;
  --info: #44ff88;
  --text: #33cc55;
  --text-bright: #66ff88;
  --text-dim: rgba(0,255,65,0.4);
  --border: rgba(0,255,65,0.15);
  --border-dim: rgba(0,255,65,0.07);
  --glow: rgba(0,255,65,0.1);
  --scanline: rgba(0,255,65,0.4);
  --corner-accent: #00ff41;
}

/* ── Typography ── */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/JetBrainsMono-Regular.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/JetBrainsMono-Bold.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
  font-family: 'JetBrains Mono', 'Consolas', 'Monaco', monospace;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 14px;
  line-height: 1.5;
  color: var(--text);
}

.brand-text {
  font-weight: 700;
  letter-spacing: 3px;
  color: var(--primary);
  text-shadow: 0 0 8px var(--glow);
}
.brand-text .no { opacity: 0.45; }

.section-label {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--text-dim);
  text-transform: uppercase;
}

.heading-lg {
  font-size: clamp(28px, 5vw, 48px);
  font-weight: 700;
  letter-spacing: 3px;
  color: var(--primary);
  text-shadow: 0 0 12px var(--glow);
}

.heading-md {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--primary);
  text-shadow: 0 0 8px var(--glow);
}

.heading-sm {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--text-bright);
}

.text-dim { color: var(--text-dim); }
.text-bright { color: var(--text-bright); }
.text-primary { color: var(--primary); }
.text-success { color: var(--success); }

::selection {
  background: var(--primary-dim);
  color: inherit;
}

/* ── Animations ── */
@keyframes scanDown {
  0%, 100% { top: -2px; opacity: 0; }
  10% { opacity: 1; }
  90% { opacity: 1; }
  100% { top: 100%; opacity: 0; }
}

@keyframes borderGlow {
  0%, 100% { box-shadow: inset 0 0 20px var(--glow), 0 0 10px var(--glow); }
  50% { box-shadow: inset 0 0 30px var(--glow), 0 0 25px var(--glow); }
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-5px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes pulse {
  0%, 100% { opacity: 0.4; }
  50% { opacity: 1; }
}

@keyframes revealUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes glowPulse {
  0%, 100% { filter: drop-shadow(0 0 4px var(--glow)); }
  50% { filter: drop-shadow(0 0 12px var(--glow)); }
}

.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.stagger-1 { transition-delay: 0.05s; }
.stagger-2 { transition-delay: 0.1s; }
.stagger-3 { transition-delay: 0.15s; }
.stagger-4 { transition-delay: 0.2s; }
.stagger-5 { transition-delay: 0.25s; }
.stagger-6 { transition-delay: 0.3s; }
.stagger-7 { transition-delay: 0.35s; }
.stagger-8 { transition-delay: 0.4s; }
.stagger-9 { transition-delay: 0.45s; }
.stagger-10 { transition-delay: 0.5s; }

/* ── Scanner Line ── */
.scanline {
  position: fixed;
  top: -2px;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--scanline), transparent);
  animation: scanDown 5s ease-in-out infinite;
  z-index: 9999;
  pointer-events: none;
}

/* ── Corner Accents ── */
.corner-accents {
  position: absolute;
  inset: -1px;
  pointer-events: none;
  z-index: 1;
}
.corner-accents::before,
.corner-accents::after,
.corner-accents .bl,
.corner-accents .br {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  opacity: 0.35;
}
.corner-accents::before {
  top: 0; left: 0;
  border-top: 2px solid var(--corner-accent);
  border-left: 2px solid var(--corner-accent);
}
.corner-accents::after {
  top: 0; right: 0;
  border-top: 2px solid var(--corner-accent);
  border-right: 2px solid var(--corner-accent);
}
.corner-accents .bl {
  position: absolute;
  bottom: 0; left: 0;
  border-bottom: 2px solid var(--corner-accent);
  border-left: 2px solid var(--corner-accent);
}
.corner-accents .br {
  position: absolute;
  bottom: 0; right: 0;
  border-bottom: 2px solid var(--corner-accent);
  border-right: 2px solid var(--corner-accent);
}

/* ── Nav Bar ── */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 24px;
  transition: background 0.3s, backdrop-filter 0.3s;
  background: transparent;
}
.nav.scrolled {
  background: var(--surface);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-dim);
}
.nav-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}
.nav-brand img {
  width: 32px;
  height: 32px;
  filter: drop-shadow(0 0 6px var(--glow));
}
.nav-brand .brand-text { font-size: 14px; }
.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
}
.nav-links a {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--text-dim);
  transition: color 0.2s;
  padding: 4px 0;
  position: relative;
}
.nav-links a:hover,
.nav-links a.active {
  color: var(--primary);
}
.nav-links a.active::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--primary);
}
.nav-right {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* ── Theme Switcher ── */
.theme-btn {
  width: 20px;
  height: 20px;
  border-radius: 3px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: border-color 0.2s, transform 0.2s;
  padding: 0;
}
.theme-btn:hover { transform: scale(1.15); }
.theme-btn.active { border-color: var(--text-bright); }
.theme-btn[data-theme="ironman"] { background: linear-gradient(135deg, #00dcff, #003060); }
.theme-btn[data-theme="stealth"] { background: linear-gradient(135deg, #888888, #222222); }
.theme-btn[data-theme="cyberpunk"] { background: linear-gradient(135deg, #ff00ff, #1e0032); }
.theme-btn[data-theme="light"] { background: linear-gradient(135deg, #0066cc, #f0f4f8); }
.theme-btn[data-theme="matrix"] { background: linear-gradient(135deg, #00ff41, #000f00); }

/* ── Hamburger ── */
.hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  color: var(--primary);
}
.hamburger svg { width: 24px; height: 24px; }

/* ── Buttons ── */
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--primary);
  background: transparent;
  border: 2px solid var(--primary);
  border-radius: 2px;
  cursor: pointer;
  transition: background 0.2s, box-shadow 0.2s, transform 0.15s;
  box-shadow: 0 0 12px var(--glow), inset 0 0 12px var(--glow);
}
.btn-primary:hover {
  background: var(--primary-ghost);
  box-shadow: 0 0 24px var(--glow), inset 0 0 24px var(--glow);
  transform: translateY(-1px);
}
.btn-primary svg { width: 18px; height: 18px; }

.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--text);
  background: transparent;
  border: 1px solid var(--border);
  border-radius: 2px;
  cursor: pointer;
  transition: color 0.2s, border-color 0.2s, background 0.2s;
}
.btn-secondary:hover {
  color: var(--primary);
  border-color: var(--primary);
  background: var(--primary-ghost);
}
.btn-secondary svg { width: 16px; height: 16px; }

/* ── Feature Row ── */
.feature-row {
  display: grid;
  grid-template-columns: 48px 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 14px 20px;
  border-bottom: 1px solid var(--border-dim);
  transition: background 0.15s;
}
.feature-row:hover {
  background: var(--primary-ghost);
}
.feature-row .icon-wrap {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
}
.feature-row .icon-wrap svg { width: 28px; height: 28px; }
.feature-row .info h3 {
  font-size: 13px;
  font-weight: 700;
  color: var(--text-bright);
  letter-spacing: 1px;
  margin-bottom: 2px;
}
.feature-row .info p {
  font-size: 11px;
  color: var(--text-dim);
  line-height: 1.4;
}
.feature-row .status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--success);
  box-shadow: 0 0 6px var(--success);
  animation: pulse 2s ease-in-out infinite;
}

/* ── FAQ Accordion ── */
.faq-item {
  border-bottom: 1px solid var(--border-dim);
}
.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 20px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--text-bright);
  transition: background 0.15s;
}
.faq-question:hover { background: var(--primary-ghost); }
.faq-question svg {
  width: 16px;
  height: 16px;
  color: var(--text-dim);
  transition: transform 0.3s;
  flex-shrink: 0;
}
.faq-item.open .faq-question svg { transform: rotate(180deg); }
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.faq-answer-inner {
  padding: 0 20px 16px 20px;
  font-size: 12px;
  color: var(--text);
  line-height: 1.7;
}

/* ── Screenshot Tabs ── */
.screenshot-tabs {
  display: flex;
  gap: 2px;
  margin-bottom: 20px;
}
.screenshot-tab {
  padding: 8px 16px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--text-dim);
  background: transparent;
  border: 1px solid var(--border-dim);
  border-radius: 2px;
  cursor: pointer;
  transition: color 0.2s, border-color 0.2s, background 0.2s;
}
.screenshot-tab:hover { color: var(--text-bright); border-color: var(--border); }
.screenshot-tab.active {
  color: var(--primary);
  border-color: var(--primary);
  background: var(--primary-ghost);
}

/* ── Screenshot Display ── */
.screenshot-display {
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  border: 1px solid var(--border-dim);
  border-radius: 4px;
  overflow: hidden;
  background: var(--surface);
  box-shadow: 0 0 20px var(--glow), inset 0 0 1px var(--border);
}
.screenshot-display picture {
  display: block;
}
.screenshot-display img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.screenshot-display img.loading {
  opacity: 0.3;
}

/* ── Version Badge ── */
.version-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--primary);
  padding: 4px 12px;
  border: 1px solid var(--primary);
  border-radius: 2px;
  margin-bottom: 16px;
}

/* ── Requirements ── */
.req-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: var(--text);
  padding: 4px 0;
}
.req-item svg {
  width: 16px;
  height: 16px;
  color: var(--success);
  flex-shrink: 0;
}

/* ── Changelog ── */
.changelog-entry {
  padding: 20px;
  border: 1px solid var(--border-dim);
  border-radius: 2px;
  background: var(--surface);
}
.changelog-version {
  font-size: 14px;
  font-weight: 700;
  color: var(--primary);
  letter-spacing: 1px;
  margin-bottom: 4px;
}
.changelog-date {
  font-size: 10px;
  color: var(--text-dim);
  letter-spacing: 1px;
  margin-bottom: 12px;
}
.changelog-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 4px 0;
  font-size: 12px;
  color: var(--text);
  line-height: 1.5;
}
.changelog-item svg {
  width: 6px;
  height: 6px;
  margin-top: 6px;
  flex-shrink: 0;
  fill: var(--primary);
}

/* ── Footer ── */
.footer {
  position: relative;
  padding: 40px 24px 24px;
  text-align: center;
  border-top: 1px solid var(--border-dim);
}
.footer-pulse {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}
.footer-pulse .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--success);
  animation: pulse 2s ease-in-out infinite;
  box-shadow: 0 0 8px var(--success);
}
.footer-github {
  margin-bottom: 24px;
}
.footer-social {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
}
.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: var(--text-dim);
  opacity: 0.6;
  transition: opacity 0.2s, color 0.2s, filter 0.2s;
}
.footer-social a:hover {
  opacity: 1;
  color: var(--primary);
  filter: drop-shadow(0 0 4px var(--glow));
}
.footer-social a svg { width: 20px; height: 20px; }
.footer-credit {
  font-size: 10px;
  color: var(--text-dim);
  letter-spacing: 1px;
}
.footer-credit a {
  color: var(--text);
  transition: color 0.2s;
}
.footer-credit a:hover { color: var(--primary); }

/* ── Stats Bar ── */
.stats-bar {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}
.stats-bar .stat {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--text-dim);
}

/* ── Scrollbar ── */
::-webkit-scrollbar { width: 3px; }
::-webkit-scrollbar-track { background: var(--primary-ghost); }
::-webkit-scrollbar-thumb { background: var(--primary-dim); border-radius: 2px; }

/* ── Mobile Nav Overlay ── */
.mobile-nav {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1001;
  background: var(--surface);
  backdrop-filter: blur(12px);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.mobile-nav.open { display: flex; }
.mobile-nav a {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 3px;
  color: var(--text);
  transition: color 0.2s;
}
.mobile-nav a:hover { color: var(--primary); }
.mobile-nav-close {
  position: absolute;
  top: 16px;
  right: 20px;
  background: none;
  border: none;
  color: var(--primary);
  cursor: pointer;
  font-size: 24px;
}

/* ── Layout ── */
body {
  background: var(--bg);
  min-height: 100vh;
}

.page-wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
}

section {
  position: relative;
  padding: 80px 0;
}

#hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 80px;
}

#hero .hero-logo {
  width: 160px;
  height: 160px;
  margin-bottom: 24px;
  filter: drop-shadow(0 0 8px var(--glow));
  animation: glowPulse 3s ease-in-out infinite;
}

#hero .hero-title { margin-bottom: 16px; }
#hero .hero-tagline {
  font-size: 14px;
  color: var(--text);
  margin-bottom: 8px;
  font-style: italic;
}
#hero .hero-subtitle {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3px;
  color: var(--text-dim);
  margin-bottom: 32px;
}
#hero .stats-bar { margin-bottom: 40px; }

#features .features-list { border-top: 1px solid var(--border-dim); }

#screenshots { text-align: center; }
#screenshots .screenshot-tabs { justify-content: center; }

#download { text-align: center; }
.download-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin: 24px 0;
}
.download-meta {
  font-size: 10px;
  color: var(--text-dim);
  margin-top: 4px;
}
.requirements {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin: 24px 0;
}
.github-link { margin-top: 24px; }

#faq .about-block {
  padding: 20px;
  border: 1px solid var(--border-dim);
  border-radius: 2px;
  margin-bottom: 32px;
  font-size: 12px;
  color: var(--text);
  line-height: 1.7;
}
#faq .faq-list { border-top: 1px solid var(--border-dim); }

#changelog {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.section-header {
  text-align: center;
  margin-bottom: 40px;
}
.section-header .section-label {
  margin-bottom: 8px;
  display: block;
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .nav-links { display: none; }
  .hamburger { display: block; }
  .nav-right .theme-btn { width: 16px; height: 16px; }
  section { padding: 60px 0; }
  #hero .hero-logo { width: 120px; height: 120px; }
  .feature-row {
    grid-template-columns: 40px 1fr auto;
    gap: 10px;
    padding: 12px 14px;
  }
  .feature-row .icon-wrap { width: 32px; height: 32px; }
  .feature-row .icon-wrap svg { width: 22px; height: 22px; }
  .feature-row .info h3 { font-size: 12px; }
  .feature-row .info p { font-size: 10px; }
  .download-buttons { flex-direction: column; align-items: center; }
  .screenshot-tabs { flex-wrap: wrap; justify-content: center; }
  .screenshot-tab { padding: 6px 10px; font-size: 10px; }
  .stats-bar { gap: 12px; }
  .stats-bar .stat { font-size: 9px; letter-spacing: 1px; }
  .footer-social { gap: 8px; }
  .footer-social a { width: 32px; height: 32px; }
}

@media (max-width: 480px) {
  .page-wrap { padding: 0 16px; }
  .nav { padding: 10px 16px; }
  #hero .hero-logo { width: 96px; height: 96px; }
  .heading-lg { letter-spacing: 2px; }
  .feature-row .info p { display: none; }
  .btn-primary { padding: 10px 20px; font-size: 12px; }
}
