:root {
  --font-heading: Manrope, serif;
  --font-body: Manrope, sans-serif;
  --bg: #f4fcf8;
  --card: #ffffff;
  --text: #052e16;
  --muted: #2e6b4a;
  --accent: #34d399;
  --primary: #059669;
  --secondary: #ecfdf5;
  --border: #bbf0d8;
  --page-bg: radial-gradient(circle at 10% 20%, rgba(0, 212, 255, 0.06), transparent 25%), var(--bg);
  --header-bg: rgba(246, 249, 252, 0.86);
  --footer-bg: #eef4fb;
  --input-bg: #ffffff;
  --button-bg: linear-gradient(135deg, #059669, #34d399);
  --button-text: #ffffff;
  --button-shadow: 0 12px 30px rgba(5, 150, 105, 0.22);
  --card-shadow: 0 16px 40px rgba(17, 24, 39, 0.08);
  --cta-bg: linear-gradient(135deg, rgba(99, 91, 255, 0.12), rgba(238, 244, 255, 0.08));
  --radius-card: 20px;
  --radius-button: 999px;
  --radius-input: 14px;
  --section-pad: 88px;
  --hero-pad: 120px;
  --font-weight-heading: 800;
  --font-weight-body: 400;
  --letter-spacing-heading: -0.02em;
  --card-hover-lift: translateY(-4px);
  --transition-speed: 0.2s;
  --density: normal;
}