.hero{position:relative;height:100vh;width:100%;overflow:hidden}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;display:flex;align-items:center;justify-content:center}.hero-img{max-width:100%;width:100%;height:100%;object-fit:cover;transform:scaleX(-1);z-index:0}.overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0006;z-index:1}.vignette{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(ellipse at center,transparent 0%,rgba(0,0,0,.6) 100%);z-index:2}.hero-content{position:relative;padding:0 2rem;height:100%;display:flex;flex-direction:column;justify-content:center;max-width:1200px;margin:0 auto;z-index:3}.welcome{color:#4caf50;font-weight:700;font-size:1rem;margin-bottom:1rem}h1{font-size:clamp(3rem,5vw,5rem);font-weight:900;line-height:1.1;color:#fff;margin-bottom:2rem;text-transform:uppercase}.hero-buttons{display:flex;gap:1rem;margin-bottom:3rem}.btn{padding:.75rem 1.5rem;border-radius:4px;font-weight:600;text-decoration:none;display:flex;align-items:center;transition:all .3s ease}.btn-primary{background-color:#4caf50;color:#fff}.btn-primary:hover{background-color:#3e8e41}.btn-secondary{background-color:#0009;color:#fff;border:1px solid rgba(255,255,255,.3)}.btn-secondary:hover{background-color:#000c}.hero-features{display:flex;flex-direction:column;gap:.75rem}.feature{display:flex;align-items:center;gap:.75rem}.check-icon{color:#4caf50;font-size:1.25rem;display:flex;align-items:center;justify-content:center}.feature-text{color:#fff}@media (max-width: 768px){h1{font-size:3rem}.hero-buttons{flex-direction:column}}.logo-scroll{position:relative;padding:40px 0;background-color:#fff;overflow:hidden}.logo-container{position:relative;width:100%;overflow:hidden}.logo-track{display:flex;animation:scroll 30s linear infinite}.logo-slide{flex:0 0 auto;margin:0 30px;display:flex;align-items:center}.logo{height:50px;width:auto;object-fit:contain;filter:grayscale(100%);transition:filter .3s ease}.logo:hover{filter:grayscale(0%)}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.about-section{padding:80px 0;background-color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.about-content{display:flex;gap:60px}.about-text{flex:1}.section-label{display:flex;align-items:center;gap:8px;margin-bottom:1rem}.section-label span{color:#4caf50;font-weight:700;font-size:1rem}.about-text h2{font-size:3rem;font-weight:900;line-height:1.1;color:#333;margin-bottom:1.5rem;text-transform:uppercase}.description{color:#666;font-size:1.1rem;line-height:1.6;margin-bottom:2rem;max-width:90%}.features{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.feature-item{display:flex;gap:1rem;align-items:flex-start}.feature-icon{background-color:#4caf501a;color:#4caf50;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.feature-info h3{color:#333;font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.feature-info p{color:#666;font-size:.95rem;line-height:1.5}.btn-about{display:inline-flex;align-items:center;background-color:transparent;color:#4caf50;border:2px solid #4caf50;padding:.75rem 1.5rem;border-radius:4px;font-weight:600;text-decoration:none;transition:all .3s ease}.btn-about:hover{background-color:#4caf50;color:#fff}.arrow{margin-left:.5rem}.about-images{flex:1;position:relative}.main-image{width:100%;border-radius:12px;overflow:hidden;height:450px}.main-image img{width:100%;height:100%;object-fit:cover}.hours-card{position:absolute;bottom:40px;right:-30px;background-color:#4caf50;color:#fff;padding:20px;border-radius:12px;width:250px;box-shadow:0 10px 30px #0000001a;z-index:10}.hours-header{display:flex;align-items:center;gap:8px;margin-bottom:15px;font-weight:700;font-size:16px}.hours-row{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.2);font-size:14px;letter-spacing:.5px}.hours-row span:first-child{font-weight:600}.hours-row:last-child{border-bottom:none}@media (max-width: 992px){.about-content{flex-direction:column}.hours-card{right:20px}}@media (max-width: 768px){.about-text h2{font-size:2.5rem}.hours-card{position:relative;right:0;bottom:0;margin-top:20px;width:100%}}.services-section{padding:80px 0;background-color:#f9f9f9}.services-header{margin-bottom:60px;gap:40px}.services-intro{max-width:60%}.services-intro h2{font-size:3rem;font-weight:900;line-height:1.1;color:#333;margin-bottom:1.5rem;text-transform:uppercase}.services-description{color:#666;font-size:1.1rem;line-height:1.6;max-width:90%}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:60px}.service-item{background-color:#fff;border-radius:12px;overflow:hidden;box-shadow:0 5px 15px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.service-item:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.service-icon{padding:20px 20px 0}.service-icon img{width:40px;height:40px;display:block}.service-item h3{padding:0 20px;margin:15px 0;font-size:1.3rem;font-weight:700;color:#333}.service-item p{padding:0 20px;margin-bottom:20px;color:#666;font-size:.95rem;line-height:1.5}.service-img{height:200px;width:100%;overflow:hidden}.service-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.service-item:hover .service-img img{transform:scale(1.05)}.services-cta{text-align:center;margin-top:40px}.services-cta h3{font-size:1.5rem;font-weight:700;color:#333;margin-bottom:1rem}.services-cta p{font-size:1.2rem;margin-bottom:20px;color:#333}@media (max-width: 1100px){.services-grid{grid-template-columns:repeat(2,1fr)}.services-intro{max-width:100%}}@media (max-width: 768px){.services-grid{grid-template-columns:1fr}.services-intro h2{font-size:2.5rem}}.process-section{padding:80px 0;background-color:#fff}.process-header{margin-bottom:60px}.process-header h2{font-size:3rem;font-weight:900;line-height:1.1;color:#333;margin-top:1rem;text-transform:uppercase}.process-container{display:grid;grid-template-columns:1fr 1.5fr;gap:60px}.process-left{position:relative}.process-image{width:100%;height:500px;object-fit:cover;border-radius:12px;box-shadow:0 10px 30px #0000001a}.process-steps{display:flex;flex-direction:column;gap:40px}.process-step{display:grid;grid-template-columns:auto 1fr;gap:20px;align-items:flex-start}.step-number{font-size:1.5rem;font-weight:700;color:#4caf50}.step-content{display:flex;flex-direction:column}.step-icon{display:none}.step-title{font-size:1.25rem;font-weight:700;color:#333;margin-bottom:10px}.step-description{color:#666;font-size:1rem;line-height:1.6}@media (max-width: 992px){.process-container{grid-template-columns:1fr}.process-left{order:-1}.process-header h2{font-size:2.5rem}}@media (max-width: 768px){.process-step{grid-template-columns:1fr;gap:10px}.step-number{margin-bottom:5px}}.facts-section{padding:80px 0;background-color:#f9f9f9}.facts-background{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#f9f9f9;z-index:-1}.facts-header{margin-bottom:60px}.facts-header h2{font-size:3rem;font-weight:900;line-height:1.1;color:#333;margin-top:1rem;text-transform:uppercase}.facts-container{display:grid;grid-template-columns:1fr 1.5fr;gap:60px}.facts-content{display:flex;flex-direction:column;gap:40px}.facts-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}.fact-item{display:flex;flex-direction:column;align-items:center;text-align:center}.fact-icon{margin-bottom:20px}.fact-number{font-size:2rem;font-weight:700;color:#4caf50}.fact-label{font-size:1rem;color:#333}.facts-image{position:relative}.craftsman-image{width:100%;height:500px;object-fit:cover;border-radius:12px;box-shadow:0 10px 30px #0000001a}@media (max-width: 992px){.facts-container{grid-template-columns:1fr}.facts-header h2{font-size:2.5rem}}@media (max-width: 768px){.facts-grid{grid-template-columns:1fr}}.stats-section{padding:80px 0;background-color:#fff}.stats-intro{max-width:60%;margin-bottom:40px}.stats-intro h2{font-size:3rem;font-weight:900;line-height:1.1;color:#333;margin-bottom:1.5rem;text-transform:uppercase}.stats-description{color:#666;font-size:1.1rem;line-height:1.6}.stats-image{margin-bottom:40px;width:100%;height:350px;overflow:hidden;border-radius:12px;box-shadow:0 5px 15px #0000001a}.stats-image img{width:100%;height:100%;object-fit:cover;object-position:center}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.stat-card{background-color:#f9f9f9;border-radius:12px;padding:30px;transition:transform .3s ease,box-shadow .3s ease;border-top:4px solid #4caf50;box-shadow:0 5px 15px #0000000d}.stat-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.stat-number{font-size:3rem;font-weight:900;color:#4caf50;margin-bottom:10px;line-height:1}.stat-title{font-size:1.2rem;font-weight:700;color:#333;margin-bottom:10px}.stat-description{color:#666;font-size:.95rem;line-height:1.5}@media (max-width: 1100px){.stats-grid{grid-template-columns:repeat(2,1fr);gap:20px}.stats-intro{max-width:100%}}@media (max-width: 768px){.stats-grid{grid-template-columns:1fr}.stats-intro h2{font-size:2.5rem}}.testimonials-section{padding:80px 0;background-color:#f9f9f9}.testimonials-intro{max-width:60%;margin-bottom:40px}.testimonials-intro h2{font-size:3rem;font-weight:900;line-height:1.1;color:#333;margin-bottom:1.5rem;text-transform:uppercase}.testimonials-description{color:#666;font-size:1.1rem;line-height:1.6}.testimonials-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;margin-bottom:40px}.testimonial-card{background-color:#fff;border-radius:12px;overflow:hidden;box-shadow:0 5px 15px #0000000d;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.testimonial-content{padding:30px;flex-grow:1;position:relative;display:flex;flex-direction:column;min-height:250px}.quote-icon{margin-bottom:20px}.testimonial-text{color:#666;font-size:1rem;line-height:1.6;font-style:italic;margin-bottom:20px;flex-grow:1}.testimonial-rating{color:#4caf50;font-size:1.2rem;letter-spacing:2px;margin-top:auto}.testimonial-author{display:flex;align-items:center;padding:20px 30px;border-top:1px solid #f1f1f1}.author-image{width:50px;height:50px;border-radius:50%;overflow:hidden;margin-right:15px;border:2px solid #4caf50}.author-image img{width:100%;height:100%;object-fit:cover}.author-info h4{font-size:1rem;font-weight:700;color:#333;margin:0 0 5px}.author-info p{font-size:.9rem;color:#666;margin:0}.testimonials-cta{text-align:center}.thumbtack-reviews{margin-top:30px;text-align:center}.thumbtack-container{display:flex;justify-content:center;align-items:center}.thumbtack-link{display:inline-flex;align-items:center;gap:10px;padding:.75rem 1.5rem;background-color:transparent;border:2px solid #4caf50;border-radius:4px;text-decoration:none;color:#4caf50;font-weight:600;transition:all .3s ease;box-shadow:0 2px 8px #0000000d}.thumbtack-link:hover{background-color:#4caf50;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a;text-decoration:none;color:#fff}.thumbtack-link img{height:24px;width:auto}.thumbtack-link span{font-size:16px}.thumbtack-link svg{margin-left:5px;color:#4caf50}@media (max-width: 992px){.testimonials-intro{max-width:100%}}@media (max-width: 768px){.testimonials-grid{grid-template-columns:1fr}.testimonials-intro h2{font-size:2.5rem}}.cta-section{padding:80px 0;background-color:#4caf50;color:#fff}.cta-content{display:flex;justify-content:center;align-items:center;text-align:center}.cta-text{max-width:800px}.cta-text h2{font-size:3rem;font-weight:900;line-height:1.1;color:#fff;margin-bottom:1.5rem;text-transform:uppercase}.cta-text p{color:#ffffffe6;font-size:1.2rem;line-height:1.6;margin-bottom:2rem}.cta-buttons{display:flex;justify-content:center;gap:1rem}.btn-white{background-color:#fff;color:#4caf50;border:none;font-weight:700}.btn-white:hover{background-color:#ffffffe6}.btn-outline-white{background-color:transparent;color:#fff;border:2px solid white}.btn-outline-white:hover{background-color:#fff3;color:#fff}@media (max-width: 768px){.cta-text h2{font-size:2.5rem}.cta-buttons{flex-direction:column}}.background{width:100%;background-color:#f9f9f9;z-index:1;height:100%;background-size:100%;border-top-left-radius:3rem;border-top-right-radius:3rem}
