body{margin:0;padding:0;overflow-x:hidden}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.App{overflow-x:hidden}.navbar{position:fixed;top:0;left:0;right:0;width:100%;background:transparent;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:1000;transition:all .3s ease}.navbar--scrolled{background:#ffffff1a;box-shadow:0 2px 20px #0000001a}.navbar__container{max-width:1400px;margin:0 auto;padding:1.2rem 2rem;display:flex;align-items:center;justify-content:space-between}.navbar__logo{display:inline-block;text-decoration:none}.navbar__logo img{height:50px;width:auto;transition:transform .3s ease}.navbar__logo img:hover{transform:scale(1.05)}.navbar__links{display:flex;list-style:none;gap:3rem;margin:0;padding:0}.navbar__link-item{position:relative}.navbar__link{color:#fff;font-size:1rem;font-weight:500;text-decoration:none;padding:.5rem 0;display:inline-block;position:relative;transition:color .3s ease}.navbar__link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#ff9515;transition:width .3s ease}.navbar__link:hover{color:#ff9515}.navbar__link:hover:after{width:100%}.navbar__link--active{color:#ff9515}.navbar__link--active:after{width:100%}.navbar__hamburger{display:none;background:none;border:none;color:#fff;cursor:pointer;padding:.5rem;transition:color .3s ease}.navbar__hamburger:hover{color:#ff9515}.navbar__mobile-menu{position:fixed;top:0;left:0;right:0;background:#1a1a2efa;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:6rem 2rem 2rem;transform:translateY(-100%);transition:transform .4s cubic-bezier(.4,0,.2,1);z-index:999}.navbar__mobile-close{position:absolute;top:1.5rem;right:2rem;background:none;border:none;color:#fff;cursor:pointer;padding:.5rem;transition:color .3s ease,transform .3s ease;z-index:1001}.navbar__mobile-close:hover{color:#ff9515;transform:rotate(90deg)}.navbar__mobile-menu--open{transform:translateY(0)}.navbar__mobile-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.5rem}.navbar__mobile-link-item{opacity:0;transform:translateY(-20px);animation:slideInDown .4s ease forwards}.navbar__mobile-menu--open .navbar__mobile-link-item:nth-child(1){animation-delay:.1s}.navbar__mobile-menu--open .navbar__mobile-link-item:nth-child(2){animation-delay:.15s}.navbar__mobile-menu--open .navbar__mobile-link-item:nth-child(3){animation-delay:.2s}.navbar__mobile-menu--open .navbar__mobile-link-item:nth-child(4){animation-delay:.25s}.navbar__mobile-menu--open .navbar__mobile-link-item:nth-child(5){animation-delay:.3s}.navbar__mobile-link{color:#fff;font-size:1.5rem;font-weight:500;text-decoration:none;display:inline-block;padding:.5rem 0;position:relative;transition:color .3s ease}.navbar__mobile-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:#ff9515;transition:width .3s ease}.navbar__mobile-link:hover{color:#ff9515}.navbar__mobile-link:hover:after{width:100%}.navbar__mobile-link--active{color:#ff9515}.navbar__mobile-link--active:after{width:100%}@keyframes slideInDown{to{opacity:1;transform:translateY(0)}}@media screen and (max-width:1024px){.navbar__links{display:none}.navbar__hamburger{display:block}}@media screen and (max-width:768px){.navbar__container{padding:1rem 1.5rem}.navbar__logo img{height:40px}.navbar__mobile-link{font-size:1.3rem}.navbar__mobile-close{top:1rem;right:1.5rem}}@media screen and (max-width:480px){.navbar__container{padding:1rem}.navbar__logo img{height:35px}.navbar__mobile-menu{padding:5rem 1.5rem 2rem}.navbar__mobile-link{font-size:1.2rem}.navbar__mobile-close{top:1rem;right:1rem}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;padding-top:80px}.hero__background{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(https://pub-c6fbd8c7ba944cfdb7feb829db4d4e25.r2.dev/nig.png);background-size:cover;background-position:center;background-repeat:no-repeat;z-index:1}.hero__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000b3;z-index:2}.hero__mobile-image{position:absolute;right:0;bottom:1;height:80%;z-index:3;animation:floatUp 1.5s ease-out}.hero__mobile-image img{height:100%;width:auto;object-fit:contain;opacity:.6}.hero__container{position:relative;width:100%;max-width:1400px;margin:0 auto;padding:0 4rem;z-index:4}.hero__content{max-width:800px;animation:slideInLeft 1s ease-out}.hero__heading{font-size:clamp(2rem,4vw,3.5rem);font-weight:700;color:#fff;line-height:1.2;margin-bottom:1.5rem;text-shadow:0 2px 10px rgba(0,0,0,.3)}.hero__subheading{font-size:clamp(1rem,1.5vw,1.2rem);color:#e0e0e0;line-height:1.6;margin-bottom:2.5rem;text-shadow:0 1px 5px rgba(0,0,0,.3)}.hero__cta-group{display:flex;gap:1.5rem;flex-wrap:wrap}.hero__cta{padding:1rem 2rem;font-size:1rem;font-weight:600;border-radius:12px;cursor:pointer;transition:all .3s ease;border:2px solid transparent;text-transform:capitalize}.hero__cta--primary{background:#ff9515;color:#fff;border-color:#ff9515}.hero__cta--primary:hover{border-color:#ff9515;background-color:transparent;transform:translateY(-2px)}.hero__cta--secondary{background:transparent;color:#fff;border-color:#007eaa}.hero__cta--secondary:hover{background:#007eaa;transform:translateY(-2px)}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes floatUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width:1024px){.hero__container{padding:0 3rem}.hero__content{max-width:550px}.hero__mobile-image{height:70%;right:-50px}.hero__heading{font-size:clamp(1.8rem,3.5vw,3rem)}.hero__subheading{font-size:clamp(.95rem,1.4vw,1.1rem)}}@media screen and (max-width:768px){.hero{min-height:90vh;padding-top:70px}.hero__mobile-image{display:none}.hero__container{padding:0 2rem}.hero__content{max-width:100%;text-align:center}.hero__heading{font-size:clamp(1.8rem,5vw,2.5rem);margin-bottom:1.2rem}.hero__subheading{font-size:clamp(.95rem,2vw,1.1rem);margin-bottom:2rem}.hero__cta-group{justify-content:center;gap:1rem}.hero__cta{padding:.9rem 2rem;font-size:.95rem}}@media screen and (max-width:480px){.hero{min-height:85vh}.hero__container{padding:0 1.5rem}.hero__heading{font-size:1.6rem;margin-bottom:1rem}.hero__subheading{font-size:.9rem;margin-bottom:1.5rem}.hero__cta-group{flex-direction:column;gap:1rem}.hero__cta{width:100%;padding:1rem 1.5rem}}.who-we-are{min-height:90vh;padding:6rem 2rem;background:#fff;background-image:linear-gradient(#fff3,#fff3),url(https://pub-c6fbd8c7ba944cfdb7feb829db4d4e25.r2.dev/whowearepattern.jpg);background-repeat:repeat;background-size:auto;background-position:center;display:flex;align-items:center;position:relative;overflow-x:hidden}.who-we-are__container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;align-items:center;width:100%}.who-we-are__image{position:relative;width:100%;height:100%;min-height:500px;border-radius:12px;overflow:hidden;box-shadow:0 10px 40px #0000001a;opacity:0;transform:translate(-50px);transition:opacity .8s ease-out,transform .8s ease-out}.who-we-are__image.slide-in-left{opacity:1;transform:translate(0)}.who-we-are__image-item{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity 1s ease-in-out}.who-we-are__image-item.active{opacity:1}.who-we-are__content{opacity:0;transform:translate(50px);transition:opacity .8s ease-out,transform .8s ease-out}.who-we-are__content.slide-in-right{opacity:1;transform:translate(0)}.who-we-are__label{font-size:.95rem;font-weight:600;color:#ff1212;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:1.5rem}.who-we-are__description{font-size:1.1rem;color:#333;line-height:1.8;margin-bottom:2rem}.who-we-are__divider{width:100%;height:1px;background:linear-gradient(to right,#0000001a,#0000000d,#0000001a);margin:2rem 0}.who-we-are__stats{display:flex;gap:2rem;margin:2rem 0;flex-wrap:wrap;opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.who-we-are__stats.slide-in-up{opacity:1;transform:translateY(0)}.who-we-are__stat{text-align:left;flex:1;min-width:0}.who-we-are__stat-number{font-size:1.2rem;font-weight:500;color:#1a1a2e;margin-bottom:.3rem;line-height:1}.who-we-are__stat-label{font-size:.75rem;color:#666;line-height:1.4}.who-we-are__cta{padding:1rem 2rem;font-size:1rem;font-weight:600;background:transparent;color:#000;border:2px solid #007eaa;border-radius:12px;cursor:pointer;transition:all .3s ease;margin-top:1rem;text-transform:capitalize}.who-we-are__cta:hover{background:#007eaa;color:#000;transform:translateY(-2px)}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@media screen and (max-width:1024px){.who-we-are{padding:4rem 2rem}.who-we-are__container{gap:3rem}.who-we-are__image{min-height:400px}.who-we-are__stat-number{font-size:1.1rem}.who-we-are__stat-label{font-size:.7rem}.who-we-are__description{font-size:1rem}}@media screen and (max-width:768px){.who-we-are{padding:3rem 1.5rem}.who-we-are__container{grid-template-columns:1fr;gap:2.5rem}.who-we-are__image{min-height:400px}.who-we-are__label{font-size:.9rem;margin-bottom:1rem}.who-we-are__description{font-size:.95rem;line-height:1.7}.who-we-are__stats{flex-direction:column;gap:1rem}.who-we-are__stat-number{font-size:1rem}.who-we-are__stat-label{font-size:.7rem}.who-we-are__cta{width:100%;padding:1rem 2rem}}@media screen and (max-width:480px){.who-we-are{padding:2.5rem 1rem}.who-we-are__image{min-height:300px}.who-we-are__description{font-size:.9rem}.who-we-are__stat-number{font-size:.95rem}.who-we-are__stat-label{font-size:.65rem}.who-we-are__divider{margin:1.5rem 0}}.our-businesses{min-height:100vh;padding:5rem 2rem;background:#fff;display:flex;flex-direction:column;position:relative;overflow:hidden}.header{text-align:center;margin-bottom:0;position:relative;z-index:2;opacity:0;transform:translateY(-30px);transition:opacity .8s ease-out,transform .8s ease-out}.header.slide-in-down{opacity:1;transform:translateY(0)}.eyebrow{text-transform:uppercase;letter-spacing:.15em;font-size:.75rem;color:#ff1212;font-weight:600}.header h2{font-size:2.5rem;margin:.5rem 0;color:#1a1a2e;font-weight:700}.header p{max-width:700px;margin:0 auto;color:#666;font-size:1.05rem;line-height:1.7}.orbit-section{position:relative;width:100%;max-width:1600px;margin:0 auto;height:600px;margin-top:-2rem}.orbit-svg-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3;opacity:0;transition:opacity 1s ease-out}.orbit-svg-container.fade-in{opacity:1}.orbit-path{stroke-dasharray:3000;stroke-dashoffset:3000;transition:stroke-dashoffset 2.5s ease-out}.orbit-path.draw-path{stroke-dashoffset:0}.orbit-svg{width:100%;height:100%}.orbit-circle{cursor:pointer;transition:all .3s ease}.business-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-25%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:1rem;max-width:600px;width:60%;text-align:center;padding:3rem;opacity:0;transform:translate(-50%,-25%) translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.business-content.slide-in-up{opacity:1;transform:translate(-50%,-25%) translateY(0)}.business-image{width:170px;height:170px;object-fit:cover;border-radius:50%;box-shadow:0 8px 24px #0000001f;flex-shrink:0;border:4px solid #fff}.business-details{flex:1;text-align:center}.business-details h3{font-size:1.8rem;margin-bottom:1rem;color:#1a1a2e;font-weight:700}.business-details p{font-size:1.05rem;color:#666;margin-bottom:1.8rem;line-height:1.7}.read-more{background:transparent;color:#000;border:2px solid #007eaa;padding:1rem 2rem;border-radius:12px;cursor:pointer;font-size:1rem;font-weight:600;transition:all .3s ease;text-transform:capitalize}.read-more:hover{background:#007eaa;color:#fff;transform:translateY(-2px)}@media(max-width:1440px){.orbit-section{height:580px}.business-content{max-width:550px;width:55%;gap:.8rem}.business-image{width:160px;height:160px}}@media(max-width:1200px){.orbit-section{height:650px}.business-content{gap:1.2rem;max-width:500px;width:50%;padding:2.5rem}.business-image{width:140px;height:140px;max-width:140px}.business-details h3{font-size:1.6rem}.business-details p{font-size:1rem;margin-bottom:1.5rem}}@media(max-width:1024px){.orbit-section{height:600px}.business-content{max-width:450px;width:48%;padding:2rem;gap:1rem}.business-image{width:120px;height:120px}.business-details h3{font-size:1.5rem;margin-bottom:.8rem}.business-details p{font-size:.95rem;margin-bottom:1.3rem}.read-more{padding:.8rem 1.8rem;font-size:.95rem}}@media(max-width:768px){.our-businesses{padding:3.5rem 1.5rem}.header{opacity:1!important;transform:translateY(0)!important}.header h2{font-size:2rem}.header p{font-size:.95rem}.orbit-section{height:550px;margin-top:-1rem}.business-content{width:85%;max-width:400px;padding:1.8rem}.business-image{width:110px;height:110px}.business-details h3{font-size:1.4rem}.business-details p{font-size:.9rem;line-height:1.6}}@media(max-width:600px){.orbit-section{height:auto;min-height:500px}.orbit-svg-container{display:none}.business-content{position:static;transform:none!important;flex-direction:column;max-width:100%;opacity:1!important;width:100%!important;left:0!important;top:0!important}.business-content.slide-in-up{transform:none!important}.header{opacity:1!important;transform:translateY(0)!important}.business-image{width:150px;height:150px;max-width:150px;border-radius:50%;object-fit:cover}}.vision-mission{min-height:100vh;padding:6rem 2rem;background:#fff;display:flex;align-items:center;justify-content:center;position:relative;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;overflow-x:hidden}.vision-mission:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(https://pub-c6fbd8c7ba944cfdb7feb829db4d4e25.r2.dev/Direction.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.5;z-index:0}.vision-mission-container{position:relative;z-index:1}.vision-mission-container{max-width:1400px;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}.vision-mission-text{padding-right:2rem;opacity:0;transform:translate(-30px)}.vision-mission-label{display:inline-block;font-size:.875rem;font-weight:600;color:#ff1212;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:1rem}.animate-in .vision-mission-text{animation:slideInLeft .8s ease forwards}@keyframes slideInLeft{to{opacity:1;transform:translate(0)}}.vision-mission-text h2{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#1a1a2e;margin-bottom:1.5rem;line-height:1.2}.vision-mission-text p{font-size:1.1rem;color:#666;line-height:1.8;max-width:500px;font-weight:400}.vision-mission-circles{position:relative;width:100%;height:500px;display:flex;align-items:center;justify-content:center}.circle-item{position:absolute;width:300px;height:300px;border-radius:50%;border:3px solid;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1.5rem;text-align:center;box-shadow:0 4px 20px #0000001a;transition:all .3s ease;opacity:0;transform:scale(.8);overflow:hidden;box-sizing:border-box}.animate-in .circle-item{animation:scaleIn .6s ease forwards}@keyframes scaleIn{to{opacity:1;transform:scale(1)}}.circle-item:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 10px 40px #00000026}.circle-vision{border-color:#007eaa;top:-150px;left:50%;transform:translate(-50%) scale(.8)}.animate-in .circle-vision{animation:scaleInVision .6s ease forwards;animation-delay:.1s}@keyframes scaleInVision{to{opacity:1;transform:translate(-50%) scale(1)}}.circle-vision .circle-icon{color:#007eaa}.circle-vision:hover{transform:translate(-50%) translateY(-10px) scale(1.02);border-color:#005f85}.circle-mission{border-color:#ff9515;bottom:-150px;left:-80px}.animate-in .circle-mission{animation:scaleIn .6s ease forwards;animation-delay:.3s}.circle-mission .circle-icon{color:#ff9515}.circle-mission:hover{border-color:#e68200}.circle-values{border-color:#ff1212;bottom:-150px;right:-80px}.animate-in .circle-values{animation:scaleIn .6s ease forwards;animation-delay:.5s}.circle-values .circle-icon{color:#ff1212}.circle-values:hover{border-color:#cc0e0e}.circle-icon{width:50px;height:50px;display:flex;align-items:center;justify-content:center;margin-bottom:.8rem;flex-shrink:0}.circle-icon svg{width:100%;height:100%}.circle-item h3{font-size:1.4rem;font-weight:700;color:#1a1a2e;margin-bottom:.8rem;line-height:1.2;flex-shrink:0}.circle-item p{font-size:.9rem;color:#666;line-height:1.6;font-weight:400;margin:0;overflow-wrap:break-word;word-wrap:break-word}.connecting-lines{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;overflow:visible}.circle-item{z-index:1}@media(max-width:1024px){.vision-mission-container{grid-template-columns:1fr;gap:4rem}.vision-mission-text{text-align:center;padding-right:0}.vision-mission-text p{margin:0 auto;max-width:600px}.vision-mission-circles{height:auto;min-height:500px;display:flex;flex-direction:column;align-items:center;gap:2.5rem;padding:2rem 0}.circle-item{position:static;width:300px;height:300px;max-width:300px;padding:2rem 1.5rem;transform:none!important;opacity:1!important}.circle-vision,.circle-mission,.circle-values{position:static;inset:auto;transform:none!important}.animate-in .circle-vision,.animate-in .circle-mission,.animate-in .circle-values{animation:none}.circle-icon{width:55px;height:55px}.circle-item h3{font-size:1.4rem}.circle-item p{font-size:.95rem}.circle-item:hover{transform:translateY(-8px) scale(1.02)!important}}@media(max-width:768px){.vision-mission{padding:3rem 1.5rem;min-height:auto}.vision-mission-container{gap:3rem}.vision-mission-text{text-align:center;padding-right:0;margin-bottom:2rem}.vision-mission-label{font-size:.8rem}.vision-mission-text h2{font-size:clamp(1.75rem,5vw,2.2rem);margin-bottom:1rem}.vision-mission-text p{font-size:1rem;max-width:100%}.vision-mission-circles{height:auto;min-height:600px;position:relative;display:flex;flex-direction:column;align-items:center;gap:2rem;padding:2rem 0}.circle-item{position:static;width:280px;height:280px;max-width:280px;padding:1.8rem 1.3rem;transform:none!important;opacity:1!important;margin:0 auto}.circle-vision,.circle-mission,.circle-values{position:static;inset:auto;transform:none!important}.animate-in .circle-vision,.animate-in .circle-mission,.animate-in .circle-values{animation:none}.circle-item:hover{transform:translateY(-5px) scale(1.01)!important}}@media(max-width:480px){.vision-mission{padding:2.5rem 1rem}.vision-mission-container{gap:2.5rem}.vision-mission-text h2{font-size:1.75rem}.vision-mission-text p{font-size:.95rem}.vision-mission-circles{gap:1.5rem;padding:1.5rem 0;min-height:550px}.circle-item{width:280px;height:280px;max-width:280px;padding:1.7rem 1.4rem}.circle-icon{width:45px;height:45px;margin-bottom:.8rem}.circle-item h3{font-size:1.3rem;margin-bottom:.8rem}.circle-item p{font-size:.9rem;line-height:1.6}}.sdg-section{min-height:100vh;padding:6rem 2rem;display:flex;align-items:center;justify-content:center;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;position:relative;overflow:hidden;overflow-x:hidden}.sdg-section:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(https://pub-c6fbd8c7ba944cfdb7feb829db4d4e25.r2.dev/buildingNIG.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.7;z-index:0}.sdg-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#000000b3;z-index:1}.sdg-container{max-width:1400px;width:100%;display:grid;grid-template-columns:1fr 2fr;gap:6rem;align-items:center;position:relative;z-index:2}.sdg-logo{display:flex;flex-direction:column;align-items:flex-start;padding-right:3rem;opacity:0;transform:translate(-50px);transition:opacity .8s ease-out,transform .8s ease-out}.sdg-logo.slide-in-left{opacity:1;transform:translate(0)}.sdg-logo img{width:100%;max-width:300px;height:auto;margin-bottom:2rem;filter:drop-shadow(0 4px 12px rgba(0,0,0,.1))}.sdg-logo h3{font-size:2rem;font-weight:700;color:#fff;margin-bottom:1rem;line-height:1.3;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;text-shadow:0 2px 10px rgba(0,0,0,.3)}.sdg-blue-text{color:#007eaa;text-shadow:0 2px 10px rgba(0,126,170,.3)}.sdg-logo p{font-size:1.1rem;color:#e0e0e0;line-height:1.7;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;text-shadow:0 1px 5px rgba(0,0,0,.3)}.sdg-cards{display:flex;flex-direction:column;gap:2rem}.sdg-row{display:flex;gap:2rem;justify-content:center;opacity:0;transform:translateY(50px);transition:opacity .8s ease-out,transform .8s ease-out}.sdg-row.slide-in-up{opacity:1;transform:translateY(0)}.sdg-row-bottom{padding-left:5rem}.sdg-card{width:180px;height:180px;border-radius:8px;padding:1.5rem;display:flex;flex-direction:column;justify-content:space-between;color:#fff;box-shadow:0 8px 24px #00000026;transition:transform .3s ease,box-shadow .3s ease,opacity .6s ease;cursor:pointer;position:relative;overflow:hidden;opacity:0;transform:translateY(20px)}.sdg-row.slide-in-up .sdg-card{opacity:1;transform:translateY(0)}.sdg-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0000001a;opacity:0;transition:opacity .3s ease}.sdg-card:hover{transform:translateY(-10px) scale(1.05);box-shadow:0 12px 36px #00000040}.sdg-card:hover:before{opacity:1}.sdg-number{font-size:2.5rem;font-weight:900;line-height:1;position:relative;z-index:1}.sdg-icon{font-size:2.5rem;text-align:center;margin:.5rem 0;position:relative;z-index:1;display:flex;align-items:center;justify-content:center}.sdg-icon img{width:100%;height:100%;max-width:60px;max-height:60px;object-fit:contain;display:block}.sdg-title{font-size:.75rem;font-weight:700;line-height:1.2;text-transform:uppercase;letter-spacing:.5px;position:relative;z-index:1;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif}.sdg-number{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif}@media(max-width:1200px){.sdg-container{grid-template-columns:1fr;gap:4rem}.sdg-logo{text-align:center;align-items:center;padding-right:0}.sdg-logo img{max-width:250px}.sdg-row-bottom{padding-left:0}.sdg-card{width:160px;height:160px;padding:1.2rem}.sdg-number,.sdg-icon{font-size:2.2rem}.sdg-icon img{max-width:55px;max-height:55px}.sdg-title{font-size:.7rem}}@media(max-width:768px){.sdg-section{padding:4rem 1.5rem}.sdg-logo h3{font-size:1.6rem}.sdg-logo p{font-size:1rem}.sdg-cards,.sdg-row{gap:1.5rem}.sdg-card{width:140px;height:140px;padding:1rem}.sdg-number,.sdg-icon{font-size:2rem}.sdg-icon img{max-width:50px;max-height:50px}.sdg-title{font-size:.65rem}}@media(max-width:600px){.sdg-row{flex-wrap:wrap}.sdg-card{width:130px;height:130px}.sdg-logo img{max-width:200px}}@media(max-width:480px){.sdg-section{padding:3rem 1rem}.sdg-card{width:110px;height:110px;padding:.8rem}.sdg-number,.sdg-icon{font-size:1.6rem}.sdg-icon img{max-width:40px;max-height:40px}.sdg-title{font-size:.6rem}.sdg-row,.sdg-cards{gap:1rem}}.contact-page{min-height:100vh;padding:8rem 2rem 6rem;position:relative;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;overflow-x:hidden}.contact-page:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(https://pub-c6fbd8c7ba944cfdb7feb829db4d4e25.r2.dev/contact.png);background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0}.contact-page:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#000c;z-index:1}.contact-container{max-width:1400px;margin:0 auto;position:relative;z-index:2}.contact-header{text-align:center;margin-bottom:5rem}.contact-header h1{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;color:#fff;margin-bottom:1.5rem;text-shadow:0 2px 10px rgba(0,0,0,.3)}.contact-header p{font-size:1.2rem;color:#e0e0e0;max-width:700px;margin:0 auto;line-height:1.8;text-shadow:0 1px 5px rgba(0,0,0,.3)}.contact-content{display:flex;flex-direction:column;flex:1}.contact-top-row{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}.contact-info-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:3rem;border-radius:16px;border:1px solid rgba(255,255,255,.2);display:flex;flex-direction:column}.contact-info-card h2{font-size:2rem;font-weight:700;color:#fff;margin-bottom:.75rem}.contact-info-description{font-size:1.1rem;color:#e0e0e0;line-height:1.6;margin-bottom:2.5rem}.contact-info-items{display:flex;flex-direction:column;gap:2.5rem}.contact-info-item{display:flex;gap:1.5rem;align-items:flex-start;transition:transform .3s ease}.contact-info-item:hover{transform:translate(5px)}.contact-icon{width:60px;height:60px;border-radius:12px;background:linear-gradient(135deg,#007eaa,#005a7a);display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;transition:all .3s ease}.contact-info-item:hover .contact-icon{transform:scale(1.1)}.contact-text{flex:1}.contact-text h3{font-size:1.2rem;font-weight:600;color:#fff;margin-bottom:.5rem}.contact-link{font-size:1.05rem;color:#e0e0e0;line-height:1.6;text-decoration:none;transition:color .3s ease;display:inline-block}.contact-link:hover{color:#ff9515}.contact-form-container{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:3rem;border-radius:16px;border:1px solid rgba(255,255,255,.2);display:flex;flex-direction:column}.contact-form-header{margin-bottom:1rem}.contact-form-header h2{font-size:2rem;font-weight:700;color:#fff;margin-bottom:.25rem}.contact-form-header p{font-size:.9rem;color:#e0e0e0;line-height:1.4}.contact-form{display:flex;flex-direction:column;gap:.75rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.form-group{display:flex;flex-direction:column}.form-group label{font-size:.8rem;font-weight:600;color:#fff;margin-bottom:.3rem}.form-group input,.form-group textarea{width:100%;padding:.6rem 0;border:none;border-bottom:2px solid rgba(255,255,255,.3);background:transparent;font-size:.9rem;color:#fff;transition:all .3s ease;outline:none;font-family:inherit}.form-group input:focus,.form-group textarea:focus{border-bottom-color:#ff9515}.form-group input::placeholder,.form-group textarea::placeholder{color:#fff9}.form-group textarea{resize:vertical;min-height:80px;font-family:inherit}.submit-btn{background:linear-gradient(135deg,#ff9515,#ff7a00);color:#fff;border:none;padding:.8rem 1.75rem;font-size:.9rem;font-weight:600;border-radius:12px;cursor:pointer;transition:all .3s ease;align-self:flex-start;display:flex;align-items:center;gap:.5rem;margin-top:.25rem}.submit-btn:hover{transform:translateY(-2px);background:linear-gradient(135deg,#ff7a00,#ff9515)}.submit-btn:active{transform:translateY(0)}.submit-btn svg{transition:transform .3s ease}.submit-btn:hover svg{transform:translate(3px)}@media(max-width:1024px){.contact-top-row{grid-template-columns:1fr;gap:2rem}.contact-form-container{padding:2rem}.contact-info-card,.contact-form-container{max-height:none}}@media(max-width:768px){.contact-page{padding:6rem 1.5rem 8rem}.contact-header{margin-bottom:3rem}.contact-header h1{font-size:2.5rem}.contact-header p{font-size:1.1rem}.contact-info-card{padding:1.5rem}.contact-info-card h2{font-size:1.3rem}.contact-info-item{gap:1rem}.contact-icon{width:50px;height:50px}.contact-text h3{font-size:.95rem}.contact-link{font-size:.85rem}.contact-form-container{padding:1.5rem}.contact-form-header h2{font-size:1.3rem}.form-row{grid-template-columns:1fr;gap:1.2rem}.submit-btn{width:100%;justify-content:center}}@media(max-width:480px){.contact-page{padding:5rem 1rem 8rem}.contact-header{margin-bottom:2.5rem}.contact-header h1{font-size:2rem}.contact-header p{font-size:1rem}.contact-info-card{padding:1.2rem}.contact-info-card h2{font-size:1.2rem}.contact-icon{width:45px;height:45px}.contact-icon svg{width:20px;height:20px}.contact-form-container{padding:1.2rem}.contact-form-header h2{font-size:1.2rem;margin-bottom:.5rem}.form-group input,.form-group textarea{padding:.7rem 0;font-size:.9rem}.form-group textarea{min-height:80px}.submit-btn{padding:1rem 2rem;font-size:.95rem}}.footer{background:#000;color:#fff;padding-top:4rem}.footer-container{max-width:1400px;margin:0 auto;padding:0 2rem 3rem;display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem}.footer-about{max-width:350px}.footer-logo{width:180px;height:auto;margin-bottom:1.5rem;filter:drop-shadow(0 2px 8px rgba(255,255,255,.1))}.footer-about p{font-size:.95rem;line-height:1.7;color:#d0d0d0;margin-bottom:1.5rem}.footer-social{display:flex;gap:1rem}.footer-social a{width:40px;height:40px;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s ease;text-decoration:none}.footer-social a:hover{background:#ff9515;transform:translateY(-3px);box-shadow:0 4px 12px #ff951566}.footer-section h3{font-size:1.3rem;font-weight:600;margin-bottom:1.5rem;color:#fff;position:relative;padding-bottom:.5rem}.footer-section h3:after{content:"";position:absolute;left:0;bottom:0;width:40px;height:2px;background:#ff9515}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:.8rem}.footer-section ul li a{color:#d0d0d0;text-decoration:none;font-size:.95rem;transition:all .3s ease;display:inline-block}.footer-section ul li a:hover{color:#ff9515;transform:translate(5px)}.footer-contact{display:flex;flex-direction:column;gap:1rem}.footer-contact li{display:flex;align-items:flex-start;gap:.8rem;color:#d0d0d0;font-size:.95rem}.footer-contact li svg{flex-shrink:0;margin-top:.2rem;color:#ff9515}.footer-contact-link{color:#d0d0d0;text-decoration:none;transition:color .3s ease}.footer-contact-link:hover{color:#ff9515}.footer-bottom{background:#0000004d;padding:1.5rem 0;border-top:1px solid rgba(255,255,255,.1)}.footer-bottom-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom p{color:#b0b0b0;font-size:.9rem;margin:0}.footer-bottom-links{display:flex;gap:1rem;align-items:center}.footer-bottom-links a{color:#b0b0b0;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-bottom-links a:hover{color:#ff9515}.footer-bottom-links span{color:#666}@media(max-width:1024px){.footer-container{grid-template-columns:1fr 1fr;gap:2.5rem}.footer-about{grid-column:1 / -1;max-width:100%}}@media(max-width:768px){.footer{padding-top:3rem}.footer-container{grid-template-columns:1fr;gap:2rem;padding:0 1.5rem 2rem}.footer-about{text-align:center}.footer-logo{margin:0 auto 1.5rem}.footer-social{justify-content:center}.footer-section h3{font-size:1.2rem}.footer-section h3:after{left:50%;transform:translate(-50%)}.footer-section ul{text-align:center}.footer-contact li{justify-content:center}.footer-bottom-container{flex-direction:column;text-align:center;padding:0 1.5rem}}@media(max-width:480px){.footer{padding-top:2.5rem}.footer-container{padding:0 1rem 1.5rem}.footer-logo{width:150px}.footer-about p{font-size:.9rem}.footer-social a{width:36px;height:36px}.footer-section h3{font-size:1.1rem}.footer-section ul li a,.footer-contact li{font-size:.85rem}.footer-bottom p,.footer-bottom-links a{font-size:.8rem}}
