/* ============================================================
   ARTHA SIDDHI — Master CSS Design System
   4 Themes: Royal Vault | Growth Garden | Futurist | Cyberpunk
   ============================================================ */

/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Outfit:wght@300;400;500;600;700;800;900&family=Playfair+Display:wght@400;500;600;700;800;900&family=DM+Sans:wght@400;500;700&family=Orbitron:wght@400;500;600;700;800;900&display=swap');

/* ====================== CSS RESET ====================== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul, ol { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
input, textarea, select { font-family: inherit; font-size: inherit; }

/* ====================== THEME 1: ROYAL VAULT ====================== */
[data-theme="royal-vault"] {
  --bg-primary: #0A0E27;
  --bg-secondary: #111638;
  --bg-card: rgba(17, 22, 56, 0.8);
  --bg-card-hover: rgba(25, 32, 72, 0.9);
  --bg-glass: rgba(212, 175, 55, 0.05);
  --accent: #D4AF37;
  --accent-light: #F0D060;
  --accent-dark: #B8960F;
  --accent-glow: rgba(212, 175, 55, 0.3);
  --text-primary: #FFFFFF;
  --text-secondary: #B0B8D4;
  --text-muted: #6B7399;
  --border: rgba(212, 175, 55, 0.15);
  --border-hover: rgba(212, 175, 55, 0.4);
  --gradient-hero: linear-gradient(135deg, #0A0E27 0%, #1A1F4A 50%, #0D1230 100%);
  --gradient-accent: linear-gradient(135deg, #D4AF37, #F0D060);
  --gradient-card: linear-gradient(135deg, rgba(212, 175, 55, 0.08), rgba(212, 175, 55, 0.02));
  --shadow-card: 0 8px 32px rgba(0, 0, 0, 0.4);
  --shadow-glow: 0 0 30px rgba(212, 175, 55, 0.15);
  --font-heading: 'Playfair Display', serif;
  --font-body: 'Inter', sans-serif;
  --nav-bg: rgba(10, 14, 39, 0.95);
  --footer-bg: #060820;
  --input-bg: rgba(255, 255, 255, 0.05);
  --success: #4CAF50;
  --warning: #FF9800;
  --error: #F44336;
  --ticker-bg: rgba(212, 175, 55, 0.1);
}

/* ====================== THEME 2: GROWTH GARDEN ====================== */
[data-theme="growth-garden"] {
  --bg-primary: #F8FAF9;
  --bg-secondary: #FFFFFF;
  --bg-card: #FFFFFF;
  --bg-card-hover: #F0F7F4;
  --bg-glass: rgba(26, 107, 74, 0.03);
  --accent: #1A6B4A;
  --accent-light: #2E9B6E;
  --accent-dark: #0F4A33;
  --accent-glow: rgba(26, 107, 74, 0.15);
  --text-primary: #1A2332;
  --text-secondary: #4A5568;
  --text-muted: #94A3B8;
  --border: rgba(26, 107, 74, 0.12);
  --border-hover: rgba(26, 107, 74, 0.3);
  --gradient-hero: linear-gradient(135deg, #E8F5E9 0%, #F1F8E9 50%, #E0F2F1 100%);
  --gradient-accent: linear-gradient(135deg, #1A6B4A, #2E9B6E);
  --gradient-card: linear-gradient(135deg, rgba(26, 107, 74, 0.04), rgba(46, 155, 110, 0.02));
  --shadow-card: 0 4px 24px rgba(0, 0, 0, 0.06);
  --shadow-glow: 0 0 20px rgba(26, 107, 74, 0.1);
  --font-heading: 'DM Sans', sans-serif;
  --font-body: 'Inter', sans-serif;
  --nav-bg: rgba(255, 255, 255, 0.97);
  --footer-bg: #0F4A33;
  --input-bg: #F0F7F4;
  --success: #2E9B6E;
  --warning: #F59E0B;
  --error: #EF4444;
  --ticker-bg: rgba(26, 107, 74, 0.06);
}

/* ====================== THEME 3: FUTURIST ====================== */
[data-theme="futurist"] {
  --bg-primary: #0F0A1E;
  --bg-secondary: #1A1333;
  --bg-card: rgba(30, 22, 60, 0.6);
  --bg-card-hover: rgba(40, 30, 80, 0.7);
  --bg-glass: rgba(139, 92, 246, 0.06);
  --accent: #8B5CF6;
  --accent-light: #A78BFA;
  --accent-dark: #6D28D9;
  --accent-glow: rgba(139, 92, 246, 0.3);
  --text-primary: #F1F0FF;
  --text-secondary: #C4B5FD;
  --text-muted: #7C6FAE;
  --border: rgba(139, 92, 246, 0.15);
  --border-hover: rgba(139, 92, 246, 0.4);
  --gradient-hero: linear-gradient(135deg, #0F0A1E 0%, #1E1545 50%, #0D0820 100%);
  --gradient-accent: linear-gradient(135deg, #8B5CF6, #EC4899);
  --gradient-card: linear-gradient(135deg, rgba(139, 92, 246, 0.1), rgba(236, 72, 153, 0.05));
  --shadow-card: 0 8px 32px rgba(0, 0, 0, 0.5);
  --shadow-glow: 0 0 40px rgba(139, 92, 246, 0.2);
  --font-heading: 'Outfit', sans-serif;
  --font-body: 'Inter', sans-serif;
  --nav-bg: rgba(15, 10, 30, 0.95);
  --footer-bg: #080515;
  --input-bg: rgba(139, 92, 246, 0.08);
  --success: #10B981;
  --warning: #F59E0B;
  --error: #EF4444;
  --ticker-bg: rgba(139, 92, 246, 0.08);
}
[data-theme="futurist"] .glass-card {
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background: rgba(139, 92, 246, 0.06);
  border: 1px solid rgba(139, 92, 246, 0.15);
}

/* ====================== THEME 4: CYBERPUNK ====================== */
[data-theme="cyberpunk"] {
  --bg-primary: #0A0A0F;
  --bg-secondary: #12121A;
  --bg-card: rgba(18, 18, 26, 0.8);
  --bg-card-hover: rgba(25, 25, 40, 0.9);
  --bg-glass: rgba(0, 245, 255, 0.04);
  --accent: #00F5FF;
  --accent-light: #66F9FF;
  --accent-dark: #00B8C2;
  --accent-glow: rgba(0, 245, 255, 0.3);
  --accent-pink: #FF006E;
  --accent-purple: #8338EC;
  --accent-lime: #06D6A0;
  --text-primary: #EEFFFF;
  --text-secondary: #88CCDD;
  --text-muted: #4A7080;
  --border: rgba(0, 245, 255, 0.12);
  --border-hover: rgba(0, 245, 255, 0.4);
  --gradient-hero: linear-gradient(135deg, #0A0A0F 0%, #0D1520 30%, #150A20 60%, #0A0A0F 100%);
  --gradient-accent: linear-gradient(135deg, #00F5FF, #FF006E);
  --gradient-card: linear-gradient(135deg, rgba(0, 245, 255, 0.06), rgba(255, 0, 110, 0.04));
  --shadow-card: 0 8px 32px rgba(0, 0, 0, 0.6);
  --shadow-glow: 0 0 50px rgba(0, 245, 255, 0.15);
  --font-heading: 'Orbitron', sans-serif;
  --font-body: 'Outfit', sans-serif;
  --nav-bg: rgba(10, 10, 15, 0.95);
  --footer-bg: #050508;
  --input-bg: rgba(0, 245, 255, 0.06);
  --success: #06D6A0;
  --warning: #FBBF24;
  --error: #FF006E;
  --ticker-bg: rgba(0, 245, 255, 0.06);
}
[data-theme="cyberpunk"] .neon-text {
  text-shadow: 0 0 10px var(--accent-glow), 0 0 40px var(--accent-glow), 0 0 80px rgba(0, 245, 255, 0.1);
}
[data-theme="cyberpunk"] .neon-pink { color: var(--accent-pink); text-shadow: 0 0 10px rgba(255, 0, 110, 0.5); }
[data-theme="cyberpunk"] .neon-purple { color: var(--accent-purple); text-shadow: 0 0 10px rgba(131, 56, 236, 0.5); }

/* ====================== BASE LAYOUT ====================== */
body {
  font-family: var(--font-body);
  background: var(--bg-primary);
  color: var(--text-primary);
  transition: background 0.5s ease, color 0.5s ease;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.section {
  padding: 80px 0;
}

.section-title {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--text-primary);
}

.section-subtitle {
  font-size: 1.1rem;
  color: var(--text-secondary);
  max-width: 600px;
}

.text-accent { color: var(--accent); }
.text-gradient {
  background: var(--gradient-accent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ====================== MARKET TICKER ====================== */
.market-ticker {
  background: var(--ticker-bg);
  border-bottom: 1px solid var(--border);
  padding: 8px 0;
  overflow: hidden;
  position: relative;
  z-index: 100;
}
.ticker-track {
  display: flex;
  gap: 40px;
  animation: ticker-scroll 30s linear infinite;
  white-space: nowrap;
}
.ticker-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--text-secondary);
  flex-shrink: 0;
}
.ticker-item .name { color: var(--text-muted); }
.ticker-item .value { color: var(--text-primary); font-weight: 600; }
.ticker-item .change.up { color: var(--success); }
.ticker-item .change.down { color: var(--error); }

@keyframes ticker-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ====================== NAVIGATION ====================== */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 0 24px;
  height: 84px;
  display: flex;
  align-items: center;
  background: var(--nav-bg);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
  transition: all 0.3s ease;
}
.navbar.scrolled {
  box-shadow: var(--shadow-card);
}
.nav-container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 12px;
}
.nav-logo img {
  height: 90px;
  width: auto;
  object-fit: contain;
}
.nav-logo .brand-text {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--accent);
  line-height: 1.2;
  letter-spacing: 0.5px;
}
.nav-logo .brand-tagline {
  font-size: 0.58rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--text-muted);
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
}
.nav-links a {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text-secondary);
  transition: color 0.3s ease;
  position: relative;
}
.nav-links a:hover, .nav-links a.active {
  color: var(--accent);
}
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--gradient-accent);
  transition: width 0.3s ease;
  border-radius: 1px;
}
.nav-links a:hover::after, .nav-links a.active::after {
  width: 100%;
}
.nav-right {
  display: flex;
  align-items: center;
  gap: 16px;
}
.theme-switcher {
  position: relative;
}
.theme-btn {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-glass);
  border: 1px solid var(--border);
  color: var(--accent);
  font-size: 1.1rem;
  transition: all 0.3s ease;
}
.theme-btn:hover {
  border-color: var(--border-hover);
  box-shadow: var(--shadow-glow);
}
.theme-dropdown {
  position: absolute;
  top: 50px;
  right: 0;
  background: var(--bg-secondary);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 8px;
  min-width: 180px;
  box-shadow: var(--shadow-card);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 100;
}
.theme-dropdown.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.theme-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 0.85rem;
  color: var(--text-secondary);
  transition: all 0.2s ease;
  width: 100%;
  text-align: left;
}
.theme-option:hover {
  background: var(--bg-glass);
  color: var(--text-primary);
}
.theme-option.active {
  color: var(--accent);
  background: var(--bg-glass);
}
.theme-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.2);
}
.lang-btn {
  font-size: 0.8rem;
  padding: 6px 12px;
  border-radius: 8px;
  background: var(--bg-glass);
  border: 1px solid var(--border);
  color: var(--text-secondary);
  font-weight: 600;
  transition: all 0.3s ease;
}
.lang-btn:hover { border-color: var(--border-hover); color: var(--accent); }

