:root{
  --background:#f7f7fc;--surface:#fff;--surface-soft:#f0effa;--surface-tint:#f7f5ff;
  --text:#18162b;--text-soft:#6c6881;--text-faint:#918da3;--text-on-brand:#fff;
  --brand:#6956e8;--brand-hover:#5744d4;--brand-soft:#ece9ff;--accent:#16b8c4;--accent-soft:#e5fbfc;
  --coral:#f76c82;--gold:#ffb547;--success:#2cab75;--danger:#df445f;
  --border:#e7e5f0;--border-strong:#d6d2e4;
  --shadow-xs:0 1px 2px rgba(29,25,55,.05);--shadow-sm:0 8px 24px rgba(35,29,75,.07);
  --shadow-md:0 20px 50px rgba(35,29,75,.11);--shadow-lg:0 36px 90px rgba(35,29,75,.16);
  --shadow-brand:0 16px 34px rgba(105,86,232,.28);
  --radius-xs:.65rem;--radius-sm:.85rem;--radius-md:1.15rem;--radius-lg:1.65rem;--radius-xl:2.2rem;--radius-pill:999px;
  --container:1180px;--space-section:clamp(4.5rem,8vw,7rem);--ease:cubic-bezier(.2,.8,.2,1);
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--background);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased}body:before{content:"";position:fixed;inset:0;z-index:-2;background:radial-gradient(circle at 12% 5%,rgba(105,86,232,.07),transparent 28%),radial-gradient(circle at 92% 20%,rgba(22,184,196,.06),transparent 25%)}img,svg,canvas{max-width:100%}button,input,textarea,select{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin-top:0}::selection{background:rgba(105,86,232,.2)}[hidden]{display:none!important}
