*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{--primary:#2c5f2d;--primary-dark:#1e4620;--secondary:#97bc62;--accent:#ffd54f;--dark:#1a1a1a;--light:#f8f9fa;--gray:#6b7280;--gray-light:#e5e7eb;--white:#ffffff;--shadow:0 4px 20px rgba(0,0,0,0.08);--shadow-lg:0 10px 40px rgba(0,0,0,0.12);--radius:8px;--radius-lg:16px;--transition:0.3s ease}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:'Segoe UI',Roboto,Oxygen,Ubuntu,sans-serif;line-height:1.6;color:var(--dark);background:var(--white)}
img{max-width:100%;height:auto;display:block}
a{text-decoration:none;color:inherit;transition:var(--transition)}
ul,ol{list-style:none}
button,input,select,textarea{font-family:inherit;font-size:inherit}
.container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 32px;border-radius:var(--radius);font-weight:600;cursor:pointer;border:none;transition:var(--transition);gap:8px}
.btn-primary{background:var(--primary);color:var(--white)}
.btn-primary:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:var(--shadow)}
.btn-secondary{background:transparent;color:var(--primary);border:2px solid var(--primary)}
.btn-secondary:hover{background:var(--primary);color:var(--white)}
.btn-accent{background:var(--accent);color:var(--dark)}
.btn-accent:hover{background:#ffc107;transform:translateY(-2px)}
.btn-lg{padding:18px 42px;font-size:1.1rem}
.section-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2}
.section-subtitle{font-size:1.15rem;color:var(--gray);max-width:600px}
header{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(255,255,255,0.97);backdrop-filter:blur(10px);box-shadow:0 2px 20px rgba(0,0,0,0.05);transition:var(--transition)}
header.scrolled{box-shadow:var(--shadow)}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:16px 0}
.logo{font-size:1.5rem;font-weight:700;color:var(--primary);display:flex;align-items:center;gap:10px}
.logo svg{width:40px;height:40px}
.nav-desktop{display:flex;align-items:center;gap:32px}
.nav-desktop a{color:var(--dark);font-weight:500;position:relative;padding:8px 0}
.nav-desktop a::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--primary);transition:var(--transition)}
.nav-desktop a:hover::after,.nav-desktop a.active::after{width:100%}
.nav-cta{margin-left:16px}
.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:10px;background:none;border:none}
.hamburger span{width:24px;height:2px;background:var(--dark);transition:var(--transition)}
.mobile-menu{position:fixed;top:72px;left:0;right:0;background:var(--white);padding:24px;display:none;flex-direction:column;gap:16px;box-shadow:var(--shadow-lg)}
.mobile-menu.active{display:flex}
.mobile-menu a{padding:12px 0;border-bottom:1px solid var(--gray-light);font-weight:500}
.hero{min-height:100vh;display:flex;align-items:center;padding-top:100px;background:linear-gradient(135deg,#f0f7f0 0%,#e8f5e9 50%,#f5f5dc 100%);position:relative;overflow:hidden}
.hero::before{content:'';position:absolute;top:-50%;right:-20%;width:80%;height:200%;background:radial-gradient(ellipse,rgba(151,188,98,0.15) 0%,transparent 70%);pointer-events:none}
.hero-content{display:flex;align-items:center;gap:60px;position:relative;z-index:1}
.hero-text{flex:1}
.hero-badge{display:inline-flex;align-items:center;gap:8px;background:var(--white);padding:8px 16px;border-radius:50px;font-size:0.875rem;font-weight:500;color:var(--primary);margin-bottom:24px;box-shadow:var(--shadow)}
.hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:24px;color:var(--dark)}
.hero-title span{color:var(--primary)}
.hero-desc{font-size:1.2rem;color:var(--gray);margin-bottom:32px;max-width:520px}
.hero-buttons{display:flex;gap:16px;flex-wrap:wrap}
.hero-visual{flex:1;position:relative}
.hero-image{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);overflow:hidden}
.hero-image img{width:100%;height:500px;object-fit:cover}
.hero-float{position:absolute;background:var(--white);padding:16px 24px;border-radius:var(--radius);box-shadow:var(--shadow-lg);display:flex;align-items:center;gap:12px}
.hero-float-1{top:20px;left:-40px}
.hero-float-2{bottom:40px;right:-30px}
.hero-float-icon{width:48px;height:48px;background:var(--secondary);border-radius:50%;display:flex;align-items:center;justify-content:center}
.hero-float-icon svg{width:24px;height:24px;color:var(--white)}
.hero-float-text strong{display:block;font-size:1.25rem;color:var(--dark)}
.hero-float-text span{font-size:0.875rem;color:var(--gray)}
.about-section{padding:100px 0;background:var(--white)}
.about-grid{display:flex;gap:60px;align-items:center}
.about-images{flex:1;position:relative}
.about-img-main{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg)}
.about-img-main img{width:100%;height:450px;object-fit:cover}
.about-img-secondary{position:absolute;bottom:-30px;right:-30px;width:200px;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-lg);border:4px solid var(--white)}
.about-img-secondary img{width:100%;height:150px;object-fit:cover}
.about-content{flex:1}
.about-label{color:var(--primary);font-weight:600;text-transform:uppercase;letter-spacing:1px;font-size:0.875rem;margin-bottom:12px}
.about-content .section-title{margin-bottom:24px}
.about-text{color:var(--gray);margin-bottom:24px}
.about-features{display:flex;flex-direction:column;gap:16px;margin-bottom:32px}
.about-feature{display:flex;align-items:flex-start;gap:16px}
.about-feature-icon{width:48px;height:48px;background:linear-gradient(135deg,var(--secondary),var(--primary));border-radius:var(--radius);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.about-feature-icon svg{width:24px;height:24px;color:var(--white)}
.about-feature-text h4{font-weight:600;margin-bottom:4px}
.about-feature-text p{font-size:0.9rem;color:var(--gray)}
.services-section{padding:100px 0;background:linear-gradient(180deg,var(--light) 0%,#e8f5e9 100%)}
.services-header{text-align:center;margin-bottom:60px}
.services-header .section-subtitle{margin:0 auto}
.services-grid{display:flex;flex-wrap:wrap;gap:24px;justify-content:center}
.service-card{background:var(--white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow);transition:var(--transition);flex:1 1 calc(33.333% - 16px);max-width:380px;min-width:300px}
.service-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}
.service-image{height:200px;overflow:hidden;position:relative}
.service-image img{width:100%;height:100%;object-fit:cover;transition:var(--transition)}
.service-card:hover .service-image img{transform:scale(1.05)}
.service-tag{position:absolute;top:16px;left:16px;background:var(--primary);color:var(--white);padding:6px 14px;border-radius:50px;font-size:0.75rem;font-weight:600;text-transform:uppercase}
.service-body{padding:24px}
.service-title{font-size:1.25rem;font-weight:700;margin-bottom:8px}
.service-desc{color:var(--gray);font-size:0.95rem;margin-bottom:16px;min-height:60px}
.service-price{display:flex;align-items:baseline;gap:8px;margin-bottom:16px}
.service-price-value{font-size:1.75rem;font-weight:700;color:var(--primary)}
.service-price-unit{color:var(--gray);font-size:0.875rem}
.service-features{border-top:1px solid var(--gray-light);padding-top:16px;margin-bottom:16px}
.service-features li{display:flex;align-items:center;gap:8px;font-size:0.9rem;color:var(--gray);margin-bottom:8px}
.service-features li svg{width:16px;height:16px;color:var(--secondary)}
.stats-section{padding:80px 0;background:var(--primary);color:var(--white)}
.stats-grid{display:flex;justify-content:space-around;flex-wrap:wrap;gap:40px}
.stat-item{text-align:center;flex:1;min-width:150px}
.stat-number{font-size:3rem;font-weight:800;margin-bottom:8px;color:var(--accent)}
.stat-label{font-size:1rem;opacity:0.9}
.process-section{padding:100px 0;background:var(--white)}
.process-header{text-align:center;margin-bottom:60px}
.process-steps{display:flex;flex-direction:column;gap:0;position:relative}
.process-steps::before{content:'';position:absolute;left:50%;top:0;bottom:0;width:2px;background:var(--gray-light);transform:translateX(-50%)}
.process-step{display:flex;align-items:center;gap:40px;position:relative;padding:40px 0}
.process-step:nth-child(even){flex-direction:row-reverse}
.process-step-content{flex:1;background:var(--light);padding:32px;border-radius:var(--radius-lg)}
.process-step:nth-child(even) .process-step-content{text-align:right}
.process-step-number{position:absolute;left:50%;transform:translateX(-50%);width:60px;height:60px;background:var(--primary);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;z-index:1;border:4px solid var(--white);box-shadow:var(--shadow)}
.process-step h3{font-size:1.25rem;margin-bottom:12px;color:var(--dark)}
.process-step p{color:var(--gray)}
.process-step-visual{flex:1}
.testimonials-section{padding:100px 0;background:linear-gradient(135deg,#1a1a1a 0%,#2d2d2d 100%);color:var(--white)}
.testimonials-header{text-align:center;margin-bottom:60px}
.testimonials-header .section-title{color:var(--white)}
.testimonials-header .section-subtitle{color:rgba(255,255,255,0.7)}
.testimonials-grid{display:flex;gap:24px;flex-wrap:wrap}
.testimonial-card{flex:1;min-width:300px;background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);border-radius:var(--radius-lg);padding:32px;position:relative}
.testimonial-card::before{content:'"';position:absolute;top:16px;right:24px;font-size:4rem;color:var(--secondary);opacity:0.3;font-family:Georgia,serif;line-height:1}
.testimonial-stars{display:flex;gap:4px;margin-bottom:16px}
.testimonial-stars svg{width:20px;height:20px;fill:var(--accent)}
.testimonial-text{font-size:1.05rem;line-height:1.7;margin-bottom:24px;color:rgba(255,255,255,0.9)}
.testimonial-author{display:flex;align-items:center;gap:16px}
.testimonial-avatar{width:56px;height:56px;border-radius:50%;overflow:hidden;border:3px solid var(--secondary)}
.testimonial-avatar img{width:100%;height:100%;object-fit:cover}
.testimonial-info h4{font-weight:600;margin-bottom:4px}
.testimonial-info span{font-size:0.875rem;color:rgba(255,255,255,0.6)}
.cta-section{padding:100px 0;background:linear-gradient(135deg,var(--secondary) 0%,var(--primary) 100%);position:relative;overflow:hidden}
.cta-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}
.cta-content{text-align:center;position:relative;z-index:1}
.cta-content .section-title{color:var(--white);margin-bottom:16px}
.cta-content p{color:rgba(255,255,255,0.9);font-size:1.15rem;margin-bottom:32px;max-width:600px;margin-left:auto;margin-right:auto}
.cta-buttons{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}
.cta-buttons .btn-primary{background:var(--white);color:var(--primary)}
.cta-buttons .btn-primary:hover{background:var(--accent);color:var(--dark)}
.contact-section{padding:100px 0;background:var(--light)}
.contact-grid{display:flex;gap:60px}
.contact-info{flex:1}
.contact-info .section-title{margin-bottom:24px}
.contact-info>p{color:var(--gray);margin-bottom:32px}
.contact-details{display:flex;flex-direction:column;gap:24px}
.contact-item{display:flex;gap:16px}
.contact-item-icon{width:56px;height:56px;background:var(--white);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow);flex-shrink:0}
.contact-item-icon svg{width:24px;height:24px;color:var(--primary)}
.contact-item-text h4{font-weight:600;margin-bottom:4px}
.contact-item-text p,.contact-item-text a{color:var(--gray);font-size:0.95rem}
.contact-item-text a:hover{color:var(--primary)}
.contact-form-wrapper{flex:1;background:var(--white);border-radius:var(--radius-lg);padding:40px;box-shadow:var(--shadow-lg)}
.contact-form-wrapper h3{font-size:1.5rem;margin-bottom:24px}
.form-group{margin-bottom:20px}
.form-group label{display:block;font-weight:500;margin-bottom:8px;color:var(--dark)}
.form-group input,.form-group select,.form-group textarea{width:100%;padding:14px 18px;border:2px solid var(--gray-light);border-radius:var(--radius);transition:var(--transition);background:var(--white)}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(44,95,45,0.1)}
.form-group textarea{min-height:120px;resize:vertical}
.form-row{display:flex;gap:20px}
.form-row .form-group{flex:1}
.form-submit{margin-top:24px}
.form-submit .btn{width:100%}
footer{background:var(--dark);color:var(--white);padding:60px 0 0}
.footer-grid{display:flex;flex-wrap:wrap;gap:40px;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,0.1)}
.footer-col{flex:1;min-width:200px}
.footer-col h4{font-size:1.1rem;margin-bottom:20px;color:var(--white)}
.footer-col p{color:rgba(255,255,255,0.6);font-size:0.9rem;line-height:1.7}
.footer-col ul li{margin-bottom:12px}
.footer-col ul li a{color:rgba(255,255,255,0.6);transition:var(--transition)}
.footer-col ul li a:hover{color:var(--secondary)}
.footer-logo{font-size:1.5rem;font-weight:700;color:var(--white);margin-bottom:16px;display:block}
.footer-bottom{padding:24px 0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}
.footer-bottom p{color:rgba(255,255,255,0.5);font-size:0.875rem}
.footer-links{display:flex;gap:24px}
.footer-links a{color:rgba(255,255,255,0.5);font-size:0.875rem}
.footer-links a:hover{color:var(--secondary)}
.page-header{padding:140px 0 60px;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:var(--white);text-align:center}
.page-header h1{font-size:2.5rem;margin-bottom:16px}
.page-header p{opacity:0.9;max-width:600px;margin:0 auto}
.breadcrumb{display:flex;justify-content:center;gap:12px;margin-top:24px;font-size:0.9rem}
.breadcrumb a{color:rgba(255,255,255,0.7)}
.breadcrumb a:hover{color:var(--white)}
.breadcrumb span{color:rgba(255,255,255,0.5)}
.page-content{padding:80px 0}
.page-content h2{font-size:1.75rem;margin:32px 0 16px;color:var(--dark)}
.page-content h3{font-size:1.25rem;margin:24px 0 12px;color:var(--dark)}
.page-content p{color:var(--gray);margin-bottom:16px;line-height:1.8}
.page-content ul,.page-content ol{margin:16px 0;padding-left:24px}
.page-content ul li,.page-content ol li{color:var(--gray);margin-bottom:8px;line-height:1.7}
.page-content ul{list-style:disc}
.page-content ol{list-style:decimal}
.about-page-section{padding:80px 0}
.about-page-section:nth-child(even){background:var(--light)}
.about-values{display:flex;gap:24px;flex-wrap:wrap;margin-top:40px}
.value-card{flex:1;min-width:250px;background:var(--white);padding:32px;border-radius:var(--radius-lg);box-shadow:var(--shadow);text-align:center}
.value-icon{width:72px;height:72px;background:linear-gradient(135deg,var(--secondary),var(--primary));border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}
.value-icon svg{width:32px;height:32px;color:var(--white)}
.value-card h3{font-size:1.25rem;margin-bottom:12px}
.value-card p{color:var(--gray);font-size:0.95rem}
.team-grid{display:flex;gap:24px;flex-wrap:wrap;margin-top:40px}
.team-member{flex:1;min-width:250px;text-align:center}
.team-photo{width:150px;height:150px;border-radius:50%;overflow:hidden;margin:0 auto 20px;border:4px solid var(--secondary)}
.team-photo img{width:100%;height:100%;object-fit:cover}
.team-member h4{font-size:1.1rem;margin-bottom:4px}
.team-member span{color:var(--gray);font-size:0.9rem}
.services-page-grid{display:flex;flex-direction:column;gap:60px;padding:60px 0}
.service-detail{display:flex;gap:40px;align-items:center}
.service-detail:nth-child(even){flex-direction:row-reverse}
.service-detail-image{flex:1;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg)}
.service-detail-image img{width:100%;height:350px;object-fit:cover}
.service-detail-content{flex:1}
.service-detail-content h2{font-size:1.75rem;margin-bottom:16px}
.service-detail-content p{color:var(--gray);margin-bottom:24px}
.service-detail-price{font-size:2rem;font-weight:700;color:var(--primary);margin-bottom:24px}
.service-detail-features{margin-bottom:24px}
.service-detail-features li{display:flex;align-items:center;gap:12px;margin-bottom:12px;color:var(--gray)}
.service-detail-features li svg{width:20px;height:20px;color:var(--secondary)}
.contact-page-grid{display:flex;gap:60px;padding:60px 0}
.contact-page-info{flex:1}
.contact-page-form{flex:1.5}
.map-placeholder{height:300px;background:var(--gray-light);border-radius:var(--radius-lg);margin-top:32px;display:flex;align-items:center;justify-content:center;color:var(--gray)}
.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:var(--dark);color:var(--white);padding:20px;z-index:9999;display:none}
.cookie-banner.active{display:block}
.cookie-content{display:flex;align-items:center;justify-content:space-between;gap:24px;max-width:1200px;margin:0 auto;flex-wrap:wrap}
.cookie-content p{flex:1;font-size:0.9rem;color:rgba(255,255,255,0.9)}
.cookie-content p a{color:var(--secondary);text-decoration:underline}
.cookie-buttons{display:flex;gap:12px}
.cookie-btn{padding:10px 24px;border-radius:var(--radius);cursor:pointer;font-weight:500;border:none;transition:var(--transition)}
.cookie-accept{background:var(--secondary);color:var(--dark)}
.cookie-accept:hover{background:var(--accent)}
.cookie-reject{background:transparent;color:var(--white);border:1px solid rgba(255,255,255,0.3)}
.cookie-reject:hover{border-color:var(--white)}
.sticky-cta{position:fixed;bottom:24px;right:24px;z-index:999;opacity:0;visibility:hidden;transition:var(--transition)}
.sticky-cta.active{opacity:1;visibility:visible}
.sticky-cta .btn{box-shadow:var(--shadow-lg);padding:16px 28px}
.thanks-section{min-height:70vh;display:flex;align-items:center;justify-content:center;padding:100px 20px;text-align:center}
.thanks-content{max-width:600px}
.thanks-icon{width:100px;height:100px;background:linear-gradient(135deg,var(--secondary),var(--primary));border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 32px}
.thanks-icon svg{width:50px;height:50px;color:var(--white)}
.thanks-content h1{font-size:2.5rem;margin-bottom:16px;color:var(--dark)}
.thanks-content p{color:var(--gray);font-size:1.1rem;margin-bottom:32px}
.gallery-section{padding:80px 0;background:var(--light)}
.gallery-grid{display:flex;flex-wrap:wrap;gap:16px}
.gallery-item{flex:1 1 calc(25% - 12px);min-width:200px;border-radius:var(--radius);overflow:hidden;aspect-ratio:1}
.gallery-item img{width:100%;height:100%;object-fit:cover;transition:var(--transition)}
.gallery-item:hover img{transform:scale(1.1)}
@media(max-width:992px){
.hero-content{flex-direction:column;text-align:center}
.hero-text{order:1}
.hero-visual{order:0;margin-bottom:40px}
.hero-title{font-size:2.5rem}
.hero-buttons{justify-content:center}
.hero-float{display:none}
.about-grid{flex-direction:column}
.process-steps::before{left:30px}
.process-step{flex-direction:column !important;padding-left:80px}
.process-step-number{left:30px;transform:none}
.process-step-content{text-align:left !important}
.contact-grid{flex-direction:column}
.service-detail{flex-direction:column !important}
.contact-page-grid{flex-direction:column}
}
@media(max-width:768px){
.nav-desktop{display:none}
.hamburger{display:flex}
.hero{padding-top:80px}
.hero-title{font-size:2rem}
.section-title{font-size:2rem}
.services-grid{gap:16px}
.service-card{flex:1 1 100%}
.stats-grid{gap:24px}
.stat-number{font-size:2.25rem}
.testimonials-grid{flex-direction:column}
.footer-grid{flex-direction:column;gap:32px}
.footer-bottom{flex-direction:column;text-align:center}
.form-row{flex-direction:column;gap:0}
.cookie-content{flex-direction:column;text-align:center}
.gallery-item{flex:1 1 calc(50% - 8px)}
}