/* Mobile Menu */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  width: 28px;
  cursor: pointer;
}
.hamburger span {
  display: block;
  height: 2px;
  background: var(--text-primary);
  border-radius: 2px;
  transition: all 0.3s ease;
}
.hamburger.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* ====================== CTA BUTTONS ====================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.btn-primary {
  background: var(--gradient-accent);
  color: #fff;
  box-shadow: 0 4px 15px var(--accent-glow);
}
[data-theme="growth-garden"] .btn-primary { color: #fff; }
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px var(--accent-glow);
}
.btn-secondary {
  background: transparent;
  border: 2px solid var(--accent);
  color: var(--accent);
}
.btn-secondary:hover {
  background: var(--bg-glass);
  transform: translateY(-2px);
}
.btn-lg { padding: 18px 36px; font-size: 1.05rem; border-radius: 14px; }
.btn-sm { padding: 10px 20px; font-size: 0.85rem; border-radius: 10px; }

.btn-invest {
  background: transparent;
  color: var(--accent);
  border: 1px solid var(--accent);
  box-shadow: 0 0 10px var(--accent-glow);
  font-weight: 700;
}
.btn-invest:hover {
  background: var(--accent-glow);
  color: #fff;
  box-shadow: 0 0 20px var(--accent-glow);
  transform: translateY(-2px);
}

