/* ============================================
   VeBaS Technologies — style.css
   Aesthetic: Dark premium with electric accents
   Updated: BHERUNDA Health Band section added
   ============================================ */

:root {
  --bg: #080c14;
  --bg2: #0d1420;
  --bg3: #111927;
  --surface: #141e2e;
  --surface2: #1a2640;
  --border: rgba(255,255,255,0.07);
  --border2: rgba(255,255,255,0.12);
  --accent: #00d4ff;
  --accent2: #ff6b35;
  --accent3: #7c3aed;
  --health: #00e87a;
  --health2: #00c864;
  --text: #f0f4ff;
  --text2: #8899b8;
  --text3: #4a5a75;
  --audio: #00d4ff;
  --kitchen: #ff6b35;
  --font-head: 'Syne', sans-serif;
  --font-body: 'DM Sans', sans-serif;
  --r: 12px;
  --r2: 20px;
  --shadow: 0 20px 60px rgba(0,0,0,0.5);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
}

a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }

.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
}

em {
  font-style: italic;
  color: var(--accent);
}

.em-health {
  color: var(--health);
}

/* ── SCROLLBAR ── */
::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: var(--accent3); border-radius: 2px; }

/* ── NAV ── */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: rgba(8,12,20,0.85);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
  transition: all 0.3s;
}
.nav.scrolled {
  background: rgba(8,12,20,0.97);
  box-shadow: 0 4px 30px rgba(0,0,0,0.4);
}
.nav-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
  height: 68px;
  display: flex;
  align-items: center;
  gap: 40px;
}
.logo {
  display: flex;
  align-items: baseline;
  gap: 2px;
  flex-shrink: 0;
}
.logo-v { font-family: var(--font-head); font-size: 22px; font-weight: 800; color: var(--accent); }
.logo-bas { font-family: var(--font-head); font-size: 22px; font-weight: 800; color: var(--text); }
.logo-sub { font-size: 11px; font-weight: 400; color: var(--text3); margin-left: 6px; letter-spacing: 0.05em; text-transform: uppercase; }
.nav-links {
  display: flex;
  list-style: none;
  gap: 32px;
  margin-left: auto;
}
.nav-links a {
  font-size: 14px;
  font-weight: 400;
  color: var(--text2);
  transition: color 0.2s;
  letter-spacing: 0.01em;
}
.nav-links a:hover { color: var(--text); }

.nav-link-health {
  color: var(--health) !important;
  font-weight: 500 !important;
  display: flex;
  align-items: center;
  gap: 6px;
}
.nav-new-badge {
  background: var(--health);
  color: #000;
  font-size: 9px;
  font-weight: 700;
  padding: 1px 6px;
  border-radius: 99px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.nav-cta {
  background: var(--accent);
  color: #000;
  font-size: 13px;
  font-weight: 600;
  padding: 9px 20px;
  border-radius: 99px;
  transition: all 0.2s;
  white-space: nowrap;
  flex-shrink: 0;
}
.nav-cta:hover { background: #fff; transform: translateY(-1px); }

.nav-cta-health {
  background: var(--health) !important;
  color: #000 !important;
}
.nav-cta-health:hover { background: #fff !important; }

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  margin-left: auto;
  padding: 4px;
}
.hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: all 0.3s;
}
.mobile-menu {
  display: none;
  flex-direction: column;
  padding: 16px 24px 20px;
  border-top: 1px solid var(--border);
  gap: 4px;
}
.mobile-menu a {
  padding: 10px 0;
  color: var(--text2);
  font-size: 15px;
  border-bottom: 1px solid var(--border);
}
.mobile-menu a:last-child { border-bottom: none; }
.mobile-cta { color: var(--accent) !important; font-weight: 600 !important; }
.mobile-cta-health { color: var(--health) !important; font-weight: 700 !important; }
.mobile-health-link { color: var(--health) !important; }
.mobile-menu.open { display: flex; }

/* ── HERO ── */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 100px 24px 60px;
  position: relative;
  overflow: hidden;
  max-width: 1160px;
  margin: 0 auto;
}
.hero-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0,212,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,212,255,0.03) 1px, transparent 1px);
  background-size: 60px 60px;
}
.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.25;
}
.orb1 {
  width: 500px; height: 500px;
  background: var(--accent3);
  top: -100px; left: -100px;
}
.orb2 {
  width: 400px; height: 400px;
  background: var(--accent);
  top: 200px; right: -80px;
  opacity: 0.15;
}
.orb3 {
  width: 300px; height: 300px;
  background: var(--kitchen);
  bottom: 0; left: 30%;
  opacity: 0.12;
}
.hero-content {
  position: relative;
  z-index: 1;
  max-width: 560px;
  flex: 1;
}
.hero-badge {
  display: inline-block;
  background: rgba(0,212,255,0.1);
  border: 1px solid rgba(0,212,255,0.3);
  color: var(--accent);
  font-size: 12px;
  font-weight: 500;
  padding: 6px 16px;
  border-radius: 99px;
  margin-bottom: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  animation: fadeUp 0.6s ease both;
}
.hero-title {
  font-family: var(--font-head);
  font-size: clamp(40px, 5.5vw, 72px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--text);
  margin-bottom: 24px;
  animation: fadeUp 0.6s 0.1s ease both;
}
.hero-title em {
  font-style: italic;
  background: linear-gradient(135deg, var(--accent), var(--accent3));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-title .em-health {
  font-style: italic;
  background: linear-gradient(135deg, var(--health), #00d4ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-desc {
  font-size: 17px;
  color: var(--text2);
  line-height: 1.7;
  margin-bottom: 36px;
  font-weight: 300;
  animation: fadeUp 0.6s 0.2s ease both;
}
.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 48px;
  animation: fadeUp 0.6s 0.3s ease both;
}
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--accent);
  color: #000;
  font-size: 15px;
  font-weight: 600;
  padding: 14px 28px;
  border-radius: 99px;
  transition: all 0.25s;
  border: none;
  cursor: pointer;
}
.btn-primary:hover {
  background: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0,212,255,0.3);
}
.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: var(--text);
  font-size: 15px;
  font-weight: 500;
  padding: 14px 28px;
  border-radius: 99px;
  border: 1px solid var(--border2);
  transition: all 0.25s;
}
.btn-secondary:hover {
  border-color: var(--accent);
  color: var(--accent);
  transform: translateY(-2px);
}
.btn-health {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--health);
  color: #000;
  font-size: 15px;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: 99px;
  transition: all 0.25s;
  border: none;
  cursor: pointer;
}
.btn-health:hover {
  background: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0,232,122,0.3);
}
.btn-primary.full-width { width: 100%; justify-content: center; }

