*{margin:0;padding:0;box-sizing:border-box}:root{--error-bg: rgb(181, 22, 3);--error-border: rgb(82, 11, 3);--success-bg: rgb(41, 111, 2);--success-border: rgb(31, 67, 10)}html{font-family:Arial,Helvetica,sans-serif;scroll-behavior:smooth}body{line-height:1.6;color:#333;background-color:#e3e7e5}header{background:linear-gradient(135deg,#006400,#228b22);color:#fff;padding:1.5rem 2rem;position:relative;overflow:hidden;display:flex;justify-content:space-between;align-items:center}.header-logo h1{font-size:2rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;text-shadow:2px 2px 4px rgba(0,0,0,.3)}header .links a{color:#fff;text-decoration:none;margin:0 1rem;font-weight:650;font-size:1.2rem;transition:color .3s ease;z-index:900}.links a:hover{color:gold;border-bottom:2.2px solid #df6000}header .links .active{color:#f2ff3d;border-bottom:2.2px solid white}.hero{width:100%;display:flex;align-items:center;min-height:500px;background-color:#fff;padding:2rem}.hero-content{display:flex;margin:0 auto;width:100%}.hero-text{flex:1;padding:2rem;color:#333}.hero-text h1{font-size:2rem;color:#333c33;margin-bottom:1rem;text-transform:uppercase}.hero-text h2{font-size:1.8rem;color:#006400;margin-bottom:1rem;text-transform:capitalize}.hero-text p{font-size:1.5rem;margin-bottom:2rem;color:#444849;font-weight:700}.btn{width:100%;margin:.2rem 0;display:flex;justify-content:left;align-items:center;gap:1.5rem}.cta-button{display:inline-block;padding:.75rem 2rem;background-color:gold;color:#006400;text-decoration:none;font-weight:700;border-radius:25px;transition:transform .3s ease,background-color .3s ease}.contact{display:inline-block;padding:.75rem 2rem;background-color:#006400;color:#ffbb21;text-decoration:none;font-weight:700;border-radius:25px;transition:transform .3s ease,background-color .3s ease}.cta-button:hover{background-color:#e6c200;transform:scale(1.05)}.contact:hover{background-color:#004213;transform:scale(1.05)}.hero-image{flex:1;padding:2px}.hero-image img{width:100%;height:auto}.container{width:100%;margin:0 auto;padding:2rem}.content-section{margin-bottom:3rem}.content-section h3{font-size:1.8rem;color:#006400;margin-bottom:1rem;text-align:center}.flyer-grid,.manifesto-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.flyer-card,.manifesto-card{background:#fff;border-radius:8px;padding:1rem;box-shadow:0 2px 5px #0000001a;text-align:center}.flyer-card h4,.manifesto-card h4{max-width:300px;color:#1a1a1a;font-weight:700;font-size:17px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.flyer-card img,.manifesto-card img{max-width:100%;height:auto;border-radius:4px;margin-bottom:.5rem}.download-btn{display:inline-block;padding:.5rem 1rem;background-color:#006400;color:#fff;text-decoration:none;border-radius:4px;margin-top:.5rem;transition:background-color .3s ease}.download-btn:hover{background-color:#004d00}footer{background:linear-gradient(135deg,#004d00,#006400);color:#fff;padding:2rem 1rem;text-align:center}.footer-content{width:100%;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}.footer-content p{color:#fff;font-weight:650}.footer-links a{color:#effa5d;text-decoration:none;margin:0 .5rem;font-size:.9rem;font-weight:650}.footer-links a:hover{border-bottom:2px solid #de4f06}.social-icons a{color:#fff;font-size:1.5rem;margin:0 .5rem;transition:color .3s ease}.social-icons a:hover{color:#45f1df}.email-subscription{width:100%;background:transparent;padding:1rem;display:flex;justify-content:space-between;align-items:center}.email-subscription .error{width:70%;margin:.5rem auto;text-align:center;font-weight:800;padding:.5rem 1rem;border-radius:3px;color:var(--white);background:var(--error-bg);border:.2px solid var(--error-border)}.email-subscription .success{width:70%;margin:.5rem auto;text-align:center;font-weight:800;padding:.5rem 1rem;border-radius:3px;color:var(--white);background:var(--success-bg);border:.2px solid var(--success-border)}.email-subscription .left h4{color:#1a1a1a;font-weight:700}.email-subscription .right{display:flex;flex:wrap;justify-content:center;align-items:center;gap:1rem}.email-subscription .right input{outline:none;border:2px solid white;border-radius:8px;background:transparent;padding:.7rem 1rem;width:300px;margin-right:1rem;color:#fff;font-weight:700}.email-subscription .right button{width:150px;outline:none;border:none;border-radius:8px;background:#fff;padding:.7rem 1rem;color:#1a1a1a;font-weight:700}.email-subscription .left h4{color:#fff;font-weight:700;margin:.3rem 0}.contact-form{width:100%;padding:.5rem;margin:.1rem 0;display:flex;flex-direction:column;align-items:left;justify-content:left}.contact-form input,.contact-form textarea,.contact-form button{outline:none;background:transparent;width:330px;padding:.7rem 1rem;margin:.5rem 0;border-radius:5px}.contact-form input{border:1px solid #292e30;color:#292e30;font-weight:700}.contact-form textarea{border:1px solid #292e30;color:#292e30;font-weight:700;resize:none}.contact-form button{border:none;background:#026a14;color:#fff;font-weight:700}.contact-form label{width:300px;margin:0;text-align:left;color:#000;font-weight:700}@media(max-width:768px){header{flex-direction:column;gap:1rem}.header-logo h1{font-size:1.5rem}header .links a{margin:0 .5rem;font-size:1rem}.hero{min-height:auto;order:1}.hero-content{flex-direction:column;padding:1rem .5rem}.hero-text{padding:1rem .5rem;text-align:center}.hero-text h1{font-size:1.7rem}.hero-text h2{font-size:1.5rem}.hero-text p{font-size:1rem}.hero-image{order:-1;padding:1rem}.cta-button,.contact{padding:.5rem .7rem;font-size:15px}.footer-content{flex-direction:column;gap:1rem}.footer-links{margin-top:1rem}.email-subscription{flex-direction:column;margin:.3rem auto}.email-subscription .right{width:100%;flex-direction:column;gap:.8rem}.email-subscription .rigth button{margin-top:1.5rem}.contact-form{width:100%;left:0;margin:0}.contact-form input,.contact-form textarea,.contact-form button{width:100%}}@media(max-width:480px){.header-logo h1{font-size:1.2rem}.hero-text h2{font-size:1.4rem}.hero-text p{font-size:.9rem}.cta-button{font-size:.9rem;padding:.5rem 1rem}.flyer-grid,.manifesto-grid{grid-template-columns:repeat(auto-fit,minmax(330px,1fr));justify-content:center;align-items:center}.flyer-card,.manifesto-card{margin:.5rem auto}}
