*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}a{text-decoration:none;transition:all .3s ease}button{font-family:inherit;cursor:pointer}html{scroll-behavior:smooth}.app{min-height:100vh;display:flex;flex-direction:column}main{flex:1}.about-section{padding:5rem 2rem;background:#fff}.about-container{max-width:900px;margin:0 auto;text-align:center}.about-section .section-title{font-size:2.5rem;font-weight:700;margin-bottom:2rem;color:#2c2c2c}.about-text{font-size:1.1rem;line-height:1.8;color:#555;text-align:justify}@media(max-width:768px){.about-section{padding:3rem 1.5rem}.about-section .section-title{font-size:2rem}.about-text{font-size:1rem;text-align:left}}@media(max-width:480px){.about-section{padding:2.5rem 1rem}.about-section .section-title{font-size:1.75rem}.about-text{font-size:.95rem;line-height:1.7}}.header{background:linear-gradient(135deg,#2c2c2c,#1a1a1a);padding:1.5rem 0;position:sticky;top:0;z-index:1000;box-shadow:0 2px 10px #0000004d}.header-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo-section{display:flex;align-items:center;gap:1rem}.logo-image{height:60px;width:auto;border-radius:8px;object-fit:contain;transition:transform .3s ease}.logo-image:hover{transform:scale(1.05)}.company-name{color:gold;font-size:1.8rem;font-weight:700;margin:0;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.navigation{display:flex;gap:2rem}.nav-link{background:none;border:none;color:#fff;font-size:1rem;font-weight:500;cursor:pointer;padding:.5rem 1rem;transition:all .3s ease;position:relative}.nav-link:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background:gold;transition:all .3s ease;transform:translate(-50%)}.nav-link:hover{color:gold}.nav-link:hover:after{width:100%}@media(max-width:768px){.header{padding:1rem 0}.header-container{flex-direction:column;gap:1rem;padding:0 1rem}.navigation{gap:.5rem;flex-wrap:wrap;justify-content:center}.nav-link{padding:.75rem 1rem;font-size:.95rem;min-height:44px}.company-name{font-size:1.5rem;text-align:center}.logo-image{height:50px}.logo-section{flex-direction:column;text-align:center}}@media(max-width:480px){.header-container{padding:0 .75rem}.company-name{font-size:1.2rem}.logo-image{height:40px}.nav-link{font-size:.9rem;padding:.65rem .85rem}}.hero{background:linear-gradient(135deg,gold,#ffed4e);padding:6rem 2rem;min-height:70vh;display:flex;align-items:center}.hero-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.hero-content{color:#1a1a1a}.hero-title{font-size:3rem;font-weight:700;margin-bottom:1rem;line-height:1.2;color:#2c2c2c}.hero-subtitle{font-size:1.5rem;font-weight:500;margin-bottom:1.5rem;color:#333}.hero-description{font-size:1.1rem;line-height:1.6;margin-bottom:2rem;color:#444}.cta-button{background:#2c2c2c;color:gold;border:none;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0000004d}.cta-button:hover{background:#1a1a1a;transform:translateY(-2px);box-shadow:0 6px 20px #0006}.hero-image{display:flex;justify-content:center;align-items:center}.paint-roller-icon{font-size:15rem;animation:rotate 20s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:968px){.hero-container{grid-template-columns:1fr;gap:2rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.3rem}.paint-roller-icon{font-size:10rem}}@media(max-width:600px){.hero{padding:3rem 1.25rem;min-height:60vh}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.1rem}.hero-description{font-size:1rem;text-align:left}.cta-button{width:100%;padding:1rem 2rem;font-size:1rem;min-height:50px}.paint-roller-icon{font-size:8rem}}@media(max-width:480px){.hero{padding:2.5rem 1rem}.hero-title{font-size:1.75rem}.hero-subtitle{font-size:1rem}.hero-description{font-size:.95rem}.paint-roller-icon{font-size:6rem}}.services{padding:5rem 2rem;background:#fff}.services-container{max-width:1200px;margin:0 auto}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:1rem;color:#2c2c2c}.section-subtitle{font-size:1.2rem;text-align:center;margin-bottom:3rem;color:#666}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}@media(max-width:768px){.services-grid{grid-template-columns:1fr;gap:1.5rem}}.service-card{background:#fff;border:2px solid #ffd700;border-radius:15px;padding:2rem;text-align:center;transition:all .3s ease;box-shadow:0 4px 10px #0000001a}.service-card:hover{transform:translateY(-10px);box-shadow:0 8px 25px #ffd7004d;border-color:#2c2c2c}.service-icon{font-size:4rem;margin-bottom:1rem}.service-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#2c2c2c}.service-description{font-size:1rem;line-height:1.6;color:#555}@media(max-width:600px){.services{padding:3rem 1.25rem}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}.service-card{padding:1.5rem}.service-icon{font-size:3rem}}@media(max-width:480px){.services{padding:2.5rem 1rem}.section-title{font-size:1.75rem}.section-subtitle{font-size:.95rem}.service-card{padding:1.25rem}.service-title{font-size:1.3rem}.service-description{font-size:.95rem}}.gallery{padding:5rem 2rem;background:linear-gradient(135deg,#f8f8f8,#fff)}.gallery-container{max-width:1200px;margin:0 auto}.slideshow-container{position:relative;max-width:900px;margin:3rem auto 0;border-radius:15px;overflow:hidden;box-shadow:0 10px 40px #0003;background:#1a1a1a}.slideshow-wrapper{position:relative;width:100%;padding-top:66.67%}.slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 1s ease-in-out;display:flex;align-items:center;justify-content:center}.slide.active{opacity:1}.slide-image{width:100%;height:100%;object-fit:cover}.prev-button,.next-button{position:absolute;top:50%;transform:translateY(-50%);background:#ffd700cc;color:#2c2c2c;border:none;padding:1rem 1.25rem;font-size:1.5rem;cursor:pointer;transition:all .3s ease;z-index:10;font-weight:700}.prev-button:hover,.next-button:hover{background:gold;transform:translateY(-50%) scale(1.1)}.prev-button{left:1rem;border-radius:0 8px 8px 0}.next-button{right:1rem;border-radius:8px 0 0 8px}.dots-container{position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);display:flex;gap:.75rem;z-index:10}.dot{width:15px;height:15px;border-radius:50%;background:#ffffff80;cursor:pointer;transition:all .3s ease;border:2px solid transparent}.dot:hover{background:#fffc;transform:scale(1.2)}.dot.active{background:gold;border-color:#fff;transform:scale(1.3)}@media(max-width:768px){.gallery{padding:3rem 1.5rem}.slideshow-container{margin:2rem auto 0}.prev-button,.next-button{padding:.75rem 1rem;font-size:1.2rem}.prev-button{left:.5rem}.next-button{right:.5rem}.dots-container{bottom:1rem;gap:.5rem}.dot{width:12px;height:12px}}@media(max-width:480px){.gallery{padding:2.5rem 1rem}.prev-button,.next-button{padding:.5rem .75rem;font-size:1rem;min-width:44px;min-height:44px}.prev-button{left:.25rem}.next-button{right:.25rem}}.contact{padding:5rem 2rem;background:linear-gradient(135deg,#f8f8f8,#e8e8e8)}.contact-container{max-width:1200px;margin:0 auto}.contact-content{display:flex;justify-content:center;margin-top:2rem}.contact-info-centered{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 4px 15px #0000001a;max-width:600px;width:100%}.info-title{font-size:1.8rem;font-weight:600;margin-bottom:2rem;color:#2c2c2c}.info-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:2rem;padding:1rem;border-radius:10px;transition:all .3s ease}.info-item:hover{background:#ffd70010}.info-icon{font-size:2rem}.info-details h4{font-size:1.1rem;font-weight:600;margin-bottom:.5rem;color:#2c2c2c}.info-details p{color:#555;line-height:1.5}.info-link{color:#2c2c2c;text-decoration:none;font-weight:500;transition:color .3s ease}.info-link:hover{color:gold}.qr-code-section{margin-top:2rem;text-align:center;padding:1.5rem;background:#f8f8f8;border-radius:10px}.qr-code-section h4{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:#2c2c2c}.qr-code-placeholder{background:#fff;border:2px solid #ffd700;border-radius:10px;padding:1rem;display:inline-block;margin-bottom:1rem}.qr-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:3px;width:150px;height:150px}.qr-dot{background:#f0f0f0;border-radius:2px}.qr-dot.filled{background:#2c2c2c}.qr-text{color:#666;font-size:.9rem}@media(max-width:768px){.contact{padding:3rem 1.25rem}.contact-info-centered{padding:1.75rem}}@media(max-width:600px){.contact{padding:3rem 1.25rem}.contact-info-centered{padding:1.5rem}.info-title{font-size:1.5rem}.info-item{flex-direction:column;align-items:center;text-align:center}.info-icon{font-size:2.5rem}}@media(max-width:480px){.contact{padding:2.5rem 1rem}.contact-info-centered{padding:1.25rem}.info-title{font-size:1.3rem}.info-details h4{font-size:1rem}.info-details p{font-size:.95rem}.qr-grid{width:120px;height:120px}}.footer{background:linear-gradient(135deg,#2c2c2c,#1a1a1a);color:#fff;padding:3rem 2rem 1.5rem}.footer-container{max-width:1200px;margin:0 auto}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section{display:flex;flex-direction:column;gap:1rem}.footer-heading{color:gold;font-size:1.3rem;font-weight:600;margin-bottom:.5rem}.footer-text{color:#d0d0d0;line-height:1.6}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-links a{color:#d0d0d0;text-decoration:none;transition:color .3s ease;display:inline-block}.footer-links a:hover{color:gold;transform:translate(5px)}.footer-contact{display:flex;flex-direction:column;gap:.75rem}.footer-contact p{color:#d0d0d0;margin:0}.footer-contact a{color:#d0d0d0;text-decoration:none;transition:color .3s ease}.footer-contact a:hover{color:gold}.business-hours{color:#d0d0d0;line-height:1.8}.business-hours p{margin:.25rem 0}.footer-bottom{border-top:1px solid #444;padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom p{color:#999;margin:0}.footer-bottom-links{display:flex;gap:1rem;align-items:center}.footer-bottom-links a{color:#999;text-decoration:none;transition:color .3s ease}.footer-bottom-links a:hover{color:gold}.footer-bottom-links span{color:#666}@media(max-width:768px){.footer{padding:2rem 1.5rem 1rem}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;text-align:center}}@media(max-width:480px){.footer{padding:2rem 1rem 1rem}.footer-heading{font-size:1.2rem}.footer-text,.footer-links a,.footer-contact a,.footer-contact p{font-size:.95rem}.footer-bottom p,.footer-bottom-links a{font-size:.85rem}}
