.header{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:100;background:#ffffff05;padding:15px 0;transition:all .3s;position:fixed;top:0;left:0;right:0}.header.scrolled{background:var(--fade-white);box-shadow:0 2px 10px -2px #1018280f}.header-content{justify-content:space-between;align-items:center;display:flex}.logo img{-o-object-fit:contain;object-fit:contain;width:auto;height:40px}.nav{gap:32px;display:none}@media (min-width:1024px){.nav{display:flex}}.nav-link{color:#fff;cursor:pointer;text-shadow:0 2px 4px #0000004d;font-size:16px;font-weight:500;transition:color .3s;position:relative}.header.scrolled .nav-link{color:var(--fade-800);text-shadow:none}.nav-link:hover{color:var(--brand-400)}.nav-link:after{content:"";background:var(--brand-400);width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav-link:hover:after{width:100%}.mobile-menu-toggle{background:0 0;flex-direction:column;gap:5px;padding:8px;display:flex}@media (min-width:1024px){.mobile-menu-toggle{display:none}}.mobile-menu-toggle span{background:#fff;width:25px;height:2px;transition:all .3s}.header.scrolled .mobile-menu-toggle span{background:var(--fade-800)}.mobile-menu{background:var(--fade-white);opacity:0;visibility:hidden;z-index:99;flex-direction:column;gap:16px;padding:20px;transition:all .3s;display:flex;position:fixed;top:60px;left:0;right:0;transform:translateY(-100%);box-shadow:0 4px 12px #0000001a}.mobile-menu.active{opacity:1;visibility:visible;transform:translateY(0)}.mobile-nav-link{color:var(--fade-800);cursor:pointer;border-radius:8px;padding:12px;font-size:18px;font-weight:500;transition:all .3s}.mobile-nav-link:hover{background:var(--brand-50);color:var(--brand-600)}@media (min-width:1024px){.mobile-menu{display:none}}
.hero{justify-content:center;align-items:center;min-height:100vh;padding:0;display:flex;position:relative;overflow:hidden}.hero-poster-image{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.object-cover{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.hero-video-container{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.hero-video{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%;height:100%}.hero-video-overlay{z-index:2;background:#0000004d;width:100%;height:100%;position:absolute;top:0;left:0}.hero-content{z-index:3;width:100%;max-width:1200px;padding:40px 20px;position:relative}.hero-center{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:32px;display:flex}.hero-logo{width:100%;max-width:500px}.hero-logo-img{filter:drop-shadow(0 10px 30px #0000004d);width:100%;height:auto}.hero-tagline{color:#fff;text-shadow:0 4px 20px #00000080;max-width:800px;font-size:clamp(1.1rem,2.5vw,1.5rem);font-weight:700;line-height:1.4;animation:1s ease-out .2s both fadeInUp}.hero-buttons{flex-wrap:wrap;justify-content:center;gap:16px;animation:1s ease-out .4s both fadeInUp;display:flex}.hero-buttons .btn{border-radius:50px;align-items:center;gap:8px;padding:16px 40px;font-size:1.1rem;font-weight:700;transition:all .3s;display:inline-flex;box-shadow:0 8px 24px #0003}.hero-buttons .btn-primary{background:var(--brand-500);color:#fff;border:none}.hero-buttons .btn-primary:hover{background:var(--brand-600);transform:translateY(-3px);box-shadow:0 12px 32px #379f4180}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.hero{min-height:100vh}.hero-content{padding:60px 20px}.hero-center{gap:24px}.hero-logo{max-width:350px}.hero-tagline{font-size:1.25rem}.hero-buttons .btn{padding:14px 32px;font-size:1rem}}@media (max-width:480px){.hero-content{padding:40px 16px}.hero-center{gap:20px}.hero-logo{max-width:280px}.hero-tagline{font-size:1.1rem}.hero-buttons .btn{width:100%;max-width:300px;padding:12px 28px;font-size:.95rem}}
.about-section{position:relative;overflow:hidden}.section-title{color:var(--brand-600);margin-bottom:30px}.about-section .section-title-with-logo{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:14px;display:flex}.about-section .title-logo{vertical-align:middle;width:auto;height:2.5rem;display:inline-block}.about-section .logo-wrapper{align-items:center;gap:0;display:inline-flex}@media (min-width:768px){.about-section .title-logo{height:3rem}}.about-grid{grid-template-columns:1fr;gap:40px;display:grid}@media (min-width:1024px){.about-grid{grid-template-columns:1fr 1fr;gap:60px}}.about-text{flex-direction:column;gap:20px;display:flex}.about-description{color:var(--fade-600);font-size:18px;line-height:1.8}.about-image{aspect-ratio:4/3;border-radius:16px;width:100%;position:relative;overflow:hidden;box-shadow:0 8px 24px #0000001a}.about-img{-o-object-fit:cover;object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity 1s ease-in-out;position:absolute;top:0;left:0}.about-img.active{opacity:1}.text-center{text-align:center}
.stats-section{background:linear-gradient(135deg,var(--brand-50)0%,var(--fade-white)100%)}.stats-grid{justify-content:center;align-items:stretch;gap:32px;display:flex}@media (max-width:968px){.stats-grid{flex-wrap:wrap}}.stat-card{background:var(--fade-white);text-align:center;border:2px solid #0000;border-radius:16px;flex:1;width:0;min-width:200px;padding:25px 32px;transition:all .3s;box-shadow:0 4px 16px #00000014}.stat-card:hover{border-color:var(--brand-400);transform:translateY(-8px);box-shadow:0 12px 32px #379f4126}.stat-number{color:var(--brand-600);margin-bottom:8px;font-family:BebasNeue,sans-serif;font-size:clamp(3rem,5vw,4.5rem);font-weight:700;line-height:1}.stat-label{color:var(--fade-600);text-transform:lowercase;font-size:20px;font-weight:500}
.two-parts-section{position:relative;overflow:hidden}.section-title-with-logo{flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;display:flex}.title-logo{vertical-align:middle;width:auto;height:2.5rem;display:inline-block}.logo-wrapper{align-items:center;gap:0;display:inline-flex}@media (min-width:768px){.title-logo{height:3rem}}.activities-grid{z-index:1;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px;margin-top:40px;display:grid;position:relative}@media (min-width:768px){.activities-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.activities-grid{grid-template-columns:repeat(3,1fr)}}.activity-card{background:var(--fade-white);text-align:left;border:2px solid #0000;border-radius:16px;padding:20px 16px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden;box-shadow:0 4px 12px #00000014}.activity-card:before{content:"";background:linear-gradient(90deg,var(--brand-400),var(--brand-600));height:4px;transition:transform .4s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.activity-card:hover:before{transform:scaleX(1)}.activity-card:hover{border-color:var(--brand-400);transform:translateY(-5px)scale(1.01);box-shadow:0 8px 24px #0000001f}.activity-card:first-child{background:linear-gradient(135deg,#fff5e6 0%,var(--fade-white)100%)}.activity-card:first-child .activity-icon{color:var(--orange);background:#fda3021a}.activity-card:nth-child(2){background:linear-gradient(135deg,#e8f5e9 0%,var(--fade-white)100%)}.activity-card:nth-child(2) .activity-icon{color:var(--green);background:#438c3d1a}.activity-card:nth-child(3){background:linear-gradient(135deg,var(--light-blue)0%,var(--fade-white)100%)}.activity-card:nth-child(3) .activity-icon{color:#2196f3;background:#2196f31a}.activity-card:nth-child(4){background:linear-gradient(135deg,#fff5e6 0%,var(--fade-white)100%)}.activity-card:nth-child(4) .activity-icon{color:var(--orange);background:#fda3021a}.activity-card:nth-child(5){background:linear-gradient(135deg,#e8f5e9 0%,var(--fade-white)100%)}.activity-card:nth-child(5) .activity-icon{color:var(--green);background:#438c3d1a}.activity-card:nth-child(6){background:linear-gradient(135deg,var(--light-blue)0%,var(--fade-white)100%)}.activity-card:nth-child(6) .activity-icon{color:#2196f3;background:#2196f31a}.activity-header{align-items:center;gap:12px;margin-bottom:8px;display:flex}.activity-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;margin:0;padding:0;transition:all .3s;display:flex}.activity-icon svg{width:28px;height:28px}.activity-card:hover .activity-icon{transform:scale(1.1)rotate(5deg)}.activity-title{color:var(--fade-800);margin-bottom:0;font-size:1.15rem;font-weight:700;line-height:1.2}.activity-description{color:var(--fade-600);font-size:13.5px;line-height:1.5}
.speakers-section{background:linear-gradient(135deg,#ebf8ee80 0%,#fff7eb66 50%,#fffc 100%);padding:80px 0;position:relative;overflow:hidden}.speakers-grid{flex-wrap:wrap;justify-content:center;gap:32px;margin-top:48px;display:flex}.speaker-card{text-align:center;cursor:pointer;background:#fff;border:1px solid #0000000a;border-radius:20px;flex:280px;width:100%;max-width:350px;padding:24px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.speaker-card:hover{border-color:var(--brand-200);transform:translateY(-8px);box-shadow:0 12px 24px #0000001a}.speaker-avatar{border:4px solid var(--brand-100);border-radius:50%;width:120px;height:120px;margin:0 auto 20px;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000000d}.speaker-avatar img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform .3s}.speaker-card:hover .speaker-avatar img{transform:scale(1.1)}.speaker-name{color:var(--brand-600);margin-bottom:8px;font-size:1.25rem;font-weight:800}.speaker-topic{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.95rem;line-height:1.5;display:-webkit-box;overflow:hidden}.speaker-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0009;justify-content:center;align-items:center;padding:20px;animation:.3s fadeIn;display:flex;position:fixed;inset:0}.speaker-modal-content{background:var(--bg-primary,#fff);border-radius:24px;width:100%;max-width:600px;max-height:90vh;animation:.3s slideUp;position:relative;overflow:hidden auto;box-shadow:0 24px 48px #0003}.speaker-modal-close{cursor:pointer;width:36px;height:36px;color:var(--text-secondary);z-index:10;background:#0000000d;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:24px;line-height:1;transition:all .2s;display:flex;position:absolute;top:16px;right:16px}.speaker-modal-close:hover{color:var(--text-primary);background:#0000001a}.speaker-modal-header{background:linear-gradient(to bottom right,var(--brand-50),transparent);align-items:center;gap:24px;padding:32px;display:flex}.speaker-modal-image{border:3px solid #fff;border-radius:50%;flex-shrink:0;width:100px;height:100px;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000001a}.speaker-modal-image img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.speaker-modal-info{flex:1}.speaker-modal-name{color:var(--text-primary);margin-bottom:8px;font-size:1.5rem;font-weight:700}.speaker-modal-topic{color:var(--brand-600);font-size:1rem;font-weight:500}.speaker-modal-body{padding:32px}.speaker-modal-bio{color:var(--text-secondary);font-size:1.05rem;line-height:1.8}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.speaker-modal-header{text-align:center;flex-direction:column;padding:24px}.speaker-modal-info{width:100%}.speaker-modal-body{padding:24px}}
.running-line-container{background:var(--green);width:100vw;margin-left:-50vw;margin-right:-50vw;padding:0;position:relative;left:50%;right:50%;overflow:hidden}.running-line-track{width:100%;display:flex;position:relative;overflow:hidden}.running-line-wrapper{will-change:transform;animation:40s linear infinite scroll-seamless;display:flex}.running-line-content{flex-shrink:0;align-items:center;gap:20px;display:flex}.running-line-image{flex-shrink:0;width:auto;height:60px;margin-right:20px;display:block}@keyframes scroll-seamless{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:no-preference){.running-line-wrapper{animation-timing-function:linear}}
.projects-section{background:linear-gradient(135deg,var(--brand-50)0%,var(--fade-white)100%)}.projects-grid{flex-wrap:wrap;justify-content:center;gap:28px;display:flex}.project-card{background:var(--fade-white);border:1px solid var(--fade-100);border-radius:16px;flex:300px;min-width:300px;max-width:350px;padding:32px 28px;transition:all .3s;box-shadow:0 2px 12px #00000014}.project-card:hover{border-color:var(--brand-400);transform:translateY(-6px);box-shadow:0 8px 28px #0000001f}.project-logo{background:var(--fade-white);border-radius:16px;justify-content:center;align-items:center;width:120px;height:120px;margin:0 auto 20px;padding:10px;display:flex;overflow:hidden}.project-logo img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}.project-name{color:var(--brand-700);text-align:center;margin-bottom:12px;font-size:20px}.project-description{color:var(--fade-600);text-align:center;font-size:14px;line-height:1.7}.section-subtitle{text-align:center;color:var(--fade-600);margin-top:-20px;margin-bottom:40px;font-size:18px}
.mem-section{color:var(--fade-white);padding:80px 0;position:relative;overflow:hidden}.mem-bg-image{-o-object-fit:cover;object-fit:cover;-o-object-position:center 60%;object-position:center 60%;z-index:0}.mem-overlay{z-index:1;background:linear-gradient(#215f27b3,#215f27b3);width:100%;height:100%;position:absolute;top:0;left:0}.mem-section .container{z-index:2;position:relative}.mem-content{text-align:center;max-width:900px;margin:0 auto}.mem-title-wrapper{justify-content:center;align-items:center;gap:20px;margin-bottom:32px;display:flex}.mem-logo{width:auto;height:80px}@media (min-width:768px){.mem-logo{height:100px}}.mem-title{color:var(--fade-white);letter-spacing:4px;margin-bottom:0;font-size:clamp(3rem,6vw,5rem)}.mem-text{flex-direction:column;gap:20px;display:flex}.mem-text p{color:var(--brand-50);font-size:18px;line-height:1.8}
.agenda-section{padding:60px 0;position:relative}.timeline{max-width:900px;margin:20px auto 0;padding-left:20px;position:relative}.timeline:before{content:"";background:var(--brand-200);width:2px;position:absolute;top:0;bottom:0;left:9px}.timeline-item{align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}@media (max-width:750px){.timeline-item{flex-direction:column;gap:8px;padding-left:24px;position:relative}}.timeline-time{min-width:110px;color:var(--brand-600);text-align:right;flex-shrink:0;padding-top:14px;font-size:14px;font-weight:600}@media (max-width:750px){.timeline-time{text-align:left;opacity:.8;min-width:auto;padding-top:0;padding-left:0;font-size:13px}}.timeline-marker{background:var(--brand-500);border:2px solid var(--fade-white);width:12px;height:12px;box-shadow:0 0 0 1px var(--brand-500);z-index:1;border-radius:50%;margin-top:18px;position:absolute;left:2px}@media (max-width:750px){.timeline-marker{top:6px;left:0}}.timeline-content{background:var(--brand-50);border-left:3px solid var(--brand-500);border-radius:15px;flex-direction:column;justify-content:center;padding:12px 20px;transition:all .3s;display:flex}.timeline-content:hover{transform:translate(4px);box-shadow:0 2px 8px #379f411a}.timeline-title{color:var(--brand-700);margin-bottom:4px;font-size:16px;line-height:1.3}.timeline-description{color:var(--fade-600);margin:0;font-size:13px;line-height:1.4}
.gallery-section{padding:60px 0 0;position:relative;overflow:hidden}.container-fluid{width:100%;padding:0}.gallery-grid{display:none}.marquee-wrapper{flex-direction:column;gap:20px;padding:20px 0 0;display:flex}.marquee-container{scrollbar-width:none;-ms-overflow-style:none;width:100%;position:relative;overflow:auto hidden}.marquee-container::-webkit-scrollbar{display:none}.marquee-content{gap:20px;width:max-content;display:flex}.gallery-item-marquee{cursor:pointer;border-radius:12px;flex:none;width:300px;height:200px;transition:transform .3s;position:relative;overflow:hidden;box-shadow:0 4px 6px #0000001a}.gallery-item-marquee:hover{transform:scale(1.05)}.gallery-item-marquee img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform .5s}.gallery-item-marquee:hover img{transform:scale(1.1)}.gallery-overlay{opacity:0;background:#00000080;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .3s;display:flex;position:absolute;top:0;left:0}.gallery-item-marquee:hover .gallery-overlay{opacity:1}.gallery-overlay span{color:#fff;border:2px solid #fff;border-radius:50px;padding:8px 24px;font-size:1.1rem;font-weight:500}.lightbox{z-index:1000;background:#000000e6;justify-content:center;align-items:center;width:100%;height:100%;padding:20px;display:flex;position:fixed;top:0;left:0}.lightbox-content{max-width:90%;max-height:90vh;position:relative}.lightbox-content img{-o-object-fit:contain;object-fit:contain;border-radius:4px;max-width:100%;max-height:90vh}.lightbox-close{color:#fff;cursor:pointer;background:0 0;border:none;padding:5px;font-size:30px;position:absolute;top:-40px;right:0}@media (max-width:768px){.gallery-item-marquee{width:250px;height:160px}}.lightbox-prev,.lightbox-next{color:#fff;cursor:pointer;z-index:1001;background:#00000080;border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;padding:16px;font-size:2rem;transition:background .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.lightbox-prev:hover,.lightbox-next:hover{background:#fff3}.lightbox-prev{left:-80px}.lightbox-next{right:-80px}@media (max-width:768px){.lightbox-prev{width:40px;height:40px;font-size:1.5rem;left:-20px}.lightbox-next{width:40px;height:40px;font-size:1.5rem;right:-20px}}
.videos-section{background:linear-gradient(135deg,var(--brand-50)0%,var(--fade-white)100%);margin-top:50px;padding:30px 0;position:relative}.videos-description{max-width:600px;color:var(--fade-600);margin:0 auto 40px;font-size:16px;line-height:1.6}.videos-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px;max-width:1000px;margin:0 auto;display:grid}.video-card{background:var(--fade-white);border-radius:16px;transition:transform .3s;overflow:hidden;box-shadow:0 4px 12px #00000014}.video-card:hover{transform:translateY(-5px);box-shadow:0 12px 24px #0000001f}.video-card iframe,.video-thumbnail-wrapper{border:none;width:100%;height:250px;display:block}.video-thumbnail-wrapper{cursor:pointer;background-color:#000;position:relative;overflow:hidden}.video-thumbnail{-o-object-fit:cover;object-fit:cover;opacity:.9;width:100%;height:100%;transition:opacity .3s,transform .3s}.video-thumbnail-wrapper:hover .video-thumbnail{opacity:1;transform:scale(1.05)}.play-button{color:#fff;z-index:2;background-color:#212121cc;border-radius:12px;justify-content:center;align-items:center;width:68px;height:48px;transition:background-color .2s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.video-thumbnail-wrapper:hover .play-button{background-color:red}.play-button svg{fill:currentColor;width:24px;height:24px}.video-title{color:var(--brand-600);text-align:center;margin:0;padding:15px 20px 16px 16px;font-size:20px;font-weight:700}@media (min-width:768px){.video-card iframe,.video-thumbnail-wrapper{height:300px}}
.past-speakers-section{background:linear-gradient(to bottom,var(--fade-white),var(--brand-50));position:relative}.year-section{margin-bottom:60px}.year-section:last-child{margin-bottom:0}.year-title{color:var(--brand-600);text-align:center;margin-bottom:32px;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700;display:inline-block;position:relative;left:50%;transform:translate(-50%)}.year-title:after{content:"";background:linear-gradient(90deg,transparent,var(--brand-500),transparent);width:100%;height:3px;position:absolute;bottom:-8px;left:0}.past-speakers-grid{flex-wrap:wrap;justify-content:center;gap:24px;display:flex}.past-speaker-card{background:var(--fade-white);border-radius:12px;flex:300px;align-items:center;gap:16px;max-width:400px;padding:20px;transition:all .3s;display:flex;box-shadow:0 2px 8px #0000000d}.past-speaker-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #379f4126}.past-speaker-image{background:var(--brand-100);border:3px solid var(--brand-200);border-radius:50%;flex-shrink:0;width:80px;height:80px;overflow:hidden}.past-speaker-image img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.past-speaker-info{flex:1;min-width:0}.past-speaker-name{color:var(--brand-700);margin-bottom:8px;font-size:1.1rem;font-weight:600;line-height:1.3}.past-speaker-topic{color:var(--brand-600);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.95rem;line-height:1.4;display:-webkit-box;overflow:hidden}.past-speaker-topic.clickable{color:var(--brand-500);-webkit-text-decoration:underline dotted;text-decoration:underline dotted;transition:all .2s}.past-speaker-topic.clickable:hover{color:var(--brand-700);text-decoration-style:solid}@media (max-width:768px){.past-speakers-grid{gap:16px}.past-speaker-card{max-width:100%;padding:16px}.past-speaker-image{width:70px;height:70px}.past-speaker-name{font-size:1rem}.past-speaker-topic{font-size:.9rem}.year-section{margin-bottom:48px}}.multi-speaker-image-container{flex-shrink:0;width:90px;height:80px;position:relative}.multi-speaker-image{background:var(--brand-100);border:2px solid var(--brand-200);border-radius:50%;width:60px;height:60px;position:absolute;top:50%;overflow:hidden;transform:translateY(-50%)}.multi-speaker-image:first-child{z-index:1;left:0}.multi-speaker-image:last-child{z-index:2;right:0}.speaker-placeholder{background-color:var(--brand-200);width:100%;height:100%;color:var(--brand-700);text-transform:uppercase;justify-content:center;align-items:center;font-size:.9rem;font-weight:700;display:flex}
.partners-section{padding-top:70px;padding-bottom:10px;position:relative}.mem-partners-section{padding:80px 0;position:relative}.mem-partners-title{color:var(--brand-600);text-align:center;margin-bottom:32px;font-size:clamp(1.5rem,3vw,2rem);font-weight:600;position:relative}.mem-partners-grid{flex-wrap:wrap;justify-content:center;gap:16px;max-width:1200px;margin:0 auto;display:flex;position:relative}.old-partner-card{background:var(--fade-white);border-radius:8px;justify-content:center;align-items:center;width:120px;min-height:80px;padding:16px;transition:all .3s;display:flex}.old-partner-card:hover{transform:translateY(-2px);box-shadow:0 2px 8px #379f411a}.old-partner-logo{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.old-partner-logo img{-o-object-fit:contain;object-fit:contain;max-width:100%;max-height:60px;transition:transform .3s}.old-partner-card:hover .old-partner-logo img{transform:scale(1.05)}.partner-cta{background:linear-gradient(135deg,var(--brand-500),var(--brand-600));text-align:center;border-radius:20px;margin-bottom:20px;padding:48px 32px;box-shadow:0 8px 32px #379f4133}.partner-cta-title{color:var(--fade-white);margin-bottom:16px;font-size:clamp(2rem,4vw,3rem)}.partner-cta-text{color:var(--brand-50);max-width:600px;margin-bottom:24px;margin-left:auto;margin-right:auto;font-size:18px;line-height:1.7}.partner-cta .btn{background:var(--fade-white);color:var(--brand-600)}.partner-cta .btn:hover{background:var(--brand-50);transform:translateY(-2px)}.partners-grid{flex-wrap:wrap;justify-content:center;gap:32px;margin-bottom:60px;display:flex}.partner-card{background:var(--fade-white);border-radius:12px;justify-content:center;align-items:center;min-height:150px;padding:15px 40px;transition:all .3s;display:flex}.partner-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #379f411a}.partner-logo{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.partner-logo img{-o-object-fit:contain;object-fit:contain;max-width:100%;max-height:100px}@media (max-width:768px){.old-partner-card{min-height:60px;padding:12px}.old-partner-logo img{max-height:50px}}
.contact-section{background:linear-gradient(135deg,var(--brand-50)0%,var(--fade-white)100%)}.contact-grid{grid-template-columns:1fr;gap:60px;margin-top:40px;display:grid}@media (min-width:1024px){.contact-grid{grid-template-columns:1fr 1.5fr}}.contact-info h3{color:var(--brand-600);margin-bottom:32px;font-size:28px}.contact-item{align-items:flex-start;gap:16px;margin-bottom:24px;display:flex}.contact-icon{background:var(--brand-500);width:48px;height:48px;color:var(--fade-white);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact-item h4{color:var(--fade-800);margin-bottom:4px;font-size:16px}.contact-item p{color:var(--fade-600);font-size:16px}.contact-form-wrapper{background:var(--fade-white);border-radius:24px;padding:40px;box-shadow:0 4px 16px #00000014}.contact-form{flex-direction:column;display:flex}.form-row{grid-template-columns:1fr;gap:20px;display:grid}@media (min-width:768px){.form-row{grid-template-columns:1fr 1fr}}.form-status{border-radius:8px;padding:12px 16px;font-size:14px;font-weight:500}.form-status.success{background:var(--helping-5);color:var(--brand-700);border:1px solid var(--brand-400)}.form-status.error{color:var(--error-dark);border:1px solid var(--error-light);background:#ffebe9}.contact-form .btn{width:100%}@media (min-width:768px){.contact-form .btn{align-self:flex-start;width:auto}}.contact-success-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:400px;padding:60px 20px;display:flex}.contact-success-state .success-icon-wrapper{width:120px;height:120px;margin:0 auto 32px}.contact-success-state .success-icon{width:100%;height:100%}.contact-success-state .success-circle{stroke:var(--brand-500);stroke-width:2px;stroke-dasharray:166;stroke-dashoffset:166px;animation:.6s cubic-bezier(.65,0,.45,1) forwards strokeCircle}.contact-success-state .success-check{stroke:var(--brand-500);stroke-width:3px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:48;stroke-dashoffset:48px;animation:.3s cubic-bezier(.65,0,.45,1) .6s forwards strokeCheck}.contact-success-state .success-title{color:var(--brand-600);margin-bottom:16px;font-size:32px;font-weight:700;animation:.5s .8s both fadeInUp}.contact-success-state .success-message{color:var(--fade-700);margin-bottom:8px;font-size:18px;font-weight:500;line-height:1.5;animation:.5s .9s both fadeInUp}.contact-success-state .success-submessage{color:var(--fade-600);font-size:15px;line-height:1.6;animation:.5s 1s both fadeInUp}.contact-submit-btn{background:linear-gradient(135deg,var(--brand-500)0%,var(--brand-600)100%);color:#fff;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:8px;padding:16px 24px;font-family:Montserrat,sans-serif;font-size:16px;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 12px #379f4140}.contact-submit-btn:hover:not(:disabled){background:linear-gradient(135deg,var(--brand-600)0%,var(--brand-700)100%);transform:translateY(-2px);box-shadow:0 8px 20px #379f4159}.contact-submit-btn:active:not(:disabled){transform:translateY(0)}.contact-submit-btn:disabled{opacity:.7;cursor:not-allowed}.contact-submit-btn .spinner{animation:1s linear infinite spin}.contact-form .error-message{color:var(--error-dark);background:linear-gradient(135deg,#fff5f5 0%,#fee 100%);border:1px solid #fed7d7;border-radius:12px;align-items:center;gap:8px;margin-bottom:8px;padding:12px 16px;font-size:14px;font-weight:500;display:flex}.contact-form .error-message svg{flex-shrink:0}@media (min-width:768px){.contact-submit-btn{align-self:flex-start;width:auto;min-width:200px}}@media (max-width:640px){.contact-success-state{min-height:350px;padding:40px 20px}.contact-success-state .success-icon-wrapper{width:100px;height:100px;margin-bottom:24px}.contact-success-state .success-title{font-size:28px}.contact-success-state .success-message{font-size:16px}.contact-success-state .success-submessage{font-size:14px}}
.footer{background:linear-gradient(135deg,var(--brand-700)0%,#153e19 100%);color:var(--fade-white);padding:60px 0 20px}.footer-content{grid-template-columns:1fr;gap:40px;margin-bottom:40px;display:grid}@media (min-width:768px){.footer-content{grid-template-columns:1.5fr 1fr}}.footer-brand h3{color:var(--fade-white);margin-bottom:8px;font-size:32px}.footer-brand p{color:#fffc;margin-bottom:4px}.footer-tagline{color:var(--brand-200);margin-top:12px;font-family:Montserrat,sans-serif;font-size:16px;font-weight:500}.footer-social{gap:16px;margin-top:24px;display:flex}.footer-social a{width:40px;height:40px;color:var(--fade-white);background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.footer-social a:hover{background:var(--brand-500);color:#fff;transform:translateY(-3px)}.footer-links{grid-template-columns:1fr 1fr;gap:32px;display:grid}.footer-column h4{color:var(--brand-200);margin-bottom:16px;font-size:18px}.footer-column a{color:#fffc;cursor:pointer;margin-bottom:12px;transition:color .3s;display:block}.footer-column a:hover{color:var(--fade-white)}.footer-bottom{text-align:center;border-top:1px solid #ffffff1a;padding-top:20px}.footer-bottom p{color:var(--fade-400);font-size:14px}
.project-cta-section{padding:60px 0;position:relative;overflow:hidden}.project-cta-card{background:linear-gradient(135deg,var(--brand-500)0%,var(--brand-600)100%);border-radius:24px;justify-content:space-between;align-items:center;gap:32px;padding:48px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 60px #379f414d}.project-cta-card:before{content:"";pointer-events:none;background:radial-gradient(circle,#ffffff1a 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;top:-50%;right:-10%}.project-cta-content{z-index:1;flex:1;align-items:center;gap:24px;display:flex}.project-cta-icon{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;background:#ffffff26;border-radius:20px;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;display:flex;box-shadow:0 8px 24px #0000001a}.project-cta-text{flex:1}.project-cta-title{color:#fff;margin-bottom:8px;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:800;line-height:1.2}.project-cta-description{color:#fffffff2;max-width:600px;margin:0;font-size:1.05rem;line-height:1.6}.project-cta-button{color:var(--brand-600);cursor:pointer;z-index:1;background:#fff;border:none;border-radius:12px;flex-shrink:0;align-items:center;gap:8px;padding:16px 32px;font-size:1.05rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 16px #00000026}.project-cta-button:hover{background:#fffffff2;transform:translateY(-2px);box-shadow:0 8px 24px #0003}.project-cta-button:active{transform:translateY(0)}.project-cta-button svg{transition:transform .3s}.project-cta-button:hover svg{transform:translate(4px)}@media (max-width:968px){.project-cta-card{text-align:center;flex-direction:column;padding:40px 32px}.project-cta-content{text-align:center;flex-direction:column}.project-cta-description{max-width:100%}.project-cta-button{justify-content:center;width:100%}}@media (max-width:640px){.project-cta-section{padding:40px 0}.project-cta-card{padding:32px 24px}.project-cta-icon{width:64px;height:64px}.project-cta-icon svg{width:36px;height:36px}.project-cta-title{font-size:1.5rem}.project-cta-description{font-size:.95rem}.project-cta-button{padding:14px 24px;font-size:1rem}}
