:root {
      --blue-950: #071d3a;
      --blue-900: #0a2b57;
      --blue-800: #0f3b78;
      --blue-700: #174d9a;
      --blue-50: #eef5ff;
      --yellow: #ffc72c;
      --yellow-deep: #a06a00;
      --red: #c7362f;
      --ink: #18202b;
      --muted: #697386;
      --line: #dce4ef;
      --bg: #f5f8fc;
      --white: #ffffff;
      --green: #168a4a;
      --shadow: 0 18px 40px rgba(7, 29, 58, 0.12);
      --radius-lg: 22px;
      --radius-md: 14px;
      --max: 1280px;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      font-family: Arial, Helvetica, sans-serif;
      color: var(--ink);
      background: var(--bg);
    }
    a { color: inherit; text-decoration: none; }
    button, input, select { font: inherit; }

/* Supplemental tokens from other prototype pages */
:root {
  --orange: #f7a000;
  --radius: 18px;
}
