/* ═══════════════════════════════════════════════════════════════════
   CALIVORA PRO — WEBSITE STYLES (LIGHT THEME)
   Design: Premium light theme with emerald/teal/violet accents
════════════════════════════════════════════════════════════════════ */

/* ─── SCREENSHOTS SHOWCASE ─── */
.screenshots-section { padding-bottom: 20px; overflow: hidden; }
.screenshots-scroll-wrap {
  width: 100%; overflow-x: auto; overflow-y: visible;
  -webkit-overflow-scrolling: touch; padding: 20px 0 32px;
  scrollbar-width: thin; scrollbar-color: rgba(16,185,129,0.4) transparent;
  cursor: grab;
}
.screenshots-scroll-wrap:active { cursor: grabbing; }
.screenshots-scroll-wrap::-webkit-scrollbar { height: 4px; }
.screenshots-scroll-wrap::-webkit-scrollbar-thumb { background: rgba(16,185,129,0.4); border-radius: 99px; }
.screenshots-track {
  display: flex; gap: 28px; width: max-content;
  padding: 0 max(40px, calc((100vw - 1200px) / 2));
}
.screenshot-item {
  flex-shrink: 0; width: 340px; display: flex;
  flex-direction: column; align-items: center; gap: 14px;
  transition: transform .3s ease;
}
.screenshot-item:hover { transform: translateY(-8px) scale(1.02); }
.ss-label {
  font-size: 13px; font-weight: 700; color: var(--text-muted);
  background: rgba(16,185,129,0.08); border: 1px solid rgba(16,185,129,0.2);
  padding: 6px 16px; border-radius: 50px; letter-spacing: 0.3px;
  white-space: nowrap; color: var(--emerald);
}
.ss-img {
  width: 100%; border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.12), 0 4px 16px rgba(0,0,0,0.08);
  transition: box-shadow .3s ease; display: block;
}
.screenshot-item:hover .ss-img { box-shadow: 0 30px 80px rgba(16,185,129,0.2), 0 8px 32px rgba(0,0,0,0.1); }
.ss-scroll-hint {
  text-align: center; font-size: 13px; color: var(--text-dim);
  margin-top: 8px; letter-spacing: 0.5px;
}
@media (max-width: 768px) {
  .screenshot-item { width: 260px; }
  .screenshots-track { padding: 0 20px; gap: 20px; }
}

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

