*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --black:#1D1D1F;
  --dark:#2D2D2F;
  --accent:#0066CC;
  --accent-dark:#0055AA;
  --green:#00A67E;
  --bg:#FBFBFD;
  --card:#F5F5F7;
  --txt:#1D1D1F;
  --txt-mid:#6E6E73;
  --txt-light:#AEAEB2;
  --border:#E5E5EA;
  --radius:16px;
  --radius-sm:10px;
  --shadow:0 2px 12px rgba(0,0,0,.06);
  --shadow-lg:0 12px 40px rgba(0,0,0,.08);
}
html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}
body{font-family:'Inter',system-ui,-apple-system,sans-serif;color:var(--txt);background:var(--bg);line-height:1.6;overflow-x:hidden}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{max-width:1120px;margin:0 auto;padding:0 clamp(20px,4vw,32px)}