.hero-stats {
  display: flex;
  align-items: center;
  gap: 24px;
  animation: fadeUp 0.6s 0.4s ease both;
}
.stat { display: flex; flex-direction: column; }
.stat-num {
  font-family: var(--font-head);
  font-size: 22px;
  font-weight: 700;
  color: var(--text);
}
.stat-label { font-size: 12px; color: var(--text3); text-transform: uppercase; letter-spacing: 0.05em; }
.stat-divider { width: 1px; height: 36px; background: var(--border2); }
.hero-visual {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  z-index: 1;
}
.hero-card {
  position: absolute;
  background: var(--surface);
  border: 1px solid var(--border2);
  border-radius: var(--r2);
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
  color: var(--text2);
  backdrop-filter: blur(20px);
  box-shadow: var(--shadow);
  min-width: 130px;
}
.hero-card svg, .hero-card .product-icon { width: 60px; height: 60px; }
.product-icon { display: flex; align-items: center; justify-content: center; }
.audio-icon { color: var(--audio); }
.kitchen-icon { color: var(--kitchen); }
.health-icon { color: var(--health); }
.card-tag {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: rgba(0,212,255,0.12);
  color: var(--accent);
  padding: 3px 10px;
  border-radius: 99px;
}
.card-tag.kitchen { background: rgba(255,107,53,0.12); color: var(--kitchen); }
.card-tag.health { background: rgba(0,232,122,0.12); color: var(--health); }
.card-float { top: 10%; left: 10%; animation: float1 4s ease-in-out infinite; }
.card-float-2 { bottom: 10%; right: 5%; animation: float2 5s ease-in-out infinite; }
.card-float-3 { top: 45%; left: 50%; transform: translateX(-50%); animation: float3 4.5s ease-in-out infinite; }
.card-health-float { border-color: rgba(0,232,122,0.3); }

/* ── MARQUEE ── */
.marquee-strip {
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 14px 0;
  overflow: hidden;
}
.marquee-track {
  display: flex;
  gap: 24px;
  width: max-content;
  animation: marquee 30s linear infinite;
  font-size: 13px;
  font-weight: 500;
  color: var(--text2);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
.mq-health { color: var(--health); }
.dot { color: var(--accent); font-size: 8px; opacity: 0.6; display: flex; align-items: center; }

/* ── SECTION SHARED ── */
section { padding: 100px 0; }
.section-header { text-align: center; max-width: 600px; margin: 0 auto 64px; }
.section-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--accent);
  background: rgba(0,212,255,0.08);
  border: 1px solid rgba(0,212,255,0.2);
  padding: 5px 14px;
  border-radius: 99px;
  margin-bottom: 16px;
}
.section-tag.light { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.2); color: var(--text2); }
.health-tag { background: rgba(0,232,122,0.08); border-color: rgba(0,232,122,0.2); color: var(--health); }
.section-header h2 {
  font-family: var(--font-head);
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 16px;
}
.section-header p { color: var(--text2); font-size: 16px; font-weight: 300; line-height: 1.7; }

/* ═══════════════════════════════════════════
   BHERUNDA HERO SECTION
═══════════════════════════════════════════ */
.bherunda-hero {
  padding: 100px 0 80px;
  background: var(--bg2);
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(0,232,122,0.08);
  border-bottom: 1px solid rgba(0,232,122,0.08);
}

.bherunda-bg-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0,232,122,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,232,122,0.025) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}

.bherunda-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  pointer-events: none;
}
.bh-orb1 { width: 600px; height: 600px; background: rgba(0,232,122,0.07); top: -200px; left: -100px; }
.bh-orb2 { width: 400px; height: 400px; background: rgba(0,212,255,0.05); bottom: -100px; right: -50px; }

.bherunda-eyebrow { margin-bottom: 20px; }
.bh-badge {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--health);
  background: rgba(0,232,122,0.08);
  border: 1px solid rgba(0,232,122,0.2);
  padding: 5px 16px;
  border-radius: 99px;
}