/* ====================== HERO SECTION ====================== */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gradient-hero);
  position: relative;
  overflow: hidden;
  padding-top: 84px;
}
.hero-bg-effects {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.3;
  animation: float 8s ease-in-out infinite;
}
.hero-orb-1 {
  width: 400px; height: 400px;
  background: var(--accent);
  top: 10%; left: -10%;
  animation-delay: 0s;
}
.hero-orb-2 {
  width: 300px; height: 300px;
  background: var(--accent-light);
  bottom: 20%; right: -5%;
  animation-delay: 3s;
}
[data-theme="cyberpunk"] .hero-orb-1 { background: var(--accent-pink); }
[data-theme="cyberpunk"] .hero-orb-2 { background: var(--accent-purple); }

@keyframes float {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-30px) scale(1.05); }
}

/* === 3-column hero wrapper === */
.hero-wrapper {
  display: grid;
  grid-template-columns: 190px 1fr 190px;
  gap: 20px;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 40px 20px;
  align-items: start;
  position: relative;
  z-index: 2;
}

/* === Side panels === */
.hero-side {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 24px;
}
.hero-side-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 14px 12px;
  text-align: center;
  transition: all 0.3s ease;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.hero-side-card:hover {
  border-color: var(--border-hover);
  box-shadow: var(--shadow-glow);
  transform: translateY(-3px);
}
.hero-side-icon { font-size: 1.4rem; margin-bottom: 5px; }
.hero-side-label {
  font-size: 0.64rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--text-muted);
  margin-bottom: 3px;
}
.hero-side-value {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--accent);
  line-height: 1.2;
}
.hero-side-sub {
  font-size: 0.65rem;
  color: var(--text-muted);
  margin-top: 3px;
}
.hero-live-card { border-color: var(--accent); }
.hero-live-dot {
  width: 8px; height: 8px;
  background: var(--success);
  border-radius: 50%;
  margin: 0 auto 5px;
  animation: pulse 2s infinite;
}
.hero-market-row {
  font-size: 0.72rem;
  font-weight: 600;
  margin-top: 5px;
}
.hero-market-row.up { color: var(--success); }
.hero-market-row.down { color: var(--error); }
.hero-cta-mini { padding: 16px 12px; }

