:root {
    --navy-950: #080f15;
    --navy-900: #101820;
    --navy-800: #1a252e;
    --navy-700: #31404d;
    --orange: #ed8b00;
    --orange-dark: #c87300;
    --orange-soft: #fff4df;
    --ink: #172334;
    --muted: #5f6d7b;
    --line: #dfe5ea;
    --surface: #fff;
    --surface-alt: #f5f7f8;
    --success: #2da77a;
    --shadow: 0 24px 60px rgba(7, 20, 34, .13);
    --radius: 1rem;
    --container: 1180px;
    --space-section: clamp(5rem, 9vw, 8.5rem);
    --font: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif
}