/* ================================================================
   VFindR Store – Main Stylesheet
   Version: 3.0.0 — Mobile-First Responsive
   ================================================================ */

@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,400;0,500;0,600;0,700;0,900;1,700&family=Barlow+Condensed:wght@600;700;900&family=Inter:wght@400;500;600&display=swap');

:root {
  --brand-cyan:        #00d4e8;
  --brand-cyan-dark:   #00a8ba;
  --brand-cyan-deep:   #007a8a;
  --brand-teal:        #006a78;
  --brand-glow:        rgba(0, 212, 232, 0.25);
  --brand-dark:        #060e10;
  --brand-mid:         #0d1c20;
  --brand-panel:       #0a1618;
  --brand-border:      #153038;
  --brand-text:        #d8f4f8;
  --brand-muted:       #5b8a94;
  --brand-white:       #ffffff;
  --brand-accent:      #3de8f8;
  --brand-green:       #00c96e;
  --community-gold:    #f5a623;
  --font-display: 'Barlow Condensed', sans-serif;
  --font-body:    'Barlow', sans-serif;
  --font-ui:      'Inter', sans-serif;
  --radius:    6px;
  --radius-lg: 12px;
  --shadow:    0 4px 24px rgba(0,0,0,0.6);
  --shadow-cyan: 0 0 28px rgba(0, 212, 232, 0.3);
  --transition: 0.22s ease;
  --max-w: 1180px;
}

/* ── Reset ──────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; -webkit-text-size-adjust: 100%; }
body {
  background: var(--brand-dark);
  color: var(--brand-text);
  font-family: var(--font-body);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
a { color: var(--brand-cyan); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--brand-accent); }
ul { list-style: none; }
input, select, textarea, button { font-family: inherit; }

.container { max-width: var(--max-w); margin: 0 auto; padding: 0 1.25rem; }
.sr-only { position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; }

/* ── Top Bar ────────────────────────────────────────────────────── */
.top-bar {
  background: linear-gradient(90deg, var(--brand-teal) 0%, var(--brand-cyan-dark) 100%);
  color: var(--brand-dark);
  font-size: 0.72rem;
  font-family: var(--font-ui);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 0.5rem 1rem;
  line-height: 1.4;
}

/* ── Header ─────────────────────────────────────────────────────── */
.site-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(6,14,16,0.97);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--brand-border);
  transition: box-shadow var(--transition);
}
.site-header.scrolled { box-shadow: 0 2px 24px rgba(0, 212, 232, 0.12); }

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.65rem 1.25rem;
  max-width: var(--max-w);
  margin: 0 auto;
}

/* ── Logo ───────────────────────────────────────────────────────── */
.nav-logo { display: flex; align-items: center; gap: 9px; flex-shrink: 0; text-decoration: none; }
.nav-logo-icon { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.nav-logo-shield {
  width: 40px; height: 40px;
  object-fit: contain; object-position: center;
  display: block;
  filter: drop-shadow(0 0 6px rgba(0,212,200,0.4));
  transition: filter 0.22s ease;
}
.nav-logo:hover .nav-logo-shield { filter: drop-shadow(0 0 14px rgba(0,212,200,0.7)); }
/* Footer logo — slightly smaller */
.footer-brand .nav-logo-icon { width: 36px; height: 36px; }
.footer-brand .nav-logo-shield { width: 36px; height: 36px; }
.nav-logo-text {
  font-family: var(--font-display);
  font-size: 1.25rem; font-weight: 700;
  letter-spacing: 0.04em; line-height: 1; color: var(--brand-white);
}
.nav-logo-text em {
  font-style: normal;
  background: linear-gradient(135deg, var(--brand-cyan), var(--brand-cyan-dark));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.nav-logo-sub {
  font-family: var(--font-ui); font-size: 0.58rem; letter-spacing: 0.15em;
  color: var(--brand-muted); text-transform: uppercase;
  padding-left: 8px; border-left: 1px solid var(--brand-border);
  margin-left: 2px; align-self: center; line-height: 1;
}

/* ── Desktop Nav ────────────────────────────────────────────────── */
.nav-links { display: flex; align-items: center; gap: 0.15rem; }
.nav-links a {
  color: var(--brand-text); font-family: var(--font-ui);
  font-size: 0.85rem; font-weight: 500;
  padding: 0.42rem 0.75rem; border-radius: var(--radius);
  transition: background var(--transition), color var(--transition);
}
.nav-links a:hover { background: var(--brand-mid); color: var(--brand-cyan); }
.nav-links a.active { color: var(--brand-cyan); }

.nav-community-link {
  background: var(--brand-cyan) !important; color: #111 !important;
  font-weight: 700 !important; border-radius: var(--radius) !important;
  padding: 0.38rem 0.8rem !important; margin-left: 0.4rem;
  font-size: 0.84rem !important; letter-spacing: 0.02em;
  transition: background var(--transition), transform var(--transition) !important;
}
.nav-community-link:hover { background: #e09616 !important; color: #000 !important; transform: translateY(-1px); }

.nav-cta {
  background: var(--brand-cyan); color: var(--brand-dark) !important;
  font-family: var(--font-ui); font-size: 0.86rem; font-weight: 700;
  padding: 0.5rem 1.1rem; border-radius: var(--radius); white-space: nowrap;
  transition: background var(--transition), transform var(--transition), box-shadow var(--transition);
}
.nav-cta:hover { background: var(--brand-cyan-dark); transform: translateY(-1px); color: var(--brand-dark) !important; box-shadow: var(--shadow-cyan); }

/* ── Hamburger ──────────────────────────────────────────────────── */
.hamburger {
  display: none;
  flex-direction: column; gap: 5px;
  cursor: pointer; background: none; border: none;
  padding: 8px; min-width: 44px; min-height: 44px;
  align-items: center; justify-content: center;
  -webkit-tap-highlight-color: transparent;
}
.hamburger span {
  display: block; width: 24px; height: 2px;
  background: var(--brand-text); border-radius: 2px;
  transition: transform 0.3s, opacity 0.3s;
}
.hamburger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.hamburger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── Mobile Nav (dropdown state of .nav-links) ──────────────────── */
/* On mobile .nav-links becomes the dropdown; .mobile-open shows it */


/* ── Community Banner ───────────────────────────────────────────── */
.community-banner {
  background: linear-gradient(135deg, #1a1200 0%, #2a1f00 50%, #1a1200 100%);
  border-top: 2px solid var(--community-gold);
  border-bottom: 1px solid rgba(245,166,35,0.25);
  padding: 0.9rem 1.25rem; text-align: center;
}
.community-banner .inner {
  max-width: var(--max-w); margin: 0 auto;
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 0.75rem;
}
.community-banner p { font-family: var(--font-ui); font-size: 0.88rem; color: #d4a53a; font-weight: 500; }
.community-banner strong { color: var(--community-gold); }
.community-banner a.btn-community {
  display: inline-flex; align-items: center; gap: 0.4rem;
  background: var(--community-gold); color: #111; font-weight: 700;
  font-family: var(--font-ui); font-size: 0.85rem; padding: 0.4rem 1.1rem;
  border-radius: var(--radius); transition: background var(--transition), transform var(--transition);
}
.community-banner a.btn-community:hover { background: #e09616; transform: translateY(-1px); color: #000; }

/* ── Hero ───────────────────────────────────────────────────────── */
.hero {
  position: relative; min-height: 92vh; min-height: 92svh;
  display: flex; align-items: center; overflow: hidden; background: var(--brand-dark);
}
.hero-bg {
  position: absolute; inset: 0;
  background-image: url('../images/trakbox.jpg');
  background-size: cover; background-position: center 30%;
  filter: brightness(0.3) saturate(0.7) hue-rotate(170deg);
  transform: scale(1.04);
  animation: heroZoom 14s ease-in-out infinite alternate;
}
@keyframes heroZoom { from { transform: scale(1.04); } to { transform: scale(1.0); } }
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to right, rgba(6,14,16,0.96) 35%, rgba(6,14,16,0.4) 100%);
}
.hero-content {
  position: relative; z-index: 2;
  max-width: var(--max-w); width: 100%;
  margin: 0 auto; padding: 4rem 1.25rem;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: rgba(0,212,232,0.1); border: 1px solid rgba(0,212,232,0.35);
  border-radius: 100px; padding: 0.35rem 1rem;
  font-family: var(--font-ui); font-size: 0.75rem; font-weight: 600;
  color: var(--brand-cyan); letter-spacing: 0.06em; text-transform: uppercase;
  margin-bottom: 1.25rem; animation: fadeUp 0.6s ease both;
}
.hero-badge span.dot {
  width: 7px; height: 7px; background: var(--brand-green); border-radius: 50%;
  animation: pulse 2s ease-in-out infinite; flex-shrink: 0;
}
@keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:0.5;transform:scale(1.3)} }

.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 7vw, 5.5rem);
  font-weight: 900; line-height: 0.95;
  letter-spacing: -0.01em; text-transform: uppercase; color: var(--brand-white);
  margin-bottom: 1.25rem; animation: fadeUp 0.7s ease 0.1s both;
}
.hero h1 em { font-style: italic; color: var(--brand-cyan); }
.hero-sub {
  font-family: var(--font-ui); font-size: 1rem; color: var(--brand-muted);
  max-width: 520px; line-height: 1.7; margin-bottom: 2rem;
  animation: fadeUp 0.7s ease 0.2s both;
}
.hero-actions { display: flex; gap: 0.85rem; flex-wrap: wrap; animation: fadeUp 0.7s ease 0.3s both; }
.hero-stats { display: flex; gap: 2rem; margin-top: 3rem; flex-wrap: wrap; animation: fadeUp 0.7s ease 0.4s both; }
.hero-stat { display: flex; flex-direction: column; }
.hero-stat strong { font-family: var(--font-display); font-size: 2rem; font-weight: 900; color: var(--brand-cyan); line-height: 1; }
.hero-stat span { font-family: var(--font-ui); font-size: 0.72rem; color: var(--brand-muted); text-transform: uppercase; letter-spacing: 0.08em; margin-top: 0.25rem; }

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

