:root{--golden-yellow:#f3b217;--teal-blue:#3295a8;--burnt-orange:#e7681a;--light-yellow:#ffe555;--deep-blue:#1f639d;--mint-green:#8ccf96}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{max-width:100vw;overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:#ffffff;color:#333333;line-height:1.6}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}h1,h2,h3,h4,h5,h6{margin:1.5rem 0 1rem;line-height:1.2;font-weight:600}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}p{margin-bottom:1rem}a{color:var(--deep-blue);text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.button{display:inline-block;padding:.8rem 1.5rem;border-radius:4px;font-weight:500;cursor:pointer;border:none;transition:background-color .3s ease}.button-primary{background-color:var(--deep-blue);color:white}.button-primary:hover{background-color:#174d7d}.button-secondary{background-color:var(--golden-yellow);color:#333333}.button-secondary:hover{background-color:#d99b0f}.section{padding:4rem 0}.grid{display:grid;grid-gap:2rem;gap:2rem}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}@media (max-width:1024px){.grid-4{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}.grid-2{grid-template-columns:1fr}h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.5rem}.section{padding:3rem 0}}@media (max-width:480px){.grid-3,.grid-4{grid-template-columns:1fr}}@media (prefers-color-scheme:dark){html{color-scheme:dark}}