/* Север — ледяной teal и глубокий navy, как коридор клиники */
:root {
    --theme-color-1: #16324f;
    --theme-color-2: #2f8f8a;
    --theme-accent-rgb: 47, 143, 138;
    --clinic-page-bg: #eef3f2;
    --clinic-surface: #ffffff;
    --clinic-muted: #5a6b73;
    --clinic-border: #d5e3e0;
    --clinic-ink: #16324f;
    --clinic-ice: #e4f1ee;
    --clinic-top-bg: #10283d;
    --clinic-footer-bg: #10283d;
    --clinic-hero-overlay: linear-gradient(105deg, rgba(16, 40, 61, .92) 0%, rgba(16, 40, 61, .55) 48%, rgba(47, 143, 138, .28) 100%);
    --clinic-on-accent: #ffffff;
    --clinic-input-bg: #ffffff;
}