/* === Center hero content === */
.hero-content {
  text-align: center;
  z-index: 2;
  position: relative;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  border-radius: 50px;
  background: var(--bg-glass);
  border: 1px solid var(--border);
  font-size: 0.8rem;
  color: var(--accent);
  font-weight: 600;
  margin-bottom: 24px;
  animation: fadeInUp 0.6s ease;
}
.hero-badge .pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--success);
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.5); }
}
.hero h1 {
  font-family: var(--font-heading);
  font-size: clamp(2.2rem, 5vw, 4rem);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 20px;
  animation: fadeInUp 0.8s ease 0.1s both;
}
.hero p {
  font-size: clamp(0.95rem, 1.8vw, 1.15rem);
  color: var(--text-secondary);
  max-width: 580px;
  margin: 0 auto 28px;
  animation: fadeInUp 0.8s ease 0.2s both;
}
.hero-cta {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  animation: fadeInUp 0.8s ease 0.3s both;
}

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

/* === Hero Visual & Video Responsiveness === */
.hero-visual {
  max-width: 600px;
  width: 100%;
  margin: 28px auto 0;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  box-shadow: var(--shadow-card);
  border: 1px solid var(--border);
}

.hero-visual video, 
.hero-visual iframe,
.hero-visual img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
  max-width: 100%;
  object-fit: cover;
}

/* ====================== STATS BAR ====================== */
.stats-bar {
  padding: 40px 0;
  background: var(--bg-secondary);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
}
.stat-item { padding: 16px; }
.stat-number {
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 800;
  color: var(--accent);
  line-height: 1.2;
}
.stat-label {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-top: 4px;
}

