:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%;max-width:2160px;margin:0 auto}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.app{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1}.hero{background:linear-gradient(#0009,#0009),url(/banner.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff;padding:6rem 2rem;text-align:center;position:relative}.hero-content h1{font-size:3rem;margin-bottom:1rem;color:#fff;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.8)}.hero-subtitle{font-size:1.5rem;margin-bottom:1rem;font-weight:500;text-shadow:2px 2px 4px rgba(0,0,0,.8)}.hero-description{font-size:1.1rem;color:#fff;max-width:600px;margin:0 auto;text-shadow:2px 2px 4px rgba(0,0,0,.8)}.section{padding:4rem 2rem}.section-alt{background-color:#f5f5f5}.container{max-width:1200px;margin:0 auto}.section h2{font-size:2.5rem;margin-bottom:2rem;text-align:center;color:#1a1a1a}.section p{font-size:1.1rem;line-height:1.8;color:#4a4a4a;max-width:800px;margin:0 auto;text-align:center}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.service-card{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.service-card:hover{transform:translateY(-5px);box-shadow:0 8px 12px #00000026}.service-card h3{color:#bd1f2e;margin-bottom:1rem;font-size:1.5rem}.service-card p{color:#4a4a4a;line-height:1.6;text-align:left}.contact-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.contact-item{text-align:center;padding:1.5rem}.contact-item h3{color:#bd1f2e;margin-bottom:.5rem;font-size:1.3rem}.contact-item p{color:#4a4a4a;font-size:1rem}@media(max-width:768px){.hero-content h1{font-size:2rem}.hero-subtitle{font-size:1.2rem}.section h2{font-size:2rem}.hero{padding:4rem 1rem}.section{padding:3rem 1rem}}.nav{background-color:#1a1a1a;padding:1rem 0;position:sticky;top:0;z-index:100;box-shadow:0 2px 8px #0000001a}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{display:flex;align-items:center;gap:1rem}.nav-logo .logo-img{height:50px;width:auto}.nav-logo h1{color:#bd1f2e;font-size:1.5rem;margin:0;font-weight:700}.nav-links{display:flex;list-style:none;gap:2rem;margin:0;padding:0}.nav-links a{color:#fff;text-decoration:none;font-weight:500;transition:color .3s ease}.nav-links a:hover{color:#bd1f2e}@media(max-width:768px){.nav-container{flex-direction:column;gap:1rem}.nav-links{gap:1rem}}.footer{background-color:#1a1a1a;color:#fff;padding:3rem 0 1rem;margin-top:auto}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-logo{height:60px;width:auto;margin-bottom:1rem}.footer-section h3{color:#bd1f2e;margin-bottom:1rem;font-size:1.5rem}.footer-section h4{color:#bd1f2e;margin-bottom:1rem;font-size:1.2rem}.footer-section p{margin:.5rem 0;color:#e5e5e5;line-height:1.6}.footer-legal{font-size:.9rem;color:#a3a3a3;font-style:italic}.footer-bottom{border-top:1px solid #333;padding-top:1.5rem;text-align:center;max-width:1200px;margin:0 auto;padding-left:2rem;padding-right:2rem}.footer-bottom p{margin:0;color:#a3a3a3;font-size:.9rem}@media(max-width:768px){.footer-container{grid-template-columns:1fr;gap:1.5rem}}
