:root{--background:#fff;--background-light:#d8f6f1;--primary:#60e3c2;--secondary:#331e77;--text-main:#1a1a1a;--text-light:#666;--white:#fff;--container-padding:1rem;--section-spacing:3.5rem;--radius-sm:.5rem;--radius-md:1rem;--radius-lg:2rem;font-size:16px;line-height:1.6}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--background);max-width:100vw;color:var(--text-main);font-family:var(--font-body),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading),Georgia,serif}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:1200px;padding:0 var(--container-padding);margin:0 auto}.section{padding:var(--section-spacing)0}.bg-light{background-color:var(--background-light)}.text-primary{color:var(--primary)}.text-secondary{color:var(--secondary)}.visually-hidden{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (max-width:768px){:root{--container-padding:.75rem;--section-spacing:2.5rem}html{font-size:15px}}
