*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #2D8659;--primary-hover: #256C47;--secondary-color: #f4f4f4;--text-dark: #333;--text-light: #666;--text-lighter: #999;--border-color: #e0e0e0;--white: #ffffff;--light-bg: #fafafa;--shadow: 0 2px 10px rgba(0, 0, 0, .1);--shadow-hover: 0 4px 20px rgba(0, 0, 0, .15)}body{font-family:Poppins,sans-serif;font-weight:300;line-height:1.6;color:var(--text-dark);background:var(--white)}.container{max-width:1200px;margin:0 auto;padding:0 20px}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin-bottom:1rem}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}p{font-weight:400;max-width:700px;margin-bottom:1rem}a{color:var(--primary-color);text-decoration:none;transition:color .3s ease}a:hover{color:var(--primary-hover)}img{max-width:100%;height:auto;display:block}.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:var(--text-dark);color:var(--white);padding:1.5rem;z-index:1000;box-shadow:0 -2px 10px #0003;display:none}.cookie-banner.show{display:block}.cookie-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem}.cookie-content p{margin:0;max-width:none}.cookie-content a{color:var(--white);text-decoration:underline}.header{background:var(--white);box-shadow:var(--shadow);position:sticky;top:0;z-index:100}.nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo{font-size:1.25rem;font-weight:600;color:var(--text-dark)}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-menu a{color:var(--text-dark);font-weight:400;transition:color .3s ease}.nav-menu a:hover,.nav-menu a.active{color:var(--primary-color)}.hero{position:relative;height:600px;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#2d8659b3,#256c47cc);z-index:2}.hero-content{position:relative;z-index:3;text-align:center;color:var(--white);max-width:800px;padding:0 20px}.hero-content h1{font-size:3rem;margin-bottom:1rem}.hero-subtitle{font-size:1.25rem;margin-bottom:2rem;max-width:none}.hero-buttons{display:flex;gap:1rem;justify-content:center}.page-hero{position:relative;height:400px;display:flex;align-items:center;justify-content:center;overflow:hidden}.page-hero .hero-content h1{font-size:2.5rem}.btn{display:inline-block;padding:.75rem 2rem;border-radius:8px;font-weight:400;transition:all .3s ease;cursor:pointer;border:none;font-family:Poppins,sans-serif;font-size:1rem}.btn-primary{background:var(--primary-color);color:var(--white)}.btn-primary:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:var(--shadow-hover)}.btn-secondary{background:transparent;color:var(--white);border:2px solid var(--white)}.btn-secondary:hover{background:var(--white);color:var(--primary-color)}.btn-large{padding:1rem 2.5rem;font-size:1.1rem}.disclaimer-section{background:#2c1810;padding:2rem 0}.disclaimer-box{background:#8b3a2b;color:var(--white);padding:1.5rem;border-radius:12px;text-align:center;font-size:.95rem;line-height:1.6}.disclaimer-box strong{display:block;margin-bottom:.5rem}section{padding:4rem 0}.section-title{text-align:center;font-size:2.5rem;margin-bottom:3rem}.grid{display:grid;gap:2rem}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.card{background:var(--white);padding:2rem;border-radius:12px;box-shadow:var(--shadow);transition:transform .3s ease,box-shadow .3s ease}.card:hover{transform:translateY(-5px);box-shadow:var(--shadow-hover)}.card-icon{font-size:3rem;margin-bottom:1rem}.card h3{margin-bottom:.5rem}.card p{max-width:none}.content-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.content-text p{max-width:none}.content-image img{border-radius:12px;box-shadow:var(--shadow)}.statistics{background:var(--primary-color);color:var(--white)}.stat-card{text-align:center}.stat-number{font-size:3rem;font-weight:600;margin-bottom:.5rem}.stat-label{font-size:1.1rem}.cta{background:var(--light-bg);text-align:center}.cta h2{margin-bottom:1rem}.cta p{margin:0 auto 2rem;max-width:600px}.footer{background:var(--text-dark);color:var(--white);padding:3rem 0 1rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:2rem}.footer-col h3,.footer-col h4{margin-bottom:1rem}.footer-col p{color:#ccc;max-width:none}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:.5rem}.footer-col a{color:#ccc}.footer-col a:hover{color:var(--white)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);color:#999}.bg-light{background:var(--light-bg)}.content-section{padding:4rem 0}.content-wrapper{max-width:800px;margin:0 auto}.content-wrapper p{max-width:none}.content-wrapper h2{margin-top:2rem}.text-center{text-align:center}.team-section{background:var(--light-bg)}.team-card{background:var(--white);border-radius:12px;overflow:hidden;box-shadow:var(--shadow);transition:transform .3s ease}.team-card:hover{transform:translateY(-5px)}.team-card img{width:100%;height:300px;object-fit:cover}.team-card h3,.team-card p{padding:0 1.5rem}.team-card h3{margin-top:1.5rem}.team-card .role{color:var(--primary-color);font-weight:600;margin-bottom:.5rem}.team-card p:last-child{padding-bottom:1.5rem}.resources-grid{padding:2rem 0}.resource-item{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;margin-bottom:4rem}.resource-item.reverse{direction:rtl}.resource-item.reverse>*{direction:ltr}.resource-image img{border-radius:12px;box-shadow:var(--shadow)}.resource-content p{max-width:none}.info-box{background:var(--white);padding:2rem;border-radius:12px;box-shadow:var(--shadow)}.info-box h3{color:var(--primary-color)}.blog-section{padding:4rem 0}.blog-card{background:var(--white);border-radius:12px;overflow:hidden;box-shadow:var(--shadow);transition:transform .3s ease,box-shadow .3s ease}.blog-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-hover)}.blog-image{height:250px;overflow:hidden}.blog-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.blog-card:hover .blog-image img{transform:scale(1.05)}.blog-content{padding:1.5rem}.blog-meta{display:flex;gap:1rem;font-size:.9rem;color:var(--text-lighter);margin-bottom:1rem}.blog-content h2{font-size:1.5rem;margin-bottom:1rem}.blog-content h2 a{color:var(--text-dark)}.blog-content h2 a:hover{color:var(--primary-color)}.blog-content p{max-width:none;margin-bottom:1.5rem}.article-page{background:var(--white)}.article-hero{height:500px;overflow:hidden}.article-hero img{width:100%;height:100%;object-fit:cover}.article-container{max-width:900px;margin:0 auto;padding:3rem 20px}.article-header{margin-bottom:3rem;text-align:center}.article-meta{display:flex;justify-content:center;gap:1.5rem;font-size:.95rem;color:var(--text-lighter);margin-bottom:1.5rem}.article-subtitle{font-size:1.2rem;color:var(--text-light);margin-top:1rem;max-width:none}.article-content{font-size:1.05rem;line-height:1.8}.article-content p{max-width:none;margin-bottom:1.5rem}.article-content h2{margin-top:3rem;margin-bottom:1.5rem}.article-content h3{margin-top:2rem;margin-bottom:1rem}.article-content ul{margin:1.5rem 0;padding-left:2rem}.article-content li{margin-bottom:.5rem}.article-image{width:100%;margin:2.5rem 0;border-radius:12px;box-shadow:var(--shadow)}.article-footer{margin-top:4rem;padding-top:2rem;border-top:2px solid var(--border-color);display:flex;gap:1rem;justify-content:center}.contact-section{padding:4rem 0}.contact-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:3rem}.contact-form-wrapper h2,.contact-info-wrapper h2{margin-bottom:2rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{margin-bottom:.5rem;font-weight:400;color:var(--text-dark)}.form-group input,.form-group textarea{padding:.75rem;border:1px solid var(--border-color);border-radius:8px;font-family:Poppins,sans-serif;font-size:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-color)}.contact-info{display:flex;flex-direction:column;gap:1.5rem}.contact-item h3{font-size:1.1rem;margin-bottom:.5rem}.contact-item p{max-width:none}.map-container{margin-top:2rem;border-radius:12px;overflow:hidden;box-shadow:var(--shadow)}.page-header-simple{background:var(--light-bg);padding:3rem 0;text-align:center}.page-header-simple h1{margin-bottom:.5rem}.page-header-simple p{color:var(--text-light);margin:0 auto}.legal-content{max-width:800px;margin:0 auto}.legal-content h2{margin-top:3rem;margin-bottom:1rem}.legal-content h3{margin-top:2rem;margin-bottom:.75rem}.legal-content p,.legal-content ul{max-width:none;margin-bottom:1.5rem}.legal-content ul{padding-left:2rem}.legal-content li{margin-bottom:.5rem}.contact-info-box{background:var(--light-bg);padding:1.5rem;border-radius:12px;margin-top:1rem}.contact-info-box p{margin-bottom:.5rem}.faq-section{padding:4rem 0}.faq-container{max-width:900px;margin:0 auto}.faq-item{background:var(--white);border-radius:12px;margin-bottom:1rem;box-shadow:var(--shadow);overflow:hidden}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:none;border:none;cursor:pointer;font-family:Poppins,sans-serif;font-size:1.1rem;font-weight:600;color:var(--text-dark);text-align:left;transition:background .3s ease}.faq-question:hover{background:var(--light-bg)}.faq-icon{font-size:1.5rem;color:var(--primary-color);font-weight:400;transition:transform .3s ease}.faq-item.active .faq-icon{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-item.active .faq-answer{max-height:1000px}.faq-answer p{padding:0 1.5rem 1.5rem;max-width:none}@media (max-width: 992px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}.content-grid,.resource-item,.contact-grid,.footer-grid{grid-template-columns:1fr}.hero-content h1{font-size:2.5rem}.resource-item.reverse{direction:ltr}}@media (max-width: 768px){.nav-menu{gap:1rem;font-size:.9rem}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.hero{height:500px}.hero-content h1{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-buttons{flex-direction:column;align-items:center}.cookie-content{flex-direction:column;text-align:center}h1{font-size:2rem}h2{font-size:1.5rem}.section-title{font-size:2rem}}@media (max-width: 480px){.nav{flex-direction:column;gap:1rem}.nav-menu{flex-wrap:wrap;justify-content:center}.hero{height:400px}.hero-content h1{font-size:1.75rem}.page-hero,.article-hero{height:300px}}
