/* ============================================================
   DESIGN SYSTEM · JupiterTrader Redesign 2026
   assets/style.css
============================================================ */
:root {
  --bg-void:       #050508;
  --bg-surface:    #08101C;
  --bg-elevated:   #0C1628;
  --bg-card:       rgba(255,255,255,0.032);
  --bg-card-hover: rgba(255,255,255,0.06);
  --accent:        #00D4FF;
  --accent-dim:    rgba(0,212,255,0.15);
  --accent-glow:   rgba(0,212,255,0.35);
  --violet:        #7C3AED;
  --violet-dim:    rgba(124,58,237,0.2);
  --emerald:       #10B981;
  --orange:        #F59E0B;
  --pink:          #EC4899;
  --text-primary:   #FFFFFF;
  --text-secondary: #7A8BA8;
  --text-muted:     #4A5568;
  --border:        rgba(255,255,255,0.07);
  --border-hover:  rgba(0,212,255,0.3);
  --radius-sm:     10px;
  --radius-md:     16px;
  --radius-lg:     24px;
  --radius-xl:     32px;
  --radius-full:   999px;
  --transition:    0.25s ease;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  background: var(--bg-void);
  color: var(--text-primary);
  line-height: 1.6;
  overflow-x: hidden;
}

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

::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--bg-void); }
::-webkit-scrollbar-thumb { background: var(--accent-dim); border-radius: 3px; }

/* ============================================================ UTILITIES */
.container { max-width: 1180px; margin: 0 auto; padding: 0 28px; }

.label {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
}

/* ============================================================ BUTTONS */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: none;
  border-radius: var(--radius-full);
  font-family: inherit;
  font-weight: 700;
  font-size: 15px;
  padding: 13px 26px;
  cursor: pointer;
  transition: transform var(--transition), box-shadow var(--transition), opacity var(--transition), background var(--transition);
  white-space: nowrap;
  text-decoration: none;
}
.btn-lg  { padding: 15px 30px; font-size: 16px; }
.btn-xl  { padding: 18px 40px; font-size: 17px; }

.btn-primary {
  background: linear-gradient(135deg, #00D4FF 0%, #0099CC 100%);
  color: #020C18;
  box-shadow: 0 0 28px rgba(0,212,255,0.38);
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 50px rgba(0,212,255,0.55);
}

.btn-ghost {
  background: transparent;
  color: var(--text-primary);
  border: 1px solid var(--border);
}
.btn-ghost:hover {
  border-color: rgba(255,255,255,0.2);
  background: rgba(255,255,255,0.04);
}

/* ============================================================ BADGE */
.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  border-radius: var(--radius-full);
  background: rgba(0,212,255,0.07);
  border: 1px solid rgba(0,212,255,0.2);
  font-size: 13px;
  font-weight: 600;
  color: var(--accent);
}

/* ============================================================ DISCLAIMER */
.disclaimer-bar {
  background: rgba(245,158,11,0.06);
  border-bottom: 1px solid rgba(245,158,11,0.15);
  padding: 9px 0;
}
.disclaimer-bar p {
  font-size: 12px;
  color: rgba(245,158,11,0.8);
  text-align: center;
}

/* ============================================================ HEADER */
header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(5,5,8,0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  gap: 16px;
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.logo-icon { width: 36px; height: 36px; flex-shrink: 0; }
.logo-text { font-size: 17px; font-weight: 800; letter-spacing: -0.02em; }
.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
  list-style: none;
}
.nav-links a {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-secondary);
  transition: color var(--transition);
}
.nav-links a:hover { color: var(--text-primary); }
.nav-cta { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }

