:root {
    --navy: #071B33;
    --navy-soft: #0E2E50;
    --gray-900: #172033;
    --gray-700: #4F5968;
    --gray-500: #8B93A1;
    --gray-300: #D9DEE5;
    --gray-100: #F4F6F8;
    --white: #FFFFFF;
    --whatsapp: #25D366;
    --accent-lime: #A8D448;

    --font-family: Inter, Arial, Helvetica, sans-serif;
    --container-max: 1280px;
    --section-padding: 96px;
    --header-height: 72px;
    --topbar-height: 36px;
    --radius: 16px;
    --radius-sm: 8px;
    --shadow-soft: 0 4px 24px rgba(7, 27, 51, 0.06);
    --transition: 0.2s ease;
}