/* ── Buttons ────────────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  padding: 0.75rem 1.6rem; border-radius: var(--radius);
  font-family: var(--font-ui); font-size: 0.92rem; font-weight: 600;
  cursor: pointer; border: none; transition: all var(--transition);
  text-decoration: none; white-space: nowrap;
  -webkit-tap-highlight-color: transparent; touch-action: manipulation;
}
.btn-primary { background: var(--brand-cyan); color: var(--brand-dark); box-shadow: var(--shadow-cyan); }
.btn-primary:hover { background: var(--brand-cyan-dark); transform: translateY(-2px); color: var(--brand-dark); box-shadow: 0 6px 32px rgba(0,212,232,0.45); }
.btn-outline { background: transparent; color: var(--brand-white); border: 1.5px solid rgba(0,212,232,0.35); }
.btn-outline:hover { border-color: var(--brand-cyan); background: rgba(0,212,232,0.07); transform: translateY(-2px); color: var(--brand-cyan); }
.btn-community-cta { background: var(--community-gold); color: #111; font-weight: 700; font-size: 0.95rem; }
.btn-community-cta:hover { background: #e09616; transform: translateY(-2px); color: #000; }
.btn-lg { padding: 0.9rem 2rem; font-size: 1rem; }
.btn-sm { padding: 0.5rem 1rem; font-size: 0.84rem; }

/* ── Sections ───────────────────────────────────────────────────── */
section { padding: 5rem 0; }
.section-label { font-family: var(--font-ui); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--brand-cyan); margin-bottom: 0.65rem; }
.section-title { font-family: var(--font-display); font-size: clamp(1.9rem, 5vw, 3.2rem); font-weight: 900; text-transform: uppercase; color: var(--brand-white); line-height: 1.05; letter-spacing: -0.01em; }
.section-title em { font-style: italic; color: var(--brand-cyan); }
.section-sub { font-family: var(--font-ui); color: var(--brand-muted); font-size: 0.97rem; max-width: 600px; margin-top: 0.65rem; line-height: 1.7; }

/* ── Intro ──────────────────────────────────────────────────────── */
.intro-section { background: var(--brand-mid); }
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.intro-text .quote {
  margin: 1.75rem 0; padding: 1.1rem 1.25rem;
  border-left: 3px solid var(--brand-cyan); background: rgba(0,212,232,0.05);
  border-radius: 0 var(--radius) var(--radius) 0;
  font-family: var(--font-display); font-size: 1.3rem; font-weight: 700;
  font-style: italic; color: var(--brand-white); text-transform: uppercase;
}
.intro-text p { font-family: var(--font-ui); color: var(--brand-muted); margin-bottom: 1rem; font-size: 0.95rem; }
.intro-text strong { color: var(--brand-white); font-weight: 600; }
.intro-image { position: relative; }
.intro-image img { border-radius: var(--radius-lg); box-shadow: var(--shadow); width: 100%; }
.intro-image::after { content: ''; position: absolute; inset: -2px; border-radius: calc(var(--radius-lg) + 2px); border: 1px solid rgba(0,212,232,0.2); pointer-events: none; }

/* ── Product ────────────────────────────────────────────────────── */
.product-section { background: var(--brand-dark); }
.product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; margin-top: 2.5rem; }
.product-badge-new { display: inline-block; background: var(--brand-cyan); color: var(--brand-dark); font-family: var(--font-ui); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 0.18rem 0.6rem; border-radius: var(--radius); margin-bottom: 0.85rem; }
.product-name { font-family: var(--font-display); font-size: clamp(2.2rem, 5vw, 4rem); font-weight: 900; color: var(--brand-white); text-transform: uppercase; line-height: 1; margin-bottom: 0.4rem; }
.product-tagline { font-family: var(--font-ui); font-size: 0.82rem; color: var(--brand-muted); letter-spacing: 0.05em; text-transform: uppercase; margin-bottom: 1.25rem; }
.product-bullets { margin-bottom: 1.75rem; }
.product-bullets li { display: flex; align-items: flex-start; gap: 0.7rem; font-family: var(--font-ui); font-size: 0.93rem; color: var(--brand-text); padding: 0.5rem 0; border-bottom: 1px solid var(--brand-border); }
.product-bullets li:last-child { border-bottom: none; }
.product-bullets li::before { content: '✓'; color: var(--brand-green); font-weight: 700; flex-shrink: 0; margin-top: 0.05rem; }
.product-img-wrap { position: relative; display: flex; justify-content: center; }
.product-img-wrap img { border-radius: var(--radius-lg); box-shadow: 0 20px 60px rgba(0,0,0,0.7), 0 0 40px rgba(0,212,232,0.12); max-width: 400px; width: 100%; }
.product-flag { position: absolute; bottom: -10px; right: -6px; background: var(--brand-mid); border: 1px solid var(--brand-border); border-radius: var(--radius); padding: 0.45rem 0.75rem; font-family: var(--font-ui); font-size: 0.76rem; color: var(--brand-muted); font-weight: 500; }
.product-flag strong { color: var(--brand-white); display: block; font-size: 0.82rem; }

/* ── Features ───────────────────────────────────────────────────── */
.features-section { background: var(--brand-mid); }
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; margin-top: 2.5rem; }
.feature-card { background: var(--brand-panel); border: 1px solid var(--brand-border); border-radius: var(--radius-lg); padding: 1.75rem; transition: border-color var(--transition), transform var(--transition), box-shadow var(--transition); }
.feature-card:hover { border-color: var(--brand-cyan); transform: translateY(-4px); box-shadow: 0 8px 32px rgba(0,0,0,0.5), 0 0 20px rgba(0,212,232,0.12); }
.feature-icon { width: 44px; height: 44px; background: rgba(0,212,232,0.1); border-radius: var(--radius); display: flex; align-items: center; justify-content: center; font-size: 1.3rem; margin-bottom: 1rem; }
.feature-card h3 { font-family: var(--font-display); font-size: 1.25rem; font-weight: 700; color: var(--brand-white); text-transform: uppercase; margin-bottom: 0.45rem; }
.feature-card p { font-family: var(--font-ui); font-size: 0.88rem; color: var(--brand-muted); line-height: 1.65; }

