@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Bellefair&display=swap";@import "https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap";:root{--primary-bg:#0b1222;--secondary-bg:#111a31;--accent-color:#3b82f6;--text-primary:#fff;--text-secondary:#94a3b8;--border-color:#ffffff1a;--glass-bg:#ffffff0d;--glass-border:#ffffff1a}*{box-sizing:border-box;cursor:default;-webkit-user-select:none;user-select:none;margin:0;padding:0}body{min-height:100vh;color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;cursor:default;background-color:#0a1e37;margin:0;font-family:Inter,system-ui,-apple-system,sans-serif}a{color:inherit;text-decoration:none;transition:opacity .2s}a:hover{opacity:.8}p{line-height:1.6}.container{max-width:1400px;margin:0 auto;padding:0 2rem}.text-center{text-align:center}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-4{gap:1rem}.gap-8{gap:2rem}.btn-primary{color:#0b1222;cursor:pointer;background-color:#fff;border:none;border-radius:9999px;justify-content:center;align-items:center;padding:.5rem 1.5rem;font-weight:500;transition:transform .2s,box-shadow .2s;display:inline-flex}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #fff3}.glass-panel{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(10px);border-radius:12px}.navbar{z-index:1000;background:#0a1e3700;width:100%;padding:1.5rem 0;transition:background .3s;position:fixed;top:0;left:0}.navbar.scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a1e37f2}.navbar-inner{justify-content:center;align-items:center;display:flex}.navbar-mobile-brand{display:none}.nav-links{background:#fff;border-radius:12px;padding:.3rem;font-size:.95rem;font-weight:500;display:flex;box-shadow:0 4px 20px #0000001a}.nav-links a{color:#334155;cursor:pointer;border-radius:8px;padding:.6rem 1.5rem;text-decoration:none;transition:all .2s}.nav-links a.active{background:#f1f5f9}.nav-links a:hover{opacity:1;background:#e2e8f0}.hamburger{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;gap:8px;padding:.5rem;display:none}.bar{background-color:#fff;width:28px;height:2px;transition:all .3s}.open:first-child{transform:translateY(10px)rotate(45deg)}.open:nth-child(2){opacity:0}.open:nth-child(3){transform:translateY(-10px)rotate(-45deg)}@media (width<=900px){.navbar{padding:2.5rem 0}.navbar-inner{justify-content:space-between}.navbar-mobile-brand{display:block}.mobile-logo-img{width:65%;display:block;position:relative;top:-8px}.hamburger{display:flex}.nav-links{z-index:1000;background:#0b1222;border-radius:0;flex-direction:column;width:280px;height:100vh;padding:6rem 2rem;transition:all .3s;position:fixed;top:0;right:-100%;box-shadow:-10px 0 30px #00000080}.nav-links.mobile-open{right:0}.nav-links a{color:#fff;border-radius:0;padding:1rem 0;font-size:1.25rem}.nav-links a.active{color:var(--accent-color);background:0 0}}.footer-section{color:#fff;padding:10rem 0 4rem;font-family:Inter,system-ui,sans-serif;position:relative;overflow:hidden}.footer-section:before{content:"";z-index:0;pointer-events:none;opacity:.9;background-image:linear-gradient(#0a1e3700 50%,#0a1e37 95%),url(/hero-bg.png);background-position:top;background-repeat:repeat-x;background-size:contain;height:280px;position:absolute;bottom:0;left:0;right:0;transform:scaleY(-1)}.footer-container{z-index:1;max-width:1400px;margin:0 auto;padding:0 2rem;position:relative}.footer-top-grid{justify-content:center;align-items:flex-start;gap:17rem;margin-bottom:8rem;display:flex}.footer-logo-img{cursor:pointer;width:250px;position:relative;top:-8px}.highlights-grid{perspective:1000px;grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.highlight-circle{width:90px;height:90px;transform-style:preserve-3d;border:1px solid #ffffff1a;border-radius:50%;animation:10s ease-in-out infinite coin-spin;overflow:hidden}.highlight-circle:hover{border-color:#ffffff4d;animation-play-state:paused;transform:scale(1.15)}.highlight-circle:first-child{animation-duration:9s;animation-delay:2s}.highlight-circle:nth-child(2){animation-duration:13s;animation-delay:5s}.highlight-circle:nth-child(3){animation-duration:11s;animation-delay:1s}.highlight-circle:nth-child(4){animation-duration:15s;animation-delay:8s}.highlight-circle:nth-child(5){animation-duration:10s;animation-delay:12s}.highlight-circle:nth-child(6){animation-duration:14s;animation-delay:3s}@keyframes coin-spin{0%{transform:rotateY(0)}10%{transform:rotateY(360deg)}to{transform:rotateY(360deg)}}.highlight-circle img{object-fit:cover;width:100%;height:100%}.subscribe-area{text-align:right;width:100%;max-width:950px;margin-left:0}@media (width<=900px){.subscribe-area{text-align:center;margin:0 auto}}.subscribe-title{color:#fff;margin-bottom:1.2rem;font-size:2.2rem;font-weight:600;line-height:1.25}.subscribe-title .thin{color:#fff;opacity:.5;font-weight:300}.subscribe-form{background:#fff;border-radius:9999px;align-items:center;width:100%;padding:0;display:flex;overflow:hidden;box-shadow:0 4px 20px #00000026}.email-input{color:#333;background:0 0;border:none;outline:none;flex:1;padding:.9rem 1.8rem;font-size:.95rem}.email-input::placeholder{color:#999}.subscribe-pill{color:#64748b;cursor:pointer;background:#f1f5f9;border:none;align-items:center;gap:.6rem;height:100%;padding:.9rem 2.2rem;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}.subscribe-pill:hover{color:#334155;background:#e2e8f0;transform:translateY(-2px);box-shadow:0 4px 12px #fff3}.brand-identity{text-align:center;margin-bottom:3rem}.footer-logo-text{letter-spacing:.1em;margin-bottom:3rem;font-family:Bellefair,serif;font-size:2.4rem;font-weight:400;line-height:1.2}.footer-nav{justify-content:center;gap:3rem;display:flex}.footer-nav a{color:#fff;opacity:.5;cursor:pointer;font-size:.95rem;font-weight:300;text-decoration:none;transition:color .2s}.footer-nav a:hover{color:#fff}.footer-bottom-bar{color:#fff;opacity:.5;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-top:3rem;font-size:.9rem;font-weight:300;display:flex}.footer-email{color:#fff;opacity:.5;cursor:pointer;font-weight:400}.footer-social-icons{gap:1.5rem;display:flex}.social-icon{color:#fff;opacity:1;cursor:pointer;transition:transform .2s,opacity .2s}.social-icon:hover{opacity:.7;transform:translateY(-3px)}.footer-disclaimer{color:#64748b;max-width:1000px;margin-top:2rem;font-size:.8rem;line-height:1.6}@media (width<=900px){.footer-top-grid{flex-direction:column;align-items:center;gap:5rem}.footer-logo-img{width:52%;margin-bottom:3rem}.subscribe-area{text-align:right;width:100%}.footer-nav{flex-wrap:wrap;justify-content:center;gap:2rem}.footer-bottom-bar{text-align:left;flex-direction:column;align-items:flex-start;gap:1.5rem}.footer-social-icons{order:-1;justify-content:center;width:100%;margin-bottom:.5rem}.footer-email{text-align:left;order:1}.copyright{text-align:left;order:2}}@media (width<=600px){.subscribe-form{border-radius:30px}.email-input{padding:.8rem 1rem;font-size:.85rem}.subscribe-pill{gap:.4rem;padding:.8rem 1.2rem;font-size:.8rem}.subscribe-title{font-size:1.6rem;line-height:1.3}.footer-logo-text{font-size:1.8rem}.footer-disclaimer{font-size:.72rem;line-height:1.55}}.home-page{color:#fff;background-color:#0a1e37}.hero{background-color:#0a1e37;align-items:center;width:100%;min-height:100vh;padding-top:5rem;display:flex;position:relative;overflow:hidden}.hero:before{content:"";z-index:0;pointer-events:none;background-image:linear-gradient(#0a1e3700 50%,#0a1e37 95%),url(/hero-bg.png);background-position:top;background-repeat:repeat-x;background-size:contain;height:220px;position:absolute;top:0;left:0;right:0}.hero-inner{justify-content:space-between;align-items:center;width:100%;display:flex}.hero-content{z-index:10;flex:1;max-width:680px}.hero-logo-img{height:28px;margin-bottom:2rem;display:block}.hero-title{margin-bottom:2.8rem;font-family:Open Sans,sans-serif;font-size:39px;line-height:1.25}.light-text{color:#fff;opacity:.5;font-weight:400}.bold-text{color:#fff;font-weight:700}.btn-primary.hero-btn{color:#0f2a48;cursor:pointer;background:#f1f5f9;border:none;border-radius:9999px;padding:.9rem 2.4rem;font-size:1.05rem;font-weight:500;box-shadow:0 4px 15px #ffffff0d}.hero-globe{flex:1;justify-content:flex-end;align-items:center;height:550px;display:flex}.globe-placeholder{width:550px;height:550px;position:relative}@media (width<=900px){.hero{align-items:flex-start;min-height:100vh;padding-top:7rem}.desktop-logo{display:none}.hero-inner{text-align:left;flex-direction:column;align-items:flex-start;gap:3rem;width:100%}.hero-btn{padding:.8rem 2.2rem}.hero-content{z-index:20;flex-direction:column;align-items:flex-start;width:100%;display:flex}.hero-title{margin-bottom:2rem;padding-top:15px;font-size:30px;line-height:1.3}.hero-globe{justify-content:center;width:100%;height:380px;margin-top:2rem;display:flex;position:relative}.globe-placeholder{width:380px;max-width:100%;height:380px}}.trusted-by{box-sizing:border-box;text-align:center;z-index:10;flex-direction:column;justify-content:center;padding:4rem 2rem 2rem;display:flex;position:relative}.trusted-wrapper{width:100%;margin:0 auto;padding:3rem 0;position:relative}.trusted-line{background:#ffffff0d;width:100%;height:1px;position:absolute;left:0;overflow:hidden}.trusted-line.top{top:0}.trusted-line.bottom{bottom:0}.trusted-line.top:before{content:"";background:linear-gradient(90deg,#0000 0%,#fff 100%);width:400px;height:100%;animation:8.5s linear infinite scanRight;position:absolute;top:0;left:-400px}.trusted-line.bottom:before{content:"";background:linear-gradient(90deg,#fff 0%,#0000 100%);width:400px;height:100%;animation:8.5s linear infinite scanLeft;position:absolute;top:0;right:-400px}@keyframes scanRight{0%{left:-400px}to{left:100%}}@keyframes scanLeft{0%{right:-400px}to{right:100%}}.trusted-header{flex-direction:column;align-items:center;gap:1rem;margin-bottom:3.5rem;display:flex}.trusted-title{letter-spacing:3px;color:#fff;margin:0;font-size:.75rem;font-weight:500}.trusted-tabs{gap:1.5rem;display:flex}.tab{color:#475569;letter-spacing:1px;cursor:pointer;font-size:.8rem;font-weight:600}.tab.active{color:#fff;border-bottom:2px solid #fff;padding-bottom:2px}.marquee-container{width:100%;display:flex;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)}.marquee-track{white-space:nowrap;align-items:center;gap:4rem;min-width:max-content;animation:20s linear infinite scrollMarquee;display:flex}@keyframes scrollMarquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.trusted-logo-item{color:#cbd5e1;opacity:.8;justify-content:center;align-items:center;font-family:Open Sans,system-ui,sans-serif;font-size:1.15rem;font-weight:500;display:flex}.trusted-logo-img{object-fit:contain;width:auto;max-height:30px;display:block}@media (width<=900px){.trusted-logo-img{max-height:20px}.trusted-by{text-align:center;padding:3rem 1.5rem}.trusted-header{align-items:center}.trusted-title{letter-spacing:2px;font-size:1.1rem}.trusted-tabs{justify-content:center}}.thesis-section{z-index:10;height:150vh;position:relative}.thesis-sticky{text-align:center;box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;height:100vh;padding:4rem 2rem;display:flex;position:sticky;top:0;overflow:hidden}.thesis-line-vertical{background:#ffffff26;width:1px;height:80px;margin-bottom:4rem;position:relative}.thesis-line-vertical:before,.thesis-line-vertical:after{content:"";background:#ffffff26;width:13px;height:1px;position:absolute;left:50%;transform:translate(-50%)}.thesis-line-vertical:before{top:0}.thesis-line-vertical:after{bottom:0}.thesis-content{flex-direction:column;gap:3rem;width:100%;max-width:400px;display:flex}.thesis-para{letter-spacing:-.5px;margin:0;font-family:Open Sans,system-ui,sans-serif;font-size:24px;font-weight:500;line-height:1.6}.thesis-reduced-height{height:50vh!important;min-height:50vh!important}@media (width<=900px){.thesis-reduced-height{height:45vh!important;min-height:45vh!important}}.post-tags-para{font-size:1.6rem;line-height:1.6}.nav-word{transition:color .28s ease-out,opacity .28s ease-out}@media (prefers-reduced-motion:reduce){.nav-word{transition:none}}.nav-word.inactive{color:#fff;opacity:.5}.nav-word.active{color:#fff}@media (width<=768px){.thesis-para{letter-spacing:-.2px;font-size:1.1rem;line-height:1.7}.post-tags-para{font-size:1.1rem}.thesis-content{max-width:100%;padding:0 .5rem}.thesis-sticky{padding:3rem 1.25rem}}.explorer{height:340vh;position:relative}.explorer-sticky{align-items:center;height:calc(100svh - 85px);min-height:635px;display:flex;position:sticky;top:85px;overflow:clip}.explorer-shell{grid-template-columns:minmax(280px,.82fr) minmax(0,1.42fr);align-items:center;gap:clamp(48px,6vw,120px);width:min(1480px,100%);height:100%;margin:0 auto;padding:20px clamp(24px,6vw,100px);display:grid}.explorer-copy{height:min(670px,82vh);min-height:580px;position:relative}.explorer-panel{opacity:0;pointer-events:none;will-change:opacity, transform;flex-direction:column;justify-content:center;display:flex;position:absolute;inset:0;transform:translateY(28px)}.explorer-panel h2{letter-spacing:-.047em;color:#f6f7fa;max-width:540px;min-height:190px;margin:0;font-family:Open Sans,Arial,sans-serif;font-size:clamp(44px,4.2vw,70px);font-weight:400;line-height:.98}.explorer-panel p{color:#9fa9b8;max-width:460px;min-height:88px;margin:28px 0 0;font-size:clamp(14px,1.05vw,16.5px);line-height:1.7}.explorer-topics{width:min(470px,100%);min-height:184px;margin:35px 0 0;padding:0;list-style:none}.explorer-topics li{color:#dce2eb;border-top:1px solid #ccd1d91f;grid-template-columns:1fr;align-items:center;min-height:42px;font-size:13px;display:grid}.explorer-topics li:last-child{border-bottom:1px solid #ccd1d91f}.explorer-topics--empty{visibility:hidden}.explorer-progress{color:#97a2b5;letter-spacing:.14em;text-transform:uppercase;align-items:center;gap:0;font:9px/1 Open Sans,Arial,sans-serif;display:flex;position:absolute;bottom:18px;left:0}.explorer-progress__track{background:#ffffff1f;width:168px;height:1px;position:relative;overflow:hidden}.explorer-progress__bar{will-change:width;background:#ffffffbd;width:0;position:absolute;inset:0 auto 0 0}.explorer-visual{aspect-ratio:760/730;isolation:isolate;width:100%;min-height:680px;max-height:840px;position:relative;overflow:visible}.explorer-visual:before{content:"";pointer-events:none;filter:blur(12px);background:radial-gradient(circle at 50% 56%,#ffffff0a,#0000 51%);position:absolute;inset:9%}#venn-particles{z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.explorer-diagram{z-index:1;width:100%;height:100%;display:block;position:relative;overflow:visible}.venn-ring{fill:#0f294a29;stroke:none;stroke-width:0;vector-effect:non-scaling-stroke;will-change:opacity, filter}.venn-inner-ring{fill:none;stroke:none;stroke-width:0;vector-effect:non-scaling-stroke;will-change:opacity}.venn-pair{fill:#ffffff05;opacity:0;will-change:opacity}.venn-triple{fill:#ffffff08;opacity:0;will-change:opacity}.venn-domain,.venn-zone{z-index:3;pointer-events:none;will-change:opacity, transform;position:absolute}.venn-domain{color:#9fa9b8;opacity:.62}.venn-domain strong{letter-spacing:.035em;font-size:15px;font-weight:540}.venn-domain.fintech,.venn-domain.blockchain,.venn-domain.ai{text-align:center;transform:translate(-50%,-50%)}.venn-zone{color:#d4dae5;text-align:center;opacity:.14}.venn-zone strong{font-size:12px;font-weight:540;line-height:1.2;display:block}.venn-zone.stable,.venn-zone.intelligence,.venn-zone.commerce{transform:translate(-50%,-50%)}.venn-zone.focus{opacity:.12;width:clamp(170px,22vw,310px);transform:translate(-50%,-50%)}.venn-zone.focus strong{letter-spacing:-.035em;font-family:Open Sans,Arial,sans-serif;font-size:clamp(22px,2.15vw,35px);font-weight:400;line-height:1}.venn-focus-node{background:#fff;border-radius:50%;width:4px;height:4px;margin:0 auto 16px;animation:5.8s ease-in-out infinite venn-breathe;box-shadow:0 0 0 5px #ffffff09,0 0 20px #ffffff75}@keyframes venn-breathe{0%,to{opacity:.45;transform:scale(.86);box-shadow:0 0 0 4px #ffffff06,0 0 11px #ffffff3d}50%{opacity:1;transform:scale(1.25);box-shadow:0 0 0 8px #ffffff0d,0 0 27px #ffffff80}}.explorer-scroll-hint{color:#c2cbda80;letter-spacing:.14em;text-transform:uppercase;pointer-events:none;will-change:opacity;align-items:center;gap:10px;font:8px/1 Open Sans,Arial,sans-serif;display:flex;position:absolute;bottom:24px;left:50%;transform:translate(-50%)}.explorer-scroll-hint:before{content:"";background:linear-gradient(#ffffff0a,#ffffff80);width:1px;height:28px;animation:1.8s ease-in-out infinite venn-drop}@keyframes venn-drop{0%,to{transform-origin:top;opacity:.3;transform:scaleY(.4)}50%{opacity:1;transform:scaleY(1)}}@media (height<=780px) and (width>=901px){.explorer-shell{padding-top:22px;padding-bottom:22px}.explorer-copy{height:620px;min-height:620px}.explorer-panel h2{min-height:158px;font-size:clamp(40px,3.65vw,58px)}.explorer-panel p{min-height:72px;margin-top:20px}.explorer-topics{min-height:150px;margin-top:20px}.explorer-topics li{min-height:36px;font-size:12.5px}.explorer-progress{bottom:0}.explorer-visual{min-height:600px;max-height:680px}}@media (width<=900px){.explorer-sticky{min-height:820px;top:90px;overflow:visible}.explorer-shell{grid-template-columns:1fr;align-content:start;gap:16px;padding-top:100px;padding-bottom:24px}.explorer-copy{height:310px;min-height:310px}.explorer-panel{justify-content:flex-start}.explorer-panel h2{min-height:unset;max-width:780px;font-size:clamp(26px,5vw,36px)}.explorer-panel p{min-height:unset;max-width:680px;margin-top:12px;font-size:13px;line-height:1.65}.explorer-topics{grid-template-columns:1fr 1fr;gap:0 24px;max-width:780px;min-height:112px;margin-top:16px;display:grid}.explorer-topics li{min-height:34px;font-size:12px}.explorer-progress{bottom:0}.explorer-visual{max-width:790px;min-height:460px;max-height:58vh;margin:-39px auto 0;overflow:visible}.explorer-scroll-hint{display:none}}@media (width<=650px){.explorer-shell{padding:95px 20px 16px}.explorer-copy{height:350px;min-height:350px}.explorer-panel h2{max-width:450px;font-size:clamp(24px,7.5vw,34px)}.explorer-panel p{font-size:12.5px;line-height:1.58}.explorer-topics{grid-template-columns:1fr;min-height:148px;margin-top:13px}.explorer-topics li{min-height:31px;font-size:11px}.explorer-visual{aspect-ratio:.88;min-height:380px;overflow:visible}.venn-domain strong{font-size:11px}.venn-zone strong{font-size:9px}.venn-zone.focus{width:190px}.venn-zone.focus strong{font-size:21px}.explorer-progress{display:none}}@media (width<=650px) and (height<=740px){.explorer-sticky{min-height:100svh;top:75px}.explorer-shell{gap:6px;padding:80px 18px 10px}.explorer-copy{height:305px;min-height:305px}.explorer-panel h2{font-size:clamp(22px,7vw,30px);line-height:.97}.explorer-panel p{margin-top:8px;font-size:11.5px;line-height:1.45}.explorer-topics{min-height:98px;margin-top:7px}.explorer-topics li{min-height:24px;font-size:10px}.explorer-progress{display:none}.explorer-visual{aspect-ratio:.98;min-height:300px;max-height:315px}.venn-zone.focus{width:150px}.venn-zone.focus strong{font-size:18px}}@media (prefers-reduced-motion:reduce){.venn-focus-node,.explorer-scroll-hint:before{animation:none}}@keyframes flowDown{0%{stroke-dashoffset:18px}to{stroke-dashoffset:0}}@keyframes flowRight{0%{stroke-dashoffset:18px}to{stroke-dashoffset:0}}.ts-section{box-sizing:border-box;flex-direction:column;justify-content:center;min-height:90vh;padding:0 2rem;display:flex}.ts-container{padding:1rem 0;overflow:clip}.ts-heading{color:#fff;letter-spacing:-.02em;text-align:center;margin-bottom:5rem;font-size:2rem;font-weight:300}.ts-stack{position:relative}.ts-vseg{pointer-events:none;z-index:1;width:20px;position:absolute;top:0;bottom:-2.8rem}.ts-vseg svg{width:100%;height:100%;display:block}.ts-vseg svg line{animation:3s linear infinite flowDown}.ts-vseg--first{clip-path:inset(34% 0 0)}.ts-vseg--last{clip-path:inset(0 0 50%);bottom:0}.ts-row{box-sizing:border-box;align-items:center;max-width:100%;margin-bottom:.8rem;display:flex;position:relative}.ts-hline-wrap{pointer-events:none;z-index:1;height:2px;position:absolute;top:50%;transform:translateY(-50%)}.ts-hline-wrap svg{height:2px;display:block}.ts-hline-wrap svg line,.ts-bridge svg line{animation:3s linear infinite flowRight}.ts-card{z-index:2;border-radius:14px;justify-content:space-between;align-items:center;min-height:72px;padding:1.15rem 2.2rem;transition:transform .25s,box-shadow .25s;display:flex;position:relative;box-shadow:0 8px 32px #00000047}.ts-card:hover{transform:translateY(-3px);box-shadow:0 14px 42px #00000061}.ts-card--white{color:#071627;background:#fff;border:1px solid #0000000f;flex:1;min-width:0}.ts-card--dark{color:#fff;background:#2c3e52;border:1px solid #ffffff14;justify-content:flex-start;width:100%}.ts-card--mini{white-space:nowrap;flex:none}.ts-card-label{letter-spacing:-.01em;white-space:nowrap;text-overflow:ellipsis;color:inherit;flex:1;min-width:0;font-size:1.05rem;font-weight:500;overflow:hidden}.ts-logos{flex-shrink:0;align-items:center;margin-left:1.5rem;display:flex}.ts-logo-circle{color:#fff;border:3px solid #fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;margin-left:-14px;font-size:.85rem;font-weight:700;display:flex;position:relative;box-shadow:0 2px 8px #0003}.ts-logo-img{object-fit:cover;background:#fff;border:3px solid #fff;border-radius:50%;flex-shrink:0;width:40px;height:40px;margin-left:-14px;position:relative;box-shadow:0 2px 8px #0003}.ts-logo-circle:first-child{margin-left:0}.ts-logo-plus{color:#94a3b8;background:#eef2f7;border:1px solid #dde4ee;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;margin-left:8px;font-size:1rem;display:flex}.ts-dual{align-items:center;width:100%;min-width:0;display:flex;overflow:visible}.ts-bridge{z-index:2;flex-shrink:0;justify-content:center;align-items:center;width:36px;display:flex}.ts-dual-right{flex:1;min-width:0}.ts-enduser-center{width:65%;margin:0 auto}@media (width<=900px){.ts-section{padding:2rem 1rem}.ts-stack{flex-direction:column;align-items:center;display:flex}.ts-stack:before{content:"";pointer-events:none;z-index:1;border-left:1px dashed #ffffff4d;width:1px;position:absolute;top:5%;bottom:5%;left:50%;transform:translate(-50%)}.ts-vline-global,.ts-vseg,.ts-hline-wrap,.ts-bridge{display:none}.ts-row{justify-content:center;width:100%;max-width:320px;position:relative;margin:0 0 1.8rem!important}.ts-card{text-align:left;flex-direction:column-reverse;align-items:flex-start;gap:1.5rem;width:100%;min-height:auto;padding:1.8rem 1.5rem}.ts-card--mini{flex:1}.ts-dual{flex-direction:column;align-items:center;gap:1.5rem;width:100%}.ts-dual-right{width:100%}.ts-logos{justify-content:flex-start;width:100%;margin-left:0}.ts-card-label{white-space:normal;text-align:left;text-overflow:unset;width:100%;font-size:1rem;line-height:1.4;overflow:visible}.ts-enduser-center{width:100%}.ts-card--dark{background:#2a3447;border:1px solid #ffffff1a;justify-content:flex-start;padding:1.5rem}}.team-section{box-sizing:border-box;cursor:pointer;flex-direction:column;justify-content:center;min-height:100vh;padding:4rem 2rem;display:flex}.team-section .section-title{text-align:left;color:#fff;cursor:pointer;margin-bottom:4rem;font-size:2rem}@media (width<=900px){.team-section{padding:4rem 2rem}.team-section .section-title{text-align:left}}.team-grid{cursor:pointer;grid-template-columns:repeat(4,1fr);gap:5rem 3rem;display:grid}@media (width<=1024px){.team-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.team-grid{grid-template-columns:repeat(2,1fr);gap:3rem 1.5rem}.avatar-placeholder{width:110px;height:110px}.member-name{font-size:1.1rem}}.team-member{text-align:center;flex-direction:column;align-items:center;display:flex}.avatar-placeholder{background:linear-gradient(135deg,#ffffff0d,#ffffff05);border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:140px;height:140px;margin-bottom:2rem;transition:transform .3s,border-color .3s;display:flex}.member-img{object-fit:cover;width:100%;height:100%;image-rendering:-webkit-optimize-contrast;filter:grayscale();border-radius:50%;transition:transform .3s,filter .3s}.team-member:hover .member-img{filter:grayscale(0%);transform:scale(1.05)}.initials{color:#fff6;letter-spacing:2px;font-size:2.2rem;font-weight:300}.member-info{margin-bottom:.5rem}.member-name{color:#fff;margin-bottom:.5rem;font-size:1.25rem;font-weight:500}.member-title{color:#fff;opacity:.5;margin-bottom:0;font-size:.9rem}.member-socials{gap:.5rem;display:flex}.icon{color:#fff;cursor:pointer;justify-content:center;align-items:center;width:30px;height:30px;font-size:.7rem;transition:opacity .2s;display:flex}.icon:hover{opacity:.7}.team-modal-overlay{z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000bf;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.team-modal-content{text-align:left;background:#0b1528;border:1px solid #ffffff1a;border-radius:8px;width:90%;max-width:1000px;max-height:90vh;padding:3.5rem 3rem 2.5rem;animation:.3s modalFadeIn;position:relative;overflow-y:auto;box-shadow:0 20px 50px #00000080}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.team-modal-close{color:#64748b;cursor:pointer;background:0 0;border:none;padding:.5rem;font-size:1.5rem;transition:color .2s;position:absolute;top:1.5rem;right:1.5rem}.team-modal-close:hover{color:#fff}.team-modal-header{border-bottom:1px solid #ffffff1a;margin-bottom:2rem;padding-bottom:1.5rem}.team-modal-name{color:#fff;letter-spacing:1px;margin:0 0 .5rem;font-size:2.5rem;font-weight:700}.team-modal-title{color:#94a3b8;margin:0 0 .8rem;font-size:1.15rem}.team-modal-icon{color:#fff;cursor:pointer;transition:opacity .2s;display:inline-flex}.team-modal-icon:hover{opacity:.7}.team-modal-bio{color:#e2e8f0;margin-bottom:3rem;font-size:1rem;line-height:1.7}.team-modal-companies{flex-wrap:wrap;align-items:center;gap:2.5rem;display:flex}.company-logo-img{object-fit:contain;opacity:.9;max-width:150px;height:30px}@media (width<=768px){.team-modal-content{padding:2.5rem 1.5rem 2rem}.team-modal-name{font-size:2rem}.team-modal-bio{font-size:.95rem}.team-modal-companies{gap:1.5rem}.company-logo-img{height:25px}}.vision-section{box-sizing:border-box;color:#fff;padding:4rem 2rem;font-family:Inter,system-ui,sans-serif}.vision-container{max-width:1400px;margin:0 auto}.vision-heading{color:#ffffff80;margin-bottom:4rem;font-size:2.2rem;font-weight:300;line-height:1.6}@media (width<=900px){.vision-heading{text-align:left;margin-bottom:3rem;font-size:1.8rem}}.vision-heading .highlight{color:#fff;font-weight:500}.vision-line{background:#ffffff0d;width:100%;height:1px;margin:3.5rem 0;position:relative;overflow:hidden}.vision-line:before{content:"";width:400px;height:100%;position:absolute;top:0}.vision-line.top:before{background:linear-gradient(90deg,#0000 0%,#fff 100%);animation:8.5s linear infinite vision-scanRight;left:-400px}.vision-line.bottom:before{background:linear-gradient(90deg,#fff 0%,#0000 100%);animation:8.5s linear infinite vision-scanLeft;right:-400px}@keyframes vision-scanRight{0%{left:-400px}to{left:100%}}@keyframes vision-scanLeft{0%{right:-400px}to{right:100%}}.vision-card{align-items:center;gap:4.5rem;display:flex}.card-visual{aspect-ratio:16/10.5;background:#fff;border-radius:10px;flex:0 0 40%;justify-content:center;align-items:center;padding:2.5rem;display:flex;box-shadow:0 10px 40px #0000004d}.brand-lockup{text-align:center;color:#011222}.brand-acronym{letter-spacing:.15em;margin-bottom:1.8rem;font-size:3.5rem;font-weight:400;line-height:1}.backed-by{flex-direction:column;align-items:center;gap:.5rem;display:flex}.backed-text{letter-spacing:.08rem;color:#64748b;font-size:.7rem;font-weight:600}.tether-logo svg{color:#26a17b}.card-info{flex-direction:column;flex:1;padding-right:1rem;display:flex}.fund-label{letter-spacing:.06em;color:#fff;text-transform:uppercase;margin-bottom:2.8rem;font-family:Bellefair,serif;font-size:1.25rem;font-weight:400}@media (width<=900px){.fund-label{text-align:left;margin-bottom:2rem}}.info-block{margin-bottom:2.8rem}.info-title{letter-spacing:.1em;color:#fff;text-transform:uppercase;opacity:.5;margin-bottom:1rem;font-size:.85rem;font-weight:400;display:block}.info-text{color:#fff;font-size:1rem;line-height:1.6}.meta-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-bottom:3.5rem;display:grid}.meta-item{flex-direction:column;gap:1rem;display:flex}.meta-label{letter-spacing:.12em;color:#fff;text-transform:uppercase;opacity:.5;font-size:.75rem;font-weight:400}.meta-val{color:#fff;white-space:nowrap;font-size:1rem}.inquire-btn{color:#fff;text-align:center;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff14;border:1px solid #ffffff1a;border-radius:9999px;justify-content:center;align-items:center;width:100%;margin:0;padding:.8rem 2.8rem;font-size:1.05rem;transition:all .25s ease-in-out;display:flex;box-shadow:0 4px 15px #ffffff0d}.invest-table-container{-webkit-overflow-scrolling:touch;margin-top:5rem;overflow-x:auto}.invest-table{border-collapse:collapse;text-align:left;table-layout:auto;width:100%;min-width:700px}.invest-table th{letter-spacing:1px;color:#fff;opacity:.5;text-transform:uppercase;text-align:left;border-bottom:1px solid #ffffff1a;width:25%;padding:1.5rem 1rem;font-size:14px;font-weight:500}.invest-table td{vertical-align:middle;border-bottom:1px solid #ffffff0d;width:25%;padding:1.5rem 1rem;font-size:15px;font-weight:500;transition:background-color .2s}.invest-table th:first-child,.invest-table td:first-child{padding-left:0}.invest-table th:last-child,.invest-table td:last-child{padding-right:0}.invest-table tr{transition:opacity .2s}.invest-table tr:hover{opacity:.5;cursor:pointer}.invest-table tr:hover td{cursor:pointer;border-bottom-color:#ffffff26}.invest-table tr:last-child td{border-bottom-color:#ffffff14}.comp-name{color:#fff;align-items:center;gap:1.5rem;min-height:40px;font-weight:500;display:flex}.table-logo{object-fit:contain;width:auto;max-width:100px;height:25px;image-rendering:-webkit-optimize-contrast;display:block}.dot-logo{background:#fff;border-radius:3px;width:12px;height:12px}.entry-type,.invest-year{color:#fff}.sector-tag{color:#fff;text-transform:uppercase;letter-spacing:.08em;white-space:nowrap;border:1px solid #ffffff1a;border-radius:25px;margin-left:.8rem;padding:.35rem .8rem;font-size:12px;font-weight:400;display:inline-block}.portfolio-btn-wrap{justify-content:center;margin-top:2.5rem;display:flex}.portfolio-btn{color:#011222;cursor:pointer;background:#fff;border:none;border-radius:9999px;padding:1rem 2.8rem;font-size:.95rem;font-weight:600;transition:transform .2s;box-shadow:0 4px 15px #ffffff0d}.portfolio-btn:hover{transform:translateY(-2px)}@media (width<=900px){.vision-card{flex-direction:column;gap:3rem}.card-visual{flex:0 0 100%;width:100%}.meta-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.invest-table th:nth-child(2),.invest-table td:nth-child(2),.invest-table th:nth-child(3),.invest-table td:nth-child(3){display:table-cell}.portfolio-btn-wrap{justify-content:center}.invest-table th,.invest-table td{padding:1.5rem .5rem}}@media (width<=480px){.vision-heading{margin-bottom:2rem;font-size:1.25rem}.brand-acronym{font-size:2.5rem}.info-text,.meta-val{font-size:.9rem}.fund-label{font-size:1.05rem}}.vision-flow-lines{pointer-events:none;justify-content:space-between;width:100%;height:100px;margin-top:4rem;display:flex;position:relative}.flow-line{width:45%;height:100%}.flow-line path{stroke-dasharray:6 6;animation:20s linear infinite flowDashes}@keyframes flowDashes{0%{stroke-dashoffset:200px}to{stroke-dashoffset:0}}@media (width<=600px){.vision-flow-lines{display:none}}.investments-stack{color:#fff;box-sizing:border-box;text-align:center;cursor:default;background-color:#0a1e37;flex-direction:column;justify-content:center;min-height:100vh;padding:8rem 0;font-family:Inter,sans-serif;display:flex}.stack-header{text-align:left;margin-bottom:3rem}@media (width<=768px){.stack-header{text-align:left}}.stack-title{color:#ffffff80;font-size:35px;font-weight:400;line-height:1.6}@media (width<=768px){.stack-title{font-size:24px}}.stack-title .highlight{color:#fff;font-weight:600}.stack-grid-container{max-width:1400px;margin:0 auto}.stack-grid{border:1px solid #ffffff1a;grid-template-columns:repeat(3,1fr);display:grid}.highlight-circle{cursor:default;border:1px solid #ffffff1a;border-radius:50%;width:90px;height:90px;transition:opacity .3s;overflow:hidden}.highlight-circle:hover{opacity:.8}.stack-card{text-align:left;border:1px solid #ffffff1a;flex-direction:column;min-height:330px;margin:-.5px;padding:2.2rem 2rem;transition:all .4s;display:flex;position:relative;overflow:hidden}.stack-card:before{content:"";opacity:0;z-index:0;pointer-events:none;mix-blend-mode:screen;background-position:50%;background-size:cover;transition:opacity 1s;position:absolute;inset:0}.stack-card:nth-child(3n+1):before{background-image:url(/assets/bg1-DVQ6z87z.png)}.stack-card:nth-child(3n+2):before{background-image:url(/assets/bg2-B4pb3rqI.png)}.stack-card:nth-child(3n+3):before{background-image:url(/assets/bg3-DYgT2_QD.png)}.stack-card:hover:before{opacity:1}.stack-card:after{display:none}.card-desc{color:#fff;opacity:.5;z-index:2;margin-bottom:auto;font-size:.95rem;line-height:1.6;position:relative}.card-tag{z-index:2;margin-top:10px;position:relative}.tag-btn{color:#fff;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;z-index:10;background:0 0;border:1px solid #ffffff26;border-radius:25px;padding:.6rem 1.2rem;font-size:.75rem;font-weight:600;transition:all .2s;position:relative}.tag-btn:hover{color:#fff;background:#ffffff1a;border-color:#fff3;transform:translateY(-2px)}.stack-footer{margin-top:3.5rem}.view-all-btn{color:#011222;cursor:pointer;background:#fff;border:none;border-radius:9999px;padding:1rem 3rem;font-size:1rem;font-weight:600;transition:transform .2s,box-shadow .2s}.view-all-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #fff3}@media (width<=1024px){.stack-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.stack-grid{grid-template-columns:1fr}.stack-title{font-size:2rem}.investments-stack{text-align:left;padding:4rem 2rem}.stack-footer{justify-content:center;width:100%;margin-top:3rem;display:flex}}.portfolio-page{color:#fff;min-height:100vh}.portfolio-hero-section{background-color:#0a1e37;padding-top:160px;padding-bottom:5px;position:relative;overflow:hidden}.portfolio-hero-section:before{content:"";z-index:0;pointer-events:none;background-image:linear-gradient(#0a1e3700 50%,#0a1e37 95%),url(/hero-bg.png);background-position:top;background-repeat:repeat-x;background-size:contain;height:220px;position:absolute;top:0;left:0;right:0}.portfolio-container{z-index:1;max-width:1400px;margin:0 auto;position:relative}.portfolio-header{justify-content:space-between;align-items:flex-end;margin-bottom:1rem;display:flex}.portfolio-title{margin:0;font-family:Inter,sans-serif;font-size:40px;font-weight:600}.portfolio-filters{gap:2rem;margin-bottom:.5rem;display:flex}.portfolio-line{background:#ffffff0d;width:100%;height:1px;margin:2rem 0;position:relative;overflow:hidden}.portfolio-line:before{content:"";width:400px;height:100%;position:absolute;top:0}.portfolio-line.top:before{background:linear-gradient(90deg,#0000 0%,#fff 100%);animation:8.5s linear infinite portfolio-scanRight;left:-400px}.portfolio-line.bottom:before{background:linear-gradient(90deg,#fff 0%,#0000 100%);animation:8.5s linear infinite portfolio-scanLeft;right:-400px}@keyframes portfolio-scanRight{0%{left:-400px}to{left:100%}}@keyframes portfolio-scanLeft{0%{right:-400px}to{right:100%}}.portfolio-item{align-items:center;gap:6rem;margin-bottom:2rem;display:flex}.item-logos{flex:0 0 45%;justify-content:center;align-items:center;display:flex}.item-logo-sole{object-fit:contain;border-radius:8px;max-width:100%;height:auto}.item-content{flex:1}.fund-name{letter-spacing:.05em;text-transform:uppercase;color:#fff;margin-bottom:2.2rem;font-family:Bellefair,serif;font-size:1.6rem;font-weight:400}.item-details-grid{flex-direction:column;gap:2rem;display:flex}.detail-group label{color:#64748b;letter-spacing:1px;text-transform:uppercase;margin-bottom:.6rem;font-size:.8rem;display:block}.detail-group p{color:#fff;max-width:600px;margin:0;font-size:1.05rem;line-height:1.6}.stats-row{gap:4rem;margin-top:.5rem;display:flex}.action-area{margin-top:1.5rem}.inquire-btn{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff14;border:1px solid #ffffff1a;border-radius:9999px;justify-content:center;align-items:center;width:100%;padding:1rem 3.5rem;font-size:1rem;transition:all .25s ease-in-out;display:flex}.inquire-btn:hover{color:#fff;background:#ffffff1f;border-color:#fff3;transform:translateY(-2px)}@media (width<=900px){.portfolio-hero-section{padding-top:100px}.portfolio-header{flex-direction:column;align-items:flex-start;gap:1.5rem}.portfolio-title{font-size:2.5rem}.portfolio-item{flex-direction:column;gap:3rem}.item-logos{flex:none}.stats-row{flex-wrap:wrap;gap:2rem}}.portfolio-table-section{margin-top:4rem;font-family:Inter,sans-serif}.table-header{color:#64748b;letter-spacing:1px;border-bottom:1px solid #ffffff1a;grid-template-columns:1.5fr 1fr 1fr 1.5fr;padding:1.5rem 0;font-size:.85rem;font-weight:500;display:grid}.table-row{color:#94a3b8;border-bottom:1px solid #ffffff0d;grid-template-columns:1.5fr 1fr 1fr 1.5fr;align-items:center;padding:1.5rem 0;font-size:1rem;text-decoration:none;transition:color .3s,border-bottom-color .2s,background-color .3s;display:grid}.table-row:hover{color:#fff;cursor:pointer;border-bottom-color:#ffffff40}.table-row:hover .name-icon,.table-row:hover .sector-tag,.table-row:hover .link-icon{color:#fff;border-color:#ffffff40}.table-row:hover .sector-tag{background:#ffffff14}.table-row:hover .name-icon-img{filter:grayscale(0%)opacity()}.col-name{align-items:center;gap:1rem;display:flex}.name-icon{color:#94a3b8;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;justify-content:center;align-items:center;width:24px;height:24px;font-size:.8rem;font-weight:600;display:flex}.name-icon-img{object-fit:contain;opacity:.85;width:auto;max-width:140px;height:26px;transition:opacity .3s,transform .2s,filter .3s}.table-row:hover .name-icon-img{opacity:1;transform:translateY(-1px)}.name-text{font-size:.95rem;font-weight:500}.category-tag{color:#60a5fa;white-space:normal;text-align:left;background:#3b82f614;border:1px solid #3b82f633;border-radius:4px;max-width:100%;padding:5px 12px;font-size:.8rem;font-weight:500;line-height:1.3;display:inline-block}.sector-tag{color:#94a3b8;white-space:normal;text-align:left;background:0 0;border:1px solid #ffffff26;border-radius:20px;padding:6px 16px;font-size:.85rem;font-weight:400;display:inline-block}.col-entry,.col-invested,.col-sector{align-items:center;display:flex}.col-date{color:#94a3b8;font-size:.9rem}.link-icon{color:#64748b;align-items:center;transition:color .2s;display:flex}.link-icon:hover{color:#fff}.coinvestors-text{color:#cbd5e1;font-size:.85rem;line-height:1.4}@media (width<=768px){.portfolio-table-section{overflow-x:auto}.table-header,.table-row{min-width:900px}}.insights-page{color:#fff;background-color:#0a1e37;min-height:100vh;padding-top:160px;padding-bottom:10vh;font-family:Inter,sans-serif;position:relative;overflow:hidden}.insights-page:before{content:"";z-index:0;pointer-events:none;background-image:linear-gradient(#0a1e3700 50%,#0a1e37 95%),url(/hero-bg.png);background-position:top;background-repeat:repeat-x;background-size:contain;height:220px;position:absolute;top:0;left:0;right:0}.insights-container{z-index:1;max-width:1400px;margin:0 auto;position:relative}.insights-header{justify-content:space-between;align-items:flex-end;margin-bottom:4rem;display:flex}.insights-title{margin:0;font-size:40px;font-weight:600}.insights-filters{gap:2rem;display:flex}.filter-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;padding:0;font-size:1.1rem;transition:color .3s}.filter-btn:hover,.filter-btn.active{color:#fff}.insights-grid{border:1px solid #ffffff1a;grid-template-columns:repeat(3,1fr);display:grid}.insight-card{border:1px solid #ffffff1a;flex-direction:column;justify-content:space-between;min-height:330px;padding:2rem;transition:all .4s;display:flex;position:relative;overflow:hidden}.insight-card:before{content:"";opacity:0;z-index:0;pointer-events:none;mix-blend-mode:screen;background-position:50%;background-size:cover;transition:opacity 1s;position:absolute;inset:0}.insight-card:nth-child(3n+1):before{background-image:url(/assets/bg1-DVQ6z87z.png)}.insight-card:nth-child(3n+2):before{background-image:url(/assets/bg2-B4pb3rqI.png)}.insight-card:nth-child(3n+3):before{background-image:url(/assets/bg3-DYgT2_QD.png)}.insight-card:hover:before{opacity:1}.card-top{z-index:2;justify-content:space-between;align-items:center;margin-bottom:1.2rem;display:flex;position:relative}.card-logo{object-fit:contain;width:auto;height:22px}.card-date{color:#64748b;letter-spacing:.5px;font-size:.8rem}.card-title{color:#fff;z-index:2;margin-bottom:1rem;font-size:1.2rem;font-weight:600;line-height:1.4;position:relative}.card-desc{color:#fff;z-index:2;opacity:.65;margin-bottom:1.5rem;font-size:.9rem;line-height:1.6;position:relative}.card-footer{z-index:2;margin-top:auto;position:relative}.card-content{flex-direction:column;height:100%;display:flex}.pill-tag{color:#fff;text-transform:uppercase;letter-spacing:1px;border:1px solid #ffffff4d;border-radius:25px;padding:.5rem 1.5rem;font-size:.85rem;display:inline-block}@media (width<=1024px){.insights-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.insights-page{padding-top:100px}.insights-header{flex-direction:column;align-items:flex-start;gap:2rem}.insights-title{font-size:28px}.insights-grid{grid-template-columns:1fr}.insight-card{min-height:auto}.card-title{font-size:1.05rem}.card-desc{font-size:.85rem}}.contact-page{color:#fff;background-color:#0a1e37;min-height:100vh;padding-top:160px;padding-bottom:10vh;font-family:Inter,sans-serif;position:relative;overflow:hidden}.contact-page:before{content:"";z-index:0;pointer-events:none;background-image:linear-gradient(#0a1e3700 50%,#0a1e37 95%),url(/hero-bg.png);background-position:top;background-repeat:repeat-x;background-size:contain;height:220px;position:absolute;top:0;left:0;right:0}.contact-container{z-index:1;max-width:1400px;margin:0 auto;position:relative}.contact-grid{align-items:flex-start;gap:10%;display:flex}.contact-info{flex:0 0 40%}.contact-title{margin-bottom:2rem;font-size:40px;font-weight:600}.contact-desc{color:#94a3b8;max-width:450px;font-size:1.1rem;line-height:1.6}.contact-form-wrapper{flex:1}.contact-form{flex-direction:column;gap:1.5rem;display:flex}.contact-form-group{flex-direction:column;gap:.6rem;display:flex}.contact-form-group label{color:#fff;opacity:.5;font-size:.85rem;font-weight:500}.contact-form-group input,.contact-form-group textarea{color:#0a1e37;background:#fff;border:1px solid #ffffff1a;border-radius:6px;padding:.8rem 1rem;font-family:Inter,sans-serif;font-size:1rem;transition:border-color .3s,box-shadow .3s}.contact-form-group input:focus,.contact-form-group textarea:focus{border-color:#ffffff4d;outline:none;box-shadow:0 0 0 1px #ffffff0d}.contact-submit-btn{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fff3;border:1px solid #ffffff1a;border-radius:9999px;justify-content:center;align-items:center;margin-top:1rem;padding:1rem 3.5rem;font-size:1rem;font-weight:500;transition:all .25s ease-in-out;display:flex}.arrow-icon{padding-left:15px;font-size:1rem}.contact-submit-btn:hover:not(:disabled){background:#ffffff4d;border-color:#fff3;transform:translateY(-2px)}.contact-submit-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.contact-success-message{text-align:center;background:#ffffff08;border:1px solid #ffffff1a;border-radius:8px;padding:3rem 2rem}.contact-success-message h3{margin-bottom:1rem;font-size:2rem}.contact-success-message p{color:#94a3b8;margin-bottom:2rem}.contact-error-message{color:#ef4444;margin-bottom:1rem;font-size:.9rem}@media (width<=900px){.contact-page{padding-top:110px}.contact-grid{flex-direction:column;gap:4rem}.contact-info{flex:none}.contact-desc{max-width:100%}}@media (width<=768px){.contact-title{font-size:28px}.contact-desc{font-size:.95rem;line-height:1.65}}.submit-profile-page{color:#011222;min-height:100vh;padding:160px 0 10vh;position:relative;overflow:hidden}.submit-profile-page:before{content:"";z-index:0;pointer-events:none;background-image:linear-gradient(#0a1e3700 50%,#0a1e37 95%),url(/hero-bg.png);background-position:top;background-repeat:repeat-x;background-size:contain;height:220px;position:absolute;top:0;left:0;right:0}.nexus-grid-bg{display:none}.sp-form-card{z-index:1;background:#fff;border-radius:30px;max-width:1200px;margin:0 auto;padding:4rem;position:relative;box-shadow:0 20px 60px #0000004d}.sp-form-header{text-align:center;margin-bottom:3rem}.sp-form-title{color:#011222;margin-bottom:1rem;font-size:2.8rem;font-weight:600}.sp-form-subtitle{color:#64748b;font-size:1.2rem}.sp-profile-form{flex-direction:column;gap:2rem;display:flex}.sp-form-row{width:100%}.sp-dual-row{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.sp-form-group{flex-direction:column;gap:10px;display:flex}.sp-form-group label{color:#011222;font-size:.95rem;font-weight:600}.sp-form-group input,.sp-form-group textarea,.sp-form-group select{color:#011222;background:#fff;border:1px solid #e2e8f0;border-radius:10px;width:100%;padding:1rem;font-size:1rem;transition:border-color .3s}.sp-form-group input:focus,.sp-form-group textarea:focus,.sp-form-group select:focus{border-color:#011222;outline:none}.sp-form-group textarea{resize:vertical}.sp-form-select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23011222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;padding-right:2.5rem!important}.sp-form-submit-btn{color:#fff;cursor:pointer;background:#011222;border:none;border-radius:9999px;justify-content:center;align-items:center;gap:10px;width:fit-content;min-width:-webkit-fill-available;margin:1rem auto 0;padding:1.2rem 3rem;font-size:1.1rem;font-weight:600;transition:opacity .3s;display:inline-flex}.sp-form-submit-btn:hover{opacity:.9}.sp-form-submit-btn .arrow{font-size:1.2rem}@media (width<=768px){.submit-profile-page{padding-top:110px}.sp-form-card{border-radius:20px;padding:2.5rem 1.5rem}.sp-form-title{font-size:2rem}.sp-dual-row{grid-template-columns:1fr;gap:2rem}.sp-form-submit-btn{width:100%}}