:root {
  --emerald: #059669;
  --emerald-light: #10b981;
  --teal: #0891b2;
  --violet: #7c3aed;
  --amber: #d97706;
  --rose: #dc2626;
  --bg: #ffffff;
  --bg-soft: #f8fafc;
  --bg-card: #ffffff;
  --bg-card2: #f1f5f9;
  --border: rgba(0,0,0,0.08);
  --border-hover: rgba(5,150,105,0.3);
  --text: #0f172a;
  --text-muted: #475569;
  --text-dim: #94a3b8;
  --gradient: linear-gradient(135deg, #059669, #0891b2);
  --gradient2: linear-gradient(135deg, #7c3aed, #0891b2);
  --radius: 20px;
  --radius-lg: 28px;
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.08), 0 1px 2px rgba(0,0,0,0.04);
  --shadow: 0 4px 24px rgba(0,0,0,0.08), 0 1px 4px rgba(0,0,0,0.04);
  --shadow-lg: 0 20px 60px rgba(0,0,0,0.1), 0 4px 16px rgba(0,0,0,0.06);
  --font: 'Outfit', 'Inter', sans-serif;
}

html { scroll-behavior: smooth; }

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

/* ─── SCROLLBAR ─── */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #f1f5f9; }
::-webkit-scrollbar-thumb { background: var(--emerald); border-radius: 99px; }

/* ─── UTILITIES ─── */
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.gradient-text { background: var(--gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--gradient); color: #fff; border: none;
  padding: 14px 28px; border-radius: 50px; font-family: var(--font);
  font-weight: 600; font-size: 15px; cursor: pointer;
  text-decoration: none; transition: all .3s ease;
  box-shadow: 0 6px 24px rgba(5,150,105,0.3);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 36px rgba(5,150,105,0.4); }
.btn-ghost {
  display: inline-flex; align-items: center; gap: 8px;
  background: transparent; color: var(--text);
  border: 1.5px solid var(--border); padding: 13px 28px;
  border-radius: 50px; font-family: var(--font); font-weight: 600;
  font-size: 15px; cursor: pointer; text-decoration: none;
  transition: all .3s ease;
}
.btn-ghost:hover { border-color: var(--emerald); color: var(--emerald); transform: translateY(-2px); }
.btn-lg { padding: 16px 36px; font-size: 16px; }
.section { padding: 100px 0; }
.section-dark { background: var(--bg-soft); }
.section-gradient { background: linear-gradient(180deg, #fff 0%, rgba(5,150,105,0.03) 50%, #fff 100%); }

/* ─── SECTION HEADER ─── */
.section-header { text-align: center; margin-bottom: 64px; }
.section-tag {
  display: inline-block; background: rgba(5,150,105,0.08);
  color: var(--emerald); border: 1px solid rgba(5,150,105,0.2);
  padding: 6px 20px; border-radius: 50px; font-size: 13px;
  font-weight: 600; letter-spacing: 0.5px; margin-bottom: 20px;
}
.section-header h2 { font-size: clamp(32px, 5vw, 48px); font-weight: 800; line-height: 1.2; margin-bottom: 16px; }
.section-header p { color: var(--text-muted); font-size: 18px; max-width: 600px; margin: 0 auto; }

/* ─── ANIMATIONS ─── */
.reveal { opacity: 0; transform: translateY(32px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-right { opacity: 0; transform: translateX(60px); transition: opacity .8s ease, transform .8s ease; }
.reveal-right.visible { opacity: 1; transform: translateX(0); }

/* ══════════════════════════════════════════════════════ NAV ═══ */
#navbar {
  position: fixed; top: 0; width: 100%; z-index: 100;
  padding: 20px 0; transition: all .3s ease;
  background: rgba(255,255,255,0.01); backdrop-filter: blur(0px);
}
#navbar.scrolled {
  padding: 14px 0;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 2px 20px rgba(0,0,0,0.06);
}
.nav-container {
  display: flex; align-items: center; justify-content: space-between;
  max-width: 1200px; margin: 0 auto; padding: 0 24px;
}
.nav-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--text); font-size: 20px; font-weight: 700; }
.logo-icon { display: none; } /* Hide old CSS logo */
.logo-img { width: 42px; height: 42px; object-fit: contain; }
.nav-links { display: flex; list-style: none; gap: 36px; margin: 0 auto; }
.nav-links a { color: var(--text-muted); text-decoration: none; font-weight: 500; font-size: 15px; transition: color .3s; }
.nav-links a:hover { color: var(--emerald); }
.nav-btn { padding: 10px 22px; font-size: 14px; }
.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--text); transition: all .3s; border-radius: 2px; }

