/* Jade Theme — нефритовый тёмный */
:root {
  --primaryColor: #34d399;
  --secondaryColor: #10b981;
  --fontFamily: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --bg: #021a12;
  --bg-alt: #052e1f;
  --bg-hover: #0a4230;
  --text: #ecfdf5;
  --text-body: #a7f3d0;
  --text-muted: #6ee7b7;
  --color-on-primary: #021a12;
  --border: #0a4a30;
  --border-light: #052e1f;
  --shadow-sm: 0 2px 4px rgba(0,0,0,0.3);
  --shadow-md: 0 4px 12px rgba(52,211,153,0.1);
  --shadow-lg: 0 8px 24px rgba(52,211,153,0.15);
  --shadow-xl: 0 12px 32px rgba(52,211,153,0.2);
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --rating-color: #fbbf24;
  --overlay-bg: rgba(2,26,18,0.85);
  --footer-bg: #01100a;
  --footer-text: #a7f3d0;
  --footer-muted: #047857;
  --footer-border: rgba(52,211,153,0.15);
}

.block-hero {
  background: linear-gradient(135deg, #021a12 0%, #064e3b 100%);
}

.pricing-card-highlighted,
.pricing-card.featured {
  border: 2px solid var(--primaryColor);
  box-shadow: 0 12px 40px rgba(52,211,153,0.2);
}

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