/* ── How It Works ───────────────────────────────────────────────── */
.how-section { background: var(--brand-dark); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.75rem; margin-top: 2.5rem; position: relative; }
.steps::before { content: ''; position: absolute; top: 2.5rem; left: calc(16.66% + 1rem); right: calc(16.66% + 1rem); height: 1px; background: linear-gradient(to right, var(--brand-cyan), transparent, var(--brand-cyan)); opacity: 0.35; pointer-events: none; }
.step { text-align: center; padding: 2.25rem 1.25rem; background: var(--brand-panel); border: 1px solid var(--brand-border); border-radius: var(--radius-lg); }
.step-num { font-family: var(--font-display); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em; color: var(--brand-cyan); text-transform: uppercase; margin-bottom: 0.9rem; }
.step-circle { width: 52px; height: 52px; background: linear-gradient(135deg, var(--brand-teal), var(--brand-cyan-dark)); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 1.5rem; font-weight: 900; color: var(--brand-dark); margin: 0 auto 1.1rem; box-shadow: var(--shadow-cyan); }
.step h3 { font-family: var(--font-display); font-size: 1.3rem; font-weight: 700; text-transform: uppercase; color: var(--brand-white); margin-bottom: 0.65rem; }
.step p { font-family: var(--font-ui); font-size: 0.88rem; color: var(--brand-muted); line-height: 1.65; }

/* ── Comparison ─────────────────────────────────────────────────── */
.compare-section { background: var(--brand-mid); }
.compare-wrap { margin-top: 2.5rem; overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: var(--radius-lg); border: 1px solid var(--brand-border); }
.compare-table { width: 100%; min-width: 480px; border-collapse: collapse; font-family: var(--font-ui); font-size: 0.9rem; }
.compare-table th { padding: 1rem 1.25rem; text-align: left; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; font-size: 0.78rem; background: var(--brand-panel); border-bottom: 1px solid var(--brand-border); }
.compare-table th:first-child { color: var(--brand-muted); }
.compare-table th.th-vtrak { color: var(--brand-cyan); background: rgba(0,212,232,0.07); }
.compare-table td { padding: 0.85rem 1.25rem; border-bottom: 1px solid var(--brand-border); color: var(--brand-text); vertical-align: middle; }
.compare-table tr:last-child td { border-bottom: none; }
.compare-table tr:nth-child(even) td { background: rgba(255,255,255,0.02); }
.compare-table td.td-vtrak { background: rgba(0,212,232,0.04); font-weight: 600; }
.compare-table .check-yes { color: var(--brand-green); font-size: 1.1rem; }
.compare-table .check-no  { color: #2a4a52; font-size: 1rem; }

/* ── Community CTA ──────────────────────────────────────────────── */
.community-cta-section { background: linear-gradient(135deg, #151000 0%, #221800 50%, #151000 100%); border-top: 1px solid rgba(245,166,35,0.2); border-bottom: 1px solid rgba(245,166,35,0.2); padding: 4.5rem 0; text-align: center; }
.community-cta-section .inner { max-width: 720px; margin: 0 auto; padding: 0 1.25rem; }
.community-cta-icon { font-size: 2.2rem; margin-bottom: 0.85rem; }
.community-cta-section h2 { font-family: var(--font-display); font-size: clamp(1.8rem, 5vw, 3rem); font-weight: 900; text-transform: uppercase; color: var(--brand-white); margin-bottom: 0.85rem; }
.community-cta-section h2 em { color: var(--community-gold); font-style: italic; }
.community-cta-section p { font-family: var(--font-ui); color: #b89a50; font-size: 0.97rem; line-height: 1.7; margin-bottom: 1.75rem; }
.community-cta-section .stat-pills { display: flex; justify-content: center; gap: 0.75rem; flex-wrap: wrap; margin-bottom: 1.75rem; }
.community-cta-section .pill { background: rgba(245,166,35,0.1); border: 1px solid rgba(245,166,35,0.3); color: var(--community-gold); font-family: var(--font-ui); font-size: 0.8rem; font-weight: 600; padding: 0.32rem 0.85rem; border-radius: 100px; }

/* ── CTA Banner ─────────────────────────────────────────────────── */
.cta-banner { background: linear-gradient(135deg, var(--brand-teal) 0%, var(--brand-cyan-dark) 60%, var(--brand-teal) 100%); padding: 3.5rem 0; text-align: center; position: relative; overflow: hidden; }
.cta-banner::before { content: ''; position: absolute; inset: 0; background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23000000' fill-opacity='0.06'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
.cta-banner .container { position: relative; z-index: 1; }
.cta-banner h2 { font-family: var(--font-display); font-size: clamp(1.8rem, 5vw, 3rem); font-weight: 900; text-transform: uppercase; color: var(--brand-dark); margin-bottom: 0.5rem; }
.cta-banner p { font-family: var(--font-ui); color: rgba(6,14,16,0.75); font-size: 0.97rem; margin-bottom: 1.75rem; }
.cta-banner .actions { display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; }
.btn-white { background: var(--brand-dark); color: var(--brand-cyan); font-weight: 700; }
.btn-white:hover { background: #0d1c20; color: var(--brand-accent); transform: translateY(-2px); }
.btn-outline-white { background: transparent; color: var(--brand-dark); border: 2px solid rgba(6,14,16,0.4); font-weight: 600; }
.btn-outline-white:hover { border-color: var(--brand-dark); background: rgba(6,14,16,0.12); color: var(--brand-dark); transform: translateY(-2px); }

/* ── Contact ────────────────────────────────────────────────────── */
.contact-section { background: var(--brand-dark); }
.contact-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: 3.5rem; margin-top: 2.5rem; }
.contact-info h3 { font-family: var(--font-display); font-size: 1.4rem; font-weight: 700; text-transform: uppercase; color: var(--brand-white); margin-bottom: 1.35rem; }
.contact-item { display: flex; gap: 0.9rem; margin-bottom: 1.1rem; align-items: flex-start; }
.contact-item-icon { width: 38px; height: 38px; background: rgba(0,212,232,0.1); border-radius: var(--radius); display: flex; align-items: center; justify-content: center; font-size: 1rem; flex-shrink: 0; }
.contact-item-text { font-family: var(--font-ui); font-size: 0.88rem; }
.contact-item-text strong { color: var(--brand-white); display: block; margin-bottom: 0.15rem; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.05em; }
.contact-item-text span { color: var(--brand-muted); }
.contact-item-text a { color: var(--brand-text); }
.contact-item-text a:hover { color: var(--brand-cyan); }
.contact-social { margin-top: 1.75rem; }
.contact-social p { font-family: var(--font-ui); font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--brand-muted); margin-bottom: 0.65rem; }
.social-links { display: flex; gap: 0.65rem; flex-wrap: wrap; }
.social-link { width: 40px; height: 40px; background: var(--brand-panel); border: 1px solid var(--brand-border); border-radius: var(--radius); display: flex; align-items: center; justify-content: center; color: var(--brand-muted) !important; font-size: 1rem; transition: all var(--transition); }
.social-link:hover { background: var(--brand-cyan); border-color: var(--brand-cyan); color: var(--brand-dark) !important; transform: translateY(-2px); }

/* ── Form ───────────────────────────────────────────────────────── */
.enquiry-form { background: var(--brand-panel); border: 1px solid var(--brand-border); border-radius: var(--radius-lg); padding: 2rem; }
.enquiry-form h3 { font-family: var(--font-display); font-size: 1.4rem; font-weight: 700; text-transform: uppercase; color: var(--brand-white); margin-bottom: 1.5rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group { margin-bottom: 1rem; }
.form-group label { display: block; font-family: var(--font-ui); font-size: 0.78rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; color: var(--brand-muted); margin-bottom: 0.38rem; }
.form-group label .req { color: var(--brand-cyan); margin-left: 2px; }
.form-group input, .form-group select, .form-group textarea {
  width: 100%; background: var(--brand-mid); border: 1px solid var(--brand-border);
  border-radius: var(--radius); padding: 0.72rem 1rem; color: var(--brand-text);
  font-size: 1rem; /* CRITICAL: prevents iOS auto-zoom */
  transition: border-color var(--transition), box-shadow var(--transition);
  appearance: none; -webkit-appearance: none;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--brand-cyan); box-shadow: 0 0 0 3px rgba(0,212,232,0.15); }
.form-group textarea { min-height: 95px; resize: vertical; }
.form-group select { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%235b8a94' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: right 0.75rem center; background-size: 1.2em; padding-right: 2.5rem; }
.form-group select option { background: var(--brand-panel); }
.form-privacy { font-family: var(--font-ui); font-size: 0.76rem; color: var(--brand-muted); margin-top: 0.65rem; line-height: 1.5; }
.form-privacy a { color: var(--brand-muted); text-decoration: underline; }

/* ── Toast ──────────────────────────────────────────────────────── */
.toast {
  position: fixed; bottom: 1.5rem; right: 1.25rem; left: 1.25rem;
  max-width: 380px; margin: 0 auto;
  background: var(--brand-green); color: #000;
  font-family: var(--font-ui); font-size: 0.9rem; font-weight: 700;
  padding: 0.9rem 1.25rem; border-radius: var(--radius); box-shadow: var(--shadow);
  z-index: 9999; transform: translateY(120px); opacity: 0;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1); text-align: center;
}
.toast.show { transform: translateY(0); opacity: 1; }

/* ── Modal ──────────────────────────────────────────────────────── */
.modal-overlay {
  position: fixed; inset: 0; background: rgba(0,0,0,0.85);
  backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px);
  z-index: 9990; display: flex; align-items: center; justify-content: center;
  padding: 1rem; opacity: 0; pointer-events: none; transition: opacity 0.3s;
}
.modal-overlay.open { opacity: 1; pointer-events: all; }
.modal {
  background: var(--brand-panel); border: 1px solid var(--brand-border);
  border-radius: var(--radius-lg); padding: 2rem; width: 100%; max-width: 480px;
  max-height: 92vh; max-height: 92svh; overflow-y: auto; -webkit-overflow-scrolling: touch;
  transform: scale(0.95) translateY(20px);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.modal-overlay.open .modal { transform: scale(1) translateY(0); }
.modal-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 1.25rem; }
.modal-header h2 { font-family: var(--font-display); font-size: 1.5rem; font-weight: 800; text-transform: uppercase; color: var(--brand-white); }
.modal-close { background: none; border: none; color: var(--brand-muted); font-size: 1.5rem; cursor: pointer; padding: 0.2rem 0.4rem; line-height: 1; transition: color var(--transition); -webkit-tap-highlight-color: transparent; flex-shrink: 0; min-width: 36px; min-height: 36px; display: flex; align-items: center; justify-content: center; }
.modal-close:hover { color: var(--brand-cyan); }
.modal-sub { font-family: var(--font-ui); font-size: 0.86rem; color: var(--brand-muted); margin-bottom: 1.25rem; line-height: 1.6; }

/* ── Cookie Banner ──────────────────────────────────────────────── */
.cookie-banner { position: fixed; bottom: 0; left: 0; right: 0; background: var(--brand-mid); border-top: 1px solid var(--brand-border); padding: 1.1rem 1.25rem; z-index: 9980; transform: translateY(100%); transition: transform 0.4s ease; }
.cookie-banner.show { transform: translateY(0); }
.cookie-banner-inner { max-width: var(--max-w); margin: 0 auto; display: flex; align-items: center; gap: 1.25rem; flex-wrap: wrap; }
.cookie-text { font-family: var(--font-ui); font-size: 0.83rem; color: var(--brand-muted); flex: 1; min-width: 220px; line-height: 1.55; }
.cookie-banner a { color: var(--brand-text); text-decoration: underline; }
.cookie-actions { display: flex; gap: 0.65rem; flex-shrink: 0; }

/* ── Footer ─────────────────────────────────────────────────────── */
.site-footer { background: var(--brand-panel); border-top: 1px solid var(--brand-border); padding-top: 3.5rem; }
/* ── Footer Grid ─────────────────────────────────────────────────── */
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid var(--brand-border);
  align-items: start;
}

/* ── Footer Brand Column ─────────────────────────────────────────── */
.footer-brand p {
  font-family: var(--font-ui);
  font-size: 0.8rem;
  color: var(--brand-muted);
  line-height: 1.7;
  margin-bottom: 0.75rem;
}
.footer-brand .flag { font-size: 0.78rem; color: var(--brand-muted); }

/* ── Social Icons — inline row ───────────────────────────────────── */
.footer-socials {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 7px;
  flex-wrap: nowrap;
  margin-top: 14px;
}
.footer-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  background: var(--brand-mid);
  border: 1px solid var(--brand-border);
  border-radius: var(--radius);
  color: var(--brand-muted);
  transition: all var(--transition);
}
.footer-social svg { width: 13px; height: 13px; }
.footer-social:hover {
  background: var(--brand-cyan);
  border-color: var(--brand-cyan);
  color: var(--brand-dark);
}

/* ── Community Badge ─────────────────────────────────────────────── */
.footer-community-badge {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  background: rgba(245,166,35,0.08);
  border: 1px solid rgba(245,166,35,0.25);
  border-radius: var(--radius);
  padding: 0.6rem 0.85rem;
  margin-top: 1rem;
  text-decoration: none;
  transition: all var(--transition);
}
.footer-community-badge:hover {
  background: rgba(245,166,35,0.15);
  border-color: var(--community-gold);
  transform: translateY(-1px);
}
.footer-community-badge > span { font-size: 1rem; line-height: 1; flex-shrink: 0; }
.footer-community-badge div span {
  font-family: var(--font-ui);
  font-size: 0.75rem;
  color: #c4921e;
  font-weight: 600;
  display: block;
}
.footer-community-badge strong {
  color: var(--community-gold);
  display: block;
  font-size: 0.8rem;
}

/* ── Footer Link Columns — vertical lists, smaller font ─────────── */
.footer-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer-col h4 {
  font-family: var(--font-ui);
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--brand-muted);
  margin: 0 0 0.75rem 0;
  padding: 0;
  white-space: nowrap;
}
.footer-col a {
  display: block;
  font-family: var(--font-ui);
  font-size: 0.73rem;
  color: var(--brand-muted);
  margin: 0 0 0.35rem 0;
  padding: 0;
  line-height: 1.4;
  white-space: nowrap;
  transition: color var(--transition);
}
.footer-col a:hover { color: var(--brand-cyan); }
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col ul li { margin-bottom: 0.35rem; }
.footer-col ul li a {
  font-family: var(--font-ui);
  font-size: 0.73rem;
  color: var(--brand-muted);
  transition: color var(--transition);
  white-space: nowrap;
}
.footer-col ul li a:hover { color: var(--brand-cyan); }