/* ====================== CARDS ====================== */
.card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 32px;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}
.card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--gradient-accent);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.card:hover {
  background: var(--bg-card-hover);
  border-color: var(--border-hover);
  transform: translateY(-5px);
  box-shadow: var(--shadow-glow);
}
.card:hover::before { opacity: 1; }
.card-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-glass);
  border: 1px solid var(--border);
  font-size: 1.5rem;
  margin-bottom: 20px;
  color: var(--accent);
}
.card h3 {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--text-primary);
}
.card p {
  color: var(--text-secondary);
  font-size: 0.92rem;
  line-height: 1.7;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}

/* ====================== SERVICES ====================== */
.services-section { position: relative; }
.services-section .container { position: relative; z-index: 2; }

/* ====================== TESTIMONIALS ====================== */
.testimonials-section { background: var(--bg-secondary); }
.testimonial-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 32px;
  position: relative;
}
.testimonial-stars { color: #FBBF24; font-size: 1rem; margin-bottom: 16px; }
.testimonial-text {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 20px;
  font-style: italic;
}
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.testimonial-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--gradient-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.1rem;
  color: #fff;
}
.testimonial-name { font-weight: 600; font-size: 0.95rem; }
.testimonial-role { font-size: 0.8rem; color: var(--text-muted); }

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
}

/* ====================== TRUST BADGES ====================== */
.trust-section { text-align: center; }
.trust-badges {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 40px;
}
.trust-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 24px 32px;
  border-radius: 16px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  min-width: 160px;
  transition: all 0.3s ease;
}
.trust-badge:hover {
  border-color: var(--border-hover);
  transform: translateY(-3px);
  box-shadow: var(--shadow-glow);
}
.trust-badge-icon { font-size: 2rem; }
.trust-badge-text {
  font-weight: 700;
  font-size: 0.85rem;
  color: var(--accent);
}
.trust-badge-sub {
  font-size: 0.75rem;
  color: var(--text-muted);
}

/* ====================== SIP CALCULATOR ====================== */
.calculator-section { background: var(--bg-secondary); }
.calculator-card {
  max-width: 700px;
  margin: 0 auto;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 40px;
}
.calc-form { display: flex; flex-direction: column; gap: 24px; }
.calc-field label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 8px;
}
.calc-field input[type="range"] {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  height: 6px;
  border-radius: 3px;
  background: var(--border);
  outline: none;
}
.calc-field input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--gradient-accent);
  cursor: pointer;
  box-shadow: 0 2px 8px var(--accent-glow);
}
.calc-value {
  display: flex;
  justify-content: space-between;
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-top: 4px;
}
.calc-display {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--accent);
  text-align: right;
}
.calc-results {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 24px;
  border-radius: 14px;
  background: var(--bg-glass);
  border: 1px solid var(--border);
  margin-top: 16px;
}
.calc-result-item { text-align: center; }
.calc-result-value {
  font-family: var(--font-heading);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--accent);
}
.calc-result-label {
  font-size: 0.75rem;
  color: var(--text-muted);
  margin-top: 4px;
}
.calc-chart {
  margin-top: 24px;
  height: 200px;
  position: relative;
}
.donut-chart {
  width: 180px;
  height: 180px;
  margin: 0 auto;
  position: relative;
}

/* ====================== LEAD CAPTURE CTA ====================== */
.cta-section {
  background: var(--gradient-hero);
  position: relative;
  overflow: hidden;
  text-align: center;
}
.cta-section .hero-orb { opacity: 0.15; }
.cta-form {
  max-width: 500px;
  margin: 32px auto 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.form-group { position: relative; }
.form-input {
  width: 100%;
  padding: 14px 18px;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: var(--input-bg);
  color: var(--text-primary);
  font-size: 0.95rem;
  transition: all 0.3s ease;
}
select.form-input option {
  background: var(--bg-card);
  color: var(--text-primary);
}
.form-input:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px var(--accent-glow);
}
.form-input::placeholder { color: var(--text-muted); }
textarea.form-input { min-height: 100px; resize: vertical; }

