:root {
  --bg-main: #0b0f14;
  --bg-dark: #070a0f;
  --bg-card: #0f141b;

  /*Verde palmeiras*/
  --green-primary: #22c55e;
  --green-deep: #16a34a;
  --green-soft: rgba(34, 197, 94, 0.14);
  --green-glow: rgba(34, 197, 94, 0.35);

  --text-main: #e5e7eb;
  --text-muted: #a1a1aa;
  --text-dark: #71717a;

  --border: rgba(255, 255, 255, 0.08);
  --border-strong: rgba(255, 255, 255, 0.14);
  --shadow-soft: 0 16px 50px rgba(0, 0, 0, 0.45);

  --container-width: 1200px;
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 26px;

  --title-tight: 1.03;

  --transition-fast: 0.18s ease;
  --transition-medium: 0.38s ease;
  --transition-slow: 0.8s cubic-bezier(.2, .8, .2, 1);

  --mouse-x: 50%;
  --mouse-y: 20%;
}