.NavbarContainer{display:flex;justify-content:space-between;align-items:center;padding:0 56px;background:rgba(6,8,15,.86);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-bottom:1px solid rgba(249,115,22,.09);height:72px;position:sticky;top:0;z-index:1000;transition:background .3s ease,box-shadow .3s ease}.NavbarContainer:hover{box-shadow:0 4px 48px rgba(0,0,0,.5)}.LogoLink,.NavbarLogo{display:flex;align-items:center}.Logo{height:50px;width:auto;filter:drop-shadow(0 0 6px rgba(249,115,22,.18));transition:filter .3s ease,transform .3s ease}.Logo:hover{filter:drop-shadow(0 0 16px rgba(249,115,22,.55));transform:scale(1.05)}.BurgerMenu{display:none}.BurgerMenu div{background:#fff;height:2px;border-radius:2px;transition:all .3s ease}.BurgerMenu.open div:first-child{transform:rotate(45deg) translate(5px,5px);background:#f97316}.BurgerMenu.open div:nth-child(2){opacity:0;transform:scaleX(0)}.BurgerMenu.open div:nth-child(3){transform:rotate(-45deg) translate(5px,-5px);background:#f97316}.NavbarLinks{display:flex;align-items:center;gap:34px}.NavbarLink{text-decoration:none;color:hsla(0,0%,100%,.72);font-size:.85rem;font-weight:500;letter-spacing:.03em;position:relative;transition:color .25s ease;padding:4px 0}.NavbarLink:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1.5px;background:#f97316;border-radius:2px;transition:width .32s cubic-bezier(.16,1,.3,1)}.NavbarLink:hover{color:#f97316}.NavbarLink:hover:after{width:100%}@media (max-width:1024px){.NavbarContainer{padding:0 20px;height:64px}.BurgerMenu{display:flex;flex-direction:column;justify-content:space-between;width:26px;height:20px;cursor:pointer;z-index:1100}.NavbarLinks{display:none;flex-direction:column;align-items:flex-start;width:100%;background:rgba(6,8,15,.97);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);position:absolute;top:64px;left:0;padding:28px;z-index:999;gap:22px;border-bottom:1px solid rgba(249,115,22,.1);animation:menuIn .28s ease}@keyframes menuIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.NavbarLinks.show{display:flex}.NavbarLink{font-size:1rem}}.footer{background:#04060e;color:#fff;border-top:1px solid rgba(249,115,22,.12)}.footer,body{overflow-x:hidden}body{margin:0;padding:0}.footer-top-bar{display:flex;align-items:center;gap:32px;padding:40px 72px 0;max-width:1320px;margin:0 auto}.footer-top-brand{font-size:clamp(2.8rem,6vw,5rem);font-weight:900;letter-spacing:-.06em;color:transparent;-webkit-text-stroke:1.5px rgba(249,115,22,.45);white-space:nowrap;line-height:1;-webkit-user-select:none;-moz-user-select:none;user-select:none}.footer-top-line{flex:1;height:1px;background:linear-gradient(90deg,rgba(249,115,22,.4),transparent)}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1.3fr 1fr;gap:0;max-width:1320px;margin:0 auto;padding:48px 72px 52px;border-bottom:1px solid hsla(0,0%,100%,.06)}.footer-col{padding:0 40px 0 0;border-right:1px solid hsla(0,0%,100%,.05)}.footer-col:last-child{border-right:none;padding-right:0;padding-left:40px}.footer-col:not(:first-child):not(:last-child){padding-left:40px}.footer-col-brand{display:flex;flex-direction:column;gap:20px}.footer-logo{width:70px;height:auto;filter:drop-shadow(0 0 8px rgba(249,115,22,.2));transition:filter .3s ease}.footer-logo:hover{filter:drop-shadow(0 0 16px rgba(249,115,22,.5))}.footer-social-link{display:inline-flex;align-items:center;gap:8px;font-size:.78rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:hsla(0,0%,100%,.55);text-decoration:none;border:1px solid hsla(0,0%,100%,.1);padding:8px 16px;border-radius:4px;width:-moz-fit-content;width:fit-content;transition:color .25s ease,border-color .25s ease,background .25s ease}.footer-social-link:hover{color:#f97316;border-color:rgba(249,115,22,.5);background:rgba(249,115,22,.06)}.footer-social-link svg{flex-shrink:0}.footer-col-title{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.22em;color:#f97316;margin-bottom:24px;position:relative}.footer-col-title:after{content:"";position:absolute;bottom:-10px;left:0;width:24px;height:1.5px;background:rgba(249,115,22,.45);border-radius:1px}.footer-nav{display:flex;flex-direction:column;gap:12px}.footer-nav a{font-size:.9rem;color:hsla(0,0%,100%,.55);text-decoration:none;transition:color .22s ease,transform .22s ease;display:inline-flex;align-items:center;gap:6px;width:-moz-fit-content;width:fit-content}.footer-nav a:before{content:"";display:block;width:0;height:1.5px;background:#f97316;border-radius:1px;transition:width .25s ease}.footer-nav a:hover{color:#fff;transform:translateX(6px)}.footer-nav a:hover:before{width:14px}.footer-contact-list{list-style:none;display:flex;flex-direction:column;gap:16px}.footer-contact-list li{display:flex;align-items:flex-start;gap:10px;font-size:.88rem;color:hsla(0,0%,100%,.55);line-height:1.5}.footer-contact-list li svg{flex-shrink:0;margin-top:2px;color:#f97316;opacity:.8}.footer-contact-list li span{transition:color .22s ease}.footer-contact-list li:hover span{color:hsla(0,0%,100%,.88)}.footer-badges,.footer-col-qual{display:flex;flex-direction:column}.footer-badges{gap:16px;align-items:flex-start}.footer-badges img{width:72px;height:auto;border-radius:8px;filter:drop-shadow(0 2px 8px rgba(0,0,0,.5));transition:transform .3s ease,filter .3s ease}.footer-badges img:hover{transform:scale(1.05);filter:drop-shadow(0 4px 16px rgba(249,115,22,.35))}.footer-bottom{max-width:1320px;margin:0 auto;padding:18px 72px;display:flex;align-items:center;justify-content:center}.footer-bottom span{font-size:.74rem;color:hsla(0,0%,100%,.25);letter-spacing:.08em}@media (max-width:1100px){.footer-grid{grid-template-columns:1fr 1fr;gap:40px;padding:48px 40px 52px}.footer-col{border-right:none;border-bottom:1px solid hsla(0,0%,100%,.05);padding:0 0 32px!important}.footer-col:nth-child(3),.footer-col:nth-child(4){border-bottom:none}.footer-top-bar{padding:36px 40px 0}.footer-bottom{padding:18px 40px}}@media (max-width:640px){.footer-grid{grid-template-columns:1fr;padding:40px 24px 48px}.footer-col{border-bottom:1px solid hsla(0,0%,100%,.05)!important}.footer-col:last-child{border-bottom:none!important}.footer-top-bar{padding:32px 24px 0}.footer-bottom{padding:16px 24px}.footer-top-brand{font-size:2.8rem}.footer-badges{flex-direction:row}}.isol-container{display:flex;flex-wrap:wrap;justify-content:center;gap:24px;padding:48px 32px;background:linear-gradient(180deg,#060d18,#091422);color:#fff;text-align:center}.isol-item{flex:1 1 300px;max-width:320px;background:linear-gradient(145deg,#0f2035,#091829);border:1px solid rgba(249,115,22,.12);border-radius:14px;box-shadow:0 10px 32px rgba(0,0,0,.45);padding:28px 20px;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}.isol-item:hover{transform:translateY(-6px) perspective(600px) rotateX(3deg);box-shadow:0 20px 52px rgba(0,0,0,.55),0 0 28px rgba(249,115,22,.15);border-color:rgba(249,115,22,.4)}.isol-item h1{font-size:2.2rem;font-weight:900;color:#f97316;margin-bottom:10px;letter-spacing:-.02em}.isol-item h3{font-size:1.05rem;color:#fff;margin-bottom:12px;font-weight:700;letter-spacing:-.01em}.isol-item p{font-size:.88rem;color:hsla(0,0%,100%,.58);line-height:1.65}@media (max-width:768px){.isol-container{padding:32px 20px}.isol-item{flex:1 1 100%;max-width:100%}}.page-container{font-family:Inter,Arial,sans-serif;color:#fff;margin:0;padding:0;width:100%;overflow-x:hidden;background-color:var(--bg-deep,#06080f)}.fixed-navbar{position:fixed;top:0;left:0;width:100%;z-index:1000}.full-screen-section{position:relative;width:100vw;height:100vh;background-image:url(/isolation-bg.jpg);background-size:cover;background-position:50%;background-attachment:fixed;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:20px;box-sizing:border-box}.full-screen-section:before{content:"";position:absolute;inset:0;background:linear-gradient(165deg,rgba(6,8,15,.86),rgba(8,11,20,.62) 55%,rgba(249,115,22,.06));z-index:1;pointer-events:none}.full-screen-section:after{content:"";position:absolute;bottom:0;left:0;right:0;height:160px;background:linear-gradient(transparent,#06080f);z-index:2;pointer-events:none}.full-screen-section .main-title{position:relative;z-index:3;font-size:clamp(2.2rem,6vw,4rem);font-weight:900;letter-spacing:-.03em;color:#fff;text-shadow:0 0 60px rgba(249,115,22,.35),0 4px 24px rgba(0,0,0,.6);margin-bottom:20px}.full-screen-section .main-text{position:relative;z-index:3;max-width:760px;font-size:1.05rem;line-height:1.8;color:hsla(0,0%,100%,.78)}.section{padding:80px 48px;background:linear-gradient(180deg,#06080f,#080b14);color:#fff}.section:nth-child(2n){background:linear-gradient(180deg,#0c1b2e,#0f2238)}.section-header{text-align:center;margin-bottom:20px;font-size:clamp(1.7rem,3.5vw,2.4rem);font-weight:800;letter-spacing:-.025em;background:linear-gradient(128deg,#fff 30%,#f97316 72%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-text{text-align:center;max-width:780px;margin:0 auto 44px;font-size:1.02rem;line-height:1.82;color:hsla(0,0%,100%,.58)}.services-container{display:flex;gap:20px;flex-wrap:wrap;justify-content:center;padding:20px 0}@media (max-width:1024px){.section{padding:60px 24px}.full-screen-section{background-attachment:scroll}}@media (max-width:768px){.full-screen-section{height:auto;min-height:100vh}.services-container{flex-direction:column;align-items:center;padding:8px 0;gap:16px}.section{padding:52px 20px}}.CardContainer{display:flex;flex-direction:column;background:linear-gradient(145deg,#0f2035,#091829);border:1px solid rgba(249,115,22,.1);border-radius:14px;box-shadow:0 10px 36px rgba(0,0,0,.45);overflow:hidden;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease;width:280px;min-width:240px;max-width:300px;flex:1 1 240px}.CardContainer:hover{transform:translateY(-6px) perspective(600px) rotateX(3deg);box-shadow:0 20px 52px rgba(0,0,0,.55),0 0 28px rgba(249,115,22,.14);border-color:rgba(249,115,22,.4)}@media (max-width:768px){.CardContainer{width:calc(100% - 32px);min-width:0;max-width:480px;flex:none}}@media (max-width:480px){.CardContainer{width:calc(100% - 24px);border-radius:10px}.CardContent{padding:16px 14px}}.CardImageWrapper{width:100%;position:relative;aspect-ratio:4/3;overflow:hidden}.StyledImage{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform .6s ease}.CardContainer:hover .StyledImage{transform:scale(1.06)}.CardContent{padding:20px 18px;text-align:center}.CardTitle{font-size:1.05rem;font-weight:700;margin:0 0 10px;color:#fff;letter-spacing:-.01em}.CardTitle:after{content:"";display:block;width:28px;height:2px;background:#f97316;margin:8px auto 0;border-radius:2px;transition:width .35s ease}.CardContainer:hover .CardTitle:after{width:50px}.CardDescription{font-size:.85rem;color:hsla(0,0%,100%,.55);line-height:1.65;margin:0}