/* ====================== FOOTER ====================== */
.footer {
  background: var(--footer-bg);
  padding: 60px 0 0;
  border-top: 1px solid var(--border);
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
}
.footer-brand img { height: 65px; margin-bottom: 16px; }
.footer-brand p { color: var(--text-muted); font-size: 0.85rem; line-height: 1.7; max-width: 300px; }
.footer-col h4 {
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 20px;
}
[data-theme="growth-garden"] .footer-col h4 { color: #fff; }
.footer-col a {
  display: block;
  font-size: 0.85rem;
  color: var(--text-muted);
  padding: 6px 0;
  transition: color 0.3s ease;
}
[data-theme="growth-garden"] .footer-col a { color: rgba(255,255,255,0.6); }
.footer-col a:hover { color: var(--accent); }
[data-theme="growth-garden"] .footer-brand p { color: rgba(255,255,255,0.6); }

.footer-bottom {
  border-top: 1px solid var(--border);
  padding: 24px 0;
  text-align: center;
}
.footer-disclaimer {
  font-size: 0.72rem;
  line-height: 1.8;
  color: var(--text-muted);
  max-width: 900px;
  margin: 0 auto 16px;
}
[data-theme="growth-garden"] .footer-disclaimer { color: rgba(255,255,255,0.4); }
.footer-copyright {
  font-size: 0.78rem;
  color: var(--text-muted);
}
[data-theme="growth-garden"] .footer-copyright { color: rgba(255,255,255,0.5); }

/* ====================== WHATSAPP FLOATING BUTTON ====================== */
.whatsapp-float {
  position: fixed;
  bottom: 24px;
  left: 24px;
  z-index: 900;
  width: 60px;
  height: 60px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.8rem;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  transition: all 0.3s ease;
  animation: whatsapp-pulse 2s infinite;
}
.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 30px rgba(37, 211, 102, 0.6);
}
@keyframes whatsapp-pulse {
  0%, 100% { box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4); }
  50% { box-shadow: 0 4px 30px rgba(37, 211, 102, 0.7), 0 0 0 12px rgba(37, 211, 102, 0.1); }
}
.whatsapp-tooltip {
  position: absolute;
  left: 70px;
  background: #fff;
  color: #333;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 0.82rem;
  font-weight: 500;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.whatsapp-float:hover .whatsapp-tooltip { opacity: 1; }

/* ====================== CHATBOT ====================== */
.chatbot-toggle {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 900;
  width: 60px;
  height: 60px;
  background: var(--gradient-accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.5rem;
  box-shadow: 0 4px 20px var(--accent-glow);
  transition: all 0.3s ease;
  animation: chatbot-glow 3s ease-in-out infinite;
}
[data-theme="growth-garden"] .chatbot-toggle { color: #fff; }
.chatbot-toggle:hover { transform: scale(1.1) rotate(10deg); }
.chatbot-toggle.active { border-radius: 14px; }
@keyframes chatbot-glow {
  0%, 100% { box-shadow: 0 4px 20px var(--accent-glow); }
  50% { box-shadow: 0 4px 40px var(--accent-glow), 0 0 0 8px rgba(139, 92, 246, 0.05); }
}

.chatbot-window {
  position: fixed;
  bottom: 96px;
  right: 24px;
  width: 380px;
  height: 520px;
  background: var(--bg-secondary);
  border: 1px solid var(--border);
  border-radius: 20px;
  z-index: 901;
  display: none;
  flex-direction: column;
  overflow: hidden;
  box-shadow: var(--shadow-card);
  animation: chatSlideUp 0.4s ease;
}
.chatbot-window.open { display: flex; }
@keyframes chatSlideUp {
  from { opacity: 0; transform: translateY(20px) scale(0.95); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
.chat-header {
  padding: 16px 20px;
  background: var(--gradient-accent);
  color: #fff;
  display: flex;
  align-items: center;
  gap: 12px;
}
.chat-header-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}
.chat-header-info h4 { font-size: 0.95rem; font-weight: 700; }
.chat-header-info span { font-size: 0.7rem; opacity: 0.8; }
.chat-close {
  margin-left: auto;
  color: #fff;
  font-size: 1.2rem;
  opacity: 0.8;
  transition: opacity 0.2s;
}
.chat-close:hover { opacity: 1; }
.chat-messages {
  flex: 1;
  padding: 16px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.chat-messages::-webkit-scrollbar { width: 4px; }
.chat-messages::-webkit-scrollbar-track { background: transparent; }
.chat-messages::-webkit-scrollbar-thumb { background: var(--border); border-radius: 2px; }

.chat-message {
  max-width: 85%;
  padding: 12px 16px;
  border-radius: 16px;
  font-size: 0.88rem;
  line-height: 1.6;
  animation: msgIn 0.3s ease;
}
@keyframes msgIn {
  from { opacity: 0; transform: scale(0.95) translateY(10px); }
  to { opacity: 1; transform: scale(1) translateY(0); }
}
.chat-message.bot {
  background: var(--bg-glass);
  border: 1px solid var(--border);
  align-self: flex-start;
  border-bottom-left-radius: 4px;
  color: var(--text-primary);
}
.chat-message.user {
  background: var(--gradient-accent);
  color: #fff;
  align-self: flex-end;
  border-bottom-right-radius: 4px;
}
.chat-typing {
  display: flex;
  gap: 4px;
  padding: 12px 16px;
  align-self: flex-start;
}
.chat-typing span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  animation: typing 1.4s infinite;
}
.chat-typing span:nth-child(2) { animation-delay: 0.2s; }
.chat-typing span:nth-child(3) { animation-delay: 0.4s; }
@keyframes typing {
  0%, 60%, 100% { opacity: 0.3; transform: translateY(0); }
  30% { opacity: 1; transform: translateY(-6px); }
}
.chat-input-area {
  padding: 12px 16px;
  border-top: 1px solid var(--border);
  display: flex;
  gap: 8px;
  align-items: center;
}
.chat-input {
  flex: 1;
  padding: 10px 16px;
  border-radius: 24px;
  border: 1px solid var(--border);
  background: var(--input-bg);
  color: var(--text-primary);
  font-size: 0.88rem;
  outline: none;
  transition: border-color 0.3s;
}
.chat-input:focus { border-color: var(--accent); }
.chat-input::placeholder { color: var(--text-muted); }
.chat-send {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--gradient-accent);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: all 0.3s;
}
.chat-send:hover { transform: scale(1.1); }

/* ====================== BLOG ====================== */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 28px;
}
.blog-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.4s ease;
}
.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-glow);
  border-color: var(--border-hover);
}
.blog-card-image {
  height: 200px;
  background: var(--gradient-card);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  border-bottom: 1px solid var(--border);
}
.blog-card-content { padding: 24px; }
.blog-card-tag {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 20px;
  background: var(--bg-glass);
  border: 1px solid var(--border);
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--accent);
  margin-bottom: 12px;
}
.blog-card-content h3 {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--text-primary);
  line-height: 1.4;
}
.blog-card-content p {
  font-size: 0.85rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 16px;
}
.blog-card-meta {
  font-size: 0.75rem;
  color: var(--text-muted);
}

