:root{--color-primary:#0b3b60;--color-primary-dark:#07263f;--color-primary-light:#154d7a;--color-accent-blue:#0077b6;--color-accent-cyan:#0096c7;--color-accent-sky:#00b4d8;--color-accent-light:#e0f2fe;--color-secondary-teal:#0f766e;--color-secondary-emerald:#10b981;--bg-primary:#fff;--bg-secondary:#f8fafc;--bg-tertiary:#f1f6fb;--bg-card:#fff;--bg-glass:#ffffffd9;--bg-glass-strong:#fffffff2;--text-main:#0b3b60;--text-heading:#07263f;--text-muted:#64748b;--text-subtle:#94a3b8;--text-inverse:#fff;--border-light:#e2e8f0;--border-accent:#0096c733;--border-focus:#0096c7;--shadow-xs:0 1px 2px #0b3b600d;--shadow-sm:0 2px 8px #0b3b600f;--shadow-md:0 8px 24px #0b3b6014;--shadow-lg:0 16px 40px #0b3b601f;--shadow-xl:0 24px 60px #0b3b6029;--shadow-glow:0 0 30px #0096c740;--font-heading:"Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-body:"Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--transition-fast:.15s cubic-bezier(.4, 0, .2, 1);--transition-normal:.25s cubic-bezier(.4, 0, .2, 1);--transition-smooth:.4s cubic-bezier(.16, 1, .3, 1);--transition-bounce:.5s cubic-bezier(.34, 1.56, .64, 1);--max-width-site:1320px;--header-height:80px;--header-height-scrolled:68px;--border-radius-sm:8px;--border-radius-md:14px;--border-radius-lg:22px;--border-radius-xl:32px;--border-radius-pill:9999px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{font-family:var(--font-body);color:var(--text-main);background-color:#f8fafd;line-height:1.6;position:relative;overflow-x:hidden}.app-root{background:0 0;min-height:100vh;display:flex;position:relative}.main-content-layout{z-index:10;width:calc(100% - 78px);min-height:100vh;transition:all var(--transition-normal);flex-direction:column;margin-left:78px;display:flex;position:relative;overflow-x:hidden}@media (width<=1024px){.main-content-layout{width:100%;margin-left:0;padding-top:64px}}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{border:2px solid var(--bg-secondary);background:#cbd5e1;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--color-accent-cyan)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--text-heading);letter-spacing:-.02em;font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit;font-size:inherit;background:0 0;border:none}img,svg{max-width:100%;display:block}.container{width:100%;max-width:var(--max-width-site);margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}@media (width<=768px){.container{padding-left:1.25rem;padding-right:1.25rem}}.section-header{text-align:center;-webkit-backdrop-filter:blur(12px)saturate(160%);border-radius:var(--border-radius-lg,22px);background:#ffffffc7;border:1px solid #00b4e638;max-width:780px;margin:0 auto 3.5rem;padding:1.75rem 2.25rem;box-shadow:0 10px 32px #0b3b600f,inset 0 0 15px #fff9}.section-badge{background:var(--color-accent-light);color:var(--color-accent-blue);letter-spacing:.05em;text-transform:uppercase;border-radius:var(--border-radius-pill);border:1px solid #0096c733;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.4rem 1rem;font-size:.85rem;font-weight:700;display:inline-flex}.section-title{color:var(--text-heading);margin-bottom:1rem;font-size:2.75rem;font-weight:800}@media (width<=768px){.section-title{font-size:2.1rem}}.section-subtitle{color:var(--text-muted);font-size:1.125rem;font-weight:400;line-height:1.65}.btn-primary{background:linear-gradient(135deg, var(--color-accent-cyan) 0%, var(--color-accent-blue) 100%);color:var(--text-inverse);border-radius:var(--border-radius-pill);transition:all var(--transition-normal);z-index:1;justify-content:center;align-items:center;gap:.6rem;padding:.85rem 1.85rem;font-size:1rem;font-weight:600;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 16px #0096c759}.btn-primary:after{content:"";background:linear-gradient(135deg, var(--color-accent-blue) 0%, var(--color-primary) 100%);opacity:0;width:100%;height:100%;transition:opacity var(--transition-normal);z-index:-1;position:absolute;top:0;left:0}.btn-primary:hover:after{opacity:1}.btn-secondary{color:var(--color-primary);border-radius:var(--border-radius-pill);border:1.5px solid var(--border-light);box-shadow:var(--shadow-sm);transition:all var(--transition-normal);background:#fff;justify-content:center;align-items:center;gap:.6rem;padding:.85rem 1.85rem;font-size:1rem;font-weight:600;display:inline-flex}.btn-secondary:hover{border-color:var(--color-accent-cyan);color:var(--color-accent-blue);background:var(--bg-secondary);box-shadow:var(--shadow-md);transform:translateY(-2px)}.btn-outline-white{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;border-radius:var(--border-radius-pill);transition:all var(--transition-normal);background:#ffffff26;border:1.5px solid #fff6;justify-content:center;align-items:center;gap:.6rem;padding:.85rem 1.85rem;font-size:1rem;font-weight:600;display:inline-flex}.btn-outline-white:hover{color:var(--color-primary);background:#fff;border-color:#fff;transform:translateY(-2px);box-shadow:0 8px 25px #0003}.glass-card,.glass-readability-card,.glass-text-backdrop{-webkit-backdrop-filter:blur(12px)saturate(160%);box-shadow:var(--shadow-md), inset 0 0 20px #ffffff80;border-radius:var(--border-radius-lg);transition:all var(--transition-smooth);background:#ffffffc7;border:1px solid #00b4e638}.glass-card:hover,.glass-readability-card:hover{box-shadow:var(--shadow-xl), 0 0 30px #00b4e626;border-color:#00b4e666}.reveal-on-scroll,.section-header,.service-card,.portfolio-card,.team-card,.why-card,.career-accordion-item,.contact-card-box,.about-tabs-nav,.about-tab-panel{opacity:0;will-change:opacity, transform;transition:opacity .75s cubic-bezier(.16,1,.3,1),transform .75s cubic-bezier(.16,1,.3,1),box-shadow .25s,border-color .25s;transform:translateY(24px)}.is-revealed{opacity:1!important;transform:translateY(0)!important}.services-grid .service-card:first-child{transition-delay:50ms}.services-grid .service-card:nth-child(2){transition-delay:.12s}.services-grid .service-card:nth-child(3){transition-delay:.19s}.services-grid .service-card:nth-child(4){transition-delay:.26s}.services-grid .service-card:nth-child(5){transition-delay:.33s}.services-grid .service-card:nth-child(6){transition-delay:.4s}.portfolio-grid .portfolio-card:first-child{transition-delay:50ms}.portfolio-grid .portfolio-card:nth-child(2){transition-delay:.12s}.portfolio-grid .portfolio-card:nth-child(3){transition-delay:.19s}.portfolio-grid .portfolio-card:nth-child(4){transition-delay:.26s}.portfolio-grid .portfolio-card:nth-child(5){transition-delay:.33s}.portfolio-grid .portfolio-card:nth-child(6){transition-delay:.4s}.team-grid .team-card:first-child{transition-delay:50ms}.team-grid .team-card:nth-child(2){transition-delay:.14s}.team-grid .team-card:nth-child(3){transition-delay:.23s}.team-grid .team-card:nth-child(4){transition-delay:.32s}.why-grid .why-card:first-child{transition-delay:50ms}.why-grid .why-card:nth-child(2){transition-delay:.14s}.why-grid .why-card:nth-child(3){transition-delay:.23s}.why-grid .why-card:nth-child(4){transition-delay:.32s}.btn-primary,.btn-secondary,.btn-outline{position:relative;transition:all .25s cubic-bezier(.16,1,.3,1)!important}.btn-primary:hover{transform:translateY(-2.5px);box-shadow:0 8px 24px #0096c752}.btn-primary:active{transform:translateY(-.5px)scale(.98)}.btn-secondary:hover{transform:translateY(-2.5px);box-shadow:0 8px 22px #0b3b601a}.btn-secondary:active{transform:translateY(-.5px)scale(.98)}.service-card:hover,.why-card:hover,.team-card:hover{border-color:#0096c759!important;transform:translateY(-5px)!important;box-shadow:0 16px 36px #0b3b6017!important}.portfolio-card{overflow:hidden}.portfolio-card:hover{transform:translateY(-5px)!important;box-shadow:0 16px 40px #0b3b601f!important}.portfolio-img{transition:transform .45s cubic-bezier(.16,1,.3,1)!important}.portfolio-card:hover .portfolio-img{transform:scale(1.05)}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@keyframes fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes pulseGlow{0%,to{opacity:.4;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}@keyframes floatAnim{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.animate-fade-in{animation:.4s ease-out forwards fadeIn}.animate-float{animation:4s ease-in-out infinite floatAnim}.ambient-watermark-wrap{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.ambient-watermark-text{font-family:var(--font-heading);letter-spacing:-.035em;text-transform:uppercase;-webkit-user-select:none;user-select:none;white-space:nowrap;pointer-events:none;background:linear-gradient(#00b4d838 0%,#0077b624 50%,#0b3b600d 100%);-webkit-text-fill-color:transparent;-webkit-text-stroke:1.5px #0096c738;filter:drop-shadow(0 4px 20px #0096c714);will-change:transform;-webkit-background-clip:text;font-size:clamp(4.5rem,13vw,15rem);font-weight:900;line-height:.88;transition:transform 1.2s cubic-bezier(.16,1,.3,1);position:absolute;top:.5rem;left:50%;transform:translate(-50%)}@media (width<=768px){.ambient-watermark-text{font-size:clamp(2.8rem,10vw,5.5rem);top:.25rem}}.reveal-line{opacity:0;will-change:opacity, transform;transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);display:block;transform:translateY(45px)}.is-revealed .reveal-line,.reveal-line.is-revealed{opacity:1;transform:translateY(0)}.reveal-line-delay-1{transition-delay:.1s}.reveal-line-delay-2{transition-delay:.2s}.reveal-line-delay-3{transition-delay:.3s}.reveal-line-delay-4{transition-delay:.4s}.reveal-slide-left{opacity:0;will-change:opacity, transform;transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);transform:translate(-50px)}.is-revealed .reveal-slide-left,.reveal-slide-left.is-revealed{opacity:1;transform:translate(0)}.reveal-slide-right{opacity:0;will-change:opacity, transform;transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);transform:translate(50px)}.is-revealed .reveal-slide-right,.reveal-slide-right.is-revealed{opacity:1;transform:translate(0)}.reveal-clip{clip-path:inset(8%);opacity:.7;will-change:clip-path, transform, opacity;transition:clip-path .9s cubic-bezier(.16,1,.3,1),transform .9s cubic-bezier(.16,1,.3,1),opacity .8s;transform:scale(1.06)}.is-revealed .reveal-clip,.reveal-clip.is-revealed{clip-path:inset(0);opacity:1;transform:scale(1)}.reveal-stagger-card{opacity:0;will-change:opacity, transform;transition:opacity .75s cubic-bezier(.16,1,.3,1),transform .75s cubic-bezier(.16,1,.3,1);transform:translateY(60px)scale(.96)}.is-revealed .reveal-stagger-card,.reveal-stagger-card.is-revealed{opacity:1;transform:translateY(0)scale(1)}.reveal-scale{opacity:0;will-change:opacity, transform;transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1);transform:scale(.92)}.is-revealed .reveal-scale,.reveal-scale.is-revealed{opacity:1;transform:scale(1)}.section-header{opacity:0;transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1);transform:translateY(30px)}.section-header.is-revealed{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}:root{--sidebar-width:78px}.site-sidebar.icon-only-sidebar{width:var(--sidebar-width);z-index:1200;background:#fff;border-right:1.5px solid #e2e8f0;flex-direction:column;align-items:center;height:100vh;transition:transform .35s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;left:0;overflow:visible;box-shadow:2px 0 20px #0b3b600d}.sidebar-header.compact{border-bottom:1px solid #f1f5f9;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:100%;padding:1.25rem 0;display:flex}.sidebar-logo-link{transition:transform var(--transition-fast);justify-content:center;align-items:center;display:flex}.sidebar-logo-link:hover{transform:scale(1.08)}.sidebar-emblem-img{object-fit:contain;width:42px;height:42px;display:block}.sidebar-close-btn{width:36px;height:36px;color:var(--text-heading);background:#f1f5f9;border-radius:50%;justify-content:center;align-items:center;margin-top:.5rem;display:none}.sidebar-nav{flex-direction:column;flex:1;align-items:center;width:100%;padding:1.5rem 0;display:flex}.sidebar-menu-list{flex-direction:column;align-items:center;gap:.9rem;width:100%;list-style:none;display:flex}.sidebar-menu-item.icon-item-wrap{justify-content:center;width:100%;display:flex;position:relative}.sidebar-icon-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;transition:all .22s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.sidebar-main-icon{transition:transform .22s,color .22s}.sidebar-dropdown-dot{background:var(--color-accent-cyan);width:5px;height:5px;box-shadow:0 0 4px var(--color-accent-cyan);border-radius:50%;position:absolute;top:7px;right:7px}.nav-active-indicator{background:linear-gradient(180deg, var(--color-accent-cyan) 0%, var(--color-accent-blue) 100%);border-radius:0 4px 4px 0;width:3.5px;height:0;transition:height .25s cubic-bezier(.16,1,.3,1);position:absolute;top:50%;left:-15px;transform:translateY(-50%)}.sidebar-icon-btn:hover{color:var(--color-accent-blue);background:#f0f7fd;transform:scale(1.06)}.sidebar-icon-btn.is-active{background:linear-gradient(135deg, var(--color-accent-cyan) 0%, var(--color-accent-blue) 100%);color:#fff;transform:scale(1.02);box-shadow:0 4px 14px #0096c759}.sidebar-icon-btn.is-active .nav-active-indicator{height:24px}.sidebar-icon-btn.is-open{border:1.5px solid var(--color-accent-cyan);color:var(--color-accent-blue);background:#e0f2fe}.sidebar-hover-tooltip{color:#fff;white-space:nowrap;pointer-events:none;z-index:1400;background:#07263f;border-radius:8px;flex-direction:column;gap:.15rem;padding:.45rem .85rem;animation:.18s cubic-bezier(.16,1,.3,1) forwards tooltipFadeIn;display:flex;position:absolute;top:50%;left:calc(100% + 12px);transform:translateY(-50%);box-shadow:0 8px 24px #07263f40}.sidebar-hover-tooltip:before{content:"";border-top:5px solid #0000;border-bottom:5px solid #0000;border-right:5px solid #07263f;position:absolute;top:50%;left:-5px;transform:translateY(-50%)}.tooltip-text{letter-spacing:-.01em;font-size:.85rem;font-weight:700}.tooltip-hint{color:#94a3b8;font-size:.68rem;font-weight:500}@keyframes tooltipFadeIn{0%{opacity:0;transform:translateY(-50%)translate(-6px)}to{opacity:1;transform:translateY(-50%)translate(0)}}.sidebar-flyout-menu{z-index:1500;background:#fff;border:1.5px solid #e2e8f0;border-radius:16px;flex-direction:column;gap:.35rem;min-width:275px;padding:.85rem;animation:.22s cubic-bezier(.16,1,.3,1) forwards flyoutSlideRight;display:flex;position:absolute;top:-6px;left:calc(100% + 14px);box-shadow:0 16px 45px #0b3b6029,0 4px 12px #0b3b600f}.sidebar-flyout-menu:before{content:"";width:20px;height:100%;position:absolute;top:0;left:-18px}@keyframes flyoutSlideRight{0%{opacity:0;transform:translate(-10px)scale(.97)}to{opacity:1;transform:translate(0)scale(1)}}.flyout-header-tag{text-transform:uppercase;letter-spacing:.08em;color:var(--color-accent-blue);border-bottom:1px solid #f1f5f9;margin-bottom:.25rem;padding:.35rem .65rem .5rem;font-size:.74rem;font-weight:800}.flyout-header-tag.teal-tag{color:#0f766e;border-bottom-color:#ccfbf1}.flyout-item{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:10px;align-items:center;gap:.75rem;width:100%;padding:.65rem .85rem;transition:all .2s;display:flex;position:relative}.flyout-item:hover{background:#f0f7fd;transform:translate(3px)}.flyout-icon-box{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.flyout-icon-box.cyan{color:#0284c7;background:#e0f2fe}.flyout-icon-box.blue{color:#1d4ed8;background:#dbeafe}.flyout-icon-box.teal{color:#0f766e;background:#ccfbf1}.flyout-icon-box.navy{color:#3730a3;background:#e0e7ff}.flyout-icon-box.purple{color:#7e22ce;background:#f3e8ff}.flyout-icon-box.red{color:#dc2626;background:#fee2e2}.flyout-icon-box.amber{color:#d97706;background:#fef3c7}.flyout-icon-box.sky{color:#00838f;background:#e0f7fa}.flyout-text{flex-direction:column;flex:1;display:flex}.flyout-title{color:var(--text-heading);font-size:.88rem;font-weight:700;line-height:1.3}.flyout-desc{color:var(--text-muted);margin-top:.1rem;font-size:.75rem;line-height:1.3}.flyout-sub-chevron{color:#94a3b8;margin-left:auto}.flyout-item.highlight-bpo{background:#f0fdfa;border:1px solid #ccfbf1}.flyout-item.highlight-bpo:hover,.flyout-item.highlight-bpo.active-nested{background:#ccfbf1;border-color:#99f6e4}.flyout-nested-trigger-wrap{width:100%;position:relative}.nested-flyout-menu{z-index:1550;background:#fff;border:1.5px solid #99f6e4;border-radius:14px;flex-direction:column;gap:.35rem;min-width:270px;padding:.75rem;animation:.2s cubic-bezier(.16,1,.3,1) forwards flyoutSlideRight;display:flex;position:absolute;top:-8px;left:calc(100% + 8px);box-shadow:0 16px 45px #0f766e2e}.nested-flyout-menu:before{content:"";width:16px;height:100%;position:absolute;top:0;left:-14px}.sidebar-footer.compact{border-top:1px solid #f1f5f9;flex-shrink:0;justify-content:center;width:100%;padding:1.25rem 0;display:flex}.sidebar-icon-footer-btn{width:42px;height:42px;color:var(--color-accent-blue);cursor:pointer;transition:all var(--transition-fast);background:#f1f5f9;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;display:flex}.sidebar-icon-footer-btn:hover{background:var(--color-accent-blue);color:#fff;border-color:var(--color-accent-blue);transform:scale(1.1)}.sidebar-globe-icon{animation:2s ease-in-out infinite pulseGlow}.sidebar-mobile-backdrop{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1199;background:#07263f80;width:100vw;height:100vh;position:fixed;top:0;left:0}.sidebar-mobile-item-label{display:none}@media (width<=1024px){.site-sidebar.icon-only-sidebar{width:270px;max-width:85vw;box-shadow:var(--shadow-xl);-webkit-overflow-scrolling:touch;align-items:stretch;overflow-y:auto;transform:translate(-100%)}.site-sidebar.icon-only-sidebar.is-open{transform:translate(0)}.sidebar-header.compact{flex-direction:row;justify-content:space-between;padding:1.15rem 1.25rem}.sidebar-close-btn{width:38px;height:38px;color:var(--text-heading);cursor:pointer;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:10px;justify-content:center;align-items:center;display:flex}.sidebar-icon-btn{border-radius:12px;justify-content:flex-start;gap:.85rem;width:100%;height:auto;min-height:48px;padding:.8rem 1.15rem}.sidebar-icon-btn.is-active{color:var(--color-accent-blue);background:#e0f2fe}.sidebar-mobile-item-label{color:#334155;letter-spacing:-.01em;font-size:.95rem;font-weight:600;display:inline-block}.sidebar-icon-btn.is-active .sidebar-mobile-item-label{color:#0077b6;font-weight:750}.sidebar-hover-tooltip{display:none}.sidebar-flyout-menu,.nested-flyout-menu{box-shadow:none;min-width:unset;border:1px solid #e2e8f0;margin:.5rem 0 .5rem .5rem;position:static}}.site-mobile-header{-webkit-backdrop-filter:blur(12px);z-index:1100;background:#fffffff2;border-bottom:1px solid #e2e8f0;width:100%;height:64px;display:none;position:fixed;top:0;left:0;box-shadow:0 2px 14px #0b3b600f}.mobile-header-inner{justify-content:space-between;align-items:center;height:100%;padding:0 1.25rem;display:flex}.mobile-header-logo-link{flex-shrink:0;align-items:center;gap:.65rem;text-decoration:none;display:flex}.mobile-header-logo-img{object-fit:contain;flex-shrink:0;width:auto;max-width:44px;height:38px;display:block}.mobile-header-brand-info{flex-direction:column;justify-content:center;line-height:1.1;display:flex}.mobile-header-brand-title{font-family:var(--font-heading,sans-serif);letter-spacing:.04em;color:#061329;font-size:.92rem;font-weight:850}.mobile-header-brand-tagline{font-family:var(--font-sans,sans-serif);letter-spacing:.08em;color:#0077b6;text-transform:uppercase;font-size:.65rem;font-weight:700}.mobile-header-actions{flex-shrink:0;align-items:center;gap:.65rem;display:flex}.mobile-header-talk-btn{color:var(--color-accent-blue,#0077b6);border-radius:var(--border-radius-pill,9999px);background:#e0f2fe;border:1px solid #0096c74d;justify-content:center;align-items:center;padding:.4rem .9rem;font-size:.82rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.mobile-header-talk-btn:hover{color:#fff;background:#0077b6}.mobile-hamburger-btn{width:40px;height:40px;color:var(--text-heading,#061329);cursor:pointer;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:10px;justify-content:center;align-items:center;transition:all .2s;display:flex}.mobile-hamburger-btn:hover{background:#e2e8f0}@media (width<=1024px){.site-mobile-header{display:block}}@media (width<=480px){.site-mobile-header{height:58px}.mobile-header-inner{padding:0 .85rem}.mobile-header-logo-img{max-width:38px;height:34px}.mobile-header-brand-title{font-size:.84rem}.mobile-header-brand-tagline{font-size:.6rem}.mobile-header-talk-btn{padding:.35rem .75rem;font-size:.78rem}.mobile-hamburger-btn{width:36px;height:36px}}@media (width<=360px){.mobile-header-inner{padding:0 .5rem}.mobile-header-logo-link{gap:.45rem}.mobile-header-logo-img{max-width:34px;height:30px}.mobile-header-brand-title{font-size:.76rem}.mobile-header-brand-tagline{font-size:.54rem}.mobile-header-actions{gap:.4rem}.mobile-header-talk-btn{padding:.3rem .6rem;font-size:.72rem}.mobile-hamburger-btn{width:34px;height:34px}}.tech-bg-3d-canvas-container{pointer-events:none;z-index:1;opacity:1;width:100vw;height:100vh;transition:opacity .5s;position:fixed;top:0;left:0;overflow:hidden}@media (width<=768px){.tech-bg-3d-canvas-container{opacity:.75}}.fullscreen-banner-slideshow-section{z-index:2;background:#f4f8fc;justify-content:center;align-items:center;width:100%;height:100dvh;min-height:520px;display:flex;position:relative;overflow:hidden}.fullscreen-slideshow-viewport{background:0 0;width:100%;height:100%;position:relative;overflow:hidden}.fullscreen-slideshow-track{will-change:transform;width:100%;height:100%;transition:transform .8s cubic-bezier(.16,1,.3,1);display:flex}.fullscreen-slide-item{background:#f4f8fc;flex-shrink:0;justify-content:center;align-items:center;width:100%;min-width:100%;height:100%;padding:0;display:flex;position:relative;overflow:hidden}.fullscreen-banner-img{object-fit:cover;object-position:center center;-webkit-user-select:none;user-select:none;width:100%;height:100%;display:block;position:absolute;top:0;left:0}.fullscreen-nav-arrow{-webkit-backdrop-filter:blur(12px);width:48px;height:48px;color:var(--color-primary);cursor:pointer;z-index:25;background:#ffffffe0;border:1px solid #e2e8f0e6;border-radius:50%;justify-content:center;align-items:center;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 20px #0b3b601f}.fullscreen-nav-arrow.arrow-left{left:1.5rem}.fullscreen-nav-arrow.arrow-right{right:1.5rem}.fullscreen-nav-arrow:hover{background:var(--color-accent-blue);color:#fff;border-color:var(--color-accent-blue);transform:translateY(-50%)scale(1.08);box-shadow:0 8px 24px #0077b659}.fullscreen-nav-arrow:active{transform:translateY(-50%)scale(.95)}.fullscreen-bottom-controls{-webkit-backdrop-filter:blur(12px);border-radius:var(--border-radius-pill);z-index:25;background:#ffffffeb;border:1px solid #e2e8f0e6;align-items:center;gap:1rem;padding:.4rem 1rem;display:flex;position:absolute;bottom:1.5rem;left:auto;right:2rem;transform:none;box-shadow:0 6px 24px #0b3b601f}.fullscreen-pagination-dots{align-items:center;gap:.45rem;display:flex}.fullscreen-dot{border-radius:var(--border-radius-pill);cursor:pointer;background:#cbd5e1;border:none;width:8px;height:8px;transition:all .3s cubic-bezier(.16,1,.3,1)}.fullscreen-dot:hover{background:#94a3b8}.fullscreen-dot.is-active{background:linear-gradient(90deg, var(--color-accent-cyan) 0%, var(--color-accent-blue) 100%);width:24px;box-shadow:0 0 8px #0096c766}.fullscreen-slide-counter{font-family:var(--font-heading);color:var(--text-heading);border-left:1px solid #e2e8f0;align-items:center;gap:.25rem;padding-left:.5rem;font-size:.8rem;font-weight:700;display:flex}@media (width<=1024px){.fullscreen-banner-slideshow-section{height:calc(100dvh - 64px);min-height:440px}.fullscreen-nav-arrow{width:40px;height:40px}.fullscreen-nav-arrow.arrow-left{left:.75rem}.fullscreen-nav-arrow.arrow-right{right:.75rem}.fullscreen-bottom-controls{gap:.75rem;padding:.3rem .75rem;bottom:1rem;right:1rem}}@media (width<=640px){.fullscreen-banner-slideshow-section{height:55vh;min-height:280px}.fullscreen-nav-arrow{width:32px;height:32px}.fullscreen-nav-arrow.arrow-left{left:.35rem}.fullscreen-nav-arrow.arrow-right{right:.35rem}.fullscreen-slide-counter{display:none}.fullscreen-bottom-controls{gap:.4rem;padding:.25rem .6rem;bottom:.75rem;right:.75rem}.fullscreen-dot{width:6px;height:6px}.fullscreen-dot.is-active{width:18px}}@media (width<=375px){.fullscreen-banner-slideshow-section{height:50vh;min-height:250px}.fullscreen-nav-arrow{width:28px;height:28px}.fullscreen-nav-arrow.arrow-left{left:.25rem}.fullscreen-nav-arrow.arrow-right{right:.25rem}}.about-section{background:0 0;padding:7.5rem 0 6.5rem;position:relative;overflow:hidden}.ambient-watermark-wrap{pointer-events:none;z-index:1;justify-content:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0;overflow:hidden}.ambient-watermark-text{font-family:var(--font-heading,sans-serif);text-transform:uppercase;-webkit-user-select:none;user-select:none;white-space:nowrap;color:#0000;background:linear-gradient(#0077b60b 0%,#00d9ff04 100%);letter-spacing:-.04em;-webkit-background-clip:text;font-size:clamp(4.5rem,13vw,15rem);font-weight:900;line-height:.85;top:1rem;left:50%;transform:translate(-50%)}.about-bg-grid-ambient{pointer-events:none;z-index:1;background-image:linear-gradient(90deg,#00b4e60a 1px,#0000 1px),linear-gradient(#00b4e60a 1px,#0000 1px);background-size:48px 48px;width:100%;height:100%;position:absolute;top:0;left:0;-webkit-mask-image:radial-gradient(70% 60% at 50% 40%,#000 20%,#0000 80%);mask-image:radial-gradient(70% 60% at 50% 40%,#000 20%,#0000 80%)}.relative-z{z-index:5;position:relative}.about-editorial-hero{flex-direction:column;gap:1.75rem;margin-bottom:2.5rem;display:flex;position:relative}.about-hero-meta-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-bottom:.5rem;display:flex}.about-section-badge{-webkit-backdrop-filter:blur(12px);font-family:var(--font-heading,sans-serif);letter-spacing:.12em;color:#061329;background:#ffffffeb;border:1.5px solid #00d9ff59;border-radius:9999px;align-items:center;gap:.45rem;padding:.45rem 1.15rem;font-size:.78rem;font-weight:800;display:inline-flex;box-shadow:0 4px 16px #0077b612}.badge-pulse-dot{background:#00d9ff;border-radius:50%;width:7px;height:7px;animation:2s cubic-bezier(.4,0,.6,1) infinite beaconPulse;box-shadow:0 0 8px #00d9ff,0 0 14px #00d9ff99}@keyframes beaconPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.85)}}.badge-num{color:#0077b6;font-weight:900}.badge-sep{color:#94a3b8;font-weight:400}.badge-label{color:#0b3b60;font-weight:800}.about-meta-tag{font-family:var(--font-heading,sans-serif);letter-spacing:.12em;color:#0077b6;text-transform:uppercase;background:#00d9ff0f;border:1px solid #00d9ff33;border-radius:9999px;align-items:center;gap:.5rem;padding:.4rem .95rem;font-size:.76rem;font-weight:800;display:inline-flex}.about-headline-container{max-width:1050px}.about-editorial-title{letter-spacing:-.035em;color:#061329;text-transform:uppercase;flex-direction:column;gap:.15rem;font-size:clamp(2.6rem,5.2vw,4.8rem);font-weight:900;line-height:1.05;display:flex}.headline-line{display:block}.text-gradient{background:linear-gradient(135deg,#0077b6 0%,#00d9ff 55%,#19e6d0 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.about-lead-wrapper{grid-template-columns:1.35fr 1fr;align-items:center;gap:2.5rem;padding-top:.5rem;display:grid}.about-lead-paragraph{color:#334155;max-width:680px;font-size:clamp(1.08rem,1.35vw,1.25rem);font-weight:500;line-height:1.7}.about-vision-mission-triggers{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:1rem;display:flex}.vm-pill-btn{-webkit-backdrop-filter:blur(12px);color:#0077b6;font-family:var(--font-heading,sans-serif);letter-spacing:.08em;text-transform:uppercase;cursor:pointer;background:#ffffffeb;border:1.5px solid #0077b640;border-radius:9999px;outline:none;justify-content:center;align-items:center;gap:.65rem;padding:.75rem 1.6rem;font-size:.82rem;font-weight:800;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 4px 16px #0b3b600d}.vm-pill-btn:hover{color:#061329;background:#fff;border-color:#00d9ff;transform:translateY(-2px);box-shadow:0 8px 24px #00d9ff33}.vm-pill-btn.is-active{color:#fff;background:linear-gradient(135deg,#061329 0%,#0077b6 100%);border-color:#00d9ff99;box-shadow:0 8px 24px #0077b64d,0 0 0 3px #00d9ff40}.vm-pill-icon{flex-shrink:0}.vm-pill-arrow{transition:transform .25s}.vm-pill-btn:hover .vm-pill-arrow{transform:translate(3px)}.about-vm-expand-card{width:100%;animation:.35s cubic-bezier(.16,1,.3,1) forwards vmExpandFade}@keyframes vmExpandFade{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.about-vm-expand-inner{border-radius:var(--border-radius-lg,22px);-webkit-backdrop-filter:blur(16px);background:#fffffff2;border:1.5px solid #00d9ff73;flex-direction:column;gap:.5rem;padding:1.5rem 2.25rem;display:flex;box-shadow:0 12px 36px #00d9ff1f}.vm-badge-indicator{font-family:var(--font-heading,sans-serif);letter-spacing:.1em;color:#0077b6;text-transform:uppercase;align-items:center;gap:.5rem;font-size:.78rem;font-weight:800;display:inline-flex}.vm-expand-text{color:#061329;font-size:1.05rem;font-weight:600;line-height:1.65}.about-editorial-divider{justify-content:space-between;align-items:center;margin:1.5rem 0 3.5rem;display:flex;position:relative}.editorial-divider-line{background:linear-gradient(90deg,#00d9ff80 0%,#0077b640 50%,#e2e8f099 100%);border-radius:2px;flex:1;height:1.5px;margin:0 .75rem}.editorial-divider-node{background:#00d9ff;border-radius:50%;width:6px;height:6px;box-shadow:0 0 8px #00d9ff}.about-story-layout{z-index:5;grid-template-columns:1.15fr 1fr;align-items:center;gap:2.75rem;display:grid;position:relative}.about-story-stream{flex-direction:column;gap:1.25rem;display:flex}.story-block{-webkit-backdrop-filter:blur(14px)saturate(160%);border-radius:var(--border-radius-xl,28px);background:#ffffffd1;border:1px solid #00b4e638;flex-direction:column;gap:1rem;padding:2.25rem 2.5rem;transition:all .35s cubic-bezier(.16,1,.3,1);display:flex;position:relative;box-shadow:0 10px 32px #0b3b600d,inset 0 0 20px #ffffffb3}.story-block:hover{border-color:#00d9ff73;transform:translateY(-3px);box-shadow:0 16px 40px #0077b61a,inset 0 0 24px #ffffffe6}.story-meta-header{align-items:center;gap:1.25rem;display:flex}.story-step-num{font-family:var(--font-heading,sans-serif);letter-spacing:-.04em;background:linear-gradient(135deg,#0077b6 0%,#00d9ff 100%);-webkit-text-fill-color:transparent;-webkit-user-select:none;user-select:none;-webkit-background-clip:text;font-size:clamp(2.4rem,3.5vw,3.2rem);font-weight:900;line-height:.9}.story-step-info{flex-direction:column;gap:.2rem;display:flex}.story-category-tag{font-family:var(--font-heading,sans-serif);letter-spacing:.12em;color:#0077b6;text-transform:uppercase;font-size:.72rem;font-weight:800}.story-block-title{font-family:var(--font-heading,sans-serif);color:#061329;letter-spacing:-.02em;margin:0;font-size:clamp(1.35rem,1.8vw,1.65rem);font-weight:850}.story-block-text{color:#475569;font-size:1.02rem;font-weight:500;line-height:1.7}.story-micro-tags{flex-wrap:wrap;align-items:center;gap:.65rem;padding-top:.25rem;display:flex}.story-tag-pill{color:#0b3b60;letter-spacing:.02em;background:#f0f9ffd9;border:1px solid #00d9ff40;border-radius:9999px;align-items:center;gap:.4rem;padding:.35rem .8rem;font-size:.78rem;font-weight:700;display:inline-flex}.story-track-connector{background:linear-gradient(#00d9ff99 0%,#0077b633 100%);border-radius:2px;width:2px;height:24px;margin-left:3.5rem;position:relative}.track-pulse-beacon{background:#00d9ff;border-radius:50%;width:6px;height:6px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 8px #00d9ff}.about-stats-editorial-grid{grid-template-columns:repeat(3,1fr);gap:.85rem;margin-top:.5rem;display:grid}.editorial-stat-card{border-radius:var(--border-radius-lg,18px);background:#f0f9ffbf;border:1px solid #00d9ff40;flex-direction:column;gap:.25rem;padding:1.15rem 1.1rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.editorial-stat-card:hover{background:#fff;border-color:#00d9ff;transform:translateY(-2px);box-shadow:0 8px 24px #00d9ff2e}.stat-card-top{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.stat-card-number{font-family:var(--font-heading,sans-serif);background:linear-gradient(135deg,#061329 0%,#0077b6 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:clamp(1.65rem,2.2vw,2.1rem);font-weight:900;line-height:1}.stat-icon-glow{color:#00d9ff;opacity:.85;flex-shrink:0}.stat-card-label{font-family:var(--font-heading,sans-serif);color:#0b3b60;letter-spacing:.06em;text-transform:uppercase;margin-top:.2rem;font-size:.74rem;font-weight:850}.stat-card-sub{color:#64748b;font-size:.72rem;font-weight:500;line-height:1.35}.about-visual-stage{flex-direction:column;justify-content:center;align-items:center;width:100%;height:auto;min-height:0;display:flex}.visual-stage-container{-webkit-backdrop-filter:blur(14px)saturate(160%);border-radius:var(--border-radius-xl,28px);background:#ffffffd9;border:1.5px solid #00b4e640;justify-content:center;align-items:center;width:100%;height:auto;min-height:0;padding:.5rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;box-shadow:0 16px 44px #0b3b6014,inset 0 0 25px #fffc}.visual-stage-container:hover{border-color:#00d9ff8c;box-shadow:0 22px 54px #0077b626,inset 0 0 30px #ffffffe6}.visual-image-wrapper{border-radius:calc(var(--border-radius-xl,28px) - 6px);background:#fff;justify-content:center;align-items:center;width:100%;height:auto;display:flex;position:relative;overflow:hidden}.about-visual-stage img,.visual-stage-container img,.about-ecosystem-image{object-fit:contain;object-position:center center;border-radius:calc(var(--border-radius-xl,28px) - 6px);filter:drop-shadow(0 10px 30px #0077b60f);width:100%;max-width:100%;height:auto;transition:transform .6s cubic-bezier(.16,1,.3,1),filter .6s;display:block;transform:none}.visual-stage-container:hover .about-ecosystem-image{filter:drop-shadow(0 16px 36px #00d9ff33);transform:scale(1.02)}@media (width<=1180px){.about-story-layout{grid-template-columns:1fr;gap:2.75rem}.about-visual-stage{height:auto;min-height:0;position:static}.visual-stage-container{height:auto;min-height:0}.about-ecosystem-image{transform:none}.visual-stage-container:hover .about-ecosystem-image{transform:scale(1.02)}.about-lead-wrapper{grid-template-columns:1fr;gap:1.5rem}.about-vision-mission-triggers{justify-content:flex-start}}@media (width<=768px){.about-section{padding:5.5rem 0 4.5rem}.about-editorial-title{font-size:clamp(2.2rem,7vw,3.2rem)}.story-block{padding:1.85rem 1.6rem}.visual-stage-container{border-radius:22px;height:auto;min-height:0;padding:.35rem}.visual-image-wrapper{border-radius:18px}.about-ecosystem-image{border-radius:18px;transform:none}.visual-stage-container:hover .about-ecosystem-image{transform:scale(1.02)}.about-stats-editorial-grid{grid-template-columns:1fr;gap:.75rem}.story-track-connector{margin-left:2rem}}@media (width<=640px){.about-hero-meta-row{flex-direction:column;align-items:flex-start;gap:.65rem}.about-vision-mission-triggers{flex-direction:column;width:100%}.vm-pill-btn{width:100%}.story-block{border-radius:20px;padding:1.5rem 1.25rem}.visual-stage-container{border-radius:18px;height:auto;min-height:0;padding:.25rem}.visual-image-wrapper{border-radius:14px}.about-ecosystem-image{border-radius:14px;transform:none}.visual-stage-container:hover .about-ecosystem-image{transform:scale(1.02)}.story-step-num{font-size:2.2rem}.ambient-watermark-text{font-size:clamp(3.5rem,16vw,7rem)}}@media (width<=480px){.about-section{padding:4.5rem 0 3.5rem}.about-editorial-title{font-size:2rem}.story-meta-header{gap:.85rem}.stat-card-number{font-size:1.5rem}.visual-stage-container{height:auto;min-height:0}}@media (prefers-reduced-motion:reduce){.badge-pulse-dot{animation:none!important}.about-ecosystem-image{transition:none!important;transform:none!important}}.about-page-root{color:#0f172a;width:100%;min-height:100vh;font-family:var(--font-sans,system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif);position:relative;overflow-x:hidden}.about-hero-section{background:radial-gradient(circle at 50% 30%,#00d9ff14 0%,#fff0 70%),radial-gradient(circle at 10% 80%,#0284c70f 0%,#fff0 60%);justify-content:center;align-items:center;min-height:75vh;padding:120px 32px 80px;display:flex;position:relative;overflow:hidden}.about-hero-particles-canvas{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;inset:0}.about-hero-glass-bg{pointer-events:none;-webkit-backdrop-filter:blur(8px);z-index:1;background:#ffffff73;position:absolute;inset:0}.about-hero-container{z-index:2;width:100%;max-width:1440px;margin:0 auto;position:relative}.about-breadcrumb{color:#475569;align-items:center;gap:8px;margin-bottom:28px;font-size:14px;font-weight:500;display:inline-flex}.about-hero-clean-wrap{max-width:880px;margin:0}.about-badge-pill{letter-spacing:.08em;color:#0077b6;text-transform:uppercase;background:#00d9ff1a;border:1px solid #00d9ff59;border-radius:9999px;align-items:center;gap:8px;margin-bottom:24px;padding:6px 16px;font-size:13px;font-weight:700;display:inline-flex}.about-hero-title{letter-spacing:-.025em;color:#061329;margin-bottom:24px;font-size:clamp(48px,4.2vw,72px);font-weight:850;line-height:1.05}.about-hero-subtitle{color:#334155;max-width:680px;margin-bottom:28px;font-size:19px;line-height:1.65}.about-hero-buttons{align-items:center;gap:16px;margin-bottom:32px;display:flex}.btn-hero-mv{color:#061329;letter-spacing:.06em;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe0;border:1.5px solid #00d9ff59;border-radius:12px;align-items:center;gap:10px;padding:13px 26px;font-size:14px;font-weight:700;transition:all .25s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 8px 20px #0077b614}.btn-hero-mv:hover{background:#fff;border-color:#00d9ff;transform:translateY(-2px);box-shadow:0 12px 28px #00d9ff40}.btn-hero-mv.btn-vision{border-color:#19e6d066}.btn-hero-mv.btn-vision:hover{border-color:#19e6d0;box-shadow:0 12px 28px #19e6d040}.mv-btn-icon.cyan{color:#00d9ff}.mv-btn-icon.turquoise{color:#19e6d0}.mv-btn-arrow{color:#0077b6;transition:transform .2s}.btn-hero-mv:hover .mv-btn-arrow{transform:translate(4px)}.about-hero-meta{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffc7;border:1px solid #00d9ff40;border-radius:14px;align-items:center;gap:20px;width:fit-content;padding:14px 22px;display:flex}.meta-chip{flex-direction:column;display:flex}.meta-label{letter-spacing:.08em;color:#64748b;font-size:11px;font-weight:700}.meta-val{color:#061329;font-size:14px;font-weight:800}.meta-divider{background:#94a3b84d;width:1px;height:24px}.about-editorial-container{z-index:2;max-width:1400px;margin:0 auto;padding:0 32px;position:relative}.ambient-editorial-watermark{font-family:var(--font-heading,sans-serif);letter-spacing:-.04em;color:#0077b608;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:1;font-size:clamp(90px,13vw,200px);font-weight:900;line-height:1;position:absolute;top:50%;left:-20px;transform:translateY(-50%)}.ambient-editorial-watermark.watermark-right{left:auto;right:-20px}.ambient-editorial-watermark.watermark-center{left:50%;transform:translate(-50%,-50%)}.editorial-eyebrow{letter-spacing:.14em;color:#0077b6;text-transform:uppercase;align-items:center;gap:8px;margin-bottom:16px;font-size:13px;font-weight:800;display:inline-flex}.eyebrow-icon{color:#00d9ff}.editorial-section-title{color:#061329;letter-spacing:-.02em;margin-bottom:16px;font-size:clamp(38px,3.5vw,56px);font-weight:850;line-height:1.1}.editorial-section-subtitle{color:#475569;max-width:640px;font-size:18px;line-height:1.65}.about-editorial-intro-section{background:linear-gradient(#fff6 0%,#f0f9ff4d 100%);border-bottom:1px solid #e2e8f0cc;padding:110px 0 90px;position:relative;overflow:hidden}.intro-editorial-split{grid-template-columns:1fr 1.15fr;align-items:flex-start;gap:60px;display:grid}.editorial-main-headline{letter-spacing:-.025em;color:#061329;font-size:clamp(42px,3.8vw,62px);font-weight:850;line-height:1.08}.intro-lead-text{color:#1e293b;margin-bottom:20px;font-size:21px;font-weight:600;line-height:1.6}.intro-secondary-text{color:#475569;font-size:17px;line-height:1.68}.about-editorial-services-section{background:#ffffffb3;border-bottom:1px solid #e2e8f0cc;padding:110px 0}.services-editorial-hero-grid{grid-template-columns:1fr .9fr;align-items:center;gap:60px;margin-bottom:80px;display:grid}.services-editorial-title{letter-spacing:-.03em;color:#061329;margin-bottom:20px;font-size:clamp(46px,4.2vw,68px);font-weight:850;line-height:1.05}.services-editorial-subtitle{color:#475569;max-width:520px;font-size:18px;line-height:1.65}.about-tech-visual-stage{background:#ffffffe6;border:1.5px solid #00b4e640;border-radius:24px;justify-content:center;align-items:center;width:100%;padding:0;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s,border-color .4s;display:flex;position:relative;overflow:hidden;box-shadow:0 16px 44px #0b3b6014,0 0 35px #00d9ff14}.about-tech-visual-stage:hover{border-color:#00b4e680;transform:translateY(-4px);box-shadow:0 24px 50px #0b3b6024,0 0 45px #00d9ff29}.about-tech-visual-img{object-fit:cover;border-radius:22px;width:100%;height:auto;display:block}.section-subheading-bar{align-items:center;gap:16px;margin-bottom:32px;display:flex}.subheading-tag{letter-spacing:.1em;color:#0077b6;text-transform:uppercase;white-space:nowrap;font-size:12px;font-weight:800}.subheading-line{background:#0077b626;flex:1;height:1px}.capabilities-primary-grid{grid-template-columns:repeat(3,1fr);gap:28px;margin-bottom:70px;display:grid}.cap-card-primary{-webkit-backdrop-filter:blur(16px)saturate(160%);background:#ffffffd1;border:1.5px solid #00b4e638;border-radius:24px;flex-direction:column;padding:36px 32px;transition:all .35s cubic-bezier(.16,1,.3,1);display:flex;position:relative;box-shadow:0 12px 36px #0b3b600f,inset 0 0 15px #ffffff80}.cap-card-primary:hover{background:#fff;border-color:#00d9ff;transform:translateY(-8px);box-shadow:0 20px 48px #0077b626}.cap-primary-top{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.cap-num-large{color:#0077b6;font-family:monospace;font-size:28px;font-weight:900}.cap-cat-pill{color:#0077b6;background:#0077b614;border-radius:9999px;padding:4px 12px;font-size:12px;font-weight:700}.cap-icon-box{color:#0077b6;background:#00d9ff1a;border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:16px;transition:all .3s;display:flex}.cap-card-primary:hover .cap-icon-box{color:#00d9ff;background:#00d9ff33;transform:scale(1.06)}.cap-primary-title{color:#061329;margin-bottom:10px;font-size:22px;font-weight:800}.cap-primary-desc{color:#475569;font-size:15px;line-height:1.6}.cap-accent-bar{opacity:0;background:linear-gradient(90deg,#00d9ff 0%,#19e6d0 100%);border-radius:3px 3px 0 0;height:3px;transition:opacity .3s;position:absolute;bottom:0;left:32px;right:32px}.cap-card-primary:hover .cap-accent-bar{opacity:1}.capabilities-secondary-list{flex-direction:column;gap:14px;display:flex}.cap-row-secondary{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffb8;border:1px solid #00b4e62e;border-radius:18px;align-items:center;gap:24px;padding:20px 28px;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 6px 20px #0b3b600a}.cap-row-secondary:hover{background:#fff;border-color:#00d9ff73;transform:translate(6px);box-shadow:0 10px 28px #0077b61a}.cap-sec-num{color:#0077b6;flex-shrink:0;width:28px;font-family:monospace;font-size:16px;font-weight:800}.cap-sec-icon-wrap{color:#0077b6;background:#0077b614;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;transition:all .25s;display:flex}.cap-row-secondary:hover .cap-sec-icon-wrap{color:#00d9ff;background:#00d9ff26}.cap-sec-content{flex:1}.cap-sec-title{color:#061329;margin-bottom:2px;font-size:18px;font-weight:700}.cap-sec-desc{color:#64748b;font-size:14px}.cap-sec-tag{color:#64748b;background:#f1f5f9cc;border:1px solid #cbd5e180;border-radius:9999px;flex-shrink:0;padding:4px 12px;font-size:12px;font-weight:700}.about-editorial-mv-section{background:linear-gradient(#f0f9ff66 0%,#f8fafccc 100%);border-bottom:1px solid #e2e8f0cc;padding:110px 0}.mission-vision-editorial-split{grid-template-columns:1fr 1fr;gap:40px;display:grid}.mv-card-editorial{-webkit-backdrop-filter:blur(16px)saturate(160%);background:#ffffffd1;border:1.5px solid #00b4e638;border-radius:32px;padding:56px 48px;transition:all .35s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden;box-shadow:0 16px 44px #0b3b6012,inset 0 0 20px #fff9}.mv-card-editorial:hover{background:#fff;border-color:#00d9ff;transform:translateY(-8px);box-shadow:0 24px 56px #0077b626}.mv-number-bg{font-size:170px;font-weight:900;font-family:var(--font-heading,sans-serif);color:#0077b60d;pointer-events:none;-webkit-user-select:none;user-select:none;line-height:1;transition:color .3s;position:absolute;top:-20px;right:20px}.mv-card-editorial:hover .mv-number-bg{color:#00d9ff17}.mv-editorial-content{z-index:2;position:relative}.mv-eyebrow-pill{letter-spacing:.08em;border-radius:9999px;align-items:center;gap:8px;margin-bottom:24px;padding:6px 16px;font-size:12px;font-weight:800;display:inline-flex}.cyan-pill{color:#0077b6;background:#0077b61a}.turquoise-pill{color:#00a389;background:#19e6d01f}.mv-editorial-title{color:#061329;margin-bottom:18px;font-size:clamp(28px,2.5vw,38px);font-weight:850;line-height:1.2}.mv-editorial-body{color:#475569;font-size:17px;line-height:1.68}.mv-corner-glow{filter:blur(60px);opacity:.2;pointer-events:none;border-radius:50%;width:200px;height:200px;position:absolute;bottom:-40px;right:-40px}.mv-corner-glow.cyan{background:#00d9ff}.mv-corner-glow.turquoise{background:#19e6d0}.about-editorial-why-section{background:linear-gradient(#f8fafce6 0%,#f0f9ff80 100%);border-bottom:1px solid #e2e8f0cc;padding:110px 0}.why-editorial-statement{color:#0077b6;max-width:760px;margin:0 auto;font-size:clamp(22px,2vw,30px);font-style:italic;font-weight:700;line-height:1.4}.why-editorial-container{grid-template-columns:1fr 280px 1fr;align-items:center;gap:32px;margin-top:60px;display:grid}.why-column{flex-direction:column;gap:24px;display:flex}.why-editorial-card{-webkit-backdrop-filter:blur(14px)saturate(160%);background:#ffffffd1;border:1.5px solid #00b4e638;border-radius:20px;padding:30px;transition:all .3s cubic-bezier(.16,1,.3,1);box-shadow:0 10px 32px #0b3b600f}.why-editorial-card:hover{background:#fff;border-color:#00d9ff;transform:translateY(-6px);box-shadow:0 16px 40px #0077b61f}.why-card-top{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.why-num-tag{color:#0077b6;font-family:monospace;font-size:14px;font-weight:800}.why-check-dot{color:#0077b6;background:#0077b61a;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .3s;display:flex}.why-editorial-card:hover .why-check-dot{color:#00d9ff;background:#00d9ff2e}.why-card-title{color:#061329;margin-bottom:8px;font-size:19px;font-weight:800}.why-card-desc{color:#475569;font-size:15px;line-height:1.6}.why-central-visual-wrap{justify-content:center;align-items:center;display:flex}.why-glass-sphere{-webkit-backdrop-filter:blur(12px);background:radial-gradient(circle at 30% 30%,#00d9ff38 0%,#0077b61f 60%,#0613290d 100%);border:1.5px solid #00d9ff66;border-radius:50%;justify-content:center;align-items:center;width:250px;height:250px;display:flex;position:relative;box-shadow:0 0 50px #00d9ff40,inset 0 0 25px #ffffff80}.sphere-inner-core{background:radial-gradient(circle at 30% 30%,#00d9ff 0%,#0077b6 70%,#061329 100%);border-radius:50%;width:85px;height:85px;animation:6s ease-in-out infinite alternate orbPulse;box-shadow:0 0 35px #00d9ff99}@keyframes orbPulse{0%{transform:scale(.96)rotate(0)}to{transform:scale(1.04)rotate(15deg)}}.sphere-ring-a{border:1.5px dashed #00d9ff59;border-radius:50%;animation:22s linear infinite ringSpin;position:absolute;inset:-15px}.sphere-ring-b{border:1px dotted #19e6d04d;border-radius:50%;animation:35s linear infinite reverse ringSpin;position:absolute;inset:-32px}@keyframes ringSpin{to{transform:rotate(360deg)}}.sphere-svg-grid{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.sphere-floating-label{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#061329;white-space:nowrap;background:#fffffff2;border:1px solid #00d9ff66;border-radius:9999px;align-items:center;gap:6px;padding:6px 14px;font-size:12px;font-weight:800;display:inline-flex;position:absolute;bottom:-15px;box-shadow:0 8px 20px #0000001a}.label-icon-cyan{color:#00d9ff}.about-editorial-timeline-section{background:#ffffffb3;border-bottom:1px solid #e2e8f0cc;padding:110px 0 130px}.timeline-editorial-track-wrap{margin-top:70px;padding:30px 0;position:relative}.timeline-connecting-bar{z-index:1;background:#e2e8f0e6;border-radius:3px;height:3px;position:absolute;top:52px;left:40px;right:40px}.timeline-line-fill{transform-origin:0;background:linear-gradient(90deg,#0077b6 0%,#00d9ff 50%,#19e6d0 100%);border-radius:3px;width:100%;height:100%}.timeline-editorial-track{z-index:2;grid-template-columns:repeat(4,1fr);gap:24px;display:grid;position:relative}.timeline-editorial-step{flex-direction:column;align-items:flex-start;display:flex}.timeline-node-circle{background:#fff;border:2.5px solid #00d9ff;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:20px;transition:transform .3s;display:flex;box-shadow:0 0 16px #00d9ff66}.timeline-editorial-step:hover .timeline-node-circle{transform:scale(1.15)}.node-inner-dot{background:#0077b6;border-radius:50%;width:12px;height:12px}.timeline-year-tag{color:#0077b6;background:#0077b61a;border-radius:9999px;margin-bottom:16px;padding:4px 14px;font-size:13px;font-weight:800;display:inline-block}.timeline-step-card-glass{-webkit-backdrop-filter:blur(12px)saturate(160%);background:#ffffffd1;border:1px solid #00b4e633;border-radius:20px;width:100%;padding:28px;transition:all .3s cubic-bezier(.16,1,.3,1);box-shadow:0 10px 32px #0b3b600f}.timeline-editorial-step:hover .timeline-step-card-glass{background:#fff;border-color:#00d9ff;transform:translateY(-6px);box-shadow:0 16px 36px #0077b61f}.timeline-step-title{color:#061329;margin-bottom:10px;font-size:19px;font-weight:800}.timeline-step-desc{color:#475569;font-size:15px;line-height:1.6}.about-closing-statement-section{background:radial-gradient(circle,#00d9ff14 0%,#fff0 70%);padding:130px 0;position:relative;overflow:hidden}.editorial-closing-text{z-index:2;position:relative}.closing-statement-line1{color:#061329;letter-spacing:-.03em;margin-bottom:8px;font-size:clamp(28px,4.5vw,72px);font-weight:850;line-height:1.1}.closing-statement-line2{letter-spacing:-.03em;font-size:clamp(28px,4.5vw,72px);font-weight:850;line-height:1.1}@media (width<=1024px){.intro-editorial-split,.services-editorial-hero-grid,.mission-vision-editorial-split{grid-template-columns:1fr;gap:40px}.capabilities-primary-grid{grid-template-columns:repeat(2,1fr)}.why-editorial-container{grid-template-columns:1fr;gap:32px}.why-central-visual-wrap{order:-1;margin-bottom:20px}.timeline-editorial-track{grid-template-columns:repeat(2,1fr);gap:32px}.timeline-connecting-bar{display:none}}@media (width<=640px){.about-hero-section,.about-editorial-intro-section,.about-editorial-services-section,.about-editorial-mv-section,.about-editorial-why-section,.about-editorial-timeline-section,.about-closing-statement-section{padding:60px 20px}.about-hero-clean-wrap{max-width:100%}.about-editorial-container{padding:0 16px}.capabilities-primary-grid,.timeline-editorial-track{grid-template-columns:1fr}.cap-row-secondary{flex-direction:column;align-items:flex-start;gap:12px}.mv-card-editorial{padding:36px 24px}}@media (width<=480px){.about-hero-section,.about-editorial-intro-section,.about-editorial-services-section,.about-editorial-mv-section,.about-editorial-why-section,.about-editorial-timeline-section,.about-closing-statement-section{padding:45px 14px}.about-editorial-container{padding:0 8px}.mv-card-editorial{border-radius:18px;padding:24px 16px}.why-feature-editorial-card,.timeline-step-card-glass{padding:20px 16px}}@media (width<=360px){.about-hero-section,.about-editorial-intro-section,.about-editorial-services-section,.about-editorial-mv-section,.about-editorial-why-section,.about-editorial-timeline-section,.about-closing-statement-section{padding:35px 10px}.mv-card-editorial{border-radius:16px;padding:18px 12px}}.services-page-root{color:#0f172a;width:100%;min-height:100vh;font-family:var(--font-sans,system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif);position:relative;overflow-x:hidden}.services-hero-section{background:radial-gradient(circle at 70% 30%,#00d9ff14 0%,#fff0 70%),radial-gradient(circle at 10% 80%,#0284c70f 0%,#fff0 60%);justify-content:center;align-items:center;min-height:90vh;padding:100px 32px 60px;display:flex;position:relative}.services-hero-glass-bg{pointer-events:none;-webkit-backdrop-filter:blur(8px);z-index:1;background:#ffffff73;position:absolute;inset:0}.services-hero-container{z-index:2;width:100%;max-width:1440px;margin:0 auto;position:relative}.services-breadcrumb{color:#475569;align-items:center;gap:8px;margin-bottom:24px;font-size:14px;font-weight:500;display:inline-flex}.services-hero-grid{grid-template-columns:1.15fr .85fr;align-items:center;gap:48px;display:grid}.services-badge-pill{letter-spacing:.08em;color:#0077b6;text-transform:uppercase;background:#00d9ff1a;border:1px solid #00d9ff59;border-radius:9999px;align-items:center;gap:8px;margin-bottom:20px;padding:6px 16px;font-size:13px;font-weight:700;display:inline-flex}.services-hero-title{letter-spacing:-.025em;color:#061329;margin-bottom:20px;font-size:clamp(52px,3.8vw,68px);font-weight:800;line-height:1.05}.services-hero-subtitle{color:#334155;max-width:640px;margin-bottom:32px;font-size:18px;line-height:1.65}.services-hero-actions{flex-wrap:wrap;gap:16px;margin-bottom:40px;display:flex}.btn-services-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#061329 0%,#0077b6 100%);border:none;border-radius:12px;align-items:center;gap:10px;padding:14px 28px;font-size:16px;font-weight:600;transition:all .25s;display:inline-flex;box-shadow:0 10px 25px -5px #0077b666}.btn-services-primary:hover{background:linear-gradient(135deg,#0077b6 0%,#00d9ff 100%);transform:translateY(-2px);box-shadow:0 14px 30px -5px #00d9ff80}.btn-services-secondary{color:#061329;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffc;border:1px solid #0077b640;border-radius:12px;align-items:center;gap:10px;padding:14px 24px;font-size:16px;font-weight:600;transition:all .25s;display:inline-flex}.btn-services-secondary:hover{background:#fff;border-color:#00d9ff;transform:translateY(-2px);box-shadow:0 8px 20px #0000000f}.hero-mini-stats{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffb3;border:1px solid #00d9ff33;border-radius:16px;align-items:center;gap:24px;width:fit-content;padding:16px 24px;display:flex}.mini-stat-item{flex-direction:column;display:flex}.stat-number{color:#0077b6;font-size:1.25rem;font-weight:800}.stat-label{color:#64748b;letter-spacing:.05em;font-size:11px;font-weight:600}.stat-divider{background:#94a3b84d;width:1px;height:28px}.services-hero-stage-wrap{justify-content:center;align-items:center;display:flex}.glass-orb-stage{justify-content:center;align-items:center;width:460px;height:460px;display:flex;position:relative}.orb-connection-svg{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;inset:0}.conn-line{stroke:#00d9ff47;stroke-width:1.5px;stroke-dasharray:4 4;animation:4s ease-in-out infinite alternate linePulse}@keyframes linePulse{0%{stroke-opacity:.2;stroke-dashoffset:0}to{stroke-opacity:.6;stroke-dashoffset:20px}}.orb-core-sphere{z-index:2;background:radial-gradient(circle at 30% 30%,#00d9ff 0%,#0077b6 60%,#061329 100%);border-radius:50%;width:170px;height:170px;animation:6s ease-in-out infinite alternate orbPulse;position:relative;box-shadow:0 0 65px #00d9ff8c,inset 0 0 32px #ffffff73}.orb-ring{border:1.5px dashed #00d9ff66;border-radius:50%;animation:18s linear infinite ringSpin;position:absolute}.ring-1{inset:-20px}.ring-4{border:1px dotted #00d9ff33;animation-duration:45s;inset:-80px}.floating-service-pill{-webkit-backdrop-filter:blur(14px);font-family:var(--font-heading,sans-serif);color:#061329;white-space:nowrap;cursor:pointer;z-index:5;background:#ffffffeb;border:1.5px solid #00d9ff66;border-radius:9999px;outline:none;align-items:center;gap:.55rem;padding:.55rem 1.15rem;font-size:.82rem;font-weight:800;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;position:absolute;box-shadow:0 8px 24px #0b3b6014}.floating-service-pill:hover{background:#fff;border-color:#00d9ff;transform:scale(1.05);box-shadow:0 12px 32px #00d9ff59}.floating-service-pill.is-active{background:#fff;border-color:#00d9ff;box-shadow:0 0 0 3px #00d9ff4d,0 12px 32px #00d9ff59}.floating-service-pill.pos-top-center{top:10px;left:50%;transform:translate(-50%)}.floating-service-pill.pos-top-left{top:95px;left:-5px}.floating-service-pill.pos-top-right{top:95px;right:-5px}.floating-service-pill.pos-bottom-left{bottom:95px;left:-5px}.floating-service-pill.pos-bottom-right{bottom:95px;right:-5px}.floating-service-pill.pos-bottom-center{bottom:10px;left:50%;transform:translate(-50%)}.float-phase-1{animation:5s ease-in-out infinite alternate floatP1}.float-phase-2{animation:6s ease-in-out infinite alternate floatP2}.float-phase-3{animation:5.5s ease-in-out infinite alternate floatP3}.float-phase-4{animation:6.5s ease-in-out infinite alternate floatP4}.float-phase-5{animation:5.2s ease-in-out infinite alternate floatP5}.float-phase-6{animation:5.8s ease-in-out infinite alternate floatP6}@keyframes floatP1{}@keyframes floatP2{}@keyframes floatP3{}@keyframes floatP4{}@keyframes floatP5{}@keyframes floatP6{}.cap-icon.cyan{color:#00d9ff}.cap-icon.blue{color:#0077b6}.cap-icon.teal{color:#19e6d0}.cap-icon.emerald{color:#10b981}.services-infinite-marquee-section{background:0 0;border-top:1px solid #e2e8f099;border-bottom:1px solid #e2e8f099;align-items:center;width:100%;height:140px;display:flex;position:relative;overflow:hidden}.marquee-auto-viewport{white-space:nowrap;width:100%;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 8% 92%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 8% 92%,#0000 100%)}.marquee-auto-track{will-change:transform;align-items:center;animation:38s linear infinite autoInfiniteMarquee;display:inline-flex}@keyframes autoInfiniteMarquee{0%{transform:translate(0%)}to{transform:translate(-50%)}}.marquee-auto-group{align-items:center;gap:36px;padding-right:36px;display:inline-flex}.marquee-word-navy{text-transform:uppercase;color:#061329;letter-spacing:.02em;font-size:clamp(2.5rem,5.5vw,5rem);font-weight:900}.marquee-word-outline{text-transform:uppercase;color:#0000;-webkit-text-stroke:1.5px #1677ff;letter-spacing:.02em;font-size:clamp(2.5rem,5.5vw,5rem);font-weight:900}.marquee-star{color:#00d9ff;font-size:2rem}.services-editorial-section{background:#ffffff80;border-bottom:1px solid #e2e8f0cc;padding:100px 32px}.editorial-container{text-align:center;-webkit-backdrop-filter:blur(12px)saturate(160%);background:#ffffffc7;border:1px solid #00b4e638;border-radius:24px;max-width:1000px;margin:0 auto;padding:3rem 2.5rem;box-shadow:0 10px 36px #0b3b6012,inset 0 0 20px #fff9}.editorial-label{letter-spacing:.12em;color:#0077b6;text-transform:uppercase;margin-bottom:16px;font-size:12px;font-weight:700;display:inline-block}.editorial-headline{color:#061329;margin-bottom:24px;font-size:clamp(42px,3.5vw,58px);font-weight:800;line-height:1.1}.editorial-paragraph{color:#475569;font-size:18px;line-height:1.68}.services-cinematic-editorial-section{background:linear-gradient(#f8fafce6 0%,#f0f9ff80 100%);min-height:100vh;padding:90px 32px 110px;position:relative}.cinematic-editorial-container{max-width:1440px;margin:0 auto}.cinematic-editorial-grid{grid-template-columns:1.2fr .88fr;align-items:flex-start;gap:4%;display:grid}.editorial-services-left{flex-direction:column;gap:16px;padding-top:10px;padding-bottom:20px;display:flex}.editorial-service-item{cursor:pointer;border-radius:16px;padding:14px 18px;transition:all .4s cubic-bezier(.16,1,.3,1);position:relative}.editorial-service-item.is-active{-webkit-backdrop-filter:blur(12px)saturate(160%);background:#ffffffc7;border:1px solid #00b4e638;box-shadow:0 10px 32px #0b3b6012,inset 0 0 15px #fff9}.editorial-service-item.is-inactive:hover{background:#ffffff73}.editorial-service-header{align-items:baseline;gap:14px;display:flex}.editorial-service-top-num{color:#0077b6;letter-spacing:.05em;min-width:26px;font-family:monospace;font-size:14px;font-weight:800}.editorial-service-title{letter-spacing:-.025em;font-size:clamp(30px,2.5vw,42px);font-weight:750;line-height:1.1;transition:color .4s,opacity .4s,transform .4s}.editorial-service-item.is-active .editorial-service-title{color:#061329;opacity:1;transform:translateY(0)scale(1.015)}.editorial-service-item.is-inactive .editorial-service-title{color:#475569;opacity:.45;transform:translateY(2px)scale(.99)}.editorial-service-item:hover.is-inactive .editorial-service-title{opacity:.8;color:#0077b6}.editorial-active-bar{background:linear-gradient(90deg,#00d9ff 0%,#19e6d0 100%);border-radius:3px;width:64px;height:3px;margin-top:8px;margin-bottom:10px;margin-left:40px;animation:.4s cubic-bezier(.16,1,.3,1) forwards barExpand}@keyframes barExpand{0%{opacity:0;width:0}to{opacity:1;width:64px}}.editorial-service-details{max-width:520px;margin-top:10px;margin-left:40px;animation:.45s cubic-bezier(.16,1,.3,1) forwards detailsFadeIn}@keyframes detailsFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.editorial-service-subtitle{color:#0077b6;margin-bottom:10px;font-size:17px;font-weight:600;line-height:1.5}.editorial-service-desc{color:#475569;margin-bottom:16px;font-size:15px;line-height:1.6}.editorial-tags-row{flex-wrap:wrap;gap:8px;margin-bottom:16px;display:flex}.editorial-tag-chip{color:#061329;background:#fff;border:1px solid #00d9ff40;border-radius:9999px;align-items:center;gap:6px;padding:6px 14px;font-size:13px;font-weight:600;display:inline-flex;box-shadow:0 2px 6px #00000008}.tag-icon{color:#0077b6}.editorial-tools-strip{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:18px;display:flex}.tools-label{color:#64748b;font-size:13px;font-weight:700}.tool-pill{color:#0077b6;background:#00d9ff14;border:1px solid #00d9ff40;border-radius:6px;padding:4px 10px;font-size:12px;font-weight:700}.editorial-service-cta{color:#061329;cursor:pointer;background:#fff;border:1.5px solid #00d9ff66;border-radius:12px;align-items:center;gap:10px;margin-top:10px;padding:12px 24px;font-size:15px;font-weight:700;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 4px 14px #00d9ff1f}.editorial-service-cta:hover{color:#0077b6;background:#fff;border-color:#00d9ff;transform:translateY(-2px);box-shadow:0 8px 24px #00d9ff4d}.editorial-service-cta:hover .cta-arrow{color:#00d9ff;transform:translate(5px)}.cta-arrow{transition:transform .25s,color .25s}.editorial-services-right{justify-content:center;align-items:flex-start;display:flex;position:relative}.sticky-art-canvas-container{aspect-ratio:4/5;background:#fff;border:1.5px solid #00b4e640;border-radius:28px;justify-content:center;align-items:center;width:100%;max-width:520px;height:auto;display:flex;position:sticky;top:90px;overflow:hidden;box-shadow:0 20px 50px #0b3b601a,0 0 35px #00d9ff1f}.art-neutral-structure{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.neutral-sphere-ring{border:2px dashed #00d9ff80;border-radius:50%;animation:18s linear infinite neutralRingSpin;position:absolute}.ring-n1{border-color:#00d9ff99;inset:-20px;box-shadow:0 0 30px #00d9ff40}.ring-n2{border-style:solid;border-color:#0284c773;animation-duration:24s;animation-direction:reverse;inset:-45px}.ring-n3{border-color:#19e6d066;animation-duration:32s;inset:-70px}@keyframes neutralRingSpin{to{transform:rotate(360deg)}}.art-glass-panel{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.art-visual-item{opacity:0;pointer-events:none;flex-direction:column;justify-content:center;align-items:center;padding:0;transition:opacity .5s cubic-bezier(.16,1,.3,1),transform .5s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;inset:0;transform:scale(.97)}.art-visual-item.is-active{opacity:1;pointer-events:auto;transform:scale(1)}.art-ambient-glow{filter:blur(95px);opacity:.35;pointer-events:none;border-radius:50%;width:380px;height:380px;position:absolute}.service-image-frame{width:100%;height:100%;box-shadow:none;background:#fff;border:none;border-radius:28px;justify-content:center;align-items:center;transition:transform .3s ease-out;display:flex;position:relative;overflow:hidden}.default-welcome-frame{text-align:center;background:#fff;border:none;padding:0}.default-welcome-content{z-index:5;flex-direction:column;align-items:center;gap:1.25rem;max-width:440px;display:flex;position:relative}.welcome-glow-icon{background:#00d9ff14;border:1.5px solid #00d9ff4d;border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;animation:4s ease-in-out infinite alternate welcomePulse;display:flex;box-shadow:0 0 35px #00d9ff40,inset 0 0 15px #00d9ff26}@keyframes welcomePulse{0%{transform:scale(.96);box-shadow:0 0 25px #00d9ff33}to{transform:scale(1.04);box-shadow:0 0 45px #00d9ff66}}.text-cyan-glow{color:#00d9ff;filter:drop-shadow(0 0 12px #00d9ff)}.welcome-frame-title{color:#061329;letter-spacing:-.02em;margin:0;font-size:clamp(1.5rem,2vw,1.85rem);font-weight:800}.welcome-frame-subtitle{color:#64748b;margin:0;font-size:.95rem;line-height:1.6}.welcome-pills-row{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-top:.5rem;display:flex}.welcome-chip{color:#0077b6;letter-spacing:.04em;text-transform:uppercase;background:#00d9ff14;border:1px solid #00d9ff40;border-radius:9999px;padding:.35rem .85rem;font-size:.75rem;font-weight:700}.service-visual-image{object-fit:contain;object-position:center;border-radius:28px;width:100%;max-width:100%;height:100%;max-height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1);display:block}.service-image-glass-overlay{display:none}.art-visual-item.is-active:hover .service-visual-image{transform:scale(1.02)}.art-caption-overlay{z-index:10;-webkit-backdrop-filter:blur(14px);background:#ffffffeb;border:1px solid #00b4e64d;border-radius:9999px;align-items:center;gap:10px;padding:7px 16px;display:flex;position:absolute;bottom:24px;left:28px;box-shadow:0 4px 18px #0b3b601f}.art-num-tag{color:#0077b6;letter-spacing:.08em;font-family:monospace;font-size:13px;font-weight:800}.art-title-tag{color:#061329;letter-spacing:.04em;text-transform:uppercase;font-size:13px;font-weight:750}.services-partner-3d-section{color:#fff;text-align:center;background:#061329;padding:100px 32px}.services-partner-container{max-width:1200px;margin:0 auto}.partner-section-header{margin-bottom:50px}.partner-section-title{color:#fff;font-size:clamp(36px,3.5vw,52px);font-weight:800;line-height:1.15}.partner-orbital-wrapper{flex-direction:column;align-items:center;gap:40px;display:flex;position:relative}.partner-center-sphere-stage{justify-content:center;align-items:center;width:140px;height:140px;display:flex;position:relative}.center-glass-orb{background:radial-gradient(circle at 30% 30%,#00d9ff 0%,#0077b6 60%,#061329 100%);border-radius:50%;width:120px;height:120px;box-shadow:0 0 50px #00d9ff99,inset 0 0 25px #fff6}.partner-pillars-grid{flex-wrap:wrap;justify-content:center;gap:16px;max-width:900px;display:flex}.partner-pillar-chip{cursor:pointer;background:#ffffff0f;border:1px solid #00d9ff33;border-radius:16px;flex-direction:column;padding:14px 24px;transition:all .3s;display:flex}.partner-pillar-chip:hover,.partner-pillar-chip.is-hovered{background:#00d9ff26;border-color:#00d9ff;transform:translateY(-4px);box-shadow:0 10px 25px #00d9ff4d}.pillar-chip-label{color:#00d9ff;letter-spacing:.1em;font-family:monospace;font-size:13px;font-weight:800}.pillar-chip-full{color:#fff;font-size:15px;font-weight:700}.services-final-cta{background:radial-gradient(circle,#0284c714 0%,#fff0 70%);padding:100px 32px}.final-cta-container{max-width:1000px;margin:0 auto}.final-cta-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);text-align:center;background:#ffffffd9;border:1.5px solid #00d9ff4d;border-radius:32px;padding:60px 48px;position:relative;box-shadow:0 20px 50px #0077b614}.final-cta-badge{color:#0077b6;letter-spacing:.08em;background:#0077b61a;border-radius:9999px;align-items:center;gap:8px;margin-bottom:20px;padding:6px 16px;font-size:12px;font-weight:700;display:inline-flex}.final-cta-title{color:#061329;margin-bottom:16px;font-size:clamp(36px,3.5vw,52px);font-weight:800}.final-cta-desc{color:#475569;max-width:640px;margin:0 auto 36px;font-size:18px;line-height:1.65}.final-cta-actions{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.btn-cta-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#061329 0%,#0077b6 100%);border:none;border-radius:12px;align-items:center;gap:10px;padding:14px 32px;font-size:16px;font-weight:700;transition:all .25s;display:inline-flex;box-shadow:0 10px 25px -5px #0077b666}.btn-cta-primary:hover{background:linear-gradient(135deg,#0077b6 0%,#00d9ff 100%);transform:translateY(-2px)}.btn-cta-secondary{color:#061329;cursor:pointer;background:0 0;border:1px solid #06132933;border-radius:12px;align-items:center;padding:14px 28px;font-size:16px;font-weight:600;transition:all .25s;display:inline-flex}.btn-cta-secondary:hover{background:#0613290d}@media (width<=1280px){.editorial-service-title{font-size:clamp(38px,3.5vw,48px)}}@media (width<=1024px){.services-hero-grid{text-align:center;grid-template-columns:1fr;gap:40px}.services-hero-subtitle{margin-left:auto;margin-right:auto}.services-hero-actions{justify-content:center}.hero-mini-stats{margin:0 auto}.services-hero-stage-wrap{justify-content:center}.cinematic-editorial-grid{grid-template-columns:1fr;gap:48px}.editorial-services-right{justify-content:center;width:100%;display:flex}.sticky-art-canvas-container{aspect-ratio:4/5;width:100%;max-width:440px;height:auto;max-height:none;position:relative;top:0}}@media (width<=640px){.editorial-service-title{font-size:clamp(32px,6vw,42px)}.services-hero-section,.services-editorial-section,.services-cinematic-editorial-section,.services-partner-3d-section,.services-final-cta{padding:60px 20px}.final-cta-card{padding:40px 24px}.sticky-art-canvas-container{aspect-ratio:4/5;max-width:360px;height:auto}.art-3d-geometry-wrap{width:190px;height:190px}.glass-orb-stage{width:320px;height:320px}.orb-core-sphere{width:120px;height:120px}.floating-service-pill{padding:.4rem .8rem;font-size:.72rem}.floating-service-pill.pos-top-center{top:0}.floating-service-pill.pos-top-left{top:60px;left:-10px}.floating-service-pill.pos-top-right{top:60px;right:-10px}.floating-service-pill.pos-bottom-left{bottom:60px;left:-10px}.floating-service-pill.pos-bottom-right{bottom:60px;right:-10px}.floating-service-pill.pos-bottom-center{bottom:0}}@media (width<=480px){.services-hero-section,.services-editorial-section,.services-cinematic-editorial-section,.services-partner-3d-section,.services-final-cta{padding:45px 14px}.glass-orb-stage{width:270px;height:270px}.orb-core-sphere{width:95px;height:95px}.floating-service-pill{padding:.3rem .6rem;font-size:.68rem}.floating-service-pill.pos-top-left{top:50px;left:-4px}.floating-service-pill.pos-top-right{top:50px;right:-4px}.floating-service-pill.pos-bottom-left{bottom:50px;left:-4px}.floating-service-pill.pos-bottom-right{bottom:50px;right:-4px}.final-cta-card{border-radius:18px;padding:30px 16px}.sticky-art-canvas-container{aspect-ratio:4/5;max-width:320px;height:auto}}@media (width<=360px){.services-hero-section,.services-editorial-section,.services-cinematic-editorial-section,.services-partner-3d-section,.services-final-cta{padding:35px 10px}.glass-orb-stage{width:240px;height:240px}.orb-core-sphere{width:80px;height:80px}.floating-service-pill{padding:.25rem .5rem;font-size:.62rem}.sticky-art-canvas-container{aspect-ratio:4/5;max-width:280px;height:auto}}.portfolio-page-root{color:#fff;background:0 0;min-height:100vh;padding:6rem 0 4rem;position:relative;overflow-x:hidden}.portfolio-page-root:before{content:"";pointer-events:none;z-index:1;filter:blur(60px);background:radial-gradient(circle,#00d9ff1f 0%,#00d9ff00 70%);border-radius:50%;width:650px;height:650px;position:absolute;top:-10%;left:20%}.portfolio-page-root:after{content:"";pointer-events:none;z-index:1;filter:blur(60px);background:radial-gradient(circle,#0284c71f 0%,#0284c700 70%);border-radius:50%;width:550px;height:550px;position:absolute;bottom:12%;right:15%}.portfolio-page-container{z-index:2;max-width:1320px;margin:0 auto;padding:0 1.5rem;position:relative}.portfolio-top-header{text-align:left;margin-bottom:2rem}.portfolio-breadcrumb{color:#94a3b8;align-items:center;gap:.5rem;margin-bottom:1.25rem;font-size:.85rem;display:flex}.breadcrumb-link{color:#94a3b8;cursor:pointer;background:0 0;border:none;padding:0;font-size:.85rem;font-weight:500;transition:color .2s}.portfolio-header-badge{color:#00d9ff;letter-spacing:.06em;text-transform:uppercase;background:#00d9ff14;border:1px solid #00d9ff40;border-radius:50px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.35rem .95rem;font-size:.75rem;font-weight:700;display:inline-flex}.portfolio-main-heading{letter-spacing:-.02em;color:#fff;flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:.85rem;font-size:clamp(2.4rem,5.5vw,3.8rem);font-weight:900;line-height:1.1;display:flex}.showcase-title,.text-gradient{font-family:var(--font-heading);letter-spacing:-.02em;background:linear-gradient(135deg,#00d9ff 0%,#0077b6 100%);-webkit-text-fill-color:transparent;opacity:1;-webkit-background-clip:text;font-weight:900;display:inline-block}.portfolio-main-subtitle{color:#94a3b8;max-width:820px;margin-bottom:1.75rem;font-size:clamp(1rem,1.8vw,1.15rem);line-height:1.65}.portfolio-nav-summary{border-radius:var(--border-radius-md,14px);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0d1628bf;border:1px solid #00d9ff2e;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;padding:1rem 1.4rem;display:flex}.portfolio-status-indicator{color:#cbd5e1;letter-spacing:.04em;align-items:center;gap:.65rem;font-size:.85rem;display:flex}.status-dot{background:#00d9ff;border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite pulseGlow;box-shadow:0 0 10px #00d9ff}.portfolio-status-indicator strong{color:#00d9ff;font-weight:800}.portfolio-quick-stepper{align-items:center;gap:.5rem;display:inline-flex}.stepper-btn{color:#fff;cursor:pointer;background:#ffffff14;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.stepper-btn:hover{color:#070d19;background:#00d9ff;border-color:#00d9ff;box-shadow:0 0 12px #00d9ff66}.stepper-count{color:#94a3b8;font-variant-numeric:tabular-nums;padding:0 .4rem;font-size:.82rem;font-weight:700}.portfolio-showcase-section{width:100%;padding:2.5rem 0 3.5rem;position:relative;overflow:hidden}.showcase-scroll-viewport{width:100%;position:relative;overflow-x:hidden}.showcase-horizontal-track{will-change:transform;align-items:stretch;gap:2rem;width:max-content;padding:1.5rem 2rem 2.5rem;display:flex}.slanted-project-block{cursor:pointer;outline:none;flex-shrink:0;width:370px;transition:transform .35s cubic-bezier(.16,1,.3,1);position:relative}.slanted-card-frame{-webkit-backdrop-filter:blur(14px);background:#0d1628c7;border:1px solid #00d9ff29;border-radius:20px;flex-direction:column;height:100%;transition:all .35s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;box-shadow:0 12px 32px #070d1966,inset 0 0 15px #ffffff08}.slanted-card-frame:before{content:"";opacity:.5;z-index:4;background:linear-gradient(90deg,#00d9ff,#0077b6,#0000);height:3px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.slanted-card-inner{box-sizing:border-box;flex-direction:column;height:100%;padding:1.4rem;display:flex}.slanted-project-block:hover .slanted-card-frame{border-color:#00d9ff8c;transform:translateY(-8px);box-shadow:0 20px 45px #00d9ff29,0 0 25px #00d9ff26}.slanted-project-block:hover .slanted-card-frame:before{opacity:1}.slanted-project-block.is-selected .slanted-card-frame{background:#0f1c34e6;border-color:#00d9ff;transform:translateY(-4px);box-shadow:0 0 35px #00d9ff4d,inset 0 0 20px #00d9ff1a}.slanted-project-block.is-selected .slanted-card-frame:before{opacity:1;background:linear-gradient(90deg,#00d9ff 0%,#19e6d0 100%);height:4px}.slanted-project-block:focus-visible .slanted-card-frame{outline-offset:4px;outline:2px solid #00d9ff}.card-top-bar{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.card-number-badge{font-family:var(--font-heading);color:#00d9ff;letter-spacing:.05em;background:#00d9ff1a;border:1px solid #00d9ff4d;border-radius:6px;padding:.2rem .65rem;font-size:.95rem;font-weight:900}.card-select-pill{letter-spacing:.05em;font-size:.72rem;font-weight:700}.pill-active{color:#070d19;background:#00d9ff;border-radius:50px;align-items:center;gap:.3rem;padding:.25rem .65rem;font-weight:800;display:inline-flex;box-shadow:0 0 12px #00d9ff80}.pill-idle{color:#94a3b8;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:50px;align-items:center;gap:.3rem;padding:.25rem .65rem;transition:all .2s;display:inline-flex}.slanted-project-block:hover .pill-idle{color:#fff;background:#00d9ff1a;border-color:#00d9ff59}.card-visual-box{background:#070d19;border:1px solid #ffffff14;border-radius:12px;width:100%;height:180px;margin-bottom:1.25rem;position:relative;overflow:hidden}.card-visual-img{object-fit:cover;width:100%;height:100%;transition:transform .5s cubic-bezier(.16,1,.3,1)}.slanted-project-block:hover .card-visual-img{transform:scale(1.08)}.card-visual-overlay{opacity:0;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#070d1999;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.slanted-project-block:hover .card-visual-overlay{opacity:1}.card-inspect-hint{color:#070d19;background:#00d9ff;border-radius:50px;align-items:center;gap:.4rem;padding:.45rem .9rem;font-size:.78rem;font-weight:800;display:inline-flex;box-shadow:0 4px 14px #00d9ff66}.card-diagonal-accent{filter:blur(15px);pointer-events:none;background:#00d9ff26;width:60px;height:60px;position:absolute;bottom:-20px;right:-20px}.card-info-box{margin-bottom:1.1rem}.card-category-tag{color:#00d9ff;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.35rem;font-size:.72rem;font-weight:700;display:inline-block}.card-project-name{font-family:var(--font-heading);color:#fff;letter-spacing:.01em;margin-bottom:.45rem;font-size:1.45rem;font-weight:900;line-height:1.2;transition:color .2s}.slanted-project-block:hover .card-project-name,.slanted-project-block.is-selected .card-project-name{color:#00d9ff}.card-short-summary{color:#94a3b8;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.84rem;line-height:1.5;display:-webkit-box;overflow:hidden}.card-mini-tags{flex-wrap:wrap;gap:.35rem;margin-top:auto;margin-bottom:1.25rem;display:flex}.mini-tag-pill{color:#cbd5e1;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;padding:.2rem .55rem;font-size:.7rem;font-weight:600}.card-bottom-link{letter-spacing:.06em;color:#00d9ff;border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;padding-top:.85rem;font-size:.75rem;font-weight:800;display:flex}.link-arrow-icon{transition:transform .25s}.slanted-project-block:hover .link-arrow-icon{transform:translate(4px)}.portfolio-details-wrapper{margin:1.5rem 0 4.5rem}.portfolio-details-card{background:linear-gradient(135deg,#0d1628e6 0%,#071426f2 100%);border:1px solid #00d9ff40;border-radius:24px;padding:2.75rem;position:relative;overflow:hidden;box-shadow:0 24px 60px #070d1980,inset 0 0 35px #00d9ff0f}.portfolio-details-card:before{content:"";pointer-events:none;background:radial-gradient(circle,#00d9ff26 0%,#0000 70%);border-radius:50%;width:250px;height:250px;position:absolute;top:-50px;right:-50px}.details-header-row{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-bottom:1.5rem;display:flex}.details-number-badge{color:#00d9ff;letter-spacing:.08em;text-transform:uppercase;background:#00d9ff1a;border:1px solid #00d9ff4d;border-radius:50px;margin-bottom:.65rem;padding:.25rem .75rem;font-size:.8rem;font-weight:800;display:inline-block}.details-project-title{font-family:var(--font-heading);color:#fff;letter-spacing:-.01em;margin-bottom:.35rem;font-size:clamp(2rem,4vw,3rem);font-weight:900;line-height:1.1}.details-project-category{color:#00d9ff;font-size:1.1rem;font-weight:600}.details-modal-btn{white-space:nowrap}.details-description-box{border-bottom:1px solid #ffffff1a;margin-bottom:2.25rem;padding-bottom:1.75rem}.details-description-text{color:#cbd5e1;max-width:1050px;font-size:1.15rem;line-height:1.7}.details-specs-grid{grid-template-columns:1fr 1.3fr 1.3fr;gap:1.5rem;margin-bottom:2.25rem;display:grid}.glass-spec-card{background:#070d1999;border:1px solid #ffffff17;border-radius:16px;flex-direction:column;padding:1.5rem;transition:all .25s;display:flex}.glass-spec-card:hover{background:#0d1628b3;border-color:#00d9ff4d}.spec-title{letter-spacing:.08em;text-transform:uppercase;color:#94a3b8;align-items:center;gap:.5rem;margin-bottom:.9rem;font-size:.75rem;font-weight:800;display:flex}.spec-icon{color:#00d9ff}.spec-value-main{color:#fff;margin-bottom:.35rem;font-size:1.2rem}.spec-meta-note{color:#64748b;margin-top:auto;font-size:.8rem}.spec-tags-flow{flex-wrap:wrap;gap:.45rem;display:flex}.spec-pill-tag{border-radius:8px;padding:.3rem .75rem;font-size:.78rem;font-weight:600}.srv-pill{color:#00d9ff;background:#00d9ff14;border:1px solid #00d9ff40}.tech-pill{color:#e2e8f0;background:#ffffff0f;border:1px solid #ffffff24}.details-footer-row{border-top:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;padding-top:1.5rem;display:flex}.details-features-preview{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.features-eyebrow{color:#94a3b8;letter-spacing:.06em;font-size:.75rem;font-weight:800}.features-inline-list{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.feature-item-inline{color:#cbd5e1;align-items:center;gap:.4rem;font-size:.82rem;display:inline-flex}.feature-check-icon{color:#10b981}.details-contact-btn{white-space:nowrap;padding:.7rem 1.4rem;font-size:.9rem}.portfolio-cta-banner{background:linear-gradient(135deg,#0d1628e6 0%,#071426f2 100%);border:1px solid #00d9ff40;border-radius:24px;justify-content:space-between;align-items:center;gap:2.5rem;margin-top:3rem;padding:3rem 3.5rem;display:flex;box-shadow:0 20px 50px #0000004d,inset 0 0 30px #00d9ff0d}.cta-eyebrow{color:#00d9ff;letter-spacing:.08em;margin-bottom:.5rem;font-size:.75rem;font-weight:800;display:inline-block}.cta-heading{color:#fff;margin-bottom:.75rem;font-size:clamp(1.5rem,3vw,2.1rem);font-weight:900}.cta-desc{color:#94a3b8;max-width:650px;font-size:.95rem;line-height:1.6}.cta-btn{white-space:nowrap}@media (width<=1200px){.details-specs-grid{grid-template-columns:1fr;gap:1rem}}@media (width<=1023px){.showcase-scroll-viewport{-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;padding-bottom:1rem;overflow-x:auto}.showcase-horizontal-track{gap:1.25rem;padding:1rem 1.5rem}.slanted-project-block{scroll-snap-align:start;width:320px}.portfolio-details-card{padding:2rem 1.5rem}.portfolio-cta-banner{padding:2.5rem 2rem}}@media (width<=768px){.portfolio-page-root{padding:4.5rem 0 3rem}.portfolio-details-wrapper{margin-bottom:3rem}.details-header-row{flex-direction:column;align-items:flex-start}.details-modal-btn{justify-content:center;width:100%}.details-footer-row{flex-direction:column;align-items:flex-start}.details-contact-btn{justify-content:center;width:100%}.portfolio-cta-banner{text-align:center;flex-direction:column;gap:1.5rem;padding:2rem 1.5rem}.cta-desc{margin:0 auto}.cta-btn{justify-content:center;width:100%}}@media (width<=480px){.portfolio-page-container{padding:0 .85rem}.slanted-project-block{width:min(280px,100vw - 40px)}.portfolio-details-card{border-radius:18px;padding:1.35rem 1rem}.project-hero-title{font-size:1.5rem}.portfolio-cta-banner{border-radius:18px;padding:1.5rem 1rem}}@media (width<=360px){.portfolio-page-container{padding:0 .5rem}.slanted-project-block{width:min(250px,100vw - 28px)}.portfolio-details-card{border-radius:16px;padding:1.15rem .75rem}.project-hero-title{font-size:1.35rem}}@media (prefers-reduced-motion:reduce){.slanted-project-block,.slanted-card-frame,.card-visual-img{transition:none!important;transform:none!important}.slanted-card-inner{transform:none!important}.showcase-scroll-viewport{overflow-x:auto}}.team-section-home{z-index:2;background:0 0;padding:100px 0;position:relative;overflow:hidden}.team-bg-3d-ring{pointer-events:none;z-index:0;border:1.5px dashed #00d9ff33;border-radius:50%;width:500px;height:500px;animation:40s linear infinite slowRingRotate;position:absolute;top:20%;right:-5%;box-shadow:0 0 80px #00d9ff0d}@keyframes slowRingRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.home-team-grid{z-index:2;grid-template-columns:44% 52%;align-items:center;gap:4%;margin-top:48px;display:grid;position:relative}.home-team-list-left{flex-direction:column;gap:14px;display:flex}.home-team-row{-webkit-backdrop-filter:blur(12px)saturate(160%);cursor:pointer;background:#ffffffc7;border:1px solid #00b4e638;border-radius:20px;align-items:center;gap:20px;padding:18px 24px;transition:all .35s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 8px 24px #0b3b600d,inset 0 0 15px #ffffff80}.home-team-row:hover,.home-team-row.is-active{background:#fff;border-color:#00d9ff;transform:translate(8px);box-shadow:0 10px 28px #00d9ff26}.row-num{color:#0077b6;flex-shrink:0;min-width:26px;font-family:monospace;font-size:14px;font-weight:800}.row-info-wrap{overflow-wrap:anywhere;word-break:break-word;flex-direction:column;flex:1;min-width:0;display:flex}.row-name{color:#061329;font-size:clamp(1rem,2vw,1.2rem);font-weight:800;line-height:1.25;transition:color .3s}.home-team-row.is-active .row-name{color:#0077b6}.row-role{color:#64748b;font-size:clamp(.78rem,1.8vw,.88rem);font-weight:500;line-height:1.35}.row-chevron-icon{color:#94a3b8;flex-shrink:0;transition:transform .3s,color .3s}.home-team-row:hover .row-chevron-icon,.home-team-row.is-active .row-chevron-icon{color:#00d9ff;transform:translate(4px)}.home-team-preview-right{justify-content:center;align-items:center;width:100%;display:flex;position:relative}.home-team-card-frame{aspect-ratio:4/5;will-change:transform;background:#061329;border:1.5px solid #00d9ff4d;border-radius:32px;width:100%;max-width:620px;height:500px;transition:transform .2s ease-out;position:relative;overflow:hidden;box-shadow:0 30px 60px -15px #06132966,0 0 45px #00d9ff33}.home-team-card-layer{opacity:0;pointer-events:none;transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1);position:absolute;inset:0;transform:scale(.96)}.home-team-card-layer.layer-active{opacity:1;pointer-events:auto;transform:scale(1)}.home-card-inner{box-sizing:border-box;flex-direction:column;justify-content:space-between;width:100%;height:100%;padding:32px;display:flex;position:relative}.home-card-top-bar{z-index:5;justify-content:space-between;align-items:center;display:flex}.home-card-num{color:#00d9ff;letter-spacing:.1em;font-family:monospace;font-size:13px;font-weight:800}.home-card-brand{color:#ffffff80;letter-spacing:.05em;text-transform:uppercase;font-size:12px;font-weight:700}.home-card-img{object-fit:cover;object-position:center 3%;width:100%;height:100%;position:absolute;inset:0}.home-card-placeholder{background:radial-gradient(circle at 50% 35%,#00d9ff2e 0%,#0b1f3af2 75%);flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.home-placeholder-orb{background:#00d9ff1a;border:1.5px solid #00d9ff59;border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;margin-bottom:12px;display:flex;box-shadow:0 0 30px #00d9ff4d}.home-placeholder-tag{color:#00d9ff;letter-spacing:.1em;font-family:monospace;font-size:11px;font-weight:800}.home-card-bottom-info{z-index:5;background:linear-gradient(#06132900 0%,#061329f2 100%);padding-top:24px;position:relative}.home-card-accent-bar{border-radius:3px;width:48px;height:3px;margin-bottom:10px}.home-card-name{color:#fff;letter-spacing:-.02em;word-break:break-word;margin-bottom:4px;font-size:clamp(1.2rem,3.5vw,1.5rem);font-weight:850}.home-card-role{color:#cbd5e1;word-break:break-word;margin-bottom:14px;font-size:clamp(.82rem,2.2vw,.94rem);font-weight:500}.home-card-explore-btn{color:#00d9ff;cursor:pointer;background:#ffffff1a;border:1.5px solid #00d9ff59;border-radius:10px;align-items:center;gap:8px;padding:8px 16px;font-size:13px;font-weight:700;transition:all .25s;display:inline-flex}.home-card-explore-btn:hover{color:#0077b6;background:#fff;border-color:#00d9ff;transform:translateY(-2px);box-shadow:0 6px 18px #00d9ff4d}@media (width<=1024px){.team-section-home{padding:60px 0}.home-team-grid{grid-template-columns:1fr;gap:36px;margin-top:32px}.home-team-card-frame{max-width:440px;height:420px;margin:0 auto}}@media (width<=768px){.team-section-home{padding:40px 0}.home-team-grid{gap:28px;margin-top:24px}.home-team-row{border-radius:16px;gap:14px;padding:14px 18px}.home-team-card-frame{border-radius:24px;max-width:380px;height:390px}.home-card-inner{padding:24px}}@media (width<=480px){.home-team-row{border-radius:14px;gap:10px;padding:12px 14px}.home-team-card-frame{border-radius:20px;max-width:330px;height:360px}.home-card-inner{padding:18px}}@media (width<=375px){.home-team-row{gap:8px;padding:10px 12px}.row-num{min-width:20px;font-size:12px}.home-team-card-frame{border-radius:18px;max-width:280px;height:340px}.home-card-inner{padding:14px}.home-placeholder-orb{width:70px;height:70px}}.team-page-root{color:#061329;width:100%;min-height:100vh;font-family:var(--font-sans,system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif);position:relative;overflow-x:hidden}.team-hero-section,.ratnakar-hero-section,.team-main-presentation-section,.team-marquee-scroller,.our-team-intro-section,.about-team-section,.team-cards-grid-section,.team-interactive-showcase-section,.team-quote-section,.team-bottom-animation-section,.team-final-cta-section{z-index:2;position:relative}.ratnakar-hero-section,.team-hero-section{background:radial-gradient(circle at 50% 30%,#00d9ff14 0%,#fff0 70%);padding:100px 32px 60px;position:relative}.team-hero-container{z-index:2;-webkit-backdrop-filter:blur(12px)saturate(160%);background:#ffffffc7;border:1px solid #00b4e638;border-radius:32px;width:100%;max-width:1320px;margin:0 auto;padding:3.5rem 3rem;position:relative;box-shadow:0 10px 36px #0b3b6012,inset 0 0 20px #fff9}.team-breadcrumb{color:#475569;align-items:center;gap:8px;margin-bottom:24px;font-size:14px;font-weight:500;display:inline-flex}.breadcrumb-link:hover{color:#0077b6;text-decoration:underline}.team-badge-pill{letter-spacing:.08em;color:#0077b6;text-transform:uppercase;background:#00d9ff1a;border:1px solid #00d9ff59;border-radius:9999px;align-items:center;gap:8px;margin-bottom:20px;padding:6px 16px;font-size:13px;font-weight:700;display:inline-flex}.badge-sparkle-icon{color:#00d9ff}.team-hero-title{letter-spacing:-.025em;color:#061329;margin-bottom:16px;font-size:clamp(48px,4vw,64px);font-weight:800;line-height:1.1}.team-hero-subtitle{color:#475569;max-width:680px;margin:0 auto;font-size:19px;line-height:1.6}.team-main-presentation-section{background:linear-gradient(#f8fafce6 0%,#f0f9ff80 100%);padding:70px 32px 100px;position:relative}.team-presentation-container{max-width:1440px;margin:0 auto}.ceo-asymmetric-grid{grid-template-columns:52% 44%;align-items:center;gap:4%;display:grid}.ceo-info-left{text-align:left;flex-direction:column;align-items:flex-start;display:flex}.ceo-position-tag{color:#0077b6;letter-spacing:.1em;text-transform:uppercase;margin-bottom:12px;font-family:monospace;font-size:13px;font-weight:800}.ceo-name-heading{letter-spacing:-.03em;color:#061329;margin-bottom:12px;font-size:clamp(38px,3.6vw,54px);font-weight:850;line-height:1.08}.ceo-title-meta{color:#0077b6;align-items:center;gap:8px;margin-bottom:14px;font-size:16px;font-weight:750;display:flex}.meta-bullet{color:#94a3b8;font-weight:600}.meta-company{color:#334155}.ceo-location-badge{color:#475569;background:#fff;border:1px solid #00d9ff40;border-radius:9999px;align-items:center;gap:6px;margin-bottom:20px;padding:5px 14px;font-size:13.5px;font-weight:600;display:inline-flex;box-shadow:0 2px 8px #0000000a}.location-pin-icon{color:#00d9ff}.ceo-bio-block{flex-direction:column;gap:12px;max-width:580px;margin-bottom:24px;display:flex}.ceo-bio-paragraph{color:#334155;text-align:left;margin:0;font-size:.96rem;font-weight:500;line-height:1.68}.ceo-socials-block{flex-direction:column;gap:10px;margin-top:4px;display:flex}.socials-label{letter-spacing:.08em;color:#64748b;text-transform:uppercase;font-size:12px;font-weight:750}.social-buttons-row{align-items:center;gap:12px;display:flex}.social-btn{color:#061329;background:#fff;border:1.5px solid #00d9ff4d;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 4px 12px #0000000a}.social-btn:hover{color:#0077b6;background:#fff;border-color:#00d9ff;transform:translateY(-3px);box-shadow:0 8px 20px #00d9ff59}.ceo-portrait-right{justify-content:center;align-items:center;display:flex;position:relative}.signature-3d-sculpture{pointer-events:none;z-index:1;width:220px;height:220px;position:absolute;top:-40px;right:-40px}.sculpture-orb-core{width:100%;height:100%;position:relative}.sculpture-ring{border:1.5px dashed #00d9ff73;border-radius:50%;animation:20s linear infinite orbSpin;position:absolute}.ring-1{border-color:#00d9ff80;inset:0}.ring-2{border-style:solid;border-color:#0284c759;animation-duration:14s;animation-direction:reverse;inset:30px}.ring-3{border-color:#19e6d066;animation-duration:28s;inset:60px}@keyframes orbSpin{to{transform:rotate(360deg)}}.ceo-portrait-card-wrap{z-index:2;aspect-ratio:4/5;background:#061329;border:1.5px solid #00d9ff4d;border-radius:32px;width:100%;max-width:620px;height:clamp(540px,68vh,660px);transition:box-shadow .4s,border-color .4s;position:relative;overflow:hidden;box-shadow:0 30px 60px -15px #06132966,0 0 45px #00d9ff33}.ceo-portrait-card-wrap:hover{border-color:#00d9ff;box-shadow:0 35px 75px -15px #06132980,0 0 60px #00d9ff59}.ceo-portrait-inner-frame{will-change:transform;justify-content:center;align-items:center;width:100%;height:100%;transition:transform .2s ease-out;display:flex;position:relative}.portrait-glass-backdrop{background:radial-gradient(circle at 40% 30%,#00d9ff26 0%,#061329f2 80%);position:absolute;inset:0}.portrait-cyan-glow-edge{pointer-events:none;border:1px solid #00d9ff40;border-radius:32px;position:absolute;inset:0}.ceo-portrait-img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1)}.ceo-portrait-card-wrap:hover .ceo-portrait-img{transform:scale(1.04)}.ceo-portrait-placeholder{text-align:center;background:radial-gradient(circle at 50% 35%,#00d9ff2e 0%,#0b1f3af2 75%);flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:40px;display:flex;position:relative}.placeholder-pattern-grid{opacity:.4;background-image:radial-gradient(#00d9ff33 1px,#0000 1px);background-size:24px 24px;position:absolute;inset:0}.placeholder-center-emblem{z-index:5;flex-direction:column;align-items:center;gap:14px;display:flex;position:relative}.emblem-orb{background:#00d9ff1f;border:1.5px solid #00d9ff66;border-radius:50%;justify-content:center;align-items:center;width:110px;height:110px;animation:4s ease-in-out infinite alternate emblemPulse;display:flex;box-shadow:0 0 35px #00d9ff59}@keyframes emblemPulse{0%{transform:scale(.96);box-shadow:0 0 25px #00d9ff40}to{transform:scale(1.04);box-shadow:0 0 45px #00d9ff80}}.emblem-icon{color:#00d9ff}.placeholder-name-tag{color:#fff;letter-spacing:-.02em;font-size:22px;font-weight:800}.placeholder-title-tag{color:#00d9ff;letter-spacing:.1em;font-family:monospace;font-size:12px;font-weight:700}.placeholder-status-badge{letter-spacing:.08em;color:#ffffff80;background:#ffffff0f;border:1px solid #ffffff26;border-radius:9999px;margin-top:8px;padding:4px 12px;font-size:10px;font-weight:700}.portrait-card-overlay{inset-x:0;opacity:0;pointer-events:none;background:linear-gradient(#06132900 0%,#061329f2 100%);align-items:flex-end;padding:32px;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;bottom:0;transform:translateY(12px)}.ceo-portrait-card-wrap:hover .portrait-card-overlay{opacity:1;transform:translateY(0)}.overlay-content{flex-direction:column;gap:4px;display:flex}.overlay-location{color:#00d9ff;align-items:center;gap:4px;font-size:12px;font-weight:600;display:inline-flex}.overlay-name{color:#fff;font-size:20px;font-weight:800}.overlay-title{color:#cbd5e1;font-size:14px}.team-marquee-scroller{background:0 0;border-top:1px solid #e2e8f080;border-bottom:1px solid #e2e8f080;align-items:center;width:100%;height:120px;display:flex;position:relative;overflow:hidden}.marquee-scroller-track{white-space:nowrap;letter-spacing:.04em;color:#0613291f;text-transform:uppercase;align-items:center;gap:32px;font-size:clamp(2.2rem,4vw,3.8rem);font-weight:900;animation:36s linear infinite teamMarqueeLoop;display:inline-flex}@keyframes teamMarqueeLoop{0%{transform:translate(0%)}to{transform:translate(-50%)}}.marquee-star{color:#00d9ff}.founder-photo-card-frame{aspect-ratio:3/4;background:#061329;border:1.5px solid #00d9ff59;border-radius:28px;justify-content:center;align-items:center;width:100%;max-width:480px;height:clamp(520px,62vh,620px);transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;box-shadow:0 24px 55px #06132947,0 0 35px #00d9ff1f}.founder-photo-card-frame:hover{border-color:#00d9ff;transform:translateY(-4px);box-shadow:0 30px 65px #06132959,0 0 45px #00d9ff4d}.founder-photo-img{object-fit:cover;object-position:center 3%;border-radius:28px;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1)}.founder-photo-card-frame:hover .founder-photo-img{transform:scale(1.03)}.founder-card-footer{inset-x:0;z-index:3;pointer-events:none;background:linear-gradient(#06132900 0%,#061329d9 45%,#061329fa 100%);flex-direction:column;gap:.2rem;padding:2.2rem 1.75rem 1.35rem;display:flex;position:absolute;bottom:0}.founder-footer-name{color:#fff;letter-spacing:-.015em;font-size:1.3rem;font-weight:850}.founder-footer-role{color:#00d9ff;letter-spacing:.05em;text-transform:uppercase;font-size:.8rem;font-weight:750;font-family:var(--font-heading,sans-serif)}.about-team-editorial-section{z-index:2;padding:40px 32px 60px;position:relative}.about-team-editorial-container{width:100%;max-width:1320px;margin:0 auto}.about-team-editorial-card{-webkit-backdrop-filter:blur(12px)saturate(160%);background:#ffffffc7;border:1px solid #00b4e638;border-radius:32px;padding:3.5rem 3rem;box-shadow:0 10px 36px #0b3b6012,inset 0 0 20px #fff9}.about-team-two-col-grid{grid-template-columns:56% 40%;align-items:center;gap:4%;display:grid}.about-team-text-col{text-align:left;flex-direction:column;align-items:flex-start;display:flex}.about-team-badge{letter-spacing:.08em;color:#0077b6;text-transform:uppercase;background:#00d9ff1a;border:1px solid #00d9ff59;border-radius:9999px;align-items:center;gap:8px;margin-bottom:18px;padding:6px 16px;font-size:13px;font-weight:700;display:inline-flex}.about-team-main-heading{letter-spacing:-.025em;color:#061329;margin-bottom:10px;font-size:clamp(34px,3.4vw,48px);font-weight:850;line-height:1.15}.about-team-subheading{color:#0077b6;letter-spacing:-.01em;margin-bottom:24px;font-size:clamp(17px,1.7vw,21px);font-weight:700;line-height:1.4}.about-team-body-paragraphs{flex-direction:column;gap:1.15rem;max-width:820px;margin-bottom:0;display:flex}.about-team-para{color:#334155;text-align:left;margin:0;font-size:1.02rem;font-weight:500;line-height:1.72}.about-team-closing-statement{border-top:1.5px solid #00b4e638;width:100%;margin-top:2.5rem;padding-top:1.75rem}.closing-statement-text{color:#061329;letter-spacing:-.02em;width:100%;margin:0;font-size:clamp(1.35rem,2.1vw,1.85rem);font-weight:850;line-height:1.4}.highlight-cyan{color:#0077b6;background:linear-gradient(135deg,#0077b6 0%,#00d9ff 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.about-team-visual-col{justify-content:center;align-items:center;width:100%;display:flex}.about-team-photo-frame{background:#061329;border:1.5px solid #00d9ff59;border-radius:24px;justify-content:center;align-items:center;width:100%;transition:all .35s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;box-shadow:0 20px 45px #06132929,0 0 30px #00d9ff1f}.about-team-photo-frame:hover{border-color:#00d9ff;transform:translateY(-3px);box-shadow:0 25px 55px #06132938,0 0 45px #00d9ff40}.about-team-group-img{aspect-ratio:16/10.5;object-fit:cover;object-position:center center;border-radius:22px;width:100%;height:auto;transition:transform .6s cubic-bezier(.16,1,.3,1);display:block}.about-team-photo-frame:hover .about-team-group-img{transform:scale(1.02)}.team-bottom-animation-section{z-index:2;width:100%;padding:60px 0 100px;position:relative}.bottom-animation-header{text-align:center;margin-bottom:28px;padding:0 32px}.section-badge-center{letter-spacing:.08em;color:#0077b6;text-transform:uppercase;background:#00d9ff1a;border:1px solid #00d9ff59;border-radius:9999px;align-items:center;gap:8px;padding:6px 18px;font-size:13px;font-weight:700;display:inline-flex}.bottom-animation-stage-wrapper{border-radius:28px;width:100%;position:relative;overflow:hidden;box-shadow:0 20px 50px #0613291f}.team-final-cta-section{background:radial-gradient(circle,#0284c714 0%,#fff0 70%);padding:100px 32px}.team-cta-container{max-width:1000px;margin:0 auto}.team-cta-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);text-align:center;background:#ffffffd9;border:1.5px solid #00d9ff4d;border-radius:32px;padding:60px 48px;position:relative;box-shadow:0 20px 50px #0077b614}.cta-badge{color:#0077b6;letter-spacing:.08em;background:#0077b61a;border-radius:9999px;align-items:center;gap:8px;margin-bottom:20px;padding:6px 16px;font-size:12px;font-weight:700;display:inline-flex}.cta-title{color:#061329;margin-bottom:16px;font-size:clamp(32px,3.2vw,48px);font-weight:800}.cta-desc{color:#475569;max-width:640px;margin:0 auto 36px;font-size:18px;line-height:1.65}.cta-actions{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.btn-team-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#061329 0%,#0077b6 100%);border:none;border-radius:12px;align-items:center;gap:10px;padding:14px 32px;font-size:16px;font-weight:700;transition:all .25s;display:inline-flex;box-shadow:0 10px 25px -5px #0077b666}.btn-team-primary:hover{background:linear-gradient(135deg,#0077b6 0%,#00d9ff 100%);transform:translateY(-2px)}.btn-team-secondary{color:#061329;cursor:pointer;background:0 0;border:1px solid #06132933;border-radius:12px;align-items:center;padding:14px 28px;font-size:16px;font-weight:600;transition:all .25s;display:inline-flex}.btn-team-secondary:hover{background:#0613290d}@media (width<=1280px){.team-hero-container,.about-team-editorial-container{max-width:100%}}@media (width<=1024px){.ratnakar-hero-section,.team-hero-section{padding:60px 20px 40px}.team-hero-container{border-radius:26px;padding:2.5rem 2rem}.ceo-asymmetric-grid{grid-template-columns:1fr;gap:36px}.ceo-info-left{text-align:left;align-items:flex-start;width:100%}.ceo-portrait-right{width:100%}.founder-photo-card-frame{width:100%;max-width:400px;margin:0 auto}.signature-3d-sculpture{display:none}.about-team-editorial-section{padding:30px 20px 50px}.about-team-editorial-card{border-radius:26px;padding:2.5rem 2rem}.about-team-two-col-grid{grid-template-columns:1fr;gap:32px}.about-team-photo-frame{max-width:440px;margin:0 auto}}@media (width<=768px){.ratnakar-hero-section,.team-hero-section{padding:36px 16px 30px}.team-hero-container{border-radius:20px;padding:1.75rem 1.35rem}.team-badge-pill{margin-bottom:14px;padding:5px 12px;font-size:11px}.ceo-name-heading{margin-bottom:8px;font-size:clamp(2rem,5.5vw,2.6rem)}.ceo-title-meta{flex-wrap:wrap;gap:6px;margin-bottom:12px;font-size:.95rem}.ceo-location-badge{margin-bottom:16px;padding:4px 12px;font-size:12.5px}.ceo-bio-block{gap:10px;margin-bottom:20px}.ceo-bio-paragraph{font-size:.92rem;line-height:1.62}.ceo-socials-block{gap:8px}.social-buttons-row{gap:10px}.social-btn{width:44px;min-width:44px;height:44px;min-height:44px}.founder-photo-card-frame{border-radius:22px;max-width:340px}.about-team-editorial-section{padding:20px 16px 40px}.about-team-editorial-card{border-radius:20px;padding:1.75rem 1.35rem}.about-team-main-heading{font-size:clamp(1.8rem,4.5vw,2.3rem)}.about-team-subheading{margin-bottom:18px;font-size:clamp(1rem,2.6vw,1.15rem)}.about-team-body-paragraphs{gap:.9rem;margin-bottom:0}.about-team-closing-statement{margin-top:1.75rem;padding-top:1.35rem}.closing-statement-text{font-size:clamp(1.15rem,2.5vw,1.45rem)}}@media (width<=640px){.desktop-only-br{display:none}.about-team-photo-frame{border-radius:20px;min-height:320px}.team-group-ambient-canvas{padding:2rem 1.5rem}.group-card-title{font-size:1.3rem}.group-card-desc{font-size:.88rem}}@media (width<=480px){.ratnakar-hero-section,.team-hero-section{padding:24px 12px}.team-hero-container{border-radius:18px;padding:1.35rem 1rem}.ceo-name-heading{font-size:1.95rem}.founder-photo-card-frame{max-width:310px}.about-team-editorial-section{padding:16px 12px 30px}.about-team-editorial-card{border-radius:18px;padding:1.35rem 1rem}.about-team-photo-frame{min-height:290px}}@media (width<=375px){.ratnakar-hero-section,.team-hero-section{padding:18px 8px 20px}.team-hero-container{border-radius:16px;padding:1.15rem .85rem}.ceo-name-heading{font-size:1.75rem}.ceo-title-meta{font-size:.88rem}.founder-photo-card-frame{border-radius:18px;max-width:275px}.about-team-editorial-card{border-radius:16px;padding:1.15rem .85rem}}.careers-page-root{z-index:2;background:0 0;min-height:100vh;padding-bottom:6rem;position:relative}.careers-hero-section{padding:6.5rem 0 2.5rem;position:relative}.careers-hero-container{max-width:1240px;margin:0 auto;padding:0 2rem}.careers-top-header{margin-bottom:2rem}.careers-breadcrumb{align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.85rem;display:flex}.careers-main-heading{color:#061329;letter-spacing:-.04em;margin:.25rem 0 0;font-size:clamp(2.4rem,4.5vw,4rem);font-weight:900;line-height:1.05}.careers-two-panel-grid{grid-template-columns:1fr 1fr;align-items:stretch;gap:2rem;display:grid}.careers-panel{-webkit-backdrop-filter:blur(12px)saturate(160%);background:#ffffffc7;border:1px solid #00b4e638;border-radius:24px;flex-direction:column;height:100%;padding:2.25rem;transition:all .35s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 10px 36px #0b3b6012,inset 0 0 20px #fff9}.careers-panel:hover{border-color:#00d9ff73;box-shadow:0 14px 44px #0b3b601c}.panel-header{border-bottom:1px solid #00b4e62e;margin-bottom:1.5rem;padding-bottom:.85rem}.panel-eyebrow{font-family:var(--font-heading,sans-serif);letter-spacing:.1em;color:#0077b6;text-transform:uppercase;margin-bottom:.35rem;font-size:.76rem;font-weight:800;display:block}.panel-title{color:#061329;letter-spacing:-.03em;margin:0;font-size:clamp(1.6rem,2.4vw,2.2rem);font-weight:850}.panel-body{flex-direction:column;flex:1;justify-content:flex-start;gap:1rem;display:flex}.panel-intro-text{color:#475569;margin-bottom:.25rem;font-size:.95rem;font-weight:500;line-height:1.6}.why-features-grid{flex:1;grid-template-columns:repeat(2,1fr);gap:.85rem;margin-top:.25rem;display:grid}.why-feature-card{background:#ffffffc7;border:1px solid #00b4e633;border-radius:16px;flex-direction:column;padding:1.1rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 4px 12px #06132908}.why-feature-card:hover{background:#fffffffa;border-color:#00d9ff;transform:translateY(-5px);box-shadow:0 10px 24px #00d9ff2e}.why-card-header-row{justify-content:space-between;align-items:center;margin-bottom:.65rem;display:flex}.why-feature-num{font-family:var(--font-heading,sans-serif);color:#0077b6;letter-spacing:.05em;background:#0077b614;border-radius:8px;padding:.2rem .55rem;font-size:.78rem;font-weight:850}.why-feature-title{color:#061329;margin-bottom:.35rem;font-size:.92rem;font-weight:850;line-height:1.25}.why-feature-desc{color:#64748b;margin:0;font-size:.81rem;line-height:1.45}.why-icon-box{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.why-icon-box.cyan{color:#0077b6;background:#00d9ff1f}.why-icon-box.blue{color:#0077b6;background:#0077b61f}.why-icon-box.teal{color:#0f766e;background:#19e6d024}.join-options-list{flex-direction:column;flex:1;gap:.85rem;display:flex}.join-option-card{cursor:pointer;text-align:left;background:#ffffffd9;border:1.5px solid #e2e8f0e6;border-radius:18px;outline:none;justify-content:space-between;align-items:center;gap:1.25rem;width:100%;padding:1.1rem 1.35rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.join-option-card:hover{background:#fff;border-color:#00d9ff99;transform:translate(4px);box-shadow:0 8px 24px #00d9ff26}.join-option-card.is-selected{background:#fff;border-color:#00d9ff;transform:translate(6px);box-shadow:0 0 0 3px #00d9ff40,0 10px 28px #00d9ff33}.join-option-content{flex-direction:column;flex:1;gap:.2rem;display:flex}.join-option-num{font-family:var(--font-heading,sans-serif);color:#0077b6;letter-spacing:.08em;font-size:.74rem;font-weight:850;display:inline-block}.join-option-label{color:#061329;letter-spacing:-.01em;margin:0;font-size:1.05rem;font-weight:850;line-height:1.2;transition:color .2s}.join-option-desc{color:#64748b;margin:0;font-size:.84rem;font-weight:500;line-height:1.45;transition:color .2s}.join-option-card.is-selected .join-option-label{color:#0077b6}.join-option-card.is-selected .join-option-desc{color:#334155}.join-option-arrow-wrap{background:#0077b614;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;transition:all .3s;display:flex}.join-arrow-icon{color:#0077b6;transition:transform .3s,color .3s}.join-option-card:hover .join-arrow-icon,.join-option-card.is-selected .join-arrow-icon{color:#00d9ff;transform:translate(4px)}.join-option-card.is-selected .join-option-arrow-wrap{background:linear-gradient(135deg,#061329 0%,#0077b6 100%)}.join-option-card.is-selected .join-arrow-icon{color:#fff}.careers-interface-section{padding:1rem 0 3rem}.careers-container{max-width:1240px;margin:0 auto;padding:0 2rem}.careers-main-card{-webkit-backdrop-filter:blur(12px)saturate(160%);border-radius:var(--border-radius-xl,24px);background:#ffffffc7;border:1px solid #00b4e638;padding:3rem;box-shadow:0 10px 36px #0b3b6012,inset 0 0 20px #fff9}.careers-card-header{border-bottom:1.5px solid #e2e8f0cc;margin-bottom:2.25rem;padding-bottom:1.25rem}.section-label{font-family:var(--font-heading,sans-serif);letter-spacing:.1em;color:#0077b6;text-transform:uppercase;margin-bottom:.35rem;font-size:.78rem;font-weight:800;display:block}.section-title{color:#061329;letter-spacing:-.02em;font-size:1.85rem;font-weight:850}.careers-interface-grid{grid-template-columns:36% 60%;align-items:start;gap:4%;display:grid}.careers-category-col{flex-direction:column;gap:.85rem;display:flex}.col-header-tag{color:#94a3b8;letter-spacing:.08em;font-family:monospace;font-size:.75rem;font-weight:800}.careers-category-list{flex-direction:column;gap:.75rem;display:flex}.category-item-btn{cursor:pointer;text-align:left;background:#f8fafccc;border:1.5px solid #e2e8f0e6;border-radius:16px;outline:none;justify-content:space-between;align-items:center;padding:1.1rem 1.25rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.category-item-btn:hover{background:#fff;border-color:#00d9ff80;transform:translate(4px);box-shadow:0 8px 20px #00d9ff1f}.category-item-btn.is-selected{background:#fff;border-color:#00d9ff;transform:translate(6px);box-shadow:0 10px 25px #00d9ff33}.cat-item-left{flex-direction:column;gap:.3rem;display:flex}.cat-dept-chip{color:#0077b6;letter-spacing:.04em;text-transform:uppercase;font-size:.72rem;font-weight:800}.cat-title-text{color:#061329;font-size:.98rem;font-weight:800}.cat-arrow-icon{color:#cbd5e1;transition:transform .3s,color .3s}.category-item-btn:hover .cat-arrow-icon,.category-item-btn.is-selected .cat-arrow-icon{color:#00d9ff;transform:translate(4px)}.careers-description-col{background:#f8fafcd9;border:1.5px solid #00d9ff4d;border-radius:20px;flex-direction:column;gap:1.35rem;padding:2rem;display:flex}.description-header-strip{border-bottom:1px solid #e2e8f0e6;justify-content:space-between;align-items:center;padding-bottom:1rem;display:flex}.desc-tag{font-family:var(--font-heading,sans-serif);letter-spacing:.08em;color:#0077b6;text-transform:uppercase;font-size:.78rem;font-weight:800}.desc-location-badge{color:#475569;background:#ffffffe6;border:1px solid #e2e8f0e6;border-radius:9999px;align-items:center;gap:.4rem;padding:.3rem .75rem;font-size:.82rem;font-weight:700;display:inline-flex}.description-content-wrap{flex-direction:column;gap:1.35rem;transition:opacity .15s;display:flex}.description-content-wrap.is-masking{opacity:.3}.job-desc-title{color:#061329;letter-spacing:-.02em;font-size:1.65rem;font-weight:850}.job-desc-meta-chips{flex-wrap:wrap;gap:.65rem;display:flex}.meta-badge{color:#334155;background:#fff;border:1px solid #e2e8f0e6;border-radius:9999px;align-items:center;gap:.45rem;padding:.4rem .85rem;font-size:.82rem;font-weight:700;display:inline-flex}.job-desc-block{flex-direction:column;gap:.5rem;display:flex}.block-label{color:#061329;letter-spacing:-.01em;font-size:.95rem;font-weight:800}.block-para{color:#475569;font-size:.95rem;line-height:1.65}.desc-bullet-list{flex-direction:column;gap:.55rem;margin:0;padding:0;list-style:none;display:flex}.desc-bullet-list li{color:#334155;align-items:flex-start;gap:.6rem;font-size:.92rem;line-height:1.55;display:flex}.bullet-check{flex-shrink:0;margin-top:.15rem}.bullet-check.cyan{color:#00d9ff}.bullet-check.teal{color:#0077b6}.job-desc-actions{border-top:1.5px solid #e2e8f0e6;flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:1rem;margin-top:.75rem;padding-top:1.25rem;display:flex}.btn-apply-primary{color:#fff;font-family:var(--font-heading,sans-serif);letter-spacing:.04em;cursor:pointer;word-break:break-all;background:linear-gradient(135deg,#061329 0%,#0077b6 100%);border:1.5px solid #00d9ff66;border-radius:12px;outline:none;align-items:center;gap:.65rem;padding:.85rem 1.8rem;font-size:.9rem;font-weight:800;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 8px 22px #0077b659}.btn-apply-primary:hover{color:#061329;background:linear-gradient(135deg,#0077b6 0%,#00d9ff 100%);transform:translateY(-2px);box-shadow:0 12px 28px #00d9ff73}@media (width<=1024px){.careers-two-panel-grid{grid-template-columns:1fr;gap:1.5rem}.careers-interface-grid{grid-template-columns:1fr;gap:2rem}}@media (width<=640px){.careers-main-card{padding:1.75rem}.careers-description-col{padding:1.25rem}.job-desc-actions{flex-direction:column;align-items:stretch}.btn-apply-primary{justify-content:center;width:100%}.careers-panel{padding:1.5rem}.why-features-grid{grid-template-columns:1fr}}@media (width<=480px){.careers-hero-container{padding:0 1rem}.careers-hero-section{padding:4.5rem 0 1.5rem}.careers-main-card{border-radius:18px;padding:1.25rem .85rem}.careers-panel{border-radius:18px;padding:1.25rem 1rem}.careers-description-col{border-radius:16px;padding:1rem .75rem}.job-item-card{padding:1rem .75rem}.btn-apply-primary{padding:.75rem 1.2rem;font-size:.82rem}}@media (width<=360px){.careers-hero-container{padding:0 .5rem}.careers-main-card{border-radius:16px;padding:1rem .65rem}.careers-panel{border-radius:16px;padding:1rem .75rem}}.dev-modal-backdrop{-webkit-backdrop-filter:blur(8px);z-index:4000;background:#06132973;justify-content:center;align-items:center;width:100vw;height:100vh;padding:1.5rem;animation:.45s cubic-bezier(.16,1,.3,1) forwards devModalBackdropFadeIn;display:flex;position:fixed;inset:0}@keyframes devModalBackdropFadeIn{0%{opacity:0}to{opacity:1}}.dev-modal-card{-webkit-backdrop-filter:blur(18px)saturate(180%);text-align:center;background:#fffffff0;border:1.5px solid #00b4e647;border-radius:24px;flex-direction:column;align-items:center;width:min(92vw,440px);padding:2.25rem 2rem 2rem;animation:.45s cubic-bezier(.16,1,.3,1) forwards devModalCardEnter;display:flex;position:relative;overflow:hidden;box-shadow:0 24px 60px #0b3b6029,0 0 45px #00d9ff26,inset 0 0 20px #ffffffb3}@keyframes devModalCardEnter{0%{opacity:0;transform:translateY(16px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.dev-modal-glow{pointer-events:none;filter:blur(20px);background:radial-gradient(circle,#00d9ff40 0%,#0077b600 70%);border-radius:50%;width:220px;height:120px;position:absolute;top:-40px;left:50%;transform:translate(-50%)}.dev-modal-close-btn{color:#64748b;cursor:pointer;z-index:2;background:#0077b60f;border:1px solid #00b4e633;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;padding:0;transition:all .25s;display:flex;position:absolute;top:1.1rem;right:1.1rem}.dev-modal-close-btn:hover{color:#0077b6;background:#00d9ff24;border-color:#00d9ff66;transform:rotate(90deg)}.dev-modal-icon-container{z-index:1;background:linear-gradient(135deg,#00d9ff29 0%,#0077b61f 100%);border:1.5px solid #00d9ff59;border-radius:18px;justify-content:center;align-items:center;width:58px;height:58px;margin-bottom:1.15rem;display:flex;position:relative;box-shadow:0 6px 18px #00d9ff26,inset 0 0 12px #fffc}.dev-modal-icon{color:#0077b6}.dev-modal-eyebrow{font-family:var(--font-heading,sans-serif);letter-spacing:.12em;color:#0077b6;text-transform:uppercase;z-index:1;margin-bottom:.4rem;font-size:.74rem;font-weight:850;position:relative}.dev-modal-heading{color:#061329;letter-spacing:-.02em;z-index:1;margin:0 0 .85rem;font-size:1.55rem;font-weight:850;line-height:1.2;position:relative}.dev-modal-message{color:#475569;z-index:1;max-width:360px;margin:0 0 1.65rem;font-size:.92rem;font-weight:500;line-height:1.6;position:relative}.dev-modal-action-btn{color:#fff;font-family:var(--font-heading,sans-serif);letter-spacing:.02em;cursor:pointer;z-index:1;background:linear-gradient(135deg,#00d9ff 0%,#0077b6 100%);border:1px solid #fff6;border-radius:9999px;outline:none;justify-content:center;align-items:center;gap:8px;padding:.75rem 2rem;font-size:.92rem;font-weight:750;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;position:relative;box-shadow:0 6px 20px #0077b647,0 2px 6px #00d9ff59}.dev-modal-action-btn:hover,.dev-modal-action-btn:focus-visible{border-color:#fffc;transform:translateY(-2px);box-shadow:0 10px 28px #0077b661,0 0 20px #00d9ff80}.dev-modal-action-btn:active{transform:translateY(0)}.dev-modal-btn-arrow{transition:transform .25s}.dev-modal-action-btn:hover .dev-modal-btn-arrow{transform:translate(4px)}@media (width<=480px){.dev-modal-card{border-radius:20px;padding:2rem 1.4rem 1.75rem}.dev-modal-heading{font-size:1.35rem}.dev-modal-message{font-size:.88rem;line-height:1.55}.dev-modal-action-btn{width:100%;padding:.75rem 1.5rem}}.contact-page-root{z-index:2;background:0 0;min-height:100vh;padding-bottom:4rem;position:relative}.gradient-cyan-text{background:linear-gradient(135deg,#00d9ff 0%,#0077b6 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.icon-teal{color:#19e6d0}.icon-blue{color:#0077b6}.contact-hero-section{padding:6.5rem 0 2.5rem;position:relative}.contact-hero-container{width:100%;max-width:1240px;margin:0 auto;padding:0 2rem}.contact-breadcrumb{align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.85rem;display:flex}.breadcrumb-link{color:#64748b;cursor:pointer;background:0 0;border:none;padding:0;font-weight:600;transition:color .2s}.breadcrumb-link:hover{color:#0077b6}.breadcrumb-separator{color:#94a3b8}.breadcrumb-current{color:#061329;font-weight:700}.contact-page-header{-webkit-backdrop-filter:blur(12px)saturate(160%);border-radius:var(--border-radius-xl,32px);background:#ffffffc7;border:1px solid #00b4e638;padding:3rem;box-shadow:0 10px 36px #0b3b6012,inset 0 0 20px #fff9}.contact-badge-pill{-webkit-backdrop-filter:blur(12px);font-family:var(--font-heading,sans-serif);letter-spacing:.1em;color:#0077b6;text-transform:uppercase;background:#ffffffeb;border:1.5px solid #00d9ff66;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.45rem 1.2rem;font-size:.8rem;font-weight:800;display:inline-flex;box-shadow:0 4px 16px #0077b614}.contact-page-title{color:#061329;letter-spacing:-.04em;margin-bottom:1rem;font-size:clamp(2.8rem,5.2vw,4.8rem);font-weight:900;line-height:1.05}.contact-page-subtitle{color:#475569;max-width:680px;margin-bottom:2rem;font-size:clamp(1.05rem,1.3vw,1.2rem);font-weight:500;line-height:1.65}.contact-social-row{border-top:1px solid #00b4e62e;flex-wrap:wrap;align-items:center;gap:.85rem 1.1rem;padding-top:1.5rem;display:flex}.contact-social-btn{-webkit-backdrop-filter:blur(8px);color:#061329;background:#ffffffeb;border:1px solid #00b4e640;border-radius:9999px;align-items:center;gap:.55rem;padding:.6rem 1.2rem;font-size:.86rem;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 4px 14px #0b3b600d}.contact-social-btn:hover{color:#fff;background:linear-gradient(135deg,#061329 0%,#0077b6 100%);border-color:#00d9ff;transform:translateY(-3px);box-shadow:0 10px 24px #0077b64d}.contact-social-btn:hover svg{color:#00d9ff}.social-lbl{letter-spacing:.02em}.contact-marquee-section{background:0 0;border-top:1px solid #00b4e626;border-bottom:1px solid #00b4e626;width:100%;margin:.5rem 0;padding:1.75rem 0;position:relative;overflow:hidden}.contact-marquee-viewport{white-space:nowrap;width:100%;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 5% 95%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 5% 95%,#0000 100%)}.contact-marquee-track{will-change:transform;width:max-content;animation:26s linear infinite contactInfiniteMarquee;display:inline-flex}@keyframes contactInfiniteMarquee{0%{transform:translate(0%)}to{transform:translate(-33.3333%)}}.contact-marquee-group{white-space:nowrap;align-items:center;gap:2.5rem;padding-right:2.5rem;display:inline-flex}.marquee-word-filled{font-family:var(--font-heading,sans-serif);text-transform:uppercase;color:#061329;letter-spacing:-.03em;font-size:clamp(2.6rem,5.2vw,5.2rem);font-weight:900;line-height:1}.marquee-word-outline{font-family:var(--font-heading,sans-serif);text-transform:uppercase;color:#0000;-webkit-text-stroke:2px #0077b6;letter-spacing:-.03em;font-size:clamp(2.6rem,5.2vw,5.2rem);font-weight:900;line-height:1}@media (prefers-reduced-motion:reduce){.contact-marquee-track{animation-duration:60s}}.contact-main-grid-section{background:0 0;padding:2rem 0;position:relative}.contact-main-container{max-width:1240px;margin:0 auto;padding:0 2rem}.contact-two-col-grid{grid-template-columns:42% 54%;align-items:stretch;gap:4%;display:grid}.glass-card{-webkit-backdrop-filter:blur(12px)saturate(160%);background:#ffffffc7;border:1px solid #00b4e638;border-radius:24px;transition:all .35s cubic-bezier(.16,1,.3,1);box-shadow:0 10px 36px #0b3b6012,inset 0 0 20px #fff9}.glass-card:hover{border-color:#00d9ff73;box-shadow:0 14px 44px #0b3b601f,inset 0 0 24px #fffc}.contact-left-col{flex-direction:column;gap:2rem;display:flex}.contact-info-card{flex-direction:column;padding:2.25rem;display:flex}.c-card-badge{color:#0077b6;letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.78rem;font-weight:800;display:inline-flex}.c-card-title{color:#061329;letter-spacing:-.02em;margin-bottom:.85rem;font-size:1.45rem;font-weight:850;line-height:1.25}.c-card-para{color:#475569;margin-bottom:1.5rem;font-size:.95rem;line-height:1.65}.c-card-highlights{border-top:1px solid #00b4e62e;flex-direction:column;gap:.85rem;padding-top:1.25rem;display:flex}.c-highlight-item{color:#334155;align-items:center;gap:.65rem;font-size:.88rem;font-weight:600;display:flex}.contact-map-card{flex-direction:column;flex:1;gap:1rem;min-height:380px;padding:1.5rem;display:flex}.map-card-header{color:#061329;letter-spacing:.02em;align-items:center;gap:.6rem;font-size:.88rem;font-weight:800;display:flex}.map-iframe-wrapper{border:1px solid #00b4e640;border-radius:16px;flex:1;width:100%;height:320px;position:relative;overflow:hidden;box-shadow:inset 0 0 12px #0000000d}.map-iframe-wrapper iframe{filter:contrast(1.02)saturate(1.05);border:none;width:100%;height:100%}.btn-open-google-maps{-webkit-backdrop-filter:blur(10px);color:#fff;font-family:var(--font-heading,sans-serif);letter-spacing:.04em;text-transform:uppercase;z-index:10;background:#061329eb;border:1.5px solid #00d9ff73;border-radius:10px;align-items:center;gap:.55rem;padding:.6rem 1.15rem;font-size:.8rem;font-weight:800;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;position:absolute;bottom:1rem;right:1rem;box-shadow:0 8px 20px #06132940}.btn-open-google-maps:hover{color:#061329;background:linear-gradient(135deg,#0077b6 0%,#00d9ff 100%);border-color:#00d9ff;transform:translateY(-2px);box-shadow:0 12px 28px #00d9ff73}.contact-right-col{flex-direction:column;display:flex}.contact-form-glass-card{flex-direction:column;justify-content:center;height:100%;padding:2.75rem;display:flex}.form-card-header{margin-bottom:2rem}.form-card-title{color:#061329;letter-spacing:-.03em;margin-bottom:.5rem;font-size:clamp(1.8rem,3vw,2.4rem);font-weight:850;line-height:1.15}.form-card-subtitle{color:#64748b;font-size:.96rem;line-height:1.6}.contact-form-element{flex-direction:column;display:flex}.form-field{flex-direction:column;gap:.45rem;margin-bottom:1.35rem;display:flex}.form-field label{color:#061329;letter-spacing:.02em;font-size:.86rem;font-weight:700}.form-field label .req{color:#0077b6}.form-field input,.form-field textarea{color:#061329;background:#fffffff2;border:1.5px solid #cbd5e1;border-radius:12px;outline:none;width:100%;padding:.9rem 1.15rem;font-family:inherit;font-size:.96rem;transition:all .3s cubic-bezier(.16,1,.3,1)}.form-field input::placeholder,.form-field textarea::placeholder{color:#94a3b8}.form-field input:focus,.form-field textarea:focus{background:#fff;border-color:#0077b6;box-shadow:0 0 0 4px #0077b626,0 0 18px #00d9ff33}.form-field input.has-error,.form-field textarea.has-error{border-color:#ff4d4f}.field-error{color:#ff4d4f;font-size:.8rem;font-weight:600}.btn-send-message{color:#fff;width:100%;font-family:var(--font-heading,sans-serif);letter-spacing:.06em;text-transform:uppercase;cursor:pointer;background:linear-gradient(135deg,#061329 0%,#0077b6 100%);border:1.5px solid #00d9ff66;border-radius:12px;outline:none;justify-content:center;align-items:center;gap:.65rem;margin-top:.5rem;padding:1.05rem 2rem;font-size:.95rem;font-weight:850;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 10px 28px #0077b64d}.btn-send-message:hover{color:#061329;background:linear-gradient(135deg,#0077b6 0%,#00d9ff 100%);transform:translateY(-3px);box-shadow:0 14px 34px #00d9ff73}.btn-send-message:hover .btn-arrow{transform:translate(4px)}.form-success-state{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:2.5rem 1rem;display:flex}.form-success-state h3{color:#061329;font-size:1.7rem;font-weight:850}.form-success-state p{color:#475569;max-width:480px;font-size:1rem;line-height:1.65}.btn-form-reset{color:#0077b6;cursor:pointer;background:0 0;border:1.5px solid #0077b6;border-radius:10px;margin-top:1rem;padding:.75rem 1.6rem;font-weight:700;transition:all .25s}.btn-form-reset:hover{color:#0077b6;background:#0077b61a}.contact-bottom-cards-section{background:0 0;padding:4rem 0 2rem;position:relative}.contact-bottom-container{max-width:1240px;margin:0 auto;padding:0 2rem}.contact-three-cards-grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:1.75rem;display:grid}.bottom-info-card{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.45rem;height:100%;min-height:200px;padding:2.25rem 1.85rem;display:flex}.bottom-info-card:hover{border-color:#00d9ff;transform:translateY(-4px);box-shadow:0 14px 36px #00d9ff2e}.info-card-icon-wrap{border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:.6rem;display:flex;box-shadow:inset 0 0 10px #ffffff80}.info-card-icon-wrap.blue{color:#0077b6;background:#0077b61f;border:1px solid #0077b640}.info-card-icon-wrap.cyan{color:#0077b6;background:#00d9ff24;border:1px solid #00d9ff4d}.info-card-icon-wrap.teal{color:#0f766e;background:#19e6d024;border:1px solid #19e6d04d}.info-card-label{font-family:var(--font-heading,sans-serif);letter-spacing:.1em;color:#64748b;text-transform:uppercase;font-size:.78rem;font-weight:800}.info-card-value{color:#061329;letter-spacing:-.01em;margin:0;font-size:1.25rem;font-weight:850;line-height:1.25}.info-card-value.link{color:#0077b6;text-decoration:none;transition:color .2s}.info-card-value.link:hover{color:#00d9ff}.info-card-timings{flex-direction:column;gap:.25rem;margin-top:.2rem;display:flex}.info-card-subval{color:#64748b;letter-spacing:.01em;font-size:.84rem;font-weight:600;line-height:1.4}.card-address-card{justify-content:flex-start}.info-card-full-address{flex-direction:column;gap:.2rem;width:100%;margin-top:.15rem;font-style:normal;display:flex}.address-blue-line{color:#0077b6;letter-spacing:-.01em;font-size:.95rem;font-weight:800;display:block}.address-navy-line{color:#061329;font-size:.88rem;font-weight:700;line-height:1.35;display:block}@media (width<=1024px){.contact-two-col-grid{grid-template-columns:1fr;gap:2.5rem}.contact-left-col{gap:1.5rem}.contact-map-card{min-height:340px}}@media (width<=768px){.contact-three-cards-grid{grid-template-columns:1fr;gap:1.25rem}.contact-hero-section{padding:5rem 0 2rem}.contact-page-header,.contact-form-glass-card{padding:2rem 1.5rem}}@media (width<=640px){.form-two-grid{grid-template-columns:1fr;gap:0}.contact-social-row{gap:.6rem}.contact-social-btn{padding:.5rem .95rem;font-size:.8rem}}@media (width<=480px){.contact-hero-container{padding:0 1rem}.contact-page-header,.contact-form-glass-card{border-radius:20px;padding:1.5rem 1rem}.contact-info-card{border-radius:18px;padding:1.25rem 1rem}.info-card-value{font-size:1.1rem}.contact-social-row{flex-wrap:wrap;gap:.5rem}.contact-social-btn{flex:calc(50% - .5rem);justify-content:center}}@media (width<=360px){.contact-hero-container{padding:0 .5rem}.contact-page-header,.contact-form-glass-card{border-radius:16px;padding:1.25rem .75rem}.info-card-value{font-size:1rem}}.services-section{background:0 0;outline:none;padding:120px 0 100px;position:relative;overflow:hidden}.services-3d-layout-grid{grid-template-columns:38% 58%;align-items:center;gap:4%;display:grid}.services-header-col{z-index:5;flex-direction:column;align-items:flex-start;display:flex}.services-nav-controls{flex-direction:column;gap:20px;margin-top:36px;display:flex}.nav-buttons-group{align-items:center;gap:16px;display:flex}.svc-nav-btn{-webkit-backdrop-filter:blur(10px);color:#061329;cursor:pointer;background:#ffffffe6;border:1.5px solid #00b4e64d;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 6px 18px #0b3b6014}.svc-nav-btn:hover{color:#0077b6;background:#fff;border-color:#00d9ff;transform:translateY(-2px);box-shadow:0 10px 24px #00d9ff40}.svc-counter-display{color:#061329;align-items:center;gap:6px;font-family:monospace;font-size:16px;font-weight:800;display:inline-flex}.counter-current{color:#0077b6;font-size:18px}.counter-sep{color:#94a3b8}.counter-total{color:#64748b}.svc-pagination-dots{align-items:center;gap:8px;display:flex}.svc-dot{cursor:pointer;background:#94a3b859;border:none;border-radius:50%;width:10px;height:10px;padding:0;transition:all .3s cubic-bezier(.16,1,.3,1)}.svc-dot:hover{background:#00d9ff99}.svc-dot.active{background:linear-gradient(90deg,#0077b6 0%,#00d9ff 100%);border-radius:9999px;width:28px;box-shadow:0 0 12px #00d9ff80}.active-svc-quick-tag{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#475569;background:#ffffffd9;border:1px solid #00d9ff4d;border-radius:9999px;align-items:center;gap:8px;margin-top:24px;padding:8px 16px;font-size:13px;display:inline-flex}.active-svc-quick-tag strong{color:#061329}.icon-cyan{color:#00d9ff}.services-3d-stage-wrap{perspective:1200px;justify-content:center;align-items:center;width:100%;height:520px;display:flex;position:relative}.services-3d-card-stack{width:100%;height:100%;transform-style:preserve-3d;transition:transform .25s cubic-bezier(.16,1,.3,1);position:relative}.services-3d-card-stack.reduced-motion{transform:none!important}.service-3d-card{-webkit-backdrop-filter:blur(16px)saturate(160%);width:380px;height:480px;transform-style:preserve-3d;-webkit-user-select:none;user-select:none;background:#ffffffdb;border:1.5px solid #00b4e638;border-radius:24px;flex-direction:column;justify-content:space-between;margin-top:-240px;margin-left:-190px;padding:24px;transition:transform .75s cubic-bezier(.22,1,.36,1),opacity .75s cubic-bezier(.22,1,.36,1),box-shadow .35s,border-color .35s;display:flex;position:absolute;top:50%;left:50%;box-shadow:0 16px 44px #0b3b6014,inset 0 0 15px #fff9}.service-3d-card.card-active{opacity:1;z-index:10;cursor:pointer;background:#fff;border-color:#00d9ff;transform:translateZ(80px)rotateY(0)scale(1);box-shadow:0 24px 56px #0077b629,inset 0 0 20px #fffc}.service-3d-card.card-active:hover{border-color:#00d9ff;box-shadow:0 28px 60px #0077b638,inset 0 0 24px #ffffffe6}.service-3d-card.card-next-1{opacity:.75;z-index:8;cursor:pointer;transform:translate3d(160px,12px,-40px)rotateY(-16deg)scale(.86)}.service-3d-card.card-next-1:hover{opacity:.9;transform:translate3d(145px,10px,-20px)rotateY(-12deg)scale(.88)}.service-3d-card.card-prev-1{opacity:.75;z-index:8;cursor:pointer;transform:translate3d(-160px,12px,-40px)rotateY(16deg)scale(.86)}.service-3d-card.card-prev-1:hover{opacity:.9;transform:translate3d(-145px,10px,-20px)rotateY(12deg)scale(.88)}.service-3d-card.card-next-2{opacity:.35;z-index:5;cursor:pointer;transform:translate3d(290px,24px,-130px)rotateY(-26deg)scale(.72)}.service-3d-card.card-prev-2{opacity:.35;z-index:5;cursor:pointer;transform:translate3d(-290px,24px,-130px)rotateY(26deg)scale(.72)}.service-3d-card.card-hidden{opacity:0;pointer-events:none;z-index:1;transform:translate3d(0,40px,-220px)scale(.6)}.card-3d-top{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.card-num-tag{color:#0077b6;letter-spacing:.04em;font-family:monospace;font-size:12px;font-weight:800}.card-badge-tag{color:#0077b6;background:#0077b614;border:1px solid #0077b633;border-radius:9999px;padding:3px 10px;font-size:11px;font-weight:700}.card-3d-body{margin-top:12px}.card-3d-title{color:#061329;margin-bottom:8px;font-size:22px;font-weight:850;line-height:1.25}.card-3d-desc{color:#475569;margin-bottom:14px;font-size:14px;line-height:1.55}.card-compact-pills{flex-wrap:wrap;gap:6px;display:flex}.pill-tag{color:#0077b6;background:#00d9ff14;border:1px solid #00d9ff40;border-radius:9999px;padding:3px 10px;font-size:11px;font-weight:700}.card-3d-footer{border-top:1px solid #e2e8f0cc;padding-top:12px}.card-explore-btn{letter-spacing:.06em;color:#0077b6;align-items:center;gap:8px;font-size:12px;font-weight:800;text-decoration:none;transition:color .25s;display:inline-flex}.card-explore-btn:hover{color:#00d9ff}.btn-arrow{transition:transform .25s}.card-explore-btn:hover .btn-arrow{transform:translate(4px)}.svc-card-visual-wrap{background:#061329;border:1px solid #00b4e633;border-radius:16px;justify-content:center;align-items:center;width:100%;height:165px;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 0 20px #00000040,0 4px 16px #0b3b6014}.svc-card-img{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .6s cubic-bezier(.22,1,.36,1);display:block}.service-3d-card:hover .svc-card-img{transform:scale(1.05)}.svc-abstract-graphic{background:linear-gradient(135deg,#061329f2 0%,#0077b6e6 100%);border-radius:16px;justify-content:center;align-items:center;width:100%;height:165px;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 0 20px #0000004d}.svc-svg-canvas{width:100%;height:100%}.svc-visual-pill{-webkit-backdrop-filter:blur(10px);color:#fff;white-space:nowrap;text-overflow:ellipsis;background:#ffffff29;border:1px solid #00d9ff59;border-radius:9999px;align-items:center;gap:6px;padding:5px 12px;font-size:11px;font-weight:700;display:flex;position:absolute;bottom:10px;left:12px;right:12px;overflow:hidden;box-shadow:0 4px 14px #0003}.pill-icon-cyan{color:#00d9ff}.web-browser-frame{background:#061329d9;border:1px solid #00d9ff4d;border-radius:10px;flex-direction:column;width:90%;height:80%;display:flex;overflow:hidden}.browser-header{background:#ffffff14;align-items:center;gap:6px;height:24px;padding:0 10px;display:flex}.dot{border-radius:50%;width:6px;height:6px}.dot-red{background:#ff5f56}.dot-yellow{background:#ffbd2e}.dot-green{background:#27c93f}.browser-url-bar{color:#cbd5e1;background:#ffffff1f;border-radius:4px;flex:1;align-items:center;gap:4px;height:14px;margin-left:8px;padding:0 8px;font-size:9px;display:flex}.browser-body{flex-direction:column;flex:1;gap:8px;padding:10px;display:flex}.ui-hero-placeholder{background:#00d9ff26;border-radius:6px;flex-direction:column;gap:4px;height:35px;padding:8px;display:flex}.ui-line{background:#00d9ff80;border-radius:2px;height:4px}.line-title{width:60%}.line-sub{opacity:.6;width:40%}.ui-cards-row{gap:6px;display:flex}.ui-card-skeleton{background:#ffffff14;border-radius:4px;flex:1;height:30px}.ui-card-skeleton.active{background:#19e6d040;border:1px solid #19e6d066}.app-devices-stage{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.mobile-phone-device{background:#061329;border:2px solid #00d9ff66;border-radius:18px;width:90px;height:130px;padding:6px;position:absolute;box-shadow:0 8px 20px #0006}.device-bg{opacity:.6;transform:translate(-35px)scale(.85)rotate(-10deg)}.device-main{border-color:#00d9ff;transform:translate(15px)scale(1)rotate(5deg);box-shadow:0 10px 28px #00d9ff4d}.phone-notch{background:#ffffff4d;border-radius:2px;width:30px;height:4px;margin:0 auto 6px}.phone-screen{flex-direction:column;gap:6px;display:flex}.app-header-avatar{background:#00d9ff;border-radius:50%;width:20px;height:20px}.app-stat-banner{background:linear-gradient(135deg,#0077b666,#19e6d04d);border-radius:8px;height:35px}.app-action-grid{gap:4px;display:flex}.app-btn-icon{background:#ffffff26;border-radius:4px;flex:1;height:16px}.chart-stage{width:100%;height:100%;position:relative}.chart-svg{width:100%;height:100%}.chart-bars-wrap{align-items:flex-end;gap:12px;height:50px;display:flex;position:absolute;bottom:20px;left:20px;right:20px}.c-bar{background:linear-gradient(#00d9ff 0%,#0077b633 100%);border-radius:4px 4px 0 0;flex:1}.bar-1{height:35%}.bar-2{height:55%}.bar-3{height:80%}.bar-4{background:linear-gradient(#19e6d0 0%,#0077b633 100%);height:100%}.timeline-editor-stage{background:#061329e6;border:1px solid #00d9ff4d;border-radius:12px;flex-direction:column;gap:8px;width:90%;height:80%;padding:10px;display:flex}.editor-top-bar{justify-content:space-between;align-items:center;font-family:monospace;font-size:10px;display:flex}.time-code{color:#00d9ff}.render-tag{color:#19e6d0;background:#19e6d026;border-radius:4px;padding:2px 6px}.editor-tracks-wrap{flex-direction:column;flex:1;justify-content:center;gap:6px;display:flex;position:relative}.track{background:#ffffff0f;border-radius:6px;align-items:center;gap:4px;height:24px;padding:0 4px;display:flex;position:relative;overflow:hidden}.clip{border-radius:4px;height:16px}.clip-1{background:#0077b680;border:1px solid #0077b6;width:50%}.clip-2{background:#00d9ff80;border:1px solid #00d9ff;width:40%}.audio-wave{background:linear-gradient(90deg,#19e6d066 0%,#00d9ff99 50%,#19e6d066 100%);border-radius:4px;width:85%;height:12px}.editor-playhead{background:#ff5f56;width:2px;position:absolute;top:-5px;bottom:-5px;left:60%;box-shadow:0 0 8px #ff5f56}@media (width<=1024px){.services-3d-layout-grid{grid-template-columns:1fr;gap:50px}.services-header-col{text-align:center;align-items:center}.services-nav-controls{align-items:center}.services-3d-stage-wrap{height:480px}.service-3d-card.card-next-1{transform:translate3d(120px,10px,-40px)rotateY(-12deg)scale(.85)}.service-3d-card.card-prev-1{transform:translate3d(-120px,10px,-40px)rotateY(12deg)scale(.85)}.service-3d-card.card-next-2,.service-3d-card.card-prev-2{opacity:.15}}@media (width<=640px){.services-section{padding:80px 0 60px}.services-3d-stage-wrap{height:440px}.service-3d-card{width:310px;height:430px;margin-top:-215px;margin-left:-155px;padding:18px}.svc-abstract-graphic,.svc-card-visual-wrap{height:135px}.card-3d-title{font-size:19px}.card-3d-desc{margin-bottom:10px;font-size:13px;line-height:1.45}.service-3d-card.card-next-1{opacity:.55;transform:translate3d(65px,8px,-40px)rotateY(-10deg)scale(.84)}.service-3d-card.card-prev-1{opacity:.55;transform:translate3d(-65px,8px,-40px)rotateY(10deg)scale(.84)}.service-3d-card.card-next-2,.service-3d-card.card-prev-2{opacity:0}}@media (width<=480px){.services-section{padding:60px 0 50px}.services-3d-stage-wrap{height:420px}.service-3d-card{border-radius:18px;width:min(280px,100vw - 32px);height:410px;margin-top:-205px;margin-left:calc(min(280px,100vw - 32px)/-2);padding:16px}.svc-abstract-graphic,.svc-card-visual-wrap{height:125px}.card-3d-title{font-size:18px}.card-3d-desc{font-size:12.5px;line-height:1.4}.service-3d-card.card-next-1{opacity:.45;transform:translate3d(36px,6px,-30px)rotateY(-8deg)scale(.85)}.service-3d-card.card-prev-1{opacity:.45;transform:translate3d(-36px,6px,-30px)rotateY(8deg)scale(.85)}}@media (width<=360px){.services-3d-stage-wrap{height:390px}.service-3d-card{border-radius:16px;width:min(260px,100vw - 24px);height:380px;margin-top:-190px;margin-left:calc(min(260px,100vw - 24px)/-2);padding:14px}.svc-abstract-graphic,.svc-card-visual-wrap{height:110px}.card-3d-title{font-size:16.5px}.service-3d-card.card-next-1{opacity:.35;transform:translate3d(24px,4px,-25px)rotateY(-6deg)scale(.86)}.service-3d-card.card-prev-1{opacity:.35;transform:translate3d(-24px,4px,-25px)rotateY(6deg)scale(.86)}}.why-choose-section{background:0 0;padding:6.5rem 0 5.5rem;position:relative;overflow:hidden}.why-marquee-viewport{-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;width:100%;padding:2.25rem 0 2.5rem;position:relative;overflow:auto hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 4% 96%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 4% 96%,#0000 100%)}.why-marquee-viewport::-webkit-scrollbar{display:none}.why-marquee-track{will-change:transform;gap:1.75rem;width:max-content;animation:40s linear infinite whyMarqueeScroll;display:flex;transform:translate(0,0)}.why-marquee-viewport:hover .why-marquee-track,.why-marquee-viewport:focus-within .why-marquee-track,.why-marquee-track:hover{animation-play-state:paused}@keyframes whyMarqueeScroll{0%{transform:translate(0,0)}to{transform:translate(-50%)}}.why-scrolling-box{-webkit-backdrop-filter:blur(14px)saturate(160%);border-radius:var(--border-radius-xl,24px);-webkit-user-select:none;user-select:none;cursor:grab;background:#ffffffd1;border:1.5px solid #00b4e638;flex-direction:column;flex-shrink:0;justify-content:space-between;width:375px;min-height:290px;padding:2.25rem 2rem;transition:all .35s cubic-bezier(.16,1,.3,1);display:flex;position:relative;box-shadow:0 10px 32px #0b3b600f,inset 0 0 20px #ffffffb3}.why-scrolling-box:active{cursor:grabbing}.why-scrolling-box:hover,.why-scrolling-box:focus-visible{background:#fff;border-color:#00d9ff;outline:none;transform:translateY(-8px)scale(1.02);box-shadow:0 22px 50px #0077b629,inset 0 0 25px #ffffffe6}.scrolling-box-top{justify-content:space-between;align-items:center;margin-bottom:.9rem;display:flex}.box-num-badge{align-items:center;display:flex}.box-num-val{font-family:var(--font-heading,sans-serif);letter-spacing:-.04em;background:linear-gradient(135deg,#061329 0%,#0077b6 100%);-webkit-text-fill-color:transparent;opacity:.9;-webkit-background-clip:text;font-size:2.4rem;font-weight:900;line-height:.9}.box-icon-wrap{border:1px solid;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;transition:transform .3s;display:flex}.why-scrolling-box:hover .box-icon-wrap{transform:scale(1.1)rotate(-4deg)}.box-tag-pill{border-radius:var(--border-radius-pill,9999px);font-family:var(--font-heading,sans-serif);letter-spacing:.08em;color:#0077b6;text-transform:uppercase;background:#f0f9ffd9;border:1px solid #00d9ff40;align-items:center;gap:.45rem;width:fit-content;margin-bottom:1rem;padding:.28rem .75rem;font-size:.72rem;font-weight:800;display:inline-flex}.box-tag-dot{border-radius:50%;width:5px;height:5px}.scrolling-box-body{flex-direction:column;gap:.45rem;margin-bottom:1.25rem;display:flex}.box-title{font-family:var(--font-heading,sans-serif);color:var(--text-heading,#061329);letter-spacing:-.02em;margin:0;font-size:1.25rem;font-weight:850;line-height:1.25}.box-desc{color:var(--text-muted,#475569);margin:0;font-size:.94rem;font-weight:500;line-height:1.62}.scrolling-box-footer{flex-direction:column;gap:.85rem;margin-top:auto;display:flex}.box-footer-line{background:linear-gradient(90deg,#00d9ff66 0%,#e2e8f0cc 100%);border-radius:2px;align-items:center;width:100%;height:1.5px;display:flex;position:relative}.box-footer-dot{border-radius:50%;width:4px;height:4px;margin-left:15%}.box-assurance-badge{color:#64748b;letter-spacing:.02em;align-items:center;gap:.45rem;font-size:.78rem;font-weight:700;display:flex}.why-marquee-viewport.reduced-motion{overflow-x:auto;-webkit-mask-image:none;mask-image:none}.why-marquee-viewport.reduced-motion .why-marquee-track{grid-template-columns:repeat(3,1fr);gap:1.5rem;width:100%;max-width:1240px;margin:0 auto;animation:none;display:grid}.why-marquee-viewport.reduced-motion .why-scrolling-box{width:100%}@media (prefers-reduced-motion:reduce){.why-marquee-track{animation:none!important}}@media (width<=1024px){.why-choose-section{padding:5.5rem 0 4.5rem}.why-scrolling-box{width:340px;padding:2rem 1.75rem}}@media (width<=640px){.why-choose-section{padding:4.5rem 0 3.5rem}.why-scrolling-box{border-radius:20px;width:300px;min-height:270px;padding:1.75rem 1.4rem}.box-num-val{font-size:2rem}.box-title{font-size:1.15rem}.box-desc{font-size:.88rem}}@media (width<=375px){.why-scrolling-box{width:275px;padding:1.5rem 1.2rem}}.process-section{background:0 0;padding:7rem 0 6rem;position:relative;overflow:hidden}.process-timeline-wrapper{flex-direction:column;align-items:center;margin:2.5rem 0 3.5rem;display:flex;position:relative}.timeline-progress-track{z-index:1;background:#e2e8f0;border-radius:2px;height:3px;position:absolute;top:28px;left:5%;right:5%}.timeline-progress-fill{background:linear-gradient(90deg,#0077b6 0%,#00b4d8 100%);border-radius:2px;height:100%;transition:width .45s cubic-bezier(.16,1,.3,1);box-shadow:0 0 10px #00b4d880}.timeline-steps-nav{z-index:2;justify-content:space-between;width:100%;display:flex;position:relative}.timeline-step-node{cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:center;gap:.65rem;padding:0;transition:transform .25s;display:flex}.timeline-step-node:hover{transform:translateY(-3px)}.step-node-bubble{background:#fff;border:2.5px solid #cbd5e1;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:56px;height:56px;transition:all .35s cubic-bezier(.16,1,.3,1);display:flex;position:relative;box-shadow:0 4px 14px #0b3b6014}.step-node-number{font-family:var(--font-heading);color:var(--text-muted);font-size:.8rem;font-weight:800;line-height:1}.step-node-icon{color:var(--text-subtle);margin-top:2px;transition:color .25s}.timeline-step-node.is-active .step-node-bubble{background:var(--color-primary);transform:scale(1.18);box-shadow:0 8px 24px #0096c759;border-color:var(--color-accent-sky)!important}.timeline-step-node.is-active .step-node-number{color:#fff}.timeline-step-node.is-active .step-node-icon{color:var(--color-accent-sky)}.timeline-step-node.is-passed .step-node-bubble{border-color:var(--color-accent-blue)}.step-node-title{font-family:var(--font-heading);color:var(--text-heading);font-size:.95rem;font-weight:700}.timeline-step-node.is-active .step-node-title{color:var(--color-accent-blue)}.process-active-card{-webkit-backdrop-filter:blur(12px)saturate(160%);border-radius:var(--border-radius-xl);background:#ffffffc7;border:1px solid #00b4e638;flex-direction:column;gap:.75rem;width:100%;max-width:800px;margin-top:3rem;padding:2.25rem 2.5rem;display:flex;box-shadow:0 10px 36px #0b3b6012,inset 0 0 20px #fff9}.process-active-header{align-items:center;gap:1rem;display:flex}.active-num-badge{border-radius:var(--border-radius-pill);font-family:var(--font-heading);letter-spacing:.03em;padding:.3rem .85rem;font-size:.82rem;font-weight:800}.active-step-title{font-family:var(--font-heading);color:var(--text-heading);font-size:1.55rem;font-weight:800}.active-step-lead{color:var(--text-main);font-size:1.05rem;font-weight:600;line-height:1.6}.active-step-detail{color:var(--text-muted);font-size:.92rem;line-height:1.6}.process-cards-grid{grid-template-columns:repeat(3,1fr);gap:1.75rem;margin-top:2rem;display:grid}.process-step-card{-webkit-backdrop-filter:blur(12px)saturate(160%);border-radius:var(--border-radius-lg);cursor:pointer;background:#ffffffc7;border:1px solid #00b4e638;flex-direction:column;gap:.85rem;padding:1.85rem 1.65rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 10px 32px #0b3b6012,inset 0 0 20px #fff9}.process-step-card:hover,.process-step-card.highlighted{border-color:var(--color-accent-cyan);background:#fff;transform:translateY(-6px);box-shadow:0 14px 32px #0096c71f}.process-card-top{justify-content:space-between;align-items:center;display:flex}.process-step-num{font-family:var(--font-heading);font-size:1.45rem;font-weight:800;line-height:1}.process-icon-box{border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.process-step-title{font-family:var(--font-heading);color:var(--text-heading);font-size:1.18rem;font-weight:800}.process-step-desc{color:var(--text-muted);font-size:.88rem;line-height:1.55}@media (width<=1024px){.process-timeline-wrapper{display:none}.process-cards-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.process-cards-grid{grid-template-columns:1fr;gap:1.25rem}}.testimonials-section{background:0 0;padding:6.5rem 0 6rem;position:relative;overflow:hidden}.testimonials-focus-carousel-wrap{flex-direction:column;align-items:center;max-width:1280px;margin:2rem auto 0;padding:1.5rem 0 1rem;display:flex;position:relative}.testimonials-focus-stage{perspective:1200px;justify-content:center;align-items:center;width:100%;height:480px;display:flex;position:relative}.testimonial-focus-card{-webkit-backdrop-filter:blur(14px)saturate(160%);border-radius:var(--border-radius-xl,28px);-webkit-user-select:none;user-select:none;will-change:transform, opacity, filter;cursor:pointer;background:#ffffffd1;border:1.5px solid #00b4e638;flex-direction:column;justify-content:space-between;width:430px;min-height:400px;padding:2.5rem 2.25rem;transition:all .6s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;box-shadow:0 10px 32px #0b3b600f,inset 0 0 20px #ffffffb3}.testimonial-focus-card.card-center{opacity:1;z-index:10;filter:blur();cursor:default;background:#fff;border-width:2px;border-color:#00d9ff;transform:translate(0)scale(1.08)translateY(-8px);box-shadow:0 24px 60px #0077b62e,0 0 35px #00d9ff38,inset 0 0 25px #ffffffe6}.testimonial-focus-card.card-right-1{opacity:.65;z-index:5;filter:blur(1.5px);transform:translate(calc(100% + 28px))scale(.88)translateY(6px)}.testimonial-focus-card.card-left-1{opacity:.65;z-index:5;filter:blur(1.5px);transform:translate(calc(-100% - 28px))scale(.88)translateY(6px)}.testimonial-focus-card.card-right-2{opacity:.25;z-index:2;filter:blur(3px);pointer-events:none;transform:translate(calc(185% + 56px))scale(.76)translateY(14px)}.testimonial-focus-card.card-left-2{opacity:.25;z-index:2;filter:blur(3px);pointer-events:none;transform:translate(calc(-185% - 56px))scale(.76)translateY(14px)}.testimonial-focus-card.card-hidden{opacity:0;pointer-events:none;z-index:0;transform:scale(.6)}.focus-card-header{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.focus-quote-badge{color:#0077b6;background:#00d9ff26;border:1px solid #00d9ff59;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;transition:all .4s;display:flex}.focus-quote-badge.badge-active{color:#fff;background:#0077b6;border-color:#0077b6;box-shadow:0 4px 14px #0077b64d}.focus-stars-rating{align-items:center;gap:.25rem;display:flex}.star-gold{filter:drop-shadow(0 1px 3px #f59e0b59)}.focus-quote-body{font-family:var(--font-body,sans-serif);color:#061329;letter-spacing:-.01em;border:none;margin:0 0 1.5rem;padding:0;font-size:1.05rem;font-style:normal;font-weight:550;line-height:1.65}.focus-card-footer{flex-direction:column;gap:.85rem;margin-top:auto;display:flex}.focus-divider-line{background:linear-gradient(90deg,#00d9ff80 0%,#0077b633 50%,#e2e8f0cc 100%);border-radius:2px;align-items:center;width:100%;height:1.5px;display:flex;position:relative}.focus-divider-dot{background:#00d9ff;border-radius:50%;width:4px;height:4px;margin-left:15%;box-shadow:0 0 6px #00d9ff}.focus-author-block{flex-direction:column;gap:.15rem;display:flex}.focus-author-name{font-family:var(--font-heading,sans-serif);color:#061329;letter-spacing:-.015em;margin:0;font-size:1.08rem;font-weight:850}.focus-author-role{color:#475569;font-size:.82rem;font-weight:500}.focus-badges-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;padding-top:.15rem;display:flex}.focus-industry-pill{color:#0f766e;letter-spacing:.02em;background:#f0fdfae6;border:1px solid #99f6e4cc;border-radius:9999px;align-items:center;gap:.35rem;padding:.25rem .65rem;font-size:.72rem;font-weight:750;display:inline-flex}.focus-verified-stamp{color:#0077b6;letter-spacing:.02em;align-items:center;gap:.4rem;font-size:.74rem;font-weight:700;display:flex}.carousel-nav-arrow{z-index:25;-webkit-backdrop-filter:blur(12px);color:#0077b6;cursor:pointer;background:#ffffffeb;border:1.5px solid #00b4e659;border-radius:50%;outline:none;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;top:calc(50% - 24px);box-shadow:0 6px 20px #0077b61f}.carousel-nav-arrow:hover{color:#fff;background:#00d9ff;border-color:#00d9ff;transform:scale(1.12);box-shadow:0 8px 26px #00d9ff66}.carousel-nav-arrow:active{transform:scale(.95)}.carousel-nav-arrow.arrow-prev{left:20px}.carousel-nav-arrow.arrow-next{right:20px}.carousel-pagination-dots{z-index:15;justify-content:center;align-items:center;gap:.6rem;margin-top:2rem;display:flex}.pagination-dot{cursor:pointer;background:#cbd5e1;border:none;border-radius:9999px;outline:none;width:9px;height:9px;padding:0;transition:all .35s cubic-bezier(.16,1,.3,1)}.pagination-dot:hover{background:#94a3b8;transform:scale(1.15)}.pagination-dot.is-active{background:#00d9ff;width:26px;box-shadow:0 0 10px #00d9ff99}@media (width<=1200px){.testimonial-focus-card{width:380px;min-height:380px;padding:2.25rem 1.85rem}.carousel-nav-arrow.arrow-prev{left:8px}.carousel-nav-arrow.arrow-next{right:8px}}@media (width<=900px){.testimonials-focus-stage{height:440px}.testimonial-focus-card{width:340px;min-height:360px;padding:2rem 1.6rem}.testimonial-focus-card.card-right-1{transform:translate(calc(75% + 16px))scale(.85)translateY(6px)}.testimonial-focus-card.card-left-1{transform:translate(calc(-75% - 16px))scale(.85)translateY(6px)}.testimonial-focus-card.card-right-2,.testimonial-focus-card.card-left-2{display:none}}@media (width<=640px){.testimonials-section{padding:4.5rem 0 3.5rem}.testimonials-focus-stage{height:410px}.testimonial-focus-card{border-radius:20px;width:88%;max-width:320px;min-height:350px;padding:1.75rem 1.35rem}.testimonial-focus-card.card-center{transform:translate(0)scale(1)translateY(0)}.testimonial-focus-card.card-right-1,.testimonial-focus-card.card-left-1,.testimonial-focus-card.card-right-2,.testimonial-focus-card.card-left-2{display:none}.carousel-nav-arrow{width:40px;height:40px}.carousel-nav-arrow.arrow-prev{left:4px}.carousel-nav-arrow.arrow-next{right:4px}.focus-quote-body{font-size:.95rem;line-height:1.6}.focus-author-name{font-size:1rem}}@media (prefers-reduced-motion:reduce){.testimonial-focus-card{transition:none!important}}.contact-section{z-index:10;background:0 0;padding:6rem 0;position:relative;overflow:hidden}.contact-split-grid{grid-template-columns:1fr 1.2fr;align-items:flex-start;gap:3rem;display:grid}.contact-info-col{-webkit-backdrop-filter:blur(12px)saturate(160%);border-radius:var(--border-radius-xl);background:#ffffffc7;border:1px solid #00b4e638;flex-direction:column;padding:2.75rem 2.5rem;display:flex;box-shadow:0 10px 36px #0b3b6012,inset 0 0 20px #fff9}.contact-accent-tag{color:var(--color-accent-blue);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.5rem;font-size:.78rem;font-weight:800;display:inline-block}.contact-info-header h3{color:var(--text-heading);margin-bottom:.75rem;font-size:1.6rem;font-weight:800;line-height:1.3}.contact-info-header p{color:var(--text-muted);margin-bottom:2rem;font-size:.95rem;line-height:1.6}.contact-channels-list{flex-direction:column;gap:1.5rem;margin-bottom:2rem;display:flex}.contact-channel-item{align-items:flex-start;gap:1rem;display:flex}.channel-icon-box{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.channel-icon-box.cyan{color:#0284c7;background:#e0f2fe}.channel-icon-box.blue{color:#1d4ed8;background:#dbeafe}.channel-icon-box.teal{color:#0f766e;background:#ccfbf1}.channel-icon-box.sky{color:#00838f;background:#e0f7fa}.channel-text{flex-direction:column;display:flex}.channel-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.2rem;font-size:.78rem;font-weight:800}.channel-value{color:var(--text-heading);transition:color var(--transition-fast);font-size:1.05rem;font-weight:700}.channel-value:hover{color:var(--color-accent-blue)}.channel-value.address{color:var(--text-main);font-size:.95rem;font-style:normal;line-height:1.5}.channel-value.highlight{color:#0f766e;font-size:.95rem}.channel-sub-value{color:var(--text-muted);margin-top:.15rem;font-size:.82rem}.contact-nda-note{background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:var(--border-radius-md);color:var(--text-muted);align-items:center;gap:.65rem;margin-top:auto;padding:.9rem 1.2rem;font-size:.82rem;font-weight:600;display:flex}.contact-form-col{-webkit-backdrop-filter:blur(12px)saturate(160%);border-radius:var(--border-radius-xl);background:#ffffffc7;border:1px solid #00b4e638;padding:2.75rem 2.5rem;box-shadow:0 10px 36px #0b3b6012,inset 0 0 20px #fff9}.form-heading{color:var(--text-heading);margin-bottom:.35rem;font-size:1.6rem;font-weight:800}.form-subheading{color:var(--text-muted);margin-bottom:1.75rem;font-size:.95rem}.form-group{flex-direction:column;margin-bottom:1.35rem;display:flex}.form-group label{color:var(--text-heading);margin-bottom:.45rem;font-size:.88rem;font-weight:700}.req{color:#ef4444}.form-group input,.form-group select,.form-group textarea{border:1.5px solid var(--border-light);border-radius:var(--border-radius-md);width:100%;color:var(--text-main);background:var(--bg-secondary);transition:all var(--transition-fast);padding:.85rem 1.15rem;font-family:inherit;font-size:.95rem}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--color-accent-cyan);background:#fff;outline:none;box-shadow:0 0 0 3px #0096c726}.form-group input.has-error,.form-group textarea.has-error{background:#fef2f2;border-color:#ef4444}.field-error{color:#ef4444;margin-top:.35rem;font-size:.78rem;font-weight:600}.form-two-grid{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.form-submit-btn{margin-top:.5rem;padding:1rem 2rem;font-size:1.05rem}.form-success-card{text-align:center;flex-direction:column;align-items:center;padding:3rem 1.5rem;display:flex}.success-icon-wrap{margin-bottom:1.25rem;animation:1.5s infinite pulseGlow}.form-success-card h3{color:var(--text-heading);margin-bottom:.75rem;font-size:1.85rem;font-weight:800}.form-success-card p{color:var(--text-muted);max-width:480px;margin-bottom:2rem;font-size:1.05rem;line-height:1.6}@media (width<=960px){.contact-split-grid{grid-template-columns:1fr;gap:2.5rem}.form-two-grid{grid-template-columns:1fr}}.site-footer{-webkit-backdrop-filter:blur(16px)saturate(160%);color:#fff;z-index:10;background:#061329d9;border-top:1px solid #00b4e640;padding:5rem 0 2rem;position:relative}.footer-top-grid{border-bottom:1px solid #ffffff1a;grid-template-columns:1.5fr 1fr 1.15fr 1.25fr;gap:3rem;padding-bottom:3.5rem;display:grid}.footer-logo-img{object-fit:contain;width:auto;max-width:60px;height:54px;transition:transform var(--transition-fast);margin-bottom:1.15rem;display:block}.footer-logo-link:hover .footer-logo-img{transform:scale(1.06)}.footer-brand-desc{color:#94a3b8;margin-bottom:1.5rem;font-size:.9rem;line-height:1.65}.footer-social-icons{gap:.75rem;display:flex}.footer-social-icons a{color:#fff;width:38px;height:38px;transition:all var(--transition-fast);background:#ffffff14;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;display:flex}.footer-social-icons a:hover{background:var(--color-accent-cyan);border-color:var(--color-accent-cyan);transform:translateY(-2px)}.footer-col-title{color:#fff;letter-spacing:-.01em;margin-bottom:1.25rem;font-size:1.05rem;font-weight:800}.footer-nav-list{flex-direction:column;gap:.65rem;list-style:none;display:flex}.footer-nav-list a{color:#94a3b8;transition:all var(--transition-fast);font-size:.88rem}.footer-nav-list a:hover{color:#00b4d8;display:inline-block;transform:translate(4px)}.footer-newsletter-desc{color:#94a3b8;margin-bottom:1rem;font-size:.88rem;line-height:1.5}.footer-newsletter-form{gap:.4rem;margin-bottom:1.25rem;display:flex}.footer-newsletter-form input{border-radius:var(--border-radius-pill);color:#fff;background:#ffffff0f;border:1px solid #fff3;outline:none;flex:1;padding:.75rem 1rem;font-size:.88rem}.footer-newsletter-form input:focus{border-color:var(--color-accent-cyan)}.newsletter-btn{background:var(--color-accent-cyan);color:#fff;width:44px;height:44px;transition:all var(--transition-fast);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.newsletter-btn:hover{background:var(--color-accent-sky);transform:scale(1.05)}.newsletter-success{color:#6ee7b7;border-radius:var(--border-radius-md);background:#10b98126;border:1px solid #10b981;margin-bottom:1rem;padding:.6rem 1rem;font-size:.85rem;font-weight:700}.footer-brand-tagline{flex-direction:column;gap:.15rem;margin-bottom:.85rem;display:flex}.footer-brand-tagline strong{font-family:var(--font-heading);letter-spacing:.05em;color:#fff;font-size:1.25rem;font-weight:800}.footer-brand-tagline span{color:var(--color-accent-sky);text-transform:uppercase;letter-spacing:.08em;font-size:.8rem;font-weight:700}.footer-contact-details{flex-direction:column;gap:.65rem;margin-bottom:1.25rem;display:flex}.footer-contact-item{color:#cbd5e1;align-items:center;gap:.6rem;font-size:.88rem;display:flex}.footer-contact-item a{color:#cbd5e1;text-decoration:none;transition:color .2s}.footer-contact-item a:hover{color:var(--color-accent-sky)}.footer-newsletter-wrap{flex-direction:column;gap:.5rem;display:flex}.newsletter-label{color:#94a3b8;font-size:.8rem;font-weight:600}.footer-bottom-bar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;padding-top:2rem;display:flex}.footer-copyright-text{color:#64748b;font-size:.85rem}.footer-copyright-text strong{color:#94a3b8}.footer-bottom-links{color:#64748b;align-items:center;gap:.8rem;font-size:.82rem;display:flex}.footer-bottom-links a{color:#94a3b8}.footer-bottom-links a:hover{color:#fff}.footer-scroll-top-btn{color:#fff;border-radius:var(--border-radius-pill);transition:all var(--transition-fast);background:#ffffff14;border:1px solid #ffffff26;align-items:center;gap:.45rem;padding:.5rem 1.15rem;font-size:.82rem;font-weight:700;display:inline-flex}.footer-scroll-top-btn:hover{background:var(--color-accent-cyan);border-color:var(--color-accent-cyan);transform:translateY(-2px)}@media (width<=1024px){.footer-top-grid{grid-template-columns:1fr 1fr;gap:2.5rem}}@media (width<=640px){.site-footer{padding:3rem 0 1.5rem}.footer-top-grid{grid-template-columns:1fr;gap:2rem}.footer-logo-img{height:44px}.footer-newsletter-form{flex-direction:column;gap:.5rem}.newsletter-btn{border-radius:var(--border-radius-pill,9999px);width:100%;height:42px}.footer-bottom-bar{text-align:center;flex-direction:column;gap:1rem;padding-top:1.5rem}.footer-bottom-links{flex-wrap:wrap;justify-content:center}}@media (width<=360px){.site-footer{padding:2.5rem 0 1rem}.footer-logo-img{height:38px}.footer-brand-tagline strong{font-size:1.1rem}.footer-contact-item{font-size:.82rem}}.modal-backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:3000;background:#07263f99;justify-content:center;align-items:center;width:100vw;height:100vh;padding:1.5rem;display:flex;position:fixed;top:0;left:0;overflow-y:auto}.modal-card{border-radius:var(--border-radius-xl);border:1px solid var(--border-light);background:#fff;flex-direction:column;width:100%;max-width:620px;max-height:90vh;animation:.25s cubic-bezier(.16,1,.3,1) forwards modalPop;display:flex;overflow:hidden;box-shadow:0 25px 60px #07263f40}.modal-card.modal-project{max-width:720px}@keyframes modalPop{0%{opacity:0;transform:scale(.92)translateY(12px)}to{opacity:1;transform:scale(1)translateY(0)}}.modal-header{border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:flex-start;gap:1.5rem;padding:1.75rem 2rem 1.25rem;display:flex}.modal-tag{color:var(--color-accent-blue);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-size:.75rem;font-weight:800;display:inline-block}.modal-title{color:var(--text-heading);font-size:1.4rem;font-weight:800}.modal-job-meta{color:var(--text-muted);flex-wrap:wrap;gap:1rem;margin-top:.4rem;font-size:.82rem;display:flex}.modal-job-meta span{align-items:center;gap:.3rem;display:flex}.modal-close-btn{background:var(--bg-secondary);width:36px;height:36px;color:var(--text-muted);transition:all var(--transition-fast);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.modal-close-btn:hover{background:var(--color-accent-light);color:var(--color-accent-blue)}.modal-body{padding:1.75rem 2rem 2rem;overflow-y:auto}.modal-resume-notice{border-radius:var(--border-radius-md);color:#0369a1;background:#f0f9ff;border:1px solid #bae6fd;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:.85rem 1rem;font-size:.82rem;display:flex}.modal-footer-actions{justify-content:flex-end;gap:1rem;display:flex}.modal-success-box{text-align:center;flex-direction:column;align-items:center;padding:2rem 1rem;display:flex}.modal-success-box h3{color:var(--text-heading);margin:1rem 0 .5rem;font-size:1.6rem;font-weight:800}.modal-success-box p{color:var(--text-muted);margin-bottom:1.75rem;font-size:.95rem;line-height:1.6}.modal-project-img-box{border-radius:var(--border-radius-md);background:#f8fafc;width:100%;height:280px;margin-bottom:1.5rem;overflow:hidden}.modal-project-img{object-fit:cover;width:100%;height:100%}.modal-meta-chips{color:var(--text-muted);border-bottom:1px solid var(--border-light);gap:1.5rem;margin-bottom:1.25rem;padding-bottom:.75rem;font-size:.85rem;display:flex}.modal-project-content h4{color:var(--text-heading);margin-bottom:.5rem;font-size:1.05rem;font-weight:800}.modal-project-desc{color:var(--text-muted);margin-bottom:.75rem;font-size:.95rem;line-height:1.6}.modal-project-extra{color:#64748b;margin-bottom:1.25rem;font-size:.88rem;font-style:italic}.modal-tags-list{flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;display:flex}.modal-tech-tag{background:var(--bg-secondary);border:1px solid var(--border-light);color:var(--color-primary);border-radius:var(--border-radius-pill);padding:.25rem .75rem;font-size:.78rem;font-weight:700}.modal-section-group{margin-top:1.25rem;margin-bottom:1.25rem}.modal-subheading{color:var(--text-heading);align-items:center;gap:.4rem;margin-bottom:.5rem;font-size:.9rem;font-weight:700;display:flex}.modal-tech-tag.srv-tag{color:#00b4d8;background:#00d9ff1a;border-color:#00d9ff4d}.modal-features-list{flex-direction:column;gap:.4rem;margin:.5rem 0 1.25rem;padding:0;list-style:none;display:flex}.modal-features-list li{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.85rem;display:flex}.modal-features-list .feat-check{color:#00d9ff;flex-shrink:0}.modal-project-action-row{justify-content:flex-end;gap:1rem;display:flex}.toast-notification{color:#fff;border-radius:var(--border-radius-lg);z-index:4000;background:#07263f;border:1px solid #00b4d866;justify-content:space-between;align-items:center;gap:1.25rem;max-width:440px;padding:1rem 1.5rem;animation:.3s cubic-bezier(.16,1,.3,1) forwards toastSlideUp;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 10px 30px #00000040}@keyframes toastSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.toast-content{align-items:center;gap:.75rem;display:flex}.toast-icon{color:#10b981;flex-shrink:0}.toast-message{font-size:.88rem;font-weight:600;line-height:1.4}.toast-close{color:#94a3b8;transition:color var(--transition-fast)}.toast-close:hover{color:#fff}@media (width<=640px){.toast-notification{max-width:none;bottom:1rem;left:1rem;right:1rem}}.scroll-progress-top-bar{z-index:9000;pointer-events:none;background:0 0;width:100vw;height:2.5px;position:fixed;top:0;left:0}.scroll-progress-top-fill{background:linear-gradient(90deg,#00b4d8 0%,#0077b6 50%,#0b3b60 100%);width:0%;height:100%;transition:width .1s ease-out;box-shadow:0 0 10px #00b4d866}.scroll-progress-vertical-track{z-index:1000;pointer-events:none;background:#e2e8f080;border-radius:999px;width:3px;height:60vh;position:fixed;top:20%;right:6px;overflow:hidden}.scroll-progress-vertical-thumb{background:linear-gradient(#00b4d8 0%,#0077b6 100%);border-radius:999px;width:100%;height:0%;transition:height .1s ease-out;box-shadow:0 0 6px #00b4d880}@media (width<=1024px){.scroll-progress-vertical-track{display:none}}