/* ── Footer Bottom Bar ───────────────────────────────────────────── */
.footer-bottom {
  padding: 1.25rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  flex-wrap: wrap;
}
.footer-bottom span, .footer-bottom p {
  font-family: var(--font-ui);
  font-size: 0.75rem;
  color: var(--brand-muted);
}
.footer-bottom a { color: var(--brand-muted); }
.footer-bottom a:hover { color: var(--brand-text); }
.footer-legal { display: flex; gap: 1.25rem; }
.footer-legal a {
  font-family: var(--font-ui);
  font-size: 0.75rem;
  color: var(--brand-muted);
}
.footer-legal a:hover { color: var(--brand-text); }

/* ── Scroll Reveal ──────────────────────────────────────────────── */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ── Page Hero ──────────────────────────────────────────────────── */
.page-hero { background: var(--brand-mid); border-bottom: 1px solid var(--brand-border); padding: 3.5rem 0; text-align: center; }
.page-hero .label { font-family: var(--font-ui); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--brand-cyan); margin-bottom: 0.65rem; }
.page-hero h1 { font-family: var(--font-display); font-size: clamp(2.2rem, 6vw, 4rem); font-weight: 900; text-transform: uppercase; color: var(--brand-white); margin-bottom: 0.85rem; }
.page-hero p { font-family: var(--font-ui); font-size: 0.97rem; color: var(--brand-muted); max-width: 540px; margin: 0 auto; line-height: 1.7; }

