*{box-sizing:border-box;margin:0;padding:0}:root{--steel-blue:#4682b4;--bright-orange:#ff6b35;--cool-gray:silver;--dark-gray:#2c3e50;--light-gray:#f5f5f5;--white:#fff;--text-dark:#333;--shadow:#0000001a}body{background-color:#f5f5f5;background-color:var(--light-gray);color:#333;color:var(--text-dark);font-family:Arial,Helvetica,sans-serif;line-height:1.6}.App{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1;padding-top:80px}header{background:linear-gradient(135deg,#4682b4,#2c3e50);background:linear-gradient(135deg,var(--steel-blue) 0,var(--dark-gray) 100%);box-shadow:0 2px 10px #0000001a;box-shadow:0 2px 10px var(--shadow);color:#fff;color:var(--white);padding:1rem 0;position:fixed;top:0;width:100%;z-index:1000}.header-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.logo-section{align-items:center;display:flex;gap:1rem}.logo-img{border:2px solid #ff6b35;border:2px solid var(--bright-orange);border-radius:50%;height:50px;object-fit:cover;width:50px}.logo-text{color:#fff;color:var(--white);font-size:1.5rem;font-weight:700;text-decoration:none}@media (max-width:450px){.logo-text{font-size:.9em}}nav ul{display:flex;gap:2rem;list-style:none}nav a{align-items:center;border-radius:4px;color:#fff;color:var(--white);display:flex;font-size:1rem;font-weight:600;gap:.5rem;padding:.5rem 1rem;text-decoration:none;transition:all .3s ease}nav a:hover{background-color:#ff6b35;background-color:var(--bright-orange);box-shadow:0 4px 8px #ff6b354d;transform:translateY(-2px)}.hero-section{background:linear-gradient(135deg,#4682b4,#2c3e50);background:linear-gradient(135deg,var(--steel-blue) 0,var(--dark-gray) 100%);color:#fff;color:var(--white);margin-bottom:3rem;padding:4rem 2rem;text-align:center}.hero-section h1{font-size:3rem;margin-bottom:1rem;text-shadow:2px 2px 4px #0000004d}.hero-section p{font-size:1.3rem;margin:0 auto;max-width:800px}.features-section{margin:0 auto 4rem;max-width:1200px;padding:0 2rem}.features-header{margin-bottom:3rem;text-align:center}.features-header h2{color:#4682b4;color:var(--steel-blue);font-size:2.5rem;margin-bottom:1rem}.features-header p{color:#2c3e50;color:var(--dark-gray);font-size:1.2rem;margin:0 auto;max-width:700px}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:3rem}.feature-card{background:#fff;background:var(--white);border-radius:8px;border-top:4px solid #ff6b35;border-top:4px solid var(--bright-orange);box-shadow:0 4px 12px #0000001a;box-shadow:0 4px 12px var(--shadow);padding:2rem;text-align:center;transition:all .3s ease}.feature-card:hover{box-shadow:0 8px 20px #4682b433;transform:translateY(-5px)}.feature-icon{color:#ff6b35;color:var(--bright-orange);font-size:3rem;margin-bottom:1rem}.feature-card h3{color:#4682b4;color:var(--steel-blue);font-size:1.5rem;margin-bottom:1rem}.feature-card p{color:#333;color:var(--text-dark);line-height:1.8}.stats-section{background:linear-gradient(135deg,silver,#f5f5f5);background:linear-gradient(135deg,var(--cool-gray) 0,var(--light-gray) 100%);border-radius:8px;margin-bottom:2rem;padding:3rem 2rem}.stats-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:0 auto;max-width:1000px}.stat-item{text-align:center}.stat-number{color:#ff6b35;color:var(--bright-orange);display:block;font-size:3rem;font-weight:700;margin-bottom:.5rem}.stat-label{color:#2c3e50;color:var(--dark-gray);font-size:1.1rem;font-weight:600}.cta-section{background:linear-gradient(135deg,#4682b4,#2c3e50);background:linear-gradient(135deg,var(--steel-blue) 0,var(--dark-gray) 100%);border-radius:8px;color:#fff;color:var(--white);padding:2rem;text-align:center}.cta-section h3{font-size:2rem;margin-bottom:1rem}.cta-button{background-color:#ff6b35;background-color:var(--bright-orange);border:none;border-radius:50px;box-shadow:0 4px 15px #ff6b354d;color:#fff;color:var(--white);cursor:pointer;font-size:1.2rem;font-weight:700;margin-top:1rem;padding:1rem 2.5rem;transition:all .3s ease}.cta-button:hover{background-color:#ff8c5a;box-shadow:0 6px 20px #ff6b3580;transform:translateY(-3px)}.about-blog-section{background:#fff;background:var(--white);border-radius:8px;box-shadow:0 4px 12px #0000001a;box-shadow:0 4px 12px var(--shadow);margin:0 auto 4rem;max-width:1200px;padding:3rem 2rem}.about-blog-section h2{color:#4682b4;color:var(--steel-blue);font-size:2.5rem;margin-bottom:2rem;text-align:center}.about-blog-content{color:#333;color:var(--text-dark);line-height:1.8}.about-blog-content p{font-size:1.1rem;margin-bottom:1.5rem;text-align:justify}.about-blog-content strong{color:#ff6b35;color:var(--bright-orange);font-weight:700}.posts-section{margin:0 auto;max-width:1200px;padding:0 2rem 4rem}.section-title{border-bottom:3px solid #ff6b35;border-bottom:3px solid var(--bright-orange);color:#4682b4;color:var(--steel-blue);font-size:2.5rem;margin-bottom:3rem;padding-bottom:1rem;text-align:center}.posts-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.post-card{background:#fff;background:var(--white);border-left:5px solid #ff6b35;border-left:5px solid var(--bright-orange);border-radius:8px;box-shadow:0 4px 12px #0000001a;box-shadow:0 4px 12px var(--shadow);overflow:hidden;transition:all .3s ease}.post-card:hover{box-shadow:0 8px 24px #4682b44d;transform:translateY(-8px)}.post-image{height:250px;object-fit:cover;width:100%}.post-content{padding:1.5rem}.post-title{color:#4682b4;color:var(--steel-blue);font-size:1.8rem;line-height:1.3;margin-bottom:.5rem}.post-meta{align-items:center;color:silver;color:var(--cool-gray);display:flex;font-size:.9rem;gap:1rem;margin-bottom:1rem}.post-excerpt{color:#333;color:var(--text-dark);line-height:1.7;margin-bottom:1.5rem}.post-actions{display:flex;flex-wrap:wrap;gap:1rem}.btn{align-items:center;border:none;border-radius:50px;box-shadow:0 2px 8px #0000001a;box-shadow:0 2px 8px var(--shadow);cursor:pointer;display:inline-flex;font-size:.95rem;font-weight:600;gap:.5rem;padding:.7rem 1.5rem;text-decoration:none;transition:all .3s ease}.btn:hover{box-shadow:0 4px 15px #ff6b3566;transform:translateY(-2px)}.btn-primary{background-color:#ff6b35;background-color:var(--bright-orange);color:#fff;color:var(--white)}.btn-primary:hover{background-color:#ff8c5a}.btn-secondary{background-color:#4682b4;background-color:var(--steel-blue);color:#fff;color:var(--white)}.btn-secondary:hover{background-color:#5a9bd4}.btn-outline{background-color:initial;border:2px solid silver;border:2px solid var(--cool-gray);color:#2c3e50;color:var(--dark-gray)}.btn-outline:hover{background-color:silver;background-color:var(--cool-gray);color:#fff;color:var(--white)}.post-detail-container{margin:2rem auto;max-width:900px;padding:0 2rem}.post-detail{background:#fff;background:var(--white);border-radius:8px;box-shadow:0 4px 20px #0000001a;box-shadow:0 4px 20px var(--shadow);overflow:hidden}.post-detail-image{height:400px;object-fit:cover;width:100%}.post-detail-content{padding:3rem}.post-detail-title{color:#4682b4;color:var(--steel-blue);font-size:2.8rem;line-height:1.2;margin-bottom:1rem}.post-detail-meta{border-bottom:2px solid #f5f5f5;border-bottom:2px solid var(--light-gray);color:silver;color:var(--cool-gray);display:flex;flex-wrap:wrap;gap:2rem;margin-bottom:2rem;padding-bottom:1rem}.post-detail-text{color:#333;color:var(--text-dark);font-size:1.1rem;line-height:1.9;margin-bottom:2rem}.post-detail-text p{margin-bottom:1.5rem}.post-detail-actions{border-top:2px solid #f5f5f5;border-top:2px solid var(--light-gray);display:flex;flex-wrap:wrap;gap:1rem;padding-top:2rem}.about-container{margin:2rem auto;max-width:1200px;padding:0 2rem}.about-hero{background:linear-gradient(135deg,#4682b4,#2c3e50);background:linear-gradient(135deg,var(--steel-blue) 0,var(--dark-gray) 100%);border-radius:8px;color:#fff;color:var(--white);margin-bottom:3rem;padding:4rem 2rem;text-align:center}.about-hero h1{font-size:3rem;margin-bottom:1rem}.about-content{background:#fff;background:var(--white);border-radius:8px;box-shadow:0 4px 12px #0000001a;box-shadow:0 4px 12px var(--shadow);margin-bottom:3rem;padding:3rem}.about-content h2{border-left:5px solid #ff6b35;border-left:5px solid var(--bright-orange);color:#4682b4;color:var(--steel-blue);font-size:2rem;margin-bottom:1.5rem;padding-left:1rem}.about-content p{color:#333;color:var(--text-dark);font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.team-section{margin-top:4rem}.team-section h2{color:#4682b4;color:var(--steel-blue);font-size:2.5rem;margin-bottom:3rem;text-align:center}.team-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.team-card{background:#fff;background:var(--white);border-radius:8px;border-top:4px solid #ff6b35;border-top:4px solid var(--bright-orange);box-shadow:0 4px 12px #0000001a;box-shadow:0 4px 12px var(--shadow);padding:2rem;text-align:center;transition:all .3s ease}.team-card:hover{box-shadow:0 8px 20px #4682b433;transform:translateY(-5px)}.team-photo{border:5px solid #4682b4;border:5px solid var(--steel-blue);border-radius:50%;height:200px;margin:0 auto 1.5rem;object-fit:cover;width:200px}.team-card h3{color:#4682b4;color:var(--steel-blue);font-size:1.5rem;margin-bottom:.5rem}.team-card .position{color:#ff6b35;color:var(--bright-orange);font-size:1.1rem;font-weight:600;margin-bottom:1rem}.team-card .bio{color:#333;color:var(--text-dark);line-height:1.6}.contact-container{margin:2rem auto;max-width:1200px;padding:0 2rem}.contact-hero{background:linear-gradient(135deg,#4682b4,#2c3e50);background:linear-gradient(135deg,var(--steel-blue) 0,var(--dark-gray) 100%);border-radius:8px;color:#fff;color:var(--white);margin-bottom:3rem;padding:4rem 2rem;text-align:center}.contact-hero h1{font-size:3rem;margin-bottom:1rem}@media (max-width:450px){.contact-hero h1{font-size:1.5em}}.contact-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1fr}.contact-info{background:#fff;background:var(--white);border-radius:8px;box-shadow:0 4px 12px #0000001a;box-shadow:0 4px 12px var(--shadow);padding:2rem}.contact-info h2{border-left:5px solid #ff6b35;border-left:5px solid var(--bright-orange);color:#4682b4;color:var(--steel-blue);font-size:2rem;margin-bottom:2rem;padding-left:1rem}@media (max-width:450px){.contact-info h2{font-size:1.5em}}.contact-item{align-items:center;background:#f5f5f5;background:var(--light-gray);border-radius:8px;display:flex;gap:1rem;margin-bottom:1.5rem;padding:1rem}.contact-icon{color:#ff6b35;color:var(--bright-orange);font-size:1.5rem}.contact-details h3{color:#4682b4;color:var(--steel-blue);font-size:1.1rem;margin-bottom:.3rem}.contact-details p{color:#333;color:var(--text-dark)}.contact-form-section{background:#fff;background:var(--white);border-radius:8px;box-shadow:0 4px 12px #0000001a;box-shadow:0 4px 12px var(--shadow);padding:2rem}.contact-form-section h2{border-left:5px solid #ff6b35;border-left:5px solid var(--bright-orange);color:#4682b4;color:var(--steel-blue);font-size:2rem;margin-bottom:2rem;padding-left:1rem}@media (max-width:450px){.contact-form-section h2{font-size:1.5em}}.contact-form{gap:1.5rem}.contact-form,.form-group{display:flex;flex-direction:column}.form-group label{color:#2c3e50;color:var(--dark-gray);font-weight:600;margin-bottom:.5rem}.form-group input,.form-group textarea{border:2px solid silver;border:2px solid var(--cool-gray);border-radius:8px;font-family:inherit;font-size:1rem;padding:1rem;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{border-color:#4682b4;border-color:var(--steel-blue);box-shadow:0 0 0 3px #4682b41a;outline:none}.form-group textarea{min-height:150px;resize:vertical}.poll-section{background:#fff;background:var(--white);border-radius:8px;box-shadow:0 4px 12px #0000001a;box-shadow:0 4px 12px var(--shadow);margin-top:3rem;padding:2rem}.poll-section h2{color:#4682b4;color:var(--steel-blue);font-size:2rem;margin-bottom:1.5rem;text-align:center}.poll-options{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.poll-option{align-items:center;background:#f5f5f5;background:var(--light-gray);border-radius:8px;cursor:pointer;display:flex;gap:1rem;padding:1rem;transition:all .3s ease}.poll-option:hover{background:silver;background:var(--cool-gray)}.poll-option input[type=radio]{cursor:pointer;height:20px;width:20px}.poll-option label{cursor:pointer;flex:1 1;font-size:1.1rem}.poll-results{margin-top:2rem}.poll-result-item{margin-bottom:1.5rem}.poll-result-label{color:#2c3e50;color:var(--dark-gray);display:flex;font-weight:600;justify-content:space-between;margin-bottom:.5rem}.poll-bar{background:#f5f5f5;background:var(--light-gray);border-radius:15px;height:30px;overflow:hidden}.poll-bar-fill{align-items:center;background:linear-gradient(135deg,#4682b4,#ff6b35);background:linear-gradient(135deg,var(--steel-blue) 0,var(--bright-orange) 100%);color:#fff;color:var(--white);display:flex;font-weight:700;height:100%;justify-content:flex-end;padding-right:1rem;transition:width .5s ease}.social-links{border-top:2px solid #f5f5f5;border-top:2px solid var(--light-gray);margin-top:2rem;padding-top:2rem}.social-links h3{color:#4682b4;color:var(--steel-blue);margin-bottom:1rem}.social-links-grid{display:flex;flex-wrap:wrap;gap:1rem}.social-link{background:#4682b4;background:var(--steel-blue);border-radius:50px;color:#fff;color:var(--white);font-weight:600;padding:.8rem 1.5rem;text-decoration:none;transition:all .3s ease}.social-link:hover{background:#ff6b35;background:var(--bright-orange);box-shadow:0 4px 12px #ff6b354d;transform:translateY(-2px)}footer{background:linear-gradient(135deg,#2c3e50,#4682b4);background:linear-gradient(135deg,var(--dark-gray) 0,var(--steel-blue) 100%);color:#fff;color:var(--white);margin-top:4rem;padding:3rem 0 1rem}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto 2rem;max-width:1200px;padding:0 2rem}.footer-section h3{color:#ff6b35;color:var(--bright-orange);font-size:1.3rem;margin-bottom:1rem}.footer-section a,.footer-section p{color:#fff;color:var(--white);line-height:1.8;text-decoration:none}.footer-section a:hover{color:#ff6b35;color:var(--bright-orange)}.footer-links{list-style:none}.footer-links li{margin-bottom:.8rem}.footer-bottom{border-top:1px solid #ffffff1a;margin:0 auto;max-width:1200px;padding:2rem 2rem 0;text-align:center}.footer-legal-links{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-bottom:1rem}.footer-legal-links a{color:#fff;color:var(--white);text-decoration:none;transition:all .3s ease}.footer-legal-links a:hover{color:#ff6b35;color:var(--bright-orange)}.cookie-consent{background:linear-gradient(135deg,#2c3e50,#4682b4);background:linear-gradient(135deg,var(--dark-gray) 0,var(--steel-blue) 100%);bottom:0;box-shadow:0 -4px 20px #0000001a;box-shadow:0 -4px 20px var(--shadow);color:#fff;color:var(--white);left:0;padding:2rem;position:fixed;right:0;transform:translateY(100%);transition:transform .3s ease;z-index:9999}.cookie-consent.show{transform:translateY(0)}.cookie-content{grid-gap:2rem;align-items:center;display:grid;gap:2rem;grid-template-columns:2fr 1fr;margin:0 auto;max-width:1200px}.cookie-text h3{color:#ff6b35;color:var(--bright-orange);margin-bottom:.5rem}.cookie-text p{line-height:1.6;margin-bottom:1rem}.cookie-text a{color:#ff6b35;color:var(--bright-orange);text-decoration:underline}.cookie-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:flex-end}.cookie-buttons button{border:none;border-radius:50px;cursor:pointer;font-weight:600;padding:.8rem 1.5rem;transition:all .3s ease}.cookie-accept{background-color:#ff6b35;background-color:var(--bright-orange);color:#fff;color:var(--white)}.cookie-accept:hover{background-color:#ff8c5a;box-shadow:0 4px 12px #ff6b3566;transform:translateY(-2px)}.cookie-decline{background-color:initial;border:2px solid #fff;border:2px solid var(--white);color:#fff;color:var(--white)}.cookie-decline:hover{background-color:#fff;background-color:var(--white);color:#2c3e50;color:var(--dark-gray)}.cookie-settings{background-color:#4682b4;background-color:var(--steel-blue);color:#fff;color:var(--white)}.cookie-settings:hover{background-color:#5a9bd4;transform:translateY(-2px)}.modal-overlay{align-items:center;background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:10000}.modal-content{background:#fff;background:var(--white);border-radius:8px;box-shadow:0 8px 32px #0000004d;max-width:500px;padding:3rem;text-align:center;width:90%}.modal-content h2{color:#4682b4;color:var(--steel-blue);margin-bottom:1rem}.modal-content p{color:#333;color:var(--text-dark);line-height:1.6;margin-bottom:2rem}.modal-close{background-color:#ff6b35;background-color:var(--bright-orange);border:none;border-radius:50px;color:#fff;color:var(--white);cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem 2.5rem;transition:all .3s ease}.modal-close:hover{background-color:#ff8c5a;box-shadow:0 4px 12px #ff6b3566;transform:translateY(-2px)}.policy-container{margin:2rem auto;max-width:900px;padding:0 2rem}.policy-content{background:#fff;background:var(--white);border-radius:8px;box-shadow:0 4px 12px #0000001a;box-shadow:0 4px 12px var(--shadow);padding:3rem}.policy-content h1{border-left:5px solid #ff6b35;border-left:5px solid var(--bright-orange);font-size:2.5rem;padding-left:1rem}.policy-content h1,.policy-content h2{color:#4682b4;color:var(--steel-blue);margin-bottom:1rem}.policy-content h2{font-size:1.8rem;margin-top:2rem}.policy-content p{color:#333;color:var(--text-dark);line-height:1.8;margin-bottom:1.5rem}.policy-content ul{margin-bottom:1.5rem;margin-left:2rem}.policy-content li{color:#333;color:var(--text-dark);line-height:1.8;margin-bottom:.5rem}@media (max-width:768px){.header-container{flex-direction:row;gap:1rem}nav ul{flex-direction:column;gap:.5rem;text-align:center;width:100%}.features-header h2,.hero-section h1{font-size:2rem}.contact-content,.cookie-content,.posts-grid{grid-template-columns:1fr}.cookie-buttons{justify-content:center}.about-hero h1,.post-detail-title{font-size:2rem}.footer-content,.team-grid{grid-template-columns:1fr}}.hamburger-menu{background:none;border:none;color:#fcfafa;cursor:pointer;display:none;font-size:1.5rem;padding:.5rem;transition:all .3s ease;z-index:1001}.hamburger-menu:hover{color:#8b7355}.hamburger-menu svg{display:block}@media (max-width:768px){.header-content{position:relative}.hamburger-menu{display:block}nav{background-color:#fff;box-shadow:0 4px 10px #0000001a;left:0;max-height:0;opacity:0;overflow:hidden;position:absolute;right:0;top:100%;transition:max-height .3s ease,opacity .3s ease;visibility:hidden}nav.active{max-height:500px;opacity:1;visibility:visible}nav ul{flex-direction:column;gap:0;padding:0;width:100%}nav ul li{border-bottom:1px solid #e0e0e0;width:100%}nav ul li:last-child{border-bottom:none}nav a{color:#333!important;display:block;justify-content:flex-start;padding:1rem 2rem;width:100%}nav a:hover{background-color:#f8f9fa}}
/*# sourceMappingURL=main.dd121cfa.css.map*/