:root {
    --bg-page: #e9e9e9;
    --bg-surface: #ffffff;
    --text: #1f1f1f;
    --muted: #666666;

    --header-bg: #ffffff;
    --header-border: #d7d7d7;
    --shadow-soft: 0 1px 4px rgba(0, 0, 0, 0.14);

    --primary: #205f8a;
    --primary-light: #4d81a7;

    --max-shell: 1000px;
    --max-content: 860px;

    --header-height: 82px;
    --footer-height: 56px;

    --header-padding-x: 44px;
    --logo-width: 150px;
    --menu-gap: 34px;
}