*{box-sizing:border-box;padding:0;margin:0}:root{--primary-color:#8b5a8c;--primary-dark:#6b446b;--primary-light:#b88bb9;--accent-color:#d4a5d5;--text-dark:#2d2d2d;--text-light:#666;--background:#fff;--background-light:#fafafa;--border-color:#e5e5e5;--gradient-start:#8b5a8c;--gradient-end:#d4a5d5}html{scroll-behavior:smooth}body,html{max-width:100vw;overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-dark);background-color:var(--background)}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin-bottom:1rem}h1{font-size:3.5rem;font-weight:700}h2{font-size:2.5rem}h3{font-size:1.75rem}p{line-height:1.6;margin-bottom:1rem}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section{padding:5rem 0}.section-title{text-align:center;margin-bottom:3rem;color:var(--text-dark)}.section-subtitle{text-align:center;font-size:1.25rem;color:var(--text-light);max-width:700px;margin:0 auto 3rem}@media (max-width:768px){h1{font-size:2.5rem}h2{font-size:2rem}.container{padding:0 1rem}.section{padding:3rem 0}}