:root {
  --primary: #24C7BB;
  --primary-hover: #1eb3a7;
  --primary-soft: #eafaf8;
  --whatsapp: #25D366;
  --whatsapp-hover: #1ebd5a;
  --whatsapp-soft: #edfcf2;
  --text-main: #1e293b;
  --text-muted: #64748b;
  --bg-white: #ffffff;
  --bg-page: #f8fafc;
  --bg-top: #f8fafc;
  --border: #e2e8f0;
  --danger: #ef4444;
  --warning: #f59e0b;
  --success: #10b981;
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-pill: 9999px;
  --transition: all 0.2s ease;
  --shadow-card: 0 4px 12px rgba(15, 23, 42, 0.04);
  --shadow-hover: 0 10px 24px rgba(36, 199, 187, 0.14);
  --footer-bg: #140609;
  --footer-card: rgba(255, 255, 255, 0.04);
  --footer-card-hover: rgba(255, 255, 255, 0.07);
  --footer-border: rgba(255, 255, 255, 0.08);
  --text-light: #ffffff;
  --text-footer-muted: #9f8a8f;
  --font-family: 'Montserrat', sans-serif;
}
