@import "https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,300;0,14..32,400;0,14..32,500;0,14..32,600;0,14..32,700;0,14..32,800;1,14..32,400&family=Playfair+Display:ital,wght@0,400;0,600;1,400;1,600&display=swap";:root{--bg-color:#000;--text-primary:#fff;--text-secondary:#ffffffb3;--glass-bg:#ffffff0d;--glass-border:#ffffff1a;--font-sans:"Inter", sans-serif;--font-serif:"Playfair Display", serif}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-primary);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-optical-sizing:auto;overflow-x:hidden}a{color:inherit;text-decoration:none}ul{list-style:none}.pill-button{cursor:pointer;border:none;border-radius:9999px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:500;transition:all .4s cubic-bezier(.25,1,.5,1);display:inline-flex}.pill-button.primary{background-color:var(--text-primary);color:var(--bg-color)}.pill-button.primary:hover{background-color:#fffc;transform:translateY(-2px)}.pill-button.secondary{color:var(--text-primary);border:1px solid var(--text-secondary);background-color:#0000}.pill-button.secondary:hover{background-color:var(--glass-bg);border-color:var(--text-primary);transform:translateY(-2px)}html.lenis,html.lenis body{height:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:hidden}.lenis.lenis-scrolling iframe{pointer-events:none}.navbar{z-index:100;background:#000;border-bottom:1px solid #ffffff0d;width:100%;padding:20px 0;position:fixed;top:0;left:0}.navbar-container{justify-content:space-between;align-items:center;max-width:1280px;margin:0 auto;padding:0 48px;display:flex}.navbar-logo{cursor:pointer;color:#fff;align-items:center;gap:6px;text-decoration:none;display:flex}.logo-icon img{filter:brightness(0)invert();width:30px;height:auto}.logo-text{letter-spacing:-.3px;color:#fff;font-size:1.15rem;font-weight:600}.navbar-links{align-items:center;gap:36px;list-style:none;display:flex}.navbar-links a{color:#ffffffbf;letter-spacing:.01em;font-size:.9rem;font-weight:400;text-decoration:none;transition:color .2s}.navbar-links a:hover,.navbar-links a.active{color:#fff}.navbar-cta{color:#000;letter-spacing:.01em;white-space:nowrap;background-color:#fff;border-radius:10px;align-items:center;gap:4px;padding:10px 22px;font-size:.88rem;font-weight:500;text-decoration:none;transition:background-color .2s,transform .2s;display:inline-flex}.navbar-cta:hover{background-color:#ffffffe0;transform:translateY(-1px)}@media (width<=900px){.navbar-container{padding:0 24px}.navbar-links{display:none}}.hero{background-color:#000;flex-direction:column;justify-content:center;width:100%;min-height:120vh;display:flex;position:relative}.hero-video{object-fit:cover;z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.hero-content{z-index:10;text-align:left;width:100%;max-width:1240px;margin:-40px auto 0;padding:0 48px;position:relative}.hero-title{letter-spacing:-2.5px;color:#fff;margin-bottom:24px;font-family:Inter,sans-serif;font-size:72px;font-weight:500;line-height:1.05}.hero-subtitle{color:#ffffffb3;max-width:650px;margin-bottom:40px;font-family:Inter,sans-serif;font-size:1.15rem;font-weight:400;line-height:1.6}.hero-actions{flex-wrap:wrap;gap:8px;margin-top:-20px;display:flex}.hero-btn{white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:12px 24px;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex}.hero-btn--white{color:#000;background-color:#fff;border:1px solid #fff}.hero-btn--white:hover{background-color:#f3f3f3;transform:translateY(-2px)}.hero-btn--black{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#121212e6;border:1px solid #ffffff1f}.hero-btn--black:hover{background-color:#1e1e1ef2;border-color:#ffffff40;transform:translateY(-2px)}.arrow{font-size:1.2rem;line-height:1;transform:translateY(-1px)}.hero-partners{z-index:10;background:linear-gradient(#0000 0%,#000c 100%);width:100%;padding-bottom:60px;position:absolute;bottom:-10px;left:0}.partners-inner{align-items:center;gap:80px;max-width:1240px;margin:0 auto;padding:0 48px;display:flex}.partners-label{color:#ffffff80;white-space:nowrap;letter-spacing:.02em;flex-shrink:0;font-family:Inter,sans-serif;font-size:.85rem;line-height:1.4}.carousel-container{flex:1;position:relative;overflow:hidden}.carousel-track{align-items:center;gap:50px;width:fit-content;animation:50s linear infinite scroll-left;display:flex}.brand-item{color:#ffffffa6;white-space:nowrap;align-items:center;gap:16px;font-size:1.15rem;font-weight:600;transition:color .3s;display:flex}.brand-logo-img{opacity:.75;filter:brightness(0)invert();width:auto;height:50px}.brand-item:hover{color:#fff}.brand-item:hover .brand-logo-img{opacity:1;filter:brightness(0)invert()}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-33.33%)}}@media (width<=1024px){.hero-title{font-size:4rem}}@media (width<=900px){.hero-title{font-size:3.2rem}.hero-content{margin-top:0;padding:0 24px}.hero-actions{flex-wrap:wrap;gap:16px;display:flex}.partners-inner{flex-direction:column;align-items:flex-start;gap:30px;padding:0 24px}.partners-label{position:absolute;top:-40px;left:20px}.hero-partners{padding-bottom:30px}}.expertise-section{background-color:#000;flex-direction:column;align-items:center;min-height:120vh;padding:120px 0;display:flex;position:relative;overflow:hidden}.expertise-bg{z-index:0;width:100%;max-width:1400px;height:1000px;position:absolute;top:150px;left:50%;overflow:hidden;transform:translate(-50%);-webkit-mask-image:radial-gradient(circle,#000 0%,#0000 80%);mask-image:radial-gradient(circle,#000 0%,#0000 80%)}.expertise-bg-img{object-fit:cover;object-position:bottom center;opacity:.9;width:100%;height:100%}.expertise-inner{z-index:10;flex-direction:column;align-items:center;width:100%;display:flex;position:relative}.expertise-header{text-align:center;flex-direction:column;gap:16px;margin-bottom:140px;display:flex}.expertise-tagline{color:#fff;letter-spacing:1px;font-family:Inter,sans-serif;font-size:.95rem;font-weight:500}.expertise-tagline em{font-family:Playfair Display,serif;font-style:italic}.expertise-title{color:#fff;letter-spacing:-1.5px;font-family:Inter,sans-serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:600;line-height:1.15}.expertise-title-italic{font-family:Playfair Display,serif;font-style:italic;font-weight:600;display:block}.expertise-carousel{z-index:20;width:80vw;padding:20px 0;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000);mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000)}.expertise-track{gap:24px;width:fit-content;animation:50s linear infinite scroll-expertise;display:flex}.expertise-track:hover{animation-play-state:paused}.expertise-card{-webkit-backdrop-filter:blur(16px);background:#121212a6;border:1px solid #ffffff0f;border-radius:20px;flex-direction:column;justify-content:space-between;gap:30px;width:380px;min-height:280px;padding:36px 32px;transition:border-color .3s,background .3s,transform .3s;display:flex}.expertise-card:hover{background:#191919bf;border-color:#ffffff26}.expertise-card-header{align-items:flex-start;gap:10px;display:flex}.expertise-card-num{color:#fff;opacity:.8;margin-top:2px;font-family:Inter,sans-serif;font-size:.9rem;font-weight:500}.expertise-card-title{color:#fff;letter-spacing:-.3px;font-family:Inter,sans-serif;font-size:1.1rem;font-weight:600;line-height:1.3}.expertise-card-desc{color:#e4e4e7;font-family:Inter,sans-serif;font-size:.9rem;font-weight:400;line-height:1.6}@keyframes scroll-expertise{0%{transform:translate(0)}to{transform:translate(calc(-33.33% - 8px))}}@media (width<=1024px){.expertise-card{width:340px;min-height:240px;padding:24px}}@media (width<=768px){.expertise-title{font-size:2.8rem}.expertise-card{width:300px}.expertise-section{min-height:0}}.cr-section{background-color:#000;padding:100px 0}.cr-inner{grid-template-columns:1fr 1.8fr;align-items:start;gap:80px;max-width:1280px;margin:0 auto;padding:0 48px;display:grid}.cr-left{align-items:flex-start;padding-top:6px;display:flex}.cr-label{color:#ffffffd9;letter-spacing:.01em;white-space:nowrap;font-size:28px;font-weight:400;line-height:1.5}.cr-label em{font-family:Playfair Display,serif;font-style:italic;font-weight:400}.cr-right{flex-direction:column;align-items:flex-start;gap:40px;display:flex}.cr-body{color:#fff;letter-spacing:-.2px;font-family:Inter,sans-serif;font-size:clamp(1.25rem,2.2vw,1.65rem);font-weight:400;line-height:1.55}.cr-btn{color:#fff;letter-spacing:.01em;cursor:pointer;background:0 0;border:1px solid #ffffff73;border-radius:50px;align-items:center;gap:8px;width:fit-content;padding:12px 24px;font-family:Inter,sans-serif;font-size:.9rem;font-weight:500;text-decoration:none;transition:background .2s,border-color .2s,transform .2s;display:inline-flex}.cr-btn:hover{background:#ffffff12;border-color:#ffffffbf;transform:translateY(-1px)}@media (width<=900px){.cr-inner{grid-template-columns:1fr;gap:32px;padding:0 24px}.cr-section{padding:72px 0}.cr-label{white-space:normal}}.ce-section{background-color:#000;padding:120px 0;overflow:hidden}.ce-inner{max-width:1280px;margin:0 auto;padding:0 48px}.ce-header{text-align:center;flex-direction:column;gap:16px;margin-bottom:80px;display:flex}.ce-label{color:#ffffffe6;letter-spacing:.02em;font-size:1rem;font-weight:400}.ce-label em{font-family:Playfair Display,serif;font-style:italic;font-weight:400}.ce-title{color:#fff;letter-spacing:-.01em;font-family:Inter,sans-serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:500;line-height:1.1}.ce-title em{font-family:Playfair Display,serif;font-style:italic;font-weight:400}.ce-grid{grid-template-columns:repeat(3,1fr);gap:40px;display:grid}.ce-card{flex-direction:column;gap:32px;display:flex}.ce-card-content{flex-direction:column;gap:20px;padding-right:20px;display:flex}.ce-num{color:#fff9;font-family:Inter,sans-serif;font-size:.95rem;font-weight:400}.ce-card-title{color:#fff;font-family:Inter,sans-serif;font-size:1.35rem;font-weight:600}.ce-card-desc{color:#ffffffb3;font-family:Inter,sans-serif;font-size:1rem;font-weight:400;line-height:1.5}.ce-visual{aspect-ratio:1.1;background-color:#000;border-radius:8px;width:100%;position:relative;overflow:hidden}.ce-img{object-fit:contain;object-position:bottom center;filter:brightness(.9);width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1)}.ce-card:hover .ce-img{filter:brightness(1.1);transform:scale(1.04)}@media (width<=1024px){.ce-grid{grid-template-columns:repeat(2,1fr);gap:48px 32px}}@media (width<=768px){.ce-grid{grid-template-columns:1fr;gap:60px}.ce-inner{padding:0 24px}.ce-header{margin-bottom:50px}}.ww-section{background-image:url(/images/work.png);background-position:0;background-repeat:no-repeat;background-size:cover;min-height:100vh;padding:80px 0;position:relative}.ww-inner{z-index:10;flex-direction:column;align-items:center;max-width:1400px;margin:0 auto;padding:0 40px;display:flex;position:relative}.ww-header{text-align:center;margin-bottom:80px}.ww-tagline{color:#fff;letter-spacing:.05em;margin-bottom:16px;font-family:Playfair Display,serif;font-size:1rem;font-style:italic;font-weight:500}.ww-title{color:#fff;letter-spacing:-2px;font-family:Inter,sans-serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:600;line-height:1.1}.ww-title em{font-family:Playfair Display,serif;font-style:italic;font-weight:500}.ww-cards-layout{justify-content:center;align-items:center;gap:10px;width:100%;display:flex}.ww-col{flex-direction:column;gap:10px;display:flex}.col-1{transform:translateY(123px)}.col-2{transform:translateY(16px)}.col-center{transform:translateY(0)}.col-4{transform:translateY(1px)}.col-5{transform:translateY(118px)}.ww-card{-webkit-backdrop-filter:blur(16px);background:#0a0a0a66;border:1px solid #ffffff0f;border-radius:16px;flex-direction:column;gap:16px;width:220px;min-height:190px;padding:32px;transition:all .3s;display:flex}.ww-card:hover{background:#14141499;border-color:#ffffff26}.ww-card-icon{color:#fff;width:20px;height:20px;margin-bottom:4px}.ww-card-title{color:#fff;margin:0;font-family:Inter,sans-serif;font-size:1rem;font-weight:700;line-height:1.3}.ww-card-desc{color:#a1a1aa;margin:0;font-family:Inter,sans-serif;font-size:.88rem;line-height:1.4}.ww-hero-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0a0a0a80;border:1px solid #ffffff1a;border-radius:20px;justify-content:center;align-items:center;width:250px;height:440px;display:flex;position:relative;overflow:hidden}.ww-logo-box{z-index:2;background:#000;border:1px solid #ffffff1a;border-radius:16px;justify-content:center;align-items:center;width:120px;height:120px;display:flex;box-shadow:0 0 50px #ffffff0d}.ww-logo-box img{width:100px;height:100px}.ww-center-logo{width:70px;height:70px}.ww-center-glow{z-index:1;background:radial-gradient(circle,#ffffff14 0%,#0000 70%);width:300px;height:300px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (width<=1350px){.ww-cards-layout{flex-wrap:wrap;justify-content:center;gap:30px}.ww-col{transform:none!important}.ww-hero-card{height:400px}}@media (width<=768px){.ww-section{padding:80px 0}.ww-title{font-size:2.8rem}.ww-cards-layout{flex-direction:column;align-items:center;gap:20px}.ww-col{width:100%;max-width:320px;margin-top:-15px}.ww-card{width:100%}.ww-hero-card{width:100%;height:300px;display:none}}.insights-section{color:#fff;background-color:#000;flex-direction:column;align-items:center;width:100%;padding:140px 0;display:flex}.section-header{text-align:center;margin-bottom:120px}.tagline{opacity:.95;margin-bottom:16px;font-family:Inter,sans-serif;font-size:1.05rem;font-weight:400}.main-title{letter-spacing:-.02em;margin:0;font-family:Inter,sans-serif;font-size:clamp(2.5rem,5.5vw,4rem);font-weight:600}.futures-grid{scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;gap:40px;width:100%;max-width:1200px;padding:0 24px 40px;display:flex;overflow-x:auto}.futures-grid::-webkit-scrollbar{display:none}.blog-card{scroll-snap-align:center;text-align:left;color:inherit;cursor:pointer;flex-direction:column;flex:0 0 calc(50% - 20px);text-decoration:none;transition:transform .4s cubic-bezier(.25,.46,.45,.94);display:flex}.blog-card:hover{transform:translateY(-8px)}.blog-image-wrapper{aspect-ratio:16/10;background-color:#111;border-radius:12px;margin-bottom:24px;position:relative;overflow:hidden}.blog-image{object-fit:cover;width:100%;height:100%;transition:transform .6s}.blog-card:hover .blog-image{transform:scale(1.05)}.blog-content{flex-direction:column;display:flex}.item-number{opacity:.6;margin-bottom:16px;font-family:Inter,sans-serif;font-size:.9rem}.item-title{letter-spacing:-.01em;margin-bottom:12px;font-family:Inter,sans-serif;font-size:1.45rem;font-weight:600}.item-desc{color:#ffffff8c;max-width:95%;font-family:Inter,sans-serif;font-size:1rem;line-height:1.55}.carousel-nav{justify-content:center;align-items:center;gap:16px;margin-top:40px;display:flex}.nav-btn{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.25rem;transition:all .3s;display:flex}.nav-btn:hover{background:#ffffff26;border-color:#ffffff4d;transform:scale(1.05)}.nav-btn:active{transform:scale(.95)}@media (width<=1024px){.futures-grid{gap:60px 30px}.main-title{font-size:3.2rem}}@media (width<=768px){.insights-section{padding:100px 0}.section-header{margin-bottom:80px}.futures-grid{gap:20px;padding:0 10px 30px}.blog-card{flex:0 0 85%}.item-desc{max-width:100%}.main-title{font-size:2.4rem}}.cta-section{text-align:center;background-color:#000;flex-direction:column;justify-content:center;align-items:center;width:100%;height:60vh;padding:0 24px;display:flex;position:relative;overflow:hidden}.cta-background{z-index:1;position:absolute;inset:0}.cta-bg-img{object-fit:cover;object-position:center;opacity:.95;width:100%;height:100%}.cta-overlay{pointer-events:none;z-index:2;background:radial-gradient(#0000004d 0%,#0000 40%);position:absolute;inset:0}.cta-content{z-index:10;max-width:900px;margin-top:-100px;position:relative}.cta-heading{color:#fff;letter-spacing:-.015em;margin-bottom:24px;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:56px;font-weight:500;line-height:1}.cta-subheading{color:#fff;opacity:.9;max-width:900px;margin:0 auto 40px;font-family:Inter,sans-serif;font-size:20px;font-weight:400;line-height:1.5}.cta-button{color:#000;background-color:#fff;border-radius:10px;justify-content:center;align-items:center;gap:12px;height:48px;padding:0 28px;font-size:.95rem;font-weight:600;text-decoration:none;transition:transform .3s cubic-bezier(.16,1,.3,1),background-color .2s;display:inline-flex;box-shadow:0 4px 15px #0000004d}.cta-button:hover{background-color:#f1f1f1;transform:translateY(-2px)}.cta-button .arrow{font-size:1.25rem;line-height:1}.cta-footer-links{z-index:10;justify-content:space-between;width:100%;max-width:1200px;padding:0 40px;display:flex;position:absolute;bottom:80px;left:50%;transform:translate(-50%)}.footer-link{color:#fff;letter-spacing:.01em;opacity:.9;align-items:center;gap:10px;font-size:16px;font-weight:600;text-decoration:none;transition:opacity .3s;display:flex}.footer-link:hover{opacity:.6}@media (width<=1024px){.cta-footer-links{max-width:900px}}@media (width<=768px){.cta-section{height:auto;padding:100px 24px 80px}.cta-heading{font-size:2.8rem}.cta-footer-links{flex-direction:column;align-items:center;gap:30px;margin-top:80px;padding:0;position:relative;bottom:0;left:0;transform:none}}.footer-logo{cursor:pointer;align-items:center;gap:6px;text-decoration:none;display:flex}.center{justify-content:center;align-items:center;display:flex}.logo1-icon img{width:30px;height:30px}.logo1-text{letter-spacing:-.3px;color:#000;font-size:1.15rem;font-weight:600}.footer{color:#000;background-color:#fff;flex-direction:column;width:100%;padding:80px 0 0;font-family:Inter,-apple-system,sans-serif;display:flex}.footer-top{justify-content:space-between;align-items:flex-end;width:100%;max-width:1300px;margin:0 auto;padding:0 40px 30px;display:flex}.footer-brand{max-width:320px}.logo-text-svg{width:97px;height:10px}.footer-tagline{color:#777;font-size:16px;font-weight:400;line-height:1.4}.footer-links{gap:40px;padding-top:10px;display:flex}.footer-links a{color:#000;font-size:14px;font-weight:500;text-decoration:none;transition:opacity .2s}.footer-links a:hover{opacity:.6}.footer-media{background-color:#f5f5f5;width:100%;height:520px;display:flex;overflow:hidden}.media-container{flex:1;position:relative;overflow:hidden}.footer-video{object-fit:cover;width:100%;height:100%}.footer-bottom{border-top:1px solid #eee;justify-content:space-between;align-items:center;width:100%;max-width:1300px;margin:0 auto;padding:30px 40px;display:flex}.footer-copyright{color:#000;flex:1;font-size:14px;font-weight:500}.social-icons{flex:1;justify-content:center;gap:12px;display:flex}.social-icon{color:#fff;background-color:#1a1a1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:transform .2s,background-color .2s;display:flex}.social-icon:hover{background-color:#000;transform:translateY(-2px)}.social-icon svg{fill:currentColor;width:18px;height:18px}.footer-creator{color:#000;flex:1;justify-content:flex-end;align-items:center;gap:4px;font-size:14px;font-weight:600;display:flex}.highlight-text{color:#d92138}@media (width<=1024px){.footer-media{height:400px}}@media (width<=768px){.footer-top{flex-direction:column;gap:40px;padding:0 24px 40px}.footer-links{justify-content:space-between;gap:0;width:100%}.footer-media{flex-direction:column;height:auto}.media-container{height:300px}.media-container:nth-child(2){display:none}.footer-bottom{text-align:center;flex-direction:column;gap:30px;padding:40px 24px}.footer-creator{text-align:center;flex-direction:row;justify-content:center;gap:8px}}.blog-page-container{color:#fff;background-color:#000;flex-direction:column;align-items:center;width:100%;min-height:100vh;padding:140px 24px 80px;display:flex}.blog-page-container.not-found{text-align:center;justify-content:center}.not-found h2{margin-bottom:24px;font-family:Inter,sans-serif;font-size:2rem}.blog-header-wrapper{text-align:center;flex-direction:column;align-items:center;width:100%;max-width:900px;margin-bottom:60px;display:flex}.back-link{color:#fff9;align-self:flex-start;margin-bottom:40px;font-family:Inter,sans-serif;font-size:.95rem;text-decoration:none;transition:color .3s}.back-link:hover{color:#fff}.blog-meta{opacity:.7;align-items:center;gap:16px;margin-bottom:24px;font-family:Inter,sans-serif;font-size:.9rem;display:flex}.blog-tag{text-transform:uppercase;letter-spacing:.05em;font-size:.8rem}.blog-main-title{letter-spacing:-.02em;margin:0 0 24px;font-family:Inter,sans-serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:600;line-height:1.1}.blog-subtitle{color:#fff9;max-width:700px;font-family:Inter,sans-serif;font-size:1.25rem;line-height:1.6}.blog-hero-image-wrapper{aspect-ratio:21/9;background-color:#111;border-radius:16px;width:100%;max-width:1200px;margin-bottom:80px;overflow:hidden}.blog-hero-image{object-fit:cover;width:100%;height:100%}.blog-content-wrapper{color:#ffffffd9;width:100%;max-width:800px;font-family:Inter,sans-serif;font-size:1.15rem;line-height:1.8}.blog-content-wrapper h3{color:#fff;margin-top:60px;margin-bottom:24px;font-size:1.75rem;font-weight:500}.blog-content-wrapper p{margin-bottom:24px}.remaining-blogs-section{border-top:1px solid #ffffff1a;width:100%;max-width:1200px;margin-top:120px;padding-top:80px}.section-title{margin-bottom:60px;font-family:Inter,sans-serif;font-size:2rem;font-weight:500}.serif-italic{font-family:Playfair Display,Times New Roman,serif;font-style:italic;font-weight:500}.remaining-grid{grid-template-columns:repeat(3,1fr);gap:40px;display:grid}.remaining-card{color:inherit;flex-direction:column;text-decoration:none;transition:transform .3s;display:flex}.remaining-card:hover{transform:translateY(-8px)}.remaining-img-wrapper{aspect-ratio:16/10;background-color:#111;border-radius:12px;width:100%;margin-bottom:20px;overflow:hidden}.remaining-img-wrapper img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.remaining-card:hover .remaining-img-wrapper img{transform:scale(1.05)}.remaining-title{font-family:Inter,sans-serif;font-size:1.25rem;font-weight:500}@media (width<=1024px){.remaining-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.blog-page-container{padding:100px 24px 60px}.blog-hero-image-wrapper{aspect-ratio:16/9}.remaining-grid{grid-template-columns:1fr;gap:30px}.blog-content-wrapper h3{margin-top:40px}}.legal-page-container{background-color:var(--bg-color);justify-content:center;min-height:100vh;padding:120px 20px 80px;display:flex}.legal-content-wrapper{width:100%;max-width:800px}.legal-title{font-family:var(--font-serif);color:var(--text-primary);margin-bottom:.5rem;font-size:3rem}.legal-updated-date{color:var(--text-secondary);margin-bottom:3rem;font-size:.9rem;font-style:italic}.legal-content-body{color:var(--text-primary);line-height:1.6}.legal-content-body h2{font-family:var(--font-serif);color:var(--text-primary);margin-top:2rem;margin-bottom:1rem;font-size:1.5rem}.legal-content-body p{color:var(--text-secondary);margin-bottom:1rem;font-size:1.1rem}.legal-content-body ul{color:var(--text-secondary);margin-bottom:1.5rem;padding-left:1.5rem;list-style:outside}.legal-content-body li{margin-bottom:.5rem;font-size:1.05rem}@media (width<=768px){.legal-page-container{padding-top:100px}.legal-title{font-size:2.2rem}}.app-container{flex-direction:column;width:100%;max-width:100vw;display:flex;overflow-x:hidden}section:not(.hero):not(.partners):not(.expertise-section):not(.cr-section):not(.ce-section):not(.ww-section):not(.insights-section):not(.cta-section){width:100%;max-width:1400px;margin:0 auto;padding:4rem 2rem}@media (width>=768px){section:not(.hero):not(.partners):not(.expertise-section):not(.cr-section):not(.ce-section):not(.ww-section):not(.insights-section):not(.cta-section){padding:6rem 4rem}}@media (width>=1024px){section:not(.hero):not(.partners):not(.expertise-section):not(.cr-section):not(.ce-section):not(.ww-section):not(.insights-section):not(.cta-section){padding:8rem 6rem}}