.bherunda-title-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.bherunda-wordmark {
  font-family: var(--font-head);
  font-size: clamp(56px, 7vw, 96px);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1;
  background: linear-gradient(135deg, var(--health) 0%, #00d4ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 10px;
}

.bherunda-sub {
  font-family: var(--font-head);
  font-size: 22px;
  font-weight: 600;
  color: var(--text2);
  margin-bottom: 18px;
  letter-spacing: 0.02em;
}

.bherunda-desc {
  font-size: 16px;
  color: var(--text2);
  font-weight: 300;
  line-height: 1.8;
  max-width: 480px;
  margin-bottom: 32px;
}

.bherunda-ctas {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.btn-health-lg {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--health);
  color: #000;
  font-size: 15px;
  font-weight: 700;
  padding: 16px 32px;
  border-radius: 99px;
  transition: all 0.25s;
}
.btn-health-lg:hover {
  background: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(0,232,122,0.3);
}

.btn-ghost-health {
  font-size: 15px;
  font-weight: 500;
  color: var(--health);
  border-bottom: 1px solid rgba(0,232,122,0.3);
  padding-bottom: 2px;
  transition: border-color 0.2s;
}
.btn-ghost-health:hover { border-color: var(--health); }

.bh-spec-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.bh-pill {
  font-size: 11px;
  font-weight: 500;
  padding: 5px 12px;
  border-radius: 99px;
  background: rgba(0,232,122,0.06);
  border: 1px solid rgba(0,232,122,0.15);
  color: var(--text2);
}

/* ── BHERUNDA DEVICE ── */
.bherunda-device-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bh-device {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.bh-strap {
  width: 52px;
  border-radius: 6px;
  background: linear-gradient(180deg, #1a2640 0%, #141e2e 100%);
  border: 1px solid rgba(255,255,255,0.1);
}
.bh-strap-top { height: 80px; border-bottom: none; border-radius: 6px 6px 0 0; }
.bh-strap-bot { height: 80px; border-top: none; border-radius: 0 0 6px 6px; }

.bh-body {
  width: 52px;
  height: 64px;
  background: linear-gradient(135deg, #1a2640, #0d1525);
  border: 1.5px solid rgba(0,232,122,0.4);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 40px rgba(0,232,122,0.15), 0 0 80px rgba(0,232,122,0.05);
  position: relative;
}

.bh-body-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.bh-led-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--health);
  box-shadow: 0 0 8px var(--health);
  animation: ledPulse 2s ease-in-out infinite;
}

.bh-sensor-grid {
  display: flex;
  gap: 4px;
}
.bh-sensor-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  opacity: 0.6;
}
.s1 { background: #ff4060; }
.s2 { background: #4af0ff; }
.s3 { background: #f59e0b; }

.bh-brand-text {
  font-family: var(--font-head);
  font-size: 5px;
  letter-spacing: 2px;
  color: rgba(0,232,122,0.5);
  text-transform: uppercase;
}

/* ── SCORE FLOATING CARDS ── */
.bh-score-card {
  position: absolute;
  background: var(--surface);
  border: 1px solid var(--border2);
  border-radius: 12px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
  white-space: nowrap;
  min-width: 140px;
}

.bh-score-recovery { top: 20px; right: -170px; animation: float1 4s ease-in-out infinite; }
.bh-score-strain { top: 50%; right: -170px; transform: translateY(-50%); animation: float2 5s ease-in-out infinite; }
.bh-score-sleep { bottom: 20px; right: -170px; animation: float3 4.5s ease-in-out infinite; }

.bh-score-ring {
  position: relative;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
}
.bh-score-ring svg { position: absolute; inset: 0; }
.bh-score-ring > span {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-head);
  font-size: 12px;
  font-weight: 700;
  color: var(--text);
}

.bh-score-info { display: flex; flex-direction: column; }
.bhs-label { font-size: 12px; font-weight: 600; color: var(--text); }
.bhs-sub { font-size: 10px; color: var(--text3); }

/* ═══════════════════════════════════════════
   BHERUNDA — THREE SCORES
═══════════════════════════════════════════ */
.bherunda-scores {
  background: var(--bg);
  padding: 100px 0;
}

.scores-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.score-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r2);
  padding: 36px 28px;
  transition: all 0.3s;
}
.score-card:hover { border-color: var(--border2); transform: translateY(-4px); }

.sc-recovery { border-top: 3px solid var(--health); }
.sc-strain { border-top: 3px solid var(--kitchen); }
.sc-sleep { border-top: 3px solid var(--accent3); }

.sc-icon { width: 48px; height: 48px; margin-bottom: 16px; }
.sc-range {
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--text3);
  margin-bottom: 10px;
}
.score-card h3 {
  font-family: var(--font-head);
  font-size: 22px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}
.score-card p { color: var(--text2); font-size: 14px; font-weight: 300; line-height: 1.7; margin-bottom: 16px; }
.sc-formula {
  font-size: 11px;
  font-family: 'DM Sans', monospace;
  color: var(--text3);
  background: var(--bg2);
  padding: 8px 12px;
  border-radius: 6px;
  letter-spacing: 0.02em;
}

/* ═══════════════════════════════════════════
   BHERUNDA — SENSORS
═══════════════════════════════════════════ */
.bherunda-sensors {
  background: var(--bg2);
  padding: 100px 0;
}

.sensors-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.sensor-item {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r2);
  padding: 28px 20px;
  text-align: center;
  transition: all 0.3s;
}
.sensor-item:hover { border-color: rgba(0,232,122,0.3); transform: translateY(-4px); }

