:root {
  /* Identidade oficial Maidstec — azul principal #006BE9 */
  --brand-blue: #006be9;
  --blue-50: #eef6ff;
  --blue-100: #d9eaff;
  --blue-200: #b8d8ff;
  --blue-300: #82baff;
  --blue-400: #3d98fb;
  --blue-500: #117bea;
  --blue-600: #006be9;
  --blue-700: #0058c4;
  --blue-800: #074994;
  --blue-900: #0a3b70;

  --ink-950: #030911;
  --ink-900: #07111f;
  --ink-850: #0a1626;
  --ink-800: #0e1c2f;
  --ink-700: #172a42;
  --ink-600: #33465d;
  --ink-500: #5d6d80;
  --ink-400: #8190a1;
  --ink-300: #aeb9c6;
  --ink-200: #d4dbe3;
  --ink-100: #ecf0f4;
  --white: #ffffff;

  --green: #31d694;
  --amber: #ffbd59;
  --red: #ff6b76;

  --font-body: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: "Space Grotesk", "Manrope", sans-serif;

  --container: 1220px;
  --gutter: clamp(20px, 4vw, 42px);
  --section-space: clamp(88px, 10vw, 148px);

  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --radius-xl: 38px;
  --radius-pill: 999px;

  --shadow-sm: 0 10px 34px rgba(3, 9, 17, .08);
  --shadow-md: 0 22px 70px rgba(3, 9, 17, .12);
  --shadow-lg: 0 36px 110px rgba(0, 25, 60, .22);
  --shadow-blue: 0 22px 70px rgba(0, 107, 233, .28);

  --ease-out: cubic-bezier(.22, 1, .36, 1);
  --ease-spring: cubic-bezier(.2, .8, .2, 1.15);
  --transition: 240ms var(--ease-out);
}
