*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #667d61;--primary-dark: #50644e;--primary-light: #7f966f;--secondary: #8b6f47;--accent: #d4a574;--text-dark: #1a1a1a;--text-light: #4a4a4a;--text-muted: #737373;--white: #ffffff;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-800: #1f2937;--gray-900: #111827;--section-padding: clamp(3rem, 8vw, 6rem);--container-padding: clamp(1rem, 5vw, 2rem);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;font-weight:400;color:var(--text-dark);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;background-color:var(--white);overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;color:var(--text-dark)}h1{font-size:clamp(2.5rem,5vw,4rem)}h2{font-size:clamp(2rem,4vw,3rem)}h3{font-size:clamp(1.5rem,3vw,2rem)}p{line-height:1.8;color:var(--text-light)}a{text-decoration:none;color:inherit;transition:color .3s ease}img{max-width:100%;height:auto;display:block}button{font-family:inherit;cursor:pointer;border:none;background:none}.container{max-width:1400px;margin:0 auto;padding:0 var(--container-padding)}.section{padding:var(--section-padding) 0}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;border-radius:.5rem;transition:all .3s ease;text-align:center;white-space:nowrap}.btn-primary{background-color:var(--primary);color:var(--white)}.btn-primary:hover{background-color:var(--primary-dark);transform:translateY(-2px);box-shadow:0 10px 25px #1a5f3f4d}.btn-secondary{background-color:transparent;color:var(--primary);border:2px solid var(--primary)}.btn-secondary:hover{background-color:var(--primary);color:var(--white)}.btn-white{background-color:var(--white);color:var(--primary)}.btn-white:hover{background-color:var(--gray-50);transform:translateY(-2px)}.text-center{text-align:center}.mb-1{margin-bottom:1rem}.mb-2{margin-bottom:2rem}.mb-3{margin-bottom:3rem}.mb-4{margin-bottom:4rem}.mt-1{margin-top:1rem}.mt-2{margin-top:2rem}.mt-3{margin-top:3rem}.mt-4{margin-top:4rem}@media(max-width:768px){.btn{padding:.875rem 1.5rem;font-size:.95rem}}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background-color:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;box-shadow:0 2px 10px #0000000d}.navbar.scrolled{box-shadow:0 4px 20px #0000001a}.navbar-content{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.navbar-logo{display:flex;align-items:center}.logo-image{height:50px;width:auto;transition:transform .3s ease}.logo-image:hover{transform:scale(1.05)}.logo-text{font-size:1.75rem;font-weight:700;color:var(--primary);letter-spacing:-.5px}.logo-subtitle{font-size:.75rem;color:var(--text-muted);letter-spacing:.5px;text-transform:uppercase}.navbar-links{display:flex;align-items:center;gap:2rem}.nav-link{color:var(--text-dark);font-weight:500;font-size:.95rem;transition:color .3s ease;position:relative;padding:.5rem 0}.nav-link:hover{color:var(--primary)}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:var(--primary);transition:width .3s ease}.nav-link:hover:after{width:100%}.nav-dropdown{position:relative}.dropdown-toggle{display:flex;align-items:center;gap:.25rem;background:none;border:none;cursor:pointer;padding:.5rem 0}.dropdown-menu{position:absolute;top:100%;left:0;background-color:#fff;border-radius:.5rem;box-shadow:0 10px 40px #0000001a;min-width:250px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;margin-top:.5rem}.dropdown-menu.show{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-item{display:block;padding:.875rem 1.5rem;color:var(--text-dark);font-weight:500;transition:all .2s ease}.dropdown-item:first-child{border-radius:.5rem .5rem 0 0}.dropdown-item:last-child{border-radius:0 0 .5rem .5rem}.dropdown-item:hover{background-color:var(--gray-50);color:var(--primary);padding-left:1.75rem}.nav-cta{background-color:var(--primary);color:#fff;padding:.75rem 1.5rem;border-radius:.5rem;transition:all .3s ease}.nav-cta:hover{background-color:var(--primary-dark);transform:translateY(-2px)}.nav-cta:after{display:none}.mobile-toggle{display:none;background:none;border:none;cursor:pointer;color:var(--text-dark);padding:.5rem}@media(max-width:968px){.mobile-toggle{display:block}.navbar-links{position:fixed;top:80px;left:0;right:0;flex-direction:column;background-color:#fff;padding:2rem;gap:1.5rem;box-shadow:0 10px 40px #0000001a;transform:translate(-100%);transition:transform .3s ease}.navbar-links.open{transform:translate(0)}.nav-dropdown{width:100%}.dropdown-menu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;margin-top:.5rem;display:none}.nav-dropdown:hover .dropdown-menu{display:block}.nav-link:after{display:none}.nav-cta{width:100%;text-align:center}}.footer{background:#667d61;color:#fff;padding:4rem 0 2rem;margin-top:auto}.footer-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:3rem;margin-bottom:3rem}.footer-section{display:flex;flex-direction:column;gap:1rem}.footer-title{font-size:1.75rem;color:#bababa;margin-bottom:.5rem}.footer-description{color:var(--gray-200);line-height:1.8;font-size:.95rem}.footer-heading{font-size:1.1rem;color:#fff;margin-bottom:.5rem;font-weight:600}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.75rem}.footer-links a{color:var(--gray-200);transition:all .3s ease;display:inline-block}.footer-links a:hover{color:var(--accent);padding-left:.5rem}.footer-contact{list-style:none;display:flex;flex-direction:column;gap:1rem}.footer-contact li{display:flex;align-items:center;gap:.75rem;color:var(--gray-200)}.footer-contact a{color:var(--gray-200);transition:color .3s ease}.footer-contact a:hover{color:var(--accent)}.footer-hours{margin-top:1rem;color:var(--gray-200);line-height:1.8;font-size:.9rem}.social-links{display:flex;gap:1rem;margin-top:.5rem}.social-links a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#ffffff1a;border-radius:50%;color:#fff;transition:all .3s ease}.social-links a:hover{background-color:var(--accent);transform:translateY(-3px)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;text-align:center;color:var(--gray-200);font-size:.9rem}.footer-address{margin-top:.5rem;color:var(--gray-200)}@media(max-width:1024px){.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.footer-grid{grid-template-columns:1fr;gap:2rem}.footer{padding:3rem 0 1.5rem}}.hero{position:relative;min-height:95vh;display:flex;align-items:center;justify-content:center;padding-bottom:120px;background:#ffffff80;color:#ffffff80;margin-top:80px;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background-image:url(/images/hero-bg-mobile.webp);background-size:cover;background-position:center;background-repeat:no-repeat}@media(min-width:769px){.hero:before{background-image:url(/images/hero-bg.webp)}}.hero:after{content:"";position:absolute;bottom:0;left:0;right:0;height:min(100px,12vh);background:linear-gradient(to top,rgba(255,255,255,1) 0%,rgba(255,255,255,.5) 50%,transparent 100%);pointer-events:none;z-index:0}.hero-content{position:relative;z-index:1;text-align:center;max-width:900px;margin-top:4rem}.hero-content-inner{animation:hero-enter .35s ease-out}@keyframes hero-enter{0%{transform:translateY(8px)}to{transform:translateY(0)}}.hero-title{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;color:#fff;margin-bottom:1.5rem;line-height:1.1;text-shadow:0 2px 10px #000000}.hero-subtitle{font-size:clamp(1.1rem,2vw,2.2rem);font-weight:700;margin-bottom:2.5rem;-webkit-text-stroke:.5px #000000;color:#fff;line-height:1.6;max-width:700px;margin-left:auto;margin-right:auto;background-color:#897c6bb3;padding:1rem 1.5rem;border-radius:.5rem}.hero-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.hero-buttons .btn-white{border:2px solid var(--primary)}.services-section{background-color:#fff}.section-header{margin-bottom:3rem}.section-header h2{font-size:clamp(2.2rem,4vw,3rem);color:#897c6b;text-shadow:-1px -1px 0 black,1px -1px 0 black,0 14px 30px rgba(0,0,0,.85),0 0 6px rgba(0,0,0,.7)}.section-header p{font-size:clamp(1.6vw,2vw,2rem);font-weight:700;border-bottom:2.5px solid #ffffff;padding-bottom:1rem;margin-bottom:1rem}.services-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:2rem}.service-card{background:#667d61;border-radius:1rem;overflow:hidden;box-shadow:0 4px 20px #00000014;transition:all .3s ease}.service-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #00000026}.service-image-wrapper{position:relative;overflow:hidden;height:250px}.service-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.service-card:hover .service-image{transform:scale(1.05)}.service-image-placeholder{width:100%;height:100%;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-light) 100%);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;font-weight:700}.service-content{padding:2rem}.service-content h3{margin-bottom:1rem;color:#fff}.service-content p{margin-bottom:1.5rem;line-height:1.8;color:#fff}.service-link{display:inline-flex;align-items:center;gap:.5rem;color:#fff;font-weight:600;transition:gap .3s ease}.service-link:hover{gap:.75rem}.section-divider{position:relative;height:112px;background:linear-gradient(to bottom,#fff 0 35%,#e8efe7 35% 40%,#667d61 40% 100%);line-height:0;overflow:hidden}.section-divider:before,.section-divider:after{content:"";position:absolute;left:-84px;width:calc(100% + 168px);height:30px;border-radius:6px;background:linear-gradient(to bottom,#7f947af2,#586c54f2),repeating-linear-gradient(to right,#667d61 0 94px,#fff 94px 98px);box-shadow:inset 0 1px #ffffff59,inset 0 -2px #29352659,0 4px 10px #0000001f}.section-divider:before{top:36px}.section-divider:after{top:68px;transform:translate(48px);background:linear-gradient(to bottom,#7b9076f2,#52664ef2),repeating-linear-gradient(to right,#667d61 0 94px,#fff 94px 98px)}.section-divider.why-to-testimonials{background:#667d61}.why-choose-section{background:#667d61;color:#fff}.why-choose-section .section-header h2{color:#897c6b}.why-choose-section .section-header p{color:#000}.why-choose-section .section-header{text-align:center}.why-choose-section .section-header h2{font-size:clamp(2.2rem,4vw,3rem);text-shadow:0 14px 30px rgba(0,0,0,.85),0 0 6px rgba(0,0,0,.7);transform:translateY(-3px)}.why-choose-section .section-header p{font-size:clamp(1.6vw,2vw,2rem);font-weight:700;border-bottom:2.5px solid #000000;padding-bottom:1rem;margin-bottom:1rem}.features-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:2.5rem}.feature-card{text-align:center;padding:2rem}.feature-icon{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;background:transparent;color:#fff;border-radius:1rem;margin:0 auto 1.5rem}.feature-card h3{margin-bottom:1rem;color:#fff}.feature-card p{line-height:1.8;color:#fff}.testimonials-section{background-color:var(--gray-50)}.testimonials-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:2rem}.testimonial-card{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 20px #00000014}.testimonial-rating{margin-bottom:1rem}.star{color:#fbbf24;font-size:1.25rem}.testimonial-text{font-style:italic;line-height:1.8;margin-bottom:1.5rem;color:var(--text-light)}.testimonial-author{display:flex;flex-direction:column;gap:.25rem}.testimonial-author strong{color:var(--text-dark);font-weight:600}.testimonial-author span{color:var(--text-muted);font-size:.9rem}.cta-section{background:linear-gradient(to bottom,#fff,#667d61);color:#fff}.cta-content{text-align:center;max-width:700px;margin:0 auto}.cta-content h2{color:#897c6b;text-shadow:-1px -1px 0 black,1px -1px 0 black,0 14px 30px rgba(0,0,0,.85),0 0 6px rgba(0,0,0,.7)}.cta-content p{font-size:clamp(1.6vw,2vw,2rem);font-weight:700;border-bottom:2.5px solid #000000;padding-bottom:1rem;margin-bottom:1rem}@media(max-width:1024px){.services-grid,.features-grid,.testimonials-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.services-grid,.features-grid,.testimonials-grid{grid-template-columns:1fr}}@media(max-width:768px){.section-divider{height:94px}.section-divider:before,.section-divider:after{height:24px;left:-60px;width:calc(100% + 120px)}.section-divider:before{top:32px}.section-divider:after{top:58px;transform:translate(36px)}.hero{min-height:80vh;margin-top:70px;padding-bottom:80px}.hero-buttons{flex-direction:column;align-items:stretch}.hero-buttons .btn{width:100%;justify-content:center}}#root{min-height:100vh;display:flex;flex-direction:column}main{flex:1}.route-loading{min-height:60vh}.back-to-top{position:fixed;bottom:2rem;right:2rem;z-index:999;width:48px;height:48px;border-radius:50%;background-color:var(--primary);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #0003;opacity:0;visibility:hidden;transform:translateY(12px);transition:opacity .3s ease,visibility .3s ease,transform .3s ease,background-color .3s ease}.back-to-top--visible{opacity:1;visibility:visible;transform:translateY(0)}.back-to-top:hover{background-color:var(--primary-dark);transform:translateY(-3px);box-shadow:0 6px 24px #00000040}.back-to-top--visible:hover{transform:translateY(-3px)}