.sensor-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 16px;
}
.si-ppg { color: #ff4060; }
.si-ecg { color: var(--kitchen); }
.si-imu { color: var(--accent); }
.si-temp { color: #f59e0b; }
.si-env { color: var(--health); }

.sensor-item h4 {
  font-family: var(--font-head);
  font-size: 15px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 4px;
}
.sensor-chip {
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--health);
  background: rgba(0,232,122,0.08);
  border: 1px solid rgba(0,232,122,0.15);
  padding: 2px 10px;
  border-radius: 99px;
  display: inline-block;
  margin-bottom: 12px;
}
.sensor-item > p {
  font-size: 12px;
  color: var(--text2);
  font-weight: 300;
  line-height: 1.6;
}

/* ═══════════════════════════════════════════
   BHERUNDA — APP SECTION
═══════════════════════════════════════════ */
.bherunda-app {
  background: var(--bg);
  padding: 100px 0;
}

.bh-app-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.bh-app-content .section-tag { display: inline-block; margin-bottom: 16px; }
.bh-app-content h2 {
  font-family: var(--font-head);
  font-size: clamp(34px, 4vw, 50px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
}
.bh-app-content > p { color: var(--text2); font-weight: 300; line-height: 1.8; margin-bottom: 28px; font-size: 15px; }

.bh-app-features { list-style: none; margin-bottom: 32px; }
.bh-app-features li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
  font-size: 14px;
  color: var(--text2);
}
.bh-app-features li:last-child { border-bottom: none; }
.bh-app-features li strong { color: var(--text); }

.bh-af-icon {
  width: 28px;
  height: 28px;
  background: rgba(0,232,122,0.1);
  border: 1px solid rgba(0,232,122,0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--health);
}

.bh-app-stores { display: flex; gap: 12px; flex-wrap: wrap; }
.bh-store-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--surface2);
  border: 1px solid var(--border2);
  border-radius: 10px;
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 500;
  color: var(--text2);
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}
.bh-store-badge svg { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); opacity: 0.4; }
.bh-store-sub { font-size: 10px; color: var(--health); letter-spacing: 0.05em; text-transform: uppercase; }

/* ── PHONE MOCKUP ── */
.bh-app-screens {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bh-phone {
  background: var(--bg3);
  border: 1.5px solid var(--border2);
  border-radius: 36px;
  padding: 12px;
  width: 260px;
  box-shadow: 0 40px 80px rgba(0,0,0,0.5), 0 0 60px rgba(0,232,122,0.06);
}

.bh-phone-notch {
  width: 80px;
  height: 6px;
  background: var(--surface2);
  border-radius: 3px;
  margin: 0 auto 14px;
}

.bh-phone-screen {
  background: var(--bg);
  border-radius: 26px;
  padding: 20px 16px;
  min-height: 460px;
  border: 1px solid var(--border);
}

.bh-screen-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
}
.bh-screen-greeting { font-size: 11px; color: var(--text2); font-weight: 300; }
.bh-screen-battery {
  width: 20px;
  height: 10px;
  border: 1px solid var(--text3);
  border-radius: 2px;
  position: relative;
  padding: 2px;
}
.bh-bat-bar {
  height: 100%;
  width: 70%;
  background: var(--health);
  border-radius: 1px;
}

.bh-dash-date { font-size: 10px; color: var(--text3); margin-bottom: 20px; letter-spacing: 0.03em; }

.bh-gauges-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.bh-gauge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  position: relative;
}
.bh-gauge-svg {
  width: 64px;
  height: 64px;
}
.bh-gauge-val {
  position: absolute;
  top: 22px;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-head);
  font-size: 14px;
  font-weight: 700;
  color: var(--health);
  white-space: nowrap;
}
.bh-g-strain .bh-gauge-val { color: #ff6b35; }
.bh-gauge-lbl { font-size: 9px; color: var(--text3); letter-spacing: 0.06em; text-transform: uppercase; }

.bh-screen-hr-row {
  background: var(--surface);
  border-radius: 10px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 16px;
  font-size: 12px;
}
.bh-hr-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff4060;
  animation: ledPulse 1.5s ease-in-out infinite;
  flex-shrink: 0;
}
.bh-hr-val { font-weight: 600; color: var(--text); font-size: 13px; }
.bh-hr-sub { color: var(--text3); flex: 1; }
.bh-hrv-val { font-size: 10px; color: var(--health); background: rgba(0,232,122,0.08); padding: 2px 6px; border-radius: 4px; }

.bh-mini-chart {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  height: 60px;
  padding: 0 4px;
}
.bh-chart-bar {
  flex: 1;
  background: rgba(0,212,255,0.15);
  border-radius: 3px 3px 0 0;
  transition: height 0.3s;
}
.bh-bar-active { background: rgba(0,232,122,0.4) !important; }

/* ═══════════════════════════════════════════
   BHERUNDA — PRICING
═══════════════════════════════════════════ */
.bherunda-pricing {
  background: var(--bg2);
  padding: 100px 0;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 28px;
}

.pricing-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r2);
  padding: 36px 28px;
  position: relative;
  transition: all 0.3s;
}
.pricing-card:hover { border-color: var(--border2); }
.pricing-card-featured {
  border-color: rgba(0,232,122,0.4) !important;
  background: rgba(0,232,122,0.02);
}

.pricing-popular-badge {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--health);
  color: #000;
  font-size: 10px;
  font-weight: 700;
  padding: 4px 18px;
  border-radius: 99px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.pricing-plan-name {
  font-family: var(--font-head);
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 2px;
  color: var(--text);
  margin-bottom: 8px;
}
.pricing-price {
  font-size: 40px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 6px;
  line-height: 1;
}
.pricing-price span { font-size: 14px; color: var(--text2); font-weight: 400; }
.pricing-desc { font-size: 13px; color: var(--text3); margin-bottom: 24px; }

.pricing-features { list-style: none; margin-bottom: 28px; }
.pricing-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  padding: 7px 0;
  border-bottom: 1px solid var(--border);
}
.pricing-features li:last-child { border-bottom: none; }

.pf-yes { color: var(--text2); }
.pf-yes::before { content: ''; display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: var(--health); flex-shrink: 0; }
.pf-no { color: var(--text3); text-decoration: line-through; opacity: 0.4; }
.pf-no::before { content: ''; display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: var(--text3); flex-shrink: 0; }

