: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}}.Navbar_navbar__LDUp5{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(255,255,255,.8);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid rgba(234,234,234,.3)}.Navbar_navContainer__AlHwU{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.Navbar_logo__qH2ma{font-size:1.5rem;font-weight:600;color:var(--deep-blue);text-decoration:none}.Navbar_navLinks__XQdjL{display:flex;gap:2rem;align-items:center}.Navbar_navLink__EanMg{color:#333;text-decoration:none;font-weight:500;transition:color .3s ease}.Navbar_navLink__EanMg:hover{color:var(--deep-blue)}.Navbar_quoteButton__6kQFL{background-color:var(--deep-blue);color:white;padding:.5rem 1rem;border-radius:4px;transition:background-color .3s ease}.Navbar_quoteButton__6kQFL:hover{background-color:#174d7d;color:white}.Navbar_burgerMenu__dNwMw{display:none;flex-direction:column;justify-content:space-between;width:30px;height:21px;background:transparent;border:none;cursor:pointer;padding:0;z-index:10}.Navbar_burgerMenu__dNwMw span{width:100%;height:3px;background-color:var(--deep-blue);transition:all .3s ease}.Navbar_burgerMenu__dNwMw.Navbar_active__7y2LD span:first-child{transform:rotate(45deg) translate(6px,6px)}.Navbar_burgerMenu__dNwMw.Navbar_active__7y2LD span:nth-child(2){opacity:0}.Navbar_burgerMenu__dNwMw.Navbar_active__7y2LD span:last-child{transform:rotate(-45deg) translate(6px,-6px)}@media (max-width:768px){.Navbar_burgerMenu__dNwMw{display:flex}.Navbar_navLinks__XQdjL{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,.95);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);flex-direction:column;justify-content:center;align-items:center;gap:2rem;padding:2rem;z-index:5}.Navbar_navLinks__XQdjL.Navbar_active__7y2LD{display:flex}.Navbar_navLink__EanMg{font-size:1.2rem}.Navbar_quoteButton__6kQFL{margin-top:1rem}}.Footer_footer__JiI2X{background:rgba(255,255,255,.8);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-top:1px solid rgba(234,234,234,.3);padding:4rem 0 0}.Footer_footerContent__XpjtE{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:3rem;gap:3rem}.Footer_footerSection__nYoZE{display:flex;flex-direction:column;gap:1rem}.Footer_footerSection__nYoZE h3{color:var(--deep-blue);font-size:1.5rem;margin-bottom:1rem}.Footer_footerSection__nYoZE h4{color:var(--deep-blue);font-size:1.2rem;margin-bottom:.5rem}.Footer_footerSection__nYoZE p{color:#666;line-height:1.6}.Footer_contact__NxLRH{margin-top:1rem}.Footer_contact__NxLRH p{margin-bottom:.5rem}.Footer_footerLink__siYVQ{color:#666;text-decoration:none;transition:color .3s ease;line-height:2}.Footer_footerLink__siYVQ:hover{color:var(--deep-blue)}.Footer_social___IhJ2{display:flex;gap:1rem;margin-top:.5rem}.Footer_socialLink__PBa72{color:#666;text-decoration:none;transition:color .3s ease}.Footer_socialLink__PBa72:hover{color:var(--deep-blue)}.Footer_footerBottom__CeKso{margin-top:3rem;padding:1.5rem;text-align:center;border-top:1px solid rgba(234,234,234,.3);color:#666;background:rgba(255,255,255,.5)}@media (max-width:768px){.Footer_footer__JiI2X{padding:3rem 0 0}.Footer_footerContent__XpjtE{grid-template-columns:1fr;gap:2rem;padding:0 1rem}.Footer_footerSection__nYoZE{text-align:center}.Footer_social___IhJ2{justify-content:center}}