/* ── Prose ──────────────────────────────────────────────────────── */
.prose-section { padding: 4rem 0; }
.prose-wrap { max-width: 760px; margin: 0 auto; }
.prose-wrap h2 { font-family: var(--font-display); font-size: 1.5rem; font-weight: 700; text-transform: uppercase; color: var(--brand-white); margin: 2.25rem 0 0.65rem; padding-top: 1.75rem; border-top: 1px solid var(--brand-border); }
.prose-wrap h2:first-child { border-top: none; padding-top: 0; margin-top: 0; }
.prose-wrap p { font-family: var(--font-ui); font-size: 0.93rem; color: var(--brand-muted); margin-bottom: 1rem; line-height: 1.8; }
.prose-wrap ul { list-style: disc; padding-left: 1.4rem; margin-bottom: 1rem; }
.prose-wrap ul li { font-family: var(--font-ui); font-size: 0.93rem; color: var(--brand-muted); margin-bottom: 0.4rem; line-height: 1.7; }
.prose-wrap strong { color: var(--brand-white); }
.prose-wrap a { color: var(--brand-cyan); }
.prose-meta { font-family: var(--font-ui); font-size: 0.8rem; color: var(--brand-muted); margin-bottom: 1.75rem; }

/* ── About ──────────────────────────────────────────────────────── */
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; margin-top: 2.5rem; }
.value-card { background: var(--brand-panel); border: 1px solid var(--brand-border); border-radius: var(--radius-lg); padding: 1.75rem; }
.value-card h3 { font-family: var(--font-display); font-size: 1.15rem; font-weight: 700; text-transform: uppercase; color: var(--brand-white); margin-bottom: 0.45rem; }
.value-card p { font-family: var(--font-ui); font-size: 0.88rem; color: var(--brand-muted); line-height: 1.65; }
.stats-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--brand-border); border: 1px solid var(--brand-border); border-radius: var(--radius-lg); overflow: hidden; margin: 2.5rem 0; }
.stat-item { background: var(--brand-panel); padding: 1.75rem; text-align: center; }
.stat-item strong { font-family: var(--font-display); font-size: 1.85rem; font-weight: 900; color: var(--brand-cyan); display: block; }
.stat-item span { font-family: var(--font-ui); font-size: 0.75rem; color: var(--brand-muted); text-transform: uppercase; letter-spacing: 0.06em; }

/* ── FAQ ────────────────────────────────────────────────────────── */
.faq-section { padding: 4.5rem 0; }
.faq-category { margin-bottom: 2.5rem; }
.faq-category h2 { font-family: var(--font-display); font-size: 1.4rem; font-weight: 700; text-transform: uppercase; color: var(--brand-white); margin-bottom: 1.1rem; padding-bottom: 0.65rem; border-bottom: 1px solid var(--brand-border); }
.faq-item { border: 1px solid var(--brand-border); border-radius: var(--radius); margin-bottom: 0.5rem; overflow: hidden; }
.faq-question { width: 100%; background: var(--brand-panel); border: none; padding: 1rem 1.25rem; text-align: left; color: var(--brand-text); font-family: var(--font-ui); font-size: 0.93rem; font-weight: 600; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1rem; transition: background var(--transition); -webkit-tap-highlight-color: transparent; }
.faq-question:hover { background: var(--brand-mid); }
.faq-question[aria-expanded="true"] { color: var(--brand-white); }
.faq-toggle { flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%; border: 1.5px solid var(--brand-border); display: flex; align-items: center; justify-content: center; font-size: 1rem; color: var(--brand-muted); transition: all var(--transition); }
.faq-question[aria-expanded="true"] .faq-toggle { background: var(--brand-cyan); border-color: var(--brand-cyan); color: var(--brand-dark); transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; background: var(--brand-panel); }
.faq-answer.open { max-height: 600px; }
.faq-answer p { font-family: var(--font-ui); font-size: 0.9rem; color: var(--brand-muted); line-height: 1.75; padding: 0 1.25rem 1.1rem; }

/* ================================================================
   TABLET  ≤ 1024px
   ================================================================ */
@media (max-width: 1024px) {
  .contact-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .values-grid, .features-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: 1fr; gap: 1.25rem; }
  .steps::before { display: none; }
  .stats-strip { grid-template-columns: repeat(2, 1fr); }
}

/* ================================================================
   MOBILE  ≤ 768px
   ================================================================ */
@media (max-width: 768px) {
  /* Nav — desktop links hidden, hamburger shown */
  .top-bar { font-size: 0.67rem; padding: 0.5rem 0.75rem; letter-spacing: 0.01em; }
  .nav-links {
    /* Reset desktop flex to block so it can stack vertically when open */
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%; left: 0; right: 0;
    background: rgba(6,14,16,0.98);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--brand-border);
    padding: 0.5rem 1rem 1.25rem;
    gap: 0;
    z-index: 998;
    box-shadow: 0 12px 40px rgba(0,0,0,0.6);
  }
  /* Hamburger opens the nav */
  .nav-links.mobile-open { display: flex; }
  /* Style links for mobile dropdown */
  .nav-links a {
    font-size: 1rem;
    padding: 0.9rem 0.75rem;
    border-radius: var(--radius);
    border-bottom: 1px solid rgba(21,48,56,0.4);
    width: 100%;
  }
  .nav-links a:last-child { border-bottom: none; }
  .nav-links a.nav-community-link {
    background: rgba(0,212,232,0.08) !important;
    color: var(--brand-cyan) !important;
    border: 1px solid rgba(0,212,232,0.2) !important;
    border-bottom: 1px solid rgba(0,212,232,0.2) !important;
    margin-top: 0.5rem;
    text-align: center;
    margin-left: 0;
  }
  .hamburger { display: flex; }
  .nav-cta { display: none; }
  .nav-logo-sub { display: none; }
  .nav-inner { padding: 0.55rem 1rem; }

  /* Layout */
  section { padding: 3.5rem 0; }
  .container { padding: 0 1rem; }

  /* Hero */
  .hero { min-height: 100svh; min-height: 100vh; align-items: flex-end; }
  .hero-overlay { background: linear-gradient(to bottom, rgba(6,14,16,0.55) 0%, rgba(6,14,16,0.85) 55%, rgba(6,14,16,0.98) 100%); }
  .hero-content { padding: 2rem 1rem 3.5rem; }
  .hero h1 { font-size: clamp(2.4rem, 10vw, 3.5rem); }
  .hero-sub { font-size: 0.93rem; max-width: 100%; }
  .hero-actions { flex-direction: column; gap: 0.75rem; }
  .hero-actions .btn { width: 100%; padding: 0.9rem 1.5rem; font-size: 1rem; }
  .hero-stats { gap: 1.5rem; margin-top: 2rem; }
  .hero-stat strong { font-size: 1.75rem; }

  /* Intro */
  .intro-grid { grid-template-columns: 1fr; gap: 2rem; }
  .intro-image { order: -1; }
  .intro-text .quote { font-size: 1.15rem; padding: 0.9rem 1rem; }

  /* Product */
  .product-grid { grid-template-columns: 1fr; gap: 2rem; }
  .product-img-wrap { order: -1; }
  .product-img-wrap img { max-width: 100%; }
  .product-flag { bottom: 8px; right: 8px; }

  /* Features */
  .features-grid { grid-template-columns: 1fr; gap: 1rem; }
  .feature-card { padding: 1.4rem; }

  /* Steps */
  .steps { grid-template-columns: 1fr; gap: 1rem; }
  .step { padding: 1.75rem 1.25rem; }

  /* Comparison */
  .compare-wrap { font-size: 0.8rem; }
  .compare-table th, .compare-table td { padding: 0.7rem 0.85rem; }

  /* Forms & Contact */
  .contact-grid { grid-template-columns: 1fr; gap: 2rem; }
  .enquiry-form { padding: 1.5rem; }
  .form-row { grid-template-columns: 1fr; }

  /* CTA */
  .cta-banner { padding: 2.75rem 0; }
  .cta-banner .actions { flex-direction: column; align-items: center; }
  .cta-banner .actions .btn { width: 100%; max-width: 320px; }

  /* Community */
  .community-cta-section { padding: 3rem 0; }

  /* Footer */
  .footer-grid { grid-template-columns: 1fr; gap: 1.75rem; }
  .footer-bottom { flex-direction: column; text-align: center; gap: 0.65rem; }
  .footer-legal { justify-content: center; }

  /* About */
  .values-grid { grid-template-columns: 1fr; }
  .stats-strip { grid-template-columns: repeat(2, 1fr); }
  .stat-item { padding: 1.25rem; }
  .stat-item strong { font-size: 1.6rem; }

  /* Cookie banner */
  .cookie-banner-inner { flex-direction: column; gap: 0.85rem; }
  .cookie-actions { width: 100%; }
  .cookie-actions .btn { flex: 1; }

  /* Modal */
  .modal { padding: 1.5rem; }
  .modal-header h2 { font-size: 1.3rem; }

  /* Page hero */
  .page-hero { padding: 2.5rem 0; }
  .page-hero h1 { font-size: clamp(1.9rem, 8vw, 3rem); }

  /* Prose */
  .prose-section { padding: 2.5rem 0; }
  .prose-wrap h2 { font-size: 1.25rem; }
}

