:root{--primary:#6e62f0;--primary-dark:#4b3fc8;--primary-light:#a79bfa;--lilac:#e3dffc;--bg:#ffffff;--bg-soft:#f6f4fe;--text:#221e42;--text-soft:#6b6580;--accent:#f5a24b;--radius:18px;--radius-lg:28px;--container:1140px;--header-h:72px;--shadow-sm:0 2px 10px rgba(34,30,66,0.06);--shadow-md:0 12px 34px rgba(34,30,66,0.1);--shadow-lg:0 26px 60px rgba(78,63,200,0.18)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-h) + 12px)}body{font-family:Rubik,system-ui,-apple-system,Segoe UI,sans-serif;color:var(--text);background:var(--bg);line-height:1.7;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{font:inherit;cursor:pointer}.container{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:20px}.srOnly{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;transition-duration:.01ms!important}}