body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#e2e8f0;color:#333;font-family:Arial,sans-serif;line-height:1.6;min-height:100vh}.container{margin:0 auto;max-width:1200px;padding:0 20px}.main-content{margin-bottom:4rem}.section{background:#fff;border-bottom:none;border-radius:15px;box-shadow:0 5px 15px #00000014;margin-bottom:2rem;padding:3rem}.section:last-child{margin-bottom:0}.section h2{font-size:2.2rem;gap:1rem}.icon{align-items:center;background:linear-gradient(45deg,#3498db,#2980b9);border-radius:50%;color:#fff;display:flex;font-size:1.2rem;height:40px;justify-content:center;width:40px}.section p{font-size:1.1rem;margin-bottom:1.5rem}@media (max-width:768px){.section{padding:2rem 1rem}}.section{box-sizing:border-box;margin:0 auto 2rem;max-width:1200px;padding:3rem 1rem}.section h2{align-items:center;color:#2c3e50;display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;line-height:1.2;margin-bottom:1.5rem;text-align:center}.section h2,.section h2 .icon{font-size:2.5rem}.section p{color:#555;font-size:1.15rem;line-height:1.7;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:800px;text-align:center}@media (max-width:768px){.section{padding:2.5rem .75rem}.section h2{gap:.5rem;margin-bottom:1rem}.section h2,.section h2 .icon{font-size:2rem}.section p{font-size:1rem;margin-bottom:1.5rem;padding:0 .5rem}}@media (max-width:480px){.section{padding:2rem .5rem}.section h2{flex-direction:column;gap:.25rem;margin-bottom:.75rem}.section h2,.section h2 .icon{font-size:1.75rem}.section h2 span{text-align:center}.section p{font-size:.95rem;margin-bottom:1rem;padding:0}}header{background-color:#1a202c;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;color:#fff;padding:1.5rem 0}header .container{align-items:center;display:flex;flex-direction:column;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 1rem}header h1{font-size:2.25rem;font-weight:800;margin-bottom:1rem;text-align:center}header nav ul{display:flex;flex-wrap:wrap;font-size:1.125rem;gap:1rem;justify-content:center;list-style:none;padding:0}header nav ul li a{color:#fff;display:block;padding:.5rem 1rem;text-decoration:none;transition:color .3s ease}header nav ul li a:hover{color:#bfdbfe}@media (max-width:768px){header .container{flex-direction:column;padding:0 .5rem}header h1{font-size:2rem;margin-bottom:.5rem}header nav ul{flex-direction:column;gap:.25rem;width:100%}header nav ul li{text-align:center;width:100%}header nav ul li a{font-size:1rem;padding:.75rem 0}}@media (max-width:480px){header{padding:1rem 0}header h1{font-size:1.75rem}header nav ul li a{font-size:.9rem;padding:.6rem 0}}.hero{color:#fff;margin-bottom:4rem;padding:6rem 0;position:relative;text-align:center}.hero h1{animation:fadeInUp 1s ease-out;font-size:3.5rem;margin-bottom:1rem;text-shadow:2px 2px 4px #000000b3}.hero p{animation:fadeInUp 1s ease-out .3s both;font-size:1.3rem;margin-bottom:2rem;opacity:.9}.cta-button{animation:pulse 2s infinite;background:linear-gradient(45deg,#e74c3c,#c0392b);border-radius:50px;box-shadow:0 8px 25px #e74c3c66;color:#fff;display:inline-block;font-size:1.2rem;font-weight:700;padding:1rem 2.5rem;text-decoration:none;transition:all .3s ease}.cta-button:hover{box-shadow:0 12px 35px #e74c3c99;transform:translateY(-3px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@media (max-width:768px){.hero h1{font-size:2.5rem}.hero p{font-size:1.1rem}}.petition-section{background:linear-gradient(135deg,#e74c3c,#c0392b);border-radius:15px;box-shadow:0 8px 25px #e74c3c66;color:#fff;text-align:center}.petition-section h2{color:#fff}.petition-stats{display:flex;flex-wrap:wrap;justify-content:space-around;margin:2rem 0}.stat{padding:1rem;text-align:center}.stat-number{display:block;font-size:2.5rem;font-weight:700}.stat-label{font-size:.9rem;opacity:.9}@media (max-width:768px){.petition-stats{flex-direction:column;gap:1rem}}.studies-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-left:auto;margin-right:auto;margin-top:2rem;max-width:1200px;padding:0 1rem}.study-card{background:#f8f9fa;border-left:4px solid #3498db;border-radius:15px;padding:2rem;text-align:left;transition:transform .3s ease}.study-card:hover{transform:translateY(-5px)}.study-card h3{color:#2c3e50;font-size:1.5rem;margin-bottom:1rem}.study-card p{font-size:1rem;line-height:1.6;margin-bottom:1rem}.study-link{color:#3498db;display:inline-block;font-weight:700;margin-top:.5rem;text-decoration:none}.study-link:hover{text-decoration:underline}@media (max-width:768px){.studies-grid{gap:1.5rem;grid-template-columns:1fr;margin-top:1.5rem;padding:0 .75rem}.study-card{padding:1.5rem}.study-card h3{font-size:1.3rem;margin-bottom:.75rem}.study-card p{margin-bottom:.75rem}.study-card p,.study-link{font-size:.95rem}}@media (max-width:480px){.studies-grid{gap:1rem;margin-top:1rem;padding:0 .5rem}.study-card{padding:1rem}.study-card h3{font-size:1.2rem;margin-bottom:.5rem}.study-card p{margin-bottom:.5rem}.study-card p,.study-link{font-size:.9rem}}.email-tool{text-align:center}.email-form{background:#f8f9facc;border-radius:15px;box-shadow:inset 0 2px 4px #0000000d;margin-top:2rem;padding:2rem}.email-form input{background-color:#fff;border:1px solid #ddd;border-radius:10px;color:#333;font-size:1.1rem;margin-bottom:1rem;padding:1rem;width:100%}.email-form button{background:#f39c12;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;padding:1rem 2rem;transition:all .3s ease}.email-form button:hover{background:#e67e22;transform:translateY(-2px)}footer{background-color:#1a202c;color:#fff;padding:2rem 0;text-align:center}footer .container p{font-size:1rem;margin-top:.5rem}@media (max-width:768px){footer .container{padding:0 1rem}}.message-box-overlay{align-items:center;background:#0009;display:flex;height:100%;justify-content:center;left:0;opacity:0;position:fixed;top:0;transition:opacity .3s ease,visibility .3s ease;visibility:hidden;width:100%;z-index:2000}.message-box-overlay.show{opacity:1;visibility:visible}.message-box-content{background:#fff;border-radius:15px;box-shadow:0 10px 30px #0003;max-width:400px;padding:30px;text-align:center;transform:translateY(-20px);transition:transform .3s ease;width:90%}.message-box-overlay.show .message-box-content{transform:translateY(0)}.message-box-content h3{color:#2c3e50;font-size:1.8rem;margin-bottom:15px}.message-box-content p{color:#555;font-size:1.1rem;margin-bottom:25px}.message-box-content button{background:#3498db;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:10px 25px;transition:background .3s ease}.message-box-content button:hover{background:#2980b9}.contact-links-section{padding:2rem 1rem;text-align:center}.contact-links-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-left:auto;margin-right:auto;margin-top:2rem;max-width:1200px}.contact-links-grid>div{align-items:center;background:#f8f9fa;border-radius:15px;box-shadow:0 5px 15px #0000000d;display:flex;flex-direction:column;justify-content:space-between;padding:2rem;text-align:center}.contact-links-grid h3{color:#2c3e50;font-size:1.5rem;margin-bottom:.75rem}.contact-links-grid p{color:#555;flex-grow:1;font-size:1rem;margin-bottom:1.5rem}.action-link{background-color:#3498db;border-radius:8px;color:#fff;display:inline-block;font-weight:700;margin-top:.5rem;min-width:150px;padding:.75rem 1.5rem;text-decoration:none;transition:background-color .3s ease,transform .3s ease;width:auto}.action-link:hover{background-color:#2980b9;transform:translateY(-2px)}.facebook-group-link .action-link{background:linear-gradient(45deg,#1877f2,#0e5a9c);box-shadow:0 8px 25px #1877f266}.facebook-group-link .action-link:hover{box-shadow:0 12px 35px #1877f299}@media (max-width:768px){.contact-links-section{padding:1.5rem .75rem}.contact-links-grid{gap:1.5rem;grid-template-columns:1fr;margin-top:1.5rem}.contact-links-grid>div{padding:1.5rem}.contact-links-grid h3{font-size:1.3rem}.contact-links-grid p{font-size:.95rem;margin-bottom:1rem}.action-link{font-size:.9rem;max-width:250px;min-width:0;min-width:auto;padding:.65rem 1.25rem;width:80%}}@media (max-width:480px){.contact-links-section{padding:1rem .5rem}.contact-links-grid{gap:1rem;margin-top:1rem}.contact-links-grid>div{padding:1rem}.contact-links-grid h3{font-size:1.2rem;margin-bottom:.5rem}.contact-links-grid p{font-size:.9rem;margin-bottom:.75rem}.action-link{font-size:.85rem;padding:.6rem 1rem;width:90%}}
/*# sourceMappingURL=main.86427906.css.map*/