/* ================================================================
   SMALL MOBILE  ≤ 480px
   ================================================================ */
@media (max-width: 480px) {
  .top-bar { font-size: 0.62rem; letter-spacing: 0; }
  .nav-logo-text { font-size: 1.15rem; }
  .hero-badge { font-size: 0.68rem; }
  .stats-strip { grid-template-columns: 1fr 1fr; }
  .stat-item strong { font-size: 1.45rem; }
  .enquiry-form { padding: 1.25rem; }
  .modal { padding: 1.25rem; border-radius: var(--radius); }
  section { padding: 3rem 0; }
  .faq-section { padding: 3rem 0; }
  .prose-section { padding: 2rem 0; }
}

/* ================================================================
   FOCUS & ACCESSIBILITY
   ================================================================ */
:focus-visible { outline: 2px solid var(--brand-cyan); outline-offset: 2px; }

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

/* ================================================================
   VFindR Store – v4.0 Enhancement Layer
   ================================================================ */

/* ── Enhanced Animations ─────────────────────────────────────────── */
@keyframes shimmer {
  0% { background-position: -200% center; }
  100% { background-position: 200% center; }
}
@keyframes floatY {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
@keyframes glowPulse {
  0%,100% { box-shadow: 0 0 20px rgba(0,212,232,0.15); }
  50% { box-shadow: 0 0 40px rgba(0,212,232,0.35); }
}

/* ── Trust Strip ─────────────────────────────────────────────────── */
.trust-strip {
  background: var(--brand-mid);
  border-top: 1px solid var(--brand-border);
  border-bottom: 1px solid var(--brand-border);
  padding: 1rem 0;
  overflow: hidden;
}
.trust-strip-inner {
  display: flex;
  gap: 2.5rem;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-ui);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--brand-muted);
  white-space: nowrap;
}
.trust-item .ti-icon {
  color: var(--brand-cyan);
  font-size: 1rem;
}

/* ── Enhanced Card hover glow ────────────────────────────────────── */
.pgrid-card--active {
  animation: glowPulse 4s ease-in-out infinite;
}
.pgrid-card--active:hover {
  animation: none;
}

/* ── Improved Product Image Float ───────────────────────────────── */
.product-img-float {
  animation: floatY 5s ease-in-out infinite;
  filter: drop-shadow(0 20px 40px rgba(0,212,232,0.2));
}

/* ── Enhanced Section Titles with gradient ───────────────────────── */
.section-title-gradient {
  background: linear-gradient(135deg, #fff 0%, var(--brand-cyan) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ── Page Hero Shared Enhancement ───────────────────────────────── */
.page-hero {
  background: var(--brand-dark);
  padding: 5rem 0 4rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--brand-border);
}
.page-hero::before {
  content: '';
  position: absolute;
  top: -100px; left: 50%;
  transform: translateX(-50%);
  width: 900px; height: 600px;
  background: radial-gradient(ellipse at center, rgba(0,212,232,0.08) 0%, transparent 70%);
  pointer-events: none;
}
.page-hero-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(0,212,232,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,212,232,0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}
.page-hero .container { position: relative; z-index: 1; }
.page-hero .label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(0,212,232,0.1);
  border: 1px solid rgba(0,212,232,0.35);
  border-radius: 100px;
  padding: 0.35rem 1rem;
  font-family: var(--font-ui);
  font-size: 0.72rem; font-weight: 700;
  color: var(--brand-cyan);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  animation: fadeUp 0.6s ease both;
}
.page-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5.5vw, 4rem);
  font-weight: 900; text-transform: uppercase;
  color: var(--brand-white); line-height: 1.05;
  margin-bottom: 1rem;
  animation: fadeUp 0.7s ease 0.1s both;
}
.page-hero h1 em { font-style: italic; color: var(--brand-cyan); }
.page-hero p {
  font-family: var(--font-ui);
  font-size: 1rem; color: var(--brand-muted);
  max-width: 520px; margin: 0 auto;
  line-height: 1.75;
  animation: fadeUp 0.7s ease 0.2s both;
}

/* ── Enhanced Prose Section ──────────────────────────────────────── */
.prose-section { padding: 5rem 0; }
.prose-wrap {
  max-width: 760px;
  margin: 0 auto;
}
.prose-meta {
  font-family: var(--font-ui);
  font-size: 0.78rem;
  color: var(--brand-muted);
  margin-bottom: 2.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--brand-border);
}
.prose-wrap h2 {
  font-family: var(--font-display);
  font-size: 1.4rem; font-weight: 900;
  text-transform: uppercase;
  color: var(--brand-white);
  margin: 2.5rem 0 0.75rem;
  letter-spacing: 0.02em;
}
.prose-wrap p {
  font-family: var(--font-ui);
  color: var(--brand-muted);
  font-size: 0.95rem; line-height: 1.8;
  margin-bottom: 1rem;
}
.prose-wrap a {
  color: var(--brand-cyan);
  text-decoration: underline;
  text-decoration-color: rgba(0,212,232,0.4);
  text-underline-offset: 3px;
  transition: text-decoration-color 0.2s;
}
.prose-wrap a:hover { text-decoration-color: var(--brand-cyan); }
.prose-wrap ul {
  list-style: disc;
  padding-left: 1.5rem;
  margin: 0.75rem 0 1.25rem;
  display: flex; flex-direction: column; gap: 0.45rem;
}
.prose-wrap ul li {
  font-family: var(--font-ui);
  color: var(--brand-muted);
  font-size: 0.93rem; line-height: 1.6;
}
.prose-wrap strong {
  color: var(--brand-white);
  font-weight: 600;
}

/* ── Stats Strip ─────────────────────────────────────────────────── */
.stats-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 1.5rem;
  margin: 2.5rem 0;
}
.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.5rem;
  background: var(--brand-panel);
  border: 1px solid var(--brand-border);
  border-radius: var(--radius-lg);
  gap: 0.35rem;
  transition: border-color 0.22s, box-shadow 0.22s;
}
.stat-item:hover {
  border-color: rgba(0,212,232,0.35);
  box-shadow: 0 4px 24px rgba(0,0,0,0.4);
}
.stat-item strong {
  font-family: var(--font-display);
  font-size: 2rem; font-weight: 900;
  color: var(--brand-cyan); line-height: 1;
}
.stat-item span {
  font-family: var(--font-ui);
  font-size: 0.72rem; color: var(--brand-muted);
  text-transform: uppercase; letter-spacing: 0.06em;
}

/* ── Value Cards ─────────────────────────────────────────────────── */
.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}
.value-card {
  background: var(--brand-panel);
  border: 1px solid var(--brand-border);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  transition: border-color 0.22s, transform 0.22s, box-shadow 0.22s;
}
.value-card:hover {
  border-color: rgba(0,212,232,0.3);
  transform: translateY(-3px);
  box-shadow: 0 8px 32px rgba(0,0,0,0.4);
}
.value-card h3 {
  font-family: var(--font-display);
  font-size: 1.15rem; font-weight: 900;
  text-transform: uppercase;
  color: var(--brand-white);
  margin-bottom: 0.75rem;
  line-height: 1.2;
}
.value-card p {
  font-family: var(--font-ui);
  font-size: 0.88rem; color: var(--brand-muted);
  line-height: 1.7;
}