.pricing-btn {
  display: block;
  text-align: center;
  padding: 13px 24px;
  border-radius: 99px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.25s;
}
.pricing-btn-ghost {
  border: 1px solid var(--border2);
  color: var(--text2);
}
.pricing-btn-ghost:hover { border-color: var(--text); color: var(--text); }
.pricing-btn-health {
  background: var(--health);
  color: #000;
}
.pricing-btn-health:hover { background: #fff; box-shadow: 0 8px 24px rgba(0,232,122,0.25); }
.pricing-btn-purple {
  background: var(--accent3);
  color: #fff;
}
.pricing-btn-purple:hover { background: #9b4dff; box-shadow: 0 8px 24px rgba(124,58,237,0.3); }

.pricing-note {
  text-align: center;
  font-size: 13px;
  color: var(--text3);
}

/* ═══════════════════════════════════════════
   BHERUNDA — WAITLIST
═══════════════════════════════════════════ */
.bherunda-waitlist {
  padding: 100px 0;
  background: var(--bg);
  position: relative;
  overflow: hidden;
}
.bh-wl-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 800px 400px at 50% 50%, rgba(0,232,122,0.04) 0%, transparent 70%);
  pointer-events: none;
}

.bh-wl-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
  position: relative;
  z-index: 1;
}

