@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Outfit:wght@300;400;500;600;700;800;900&display=swap";:root{--bg-primary: #001a35;--bg-secondary: #00254a;--text-primary: #ffffff;--text-secondary: rgba(255, 255, 255, .7);--accent-orange: #ff6600;--accent-orange-hover: #ff751a;--nav-link-color: rgba(255, 255, 255, .8);--font-heading: "Outfit", sans-serif;--font-body: "Inter", sans-serif;--transition-professional: all .4s cubic-bezier(.16, 1, .3, 1);--shadow-premium: 0 10px 30px -10px rgba(0, 0, 0, .5)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-body);background-color:var(--bg-primary);color:var(--text-primary);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;min-height:100vh}h1,h2,h3,h4,.logo-bottom{font-family:var(--font-heading)}a{text-decoration:none;color:inherit;transition:var(--transition-professional)}ul{list-style:none}button{cursor:pointer;border:none;outline:none;background:none;font-family:var(--font-heading)}.container{max-width:1300px;margin:0 auto;padding:0 3rem}.app-container{min-height:100vh;display:flex;flex-direction:column}.header-container{width:100%;position:fixed;top:0;left:0;z-index:1000;padding:1.5rem 3rem;pointer-events:none;transition:transform .4s cubic-bezier(.16,1,.3,1)}.header-container.hidden{transform:translateY(-100%)}.navbar{width:fit-content;margin:0 auto;display:flex;justify-content:center;gap:4rem;align-items:center;padding:.75rem 2.5rem;background:#ffffff08;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.08);border-radius:100px;box-shadow:0 8px 32px #0000004d;pointer-events:auto}.logo-container{background:#fff;padding:.4rem .8rem;border-radius:50px;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-premium);transition:var(--transition-professional)}.logo-container:hover{transform:scale(1.05)}.header-logo{height:35px;width:auto;display:block}.desktop-links{display:flex;gap:2.5rem;align-items:center}.nav-link{color:var(--nav-link-color);font-weight:500;font-size:1rem;letter-spacing:.5px;position:relative;padding:.5rem 0}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--accent-orange);transition:var(--transition-professional)}.nav-link:hover,.nav-link.active{color:#fff}.nav-link:hover:after,.nav-link.active:after{width:100%}.menu-toggle{display:none;color:#fff;z-index:1100;transition:var(--transition-professional)}.mobile-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000814fa;backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);z-index:2000;display:flex;flex-direction:column;padding:1.5rem 2rem 3rem;opacity:0;visibility:hidden;transition:all .5s cubic-bezier(.16,1,.3,1);overflow-y:auto;-webkit-overflow-scrolling:touch}.mobile-overlay.active{opacity:1;visibility:visible}.mobile-overlay-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem;flex-shrink:0}.mobile-logo{height:35px;background:#fff;padding:5px 12px;border-radius:50px}.close-btn{color:#fff;padding:10px}.mobile-links{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:4rem}.mobile-links li{overflow:hidden}.mobile-links a{font-size:2.5rem;font-weight:800;font-family:var(--font-heading);color:#fff;display:block;transform:translateY(100%);transition:transform .6s cubic-bezier(.16,1,.3,1);position:relative}.mobile-links a.active{color:var(--accent-orange)}.mobile-links a.active:after{content:" •";font-size:1.5rem;vertical-align:middle}.mobile-overlay.active .mobile-links a{transform:translateY(0);transition-delay:calc(.1s * var(--i))}.mobile-footer{display:flex;flex-direction:column;gap:1.5rem;border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;transform:translateY(30px);opacity:0;transition:all .6s cubic-bezier(.16,1,.3,1) .5s;flex-shrink:0}.mobile-overlay.active .mobile-footer{transform:translateY(0);opacity:1}.mobile-contact-info h4{color:var(--accent-orange);margin-bottom:.5rem;font-size:.9rem;text-transform:uppercase;letter-spacing:2px}.mobile-contact-info p{font-size:1.2rem;color:var(--nav-link-color)}.mobile-social-links{display:flex;gap:1.5rem}.mobile-social-links a{font-size:1rem;color:var(--nav-link-color);font-weight:500}@media(max-width:1024px){.header-container{padding:1rem 2rem}}@media(max-width:900px){.desktop-links{display:none}.menu-toggle{display:block}.navbar{padding:.6rem 1.5rem;width:100%;justify-content:space-between;gap:0}}@media(max-width:600px){.header-container{padding:.75rem 1rem}.mobile-links a{font-size:2.2rem}}.hero{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding-top:12rem;padding-bottom:10rem;position:relative;width:100%}.hero-content{max-width:1000px;z-index:1;padding:0 1.5rem}.hero-title{font-size:4.2rem;font-weight:800;margin-bottom:2rem;line-height:1.1;letter-spacing:-1px;font-family:var(--font-heading)}.hero-subtitle{font-size:1.4rem;color:var(--text-secondary);max-width:800px;margin:0 auto 4rem;line-height:1.7}.cta-button{background-color:var(--accent-orange);color:#fff;padding:.8rem 2rem;border-radius:10px;font-size:1.1rem;font-weight:700;display:inline-flex;align-items:center;gap:1rem;box-shadow:0 15px 30px -10px #f606;transition:var(--transition-professional);text-decoration:none}.cta-button:hover{background-color:var(--accent-orange-hover);transform:translateY(-4px);box-shadow:0 20px 40px -12px #ff660080}.arrow-icon{font-size:1.8rem;transition:var(--transition-professional)}@media(max-width:768px){.hero{padding-top:8rem;padding-bottom:5rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem;margin-bottom:3rem}.cta-button{padding:.6rem 1.4rem;font-size:.9rem}}.why-choose-us{padding:6rem 0;background-color:#f8f9fa;color:#1a1a1a;position:relative;z-index:10}.why-choose-us .section-title{font-size:3rem;font-weight:800;color:#000!important;margin-bottom:1.5rem}.section-divider{height:4px;width:100px;background-color:#fa0;margin:0 auto;border-radius:2px}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;padding:0 1rem}.feature-card{background:#fff;border-radius:12px;padding:3rem 2rem;display:flex;flex-direction:column;align-items:center;text-align:center;box-shadow:0 10px 30px -15px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px -15px #00000026}.icon-container{width:80px;height:80px;border-radius:50%;display:flex;justify-content:center;align-items:center;margin-bottom:2rem;color:#fff}.icon-bg-blue{background-color:#1a56db}.icon-bg-orange{background-color:#f60;background:transparent;border:3px solid #ff6600;color:#f60}.icon-bg-darkblue{background-color:#21409a}.icon-bg-lightorange{background-color:#ff6a13}.feature-icon{width:40px;height:40px}.icon-bg-orange .feature-icon{width:45px;height:45px}.feature-title{font-size:1.5rem;font-weight:800;margin-bottom:1rem;color:#111}.feature-description{font-size:1.05rem;color:#444;line-height:1.6;font-family:var(--font-body)}@media(max-width:1024px){.features-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.why-choose-us .section-title{font-size:2.5rem}}@media(max-width:768px){.why-choose-us{padding:4rem 0}.why-choose-us .container{padding:0 1.5rem}.why-choose-us .section-title{font-size:2.2rem}.section-header{margin-bottom:3rem}}@media(max-width:640px){.features-grid{grid-template-columns:1fr;gap:1.5rem}.feature-card{padding:2.5rem 1.5rem}.why-choose-us .section-title{font-size:2rem}}.machine-section{padding:6rem 1rem;display:flex;flex-direction:column;align-items:center;position:relative;overflow:hidden;opacity:0;animation:fadeInSection 1s ease forwards}@keyframes fadeInSection{to{opacity:1}}.machine-header{text-align:center;margin-bottom:4rem;max-width:800px}.machine-title{font-size:2.8rem;font-weight:800;color:#fff;margin-bottom:1.5rem;background:linear-gradient(135deg,#fff,#a0a0a0);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-transform:capitalize;letter-spacing:-.5px}.machine-subtitle{color:#a0a0a0;font-size:1.15rem;line-height:1.6;max-width:700px;margin:0 auto}.machine-image-container{position:relative;width:100%;max-width:1100px;display:flex;justify-content:center}.machine-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;height:90%;background:radial-gradient(circle,#6496ff26,#0000 65%);z-index:1;pointer-events:none;filter:blur(60px)}.machine-image-wrapper{position:relative;z-index:2;width:100%;border-radius:24px;padding:3rem;background:#ffffff05;border:1px solid rgba(255,255,255,.08);box-shadow:0 25px 50px -12px #00000080;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:transform .5s cubic-bezier(.4,0,.2,1),box-shadow .5s cubic-bezier(.4,0,.2,1)}.machine-image-wrapper:hover{transform:translateY(-8px);box-shadow:0 40px 60px -15px #000000b3,0 0 50px #6496ff1a;border:1px solid rgba(255,255,255,.15)}.machine-image{width:100%;height:auto;display:block;border-radius:16px;object-fit:cover;border:1px solid rgba(255,255,255,.1);background-color:#fff}@media(max-width:768px){.machine-section{padding:4rem 1rem}.machine-title{font-size:2.2rem}.machine-subtitle{font-size:1rem}.machine-image-wrapper{padding:1rem}}.gallery-section{padding:6rem 1rem;display:flex;flex-direction:column;align-items:center;position:relative;overflow:hidden;opacity:0;animation:fadeInSection 1s ease forwards;margin-top:2rem}.gallery-header{text-align:center;margin-bottom:4rem;max-width:800px}.gallery-title{font-size:2.5rem;font-weight:800;color:#fff;margin-bottom:1.5rem;background:linear-gradient(135deg,#fff,#a0a0a0);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-transform:capitalize;letter-spacing:-.5px}.gallery-subtitle{color:#a0a0a0;font-size:1.15rem;line-height:1.6;max-width:700px;margin:0 auto}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;width:100%;max-width:1200px}@media(min-width:768px){.gallery-grid{grid-template-columns:repeat(2,1fr)}.gallery-grid .gallery-item-wrapper:nth-child(n+3){grid-column:span 1}.gallery-grid .gallery-item-wrapper:nth-child(1),.gallery-grid .gallery-item-wrapper:nth-child(2){height:450px}.gallery-grid .gallery-item-wrapper:nth-child(5){grid-column:span 2}}@media(min-width:1024px){.gallery-grid{grid-template-columns:repeat(6,1fr)}.gallery-grid .gallery-item-wrapper:nth-child(1),.gallery-grid .gallery-item-wrapper:nth-child(2){grid-column:span 3;height:500px}.gallery-grid .gallery-item-wrapper:nth-child(3),.gallery-grid .gallery-item-wrapper:nth-child(4){grid-column:span 3;height:350px}.gallery-grid .gallery-item-wrapper:nth-child(5){grid-column:span 6;height:400px}}.gallery-item-wrapper{position:relative;border-radius:16px;padding:.75rem;background:#ffffff05;border:1px solid rgba(255,255,255,.08);box-shadow:0 15px 35px -10px #00000080;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:transform .4s cubic-bezier(.4,0,.2,1),box-shadow .4s cubic-bezier(.4,0,.2,1);height:300px}.gallery-item-wrapper:hover{transform:translateY(-8px);box-shadow:0 25px 50px -12px #000000b3,0 0 30px #6496ff1a;border:1px solid rgba(255,255,255,.15)}.gallery-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;background:radial-gradient(circle,#6496ff1a,#0000 60%);z-index:1;pointer-events:none;filter:blur(40px);opacity:0;transition:opacity .4s ease}.gallery-item-wrapper:hover .gallery-glow{opacity:1}.gallery-image-container{position:relative;z-index:2;width:100%;height:100%;border-radius:10px;overflow:hidden}.gallery-image{width:100%;height:100%;display:block;object-fit:contain;border:1px solid rgba(255,255,255,.1);background-color:#fff;transition:transform .6s cubic-bezier(.4,0,.2,1)}.gallery-item-wrapper:hover .gallery-image{transform:scale(1.05)}@media(max-width:768px){.gallery-section{padding:4rem 1rem}.gallery-title{font-size:2rem}.gallery-subtitle{font-size:1rem;margin-bottom:2.5rem}.gallery-grid{grid-template-columns:1fr!important;gap:1.5rem}.gallery-item-wrapper{height:280px!important;grid-column:span 1!important}.gallery-grid .gallery-item-wrapper:nth-child(n){height:280px!important;grid-column:span 1!important}}@media(max-width:480px){.gallery-title{font-size:1.8rem}.gallery-item-wrapper{height:220px!important}.gallery-grid .gallery-item-wrapper:nth-child(n){height:220px!important}}.products-page-wrapper{position:relative;min-height:100vh;display:flex;flex-direction:column}.products-container{padding:8rem 1rem 4rem;position:relative;z-index:2;animation:fadeIn 1s ease forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.products-header{text-align:center;max-width:900px;margin:0 auto 6rem}.products-title{font-size:3.8rem;font-weight:800;margin-bottom:2rem;background:linear-gradient(135deg,#fff,#a0a0a0);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-transform:capitalize;letter-spacing:-1px}.products-subtitle{color:#a0a0a0;font-size:1.35rem;line-height:1.6}.products-grid{display:flex;flex-direction:column;gap:4rem;max-width:1200px;margin:0 auto}.product-card{background:#000f23e6;border:1px solid rgba(255,255,255,.1);border-radius:24px;overflow:hidden;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:all .5s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:row;min-height:450px}.product-card:nth-child(2n){flex-direction:row-reverse}.product-card:hover{transform:translateY(-8px);border-color:#ffffff26;box-shadow:0 40px 80px -20px #0009,0 0 40px #6496ff1a}.product-image-container{flex:1;width:50%;overflow:hidden;position:relative;background-color:#fff;padding:4.5rem}.product-image{width:100%;height:100%;object-fit:contain;transition:transform .8s cubic-bezier(.4,0,.2,1)}.product-card:hover .product-image{transform:scale(1.02)}.product-content{flex:1;width:50%;padding:4rem;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(135deg,#00143266,#0000)}.product-name{font-size:2.2rem;font-weight:800;color:#fff;margin-bottom:1.5rem;letter-spacing:-.5px}.product-desc{color:#a0a0a0;font-size:1.15rem;line-height:1.7;margin-bottom:2.5rem}.product-features{list-style:none;padding:0;margin:0 0 3rem;display:grid;grid-template-columns:1fr 1fr;gap:1rem}.product-features li{color:#ccc;font-size:1rem;display:flex;align-items:center}.feature-bullet{color:#3b82f6;margin-right:.75rem;font-size:1.4rem;line-height:1}@media(max-width:1024px){.product-content{padding:3rem}.product-name{font-size:1.8rem}}@media(max-width:768px){.products-header{margin-bottom:4rem}.products-title{font-size:2.8rem}.product-card,.product-card:nth-child(2n){flex-direction:column}.product-image-container,.product-content{width:100%}.product-image-container{height:300px}.product-content{padding:2.5rem}.product-features{grid-template-columns:1fr}}.cta-banner{background-color:#fff;padding:6rem 0;position:relative;z-index:10}.cta-container{display:flex;flex-direction:column;align-items:center;text-align:center}.cta-heading{font-family:var(--font-heading);font-size:2.8rem;font-weight:800;color:#111;margin-bottom:1.5rem;letter-spacing:-.5px}.cta-subheading{font-size:1.25rem;font-weight:700;color:#111;margin-bottom:3rem}.quote-button{display:inline-flex;align-items:center;gap:1rem;text-decoration:none;background-color:var(--accent-orange);color:#fff;padding:1.2rem 3rem;border-radius:50px;font-size:1.4rem;font-weight:700;border:none;cursor:pointer;box-shadow:0 10px 25px -5px #f606;transition:transform .3s ease,box-shadow .3s ease}.cta-arrow{font-size:1.8rem;display:inline-block}.quote-button:hover{background-color:var(--accent-orange-hover);transform:translateY(-4px);box-shadow:0 15px 30px -5px #ff660080}@media(max-width:768px){.cta-heading{font-size:2.2rem}.cta-subheading{font-size:1.1rem;padding:0 1rem}.quote-button{padding:1rem 2.5rem;font-size:1.2rem}}.about-page{background-color:var(--bg-primary);color:#fff;min-height:100vh}.about-hero{padding:8rem 0 4rem;background:radial-gradient(circle at center,rgba(30,58,138,.2) 0%,transparent 70%);position:relative;display:flex;justify-content:center;width:100%}.hero-content{width:100%;display:flex;flex-direction:column;align-items:center}.section-title{font-size:3rem;font-weight:800;margin-bottom:.5rem;font-family:var(--font-heading);text-align:center}.title-underline{width:80px;height:5px;background-color:var(--accent-orange);margin:0 auto 2.5rem}.hero-description{font-size:1.25rem;line-height:1.6;max-width:1000px;margin:0 auto 3rem;color:var(--text-primary);text-align:center}.hero-image-container{display:flex;justify-content:center;margin-bottom:3rem;position:relative}.who-we-are-card{background:linear-gradient(135deg,#001f3f,#000);padding:4rem 6rem;border-radius:50%;border:2px solid rgba(255,255,255,.1);box-shadow:0 0 50px #0064ff4d;text-align:center}.who-we-are-card h2{font-size:2.5rem;font-weight:800}.hero-subtext{font-size:1.15rem;line-height:1.6;max-width:800px;margin:0 auto;color:var(--text-secondary);text-align:center}.expert-team-section{padding:6rem 0;background-color:transparent;display:flex;justify-content:center;width:100%}.expert-content-wrapper{display:flex;flex-direction:column;align-items:center;gap:3rem;text-align:center}.expert-text-content{flex:1}.expert-text-content .section-title{text-align:center}.title-underline.left{margin:0 auto 2.5rem}.expert-description{font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem;color:var(--text-primary);text-align:center}.expert-diagram-content{flex:1;display:flex;justify-content:center}.talent-acquisition-container{background:#eef2ff;padding:2rem;border-radius:20px;box-shadow:0 15px 35px #0003}.circular-diagram{width:300px;height:300px;border-radius:50%;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#fff}.segment{position:absolute;width:50%;height:50%;display:flex;align-items:center;justify-content:center}.segment-icon{color:#fff;z-index:5;position:relative}.blue-seg{background-color:#0ea5e9;top:0;left:0}.navy-seg{background-color:#1e1b4b;top:0;right:0}.orange-seg{background-color:#f97316;bottom:0;left:0}.light-blue-seg{background-color:#1e40af;bottom:0;right:0}.segment-icon{transform:none}.center-hole{width:150px;height:150px;background-color:#fff;border-radius:50%;z-index:10;display:flex;align-items:center;justify-content:center;text-align:center;box-shadow:0 0 15px #0000001a}.center-hole span{color:#444;font-size:1.2rem;font-weight:700}.core-values-section{padding:6rem 0;background-color:#0003;display:flex;justify-content:center;width:100%}.core-values-section .container{width:100%;display:flex;flex-direction:column;align-items:center}.values-grid{display:flex;flex-wrap:nowrap;justify-content:center;gap:1.5rem;margin-top:4rem;overflow-x:auto;padding-bottom:1rem}.value-card{background:#fff;border-radius:20px;padding:2.5rem 1.5rem;width:260px;min-width:240px;text-align:center;color:#1a1a1a;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;align-items:center}.value-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0003}.icon-wrapper{width:70px;height:70px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:#fff}.icon-wrapper.blue{background-color:#2563eb}.icon-wrapper.orange{background-color:#f60}.icon-wrapper.navy{background-color:#1e3a8a}.icon-wrapper.light-orange{background-color:#f97316}.value-card h3{font-size:1.5rem;font-weight:800;margin-bottom:1rem;font-family:var(--font-heading)}.value-card p{font-size:1rem;line-height:1.5;color:#444}@media(max-width:768px){.about-hero{padding:6rem 0 3rem}.section-title{font-size:2.2rem}.hero-description{font-size:1.1rem;margin-bottom:2rem}.expert-team-section{padding:4rem 0}.expert-content-wrapper{gap:2rem}.circular-diagram{width:260px;height:260px}.center-hole{width:120px;height:120px}.center-hole span{font-size:1rem}.core-values-section{padding:4rem 0}.values-grid{flex-wrap:wrap;gap:2rem;margin-top:3rem}.value-card{width:100%;max-width:400px;min-width:auto}}@media(max-width:480px){.about-hero{padding:5rem 0 2rem}.section-title{font-size:1.7rem;line-height:1.3;padding:0 1rem}.hero-description,.hero-subtext{font-size:1rem}.expert-team-section{padding:3rem 0}.circular-diagram{width:220px;height:220px}.center-hole{width:100px;height:100px}.segment-icon svg{width:24px;height:24px}.about-page .container{padding:0 .75rem}}.marquee-section{padding:6rem 0;background-color:#fff;overflow:hidden;width:100%;display:flex;flex-direction:column;align-items:center}.marquee-section .section-title{color:#1a1a1a;font-family:Inter,sans-serif;letter-spacing:1px;font-size:2.2rem;text-align:center;margin-bottom:.5rem}.marquee-section .title-underline{width:80px;height:5px;background-color:var(--accent-orange, #ff6600);margin:0 auto 2.5rem}.marquee-container{width:100%;overflow:hidden;position:relative;padding:2rem 0}.marquee-content{display:flex;white-space:nowrap;width:max-content;animation:marquee-scroll 30s linear infinite}.marquee-item{padding:0 4rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.marquee-item img{height:120px;width:auto;filter:grayscale(0);transition:transform .3s ease}.marquee-item img:hover{transform:scale(1.1)}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(max-width:768px){.marquee-section{padding:4rem 0}.marquee-section .section-title{font-size:1.8rem}.marquee-item{padding:0 2rem}.marquee-item img{height:60px}}@media(max-width:480px){.marquee-section .section-title{font-size:1.2rem;max-width:280px;margin-left:auto;margin-right:auto;line-height:1.4}.marquee-item{padding:0 1.5rem}.marquee-item img{height:70px;width:auto;object-fit:contain}}.careers-container{min-height:100vh;padding-bottom:6rem}.careers-hero{background:linear-gradient(135deg,var(--bg-primary) 0%,var(--bg-secondary) 100%);padding:8rem 0 6rem;text-align:center;position:relative;overflow:hidden}.careers-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 50%,rgba(255,102,0,.1) 0%,transparent 70%);pointer-events:none}.careers-hero .hero-title{font-size:4rem;margin-bottom:2rem;line-height:1.2}.careers-hero .hero-subtitle{font-size:1.25rem;color:var(--text-secondary);max-width:800px;margin:0 auto}.vacancies-section{padding-top:6rem}.section-header{text-align:center;margin-bottom:4rem}.section-header .section-title{font-size:2.8rem;margin-bottom:1rem;color:var(--text-primary)}.section-description{font-size:1.1rem;color:var(--text-secondary)}.loading-state{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.skeleton-loader{height:300px;background:#ffffff0d;border-radius:20px;animation:skeleton-pulse 1.5s infinite ease-in-out}@keyframes skeleton-pulse{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}.vacancies-grid{display:flex;flex-wrap:wrap;gap:2.5rem;justify-content:center}.job-card{background:#fff;border-radius:20px;padding:1.75rem;color:#1a1a1a;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 10px 30px #0000001a;max-width:500px;width:100%;margin:0 auto}.job-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000026}.job-title{font-size:1.4rem;font-weight:800;margin-bottom:1rem;font-family:var(--font-heading)}.job-meta{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.25rem}.meta-item{display:flex;align-items:center;gap:.4rem;font-size:.85rem;font-weight:600;color:#666}.job-body{margin-bottom:1.5rem;flex-grow:1}.job-description{font-size:.95rem;line-height:1.5;margin-bottom:1rem;color:#444}.job-requirements h4{font-size:1.1rem;font-weight:700;margin-bottom:.75rem}.job-requirements ul{list-style:none;padding:0}.job-requirements li{position:relative;padding-left:1.5rem;margin-bottom:.5rem;font-size:.95rem;color:#444}.job-requirements li:before{content:"•";position:absolute;left:0;color:var(--accent-orange);font-weight:700}.apply-button{background-color:var(--accent-orange);color:#fff;width:100%;padding:.9rem;border-radius:12px;border:none;font-size:1.1rem;font-weight:800;display:flex;align-items:center;justify-content:center;gap:.6rem;transition:all .3s ease;cursor:pointer}.apply-button:hover{background-color:var(--accent-orange-hover);gap:1rem}.no-vacancies{text-align:center;padding:4rem;background:#ffffff08;border-radius:20px;border:1px dashed rgba(255,255,255,.1)}@media(max-width:768px){.careers-hero{padding:6rem 1rem 4rem}.careers-hero .hero-title{font-size:2.8rem}.vacancies-grid{grid-template-columns:1fr}.job-card{padding:1.5rem}}.admin-login{height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--bg-primary) 0%,var(--bg-secondary) 100%)}.login-card{background:#fff;padding:3rem;border-radius:24px;text-align:center;color:#1a1a1a;width:100%;max-width:400px;box-shadow:0 20px 40px #0000004d}.lock-icon{color:var(--accent-orange);margin-bottom:1.5rem}.login-card h2{margin-bottom:2rem;font-family:var(--font-heading)}.login-card form{display:flex;flex-direction:column;gap:1.5rem}.login-card input{padding:1rem;border-radius:12px;border:2px solid #eee;font-size:1rem;outline:none;transition:border-color .3s}.login-card input:focus{border-color:var(--accent-orange)}.login-card button{background:var(--accent-orange);color:#fff;padding:1rem;border-radius:12px;font-size:1.1rem;font-weight:700}.hint{margin-top:1.5rem;font-size:.85rem;color:#888}.admin-panel{padding-top:8rem;padding-bottom:6rem;color:#fff}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4rem}.logout-btn{background:#ffffff1a;color:#fff;padding:.6rem 1.5rem;border-radius:8px;font-weight:600;transition:background .3s}.logout-btn:hover{background:#f003}.admin-content{display:grid;grid-template-columns:1.2fr .8fr;gap:4rem}.add-vacancy,.manage-vacancies{background:#ffffff0d;padding:3rem;border-radius:24px;border:1px solid rgba(255,255,255,.1)}.add-vacancy h2,.manage-vacancies h2{margin-bottom:2.5rem;font-family:var(--font-heading)}.vacancy-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.9rem;font-weight:600;color:var(--text-secondary)}.form-group input,.form-group select,.form-group textarea{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);padding:.8rem 1rem;border-radius:8px;color:#fff;outline:none;font-family:var(--font-body)}.form-group input:focus,.form-group textarea:focus{border-color:var(--accent-orange)}.add-btn{background:var(--accent-orange);color:#fff;padding:1.25rem;border-radius:12px;font-weight:700;font-size:1.1rem;margin-top:1rem}.admin-vacancies-list{display:flex;flex-direction:column;gap:1rem}.admin-vacancy-item{background:#ffffff0d;padding:1.5rem;border-radius:12px;display:flex;justify-content:space-between;align-items:center}.admin-vacancy-item h3{font-size:1.1rem;margin-bottom:.25rem}.admin-vacancy-item p{font-size:.85rem;color:var(--text-secondary)}.delete-btn{color:#f44;padding:.5rem;border-radius:6px;transition:background .3s}.delete-btn:hover{background:#ff44441a}@media(max-width:1024px){.admin-content{grid-template-columns:1fr}}.footer-section{background-color:var(--bg-primary);color:#fff;padding:4rem 0 3rem;border-top:1px solid rgba(255,255,255,.1)}.footer-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}.footer-logo{display:flex;align-items:center;background:#fff;padding:.5rem 1rem;border-radius:8px;box-shadow:0 4px 15px #0000001a}.footer-brand-logo{height:45px;width:auto;display:block}.social-title{font-size:1.3rem;font-weight:700;margin-bottom:1rem;text-align:right}.social-icons{display:flex;gap:1rem;justify-content:flex-end}.social-link{width:36px;height:36px;border-radius:5px;display:flex;align-items:center;justify-content:center;color:#fff;transition:transform .3s ease,opacity .3s ease}.social-link:hover{transform:translateY(-3px);opacity:.9}.fb{background-color:#fff;color:#1877f2;border-radius:50%;padding:6px}.ig{background:radial-gradient(circle at 30% 107%,#fdf497 0% 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%);color:#fff;border-radius:8px}.in{background-color:#0a66c2;color:#fff;border-radius:4px;padding:6px}.footer-divider{height:1px;background-color:#ffffff1a;margin-bottom:3rem}.footer-content{display:grid;grid-template-columns:1fr 1fr 1.5fr;gap:3rem}.column-title{font-size:1.4rem;font-weight:700;margin-bottom:1.5rem;font-family:var(--font-heading)}.footer-links{display:flex;flex-direction:column;gap:1rem}.footer-links a{color:var(--text-secondary);font-size:1.05rem;transition:color .3s ease,padding-left .3s ease;display:inline-block}.footer-links a:hover{color:var(--accent-orange);padding-left:5px}.font-bold a,.font-bold span,.font-bold{font-weight:700;color:#f1f1f1}.contact-info{display:flex;flex-direction:column;gap:1.5rem}.contact-item{display:flex;align-items:center;gap:1rem}.align-top{align-items:flex-start}.mt-1{margin-top:4px}.contact-icon{color:var(--text-secondary);flex-shrink:0}.contact-details{display:flex;flex-direction:column;font-size:1rem}.contact-details.address{line-height:1.6;color:var(--text-secondary);font-weight:600}.text-nowrap{white-space:nowrap}@media(max-width:900px){.footer-content{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.footer-header{flex-direction:column;align-items:center;gap:2rem}.social-title,.social-icons{text-align:center;justify-content:center}.footer-content{grid-template-columns:1fr;text-align:center}.contact-item{justify-content:center}.contact-details{align-items:center}.align-top{flex-direction:column;align-items:center;gap:.5rem}}.contact-section{background-color:#0b0b14;padding:6rem 0;color:#fff;position:relative;z-index:10}.contact-wrapper{display:flex;flex-direction:column;align-items:center}.contact-header{text-align:center;margin-bottom:3rem}.contact-title{font-family:var(--font-heading);font-size:4rem;font-weight:800;margin-bottom:.5rem;letter-spacing:-1px}.text-purple{color:#a855f7}.contact-subtitle{font-size:1.15rem;color:#d1d5db}.contact-card{width:100%;max-width:1050px;background-color:#1a1a24;border-radius:20px;display:grid;grid-template-columns:1fr 1fr;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.contact-form-side{padding:4rem;display:flex;flex-direction:column}.form-title{font-family:var(--font-heading);font-size:1.8rem;font-weight:700;margin-bottom:.5rem}.form-description{font-size:.95rem;color:#9ca3af;margin-bottom:2.5rem;line-height:1.6}.contact-form{display:flex;flex-direction:column;gap:1.25rem}.form-row{display:flex;gap:1.25rem}.form-row .form-input{flex:1}.form-input{background-color:#262635;border:1px solid #374151;border-radius:8px;padding:1rem 1.25rem;color:#fff;font-family:var(--font-body);font-size:1rem;outline:none;transition:border-color .3s ease,background-color .3s ease}.form-input::placeholder{color:#6b7280}.form-input:focus{border-color:#a855f7;background-color:#2d2d3f}.form-textarea{resize:vertical;min-height:120px}.submit-button{background:linear-gradient(135deg,#a855f7,#6366f1);color:#fff;border:none;border-radius:8px;padding:1.25rem;font-size:1.1rem;font-weight:600;display:flex;justify-content:center;align-items:center;gap:.5rem;cursor:pointer;margin-top:.5rem;transition:transform .2s ease,opacity .2s ease}.submit-button:hover{transform:translateY(-2px);opacity:.95}.rocket-icon{font-size:1.2rem}.contact-image-side{position:relative;background-color:#000;overflow:hidden}.image-container{width:100%;height:100%;position:relative}.contact-image{width:100%;height:100%;object-fit:cover;opacity:.8}.image-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#1a1a241a,#1a1a2466,#1a1a24f2);display:flex;align-items:flex-end;padding:3rem}.image-quote{font-size:.95rem;color:#ffffffe6;line-height:1.6;font-family:var(--font-body)}@media(max-width:1024px){.contact-card{grid-template-columns:1fr;max-width:100%;margin:0;border-radius:0}.contact-image-side{height:300px;min-height:auto;order:-1}.contact-title{font-size:3rem}.contact-form-side{padding:3rem 2rem}}@media(max-width:640px){.contact-section{padding:5.5rem 0 3rem}.contact-card{border-radius:24px;overflow:hidden}.contact-form-side{padding:2rem 1rem}.form-row{flex-direction:column;gap:1.25rem}.contact-title{font-size:2.2rem;letter-spacing:-.5px}.contact-subtitle{font-size:.95rem;padding:0 .5rem}.form-title,.form-description,.contact-image-side{display:none}}.scroll-to-top{position:fixed;bottom:30px;right:30px;z-index:1000;opacity:0;visibility:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);transform:translateY(20px)}.scroll-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}.scroll-btn{width:50px;height:50px;border-radius:50%;background-color:var(--accent-orange, #ff6600);border:none;color:#fff;box-shadow:0 4px 15px #ff66004d;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.scroll-btn:hover{background-color:#e65c00;transform:scale(1.1);box-shadow:0 6px 20px #f606}.scroll-btn:active{transform:scale(.95)}@media(max-width:768px){.scroll-to-top{bottom:20px;right:20px}.scroll-btn{width:45px;height:45px}}