/* ── Intro Grid ──────────────────────────────────────────────────── */
.intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.intro-text .section-label { margin-bottom: 0.5rem; }
.intro-text .section-title { margin-bottom: 1.25rem; }
.intro-text .quote {
  margin: 1.75rem 0;
  padding: 1.1rem 1.25rem;
  border-left: 3px solid var(--brand-cyan);
  background: rgba(0,212,232,0.05);
  border-radius: 0 var(--radius) var(--radius) 0;
  font-family: var(--font-display);
  font-size: 1.2rem; font-weight: 700;
  font-style: italic; color: var(--brand-white);
  text-transform: uppercase;
}
.intro-text p {
  font-family: var(--font-ui);
  color: var(--brand-muted);
  font-size: 0.95rem; line-height: 1.75;
  margin-bottom: 1rem;
}
.intro-text strong { color: var(--brand-white); font-weight: 600; }
.intro-image img {
  border-radius: var(--radius-lg);
  box-shadow: 0 20px 60px rgba(0,0,0,0.6), 0 0 0 1px rgba(0,212,232,0.15);
  width: 100%;
}

/* ── Community CTA Section ───────────────────────────────────────── */
.community-cta-section {
  background: linear-gradient(135deg, #111200 0%, #1e1a00 50%, #111200 100%);
  border-top: 1px solid rgba(245,166,35,0.3);
  border-bottom: 1px solid rgba(245,166,35,0.3);
  padding: 5rem 0;
  text-align: center;
}
.community-cta-section .inner {
  max-width: 680px;
  margin: 0 auto;
}
.community-cta-icon {
  font-size: 3rem;
  margin-bottom: 1.25rem;
  display: block;
}
.community-cta-section h2 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 900; text-transform: uppercase;
  color: var(--brand-white); line-height: 1.05;
  margin-bottom: 1rem;
}
.community-cta-section h2 em {
  font-style: italic;
  color: var(--community-gold);
}
.community-cta-section p {
  font-family: var(--font-ui);
  color: #a07828;
  font-size: 0.95rem; line-height: 1.75;
  margin-bottom: 2rem;
}
.btn-community-cta {
  background: var(--community-gold);
  color: #111; font-weight: 700;
  font-size: 0.95rem;
}
.btn-community-cta:hover {
  background: #e09616;
  transform: translateY(-2px);
  color: #000;
}
.btn-white {
  background: var(--brand-white);
  color: var(--brand-dark);
}
.btn-white:hover {
  background: #e0f4f8;
  transform: translateY(-2px);
  color: var(--brand-dark);
}
.btn-outline-white {
  background: transparent;
  color: var(--brand-white);
  border: 1.5px solid rgba(255,255,255,0.35);
}
.btn-outline-white:hover {
  border-color: var(--brand-white);
  background: rgba(255,255,255,0.08);
  color: var(--brand-white);
  transform: translateY(-2px);
}

/* ── CTA Banner ──────────────────────────────────────────────────── */
.cta-banner {
  background: linear-gradient(135deg, var(--brand-teal) 0%, var(--brand-cyan-deep) 100%);
  padding: 5rem 0;
  text-align: center;
}
.cta-banner h2 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 900; text-transform: uppercase;
  color: var(--brand-white); margin-bottom: 0.75rem;
}
.cta-banner p {
  font-family: var(--font-ui);
  color: rgba(255,255,255,0.75);
  font-size: 1rem; line-height: 1.7;
  max-width: 520px; margin: 0 auto 2rem;
}
.cta-banner .actions {
  display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap;
}

/* ── Modal ───────────────────────────────────────────────────────── */
.modal-overlay {
  display: none;
  position: fixed; inset: 0; z-index: 9000;
  background: rgba(0,0,0,0.7);
  backdrop-filter: blur(6px);
  align-items: center; justify-content: center;
  padding: 1.5rem;
}
.modal-overlay.open { display: flex; }
.modal {
  background: var(--brand-panel);
  border: 1px solid var(--brand-border);
  border-radius: var(--radius-lg);
  padding: 2rem;
  width: 100%; max-width: 520px;
  box-shadow: 0 24px 80px rgba(0,0,0,0.7);
  max-height: 90vh;
  overflow-y: auto;
}
.modal-header {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 0.5rem;
}
.modal-header h2 {
  font-family: var(--font-display);
  font-size: 1.5rem; font-weight: 900;
  text-transform: uppercase; color: var(--brand-white);
}
.modal-close {
  background: none; border: none; color: var(--brand-muted);
  font-size: 1.2rem; cursor: pointer; padding: 0.25rem;
  transition: color 0.2s;
}
.modal-close:hover { color: var(--brand-white); }
.modal-sub {
  font-family: var(--font-ui);
  font-size: 0.88rem; color: var(--brand-muted);
  line-height: 1.65; margin-bottom: 1.5rem;
}

/* ── Forms ───────────────────────────────────────────────────────── */
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group { display: flex; flex-direction: column; gap: 0.4rem; }
.form-group label {
  font-family: var(--font-ui); font-size: 0.8rem; font-weight: 600;
  color: var(--brand-text); letter-spacing: 0.02em;
}
.req { color: var(--brand-cyan); }
.form-group input,
.form-group select,
.form-group textarea {
  background: var(--brand-dark);
  border: 1px solid var(--brand-border);
  border-radius: var(--radius);
  padding: 0.65rem 0.85rem;
  color: var(--brand-text);
  font-family: var(--font-ui); font-size: 0.92rem;
  transition: border-color 0.2s, box-shadow 0.2s;
  width: 100%;
  -webkit-appearance: none;
}
.form-group textarea { min-height: 100px; resize: vertical; }
.form-group input::placeholder,
.form-group textarea::placeholder { color: var(--brand-muted); }
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--brand-cyan);
  box-shadow: 0 0 0 3px rgba(0,212,232,0.12);
}
.form-privacy {
  font-family: var(--font-ui); font-size: 0.77rem; color: var(--brand-muted);
  margin-top: 0.75rem; text-align: center; line-height: 1.5;
}
.form-privacy a { color: var(--brand-cyan); }

/* ── Contact Section ─────────────────────────────────────────────── */
.contact-section { background: var(--brand-mid); padding: 5rem 0; }
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 4rem;
  margin-top: 2.5rem;
  align-items: start;
}
.contact-item {
  display: flex; align-items: flex-start; gap: 1rem;
  padding: 1rem 0; border-bottom: 1px solid var(--brand-border);
}
.contact-item:last-of-type { border-bottom: none; }
.contact-item-icon {
  font-size: 1.3rem; flex-shrink: 0;
  width: 40px; height: 40px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(0,212,232,0.08);
  border: 1px solid rgba(0,212,232,0.2);
  border-radius: var(--radius);
}
.contact-item-text {
  display: flex; flex-direction: column; gap: 0.2rem;
}
.contact-item-text strong {
  font-family: var(--font-ui); font-size: 0.78rem; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase; color: var(--brand-muted);
}
.contact-item-text a, .contact-item-text span {
  font-family: var(--font-ui); font-size: 0.95rem; color: var(--brand-text);
}
.contact-item-text a:hover { color: var(--brand-cyan); }
.contact-social p {
  font-family: var(--font-ui); font-size: 0.78rem; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--brand-muted); margin-bottom: 0.75rem; margin-top: 1.5rem;
}
.social-links { display: flex; gap: 0.75rem; }
.social-link {
  width: 38px; height: 38px;
  display: flex; align-items: center; justify-content: center;
  background: var(--brand-panel);
  border: 1px solid var(--brand-border);
  border-radius: var(--radius);
  color: var(--brand-muted);
  transition: all 0.22s;
}
.social-link:hover {
  border-color: var(--brand-cyan);
  color: var(--brand-cyan);
  background: rgba(0,212,232,0.08);
  transform: translateY(-2px);
}

.enquiry-form {
  background: var(--brand-panel);
  border: 1px solid var(--brand-border);
  border-radius: var(--radius-lg);
  padding: 2rem;
}
.enquiry-form h3 {
  font-family: var(--font-display);
  font-size: 1.3rem; font-weight: 900;
  text-transform: uppercase; color: var(--brand-white);
  margin-bottom: 1.5rem;
}