/* ============================================================ HERO */
.hero {
  position: relative;
  padding: 120px 0 100px;
  text-align: center;
  overflow: hidden;
}
.hero-aurora {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 80% 60% at 50% 100%, rgba(0,212,255,0.07) 0%, transparent 70%),
    radial-gradient(ellipse 50% 40% at 30% 60%, rgba(124,58,237,0.06) 0%, transparent 60%),
    radial-gradient(ellipse 50% 40% at 70% 40%, rgba(0,212,255,0.04) 0%, transparent 60%);
}
.hero-bg-grid {
  position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black, transparent);
}
.candle-bg {
  position: absolute; bottom: 0; left: 50%;
  transform: translateX(-50%);
  width: 100%; max-width: 1000px; height: 200px;
  opacity: 0.06;
  display: flex; align-items: flex-end; justify-content: center; gap: 10px;
  pointer-events: none; z-index: 0;
}
.candle { display: flex; flex-direction: column; align-items: center; }
.candle-wick { width: 2px; background: currentColor; }
.candle-body { width: 14px; border-radius: 2px; background: currentColor; }
.hero-content { position: relative; z-index: 1; max-width: 780px; margin: 0 auto; }
.hero-badge { margin-bottom: 28px; }
.hero h1 {
  font-size: clamp(46px, 6.5vw, 80px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin-bottom: 24px;
}
.hero h1 .accent {
  background: linear-gradient(135deg, #00D4FF, #7C3AED);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-desc {
  font-size: 18px; color: var(--text-secondary);
  line-height: 1.7; max-width: 560px; margin: 0 auto 36px;
}
.hero-cta { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-bottom: 36px; }
.hero-social {
  display: flex; align-items: center; justify-content: center;
  gap: 16px; font-size: 13px; color: var(--text-muted); flex-wrap: wrap;
}
.stars { color: #F59E0B; letter-spacing: 2px; }
.hero-social-divider { width: 1px; height: 14px; background: var(--border); }

/* ============================================================ STATS */
.stats-bar {
  padding: 60px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 32px; text-align: center; }
.stat-number {
  font-size: 40px; font-weight: 900; letter-spacing: -0.03em;
  background: linear-gradient(135deg, var(--accent), #fff);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.stat-label { font-size: 13px; color: var(--text-secondary); margin-top: 4px; }

/* ============================================================ SECTIONS */
.section { padding: 110px 0; }
.section-alt { background: var(--bg-surface); }
.section-header { text-align: center; margin-bottom: 64px; }
.section-header .label { margin-bottom: 12px; display: block; }
.section-header h2 {
  font-size: clamp(30px,4vw,48px); font-weight: 800;
  letter-spacing: -0.02em; margin-bottom: 14px;
}
.section-header p { font-size: 17px; color: var(--text-secondary); max-width: 500px; margin: 0 auto; }

/* ============================================================ FEATURES */
.features-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.feature-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px;
  transition: border-color var(--transition), background var(--transition), transform var(--transition), box-shadow var(--transition);
}
.feature-card:hover {
  border-color: var(--border-hover);
  background: var(--bg-card-hover);
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(0,212,255,0.07);
}
.feature-icon {
  width: 44px; height: 44px; border-radius: var(--radius-sm);
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; margin-bottom: 18px;
}
.feature-card h3 { font-size: 16px; font-weight: 700; margin-bottom: 8px; letter-spacing: -0.01em; }
.feature-card p { font-size: 14px; color: var(--text-secondary); line-height: 1.6; }

/* ============================================================ HOW IT WORKS */
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; position: relative; }
.steps::before {
  content: ''; position: absolute; top: 28px; left: 16.66%; right: 16.66%; height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent-dim), var(--accent-dim), transparent);
}
.step { text-align: center; padding: 0 32px; }
.step-number {
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--bg-elevated); border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; font-weight: 800; color: var(--accent);
  margin: 0 auto 20px; position: relative; z-index: 1;
}
.step h3 { font-size: 17px; font-weight: 700; margin-bottom: 8px; }
.step p { font-size: 14px; color: var(--text-secondary); }

