:root{--color-primary: #0f172a;--color-accent: #2563eb;--color-muted: #64748b;--color-bg: #ffffff}*{box-sizing:border-box;margin:0;padding:0}html,body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:var(--color-bg);color:var(--color-primary);line-height:1.6}img{max-width:100%;display:block}section{padding:5rem 1.5rem}.container{max-width:1200px;margin:0 auto}.btn{display:inline-block;background-color:var(--color-accent);color:#fff;padding:.85rem 1.5rem;border-radius:.5rem;font-weight:600;text-decoration:none;margin-top:1.25rem}.btn:active{transform:scale(.98)}.hero{background-color:#f8fafc;padding:2rem 1.5rem}.hero-content-wrapper{display:flex;flex-direction:column;align-items:center;gap:2rem;position:relative}.hero-text{text-align:center}.hero-text h1{font-size:2.75rem;font-weight:700;line-height:1.2;margin-bottom:.5rem;color:var(--color-primary)}.hero-text h2{font-size:1.5rem;font-weight:500;color:var(--color-accent);margin-bottom:.5rem}.hero-location{font-size:.95rem;color:var(--color-muted);margin-top:.25rem;margin-bottom:1rem}.hero-slogan{font-size:1.25rem;font-weight:700;color:var(--color-primary);margin-bottom:1rem}.hero-image{position:relative;width:100%;max-height:400px;border-radius:.75rem;overflow:hidden}.hero-image img{width:100%;height:100%;object-fit:cover;display:block}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%}.about-trust{display:flex;gap:2rem;margin-top:1rem}.about-trust .trust-item{display:flex;align-items:center;gap:.5rem;font-weight:600;color:var(--color-primary);font-size:1rem}.about-trust .trust-icon{font-size:1.5rem}@media (min-width: 768px){.hero-content-wrapper{flex-direction:row;align-items:center;gap:3rem}.hero-text{flex:1;text-align:left}.hero-image{flex:1;max-height:500px}.hero-text h1{font-size:3.5rem}.hero-text h2{font-size:2rem}.hero-slogan{font-size:1.75rem}.about-trust{justify-content:center}}.section-title{font-size:1.75rem;margin-bottom:2rem}.services-grid{display:flex;flex-direction:column;gap:2.5rem}.service-card{border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem;background-color:#fff;display:flex;flex-direction:column;gap:1rem}.service-card>.service-text{flex:1}.service-card h3{margin-top:0;font-size:1.5rem}.service-card p{margin-top:.5rem;color:var(--color-muted);font-size:.95rem}.service-bullets{list-style:disc inside;margin-top:.75rem;color:var(--color-muted);font-size:.95rem}.service-bullets li{margin-bottom:.25rem}.service-image{width:100%;height:180px;border-radius:.5rem;overflow:hidden;flex-shrink:0}.service-image img{width:100%;height:100%;object-fit:cover;display:block}@media (min-width: 1024px){.service-card{flex-direction:row;gap:2rem;align-items:flex-start}.service-card>.service-image{flex:1;max-height:300px}}.gallery-wrapper{margin:2.5rem 0;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.gallery-scroll{display:flex;gap:1rem}.gallery-item{flex:0 0 80%;scroll-snap-align:start;border-radius:.75rem;overflow:hidden}.gallery-item img{width:100%;height:100%;object-fit:cover;display:block}@media (min-width: 768px){.gallery-scroll{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.gallery-item img{height:160px}}.contact-section{padding:4rem 1.5rem;background-color:#f1f5f9;color:var(--color-primary)}.contact-content{max-width:600px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.contact-intro{font-size:1rem;margin-bottom:1.5rem}.contact-methods{display:flex;flex-direction:column;gap:.75rem}.contact-button{display:block;text-align:center;padding:.75rem;border-radius:.5rem;font-weight:600;text-decoration:none;color:#fff}.contact-button.phone{background-color:#2563eb}.contact-button.email{background-color:#10b981}.contact-form{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.contact-form input,.contact-form textarea{padding:.75rem;border-radius:.5rem;border:1px solid #cbd5e1;font-size:.95rem}.submit-button{padding:.75rem;border:none;border-radius:.5rem;background-color:#2563eb;color:#fff;font-weight:600;cursor:pointer}.submit-button:hover{background-color:#1e40af}.sticky-contact{position:fixed;bottom:1.5rem;right:1.5rem;background-color:#2563eb;color:#fff;padding:.75rem 1rem;border-radius:9999px;font-weight:600;text-decoration:none;z-index:1000;transition:background-color .2s ease,transform .2s ease;outline:none;border:none}.sticky-contact:hover{background-color:#1e40af}.sticky-contact:focus{outline:none;box-shadow:none}.site-header{position:sticky;top:0;z-index:999;background-color:var(--color-bg);box-shadow:0 2px 4px #0000000d;padding:.75rem 1.5rem}.header-content{display:flex;align-items:center;justify-content:flex-start;gap:1rem}.logo{display:flex;align-items:center;gap:.5rem}.logo img{height:40px;width:auto}.company-name{font-weight:700;font-size:1.25rem;color:var(--color-primary)}@media (max-width: 480px){.company-name{font-size:1rem}}.site-footer{background-color:#0f172a;color:#f1f5f9;padding:2rem 1.5rem;text-align:center}.site-footer a{color:#2563eb;margin:0 .5rem;text-decoration:none}.footer-top p{margin:.25rem 0}.footer-links,.footer-social{margin:1rem 0;display:flex;justify-content:center;gap:1rem}.footer-copy{margin-top:1rem;font-size:.85rem;color:#94a3b8}img{image-orientation:from-image}