/* ── FAQ ─────────────────────────────────────────────────────────── */
.faq-item {
  border: 1px solid var(--brand-border);
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 0.75rem;
  background: var(--brand-panel);
  transition: border-color 0.22s;
}
.faq-item:hover { border-color: rgba(0,212,232,0.25); }
.faq-question {
  width: 100%; text-align: left;
  background: none; border: none; cursor: pointer;
  padding: 1.1rem 1.25rem;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  font-family: var(--font-ui); font-size: 0.95rem; font-weight: 600;
  color: var(--brand-text);
  transition: color 0.2s;
}
.faq-question:hover, .faq-question[aria-expanded="true"] { color: var(--brand-cyan); }
.faq-question .faq-icon {
  width: 22px; height: 22px; flex-shrink: 0;
  border: 1px solid var(--brand-border);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s, border-color 0.2s, transform 0.3s;
}
.faq-question[aria-expanded="true"] .faq-icon {
  background: var(--brand-cyan);
  border-color: var(--brand-cyan);
  transform: rotate(45deg);
}
.faq-icon svg { color: var(--brand-muted); width: 12px; height: 12px; }
.faq-question[aria-expanded="true"] .faq-icon svg { color: var(--brand-dark); }
.faq-answer {
  max-height: 0; overflow: hidden;
  transition: max-height 0.35s ease, padding 0.25s ease;
  padding: 0 1.25rem;
}
.faq-answer.open {
  max-height: 400px;
  padding: 0 1.25rem 1.25rem;
}
.faq-answer p {
  font-family: var(--font-ui); font-size: 0.9rem;
  color: var(--brand-muted); line-height: 1.75;
}

/* ── Toast ───────────────────────────────────────────────────────── */
.toast {
  position: fixed; bottom: 2rem; left: 50%;
  transform: translateX(-50%) translateY(80px);
  background: var(--brand-panel);
  border: 1px solid var(--brand-cyan);
  border-radius: var(--radius);
  padding: 0.85rem 1.5rem;
  font-family: var(--font-ui); font-size: 0.9rem; font-weight: 600;
  color: var(--brand-text);
  box-shadow: 0 8px 32px rgba(0,0,0,0.5);
  z-index: 9999;
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.4s ease;
  pointer-events: none;
  white-space: nowrap;
}
.toast.show {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}

/* ── Cookie Banner ───────────────────────────────────────────────── */
.cookie-banner {
  position: fixed; bottom: 0; left: 0; right: 0;
  z-index: 8000;
  transform: translateY(100%);
  transition: transform 0.4s ease;
  background: rgba(10, 22, 24, 0.97);
  border-top: 1px solid var(--brand-border);
  backdrop-filter: blur(12px);
}
.cookie-banner.show { transform: translateY(0); }
.cookie-banner-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 1.25rem;
  display: flex; align-items: center; gap: 2rem; flex-wrap: wrap;
}
.cookie-text {
  font-family: var(--font-ui); font-size: 0.82rem;
  color: var(--brand-muted); line-height: 1.6; flex: 1; min-width: 200px;
}
.cookie-text strong { color: var(--brand-text); }
.cookie-actions { display: flex; gap: 0.75rem; flex-shrink: 0; flex-wrap: wrap; }

/* ── Footer ──────────────────────────────────────────────────────── */
.site-footer {
  background: var(--brand-panel);
  border-top: 1px solid var(--brand-border);
  padding: 4rem 0 2rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
}
.footer-brand p {
  font-family: var(--font-ui); font-size: 0.85rem;
  color: var(--brand-muted); line-height: 1.7; margin-top: 0.75rem;
}
.flag { font-size: 0.82rem !important; margin-top: 0.5rem !important; }
.footer-community-badge {
  display: flex; align-items: center; gap: 0.85rem;
  background: rgba(245,166,35,0.06);
  border: 1px solid rgba(245,166,35,0.2);
  border-radius: var(--radius);
  padding: 0.85rem 1rem;
  margin-top: 1.5rem;
  text-decoration: none;
  transition: border-color 0.22s, background 0.22s;
}
.footer-community-badge:hover {
  border-color: rgba(245,166,35,0.45);
  background: rgba(245,166,35,0.1);
}
.footer-community-badge > span:first-child { font-size: 1.4rem; }
.footer-community-badge div span {
  font-family: var(--font-ui); font-size: 0.72rem;
  color: #a07828; display: block; margin-bottom: 2px;
}
.footer-community-badge div strong {
  font-family: var(--font-ui); font-size: 0.84rem;
  color: var(--community-gold);
}
.footer-col h4 {
  font-family: var(--font-ui); font-size: 0.7rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--brand-muted); margin-bottom: 1rem;
}
.footer-col a {
  display: block;
  font-family: var(--font-ui); font-size: 0.84rem;
  color: var(--brand-muted); margin-bottom: 0.65rem;
  transition: color 0.2s;
}
.footer-col a:hover { color: var(--brand-white); }
.footer-bottom {
  border-top: 1px solid var(--brand-border);
  padding-top: 1.5rem;
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; flex-wrap: wrap;
  font-family: var(--font-ui); font-size: 0.78rem; color: var(--brand-muted);
}
.footer-bottom a { color: var(--brand-muted); }
.footer-bottom a:hover { color: var(--brand-cyan); }
.footer-legal { display: flex; gap: 1.5rem; }
.footer-social {
  width: 34px; height: 34px;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--brand-dark);
  border: 1px solid var(--brand-border);
  border-radius: var(--radius);
  color: var(--brand-muted);
  transition: all 0.22s;
  text-decoration: none;
}
.footer-social:hover {
  border-color: var(--brand-cyan);
  color: var(--brand-cyan);
  background: rgba(0,212,232,0.08);
}

/* ── How It Works Steps ──────────────────────────────────────────── */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  margin-top: 3rem;
}
.step-card {
  background: var(--brand-panel);
  border: 1px solid var(--brand-border);
  border-radius: var(--radius-lg);
  padding: 2rem 1.5rem;
  position: relative;
  transition: border-color 0.22s, transform 0.22s, box-shadow 0.22s;
}
.step-card:hover {
  border-color: rgba(0,212,232,0.3);
  transform: translateY(-4px);
  box-shadow: 0 12px 48px rgba(0,0,0,0.4);
}
.step-num {
  font-family: var(--font-display);
  font-size: 3.5rem; font-weight: 900;
  color: rgba(0,212,232,0.12);
  line-height: 1; margin-bottom: 0.75rem;
  letter-spacing: -0.02em;
}
.step-icon { font-size: 1.5rem; margin-bottom: 0.75rem; }
.step-card h3 {
  font-family: var(--font-display);
  font-size: 1.15rem; font-weight: 900;
  text-transform: uppercase; color: var(--brand-white);
  margin-bottom: 0.5rem; line-height: 1.1;
}
.step-card p {
  font-family: var(--font-ui); font-size: 0.86rem;
  color: var(--brand-muted); line-height: 1.7;
}

/* ── Responsive ──────────────────────────────────────────────────── */
@media (max-width: 900px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .intro-grid { grid-template-columns: 1fr; gap: 2rem; }
  .intro-image { order: -1; }
  .contact-grid { grid-template-columns: 1fr; gap: 2rem; }
}
@media (max-width: 640px) {
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .form-row { grid-template-columns: 1fr; }
  .stats-strip { grid-template-columns: repeat(2, 1fr); }
  .page-hero { padding: 3.5rem 0 3rem; }
  .trust-strip-inner { gap: 1rem 1.5rem; }
}

/* ── Mobile Nav ──────────────────────────────────────────────────── */
@media (max-width: 860px) {
  .hamburger { display: flex !important; }
  .nav-links {
    display: none;
    position: absolute; top: 100%; left: 0; right: 0;
    background: rgba(6,14,16,0.98);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--brand-border);
    flex-direction: column;
    padding: 1rem; gap: 0.25rem; z-index: 998;
  }
  .nav-links.mobile-open { display: flex; }
}
@media (min-width: 861px) {
  .hamburger { display: none !important; }
  .nav-links { display: flex !important; }
}
