@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&display=swap";:root{--navy-950: #061018;--navy-900: #0c1f33;--navy-800: #143352;--navy-700: #1a4468;--accent: #0b4f7a;--accent-dark: #083a5c;--sky-400: #5ba3cf;--sky-500: #0b4f7a;--gold-400: #c9a227;--gold-500: #a8861f;--slate-50: #f8fafc;--slate-100: #f1f5f9;--slate-200: #e2e8f0;--slate-600: #475569;--slate-800: #1e293b;--white: #ffffff;--radius: 12px;--radius-lg: 20px;--shadow: 0 4px 24px rgba(3, 8, 18, .08);--shadow-lg: 0 20px 50px rgba(3, 8, 18, .15);--font: "Plus Jakarta Sans", system-ui, sans-serif;--nav-h: 76px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font);color:var(--slate-800);background:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.container{width:min(1200px,92vw);margin-inline:auto}.section{padding:clamp(3.5rem,8vw,6rem) 0}.section--alt{background:var(--slate-50)}.section--dark{background:linear-gradient(165deg,var(--navy-950) 0%,var(--navy-800) 100%);color:var(--white)}.eyebrow{font-size:.8rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--accent);margin:0 0 .5rem}.section-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;line-height:1.2;margin:0 0 1rem;color:var(--navy-900)}.section--dark .section-title{color:var(--white)}.section-lead{font-size:1.4rem;color:var(--slate-600);max-width:1000px;margin:0 auto;text-align:center}.section-header{text-align:center;margin-bottom:3rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 1.75rem;font-size:.95rem;font-weight:600;border-radius:6px;border:none;cursor:pointer;transition:transform .2s,box-shadow .2s,background .2s}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--accent);color:var(--white);box-shadow:0 2px 8px #0b4f7a33}.btn-primary:hover{background:var(--accent-dark);box-shadow:0 4px 12px #0b4f7a47}.btn-outline{background:transparent;color:var(--white);border:2px solid rgba(255,255,255,.5)}.btn-outline:hover{background:#ffffff1a;border-color:var(--white)}.btn-secondary{background:transparent;color:var(--white);border:2px solid rgba(255,255,255,.65)}.btn-secondary:hover{background:#ffffff1f;border-color:var(--white);color:var(--white)}.about-page__cta-band .btn-secondary{color:var(--white);border-color:#ffffff8c}.btn-dark{background:var(--navy-900);color:var(--white)}.btn-gold{background:linear-gradient(135deg,var(--gold-400),var(--gold-500));color:var(--navy-950);font-weight:700}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;width:100%;height:var(--nav-h);display:flex;align-items:center;padding:0;background:#ffffff12;backdrop-filter:blur(18px) saturate(160%);-webkit-backdrop-filter:blur(18px) saturate(160%);border-bottom:1px solid rgba(255,255,255,.16);box-shadow:0 8px 32px #0000001f,inset 0 1px #ffffff1f;transition:background .3s ease,border-color .3s ease,box-shadow .3s ease}.navbar--scrolled{background:#0c1f336b;border-bottom-color:#ffffff24;box-shadow:0 12px 40px #0000002e,inset 0 1px #ffffff1a}.navbar__inner{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:none;margin-inline:auto;padding:0 3vw}.navbar__logo{display:inline-flex;align-items:center;gap:.8rem;padding:.35rem .65rem .35rem .35rem;border-radius:999px;background:#ffffff0f;box-shadow:0 4px 18px #0000001f,inset 0 1px #ffffff14;transition:transform .25s ease,background .25s ease,border-color .25s ease,box-shadow .25s ease}.navbar__logo:hover{transform:translateY(-1px);background:#ffffff1a;box-shadow:0 8px 24px #0000002e,inset 0 1px #ffffff1f}.navbar__logo-mark{position:relative;flex-shrink:0;width:46px;height:46px;border-radius:50%;overflow:hidden;background:var(--white);box-shadow:0 0 0 1px #ffffff59,0 4px 14px #0000002e}.navbar__logo-mark img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center 24%;pointer-events:none}.navbar__logo-copy{display:flex;flex-direction:column;gap:.12rem;line-height:1.05;min-width:0}.navbar__logo-name{font-size:1.02rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--white);white-space:nowrap}.navbar__logo-tagline{font-size:.62rem;font-weight:600;letter-spacing:.24em;text-transform:uppercase;color:#ffffffb8;white-space:nowrap}.navbar__links{display:flex;align-items:center;gap:.25rem;list-style:none;margin:0;padding:0}.navbar__link{color:#ffffffe6;font-size:.9rem;font-weight:500;padding:.5rem 1rem;border-radius:8px;border:1px solid transparent;transition:color .2s ease,background .2s ease,border-color .2s ease}.navbar__link:hover,.navbar__link--active{color:var(--white);background:#ffffff1f}.navbar__dropdown{position:relative}.navbar__dropdown-menu{position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%);min-width:240px;background:#ffffffe0;backdrop-filter:blur(16px) saturate(160%);-webkit-backdrop-filter:blur(16px) saturate(160%);border:1px solid rgba(255,255,255,.6);border-radius:var(--radius);box-shadow:0 16px 48px #00000026;padding:.5rem;opacity:0;visibility:hidden;transition:opacity .2s,visibility .2s}.navbar__dropdown:hover .navbar__dropdown-menu,.navbar__dropdown.open .navbar__dropdown-menu{opacity:1;visibility:visible}.navbar__dropdown-menu a{display:block;padding:.65rem 1rem;color:var(--slate-800);font-size:.88rem;border-radius:8px}.navbar__dropdown-menu a:hover{background:var(--slate-100);color:var(--sky-500)}.navbar__cta{margin-left:.5rem}.navbar__toggle{display:none;background:none;border:none;color:var(--white);font-size:1.5rem;cursor:pointer;padding:.5rem}.mobile-nav{display:none;position:fixed;top:var(--nav-h);left:0;right:0;bottom:0;background:#061018b8;backdrop-filter:blur(20px) saturate(160%);-webkit-backdrop-filter:blur(20px) saturate(160%);padding:1.5rem;overflow-y:auto;z-index:999}.mobile-nav.open{display:block}.mobile-nav a{display:block;color:var(--white);padding:.85rem 0;font-weight:500;border-bottom:1px solid rgba(255,255,255,.08)}.mobile-nav__group-title{color:var(--sky-400);font-size:.75rem;text-transform:uppercase;letter-spacing:.15em;margin-top:1rem;margin-bottom:.5rem}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;color:var(--white);padding:calc(var(--nav-h) + 2rem) 1.5rem 4rem;overflow:hidden}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero__bg img{width:100%;height:100%;object-fit:cover}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0308124d,#0a162873,#03081299);z-index:1}.hero__content{position:relative;z-index:2;max-width:900px}.hero__badge{display:inline-block;padding:.4rem 1rem;background:#ffffff1f;border:1px solid rgba(255,255,255,.25);border-radius:999px;font-size:.8rem;font-weight:600;color:var(--white);margin-bottom:1.5rem;letter-spacing:.05em}.hero__title{font-size:clamp(2rem,5.5vw,3.5rem);font-weight:800;line-height:1.15;margin:0 0 1.25rem;letter-spacing:-.02em}.hero__subtitle{font-size:clamp(1rem,2vw,1.2rem);opacity:.9;max-width:680px;margin:0 auto 2rem;line-height:1.7}.hero__actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:2.5rem}.hero__metrics{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.hero__metric{padding:.6rem 1.25rem;background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:999px;font-size:.88rem;font-weight:600;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.service-card{position:relative;border-radius:var(--radius-lg);overflow:hidden;min-height:380px;display:flex;flex-direction:column;justify-content:flex-end;box-shadow:var(--shadow);transition:transform .3s,box-shadow .3s}.service-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}.service-card__bg{position:absolute;top:0;right:0;bottom:0;left:0}.service-card__bg img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.service-card:hover .service-card__bg img{transform:scale(1.06)}.service-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(3,8,18,.85) 0%,rgba(3,8,18,.35) 40%,transparent 70%)}.service-card__body{position:relative;z-index:1;padding:1.75rem;color:var(--white)}.service-card__title{font-size:1.15rem;font-weight:700;margin:0 0 .5rem;line-height:1.3}.service-card__desc{font-size:.9rem;opacity:.88;margin:0 0 1rem;line-height:1.5}.service-card__link{font-size:.85rem;font-weight:600;color:var(--sky-400);display:inline-flex;align-items:center;gap:.35rem}.industry-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3rem}.industry-card{display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--white);border-radius:var(--radius-lg);padding:1.75rem 1.25rem 2rem;text-align:center;text-decoration:none;color:inherit;box-shadow:var(--shadow);border:1px solid var(--slate-200);transition:transform .25s,border-color .25s,box-shadow .25s;min-height:260px}.industry-card:hover{transform:translateY(-4px);border-color:var(--sky-500);box-shadow:var(--shadow-lg)}.industry-card:focus-visible{outline:2px solid var(--sky-400);outline-offset:3px}.industry-card img{height:clamp(120px,12vw,155px);width:auto;max-width:100%;margin:0 0 1.25rem;object-fit:contain}.industry-card h3{font-size:1.05rem;margin:0;color:var(--navy-900)}.stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.stat-card{text-align:center;padding:1.5rem;background:var(--white);border-radius:var(--radius);border:1px solid var(--slate-200)}.stat-card strong{display:block;font-size:2rem;font-weight:800;color:var(--navy-900);line-height:1;margin-bottom:.35rem}.stat-card span{font-size:.85rem;color:var(--slate-600)}.gap-list{display:flex;flex-direction:column;gap:1.25rem;max-width:960px;margin:0 auto}.gap-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;align-items:stretch}.gap-box{padding:1.25rem 1.5rem;border-radius:var(--radius);font-size:.95rem;line-height:1.5}.gap-box--problem{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.gap-box--solution{background:#ecfdf5;border:1px solid #a7f3d0;color:#065f46}.credentials-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:800px;margin:0 auto}.team-card{background:var(--white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow)}.team-card__media{position:relative;overflow:hidden}.team-card img{width:100%;height:320px;object-fit:cover;object-position:top;display:block;transition:transform .35s ease}.team-card:hover img,.team-card:focus-within img{transform:scale(1.04)}.team-card__overlay{position:absolute;inset:auto 0 0;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:.15rem;padding:2.75rem 1.25rem 1.15rem;text-align:center;background:linear-gradient(to top,rgba(15,23,42,.96) 0%,rgba(15,23,42,.82) 55%,transparent 100%);opacity:0;transform:translateY(100%);transition:opacity .3s ease,transform .3s ease}.team-card:hover .team-card__overlay,.team-card:focus-within .team-card__overlay{opacity:1;transform:translateY(0)}.team-card__name{margin:0;font-weight:700;font-size:1rem;color:var(--white)}.team-card__role{margin:0 0 .25rem;font-size:.88rem;color:#ffffffd9}.team-card__linkedin{display:inline-flex;align-items:center;justify-content:center;color:var(--white);padding:.35rem;border-radius:4px;transition:color .2s ease,background .2s ease,transform .2s ease}.team-card__linkedin:hover{color:#7dd3fc;background:#ffffff1f;transform:scale(1.08)}@media(hover:none){.team-card__overlay{opacity:1;transform:translateY(0)}}.leadership-editorial .section-header{margin-bottom:3rem}.leadership-editorial__track{position:relative;max-width:1060px;margin:0 auto;display:flex;flex-direction:column;gap:clamp(3.5rem,8vw,5rem)}.leadership-editorial__track:before{content:"";position:absolute;left:50%;top:2rem;bottom:2rem;width:1px;background:linear-gradient(to bottom,transparent,var(--slate-200) 8%,var(--slate-200) 92%,transparent);transform:translate(-50%) scaleY(0);transform-origin:top center;pointer-events:none}.leadership-editorial__track:has(.reveal--visible):before{animation:leadership-line-in 1.1s cubic-bezier(.4,0,.2,1) forwards}@keyframes leadership-line-in{to{transform:translate(-50%) scaleY(1)}}.leader-profile-reveal.reveal{transition:opacity .65s ease,transform .65s cubic-bezier(.34,1.12,.64,1)}.leader-profile-reveal .leader-profile__media{opacity:0;transform:translate(-48px);transition:opacity .7s cubic-bezier(.4,0,.2,1),transform .75s cubic-bezier(.34,1.12,.64,1)}.leader-profile-reveal .leader-profile--flip .leader-profile__media{transform:translate(48px)}.leader-profile-reveal.reveal--visible .leader-profile__media{opacity:1;transform:translate(0)}.leader-profile-reveal .leader-profile__badge{opacity:0;transform:translateY(14px);transition:opacity .5s ease .35s,transform .55s cubic-bezier(.34,1.12,.64,1) .35s}.leader-profile-reveal.reveal--visible .leader-profile__badge{opacity:1;transform:translateY(0)}.leader-profile-reveal .leader-profile__content>*{opacity:0;transform:translateY(22px);transition:opacity .55s ease,transform .6s cubic-bezier(.34,1.12,.64,1)}.leader-profile-reveal.reveal--visible .leader-profile__content>.leader-profile__num{opacity:1;transform:translateY(0);transition-delay:.2s}.leader-profile-reveal.reveal--visible .leader-profile__content>.leader-profile__name{opacity:1;transform:translateY(0);transition-delay:.32s}.leader-profile-reveal.reveal--visible .leader-profile__content>.leader-profile__quote{opacity:1;transform:translateY(0);transition-delay:.44s}.leader-profile-reveal.reveal--visible .leader-profile__content>.leader-profile__bio{opacity:1;transform:translateY(0);transition-delay:.56s}.leader-profile-reveal.reveal--visible .leader-profile__content>.leader-profile__linkedin{opacity:1;transform:translateY(0);transition-delay:.68s}.leader-profile{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,4rem);align-items:center}.leader-profile--flip{direction:rtl}.leader-profile--flip>*{direction:ltr}.leader-profile__media{position:relative}.leader-profile__frame{position:relative;border-radius:var(--radius-lg);overflow:hidden;background:var(--white);box-shadow:var(--shadow-lg);transition:transform .5s cubic-bezier(.34,1.12,.64,1)}.leader-profile__frame:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;border:1px solid rgba(11,79,122,.12);z-index:1;pointer-events:none}.leader-profile__frame:after{content:"";position:absolute;top:-10px;right:-10px;width:72%;height:72%;border:2px solid var(--accent);border-radius:var(--radius-lg);z-index:-1;opacity:.35;transition:opacity .4s ease,transform .5s ease}.leader-profile--flip .leader-profile__frame:after{right:auto;left:-10px}.leader-profile:hover .leader-profile__frame{transform:translateY(-6px)}.leader-profile:hover .leader-profile__frame:after{opacity:.65;transform:translate(4px,4px)}.leader-profile--flip:hover .leader-profile__frame:after{transform:translate(-4px,4px)}.leader-profile__frame img{width:100%;height:clamp(340px,42vw,440px);object-fit:cover;object-position:top center;display:block;transition:transform .6s ease}.leader-profile:hover .leader-profile__frame img{transform:scale(1.03)}.leader-profile__badge{position:absolute;bottom:1.25rem;left:1.25rem;z-index:2;padding:.4rem .85rem;font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--white);background:var(--accent);border-radius:4px;box-shadow:0 4px 14px #0b4f7a59;transition:transform .35s ease,box-shadow .35s ease}.leader-profile:hover .leader-profile__badge{transform:translateY(-2px);box-shadow:0 6px 18px #0b4f7a73}.leader-profile__content{padding:.5rem 0}.leader-profile__num{display:block;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;line-height:1;letter-spacing:-.04em;color:var(--slate-200);margin-bottom:.5rem}.leader-profile__name{margin:0 0 1rem;font-size:clamp(1.5rem,3vw,2.1rem);font-weight:800;line-height:1.15;letter-spacing:-.02em;color:var(--navy-900)}.leader-profile__quote{margin:0 0 1.15rem;padding-left:1rem;border-left:3px solid var(--accent);font-size:clamp(1rem,1.8vw,1.12rem);font-weight:500;font-style:italic;line-height:1.65;color:var(--navy-800);transition:border-color .35s ease,padding-left .35s ease}.leader-profile:hover .leader-profile__quote{padding-left:1.15rem;border-left-color:var(--sky-400)}.leader-profile__bio{margin:0 0 1.35rem;font-size:.98rem;line-height:1.8;color:var(--slate-600)}.leader-profile__linkedin{display:inline-flex;align-items:center;gap:.45rem;font-size:.9rem;font-weight:600;color:var(--accent);transition:color .2s ease,gap .2s ease}.leader-profile__linkedin:hover{color:var(--accent-dark);gap:.6rem}@media(max-width:900px){.leadership-editorial__track:before{display:none}.leader-profile,.leader-profile--flip{grid-template-columns:1fr;direction:ltr;gap:1.5rem}.leader-profile__frame img{height:clamp(300px,55vw,380px)}.leader-profile__num{font-size:2rem}}@media(prefers-reduced-motion:reduce){.leadership-editorial__track:before,.leadership-editorial__track:has(.reveal--visible):before{animation:none;transform:translate(-50%) scaleY(1)}.leader-profile-reveal .leader-profile__media,.leader-profile-reveal .leader-profile__badge,.leader-profile-reveal .leader-profile__content>*{opacity:1;transform:none;transition:none}.leader-profile__frame,.leader-profile__frame:after,.leader-profile__frame img{transition:none}.leader-profile:hover .leader-profile__frame,.leader-profile:hover .leader-profile__frame img{transform:none}}.cert-row{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem}.cert-item{width:100px;height:80px;display:flex;align-items:center;justify-content:center;background:var(--white);border-radius:var(--radius);padding:.75rem;box-shadow:var(--shadow)}.cert-item img{max-height:100%;width:auto;object-fit:contain}.cert-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.75rem}.cert-card{background:var(--white);border-radius:var(--radius-lg);padding:1.75rem;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:1rem;height:100%}.cert-card__logo{display:flex;align-items:center;justify-content:center;min-height:120px;padding:1rem;background:#f8fafc;border-radius:var(--radius);border:1px solid var(--border)}.cert-card__logo img{max-height:96px;max-width:100%;width:auto;object-fit:contain}.cert-card h3{margin:0;font-size:1.05rem;color:var(--navy)}.cert-card p{margin:0;font-size:.92rem;line-height:1.65;color:var(--muted)}.page-hero{position:relative;min-height:420px;display:flex;align-items:center;justify-content:center;text-align:center;color:var(--white);padding:calc(var(--nav-h) + 2rem) 1.5rem 3rem;margin-top:0}.page-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0}.page-hero__bg img{width:100%;height:100%;object-fit:cover}.page-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#03081259,#0f234080)}.page-hero__content{position:relative;z-index:1;max-width:800px}.page-hero h1{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:800;margin:0 0 .75rem}.page-hero p{font-size:1.1rem;opacity:.92;margin:0 0 1.5rem}.page-hero__badge{margin:0 0 .75rem;font-size:.8rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--white)}.page-hero__actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:.25rem}.clients-section{background:linear-gradient(180deg,#e8f1f8 0%,var(--slate-50) 55%,var(--white) 100%);overflow:hidden;padding-bottom:clamp(3rem,6vw,4.5rem)}.clients-marquee{position:relative;margin-top:.5rem;overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent)}.clients-marquee__track{display:flex;align-items:center;gap:1.25rem;width:max-content;padding:.5rem 0;animation:clients-scroll 45s linear infinite;will-change:transform}.clients-marquee:hover .clients-marquee__track{animation-play-state:paused}@keyframes clients-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.clients-card{flex:0 0 auto;width:clamp(150px,16vw,190px);height:clamp(88px,10vw,108px);display:flex;align-items:center;justify-content:center;padding:1rem 1.25rem;background:var(--white);border-radius:var(--radius-lg);border:1px solid rgba(11,79,122,.12);box-shadow:0 8px 24px #0c1f3314}.clients-card img{max-width:100%;max-height:56px;width:auto;height:auto;object-fit:contain}@media(prefers-reduced-motion:reduce){.clients-marquee__track{animation:none;flex-wrap:wrap;justify-content:center;width:min(1100px,92vw);margin-inline:auto;gap:1rem}.clients-marquee{mask-image:none;-webkit-mask-image:none}}.form-section{padding:clamp(3rem,6vw,5rem) 0}.contact-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.85fr);gap:clamp(1.5rem,3vw,2.5rem);align-items:stretch}.contact-form-panel{background:var(--white);border-radius:var(--radius-lg);padding:clamp(1.75rem,4vw,2.75rem);box-shadow:var(--shadow-lg);border:1px solid var(--slate-200)}.contact-form-panel__title{margin:0 0 .75rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:800;color:var(--navy-900);line-height:1.2}.contact-form-panel__lead{margin:0 0 2rem;color:var(--slate-600);font-size:.98rem;line-height:1.7;max-width:52ch}.contact-form__grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.contact-form__actions{display:flex;justify-content:flex-end;margin-top:1.75rem}.quote-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;display:flex;align-items:center;justify-content:center;padding:1.25rem}.quote-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:none;padding:0;background:#06101ca6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer}.quote-modal__dialog{position:relative;z-index:1;width:min(560px,100%);max-height:min(92vh,720px);overflow-y:auto;background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:1px solid var(--slate-200);outline:none}.quote-modal__close{position:absolute;top:.85rem;right:.85rem;z-index:2;width:2.25rem;height:2.25rem;display:flex;align-items:center;justify-content:center;border:none;border-radius:8px;background:var(--slate-100);color:var(--slate-800);font-size:1.35rem;line-height:1;cursor:pointer;transition:background .2s ease,color .2s ease}.quote-modal__close:hover{background:var(--slate-200);color:var(--navy-900)}.quote-modal__content{padding:2rem 2rem 1.75rem}.quote-modal__content .contact-form-panel__title{padding-right:2rem}.quote-modal__content .contact-form__actions{justify-content:stretch}.quote-modal__content .contact-form__actions .btn{width:100%}.product-detail-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;display:flex;align-items:center;justify-content:center;padding:1.25rem}.product-detail-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:none;padding:0;background:#06101ca6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer}.product-detail-modal__dialog{position:relative;z-index:1;width:min(720px,100%);max-height:min(90vh,800px);overflow-y:auto;background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:1px solid var(--slate-200);outline:none}.product-detail-modal__close{position:absolute;top:.85rem;right:.85rem;z-index:2;width:2.25rem;height:2.25rem;display:flex;align-items:center;justify-content:center;border:none;border-radius:8px;background:var(--slate-100);color:var(--slate-800);font-size:1.35rem;line-height:1;cursor:pointer;transition:background .2s ease,color .2s ease}.product-detail-modal__close:hover{background:var(--slate-200);color:var(--navy-900)}.product-detail-modal__content{padding:2rem}.product-detail-modal__gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem;margin-bottom:1.5rem}.product-detail-modal__gallery img{width:100%;border-radius:var(--radius);aspect-ratio:16 / 10;object-fit:cover;border:1px solid var(--slate-200)}.product-detail-modal__gallery--contain img{aspect-ratio:auto;height:180px;object-fit:contain;background:var(--slate-50);padding:.5rem}.product-detail-modal__title{margin:0 0 1.25rem;font-size:1.5rem;font-weight:800;color:var(--navy-900);padding-right:2rem}.product-detail-modal__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.75rem;padding-top:1.25rem;border-top:1px solid var(--slate-200)}.product-detail-modal__actions .btn-outline{color:var(--accent);border:2px solid var(--accent);background:transparent}.product-detail-modal__actions .btn-outline:hover{background:#0b4f7a14}.contact-info-card{background:linear-gradient(165deg,var(--navy-900) 0%,var(--navy-800) 100%);color:var(--white);border-radius:var(--radius-lg);padding:clamp(1.75rem,4vw,2.25rem);box-shadow:var(--shadow-lg);display:flex;flex-direction:column;gap:1.5rem}.contact-info-card__intro{margin:0;font-size:1.05rem;font-weight:600;line-height:1.5}.contact-info-card__list{display:flex;flex-direction:column;gap:.85rem}.contact-info-card__item{display:flex;align-items:center;gap:.85rem;padding:1rem 1.1rem;border-radius:var(--radius);background:#ffffff14;border:1px solid rgba(255,255,255,.1);transition:background .2s ease,transform .2s ease}.contact-info-card__item:hover{background:#ffffff1f;transform:translateY(-1px)}.contact-info-card__item--address{align-items:flex-start}.contact-info-card__item--address .contact-info-card__icon{margin-top:.1rem}.contact-info-card__item--address span span{line-height:1.55}.contact-info-card__icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:#7eb8e0}.contact-info-card__item span:last-child{display:flex;flex-direction:column;gap:.15rem;min-width:0}.contact-info-card__item strong{font-size:.82rem;font-weight:700;letter-spacing:.02em}.contact-info-card__item span span{font-size:.92rem;color:#ffffffeb;word-break:break-word}.contact-info-card__social{margin-top:auto;padding-top:1.25rem;border-top:1px solid rgba(255,255,255,.14)}.contact-info-card__social p{margin:0 0 .85rem;font-size:.92rem;font-weight:600}.contact-info-card__social-links{display:flex;align-items:center;gap:.75rem}.contact-info-card__social-links a{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:999px;background:#ffffff1a;color:var(--white);transition:background .2s ease,transform .2s ease,color .2s ease}.contact-info-card__social-links a:hover{background:#ffffff2e;color:#7eb8e0;transform:translateY(-2px)}.phone-field{display:grid;grid-template-columns:92px minmax(0,1fr);gap:.75rem}.phone-field__code{padding:.85rem .75rem;border:1px solid var(--slate-200);border-radius:10px;background:var(--slate-50);color:var(--navy-800);cursor:pointer}.phone-field input{width:100%}.form-card{max-width:720px;margin:0 auto;background:var(--white);border-radius:var(--radius-lg);padding:2.5rem;box-shadow:var(--shadow-lg);border:1px solid var(--slate-200)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.4rem}.form-group--full{grid-column:1 / -1}.form-group label{font-size:.88rem;font-weight:600;color:var(--navy-800)}.form-group input,.form-group textarea,.form-group select,.phone-field input,.phone-field__code{padding:.85rem 1rem;border:1px solid var(--slate-200);border-radius:10px;background:var(--slate-50);transition:border-color .2s,box-shadow .2s}.form-group input:focus,.form-group textarea:focus,.phone-field input:focus,.phone-field__code:focus{outline:none;border-color:var(--sky-500);box-shadow:0 0 0 3px #0ea5e926}.form-group textarea{min-height:140px;resize:vertical}.service-desc{max-width:800px;margin:0 auto;padding:3rem 1.5rem;text-align:center;font-size:1.05rem;line-height:1.8;color:var(--slate-600)}.feature-section{position:relative;padding:4rem 0;color:var(--white)}.feature-section__bg{position:absolute;top:0;right:0;bottom:0;left:0}.feature-section__bg img{width:100%;height:100%;object-fit:cover;filter:brightness(.78) saturate(1.08)}.feature-section__inner{position:relative;z-index:1}.features-grid{display:grid;gap:1.25rem;margin-top:2rem;justify-content:center;grid-template-columns:repeat(4,260px)}.features-grid--2{grid-template-columns:repeat(2,260px)}.features-grid--3{grid-template-columns:repeat(3,260px)}.features-grid--4{grid-template-columns:repeat(4,260px)}.feature-card{background:#fffffff2;color:var(--slate-800);border-radius:var(--radius);padding:1.5rem;width:260px;height:300px;display:flex;flex-direction:column;box-sizing:border-box}.feature-card h3{font-size:1.05rem;margin:0 0 1rem;color:var(--navy-900);flex-shrink:0}.feature-card ul{margin:0;padding:0;list-style:none;flex:1;overflow:hidden}.feature-card li{font-size:.9rem;padding:.35rem 0 .35rem 1.25rem;position:relative}.feature-card li:before{content:"✓";position:absolute;left:0;color:var(--sky-500);font-weight:700}.why-grid{display:grid;gap:1.5rem;margin:2rem 0 3rem;justify-content:center;grid-template-columns:repeat(3,280px)}.why-grid--3{grid-template-columns:repeat(3,280px)}.why-card{text-align:center;width:280px;height:240px;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;padding:1.75rem 1.25rem;background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--slate-200);box-shadow:var(--shadow)}.why-card__icon{display:inline-flex;align-items:center;justify-content:center;width:3.25rem;height:3.25rem;margin:0 0 1rem;flex-shrink:0;border-radius:14px;background:linear-gradient(145deg,#0b4f7a1a,#0b4f7a0a);color:var(--accent);border:1px solid rgba(11,79,122,.12)}.why-card__icon svg{width:1.55rem;height:1.55rem}.why-card h3{font-size:1.05rem;margin:0 0 .65rem;color:var(--navy-900);flex-shrink:0;min-height:2.5rem;display:flex;align-items:center;justify-content:center;line-height:1.3}.why-card p{font-size:.88rem;color:var(--slate-600);margin:0;flex:1;display:flex;align-items:center;justify-content:center;line-height:1.55;max-width:100%}.find-us{padding-top:clamp(2.5rem,5vw,3.5rem);padding-bottom:clamp(2rem,4vw,3rem)}.find-us__header{margin-bottom:1.5rem}.find-us__title{margin:0 0 .5rem;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:800;color:var(--navy-900);letter-spacing:-.02em}.find-us__lead{margin:0;font-size:1rem;color:var(--slate-600)}.find-us__map-wrap{position:relative;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg);border:1px solid var(--slate-200);background:var(--white)}.find-us__card{position:absolute;top:.85rem;left:.85rem;z-index:2;max-width:min(260px,calc(100% - 1.75rem));padding:.7rem .85rem;background:var(--white);border-radius:10px;box-shadow:0 6px 20px #0c1f3324;border:1px solid var(--slate-200);pointer-events:auto}.find-us__card-title{margin:0 0 .2rem;font-size:.82rem;font-weight:700;line-height:1.3;color:var(--navy-900)}.find-us__card-label{margin:0 0 .4rem;font-size:.7rem;color:var(--slate-600)}.find-us__card-address{margin:0 0 .5rem;font-size:.74rem;line-height:1.45;color:var(--slate-800)}.find-us__card-link{font-size:.74rem;font-weight:600;color:var(--accent)}.find-us__card-link:hover{text-decoration:underline}.find-us__map{display:block;width:100%;height:clamp(320px,50vw,480px);border:0;position:relative;z-index:1}@media(max-width:640px){.find-us__card{top:.65rem;left:.65rem;max-width:calc(100% - 1.3rem);padding:.6rem .75rem}.find-us__card-title{font-size:.78rem}.find-us__card-address{font-size:.7rem}}.product-row{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:center;padding:2.5rem 0;border-bottom:1px solid var(--slate-200)}.product-row:last-child{border-bottom:none}.product-row--reverse{direction:rtl}.product-row--reverse>*{direction:ltr}.product-row__images{display:flex;flex-direction:column;gap:1rem}.product-row__images img{border-radius:var(--radius-lg);box-shadow:var(--shadow)}.product-row h2{font-size:1.35rem;margin:0 0 1rem;color:var(--navy-900)}.product-row ul{margin:0;padding-left:1.25rem;color:var(--slate-600)}.product-row li{margin-bottom:.5rem}.about-page__story .section-header{margin-bottom:2rem}.about-page__story .section-lead{font-size:clamp(1.05rem,2vw,1.15rem);max-width:720px;line-height:1.8;margin-bottom:0}.about-page__prose{max-width:760px;margin:0 auto 2.75rem;text-align:center}.about-page__prose>p{margin:0;font-size:clamp(1.02rem,1.9vw,1.12rem);line-height:1.85;color:var(--slate-600)}.about-page__location{display:flex;align-items:flex-start;gap:.85rem;margin-top:1.5rem;padding:1.15rem 1.35rem;text-align:left;background:var(--white);border-radius:var(--radius);border:1px solid var(--slate-200);box-shadow:var(--shadow)}.about-page__location-icon{flex-shrink:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;font-size:1.1rem;color:var(--accent);background:#0b4f7a14;border-radius:50%}.about-page__location p{margin:0;font-size:.95rem;line-height:1.7;color:var(--slate-600)}.about-page__location strong{color:var(--navy-900);font-weight:600}.about-page__stats{margin-bottom:3rem}.about-page__stat{background:var(--white);border:1px solid var(--slate-200);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.about-page__stat .count-up{display:block;font-size:clamp(1.75rem,4vw,2rem);font-weight:800;line-height:1.1;color:var(--navy-900);font-variant-numeric:tabular-nums;margin-bottom:.35rem}.about-page__stat span{display:block;font-size:.85rem;color:var(--slate-600);line-height:1.4}.about-page__stat:hover{transform:translateY(-4px);border-color:#0b4f7a33;box-shadow:var(--shadow-lg)}.about-pillars{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(1.5rem,3vw,2rem);align-items:stretch}.about-pillar{padding:clamp(1.75rem,3vw,2.25rem);background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--slate-200);box-shadow:var(--shadow);border-top:3px solid var(--accent);transition:transform .35s ease,box-shadow .35s ease}.about-pillar:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.about-pillar .section-header{margin-bottom:1.15rem}.about-pillar ul{list-style:none;padding:0;margin:0}.about-pillar li{padding:.55rem 0 .55rem 1.35rem;position:relative;font-size:.96rem;line-height:1.65;color:var(--slate-600);border-bottom:1px solid var(--slate-100)}.about-pillar li:last-child{border-bottom:none}.about-pillar li:before{content:"";position:absolute;left:0;top:.95rem;width:6px;height:6px;border-radius:50%;background:var(--accent)}.about-page__cta-band{background:linear-gradient(135deg,var(--navy-900) 0%,var(--navy-800) 100%);color:var(--white);padding:clamp(3rem,6vw,4rem) 0}.about-page__cta-inner{text-align:center;max-width:640px;margin:0 auto}.about-page__cta-title{margin:0 0 .85rem;font-size:clamp(1.35rem,3vw,1.85rem);font-weight:800;line-height:1.2;letter-spacing:-.02em}.about-page__cta-text{margin:0 0 1.75rem;font-size:1.02rem;line-height:1.75;color:#ffffffd1}.about-page__cta-actions{display:flex;flex-wrap:wrap;gap:.85rem;justify-content:center}.about-page__cta-band .btn-primary{background:var(--white);color:var(--navy-900);box-shadow:none}.about-page__cta-band .btn-primary:hover{background:var(--slate-100);color:var(--navy-900)}.about-page__gallery .section-header{margin-bottom:2.25rem}.about-page__gallery .about-carousel{margin-top:0;padding-bottom:.5rem}.clients-section--compact{padding-top:clamp(2.5rem,5vw,3.5rem);padding-bottom:clamp(2.5rem,5vw,3.5rem)}.clients-section--compact .section-header{margin-bottom:2rem}.leadership-editorial{background:var(--white);border-top:1px solid var(--slate-200)}.about-carousel{margin-top:0;padding:0}.about-carousel__viewport{overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent)}.about-carousel__track{display:flex;align-items:stretch;gap:1.25rem;width:max-content;padding:.75rem .25rem;animation:about-gallery-scroll 38s linear infinite;will-change:transform}.about-carousel:hover .about-carousel__track{animation-play-state:paused}@keyframes about-gallery-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.about-carousel__card{flex:0 0 auto;width:clamp(240px,30vw,300px);aspect-ratio:4 / 3;margin:0;border-radius:var(--radius-lg);overflow:hidden;background:var(--slate-100);border:1px solid var(--slate-200);box-shadow:var(--shadow);transition:transform .35s cubic-bezier(.34,1.12,.64,1),box-shadow .35s ease,border-color .35s ease}.about-carousel__card:hover{transform:translateY(-8px);border-color:#0b4f7a4d;box-shadow:0 20px 45px #06101824,0 0 0 1px #0b4f7a1a}.about-carousel__media{width:100%;height:100%;overflow:hidden}.about-carousel__media img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .5s ease}.about-carousel__card:hover .about-carousel__media img{transform:scale(1.08)}@media(prefers-reduced-motion:reduce){.about-carousel__track{animation:none;flex-wrap:wrap;justify-content:center;width:min(1100px,92vw);margin-inline:auto;gap:1rem}.about-carousel__viewport{mask-image:none;-webkit-mask-image:none}.about-carousel__card:hover,.about-carousel__card:hover .about-carousel__media img{transform:none}}.industry-hero-block{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3rem}.industry-hero-card{position:relative;border-radius:var(--radius-lg);overflow:hidden;min-height:320px}.industry-hero-card img{width:100%;height:100%;object-fit:cover;min-height:320px}.industry-hero-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(3,8,18,.72) 0%,rgba(3,8,18,.2) 45%,transparent 75%);display:flex;align-items:flex-end;padding:1.5rem}.industry-hero-card h3{color:var(--white);margin:0;font-size:1.2rem}.footer{background:var(--navy-950);color:#fffc;padding:3.5rem 0 1.5rem}.footer__top{display:grid;grid-template-columns:1.2fr repeat(3,1fr);gap:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid rgba(255,255,255,.08)}.footer__logo{display:inline-block;margin-bottom:1rem}.footer__logo-mark{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;overflow:hidden;background:var(--white);box-shadow:0 0 0 1px #fff3,0 4px 16px #0003}.footer__logo-mark img{width:100%;height:100%;object-fit:cover;object-position:center 24%}.footer__brand p{font-size:.9rem;line-height:1.6;max-width:280px;opacity:.85}.footer__col h4{color:var(--white);font-size:.85rem;text-transform:uppercase;letter-spacing:.1em;margin:0 0 1rem}.footer__col a,.footer__col p{display:block;font-size:.9rem;padding:.25rem 0;color:#ffffffbf;transition:color .2s}.footer__col a:hover{color:var(--sky-400)}.footer__address{margin-top:.5rem;font-style:normal;line-height:1.55;max-width:280px;color:#ffffffbf;font-size:.9rem}.footer__address-label{display:block;color:var(--white);font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.35rem}.footer__bottom{padding-top:1.5rem;text-align:center;font-size:.85rem;opacity:.6}main{min-height:50vh}.page-content{padding-top:0}@media(max-width:1024px){.industry-grid,.stats-row{grid-template-columns:repeat(2,1fr)}.why-grid,.why-grid--3{grid-template-columns:repeat(2,280px)}.why-grid--3>.reveal:last-child:nth-child(3){grid-column:1 / -1;display:flex;justify-content:center}.features-grid--4,.features-grid--3{grid-template-columns:repeat(2,260px)}.footer__top{grid-template-columns:1fr 1fr}}@media(max-width:768px){.navbar__links,.navbar__cta,.navbar__logo-tagline{display:none}.navbar__logo-name{font-size:.92rem;letter-spacing:.1em}.navbar__logo-mark{width:40px;height:40px}.navbar__toggle{display:block}.gap-row{grid-template-columns:1fr;gap:.75rem}.form-grid,.contact-form__grid,.contact-layout,.product-row,.about-pillars,.credentials-grid,.industry-hero-block{grid-template-columns:1fr}.product-row--reverse{direction:ltr}.features-grid,.features-grid--2,.features-grid--3,.features-grid--4{grid-template-columns:minmax(0,260px);justify-content:center}.why-grid,.why-grid--3{grid-template-columns:minmax(0,280px);justify-content:center}.feature-card,.why-card{width:100%;max-width:320px;margin-inline:auto}.stats-row{grid-template-columns:1fr 1fr}.footer__top{grid-template-columns:1fr}}@media(max-width:480px){.stats-row,.services-grid{grid-template-columns:1fr}}.not-found-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--white);padding:clamp(3rem,8vw,5rem) 0;text-align:center}.not-found-page__inner{max-width:520px}.not-found-page__code{font-size:clamp(5rem,15vw,8rem);font-weight:800;line-height:1;margin:0 0 .75rem;color:var(--navy-900);letter-spacing:-.04em}.not-found-page__title{font-size:clamp(1.5rem,4vw,2rem);font-weight:700;margin:0 0 1rem;color:var(--navy-900)}.not-found-page__text{font-size:1.05rem;color:var(--slate-600);margin:0 0 2rem;line-height:1.6}.not-found-page__actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.not-found-page .btn-outline{color:var(--accent);border:2px solid var(--accent);background:transparent}.not-found-page .btn-outline:hover{background:#0b4f7a14;border-color:var(--accent-dark);color:var(--accent-dark)}.reveal{opacity:0;transform:translateY(16px);transition:opacity .5s ease,transform .5s ease}.reveal--visible{opacity:1;transform:translateY(0)}.eyebrow{display:block;color:var(--accent);font-size:.8rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.eyebrow__dash,.section-header__wing{display:none}.display-title{font-family:var(--font);font-weight:800;letter-spacing:-.025em}.section--alt{background:#f6f8fb}.section--navy{background:var(--navy-900);color:var(--white)}.section--navy .section-title{color:var(--white)}.section--navy .eyebrow{color:#7eb8e0}.hero__grid,.hero__scanline,.hero__scroll{display:none!important}.hero__bg img{transform:scale(1.03);transition:transform 8s ease-out;filter:brightness(1.1) saturate(1.05)}.hero:hover .hero__bg img{transform:scale(1)}.hero__overlay{background:linear-gradient(to bottom,#08142640,#08142673 45%,#0814269e)}.hero__badge{animation:none;background:#ffffff1f;border:1px solid rgba(255,255,255,.25);color:#fffffff2;font-size:.78rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;box-shadow:none}.hero__title{color:var(--white);background:none;-webkit-background-clip:unset;background-clip:unset;filter:none;font-weight:800;line-height:1.15}.hero__content>*{animation:none}.hero__metric{border-radius:6px;border:1px solid rgba(255,255,255,.2);background:#ffffff14;font-size:.85rem;font-weight:500}.hero__metric:hover{transform:none;border-color:#ffffff59;box-shadow:none}.btn{border-radius:6px;font-weight:600}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--accent);box-shadow:0 2px 8px #0b4f7a40;border:none}.btn-primary:hover{background:var(--accent-dark);box-shadow:0 4px 12px #0b4f7a4d}.btn-shine:after{display:none}.btn-gold{background:var(--white);color:var(--navy-900);border:1px solid rgba(255,255,255,.3)}.btn-gold:hover{background:#f0f4f8}.btn-outline{border-radius:6px;border-width:1px}.navbar__link:after{height:2px;background:var(--white);border-radius:0}.navbar--scrolled{background:#08142680}.navbar__logo:hover .navbar__logo-mark{border-color:#c9a227d9;box-shadow:0 0 0 1px #fff6,0 0 18px #c9a22738}.service-card:before{display:none}.service-card__index{display:none}.service-card{border-radius:10px;min-height:360px}.service-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0f172a2e}.service-card__bg img{filter:brightness(1.12) saturate(1.08)}.service-card__overlay{background:linear-gradient(to top,rgba(8,20,38,.85) 0%,rgba(8,20,38,.35) 38%,transparent 72%)}.service-card__link{color:#a8d4f0;font-weight:600;font-size:.9rem}.service-card:hover .service-card__link{color:var(--white);gap:.35rem}.services-grid>.reveal{display:flex;min-height:100%}.services-grid>.reveal>.service-card{flex:1;width:100%}.industry-card{border-radius:10px;border:1px solid var(--slate-200);box-shadow:0 1px 3px #0f172a0f}.industry-card:hover{box-shadow:0 8px 24px #0f172a1a;border-color:var(--slate-200)}.section--navy .industry-card h3{color:var(--navy-900)}.section--navy .stat-card{background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:10px}.section--navy .stat-card:before{display:none}.section--navy .stat-card strong,.section--navy .stat-card .count-up{font-family:var(--font);font-size:2rem;font-weight:800;color:var(--white);background:none;-webkit-background-clip:unset;font-variant-numeric:tabular-nums;display:block;line-height:1.1;min-height:2.2rem}.section--navy .stat-card span{color:#ffffffb3;font-size:.88rem}.gap-box--solution{background:#f0fdf4;border-left:3px solid #16a34a}.gap-box--problem{border-left:3px solid #dc2626;background:#fef2f2}.team-card{border-radius:10px;border:1px solid var(--slate-200);box-shadow:0 1px 3px #0f172a0f}.team-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px #0f172a1a}.team-card__name{font-size:2rem;font-weight:600}.team-card__role{font-size:1rem}.cert-item{border-radius:8px}.cert-item:hover{transform:none;box-shadow:0 4px 12px #0f172a14}.page-hero__grid,.page-hero__angle{display:none!important}.page-hero__bg img{animation:none;filter:brightness(1.1) saturate(1.05)}.page-hero__overlay{background:linear-gradient(to bottom,#0814264d,#0814268c)}.page-hero h1{color:var(--white);background:none;-webkit-background-clip:unset;font-weight:800}.page-hero__badge{background:transparent;border:none;padding:0;color:var(--white);font-size:.8rem;margin-bottom:.75rem}.clients-section .section-header{margin-bottom:2rem}.clients-card{border-radius:14px}.contact-form-panel,.form-card{border-radius:10px;border:1px solid var(--slate-200);box-shadow:0 4px 20px #0f172a0f}.form-card:before{display:none}.form-group input:focus,.form-group textarea:focus,.phone-field input:focus,.phone-field__code:focus{border-color:var(--accent);box-shadow:0 0 0 2px #0b4f7a1f}.footer{background:var(--navy-950);border-top:none}.footer__col h4{color:#ffffffe6;font-size:.8rem;font-weight:700;letter-spacing:.05em}.footer__brand p{border-left:2px solid var(--accent);padding-left:1rem}.product-row{background:var(--white);border:1px solid var(--slate-200);border-radius:16px;padding:clamp(1.25rem,2.5vw,2rem);margin:1.25rem 0;box-shadow:0 10px 28px #0c1f3314}.product-row:hover{border-color:#0b4f7a38;box-shadow:0 16px 40px #0c1f331f}.product-row__content h2{margin:0 0 .85rem;line-height:1.25}.product-row__content ul{margin:0;padding-left:1.15rem}.product-row__content li{margin-bottom:.5rem}.product-row__images img{border-radius:8px;width:100%;aspect-ratio:16 / 9;object-fit:cover;border:1px solid rgba(15,23,42,.08)}.product-row__images--contain img{aspect-ratio:auto;height:220px;object-fit:contain;background:#f8fafce6;padding:.5rem}.product-row__images--contain .product-img-placeholder{aspect-ratio:auto;height:220px}.product-row:hover .product-row__images img{transform:none}.product-row__images img{filter:brightness(1.05) saturate(1.05)}.product-table{margin-top:1rem;border:1px solid rgba(15,23,42,.1);border-radius:12px;overflow:hidden;background:#fbfdff}.product-table__row{display:grid;grid-template-columns:minmax(180px,.8fr) minmax(0,1.2fr)}.product-table--single .product-table__row{grid-template-columns:1fr}.product-img-placeholder{border-radius:8px;width:100%;aspect-ratio:16 / 9;border:1px dashed rgba(15,23,42,.18);background:linear-gradient(180deg,#f8fafce6,#f1f5f9e6);display:grid;place-items:center;color:#1e293bb3;font-weight:700;letter-spacing:.02em}.product-catalog{margin-top:1rem;border:1px solid rgba(15,23,42,.1);border-radius:12px;overflow:hidden;background:var(--white)}.product-catalog__row{display:grid;grid-template-columns:4.5rem minmax(130px,1fr) 3.5rem minmax(0,1.4fr)}.product-catalog__row--head{background:var(--accent);color:var(--white)}.product-catalog__cell{padding:.65rem .85rem;border-top:1px solid rgba(15,23,42,.08);font-variant-numeric:tabular-nums;font-size:.9rem}.product-catalog__row--head .product-catalog__cell{border-top:none}.product-catalog__cell--head{font-weight:800;font-size:.85rem;letter-spacing:.02em}.product-catalog__cell--serial,.product-catalog__cell--cd{text-align:center;font-weight:700}.product-catalog__body .product-catalog__row:nth-child(2n) .product-catalog__cell{background:#f1f5f999}.product-catalog__body .product-catalog__row:nth-child(odd) .product-catalog__cell{background:#fff}@media(max-width:640px){.product-catalog__row{grid-template-columns:1fr}.product-catalog__row--head{display:none}.product-catalog__body .product-catalog__row{padding:.75rem .85rem;gap:.25rem;border-top:1px solid rgba(15,23,42,.08)}.product-catalog__body .product-catalog__cell{border-top:none;padding:.15rem 0}.product-catalog__body .product-catalog__cell:before{display:block;font-size:.72rem;font-weight:800;color:var(--navy-900);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.1rem}.product-catalog__body .product-catalog__cell:nth-child(1):before{content:"Serial No."}.product-catalog__body .product-catalog__cell:nth-child(2):before{content:"Part No."}.product-catalog__body .product-catalog__cell:nth-child(3):before{content:"CD"}.product-catalog__body .product-catalog__cell:nth-child(4):before{content:"Description"}.product-catalog__cell--serial,.product-catalog__cell--cd{text-align:left}}.product-parts{margin-top:1rem}.product-parts__title{font-weight:800;color:var(--navy-900);background:var(--accent);color:var(--white);padding:.75rem 1rem;border-radius:12px 12px 0 0}.product-parts__table{border:1px solid rgba(15,23,42,.1);border-top:none;border-radius:0 0 12px 12px;overflow:hidden;background:var(--white)}.product-parts__group-title{background:#94a3b859}.product-parts__cell{padding:.65rem 1rem;border-top:1px solid rgba(15,23,42,.08);font-variant-numeric:tabular-nums}.product-parts__cell--group{font-weight:800;color:var(--navy-900)}.product-parts__row:nth-child(2n) .product-parts__cell{background:#f1f5f999}.product-parts__row:nth-child(odd) .product-parts__cell{background:#fff}.product-table__row--head{background:#0b4f7a0f}.product-table__cell{padding:.9rem 1rem;border-top:1px solid rgba(15,23,42,.08)}.product-table__row--head .product-table__cell{border-top:none}.product-table__cell--head{font-weight:800;color:var(--navy-900);font-size:.92rem}.product-table__cell--category{font-weight:700;color:var(--navy-900)}.product-table__list{margin:0;padding-left:1.1rem}.product-table__list li{margin-bottom:.35rem}.product-table__list li:last-child{margin-bottom:0}@media(max-width:768px){.product-table__row{grid-template-columns:1fr}.product-table__cell--category{padding-bottom:.5rem}.product-table__cell{padding:.85rem .9rem}}.products-search{max-width:560px;margin:0 auto 2.5rem}.products-search__label{display:block;font-size:.8rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--slate-600);margin-bottom:.5rem}.products-search__field{position:relative;display:flex;align-items:center}.products-search__icon{position:absolute;left:1rem;color:var(--slate-600);pointer-events:none}.products-search__input{width:100%;padding:.9rem 2.75rem;border:1px solid var(--slate-200);border-radius:999px;background:var(--white);color:var(--navy-900);box-shadow:var(--shadow);transition:border-color .2s ease,box-shadow .2s ease}.products-search__input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #0b4f7a26}.products-search__clear{position:absolute;right:.65rem;width:2rem;height:2rem;border:none;border-radius:50%;background:var(--slate-100);color:var(--slate-800);font-size:1.2rem;line-height:1;cursor:pointer}.products-search__clear:hover{background:var(--slate-200)}.products-search__meta{margin:.65rem 0 0;text-align:center;font-size:.88rem;color:var(--slate-600)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem}.product-grid>.reveal{height:100%}.product-card{display:flex;flex-direction:column;height:100%;background:var(--white);border-radius:16px;border:1px solid var(--slate-200);box-shadow:0 10px 28px #0c1f3314;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.product-card:hover{border-color:#0b4f7a38;box-shadow:0 16px 40px #0c1f331f;transform:translateY(-2px)}.product-card__media{aspect-ratio:4 / 3;overflow:hidden;background:var(--slate-100)}.product-card__media img{width:100%;height:100%;object-fit:cover}.product-card__media--contain{display:flex;align-items:center;justify-content:center;padding:.75rem}.product-card__media--contain img{object-fit:contain;max-height:100%;width:auto;max-width:100%}.product-card__placeholder{width:100%;height:100%;display:grid;place-items:center;color:var(--slate-600);font-weight:600;font-size:.9rem}.product-card__body{display:flex;flex-direction:column;flex:1;padding:1.25rem 1.25rem 1.35rem}.product-card__title{margin:0 0 .65rem;font-size:1.1rem;font-weight:800;line-height:1.3;color:var(--navy-900)}.product-card__desc{margin:0 0 1.25rem;flex:1;font-size:.92rem;line-height:1.55;color:var(--slate-600);display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.product-card__actions{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.product-card__btn{flex:1 1 auto;min-width:0;padding:.65rem .85rem;font-size:.78rem;letter-spacing:.03em;text-transform:uppercase;border-radius:999px}.product-card .btn-outline{color:var(--accent);border:2px solid var(--accent);background:transparent}.product-card .btn-outline:hover{background:#0b4f7a14;border-color:var(--accent-dark);color:var(--accent-dark)}.product-card .btn-primary{transform:none}.product-card:hover .btn-primary{transform:translateY(-1px)}.products-empty{text-align:center;padding:3rem 1rem;color:var(--slate-600)}.products-empty p{margin:0 0 1.25rem}.products-empty__reach{max-width:36rem;margin:-.5rem auto 1.5rem;font-size:1rem;line-height:1.6;color:var(--navy-900)}.products-empty__reach strong{font-weight:700;color:var(--accent)}.products-empty__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.products-empty__actions .btn-outline{color:var(--accent);border:2px solid var(--accent);background:transparent}.products-empty__actions .btn-outline:hover{background:#0b4f7a14}.product-section-details__list{margin:0;padding-left:1.25rem;color:var(--slate-600)}.product-section-details__list li{margin-bottom:.5rem}@media(max-width:1024px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.product-grid{grid-template-columns:1fr}.product-card__actions{flex-direction:column;align-items:stretch}}.industry-hero-card img{filter:brightness(1.1) saturate(1.05)}.industry-hero-card__overlay{background:linear-gradient(to top,rgba(8,20,38,.75) 0%,rgba(8,20,38,.2) 40%,transparent 70%)!important}.feature-section__bg img{filter:brightness(.78) saturate(1.1)!important}.feature-section:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#08142659,#08142680);pointer-events:none;z-index:0}.feature-section__inner{z-index:1}.feature-section .section-header--dark .eyebrow,.feature-section .section-header--dark .section-title{color:var(--white)}.feature-card,.why-card{border-radius:10px}.why-card:hover,.feature-card:hover{transform:translateY(-2px)}.trust-strip{display:none!important}.section-header--left{text-align:left}.section-header--left .section-lead{margin-left:0;text-align:left}@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none}.hero__bg img{transform:none}}
