:root {
    --paper: #f4fbfd;
    --paper-strong: #e7f5f8;
    --white: #ffffff;
    --ink: #071627;
    --ink-soft: #40586a;
    --line: rgba(7, 22, 39, .12);
    --line-strong: rgba(7, 22, 39, .24);
    --acid: #58cbd5;
    --cobalt: #0758ae;
    --coral: #00a2c7;
    --violet: #1779bb;
    --aqua: #7bd9df;
    --yellow: #d9f6f8;
    --navy: #061321;
    --navy-soft: #0b2035;
    --cyan: #55ccd6;
    --blue: #0756ad;
    --sky: #dff6f8;
    --danger: #b62d48;
    --success: #137055;
    --font-sans: Inter, "Segoe UI", Arial, Helvetica, sans-serif;
    --font-serif: "Iowan Old Style", Georgia, "Times New Roman", serif;
    --container: 1460px;
    --gutter: clamp(20px, 4vw, 64px);
    --header-height: 82px;
    --radius-xs: 12px;
    --radius-small: 18px;
    --radius-medium: 26px;
    --radius-large: 38px;
    --radius-pill: 999px;
    --shadow-soft: 0 18px 55px rgba(6, 32, 55, .12);
    --shadow-float: 0 28px 90px rgba(0, 93, 150, .18);
    --shadow-glow: 0 0 0 1px rgba(93, 210, 220, .2), 0 24px 70px rgba(7, 86, 173, .18);
    --ease-out: cubic-bezier(.16, 1, .3, 1);
    --ease-inout: cubic-bezier(.65, 0, .35, 1);
    --gradient-brand: linear-gradient(135deg, #65d4db 0%, #00a2c7 48%, #0756ad 100%);
    --gradient-deep: linear-gradient(145deg, #071627 0%, #0b263f 52%, #0756ad 145%);
}
