.header{background-color:#fff;box-shadow:0 2px 8px #0000001a;position:sticky;top:0;z-index:1000;transition:var(--transition)}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo{display:flex;align-items:center;font-size:1.5rem;font-weight:700;color:var(--primary-color);text-decoration:none;transition:var(--transition)}.logo:hover{color:var(--secondary-color)}.logo-text{background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-menu{display:flex;gap:2rem;list-style:none;align-items:center}.nav-link{color:var(--text-color);text-decoration:none;font-weight:500;padding:.5rem 1rem;border-radius:4px;transition:var(--transition);position:relative}.nav-link:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background:var(--primary-color);transition:var(--transition);transform:translate(-50%)}.nav-link:hover:after{width:80%}.nav-link:hover{color:var(--primary-color)}.nav-link.active{color:var(--primary-color);background-color:#2c5f4f1a}.menu-toggle{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001}.menu-toggle span{display:block;width:25px;height:3px;background-color:var(--primary-color);transition:var(--transition);border-radius:2px}.menu-toggle.open span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.menu-toggle.open span:nth-child(2){opacity:0}.menu-toggle.open span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}@media (max-width: 768px){.menu-toggle{display:flex}.nav-menu{position:fixed;top:0;right:-100%;width:70%;max-width:300px;height:100vh;background-color:#fff;flex-direction:column;padding:5rem 2rem 2rem;gap:1rem;box-shadow:-2px 0 10px #0000001a;transition:right .3s ease-in-out;align-items:flex-start}.nav-menu.open{right:0}.nav-link{width:100%;padding:1rem;font-size:1.1rem}.nav-link:after{display:none}}@media (max-width: 480px){.logo-text{font-size:1.2rem}.nav-menu{width:80%}}.footer{background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);color:#fff;padding:3rem 0 1rem;margin-top:4rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{color:#fff;font-size:1.5rem;margin-bottom:1rem}.footer-section h4{color:#fff;font-size:1.1rem;margin-bottom:1rem}.footer-section p{color:#ffffffe6;line-height:1.6;margin-bottom:.5rem}.footer-section .tagline{font-style:italic;color:var(--accent-color);font-weight:500}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#ffffffe6;text-decoration:none;transition:var(--transition)}.footer-section ul li a:hover{color:var(--accent-color);padding-left:5px}.footer-bottom{border-top:1px solid rgba(255,255,255,.2);padding-top:1.5rem;text-align:center}.footer-bottom p{color:#fffc;margin-bottom:.5rem}.footer-note{font-size:.9rem;color:#ffffffb3}@media (max-width: 768px){.footer{padding:2rem 0 1rem}.footer-content{grid-template-columns:1fr;gap:1.5rem}.footer-section{text-align:center}}.home{width:100%}.hero{background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);color:#fff;padding:6rem 0;text-align:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/></svg>');background-size:100px 100px;opacity:.3}.hero .container{position:relative;z-index:1}.hero h1{color:#fff;font-size:3.5rem;margin-bottom:1rem;animation:fadeInUp .8s ease-out;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.hero p{color:#fffffff2;font-size:1.5rem;max-width:800px;margin:0 auto .5rem;animation:fadeInUp .8s ease-out .2s both}.hero-subtitle{font-style:italic;color:var(--accent-color);font-size:1.3rem!important;font-weight:500;margin-bottom:2rem!important;animation:fadeInUp .8s ease-out .3s both}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;animation:fadeInUp .8s ease-out .4s both}.content-text h2{margin-bottom:1.5rem}.content-text p{margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.placeholder-image{width:100%;height:400px;background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;font-weight:600}.stats h2{color:#fff;font-size:2.5rem;margin-bottom:1rem}.stat-item h3{font-size:3rem;color:#fff;margin-bottom:.5rem;font-weight:700}.stat-item p{color:#fffffff2;font-size:1.1rem}.programming-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.program-item{background:#fff;padding:2rem;border-radius:8px;box-shadow:var(--shadow);transition:var(--transition)}.program-item:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover)}.program-item h3{font-size:1.3rem;margin-bottom:.75rem;color:var(--primary-color)}.program-item p{color:var(--text-light);line-height:1.6}.cta-section p{color:#fffffff2;font-size:1.2rem;max-width:700px;margin:0 auto 2rem}@media (max-width: 768px){.hero h1{font-size:2.5rem}.hero p{font-size:1.2rem}.hero-subtitle{font-size:1.1rem!important}.content-with-image{grid-template-columns:1fr;gap:2rem}.placeholder-image{height:300px;font-size:1.2rem}.stats h2,.stat-item h3{font-size:2rem}.programming-grid{grid-template-columns:1fr}.cta-section h2{font-size:2rem}.cta-section p{font-size:1rem}}@media (max-width: 480px){.hero{padding:4rem 0}.hero h1{font-size:2rem}.hero p{font-size:1rem}.hero-buttons{flex-direction:column;align-items:center}.hero-buttons .btn{width:100%;max-width:300px}}.about{width:100%}.about .hero{background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);color:#fff;padding:4rem 0;text-align:center}.about .hero h1{color:#fff;font-size:3rem;margin-bottom:1rem}.about .hero p{color:#fffffff2;font-size:1.3rem;max-width:700px;margin:0 auto}.about .content-section{background-color:var(--bg-light)}.about .content-with-image{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.about .content-text h2,.about .content-text h3{margin-bottom:1.5rem}.about .content-text p{margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.about .content-image{border-radius:8px;overflow:hidden;box-shadow:var(--shadow)}.about .placeholder-image{width:100%;height:400px;background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;font-weight:600}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}.team-member{text-align:center;transition:var(--transition)}.team-member:hover{transform:translateY(-4px)}.team-photo{width:120px;height:120px;border-radius:50%;margin:0 auto 1.5rem;background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);display:flex;align-items:center;justify-content:center;font-size:3rem;color:#fff;box-shadow:var(--shadow)}.team-member h3{font-size:1.3rem;margin-bottom:.5rem;color:var(--primary-color)}.team-member .role{color:var(--secondary-color);font-weight:600;margin-bottom:1rem;display:block;font-size:1rem}.team-member p{font-size:.95rem;color:var(--text-light);line-height:1.6}.timeline{position:relative;padding:2rem 0;max-width:900px;margin:0 auto}.timeline-item{display:grid;grid-template-columns:200px 1fr;gap:3rem;margin-bottom:3rem;position:relative}.timeline-date{font-weight:700;color:var(--primary-color);font-size:1.2rem;text-align:right;padding-right:2rem}.timeline-content{padding-left:2rem;border-left:3px solid var(--accent-color);position:relative}.timeline-content:before{content:"";position:absolute;left:-8px;top:8px;width:13px;height:13px;border-radius:50%;background-color:var(--accent-color);box-shadow:0 0 0 4px #fff,0 0 0 6px var(--accent-color)}.timeline-content h3{margin-bottom:.75rem;color:var(--primary-color)}.timeline-content p{color:var(--text-light);line-height:1.7}@media (max-width: 992px){.team-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.timeline-item{grid-template-columns:150px 1fr;gap:2rem}}@media (max-width: 768px){.about .hero h1{font-size:2.5rem}.about .hero p{font-size:1.1rem}.about .content-with-image{grid-template-columns:1fr;gap:2rem}.about .placeholder-image{height:300px}.team-grid{grid-template-columns:1fr;max-width:400px;margin:2rem auto}.timeline-item{grid-template-columns:1fr;gap:.5rem}.timeline-date{text-align:left;padding-right:0;padding-bottom:.5rem}.timeline-content{padding-left:1.5rem}.cta-section h2{font-size:2rem}.cta-section p{font-size:1rem}}@media (max-width: 480px){.about .hero{padding:3rem 0}.about .hero h1{font-size:2rem}.about .hero p{font-size:1rem}.team-photo{width:100px;height:100px;font-size:2.5rem}.timeline-content{padding-left:1rem}.cta-buttons{flex-direction:column;align-items:center}.cta-buttons .btn{width:100%;max-width:300px}}.artrush{width:100%}.artrush .hero{background:linear-gradient(135deg,var(--secondary-color) 0%,var(--primary-color) 100%);color:#fff;padding:4rem 0;text-align:center}.artrush .hero h1{color:#fff;font-size:3rem;margin-bottom:1rem}.artrush .hero p{color:#fffffff2;font-size:1.3rem;max-width:800px;margin:0 auto}.intro-content{text-align:center;max-width:900px;margin:0 auto}.intro-content h2{font-size:2.5rem;margin-bottom:1.5rem}.intro-content .lead{font-size:1.2rem;line-height:1.8;color:var(--text-light)}.artrush .content-section{background-color:var(--bg-light)}.artrush .content-with-image{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.artrush .content-with-image.reverse{direction:rtl}.artrush .content-with-image.reverse>*{direction:ltr}.artrush .content-text h2,.artrush .content-text h3{margin-bottom:1.5rem}.artrush .content-text p{margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.artrush .content-image{border-radius:8px;overflow:hidden;box-shadow:var(--shadow)}.artrush .placeholder-image{width:100%;height:400px;background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;font-weight:600}.space-card{text-align:center;transition:var(--transition)}.space-card:hover{transform:translateY(-4px)}.space-icon{font-size:3rem;margin-bottom:1rem}.space-card h3{font-size:1.4rem;margin-bottom:1rem;color:var(--primary-color)}.space-card p{color:var(--text-light);line-height:1.7}.programming-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:2rem}.program-category{background:#fff;padding:2rem;border-radius:8px;box-shadow:var(--shadow);transition:var(--transition)}.program-category:hover{box-shadow:var(--shadow-hover);transform:translateY(-4px)}.program-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.program-emoji{font-size:2.5rem}.program-category h3{font-size:1.5rem;color:var(--primary-color);margin:0}.program-category>p{margin-bottom:1rem;color:var(--text-light);line-height:1.7}.program-category ul{list-style:none;padding-left:0}.program-category ul li{padding:.5rem 0 .5rem 1.5rem;position:relative;color:var(--text-color)}.program-category ul li:before{content:"→";position:absolute;left:0;color:var(--accent-color);font-weight:700}.sustainability-list{list-style:none;padding:0}.sustainability-list li{padding:1rem 0 1rem 1.5rem;position:relative;border-left:3px solid var(--accent-color);margin-bottom:1rem;line-height:1.7}.sustainability-list li strong{color:var(--primary-color);display:block;margin-bottom:.25rem}.timeline{max-width:900px;margin:2rem auto}.timeline-phase{background:#fff;border-radius:8px;padding:2rem;margin-bottom:2rem;box-shadow:var(--shadow);border-left:4px solid var(--accent-color);transition:var(--transition)}.timeline-phase:hover{box-shadow:var(--shadow-hover);transform:translate(8px)}.phase-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:1rem}.phase-number{background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);color:#fff;padding:.5rem 1.5rem;border-radius:20px;font-weight:600;font-size:1rem;white-space:nowrap}.phase-header h3{color:var(--primary-color);margin:0;font-size:1.5rem}.phase-content p{color:var(--text-light);line-height:1.8;margin:0}.impact-card{text-align:center;transition:var(--transition)}.impact-card:hover{transform:translateY(-4px)}.impact-card h3{font-size:1.3rem;margin-bottom:1rem;color:var(--primary-color)}.impact-card p{color:var(--text-light);line-height:1.7}.cta-section{background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);color:#fff;padding:4rem 0;text-align:center;margin-top:4rem}@media (max-width: 992px){.programming-list{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.timeline-phase{padding:1.5rem}.phase-header{flex-direction:column;align-items:flex-start;gap:.75rem}}@media (max-width: 768px){.artrush .hero h1{font-size:2.5rem}.artrush .hero p{font-size:1.1rem}.intro-content h2{font-size:2rem}.intro-content .lead{font-size:1rem}.artrush .content-with-image,.artrush .content-with-image.reverse{grid-template-columns:1fr;direction:ltr}.artrush .placeholder-image{height:300px}.programming-list{grid-template-columns:1fr}.timeline-phase{margin-left:-.5rem}.cta-section h2{font-size:2rem}.cta-section p{font-size:1rem}}@media (max-width: 480px){.artrush .hero{padding:3rem 0}.artrush .hero h1{font-size:2rem}.artrush .hero p{font-size:1rem}.space-icon,.program-emoji{font-size:2rem}.program-header{flex-direction:column;align-items:flex-start;gap:.5rem}.cta-buttons{flex-direction:column;align-items:center}.cta-buttons .btn{width:100%;max-width:300px}}.community{width:100%}.community .hero{background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);color:#fff;padding:4rem 0;text-align:center}.community .hero h1{color:#fff;font-size:3rem;margin-bottom:1rem}.community .hero p{color:#fffffff2;font-size:1.3rem;max-width:800px;margin:0 auto}.community .content-section{background-color:var(--bg-light)}.community .content-with-image{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.community .content-with-image.reverse{direction:rtl}.community .content-with-image.reverse>*{direction:ltr}.community .content-text h2,.community .content-text h3{margin-bottom:1.5rem}.community .content-text .tagline{font-style:italic;color:var(--accent-color);font-size:1.3rem;font-weight:600;margin-bottom:1rem}.community .content-text p{margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.community .content-image{border-radius:8px;overflow:hidden;box-shadow:var(--shadow)}.community .placeholder-image{width:100%;height:400px;background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;font-weight:600}.challenge-opportunity{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:2rem}.challenge-card{background:linear-gradient(135deg,#8b4f3c0d,#8b4f3c1a);border-left:4px solid var(--secondary-color)}.opportunity-card{background:linear-gradient(135deg,#2c5f4f0d,#2c5f4f1a);border-left:4px solid var(--primary-color)}.challenge-card h3,.opportunity-card h3{display:flex;align-items:center;gap:.5rem;font-size:1.3rem;margin-bottom:1rem}.challenge-card p,.opportunity-card p{color:var(--text-light);line-height:1.7}.partners-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.partner-card{background:#fff;padding:2rem;border-radius:8px;box-shadow:var(--shadow);transition:var(--transition);border-top:3px solid var(--accent-color)}.partner-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover)}.partner-card h3{color:var(--primary-color);font-size:1.3rem;margin-bottom:.75rem}.partner-card p{color:var(--text-light);line-height:1.7;margin:0}.vision-content{text-align:center;max-width:1000px;margin:0 auto}.vision-content h2{font-size:2.5rem;margin-bottom:1rem}.vision-content .lead{font-size:1.3rem;color:var(--text-light);margin-bottom:2rem}.vision-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}.vision-item{background:#fff;padding:2rem;border-radius:8px;box-shadow:var(--shadow);transition:var(--transition);text-align:center}.vision-item:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover)}.vision-icon{font-size:3rem;display:block;margin-bottom:1rem}.vision-item p{color:var(--text-light);line-height:1.7;margin:0}@media (max-width: 992px){.challenge-opportunity{grid-template-columns:1fr}.partners-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}@media (max-width: 768px){.community .hero h1{font-size:2.5rem}.community .hero p{font-size:1.1rem}.community .content-with-image,.community .content-with-image.reverse{grid-template-columns:1fr;direction:ltr}.community .placeholder-image{height:300px}.vision-content h2{font-size:2rem}.vision-content .lead{font-size:1.1rem}.vision-grid{grid-template-columns:1fr}.cta-section h2{font-size:2rem}.cta-section p{font-size:1rem}}@media (max-width: 480px){.community .hero{padding:3rem 0}.community .hero h1{font-size:2rem}.community .hero p{font-size:1rem}.partners-grid{grid-template-columns:1fr}.cta-buttons{flex-direction:column;align-items:center}.cta-buttons .btn{width:100%;max-width:300px}}.contact{width:100%}.contact .hero{background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);color:#fff;padding:4rem 0;text-align:center}.contact .hero h1{color:#fff;font-size:3rem;margin-bottom:1rem}.contact .hero p{color:#fffffff2;font-size:1.3rem;max-width:700px;margin:0 auto}.contact-content{display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;margin-top:2rem}.contact-info h2{font-size:2rem;margin-bottom:1rem}.contact-info>p{color:var(--text-light);line-height:1.8;margin-bottom:2rem}.info-items{margin-bottom:2rem}.info-item{display:flex;gap:1.5rem;margin-bottom:2rem;padding:1.5rem;background:var(--bg-light);border-radius:8px;transition:var(--transition)}.info-item:hover{background:#fff;box-shadow:var(--shadow)}.info-icon{font-size:2.5rem;flex-shrink:0}.info-text h3{font-size:1.2rem;margin-bottom:.5rem;color:var(--primary-color)}.info-text p{color:var(--text-light);margin-bottom:.25rem;line-height:1.6}.info-text a{color:var(--primary-color);text-decoration:none;transition:var(--transition)}.info-text a:hover{color:var(--secondary-color);text-decoration:underline}.community-motto{background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);color:#fff;padding:2rem;border-radius:8px;text-align:center;margin-top:2rem}.community-motto .motto{font-size:1.5rem;font-style:italic;font-weight:600;margin-bottom:.75rem;color:var(--accent-color)}.community-motto .motto-description{color:#ffffffe6;line-height:1.6;margin:0}.contact-form-wrapper{background:#fff;padding:2.5rem;border-radius:8px;box-shadow:var(--shadow)}.contact-form h3{font-size:1.8rem;margin-bottom:2rem;color:var(--primary-color)}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:var(--text-color)}.form-group input,.form-group textarea{width:100%;padding:.875rem;border:2px solid var(--border-color);border-radius:4px;font-family:inherit;font-size:1rem;transition:var(--transition)}.contact-form .btn{width:100%;font-size:1.1rem;margin-top:.5rem}.contact .content-section{background-color:var(--bg-light)}.involvement-card{text-align:center;transition:var(--transition)}.involvement-card:hover{transform:translateY(-4px)}.involvement-icon{font-size:3rem;margin-bottom:1rem}.involvement-card h3{font-size:1.3rem;margin-bottom:1rem;color:var(--primary-color)}.involvement-card p{color:var(--text-light);line-height:1.7}.faq-list{max-width:900px;margin:2rem auto 0}.faq-item{margin-bottom:1.5rem;transition:var(--transition)}.faq-item:hover{transform:translate(8px)}.faq-item h3{font-size:1.3rem;margin-bottom:.75rem;color:var(--primary-color)}.faq-item p{color:var(--text-light);line-height:1.7;margin:0}.cta-section{background:linear-gradient(135deg,var(--secondary-color) 0%,var(--primary-color) 100%);color:#fff;padding:4rem 0;text-align:center;margin-top:4rem}.cta-section h2{color:#fff;font-size:2.5rem;margin-bottom:1rem}.cta-section p{color:#fffffff2;font-size:1.2rem;max-width:700px;margin:0 auto 2rem;line-height:1.7}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media (max-width: 992px){.contact-content{grid-template-columns:1fr;gap:3rem}.contact-form-wrapper{padding:2rem}}@media (max-width: 768px){.contact .hero h1{font-size:2.5rem}.contact .hero p{font-size:1.1rem}.contact-info h2{font-size:1.75rem}.info-item{flex-direction:column;gap:1rem;padding:1.25rem}.info-icon{font-size:2rem}.community-motto .motto{font-size:1.3rem}.cta-section h2{font-size:2rem}.cta-section p{font-size:1rem}}@media (max-width: 480px){.contact .hero{padding:3rem 0}.contact .hero h1{font-size:2rem}.contact .hero p{font-size:1rem}.contact-form-wrapper{padding:1.5rem}.contact-form h3{font-size:1.5rem}.involvement-icon{font-size:2.5rem}.cta-buttons{flex-direction:column;align-items:center}.cta-buttons .btn{width:100%;max-width:300px}}.App{min-height:100vh;display:flex;flex-direction:column}main{flex:1}.hero{background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);color:#fff;padding:6rem 0;text-align:center}.hero h1{color:#fff;font-size:3rem;margin-bottom:1.5rem;animation:fadeInUp .8s ease-out}.hero p{color:#ffffffe6;font-size:1.25rem;max-width:700px;margin:0 auto 2rem;animation:fadeInUp .8s ease-out .2s both}.hero .btn{animation:fadeInUp .8s ease-out .4s both}.grid{display:grid;gap:2rem;margin-top:2rem}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.grid-4{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.feature-card{text-align:center;padding:2rem}.feature-icon{font-size:3rem;margin-bottom:1rem;color:var(--primary-color)}.feature-card h3{margin-bottom:1rem;color:var(--primary-color)}.feature-card p{color:var(--text-light)}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.team-member{text-align:center}.team-photo{width:150px;height:150px;border-radius:50%;margin:0 auto 1rem;background-color:var(--bg-light);display:flex;align-items:center;justify-content:center;font-size:3rem;color:var(--primary-color)}.team-member h3{font-size:1.25rem;margin-bottom:.5rem}.team-member .role{color:var(--secondary-color);font-weight:500;margin-bottom:.5rem}.team-member p{font-size:.9rem;color:var(--text-light)}.content-section{background-color:var(--bg-light)}.content-section:nth-child(2n){background-color:#fff}.content-with-image{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.content-image{border-radius:8px;overflow:hidden;box-shadow:var(--shadow)}.content-image img{width:100%;height:100%;object-fit:cover}.stats{background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);color:#fff;padding:4rem 0;text-align:center}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:2rem}.stat-item h3{font-size:2.5rem;color:#fff;margin-bottom:.5rem}.stat-item p{color:#ffffffe6;font-size:1.1rem}.timeline{position:relative;padding:2rem 0}.timeline-item{display:grid;grid-template-columns:1fr 3fr;gap:2rem;margin-bottom:3rem;position:relative}.timeline-date{font-weight:600;color:var(--primary-color);font-size:1.1rem}.timeline-content{padding-left:2rem;border-left:2px solid var(--accent-color)}.contact-form{max-width:600px;margin:2rem auto}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--text-color)}.form-group input,.form-group textarea{width:100%;padding:.875rem;border:1px solid var(--border-color);border-radius:4px;font-family:inherit;font-size:1rem;transition:var(--transition)}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #2c5f4f1a}.form-group textarea{resize:vertical;min-height:150px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeInUp .6s ease-out}@media (max-width: 768px){.hero h1{font-size:2rem}.hero p{font-size:1rem}.content-with-image{grid-template-columns:1fr}.timeline-item{grid-template-columns:1fr;gap:.5rem}.timeline-content{padding-left:1rem}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #2c5f4f;--secondary-color: #8b4f3c;--accent-color: #d4a574;--text-color: #333;--text-light: #666;--bg-color: #ffffff;--bg-light: #f8f8f8;--border-color: #e0e0e0;--shadow: 0 2px 8px rgba(0, 0, 0, .1);--shadow-hover: 0 4px 16px rgba(0, 0, 0, .15);--transition: all .3s ease}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-color);background-color:var(--bg-color);line-height:1.6}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin-bottom:1rem;color:var(--primary-color)}h1{font-size:2.5rem;margin-bottom:1.5rem}h2{font-size:2rem;margin-bottom:1.25rem}h3{font-size:1.5rem}h4{font-size:1.25rem}p{margin-bottom:1rem;color:var(--text-color)}a{color:var(--primary-color);text-decoration:none;transition:var(--transition)}a:hover{color:var(--secondary-color)}button{cursor:pointer;border:none;outline:none;font-family:inherit}ul{list-style:none}img{max-width:100%;height:auto;display:block}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section{padding:4rem 0}.section-title{text-align:center;margin-bottom:3rem}.btn{display:inline-block;padding:.875rem 2rem;background-color:var(--primary-color);color:#fff;border-radius:4px;font-weight:500;transition:var(--transition);cursor:pointer}.btn:hover{background-color:var(--secondary-color);transform:translateY(-2px);box-shadow:var(--shadow-hover)}.btn-secondary{background-color:var(--accent-color)}.btn-secondary:hover{background-color:var(--secondary-color)}.card{background:#fff;border-radius:8px;padding:2rem;box-shadow:var(--shadow);transition:var(--transition)}.card:hover{box-shadow:var(--shadow-hover);transform:translateY(-4px)}@media (max-width: 768px){.container{padding:0 1rem}h1{font-size:2rem}h2{font-size:1.5rem}.section{padding:2rem 0}}
