:root{
    --white:#ffffff;
    --blue:#3E6BFF;
    --light-blue:#C8DBFF;
    --dark:#152445;
    --gray:#64748B;
    --border:rgba(62,107,255,.15);
    --glass:rgba(255,255,255,.55);
    --radius:22px;
    --transition:.35s;
    --container:min(1400px, 90%);
    --section-space:clamp(80px, 8.5vw, 120px);
    --focus-ring:0 0 0 4px rgba(62,107,255,.2);
    --move-x: 0px;
    --move-y: 0px;
}
