@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap);@tailwind base;@tailwind components;@tailwind utilities;body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.page-wrapper{opacity:0;transform:translateY(3px);transition:opacity .2s ease-out,transform .2s ease-out}.page-wrapper.loaded{opacity:1;transform:translateY(0)}.page-wrapper.loading{opacity:0;transform:translateY(3px)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}a{transition:all .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;animation:fadeIn .3s ease-out;background-color:#0b0b1d;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;overflow-x:hidden}body.mobile-menu-open{overflow:hidden}.container{margin:0 auto;max-width:1500px;padding:0 2rem}.header{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:hsla(0,0%,50%,.08);border:1px solid hsla(0,0%,50%,.12);border-radius:10px;left:50%;padding:.5rem 0;position:fixed;top:1rem;transform:translateX(-50%);transition:all .4s cubic-bezier(.4,0,.2,1);width:min(1500px,calc(100% - 1.5rem));z-index:9999}.header.scrolled{backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);background:hsla(0,0%,50%,.1);border:1px solid hsla(0,0%,50%,.15)}.header-container{justify-content:space-between;margin:0 auto;max-width:1500px;padding:0 2rem;position:relative;width:100%;z-index:15}.header-container,.logo{align-items:center;display:flex}.logo{cursor:pointer;gap:.5rem;text-decoration:none;transition:opacity .3s ease}.logo:hover{opacity:.8}.logo-image{height:2.2rem;object-fit:contain;width:auto}.logo .logo-text{color:#fff;font-family:Avenir Next,Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.2rem;font-weight:550}.desktop-nav{display:flex;gap:2rem}.header-actions{align-items:center;display:flex;gap:1.5rem}.desktop-nav a{color:#fff;cursor:default;font-size:.9rem;font-weight:500;letter-spacing:.05em;position:relative;text-decoration:none;transition:all .3s ease}.desktop-nav a:hover{color:#fff}.desktop-nav a:after{display:none}.search-container{position:relative}.search-btn{align-items:center;background:none;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;justify-content:center;padding:.5rem;transition:all .3s ease}.search-btn:hover{background:hsla(0,0%,100%,.1);transform:scale(1.05)}.search-dropdown{background:#fff;border:1px solid hsla(0,0%,50%,.25);border-radius:0;box-shadow:0 20px 40px rgba(0,0,0,.15),0 8px 32px rgba(0,0,0,.1);left:50%;opacity:0;overflow:hidden;position:fixed;top:calc(1rem + 60px);transform:translateX(-50%) translateY(-10px);transition:all .3s cubic-bezier(.4,0,.2,1);visibility:hidden;width:min(1500px,calc(100vw - 3rem));z-index:10001}.search-dropdown.show{opacity:1;transform:translateX(-50%) translateY(0);visibility:visible}.search-form{display:flex;gap:.5rem;padding:1rem}.search-input{background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:8px;color:#333;flex:1 1;font-size:.9rem;padding:.75rem;transition:all .3s ease}.search-input:focus{background:#fff;border-color:rgba(0,0,0,.2);box-shadow:0 0 0 2px rgba(0,0,0,.05);outline:none}.search-input::placeholder{color:rgba(0,0,0,.5)}.search-submit{align-items:center;background:#f5f5f5;border:1px solid rgba(0,0,0,.1);border-radius:8px;color:#333;cursor:pointer;display:flex;justify-content:center;padding:.75rem;transition:all .3s ease}.search-submit:hover{background:#e5e5e5;border-color:rgba(0,0,0,.2)}.search-results{border-top:1px solid rgba(0,0,0,.1);max-height:300px;overflow-y:auto}.search-result-item{border-bottom:1px solid rgba(0,0,0,.05);cursor:pointer;padding:1rem;transition:all .3s ease}.search-result-item:hover{background:#f8f8f8}.search-result-item:last-child{border-bottom:none}.search-result-item h4{color:#333;font-size:.9rem;font-weight:600;margin:0 0 .3rem}.search-result-item p{color:rgba(0,0,0,.6);font-size:.8rem;line-height:1.4;margin:0}.search-result-path{color:rgba(0,0,0,.4);display:block;font-size:.7rem;font-weight:500;margin-top:.2rem}.search-no-results{border-top:1px solid rgba(0,0,0,.1);padding:1rem;text-align:center}.search-no-results p{color:rgba(0,0,0,.5);font-size:.9rem;margin:0}.mobile-menu-btn{align-items:center;background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:4px;height:40px;justify-content:center;padding:.5rem;position:relative;width:40px;z-index:10001}.mobile-menu-btn span{background-color:#fff;border-radius:1px;display:block;height:2px;transform-origin:center;transition:all .3s ease;width:24px}.mobile-menu-btn:hover span{background-color:hsla(0,0%,100%,.8)}.mobile-menu-btn:active{transform:scale(.95)}.mobile-menu-btn.active span:first-child{transform:rotate(45deg) translateY(7px)}.mobile-menu-btn.active span:nth-child(2){opacity:0;transform:translateX(-20px)}.mobile-menu-btn.active span:nth-child(3){transform:rotate(-45deg) translateY(-7px)}.mobile-menu-close{align-items:center;background:none;border:none;cursor:pointer;display:flex;height:40px;justify-content:center;position:absolute;right:2rem;top:2rem;width:40px;z-index:10002}.mobile-menu-close:after,.mobile-menu-close:before{background-color:#fff;border-radius:1px;content:"";height:2px;position:absolute;transition:all .3s ease;width:24px}.mobile-menu-close:before{transform:rotate(45deg)}.mobile-menu-close:after{transform:rotate(-45deg)}.mobile-menu-close:hover:after,.mobile-menu-close:hover:before{background-color:hsla(0,0%,100%,.8)}.mobile-menu{align-items:center;background:rgba(0,0,0,.85);display:flex;flex-direction:column;height:100vh;padding:1rem;width:100vw;z-index:9999}.mobile-menu,.mobile-menu-overlay{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);bottom:0;left:0;overflow-y:auto;position:fixed;right:0;top:0}.mobile-menu-overlay{background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.08);border-radius:15px;box-shadow:0 8px 32px rgba(0,0,0,.1),0 2px 16px hsla(0,0%,100%,.05),inset 0 1px 0 hsla(0,0%,100%,.1);margin:1rem}.mobile-nav{display:flex;flex-direction:column;gap:1rem;height:auto;margin:0 auto;max-width:400px;min-height:-webkit-min-content;min-height:min-content;padding:4rem 1rem 2rem;position:relative;width:100%;z-index:10001}.mobile-nav-section{margin-bottom:1.5rem}.mobile-nav-title{font-size:.9rem;font-weight:500;margin-bottom:.75rem;padding:0 1rem}.mobile-nav-section a{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:8px;color:#fff;cursor:pointer;display:block;font-weight:500;letter-spacing:.02em;margin-bottom:.5rem;padding:.8rem 1rem;text-decoration:none;transition:all .3s ease}.mobile-nav-section a:hover{background:hsla(0,0%,100%,.1);transform:translateX(5px)}.mobile-nav-login,.mobile-nav-search{align-items:center;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:500;gap:.5rem;justify-content:center;letter-spacing:.02em;margin-top:1rem;padding:1rem;text-align:center;text-decoration:none;transition:all .3s ease}.mobile-nav-login:hover,.mobile-nav-search:hover{background:hsla(0,0%,100%,.15);transform:translateY(-2px)}.hero{align-items:center;background:#000;display:flex;min-height:100vh;overflow:hidden;padding-top:6rem;position:relative}.hero-video-container{z-index:1}.hero-video-container,.hero-video-overlay{height:100%;left:0;position:absolute;top:0;width:100%}.hero-video-overlay{background:rgba(0,0,0,.6);pointer-events:none;z-index:2}.hero-video{filter:brightness(1.1) contrast(1.25) saturate(1.2);height:auto;left:50%;min-height:100%;min-width:100%;object-fit:cover;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:auto;z-index:1}@media (max-width:768px){.hero-video{min-height:100vh;min-width:100vw;object-position:center center}}@media (max-width:480px){.hero-video{object-position:center center}}@media (min-width:769px) and (max-width:1024px){.hero-video{object-position:center center}}@media (min-width:1025px){.hero-video{object-position:center center}}@media (max-height:500px) and (orientation:landscape){.hero{min-height:100vh}.hero-video{object-position:center center}}.hero-container{margin:0 auto;max-width:1200px;padding:0 2rem;position:relative;width:100%;z-index:3}.hero-content{min-height:80vh;position:relative;text-align:center;z-index:3}.hero-content,.hero-text{align-items:center;display:flex;flex-direction:column;justify-content:center}.hero-text{opacity:0;transform:translateY(30px);transition:all 1s ease;width:100%}.hero-text.visible{opacity:1;transform:translateY(0)}.hero-title{color:#fff;font-size:clamp(3rem,8vw,6rem);font-weight:300;line-height:1.1;margin-bottom:2rem}.hero-title-main{color:#fff;font-size:clamp(3.5rem,9vw,8rem);font-weight:500;letter-spacing:0;line-height:1.1;margin-bottom:1rem;margin-top:-1.2rem;text-align:center;text-shadow:0 4px 8px rgba(0,0,0,.3);white-space:nowrap}.hero-title-highlight{color:#fff;font-weight:700;position:relative}.hero-title-highlight:after{background:#fff;bottom:0;content:"";height:3px;left:0;position:absolute;width:100%}.hero-subtitle{align-items:center;color:#fff;display:flex;font-size:clamp(1.5rem,3.7vw,2.4rem);gap:.75rem;justify-content:center;letter-spacing:0;margin-bottom:2rem;text-align:center;text-shadow:0 2px 4px rgba(0,0,0,.5);white-space:nowrap}.subtitle-static{color:hsla(0,0%,100%,.9);font-weight:400;letter-spacing:.05em}.animated-word{color:#fff;display:inline-block;font-weight:400;letter-spacing:0;min-width:180px;text-align:left}.cursor{animation:blink 1s infinite;color:hsla(0,0%,100%,.8)}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.hero-description,.hero-description-main{color:#fff!important;font-size:1.2rem;line-height:1.6;margin-bottom:3rem;max-width:90%}.animated-word,.hero-subtitle,.subtitle-static{color:#fff!important}@media (max-width:768px){.hero-description,.hero-description-main{font-size:1.05rem;margin-bottom:2rem}}@media (max-width:480px){.hero-description,.hero-description-main{font-size:.98rem;margin-bottom:1.5rem}}.cta-button{background:#fff;border-radius:4px;color:#0b0b1d;font-size:1rem;font-weight:600;letter-spacing:.05em;padding:1rem 2rem;text-transform:uppercase}.cta-button:hover{box-shadow:0 10px 20px hsla(0,0%,100%,.3)}.scroll-indicator{align-items:center;bottom:3rem;cursor:pointer;display:flex;flex-direction:column;gap:.5rem;left:50%;opacity:0;position:absolute;transform:translateX(-50%);transition:all .8s ease;transition-delay:1s;visibility:hidden;z-index:4}.scroll-indicator.visible{opacity:1;visibility:visible}.scroll-text{font-size:.9rem;font-weight:400;letter-spacing:.05em}.scroll-arrow,.scroll-text{color:hsla(0,0%,100%,.8);transition:all .3s ease}.scroll-arrow{animation:bounce 2s infinite}.scroll-indicator:hover .scroll-text{color:#fff;transform:translateY(-2px)}.scroll-indicator:hover .scroll-arrow{color:#fff;transform:translateY(2px)}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-8px)}60%{transform:translateY(-4px)}}.client-login-btn{align-items:center;background:transparent;border:1px solid hsla(0,0%,100%,.6);border-radius:0;color:#fff;cursor:pointer;display:flex;font-size:.8rem;font-weight:700;letter-spacing:.02em;outline:none;padding:.5rem 1rem;text-decoration:none;transition:all .3s ease;white-space:nowrap}.client-login-btn:hover{background:hsla(0,0%,100%,.95);border-color:hsla(0,0%,100%,.8);color:#000}.section-header{margin-bottom:3rem}.section-title{background-color:#333;color:#fff;display:inline-block;font-size:.9rem;font-weight:600;letter-spacing:.1em;margin-bottom:2rem;padding:.5rem 1rem}.section-subtitle{color:#ccc;font-size:1.1rem;max-width:600px}.what-we-do{background-color:#e5e5e5;min-height:50vh;padding:0}.what-we-do-content{grid-gap:4rem;align-items:stretch;display:grid;gap:4rem;grid-template-columns:1fr 1fr;height:50vh;min-height:50vh;opacity:0;transform:translateY(30px);transition:all .8s ease}.what-we-do-content.visible{opacity:1;transform:translateY(0)}.what-we-do-text{display:flex;flex-direction:column;height:100%;justify-content:center;min-height:50vh;text-align:left}.what-we-do-title{background-color:transparent;color:#0b0b1d;display:inline-block;font-size:.8rem;font-weight:600;letter-spacing:.1em;margin-bottom:1.5rem;padding:0;text-transform:none}.what-we-do-headline{color:#000;font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:700;line-height:1.2;margin-bottom:1.5rem}.what-we-do-description{color:#000;font-size:clamp(.95rem,1.5vw,1.1rem);line-height:1.6;margin-bottom:2.5rem}.explore-btn{background:transparent;border:1px solid #000;border-radius:0;color:#000;cursor:pointer;display:inline-block;font-size:.9rem;font-weight:500;letter-spacing:.02em;padding:.8rem 1.5rem;text-align:center;transition:all .3s ease;white-space:nowrap;width:50%}.explore-btn:hover{background-color:#000;color:#fff;transform:translateY(-2px)}.what-we-do-visual{border-radius:0;height:100%;min-height:50vh;overflow:hidden;position:relative}.what-we-do-image{height:100%;min-height:50vh;object-fit:cover;transition:transform .3s ease;width:100%}.what-we-do-visual:hover .what-we-do-image{transform:scale(1.02)}.newsroom-section{background-color:#f8f9fa;padding:0}.newsroom-section .container{margin:0 auto;max-width:1500px;padding:0}.newsroom-section-content{grid-gap:0;align-items:stretch;display:grid;gap:0;grid-template-columns:2fr 1fr;opacity:0;transform:translateY(30px);transition:all .8s ease}.newsroom-section-content.visible{opacity:1;transform:translateY(0)}.newsroom-main-article{background-color:transparent;border:none;border-radius:0;padding:2rem}.newsroom-section-label{background-color:transparent;color:#0b0b1d;font-size:.8rem;padding:0;text-transform:none}.newsroom-category,.newsroom-section-label{display:inline-block;font-weight:600;letter-spacing:.1em;margin-bottom:1.5rem}.newsroom-category{background-color:#0b0b1d;color:#fff;font-size:.7rem;padding:.4rem .8rem;text-transform:uppercase}.newsroom-main-title{color:#0b0b1d;font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:700;line-height:1.2;margin-bottom:1.5rem}.newsroom-main-description{color:#555;font-size:clamp(.95rem,1.5vw,1.1rem);line-height:1.6;margin-bottom:2.5rem}.newsroom-read-btn{background:transparent;border:1px solid #333;border-radius:0;color:#333;cursor:pointer;display:inline-block;font-size:.9rem;font-weight:500;letter-spacing:.02em;padding:.8rem 1.5rem;transition:all .3s ease}.newsroom-read-btn:hover{background-color:#333;color:#fff;transform:translateY(-2px)}.newsroom-sidebar{align-items:stretch;display:flex;flex-direction:row;justify-content:center;padding:3rem 2rem}.newsroom-subscribe-card{background-color:#0b0b1d;border-radius:0;color:#fff;display:flex;flex:1 1;flex-direction:column;justify-content:center;max-width:500px;padding:2rem 2.5rem;text-align:left}.newsroom-subscribe-title{color:#fff;font-size:clamp(1.4rem,2.5vw,1.8rem);font-weight:600;line-height:1.3;margin-bottom:2rem}.newsroom-subscribe-btn{background:transparent;border:1px solid #fff;border-radius:0;color:#fff;cursor:pointer;display:inline-block;font-size:.85rem;font-weight:500;letter-spacing:.02em;line-height:1.2;padding:.8rem 1.2rem;text-align:center;transition:all .3s ease;white-space:nowrap}.newsroom-subscribe-btn:hover{background-color:#fff;color:#0b0b1d;transform:translateY(-2px)}.section-image{border-radius:8px;box-shadow:0 20px 40px rgba(0,0,0,.3);height:400px;object-fit:cover;width:100%}.footer{background-color:#0f0f23;border-top:1px solid #333;color:#fff;padding:3rem 0 1rem}.footer-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 2fr;margin-bottom:2rem}.footer-brand{max-width:400px}.footer-logo{align-items:center;cursor:pointer;display:flex;gap:.5rem;margin-bottom:1rem;text-decoration:none;transition:opacity .3s ease}.footer-logo:hover{opacity:.8}.footer-logo .logo-image{height:2.2rem;object-fit:contain;width:auto}.footer-logo .logo-text{color:#fff;font-family:Avenir Next,Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.2rem;font-weight:550}.footer-description{color:#ccc;font-size:.95rem;line-height:1.6}.footer-sections{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.footer-section h4{color:#fff;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section a{color:#ccc;font-size:.9rem;text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:#fff}.footer-bottom{border-top:1px solid #333;padding-top:2rem;text-align:center}.footer-bottom p{color:#888;font-size:.9rem}@media (max-width:1024px){.hero-content{gap:2rem;grid-template-columns:1fr;text-align:center}.what-we-do{padding:3rem 0}.what-we-do-content{align-items:center;gap:3rem;grid-template-columns:1fr}.what-we-do-headline{font-size:clamp(1.6rem,3vw,2.2rem)}.what-we-do-description{font-size:clamp(.9rem,1.5vw,1rem)}.what-we-do-image,.what-we-do-visual{height:300px;min-height:300px}.what-we-do-content,.what-we-do-text{height:auto;min-height:auto}.contact-content,.footer-content,.people-header,.philosophy-content{gap:2rem;grid-template-columns:1fr}.footer-sections{grid-template-columns:repeat(2,1fr)}.newsroom-section .container{padding:0 1rem}.newsroom-section-content{gap:0;grid-template-columns:1fr}.newsroom-main-article{padding:2.5rem}.newsroom-sidebar{flex-direction:column;padding:2rem 1.5rem}.newsroom-divider-line{height:1px;margin-bottom:2rem;margin-right:0;width:100%}.newsroom-subscribe-card{max-width:none;padding:1.5rem 2rem}}@media (max-width:768px){.desktop-nav{display:none}.mobile-menu-btn{display:flex}.header-actions{gap:.5rem}.search-dropdown{top:calc(.75rem + 50px);transform:translateX(-50%) translateY(-10px);width:calc(100vw - 3rem)}.search-dropdown.show{transform:translateX(-50%) translateY(0)}.client-login-btn,.header-actions .client-login-btn{display:none}.scroll-indicator{bottom:2rem}.scroll-text{font-size:.8rem}.scroll-arrow svg{height:20px;width:20px}.header{padding:.6rem 0;top:.75rem;width:calc(100% - 1.5rem)}.hero{padding-top:5.5rem}.logo-image{height:1.9rem}.logo .logo-text{font-size:1rem}.footer-logo .logo-image{height:1.9rem}.footer-logo .logo-text{font-size:1rem}.hero-title{font-size:clamp(2rem,6vw,3.5rem)}.hero-title-main{font-size:clamp(2.2rem,7vw,5rem);margin-bottom:.5rem;margin-top:-1rem;white-space:nowrap}.hero-subtitle{flex-direction:row;font-size:clamp(1.3rem,3.2vw,1.9rem);gap:.4rem;margin-bottom:.7rem;white-space:nowrap}.subtitle-static{margin-left:1rem}.animated-word{font-size:clamp(1.3rem,3.2vw,1.9rem);min-width:150px}.people-title{font-size:clamp(2rem,5vw,2.5rem)}.blog-grid,.footer-sections,.people-grid{grid-template-columns:1fr}.footer-sections{gap:1rem}.newsroom-section{padding:4rem 0}.newsroom-main-article{padding:2rem}.newsroom-subscribe-card{padding:2rem 1.5rem}.newsroom-main-title{margin-bottom:1rem}.newsroom-main-description{margin-bottom:2rem}}@media (max-width:480px){.container{padding:0 1rem}.header{top:.5rem;width:calc(100% - 1rem)}.header-container{padding:0 1.5rem}.search-dropdown{top:calc(.5rem + 45px);transform:translateX(-50%) translateY(-10px);width:calc(100vw - 2rem)}.search-dropdown.show{transform:translateX(-50%) translateY(0)}.search-form{padding:.75rem}.search-input{font-size:.85rem;padding:.6rem}.search-submit{padding:.6rem}.hero{padding-top:5rem}.hero-description,.hero-description-main{font-size:1.05rem;margin-bottom:2rem}.hero-subtitle{font-size:1.2rem;gap:.4rem;margin-bottom:1rem;white-space:nowrap}.subtitle-static{margin-left:1rem}.animated-word{font-size:1.2rem;min-width:130px}.what-we-do{padding:0}.what-we-do-content{align-items:center;gap:2rem;grid-template-columns:1fr}.what-we-do-headline{font-size:clamp(1.4rem,5vw,2rem);margin-bottom:1rem}.what-we-do-description{font-size:.9rem;margin-bottom:1.5rem}.what-we-do-image{height:100%;min-height:40vh}.what-we-do-text,.what-we-do-visual{min-height:40vh}.what-we-do-content{height:auto;min-height:40vh}.explore-btn{font-size:.85rem;padding:.75rem 1.5rem;width:50%}.cta-button{font-size:.9rem;padding:.75rem 1.5rem}.scroll-indicator{bottom:1.5rem}.scroll-text{font-size:.75rem}.scroll-arrow svg{height:18px;width:18px}.hero-title-main{margin-bottom:.7rem}.hero-subtitle{gap:.3rem;margin-bottom:.5rem}}.what-we-do-page{background-color:#f8f9fa}.what-we-do-hero{background-image:url(/static/media/WWD1.7236964861515a04510b.jpeg);background-position:50%;background-repeat:no-repeat;background-size:cover;text-align:center}.what-we-do-hero:before{background-color:rgba(0,0,0,.6);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.what-we-do-hero-content{position:relative;z-index:2}.what-we-do-hero-title{color:#fff}.what-we-do-hero-subtitle{color:#e0e0e0}.services-section{background-color:#fff}.services-title{color:#0b0b1d;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:600}.services-grid{grid-gap:3rem;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.service-card{background-color:#f8f9fa;border:1px solid #e0e0e0;transition:all .3s ease}.service-card:hover{background-color:#f0f0f0;border-color:silver}.service-card h3{color:#0b0b1d;font-weight:600}.service-card p{font-size:1rem}.technology-section{background-color:#f8f9fa}.technology-content{grid-gap:6rem;align-items:center;gap:6rem}.technology-text h2{color:#0b0b1d;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:600}.technology-text p{font-size:1.1rem}.technology-list li{color:#333;font-size:1rem;padding-left:2rem}.technology-list li:before{color:#0b0b1d;font-weight:700}.stat-item{background-color:#fff;border:1px solid #e0e0e0}.stat-item h3{color:#0b0b1d;font-weight:700}.stat-item p{color:#666;font-size:.9rem;letter-spacing:.1em;text-transform:uppercase}.mission-section{background-color:#fff}.mission-content{max-width:1000px}.mission-content h2{color:#0b0b1d;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:600}.mission-statement{font-size:clamp(1.2rem,2.5vw,1.5rem);margin-bottom:4rem;text-align:center}.mission-pillars{grid-gap:3rem;gap:3rem;margin-top:4rem}.pillar{padding:2rem;text-align:center}.pillar h3{color:#0b0b1d;font-weight:600}.pillar p{color:#666;font-size:1rem}@media (max-width:1024px){.technology-content{gap:3rem;grid-template-columns:1fr}.tech-stats{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.what-we-do-hero{padding:10rem 0 6rem}.mission-section,.services-section,.technology-section{padding:6rem 0}.services-grid{gap:2rem;grid-template-columns:1fr}.service-card{padding:2rem}.tech-stats{gap:1rem;grid-template-columns:repeat(2,1fr)}.stat-item{padding:1.5rem}.mission-pillars{gap:2rem;grid-template-columns:1fr}}@media (max-width:480px){.tech-stats{grid-template-columns:1fr}.stat-item h3{font-size:2rem}}.nav-item{display:inline-block;position:relative}.tech-hero{isolation:isolate;overflow:hidden;position:relative}.tech-hero:before{background-image:radial-gradient(hsla(0,0%,100%,.05) 1px,transparent 0),radial-gradient(rgba(0,0,0,.12) 1px,transparent 0);background-position:0 0,11px 11px;background-size:22px 22px,44px 44px;inset:0}.tech-hero:after,.tech-hero:before{content:"";pointer-events:none;position:absolute;z-index:0}.tech-hero:after{animation:meshDrift 16s ease-in-out infinite alternate;background:radial-gradient(40% 40% at 60% 50%,rgba(99,102,241,.35) 0,transparent 60%),radial-gradient(45% 45% at 40% 60%,rgba(16,185,129,.28) 0,transparent 65%),radial-gradient(35% 35% at 50% 40%,rgba(239,68,68,.25) 0,transparent 60%);filter:blur(60px);height:120vmax;left:50%;top:60%;transform:translate(-50%,-50%);width:120vmax}@keyframes meshDrift{0%{transform:translate(-50%,-50%) rotate(0deg) scale(1)}to{transform:translate(-50%,-55%) rotate(8deg) scale(1.05)}}.reveal-up{opacity:0;transform:translateY(24px);transition:opacity .8s ease,transform .8s ease}.reveal-fade{opacity:0;transition:opacity .9s ease}.reveal-scale{opacity:0;transform:scale(.96);transition:opacity .7s ease,transform .7s ease}.reveal-up.in{opacity:1;transform:translateY(0)}.reveal-fade.in{opacity:1}.reveal-scale.in{opacity:1;transform:scale(1)}.newsroom-article,.pillar,.service-card,.stat-item,.timeline-item,.value-card{overflow:hidden;position:relative}.newsroom-article:after,.pillar:after,.service-card:after,.stat-item:after,.timeline-item:after,.value-card:after{background:radial-gradient(120px 120px at 0 0,rgba(99,102,241,.15),transparent 60%);background:radial-gradient(120px 120px at var(--mx,0) var(--my,0),rgba(99,102,241,.15),transparent 60%);content:"";inset:0;opacity:0;pointer-events:none;position:absolute;transition:opacity .3s ease}.newsroom-article:hover:after,.pillar:hover:after,.service-card:hover:after,.stat-item:hover:after,.timeline-item:hover:after,.value-card:hover:after{opacity:1}body{--mx:50%;--my:50%}.explore-btn,.newsroom-read-btn,.newsroom-subscribe-btn{align-items:center;border-radius:8px;display:inline-flex;height:44px;justify-content:center;padding:0 1.25rem}.tech-network{inset:0;pointer-events:none;position:absolute;z-index:1}.dropdown-menu{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(26,26,26,.95);border:1px solid hsla(0,0%,100%,.1);left:0;min-width:200px;opacity:0;padding:.5rem 0;position:absolute;top:100%;transform:translateY(10px);transition:all .3s ease;visibility:hidden;z-index:1000}.nav-item:hover .dropdown-menu{opacity:1;transform:translateY(0);visibility:visible}.dropdown-menu a{color:#fff;cursor:pointer;display:block;font-size:.9rem;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease;white-space:nowrap}.dropdown-menu a:hover{background:hsla(0,0%,100%,.1);color:#fff}.mobile-nav-section{border-top:1px solid hsla(0,0%,100%,.1);padding:1rem 0}.mobile-nav-title{color:hsla(0,0%,100%,.6);display:block;font-size:.8rem;font-weight:600;letter-spacing:.1em;padding:.5rem 1.5rem;text-transform:uppercase}.mobile-nav-section a{font-size:1rem;padding:.75rem 2rem}.newsroom-article:nth-child(odd){background-color:#f0f0f0}.newsroom-article:nth-child(2n){background-color:#e5e5e5}.people-card:nth-child(odd){background-color:#f0f0f0}.people-card:nth-child(2n){background-color:#e5e5e5}.service-card:nth-child(odd){background-color:#f0f0f0}.service-card:nth-child(2n){background-color:#e5e5e5}.tech-card:nth-child(odd){background-color:#f0f0f0}.our-platforms-section,.tech-card:nth-child(2n){background-color:#e5e5e5}.our-platforms-section{overflow:hidden;padding:4rem 0;position:relative}.platforms-container-full{margin:0 auto;max-width:100%;padding:0}.platforms-hero{margin-bottom:3rem;opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.16,1,.3,1)}.platforms-hero.visible{animation:floatingTextOnce 1.2s ease-out forwards;opacity:1;transform:translateY(0)}@keyframes floatingTextOnce{0%{transform:translateY(30px)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}.platforms-hero-text{color:#0b0b1d;font-size:clamp(1.2rem,2.4vw,2rem);font-weight:300;letter-spacing:-.02em;line-height:1.2;margin:0;position:relative}.platforms-hero-text::selection{background-color:#d0d0d0}.platforms-main-title{margin-bottom:4rem;opacity:0;transform:translateY(20px);transition:all .8s cubic-bezier(.16,1,.3,1) .2s}.platforms-main-title.visible{opacity:1;transform:translateY(0)}.platforms-main-title h2{color:#0b0b1d;font-size:.8rem;font-weight:600;letter-spacing:.1em;margin:0;text-transform:uppercase}.platforms-cards-grid{background-color:#e0e0e0;display:flex;flex-direction:column;gap:1px;opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.16,1,.3,1) .4s}.platforms-cards-grid.visible{opacity:1;transform:translateY(0)}.platform-card{animation:cardFadeIn .8s cubic-bezier(.16,1,.3,1) forwards;animation-delay:calc(var(--card-index)*.1s);background-color:transparent;cursor:pointer;opacity:0;overflow:visible;padding:1.5rem;position:relative;transform:translateY(20px);transition:all .5s cubic-bezier(.16,1,.3,1)}.platform-card:before{background-color:transparent;bottom:0;content:"";left:50%;pointer-events:none;position:absolute;top:0;transform:translateX(-50%);transition:background-color .5s cubic-bezier(.16,1,.3,1);width:100vw;z-index:-1}@keyframes cardFadeIn{to{opacity:1;transform:translateY(0)}}.platform-card:hover{box-shadow:0 8px 30px rgba(0,0,0,.08);transform:translateY(-3px)}.platform-card:hover:before{background-color:hsla(0,0%,100%,.95)}.card-bg-effect{background:linear-gradient(135deg,rgba(0,0,0,.02),transparent 50%),repeating-linear-gradient(90deg,transparent,transparent 50px,rgba(0,0,0,.005) 0,rgba(0,0,0,.005) 51px);inset:0;opacity:0;pointer-events:none;position:absolute;transition:opacity .6s ease}.platform-card:hover .card-bg-effect{animation:bgPulse 3s ease-in-out infinite;opacity:1}@keyframes bgPulse{0%,to{opacity:1}50%{opacity:.7}}.card-border-effect{border:1px solid transparent;inset:0;pointer-events:none;position:absolute;transition:all .5s ease}.platform-card:hover .card-border-effect{border-color:rgba(0,0,0,.08);box-shadow:inset 0 0 20px rgba(0,0,0,.02)}.card-header{align-items:center;display:flex;gap:1.5rem;margin-bottom:1.5rem}.card-number{color:#999;font-family:Courier New,monospace;font-size:.8rem;letter-spacing:.1em;min-width:50px;transition:all .4s cubic-bezier(.16,1,.3,1)}.platform-card:hover .card-number{color:#0b0b1d;transform:translateX(5px)}.card-divider{background:linear-gradient(90deg,rgba(0,0,0,.1),transparent);flex:1 1;height:1px;transform:scaleX(0);transform-origin:left;transition:transform .6s cubic-bezier(.16,1,.3,1)}.platform-card:hover .card-divider{transform:scaleX(1)}.card-body{position:relative;z-index:1}.card-content-wrapper{align-items:center;display:flex;margin-bottom:1.5rem;min-height:140px;overflow:hidden;position:relative}.card-left-content{left:0;max-width:45%;opacity:0;position:absolute;top:50%;transform:translateY(-50%);transition:all .6s cubic-bezier(.16,1,.3,1);z-index:3}.platform-card:hover .card-left-content{opacity:1;transform:translateY(-50%) translateX(0)}.card-subtitle{color:#0b0b1d;font-size:clamp(1rem,1.8vw,1.25rem);font-weight:500;line-height:1.5;margin:0;padding-left:1.5rem;position:relative}.card-subtitle:before{background:#0b0b1d;content:"";height:2px;left:0;position:absolute;top:50%;transform:translateY(-50%);transition:width .5s cubic-bezier(.16,1,.3,1) .2s;width:0}.platform-card:hover .card-subtitle:before{width:.8rem}.card-right-content{align-items:center;display:flex;justify-content:flex-start;left:0;padding-left:0;position:absolute;top:50%;transform:translateY(-50%);transition:all .6s cubic-bezier(.16,1,.3,1);width:100%;z-index:2}.platform-card:hover .card-right-content{opacity:.5;transform:translateY(-50%) translateX(50%)}.card-platform-name{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#0b0b1d,#4a4a4a 50%,#0b0b1d);-webkit-background-clip:text;background-clip:text;color:#0b0b1d;font-size:clamp(3.5rem,10vw,8rem);font-weight:400;letter-spacing:-.04em;line-height:.9;margin:0;position:relative;text-transform:uppercase;transition:all .6s cubic-bezier(.16,1,.3,1)}.platform-card:hover .card-platform-name{-webkit-text-fill-color:transparent;-webkit-text-stroke:1px #0b0b1d;background:none;color:transparent;letter-spacing:.02em}.name-shimmer{background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.3) 50%,transparent);inset:0;opacity:0;pointer-events:none;position:absolute;transform:translateX(-100%);transition:transform .8s ease}.platform-card:hover .name-shimmer{opacity:1;transform:translateX(100%)}.card-description{margin-bottom:1.5rem;opacity:.85;padding-left:2px;position:relative;transition:all .5s cubic-bezier(.16,1,.3,1)}.card-description:before{background:linear-gradient(180deg,#0b0b1d,transparent);content:"";height:0;left:0;position:absolute;top:0;transition:height .6s cubic-bezier(.16,1,.3,1) .3s;width:2px}.platform-card:hover .card-description{opacity:1;transform:translateX(5px)}.platform-card:hover .card-description:before{height:100%}.card-description p{color:#666;font-size:clamp(.95rem,1.4vw,1.05rem);line-height:1.7;margin:0;transition:all .5s cubic-bezier(.16,1,.3,1)}.platform-card:hover .card-description p{color:#2a2a2a;letter-spacing:.01em}.card-footer{align-items:center;display:flex}.card-cta{align-items:center;background:transparent;border:none;color:#0b0b1d;cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:500;gap:.8rem;padding:0;position:relative;transition:all .4s cubic-bezier(.16,1,.3,1)}.cta-label{letter-spacing:.02em;position:relative}.cta-icon{display:inline-block;font-size:1.2rem;transition:transform .4s cubic-bezier(.16,1,.3,1)}.card-cta:hover .cta-icon{transform:translateX(8px)}.cta-underline{background-color:#0b0b1d;bottom:-4px;height:1px;left:0;position:absolute;transition:width .5s cubic-bezier(.16,1,.3,1);width:0}.card-cta:hover .cta-underline{width:calc(100% - 2rem)}.card-hover-overlay{background:radial-gradient(circle at 50% 50%,rgba(0,0,0,.03) 0,transparent 40%),linear-gradient(135deg,rgba(0,0,0,.01),transparent 50%,rgba(0,0,0,.01));background:radial-gradient(circle at var(--mouse-x,50%) var(--mouse-y,50%),rgba(0,0,0,.03) 0,transparent 40%),linear-gradient(135deg,rgba(0,0,0,.01) 0,transparent 50%,rgba(0,0,0,.01) 100%);inset:0;opacity:0;pointer-events:none;position:absolute;transition:opacity .5s ease}.platform-card:hover .card-hover-overlay{animation:overlayShift 4s ease-in-out infinite;opacity:1}@keyframes overlayShift{0%,to{background-position:0 0}50%{background-position:100% 100%}}@media (max-width:1024px){.card-content-wrapper{min-height:130px}.card-left-content{max-width:48%}.card-platform-name{font-size:clamp(3rem,12vw,6rem)}.platform-card:hover .card-right-content{opacity:.5;transform:translateY(-50%) translateX(45%)}}@media (max-width:768px){.our-platforms-section{padding:2.5rem 0}.platform-card{padding:1.5rem}.card-header{margin-bottom:1.2rem}.card-content-wrapper{margin-bottom:1.2rem;min-height:120px}.card-left-content{max-width:52%}.card-subtitle{font-size:clamp(.9rem,3.5vw,1.1rem)}.card-description{margin-bottom:1.2rem}.card-platform-name{font-size:clamp(2.5rem,15vw,5rem)}.platform-card:hover .card-right-content{opacity:.5;transform:translateY(-50%) translateX(40%)}.platforms-hero-text{font-size:clamp(1rem,2vw,1.5rem)}.platforms-main-title h2{font-size:.8rem}}@media (max-width:480px){.our-platforms-section{padding:2rem 0}.platform-card{padding:1.2rem}.card-header{gap:1rem;margin-bottom:1rem}.card-content-wrapper{margin-bottom:1rem;min-height:100px}.card-left-content{max-width:58%}.card-subtitle{font-size:clamp(.85rem,4vw,1rem);padding-left:1rem}.card-subtitle:before{width:0}.platform-card:hover .card-subtitle:before{width:.5rem}.card-platform-name{font-size:clamp(2rem,18vw,4rem)}.platform-card:hover .card-right-content{opacity:.5;transform:translateY(-50%) translateX(35%)}.card-description{margin-bottom:1rem}.platforms-hero-text{font-size:clamp(.9rem,3vw,1.1rem)}.platforms-main-title h2{font-size:.8rem}}.client-login-page{background:#262643;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;min-height:100vh}.login-page-header{display:flex;justify-content:flex-start;margin:0 auto;max-width:1500px;padding:2rem;width:100%}.header-logo{align-items:center;display:flex;gap:.5rem;text-decoration:none;transition:opacity .3s ease}.header-logo:hover{opacity:.8}.header-logo .logo-image{height:2.2rem;object-fit:contain;width:auto}.header-logo .logo-text{color:#fff;font-family:Avenir Next,Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.4rem;font-weight:550}.login-page-content{align-items:center;display:flex;justify-content:center;min-height:calc(100vh - 120px);padding:2rem}.login-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:20px;box-shadow:0 25px 50px rgba(0,0,0,.3),0 10px 40px hsla(0,0%,100%,.05),inset 0 1px 0 hsla(0,0%,100%,.1);max-width:500px;padding:3rem;width:100%}.login-card-header{margin-bottom:2.5rem;text-align:center}.login-card-header h1{color:#fff;font-size:2.2rem;font-weight:700;margin:0 0 .5rem}.login-card-header p{color:hsla(0,0%,100%,.7);font-size:1rem;line-height:1.5;margin:0}.auth-tabs{background:hsla(0,0%,100%,.05);border-radius:12px;display:flex;margin-bottom:2rem;padding:.3rem}.tab-btn{background:none;border:none;border-radius:10px;color:hsla(0,0%,100%,.6);cursor:pointer;flex:1 1;font-size:.9rem;font-weight:600;padding:.8rem 1rem;transition:all .3s ease}.tab-btn.active{background:hsla(0,0%,100%,.15);box-shadow:0 4px 12px hsla(0,0%,100%,.1);color:#fff}.tab-btn:hover:not(.active){background:hsla(0,0%,100%,.05);color:hsla(0,0%,100%,.8)}.auth-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:flex;gap:1rem}.form-group{display:flex;flex:1 1;flex-direction:column;gap:.5rem}.form-group label{color:#fff;font-size:.9rem;font-weight:600;margin-bottom:.3rem}.form-group input{background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.15);border-radius:10px;color:#fff;font-size:.9rem;padding:.9rem 1rem;transition:all .3s ease}.form-group input:focus{background:hsla(0,0%,100%,.12);border-color:hsla(0,0%,100%,.4);box-shadow:0 0 0 3px hsla(0,0%,100%,.1);outline:none}.form-group input::placeholder{color:hsla(0,0%,100%,.4)}.form-options{align-items:center;display:flex;justify-content:space-between;margin:.5rem 0}.checkbox-label{color:hsla(0,0%,100%,.8);font-size:.85rem}.checkbox-label input[type=checkbox]{margin:0;width:auto}.contact-link,.forgot-link{color:hsla(0,0%,100%,.7);font-size:.85rem;text-decoration:none;transition:color .3s ease}.contact-link:hover,.forgot-link:hover{color:#fff;text-decoration:underline}.auth-submit-btn{background:hsla(0,0%,100%,.15);border:1px solid hsla(0,0%,100%,.25);border-radius:12px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;letter-spacing:.03em;margin-top:1rem;padding:1rem 2rem;text-transform:uppercase;transition:all .3s ease}.auth-submit-btn:hover{background:hsla(0,0%,100%,.2);border-color:hsla(0,0%,100%,.4);box-shadow:0 8px 25px hsla(0,0%,100%,.15);transform:translateY(-2px)}.auth-footer{border-top:1px solid hsla(0,0%,100%,.1);margin-top:2rem;padding-top:2rem;text-align:center}.auth-footer p{color:hsla(0,0%,100%,.6);font-size:.85rem;margin:0 0 .5rem}@media (max-width:768px){.login-page-header{padding:1.5rem}.header-logo .logo-image{height:2rem}.header-logo .logo-text{font-size:1.2rem}.login-page-content{min-height:calc(100vh - 100px);padding:1rem}.login-card{max-width:400px;padding:2rem}.login-card-header h1{font-size:1.8rem}.form-row{flex-direction:column;gap:1.5rem}.form-options{align-items:flex-start;flex-direction:column;gap:1rem}}@media (max-width:480px){.login-card{border-radius:15px;padding:1.5rem}.login-card-header h1{font-size:1.6rem}.auth-form{gap:1.2rem}.form-group input{padding:.8rem}.auth-submit-btn{font-size:.9rem;padding:.9rem 1.5rem}}.what-we-do-page{background-color:#fff;color:#333}.what-we-do-hero{background-color:#1a1a1a;color:#fff;padding:12rem 0 8rem;position:relative}.what-we-do-hero-content{margin:0 auto;max-width:900px;opacity:0;text-align:center;transform:translateY(30px);transition:all .8s ease}.what-we-do-hero-content.visible{opacity:1;transform:translateY(0)}.what-we-do-hero-title{font-size:clamp(3rem,6vw,5rem);font-weight:700;margin-bottom:2rem}.what-we-do-hero-subtitle{font-size:clamp(1.5rem,3vw,2.5rem);font-weight:300;line-height:1.3;margin-bottom:2rem}.what-we-do-hero-description{color:#ccc;font-size:clamp(1.1rem,2vw,1.3rem);line-height:1.6;margin:0 auto;max-width:700px}.services-section{background-color:#f0f0f0}.services-title{color:#1a1a1a;font-size:clamp(2rem,4vw,3rem);margin-bottom:4rem;text-align:center}.service-card{background-color:#fff;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1)}.technology-section{background-color:#fff;padding:8rem 0}.technology-content{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px}.technology-text h2{color:#1a1a1a;font-size:clamp(2rem,4vw,3rem);margin-bottom:2rem}.technology-text p{color:#555;line-height:1.6;margin-bottom:2rem}.technology-list{list-style:none;padding:0}.technology-list li{color:#555;margin-bottom:1rem;padding-left:1.5rem;position:relative}.technology-list li:before{color:#1a1a2e;content:"→";left:0;position:absolute}.tech-stats{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr)}.stat-item{background-color:#f0f0f0;border-radius:8px;padding:2rem;text-align:center}.stat-item h3{color:#1a1a2e;font-size:2.5rem;margin-bottom:.5rem}.stat-item p{color:#555;font-size:1.1rem}.mission-section{background-color:#e5e5e5;padding:8rem 0}.mission-content{max-width:1200px}.mission-statement{color:#555;font-size:1.2rem;line-height:1.6;margin:0 auto 4rem;max-width:800px}.mission-pillars{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.pillar{background-color:#fff;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1);padding:2.5rem}.pillar h3{color:#1a1a1a;font-size:1.5rem;margin-bottom:1rem}.pillar p{color:#555;line-height:1.6}@media (max-width:768px){.what-we-do-hero{padding:8rem 0 6rem}.mission-section,.services-section,.technology-section{padding:6rem 0}.technology-content{gap:2rem;grid-template-columns:1fr}.tech-stats{margin-top:2rem}}@media (max-width:480px){.what-we-do-hero{padding:6rem 0 4rem}.mission-section,.services-section,.technology-section{padding:4rem 0}.pillar,.service-card,.stat-item{padding:1.5rem}.tech-stats{grid-template-columns:1fr}}.newsroom-page{background-color:#fff;color:#333}.newsroom-hero{background-color:#1a1a1a;color:#fff;padding:12rem 0 8rem;position:relative}.newsroom-main-content{margin:0 auto;max-width:900px;opacity:0;text-align:center;transform:translateY(30px);transition:all .8s ease}.newsroom-main-content.visible{opacity:1;transform:translateY(0)}.newsroom-hero-title{font-size:clamp(3rem,6vw,5rem);font-weight:700;margin-bottom:2rem}.newsroom-hero-subtitle{font-size:clamp(1.5rem,3vw,2.5rem);font-weight:300;line-height:1.3;margin-bottom:2rem}.newsroom-hero-description{color:#ccc;font-size:clamp(1.1rem,2vw,1.3rem);line-height:1.6;margin:0 auto;max-width:700px}.newsroom-content{background-color:#f0f0f0;padding:8rem 0}.newsroom-articles{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin:0 auto;max-width:1200px}.newsroom-article{background-color:#fff;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1);padding:2.5rem;transition:transform .3s ease}.newsroom-article:hover{transform:translateY(-5px)}.article-category{border-radius:4px;font-size:.9rem;margin-bottom:1rem}.article-title{margin-bottom:.5rem}.article-date{color:#666;font-size:.9rem;margin-bottom:1rem}.article-excerpt{margin-bottom:1.5rem}.read-more-btn{color:#1a1a2e;display:inline-block;text-decoration:none;transition:color .3s ease}.read-more-btn:hover{color:#1a1a2e}.newsletter-section{background-color:#1a1a1a;color:#fff;padding:8rem 0}.newsletter-content{max-width:800px;text-align:center}.newsletter-title{font-size:clamp(2rem,4vw,3rem);margin-bottom:1.5rem}.newsletter-description{color:#ccc;font-size:1.2rem;line-height:1.6;margin-bottom:2.5rem}.newsletter-form{display:flex;gap:1rem;margin:0 auto 1.5rem;max-width:600px}.newsletter-input{background-color:#fff;border:1px solid #333;border-radius:4px;flex:1 1;font-size:1rem;padding:1rem}.newsletter-input:focus{border-color:#1a1a2e;outline:none}.newsletter-btn{border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:1rem 2rem;transition:background-color .3s ease}.newsletter-btn,.newsletter-btn:hover{background-color:#1a1a2e}.newsletter-disclaimer{color:#888;font-size:.9rem;margin:0 auto;max-width:600px}@media (max-width:768px){.newsroom-hero{padding:8rem 0 6rem}.newsletter-section,.newsroom-content{padding:6rem 0}.newsroom-articles{grid-template-columns:1fr}.newsletter-form{flex-direction:column}.newsletter-btn{width:100%}}@media (max-width:480px){.newsroom-hero{padding:6rem 0 4rem}.newsletter-section,.newsroom-content{padding:4rem 0}.newsroom-article{padding:1.5rem}}.about-spp-page{background-color:#fff;color:#333}.about-hero{background-color:#1a1a1a;color:#fff;padding:12rem 0 8rem;position:relative}.about-hero-content{margin:0 auto;max-width:900px;opacity:0;text-align:center;transform:translateY(30px);transition:all .8s ease}.about-hero-content.visible{opacity:1;transform:translateY(0)}.about-hero-title{font-size:clamp(3rem,6vw,5rem);font-weight:700;margin-bottom:2rem}.about-hero-subtitle{font-size:clamp(1.5rem,3vw,2.5rem);font-weight:300;line-height:1.3;margin-bottom:2rem}.about-hero-description{color:#ccc;font-size:clamp(1.1rem,2vw,1.3rem);line-height:1.6;margin:0 auto;max-width:700px}.about-mission{background-color:#f0f0f0;padding:8rem 0}.mission-content{margin:0 auto;max-width:800px;text-align:center}.mission-content h2{color:#1a1a1a;font-size:clamp(2rem,4vw,3rem);margin-bottom:2rem}.mission-content p{color:#555;font-size:clamp(1.1rem,2vw,1.3rem);line-height:1.6}.about-history{background-color:#e5e5e5;padding:8rem 0}.history-content{margin:0 auto;max-width:1200px}.history-content h2{color:#1a1a1a;font-size:clamp(2rem,4vw,3rem);margin-bottom:4rem;text-align:center}.history-timeline{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.timeline-item{background-color:#f0f0f0;border-radius:8px;padding:2rem;text-align:center;transition:transform .3s ease}.timeline-item:hover{transform:translateY(-5px)}.timeline-item h3{color:#1a1a2e;font-size:2rem;margin-bottom:1rem}.timeline-item p{color:#555;font-size:1.1rem;line-height:1.5}.about-values{background-color:#f0f0f0;padding:8rem 0}.about-values h2{color:#1a1a1a;font-size:clamp(2rem,4vw,3rem);margin-bottom:4rem;text-align:center}.values-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto;max-width:1200px}.value-card{background-color:#e5e5e5;padding:3rem 2rem;text-align:center;transition:transform .3s ease}.value-card:hover{transform:translateY(-5px)}.value-card h3{color:#1a1a1a;font-size:1.5rem;margin-bottom:1rem}.value-card p{color:#555;font-size:1.1rem;line-height:1.5}@media (max-width:768px){.about-hero{padding:8rem 0 6rem}.about-history,.about-mission,.about-values{padding:6rem 0}.history-timeline,.values-grid{gap:2rem;grid-template-columns:1fr}.timeline-item,.value-card{padding:2rem}}@media (max-width:480px){.about-hero{padding:6rem 0 4rem}.about-history,.about-mission,.about-values{padding:4rem 0}.timeline-item,.value-card{padding:1.5rem}}.leadership-page{background-color:#fff;color:#333}.leadership-hero{background-color:#1a1a1a;color:#fff;padding:12rem 0 8rem;position:relative}.leadership-hero-content{margin:0 auto;max-width:900px;opacity:0;text-align:center;transform:translateY(30px);transition:all .8s ease}.leadership-hero-content.visible{opacity:1;transform:translateY(0)}.leadership-hero-title{font-size:clamp(3rem,6vw,5rem);font-weight:700;margin-bottom:2rem}.leadership-hero-subtitle{font-size:clamp(1.5rem,3vw,2.5rem);font-weight:300;line-height:1.3;margin-bottom:2rem}.leadership-hero-description{color:#ccc;font-size:clamp(1.1rem,2vw,1.3rem);line-height:1.6;margin:0 auto;max-width:700px}.executive-team{background-color:#f0f0f0;padding:8rem 0}.executive-team h2,.senior-leadership h2{color:#1a1a1a;font-size:clamp(2rem,4vw,3rem);margin-bottom:4rem;text-align:center}.team-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1200px}.team-member-card{background-color:#e5e5e5;overflow:hidden;transition:transform .3s ease}.team-member-card:hover{transform:translateY(-5px)}.member-photo{overflow:hidden;padding-top:100%;position:relative;width:100%}.photo-placeholder{background-color:#ccc;bottom:0;left:0;position:absolute;right:0;top:0}.member-photo-img{height:100%;left:0;object-fit:cover;object-position:center;position:absolute;top:0;transition:transform .3s ease;width:100%}.team-member-card:hover .member-photo-img{transform:scale(1.05)}.member-info{padding:2rem}.member-info h3{color:#1a1a1a;font-size:1.5rem;margin-bottom:.5rem}.member-info h4{color:#1a1a2e;font-size:1rem;font-weight:600;margin-bottom:1rem}.member-info p{color:#555;font-size:1rem;line-height:1.6}.senior-leadership{background-color:#e5e5e5;padding:8rem 0}.leadership-vision,.senior-leadership .team-member-card{background-color:#f0f0f0}.leadership-vision{padding:8rem 0;text-align:center}.vision-content{margin:0 auto;max-width:900px}.vision-content h2{color:#1a1a1a;font-size:clamp(2rem,4vw,3rem);margin-bottom:2rem}.vision-content p{color:#555;font-size:1.2rem;line-height:1.6;margin-bottom:4rem}.vision-stats{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(3,1fr);margin-top:4rem}.vision-stats .stat-item{background-color:#e5e5e5;padding:2rem;transition:transform .3s ease}.vision-stats .stat-item:hover{transform:translateY(-5px)}.vision-stats .stat-item h3{color:#1a1a2e;font-size:2.5rem;margin-bottom:.5rem}.vision-stats .stat-item p{color:#555;font-size:1rem;letter-spacing:.05em;margin:0;text-transform:uppercase}@media (max-width:768px){.leadership-hero{padding:8rem 0 6rem}.executive-team,.leadership-vision,.senior-leadership{padding:6rem 0}.team-grid{gap:2rem}.team-grid,.vision-stats{grid-template-columns:repeat(2,1fr)}.member-info{padding:1.5rem}}@media (max-width:480px){.leadership-hero{padding:6rem 0 4rem}.executive-team,.leadership-vision,.senior-leadership{padding:4rem 0}.team-grid,.vision-stats{grid-template-columns:1fr}.vision-stats{gap:2rem}.member-info{padding:1.5rem}}.contact-page{background-color:#fff;color:#333}.contact-hero{background-color:#1a1a1a;color:#fff;padding:12rem 0 8rem;position:relative}.contact-hero-content{margin:0 auto;max-width:600px;opacity:0;text-align:center;transform:translateY(30px);transition:all .8s ease}.contact-hero-content.visible{opacity:1;transform:translateY(0)}.contact-hero-title{font-size:clamp(3rem,6vw,5rem);font-weight:700;margin-bottom:2rem}.contact-hero-subtitle{font-size:clamp(1.5rem,3vw,2.5rem);font-weight:300;line-height:1.3;margin-bottom:2rem}.contact-hero-description{color:#ccc;font-size:clamp(1.1rem,2vw,1.3rem);line-height:1.6;margin:0 auto;max-width:700px}.global-offices{background-color:#f0f0f0;padding:8rem 0}.global-offices h2{color:#1a1a1a;font-size:clamp(2rem,4vw,3rem);margin-bottom:2rem;text-align:center}.offices-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.office-card{background-color:#e5e5e5}.office-card h3{margin-bottom:1.5rem}.office-details p{color:#555;line-height:1.6;margin-bottom:.5rem}.office-details .address{font-weight:500}.office-details .email{color:#1a1a2e}.contact-form-section{background-color:#e5e5e5;padding:8rem 0}.form-container{background-color:#f0f0f0;margin:0 auto;max-width:800px;padding:4rem}.form-container h2{color:#1a1a1a;font-size:clamp(2rem,4vw,3rem);margin-bottom:3rem;text-align:center}.contact-form{grid-gap:0 rem;display:grid;gap:0 rem}.form-group input,.form-group textarea{background-color:#fff;border:1px solid #ccc;color:#333;font-size:1rem;padding:1rem;transition:all .3s ease;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#1a1a2e;outline:none}.submit-btn{font-size:1rem}.submit-btn,.submit-btn:hover{background-color:#1a1a2e}.map-section{background-color:#f0f0f0;padding:8rem 0}.map-placeholder{align-items:center;background-color:#e5e5e5;display:flex;height:400px;justify-content:center;position:relative;text-align:center;width:100%}.map-overlay{padding:2rem}.map-overlay h3{color:#1a1a1a;font-size:1.5rem;margin-bottom:1rem}.map-overlay p{color:#555}@media (max-width:768px){.contact-hero{padding:8rem 0 6rem}.contact-form-section,.global-offices,.map-section{padding:6rem 0}.form-container{padding:2rem}.offices-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.contact-hero{padding:6rem 0 4rem}.contact-form-section,.global-offices,.map-section{padding:4rem 0}.form-container{padding:1.5rem}.offices-grid{grid-template-columns:1fr}.office-card{padding:2rem}}.client-offering-page{background-color:#fff;color:#333}.offering-hero{background-color:#1a1a1a;color:#fff;padding:12rem 0 8rem;position:relative}.offering-hero-content{margin:0 auto;max-width:900px;opacity:0;text-align:center;transform:translateY(30px);transition:all .8s ease}.offering-hero-content.visible{opacity:1;transform:translateY(0)}.offering-hero-title{font-size:clamp(3rem,6vw,5rem);font-weight:700;margin-bottom:2rem}.offering-hero-subtitle{font-size:clamp(1.5rem,3vw,2.5rem);font-weight:300;line-height:1.3;margin-bottom:2rem}.offering-hero-description{color:#ccc;font-size:clamp(1.1rem,2vw,1.3rem);line-height:1.6;margin:0 auto;max-width:700px}.solutions-section{background-color:#f0f0f0;padding:8rem 0}.benefits-section h2,.services-section h2,.solutions-section h2{color:#1a1a1a;font-size:clamp(2rem,4vw,3rem);margin-bottom:4rem;text-align:center}.solutions-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin:0 auto;max-width:1200px}.solution-card{background-color:#e5e5e5;padding:3rem;transition:transform .3s ease}.solution-card:hover{transform:translateY(-5px)}.solution-card h3{color:#1a1a1a;font-size:1.5rem;margin-bottom:1.5rem}.solution-description{color:#555;font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.feature-list{list-style:none;padding:0}.feature-list li{color:#555;margin-bottom:.8rem;padding-left:1.5rem;position:relative}.feature-list li:before{color:#1a1a2e;content:"→";left:0;position:absolute}.services-section{background-color:#e5e5e5;padding:8rem 0}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:0 auto;max-width:1200px}.service-card{background-color:#f0f0f0;padding:2.5rem;text-align:center;transition:transform .3s ease}.service-card:hover{transform:translateY(-5px)}.service-card h3{color:#1a1a1a;font-size:1.5rem;margin-bottom:1rem}.service-card p{color:#555;line-height:1.6;margin-bottom:1.5rem}.service-metrics{color:#1a1a2e;font-size:1.1rem;font-weight:600}.benefits-section{background-color:#f0f0f0}.benefits-content{margin:0 auto;max-width:1200px}.benefit-item{background-color:#e5e5e5;padding:2.5rem;text-align:center;transition:transform .3s ease}.benefit-item:hover{transform:translateY(-5px)}.benefit-item h3{color:#1a1a1a;font-size:1.3rem;margin-bottom:1rem}.benefit-item p{color:#555;line-height:1.6}.offering-cta{background-color:#e5e5e5;padding:8rem 0;text-align:center}.cta-content{margin:0 auto;max-width:800px}.cta-content h2{color:#1a1a1a;font-size:clamp(2rem,4vw,3rem);margin-bottom:1.5rem}.cta-content p{color:#555;font-size:1.2rem;line-height:1.6;margin-bottom:3rem}.cta-button{background-color:#1a1a2e;border:none;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:500;padding:1rem 3rem;transition:all .3s ease}.cta-button:hover{background-color:#1a1a2e;transform:translateY(-2px)}@media (max-width:768px){.offering-hero{padding:8rem 0 6rem}.benefits-section,.offering-cta,.services-section,.solutions-section{padding:6rem 0}.services-grid,.solutions-grid{gap:2rem;grid-template-columns:1fr}.benefit-item,.service-card,.solution-card{padding:2rem}}@media (max-width:480px){.offering-hero{padding:6rem 0 4rem}.benefits-section,.offering-cta,.services-section,.solutions-section{padding:4rem 0}.benefit-item,.service-card,.solution-card{padding:1.5rem}.cta-button{padding:1rem;width:100%}}.voices-page{background-color:#fff;color:#333}.voices-hero{background-color:#1a1a1a;color:#fff;padding:12rem 0 8rem;position:relative}.voices-hero-content{margin:0 auto;max-width:900px;opacity:0;text-align:center;transform:translateY(30px);transition:all .8s ease}.voices-hero-content.visible{opacity:1;transform:translateY(0)}.voices-hero-title{font-size:clamp(3rem,6vw,5rem);font-weight:700;margin-bottom:2rem}.voices-hero-subtitle{font-size:clamp(1.5rem,3vw,2.5rem);font-weight:300;line-height:1.3;margin-bottom:2rem}.voices-hero-description{color:#ccc;font-size:clamp(1.1rem,2vw,1.3rem);line-height:1.6;margin:0 auto;max-width:700px}.articles-section{background-color:#f0f0f0;padding:8rem 0}.articles-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin:0 auto;max-width:1200px}.article-card{background-color:#e5e5e5;transition:transform .3s ease}.article-card:hover{transform:translateY(-5px)}.article-content{padding:2.5rem}.article-category{background-color:#1a1a2e;color:#fff;display:inline-block;font-size:.7rem;font-weight:600;letter-spacing:.1em;margin-bottom:1.5rem;padding:.4rem .8rem;text-transform:uppercase}.article-title{color:#1a1a1a;font-size:1.5rem;line-height:1.3;margin-bottom:1rem}.article-excerpt{color:#555;font-size:1rem;line-height:1.6;margin-bottom:2rem}.article-meta{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:2rem}.author-info{flex:1 1}.author-name{color:#1a1a1a;font-size:1rem;font-weight:600;margin-bottom:.2rem}.author-role{color:#555;font-size:.9rem}.article-details{text-align:right}.article-date,.read-time{color:#555;display:block;font-size:.9rem}.read-more-btn{background:transparent;border:1px solid #1a1a1a;color:#1a1a1a;cursor:pointer;font-size:.9rem;font-weight:500;padding:.8rem 1.5rem;transition:all .3s ease;width:100%}.read-more-btn:hover{background:#1a1a1a;color:#fff;transform:translateY(-2px)}.voices-newsletter{background-color:#e5e5e5;padding:8rem 0;text-align:center}.newsletter-content{margin:0 auto;max-width:700px}.newsletter-content h2{color:#1a1a1a;font-size:clamp(2rem,4vw,3rem);margin-bottom:1.5rem}.newsletter-content p{color:#555;font-size:1.2rem;line-height:1.6;margin-bottom:3rem}.subscribe-btn{background-color:#1a1a2e;border:none;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:500;padding:1rem 2.5rem;transition:all .3s ease}.subscribe-btn:hover{background-color:#1a1a2e;transform:translateY(-2px)}@media (max-width:768px){.voices-hero{padding:8rem 0 6rem}.articles-section,.voices-newsletter{padding:6rem 0}.category-filters{flex-wrap:wrap;gap:.5rem}.filter-btn{flex:1 1;min-width:120px;text-align:center}.articles-grid{grid-template-columns:1fr}.article-content{padding:2rem}}@media (max-width:480px){.voices-hero{padding:6rem 0 4rem}.articles-section,.voices-newsletter{padding:4rem 0}.filter-btn{font-size:.8rem;padding:.6rem 1rem}.article-content{padding:1.5rem}.article-meta{flex-direction:column;gap:1rem}.article-details{text-align:left}.subscribe-btn{padding:1rem;width:100%}}.work-at-spp-page{background-color:#fff;color:#333}.work-hero{background-color:#1a1a1a;color:#fff;padding:12rem 0 8rem;position:relative}.work-hero-content{margin:0 auto;max-width:900px;opacity:0;text-align:center;transform:translateY(30px);transition:all .8s ease}.work-hero-content.visible{opacity:1;transform:translateY(0)}.work-hero-title{font-size:clamp(3rem,6vw,5rem);font-weight:700;margin-bottom:2rem}.work-hero-subtitle{font-size:clamp(1.5rem,3vw,2.5rem);font-weight:300;line-height:1.3;margin-bottom:2rem}.work-hero-description{color:#ccc;font-size:clamp(1.1rem,2vw,1.3rem);line-height:1.6;margin:0 auto;max-width:700px}.positions-section{background-color:#f0f0f0;padding:8rem 0}.benefits-section h2,.culture-section h2,.positions-section h2{color:#1a1a1a;font-size:clamp(2rem,4vw,3rem);margin-bottom:4rem;text-align:center}.positions-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin:0 auto;max-width:1200px}.position-card{background-color:#e5e5e5;padding:2.5rem;transition:transform .3s ease}.position-card:hover{transform:translateY(-5px)}.position-header{margin-bottom:1.5rem}.position-header h3{color:#1a1a1a;font-size:1.5rem;margin-bottom:.5rem}.position-meta{color:#555;display:flex;font-size:.9rem;gap:1rem}.position-description{color:#555;font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.culture-section{background-color:#f0f0f0;padding:8rem 0}.culture-content{margin:0 auto;max-width:1200px}.culture-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.culture-item{background-color:#e5e5e5;padding:2.5rem;text-align:center;transition:transform .3s ease}.culture-item:hover{transform:translateY(-5px)}.culture-item h3{color:#1a1a1a;font-size:1.3rem;margin-bottom:1rem}.culture-item p{color:#555;line-height:1.6}@media (max-width:768px){.work-hero{padding:8rem 0 6rem}.benefits-section,.culture-section,.positions-section{padding:6rem 0}.category-filters{flex-wrap:wrap;gap:.5rem}.filter-btn{flex:1 1;min-width:120px;text-align:center}.benefits-grid,.culture-grid,.positions-grid{grid-template-columns:1fr}.benefit-card,.culture-item,.position-card{padding:2rem}}@media (max-width:480px){.work-hero{padding:6rem 0 4rem}.benefits-section,.culture-section,.positions-section{padding:4rem 0}.filter-btn{font-size:.8rem;padding:.6rem 1rem}.benefit-card,.culture-item,.position-card{padding:1.5rem}.position-meta{flex-direction:column;gap:.5rem}}.life-at-spp-page{background-color:#fff;color:#333}.life-hero{background-color:#1a1a1a;color:#fff;padding:12rem 0 8rem;position:relative}.life-hero-content{margin:0 auto;max-width:900px;opacity:0;text-align:center;transform:translateY(30px);transition:all .8s ease}.life-hero-content.visible{opacity:1;transform:translateY(0)}.life-hero-title{font-size:clamp(3rem,6vw,5rem);font-weight:700;margin-bottom:2rem}.life-hero-subtitle{font-size:clamp(1.5rem,3vw,2.5rem);font-weight:300;line-height:1.3;margin-bottom:2rem}.life-hero-description{color:#ccc;font-size:clamp(1.1rem,2vw,1.3rem);line-height:1.6;margin:0 auto;max-width:700px}.stories-section{background-color:#f0f0f0;padding:8rem 0}.activities-section h2,.join-section h2,.offices-section h2,.stories-section h2{color:#1a1a1a;font-size:clamp(2rem,4vw,3rem);margin-bottom:4rem;text-align:center}.stories-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin:0 auto;max-width:1200px}.story-card{background-color:#e5e5e5;padding:2.5rem;transition:transform .3s ease}.story-card:hover{transform:translateY(-5px)}.story-header{margin-bottom:1.5rem}.story-header h3{color:#1a1a1a;font-size:1.5rem;margin-bottom:.5rem}.role,.years{color:#555;display:block;font-size:.9rem;margin-bottom:.2rem}.quote{color:#1a1a1a;font-size:1.1rem;font-style:italic;line-height:1.6;margin-bottom:1.5rem}.impact{color:#555;font-size:1rem}.offices-section{background-color:#e5e5e5;padding:8rem 0}.offices-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin:0 auto;max-width:1200px}.office-card{background-color:#f0f0f0;padding:2.5rem;transition:transform .3s ease}.office-card:hover{transform:translateY(-5px)}.office-card h3{color:#1a1a1a;font-size:1.5rem;margin-bottom:1rem}.office-description{color:#555;font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.highlights-list{list-style:none;padding:0}.highlights-list li{color:#555;margin-bottom:.5rem;padding-left:1.5rem;position:relative}.highlights-list li:before{color:#1a1a2e;content:"→";left:0;position:absolute}.activities-section{background-color:#f0f0f0;padding:8rem 0}.activities-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:0 auto;max-width:1200px}.activity-card{background-color:#e5e5e5;padding:2.5rem;transition:transform .3s ease}.activity-card:hover{transform:translateY(-5px)}.activity-card h3{color:#1a1a1a;font-size:1.3rem;margin-bottom:1.5rem}.activity-card ul{list-style:none;padding:0}.activity-card li{color:#555;margin-bottom:.8rem;padding-left:1.5rem;position:relative}.activity-card li:before{color:#1a1a2e;content:"→";left:0;position:absolute}.join-section{background-color:#e5e5e5;padding:8rem 0;text-align:center}.join-content{margin:0 auto;max-width:800px}.join-content p{color:#555;font-size:1.2rem;line-height:1.6;margin-bottom:3rem}.action-buttons{display:flex;gap:1.5rem;justify-content:center}.primary-btn,.secondary-btn{cursor:pointer;font-size:1.1rem;font-weight:500;padding:1rem 2.5rem;transition:all .3s ease}.primary-btn{background-color:#1a1a2e;border:none;color:#fff}.primary-btn:hover{background-color:#1a1a2e;transform:translateY(-2px)}.secondary-btn{background-color:transparent;border:1px solid #1a1a1a;color:#1a1a1a}.secondary-btn:hover{background-color:#1a1a1a;color:#fff;transform:translateY(-2px)}@media (max-width:768px){.life-hero{padding:8rem 0 6rem}.activities-section,.join-section,.offices-section,.stories-section{padding:6rem 0}.activities-grid,.offices-grid,.stories-grid{grid-template-columns:1fr}.activity-card,.office-card,.story-card{padding:2rem}.action-buttons{flex-direction:column;gap:1rem}.primary-btn,.secondary-btn{width:100%}}@media (max-width:480px){.life-hero{padding:6rem 0 4rem}.activities-section,.join-section,.offices-section,.stories-section{padding:4rem 0}.activity-card,.office-card,.story-card{padding:1.5rem}.quote{font-size:1rem}}.student-opportunities-page{background-color:#fff;color:#333}.student-hero{background-color:#1a1a1a;color:#fff;padding:12rem 0 8rem;position:relative}.student-hero-content{margin:0 auto;max-width:900px;opacity:0;text-align:center;transform:translateY(30px);transition:all .8s ease}.student-hero-content.visible{opacity:1;transform:translateY(0)}.student-hero-title{font-size:clamp(3rem,6vw,5rem);font-weight:700;margin-bottom:2rem}.student-hero-subtitle{font-size:clamp(1.5rem,3vw,2.5rem);font-weight:300;line-height:1.3;margin-bottom:2rem}.student-hero-description{color:#ccc;font-size:clamp(1.1rem,2vw,1.3rem);line-height:1.6;margin:0 auto;max-width:700px}.programs-section{background-color:#f0f0f0;padding:8rem 0}.benefits-section h2,.community-section h2,.process-section h2,.programs-section h2{color:#1a1a1a;font-size:clamp(2rem,4vw,3rem);margin-bottom:4rem;text-align:center}.category-filters{display:flex;gap:1rem;justify-content:center;margin-bottom:4rem}.filter-btn{background:#e5e5e5;border:none;cursor:pointer;font-size:.9rem;font-weight:500;padding:.8rem 1.5rem;text-transform:capitalize;transition:all .3s ease}.filter-btn.active,.filter-btn:hover{background:#1a1a2e;color:#fff}.programs-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin:0 auto;max-width:1200px}.program-card{background-color:#e5e5e5;padding:2.5rem;transition:transform .3s ease}.program-card:hover{transform:translateY(-5px)}.program-header{margin-bottom:1.5rem}.program-header h3{color:#1a1a1a;font-size:1.5rem;margin-bottom:.5rem}.program-meta{color:#555;display:flex;font-size:.9rem;gap:1rem}.program-description{color:#555;font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.requirements h4{color:#1a1a1a;font-size:1.1rem;margin-bottom:1rem}.requirements ul{list-style:none;margin-bottom:2rem;padding:0}.requirements li{color:#555;margin-bottom:.5rem;padding-left:1.5rem;position:relative}.requirements li:before{color:#1a1a2e;content:"→";left:0;position:absolute}.apply-btn{background:transparent;border:1px solid #1a1a1a;color:#1a1a1a;cursor:pointer;font-size:.9rem;font-weight:500;padding:.8rem 1.5rem;transition:all .3s ease;width:100%}.apply-btn:hover{background:#1a1a1a;color:#fff;transform:translateY(-2px)}.benefits-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.benefit-card{background-color:#f0f0f0}.benefit-card h3{margin-bottom:1.5rem}.benefit-card ul{list-style:none;padding:0}.benefit-card li{color:#555;margin-bottom:.8rem;padding-left:1.5rem;position:relative}.benefit-card li:before{color:#1a1a2e;content:"→";left:0;position:absolute}.process-section{background-color:#f0f0f0;padding:8rem 0}.process-steps{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto;max-width:1200px}.step{background-color:#e5e5e5;padding:2.5rem;position:relative;text-align:center;transition:transform .3s ease}.step:hover{transform:translateY(-5px)}.step-number{align-items:center;background:#1a1a2e;border-radius:50%;color:#fff;display:flex;font-size:1.2rem;font-weight:600;height:2.5rem;justify-content:center;margin:0 auto 1.5rem;width:2.5rem}.step h3{color:#1a1a1a;font-size:1.3rem;margin-bottom:1rem}.step p{color:#555;line-height:1.6}.community-section{background-color:#e5e5e5;padding:8rem 0;text-align:center}.community-content{margin:0 auto;max-width:800px}.community-content p{color:#555;font-size:1.2rem;line-height:1.6;margin-bottom:3rem}.community-btn{background-color:#1a1a2e;border:none;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:500;padding:1rem 2.5rem;transition:all .3s ease}.community-btn:hover{background-color:#1a1a2e;transform:translateY(-2px)}@media (max-width:768px){.student-hero{padding:8rem 0 6rem}.benefits-section,.community-section,.process-section,.programs-section{padding:6rem 0}.category-filters{flex-wrap:wrap;gap:.5rem}.filter-btn{flex:1 1;min-width:120px;text-align:center}.benefits-grid,.process-steps,.programs-grid{grid-template-columns:1fr}.benefit-card,.program-card,.step{padding:2rem}.community-btn{width:100%}}@media (max-width:480px){.student-hero{padding:6rem 0 4rem}.benefits-section,.community-section,.process-section,.programs-section{padding:4rem 0}.filter-btn{font-size:.8rem;padding:.6rem 1rem}.benefit-card,.program-card,.step{padding:1.5rem}.program-meta{flex-direction:column;gap:.5rem}}.talent-community-page{background-color:#fff;color:#333}.talent-hero{background-color:#1a1a1a;color:#fff;padding:12rem 0 8rem;position:relative}.talent-hero-content{margin:0 auto;max-width:900px;opacity:0;text-align:center;transform:translateY(30px);transition:all .8s ease}.talent-hero-content.visible{opacity:1;transform:translateY(0)}.talent-hero-title{font-size:clamp(3rem,6vw,5rem);font-weight:700;margin-bottom:2rem}.talent-hero-subtitle{font-size:clamp(1.5rem,3vw,2.5rem);font-weight:300;line-height:1.3;margin-bottom:2rem}.talent-hero-description{color:#ccc;font-size:clamp(1.1rem,2vw,1.3rem);line-height:1.6;margin:0 auto;max-width:700px}.expertise-section{background-color:#f0f0f0;padding:8rem 0}.benefits-section h2,.expertise-section h2,.registration-section h2{color:#1a1a1a;font-size:clamp(2rem,4vw,3rem);margin-bottom:4rem;text-align:center}.expertise-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1200px}.expertise-card{background-color:#fff;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1);padding:2.5rem;transition:transform .3s ease}.expertise-card:hover{transform:translateY(-5px)}.expertise-card h3{color:#1a1a1a;font-size:1.5rem;margin-bottom:1rem}.expertise-card p{color:#555;line-height:1.6;margin-bottom:1.5rem}.skills-list{display:flex;flex-wrap:wrap;gap:.5rem}.skill-tag{background-color:#e5e5e5;border-radius:4px;color:#1a1a1a;font-size:.9rem;padding:.4rem .8rem}.registration-section{background-color:#fff;padding:8rem 0}.registration-form{background-color:#f0f0f0;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1);margin:0 auto;max-width:800px;padding:3rem}.form-group{margin-bottom:2rem}.form-group label{color:#1a1a1a;display:block;font-size:1.1rem;margin-bottom:.5rem}.form-group input[type=email],.form-group input[type=number],.form-group input[type=text],.form-group select{border:1px solid #ccc;border-radius:4px;font-size:1rem;padding:.8rem;transition:border-color .3s ease;width:100%}.form-group input[type=email]:focus,.form-group input[type=number]:focus,.form-group input[type=text]:focus,.form-group select:focus{border-color:#1a1a2e;outline:none}.interests-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.checkbox-label{align-items:center;cursor:pointer;display:flex;gap:.5rem}.checkbox-label input[type=checkbox]{cursor:pointer;height:18px;width:18px}.form-group input[type=file]{border:1px dashed #ccc;border-radius:4px;margin-bottom:.5rem;padding:.8rem;width:100%}.form-group small{color:#666;font-size:.9rem}.submit-btn{background:#1a1a2e;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:500;margin-top:1rem;padding:1rem 2rem;transition:all .3s ease;width:100%}.submit-btn:hover{background:#1a1a2e;transform:translateY(-2px)}.benefits-section{background-color:#e5e5e5;padding:8rem 0}.benefits-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto;max-width:1200px}.benefit-card{background-color:#fff;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1);padding:2.5rem;text-align:center;transition:transform .3s ease}.benefit-card:hover{transform:translateY(-5px)}.benefit-card h3{color:#1a1a1a;font-size:1.3rem;margin-bottom:1rem}.benefit-card p{color:#555;line-height:1.6}@media (max-width:768px){.talent-hero{padding:8rem 0 6rem}.benefits-section,.expertise-section,.registration-section{padding:6rem 0}.registration-form{padding:2rem}.interests-grid{grid-template-columns:1fr}}@media (max-width:480px){.talent-hero{padding:6rem 0 4rem}.benefits-section,.expertise-section,.registration-section{padding:4rem 0}.benefit-card,.expertise-card,.registration-form{padding:1.5rem}.form-group{margin-bottom:1.5rem}}
/*# sourceMappingURL=main.44e94961.css.map*/