/* ============================================================ TESTIMONIALS */
.testimonials { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.testimonial-card {
  background: var(--bg-card); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 28px;
  transition: border-color var(--transition);
}
.testimonial-card:hover { border-color: rgba(255,255,255,0.12); }
.testimonial-stars { color: #F59E0B; font-size: 16px; margin-bottom: 14px; letter-spacing: 2px; }
.testimonial-text { font-size: 16px; line-height: 1.7; color: var(--text-primary); margin-bottom: 20px; font-style: italic; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.author-avatar {
  width: 38px; height: 38px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 15px; flex-shrink: 0;
}
.author-name { font-size: 14px; font-weight: 600; }
.author-role { font-size: 12px; color: var(--text-muted); }

/* ============================================================ PRICING */
.pricing-toggle {
  display: flex; align-items: center; justify-content: center;
  gap: 12px; margin-bottom: 48px;
}
.toggle-pill {
  display: flex; background: var(--bg-elevated);
  border: 1px solid var(--border); border-radius: var(--radius-full); padding: 4px; gap: 2px;
}
.toggle-btn {
  padding: 8px 20px; border-radius: var(--radius-full);
  font-size: 14px; font-weight: 600; cursor: pointer;
  transition: background var(--transition), color var(--transition);
  color: var(--text-secondary); background: transparent;
  border: none; font-family: inherit;
}
.toggle-btn.active { background: var(--accent); color: #020C18; }
.save-badge {
  font-size: 12px; font-weight: 700; color: var(--emerald);
  background: rgba(16,185,129,0.1); border: 1px solid rgba(16,185,129,0.2);
  padding: 4px 10px; border-radius: var(--radius-full);
}
.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; align-items: start; }
.price-card {
  background: var(--bg-elevated); border: 1px solid var(--border);
  border-radius: var(--radius-xl); padding: 32px;
  display: flex; flex-direction: column;
  transition: transform var(--transition), box-shadow var(--transition);
}
.price-card.popular {
  border-color: rgba(0,212,255,0.5);
  box-shadow: 0 0 50px rgba(0,212,255,0.12), 0 24px 60px rgba(0,0,0,0.3);
  transform: translateY(-12px);
}
.popular-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: linear-gradient(135deg, #00D4FF, #7C3AED);
  color: #fff; font-size: 11px; font-weight: 800;
  letter-spacing: 0.08em; text-transform: uppercase;
  padding: 5px 12px; border-radius: var(--radius-full); margin-bottom: 20px;
  align-self: flex-start;
}
.price-name { font-size: 15px; font-weight: 700; color: var(--text-secondary); margin-bottom: 8px; }
.price-amount { font-size: 56px; font-weight: 900; letter-spacing: -0.04em; line-height: 1; margin-bottom: 4px; }
.price-card.popular .price-amount {
  background: linear-gradient(135deg, var(--accent), #7C3AED);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.price-period { font-size: 14px; color: var(--text-secondary); margin-bottom: 12px; }
.savings-tag {
  display: inline-block; background: rgba(16,185,129,0.1);
  border: 1px solid rgba(16,185,129,0.2); color: var(--emerald);
  padding: 5px 12px; border-radius: var(--radius-full);
  font-size: 13px; font-weight: 700; margin-bottom: 12px;
}
.price-divider { height: 1px; background: var(--border); margin: 16px 0 20px; }
.price-features { list-style: none; display: flex; flex-direction: column; gap: 12px; margin-bottom: 28px; flex-grow: 1; }
.price-features li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: var(--text-secondary); }
.price-features .check { color: var(--accent); flex-shrink: 0; margin-top: 1px; }
.price-card.popular .price-features li { color: var(--text-primary); }
.pricing-footer {
  text-align: center; margin-top: 40px;
  font-size: 14px; color: var(--text-muted);
  display: flex; align-items: center; justify-content: center; gap: 8px;
}

/* ============================================================ FAQ */
.faq-list { max-width: 720px; margin: 0 auto; display: flex; flex-direction: column; gap: 10px; }
.faq-item {
  background: var(--bg-card); border: 1px solid var(--border);
  border-radius: var(--radius-md); overflow: hidden;
  transition: border-color var(--transition);
}
.faq-item:hover { border-color: rgba(255,255,255,0.12); }
.faq-item.open { border-color: rgba(0,212,255,0.2); }
.faq-question {
  width: 100%; background: none; border: none; color: var(--text-primary);
  font-family: inherit; font-size: 15px; font-weight: 600; text-align: left;
  padding: 20px 24px; cursor: pointer;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.faq-icon { font-size: 18px; color: var(--text-secondary); transition: transform 0.3s, color 0.3s; flex-shrink: 0; }
.faq-item.open .faq-icon { transform: rotate(45deg); color: var(--accent); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
.faq-item.open .faq-answer { max-height: 200px; }
.faq-answer p { padding: 0 24px 20px; font-size: 14px; color: var(--text-secondary); line-height: 1.7; }

/* ============================================================ LEGAL */
.risk-warning {
  background: rgba(245,158,11,0.06); border: 1px solid rgba(245,158,11,0.2);
  border-left: 3px solid #F59E0B; border-radius: var(--radius-md);
  padding: 24px; margin-bottom: 28px;
}
.risk-warning-title { font-weight: 700; color: #FCD34D; margin-bottom: 8px; }
.risk-warning p { font-size: 14px; color: var(--text-secondary); line-height: 1.7; }
.legal-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-bottom: 20px; }
.legal-card {
  display: block; background: var(--bg-card); border: 1px solid var(--border);
  border-radius: var(--radius-md); padding: 20px; font-weight: 600; font-size: 15px;
  transition: border-color var(--transition), background var(--transition);
}
.legal-card:hover { border-color: var(--border-hover); background: var(--bg-card-hover); }
.cnmv-block {
  background: var(--bg-card); border: 1px solid var(--border);
  border-radius: var(--radius-md); padding: 24px;
}
.cnmv-block h4 { font-size: 16px; font-weight: 700; margin-bottom: 14px; }
.cnmv-block ul { list-style: none; display: flex; flex-direction: column; gap: 8px; margin-bottom: 12px; }
.cnmv-block li { font-size: 14px; color: var(--text-secondary); }
.cnmv-block p { font-size: 13px; color: var(--text-muted); }

/* ============================================================ CTA FINAL */
.cta-section { position: relative; padding: 130px 0; text-align: center; overflow: hidden; }
.cta-aurora {
  position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse 60% 70% at 50% 50%, rgba(0,212,255,0.08) 0%, rgba(124,58,237,0.06) 40%, transparent 70%);
}
.cta-grid {
  position: absolute; inset: 0; pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,0.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.018) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 70% 80% at 50% 50%, black, transparent);
}
.cta-content { position: relative; z-index: 1; max-width: 640px; margin: 0 auto; }
.cta-content h2 {
  font-size: clamp(32px,4.5vw,52px); font-weight: 900;
  letter-spacing: -0.03em; margin-bottom: 16px; line-height: 1.1;
}
.cta-content p { font-size: 17px; color: var(--text-secondary); margin-bottom: 36px; }
.cta-trust {
  margin-top: 24px; font-size: 13px; color: var(--text-muted);
  display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap;
}
.trust-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--text-muted); }

/* ============================================================ FOOTER */
footer { background: #030508; border-top: 1px solid var(--border); padding: 64px 0 32px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.footer-brand p { font-size: 13px; color: var(--text-secondary); margin-top: 12px; max-width: 240px; line-height: 1.7; }
.footer-col-title { font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 16px; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-links a { font-size: 14px; color: var(--text-secondary); transition: color var(--transition); }
.footer-links a:hover { color: var(--text-primary); }
.footer-bottom {
  padding-top: 28px; border-top: 1px solid var(--border);
  display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap;
}
.footer-copy { font-size: 13px; color: var(--text-muted); }
.lang-toggle {
  display: flex; background: var(--bg-elevated); border: 1px solid var(--border);
  border-radius: var(--radius-full); padding: 3px; gap: 2px;
}
.lang-btn {
  padding: 5px 12px; border-radius: var(--radius-full); font-size: 12px; font-weight: 700;
  cursor: pointer; border: none; font-family: inherit; background: transparent;
  color: var(--text-secondary); transition: all var(--transition);
}
.lang-btn.active { background: var(--accent); color: #020C18; }

/* ============================================================ INNER PAGE */
.page-hero {
  padding: 80px 0 60px;
  background: linear-gradient(135deg, var(--bg-void) 0%, var(--bg-elevated) 100%);
  border-bottom: 1px solid var(--border);
}
.page-hero h1 { font-size: clamp(28px,4vw,44px); font-weight: 800; letter-spacing: -0.02em; margin-bottom: 12px; }
.page-hero p { font-size: 16px; color: var(--text-secondary); max-width: 560px; }
.page-content { max-width: 800px; margin: 0 auto; padding: 80px 28px; }
.page-content h2 { font-size: 24px; font-weight: 700; margin: 40px 0 12px; }
.page-content h3 { font-size: 18px; font-weight: 700; margin: 28px 0 8px; color: var(--accent); }
.page-content p { font-size: 15px; color: var(--text-secondary); line-height: 1.8; margin-bottom: 16px; }
.page-content ul, .page-content ol { color: var(--text-secondary); font-size: 15px; line-height: 1.8; padding-left: 20px; margin-bottom: 16px; }
.page-content li { margin-bottom: 6px; }
.page-content a { color: var(--accent); }
.page-content a:hover { text-decoration: underline; }
.page-divider { height: 1px; background: var(--border); margin: 40px 0; }

/* ============================================================ ANIMATE-IN */
.animate-in {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.55s ease, transform 0.55s ease, border-color var(--transition), background var(--transition);
}
.animate-in.visible { opacity: 1; transform: translateY(0); }

/* ============================================================ CUSTOM ANIMATIONS */
@keyframes pulse-aurora {
  0%, 100% { opacity: 0.85; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.03); }
}
.hero-aurora, .cta-aurora, .auth-aurora {
  animation: pulse-aurora 15s ease-in-out infinite;
}

@keyframes float-candle {
  0%, 100% { transform: translateY(0); filter: brightness(1); }
  50% { transform: translateY(-8px); filter: brightness(1.3); }
}
.candle {
  animation: float-candle 7s ease-in-out infinite;
  animation-delay: var(--delay, 0s);
  transition: opacity 0.3s ease;
}

.nav-links a {
  position: relative;
}
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 50%;
  width: 0;
  height: 2px;
  background: var(--accent);
  border-radius: var(--radius-full);
  transition: width 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), left 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.nav-links a:hover::after {
  width: 100%;
  left: 0;
}

.lang-toggle {
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.2);
}
.lang-btn {
  position: relative;
  z-index: 1;
  border-radius: var(--radius-full);
  outline: none;
}
.lang-btn:hover {
  color: var(--text-primary);
  transform: translateY(-0.5px);
}
.lang-btn.active {
  box-shadow: 0 2px 10px rgba(0, 212, 255, 0.25);
  background: var(--accent);
  color: #020C18;
}

/* ============================================================ BLOG PREVIEW WIDGET */
.blog-preview-section { padding: 100px 0; }
.blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.blog-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: border-color var(--transition), transform var(--transition), box-shadow var(--transition);
  text-decoration: none;
  color: inherit;
}
.blog-card:hover {
  border-color: var(--border-hover);
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0,212,255,0.09);
}
.blog-card-img {
  width: 100%;
  height: 175px;
  object-fit: cover;
  display: block;
}
.blog-card-content { padding: 22px; flex: 1; display: flex; flex-direction: column; }
.blog-card-label { font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent); margin-bottom: 8px; }
.blog-card-title { font-size: 16px; font-weight: 700; line-height: 1.45; margin-bottom: 10px; color: var(--text-primary); }
.blog-card-desc { font-size: 14px; color: var(--text-secondary); line-height: 1.65; flex: 1; margin-bottom: 18px; }
.blog-card-cta { display: inline-flex; align-items: center; gap: 5px; color: var(--accent); font-size: 14px; font-weight: 600; transition: gap var(--transition); }
.blog-card:hover .blog-card-cta { gap: 10px; }

