*{box-sizing:border-box;margin:0;padding:0}:root{--deep-navy:#0a1628;--navy-light:#1a2d4d;--navy-dark:#050b14;--orange:#ff6b35;--orange-light:#ff8555;--orange-dark:#e55525;--white:#fff;--light-gray:#f5f5f5;--medium-gray:#ccc;--text-gray:#333;--shadow:#0000001a;--shadow-dark:#0003}body{background:#f5f5f5;background:var(--light-gray);color:#333;color:var(--text-gray);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6}.app-container{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1;padding-top:80px}h1,h2,h3,h4,h5,h6{color:#0a1628;color:var(--deep-navy);font-weight:700;margin-bottom:1rem}@media (max-width:450px){h1,h2,h3,h4,h5,h6{font-size:1.5em}}a{color:inherit;text-decoration:none}a,button{transition:all .3s ease}button{border:none;cursor:pointer;font-family:inherit}img{display:block;height:auto;max-width:100%}header{background:linear-gradient(135deg,#0a1628,#1a2d4d);background:linear-gradient(135deg,var(--deep-navy) 0,var(--navy-light) 100%);box-shadow:0 4px 12px #0003;box-shadow:0 4px 12px var(--shadow-dark);color:#fff;color:var(--white);left:0;padding:1.5rem 0;position:fixed;right:0;top:0;z-index:1000}.header-container{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 20px}.logo-section{align-items:center;display:flex;gap:15px}.logo-image{border:3px solid #ff6b35;border:3px solid var(--orange);border-radius:50%;height:50px;object-fit:cover;width:50px}.logo-text h1{color:#fff;color:var(--white);font-size:1.8rem;margin:0}.logo-text p{color:#ff8555;color:var(--orange-light);font-size:.9rem;margin:0}nav ul{display:flex;gap:2rem;list-style:none;margin:0;padding:0}nav a{border-radius:5px;color:#fff;color:var(--white);font-weight:500;padding:.5rem 1rem;transition:all .3s ease}nav a:hover{background:#ff6b35;background:var(--orange);transform:translateY(-2px)}.hero-section{background:linear-gradient(135deg,#0a1628,#050b14);background:linear-gradient(135deg,var(--deep-navy) 0,var(--navy-dark) 100%);color:#fff;color:var(--white);margin-bottom:3rem;padding:4rem 20px;text-align:center}.hero-content{margin:0 auto;max-width:900px}.hero-content h2{color:#fff;color:var(--white);font-size:2.5rem;margin-bottom:1rem}.hero-content p{color:#ff8555;color:var(--orange-light);font-size:1.2rem;margin-bottom:2rem}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:3rem 0}.feature-card{background:#1a2d4d;background:var(--navy-light);border-radius:15px;padding:2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{box-shadow:0 10px 30px #0003;box-shadow:0 10px 30px var(--shadow-dark);transform:translateY(-10px)}.feature-icon{color:#ff6b35;color:var(--orange);font-size:3rem;margin-bottom:1rem}.feature-card h3{color:#fff;color:var(--white);margin-bottom:.5rem}.feature-card p{color:#f5f5f5;color:var(--light-gray);font-size:.95rem}.stats-section{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:3rem 0}.stat-item{background:#ff6b351a;border-radius:10px;padding:1.5rem;text-align:center}.stat-number{color:#ff6b35;color:var(--orange);display:block;font-size:2.5rem;font-weight:700}.stat-label{font-size:1rem;margin-top:.5rem}.cta-button,.stat-label{color:#fff;color:var(--white)}.cta-button{background:#ff6b35;background:var(--orange);border-radius:50px;box-shadow:0 4px 15px #ff6b354d;display:inline-block;font-size:1.1rem;font-weight:600;margin-top:2rem;padding:1rem 2.5rem}.cta-button:hover{background:#e55525;background:var(--orange-dark);box-shadow:0 6px 20px #ff6b3566;transform:translateY(-3px)}.about-section{background:#fff;background:var(--white);border-radius:15px;box-shadow:0 4px 20px #0000001a;box-shadow:0 4px 20px var(--shadow);margin:0 auto 4rem;max-width:1200px;padding:3rem 20px}.about-section h2{color:#0a1628;color:var(--deep-navy);font-size:2.2rem;margin-bottom:2rem;padding-bottom:1rem;position:relative;text-align:center}.about-section h2:after{background:#ff6b35;background:var(--orange);border-radius:2px;bottom:0;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.about-section h3{color:#0a1628;color:var(--deep-navy);font-size:1.6rem;margin-bottom:1rem;margin-top:2rem}.about-section p{color:#333;color:var(--text-gray);font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem;text-align:justify}.about-section ul{list-style:none;padding-left:0}.about-section li{color:#333;color:var(--text-gray);font-size:1.05rem;line-height:1.8;margin-bottom:1rem;padding-left:2rem;position:relative}.about-section li:before{color:#ff6b35;color:var(--orange);content:"✓";font-size:1.3rem;font-weight:700;left:0;position:absolute}.posts-section{margin:0 auto;max-width:1200px;padding:3rem 20px}.section-title{color:#0a1628;color:var(--deep-navy);font-size:2.5rem;margin-bottom:3rem;padding-bottom:1rem;position:relative;text-align:center}.section-title:after{background:#ff6b35;background:var(--orange);border-radius:2px;bottom:0;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:100px}.posts-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));margin-bottom:3rem}.post-card{background:#fff;background:var(--white);border-radius:15px;box-shadow:0 4px 15px #0000001a;box-shadow:0 4px 15px var(--shadow);overflow:hidden;position:relative;transition:transform .3s ease,box-shadow .3s ease}.post-card:hover{box-shadow:0 8px 30px #0003;box-shadow:0 8px 30px var(--shadow-dark);transform:translateY(-10px)}.post-badge{background:#ff6b35;background:var(--orange);border-radius:25px;box-shadow:0 2px 10px #ff6b354d;color:#fff;color:var(--white);font-size:.85rem;font-weight:600;padding:.5rem 1rem;position:absolute;right:20px;top:20px;z-index:10}.post-image-container{height:250px;overflow:hidden;position:relative;width:100%}.post-image{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.post-card:hover .post-image{transform:scale(1.1)}.post-content{padding:1.5rem}.post-meta{color:#ccc;color:var(--medium-gray);display:flex;font-size:.9rem;gap:1rem;margin-bottom:1rem}.post-content h3{color:#0a1628;color:var(--deep-navy);font-size:1.5rem;line-height:1.4;margin-bottom:.8rem}.post-content p{color:#333;color:var(--text-gray);line-height:1.6;margin-bottom:1.5rem}.post-actions{display:flex;flex-wrap:wrap;gap:1rem}.btn{align-items:center;border-radius:25px;display:inline-flex;font-size:.9rem;font-weight:600;gap:.5rem;padding:.7rem 1.5rem;transition:all .3s ease}.btn-primary{background:#ff6b35;background:var(--orange);color:#fff;color:var(--white)}.btn-primary:hover{background:#e55525;background:var(--orange-dark);box-shadow:0 4px 15px #ff6b354d;transform:translateY(-2px)}.btn-secondary{background:#0a1628;background:var(--deep-navy);color:#fff;color:var(--white)}.btn-secondary:hover{background:#1a2d4d;background:var(--navy-light);transform:translateY(-2px)}.btn-outline{background:#0000;border:2px solid #0a1628;border:2px solid var(--deep-navy);color:#0a1628;color:var(--deep-navy)}.btn-outline:hover{background:#0a1628;background:var(--deep-navy);color:#fff;color:var(--white)}.post-detail-container{margin:2rem auto;max-width:900px;padding:0 20px}.post-detail{background:#fff;background:var(--white);border-radius:15px;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-header{border-bottom:2px solid #f5f5f5;border-bottom:2px solid var(--light-gray);margin-bottom:2rem;padding-bottom:1.5rem}.post-detail-title{color:#0a1628;color:var(--deep-navy);font-size:2.5rem;margin-bottom:1rem}.post-detail-meta{color:#ccc;color:var(--medium-gray);display:flex;font-size:1rem;gap:2rem}.post-detail-body{color:#333;color:var(--text-gray);font-size:1.1rem;line-height:1.8;margin-bottom:2rem}.post-detail-body h3{color:#0a1628;color:var(--deep-navy);font-size:1.8rem;margin-bottom:1rem;margin-top:2rem}.post-detail-body p{margin-bottom:1.5rem}.post-detail-body ul{margin-bottom:1.5rem;padding-left:2rem}.post-detail-body li{margin-bottom:.8rem}.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-page{margin:2rem auto;max-width:1200px;padding:0 20px}.about-header{background:linear-gradient(135deg,#0a1628,#1a2d4d);background:linear-gradient(135deg,var(--deep-navy) 0,var(--navy-light) 100%);border-radius:15px;color:#fff;color:var(--white);margin-bottom:3rem;padding:4rem 2rem;text-align:center}.about-header h1{color:#fff;color:var(--white);font-size:3rem;margin-bottom:1rem}.about-header p{color:#ff8555;color:var(--orange-light);font-size:1.2rem}.about-content{background:#fff;background:var(--white);border-radius:15px;box-shadow:0 4px 20px #0000001a;box-shadow:0 4px 20px var(--shadow);margin-bottom:3rem;padding:3rem}.about-content h2{color:#0a1628;color:var(--deep-navy);font-size:2rem;margin-bottom:1.5rem}.about-content p{color:#333;color:var(--text-gray);font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.team-section{margin-top:4rem}.team-section h2{color:#0a1628;color:var(--deep-navy);font-size:2.5rem;margin-bottom:3rem;text-align:center}.team-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.team-card{background:#fff;background:var(--white);border-radius:15px;box-shadow:0 4px 15px #0000001a;box-shadow:0 4px 15px var(--shadow);overflow:hidden;text-align:center;transition:transform .3s ease}.team-card:hover{box-shadow:0 8px 25px #0003;box-shadow:0 8px 25px var(--shadow-dark);transform:translateY(-10px)}.team-image{height:400px;object-fit:cover;width:100%}.team-info{padding:1.5rem}.team-info h3{color:#0a1628;color:var(--deep-navy);font-size:1.5rem;margin-bottom:.5rem}.team-role{color:#ff6b35;color:var(--orange);font-size:1rem;font-weight:600;margin-bottom:1rem}.team-bio{color:#333;color:var(--text-gray);font-size:.95rem;line-height:1.6}.contact-page{margin:2rem auto;max-width:1200px;padding:0 20px}.contact-header{background:linear-gradient(135deg,#0a1628,#1a2d4d);background:linear-gradient(135deg,var(--deep-navy) 0,var(--navy-light) 100%);border-radius:15px;color:#fff;color:var(--white);margin-bottom:3rem;padding:4rem 2rem;text-align:center}.contact-header h1{color:#fff;color:var(--white);font-size:3rem;margin-bottom:1rem}@media (max-width:450px){.contact-header h1{font-size:1.5em}}.contact-header p{color:#ff8555;color:var(--orange-light);font-size:1.2rem}.contact-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin-bottom:3rem}.contact-form-section{background:#fff;background:var(--white);border-radius:15px;box-shadow:0 4px 20px #0000001a;box-shadow:0 4px 20px var(--shadow);padding:3rem}.contact-form-section h2{color:#0a1628;color:var(--deep-navy);font-size:2rem;margin-bottom:2rem}@media (max-width:450px){.contact-form-section h2{font-size:1.5em}}.form-group{margin-bottom:1.5rem}.form-group label{color:#0a1628;color:var(--deep-navy);display:block;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group textarea{border:2px solid #f5f5f5;border:2px solid var(--light-gray);border-radius:8px;font-family:inherit;font-size:1rem;padding:1rem;transition:border-color .3s ease;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#ff6b35;border-color:var(--orange);outline:none}.form-group textarea{min-height:150px;resize:vertical}.submit-btn{background:#ff6b35;background:var(--orange);border-radius:8px;color:#fff;color:var(--white);font-size:1.1rem;font-weight:600;padding:1rem;transition:all .3s ease;width:100%}.submit-btn:hover{background:#e55525;background:var(--orange-dark);box-shadow:0 4px 15px #ff6b354d;transform:translateY(-2px)}.contact-info-section{background:#fff;background:var(--white);border-radius:15px;box-shadow:0 4px 20px #0000001a;box-shadow:0 4px 20px var(--shadow);padding:3rem}.contact-info-section h2{color:#0a1628;color:var(--deep-navy);font-size:2rem;margin-bottom:2rem}@media (max-width:450px){.contact-info-section h2{font-size:1.5em}}.contact-info-item{align-items:start;border-bottom:1px solid #f5f5f5;border-bottom:1px solid var(--light-gray);display:flex;gap:1rem;margin-bottom:2rem;padding-bottom:2rem}.contact-info-item:last-child{border-bottom:none;padding-bottom:0}.contact-icon{color:#ff6b35;color:var(--orange);font-size:1.5rem;margin-top:.2rem}.contact-info-text h3{color:#0a1628;color:var(--deep-navy);font-size:1.2rem;margin-bottom:.5rem}.contact-info-text p{color:#333;color:var(--text-gray);line-height:1.6}.social-links{display:flex;flex-wrap:wrap;gap:1rem}.social-link{background:#0a1628;background:var(--deep-navy);border-radius:5px;color:#fff;color:var(--white);font-size:.9rem;padding:.5rem 1rem;transition:all .3s ease}.social-link:hover{background:#ff6b35;background:var(--orange);transform:translateY(-2px)}.company-info{background:#f5f5f5;background:var(--light-gray);border-radius:10px;margin-top:2rem;padding:2rem}.company-info h3{color:#0a1628;color:var(--deep-navy);font-size:1.3rem;margin-bottom:1rem}.company-info p{color:#333;color:var(--text-gray);margin-bottom:.5rem}.modal-overlay{align-items:center;background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:2000}.modal-content{background:#fff;background:var(--white);border-radius:15px;box-shadow:0 10px 40px #0000004d;max-width:500px;padding:3rem;text-align:center;width:90%}.modal-icon{color:#ff6b35;color:var(--orange);font-size:4rem;margin-bottom:1rem}.modal-content h2{color:#0a1628;color:var(--deep-navy);font-size:2rem;margin-bottom:1rem}.modal-content p{color:#333;color:var(--text-gray);font-size:1.1rem;margin-bottom:2rem}.modal-close-btn{background:#ff6b35;background:var(--orange);border-radius:25px;color:#fff;color:var(--white);font-size:1rem;font-weight:600;padding:1rem 2rem}.modal-close-btn:hover{background:#e55525;background:var(--orange-dark)}.notification{align-items:center;animation:slideIn .3s ease;background:#0a1628;background:var(--deep-navy);border-radius:10px;bottom:100px;box-shadow:0 4px 20px #0003;box-shadow:0 4px 20px var(--shadow-dark);color:#fff;color:var(--white);display:flex;gap:1rem;padding:1rem 2rem;position:fixed;right:20px;z-index:1500}.notification-icon{color:#ff6b35;color:var(--orange);font-size:1.5rem}@keyframes slideIn{0%{opacity:0;transform:translateX(400px)}to{opacity:1;transform:translateX(0)}}footer{background:linear-gradient(135deg,#0a1628,#050b14);background:linear-gradient(135deg,var(--deep-navy) 0,var(--navy-dark) 100%);color:#fff;color:var(--white);margin-top:4rem;padding:3rem 0 1.5rem}.footer-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto 2rem;max-width:1200px;padding:0 20px}.footer-section h3{color:#fff;color:var(--white);font-size:1.3rem;margin-bottom:1rem}.footer-section p{color:#f5f5f5;color:var(--light-gray);line-height:1.6;margin-bottom:.8rem}.footer-links{list-style:none}.footer-links li{margin-bottom:.8rem}.footer-links a{color:#f5f5f5;color:var(--light-gray);transition:color .3s ease}.footer-links a:hover{color:#ff6b35;color:var(--orange)}.footer-bottom{border-top:1px solid #1a2d4d;border-top:1px solid var(--navy-light);color:#f5f5f5;color:var(--light-gray);margin:0 auto;max-width:1200px;padding:1.5rem 20px 0;text-align:center}.policy-links{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-top:1rem}.policy-links a{color:#f5f5f5;color:var(--light-gray);font-size:.9rem}.policy-links a:hover{color:#ff6b35;color:var(--orange)}.cookie-consent{animation:slideUp .5s ease;background:#0a1628;background:var(--deep-navy);bottom:0;box-shadow:0 -4px 20px #0003;box-shadow:0 -4px 20px var(--shadow-dark);color:#fff;color:var(--white);left:0;padding:2rem;position:fixed;right:0;z-index:1500}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.cookie-content{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;margin:0 auto;max-width:1200px}.cookie-text{flex:1 1;min-width:300px}.cookie-text h3{color:#fff;color:var(--white);font-size:1.3rem;margin-bottom:.5rem}.cookie-text p{color:#f5f5f5;color:var(--light-gray);line-height:1.6;margin-bottom:.8rem}.cookie-text a{color:#ff6b35;color:var(--orange)}.cookie-text a:hover{text-decoration:underline}.cookie-buttons{display:flex;flex-wrap:wrap;gap:1rem}.cookie-btn{border-radius:25px;font-size:.95rem;font-weight:600;padding:.8rem 1.5rem;white-space:nowrap}.cookie-accept{background:#ff6b35;background:var(--orange);color:#fff;color:var(--white)}.cookie-accept:hover{background:#e55525;background:var(--orange-dark)}.cookie-customize{background:#0000;border:2px solid #ff6b35;border:2px solid var(--orange);color:#ff6b35;color:var(--orange)}.cookie-customize:hover{background:#ff6b35;background:var(--orange);color:#fff;color:var(--white)}.cookie-decline{background:#0000;border:2px solid #f5f5f5;border:2px solid var(--light-gray);color:#f5f5f5;color:var(--light-gray)}.cookie-decline:hover{background:#f5f5f5;background:var(--light-gray);color:#0a1628;color:var(--deep-navy)}.policy-page{margin:2rem auto;max-width:900px;padding:0 20px}.policy-header{background:linear-gradient(135deg,#0a1628,#1a2d4d);background:linear-gradient(135deg,var(--deep-navy) 0,var(--navy-light) 100%);border-radius:15px;color:#fff;color:var(--white);margin-bottom:3rem;padding:3rem 2rem;text-align:center}.policy-header h1{color:#fff;color:var(--white);font-size:2.5rem;margin-bottom:.5rem}.policy-header p{color:#ff8555;color:var(--orange-light);font-size:1rem}.policy-content{background:#fff;background:var(--white);border-radius:15px;box-shadow:0 4px 20px #0000001a;box-shadow:0 4px 20px var(--shadow);padding:3rem}@media (max-width:750px){.policy-content{margin-top:3em}}.policy-content h2{color:#0a1628;color:var(--deep-navy);font-size:1.8rem;margin-bottom:1rem;margin-top:2rem}.policy-content h3{color:#0a1628;color:var(--deep-navy);font-size:1.4rem;margin-bottom:.8rem;margin-top:1.5rem}.policy-content p{color:#333;color:var(--text-gray);font-size:1.05rem;line-height:1.8;margin-bottom:1.5rem}.policy-content ul{margin-bottom:1.5rem;padding-left:2rem}.policy-content li{color:#333;color:var(--text-gray);line-height:1.6;margin-bottom:.8rem}@media screen and (max-width:768px){.header-container{flex-direction:row;gap:1rem}nav ul{flex-direction:column;gap:.5rem;text-align:center}.hero-content h2{font-size:2rem}.contact-content,.footer-content,.posts-grid{grid-template-columns:1fr}.cookie-content{flex-direction:column;text-align:center}.cookie-buttons{justify-content:center}.about-header h1,.post-detail-title,.section-title{font-size:2rem}}@media screen and (max-width:480px){.logo-text h1{font-size:1.3rem}.hero-content h2{font-size:1.5rem;margin-top:4em}.hero-content p{font-size:1rem}.section-title{font-size:1.5rem}.post-content h3{font-size:1.2rem}.btn{font-size:.85rem;padding:.6rem 1rem}}.hamburger-menu{background:none;border:none;color:#f5f2f2;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.68c6c7a9.css.map*/