:root {
  --blue-dark: #001f3f;
  --blue-navy: #002b55;
  --blue-primary: #005aa8;
  --blue-accent: #0074d9;
  --green-whatsapp: #08a83d;
  --green-whatsapp-dark: #058832;
  --text-dark: #08203f;
  --text-muted: #5c6b7a;
  --bg-light: #f4f7fb;
  --bg-white: #ffffff;
  --border-light: #d9e2ec;
  --shadow-soft: 0 18px 40px rgba(8, 32, 63, 0.08);
  --container: 1180px;
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --header-height: 72px;
}