/* ====================== ADSENSE PLACEHOLDERS ====================== */
.ad-slot {
  background: var(--bg-glass);
  border: 1px dashed var(--border);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  font-size: 0.75rem;
  min-height: 90px;
  margin: 24px 0;
  text-align: center;
  padding: 16px;
}
.ad-slot-sidebar { min-height: 250px; }
.ad-slot-banner { min-height: 90px; }

/* ====================== SCROLL REVEAL ====================== */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }

/* ====================== PARTICLES (All Themes) ====================== */
.particles-container {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}
.particle {
  position: absolute;
  border-radius: 50%;
  animation: particle-float linear infinite;
  will-change: transform, opacity;
}
@keyframes particle-float {
  0%   { transform: translateY(100vh) translateX(0) scale(0); opacity: 0; }
  8%   { opacity: 1; }
  92%  { opacity: 0.8; }
  100% { transform: translateY(-20vh) translateX(30px) scale(1.2); opacity: 0; }
}

/* ====================== TOAST NOTIFICATION ====================== */
.toast {
  position: fixed;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%) translateY(80px);
  background: var(--bg-secondary);
  border: 1px solid var(--border);
  border-left: 4px solid var(--accent);
  border-radius: 12px;
  padding: 14px 24px;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text-primary);
  box-shadow: var(--shadow-card);
  z-index: 9999;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  white-space: nowrap;
}
.toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* ====================== CARD SHIMMER HOVER ====================== */
.card::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -75%;
  width: 50%;
  height: 200%;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.06) 50%, transparent 60%);
  transform: skewX(-15deg);
  transition: left 0.6s ease;
  pointer-events: none;
}
.card:hover::after { left: 125%; }

/* ====================== THEME TRANSITION OVERLAY ====================== */
.theme-transitioning * { transition: background 0.4s ease, color 0.3s ease, border-color 0.3s ease !important; }

