@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&family=Inter:wght@300;400;500;600&display=swap";:root{--clr-primary:#001026;--clr-primary-cont:#0b2545;--clr-on-primary:#fff;--clr-secondary:#00658c;--clr-secondary-cont:#29bcfe;--clr-on-secondary:#fff;--clr-accent:#12b4f5;--clr-tertiary:#000f27;--clr-tertiary-cont:#00244d;--clr-bg:#fcf9f8;--clr-surface:#fcf9f8;--clr-surface-lo:#f6f3f2;--clr-surface-hi:#eae7e7;--clr-surface-white:#fff;--clr-on-surface:#1c1b1b;--clr-on-surface-var:#44474e;--clr-outline:#74777f;--clr-outline-var:#c4c6cf;--clr-card-border:#e2e8f0;--font-heading:"Montserrat", sans-serif;--font-body:"Inter", sans-serif;--container-max:1400px;--gutter:32px;--section-gap:120px;--section-gap-mobile:64px;--radius-sm:.125rem;--radius:.25rem;--radius-md:.375rem;--radius-lg:.5rem;--radius-xl:.75rem;--radius-full:9999px;--shadow-card:0 1px 3px #0b25450f, 0 1px 2px #0b25450a;--shadow-card-hover:0 10px 30px #0b254514;--shadow-btn:0 2px 8px #12b4f559;--shadow-nav:0 1px 0 #e2e8f0;--grad-brand:linear-gradient(135deg, #001026 0%, #0b2545 60%, #1b4f91 100%);--grad-accent:linear-gradient(90deg, #12b4f5 0%, #29bcfe 100%)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px;overflow-x:hidden}body{font-family:var(--font-body);background-color:var(--clr-bg);color:var(--clr-on-surface);-webkit-font-smoothing:antialiased;min-width:0;line-height:1.5;overflow-x:hidden}img,video{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{cursor:pointer;font-family:var(--font-heading);background:0 0;border:none}.container{width:100%;max-width:var(--container-max);padding-inline:var(--gutter);margin-inline:auto}.section{padding-block:var(--section-gap)}@media (width<=768px){:root{--gutter:16px}.section{padding-block:var(--section-gap-mobile)}}@media (width>=1440px){:root{--container-max:1440px}html{font-size:17px}}.display-lg{font-family:var(--font-heading);letter-spacing:-.02em;font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.1}.headline-md{font-family:var(--font-heading);font-size:clamp(1.5rem,3vw,2rem);font-weight:700;line-height:1.2}.headline-sm{font-family:var(--font-heading);font-size:1.5rem;font-weight:600;line-height:1.3}.body-lg{font-family:var(--font-body);font-size:1.125rem;font-weight:400;line-height:1.6}.body-md{font-family:var(--font-body);font-size:1rem;font-weight:400;line-height:1.5}.label-caps{font-family:var(--font-heading);letter-spacing:.1em;text-transform:uppercase;font-size:.75rem;font-weight:700;line-height:1}.btn{font-family:var(--font-heading);letter-spacing:.02em;border-radius:var(--radius);cursor:pointer;white-space:nowrap;border:2px solid #0000;align-items:center;gap:.5rem;padding:.75rem 1.75rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-primary{background:var(--grad-accent);color:#fff;box-shadow:var(--shadow-btn)}.btn-primary:hover{background:linear-gradient(90deg,#0fa3dc 0%,#12b4f5 100%);transform:translateY(-1px);box-shadow:0 4px 14px #12b4f573}.btn-outline{color:var(--clr-on-primary);background:0 0;border-color:#fff9}.btn-outline:hover{background:#ffffff1a;border-color:#fff}.btn-outline-navy{color:var(--clr-primary-cont);border-color:var(--clr-primary-cont);background:0 0}.btn-outline-navy:hover{background:var(--clr-primary-cont);color:#fff}.card{background:var(--clr-surface-white);border:1px solid var(--clr-card-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);transition:transform .2s,box-shadow .2s,border-left-color .2s}.card:hover{box-shadow:var(--shadow-card-hover);border-left:4px solid var(--clr-accent);transform:translateY(-4px)}.section-heading{text-align:center;margin-bottom:3rem}.section-heading .overline{color:var(--clr-accent);margin-bottom:.75rem;display:block}.section-heading h2{color:var(--clr-primary-cont);margin-bottom:1rem}.section-heading p{color:var(--clr-on-surface-var);max-width:600px;margin-inline:auto}.section-dark{background:var(--grad-brand);color:#fff}.section-dark .section-heading h2,.section-dark .section-heading p{color:#ffffffe6}.section-dark .section-heading .overline{color:var(--clr-secondary-cont)}.glass{-webkit-backdrop-filter:blur(12px);border-radius:var(--radius-lg);background:#ffffff14;border:1px solid #ffffff26}@keyframes fadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-up,.fade-in{opacity:0}.fade-up.is-visible{animation:.65s cubic-bezier(.22,1,.36,1) both fadeUp}.fade-in.is-visible{animation:.5s both fadeIn}@media (prefers-reduced-motion:reduce){.fade-up,.fade-in{opacity:1!important;animation:none!important}}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}.delay-500{animation-delay:.5s}.hero .fade-up,.hero .fade-in,.page-hero .fade-up,.page-hero .fade-in,.service-hero .fade-up,.service-hero .fade-in{opacity:0;animation:.65s cubic-bezier(.22,1,.36,1) both fadeUp}.hero .fade-in,.page-hero .fade-in,.service-hero .fade-in{animation-name:fadeIn}.service-card-group,.service-related-grid,.service-related-grid *,.services-overview-grid *{opacity:1!important}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--clr-surface-lo)}::-webkit-scrollbar-thumb{background:var(--clr-outline-var);border-radius:3px}.navbar{z-index:1000;-webkit-backdrop-filter:blur(12px);background:#001026f5;border-bottom:1px solid #ffffff14;transition:background .3s,box-shadow .3s;position:sticky;top:0}.navbar--scrolled{background:#001026fc;box-shadow:0 4px 24px #00000040}.navbar-inner{justify-content:space-between;align-items:center;gap:2rem;height:72px;display:flex}.navbar-logo{flex-shrink:0;align-items:center;gap:.75rem;text-decoration:none;display:flex}.navbar-logo-img{object-fit:cover;width:52px;height:52px}.logo-text{flex-direction:column;display:flex}.logo-text-main{font-family:var(--font-heading);color:#fff;letter-spacing:.01em;font-size:.9rem;font-weight:700;line-height:1.1}.logo-text-sub{font-family:var(--font-heading);color:var(--clr-accent);letter-spacing:.12em;text-transform:uppercase;font-size:.6rem;font-weight:500}.navbar-links{flex:1;justify-content:center;align-items:center;gap:.25rem;display:flex}.nav-link{font-family:var(--font-heading);letter-spacing:.04em;text-transform:uppercase;color:#ffffffbf;border-radius:var(--radius);padding:.5rem .875rem;font-size:.8125rem;font-weight:600;text-decoration:none;transition:color .2s,background .2s;position:relative}.nav-link:hover,.nav-link.active{color:#fff;background:#ffffff14}.nav-link.active:after{content:"";background:var(--clr-accent);border-radius:1px;width:20px;height:2px;position:absolute;bottom:-1px;left:50%;transform:translate(-50%)}.nav-dropdown{position:relative}.nav-dropdown-menu{border-radius:var(--radius-lg);background:#0b2545;border:1px solid #ffffff1a;flex-direction:column;gap:.125rem;min-width:260px;padding:.5rem;display:none;position:absolute;top:calc(100% + 12px);left:50%;transform:translate(-50%);box-shadow:0 20px 60px #0006}.nav-dropdown:hover .nav-dropdown-menu,.nav-dropdown:focus-within .nav-dropdown-menu{display:flex}.nav-dropdown-item{border-radius:var(--radius-md);color:#fffc;font-family:var(--font-body);align-items:center;gap:.625rem;padding:.625rem .875rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:flex}.nav-dropdown-item:hover,.nav-dropdown-item.active{color:var(--clr-accent);background:#12b4f529;font-weight:600}.nav-dropdown-item svg{color:var(--clr-accent);flex-shrink:0}.navbar-cta{flex-shrink:0}.navbar-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:6px;display:none}.navbar-toggle span{background:#fff;border-radius:1px;width:24px;height:2px;transition:all .3s;display:block}.navbar-toggle.open span:first-child{transform:translateY(7px)rotate(45deg)}.navbar-toggle.open span:nth-child(2){opacity:0}.navbar-toggle.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.navbar-mobile{box-sizing:border-box;border-top:1px solid #ffffff14;flex-direction:column;gap:.25rem;width:100%;padding:1rem;display:none;overflow:hidden}.navbar-mobile.open{display:flex}.mobile-nav-link{font-family:var(--font-heading);letter-spacing:.04em;text-transform:uppercase;color:#fffc;border-radius:var(--radius-md);padding:.75rem 1rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:background .2s,color .2s}.mobile-nav-link:hover,.mobile-nav-link.active{color:#fff;background:#ffffff14}.mobile-services-section{padding:.5rem 1rem}.mobile-services-title{font-family:var(--font-heading);letter-spacing:.12em;text-transform:uppercase;color:var(--clr-accent);margin-bottom:.5rem;font-size:.7rem;font-weight:700}.mobile-services-grid{grid-template-columns:1fr 1fr;gap:.25rem;display:grid}.mobile-service-link{font-family:var(--font-body);color:#ffffffb3;border-radius:var(--radius);padding:.5rem .625rem;font-size:.8125rem;text-decoration:none;transition:color .2s}.mobile-service-link:hover,.mobile-service-link.active{color:var(--clr-accent);background:#12b4f524;font-weight:600}.mobile-services-toggle{text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;display:flex}.mobile-services-section{border-radius:var(--radius-md);background:#ffffff0a;border-left:2px solid #12b4f566;margin-bottom:.125rem;padding:.75rem 1rem .875rem}@media (width<=900px){.navbar-links,.navbar-cta{display:none}.navbar-toggle{display:flex}}@media (width<=480px){.navbar-inner{gap:1rem;height:60px}.logo-text-main{font-size:.8rem}.logo-text-sub{display:none}.mobile-services-grid{grid-template-columns:1fr}.mobile-service-link{font-size:.8125rem}}.footer{background:var(--grad-brand);color:#ffffffd9;padding-top:4rem}.footer-grid{border-bottom:1px solid #ffffff1a;grid-template-columns:1.8fr 1fr 1fr 1.4fr;gap:3rem;padding-bottom:3rem;display:grid}.footer-brand .logo-wrap{align-items:center;gap:.75rem;margin-bottom:1rem;text-decoration:none;display:flex}.footer-brand .logo-icon-ft{background:var(--grad-accent);border-radius:var(--radius-md);width:38px;height:38px;font-family:var(--font-heading);color:#fff;justify-content:center;align-items:center;font-size:1rem;font-weight:800;display:flex}.footer-brand .brand-name{font-family:var(--font-heading);color:#fff;font-size:.875rem;font-weight:700;line-height:1.2}.footer-brand .brand-sub{font-family:var(--font-heading);color:var(--clr-accent);letter-spacing:.12em;text-transform:uppercase;font-size:.6rem;font-weight:500}.footer-tagline{color:#ffffffa6;max-width:280px;margin-bottom:1.5rem;font-size:.875rem;line-height:1.6}.footer-contact-items{flex-direction:column;gap:.625rem;display:flex}.footer-contact-item{color:#ffffffbf;align-items:flex-start;gap:.625rem;font-size:.8125rem;display:flex}.footer-contact-item svg{color:var(--clr-accent);flex-shrink:0;margin-top:2px}.footer-col h4{font-family:var(--font-heading);letter-spacing:.12em;text-transform:uppercase;color:var(--clr-accent);margin-bottom:1.25rem;font-size:.7rem;font-weight:700}.footer-col ul{flex-direction:column;gap:.625rem;display:flex}.footer-col ul a{color:#ffffffb3;font-size:.875rem;text-decoration:none;transition:color .2s}.footer-col ul a:hover{color:#fff}.footer-socials{gap:.75rem;margin-top:1.5rem;display:flex}.footer-social-btn{border-radius:var(--radius-full);color:#ffffffb3;cursor:pointer;background:#ffffff14;border:1px solid #ffffff1f;justify-content:center;align-items:center;width:36px;height:36px;text-decoration:none;transition:background .2s,color .2s;display:flex}.footer-social-btn:hover{background:var(--clr-accent);color:#fff;border-color:var(--clr-accent)}.footer-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 0;display:flex}.footer-bottom p{color:#ffffff80;font-size:.8125rem}.footer-bottom-links{gap:1.5rem;display:flex}.footer-bottom-links a{color:#ffffff80;font-size:.8125rem;transition:color .2s}.footer-bottom-links a:hover{color:#ffffffd9}@media (width<=900px){.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}}@media (width<=560px){.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;align-items:flex-start;gap:.5rem}}.floating-btns{z-index:900;flex-direction:column;gap:.75rem;display:flex;position:fixed;bottom:2rem;right:1.5rem}.floating-btn{border-radius:var(--radius-full);color:#fff;font-family:var(--font-heading);white-space:nowrap;align-items:center;gap:.5rem;padding:.75rem 1.125rem;font-size:.8125rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 20px #00000040}.floating-btn:hover{transform:translateY(-2px)scale(1.04);box-shadow:0 8px 28px #0000004d}.floating-wa{background:#25d366}.floating-call{background:var(--grad-accent)}.floating-label{display:none}@media (hover:hover){.floating-btn:hover .floating-label{display:block}}@media (width<=560px){.floating-btns{bottom:1.25rem;right:1rem}.floating-btn{border-radius:var(--radius-full);padding:.75rem}.floating-label{display:none!important}}.service-card-group{cursor:pointer;height:400px;color:inherit;isolation:isolate;background:#0b172c;border-radius:1.5rem;text-decoration:none;display:block;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000059}.service-card-img{object-fit:cover;z-index:-2;width:100%;height:100%;transition:transform .7s cubic-bezier(.25,1,.5,1);position:absolute;inset:0}.service-card-group:hover .service-card-img{transform:scale(1.1)}.service-card-overlay{z-index:-1;pointer-events:none;background:linear-gradient(#0000 0%,#07102240 50%,#071022e0 100%);position:absolute;inset:0}.service-card-glass-panel{border-left:4px solid var(--clr-accent,#12b4f5);background:#ffffff4d;border-top:1px solid #ffffff26;border-bottom:1px solid #ffffff26;border-right:1px solid #ffffff26;border-radius:1rem;padding:1.5rem;transition:transform .5s cubic-bezier(.25,1,.5,1),background .3s;position:absolute;bottom:1.5rem;left:1.5rem;right:1.5rem}.service-card-group:hover .service-card-glass-panel{background:#0b172cd9;transform:translateY(-.5rem)}.service-card-title-v2{font-family:var(--font-heading);color:#fff;margin-bottom:.5rem;font-size:1.25rem;font-weight:700;line-height:1.3}.service-card-desc-v2{font-family:var(--font-body);color:#ffffffd1;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:.875rem;line-height:1.625;display:-webkit-box;overflow:hidden}@media (width<=640px){.service-card-group{height:340px}.service-card-glass-panel{padding:1.125rem;bottom:1rem;left:1rem;right:1rem}.service-card-title-v2{font-size:1.125rem}.service-card-desc-v2{font-size:.8125rem}}.hero{background-color:#071022;align-items:center;min-height:80vh;display:flex;position:relative;overflow:hidden}.hero-bg-img{object-fit:cover;object-position:center center;z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.hero-bg-overlay{z-index:1;pointer-events:none;background:linear-gradient(120deg,#071022d9 0%,#0a183299 45%,#060e1e66 100%);position:absolute;inset:0}.hero:before{content:"";pointer-events:none;z-index:1;background:radial-gradient(circle,#12b4f51f 0%,#0000 70%);border-radius:50%;width:560px;height:560px;position:absolute;top:-80px;right:-80px}.hero:after{content:"";pointer-events:none;z-index:1;background:radial-gradient(circle,#29bcfe14 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;bottom:-60px;left:-60px}.hero-grid{z-index:2;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;padding-block:3rem;display:grid;position:relative}.hero-overline{border-radius:var(--radius-full);color:var(--clr-accent);background:#12b4f526;border:1px solid #12b4f54d;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.375rem .875rem;display:inline-flex}.hero-title{font-family:var(--font-heading);letter-spacing:-.02em;color:#fff;margin-bottom:1.5rem;font-size:clamp(2.5rem,4.5vw,3.5rem);font-weight:700;line-height:1.1}.hero-title span{background:var(--grad-accent);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-desc{font-family:var(--font-body);color:#ffffffd9;max-width:580px;margin-bottom:2.5rem;font-size:1.15rem;line-height:1.7}.hero-desc-desktop{display:inline}.hero-desc-mobile{display:none}@media (width<=768px){.hero-desc-desktop,.image-accent-desktop{display:none}.hero-desc-mobile{display:inline}}.hero-actions{flex-wrap:wrap;gap:1rem;display:flex}.hero-stats{-webkit-backdrop-filter:blur(16px);border-radius:var(--radius-xl);background:#081326bf;border:1px solid #12b4f538;border-top-color:#fff3;grid-template-columns:repeat(4,1fr);gap:0;margin-top:2.75rem;display:grid;overflow:hidden;box-shadow:0 16px 36px #0006,inset 0 1px #ffffff1f}.hero-stat{text-align:center;background:0 0;padding:1.25rem 1rem;transition:background .3s;position:relative}.hero-stat:not(:last-child):after{content:"";background:linear-gradient(#0000,#ffffff2e,#0000);width:1px;height:60%;position:absolute;top:20%;right:0}.hero-stat:hover{background:#12b4f514}.hero-stat-num{font-family:var(--font-heading);color:var(--clr-accent,#12b4f5);text-shadow:0 2px 10px #12b4f559;letter-spacing:-.01em;margin-bottom:.4rem;font-size:2rem;font-weight:800;line-height:1}.hero-stat-label{color:#f1f5f9;font-size:.775rem;font-family:var(--font-heading);letter-spacing:.05em;text-transform:uppercase;text-shadow:0 1px 3px #000000b3;opacity:.95;font-weight:600}.hero-visual{position:relative}.hero-glass-card{-webkit-backdrop-filter:blur(14px);border-radius:var(--radius-xl);color:#fff;background:#08132685;border:1px solid #ffffff29;padding:2.25rem;box-shadow:0 20px 40px #0000004d,inset 0 1px #fff3}.hero-glass-header{border-bottom:1px solid #ffffff1a;margin-bottom:1.75rem;padding-bottom:1.25rem}.hero-glass-badge{letter-spacing:.05em;text-transform:uppercase;color:var(--clr-accent);border-radius:var(--radius-full);background:#12b4f526;border:1px solid #12b4f54d;align-items:center;gap:.375rem;margin-bottom:.75rem;padding:.25rem .75rem;font-size:.75rem;font-weight:700;display:inline-flex}.hero-glass-header h3{font-family:var(--font-heading);color:#fff;font-size:1.35rem;font-weight:700;line-height:1.3}.hero-glass-features{flex-direction:column;gap:1.25rem;margin-bottom:1.75rem;display:flex}.hero-glass-item{align-items:flex-start;gap:1rem;display:flex}.hero-glass-icon{width:42px;height:42px;color:var(--clr-accent);background:linear-gradient(135deg,#12b4f538 0%,#29bcfe1a 100%);border:1px solid #12b4f559;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.hero-glass-item h4{font-family:var(--font-heading);color:#fff;margin-bottom:.2rem;font-size:.95rem;font-weight:600}.hero-glass-item p{color:#ffffffb3;margin:0;font-size:.8125rem;line-height:1.4}.hero-glass-footer{border-top:1px solid #ffffff1a;padding-top:1.15rem}.hero-glass-footer-badge{color:#ffffffe6;align-items:center;gap:.625rem;font-size:.8125rem;font-weight:600;display:flex}.pulse-dot{background-color:#10b981;border-radius:50%;width:8px;height:8px;animation:2s infinite pulse-green;display:inline-block;box-shadow:0 0 #10b981b3}@keyframes pulse-green{0%{transform:scale(.95);box-shadow:0 0 #10b981b3}70%{transform:scale(1);box-shadow:0 0 0 8px #10b98100}to{transform:scale(.95);box-shadow:0 0 #10b98100}}.trust-bar{background:var(--clr-surface-white);border-bottom:1px solid var(--clr-card-border);padding-block:2.5rem}.trust-bar-inner{flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;display:flex}.trust-item{flex-shrink:0;align-items:center;gap:.625rem;display:flex}.trust-item-icon{border-radius:var(--radius-full);width:40px;height:40px;color:var(--clr-primary-cont);background:linear-gradient(135deg,#0010260f 0%,#12b4f51a 100%);justify-content:center;align-items:center;display:flex}.trust-item-text strong{font-family:var(--font-heading);color:var(--clr-primary-cont);font-size:.875rem;font-weight:700;display:block}.trust-item-text span{color:var(--clr-on-surface-var);font-size:.75rem}.trust-divider{background:var(--clr-card-border);flex-shrink:0;width:1px;height:40px}.about-snapshot{background:var(--clr-bg)}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.about-image-wrap{position:relative}.about-image-main{border-radius:var(--radius-xl);aspect-ratio:4/5;background:var(--clr-surface-hi);overflow:hidden}.about-image-main img{object-fit:cover;width:100%;height:100%}.about-image-accent{border-radius:var(--radius-xl);background:var(--grad-brand);color:#fff;text-align:center;width:220px;padding:1.5rem;position:absolute;bottom:-2rem;right:-2rem}.about-image-accent-num{font-family:var(--font-heading);color:var(--clr-accent);font-size:2.25rem;font-weight:800;line-height:1}.about-image-accent-label{opacity:.8;margin-top:.25rem;font-size:.8125rem;line-height:1.4}.about-content .overline{color:var(--clr-accent);margin-bottom:.875rem;display:block}.about-content h2{color:var(--clr-primary-cont);margin-bottom:1.25rem}.about-content p{color:var(--clr-on-surface-var);margin-bottom:2rem;font-size:1.0625rem;line-height:1.7}.about-features{grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:2.5rem;display:grid}.about-feature{align-items:flex-start;gap:.75rem;display:flex}.about-feature-icon{border-radius:var(--radius-md);width:40px;height:40px;color:var(--clr-primary-cont);background:linear-gradient(135deg,#0010260f 0%,#12b4f51a 100%);flex-shrink:0;justify-content:center;align-items:center;display:flex}.about-feature h4{font-family:var(--font-heading);color:var(--clr-primary-cont);margin-bottom:.25rem;font-size:.9375rem;font-weight:700}.about-feature p{color:var(--clr-on-surface-var);margin:0;font-size:.875rem}.services-grid-section{background:var(--clr-surface-lo)}.services-grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.why-section{background:var(--grad-brand);color:#fff}.why-grid{grid-template-columns:1fr;align-items:center;gap:5rem;display:grid}.why-content h2{color:#fff;margin-bottom:1.25rem}.why-content p{color:#ffffffbf;margin-bottom:2.5rem;font-size:1.0625rem;line-height:1.7}.why-items{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.why-item{border-radius:var(--radius-lg);background:#ffffff0d;border:1px solid #ffffff14;align-items:flex-start;gap:1rem;padding:1.25rem;transition:background .2s;display:flex}.why-item:hover{background:#ffffff14}.why-item-icon{border-radius:var(--radius-md);width:44px;height:44px;color:var(--clr-accent);background:#12b4f526;flex-shrink:0;justify-content:center;align-items:center;display:flex}.why-item h4{font-family:var(--font-heading);color:#fff;margin-bottom:.25rem;font-size:1rem;font-weight:700}.why-item p{color:#ffffffb3;margin:0;font-size:.875rem;line-height:1.5}.why-visual{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.why-stat-card{border-radius:var(--radius-lg);text-align:center;padding:1.5rem}.why-stat-card:first-child,.why-stat-card:nth-child(4){background:#12b4f51f;border:1px solid #12b4f533}.why-stat-card:nth-child(2),.why-stat-card:nth-child(3){background:#ffffff0f;border:1px solid #ffffff1a}.why-stat-num{font-family:var(--font-heading);color:var(--clr-accent);margin-bottom:.5rem;font-size:2.25rem;font-weight:800;line-height:1}.why-stat-label{color:#ffffffb3;font-size:.8125rem;font-weight:500;line-height:1.4}.cta-banner{background:var(--clr-bg)}.cta-banner-inner{background:var(--clr-primary-cont);border-radius:var(--radius-xl);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;padding:4rem 3rem;display:flex;position:relative;overflow:hidden}.cta-banner-inner:before{content:"";pointer-events:none;background:radial-gradient(circle,#12b4f526 0%,#0000 70%);width:300px;height:300px;position:absolute;top:-40px;right:-40px}.cta-banner-text h2{font-family:var(--font-heading);color:#fff;margin-bottom:.75rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:700}.cta-banner-text p{color:#ffffffbf;max-width:480px;font-size:1.0625rem}.cta-banner-actions{flex-wrap:wrap;flex-shrink:0;gap:1rem;display:flex}@media (width<=1024px){.hero-grid{text-align:center;grid-template-columns:1fr;padding-block:2rem}.hero-desc{max-width:none}.hero-actions{justify-content:center}.hero-visual{display:none}.hero-stats{grid-template-columns:repeat(2,1fr)}.about-grid{grid-template-columns:1fr;gap:3rem}.services-grid{grid-template-columns:repeat(2,1fr)}.why-grid{grid-template-columns:1fr;gap:2rem}.why-visual{display:none}.why-items{grid-template-columns:1fr 1fr}}@media (width<=768px){.hero{min-height:auto}.hero-bg-img{object-position:center top}.hero-grid{gap:2rem;padding-block:2.25rem 1.75rem}.hero-title{font-size:clamp(2rem,6.5vw,2.5rem)}.hero-glass-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#081326a6;padding:1.5rem}.hero-glass-header{margin-bottom:1.25rem;padding-bottom:1rem}.hero-glass-header h3{font-size:1.15rem}.hero-glass-item{gap:.75rem}.hero-glass-icon{border-radius:10px;width:36px;height:36px}.hero-glass-item h4{font-size:.875rem}.hero-glass-item p{font-size:.775rem}.hero-stats{grid-template-columns:repeat(2,1fr);margin-top:2rem}.hero-stat{border-bottom:1px solid #ffffff1a;border-right:1px solid #ffffff1a;padding:1rem .75rem}.hero-stat:nth-child(2n){border-right:none}.hero-stat:nth-last-child(-n+2){border-bottom:none}.hero-stat:after{display:none}.hero-stat-num{font-size:1.6rem}.hero-stat-label{font-size:.725rem}.about-features{grid-template-columns:1fr 1fr}.cta-banner-inner{padding:2.5rem 1.5rem}.services-grid{grid-template-columns:1fr;gap:1.5rem}.why-items{grid-template-columns:1fr}.trust-bar-inner{grid-template-columns:1fr 1fr;justify-items:start;gap:1rem 1.5rem;display:grid}.trust-divider{display:none}@media (width<=480px){.hero-grid{padding-block:1rem}.hero-overline{font-size:.6875rem}.hero-title{font-size:clamp(1.75rem,8vw,2.25rem)}.hero-actions{flex-direction:column;align-items:center}.hero-actions .btn{justify-content:center;width:100%}.hero-stats{grid-template-columns:repeat(2,1fr);gap:0}.hero-stat{padding:1rem .75rem}.hero-stat-num{font-size:1.25rem}.trust-bar-inner{gap:.75rem}.trust-divider{display:none}.trust-item{gap:.5rem}.trust-item-icon{width:32px;height:32px}.services-grid,.about-features,.why-items{grid-template-columns:1fr}.trust-bar{padding-block:1.25rem}.trust-bar-inner{grid-template-columns:1fr 1fr;justify-items:start;gap:.875rem 1rem}.why-items{grid-template-columns:1fr}.why-item{gap:.75rem;padding:1rem}.why-item-icon{width:36px;height:36px}.cta-banner-inner{text-align:center;justify-content:center;padding:2rem 1.25rem}.cta-banner-actions{flex-direction:column;justify-content:center;width:100%}.cta-banner-actions .btn{justify-content:center;width:100%;padding:1rem 1.25rem;font-size:.9375rem}}}.page-hero{background:var(--grad-brand);text-align:center;padding-block:5rem;position:relative;overflow:hidden}.page-hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#12b4f51a 0%,#0000 70%);width:480px;height:480px;position:absolute;top:-80px;right:-80px}.page-hero-inner{z-index:1;position:relative}.page-hero-overline{color:var(--clr-accent);margin-bottom:1rem;display:block}.page-hero h1{font-family:var(--font-heading);color:#fff;letter-spacing:-.02em;margin-bottom:1.25rem;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.15}.page-hero p{color:#ffffffc7;max-width:620px;margin-inline:auto;font-size:1.125rem;line-height:1.7}.services-overview{background:var(--clr-bg)}.services-overview-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:4rem;display:grid}.about-mission{background:var(--clr-bg)}.about-mission-grid{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.about-mission-image{border-radius:var(--radius-xl);aspect-ratio:3/4;background:var(--clr-surface-hi);overflow:hidden}.about-mission-image img{object-fit:cover;width:100%;height:100%}.about-mission-content h2{color:var(--clr-primary-cont);margin-bottom:1.25rem}.about-mission-content p{color:var(--clr-on-surface-var);margin-bottom:1.25rem;font-size:1.0625rem;line-height:1.7}.about-values{background:var(--clr-surface-lo)}.about-values-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem;display:grid}.value-card{background:var(--clr-surface-white);border:1px solid var(--clr-card-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:2rem 1.75rem;transition:transform .2s,box-shadow .2s}.value-card:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-4px)}.value-card-icon{border-radius:var(--radius-lg);width:52px;height:52px;color:var(--clr-primary-cont);background:linear-gradient(135deg,#0010260f 0%,#12b4f51a 100%);justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.value-card h3{font-family:var(--font-heading);color:var(--clr-primary-cont);margin-bottom:.625rem;font-size:1.125rem;font-weight:700}.value-card p{color:var(--clr-on-surface-var);font-size:.9375rem;line-height:1.6}.about-team-stats{background:var(--grad-brand);padding-block:4rem}.about-stats-grid{text-align:center;grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.about-stat h3{font-family:var(--font-heading);color:var(--clr-accent);margin-bottom:.5rem;font-size:2.5rem;font-weight:800}.about-stat p{color:#ffffffbf;font-size:.9375rem}.industries-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:4rem;display:grid}.industry-card{background:var(--clr-surface-white);border:1px solid var(--clr-card-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);transition:transform .25s,box-shadow .25s;overflow:hidden}.industry-card:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-6px)}.industry-card-img{aspect-ratio:16/9;overflow:hidden}.industry-card-img img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.industry-card:hover .industry-card-img img{transform:scale(1.06)}.industry-card-body{padding:1.5rem}.industry-card-body h3{font-family:var(--font-heading);color:var(--clr-primary-cont);margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.industry-card-body p{color:var(--clr-on-surface-var);font-size:.9rem;line-height:1.6}.contact-layout{background:var(--clr-bg)}.contact-grid{grid-template-columns:1fr 1.4fr;align-items:start;gap:4rem;display:grid}.contact-info h2{font-family:var(--font-heading);color:var(--clr-primary-cont);margin-bottom:1rem;font-size:1.75rem;font-weight:700}.contact-info p{color:var(--clr-on-surface-var);margin-bottom:2rem;font-size:1.0625rem;line-height:1.7}.contact-details{flex-direction:column;gap:1.125rem;margin-bottom:2.5rem;display:flex}.contact-detail{background:var(--clr-surface-white);border:1px solid var(--clr-card-border);border-radius:var(--radius-lg);align-items:flex-start;gap:1rem;padding:1rem 1.25rem;display:flex}.contact-detail-icon{border-radius:var(--radius-md);width:40px;height:40px;color:var(--clr-primary-cont);background:linear-gradient(135deg,#0010260f 0%,#12b4f51a 100%);flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact-detail h4{font-family:var(--font-heading);letter-spacing:.08em;text-transform:uppercase;color:var(--clr-accent);margin-bottom:.25rem;font-size:.75rem;font-weight:700}.contact-detail p{color:var(--clr-on-surface);margin:0;font-size:.9375rem}.contact-form-card{background:var(--clr-surface-white);border:1px solid var(--clr-card-border);border-radius:var(--radius-xl);box-shadow:var(--shadow-card);padding:2.5rem}.contact-form-card h2{font-family:var(--font-heading);color:var(--clr-primary-cont);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.contact-form-card>p{color:var(--clr-on-surface-var);margin-bottom:2rem;font-size:.9375rem}.form-grid{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem;display:grid}.form-field{flex-direction:column;gap:.375rem;display:flex}.form-field.full{grid-column:1/-1}.form-field label{font-family:var(--font-heading);letter-spacing:.08em;text-transform:uppercase;color:var(--clr-on-surface-var);font-size:.75rem;font-weight:700}.form-field input,.form-field select,.form-field textarea{font-family:var(--font-body);border-radius:var(--radius-md);border:1px solid var(--clr-card-border);color:var(--clr-on-surface);background:#edf2f7;outline:none;padding:.75rem 1rem;font-size:.9375rem;transition:border-color .2s,box-shadow .2s}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--clr-primary-cont);background:#fff;box-shadow:0 0 0 3px #12b4f526}.form-field textarea{resize:vertical;min-height:120px}.form-field.error input,.form-field.error textarea{border-color:var(--clr-error)}.form-error-msg{color:var(--clr-error);font-size:.8125rem}.form-success{border-radius:var(--radius-lg);color:#166534;font-family:var(--font-heading);text-align:center;background:#f0fdf4;border:1px solid #86efac;margin-bottom:1rem;padding:1.25rem;font-weight:600}.map-embed{background:var(--clr-surface-lo);padding-block:var(--section-gap)}.map-wrap{border-radius:var(--radius-xl);border:1px solid var(--clr-card-border);height:400px;overflow:hidden}.map-wrap iframe{border:0;width:100%;height:100%}@media (width<=1024px){.about-mission-grid{grid-template-columns:1fr}.about-mission-image{display:none}.about-stats-grid{grid-template-columns:repeat(2,1fr)}.contact-grid{grid-template-columns:1fr}.services-overview-grid,.industries-grid,.about-values-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.page-hero{padding-block:4rem}.page-hero h1{font-size:clamp(1.625rem,6vw,2.5rem)}.page-hero p{font-size:1rem}.form-grid{grid-template-columns:1fr}.contact-form-card{padding:1.75rem}.map-wrap{height:300px}.about-stats-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.page-hero{padding-block:3rem}.page-hero h1{font-size:clamp(1.5rem,7vw,2rem)}.services-overview-grid,.industries-grid,.about-values-grid{grid-template-columns:1fr}.about-stats-grid{grid-template-columns:1fr 1fr}.contact-form-card{padding:1.25rem}.contact-grid{gap:2rem}.contact-detail{gap:.75rem;padding:.875rem 1rem}.contact-detail-icon{width:34px;height:34px}.map-wrap{height:240px}.industry-card-img{aspect-ratio:16/9}}.service-hero{background:var(--grad-brand);padding-block:5rem;position:relative;overflow:hidden}.service-hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#12b4f51a 0%,#0000 70%);width:500px;height:500px;position:absolute;top:-100px;right:-100px}.service-hero-inner{z-index:1;position:relative}.service-hero-breadcrumb{color:#fff9;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.8125rem;display:flex}.service-hero-breadcrumb a{color:#fff9;text-decoration:none;transition:color .2s}.service-hero-breadcrumb a:hover{color:var(--clr-accent)}.service-hero-breadcrumb span{color:#fff6}.service-hero-label{color:var(--clr-accent);margin-bottom:1rem}.service-hero h1{font-family:var(--font-heading);color:#fff;letter-spacing:-.02em;margin-bottom:1.25rem;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.15}.service-hero p{color:#ffffffc7;max-width:640px;font-size:1.125rem;line-height:1.7}.service-body{background:var(--clr-bg);padding-block:var(--section-gap)}.service-body-grid{grid-template-columns:1.2fr 1fr;align-items:start;gap:5rem;display:grid}.service-body-content h2{font-family:var(--font-heading);color:var(--clr-primary-cont);margin-bottom:1.5rem;font-size:1.75rem;font-weight:700}.service-bullets{flex-direction:column;gap:.875rem;margin-bottom:2.5rem;display:flex}.service-bullet{align-items:flex-start;gap:.75rem;display:flex}.service-bullet svg{color:var(--clr-accent);flex-shrink:0;margin-top:3px}.service-bullet span{color:var(--clr-on-surface-var);font-size:1rem;line-height:1.55}.service-sub-categories{flex-direction:column;gap:1.5rem;margin-bottom:2.5rem;display:flex}.service-sub-category h3{font-family:var(--font-heading);letter-spacing:.1em;text-transform:uppercase;color:var(--clr-accent);margin-bottom:.75rem;font-size:.75rem;font-weight:700}.service-sub-items{flex-wrap:wrap;gap:.5rem;display:flex}.service-sub-badge{border-radius:var(--radius-full);background:var(--clr-surface-container,#f0eded);color:var(--clr-primary-cont);font-family:var(--font-heading);align-items:center;gap:.375rem;padding:.375rem .875rem;font-size:.8125rem;font-weight:600;display:inline-flex}.service-body-visual{position:sticky;top:96px}.service-image-wrap{border-radius:var(--radius-xl);aspect-ratio:3/4;background:var(--clr-surface-hi);margin-bottom:1.5rem;overflow:hidden}.service-image-wrap img{object-fit:cover;width:100%;height:100%}.service-cta-card{background:var(--grad-brand);border-radius:var(--radius-xl);color:#fff;padding:2rem}.service-cta-card h3{font-family:var(--font-heading);margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.service-cta-card p{color:#ffffffbf;margin-bottom:1.5rem;font-size:.9375rem;line-height:1.6}.service-cta-card .btn{justify-content:center;width:100%;margin-bottom:.5rem}.service-related{background:var(--clr-surface-lo);padding-block:var(--section-gap)}.service-related-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}@media (width<=900px){.service-body-grid{grid-template-columns:1fr;gap:3rem}.service-body-visual{order:-1;position:static}.service-image-wrap{aspect-ratio:16/9}.service-related-grid{grid-template-columns:1fr}}@media (width<=560px){.service-related-grid{grid-template-columns:1fr}.service-hero{padding-block:3rem}.service-hero h1{font-size:clamp(1.625rem,7vw,2.25rem)}}@media (width<=480px){.service-hero{padding-block:2.5rem}.service-hero p{font-size:1rem}.service-body,.service-related{padding-block:3rem}.service-related-grid{grid-template-columns:1fr}.service-sub-items{gap:.375rem}.service-sub-badge{padding:.3rem .625rem;font-size:.75rem}.service-cta-card{padding:1.5rem}}
