/* Earth Theme — земляной натуральный */
:root {
  --primaryColor: #84cc16;
  --secondaryColor: #65a30d;
  --fontFamily: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --bg: #1a1c16;
  --bg-alt: #22261c;
  --bg-hover: #2e3326;
  --text: #fefce8;
  --text-body: #ecfccb;
  --text-muted: #a3e635;
  --color-on-primary: #1a1c16;
  --border: #3f4533;
  --border-light: #2a2e22;
  --shadow-sm: 0 2px 4px rgba(0,0,0,0.3);
  --shadow-md: 0 4px 12px rgba(0,0,0,0.4);
  --shadow-lg: 0 8px 24px rgba(0,0,0,0.4);
  --shadow-xl: 0 12px 32px rgba(0,0,0,0.5);
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 14px;
  --rating-color: #facc15;
  --overlay-bg: rgba(0,0,0,0.8);
  --footer-bg: #111210;
  --footer-text: #ecfccb;
  --footer-muted: #65a30d;
  --footer-border: rgba(132,204,22,0.15);
}

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

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

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