.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,#667eea,#764ba2)}.hero-background{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#10b981,#059669 50%,#3b82f6);z-index:0}.hero-overlay{background:rgba(15,23,42,.4)}.hero-overlay,.hero-pattern{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.hero-pattern{background-image:radial-gradient(circle at 20% 50%,hsla(0,0%,100%,.1) 0,transparent 50%),radial-gradient(circle at 80% 80%,hsla(0,0%,100%,.1) 0,transparent 50%)}.hero-content{position:relative;z-index:2;width:100%;padding-top:70px;text-align:center;color:#fff}.hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2;animation:fadeInUp .8s ease}.hero-title .highlight{display:block;background:linear-gradient(135deg,#fbbf24,#f59e0b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;margin-bottom:2.5rem;max-width:700px;margin-left:auto;margin-right:auto;opacity:.95;line-height:1.8;animation:fadeInUp .8s ease .2s both}.hero-buttons{gap:1rem;margin-bottom:4rem;animation:fadeInUp .8s ease .4s both}.hero-buttons,.hero-stats{display:flex;justify-content:center;flex-wrap:wrap}.hero-stats{gap:4rem;animation:fadeInUp .8s ease .6s both}.stat-item{text-align:center}.stat-number{font-size:2.5rem;font-weight:700;color:var(--primary-yellow);margin-bottom:.5rem}.stat-label{font-size:1rem;opacity:.9;text-transform:uppercase;letter-spacing:1px}.hero-scroll{position:absolute;bottom:30px;left:50%;transform:translateX(-50%);z-index:2}.scroll-indicator{width:30px;height:50px;border:2px solid hsla(0,0%,100%,.5);border-radius:25px;position:relative}.scroll-indicator:before{content:"";position:absolute;top:10px;left:50%;transform:translateX(-50%);width:6px;height:6px;background:#fff;border-radius:50%;animation:scroll 2s infinite}@keyframes scroll{0%{opacity:1;transform:translateX(-50%) translateY(0)}to{opacity:0;transform:translateX(-50%) translateY(20px)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem;padding:0 1rem}.hero-buttons{flex-direction:column;align-items:center}.hero-buttons .btn{width:100%;max-width:300px}.hero-stats{gap:2rem}.stat-number{font-size:2rem}}.about-section{background:var(--light-secondary)}.about-content{max-width:900px;margin:0 auto}.about-text h3{font-size:2rem;font-weight:700;margin-bottom:1rem;color:var(--text-dark);margin-top:2rem}.about-text h3:first-child{margin-top:0}.about-text p{font-size:1.1rem;line-height:1.8;color:var(--text-light);margin-bottom:1.5rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;margin-top:3rem}.feature-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:var(--shadow);transition:all .3s ease;text-align:center}.feature-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h4{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:var(--text-dark)}.feature-card p{font-size:1rem;color:var(--text-light);margin:0;line-height:1.6}@media (max-width:768px){.about-text h3{font-size:1.5rem}.about-text p{font-size:1rem}.features-grid{grid-template-columns:1fr;gap:1.5rem}}.footer{background:var(--dark-bg);color:var(--text-white);padding:3rem 0 1.5rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:2rem}.footer-section h3{font-size:1.5rem;font-weight:700;margin-bottom:.75rem;color:var(--primary-green)}.footer-section h4{font-size:1.1rem;font-weight:600;margin-bottom:1rem}.footer-section p{color:hsla(0,0%,100%,.7);line-height:1.6;margin-bottom:.5rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:hsla(0,0%,100%,.7);text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:var(--primary-green)}.footer-bottom{border-top:1px solid hsla(0,0%,100%,.1);padding-top:1.5rem;text-align:center}.footer-bottom p{color:hsla(0,0%,100%,.6);font-size:.9rem;margin:0}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;box-shadow:0 2px 10px rgba(0,0,0,.05)}.navbar.scrolled{background:hsla(0,0%,100%,.98);box-shadow:0 4px 20px rgba(0,0,0,.1)}.nav-container{max-width:1200px;margin:0 auto;padding:0 24px;justify-content:space-between;height:70px}.nav-container,.nav-logo{display:flex;align-items:center}.nav-logo{flex-direction:row;gap:12px;cursor:pointer}.logo-image{height:40px;width:auto;object-fit:contain}.logo-text{font-size:1.5rem;font-weight:700;color:var(--primary-green);line-height:1.2}.logo-tagline{font-size:.75rem;color:var(--text-light);font-weight:500}.nav-menu{display:flex;list-style:none;gap:2rem;align-items:center}.nav-menu li a{text-decoration:none;color:var(--text-dark);font-weight:500;transition:color .3s ease;position:relative}.nav-menu li a:hover{color:var(--primary-green)}.nav-menu li a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:var(--primary-green);transition:width .3s ease}.nav-menu li a:hover:after{width:100%}.mobile-menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:5px}.mobile-menu-toggle span{width:25px;height:3px;background:var(--text-dark);border-radius:2px;transition:all .3s ease}@media (max-width:768px){.mobile-menu-toggle{display:flex}.nav-menu{position:fixed;top:70px;left:0;right:0;background:#fff;flex-direction:column;padding:2rem;gap:1.5rem;box-shadow:0 4px 20px rgba(0,0,0,.1);transform:translateX(-100%);transition:transform .3s ease}.nav-menu.active{transform:translateX(0)}.nav-menu li a{font-size:1.1rem}}.projects-section{background:#fff}.projects-content{max-width:1000px;margin:3rem auto 0}.projects-image{width:100%;margin-bottom:3rem;border-radius:16px;overflow:hidden;box-shadow:var(--shadow-lg)}.park-image{width:100%;height:auto;object-fit:cover;display:block}.image-placeholder{width:100%;height:500px;background:linear-gradient(135deg,rgba(16,185,129,.1),rgba(59,130,246,.1));display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--text-light)}.placeholder-icon{font-size:4rem;margin-bottom:1rem;opacity:.5}.image-placeholder p{font-size:1rem;margin:0;text-align:center;padding:0 2rem}.projects-text{max-width:800px;margin:0 auto}.projects-text p{font-size:1.1rem;line-height:1.8;color:var(--text-light);margin-bottom:1.5rem}.projects-text p:last-child{margin-bottom:0}@media (max-width:768px){.projects-content{margin-top:2rem}.projects-image{margin-bottom:2rem}.projects-text p{font-size:1rem}}