@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";:root{font-size:16px;line-height:1.5;font-weight:400;color-scheme:light;color:#000000de;background-color:#f8f9fa;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html{margin:0;padding:0;width:100%;height:100%;overflow-y:auto}body{margin:0;padding:0;width:100%;min-height:100%;font-family:Montserrat,system-ui,sans-serif;overflow-x:hidden;position:relative}h1,h2,h3,h4,h5,h6{margin-top:0;font-weight:600;line-height:1.2}h1{font-size:2.5rem;margin-bottom:1.5rem}h2{font-size:2rem;margin-bottom:1.25rem}h3{font-size:1.75rem;margin-bottom:1rem}h4{font-size:1.5rem;margin-bottom:.75rem}h5{font-size:1.25rem;margin-bottom:.5rem}h6{font-size:1rem;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}a{font-weight:500;color:#0c8bc9;text-decoration:none;transition:color .3s ease}a:hover{color:#0a6fa1;text-decoration:underline}img{max-width:100%;height:auto}button{cursor:pointer}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;flex-direction:column;align-items:center;padding:30px}.fade-in{animation:fadeIn .5s ease-in}.slide-in{animation:slideIn .5s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.row{display:flex;flex-wrap:wrap;margin:0 -1rem}.col{padding:0 1rem;flex:1}.col-12{flex:0 0 100%;max-width:100%;padding:0 1rem}.col-6{flex:0 0 50%;max-width:50%;padding:0 1rem}.col-4{flex:0 0 33.333333%;max-width:33.333333%;padding:0 1rem}.col-3{flex:0 0 25%;max-width:25%;padding:0 1rem}@media (max-width: 992px){.col-4,.col-3{flex:0 0 50%;max-width:50%}}@media (max-width: 768px){html{font-size:14px}.col-6,.col-4,.col-3{flex:0 0 100%;max-width:100%}}@media (max-width: 480px){html{font-size:12px}h1{font-size:2rem}}:root{--primary-color: #0c8bc9;--secondary-color: #4caf50;--accent-color: #ff8c00;--text-color: #333;--light-gray: #f5f5f5;--medium-gray: #e0e0e0;--dark-gray: #6c757d;--white: #ffffff;--box-shadow: 0 4px 6px rgba(0, 0, 0, .1);--transition: all .3s ease;--font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif}*{font-family:var(--font-family)}body{font-family:var(--font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app-container{display:flex;flex-direction:column;min-height:100vh;width:100%;font-family:var(--font-family);color:var(--text-color);position:relative;overflow-x:hidden}.main-content{flex:1;width:100%;margin:0;position:relative}.page-section{margin-bottom:4rem}.section-title{font-size:2rem;font-weight:600;margin-bottom:1.5rem;color:var(--primary-color);position:relative;font-family:var(--font-family)}.section-title:after{content:"";position:absolute;bottom:-10px;left:0;width:50px;height:3px;background-color:var(--secondary-color)}.btn{display:inline-block;padding:.75rem 1.5rem;border-radius:4px;font-weight:500;text-align:center;transition:var(--transition);cursor:pointer;text-decoration:none;border:none;font-size:1rem;font-family:var(--font-family)}.btn-primary{background-color:var(--primary-color);color:var(--white)}.btn-primary:hover{background-color:#0a6fa1;transform:translateY(-2px);box-shadow:var(--box-shadow)}.btn-secondary{background-color:var(--secondary-color);color:var(--white)}.btn-secondary:hover{background-color:#3d8b40;transform:translateY(-2px);box-shadow:var(--box-shadow)}.btn-donate{background-color:var(--accent-color);color:var(--white);font-weight:600}.btn-donate:hover{background-color:#e67e00;transform:translateY(-2px);box-shadow:var(--box-shadow)}.card{background-color:var(--white);border-radius:8px;overflow:hidden;box-shadow:var(--box-shadow);transition:var(--transition)}.card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #00000026}.card-img{width:100%;height:200px;object-fit:cover}.card-body{padding:1.5rem}.card-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:var(--primary-color);font-family:var(--font-family)}.loader-container{display:flex;justify-content:center;align-items:center;height:100vh}.loader{border:5px solid var(--light-gray);border-radius:50%;border-top:5px solid var(--primary-color);width:50px;height:50px;animation:spin 1s linear infinite}h1,h2,h3,h4,h5,h6{font-family:var(--font-family);font-weight:600;line-height:1.2;margin-bottom:1rem}h1{font-size:2.5rem;font-weight:700}h2{font-size:2rem;font-weight:600}h3{font-size:1.75rem;font-weight:600}h4{font-size:1.5rem;font-weight:500}h5{font-size:1.25rem;font-weight:500}h6{font-size:1rem;font-weight:500}p{font-family:var(--font-family);line-height:1.6;margin-bottom:1rem}input,textarea,select,button{font-family:var(--font-family)}@media (max-width: 768px){.main-content{padding-top:70px}.section-title{font-size:1.75rem}h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.5rem}}@media (max-width: 480px){.section-title{font-size:1.5rem}.btn{width:100%;margin-bottom:.5rem}h1{font-size:1.75rem}h2{font-size:1.5rem}h3{font-size:1.25rem}}.site-header{position:fixed;top:0;left:0;width:100%;z-index:1000;background-color:transparent;box-shadow:none;transition:all .3s ease;height:80px;backdrop-filter:none;-webkit-backdrop-filter:none}.site-header.scrolled{box-shadow:0 4px 12px #00000026;background-color:#fffffff2;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.header-container{display:flex;align-items:center;justify-content:space-between;max-width:1300px;margin:0 auto;padding:0 1.5rem;height:100%;position:relative}.logo-container{display:flex;align-items:center;flex-shrink:0;z-index:1002;max-width:200px}.logo-link{display:flex;align-items:center;font-weight:700;color:#0c8bc9;text-decoration:none;transition:all .3s ease;max-width:100%}.logo-link:hover{color:#0a6fa1;text-decoration:none;transform:translateY(-2px)}.logo-image{height:50px;width:auto;max-width:180px;object-fit:contain;transition:height .3s ease,max-width .3s ease}.scrolled .logo-image{height:45px;max-width:160px}.right-content{display:flex;align-items:center;justify-content:flex-end;flex:1;gap:1rem;min-width:0}.main-nav{display:flex;align-items:center}.nav-list{display:flex;list-style:none;margin:0;padding:0;align-items:center;gap:.5rem}.nav-item{display:flex;align-items:center}.nav-link{display:block;padding:.8rem 1rem;color:#fff;font-weight:700;position:relative;transition:all .3s ease;font-size:1rem;border-radius:6px;text-decoration:none;white-space:nowrap;text-shadow:0px 1px 3px rgba(0,0,0,.3)}.site-header.scrolled .nav-link{color:#666;text-shadow:none}.site-header:not(.scrolled) .nav-link:hover{color:#0c8bc9;text-shadow:0px 1px 3px rgba(255,255,255,.5)}.site-header.scrolled .nav-link:hover{color:#0c8bc9}.nav-link:hover{text-decoration:none}.nav-link.active{color:#0c8bc9}.nav-link.active:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:20px;height:3px;background-color:#0c8bc9;border-radius:1.5px}.header-actions{display:flex;align-items:center;gap:1rem;flex-shrink:0}.btn-donate{padding:.6rem 1.25rem;font-size:.9rem;border-radius:8px;transition:all .3s ease;background:linear-gradient(135deg,#ff8c00,#ff6f00);color:#fff;font-weight:500;text-decoration:none;box-shadow:0 4px 10px #ff8c0040;border:none;white-space:nowrap;cursor:pointer;display:flex;align-items:center;gap:.5rem}.btn-donate svg{font-size:.85rem;vertical-align:middle;margin-top:-1px}.btn-donate:hover{transform:translateY(-2px);box-shadow:0 6px 15px #ff8c0066;background:linear-gradient(135deg,#ff9d24,#ff8200);text-decoration:none;color:#fff}.site-header:not(.scrolled) .btn-donate{background:linear-gradient(135deg,#ff8c00,#ff6f00);box-shadow:0 4px 12px #ff8c0066}.mobile-menu-toggle{display:none;background:none;border:none;color:#333;font-size:1.8rem;cursor:pointer;padding:.5rem;transition:all .3s ease;z-index:1002;line-height:1}.mobile-menu-toggle.hidden{opacity:0;pointer-events:none;transform:scale(.8)}.mobile-menu-toggle:hover{color:#0c8bc9}.site-header:not(.scrolled) .mobile-menu-toggle{color:#fff;text-shadow:0px 0px 3px rgba(0,0,0,.5)}.mobile-nav-header{display:none;align-items:center;justify-content:space-between;padding:1rem 0 1.5rem;border-bottom:2px solid #f0f0f0;margin-bottom:1rem}.mobile-logo-link{display:flex;align-items:center;text-decoration:none;transition:all .3s ease;flex:1}.mobile-logo-link:hover{transform:translateY(-2px)}.mobile-logo-image{height:45px;width:auto;max-width:150px;object-fit:contain;transition:all .3s ease}.mobile-logo-link:hover .mobile-logo-image{transform:scale(1.05)}.mobile-nav-title{color:#0c8bc9;font-size:1.2rem;font-weight:600;margin:0}.mobile-close{display:none;background:none;border:none;color:#666;font-size:1.5rem;cursor:pointer;padding:.5rem;transition:all .3s ease;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.mobile-close:hover{color:#0c8bc9;background-color:#0c8bc91a;transform:rotate(90deg)}.mobile-nav-footer{display:none;padding-top:2rem;border-top:2px solid #f0f0f0;margin-top:2rem}.mobile-donate{width:100%;text-align:center;padding:1rem;font-size:1rem;font-weight:600;border-radius:12px;box-shadow:0 4px 15px #ff8c004d}.desktop-donate{display:block}.menu-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:998;opacity:0;transition:opacity .3s ease}.menu-overlay.active{opacity:1}@media (max-width: 1200px){.header-container{padding:0 1rem}.logo-container{max-width:180px}.logo-image{height:45px;max-width:160px}.scrolled .logo-image{height:42px;max-width:150px}.nav-link{font-size:.95rem;padding:.75rem .9rem}.btn-donate{padding:.55rem 1rem;font-size:.85rem}}@media (max-width: 1024px){.header-container{padding:0 .75rem}.logo-container{max-width:160px}.logo-image{height:42px;max-width:140px}.scrolled .logo-image{height:40px;max-width:130px}.nav-list{gap:.25rem}.nav-link{font-size:.9rem;padding:.7rem .8rem}.btn-donate{padding:.5rem .9rem;font-size:.8rem}}@media (max-width: 768px){.site-header{height:70px;background-color:#fffffff2;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}.site-header.scrolled{height:70px;background-color:#fffffffa}.header-container{padding:0 1rem}.logo-container{max-width:140px}.logo-image{height:40px;max-width:120px}.scrolled .logo-image{height:38px;max-width:110px}.main-nav{position:fixed;top:0;right:-350px;width:320px;height:100vh;background:linear-gradient(135deg,#fff,#f8fafc);box-shadow:-10px 0 30px #00000026;flex-direction:column;align-items:stretch;padding:2rem 1.5rem;z-index:999;transition:right .4s cubic-bezier(.25,.46,.45,.94);overflow-y:auto;border-left:3px solid #0c8bc9}.main-nav.active{right:0}.mobile-nav-header{display:flex}.mobile-nav-footer{display:block}.mobile-close{display:flex}.desktop-donate{display:none}.nav-list{flex-direction:column;width:100%;align-items:stretch;gap:.5rem;margin:0}.nav-item{width:100%;margin:0}.nav-link{padding:1.2rem 1rem;width:100%;font-size:1.1rem;color:#333!important;border-radius:12px;text-shadow:none!important;font-weight:700;transition:all .3s ease;border:2px solid transparent;background-color:#fff9}.nav-link:hover{color:#0c8bc9!important;background-color:#0c8bc914;text-shadow:none!important;transform:translate(5px);border-color:#0c8bc933}.nav-link.active:after{display:none}.nav-link.active{color:#fff!important;background:linear-gradient(135deg,#0c8bc9,#0a7bb5);box-shadow:0 4px 15px #0c8bc94d;transform:translate(5px);border-color:#0c8bc9}.nav-link.active:hover{color:#fff!important;background:linear-gradient(135deg,#0a7bb5,#0c8bc9)}.header-actions{gap:.5rem}.mobile-menu-toggle{display:block;color:#333!important;background-color:#ffffffe6;border-radius:8px;box-shadow:0 2px 8px #0000001a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.mobile-menu-toggle:hover{color:#0c8bc9!important;background-color:#fff;transform:scale(1.05)}.site-header:not(.scrolled) .mobile-menu-toggle{color:#333!important;text-shadow:none!important;background-color:#ffffffe6}.menu-overlay{display:block}}@media (max-width: 600px){.header-container{padding:0 .75rem}.logo-container{max-width:120px}.logo-image{height:35px;max-width:100px}.scrolled .logo-image{height:33px;max-width:95px}.main-nav{width:300px;right:-320px;padding:1.5rem 1rem}.mobile-menu-toggle{font-size:1.6rem;padding:.4rem}.mobile-logo-image{height:40px;max-width:130px}}@media (max-width: 480px){.site-header,.site-header.scrolled{height:65px}.header-container{padding:0 .5rem}.logo-container{max-width:100px}.logo-image{height:30px;max-width:85px}.scrolled .logo-image{height:28px;max-width:80px}.mobile-menu-toggle{font-size:1.6rem;padding:.3rem}.main-nav{width:280px;right:-300px;padding:1rem .75rem}.nav-link{padding:1rem .8rem;font-size:1rem}.mobile-logo-image{height:35px;max-width:110px}}@media (max-width: 320px){.header-container{padding:0 .25rem}.logo-container{max-width:80px}.logo-image{height:25px;max-width:70px}.scrolled .logo-image{height:23px;max-width:65px}.main-nav{width:260px;right:-280px}.mobile-menu-toggle{font-size:1.4rem;padding:.25rem}.mobile-logo-image{height:30px;max-width:90px}}@media (max-width: 1024px) and (orientation: landscape){.site-header,.site-header.scrolled{height:60px}.logo-image{height:35px;max-width:120px}.scrolled .logo-image{height:33px;max-width:110px}}@media (max-width: 768px) and (orientation: landscape){.site-header,.site-header.scrolled{height:55px}.logo-image{height:30px;max-width:100px}.scrolled .logo-image{height:28px;max-width:95px}.main-nav{height:100vh;width:250px;right:-270px}.mobile-logo-image{height:30px;max-width:100px}}@media print{.site-header{position:static;background:#fff;box-shadow:none;height:auto}.mobile-menu-toggle,.mobile-close,.menu-overlay{display:none}.main-nav{position:static;width:auto;height:auto;background:none;box-shadow:none;flex-direction:row}.nav-list{flex-direction:row}}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.logo-image,.mobile-logo-image{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}@media (prefers-reduced-motion: reduce){.site-header,.logo-link,.mobile-logo-link,.nav-link,.btn-donate,.mobile-menu-toggle,.mobile-close,.main-nav,.menu-overlay{transition:none}}.nav-link:focus,.btn-donate:focus,.mobile-menu-toggle:focus,.mobile-close:focus,.mobile-logo-link:focus{outline:2px solid #0c8bc9;outline-offset:2px}.nav-link:focus:not(:focus-visible),.btn-donate:focus:not(:focus-visible),.mobile-menu-toggle:focus:not(:focus-visible),.mobile-close:focus:not(:focus-visible),.mobile-logo-link:focus:not(:focus-visible){outline:none}.site-footer{background-color:#222;color:#fff;padding:3rem 0 0;margin-top:2rem;width:100%;overflow-x:hidden}.footer-content{max-width:1200px;margin:0 auto;padding:0 1.5rem}.footer-main{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;margin-bottom:2.5rem;align-items:start}.footer-column{width:100%;max-width:100%}.footer-logo{display:flex;align-items:center;margin-bottom:1.25rem}.footer-logo-image{height:60px;width:auto;max-width:200px;object-fit:contain}.footer-description{margin-bottom:1.5rem;line-height:1.7;color:#bbb;font-size:.95rem}.social-links{display:flex;gap:15px;flex-wrap:wrap}.social-links a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#333;border-radius:50%;color:#fff;transition:all .3s ease;flex-shrink:0}.social-links a:hover{background-color:#0c8bc9;transform:translateY(-3px);box-shadow:0 4px 12px #0c8bc94d}.footer-title{font-size:1.2rem;font-weight:600;margin-bottom:1.5rem;position:relative;padding-bottom:.75rem;display:inline-block;color:#fff}.footer-title:after{content:"";position:absolute;bottom:0;left:0;width:50px;height:3px;background-color:#ff8c00;border-radius:1.5px}.footer-menu,.contact-info{list-style:none;padding:0;margin:0}.footer-menu li,.contact-info li{margin-bottom:.9rem}.footer-menu li:last-child,.contact-info li:last-child{margin-bottom:0}.footer-menu a{color:#bbb;transition:all .3s ease;display:inline-block;text-decoration:none;font-size:.95rem}.footer-menu a:hover{color:#fff;transform:translate(3px);text-decoration:none}.contact-info li{color:#bbb;font-size:.95rem;line-height:1.5}.newsletter-form{display:flex;flex-direction:column;gap:12px;max-width:100%}.newsletter-form input{padding:12px 16px;border:2px solid #333;border-radius:6px;background-color:#333;color:#fff;width:100%;box-sizing:border-box;font-size:.95rem;transition:all .3s ease}.newsletter-form input:focus{border-color:#0c8bc9;outline:none;background-color:#2a2a2a}.newsletter-form input::placeholder{color:#999}.newsletter-form button{background:linear-gradient(135deg,#ff8c00,#ff6f00);color:#fff;border:none;border-radius:6px;padding:12px 16px;cursor:pointer;transition:all .3s ease;width:100%;font-weight:500;font-size:.95rem;box-shadow:0 4px 10px #ff8c0040}.newsletter-form button:hover{background:linear-gradient(135deg,#ff9d24,#ff8200);transform:translateY(-2px);box-shadow:0 6px 15px #ff8c0066}.footer-bottom{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #333;padding:2rem 0;flex-wrap:wrap;gap:1.5rem}.copyright{color:#999;font-size:.9rem;line-height:1.5}.footer-bottom-links{display:flex;gap:2rem;flex-wrap:wrap}.footer-bottom-links a{color:#999;font-size:.9rem;transition:all .3s ease;text-decoration:none;white-space:nowrap}.footer-bottom-links a:hover{color:#fff;text-decoration:none}@media (max-width: 1200px){.footer-content{padding:0 1.25rem}.footer-main{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem}}@media (max-width: 1024px){.site-footer{padding:2.5rem 0 0}.footer-content{padding:0 1rem}.footer-main{grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:2rem}.footer-column{min-width:unset}.footer-logo-image{height:55px}.footer-title{font-size:1.1rem;margin-bottom:1.25rem}.social-links a{width:38px;height:38px}}@media (max-width: 768px){.site-footer{padding:2rem 0 0;margin-top:1.5rem}.footer-content{padding:0 .75rem}.footer-main{grid-template-columns:1fr;gap:2.5rem;margin-bottom:2rem}.footer-column{text-align:left}.footer-logo{justify-content:flex-start;margin-bottom:1rem}.footer-logo-image{height:50px}.footer-title{font-size:1.1rem;margin-bottom:1rem}.footer-description{font-size:.9rem;margin-bottom:1.25rem}.social-links{justify-content:flex-start;gap:12px}.social-links a{width:36px;height:36px}.footer-menu a,.contact-info li{font-size:.9rem}.newsletter-form{max-width:100%}.newsletter-form input,.newsletter-form button{padding:10px 14px;font-size:.9rem}.footer-bottom{flex-direction:column;text-align:center;gap:1.25rem;padding:1.5rem 0}.footer-bottom-links{justify-content:center;gap:1.5rem}}@media (max-width: 600px){.footer-content{padding:0 .5rem}.footer-main{gap:2rem}.footer-logo-image{height:45px}.footer-title{font-size:1rem}.footer-description{font-size:.85rem}.social-links a{width:34px;height:34px}.footer-menu a,.contact-info li{font-size:.85rem}.footer-menu li,.contact-info li{margin-bottom:.75rem}.newsletter-form input,.newsletter-form button{padding:9px 12px;font-size:.85rem}.footer-bottom-links{flex-direction:column;gap:.75rem}.copyright{font-size:.85rem}}@media (max-width: 480px){.site-footer{padding:1.5rem 0 0}.footer-content{padding:0 .25rem}.footer-main{gap:1.5rem}.footer-logo-image{height:40px}.footer-title{font-size:.95rem;margin-bottom:.9rem}.footer-title:after{width:40px;height:2px}.footer-description{font-size:.8rem;line-height:1.6}.social-links{gap:10px}.social-links a{width:32px;height:32px;font-size:.9rem}.footer-menu a,.contact-info li{font-size:.8rem}.footer-menu li,.contact-info li{margin-bottom:.6rem}.newsletter-form{gap:10px}.newsletter-form input,.newsletter-form button{padding:8px 10px;font-size:.8rem}.footer-bottom{padding:1.25rem 0;gap:1rem}.copyright,.footer-bottom-links a{font-size:.8rem}}@media (max-width: 320px){.footer-content{padding:0 .125rem}.footer-logo-image{height:35px}.footer-title{font-size:.9rem}.footer-description{font-size:.75rem}.social-links a{width:30px;height:30px;font-size:.85rem}.footer-menu a,.contact-info li{font-size:.75rem}.newsletter-form input,.newsletter-form button{padding:7px 8px;font-size:.75rem}.copyright,.footer-bottom-links a{font-size:.75rem}}@media (max-width: 1024px) and (orientation: landscape){.footer-main{grid-template-columns:repeat(4,1fr);gap:1.5rem}}@media (max-width: 768px) and (orientation: landscape){.footer-main{grid-template-columns:repeat(2,1fr);gap:1.5rem}.footer-bottom{flex-direction:row;justify-content:space-between}.footer-bottom-links{flex-direction:row;gap:1rem}}@media print{.site-footer{background:#fff;color:#000;padding:1rem 0;page-break-inside:avoid}.footer-main{display:block}.footer-column{margin-bottom:1rem;page-break-inside:avoid}.social-links,.newsletter-form{display:none}.footer-title,.footer-menu a,.contact-info li{color:#000}}@media (prefers-contrast: high){.footer-menu a:hover,.footer-bottom-links a:hover{background-color:#fff;color:#000;padding:2px 4px;border-radius:2px}}@media (prefers-reduced-motion: reduce){.social-links a,.footer-menu a,.newsletter-form button,.footer-bottom-links a{transition:none}.social-links a:hover,.newsletter-form button:hover{transform:none}}.footer-menu a:focus,.footer-bottom-links a:focus,.social-links a:focus,.newsletter-form input:focus,.newsletter-form button:focus{outline:2px solid #0c8bc9;outline-offset:2px}.social-links a,.newsletter-form button{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.cookie-banner-container{max-width:450px;background:#fff;border-radius:12px;box-shadow:0 12px 24px #00000026;border:1px solid #dddddd;padding:0;margin:0}@media (max-width: 768px){.cookie-banner-container{max-width:calc(100vw - 40px);margin:0 auto}}.cookie-banner-wrapper{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem}@media (max-width: 576px){.cookie-banner-wrapper{padding:1rem;gap:.5rem}}.cookie-icon{flex-shrink:0;width:40px;height:40px;background:linear-gradient(135deg,#0c8bc9,#0a6fa1);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px}@media (max-width: 576px){.cookie-icon{width:32px;height:32px;font-size:14px}}.cookie-text{flex:1}.cookie-text h4{font-family:Montserrat,sans-serif;font-size:16px;font-weight:600;color:#333;margin:0 0 .5rem;line-height:1.3}@media (max-width: 576px){.cookie-text h4{font-size:14px}}.cookie-text p{font-family:Montserrat,sans-serif;font-size:14px;font-weight:400;color:#666;margin:0 0 1.5rem;line-height:1.5}@media (max-width: 576px){.cookie-text p{font-size:13px;margin-bottom:1rem}}.cookie-link{color:#0c8bc9;text-decoration:none;font-weight:500;transition:.2s ease}.cookie-link:hover{color:#0a6fa1;text-decoration:underline}.cookie-buttons{display:flex;gap:.5rem;padding:0 1.5rem 1.5rem}@media (max-width: 576px){.cookie-buttons{padding:0 1rem 1rem;flex-direction:column;gap:.5rem}.cookie-buttons button{width:100%!important;margin:0!important}}.cookie-buttons button{font-family:Montserrat,sans-serif!important;transition:.2s ease!important}.cookie-buttons button:hover{transform:translateY(-1px)}.cookie-buttons button:first-child{background:#0c8bc9!important}.cookie-buttons button:first-child:hover{background:#0a6fa1!important;box-shadow:0 4px 8px #0000001a}.cookie-buttons button:last-child{border-color:#ddd!important}.cookie-buttons button:last-child:hover{background:#f5f5f5!important;border-color:#999!important}.cookie-banner-container{animation:slideInUp .5s ease-out}@keyframes slideInUp{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 576px){.cookie-banner-container{bottom:10px!important;left:10px!important;right:10px!important}}.impact-section{background-color:#f5f5f5;padding:2rem 0}.impact-section .section-title{font-size:2rem;font-weight:600;line-height:1.2;margin-bottom:1rem;text-align:center;margin-bottom:2rem}@media (max-width: 768px){.impact-section .section-title{font-size:1.75rem}}.impact-section .impact-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media (max-width: 992px){.impact-section .impact-stats{grid-template-columns:repeat(2,1fr)}}@media (max-width: 576px){.impact-section .impact-stats{grid-template-columns:1fr;gap:1rem}}.impact-section .impact-stat{border-radius:8px;box-shadow:0 4px 8px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem;text-align:center;transition:transform .3s ease;background-color:#fff}.impact-section .impact-stat:hover{transform:translateY(-5px);box-shadow:0 8px 16px #0000001a}.impact-section .impact-stat:hover{transform:translateY(-10px);box-shadow:0 12px 24px #00000026}.impact-section .impact-stat .stat-number{font-size:3rem;font-weight:700;color:#0c8bc9;margin-bottom:.5rem;line-height:1}@media (max-width: 768px){.impact-section .impact-stat .stat-number{font-size:2.5rem}}.impact-section .impact-stat .stat-label{font-size:1.1rem;font-weight:500;color:#333}@media (max-width: 768px){.impact-section .impact-stat .stat-label{font-size:1rem}}.mission-section{padding:2rem 0;background-color:#fff}.mission-section .container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}.mission-section .section-title{font-size:2rem;font-weight:600;line-height:1.2;margin-bottom:1rem;text-align:center;margin-bottom:2rem}@media (max-width: 768px){.mission-section .section-title{font-size:1.75rem}}.mission-section .mission-areas{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media (max-width: 992px){.mission-section .mission-areas{grid-template-columns:repeat(2,1fr)}}@media (max-width: 576px){.mission-section .mission-areas{grid-template-columns:1fr}}.mission-section .mission-card{background-color:#fff;border-radius:8px;box-shadow:0 4px 8px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;padding:1.5rem;text-align:center;display:flex;flex-direction:column;align-items:center}.mission-section .mission-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px #0000001a}.mission-section .mission-card .mission-icon{font-size:2.5rem;color:#0c8bc9;margin-bottom:1rem}.mission-section .mission-card .mission-title{font-size:1.3rem;font-weight:600;color:#333;margin-bottom:.5rem}.mission-section .mission-card .mission-description{color:#666;margin-bottom:1rem;flex-grow:1}.mission-section .mission-card .read-more{display:inline-flex;align-items:center;color:#0c8bc9;font-weight:500;text-decoration:none;transition:color .3s ease}.mission-section .mission-card .read-more:hover{color:#0a6fa1;text-decoration:underline}.mission-section .mission-card .read-more .icon-arrow{margin-left:.25rem;transition:transform .3s ease}.mission-section .mission-card .read-more:hover .icon-arrow{transform:translate(3px)}.news-section{padding:2rem 0;background-color:#f5f5f5}.news-section .container{max-width:1200px;margin:0 auto;padding:0 20px}.news-section .section-header{margin-bottom:40px;padding:30px}.news-section .section-header .section-title{font-size:2rem;font-weight:600;line-height:1.2;margin-bottom:1rem;margin-bottom:10px;color:#333}@media (max-width: 768px){.news-section .section-header .section-title{font-size:1.75rem}}.news-section .section-header .view-all{display:inline-flex;align-items:center;color:#0c8bc9;font-weight:600;text-decoration:none;transition:all .3s ease;gap:8px;font-size:.95rem}.news-section .section-header .view-all:hover{color:#096a99;gap:12px;text-decoration:underline}.news-section .section-header .view-all:hover svg{transform:translate(3px)}.news-section .section-header .view-all svg{transition:transform .3s ease}.news-section .news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:60px}@media (max-width: 1024px){.news-section .news-grid{grid-template-columns:repeat(2,1fr);gap:25px}}@media (max-width: 768px){.news-section .news-grid{grid-template-columns:1fr;gap:25px}}.news-section .news-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 6px 25px #00000014;transition:all .4s cubic-bezier(.25,.46,.45,.94);cursor:pointer;position:relative;opacity:0;transform:translateY(30px);animation:fadeInUpCard .6s ease-out forwards}.news-section .news-card:nth-child(1){animation-delay:.1s}.news-section .news-card:nth-child(2){animation-delay:.2s}.news-section .news-card:nth-child(3){animation-delay:.3s}.news-section .news-card:hover{transform:translateY(-6px);box-shadow:0 15px 35px #0000001f}.news-section .news-card:hover .news-image{transform:scale(1.05)}.news-section .news-card:hover .news-overlay{opacity:1}.news-section .news-card:hover .news-content .news-title{color:#0c8bc9}.news-section .news-card .news-image-container{position:relative;height:180px;overflow:hidden;background:#f8fafc}.news-section .news-card .news-image{width:100%;height:100%;object-fit:cover;transition:transform .4s cubic-bezier(.25,.46,.45,.94)}.news-section .news-card .news-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#0c8bc933,#0000001a);opacity:0;transition:opacity .4s ease}.news-section .news-card .news-category-badge{position:absolute;top:12px;left:12px;background:linear-gradient(135deg,#0c8bc9,#2fb2f3);color:#fff;padding:4px 10px;border-radius:15px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 3px 10px #0c8bc94d;z-index:2}.news-section .news-card .news-content{padding:20px}.news-section .news-card .news-content .news-meta{display:flex;align-items:center;gap:12px;margin-bottom:10px;font-size:.8rem;color:#666}.news-section .news-card .news-content .news-meta .news-date{display:flex;align-items:center;gap:4px}.news-section .news-card .news-content .news-meta .news-date:before{content:"📅";font-size:.8rem}.news-section .news-card .news-content .news-meta .news-location{display:flex;align-items:center;gap:4px}.news-section .news-card .news-content .news-meta .news-location:before{content:"📍";font-size:.8rem}.news-section .news-card .news-content .news-title{font-size:1.2rem;font-weight:700;color:#333;margin-bottom:10px;line-height:1.3;transition:color .3s ease;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.news-section .news-card .news-content .news-excerpt{font-size:.9rem;line-height:1.5;color:#666;margin-bottom:16px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.news-section .news-card .news-content .news-footer{display:flex;justify-content:space-between;align-items:center}.news-section .news-card .news-content .news-footer .read-more{color:#0c8bc9;font-weight:600;text-decoration:none;display:flex;align-items:center;gap:6px;transition:all .3s ease;font-size:.9rem}.news-section .news-card .news-content .news-footer .read-more:hover{gap:10px;text-decoration:underline}.news-section .news-card .news-content .news-footer .read-more:after{content:"→";transition:transform .3s ease}.news-section .news-card .news-content .news-footer .read-more:hover:after{transform:translate(3px)}.news-section .news-card .news-content .news-footer .news-stats{display:flex;gap:12px;font-size:.8rem;color:#94a3b8}.news-section .news-card .news-content .news-footer .news-stats .stat{display:flex;align-items:center;gap:3px}.cta-section{padding:3rem 0;background-color:#0a76ab;position:relative;border-radius:0;color:#fff;width:100%;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);overflow:hidden;background-image:linear-gradient(135deg,#0a76ab,#096897);background-size:cover;background-position:center}.cta-section .container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem;position:relative;z-index:2;background-color:transparent!important;box-shadow:none!important}.cta-section .cta-content{max-width:700px;margin:0 auto;text-align:center;color:#fff;background-color:transparent;padding:0}.cta-section .cta-title{font-size:2rem;font-weight:600;line-height:1.2;color:#fff!important;margin-bottom:1rem;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.3)}@media (max-width: 768px){.cta-section .cta-title{font-size:1.75rem}}.cta-section .cta-text{font-size:1.25rem;line-height:1.6;margin-bottom:1.5rem;color:#fff!important;opacity:.95;text-shadow:0 1px 2px rgba(0,0,0,.2)}@media (max-width: 768px){.cta-section .cta-text{font-size:1.1rem}}.cta-section .cta-buttons{display:flex;justify-content:center;gap:1rem}@media (max-width: 576px){.cta-section .cta-buttons{flex-direction:column;align-items:center;gap:.5rem}}.cta-section .cta-buttons .btn{min-width:180px;padding:.5rem 1.5rem;font-weight:500;border-radius:50px;transition:all .3s ease;text-decoration:none;display:inline-block;border:2px solid transparent}@media (max-width: 576px){.cta-section .cta-buttons .btn{width:100%;max-width:300px}}.cta-section .cta-buttons .btn-primary{background-color:#fff;color:#0a76ab;border-color:#fff;box-shadow:0 4px 8px #0000001a}.cta-section .cta-buttons .btn-primary:hover,.cta-section .cta-buttons .btn-primary:focus{background-color:#ffffffe6;border-color:#ffffffe6;color:#0a76ab;text-decoration:none;transform:translateY(-2px);box-shadow:0 8px 16px #0000001a}.cta-section .cta-buttons .btn-outline{background-color:transparent;color:#fff;border-color:#fff;border-width:2px}.cta-section .cta-buttons .btn-outline:hover,.cta-section .cta-buttons .btn-outline:focus{background-color:#fff;border-color:#fff;color:#0a76ab;text-decoration:none;transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.cta-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,#0a76ab1a,#0968971a);z-index:1}.cta-section .container{z-index:2}.home-page{width:100vw;overflow-x:hidden}.home-page .home-content{margin-top:0;padding-top:1.5rem;background-color:#fff;position:relative;z-index:10}.news-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 15px #0000001a;transition:transform .3s ease,box-shadow .3s ease;text-decoration:none;color:inherit;display:block}.news-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000026;text-decoration:none;color:inherit}.news-card .news-image-container{position:relative;height:200px;overflow:hidden}.news-card .news-image-container .news-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.news-card .news-image-container .news-category{position:absolute;top:15px;right:15px;background-color:var(--primary-color, #1a73e8);color:#fff;padding:5px 10px;font-size:.8rem;border-radius:4px;font-weight:600}.news-card .news-content{padding:20px}.news-card .news-content .news-meta{display:flex;justify-content:space-between;margin-bottom:10px;font-size:.85rem;color:#666}.news-card .news-content .news-meta svg{margin-right:5px}.news-card .news-content .news-title{font-size:1.2rem;margin-bottom:10px;font-weight:600;color:#333}.news-card .news-content .news-excerpt{color:#555;margin-bottom:15px;line-height:1.5}.news-card .news-content .read-more{display:inline-flex;align-items:center;color:var(--primary-color, #1a73e8);font-weight:600;text-decoration:none}.news-card .news-content .read-more svg{margin-left:5px;transition:transform .3s ease}.news-card:hover .read-more svg{transform:translate(4px)}.news-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:30px}@media (max-width: 768px){.news-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}}@media (max-width: 480px){.news-grid{grid-template-columns:1fr;gap:25px}}.page-header .page-title{font-size:2.5rem;padding-top:30px;font-weight:700;margin-bottom:15px;color:var(--heading-color, #222);position:relative;display:inline-block}.page-header .page-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:3px;background-color:var(--primary-color, #1a73e8);border-radius:3px}.categories-container{width:100%}.carousel-header{position:relative;width:100%;height:500px;margin-bottom:40px;border-radius:16px;overflow:hidden;box-shadow:0 25px 50px #00000026}@media (max-width: 768px){.carousel-header{height:350px;margin-bottom:30px;border-radius:12px}}.carousel-wrapper{position:relative;width:100%;height:100%}.carousel-slide{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat}.carousel-slide.bg-slide{opacity:1;transform:scale(1);transition:none}.carousel-slide.overlay-slide{opacity:0;transform:scale(1.1) translate(100%);transition:all 1.5s cubic-bezier(.645,.045,.355,1);z-index:1}.carousel-slide.overlay-slide.active{opacity:1;transform:scale(1) translate(0)}.carousel-slide.overlay-slide.next{opacity:0;transform:scale(1.1) translate(-100%);transition:all 1.5s cubic-bezier(.645,.045,.355,1)}.carousel-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0c8bc9cc,#00000080);z-index:2}.carousel-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#fff;z-index:3;width:90%;max-width:800px}@media (max-width: 768px){.carousel-content{width:85%}}.carousel-text{opacity:0;transform:translateY(50px) scale(.8);animation:slideInContent 1.2s cubic-bezier(.25,.46,.45,.94) .5s forwards}.carousel-title{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;text-shadow:3px 3px 6px rgba(0,0,0,.4);line-height:1.1;letter-spacing:-.02em}@media (max-width: 768px){.carousel-title{font-size:2.5rem;margin-bottom:1rem}}@media (max-width: 480px){.carousel-title{font-size:1.8rem}}.carousel-description{font-size:1.4rem;font-weight:300;margin-bottom:0;text-shadow:2px 2px 4px rgba(0,0,0,.4);opacity:.95;letter-spacing:.01em}@media (max-width: 768px){.carousel-description{font-size:1.2rem}}@media (max-width: 480px){.carousel-description{font-size:1rem}}.carousel-indicators{position:absolute;bottom:30px;left:50%;transform:translate(-50%);display:flex;gap:15px;z-index:4}@media (max-width: 768px){.carousel-indicators{bottom:20px;gap:12px}}.indicator{width:14px;height:14px;border-radius:50%;border:2px solid rgba(255,255,255,.7);background-color:transparent;cursor:pointer;transition:all .4s cubic-bezier(.25,.46,.45,.94);position:relative}.indicator:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:0;height:0;border-radius:50%;background-color:#fff;transition:all .4s cubic-bezier(.25,.46,.45,.94)}.indicator:hover{border-color:#fff;transform:scale(1.2)}.indicator:hover:before{width:8px;height:8px}.indicator.active{border-color:#fff;transform:scale(1.3)}.indicator.active:before{width:10px;height:10px}@media (max-width: 768px){.indicator{width:12px;height:12px}.indicator.active:before,.indicator:hover:before{width:8px;height:8px}}.categories{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:40px;justify-content:center;padding:0 20px}.categories .category-btn{background:#fff;border:2px solid #e2e8f0;padding:12px 28px;border-radius:50px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.25,.46,.45,.94);box-shadow:0 4px 12px #00000014;position:relative;overflow:hidden}.categories .category-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s}.categories .category-btn:hover{background-color:#0c8bc90d;border-color:#0c8bc9;transform:translateY(-3px);box-shadow:0 12px 25px #0c8bc926}.categories .category-btn:hover:before{left:100%}.categories .category-btn.active{background:linear-gradient(135deg,#0c8bc9,#0ea5e9);color:#fff;border-color:#0c8bc9;transform:translateY(-3px);box-shadow:0 12px 30px #0c8bc940}.categories .category-btn.active:before{display:none}@media (max-width: 768px){.categories{gap:10px;padding:0 15px}.categories .category-btn{padding:10px 20px;font-size:.9rem}}.news-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px;padding:0 20px;margin-bottom:60px}@media (max-width: 768px){.news-grid{grid-template-columns:1fr;gap:25px;padding:0 15px}}.news-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 8px 30px #00000014;transition:all .4s cubic-bezier(.25,.46,.45,.94);cursor:pointer;position:relative}.news-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001f}.news-card:hover .news-image{transform:scale(1.05)}.news-card:hover .news-overlay{opacity:1}.news-card:hover .news-content .news-title{color:#0c8bc9}.news-card .news-image-container{position:relative;height:220px;overflow:hidden;background:#f8fafc}.news-card .news-image{width:100%;height:100%;object-fit:cover;transition:transform .4s cubic-bezier(.25,.46,.45,.94)}.news-card .news-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#0c8bc933,#0000001a);opacity:0;transition:opacity .4s ease}.news-card .news-category-badge{position:absolute;top:15px;left:15px;background:linear-gradient(135deg,#0c8bc9,#0ea5e9);color:#fff;padding:6px 14px;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 12px #0c8bc94d}.news-card .news-content{padding:25px}.news-card .news-content .news-meta{display:flex;align-items:center;gap:15px;margin-bottom:12px;font-size:.85rem;color:#64748b}.news-card .news-content .news-meta .news-date{display:flex;align-items:center;gap:5px}.news-card .news-content .news-meta .news-date:before{content:"📅";font-size:.9rem}.news-card .news-content .news-meta .news-author{display:flex;align-items:center;gap:5px}.news-card .news-content .news-meta .news-author:before{content:"👤";font-size:.9rem}.news-card .news-content .news-title{font-size:1.4rem;font-weight:700;color:#1e293b;margin-bottom:12px;line-height:1.3;transition:color .3s ease;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.news-card .news-content .news-excerpt{font-size:1rem;line-height:1.6;color:#64748b;margin-bottom:20px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.news-card .news-content .news-footer{display:flex;justify-content:space-between;align-items:center}.news-card .news-content .news-footer .read-more{color:#0c8bc9;font-weight:600;text-decoration:none;display:flex;align-items:center;gap:8px;transition:all .3s ease}.news-card .news-content .news-footer .read-more:hover{gap:12px;text-decoration:underline}.news-card .news-content .news-footer .read-more:after{content:"→";transition:transform .3s ease}.news-card .news-content .news-footer .read-more:hover:after{transform:translate(3px)}.news-card .news-content .news-footer .news-stats{display:flex;gap:15px;font-size:.85rem;color:#94a3b8}.news-card .news-content .news-footer .news-stats .stat{display:flex;align-items:center;gap:4px}.news-card{opacity:0;transform:translateY(30px);animation:fadeInUpCard .6s ease-out forwards}.news-card:nth-child(1){animation-delay:.1s}.news-card:nth-child(2){animation-delay:.2s}.news-card:nth-child(3){animation-delay:.3s}.news-card:nth-child(4){animation-delay:.4s}.news-card:nth-child(5){animation-delay:.5s}.news-card:nth-child(6){animation-delay:.6s}@keyframes slideInContent{0%{opacity:0;transform:translateY(50px) scale(.8)}to{opacity:1;transform:translateY(0) scale(1)}}.pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:40px}.pagination .pagination-btn{height:40px;min-width:40px;padding:0 10px;background:none;border:1px solid #ddd;border-radius:6px;cursor:pointer;transition:all .2s ease;font-size:.9rem;display:flex;align-items:center;justify-content:center}.pagination .pagination-btn:hover{background-color:#1a73e81a;border-color:var(--primary-color, #1a73e8)}.pagination .pagination-btn.active{background-color:var(--primary-color, #1a73e8);color:#fff;border-color:var(--primary-color, #1a73e8)}.pagination .pagination-btn.pagination-next{display:flex;align-items:center;padding:0 15px;font-weight:500}.pagination .pagination-btn.pagination-next svg{margin-left:8px;font-size:.8rem;transition:transform .3s ease}.pagination .pagination-btn.pagination-next:hover svg{transform:translate(4px)}.pagination .pagination-dots{padding:0 4px;color:#888}@media (max-width: 576px){.pagination .pagination-btn{height:36px;min-width:36px;font-size:.85rem}}.actualites-page{padding:6rem 0 2rem;opacity:0;transform:translateY(20px);transition:all .8s ease;min-height:80vh}.actualites-page.visible{opacity:1;transform:translateY(0)}.actualites-page .container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.filters-section{margin-bottom:2.5rem;padding:0 1rem}.filters-section .filters-container{max-width:800px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.filters-section .filter-btn{padding:.75rem 1.5rem;background-color:#f8f9fa;border:2px solid #e9ecef;border-radius:50px;font-size:1rem;font-weight:500;color:#555;cursor:pointer;transition:all .3s ease;white-space:nowrap;min-height:44px;display:flex;align-items:center;justify-content:center}.filters-section .filter-btn:hover{background-color:#e9ecef;border-color:#dee2e6;transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.filters-section .filter-btn.active{background-color:#0c8bc9;border-color:#0c8bc9;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #0c8bc94d}.articles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px;margin-bottom:60px;padding:0 1rem}.article-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 8px 30px #00000014;transition:all .4s cubic-bezier(.25,.46,.45,.94);cursor:pointer;position:relative;opacity:0;transform:translateY(30px);animation:fadeInUpCard .6s ease-out forwards}.article-card:nth-child(1){animation-delay:.1s}.article-card:nth-child(2){animation-delay:.2s}.article-card:nth-child(3){animation-delay:.3s}.article-card:nth-child(4){animation-delay:.4s}.article-card:nth-child(5){animation-delay:.5s}.article-card:nth-child(6){animation-delay:.6s}.article-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001f}.article-card:hover .article-image{transform:scale(1.05)}.article-card:hover .article-overlay{opacity:1}.article-card:hover .article-content .article-title{color:#0c8bc9}.article-card .article-image-container{position:relative;height:220px;overflow:hidden;background:#f8fafc}.article-card .article-image{width:100%;height:100%;object-fit:cover;transition:transform .4s cubic-bezier(.25,.46,.45,.94)}.article-card .article-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#0c8bc933,#0000001a);opacity:0;transition:opacity .4s ease}.article-card .article-category-badge{position:absolute;top:15px;left:15px;background:linear-gradient(135deg,#0c8bc9,#2fb2f3);color:#fff;padding:6px 14px;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 12px #0c8bc94d;z-index:2}.article-card .article-content{padding:25px}.article-card .article-content .article-meta{display:flex;align-items:center;gap:15px;margin-bottom:12px;font-size:.85rem;color:#666}.article-card .article-content .article-meta .article-date{display:flex;align-items:center;gap:5px}.article-card .article-content .article-meta .article-date:before{content:"📅";font-size:.9rem}.article-card .article-content .article-meta .article-location{display:flex;align-items:center;gap:5px}.article-card .article-content .article-meta .article-location:before{content:"📍";font-size:.9rem}.article-card .article-content .article-title{font-size:1.4rem;font-weight:700;color:#333;margin-bottom:12px;line-height:1.3;transition:color .3s ease;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.article-card .article-content .article-excerpt{font-size:1rem;line-height:1.6;color:#666;margin-bottom:20px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.article-card .article-content .article-footer{display:flex;justify-content:space-between;align-items:center}.article-card .article-content .article-footer .read-more{color:#0c8bc9;font-weight:600;text-decoration:none;display:flex;align-items:center;gap:8px;transition:all .3s ease}.article-card .article-content .article-footer .read-more:hover{gap:12px;text-decoration:underline}.article-card .article-content .article-footer .read-more:after{content:"→";transition:transform .3s ease}.article-card .article-content .article-footer .read-more:hover:after{transform:translate(3px)}.article-card .article-content .article-footer .article-stats{display:flex;gap:15px;font-size:.85rem;color:#94a3b8}.article-card .article-content .article-footer .article-stats .stat{display:flex;align-items:center;gap:4px}.pagination-section{display:flex;justify-content:center;align-items:center;gap:1rem;padding:0 1rem;margin-top:3rem}.pagination-section .pagination-btn{padding:.75rem 1rem;background-color:#fff;border:2px solid #e9ecef;border-radius:8px;font-weight:500;color:#555;cursor:pointer;transition:all .3s ease;min-height:44px;display:flex;align-items:center;justify-content:center}.pagination-section .pagination-btn:hover:not(:disabled){background-color:#0c8bc9;border-color:#0c8bc9;color:#fff}.pagination-section .pagination-btn:disabled{opacity:.5;cursor:not-allowed}.pagination-section .pagination-btn.active{background-color:#0c8bc9;border-color:#0c8bc9;color:#fff}.pagination-section .pagination-info{color:#666;font-size:.95rem}@keyframes fadeInUpCard{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1200px){.actualites-page .container{padding:0 1.25rem}.page-header .page-title{font-size:2.25rem}.page-header .page-subtitle{font-size:1.1rem}.articles-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:25px;padding:0 .75rem}}@media (max-width: 1024px){.actualites-page{padding:3rem 0 2rem}.actualites-page .container{padding:0 1rem}.page-header{margin-bottom:2.5rem;padding:0 .5rem}.page-header .page-title{font-size:2rem}.filters-section{margin-bottom:2rem;padding:0 .5rem}.filter-btn{padding:.6rem 1.25rem;font-size:.95rem}.articles-grid{grid-template-columns:repeat(2,1fr);gap:20px;padding:0 .5rem;margin-bottom:50px}.article-card .article-image-container{height:200px}.article-card .article-content{padding:20px}.article-card .article-content .article-title{font-size:1.3rem}.article-card .article-content .article-excerpt{font-size:.95rem}.pagination-section{padding:0 .5rem;margin-top:2.5rem}}@media (max-width: 768px){.actualites-page{padding:2rem 0 1.5rem;margin-top:3vh}.actualites-page .container{padding:0 .75rem}.page-header{margin-bottom:2rem;padding:0}.page-header .page-title{font-size:1.8rem}.page-header .page-subtitle{font-size:1rem}.filters-section{margin-bottom:1.5rem;padding:0}.filters-container{gap:.5rem}.filter-btn{padding:.5rem 1rem;font-size:.9rem;min-height:40px}.articles-grid{grid-template-columns:1fr;gap:20px;padding:0;margin-bottom:40px}.article-card{border-radius:16px}.article-card .article-image-container{height:180px}.article-card .article-category-badge{top:12px;left:12px;padding:5px 12px;font-size:.75rem}.article-card .article-content{padding:18px}.article-card .article-content .article-meta{gap:12px;margin-bottom:10px;font-size:.8rem}.article-card .article-content .article-title{font-size:1.2rem;margin-bottom:10px}.article-card .article-content .article-excerpt{font-size:.9rem;margin-bottom:15px}.article-card .article-content .article-footer .read-more{font-size:.9rem}.article-card .article-content .article-footer .article-stats{font-size:.8rem;gap:12px}.pagination-section{gap:.75rem;padding:0;margin-top:2rem;flex-wrap:wrap}.pagination-btn{padding:.6rem .8rem;font-size:.9rem;min-height:40px}.pagination-info{width:100%;text-align:center;margin-top:.5rem;font-size:.9rem}}@media (max-width: 600px){.actualites-page .container{padding:0 .5rem}.page-header .page-title{font-size:1.6rem}.filters-container{gap:.4rem}.filter-btn{padding:.45rem .9rem;font-size:.85rem;min-height:36px}.article-card .article-image-container{height:160px}.article-card .article-content{padding:15px}.article-card .article-content .article-title{font-size:1.1rem}.article-card .article-content .article-excerpt{font-size:.85rem}.pagination-btn{padding:.5rem .7rem;font-size:.85rem;min-height:36px}}@media (max-width: 480px){.actualites-page{padding:1.5rem 0 1rem}.actualites-page .container{padding:0 .25rem}.page-header{margin-bottom:1.5rem}.page-header .page-title{font-size:1.4rem}.page-header .page-subtitle{font-size:.9rem}.filters-section{margin-bottom:1.25rem}.filter-btn{padding:.4rem .8rem;font-size:.8rem;min-height:32px}.articles-grid{gap:15px;margin-bottom:30px}.article-card{border-radius:12px}.article-card .article-image-container{height:140px}.article-card .article-category-badge{top:10px;left:10px;padding:4px 10px;font-size:.7rem}.article-card .article-content{padding:12px}.article-card .article-content .article-meta{gap:10px;margin-bottom:8px;font-size:.75rem}.article-card .article-content .article-title{font-size:1rem;margin-bottom:8px}.article-card .article-content .article-excerpt{font-size:.8rem;margin-bottom:12px}.article-card .article-content .article-footer .read-more{font-size:.8rem;gap:6px}.article-card .article-content .article-footer .article-stats{font-size:.75rem;gap:8px}.pagination-section{gap:.5rem;margin-top:1.5rem}.pagination-btn{padding:.4rem .6rem;font-size:.8rem;min-height:32px}}@media (max-width: 320px){.page-header .page-title{font-size:1.25rem}.page-header .page-subtitle{font-size:.85rem}.filter-btn{padding:.35rem .7rem;font-size:.75rem;min-height:30px}.article-card .article-image-container{height:120px}.article-card .article-content{padding:10px}.article-card .article-content .article-title{font-size:.95rem}.article-card .article-content .article-excerpt{font-size:.75rem}.pagination-btn{padding:.35rem .5rem;font-size:.75rem;min-height:30px}}@media (max-width: 1024px) and (orientation: landscape){.articles-grid{grid-template-columns:repeat(3,1fr)}.filters-container{max-width:90%}}@media (max-width: 768px) and (orientation: landscape){.actualites-page{padding:1rem 0}.page-header{margin-bottom:1.5rem}.filters-section{margin-bottom:1rem}.articles-grid{grid-template-columns:repeat(2,1fr);margin-bottom:2rem}.pagination-section{margin-top:1.5rem}}@media print{.actualites-page{padding:1rem 0}.filters-section,.pagination-section{display:none}.articles-grid{grid-template-columns:1fr;gap:1rem}.article-card{break-inside:avoid;box-shadow:none;border:1px solid #ddd}.article-card .article-overlay,.article-card .article-category-badge{display:none}.article-card .article-image-container{height:150px}.article-card .article-footer .article-stats{display:none}}@media (prefers-reduced-motion: reduce){.actualites-page,.article-card,.filter-btn,.pagination-btn{transition:none;animation:none}.article-card:hover{transform:none}.article-image{transition:none}.article-card:hover .article-image{transform:none}}.filter-btn:focus,.pagination-btn:focus,.article-card:focus,.read-more:focus{outline:2px solid #0C8BC9;outline-offset:2px}@media (prefers-contrast: high){.article-card{border:2px solid #000}.filter-btn,.pagination-btn{border-color:#000}.filter-btn.active,.pagination-btn.active{background:#000!important;color:#fff!important}.article-title{color:#000!important}}.actualite-detail-page{min-height:100vh;padding:6rem 0 2rem;background-color:var(--bg-light)}.actualite-detail-page .container{max-width:1200px;margin:0 auto;padding:0 1rem}.actualite-detail-page .article-nav{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.actualite-detail-page .article-nav .back-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:var(--primary-color);color:#fff;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;font-weight:500}.actualite-detail-page .article-nav .back-btn:hover{background:var(--primary-dark);transform:translateY(-2px)}.actualite-detail-page .article-nav .breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--text-secondary)}.actualite-detail-page .article-nav .breadcrumb a{color:var(--primary-color);text-decoration:none;transition:color .3s ease}.actualite-detail-page .article-nav .breadcrumb a:hover{color:var(--primary-dark)}.actualite-detail-page .article-nav .breadcrumb span:last-child{color:var(--text-primary);font-weight:500}.actualite-detail-page .article-header{margin-bottom:2rem}.actualite-detail-page .article-header .article-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;flex-wrap:wrap;gap:1rem}.actualite-detail-page .article-header .article-meta .article-category{background:var(--primary-color);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:500}.actualite-detail-page .article-header .article-meta .article-tags{display:flex;gap:.5rem;flex-wrap:wrap}.actualite-detail-page .article-header .article-meta .article-tags .tag{display:flex;align-items:center;gap:.3rem;background:var(--bg-white);color:var(--text-secondary);padding:.3rem .8rem;border-radius:15px;font-size:.8rem;border:1px solid var(--border-color)}.actualite-detail-page .article-header .article-title{font-size:2.5rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem;line-height:1.2}.actualite-detail-page .article-header .article-excerpt{font-size:1.2rem;color:var(--text-secondary);line-height:1.6;margin-bottom:2rem}.actualite-detail-page .article-header .article-info{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:var(--bg-white);border-radius:15px;box-shadow:0 2px 10px #0000001a;flex-wrap:wrap;gap:1rem}.actualite-detail-page .article-header .article-info .info-left{display:flex;gap:2rem;flex-wrap:wrap}.actualite-detail-page .article-header .article-info .info-left .info-item{display:flex;align-items:center;gap:.5rem;color:var(--text-secondary);font-size:.9rem}.actualite-detail-page .article-header .article-info .info-left .info-item svg{color:var(--primary-color)}.actualite-detail-page .article-header .article-info .share-buttons{display:flex;align-items:center;gap:.5rem}.actualite-detail-page .article-header .article-info .share-buttons .share-label{display:flex;align-items:center;gap:.5rem;color:var(--text-secondary);font-size:.9rem;margin-right:.5rem}.actualite-detail-page .article-header .article-info .share-buttons .share-btn{width:40px;height:40px;border:none;border-radius:50%;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;color:#fff}.actualite-detail-page .article-header .article-info .share-buttons .share-btn:hover{transform:translateY(-2px)}.actualite-detail-page .article-header .article-info .share-buttons .share-btn.facebook{background:#1877f2}.actualite-detail-page .article-header .article-info .share-buttons .share-btn.twitter{background:#1da1f2}.actualite-detail-page .article-header .article-info .share-buttons .share-btn.linkedin{background:#0077b5}.actualite-detail-page .article-hero-image{margin-bottom:3rem;border-radius:15px;overflow:hidden;box-shadow:0 4px 20px #0000001a}.actualite-detail-page .article-hero-image img{width:100%;height:400px;object-fit:cover;cursor:pointer;transition:transform .3s ease}.actualite-detail-page .article-hero-image img:hover{transform:scale(1.05)}.actualite-detail-page .article-content{margin-bottom:3rem}.actualite-detail-page .article-content .content-wrapper{max-width:800px;margin:0 auto}.actualite-detail-page .article-content .article-text{font-size:1.1rem;line-height:1.8;color:var(--text-primary)}.actualite-detail-page .article-content .article-text h3{color:var(--primary-color);font-size:1.5rem;margin:2rem 0 1rem;font-weight:600}.actualite-detail-page .article-content .article-text p{margin-bottom:1.5rem}.actualite-detail-page .article-content .article-text ul,.actualite-detail-page .article-content .article-text ol{margin:1.5rem 0;padding-left:2rem}.actualite-detail-page .article-content .article-text ul li,.actualite-detail-page .article-content .article-text ol li{margin-bottom:.5rem}.actualite-detail-page .article-content .article-text ul li{position:relative}.actualite-detail-page .article-content .article-text ul li:before{content:"•";color:var(--primary-color);font-weight:700;position:absolute;left:-1.5rem}.actualite-detail-page .article-gallery{margin-bottom:3rem}.actualite-detail-page .article-gallery h3{color:var(--primary-color);font-size:1.5rem;margin-bottom:1.5rem;font-weight:600}.actualite-detail-page .article-gallery .gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.actualite-detail-page .article-gallery .gallery-grid .gallery-item{border-radius:10px;overflow:hidden;cursor:pointer;transition:transform .3s ease}.actualite-detail-page .article-gallery .gallery-grid .gallery-item:hover{transform:scale(1.05)}.actualite-detail-page .article-gallery .gallery-grid .gallery-item img{width:100%;height:200px;object-fit:cover}.actualite-detail-page .related-articles{margin-bottom:3rem}.actualite-detail-page .related-articles h3{color:var(--primary-color);font-size:1.5rem;margin-bottom:1.5rem;font-weight:600}.actualite-detail-page .related-articles .related-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.actualite-detail-page .related-articles .related-grid .related-card{background:var(--bg-white);border-radius:15px;overflow:hidden;box-shadow:0 2px 10px #0000001a;transition:all .3s ease;text-decoration:none;color:inherit}.actualite-detail-page .related-articles .related-grid .related-card:hover{transform:translateY(-5px);box-shadow:0 5px 20px #00000026}.actualite-detail-page .related-articles .related-grid .related-card img{width:100%;height:200px;object-fit:cover}.actualite-detail-page .related-articles .related-grid .related-card .related-content{padding:1.5rem}.actualite-detail-page .related-articles .related-grid .related-card .related-content .related-category{background:var(--primary-color);color:#fff;padding:.3rem .8rem;border-radius:15px;font-size:.8rem;font-weight:500}.actualite-detail-page .related-articles .related-grid .related-card .related-content h4{color:var(--text-primary);font-size:1.2rem;margin:1rem 0 .5rem;font-weight:600}.actualite-detail-page .related-articles .related-grid .related-card .related-content p{color:var(--text-secondary);font-size:.9rem;line-height:1.5;margin-bottom:1rem}.actualite-detail-page .related-articles .related-grid .related-card .related-content .related-date{color:var(--text-secondary);font-size:.8rem}.actualite-detail-page .article-cta{background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));color:#fff;padding:3rem 2rem;border-radius:20px;text-align:center;margin-bottom:2rem}.actualite-detail-page .article-cta .cta-content{max-width:600px;margin:0 auto}.actualite-detail-page .article-cta .cta-content h3{font-size:2rem;margin-bottom:1rem;font-weight:600}.actualite-detail-page .article-cta .cta-content p{font-size:1.1rem;margin-bottom:2rem;opacity:.9}.actualite-detail-page .article-cta .cta-content .cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.actualite-detail-page .article-cta .cta-content .cta-buttons .cta-btn{padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;transition:all .3s ease;border:2px solid white}.actualite-detail-page .article-cta .cta-content .cta-buttons .cta-btn.primary{background:#fff;color:var(--primary-color)}.actualite-detail-page .article-cta .cta-content .cta-buttons .cta-btn.primary:hover,.actualite-detail-page .article-cta .cta-content .cta-buttons .cta-btn.secondary{background:transparent;color:#fff}.actualite-detail-page .article-cta .cta-content .cta-buttons .cta-btn.secondary:hover{background:#fff;color:var(--primary-color)}.actualite-detail-page .gallery-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:1000}.actualite-detail-page .gallery-modal .modal-content{position:relative;max-width:90%;max-height:90%}.actualite-detail-page .gallery-modal .modal-content img{max-width:100%;max-height:100%;object-fit:contain}.actualite-detail-page .gallery-modal .modal-content .modal-close{position:absolute;top:-50px;right:0;background:none;border:none;color:#fff;font-size:2rem;cursor:pointer;transition:opacity .3s ease}.actualite-detail-page .gallery-modal .modal-content .modal-close:hover{opacity:.7}.actualite-detail-page .gallery-modal .modal-content .modal-prev,.actualite-detail-page .gallery-modal .modal-content .modal-next{position:absolute;top:50%;transform:translateY(-50%);background:#fff3;border:none;color:#fff;font-size:1.5rem;padding:1rem;border-radius:50%;cursor:pointer;transition:background .3s ease}.actualite-detail-page .gallery-modal .modal-content .modal-prev:hover,.actualite-detail-page .gallery-modal .modal-content .modal-next:hover{background:#ffffff4d}.actualite-detail-page .gallery-modal .modal-content .modal-prev{left:-80px}.actualite-detail-page .gallery-modal .modal-content .modal-next{right:-80px}.actualite-detail-page .gallery-modal .modal-content .modal-counter{position:absolute;bottom:-50px;left:50%;transform:translate(-50%);color:#fff;font-size:1rem}.actualite-detail-page .article-not-found{text-align:center;padding:4rem 2rem}.actualite-detail-page .article-not-found h2{color:var(--text-primary);font-size:2rem;margin-bottom:1rem}.actualite-detail-page .article-not-found p{color:var(--text-secondary);font-size:1.1rem;margin-bottom:2rem}.actualite-detail-page .article-not-found .back-btn{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:var(--primary-color);color:#fff;text-decoration:none;border-radius:50px;transition:all .3s ease;font-weight:500}.actualite-detail-page .article-not-found .back-btn:hover{background:var(--primary-dark);transform:translateY(-2px)}@media (max-width: 768px){.actualite-detail-page{padding:5rem 0 1rem}.actualite-detail-page .article-nav{flex-direction:column;align-items:flex-start;gap:1rem}.actualite-detail-page .article-nav .breadcrumb{font-size:.8rem}.actualite-detail-page .article-header .article-title{font-size:2rem}.actualite-detail-page .article-header .article-excerpt{font-size:1.1rem}.actualite-detail-page .article-header .article-info{flex-direction:column;align-items:flex-start;gap:1rem}.actualite-detail-page .article-header .article-info .info-left{flex-direction:column;gap:1rem}.actualite-detail-page .article-hero-image img{height:250px}.actualite-detail-page .article-content .article-text{font-size:1rem}.actualite-detail-page .related-articles .related-grid{grid-template-columns:1fr}.actualite-detail-page .gallery-modal .modal-content .modal-prev,.actualite-detail-page .gallery-modal .modal-content .modal-next{top:auto;bottom:20px;transform:none}.actualite-detail-page .gallery-modal .modal-content .modal-prev{left:20px}.actualite-detail-page .gallery-modal .modal-content .modal-next{right:20px}.actualite-detail-page .article-cta{padding:2rem 1rem}.actualite-detail-page .article-cta .cta-content h3{font-size:1.5rem}.actualite-detail-page .article-cta .cta-content p{font-size:1rem}.actualite-detail-page .article-cta .cta-content .cta-buttons{flex-direction:column;align-items:center}}.about-tabs{margin:2rem 0}.about-tabs .tabs-navigation{display:flex;border-bottom:1px solid #dddddd;margin-bottom:1.5rem}@media (max-width: 576px){.about-tabs .tabs-navigation{flex-direction:column;gap:.25rem;border-bottom:none}}.about-tabs .tabs-navigation .tab-btn{padding:.5rem 1rem;border:none;background:none;font-size:1.1rem;font-weight:500;color:#666;cursor:pointer;transition:all .3s ease;position:relative}.about-tabs .tabs-navigation .tab-btn:after{content:"";position:absolute;bottom:-1px;left:0;width:0;height:3px;background-color:#0c8bc9;transition:width .3s ease}.about-tabs .tabs-navigation .tab-btn:hover{color:#0c8bc9}.about-tabs .tabs-navigation .tab-btn.active{color:#0c8bc9;font-weight:600}.about-tabs .tabs-navigation .tab-btn.active:after{width:100%}@media (max-width: 576px){.about-tabs .tabs-navigation .tab-btn{border:1px solid #dddddd;border-radius:4px;text-align:center}.about-tabs .tabs-navigation .tab-btn:after{display:none}.about-tabs .tabs-navigation .tab-btn.active{background-color:#0c8bc9;color:#fff;border-color:#0c8bc9}}.about-tabs .tab-content{min-height:300px}.about-tabs .mission-content .mission-areas{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media (max-width: 992px){.about-tabs .mission-content .mission-areas{grid-template-columns:repeat(2,1fr)}}@media (max-width: 576px){.about-tabs .mission-content .mission-areas{grid-template-columns:1fr}}.about-tabs .mission-content .mission-area{background-color:#fff;border-radius:8px;box-shadow:0 4px 8px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;padding:1.5rem;text-align:center}.about-tabs .mission-content .mission-area:hover{transform:translateY(-5px);box-shadow:0 8px 16px #0000001a}.about-tabs .mission-content .mission-area .mission-icon{font-size:2.5rem;color:#0c8bc9;margin-bottom:1rem}.about-tabs .mission-content .mission-area h3{font-size:1.3rem;font-weight:600;margin-bottom:.5rem;color:#333}.about-tabs .mission-content .mission-area p{color:#666;line-height:1.5}.about-tabs .values-content .values-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:1rem}.about-tabs .values-content .values-list li{display:flex;align-items:flex-start;padding:1rem;border-radius:8px;background-color:#fff;box-shadow:0 2px 4px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.about-tabs .values-content .values-list li:hover{transform:translateY(-3px);box-shadow:0 4px 8px #0000001a}.about-tabs .values-content .values-list li .value-icon{color:#0c8bc9;font-size:1.5rem;margin-right:1rem;flex-shrink:0}.about-tabs .values-content .values-list li h3{font-size:1.2rem;font-weight:600;margin-bottom:.25rem;color:#333}.about-tabs .values-content .values-list li p{color:#666;line-height:1.5}.about-tabs .approach-content .approach-intro{font-size:1.1rem;color:#666;margin-bottom:1.5rem;text-align:center;max-width:800px;margin-left:auto;margin-right:auto}.about-tabs .approach-content .approach-steps{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}@media (max-width: 992px){.about-tabs .approach-content .approach-steps{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.about-tabs .approach-content .approach-steps{grid-template-columns:repeat(2,1fr)}}@media (max-width: 576px){.about-tabs .approach-content .approach-steps{grid-template-columns:1fr}}.about-tabs .approach-content .approach-step{background-color:#fff;border-radius:8px;box-shadow:0 4px 8px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;padding:1rem;text-align:center;display:flex;flex-direction:column;align-items:center}.about-tabs .approach-content .approach-step:hover{transform:translateY(-5px);box-shadow:0 8px 16px #0000001a}.about-tabs .approach-content .approach-step .step-number{width:40px;height:40px;border-radius:50%;background-color:#0c8bc9;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;margin-bottom:.5rem}.about-tabs .approach-content .approach-step h3{font-size:1.2rem;font-weight:600;margin-bottom:.5rem;color:#333}.about-tabs .approach-content .approach-step p{color:#666;line-height:1.5}.who-we-are-section{padding:50px 0;text-align:center;opacity:0;transform:translateY(40px);transition:opacity .8s ease-out,transform .8s ease-out;border-radius:30px;margin-bottom:40px}.who-we-are-section.is-visible{opacity:1;transform:translateY(0)}.who-we-are-section .who-we-are-text{max-width:750px;margin:0 auto 30px}.who-we-are-section .who-we-are-text h2{font-size:2rem;color:#2c3e50;margin-bottom:20px;font-weight:600}.who-we-are-section .who-we-are-text p{font-size:1.05rem;color:#5a6268;line-height:1.75;margin-bottom:15px}.who-we-are-section .who-we-are-cta .btn{min-width:180px;font-weight:600;padding:.875rem 1.75rem;border-radius:50px;font-size:1rem;transition:all .3s ease;text-decoration:none;display:inline-block;background-color:transparent;color:#0c8bc9;border:2px solid #0C8BC9}.who-we-are-section .who-we-are-cta .btn:hover{background-color:#0c8bc9;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #08598133}@media (max-width: 768px){.who-we-are-section{padding:40px 0;transform:translateY(20px);margin-bottom:30px}.who-we-are-section.is-visible{transform:translateY(0)}.who-we-are-section .who-we-are-text h2{font-size:1.8rem}.who-we-are-section .who-we-are-text p{font-size:1rem}}.team-section{padding:2rem 0;background:#fff;position:relative;width:100vw;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%)}.team-section .team-content{max-width:1200px;margin:0 auto;padding:0 1rem}@media (max-width: 576px){.team-section .team-content{padding:0 .5rem}}.team-section .section-header{text-align:center;max-width:800px;margin:0 auto 2rem;position:relative;z-index:1}.team-section .section-header .section-title{font-size:2rem;font-weight:600;line-height:1.2;color:#333;margin-bottom:1rem;position:relative}@media (max-width: 768px){.team-section .section-header .section-title{font-size:1.75rem}}.team-section .section-header .section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:3px;background:linear-gradient(90deg,#0c8bc9,#4caf50);border-radius:2px}.team-section .section-header .section-description{font-size:1.1rem;line-height:1.6;color:#666;margin-top:1rem}.team-section .team-carousel{position:relative;margin-bottom:1.5rem}@media (min-width: 1400px){.team-section .team-carousel .team-carousel-container{display:flex;justify-content:center;overflow:visible}.team-section .team-carousel .team-carousel-container .team-grid{display:flex;gap:1rem;justify-content:center;align-items:stretch}}@media (max-width: 1399px){.team-section .team-carousel .team-carousel-container{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth;cursor:grab}.team-section .team-carousel .team-carousel-container:active{cursor:grabbing}.team-section .team-carousel .team-carousel-container::-webkit-scrollbar{display:none}.team-section .team-carousel .team-carousel-container .team-grid{display:flex;gap:1rem;padding:0 1rem;width:max-content}}@media (max-width: 576px){.team-section .team-carousel .team-carousel-container .team-grid{gap:.5rem;padding:0 .5rem}}@media (min-width: 1400px){.team-section .team-grid .team-member-card{flex:0 0 calc(20% - .8rem);min-width:220px;max-width:280px}}@media (max-width: 1399px) and (min-width: 768px){.team-section .team-grid .team-member-card{flex:0 0 320px;min-width:320px;max-width:320px}}@media (max-width: 768px){.team-section .team-grid .team-member-card{flex:0 0 280px;min-width:280px;max-width:280px}}.team-section .team-member-card{background:#fff;border-radius:8px;overflow:hidden;transition:all .3s ease;border:1px solid rgba(221,221,221,.1)}.team-section .team-member-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001a}.team-section .team-member-card .member-image-container{height:220px;overflow:hidden}@media (max-width: 992px){.team-section .team-member-card .member-image-container{height:250px}}@media (max-width: 576px){.team-section .team-member-card .member-image-container{height:250px}}.team-section .team-member-card .member-image-container .member-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.team-section .team-member-card .member-info{padding:1.5rem;text-align:center}@media (max-width: 992px){.team-section .team-member-card .member-info{padding:1rem}}@media (max-width: 576px){.team-section .team-member-card .member-info{padding:1.5rem}}.team-section .team-member-card .member-info .member-name{font-size:1.2rem;font-weight:700;color:#333;margin-bottom:.25rem}@media (max-width: 992px){.team-section .team-member-card .member-info .member-name{font-size:1.3rem}}@media (max-width: 576px){.team-section .team-member-card .member-info .member-name{font-size:1.3rem}}.team-section .team-member-card .member-info .member-role{font-size:.9rem;color:#0c8bc9;font-weight:500;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}@media (max-width: 992px){.team-section .team-member-card .member-info .member-role{font-size:.95rem}}@media (max-width: 576px){.team-section .team-member-card .member-info .member-role{font-size:.9rem}}.team-section .team-member-card .member-info .member-bio{font-size:.9rem;line-height:1.5;color:#666;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@media (max-width: 992px){.team-section .team-member-card .member-info .member-bio{font-size:.95rem;-webkit-line-clamp:4;line-clamp:4}}@media (max-width: 576px){.team-section .team-member-card .member-info .member-bio{font-size:.9rem;-webkit-line-clamp:4;line-clamp:4}}.timeline-section{padding:2rem 0;background-color:#f5f5f5;opacity:0;transform:translateY(30px);transition:all .8s ease-out;border-radius:16px;margin:1rem}@media (max-width: 768px){.timeline-section{margin:.5rem;border-radius:12px}}@media (max-width: 576px){.timeline-section{margin:.25rem;border-radius:8px}}.timeline-section.section-visible{opacity:1;transform:translateY(0)}.timeline-section .section-header{text-align:center;max-width:800px;margin:0 auto 2rem;padding:0 1rem}.timeline-section .section-header .section-title{font-size:2rem;font-weight:600;line-height:1.2;color:#333;margin-bottom:1rem;opacity:0;animation:fadeInUp 1s ease-out .3s forwards}@media (max-width: 768px){.timeline-section .section-header .section-title{font-size:1.75rem}}.timeline-section .section-header .section-description{font-size:1.1rem;line-height:1.6;color:#666;opacity:0;animation:fadeInUp 1s ease-out .6s forwards}.timeline-section .timeline{max-width:800px;margin:0 auto;padding:0 1rem;display:flex;flex-direction:column;gap:2rem}@media (max-width: 768px){.timeline-section .timeline{gap:1.5rem;padding:0 .5rem}}@media (max-width: 576px){.timeline-section .timeline{padding:0 .25rem;gap:1rem}}.timeline-section .timeline-event{opacity:0;transform:translateY(50px);transition:all .8s cubic-bezier(.25,.46,.45,.94);width:100%}.timeline-section .timeline-event.animate-in{opacity:1;transform:translateY(0)}.timeline-section .timeline-event:nth-child(1){transition-delay:.1s}.timeline-section .timeline-event:nth-child(2){transition-delay:.2s}.timeline-section .timeline-event:nth-child(3){transition-delay:.3s}.timeline-section .timeline-event:nth-child(4){transition-delay:.4s}.timeline-section .timeline-event:nth-child(5){transition-delay:.5s}.timeline-section .timeline-event:nth-child(6){transition-delay:.6s}.timeline-section .timeline-event:nth-child(7){transition-delay:.7s}.timeline-section .timeline-event:nth-child(8){transition-delay:.8s}.timeline-section .timeline-event:nth-child(9){transition-delay:.9s}.timeline-section .timeline-event:nth-child(10){transition-delay:1s}.timeline-section .timeline-event:nth-child(11){transition-delay:1.1s}.timeline-section .event-year{background:linear-gradient(135deg,#0c8bc9,#47bbf4);color:#fff;padding:.25rem .5rem;border-radius:8px;font-weight:700;font-size:1rem;display:inline-block;margin-bottom:.5rem;box-shadow:0 4px 15px #0c8bc94d;transition:all .3s ease}.timeline-section .event-year:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0c8bc966}@media (max-width: 576px){.timeline-section .event-year{font-size:.9rem;padding:6px 10px}}.timeline-section .event-content{background-color:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 10px 30px #00000014,0 4px 15px #0000000d;border:1px solid rgba(12,139,201,.08);transition:all .4s cubic-bezier(.25,.46,.45,.94);position:relative;overflow:hidden;width:100%}.timeline-section .event-content:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(12,139,201,.05),transparent);transition:left .6s ease}.timeline-section .event-content:hover{transform:translateY(-5px) scale(1.01);box-shadow:0 20px 40px #0000001f,0 8px 25px #0c8bc926;border-color:#0c8bc933}.timeline-section .event-content:hover:before{left:100%}@media (max-width: 768px){.timeline-section .event-content{padding:1rem}.timeline-section .event-content:hover{transform:translateY(-3px) scale(1.005)}}@media (max-width: 576px){.timeline-section .event-content{padding:.5rem;border-radius:8px}.timeline-section .event-content:hover{transform:translateY(-2px)}}.timeline-section .event-content .event-title{font-size:1.3rem;font-weight:600;color:#333;margin-bottom:.5rem;line-height:1.3}@media (max-width: 768px){.timeline-section .event-content .event-title{font-size:1.2rem}}@media (max-width: 576px){.timeline-section .event-content .event-title{font-size:1.1rem}}.timeline-section .event-content .event-description{font-size:1rem;line-height:1.6;color:#666}@media (max-width: 576px){.timeline-section .event-content .event-description{font-size:.9rem;line-height:1.5}}.timeline-section .timeline-event:nth-child(3n+1) .event-year{background:linear-gradient(135deg,#4caf50,#92cf94);box-shadow:0 4px 15px #4caf504d}.timeline-section .timeline-event:nth-child(3n+1) .event-year:hover{box-shadow:0 6px 20px #4caf5066}.timeline-section .timeline-event:nth-child(3n+2) .event-year{background:linear-gradient(135deg,#ff8c00,#ffba66);box-shadow:0 4px 15px #ff8c004d}.timeline-section .timeline-event:nth-child(3n+2) .event-year:hover{box-shadow:0 6px 20px #ff8c0066}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(50px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.nous-decouvrir-page{opacity:0;transform:translateY(20px);transition:opacity .8s ease,transform .8s ease}.nous-decouvrir-page.visible{opacity:1;transform:translateY(0)}.hero-section{display:flex;align-items:center;gap:40px;margin-bottom:60px}.hero-section .hero-content{flex:1}.hero-section .hero-content .page-title{font-size:2.5rem;font-weight:700;margin-bottom:20px;color:var(--heading-color, #222)}.hero-section .hero-content .hero-text{font-size:1.1rem;line-height:1.6;color:#555;margin-bottom:30px}.hero-section .hero-content .btn-primary{display:inline-block;padding:12px 24px;background-color:var(--primary-color, #1a73e8);color:#fff;text-decoration:none;border-radius:30px;font-weight:600;transition:all .3s ease}.hero-section .hero-content .btn-primary:hover{background-color:#1567d3;transform:translateY(-2px)}.hero-section .hero-image-container{flex:1}.hero-section .hero-image-container .hero-image{width:100%;max-width:500px;border-radius:8px;box-shadow:0 10px 30px #00000026}@media (max-width: 991px){.hero-section{flex-direction:column}.hero-section .hero-content{text-align:center;margin-bottom:30px}.hero-section .hero-image-container{width:100%;display:flex;justify-content:center}.hero-section .hero-image-container .hero-image{max-width:100%}}.benefits-section{margin-bottom:60px}.benefits-section .section-title{text-align:center;font-size:2rem;font-weight:700;margin-bottom:40px;color:var(--heading-color, #222)}.benefits-section .benefits-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:30px}.benefits-section .benefits-grid .benefit-card{background-color:#fff;padding:30px;border-radius:8px;box-shadow:0 5px 15px #00000014;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.benefits-section .benefits-grid .benefit-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000026}.benefits-section .benefits-grid .benefit-card .benefit-icon{font-size:2.5rem;color:var(--primary-color, #1a73e8);margin-bottom:20px}.benefits-section .benefits-grid .benefit-card .benefit-title{font-size:1.2rem;font-weight:600;margin-bottom:15px;color:#333}.benefits-section .benefits-grid .benefit-card .benefit-description{color:#666;line-height:1.5}@media (max-width: 768px){.benefits-section .benefits-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px}}@media (max-width: 480px){.benefits-section .benefits-grid{grid-template-columns:1fr}}.types-section{margin-bottom:60px}.types-section .section-title{text-align:center;font-size:2rem;font-weight:700;margin-bottom:40px;color:var(--heading-color, #222)}.types-section .partnership-types{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:30px}.types-section .partnership-types .partnership-card{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 5px 15px #00000014;transition:transform .3s ease,box-shadow .3s ease}.types-section .partnership-types .partnership-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000026}.types-section .partnership-types .partnership-card .partnership-image-container{height:200px;overflow:hidden}.types-section .partnership-types .partnership-card .partnership-image-container .partnership-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.types-section .partnership-types .partnership-card .partnership-image-container:hover .partnership-image{transform:scale(1.05)}.types-section .partnership-types .partnership-card .partnership-content{padding:25px}.types-section .partnership-types .partnership-card .partnership-content .partnership-title{font-size:1.3rem;font-weight:600;margin-bottom:15px;color:#333}.types-section .partnership-types .partnership-card .partnership-content .partnership-description{color:#666;line-height:1.5;margin-bottom:20px;min-height:75px}.types-section .partnership-types .partnership-card .partnership-content .partnership-link{display:inline-flex;align-items:center;color:var(--primary-color, #1a73e8);font-weight:600;text-decoration:none}.types-section .partnership-types .partnership-card .partnership-content .partnership-link svg{margin-left:8px;transition:transform .3s ease}.types-section .partnership-types .partnership-card .partnership-content .partnership-link:hover svg{transform:translate(4px)}@media (max-width: 768px){.types-section .partnership-types{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}}@media (max-width: 480px){.types-section .partnership-types{grid-template-columns:1fr}}.testimonials-section{margin-bottom:60px}.testimonials-section .section-title{text-align:center;font-size:2rem;font-weight:700;margin-bottom:40px;color:var(--heading-color, #222)}.testimonials-section .testimonials-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(450px,1fr));gap:30px}.testimonials-section .testimonials-container .testimonial-card{background-color:#fff;border-radius:8px;padding:30px;box-shadow:0 5px 15px #00000014;transition:transform .3s ease,box-shadow .3s ease}.testimonials-section .testimonials-container .testimonial-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000026}.testimonials-section .testimonials-container .testimonial-card .quote-container{margin-bottom:20px}.testimonials-section .testimonials-container .testimonial-card .quote-container .quote{font-size:1.1rem;line-height:1.6;color:#555;font-style:italic}.testimonials-section .testimonials-container .testimonial-card .testimonial-footer{display:flex;justify-content:space-between;align-items:center}.testimonials-section .testimonials-container .testimonial-card .testimonial-footer .testimonial-info .testimonial-name{font-size:1.1rem;font-weight:600;margin-bottom:5px;color:#333}.testimonials-section .testimonials-container .testimonial-card .testimonial-footer .testimonial-info .testimonial-role{font-size:.9rem;color:#777}.testimonials-section .testimonials-container .testimonial-card .testimonial-footer .testimonial-logo{max-width:120px}.testimonials-section .testimonials-container .testimonial-card .testimonial-footer .testimonial-logo img{max-width:100%;height:auto}@media (max-width: 991px){.testimonials-section .testimonials-container{grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}}@media (max-width: 768px){.testimonials-section .testimonials-container{grid-template-columns:1fr}.testimonials-section .testimonials-container .testimonial-card .testimonial-footer{flex-direction:column;align-items:flex-start}.testimonials-section .testimonials-container .testimonial-card .testimonial-footer .testimonial-info{margin-bottom:15px}}.faq-section{margin-bottom:60px}.faq-section .section-title{text-align:center;font-size:2rem;font-weight:700;margin-bottom:40px;color:var(--heading-color, #222);margin-top:5vh}.faq-section .faq-list{max-width:800px;margin:0 auto 30px}.faq-section .faq-list .faq-item{margin-bottom:25px;padding-bottom:25px;border-bottom:1px solid #eee}.faq-section .faq-list .faq-item:last-child{border-bottom:none}.faq-section .faq-list .faq-item .faq-question{font-size:1.2rem;font-weight:600;margin-bottom:15px;color:#333}.faq-section .faq-list .faq-item .faq-answer{font-size:1rem;line-height:1.6;color:#666}.faq-section .faq-more{text-align:center}.faq-section .faq-more .faq-link{display:inline-flex;align-items:center;color:var(--primary-color, #1a73e8);font-weight:600;text-decoration:none;font-size:1.1rem}.faq-section .faq-more .faq-link svg{margin-left:8px;transition:transform .3s ease}.faq-section .faq-more .faq-link:hover svg{transform:translate(4px)}@media (max-width: 768px){.faq-section .faq-list{padding:0 15px}.faq-section .faq-list .faq-item{margin-bottom:20px;padding-bottom:20px}.faq-section .faq-list .faq-item .faq-question{font-size:1.1rem}}.devenir-partenaire-page{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.devenir-partenaire-page.visible{opacity:1;transform:translateY(0)}@media (max-width: 768px){.devenir-partenaire-page{padding:40px 0}}.hero-section{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;width:100%;position:relative;overflow:hidden;margin-top:-80px;padding:0;opacity:0;transform:translateY(20px);transition:opacity .8s ease,transform .8s ease}.hero-section.visible{opacity:1;transform:translateY(0)}.hero-section .hero-background{position:absolute;top:0;left:0;width:100%;height:120%;background-size:cover;background-position:center;z-index:1;will-change:transform}.hero-section .hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(#0006,#0009);z-index:2}.hero-section .hero-content{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem;max-width:800px;z-index:3}@media (max-width: 768px){.hero-section .hero-content{padding:1.5rem 1rem}}.hero-section .hero-title{font-size:2.5rem;line-height:1.2;margin-bottom:1.5rem;color:#fff;margin-bottom:1rem;font-size:3.5rem;font-weight:700;text-shadow:0 2px 10px rgba(0,0,0,.3)}@media (max-width: 768px){.hero-section .hero-title{font-size:2rem}}@media (max-width: 768px){.hero-section .hero-title{font-size:2.5rem}}@media (max-width: 576px){.hero-section .hero-title{font-size:2rem}}.hero-section .hero-subtitle{font-size:1.5rem;color:#ffffffe6;margin-bottom:1.5rem;line-height:1.6;max-width:700px;text-shadow:0 2px 10px rgba(0,0,0,.3)}@media (max-width: 768px){.hero-section .hero-subtitle{font-size:1.25rem}}@media (max-width: 576px){.hero-section .hero-subtitle{font-size:1.1rem}}.hero-section .hero-buttons{display:flex;gap:1rem;margin-top:1rem}@media (max-width: 768px){.hero-section .hero-buttons{flex-direction:column;gap:.5rem}}.hero-section .hero-buttons .btn{min-width:180px;font-weight:600;padding:.875rem 1.75rem;border-radius:50px;font-size:1.1rem;transition:all .3s ease}@media (max-width: 768px){.hero-section .hero-buttons .btn{min-width:200px}}.hero-section .hero-buttons .btn.btn-primary{background-color:#ff8c00;color:#fff;border:none;box-shadow:0 4px 15px #ff8c0066}.hero-section .hero-buttons .btn.btn-primary:hover{transform:translateY(-3px);box-shadow:0 8px 25px #ff8c0080}.hero-section .hero-buttons .btn.btn-outline{background-color:transparent;color:#fff;border:2px solid #ffffff}.hero-section .hero-buttons .btn.btn-outline:hover{background-color:#ffffff1a;transform:translateY(-3px)}.hero-section .scroll-indicator{position:absolute;bottom:40px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;color:#fff;z-index:3;cursor:pointer;opacity:.8;transition:opacity .3s ease}.hero-section .scroll-indicator:hover{opacity:1}.hero-section .scroll-indicator .scroll-arrow{width:30px;height:30px;margin-bottom:5px;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;transform:rotate(45deg);animation:bounce 2s infinite}.hero-section .scroll-indicator span{font-size:.875rem;text-transform:uppercase;letter-spacing:1px}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0) rotate(45deg)}40%{transform:translateY(-10px) rotate(45deg)}60%{transform:translateY(-5px) rotate(45deg)}}.nos-missions-page{padding-top:80px;opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease;overflow-x:hidden;background-color:#fcfdff}.nos-missions-page.visible{opacity:1;transform:translateY(0)}.nos-missions-page .hero-section{margin-top:0!important;height:65vh!important;width:100%;position:relative;overflow:hidden}.nos-missions-page .hero-section .hero-background-video{position:absolute;top:-10%;left:0;width:100%;height:120%;object-fit:cover;z-index:1;will-change:transform}.nos-missions-page .hero-section .hero-title{opacity:0;transform:translateY(20px);transition:opacity .6s ease-out .4s,transform .6s ease-out .4s}.nos-missions-page .hero-section.visible .hero-title{opacity:1;transform:translateY(0)}.nos-missions-page .container.page-content-container{max-width:1140px;margin:0 auto;padding:60px 15px 40px;background-color:#fcfdff;position:relative;z-index:5}.nos-missions-page .missions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:35px;margin-bottom:60px}.nos-missions-page .mission-card{background-color:#fff;padding:30px;border-radius:12px;box-shadow:0 6px 24px #2d374814;opacity:0;transform:translateY(20px);animation:fadeInUp .5s ease forwards;transition:transform .35s ease,box-shadow .35s ease}.nos-missions-page .mission-card:hover{transform:translateY(-6px);box-shadow:0 10px 30px #2d37481f}.nos-missions-page .mission-card h2{font-size:1.6rem;color:#1a2533;margin-bottom:18px;font-weight:700;line-height:1.3}.nos-missions-page .mission-card p{font-size:.95rem;line-height:1.7;color:#4a5568}.nos-missions-page .additional-content-section{padding:50px 0;text-align:center;opacity:0;transform:translateY(40px);transition:opacity .8s ease-out,transform .8s ease-out;margin-bottom:40px}.nos-missions-page .additional-content-section.is-visible{opacity:1;transform:translateY(0)}.nos-missions-page .additional-content-section .additional-content-text{max-width:750px;margin:0 auto 30px}.nos-missions-page .additional-content-section .additional-content-text h2{font-size:2rem;color:#2c3e50;margin-bottom:20px;font-weight:600}.nos-missions-page .additional-content-section .additional-content-text p{font-size:1.05rem;color:#5a6268;line-height:1.75;margin-bottom:15px}.nos-missions-page .additional-content-section .additional-content-cta .btn{min-width:180px;font-weight:600;padding:.875rem 1.75rem;border-radius:50px;font-size:1rem;transition:all .3s ease;text-decoration:none;display:inline-block;background-color:transparent;color:#0c8bc9;border:2px solid #0c8bc9}.nos-missions-page .additional-content-section .additional-content-cta .btn:hover{background-color:#0c8bc9;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #08598133}.nos-missions-page .interview-video-section{padding:60px 20px 80px;position:relative;z-index:5;opacity:0;transform:translate(-40px);transition:opacity .8s ease-out,transform .8s ease-out .2s}.nos-missions-page .interview-video-section.is-visible{opacity:1;transform:translate(0)}.nos-missions-page .interview-video-player-wrapper{max-width:880px;margin:0 auto;border-radius:16px;overflow:hidden;box-shadow:0 15px 45px #00000026,0 8px 20px #0000001a}.nos-missions-page .interview-video-player{display:block;width:100%;height:100%}@media (max-width: 992px){.nos-missions-page .missions-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:30px}.nos-missions-page .mission-card h2{font-size:1.5rem}.nos-missions-page .mission-card p{font-size:.9rem}.nos-missions-page .additional-content-section .additional-content-text h2{font-size:1.8rem}.nos-missions-page .additional-content-section .additional-content-text p{font-size:1rem}}@media (max-width: 768px){.nos-missions-page .hero-section{height:55vh!important}.nos-missions-page .container.page-content-container{padding:40px 15px 30px}.nos-missions-page .missions-grid{gap:25px;margin-bottom:40px}.nos-missions-page .additional-content-section{padding:40px 0;transform:translateY(20px);margin-bottom:30px}.nos-missions-page .additional-content-section.is-visible{transform:translateY(0)}.nos-missions-page .interview-video-section{padding:40px 15px 60px;transform:translate(-20px)}.nos-missions-page .interview-video-section.is-visible{transform:translate(0)}}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.donation-amounts{margin-bottom:1.5rem}.donation-amounts .donation-type-selector{margin-bottom:1rem}.donation-amounts .donation-type-selector .donation-type-label{display:block;font-weight:500;margin-bottom:.5rem;color:#333}.donation-amounts .donation-type-selector .donation-type-buttons{display:flex;gap:.5rem}@media (max-width: 576px){.donation-amounts .donation-type-selector .donation-type-buttons{flex-direction:column}}.donation-amounts .donation-type-selector .donation-type-buttons .donation-type-btn{flex:1;padding:.5rem 1rem;border:2px solid #dddddd;border-radius:8px;background-color:#fff;color:#333;font-weight:500;text-align:center;cursor:pointer;transition:all .3s ease}.donation-amounts .donation-type-selector .donation-type-buttons .donation-type-btn:hover{background-color:#f5f5f5}.donation-amounts .donation-type-selector .donation-type-buttons .donation-type-btn.active{border-color:#0c8bc9;background-color:#e6f4fa;color:#0c8bc9}@media (max-width: 576px){.donation-amounts .donation-type-selector .donation-type-buttons .donation-type-btn{padding:.5rem}}.donation-amounts .donation-amount-selector .donation-amount-label{display:block;font-weight:500;margin-bottom:.5rem;color:#333}.donation-amounts .donation-amount-selector .amount-buttons{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}@media (max-width: 768px){.donation-amounts .donation-amount-selector .amount-buttons{grid-template-columns:1fr}}.donation-amounts .donation-amount-selector .amount-buttons .amount-btn{padding:1rem;border:2px solid #dddddd;border-radius:8px;background-color:#fff;color:#333;font-size:1.1rem;font-weight:500;text-align:center;cursor:pointer;transition:all .3s ease}.donation-amounts .donation-amount-selector .amount-buttons .amount-btn:hover{background-color:#f5f5f5}.donation-amounts .donation-amount-selector .amount-buttons .amount-btn.active{border-color:#0c8bc9;background-color:#e6f4fa;color:#0c8bc9}.donation-amounts .donation-amount-selector .amount-buttons .custom-amount{position:relative}.donation-amounts .donation-amount-selector .amount-buttons .custom-amount .custom-amount-input{width:100%;padding:1rem 2.5rem 1rem 1rem;border:2px solid #dddddd;border-radius:8px;font-size:1.1rem;transition:all .3s ease}.donation-amounts .donation-amount-selector .amount-buttons .custom-amount .custom-amount-input:focus,.donation-amounts .donation-amount-selector .amount-buttons .custom-amount .custom-amount-input.active{border-color:#0c8bc9;outline:none}.donation-amounts .donation-amount-selector .amount-buttons .custom-amount .custom-amount-input.active{background-color:#e6f4fa;color:#0c8bc9}.donation-amounts .donation-amount-selector .amount-buttons .custom-amount .euro-symbol{position:absolute;right:1rem;top:50%;transform:translateY(-50%);color:#666;font-size:1.1rem;font-weight:500;pointer-events:none}.checkout-form{background-color:#fff;border-radius:8px;padding:30px;box-shadow:0 2px 10px #0000000d}.checkout-form .form-row{display:flex;gap:20px;margin-bottom:20px}@media (max-width: 768px){.checkout-form .form-row{flex-direction:column;gap:0}}.checkout-form .form-group{flex:1;margin-bottom:20px}.checkout-form .form-group label{display:block;margin-bottom:8px;font-weight:500;color:#333}.checkout-form .form-group label .card-icon{margin-left:8px;color:#6b7c93}.checkout-form .form-group input,.checkout-form .form-group select{width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:4px;font-size:.95rem;transition:border-color .3s ease}.checkout-form .form-group input:focus,.checkout-form .form-group select:focus{outline:none;border-color:var(--primary-color, #1a73e8)}.checkout-form .form-group .card-element-container{border:1px solid #ddd;padding:10px 12px;border-radius:4px;transition:border-color .3s ease}.checkout-form .form-group .card-element-container:focus-within{border-color:var(--primary-color, #1a73e8)}.checkout-form .error-message{color:#dc3545;font-size:.9rem;margin:10px 0 20px;padding:10px;background-color:#dc35451a;border-radius:4px}.checkout-form .btn-donate{background-color:var(--primary-color, #1a73e8);color:#fff;border:none;border-radius:30px;padding:14px 30px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .3s ease;width:100%;display:flex;align-items:center;justify-content:center}.checkout-form .btn-donate:hover{background-color:#1567d3}.checkout-form .btn-donate:disabled{background-color:#a0c1e7;cursor:not-allowed}.checkout-form .btn-donate .spinner{margin-right:10px;animation:spin 1s linear infinite}.checkout-form .secure-payment{text-align:center;margin-top:15px;color:#6b7c93}@media (max-width: 768px){.checkout-form{padding:20px}}.donation-success{background-color:#fff;border-radius:8px;padding:40px;text-align:center;box-shadow:0 4px 15px #00000014}.donation-success .success-icon{font-size:60px;color:#28a745;margin-bottom:20px}.donation-success .success-title{font-size:2rem;color:#28a745;margin-bottom:15px}.donation-success .success-message{color:#555;font-size:1.1rem;line-height:1.6;max-width:500px;margin:0 auto 25px}.donation-success .donation-details{background-color:#f8f9fa;border-radius:8px;padding:20px;max-width:400px;margin:0 auto 30px;text-align:left}.donation-success .donation-details p{margin:8px 0;color:#444}.donation-success .donation-details p:first-child{margin-top:0}.donation-success .donation-details p:last-child{margin-bottom:0}.donation-success .btn-donate-again{background-color:var(--primary-color, #1a73e8);color:#fff;border:none;border-radius:30px;padding:12px 25px;font-size:1rem;cursor:pointer;transition:background-color .3s ease}.donation-success .btn-donate-again:hover{background-color:#1567d3}@media (max-width: 768px){.donation-success{padding:30px 20px}.donation-success .success-icon{font-size:50px}.donation-success .success-title{font-size:1.75rem}}.donation-info{background-color:#f8f9fa;border-radius:8px;padding:30px}.donation-info h2{font-size:1.5rem;margin-bottom:15px;color:var(--heading-color, #333)}.donation-info h3{font-size:1.2rem;margin:25px 0 10px;color:var(--heading-color, #333)}.donation-info p{color:#555;line-height:1.6;margin-bottom:15px}@media (max-width: 768px){.donation-info{padding:25px 20px}}.donation-page{padding:120px 0;opacity:0;transform:translateY(20px);transition:all .8s ease;min-height:80vh}.donation-page.visible{opacity:1;transform:translateY(0)}.donation-page .container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.message-banner{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;border-radius:12px;margin-bottom:2rem;position:relative;box-shadow:0 4px 12px #0000001a;animation:slideDown .5s ease-out}.message-banner.success{background:linear-gradient(135deg,#d4edda,#c3e6cb);border:1px solid #b8dacc;color:#155724}.message-banner.success .message-icon{color:#28a745;font-size:1.5rem}.message-banner.canceled{background:linear-gradient(135deg,#f8d7da,#f5c6cb);border:1px solid #f1b0b7;color:#721c24}.message-banner.canceled .message-icon{color:#dc3545;font-size:1.5rem}.message-banner .message-content{flex-grow:1}.message-banner .message-content h3{margin:0 0 .5rem;font-size:1.1rem;font-weight:600}.message-banner .message-content p{margin:0;font-size:.95rem;line-height:1.4}.message-banner .close-button{background:none;border:none;font-size:1.5rem;cursor:pointer;padding:.25rem;border-radius:50%;width:30px;height:30px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;color:inherit}.message-banner .close-button:hover{background-color:#0000001a}.page-header{text-align:center;margin-bottom:3rem;padding:0 1rem}.page-header .page-title{color:#0c8bc9;margin-bottom:1rem;font-size:2.5rem;font-weight:700;line-height:1.2}.page-header .page-subtitle{max-width:800px;margin:0 auto;font-size:1.2rem;color:#555;line-height:1.6}.donation-content .donation-form-container{max-width:800px;margin:0 auto}.donation-options{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:16px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 12px #0000000d;border:1px solid #e9ecef}.donation-type,.donation-amount{margin-bottom:2rem}.donation-type:last-child,.donation-amount:last-child{margin-bottom:0}.donation-type h3,.donation-amount h3{margin-bottom:1.25rem;font-size:1.3rem;color:#333;font-weight:600}.type-options{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.type-options button{padding:1rem;background-color:#fff;border:2px solid #e0e0e0;border-radius:12px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;min-height:50px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000000d}.type-options button:hover{border-color:#0c8bc9;box-shadow:0 4px 12px #0c8bc926;transform:translateY(-2px)}.type-options button.active{background:linear-gradient(135deg,#0c8bc9,#17aaf1);border-color:#0c8bc9;color:#fff;box-shadow:0 4px 15px #0c8bc94d}.amount-options{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1rem}.amount-options button{padding:1rem;background-color:#fff;border:2px solid #e0e0e0;border-radius:12px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;min-height:50px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000000d}.amount-options button:hover{border-color:#0c8bc9;box-shadow:0 4px 12px #0c8bc926;transform:translateY(-2px)}.amount-options button.active{background:linear-gradient(135deg,#0c8bc9,#17aaf1);border-color:#0c8bc9;color:#fff;box-shadow:0 4px 15px #0c8bc94d}.custom-amount{position:relative}.custom-amount input{width:100%;padding:1rem 3rem 1rem 1rem;border:2px solid #e0e0e0;border-radius:12px;font-size:1rem;font-weight:500;transition:all .3s ease;box-sizing:border-box;background-color:#fff;box-shadow:0 2px 8px #0000000d}.custom-amount input:focus{outline:none;border-color:#0c8bc9;box-shadow:0 0 0 3px #0c8bc91a}.custom-amount input::placeholder{color:#999}.custom-amount .euro{position:absolute;right:1rem;top:50%;transform:translateY(-50%);color:#666;font-weight:600;pointer-events:none}.checkout-section{background-color:#fff;border-radius:16px;padding:2rem;box-shadow:0 8px 25px #0000001a;border:1px solid #e9ecef;margin-bottom:2rem}.checkout-section .btn-checkout{width:100%;padding:1.25rem 2rem;background:linear-gradient(135deg,#ff8c00,#ff6f00);color:#fff;border:none;border-radius:12px;font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .3s ease;display:flex;justify-content:center;align-items:center;gap:.75rem;box-shadow:0 4px 15px #ff8c004d;min-height:56px}.checkout-section .btn-checkout:hover:not(:disabled){background:linear-gradient(135deg,#ff9d24,#ff8200);transform:translateY(-2px);box-shadow:0 6px 20px #ff8c0066}.checkout-section .btn-checkout:disabled,.checkout-section .btn-checkout.loading{background:linear-gradient(135deg,#ffc287,#ffb366);cursor:not-allowed;transform:none}.checkout-section .btn-checkout .spinner{width:20px;height:20px;border:2px solid #ffffff;border-top:2px solid transparent;border-radius:50%;animation:spin 1s linear infinite}.checkout-section .secure-payment{text-align:center;margin-top:1rem;color:#777;font-size:.9rem;line-height:1.4}.checkout-section .secure-payment small{display:flex;align-items:center;justify-content:center;gap:.5rem}.checkout-section .secure-payment small:before{content:"🔒";font-size:1rem}.donation-info-section .tax-info,.donation-info-section .impact-info{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:16px;padding:2rem;margin-bottom:2rem;border:1px solid #e9ecef;box-shadow:0 4px 12px #0000000d}.donation-info-section .tax-info h3,.donation-info-section .impact-info h3{margin-bottom:1.25rem;font-size:1.3rem;color:#333;font-weight:600;display:flex;align-items:center;gap:.75rem}.donation-info-section .tax-info h3:before,.donation-info-section .impact-info h3:before{font-size:1.5rem}.donation-info-section .tax-info p,.donation-info-section .impact-info p{margin-bottom:1rem;color:#555;line-height:1.6;font-size:1rem}.donation-info-section .tax-info p:last-child,.donation-info-section .impact-info p:last-child{margin-bottom:0}.donation-info-section .tax-info h3:before{content:"💰"}.donation-info-section .impact-info h3:before{content:"🎯"}.donation-info-section .impact-info ul{list-style:none;padding:0;margin:0}.donation-info-section .impact-info ul li{margin-bottom:1rem;padding-left:2rem;position:relative;color:#555;line-height:1.6}.donation-info-section .impact-info ul li:last-child{margin-bottom:0}.donation-info-section .impact-info ul li:before{content:"✓";position:absolute;left:0;top:0;color:#28a745;font-weight:700;font-size:1.1rem}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 1200px){.donation-page .container{padding:0 1.25rem}.page-header .page-title{font-size:2.25rem}.page-header .page-subtitle{font-size:1.1rem}}@media (max-width: 1024px){.donation-page{padding:3rem 0 2rem}.donation-page .container{padding:0 1rem}.page-header{margin-bottom:2.5rem;padding:0 .5rem}.page-header .page-title{font-size:2rem}.donation-options,.checkout-section,.donation-info-section .tax-info,.donation-info-section .impact-info{padding:1.5rem}}@media (max-width: 768px){.donation-page{padding:2rem 0 1.5rem}.donation-page .container{padding:0 .75rem}.page-header{margin-bottom:2rem;padding:0}.page-header .page-title{font-size:1.8rem}.page-header .page-subtitle{font-size:1rem}.message-banner{padding:1rem;gap:.75rem}.message-banner .message-content h3{font-size:1rem}.message-banner .message-content p{font-size:.9rem}.donation-options{padding:1.25rem;margin-bottom:1.5rem}.donation-type h3,.donation-amount h3{font-size:1.2rem;margin-bottom:1rem}.amount-options{grid-template-columns:repeat(2,1fr);gap:.75rem}.type-options{gap:.75rem}.type-options button,.amount-options button{padding:.85rem;font-size:.95rem;min-height:44px}.custom-amount input{padding:.85rem 2.5rem .85rem .85rem;font-size:.95rem}.checkout-section{padding:1.25rem}.checkout-section .btn-checkout{padding:1rem 1.5rem;font-size:1rem;min-height:50px}.checkout-section .secure-payment{font-size:.85rem}.donation-info-section .tax-info,.donation-info-section .impact-info{padding:1.25rem}.donation-info-section .tax-info h3,.donation-info-section .impact-info h3{font-size:1.2rem;margin-bottom:1rem}.donation-info-section .tax-info p,.donation-info-section .impact-info p{font-size:.95rem}}@media (max-width: 600px){.donation-page .container{padding:0 .5rem}.page-header .page-title{font-size:1.6rem}.message-banner{flex-direction:column;text-align:center}.message-banner .close-button{position:absolute;top:.5rem;right:.5rem}.donation-options{padding:1rem}.donation-type h3,.donation-amount h3{font-size:1.1rem}.type-options,.amount-options{grid-template-columns:1fr;gap:.75rem}.amount-options button{padding:1rem;font-size:1rem}.checkout-section{padding:1rem}.checkout-section .btn-checkout{padding:.9rem 1.25rem;font-size:.95rem}.donation-info-section .tax-info,.donation-info-section .impact-info{padding:1rem}.donation-info-section .tax-info h3,.donation-info-section .impact-info h3{font-size:1.1rem;flex-direction:column;gap:.5rem;text-align:center}.donation-info-section .tax-info p,.donation-info-section .impact-info p{font-size:.9rem}.donation-info-section .tax-info ul li,.donation-info-section .impact-info ul li{padding-left:1.5rem;font-size:.9rem}}@media (max-width: 480px){.donation-page{padding:1.5rem 0 1rem}.donation-page .container{padding:0 .25rem}.page-header{margin-bottom:1.5rem}.page-header .page-title{font-size:1.4rem}.page-header .page-subtitle{font-size:.9rem}.message-banner{padding:.75rem}.message-banner .message-content h3{font-size:.95rem}.message-banner .message-content p{font-size:.85rem}.donation-options{padding:.75rem;border-radius:12px}.donation-type,.donation-amount{margin-bottom:1.5rem}.donation-type h3,.donation-amount h3{font-size:1rem;margin-bottom:.75rem}.type-options button,.amount-options button{padding:.75rem;font-size:.9rem;min-height:40px;border-radius:8px}.custom-amount input{padding:.75rem 2.25rem .75rem .75rem;font-size:.9rem;border-radius:8px}.checkout-section{padding:.75rem;border-radius:12px}.checkout-section .btn-checkout{padding:.8rem 1rem;font-size:.9rem;min-height:44px;border-radius:8px}.checkout-section .secure-payment{font-size:.8rem;margin-top:.75rem}.donation-info-section .tax-info,.donation-info-section .impact-info{padding:.75rem;border-radius:12px}.donation-info-section .tax-info h3,.donation-info-section .impact-info h3{font-size:1rem;margin-bottom:.75rem}.donation-info-section .tax-info h3:before,.donation-info-section .impact-info h3:before{font-size:1.25rem}.donation-info-section .tax-info p,.donation-info-section .impact-info p{font-size:.85rem;margin-bottom:.75rem}.donation-info-section .tax-info ul li,.donation-info-section .impact-info ul li{padding-left:1.25rem;font-size:.85rem;margin-bottom:.75rem}}@media (max-width: 320px){.page-header .page-title{font-size:1.25rem}.page-header .page-subtitle{font-size:.85rem}.donation-options{padding:.5rem}.donation-type h3,.donation-amount h3{font-size:.95rem}.type-options button,.amount-options button{padding:.6rem;font-size:.85rem;min-height:36px}.custom-amount input{padding:.6rem 2rem .6rem .6rem;font-size:.85rem}.checkout-section{padding:.5rem}.checkout-section .btn-checkout{padding:.7rem .8rem;font-size:.85rem;min-height:40px}.donation-info-section .tax-info,.donation-info-section .impact-info{padding:.5rem}.donation-info-section .tax-info h3,.donation-info-section .impact-info h3{font-size:.95rem}.donation-info-section .tax-info p,.donation-info-section .impact-info p{font-size:.8rem}.donation-info-section .tax-info ul li,.donation-info-section .impact-info ul li{font-size:.8rem;padding-left:1rem}}@media (max-width: 1024px) and (orientation: landscape){.donation-page{padding:2rem 0}.amount-options{grid-template-columns:repeat(4,1fr)}.type-options{grid-template-columns:1fr 1fr}}@media (max-width: 768px) and (orientation: landscape){.donation-page{padding:1rem 0}.page-header{margin-bottom:1.5rem}.donation-options{margin-bottom:1.25rem}.amount-options{grid-template-columns:repeat(2,1fr)}}@media print{.donation-page{padding:1rem 0}.message-banner,.checkout-section{display:none}.donation-options{background:#fff!important;border:1px solid #ddd}.donation-info-section .tax-info,.donation-info-section .impact-info{background:#fff!important;border:1px solid #ddd;break-inside:avoid}}@media (prefers-reduced-motion: reduce){.donation-page,.message-banner,.type-options button,.amount-options button,.btn-checkout,.custom-amount input{transition:none;animation:none}.type-options button:hover,.amount-options button:hover,.btn-checkout:hover{transform:none}}.type-options button:focus,.amount-options button:focus,.custom-amount input:focus,.btn-checkout:focus,.close-button:focus{outline:2px solid #0C8BC9;outline-offset:2px}@media (prefers-contrast: high){.donation-options,.checkout-section,.tax-info,.impact-info,.type-options button,.amount-options button{border-color:#000}.type-options button.active,.amount-options button.active{background:#000!important;color:#fff!important}}.search-section{margin-bottom:30px}.search-section .search-container{position:relative;max-width:600px;margin:0 auto}.search-section .search-container .search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#666;font-size:1rem}.search-section .search-container .search-input{width:100%;padding:12px 12px 12px 45px;border:1px solid #ddd;border-radius:30px;font-size:1rem;transition:all .3s ease}.search-section .search-container .search-input:focus{outline:none;border-color:var(--primary-color, #1a73e8);box-shadow:0 0 0 2px #1a73e833}.search-section .search-container .search-input::placeholder{color:#aaa}@media (max-width: 768px){.search-section .search-container{max-width:100%}}.faq-item{margin-bottom:15px;border:1px solid #eee;border-radius:8px;overflow:hidden;transition:all .3s ease;box-shadow:0 2px 8px #00000005}.faq-item:hover{box-shadow:0 4px 12px #0000000d}.faq-item.expanded{box-shadow:0 4px 15px #00000014}.faq-item.expanded .faq-question{background-color:#f8f9fa}.faq-item.expanded .faq-answer{max-height:1000px;padding:20px;opacity:1}.faq-item .faq-question{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;cursor:pointer;transition:background-color .3s ease}.faq-item .faq-question h3{font-size:1.1rem;font-weight:600;color:#333;margin:0}.faq-item .faq-question .toggle-btn{background:none;border:none;color:var(--primary-color, #1a73e8);cursor:pointer;padding:5px;font-size:.85rem;display:flex;align-items:center;justify-content:center;height:24px;width:24px;border-radius:50%}.faq-item .faq-question .toggle-btn:hover{background-color:#1a73e81a}.faq-item .faq-answer{max-height:0;padding:0 20px;overflow:hidden;transition:all .5s ease;opacity:0}.faq-item .faq-answer p{margin:0;line-height:1.6;color:#555}@media (max-width: 768px){.faq-item .faq-question{padding:12px 15px}.faq-item .faq-question h3{font-size:1rem}.faq-item .faq-answer{padding:0 15px}.faq-item .faq-answer.expanded{padding:15px}}.faq-categories{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:30px}.faq-categories .category-btn{background:none;border:1px solid #ddd;padding:8px 16px;border-radius:30px;font-size:.95rem;cursor:pointer;transition:all .3s ease}.faq-categories .category-btn:hover{background-color:#1a73e81a;border-color:var(--primary-color, #1a73e8)}.faq-categories .category-btn.active{background-color:var(--primary-color, #1a73e8);color:#fff;border-color:var(--primary-color, #1a73e8)}@media (max-width: 768px){.faq-categories{flex-direction:row;overflow-x:auto;padding-bottom:10px;justify-content:flex-start}.faq-categories::-webkit-scrollbar{height:4px}.faq-categories::-webkit-scrollbar-thumb{background-color:#0003;border-radius:4px}.faq-categories .category-btn{flex:0 0 auto}}.faq-list{max-width:800px;margin:0 auto}.faq-list .no-results{text-align:center;padding:40px 20px;background-color:#f8f9fa;border-radius:8px}.faq-list .no-results p{color:#666;font-size:1.1rem}.faq-page{padding:80px 0;opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease;margin-top:5vh;min-height:80vh}.faq-page.visible{opacity:1;transform:translateY(0)}.faq-page .container{max-width:1000px;margin:0 auto;padding:0 20px;border-radius:30px}@media (max-width: 768px){.faq-page{padding:40px 0}}.page-header{text-align:center;margin-bottom:40px}.page-header .page-title{font-size:2.5rem;font-weight:700;margin-bottom:15px;color:var(--heading-color, #222)}.page-header .page-subtitle{font-size:1.1rem;color:#666;max-width:700px;margin:0 auto;line-height:1.6}.contact-info-section{border-radius:20px;padding:50px;max-width:900px;margin:0 auto;text-align:center;position:relative}.contact-info-section:before{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(135deg,#0c8bc9,#1a73e8,#0c8bc9);border-radius:20px;z-index:-1;opacity:.3}.contact-info-section .contact-header{margin-bottom:40px}.contact-info-section .contact-header h2{font-size:2.5rem;color:#333;margin-bottom:15px;font-weight:700;background:linear-gradient(135deg,#0c8bc9,#1a73e8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.contact-info-section .contact-header p{font-size:1.2rem;color:#666;margin:0;font-weight:400}.contact-info-section .contact-methods{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:40px;align-items:stretch}@media (max-width: 992px){.contact-info-section .contact-methods{grid-template-columns:repeat(2,1fr)}.contact-info-section .contact-methods .contact-method:last-child{grid-column:1/-1}}@media (max-width: 768px){.contact-info-section .contact-methods{grid-template-columns:1fr}}.contact-info-section .contact-method{display:flex;align-items:center;justify-content:flex-start;padding:25px;background-color:#fffc;border-radius:15px;transition:all .3s ease;border:1px solid rgba(12,139,201,.1);height:120px!important;min-height:120px!important;max-height:120px!important;box-sizing:border-box}.contact-info-section .contact-method:hover{transform:translateY(-5px);box-shadow:0 15px 30px #00000026;border-color:#0c8bc94d}.contact-info-section .contact-method .icon-container{display:flex;align-items:center;justify-content:center;width:60px;height:60px;background:linear-gradient(135deg,#0c8bc9,#1a73e8);color:#fff;border-radius:50%;margin-right:20px;font-size:1.3rem;box-shadow:0 8px 20px #0c8bc94d;transition:transform .3s ease}.contact-info-section .contact-method .icon-container:hover{transform:scale(1.1)}.contact-info-section .contact-method .contact-details{text-align:left;flex:1;overflow:hidden}.contact-info-section .contact-method .contact-details h3{font-size:1.1rem;margin:0 0 6px;color:#333;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.contact-info-section .contact-method .contact-details p{margin:0;color:#666;line-height:1.4;font-size:.95rem;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.contact-info-section .contact-method .contact-details a{color:#0c8bc9;text-decoration:none;font-weight:500;transition:color .3s ease}.contact-info-section .contact-method .contact-details a:hover{color:#1a73e8;text-decoration:underline}.contact-info-section .contact-cta{background:linear-gradient(135deg,#0c8bc9,#1a73e8);border-radius:15px;padding:30px;margin-bottom:40px;color:#fff}.contact-info-section .contact-cta .cta-content .cta-icon{font-size:2rem;margin-bottom:15px;animation:pulse 2s infinite}.contact-info-section .contact-cta .cta-content h3{font-size:1.4rem;margin-bottom:15px;font-weight:600}.contact-info-section .contact-cta .cta-content p{font-size:1rem;line-height:1.6;margin:0;opacity:.9}.contact-info-section .map-container{border-radius:15px;overflow:hidden;height:350px;box-shadow:0 10px 30px #0003;transition:transform .3s ease}.contact-info-section .map-container:hover{transform:scale(1.02)}.contact-info-section .map-container .google-map{width:100%;height:100%;border:none;filter:grayscale(20%);transition:filter .3s ease}.contact-info-section .map-container .google-map:hover{filter:grayscale(0%)}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@media (max-width: 768px){.contact-info-section{padding:30px}.contact-info-section .contact-header h2{font-size:2rem}.contact-info-section .contact-header p{font-size:1.1rem}.contact-info-section .contact-methods{gap:15px}.contact-info-section .contact-method{flex-direction:column;text-align:center;padding:20px;height:140px;min-height:140px}.contact-info-section .contact-method .icon-container{margin-right:0;margin-bottom:15px}.contact-info-section .contact-method .contact-details{text-align:center}.contact-info-section .contact-cta{padding:25px}.contact-info-section .contact-cta .cta-content h3{font-size:1.2rem}.contact-info-section .contact-cta .cta-content p{font-size:.95rem}.contact-info-section .map-container{height:300px}}@media (max-width: 480px){.contact-info-section{padding:20px}.contact-info-section .contact-header h2{font-size:1.8rem}.contact-info-section .contact-method{height:130px;min-height:130px}.contact-info-section .contact-method .icon-container{width:50px;height:50px;font-size:1.1rem}.contact-info-section .contact-cta{padding:20px}.contact-info-section .map-container{height:250px}}.contact-form{background-color:#fff;border-radius:8px;padding:30px;box-shadow:0 2px 10px #0000000d}.contact-form .form-row{display:flex;gap:20px;margin-bottom:20px}@media (max-width: 768px){.contact-form .form-row{flex-direction:column;gap:0}}.contact-form .form-group{flex:1;margin-bottom:20px}.contact-form .form-group label{display:block;margin-bottom:8px;font-weight:500;color:#333}.contact-form .form-group input,.contact-form .form-group textarea,.contact-form .form-group select{width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:4px;font-size:.95rem;transition:border-color .3s ease}.contact-form .form-group input:focus,.contact-form .form-group textarea:focus,.contact-form .form-group select:focus{outline:none;border-color:var(--primary-color, #1a73e8)}.contact-form .form-group input.error,.contact-form .form-group textarea.error,.contact-form .form-group select.error{border-color:#dc3545}.contact-form .form-group textarea{resize:vertical;min-height:120px}.contact-form .form-group .error-message{color:#dc3545;font-size:.85rem;margin-top:5px}.contact-form .form-group .radio-group{display:flex;gap:20px}.contact-form .form-group .radio-group .radio-label{display:flex;align-items:center;cursor:pointer}.contact-form .form-group .radio-group .radio-label input{width:auto;margin-right:8px}.contact-form .submit-btn{background-color:var(--primary-color, #1a73e8);color:#fff;border:none;border-radius:30px;padding:12px 30px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .3s ease}.contact-form .submit-btn:hover{background-color:#1567d3}.contact-form .submit-btn:disabled{background-color:#a0c1e7;cursor:not-allowed}.contact-form .form-note{margin-top:20px;font-size:.85rem;color:#666}.success-message{background-color:#f0f9f0;border-radius:8px;padding:30px;text-align:center}.success-message .success-icon{display:inline-flex;align-items:center;justify-content:center;width:60px;height:60px;background-color:#28a745;color:#fff;border-radius:50%;margin-bottom:20px;font-size:1.5rem}.success-message h3{font-size:1.5rem;margin-bottom:15px;color:#28a745}.success-message p{color:#555;line-height:1.6;max-width:450px;margin:0 auto}@media (max-width: 768px){.success-message{padding:25px 20px}.success-message .success-icon{width:50px;height:50px;font-size:1.2rem}}.contact-page .container{max-width:1200px;width:100%;margin:0 auto;padding:0 20px;border-radius:30px}@media (max-width: 1200px){.contact-page .container{max-width:95%;padding:0 15px}}@media (max-width: 768px){.contact-page .container{max-width:100%;padding:0 10px}}.contact-info-section{max-width:1100px!important;width:100%!important}.contact-info-section .contact-methods .contact-method .contact-details h3{white-space:normal!important;overflow:visible!important;text-overflow:unset!important}.contact-info-section .contact-methods .contact-method .contact-details p{white-space:normal!important;overflow:visible!important;text-overflow:unset!important;display:block!important;-webkit-line-clamp:unset!important;line-clamp:unset!important;-webkit-box-orient:unset!important}@media (max-width: 768px){.contact-info-section{padding:20px!important;margin:0 10px!important;max-width:calc(100% - 20px)!important}.contact-info-section .contact-methods{grid-template-columns:1fr!important;gap:20px!important}.contact-info-section .contact-methods .contact-method{height:auto!important;min-height:auto!important;max-height:none!important;padding:20px!important;flex-direction:column!important;text-align:center!important}.contact-info-section .contact-methods .contact-method .icon-container{margin-right:0!important;margin-bottom:15px!important;width:50px!important;height:50px!important}.contact-info-section .contact-methods .contact-method .contact-details{text-align:center!important;width:100%!important}.contact-info-section .contact-methods .contact-method .contact-details h3{font-size:1.1rem!important;margin-bottom:8px!important}.contact-info-section .contact-methods .contact-method .contact-details p{font-size:.95rem!important;line-height:1.5!important}}@media (max-width: 480px){.contact-info-section{padding:15px!important;margin:0 5px!important;max-width:calc(100% - 10px)!important}.contact-info-section .contact-header h2{font-size:1.8rem!important}.contact-info-section .contact-header p{font-size:1rem!important}.contact-info-section .contact-methods{gap:15px!important}.contact-info-section .contact-methods .contact-method{padding:15px!important}.contact-info-section .contact-methods .contact-method .icon-container{width:45px!important;height:45px!important;font-size:1.1rem!important}.contact-info-section .contact-methods .contact-method .contact-details h3{font-size:1rem!important}.contact-info-section .contact-methods .contact-method .contact-details p{font-size:.9rem!important}.contact-info-section .contact-cta{padding:20px!important}.contact-info-section .contact-cta .cta-content h3{font-size:1.2rem!important}.contact-info-section .contact-cta .cta-content p{font-size:.9rem!important}.contact-info-section .map-container{height:250px!important}}.container{width:100%;margin-right:auto;margin-left:auto;padding-right:1rem;padding-left:1rem;background:#fff}@media (max-width: 576px){.container{padding-right:.5rem;padding-left:.5rem}}.container-fluid{width:100%;margin-right:auto;margin-left:auto;padding-right:1rem;padding-left:1rem;background:#fff}@media (max-width: 576px){.container-fluid{padding-right:.5rem;padding-left:.5rem}}.container-sm{max-width:540px}.container-md{max-width:720px}.container-lg{max-width:960px}.container-xl{max-width:1140px}.row{display:flex;flex-wrap:wrap;margin-right:-.5rem;margin-left:-.5rem}@media (max-width: 576px){.row{margin-right:-.25rem;margin-left:-.25rem}}.row-no-gutters{margin-right:0;margin-left:0}.row-no-gutters>.col,.row-no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col{flex-basis:0;flex-grow:1;max-width:100%;padding-right:.5rem;padding-left:.5rem}@media (max-width: 576px){.col{padding-right:.25rem;padding-left:.25rem}}.col-1{flex:0 0 8.333333%;max-width:8.333333%}.col-2{flex:0 0 16.666667%;max-width:16.666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.333333%;max-width:33.333333%}.col-5{flex:0 0 41.666667%;max-width:41.666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.333333%;max-width:58.333333%}.col-8{flex:0 0 66.666667%;max-width:66.666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.333333%;max-width:83.333333%}.col-11{flex:0 0 91.666667%;max-width:91.666667%}.col-12{flex:0 0 100%;max-width:100%}@media (min-width: 576px){.col-sm-1{flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{flex:0 0 100%;max-width:100%}}@media (min-width: 768px){.col-md-1{flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{flex:0 0 100%;max-width:100%}}@media (min-width: 992px){.col-lg-1{flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{flex:0 0 100%;max-width:100%}}@media (min-width: 1200px){.col-xl-1{flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{flex:0 0 100%;max-width:100%}}.offset-0{margin-left:0}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width: 576px){.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width: 768px){.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width: 992px){.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width: 1200px){.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.grid{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:1rem;background:#fff}@media (max-width: 576px){.grid{grid-gap:.5rem}}.politique-confidentialite-page{padding:60px 0;opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease;margin-top:5vh;min-height:80vh}.politique-confidentialite-page.visible{opacity:1;transform:translateY(0)}.politique-confidentialite-page .container{max-width:1000px;margin:0 auto;padding:0 20px}.politique-confidentialite{max-width:800px;margin:0 auto;padding:0;line-height:1.6;color:#333}.politique-confidentialite__header{text-align:center;margin-bottom:50px;padding-bottom:30px;border-bottom:2px solid #e9ecef}.politique-confidentialite__title{padding-top:30px;font-size:2.5rem;font-weight:700;color:#000;margin-bottom:15px;text-transform:uppercase;letter-spacing:1px}.politique-confidentialite__subtitle{font-size:1.1rem;color:#6c757d;margin:0;font-style:italic}.politique-confidentialite__content{background:#fff;padding:0}.politique-confidentialite__section{margin-bottom:40px;padding:25px;background:#fff;border:1px solid #e9ecef;border-radius:8px;box-shadow:0 2px 4px #0000000d}.politique-confidentialite__section h2{font-size:1.4rem;font-weight:600;color:#000;margin-bottom:20px;padding-bottom:10px;border-bottom:1px solid #e9ecef}.politique-confidentialite__section p{margin-bottom:15px;text-align:justify;color:#333}.politique-confidentialite__section p:last-child{margin-bottom:0}.politique-confidentialite__section ul{margin:15px 0;padding-left:25px}.politique-confidentialite__section li{margin-bottom:10px;color:#333}.politique-confidentialite__info{background:#f8f9fa;padding:20px;border-radius:6px;border-left:4px solid #007bff;margin:15px 0}.politique-confidentialite__info p{margin-bottom:10px;color:#333}.politique-confidentialite__info p:last-child{margin-bottom:0}.politique-confidentialite__contact{background:#f8f9fa;padding:20px;border-radius:6px;border-left:4px solid #28a745}.politique-confidentialite__contact p{margin-bottom:10px;color:#333}.politique-confidentialite__contact p:last-child{margin-bottom:0}.politique-confidentialite__link{color:#007bff;text-decoration:none;font-weight:500;transition:color .3s ease}.politique-confidentialite__link:hover{color:#0056b3;text-decoration:underline}.politique-confidentialite__update{text-align:center;font-size:.9rem;color:#6c757d!important;margin-top:30px;padding-top:20px;border-top:1px solid #e9ecef}@media (max-width: 768px){.politique-confidentialite-page{padding:40px 0}.politique-confidentialite{padding:0}.politique-confidentialite__title{font-size:2rem}.politique-confidentialite__subtitle{font-size:1rem}.politique-confidentialite__section{padding:20px;margin-bottom:30px}.politique-confidentialite__section h2{font-size:1.2rem}.politique-confidentialite__info,.politique-confidentialite__contact{padding:15px}}@media (max-width: 480px){.politique-confidentialite-page{padding:20px 0}.politique-confidentialite__title{font-size:1.8rem}.politique-confidentialite__section{padding:15px}.politique-confidentialite__section h2{font-size:1.1rem}}.mentions-legales-page{padding:60px 0;opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease;margin-top:5vh;min-height:80vh}.mentions-legales-page.visible{opacity:1;transform:translateY(0)}.mentions-legales-page .container{max-width:1000px;margin:0 auto;padding:0 20px}.mentions-legales{max-width:800px;margin:0 auto;padding:0;line-height:1.6;color:#333}.mentions-legales__header{text-align:center;margin-bottom:50px;padding-bottom:30px;border-bottom:2px solid #e9ecef}.mentions-legales__title{padding-top:30px;font-size:2.5rem;font-weight:700;color:#000;margin-bottom:15px;text-transform:uppercase;letter-spacing:1px}.mentions-legales__subtitle{font-size:1.1rem;color:#6c757d;margin:0;font-style:italic}.mentions-legales__content{background:#fff;padding:0}.mentions-legales__section{margin-bottom:40px;padding:25px;background:#fff;border:1px solid #e9ecef;border-radius:8px;box-shadow:0 2px 4px #0000000d}.mentions-legales__section h2{font-size:1.4rem;font-weight:600;color:#000;margin-bottom:20px;padding-bottom:10px;border-bottom:1px solid #e9ecef}.mentions-legales__section p{margin-bottom:15px;text-align:justify;color:#333}.mentions-legales__section p:last-child{margin-bottom:0}.mentions-legales__info{background:#f8f9fa;padding:20px;border-radius:6px;border-left:4px solid #007bff}.mentions-legales__info p{margin-bottom:10px;color:#333}.mentions-legales__info p:last-child{margin-bottom:0}.mentions-legales__contact{background:#f8f9fa;padding:20px;border-radius:6px;border-left:4px solid #28a745}.mentions-legales__contact p{margin-bottom:10px;color:#333}.mentions-legales__contact p:last-child{margin-bottom:0}.mentions-legales__link{color:#007bff;text-decoration:none;font-weight:500;transition:color .3s ease}.mentions-legales__link:hover{color:#0056b3;text-decoration:underline}.mentions-legales__update{text-align:center;font-size:.9rem;color:#6c757d!important;margin-top:30px;padding-top:20px;border-top:1px solid #e9ecef}@media (max-width: 768px){.mentions-legales-page{padding:40px 0}.mentions-legales{padding:0}.mentions-legales__title{font-size:2rem}.mentions-legales__subtitle{font-size:1rem}.mentions-legales__section{padding:20px;margin-bottom:30px}.mentions-legales__section h2{font-size:1.2rem}.mentions-legales__info,.mentions-legales__contact{padding:15px}}@media (max-width: 480px){.mentions-legales-page{padding:20px 0}.mentions-legales__title{font-size:1.8rem}.mentions-legales__section{padding:15px}.mentions-legales__section h2{font-size:1.1rem}}
