.about{padding:5rem 0;background:var(--white)}.about-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center;margin-bottom:4rem}.about-text{max-width:600px}.about-subtitle{font-size:1.5rem;font-weight:600;color:var(--primary-green);margin-bottom:1.5rem}.about-description{margin-bottom:2rem}.about-description p{color:var(--gray-600);line-height:1.7;margin-bottom:1.5rem}.about-values{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem;margin-bottom:2rem}.value-item{text-align:center;padding:1rem;background:var(--gray-100);border-radius:var(--radius-md);border:1px solid var(--gray-200)}.value-item h4{font-size:1rem;font-weight:600;color:var(--primary-green);margin-bottom:.5rem}.value-item p{font-size:.9rem;color:var(--gray-600);margin:0;line-height:1.4}.about-actions{display:flex;gap:1rem;flex-wrap:wrap}.about-visual{display:flex;justify-content:center;align-items:center}.about-image-container{width:100%;max-width:500px}.about-image-placeholder{background:linear-gradient(135deg,var(--primary-green),var(--secondary-green));border-radius:var(--radius-xl);padding:3rem;text-align:center;color:var(--white);position:relative;overflow:hidden}.about-image-placeholder: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"><defs><pattern id="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');opacity:.3}.about-image-placeholder .image-icon{font-size:4rem;margin-bottom:1rem;position:relative;z-index:1}.about-image-placeholder p{font-size:1.1rem;font-weight:600;margin:0;position:relative;z-index:1}.about-stats{margin-top:4rem}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem}.stat-item{text-align:center;padding:2rem;background:var(--gray-100);border-radius:var(--radius-lg);border:1px solid var(--gray-200);transition:all .3s ease}.stat-item:hover{transform:translateY(-5px);box-shadow:var(--shadow-md);background:var(--white)}.stat-icon{width:60px;height:60px;background:linear-gradient(135deg,var(--primary-green),var(--secondary-green));border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:var(--white);font-size:1.5rem}.stat-number{font-size:2.5rem;font-weight:800;color:var(--primary-green);margin-bottom:.5rem}.stat-label{color:var(--gray-600);font-weight:500;margin:0}@media (max-width:1024px){.about-content{grid-template-columns:1fr;gap:3rem;text-align:center}.about-text{max-width:100%}.about-actions{justify-content:center}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width:768px){.about{padding:3rem 0}.about-content{gap:2rem}.about-subtitle{font-size:1.25rem}.about-values{grid-template-columns:1fr;gap:1rem}.value-item{padding:1.5rem}.about-actions{flex-direction:column;align-items:center}.about-actions .btn{width:100%;max-width:300px}.about-image-placeholder{padding:2rem}.about-image-placeholder .image-icon{font-size:3rem}.stats-grid{grid-template-columns:1fr;gap:1rem}.stat-item{padding:1.5rem}.stat-number{font-size:2rem}}@media (max-width:480px){.about{padding:2rem 0}.about-content{gap:1.5rem}.about-image-placeholder{padding:1.5rem}.about-image-placeholder .image-icon{font-size:2.5rem}.stat-item{padding:1rem}.stat-icon{width:50px;height:50px;font-size:1.25rem}.stat-number{font-size:1.75rem}}.features{padding:5rem 0;background:var(--gray-100)}.features-header{text-align:center;margin-bottom:4rem}.section-title{font-size:2.5rem;font-weight:700;color:var(--gray-800);margin-bottom:1rem}.section-subtitle{font-size:1.1rem;color:var(--gray-600);max-width:600px;margin:0 auto;line-height:1.6}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:4rem}.feature-card{background:var(--white);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow-sm);transition:all .3s ease;border:1px solid var(--gray-200);position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,var(--primary-green),var(--secondary-green));transform:scaleX(0);transition:transform .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.feature-card:hover:before{transform:scaleX(1)}.feature-icon{width:60px;height:60px;background:linear-gradient(135deg,var(--primary-green),var(--secondary-green));border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:var(--white);font-size:1.5rem;transition:transform .3s ease}.feature-card:hover .feature-icon{transform:scale(1.1)}.feature-title{font-size:1.25rem;font-weight:600;color:var(--gray-800);margin-bottom:1rem}.feature-description{color:var(--gray-600);line-height:1.6;margin-bottom:1.5rem}.feature-link{color:var(--primary-green);text-decoration:none;font-weight:600;display:inline-flex;align-items:center;transition:all .3s ease}.feature-link:hover{color:var(--secondary-green);transform:translateX(5px)}.features-cta{text-align:center;background:var(--white);border-radius:var(--radius-lg);padding:3rem;box-shadow:var(--shadow-sm);border:1px solid var(--gray-200)}.features-cta h3{font-size:1.75rem;font-weight:600;color:var(--gray-800);margin-bottom:1rem}.features-cta p{color:var(--gray-600);margin-bottom:2rem;font-size:1.1rem}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-buttons .btn{min-width:150px}@media (max-width:768px){.features{padding:3rem 0}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}.features-grid{grid-template-columns:1fr;gap:1.5rem}.feature-card{padding:1.5rem}.feature-icon{width:50px;height:50px;font-size:1.25rem}.features-cta{padding:2rem}.features-cta h3{font-size:1.5rem}.cta-buttons{flex-direction:column;align-items:center}.cta-buttons .btn{width:100%;max-width:300px}}@media (max-width:480px){.features{padding:2rem 0}.section-title{font-size:1.75rem}.feature-card{padding:1rem}.features-cta{padding:1.5rem}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;background:linear-gradient(135deg,var(--primary-green) 0,var(--secondary-green) 100%);overflow:hidden;padding-top:70px}.hero-background{background:url(/hero-bg.jpg) 50%/cover;opacity:.1}.hero-background,.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0}.hero-overlay{background:linear-gradient(135deg,rgba(74,124,89,.9),rgba(107,142,107,.9))}.hero-content{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center;width:100%}.hero-text,.hero-title{color:var(--white)}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem}.hero-title-highlight{color:var(--orange);display:block;margin-top:.5rem}.hero-subtitle{font-size:1.25rem;line-height:1.6;margin-bottom:2rem;opacity:.9;max-width:500px}.hero-actions{display:flex;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.hero-btn{display:flex;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:var(--radius-lg);transition:all .3s ease;text-decoration:none}.btn-play{background:hsla(0,0%,100%,.2);color:var(--white);border:2px solid hsla(0,0%,100%,.3)}.btn-play:hover{background:hsla(0,0%,100%,.3);transform:translateY(-2px)}.hero-stats{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem;margin-top:2rem}.stat{text-align:center}.stat h3{font-size:2rem;font-weight:800;color:var(--orange);margin-bottom:.5rem}.stat p{font-size:.9rem;opacity:.8;margin:0}.hero-visual{display:flex;justify-content:center;align-items:center}.hero-image-container{position:relative;width:100%;max-width:500px}.hero-image-placeholder{background:hsla(0,0%,100%,.1);border-radius:var(--radius-xl);padding:3rem;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2)}.image-icon{font-size:4rem;margin-bottom:1rem}.hero-image-placeholder p{font-size:1.1rem;font-weight:600;margin:0;opacity:.9}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;color:var(--white);opacity:.7;animation:bounce 2s infinite}.scroll-arrow{width:2px;height:30px;background:var(--white);position:relative;margin-bottom:.5rem}.scroll-arrow:after{content:"";position:absolute;bottom:0;left:-3px;width:8px;height:8px;border-right:2px solid var(--white);border-bottom:2px solid var(--white);transform:rotate(45deg)}.scroll-indicator span{font-size:.9rem;font-weight:500}@keyframes bounce{0%,20%,50%,80%,to{transform:translateX(-50%) translateY(0)}40%{transform:translateX(-50%) translateY(-10px)}60%{transform:translateX(-50%) translateY(-5px)}}@media (max-width:1024px){.hero-content{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-title{font-size:3rem}.hero-subtitle{margin:0 auto 2rem}.hero-actions{justify-content:center}.hero-stats{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width:768px){.hero{padding-top:60px;min-height:90vh}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-actions{flex-direction:column;align-items:center}.hero-btn{width:100%;max-width:300px;justify-content:center}.hero-stats{grid-template-columns:repeat(2,1fr);gap:1rem}.stat h3{font-size:1.5rem}.hero-image-placeholder{padding:2rem}.image-icon{font-size:3rem}}@media (max-width:480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-stats{grid-template-columns:1fr;gap:1rem}.hero-image-placeholder{padding:1.5rem}.image-icon{font-size:2.5rem}}