*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333;background-color:#1a4a3a}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar{position:fixed;top:0;width:100%;background:#1a4a3af2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;transition:all .3s ease}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;height:70px}.nav-logo h2{color:#fff;font-size:1.5rem;font-weight:600}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-link{color:#fff;text-decoration:none;font-weight:500;transition:color .3s ease;position:relative}.nav-link:hover{color:#4ade80}.nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#4ade80;transition:width .3s ease}.nav-link:hover:after{width:100%}.hamburger{display:none;flex-direction:column;cursor:pointer}.hamburger span{width:25px;height:3px;background:#fff;margin:3px 0;transition:.3s}.hero{min-height:100vh;display:flex;align-items:center;background:linear-gradient(135deg,#1a4a3a,#2d5a4a);padding-top:70px}.hero-content{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-text h1{font-size:3.5rem;font-weight:700;color:#fff;margin-bottom:1.5rem;line-height:1.2}.hero-subtitle{font-size:1.25rem;color:#e5e7eb;margin-bottom:2rem;line-height:1.8}.cta-button{display:inline-block;background:#4ade80;color:#1a4a3a;padding:1rem 2rem;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.1rem;transition:all .3s ease;box-shadow:0 4px 15px #4ade804d}.cta-button:hover{background:#22c55e;transform:translateY(-2px);box-shadow:0 6px 20px #4ade8066}.hero-image img{width:100%;height:400px;object-fit:cover;border-radius:12px;box-shadow:0 20px 40px #0000004d}section{padding:5rem 0}section:nth-child(2n){background:#2d5a4a}section:nth-child(odd){background:#1a4a3a}h2{font-size:2.5rem;color:#fff;text-align:center;margin-bottom:3rem;font-weight:600}h3{font-size:1.5rem;color:#4ade80;margin-bottom:1rem;font-weight:600}p{color:#e5e7eb;font-size:1.1rem;margin-bottom:1.5rem}.about-content{max-width:800px;margin:0 auto}.about-text{text-align:left}.values-list{list-style:none;margin-top:2rem}.values-list li{color:#e5e7eb;font-size:1.1rem;border-left:3px solid #4ade80;padding:.5rem 0 .5rem 1rem;margin-bottom:1rem}.values-list strong{color:#4ade80}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:2rem}.service-item{background:#ffffff0d;padding:2rem;border-radius:12px;border:1px solid rgba(74,222,128,.2);transition:all .3s ease}.service-item:hover{transform:translateY(-5px);background:#ffffff14;border-color:#4ade8066}.audience-intro{text-align:center;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}.audience-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.audience-item{background:#ffffff0d;padding:2rem;border-radius:12px;border:1px solid rgba(74,222,128,.2);transition:all .3s ease}.audience-item:hover{transform:translateY(-5px);background:#ffffff14;border-color:#4ade8066}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-item{background:#ffffff0d;padding:2rem;border-radius:12px;border:1px solid rgba(74,222,128,.2)}.contact-item a{color:#4ade80;text-decoration:none;transition:color .3s ease}.contact-item a:hover{color:#22c55e}.contact-cta{background:#ffffff0d;padding:2rem;border-radius:12px;border:1px solid rgba(74,222,128,.2);text-align:center}.contact-button{display:inline-block;background:#4ade80;color:#1a4a3a;padding:1rem 2rem;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.1rem;transition:all .3s ease;margin-top:1rem}.contact-button:hover{background:#22c55e;transform:translateY(-2px)}.footer{background:#0f2a22;padding:2rem 0;text-align:center;border-top:1px solid rgba(74,222,128,.2)}.footer p{color:#9ca3af;margin:0}@media (max-width: 768px){.hamburger{display:flex}.nav-menu{position:fixed;left:-100%;top:70px;flex-direction:column;background-color:#1a4a3afa;width:100%;text-align:center;transition:.3s;padding:2rem 0;gap:1rem}.nav-menu.active{left:0}.hero-content{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-text h1{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}h2{font-size:2rem}.services-grid,.audience-grid{grid-template-columns:1fr;gap:1.5rem}.contact-content{grid-template-columns:1fr;gap:2rem}section{padding:3rem 0}}@media (max-width: 480px){.container,.nav-container,.hero-content{padding:0 15px}.hero-text h1{font-size:2rem}.service-item,.audience-item,.contact-item{padding:1.5rem}.services-grid,.audience-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.nav-link:focus,.cta-button:focus,.contact-button:focus{outline:2px solid #4ade80;outline-offset:2px}
