.hero{min-height:70vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.hero-slider{position:absolute;top:0;left:0;width:100%;height:100%}.hero-slide{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;opacity:0;transition:opacity 1s ease-in-out}.hero-slide:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0000004d}.hero-slide.active{opacity:1}.hero-content{text-align:center;color:var(--white);z-index:1}.hero-title{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:700;text-shadow:2px 2px 8px rgba(0,0,0,.5);margin-bottom:1.5rem;line-height:1.1}.intro-text{font-size:1.125rem;max-width:800px;margin:0 auto 1.5rem;line-height:1.8;text-align:center}.container>h3{text-align:center;margin-bottom:1rem}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3rem}.feature-card{background:var(--white);border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001f}.feature-image{width:100%;height:250px;overflow:hidden}.feature-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.feature-card:hover .feature-image img{transform:scale(1.1)}.feature-card h3{padding:1.5rem 1.5rem .5rem;color:var(--dark-gray);font-size:1.5rem}.feature-card p{padding:0 1.5rem 1.5rem;color:#666;margin:0}.stats-section{background-image:linear-gradient(#00000080,#00000080),url(/images/gallery/kyyttoja_laiduntamassa.jpg);background-size:cover;background-position:center;background-attachment:fixed;padding:5rem 0;color:var(--white)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;text-align:center}.stat-item{padding:2rem}.stat-number{font-size:4rem;font-weight:700;line-height:1;margin-bottom:.5rem;color:var(--primary-color);text-shadow:2px 2px 4px rgba(0,0,0,.5)}.stat-label{font-size:1.25rem;font-weight:500;text-transform:uppercase;letter-spacing:1px}.info-cards{max-width:900px;margin:3rem auto 0;display:flex;flex-direction:column;gap:2rem}.info-card{background:var(--white);padding:2rem;border-radius:12px;box-shadow:0 2px 15px #00000014;border-left:4px solid var(--primary-color)}.info-card h4{color:var(--dark-gray);font-size:1.5rem;margin-bottom:1rem}.info-card p{margin-bottom:1rem;line-height:1.8;color:#555}.info-card p:last-child{margin-bottom:0}.cta-section{background:linear-gradient(135deg,var(--primary-color),#ff7f00);color:var(--white);text-align:center;padding:5rem 0}.cta-section h2{color:var(--white);margin-bottom:1rem}.cta-section p{font-size:1.25rem;margin-bottom:2rem}.cta-section .btn{background-color:var(--white);color:var(--primary-color);font-size:1.125rem;padding:1rem 2.5rem}.cta-section .btn:hover{background-color:var(--light-gray)}.footer{background-color:#2c3e2c;color:var(--white);text-align:center;padding:2rem 0;margin-top:0}.footer p{margin:0}@media(max-width:768px){.hero{min-height:60vh}.features-grid{grid-template-columns:1fr;gap:1.5rem}.stats-section{background-attachment:scroll}.stats-grid{gap:2rem}.stat-number{font-size:3rem}.accordion-header{font-size:1.125rem;padding:1.25rem}.cta-section{padding:3rem 0}}