/* ══════════════════════════════════════════════════════ HERO ══ */
.hero {
  min-height: 100vh; display: flex; align-items: center;
  position: relative; padding: 140px 0 80px; overflow: hidden;
  background: linear-gradient(135deg, #f0fdf9 0%, #ecfeff 40%, #f5f3ff 100%);
}
.hero-bg { position: absolute; inset: 0; pointer-events: none; }
.orb {
  position: absolute; border-radius: 50%;
  filter: blur(80px); opacity: 0.5; animation: drift 8s ease-in-out infinite alternate;
}
.orb-1 { width: 600px; height: 600px; background: radial-gradient(circle, rgba(16,185,129,0.25), transparent); top: -150px; left: -150px; }
.orb-2 { width: 500px; height: 500px; background: radial-gradient(circle, rgba(6,182,212,0.2), transparent); bottom: -100px; right: 10%; animation-delay: -3s; }
.orb-3 { width: 400px; height: 400px; background: radial-gradient(circle, rgba(139,92,246,0.15), transparent); top: 40%; left: 50%; animation-delay: -6s; }
@keyframes drift { from { transform: translate(0,0) scale(1); } to { transform: translate(30px,20px) scale(1.05); } }
.grid-overlay {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(5,150,105,0.04) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(5,150,105,0.04) 1px, transparent 1px);
  background-size: 60px 60px;
}
.hero-container {
  max-width: 1200px; margin: 0 auto; padding: 0 24px;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 40px; align-items: center; position: relative; z-index: 1;
  width: 100%;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(5,150,105,0.08); border: 1px solid rgba(5,150,105,0.2);
  padding: 8px 18px; border-radius: 50px; font-size: 13px;
  color: var(--emerald); font-weight: 500; margin-bottom: 24px;
}
.badge-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--emerald); box-shadow: 0 0 8px rgba(5,150,105,0.6); animation: pulse 2s infinite; }
@keyframes pulse { 0%,100%{opacity:1; transform:scale(1);} 50%{opacity:.6; transform:scale(1.3);} }
.hero-title { font-size: clamp(36px, 4.5vw, 64px); font-weight: 900; line-height: 1.15; margin-bottom: 20px; letter-spacing: -0.5px; color: var(--text); text-wrap: balance; }
.hero-subtitle { font-size: 17px; color: var(--text-muted); line-height: 1.6; margin-bottom: 32px; max-width: 540px; text-wrap: balance; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 48px; }
.hero-stats { display: flex; align-items: center; gap: 32px; }
.stat { text-align: center; }
.stat-num { font-size: 32px; font-weight: 800; background: var(--gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.stat span { font-size: 24px; font-weight: 800; color: var(--emerald); }
.stat-label { font-size: 12px; color: var(--text-dim); font-weight: 500; margin-top: 2px; }
.stat-divider { width: 1px; height: 40px; background: var(--border); }

/* Phone mockup */
.hero-phone-wrap { position: relative; display: flex; justify-content: center; align-items: center; }
.phone-mockup {
  width: 300px; height: 580px;
  background: linear-gradient(180deg, #1a1a2e 0%, #0f0f1a 100%);
  border-radius: 44px; border: 2px solid rgba(255,255,255,0.15);
  overflow: hidden; position: relative;
  box-shadow: 0 40px 100px rgba(0,0,0,0.25), 0 8px 32px rgba(5,150,105,0.1);
}
.phone-screen { padding: 20px 16px; height: 100%; overflow: hidden; background: linear-gradient(180deg, #0f0f1a 0%, #090912 100%); }
.phone-ui { display: flex; flex-direction: column; gap: 14px; }
.phone-header { display: flex; align-items: center; gap: 10px; }
.ph-avatar { width: 36px; height: 36px; border-radius: 50%; background: var(--gradient); flex-shrink: 0; }
.ph-greeting { font-size: 10px; color: rgba(255,255,255,0.4); }
.ph-name { font-size: 13px; font-weight: 700; color: #fff; }
.ph-streak { margin-left: auto; background: rgba(245,158,11,0.15); border: 1px solid rgba(245,158,11,0.3); padding: 4px 10px; border-radius: 50px; font-size: 11px; font-weight: 600; color: #fbbf24; }
.phone-calories { display: flex; align-items: center; gap: 16px; background: rgba(255,255,255,0.05); border-radius: 20px; padding: 14px; border: 1px solid rgba(255,255,255,0.08); }
.cal-ring { position: relative; width: 80px; height: 80px; flex-shrink: 0; }
.ring-svg { width: 100%; height: 100%; }
.ring-center { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.ring-cal { font-size: 13px; font-weight: 800; color: #fff; }
.ring-label { font-size: 8px; color: rgba(255,255,255,0.4); }
.cal-macros { flex: 1; display: flex; flex-direction: column; gap: 8px; }
.macro { display: flex; flex-direction: column; gap: 3px; font-size: 9px; color: rgba(255,255,255,0.4); }
.macro-bar { height: 4px; background: rgba(255,255,255,0.08); border-radius: 99px; position: relative; overflow: hidden; }
.macro-bar::after { content:''; position:absolute; left:0; top:0; height:100%; width:var(--w); background:var(--c); border-radius:99px; }
.phone-meals { display: flex; flex-direction: column; gap: 6px; }
.meal-item { display: flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.04); border-radius: 12px; padding: 8px 10px; font-size: 10px; border: 1px solid rgba(255,255,255,0.06); }
.meal-item span:first-of-type { flex: 1; color: #fff; font-weight: 500; }
.meal-cal { color: #10b981; font-weight: 700; white-space: nowrap; }
.phone-scan-btn {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  background: var(--gradient); border-radius: 14px; padding: 12px;
  font-size: 11px; font-weight: 700; color: #fff; cursor: pointer;
  box-shadow: 0 6px 20px rgba(5,150,105,0.35);
}
.scan-icon { font-size: 14px; }

/* Float cards */
.float-card {
  position: absolute; background: rgba(255,255,255,0.95);
  backdrop-filter: blur(16px); border: 1px solid rgba(0,0,0,0.08);
  border-radius: 16px; padding: 12px 16px; display: flex;
  align-items: center; gap: 10px; box-shadow: 0 8px 32px rgba(0,0,0,0.12);
  animation: float 4s ease-in-out infinite alternate;
}
.card-1 { left: -120px; top: 80px; animation-delay: 0s; }
.card-2 { right: -100px; top: 200px; animation-delay: -2s; }
.card-3 { left: -90px; bottom: 120px; animation-delay: -4s; }
@keyframes float { from{transform:translateY(0)} to{transform:translateY(-12px)} }
.fc-icon { font-size: 22px; }
.fc-title { font-size: 10px; color: var(--text-dim); }
.fc-val { font-size: 13px; font-weight: 700; color: var(--text); }

/* ══════════════════════════════════════════════════ TRUST BAR ══ */
.trust-bar { padding: 20px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: var(--bg-soft); }
.trust-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.trust-label { color: var(--text-dim); font-size: 13px; font-weight: 500; }
.trust-logos { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.trust-logo { font-size: 14px; font-weight: 600; color: var(--text-muted); }
.trust-sep { color: var(--text-dim); }

/* ══════════════════════════════════════════════ FEATURE CARDS ══ */
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature-card {
  background: var(--bg-card); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 28px;
  transition: all .3s ease; position: relative; overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.feature-card::before { content:''; position:absolute; inset:0; background: radial-gradient(circle at top left, rgba(5,150,105,0.04), transparent 60%); pointer-events:none; }
.feature-card:hover { border-color: var(--border-hover); transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.card-large { grid-column: span 2; display: flex; gap: 28px; align-items: flex-start; }
.feature-icon-wrap {
  width: 52px; height: 52px; border-radius: 16px; flex-shrink: 0;
  background: rgba(5,150,105,0.08); border: 1px solid rgba(5,150,105,0.15);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
}
.card-large .feature-icon-wrap { margin-bottom: 0; }
.feature-emoji { font-size: 22px; }
.feature-card h3 { font-size: 18px; font-weight: 700; margin-bottom: 10px; color: var(--text); }
.feature-card p { color: var(--text-muted); font-size: 14px; line-height: 1.6; }
.feature-list { list-style: none; margin-top: 16px; display: flex; flex-direction: column; gap: 6px; }
.feature-list li { font-size: 13px; color: var(--text-muted); }
.feature-badge {
  position: absolute; top: 20px; right: 20px;
  background: var(--gradient); color: #fff;
  font-size: 11px; font-weight: 700; padding: 4px 12px;
  border-radius: 50px; letter-spacing: 0.5px;
}
.feature-content { flex: 1; }

/* ══════════════════════════════════════════════════ AI GRID ════ */
.ai-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.ai-card {
  background: var(--bg-card); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 28px; position: relative;
  transition: all .3s ease; overflow: hidden; box-shadow: var(--shadow-sm);
}
.ai-card:hover { border-color: rgba(124,58,237,0.3); transform: translateY(-4px); box-shadow: 0 20px 60px rgba(124,58,237,0.08); }
.ai-num { position: absolute; top: 20px; right: 20px; font-size: 36px; font-weight: 900; color: rgba(0,0,0,0.04); line-height: 1; }
.ai-icon { font-size: 32px; margin-bottom: 14px; }
.ai-card h4 { font-size: 16px; font-weight: 700; margin-bottom: 8px; color: var(--text); }
.ai-card p { color: var(--text-muted); font-size: 13.5px; line-height: 1.6; }

/* ═══════════════════════════════════════════ HEALTH TABS ════════ */
.health-tabs-wrap { margin-top: 0; }
.health-tabs {
  display: flex; gap: 8px; margin-bottom: 32px;
  background: var(--bg-soft); border: 1px solid var(--border);
  border-radius: 50px; padding: 6px; width: fit-content; margin: 0 auto 32px;
}
.htab {
  padding: 10px 24px; border-radius: 50px; border: none; background: none;
  color: var(--text-muted); font-family: var(--font); font-size: 14px;
  font-weight: 600; cursor: pointer; transition: all .3s ease;
}
.htab.active { background: var(--gradient); color: #fff; box-shadow: 0 4px 16px rgba(5,150,105,0.25); }
.health-panel { display: none; }
.health-panel.active { display: block; }
.hpanel-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.hpanel-card {
  background: var(--bg-card); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 24px; transition: all .3s ease; box-shadow: var(--shadow-sm);
}
.hpanel-card:hover { border-color: rgba(8,145,178,0.3); transform: translateY(-3px); box-shadow: var(--shadow); }
.hpc-icon { font-size: 28px; margin-bottom: 12px; }
.hpanel-card h4 { font-size: 15px; font-weight: 700; margin-bottom: 8px; color: var(--text); }
.hpanel-card p { color: var(--text-muted); font-size: 13px; line-height: 1.6; }

/* ══════════════════════════════════════════════ CULTURE GRID ════ */
.culture-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.culture-card {
  background: var(--bg-card); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 28px; text-align: center;
  transition: all .3s ease; box-shadow: var(--shadow-sm);
}
.culture-card:hover { border-color: rgba(5,150,105,0.3); transform: translateY(-4px); box-shadow: var(--shadow-lg); background: #f0fdf9; }
.culture-emoji { font-size: 40px; margin-bottom: 16px; }
.culture-card h4 { font-size: 16px; font-weight: 700; margin-bottom: 8px; color: var(--text); }
.culture-card p { color: var(--text-muted); font-size: 13.5px; line-height: 1.6; }

/* ═══════════════════════════════════════════════ SOCIAL GRID ════ */
.social-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.social-card {
  background: var(--bg-card); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 28px; text-align: center;
  transition: all .3s ease; box-shadow: var(--shadow-sm);
}
.social-card:hover { border-color: rgba(124,58,237,0.25); transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.social-icon { font-size: 36px; margin-bottom: 16px; }
.social-card h4 { font-size: 15px; font-weight: 700; margin-bottom: 8px; color: var(--text); }
.social-card p { color: var(--text-muted); font-size: 13px; line-height: 1.6; }

/* ═══════════════════════════════════════════════ REPORTS ════════ */
.reports-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.report-card {
  background: var(--bg-card); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 24px; transition: all .3s ease; box-shadow: var(--shadow-sm);
}
.report-card:hover { border-color: rgba(5,150,105,0.3); transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.report-preview {
  height: 120px; background: var(--bg-soft);
  border-radius: 14px; margin-bottom: 20px; display: flex;
  align-items: flex-end; justify-content: center; padding: 16px; gap: 8px; overflow: hidden;
}
.rp-bar-wrap { display: flex; align-items: flex-end; gap: 8px; width: 100%; height: 100%; }
.rp-bar { width: 100%; height: var(--h); background: var(--c); border-radius: 6px 6px 0 0; opacity: 0.85; }
.rp-circle { align-items: center; }
.rp-donut { width: 80px; height: 80px; }
.rp-donut svg { width: 100%; height: 100%; }
.rp-line { padding: 16px; }
.line-chart { width: 100%; height: 100%; }
.report-card h4 { font-size: 16px; font-weight: 700; margin-bottom: 8px; color: var(--text); }
.report-card p { color: var(--text-muted); font-size: 13.5px; line-height: 1.6; }

/* ════════════════════════════════════════════════ GOALS GRID ════ */
.goals-wrap { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.goal-card {
  background: var(--bg-card); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 28px; transition: all .3s ease;
  position: relative; overflow: hidden; box-shadow: var(--shadow-sm);
}
.goal-card::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, var(--g1, #059669), var(--g2, #047857));
  opacity: 0.04; transition: opacity .3s;
}
.goal-card:hover::before { opacity: 0.08; }
.goal-card:hover { border-color: rgba(5,150,105,0.25); transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.goal-icon { font-size: 32px; margin-bottom: 14px; }
.goal-card h4 { font-size: 16px; font-weight: 700; margin-bottom: 8px; color: var(--text); }
.goal-card p { color: var(--text-muted); font-size: 13.5px; line-height: 1.6; }

/* ═══════════════════════════════════════════════ UTIL GRID ══════ */
.util-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.util-item {
  background: var(--bg-card); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 24px; display: flex;
  gap: 16px; align-items: flex-start; transition: all .3s ease; box-shadow: var(--shadow-sm);
}
.util-item:hover { border-color: rgba(5,150,105,0.3); transform: translateY(-3px); box-shadow: var(--shadow); }
.util-icon { font-size: 26px; flex-shrink: 0; }
.util-item h5 { font-size: 14px; font-weight: 700; margin-bottom: 6px; color: var(--text); }
.util-item p { color: var(--text-muted); font-size: 12.5px; line-height: 1.5; }

/* ═══════════════════════════════════════════════ PRICING ════════ */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.price-card {
  background: var(--bg-card); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 36px; position: relative; transition: all .3s ease;
  box-shadow: var(--shadow-sm);
}
.price-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.price-card-featured {
  border-color: rgba(5,150,105,0.35);
  background: linear-gradient(180deg, rgba(5,150,105,0.04) 0%, #fff 100%);
  box-shadow: 0 0 0 1px rgba(5,150,105,0.12), var(--shadow);
}
.price-popular {
  display: inline-block; background: var(--gradient); color: #fff;
  font-size: 11px; font-weight: 700; padding: 4px 14px;
  border-radius: 50px; margin-bottom: 20px; letter-spacing: 0.5px;
}
.price-tier { font-size: 14px; font-weight: 600; color: var(--text-dim); margin-bottom: 12px; text-transform: uppercase; letter-spacing: 1px; }
.price-amount { font-size: 44px; font-weight: 900; margin-bottom: 8px; line-height: 1; color: var(--text); }
.price-currency { font-size: 24px; font-weight: 600; vertical-align: top; margin-top: 10px; display: inline-block; color: var(--text); }
.price-per { font-size: 15px; font-weight: 500; color: var(--text-muted); }
.price-save { background: rgba(217,119,6,0.08); border: 1px solid rgba(217,119,6,0.2); color: var(--amber); font-size: 12px; font-weight: 600; padding: 4px 12px; border-radius: 50px; display: inline-block; margin-bottom: 4px; }
.price-features { list-style: none; margin: 24px 0; display: flex; flex-direction: column; gap: 10px; }
.price-features li { font-size: 14px; color: var(--text-muted); }
.price-features li:not(.dim) { color: var(--text); }
.price-features .dim { opacity: 0.4; }
.price-btn { display: block; text-align: center; margin-top: 28px; }

/* ═══════════════════════════════════════════════════ FAQ ════════ */
.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.faq-item {
  background: var(--bg-card); border: 1px solid var(--border);
  border-radius: var(--radius); overflow: hidden; transition: all .3s ease; box-shadow: var(--shadow-sm);
}
.faq-item:hover { border-color: rgba(5,150,105,0.25); box-shadow: var(--shadow); }
.faq-q {
  width: 100%; display: flex; justify-content: space-between;
  align-items: center; padding: 20px 24px; background: none;
  border: none; color: var(--text); font-family: var(--font);
  font-size: 15px; font-weight: 600; cursor: pointer; text-align: left; gap: 16px;
}
.faq-icon { font-size: 20px; flex-shrink: 0; color: var(--emerald); transition: transform .3s; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-a { display: none; padding: 0 24px 20px; color: var(--text-muted); font-size: 14px; line-height: 1.7; border-top: 1px solid var(--border); padding-top: 16px; }
.faq-item.open .faq-a { display: block; }
.faq-item.open { border-color: rgba(5,150,105,0.3); background: #f0fdf9; }

/* ═══════════════════════════════════════════ DOWNLOAD ═══════════ */
.download-section { position: relative; overflow: hidden; text-align: center; padding: 120px 0;
  background: linear-gradient(135deg, #f0fdf9 0%, #ecfeff 50%, #f5f3ff 100%); }
.download-bg { position: absolute; inset: 0; pointer-events: none; }
.orb-dl-1 { width: 700px; height: 700px; background: radial-gradient(circle, rgba(16,185,129,0.12), transparent); top: -200px; left: 50%; transform: translateX(-50%); filter: blur(60px); opacity: 0.8; border-radius: 50%; position: absolute; }
.orb-dl-2 { width: 400px; height: 400px; background: radial-gradient(circle, rgba(139,92,246,0.1), transparent); bottom: -100px; right: 10%; filter: blur(60px); opacity: 0.8; border-radius: 50%; position: absolute; }
.download-content { position: relative; z-index: 1; }
.download-content h2 { font-size: clamp(32px,5vw,52px); font-weight: 900; line-height: 1.15; margin-bottom: 20px; color: var(--text); }
.download-content p { color: var(--text-muted); font-size: 18px; max-width: 560px; margin: 0 auto 40px; }
.download-buttons { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; margin-bottom: 28px; }
.store-btn {
  display: flex; align-items: center; gap: 12px;
  background: #fff; border: 1.5px solid var(--border);
  border-radius: 16px; padding: 14px 24px; text-decoration: none;
  color: var(--text); transition: all .3s ease; min-width: 180px;
  box-shadow: var(--shadow-sm);
}
.store-btn:hover { background: #fff; border-color: rgba(5,150,105,0.4); transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.store-btn svg { flex-shrink: 0; color: var(--text); }
.store-sub { font-size: 11px; color: var(--text-dim); }
.store-name { font-size: 16px; font-weight: 700; color: var(--text); }
.download-meta { display: flex; align-items: center; justify-content: center; gap: 16px; color: var(--text-dim); font-size: 13px; flex-wrap: wrap; }

/* ═══════════════════════════════════════════════ FOOTER ═════════ */
.footer { padding: 80px 0 32px; border-top: 1px solid var(--border); background: var(--bg-soft); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 60px; }
.footer-brand .nav-logo { margin-bottom: 16px; color: var(--text); text-decoration: none; }
.footer-brand p { color: var(--text-muted); font-size: 14px; line-height: 1.7; margin-bottom: 20px; }
.footer-socials { display: flex; gap: 12px; }
.social-link {
  width: 38px; height: 38px; border-radius: 50%;
  background: #fff; border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  text-decoration: none; color: var(--text-muted); font-size: 13px;
  transition: all .3s ease; box-shadow: var(--shadow-sm);
}
.social-link:hover { background: #f0fdf9; border-color: rgba(5,150,105,0.4); color: var(--emerald); }
.footer-col h5 { font-size: 14px; font-weight: 700; margin-bottom: 20px; color: var(--text); text-transform: uppercase; letter-spacing: 1px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col a { color: var(--text-muted); text-decoration: none; font-size: 14px; transition: color .3s; }
.footer-col a:hover { color: var(--emerald); }
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 28px; border-top: 1px solid var(--border);
  color: var(--text-dim); font-size: 13px; flex-wrap: wrap; gap: 12px;
}

/* ═══════════════════════════════════════════════ TESTIMONIALS ════════ */
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testimonial-card {
  background: var(--bg-card); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 32px; transition: all .3s ease; box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column; gap: 16px;
}
.testimonial-card:hover { border-color: rgba(5,150,105,0.3); transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.stars { color: #f59e0b; font-size: 18px; letter-spacing: 2px; }
.review-text { color: var(--text); font-size: 15px; line-height: 1.6; font-style: italic; flex-grow: 1; }
.reviewer { display: flex; align-items: center; gap: 12px; margin-top: 8px; border-top: 1px solid var(--border); padding-top: 16px; }
.r-avatar {
  width: 40px; height: 40px; border-radius: 50%; background: var(--gradient);
  display: flex; align-items: center; justify-content: center;
  color: white; font-weight: 700; font-size: 18px; flex-shrink: 0;
}
.r-name { font-size: 14px; font-weight: 700; color: var(--text); }
.r-role { font-size: 12px; color: var(--text-dim); }

/* ══════════════════════════════════════════════ MOBILE ══════════ */
@media (max-width: 1024px) {
  .hero-container { grid-template-columns: 1fr; text-align: center; }
  .hero-subtitle { margin: 0 auto 36px; }
  .hero-actions { justify-content: center; }
  .hero-stats { justify-content: center; }
  .hero-phone-wrap { order: -1; }
  .card-1, .card-2, .card-3 { display: none; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .card-large { grid-column: span 2; }
  .ai-grid { grid-template-columns: 1fr 1fr; }
  .culture-grid { grid-template-columns: 1fr 1fr; }
  .social-grid { grid-template-columns: 1fr 1fr; }
  .goals-wrap { grid-template-columns: 1fr 1fr; }
  .util-grid { grid-template-columns: 1fr 1fr; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
  .testimonials-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .nav-links, .nav-cta { display: none; }
  .hamburger { display: flex; }
  .feature-grid { grid-template-columns: 1fr; }
  .card-large { grid-column: auto; flex-direction: column; }
  .ai-grid { grid-template-columns: 1fr; }
  .culture-grid { grid-template-columns: 1fr; }
  .social-grid { grid-template-columns: 1fr 1fr; }
  .hpanel-grid { grid-template-columns: 1fr; }
  .reports-grid { grid-template-columns: 1fr; }
  .goals-wrap { grid-template-columns: 1fr; }
  .util-grid { grid-template-columns: 1fr; }
  .faq-grid { grid-template-columns: 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .health-tabs { flex-wrap: wrap; border-radius: 16px; justify-content: center; }
  .hero-stats { flex-wrap: wrap; gap: 20px; justify-content: center; }
  .stat-divider { display: none; }
  .hero-title { font-size: clamp(36px, 8vw, 48px); }
}

@media (max-width: 480px) {
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .social-grid { grid-template-columns: 1fr; }
  .phone-mockup { transform: scale(0.85); transform-origin: top center; margin-bottom: -60px; }
  .hero { padding: 100px 0 60px; }
  .section { padding: 60px 0; }
  .hero-title { font-size: clamp(32px, 8vw, 42px); }
  .container { padding: 0 16px; }
  .price-card { padding: 24px; }
  .download-buttons { flex-direction: column; width: 100%; align-items: center; }
  .store-btn { width: 100%; max-width: 280px; justify-content: center; }
}

/* ═══════════════════════════════════════════════ BANNER SLIDER ═══ */
.banner-slider-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: 400px; /* adjust height as needed */
  margin: 0 auto;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
  border: 1px solid var(--border);
}

.banner-slider {
  position: relative;
  width: 100%;
  height: 100%;
}

.banner-slide {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.banner-slide.active {
  opacity: 1;
  z-index: 2;
}

.banner-bg {
  position: absolute;
  top: -10%; left: -10%;
  width: 120%; height: 120%;
  background-size: cover;
  background-position: center;
  filter: blur(20px) brightness(0.7);
  z-index: 1;
}

.banner-fg {
  position: relative;
  z-index: 2;
  max-width: 90%;
  max-height: 90%;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
  object-fit: contain;
}

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  color: white;
  border: none;
  width: 40px; height: 40px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}

.slider-btn:hover {
  background: rgba(0,0,0,0.8);
}

.prev-btn { left: 20px; }
.next-btn { right: 20px; }

.slider-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  gap: 10px;
}

.dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  cursor: pointer;
  transition: background 0.3s, transform 0.3s;
}

.dot.active {
  background: #10b981;
  transform: scale(1.3);
}

@media (max-width: 768px) {
  .banner-slider-container {
    height: 250px;
  }
}

