: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;display:flex;place-items:center;min-width:320px;min-height:100vh}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}}*{margin:0;padding:0;box-sizing:border-box}html{width:100vw;overflow-x:hidden}body{width:100vw;overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333}.App{width:100vw;overflow-x:hidden}.container{max-width:1200px;width:100%;margin:0 auto;padding:0 20px}.header{background:#fff;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:100;width:100vw;overflow-x:hidden}.header .container{display:flex;justify-content:space-between;align-items:center;padding:1rem 20px;position:relative}.logo{height:50px;width:auto}.nav-desktop{display:flex;gap:2rem;align-items:center}.nav-desktop a{text-decoration:none;color:#333;font-weight:500;transition:color .3s}.nav-desktop a:hover{color:#000}.mobile-menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem;color:#333;border-radius:4px}.mobile-menu-toggle:hover{background:#f5f5f5}.mobile-menu{position:absolute;top:100%;left:0;right:0;background:#fff;border-top:1px solid #eee;box-shadow:0 4px 20px #0000001a;z-index:9999;width:100%;display:block!important}.mobile-menu-content{display:flex;flex-direction:column;padding:1rem 0}.mobile-menu-content a{display:block;padding:1rem 2rem;color:#333;text-decoration:none;font-weight:500;border-bottom:1px solid #f0f0f0;transition:background-color .3s}.mobile-menu-content a:hover{background-color:#f8f9fa}.mobile-menu-content a:last-child{border-bottom:none}.mobile-phone-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;background:#000!important;color:#fff!important;margin:1rem 2rem;padding:1rem;border-radius:6px}.mobile-phone-btn:hover{background:#333!important;color:#fff!important}.phone-btn{background:#000;color:#fff!important;padding:.75rem 1.5rem;border-radius:6px;transition:background .3s;min-height:44px;display:flex;align-items:center;justify-content:center}.phone-btn:hover{background:#333}.hero{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);color:#fff;padding:6rem 0;text-align:center;width:100vw;overflow-x:hidden}.hero h1{font-size:3rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.hero p{font-size:1.25rem;margin-bottom:2.5rem;opacity:.9}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary{background:#000;color:#fff;padding:1rem 2rem;border-radius:6px;text-decoration:none;font-weight:600;transition:all .3s;border:2px solid #000;min-height:44px;display:inline-flex;align-items:center;justify-content:center;text-align:center}.btn-primary:hover{background:#333;border-color:#333}.btn-secondary{background:transparent;color:#fff;padding:1rem 2rem;border-radius:6px;text-decoration:none;font-weight:600;border:2px solid white;transition:all .3s;min-height:44px;display:inline-flex;align-items:center;justify-content:center;text-align:center}.btn-secondary:hover{background:#fff;color:#1a1a1a}.services{padding:5rem 0;background:#f8f9fa}.services h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#1a1a1a}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.service-card{background:#fff;padding:2.5rem 2rem;border-radius:10px;text-align:center;box-shadow:0 4px 6px #0000001a;transition:transform .3s}.service-card:hover{transform:translateY(-5px)}.service-card svg{color:#1a1a1a;margin-bottom:1.5rem}.service-card h3{font-size:1.5rem;margin-bottom:1rem;color:#1a1a1a}.service-card p{color:#666;line-height:1.6}.about{padding:5rem 0;background:#fff}.about h2{text-align:center;font-size:2.5rem;margin-bottom:4rem;color:#1a1a1a}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-content h3{font-size:1.75rem;color:#1a1a1a;margin-bottom:1.5rem;font-weight:600}.about-content p{font-size:1.125rem;line-height:1.8;color:#666;margin-bottom:1.5rem}.about-cta{background:#f8f9fa;padding:2rem;border-radius:10px;border-left:4px solid #1a1a1a;margin-top:2rem}.about-cta p{margin-bottom:1rem}.about-cta p strong{color:#1a1a1a;font-size:1.25rem}.about-cta .btn-primary{display:inline-block;margin-top:1rem}.about-image{position:relative}.about-image img{width:100%;height:400px;object-fit:cover;border-radius:10px;box-shadow:0 10px 30px #0000001a}.contact{padding:5rem 0;background:#f8f9fa}.contact h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#1a1a1a}.contact-cards{display:flex;flex-direction:column;gap:1.5rem;margin-top:3rem;max-width:500px;margin-left:auto;margin-right:auto}.contact-form{display:flex;flex-direction:column;gap:1rem;background:#f8f9fa;padding:2rem;border-radius:10px}.contact-form input,.contact-form textarea{padding:1rem;border:1px solid #ddd;border-radius:6px;font-size:1rem;transition:border-color .3s}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:#000}.contact-form button{padding:1rem 2rem;background:#000;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .3s;min-height:44px}.contact-form button:hover{background:#333}.contact-btn-large{display:flex;align-items:center;gap:1rem;padding:1.5rem 2rem;background:#fff;border:2px solid #eee;border-radius:12px;text-decoration:none;color:#333;transition:all .3s ease;box-shadow:0 2px 8px #0000000d}.contact-btn-large:hover{border-color:#000;box-shadow:0 4px 16px #0000001a;transform:translateY(-2px)}.contact-btn-large svg{color:#000}.contact-btn-large h4{font-size:1.125rem;font-weight:600;margin-bottom:.25rem;color:#1a1a1a}.contact-btn-large p{font-size:.95rem;color:#666;margin:0;font-weight:500}.email-btn:hover{border-color:#2563eb}.email-btn:hover svg{color:#2563eb}.call-btn:hover{border-color:#16a34a}.call-btn:hover svg{color:#16a34a}.address-btn{cursor:default;background:#fff;border-color:#eee}.address-btn:hover{border-color:#ccc;transform:none;box-shadow:0 2px 8px #0000000d}.address-btn svg{color:#666}.address-btn:hover svg{color:#666}.footer{background:#1a1a1a;color:#fff;padding:3rem 0 2rem}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2rem;margin-bottom:2rem}.footer-logo{height:40px;width:auto;margin-bottom:1rem;filter:brightness(0) invert(1)}.footer h4{font-size:1.125rem;margin-bottom:1rem}.footer p{color:#ccc;line-height:1.6}.footer p a{color:#ccc;text-decoration:none;transition:color .3s}.footer p a:hover{color:#fff}.footer ul{list-style:none}.footer ul li{color:#ccc;margin-bottom:.5rem;transition:color .3s}.footer ul li:hover{color:#fff}.footer-bottom{border-top:1px solid #333;padding-top:2rem;text-align:center;color:#999}@media (max-width: 768px){.header{padding:.5rem 0}.header .container{flex-direction:row;justify-content:space-between;align-items:center;padding:1rem 15px}.logo{height:45px}.nav-desktop{display:none}.mobile-menu-toggle{display:block}.hero{padding:4rem 0}.hero h1{font-size:2.5rem;margin-bottom:1rem}.hero p{font-size:1.125rem;margin-bottom:2rem}.hero-buttons{flex-direction:column;align-items:center;gap:1rem}.btn-primary,.btn-secondary{width:80%;max-width:300px}.services{padding:4rem 0}.services-grid{grid-template-columns:1fr;gap:2rem}.service-card{padding:2rem 1.5rem}.about{padding:4rem 0}.about-grid{grid-template-columns:1fr;gap:3rem}.about-content{order:2}.about-image{order:1}.about-image img{height:300px}.about-cta{padding:1.5rem}.contact{padding:4rem 0}.footer{padding:2.5rem 0 1.5rem}.footer-content{grid-template-columns:1fr;text-align:center;gap:2rem}.footer-logo{height:35px}}@media (max-width: 480px){.container{padding:0 15px}.header .container{padding:.75rem 15px}.logo{height:40px}.nav{gap:1rem}.phone-btn{padding:.5rem 1rem;font-size:.9rem}.hero{padding:3rem 0}.hero h1{font-size:1.875rem;line-height:1.1}.hero p{font-size:1rem}.btn-primary,.btn-secondary{width:90%;padding:.875rem 1.5rem}.services,.about,.contact{padding:3rem 0}.services h2,.about h2,.contact h2{font-size:1.875rem;margin-bottom:2rem}.service-card{padding:1.5rem}.about-content h3{font-size:1.375rem}.about-content p{font-size:1rem}.about-cta{padding:1.25rem}.about-cta p strong{font-size:1.125rem}.about-image img{height:220px}.contact-item h4{font-size:1rem}.contact-item p{font-size:.9rem}.contact-form{padding:1.25rem}.contact-form input,.contact-form textarea{padding:.875rem}.footer{padding:2rem 0 1rem}.footer-logo{height:30px}.footer h4{font-size:1rem}.footer p{font-size:.875rem}}