.bh-wl-content .section-tag { display: inline-block; margin-bottom: 16px; }
.bh-wl-content h2 {
  font-family: var(--font-head);
  font-size: clamp(34px, 4vw, 50px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 16px;
}
.bh-wl-content > p { color: var(--text2); font-weight: 300; line-height: 1.8; margin-bottom: 32px; font-size: 15px; }

.bh-wl-perks { display: flex; flex-direction: column; gap: 20px; }
.bh-perk {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.bh-perk-icon { font-size: 22px; flex-shrink: 0; }
.bh-perk strong { display: block; font-size: 14px; color: var(--text); margin-bottom: 2px; }
.bh-perk span { font-size: 13px; color: var(--text3); }

.bh-wl-form-wrap {
  background: var(--surface);
  border: 1px solid rgba(0,232,122,0.15);
  border-radius: var(--r2);
  padding: 36px;
}

.bh-wl-form { display: flex; flex-direction: column; gap: 0; }
.bh-form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 16px;
}
.bh-form-group label { font-size: 12px; font-weight: 500; color: var(--text2); letter-spacing: 0.02em; }
.bh-form-group input,
.bh-form-group select {
  background: var(--bg3);
  border: 1px solid var(--border2);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 14px;
  padding: 12px 16px;
  border-radius: var(--r);
  outline: none;
  transition: border-color 0.2s;
}
.bh-form-group input:focus,
.bh-form-group select:focus { border-color: var(--health); box-shadow: 0 0 0 3px rgba(0,232,122,0.1); }
.bh-form-group input::placeholder { color: var(--text3); }
.bh-form-group select option { background: var(--bg3); }

.bh-submit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--health);
  color: #000;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: 99px;
  border: none;
  cursor: pointer;
  transition: all 0.25s;
  margin-top: 8px;
}
.bh-submit-btn:hover { background: #fff; box-shadow: 0 10px 30px rgba(0,232,122,0.3); }

.bh-form-note {
  font-size: 13px;
  color: var(--health);
  text-align: center;
  margin-top: 10px;
  min-height: 20px;
}

/* ── CATEGORIES (3-column) ── */
.categories { background: var(--bg2); }
.cat-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.cat-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r2);
  padding: 44px 36px;
  position: relative;
  overflow: hidden;
  transition: all 0.35s;
}
.cat-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  border-radius: var(--r2) var(--r2) 0 0;
}
.cat-health::before { background: linear-gradient(90deg, var(--health), #00d4ff); }
.cat-audio::before { background: linear-gradient(90deg, var(--audio), var(--accent3)); }
.cat-kitchen::before { background: linear-gradient(90deg, var(--kitchen), #f59e0b); }
.cat-card:hover { border-color: var(--border2); transform: translateY(-4px); box-shadow: var(--shadow); }
.cat-number {
  font-family: var(--font-head);
  font-size: 72px;
  font-weight: 800;
  line-height: 1;
  color: var(--border2);
  position: absolute;
  top: 20px; right: 32px;
}
.cat-icon-wrap { width: 80px; height: 80px; margin-bottom: 24px; }
.cat-health .cat-icon-wrap { color: var(--health); }
.cat-audio .cat-icon-wrap { color: var(--audio); }
.cat-kitchen .cat-icon-wrap { color: var(--kitchen); }
.cat-card h3 {
  font-family: var(--font-head);
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}
.cat-card p { color: var(--text2); font-size: 14px; font-weight: 300; line-height: 1.7; margin-bottom: 24px; }
.cat-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
}
.cat-list li {
  font-size: 12px;
  font-weight: 500;
  padding: 5px 12px;
  border-radius: 99px;
  background: var(--surface2);
  border: 1px solid var(--border);
  color: var(--text2);
}
.cat-link { font-size: 14px; font-weight: 600; color: var(--accent); transition: opacity 0.2s; letter-spacing: 0.02em; }
.cat-link:hover { opacity: 0.75; }
.health-link { color: var(--health) !important; }
.cat-kitchen .cat-link { color: var(--kitchen); }

/* ── PRODUCTS ── */
.products { background: var(--bg); }
.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 60px;
}
.product-placeholder {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r2);
  padding: 36px 24px;
  text-align: center;
  transition: all 0.3s;
  position: relative;
}
.product-placeholder:hover { border-color: var(--border2); transform: translateY(-4px); }
.ph-icon { width: 80px; height: 80px; margin: 0 auto 20px; }
.audio-ph { color: var(--audio); }
.tws-ph { color: var(--accent3); }
.kitchen-ph { color: var(--kitchen); }
.health-ph { color: var(--health); }
.light-ph { color: #f59e0b; }
.ph-label { font-family: var(--font-head); font-size: 16px; font-weight: 700; color: var(--text); margin-bottom: 4px; }
.ph-sub { font-size: 12px; color: var(--text3); margin-bottom: 16px; text-transform: uppercase; letter-spacing: 0.06em; }
.ph-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 99px;
  background: rgba(0,212,255,0.1);
  color: var(--accent);
  border: 1px solid rgba(0,212,255,0.2);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.kitchen-badge { background: rgba(255,107,53,0.1); color: var(--kitchen); border-color: rgba(255,107,53,0.2); }
.health-ph-badge { background: rgba(0,232,122,0.1); color: var(--health); border-color: rgba(0,232,122,0.2); }

.notify-box {
  background: var(--surface);
  border: 1px solid var(--border2);
  border-radius: var(--r2);
  padding: 40px;
  text-align: center;
  max-width: 560px;
  margin: 0 auto;
}
.notify-box p { color: var(--text2); margin-bottom: 20px; font-size: 16px; }
.notify-form { display: flex; gap: 10px; max-width: 420px; margin: 0 auto; }
.notify-form input {
  flex: 1;
  background: var(--bg3);
  border: 1px solid var(--border2);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 14px;
  padding: 12px 18px;
  border-radius: 99px;
  outline: none;
  transition: border-color 0.2s;
}
.notify-form input:focus { border-color: var(--accent); }
.notify-form input::placeholder { color: var(--text3); }
.notify-form button {
  background: var(--accent);
  color: #000;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  padding: 12px 22px;
  border-radius: 99px;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
}
.notify-form button:hover { background: #fff; }
.notify-note { font-size: 13px; color: var(--accent); margin-top: 10px; }

/* ── AMAZON ── */
.amazon-section { background: var(--bg2); }
.amazon-card {
  background: var(--surface);
  border: 1px solid var(--border2);
  border-radius: 28px;
  padding: 64px;
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 60px;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.amazon-card::before {
  content: '';
  position: absolute;
  top: -100px; right: -100px;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(0,212,255,0.06) 0%, transparent 70%);
  pointer-events: none;
}
.amazon-left h2 {
  font-family: var(--font-head);
  font-size: clamp(38px, 4vw, 56px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin: 16px 0 20px;
}
.amazon-left p { color: var(--text2); font-size: 16px; font-weight: 300; line-height: 1.7; margin-bottom: 32px; }
.amazon-features { display: flex; flex-direction: column; gap: 14px; margin-bottom: 36px; }
.af-item { display: flex; align-items: center; gap: 12px; font-size: 15px; color: var(--text2); }
.af-item svg { color: var(--accent); flex-shrink: 0; }
.amazon-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #ff9900, #ff6600);
  color: #000;
  font-size: 15px;
  font-weight: 700;
  padding: 16px 32px;
  border-radius: 99px;
  transition: all 0.25s;
}
.amazon-btn:hover { transform: translateY(-2px); box-shadow: 0 12px 40px rgba(255,153,0,0.35); }
.amazon-right { display: flex; justify-content: center; align-items: center; }
.amazon-visual { position: relative; width: 240px; height: 240px; display: flex; align-items: center; justify-content: center; }
.av-ring {
  position: absolute; inset: 0; border-radius: 50%;
  border: 1px solid rgba(0,212,255,0.2);
  animation: pulseRing 3s ease-in-out infinite;
}
.av-ring2 { inset: -30px; border-color: rgba(0,212,255,0.08); animation-delay: 1s; }
.av-center {
  width: 140px; height: 140px;
  background: var(--surface2);
  border: 1px solid var(--border2);
  border-radius: 50%;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  position: relative; z-index: 1;
}
.av-center span { font-family: var(--font-head); font-size: 22px; font-weight: 800; color: var(--accent); }
.av-center small { font-size: 11px; color: var(--text3); text-transform: uppercase; letter-spacing: 0.08em; }

/* ── ABOUT ── */
.about { background: var(--bg); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about-left .section-tag { display: inline-block; margin-bottom: 16px; }
.about-left h2 {
  font-family: var(--font-head);
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
}
.about-left p { color: var(--text2); font-weight: 300; line-height: 1.8; margin-bottom: 16px; }
.about-values { margin-top: 36px; display: flex; flex-direction: column; gap: 20px; }
.value-item { display: flex; align-items: flex-start; gap: 16px; }
.value-icon { font-size: 22px; flex-shrink: 0; margin-top: 2px; }
.value-item > div { display: flex; flex-direction: column; gap: 2px; }
.value-item strong { font-size: 15px; font-weight: 600; color: var(--text); }
.value-item span { font-size: 13px; color: var(--text3); }
.about-card {
  background: var(--surface);
  border: 1px solid var(--border2);
  border-radius: var(--r2);
  padding: 36px;
  display: flex;
  gap: 0;
  margin-bottom: 24px;
}
.ac-stat { flex: 1; text-align: center; padding: 0 20px; }
.ac-num { display: block; font-family: var(--font-head); font-size: 26px; font-weight: 800; color: var(--accent); margin-bottom: 4px; }
.ac-label { font-size: 12px; color: var(--text3); text-transform: uppercase; letter-spacing: 0.06em; }
.ac-divider { width: 1px; background: var(--border); flex-shrink: 0; }
.about-tag-cloud { display: flex; flex-wrap: wrap; gap: 8px; }
.about-tag-cloud span {
  font-size: 13px; font-weight: 500; padding: 7px 16px; border-radius: 99px;
  background: var(--surface2); border: 1px solid var(--border); color: var(--text2);
  transition: all 0.2s; cursor: default;
}
.about-tag-cloud span:hover { border-color: var(--accent); color: var(--accent); }
.tag-health:hover { border-color: var(--health) !important; color: var(--health) !important; }

/* ── CONTACT ── */
.contact { background: var(--bg2); }
.contact-grid { display: grid; grid-template-columns: 1fr 1.6fr; gap: 60px; align-items: start; }
.contact-info { display: flex; flex-direction: column; gap: 28px; }
.ci-item { display: flex; align-items: flex-start; gap: 16px; }
.ci-icon {
  width: 44px; height: 44px;
  background: var(--surface);
  border: 1px solid var(--border2);
  border-radius: var(--r);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; color: var(--accent);
}
.ci-item > div { display: flex; flex-direction: column; gap: 2px; }
.ci-item strong { font-size: 14px; font-weight: 600; color: var(--text); }
.ci-item span, .ci-item a { font-size: 14px; color: var(--text2); }
.ci-item a:hover { color: var(--accent); }
.contact-form {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r2);
  padding: 40px;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { display: flex; flex-direction: column; gap: 8px; margin-bottom: 18px; }
.form-group label { font-size: 13px; font-weight: 500; color: var(--text2); }
.form-group input,
.form-group select,
.form-group textarea {
  background: var(--bg3);
  border: 1px solid var(--border2);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 14px;
  padding: 12px 16px;
  border-radius: var(--r);
  outline: none;
  transition: border-color 0.2s;
  resize: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--accent); }
.form-group input::placeholder,
.form-group textarea::placeholder { color: var(--text3); }
.form-group select option { background: var(--bg3); }
.form-msg { font-size: 13px; color: var(--accent); text-align: center; margin-top: 12px; }

/* ── FOOTER ── */
.footer { background: var(--bg); border-top: 1px solid var(--border); padding: 60px 0 30px; }
.footer-top { display: flex; justify-content: space-between; gap: 40px; margin-bottom: 48px; flex-wrap: wrap; }
.footer-brand .logo { margin-bottom: 12px; }
.footer-brand p { font-size: 14px; color: var(--text3); line-height: 1.6; }
.footer-links { display: flex; gap: 60px; }
.fl-col { display: flex; flex-direction: column; gap: 12px; }
.fl-col strong { font-size: 13px; font-weight: 600; color: var(--text); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 4px; }
.fl-col a { font-size: 14px; color: var(--text3); transition: color 0.2s; }
.fl-col a:hover { color: var(--accent); }
.footer-bottom {
  border-top: 1px solid var(--border);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: var(--text3);
  flex-wrap: wrap;
  gap: 12px;
}

/* ── ANIMATIONS ── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes float1 {
  0%, 100% { transform: translateY(0px) rotate(-2deg); }
  50% { transform: translateY(-16px) rotate(2deg); }
}
@keyframes float2 {
  0%, 100% { transform: translateY(0px) rotate(2deg); }
  50% { transform: translateY(-20px) rotate(-2deg); }
}
@keyframes float3 {
  0%, 100% { transform: translateX(-50%) translateY(0px); }
  50% { transform: translateX(-50%) translateY(-14px); }
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@keyframes pulseRing {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.06); opacity: 0.5; }
}
@keyframes ledPulse {
  0%, 100% { opacity: 1; box-shadow: 0 0 6px currentColor; }
  50% { opacity: 0.5; box-shadow: 0 0 2px currentColor; }
}

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

/* ── RESPONSIVE ── */
@media (max-width: 1100px) {
  .sensors-grid { grid-template-columns: repeat(3, 1fr); }
  .bh-score-recovery, .bh-score-strain, .bh-score-sleep { display: none; }
}

@media (max-width: 900px) {
  .hero { flex-direction: column; text-align: center; gap: 60px; padding-top: 120px; }
  .hero-actions { justify-content: center; }
  .hero-stats { justify-content: center; }
  .hero-visual { min-height: 280px; width: 100%; }
  .bherunda-title-row { grid-template-columns: 1fr; gap: 40px; }
  .bherunda-device-wrap { display: none; }
  .scores-grid { grid-template-columns: 1fr; }
  .sensors-grid { grid-template-columns: repeat(2, 1fr); }
  .bh-app-grid { grid-template-columns: 1fr; gap: 48px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .bh-wl-inner { grid-template-columns: 1fr; gap: 48px; }
  .cat-grid-3 { grid-template-columns: 1fr; }
  .products-grid { grid-template-columns: repeat(2, 1fr); }
  .amazon-card { grid-template-columns: 1fr; padding: 40px; gap: 40px; }
  .amazon-right { display: none; }
  .about-grid { grid-template-columns: 1fr; gap: 48px; }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer-top { flex-direction: column; }
}

@media (max-width: 640px) {
  .nav-links { display: none; }
  .nav-cta { display: none; }
  .hamburger { display: flex; }
  section { padding: 70px 0; }
  .products-grid { grid-template-columns: 1fr 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .hero-card { display: none; }
  .hero-visual { display: none; }
  .footer-links { flex-direction: column; gap: 32px; }
  .sensors-grid { grid-template-columns: 1fr 1fr; }
}

/* ============================================
   FitSift — live product (added 2026-09)
   Accent: FitSift yellow (the "drop" in its icon)
   ============================================ */
:root { --fitsift: #ffd60a; --fitsift2: #ffc300; }

.em-fitsift { color: var(--fitsift); }
.mq-fitsift { color: var(--fitsift); }

.nav-link-fitsift { display: flex; align-items: center; gap: 6px; color: var(--fitsift) !important; }
.nav-live-badge {
  background: var(--fitsift);
  color: #000;
  font-size: 9px;
  font-weight: 700;
  padding: 1px 6px;
  border-radius: 99px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.nav-cta-fitsift { background: var(--fitsift) !important; color: #000 !important; }
.nav-cta-fitsift:hover { background: #fff !important; }
.mobile-fitsift-link { color: var(--fitsift) !important; }
.mobile-cta-fitsift { color: var(--fitsift) !important; font-weight: 700 !important; }

.fs-badge { background: rgba(255,214,10,0.1); border-color: rgba(255,214,10,0.35); color: var(--fitsift); }

.btn-fitsift {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--fitsift);
  color: #000;
  font-size: 15px;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: 99px;
  transition: all 0.25s;
  border: none;
  cursor: pointer;
}
.btn-fitsift:hover { background: #fff; transform: translateY(-2px); box-shadow: 0 10px 30px rgba(255,214,10,0.3); }

/* Hero floating cards */
.fs-hero-card { min-width: 170px; }
.fs-score {
  font-family: var(--font-head);
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--fitsift);
  line-height: 1.1;
}
.fs-score-ats { color: var(--accent); }
.fs-score-new { color: var(--health); }
.card-tag.fs-tag { background: rgba(255,214,10,0.12); color: var(--fitsift); }
.card-tag.fs-tag-blue { background: rgba(0,212,255,0.12); color: var(--accent); }
.card-tag.fs-tag-muted { background: rgba(255,255,255,0.08); color: var(--text2); }
/* Card 3 sits lower-left so it clears card 2 (bottom-right). The float3
   animation keeps its translateX(-50%), so `left` is the card's centre. */
.card-float-3.fs-hero-card { top: 70%; left: 30%; }
.hero-title .em-fitsift {
  font-style: italic;
  background: linear-gradient(135deg, var(--fitsift), var(--fitsift2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Features */
.fitsift-features { background: var(--bg); padding: 100px 0; }
.fs-section-tag { background: rgba(255,214,10,0.08); border-color: rgba(255,214,10,0.25); color: var(--fitsift); }
.fs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.fs-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-top: 3px solid var(--fitsift);
  border-radius: var(--r2);
  padding: 32px 28px;
  transition: all 0.3s;
}
.fs-card:hover { border-color: var(--border2); border-top-color: var(--fitsift); transform: translateY(-4px); }
.fs-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(255,214,10,0.1);
  color: var(--fitsift);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.fs-icon svg { width: 22px; height: 22px; }
.fs-card h3 {
  font-family: var(--font-head);
  font-size: 20px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 10px;
}
.fs-card p { color: var(--text2); font-size: 15px; line-height: 1.6; }

/* How it works */
.fitsift-steps { background: var(--bg2); padding: 100px 0; }
.fs-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  counter-reset: none;
}
.fs-step {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r2);
  padding: 28px 24px;
}
.fs-step-num {
  width: 36px;
  height: 36px;
  border-radius: 99px;
  background: var(--fitsift);
  color: #000;
  font-family: var(--font-head);
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.fs-step h4 { font-family: var(--font-head); font-size: 18px; color: var(--text); margin-bottom: 8px; }
.fs-step p { color: var(--text2); font-size: 14px; line-height: 1.6; }

.fs-access {
  margin-top: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: linear-gradient(135deg, rgba(255,214,10,0.08), rgba(0,212,255,0.06));
  border: 1px solid rgba(255,214,10,0.25);
  border-radius: var(--r2);
  padding: 32px 36px;
}
.fs-access h3 { font-family: var(--font-head); font-size: 24px; color: var(--text); margin-bottom: 6px; }
.fs-access p { color: var(--text2); }
.fs-access-actions { display: flex; gap: 12px; flex-shrink: 0; flex-wrap: wrap; }

/* Upcoming divider */
.upcoming-intro {
  background: var(--bg);
  padding: 90px 0 20px;
  border-top: 1px solid var(--border);
}
.upcoming-intro .section-header { margin-bottom: 20px; }

.tag-fitsift { color: var(--fitsift) !important; border-color: rgba(255,214,10,0.3) !important; }

@media (max-width: 900px) {
  .fs-grid { grid-template-columns: 1fr 1fr; }
  .fs-steps { grid-template-columns: 1fr 1fr; }
  .fs-access { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 640px) {
  .fs-grid { grid-template-columns: 1fr; }
  .fs-steps { grid-template-columns: 1fr; }
  .fitsift-features, .fitsift-steps { padding: 70px 0; }
  .fs-access { padding: 24px; }
}

/* Phone: the FitSift hero lines are longer than the old ones — keep them and
   the 4 stats inside the screen. */
@media (max-width: 640px) {
  .hero { padding-left: 20px; padding-right: 20px; }
  .hero-content { max-width: 100%; }
  .hero-title { font-size: clamp(30px, 9vw, 40px); }
  .hero-actions { flex-wrap: wrap; justify-content: center; }
  .hero-stats { flex-wrap: wrap; justify-content: center; gap: 14px 22px; }
  .hero-stats .stat-divider { display: none; }
  .hero-stats .stat { min-width: 40%; align-items: center; }
}

/* Decorative glows and the ticker extend past the edge by design; clip them
   so the page never scrolls sideways (clip, unlike hidden, doesn't break the
   fixed nav). The BHERUNDA wordmark is scaled to the screen on phones. */
html, body { overflow-x: clip; }
@media (max-width: 640px) {
  .bherunda-wordmark { font-size: clamp(30px, 9vw, 64px); }
  .bherunda-title-row, .bherunda-title-block { min-width: 0; max-width: 100%; }
  .bh-spec-pills { flex-wrap: wrap; }
}

/* FitSift contact line + inline link */
.ci-icon-fitsift { color: var(--fitsift) !important; background: rgba(255,214,10,0.1) !important; }
.fs-inline-link { color: var(--fitsift); text-decoration: underline; text-underline-offset: 3px; }
