:root{--primary-color: #16a34a;--primary-hover: #15803d;--primary-light: #22c55e;--text-color: #1e293b;--text-light: #64748b;--background: #ffffff;--surface: #f0fdf4}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;color:var(--text-color);background:var(--background);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.3}.section-title{font-size:2.5rem;font-weight:700;color:var(--text-color);text-align:center;margin-bottom:1.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 2rem;font-size:1rem;font-weight:600;border-radius:8px;border:none;cursor:pointer;transition:all .3s ease;text-decoration:none}.btn-primary{background:var(--primary-color);color:#fff}.btn-primary:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 4px 12px #16a34a4d}.btn-secondary{background:transparent;color:var(--text-color);border:2px solid var(--text-color)}.btn-secondary:hover{background:var(--text-color);color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 2rem}::selection{background:var(--primary-color);color:#fff}:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}@media (max-width: 768px){.section-title{font-size:2rem}}@media (max-width: 480px){.section-title{font-size:1.75rem}.btn{padding:.75rem 1.5rem;font-size:.95rem}}.navbar{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 1px 3px #0000001a;z-index:1000}.navbar-container{width:100%;max-width:100%;margin:0;padding:1rem 4rem;display:flex;justify-content:space-between;align-items:center}.navbar-logo{cursor:pointer;display:flex;align-items:center}.logo-image{height:40px;width:auto}.logo-text{font-size:1.5rem;font-weight:700;color:var(--primary-color)}.navbar-links{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.navbar-links li a{color:var(--text-color);text-decoration:none;font-weight:500;cursor:pointer;transition:color .3s ease}.navbar-links li a:hover{color:var(--primary-color)}.menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem}.hamburger{display:block;width:24px;height:2px;background:var(--text-color);position:relative;transition:background .3s ease}.hamburger:before,.hamburger:after{content:"";position:absolute;width:24px;height:2px;background:var(--text-color);left:0;transition:transform .3s ease}.hamburger:before{top:-8px}.hamburger:after{top:8px}.hamburger.open{background:transparent}.hamburger.open:before{transform:rotate(45deg);top:0}.hamburger.open:after{transform:rotate(-45deg);top:0}@media (max-width: 768px){.navbar-container{padding:1rem 2rem}.menu-toggle{display:block}.navbar-links{position:absolute;top:100%;left:0;right:0;flex-direction:column;background:#fff;padding:1rem 2rem;gap:1rem;box-shadow:0 4px 6px #0000001a;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease}.navbar-links.active{transform:translateY(0);opacity:1;visibility:visible}}.hero{min-height:100vh;display:flex;align-items:center;padding:6rem 2rem 4rem;background:linear-gradient(135deg,#f0fdf4,#dcfce7);overflow:hidden}.hero-content{flex:1;max-width:600px}.hero-title{font-size:3.5rem;font-weight:700;color:var(--text-color);line-height:1.2;margin-bottom:1.5rem}.hero-title .highlight{color:var(--primary-color)}.hero-subtitle{font-size:1.25rem;color:var(--text-light);line-height:1.7;margin-bottom:2rem}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:2.5rem}.hero-stats{display:flex;gap:2rem;flex-wrap:wrap}.hero-stat{display:flex;flex-direction:column}.stat-value{font-size:2rem;font-weight:700;color:var(--primary-color)}.stat-desc{font-size:.875rem;color:var(--text-light)}.hero-visual{flex:1;display:flex;justify-content:center;align-items:center}.hero-graphic{position:relative;width:400px;height:400px}.graphic-circle{position:absolute;border-radius:50%;border:2px solid var(--primary-color);opacity:.3;animation:pulse 3s ease-in-out infinite}.circle-1{width:300px;height:300px;top:50%;left:50%;transform:translate(-50%,-50%)}.circle-2{width:200px;height:200px;top:50%;left:50%;transform:translate(-50%,-50%);animation-delay:.5s}.circle-3{width:100px;height:100px;top:50%;left:50%;transform:translate(-50%,-50%);animation-delay:1s}.parking-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px;background:linear-gradient(135deg,var(--primary-color) 0%,#166534 100%);border-radius:16px;display:flex;align-items:center;justify-content:center;box-shadow:0 20px 40px #16a34a4d}.parking-icon svg{width:48px;height:48px;color:#fff}@keyframes pulse{0%,to{opacity:.3;transform:translate(-50%,-50%) scale(1)}50%{opacity:.6;transform:translate(-50%,-50%) scale(1.05)}}@media (max-width: 968px){.hero{flex-direction:column;text-align:center;padding-top:8rem}.hero-title{font-size:2.5rem}.hero-buttons,.hero-stats{justify-content:center}.hero-visual{margin-top:3rem}.hero-graphic{width:300px;height:300px}.circle-1{width:220px;height:220px}.circle-2{width:150px;height:150px}.circle-3{width:80px;height:80px}}@media (max-width: 480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-stats{gap:1.5rem}.stat-value{font-size:1.5rem}}.about{padding:6rem 2rem;background:#fff}.about-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-content{max-width:550px}.about-text{color:var(--text-light);line-height:1.8;margin-bottom:1.5rem}.about-values{display:flex;gap:2rem;margin-top:2rem}.value-item{display:flex;align-items:center;gap:.5rem;color:var(--text-color);font-weight:500}.value-icon{width:24px;height:24px;color:var(--primary-color)}.value-icon svg{width:100%;height:100%}.about-stats{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.stat-card{background:linear-gradient(135deg,var(--primary-color) 0%,#166534 100%);padding:2rem;border-radius:12px;text-align:center;color:#fff;box-shadow:0 10px 30px #16a34a33;transition:transform .3s ease}.stat-card:hover{transform:translateY(-5px)}.stat-number{display:block;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stat-label{font-size:.9rem;opacity:.9}@media (max-width: 968px){.about-container{grid-template-columns:1fr;gap:3rem}.about-content{max-width:100%;text-align:center}.about-values{justify-content:center;flex-wrap:wrap}.about-stats{max-width:400px;margin:0 auto}}@media (max-width: 480px){.about-values{flex-direction:column;align-items:center;gap:1rem}.stat-card{padding:1.5rem}.stat-number{font-size:2rem}}.services{padding:6rem 2rem;background:#f0fdf4}.services-container{max-width:1200px;margin:0 auto}.section-subtitle{text-align:center;color:var(--text-light);max-width:600px;margin:-1rem auto 3rem;font-size:1.1rem}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.service-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 20px #0000000d;transition:all .3s ease;border:1px solid transparent}.service-card:hover{transform:translateY(-5px);box-shadow:0 10px 40px #0000001a;border-color:var(--primary-color)}.service-icon{width:50px;height:50px;background:linear-gradient(135deg,var(--primary-color) 0%,#166534 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.service-icon svg{width:28px;height:28px;color:#fff}.service-title{font-size:1.25rem;font-weight:600;color:var(--text-color);margin-bottom:.75rem}.service-description{color:var(--text-light);line-height:1.7;font-size:.95rem}@media (max-width: 968px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.services-grid{grid-template-columns:1fr}.service-card{text-align:center}.service-icon{margin:0 auto 1.5rem}}.contact{padding:6rem 2rem;background:#fff}.contact-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact-info{max-width:450px}.contact-text{color:var(--text-light);line-height:1.8;margin-bottom:2rem}.contact-details{display:flex;flex-direction:column;gap:1.5rem}.contact-item{display:flex;align-items:flex-start;gap:1rem}.contact-icon{width:40px;height:40px;background:#f1f5f9;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-icon svg{width:20px;height:20px;color:var(--primary-color)}.contact-item h4{font-weight:600;color:var(--text-color);margin-bottom:.25rem}.contact-item p{color:var(--text-light);font-size:.95rem}.contact-form-wrapper{background:#f8fafc;padding:2.5rem;border-radius:16px}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:500;color:var(--text-color);font-size:.9rem}.form-group input,.form-group textarea{padding:.875rem 1rem;border:1px solid #e2e8f0;border-radius:8px;font-size:1rem;font-family:inherit;transition:all .3s ease;background:#fff}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #2563eb1a}.form-group input::placeholder,.form-group textarea::placeholder{color:#94a3b8}.form-group textarea{resize:vertical;min-height:120px}.btn-submit{margin-top:.5rem}.btn-submit:disabled{opacity:.7;cursor:not-allowed}.error-message{color:#dc2626;font-size:.9rem;margin:0}.success-message{text-align:center;padding:3rem 2rem}.success-message svg{width:64px;height:64px;color:#22c55e;margin-bottom:1.5rem}.success-message h3{font-size:1.5rem;color:var(--text-color);margin-bottom:.5rem}.success-message p{color:var(--text-light)}@media (max-width: 968px){.contact-container{grid-template-columns:1fr;gap:3rem}.contact-info{max-width:100%;text-align:center}.contact-details{align-items:flex-start;width:100%;max-width:300px;margin:0 auto}.contact-item{text-align:left;width:100%}}@media (max-width: 480px){.contact-form-wrapper{padding:1.5rem}}.footer{background:var(--text-color);color:#fff;padding:4rem 2rem 2rem}.footer-container{max-width:1200px;margin:0 auto}.footer-main{display:grid;grid-template-columns:1.5fr 2fr;gap:4rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-logo{font-size:1.75rem;font-weight:700;color:#fff;display:block;margin-bottom:1rem}.footer-logo-image{height:45px;width:auto;margin-bottom:1rem}.footer-tagline{color:#ffffffb3;line-height:1.7;max-width:300px}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer-column h4{font-size:1rem;font-weight:600;margin-bottom:1.25rem;color:#fff}.footer-column ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-column ul li a{color:#ffffffb3;text-decoration:none;font-size:.95rem;transition:color .3s ease}.footer-column ul li a:hover{color:#fff}.social-links{display:flex;gap:1rem}.social-link{width:40px;height:40px;background:#ffffff1a;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.social-link:hover{background:var(--primary-color);transform:translateY(-3px)}.social-link svg{width:18px;height:18px;color:#fff}.footer-bottom{padding-top:2rem;text-align:center}.footer-bottom p{color:#ffffff80;font-size:.9rem}@media (max-width: 968px){.footer-main{grid-template-columns:1fr;gap:3rem}.footer-brand{text-align:center}.footer-tagline{max-width:100%}.footer-links{justify-items:center;text-align:center}}@media (max-width: 640px){.footer-links{grid-template-columns:1fr;gap:2rem}.social-links{justify-content:center}}.app{min-height:100vh;display:flex;flex-direction:column}main{flex:1}
