:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#0f172a;background-color:#f8fafc}*{box-sizing:border-box;max-width:100%}body,html{max-width:100vw;overflow-x:hidden}body,html{overflow-x:hidden;width:100%}body{margin:0;min-height:100vh;background:radial-gradient(circle at top,#e0f2fe 0,#f8fafc 45%,#fff 100%)}a{color:inherit;text-decoration:none}main{padding:2rem 1.5rem 4rem;max-width:1100px;margin:0 auto;width:100%;box-sizing:border-box}button,input{font:inherit}.section-title{font-size:2rem;margin:3rem 0 1rem}.grid{display:grid;grid-gap:1.5rem;gap:1.5rem}@media (min-width:768px){main{padding:3rem 2rem 5rem}.grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.grid{grid-template-columns:repeat(3,minmax(0,1fr))}}