:root {
  --font-body: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --text: #172231;
  --text-muted: #697582;
  --surface: #ffffff;
  --surface-soft: #f6f7f7;
  --surface-card: #ffffff;
  --border: rgba(23, 34, 49, 0.12);
  --brand: #16b7a8;
  --brand-dark: #0d8e84;
  --navy: #102f52;
  --navy-deep: #0b2745;
  --gold: #d9a91b;
  --container: 1180px;
  --section-space: clamp(4.5rem, 8vw, 7rem);
  --radius: 14px;
  --shadow: 0 10px 30px rgba(20, 38, 57, 0.08);
}