/* ============================================================ ARTICLE FEATURED IMAGE */
.article-featured-img {
  width: 100%;
  border-radius: var(--radius-md);
  margin-bottom: 30px;
  max-height: 380px;
  object-fit: cover;
  border: 1px solid var(--border);
  display: block;
}
.article-figure {
  margin: 6px 0 32px;
}
.article-figure img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--radius-md);
  border: 1px solid var(--border);
  background: #0b0f17;
}
.article-figure figcaption {
  margin-top: 10px;
  font-size: 13px;
  color: var(--text-muted);
  text-align: center;
  line-height: 1.6;
}
.article-sources {
  background: rgba(0,212,255,0.04);
  border: 1px solid rgba(0,212,255,0.12);
  border-radius: var(--radius-md);
  padding: 16px 20px;
  margin: 30px 0;
}
.article-sources-title {
  font-size: 11px !important;
  font-weight: 700;
  color: var(--text-muted) !important;
  margin: 0 0 10px !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.article-sources ul { list-style: none; padding: 0; margin: 0; }
.article-sources li { margin-bottom: 6px; }
.article-sources a { color: var(--accent); font-size: 14px; font-weight: 500; text-decoration: none; }
.article-sources a:hover { text-decoration: underline; }

/* ============================================================ RESPONSIVE */

@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .features-grid { grid-template-columns: repeat(2,1fr); }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card.popular { transform: none; }
  .stats-grid { grid-template-columns: repeat(2,1fr); }
  .steps { grid-template-columns: 1fr; }
  .steps::before { display: none; }
  .testimonials { grid-template-columns: 1fr; }
  .nav-links { display: none; }
  .legal-cards { grid-template-columns: 1fr; }
  .blog-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 600px) {
  .features-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: 40px; }
  .hero-desc { font-size: 16px; }
  .btn { font-size: 14px; padding: 12px 20px; }
  .page-content { padding: 50px 20px; }
  .blog-grid { grid-template-columns: 1fr; }
}