/* ====================== RESPONSIVE ====================== */
@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .nav-logo img { height: 50px; }
  .nav-logo div { display: none; }
  .nav-right .btn { display: none; }
  .nav-links { display: none; }
  .hamburger { display: flex; }
  
  .nav-links.mobile-open {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 72px;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--bg-primary);
    padding: 40px 24px;
    gap: 24px;
    z-index: 999;
    animation: fadeInUp 0.3s ease;
  }
  .nav-links.mobile-open a { font-size: 1.2rem; }
  
  .hero h1 { font-size: 2rem; }
  .hero p { font-size: 0.95rem; }
  .hero-cta { flex-direction: column; align-items: center; }
  
  .section { padding: 48px 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .calc-results { grid-template-columns: 1fr; }
  
  .chatbot-window {
    width: calc(100vw - 16px);
    height: calc(100vh - 120px);
    right: 8px;
    bottom: 88px;
    border-radius: 16px;
  }
  .cards-grid { grid-template-columns: 1fr; }
  .blog-grid { grid-template-columns: 1fr; }
  
  .trust-badges { gap: 12px; }
  .trust-badge { min-width: 130px; padding: 16px 20px; }
}

@media (max-width: 480px) {
  .container { padding: 0 16px; }
  .hero h1 { font-size: 1.7rem; }
  .section-title { font-size: 1.6rem; }
  .card { padding: 24px; }
  .calculator-card { padding: 24px; }
}

/* ====================== UTILITY ====================== */
.text-center { text-align: center; }
.mt-1 { margin-top: 8px; }
.mt-2 { margin-top: 16px; }
.mt-3 { margin-top: 24px; }
.mt-4 { margin-top: 32px; }
.mt-5 { margin-top: 48px; }
.mb-3 { margin-bottom: 24px; }
.gap-2 { gap: 16px; }
.flex-center { display: flex; align-items: center; justify-content: center; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }

/* ====================== PAGE SPECIFIC ====================== */
.page-header {
  padding: 140px 0 60px;
  background: var(--gradient-hero);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-header h1 {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  margin-bottom: 12px;
}
.page-header p {
  color: var(--text-secondary);
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto;
}
.page-content { padding: 60px 0; }

/* ====================== LEAD WALL (pre-chat) ====================== */
.lead-wall {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.lead-wall h4 {
  font-family: var(--font-heading);
  font-size: 1rem;
  text-align: center;
  margin-bottom: 8px;
  color: var(--text-primary);
}
.lead-wall p {
  font-size: 0.82rem;
  color: var(--text-secondary);
  text-align: center;
  margin-bottom: 8px;
}
.lead-wall input {
  width: 100%;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: var(--input-bg);
  color: var(--text-primary);
  font-size: 0.88rem;
}
.lead-wall input:focus { outline: none; border-color: var(--accent); }
.lead-wall input::placeholder { color: var(--text-muted); }

/* ====================== BACK TO TOP ====================== */
.back-to-top {
  position: fixed;
  bottom: 96px;
  right: 24px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--bg-glass);
  border: 1px solid var(--border);
  color: var(--accent);
  font-size: 1.2rem;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 800;
  transition: all 0.3s ease;
}
.back-to-top.visible { display: flex; }
.back-to-top:hover { background: var(--accent); color: #fff; }

/* ====================== PRINT FOR LEAD DATA ====================== */
@media print {
  .navbar, .whatsapp-float, .chatbot-toggle, .chatbot-window,
  .back-to-top, .market-ticker { display: none !important; }
}

/* ====================== RESPONSIVE: HERO SIDE PANELS ====================== */
@media (max-width: 1100px) {
  .hero-wrapper {
    grid-template-columns: 160px 1fr 160px;
    gap: 14px;
  }
  .hero-side-value { font-size: 1rem; }
}
@media (max-width: 900px) {
  .hero-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
  .hero-content {
    order: -1;
    max-width: 700px;
    padding: 0 20px;
  }
  .hero-side {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    width: 100%;
    max-width: 600px;
    padding-top: 0;
  }
}
@media (max-width: 600px) {
  .hero-wrapper {
    padding: 24px 16px;
  }
  .hero-side {
    grid-template-columns: 1fr;
  }
  .hero h1 { font-size: 2rem; }
  .hero-cta { gap: 8px; }
  .btn-lg { padding: 14px 20px; font-size: 0.9rem; }
}