.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}}.RgeSection{justify-content:center;padding:20px 24px 0}.RgeCard,.RgeSection{width:100%;display:flex;box-sizing:border-box}.RgeCard{flex-direction:row;align-items:center;gap:56px;max-width:1000px;background:linear-gradient(145deg,#0f2035,#091829);border:1px solid rgba(249,115,22,.18);border-radius:20px;padding:52px 56px;box-shadow:0 16px 60px rgba(0,0,0,.45),0 0 40px rgba(249,115,22,.05);position:relative;overflow:hidden}.RgeCard:before{content:"";position:absolute;top:0;left:10%;right:10%;height:1px;background:linear-gradient(90deg,transparent,rgba(249,115,22,.6),transparent)}.RgeCard:after{content:"";position:absolute;bottom:-60px;right:-60px;width:260px;height:260px;background:radial-gradient(circle,rgba(249,115,22,.07) 0,transparent 70%);pointer-events:none}.RgeBadge{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#f97316;background:rgba(249,115,22,.1);border:1px solid rgba(249,115,22,.25);border-radius:20px;padding:4px 14px;margin-bottom:18px}.RgeText{flex:1;min-width:0;position:relative;z-index:1}.RgeTitle{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;letter-spacing:-.025em;margin:0 0 18px;background:linear-gradient(128deg,#fff 30%,#f97316 72%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2}.RgeDesc{font-size:.97rem;line-height:1.75;color:hsla(0,0%,100%,.6);margin:0 0 24px}.RgeDesc strong{color:hsla(0,0%,100%,.85);font-weight:600}.RgeList{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.RgeList li{display:flex;align-items:flex-start;gap:10px;font-size:.9rem;color:hsla(0,0%,100%,.65);line-height:1.5}.RgeList li:before{content:"";flex-shrink:0;width:18px;height:18px;margin-top:1px;background:rgba(249,115,22,.12);border:1px solid rgba(249,115,22,.35);border-radius:50%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2 6l3 3 5-5' stroke='%23f97316' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%}.RgeLogoWrapper{flex-shrink:0;position:relative;z-index:1}.RgeLogoFrame{width:300px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid rgba(249,115,22,.2);border-radius:16px;padding:24px 28px;box-shadow:0 8px 32px rgba(0,0,0,.35),0 0 24px rgba(249,115,22,.08)}@media (max-width:768px){.RgeSection{padding:20px 16px 0}.RgeCard{flex-direction:column;padding:32px 24px;gap:32px;text-align:center}.RgeList{align-items:center}.RgeList li{justify-content:flex-start;text-align:left;max-width:340px}.RgeLogoFrame{width:100%;max-width:260px}}.page-container{font-family:Inter,Arial,sans-serif;color:#fff;margin:0;padding:0;width:100%;overflow-x:hidden;background-color:#060d18}.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(/New.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(160deg,rgba(6,13,24,.82),rgba(9,20,34,.6) 55%,rgba(249,115,22,.07));z-index:1}.full-screen-section:after{content:"";position:absolute;bottom:0;left:0;right:0;height:120px;background:linear-gradient(transparent,#060d18);z-index:2;pointer-events:none}.full-screen-section .main-title{font-size:clamp(2.2rem,6vw,4rem);font-weight:900;margin-bottom:16px;color:#fff;z-index:2;position:relative;letter-spacing:-.03em;text-shadow:0 0 60px rgba(249,115,22,.35),0 4px 24px rgba(0,0,0,.6)}.full-screen-section .main-text{max-width:760px;font-size:1.1rem;line-height:1.7;color:hsla(0,0%,100%,.75);z-index:2;position:relative}.section{padding:80px 48px;background:linear-gradient(180deg,#060d18,#091422);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;background:linear-gradient(128deg,#fff 30%,#f97316 72%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.025em}.section-text{text-align:center;max-width:780px;margin:0 auto 40px;font-size:1.05rem;line-height:1.8;color:hsla(0,0%,100%,.6)}.services-container{display:flex;gap:20px;flex-wrap:wrap;justify-content:center;padding:20px}@media (max-width:1024px){.section{padding:60px 24px}.full-screen-section{background-attachment:scroll}}@media (max-width:768px){.full-screen-section{min-height:100vh;height:auto}.services-container{flex-direction:column;align-items:center;padding:8px 0;gap:16px}}.CardContainer{position:relative;display:flex;flex-direction:column;background:linear-gradient(145deg,#0f2035,#091829);border-radius:16px;border:1px solid rgba(249,115,22,.1);overflow:hidden;transform-style:preserve-3d;transform:perspective(900px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg)) translateZ(0);transition:transform .12s ease,box-shadow .35s ease,border-color .35s ease;will-change:transform;box-shadow:0 10px 36px rgba(0,0,0,.45);cursor:default;width:280px;min-width:240px;max-width:300px;flex:1 1 240px}.CardContainer:hover{border-color:rgba(249,115,22,.45);box-shadow:0 22px 60px rgba(0,0,0,.55),0 0 36px rgba(249,115,22,.12)}.CardContainer:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at var(--mx,50%) var(--my,50%),rgba(249,115,22,.13) 0,transparent 58%);opacity:0;transition:opacity .3s ease;z-index:1;pointer-events:none;border-radius:16px}.CardContainer:hover:before{opacity:1}.CardContainer:after{content:"";position:absolute;top:0;left:15%;right:15%;height:1px;background:linear-gradient(90deg,transparent,rgba(249,115,22,.65),transparent);opacity:0;transition:opacity .35s ease;z-index:2}.CardContainer:hover:after{opacity:1}.CardImageWrapper{width:100%;height:220px;position:relative;overflow:hidden}.CardImageWrapper img{transition:transform .65s ease!important}.CardContainer:hover .CardImageWrapper img{transform:scale(1.08)!important}.CardImageWrapper:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 60%,rgba(9,24,41,.7));z-index:1}.CardContent{padding:22px 18px 20px;text-align:center;position:relative;z-index:2}.CardTitle{font-size:1.1rem;font-weight:700;margin:0 0 10px;color:#fff;letter-spacing:-.01em}.CardTitle:after{content:"";display:block;width:32px;height:2px;background:var(--accent,#f97316);margin:8px auto 0;border-radius:2px;transition:width .35s ease}.CardContainer:hover .CardTitle:after{width:56px}.CardDescription{font-size:.88rem;color:hsla(0,0%,100%,.55);line-height:1.65;margin:0}@media (max-width:768px){.CardContainer{width:calc(100% - 32px);min-width:0;max-width:480px;flex:none}.CardImageWrapper{height:200px}}@media (max-width:480px){.CardContainer{width:calc(100% - 24px);border-radius:12px}.CardImageWrapper{height:180px}.CardContent{padding:16px 14px}}