/* Storm Theme — грозовой */
:root {
  --primaryColor: #6366f1;
  --secondaryColor: #4f46e5;
  --fontFamily: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --bg: #0f0f1a;
  --bg-alt: #1a1a2e;
  --bg-hover: #252545;
  --text: #eef2ff;
  --text-body: #c7d2fe;
  --text-muted: #a5b4fc;
  --color-on-primary: #ffffff;
  --border: #2a2a50;
  --border-light: #1a1a2e;
  --shadow-sm: 0 2px 4px rgba(0,0,0,0.3);
  --shadow-md: 0 4px 12px rgba(99,102,241,0.12);
  --shadow-lg: 0 8px 24px rgba(99,102,241,0.18);
  --shadow-xl: 0 12px 32px rgba(99,102,241,0.22);
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --rating-color: #fbbf24;
  --overlay-bg: rgba(15,15,26,0.85);
  --footer-bg: #08080f;
  --footer-text: #c7d2fe;
  --footer-muted: #4338ca;
  --footer-border: rgba(99,102,241,0.15);
}

.block-hero {
  background: linear-gradient(135deg, #0f0f1a 0%, #1e1b4b 100%);
}

.pricing-card-highlighted,
.pricing-card.featured {
  border: 2px solid var(--primaryColor);
  box-shadow: 0 0 30px rgba(99,102,241,0.2), 0 12px 40px rgba(79,70,229,0.2);
}

.gallery-overlay {
  background: linear-gradient(to top, rgba(15,15,26,0.95) 0%, rgba(15,15,26,0.5) 50%, transparent 100%);
}
