*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0f172a;color:#e2e8f0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.6;overflow-x:hidden}html{scroll-behavior:smooth}a{color:inherit;text-decoration:none}button{border:none;cursor:pointer;font-family:inherit;outline:none}img{display:block;max-width:100%}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172acc;position:fixed;top:0;transition:all .3s ease;width:100%;z-index:1000}.navbar.scrolled{background:#0f172af2;box-shadow:0 4px 20px #0000004d}.navbar-container{justify-content:space-between;margin:0 auto;max-width:1280px;padding:.5rem 2rem}.navbar-container,.navbar-logo{align-items:center;display:flex}.navbar-logo{animation:logoFadeIn .6s ease-out;transition:transform .3s ease,opacity .3s ease}@keyframes logoFadeIn{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.navbar-logo:hover{opacity:.95;transform:scale(1.08) rotate(2deg)}.navbar-logo:active{transform:scale(.98)}.logo-image{cursor:pointer;height:80px;margin-right:80px;max-width:200px;object-fit:contain;object-position:left center;transform:scale(2);transform-origin:left center;transition:all .3s ease;width:auto}.navbar.scrolled .logo-image{height:70px;transform:scale(1.8)}.navbar-logo:hover .logo-image{filter:brightness(1.15) drop-shadow(0 0 12px rgba(59,130,246,.5))}.navbar-menu{align-items:center;display:flex;gap:2rem}.navbar-link{color:#cbd5e1;font-size:.84rem;font-weight:500;position:relative;transition:color .3s}.navbar-link:hover{color:#60a5fa}.navbar-link:after{background:linear-gradient(90deg,#3b82f6,#8b5cf6);bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s;width:0}.navbar-link:hover:after{width:100%}.navbar-dropdown{display:inline-block;position:relative}.dropdown-toggle{cursor:pointer;-webkit-user-select:none;user-select:none}.dropdown-menu{background:#0f172afa;border:1px solid #3b82f64d;border-radius:8px;box-shadow:0 10px 30px #00000080;left:0;margin-top:.5rem;min-width:200px;opacity:0;padding:.5rem 0;position:absolute;top:100%;transform:translateY(-10px);transition:all .3s ease;visibility:hidden;z-index:1000}.dropdown-menu.show{opacity:1;transform:translateY(0);visibility:visible}.dropdown-item{color:#cbd5e1;display:block;font-size:.84rem;font-weight:500;padding:.75rem 1.5rem;transition:all .3s;white-space:nowrap}.dropdown-item:hover{background:#3b82f61a;color:#60a5fa;padding-left:2rem}.navbar-cta{background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:8px;color:#fff;font-size:.84rem;font-weight:600;padding:.66rem 1.65rem;transition:transform .3s,box-shadow .3s}.navbar-cta:hover{box-shadow:0 8px 25px #3b82f666;transform:translateY(-2px)}.navbar-toggle{background:#0000;display:none;flex-direction:column;gap:5px;padding:.55rem}.navbar-toggle span{background:#cbd5e1;border-radius:3px;height:3px;transition:all .3s;width:25px}@media (max-width:1024px){.navbar-menu{align-items:flex-start;background:#0f172afa;box-shadow:-5px 0 20px #00000080;flex-direction:column;height:calc(100vh - 77px);padding:2.2rem;position:fixed;right:-100%;top:77px;transition:right .3s;width:330px}.navbar-menu.active{right:0}.navbar-toggle{display:flex}.navbar-cta,.navbar-link{padding:.88rem 0;width:100%}.navbar-dropdown{width:100%}.dropdown-menu{background:#1e293bcc;margin-left:1rem;margin-top:.5rem;opacity:1;position:static;transform:none;visibility:visible}.dropdown-menu.show{display:block}.dropdown-menu:not(.show){display:none}}.footer{background:linear-gradient(180deg,#0f172a,#1e293b);border-top:1px solid #3b82f633;margin-top:3rem;padding:2rem 2rem 1.5rem}.footer-container{margin:0 auto;max-width:1280px}.footer-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:2fr 1fr 1fr 1fr;margin-bottom:2rem}.footer-col{display:flex;flex-direction:column;gap:.75rem}.footer-logo-link{display:inline-block;margin-bottom:.5rem;transition:all .3s ease}.footer-logo-link:hover{opacity:.95;transform:scale(1.08) translateY(-3px)}.footer-logo-link:active{transform:scale(.98)}.footer-logo-image{cursor:pointer;height:70px;margin-bottom:1rem;max-width:180px;object-fit:contain;object-position:left center;transform:scale(2);transform-origin:left center;transition:all .3s ease;width:auto}.footer-logo-link:hover .footer-logo-image{filter:brightness(1.15) drop-shadow(0 0 10px rgba(59,130,246,.4))}.footer-desc{color:#94a3b8;font-size:.88rem;line-height:1.6}.footer-title{color:#e2e8f0;font-size:1.05rem;font-weight:600;margin-bottom:.55rem}.footer-link{color:#94a3b8;font-size:.88rem;transition:color .3s}.footer-link:hover{color:#60a5fa}.footer-bottom{align-items:center;border-top:1px solid #94a3b81a;color:#64748b;display:flex;font-size:.875rem;justify-content:space-between;padding-top:1.5rem}.footer-legal{display:flex;gap:1.5rem}.footer-legal-link{color:#64748b;transition:color .3s}.footer-legal-link:hover{color:#94a3b8}@media (max-width:768px){.footer-grid{gap:2.2rem;grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:1.1rem;text-align:center}}.home{padding-top:180px}.home-container{margin:0 auto;max-width:1280px;padding:0 3rem}.home-hero{align-items:center;background:linear-gradient(135deg,#0f172a,#1e293b 50%,#0f172a);display:flex;min-height:90vh;overflow:hidden;position:relative}.hero-animated-bg{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%}.animated-shape{animation:float 20s ease-in-out infinite;border-radius:50%;filter:blur(80px);opacity:.4;position:absolute}.shape-1{animation-delay:0s;background:linear-gradient(135deg,#3b82f6,#8b5cf6);height:500px;left:-10%;top:-10%;width:500px}.shape-2{animation-delay:5s;background:linear-gradient(135deg,#06b6d4,#3b82f6);height:400px;right:-10%;top:50%;width:400px}.shape-3{animation-delay:10s;background:linear-gradient(135deg,#8b5cf6,#ec4899);bottom:-10%;height:350px;left:30%;width:350px}.shape-4{animation-delay:15s;background:linear-gradient(135deg,#10b981,#06b6d4);height:300px;right:30%;top:20%;width:300px}@keyframes float{0%,to{transform:translate(0) scale(1)}25%{transform:translate(50px,-50px) scale(1.1)}50%{transform:translate(-30px,30px) scale(.9)}75%{transform:translate(30px,50px) scale(1.05)}}@keyframes pulse{0%,to{opacity:.5}50%{opacity:1}}.hero-content{max-width:900px;position:relative;z-index:2}.hero-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#60a5fa);-webkit-background-clip:text;background-clip:text;font-size:3.2rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem}.hero-subtitle{color:#cbd5e1;font-size:1.125rem;line-height:1.7;margin-bottom:2.5rem}.btn-secondary{background:linear-gradient(135deg,#3b82f6,#8b5cf6);border:none;color:#fff;transition:transform .3s,box-shadow .3s}.btn-secondary:hover{box-shadow:0 10px 30px #3b82f680}.home-trust{background:#1e293b80;padding:5rem 0}.trust-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.trust-card{background:#1e293b99;border:1px solid #3b82f633;border-radius:15px;padding:2rem;transition:transform .3s,border-color .3s}.trust-card:hover{border-color:#3b82f680;transform:translateY(-5px)}.trust-card h3{color:#e2e8f0;font-size:1.25rem;margin-bottom:1rem}.trust-card p{color:#94a3b8;line-height:1.6}.home-capabilities{padding:5rem 0}.capabilities-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.capability-card{background:linear-gradient(135deg,#1e293bcc,#0f172acc);border:1px solid #3b82f633;border-radius:15px;padding:2rem;transition:all .3s}.capability-card:hover{border-color:#3b82f680;box-shadow:0 10px 30px #3b82f64d;transform:translateY(-5px)}.capability-icon{font-size:2.5rem;margin-bottom:1rem}.capability-card h3{color:#f1f5f9;font-size:1.125rem;margin-bottom:.8rem}.capability-card p{color:#94a3b8;line-height:1.6}.home-differentiator{background:#1e293b80;padding:5rem 0}.diff-content{margin:0 auto;max-width:900px;text-align:center}.diff-text{color:#cbd5e1;font-size:.95rem;line-height:1.8;margin-bottom:2rem}.diff-list{list-style:none;margin:0 auto;max-width:700px;text-align:left}.diff-list li{border-bottom:1px solid #94a3b81a;color:#94a3b8;font-size:1rem;padding:.75rem 0}.home-usecases{padding:5rem 0}.usecases-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.usecase-card{background:#1e293b99;border-left:4px solid #3b82f6;border-radius:12px;padding:2rem;transition:all .3s}.usecase-card:hover{border-left-color:#8b5cf6;transform:translateX(5px)}.usecase-card h3{color:#f1f5f9;font-size:.95rem;margin-bottom:.8rem}.usecase-card p{color:#94a3b8;line-height:1.6}.home-engagement{background:#1e293b80;padding:5rem 0}.engagement-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(2,1fr)}.engagement-card{background:linear-gradient(135deg,#1e293be6,#0f172ae6);border:1px solid #3b82f64d;border-radius:15px;padding:2.5rem}.engagement-card h3{color:#f1f5f9;font-size:1.4rem;margin-bottom:1rem}.engagement-card>p{color:#cbd5e1;line-height:1.6;margin-bottom:1.5rem}.engagement-card ul{list-style:none;margin-bottom:2rem}.engagement-card li{color:#94a3b8;padding:.5rem 0 .5rem 1.5rem;position:relative}.engagement-card li:before{color:#3b82f6;content:"→";left:0;position:absolute}.engagement-link{color:#60a5fa;font-weight:600;transition:color .3s}.engagement-link:hover{color:#93c5fd}.home-cta{padding:5rem 0}.cta-box .btn-primary:hover{transform:translateY(-3px)}.fade-in{opacity:0;transform:translateY(30px);transition:opacity .8s,transform .8s}.fade-in.visible{opacity:1;transform:translateY(0)}@media (max-width:1024px){.hero-title{font-size:2.5rem}.capabilities-grid,.trust-grid{grid-template-columns:repeat(2,1fr)}.engagement-grid{grid-template-columns:1fr}}@media (max-width:768px){.hero-title{font-size:1.7rem}.hero-subtitle{font-size:1rem}.capabilities-grid,.trust-grid{grid-template-columns:1fr}.section-title{font-size:1.75rem}}.services{padding-top:180px}.services-container{margin:0 auto;max-width:1280px;padding:0 3rem}.services-hero{background:linear-gradient(180deg,#1e293b80,#0000);padding:5rem 0 3rem;text-align:center}.services-hero-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#60a5fa);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:800;margin-bottom:1rem}.services-hero-subtitle{color:#cbd5e1;font-size:1.125rem;margin:0 auto;max-width:700px}.services-main{padding:4rem 0}.service-item{background:#1e293b80;border:1px solid #3b82f633;border-radius:15px;display:flex;gap:2rem;margin-bottom:4rem;padding:2rem;transition:all .3s}.service-item:hover{border-color:#3b82f680;transform:translateY(-5px)}.service-icon{flex-shrink:0;font-size:3.2rem}.service-content h2{color:#f1f5f9;font-size:1.75rem;margin-bottom:1rem}.service-content p{color:#cbd5e1;font-size:1rem;line-height:1.7;margin-bottom:1.5rem}.service-content ul{grid-gap:.8rem;display:grid;gap:.8rem;grid-template-columns:repeat(2,1fr);list-style:none}.service-content li{color:#94a3b8;padding-left:1.5rem;position:relative}.service-content li:before{color:#3b82f6;content:"✓";font-weight:700;left:0;position:absolute}.service-link{color:#60a5fa;display:inline-block;font-weight:600;margin-top:1rem;transition:color .3s}.service-link:hover{color:#93c5fd}.services-process{background:#1e293b4d;padding:5rem 0}.process-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.process-step{padding:2rem;text-align:center}.step-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:800;margin-bottom:1rem}.process-step h3{color:#f1f5f9;font-size:1.25rem;margin-bottom:.8rem}.process-step p{color:#94a3b8;line-height:1.6}.services-cta{padding:5rem 0}@media (max-width:1024px){.service-content ul{grid-template-columns:1fr}.process-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.services-hero-title{font-size:2rem}.service-item{flex-direction:column}.process-grid{grid-template-columns:1fr}}.ai-solutions{padding-top:180px}.ai-container{margin:0 auto;max-width:1280px;padding:0 3rem}.ai-hero{background:linear-gradient(180deg,#1e293b80,#0000);padding:5rem 0 3rem;text-align:center}.ai-hero-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#60a5fa);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:800;margin-bottom:1rem}.ai-hero-subtitle{color:#cbd5e1;font-size:1.125rem}.ai-main{padding:4rem 0}.ai-solution{background:#1e293b80;border-left:4px solid #3b82f6;border-radius:15px;margin-bottom:2.5rem;padding:2rem;transition:all .3s}.ai-solution:hover{border-left-color:#8b5cf6;transform:translateX(10px)}.ai-solution h2{color:#f1f5f9;font-size:1.75rem;margin-bottom:1rem}.ai-desc{color:#cbd5e1;font-size:1rem;line-height:1.7;margin-bottom:1.5rem}.ai-benefits{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}.benefit{color:#94a3b8;font-size:1rem;padding:.5rem}.ai-difference{background:#1e293b4d;padding:5rem 0}.difference-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr)}.diff-card{background:#0f172acc;border:1px solid #3b82f64d;border-radius:15px;padding:2rem}.diff-card h3{color:#60a5fa;font-size:1.25rem;margin-bottom:1rem}.diff-card p{color:#94a3b8;line-height:1.6}.ai-cta{padding:5rem 0}@media (max-width:768px){.ai-hero-title{font-size:2rem}.ai-benefits,.difference-grid{grid-template-columns:1fr}}.staffing{padding-top:180px}.staffing-container{margin:0 auto;max-width:1280px;padding:0 3rem}.staffing-hero{background:linear-gradient(180deg,#1e293b80,#0000);padding:5rem 0;text-align:center}.staffing-hero-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#60a5fa);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:800;margin-bottom:1rem}.staffing-hero-subtitle{color:#cbd5e1;font-size:1.125rem;margin-bottom:2rem}.hero-cta{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.btn-secondary{border-radius:10px;font-size:1rem;padding:1rem 2.5rem}.btn-secondary:hover{transform:translateY(-3px)}.staffing-provide{padding:5rem 0}.provide-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.provide-card{background:#1e293b99;border:1px solid #3b82f633;border-radius:12px;padding:2rem;transition:all .3s}.provide-card:hover{border-color:#3b82f680;transform:translateY(-5px)}.provide-card h3{color:#60a5fa;font-size:1.125rem;margin-bottom:.8rem}.provide-card p{color:#94a3b8;line-height:1.6}.staffing-models{background:#1e293b4d;padding:5rem 0}.models-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.model-card{background:#0f172acc;border:1px solid #3b82f64d;border-radius:15px;padding:2rem}.model-card h3{color:#f1f5f9;font-size:1.4rem;margin-bottom:1rem}.model-card p{color:#cbd5e1;line-height:1.7;margin-bottom:1.5rem}.model-card ul{list-style:none}.model-card li{color:#94a3b8;padding:.5rem 0 .5rem 1.5rem;position:relative}.model-card li:before{color:#3b82f6;content:"✓";font-weight:700;left:0;position:absolute}.staffing-process{padding:5rem 0}.process-timeline{display:flex;flex-direction:column;gap:2rem;margin:0 auto;max-width:800px}.timeline-step{align-items:flex-start;background:#1e293b80;border-left:4px solid #3b82f6;border-radius:12px;display:flex;gap:2rem;padding:2rem}.step-num{align-items:center;background:#3b82f61a;border-radius:50%;color:#3b82f6;display:flex;flex-shrink:0;font-size:1.75rem;font-weight:800;height:50px;justify-content:center;width:50px}.timeline-step h3{color:#f1f5f9;font-size:1.25rem;margin-bottom:.5rem}.timeline-step p{color:#94a3b8;line-height:1.6}.staffing-roles{background:#1e293b4d;padding:5rem 0}.roles-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.role-card{background:#0f172acc;border:1px solid #3b82f633;border-radius:12px;padding:1.2rem;transition:all .3s}.role-card:hover{border-color:#3b82f680;transform:translateY(-3px)}.role-card h3{color:#f1f5f9;font-size:.95rem;margin-bottom:.5rem}.role-card p{color:#94a3b8;font-size:.875rem}.staffing-advantages{padding:5rem 0}.advantages-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.advantage-card{background:#1e293b99;border:1px solid #3b82f633;border-radius:12px;padding:2rem}.advantage-card h3{color:#60a5fa;font-size:1.125rem;margin-bottom:1rem}.advantage-card p{color:#94a3b8;line-height:1.6}.staffing-cta{padding:5rem 0}.cta-box .btn-primary{background:#fff;color:#3b82f6}.cta-box .btn-primary:hover{box-shadow:0 10px 30px #ffffff4d}@media (max-width:1024px){.advantages-grid,.models-grid,.provide-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.staffing-hero-title{font-size:2rem}.advantages-grid,.models-grid,.provide-grid{grid-template-columns:1fr}.timeline-step{flex-direction:column}}.industries{padding-top:180px}.industries-container{margin:0 auto;max-width:1280px;padding:0 3rem}.industries-hero{background:linear-gradient(180deg,#1e293b80,#0000);padding:5rem 0 3rem;text-align:center}.industries-hero-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#60a5fa);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:800;margin-bottom:1rem}.industries-hero-subtitle{color:#cbd5e1;font-size:1.125rem}.industries-main{padding:4rem 0}.industry-section{background:#1e293b80;border:1px solid #3b82f633;border-radius:15px;margin-bottom:4rem;padding:2rem}.industry-header h2{color:#f1f5f9;font-size:2rem;margin-bottom:2rem}.industry-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1fr}.industry-problems h3,.industry-solutions h3{color:#60a5fa;font-size:1.25rem;margin-bottom:1rem}.industry-problems ul,.industry-solutions ul{list-style:none}.industry-problems li,.industry-solutions li{color:#94a3b8;line-height:1.6;padding:.5rem 0 .5rem 1.5rem;position:relative}.industry-problems li:before{color:#f59e0b;content:"⚠";left:0;position:absolute}.industry-solutions li:before{color:#3b82f6;content:"✓";font-weight:700;left:0;position:absolute}@media (max-width:768px){.industries-hero-title{font-size:2rem}.industry-content{gap:2rem;grid-template-columns:1fr}}.case-studies{padding-top:180px}.case-container{margin:0 auto;max-width:1280px;padding:0 3rem}.case-hero{background:linear-gradient(180deg,#1e293b80,#0000);padding:5rem 0 3rem;text-align:center}.case-hero-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#60a5fa);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:800;margin-bottom:1rem}.case-hero-subtitle{color:#cbd5e1;font-size:1.125rem}.case-main{padding:4rem 0}.case-study{background:#1e293b80;border:1px solid #3b82f633;border-radius:15px;margin-bottom:4rem;padding:2.5rem}.case-header{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:2rem}.case-header h2{color:#f1f5f9;font-size:1.75rem}.case-tag{background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:20px;color:#fff;font-size:.875rem;font-weight:600;padding:.5rem 1rem}.case-content{display:flex;flex-direction:column;gap:2rem}.case-problem h3,.case-results h3,.case-solution h3{color:#60a5fa;font-size:1.125rem;margin-bottom:1rem}.case-problem p,.case-solution p{color:#cbd5e1;line-height:1.7;margin-bottom:.8rem}.results-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr);margin-top:1.5rem}.result-item{background:#0f172acc;border:1px solid #3b82f64d;border-radius:12px;padding:1.2rem;text-align:center}.result-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:800;margin-bottom:.5rem}.result-label{color:#94a3b8;font-size:.875rem;line-height:1.4}@media (max-width:1024px){.results-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.case-hero-title{font-size:2rem}.results-grid{grid-template-columns:1fr}.case-header{align-items:flex-start;flex-direction:column}}.about{padding-top:180px}.about-container{margin:0 auto;max-width:1280px;padding:0 3rem}.about-hero{background:linear-gradient(180deg,#1e293b80,#0000);padding:5rem 0 3rem;text-align:center}.about-hero-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#60a5fa);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:800;margin-bottom:1rem}.about-hero-subtitle{color:#cbd5e1;font-size:1.125rem}.about-story{padding:5rem 0}.story-content{margin:0 auto;max-width:900px}.story-content p{color:#cbd5e1;font-size:.95rem;line-height:1.8;margin-bottom:1.5rem}.about-mission{background:#1e293b4d;padding:5rem 0}.mission-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(2,1fr)}.mission-card{background:#0f172acc;border:1px solid #3b82f64d;border-radius:15px;padding:2.5rem}.mission-card h2{color:#60a5fa;font-size:1.75rem;margin-bottom:1.5rem}.mission-card p{color:#cbd5e1;font-size:1rem;line-height:1.7}.about-values{padding:5rem 0}.values-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr)}.value-card{background:#1e293b80;border:1px solid #3b82f633;border-radius:15px;padding:2rem;transition:all .3s}.value-card:hover{border-color:#3b82f680;transform:translateY(-5px)}.value-icon{font-size:2.5rem;margin-bottom:1rem}.value-card h3{color:#f1f5f9;font-size:1.25rem;margin-bottom:1rem}.value-card p{color:#94a3b8;line-height:1.6}.about-approach{background:#1e293b4d;padding:5rem 0}.approach-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr)}.approach-item{background:#0f172a99;border-left:4px solid #3b82f6;border-radius:12px;padding:2rem}.approach-item h3{color:#f1f5f9;font-size:1.125rem;margin-bottom:.8rem}.approach-item p{color:#94a3b8;line-height:1.6}.about-team{padding:5rem 0}.team-content{margin:0 auto;max-width:900px;text-align:center}.team-content>p{color:#cbd5e1;font-size:.95rem;margin-bottom:2rem}.expertise-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}.expertise-item{background:#1e293b99;border:1px solid #3b82f633;border-radius:12px;color:#60a5fa;font-weight:600;padding:1.2rem}@media (max-width:1024px){.approach-content,.mission-grid,.values-grid{grid-template-columns:1fr}.expertise-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.about-hero-title{font-size:2rem}.expertise-grid{grid-template-columns:1fr}}.blog{padding-top:180px}.blog-container{margin:0 auto;max-width:1280px;padding:0 3rem}.blog-hero{background:linear-gradient(180deg,#1e293b80,#0000);padding:5rem 0 3rem;text-align:center}.blog-hero-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#60a5fa);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:800;margin-bottom:1rem}.blog-hero-subtitle{color:#cbd5e1;font-size:1.125rem}.blog-main{padding:4rem 0}.articles-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(2,1fr)}.article-card{background:#1e293b80;border:1px solid #3b82f633;border-radius:15px;display:flex;flex-direction:column;padding:2rem;transition:all .3s}.article-card:hover{border-color:#3b82f680;transform:translateY(-5px)}.article-category{background:#3b82f633;border-radius:20px;color:#60a5fa;display:inline-block;font-size:.875rem;font-weight:600;margin-bottom:1rem;padding:.3rem 1rem;width:fit-content}.article-title{color:#f1f5f9;font-size:1.25rem;line-height:1.4;margin-bottom:1rem}.article-excerpt{color:#94a3b8;flex-grow:1;line-height:1.6;margin-bottom:1.5rem}.article-footer{align-items:center;border-top:1px solid #94a3b81a;display:flex;justify-content:space-between;padding-top:1rem}.article-date{color:#64748b;font-size:.875rem}.article-link{color:#60a5fa;font-weight:600;transition:color .3s}.article-link:hover{color:#93c5fd}@media (max-width:768px){.blog-hero-title{font-size:2rem}.articles-grid{grid-template-columns:1fr}}.careers{padding-top:180px}.careers-container{margin:0 auto;max-width:1280px;padding:0 3rem}.careers-hero{background:linear-gradient(180deg,#1e293b80,#0000);padding:5rem 0 3rem;text-align:center}.careers-hero-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#60a5fa);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:800;margin-bottom:1rem}.careers-hero-subtitle{color:#cbd5e1;font-size:1.125rem}.careers-why{padding:5rem 0}.section-title{color:#f1f5f9;font-size:2rem;font-weight:700;margin-bottom:2.5rem;text-align:center}.why-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.why-card{background:#1e293b80;border:1px solid #3b82f633;border-radius:15px;padding:2rem;transition:all .3s}.why-card:hover{border-color:#3b82f680;transform:translateY(-5px)}.why-icon{font-size:2.5rem;margin-bottom:1rem}.why-card h3{color:#f1f5f9;font-size:1.125rem;margin-bottom:.8rem}.why-card p{color:#94a3b8;line-height:1.6}.careers-culture{background:#1e293b4d;padding:5rem 0}.culture-content{margin:0 auto;max-width:1000px}.culture-content>p{color:#cbd5e1;font-size:.95rem;line-height:1.7;margin-bottom:2.5rem;text-align:center}.culture-points{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr)}.culture-point{background:#0f172a99;border-left:4px solid #3b82f6;border-radius:12px;padding:2rem}.culture-point h3{color:#f1f5f9;font-size:1.125rem;margin-bottom:.8rem}.culture-point p{color:#94a3b8;line-height:1.6}.careers-roles{padding:5rem 0}.roles-list{display:flex;flex-direction:column;gap:1.5rem}.role-item{align-items:center;background:#1e293b80;border:1px solid #3b82f633;border-radius:12px;display:flex;gap:2rem;justify-content:space-between;padding:2rem;transition:all .3s}.role-item:hover{border-color:#3b82f680;transform:translateX(5px)}.role-info h3{color:#f1f5f9;font-size:1.25rem;margin-bottom:.5rem}.role-info p{color:#94a3b8;line-height:1.6;margin-bottom:1rem}.role-tags{display:flex;flex-wrap:wrap;gap:.8rem}.role-tags span{background:#3b82f633;border-radius:20px;color:#60a5fa;font-size:.875rem;font-weight:600;padding:.3rem 1rem}.role-apply{background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:8px;color:#fff;font-weight:600;padding:.75rem 2rem;transition:transform .3s,box-shadow .3s;white-space:nowrap}.role-apply:hover{box-shadow:0 8px 20px #3b82f666;transform:translateY(-2px)}.careers-cta{padding:5rem 0}.cta-box{background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:20px;padding:3.2rem;text-align:center}.cta-box h2{color:#fff;font-size:2rem;margin-bottom:1rem}.cta-box p{color:#ffffffe6;font-size:.95rem;margin-bottom:2rem}.btn-primary{background:#fff;color:#3b82f6;display:inline-block}.btn-primary:hover{box-shadow:0 10px 30px #ffffff4d}@media (max-width:1024px){.why-grid{grid-template-columns:repeat(2,1fr)}.culture-points{grid-template-columns:1fr}}@media (max-width:768px){.careers-hero-title{font-size:2rem}.why-grid{grid-template-columns:1fr}.role-item{align-items:flex-start;flex-direction:column}.role-apply{text-align:center;width:100%}}.contact{padding-top:180px}.contact-container{margin:0 auto;max-width:1280px;padding:0 3rem}.contact-hero{background:linear-gradient(180deg,#1e293b80,#0000);padding:5rem 0 3rem;text-align:center}.contact-hero-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#60a5fa);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:800;margin-bottom:1rem}.contact-hero-subtitle{color:#cbd5e1;font-size:1.125rem}.contact-main{padding:4rem 0}.contact-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1.5fr}.contact-info h2{color:#f1f5f9;font-size:1.75rem;margin-bottom:2rem}.info-item{border-bottom:1px solid #94a3b81a;margin-bottom:2rem;padding-bottom:2rem}.info-item h3{color:#60a5fa;font-size:.95rem;margin-bottom:.8rem}.info-item a,.info-item p{color:#94a3b8;display:block;line-height:1.6;margin-bottom:.3rem}.info-item a:hover{color:#60a5fa}.contact-cta-box{background:#1e293b99;border:1px solid #3b82f64d;border-radius:12px;margin-top:3rem;padding:2rem}.contact-cta-box h3{color:#f1f5f9;font-size:1.125rem;margin-bottom:.8rem}.contact-cta-box p{color:#94a3b8;line-height:1.6;margin-bottom:1.5rem}.btn-secondary{background:#0000;border:2px solid #3b82f6;border-radius:8px;color:#60a5fa;display:inline-block;font-weight:600;padding:.75rem 2rem;transition:all .3s}.btn-secondary:hover{background:#3b82f61a;transform:translateY(-2px)}.contact-form-wrapper{background:#1e293b80;border:1px solid #3b82f633;border-radius:15px;padding:2.5rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group input,.form-group select,.form-group textarea{background:#0f172acc;border:1px solid #3b82f64d;border-radius:8px;color:#e2e8f0;font-family:inherit;font-size:1rem;padding:.875rem;transition:border-color .3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#3b82f6;outline:none}.form-group input::placeholder,.form-group textarea::placeholder{color:#64748b}.form-group select{cursor:pointer}.form-group textarea{min-height:120px;resize:vertical}.btn-primary{transition:transform .3s,box-shadow .3s}@media (max-width:1024px){.contact-grid{gap:3rem;grid-template-columns:1fr}}@media (max-width:768px){.contact-hero-title{font-size:2rem}.contact-form-wrapper{padding:2rem}}.admin-login{align-items:center;background:linear-gradient(135deg,#1e3a8a,#7c3aed);display:flex;justify-content:center;min-height:100vh;padding-top:180px}.login-box{background:#1e293b;border-radius:12px;box-shadow:0 20px 60px #00000080;max-width:400px;padding:2.5rem;width:100%}.login-box h1{color:#fff;margin-bottom:2rem;text-align:center}.login-box input{background:#0f172a;border:1px solid #334155;border-radius:8px;color:#e2e8f0;margin-bottom:1rem}.login-box button,.login-box input{font-size:1rem;padding:1rem;width:100%}.login-box button{background:linear-gradient(135deg,#3b82f6,#8b5cf6);border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600}.admin{background:#0f172a;min-height:100vh;padding:200px 2rem 2rem}.admin-header{align-items:center;border-bottom:2px solid #334155;display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem}.admin-header h1{color:#fff;font-size:1.75rem}.admin-header button{background:#ef4444;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:.6rem 1.5rem}.admin-tabs{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.admin-tabs button{background:#1e293b;border:2px solid #334155;border-radius:8px;color:#94a3b8;cursor:pointer;font-weight:600;padding:1rem 2rem;transition:all .3s}.admin-tabs button.active{background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-color:#0000;color:#fff}.admin-content{background:#1e293b;border-radius:12px;padding:2rem}.admin-section h2{color:#fff;font-size:1.25rem;margin-bottom:2rem}.admin-form{background:#0f172a;border-radius:8px;display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem;padding:2rem}.admin-form input,.admin-form select,.admin-form textarea{background:#1e293b;border:1px solid #334155;border-radius:8px;color:#e2e8f0;font-family:inherit;font-size:1rem;padding:1rem}.admin-form button{background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem}.data-table{display:flex;flex-direction:column;gap:1rem}.data-card{background:#0f172a;border:1px solid #334155;border-radius:8px;padding:1.2rem}.card-header{align-items:center;border-bottom:1px solid #334155;display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:1rem}.card-header h3{color:#fff;font-size:1rem;margin:0}.card-header button{background:#ef4444;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.7rem;padding:.5rem 1rem}.data-card p{color:#94a3b8;line-height:1.6;margin-bottom:.5rem}.data-card p strong{color:#e2e8f0}.timestamp{color:#64748b;font-size:.7rem;margin-top:1rem}.empty-state{color:#64748b;font-size:.9rem;padding:2.5rem;text-align:center}@media (max-width:768px){.admin{padding:1rem}.admin-header{align-items:flex-start;gap:1rem}.admin-header,.admin-tabs{flex-direction:column}.admin-tabs button{width:100%}.admin-content{padding:1rem}.card-header{align-items:flex-start;flex-direction:column;gap:1rem}}.privacy{padding-top:180px}.privacy-container{margin:0 auto;max-width:1280px;padding:0 3rem}.privacy-hero{background:linear-gradient(180deg,#1e293b80,#0000);padding:5rem 0 3rem;text-align:center}.privacy-hero-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#60a5fa);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:800;margin-bottom:1rem}.privacy-hero-subtitle{color:#cbd5e1;font-size:1.125rem}.privacy-main{padding:4rem 0}.privacy-content{background:#1e293b80;border:1px solid #3b82f633;border-radius:15px;margin:0 auto;max-width:900px;padding:3rem}.privacy-content h2{color:#60a5fa;font-size:1.5rem;margin-bottom:1rem;margin-top:2rem}.privacy-content h2:first-child{margin-top:0}.privacy-content p{color:#cbd5e1;font-size:1rem;line-height:1.8;margin-bottom:1.5rem}@media (max-width:768px){.privacy-hero-title{font-size:2rem}.privacy-content{padding:2rem}}.terms{padding-top:180px}.terms-container{margin:0 auto;max-width:1280px;padding:0 3rem}.terms-hero{background:linear-gradient(180deg,#1e293b80,#0000);padding:5rem 0 3rem;text-align:center}.terms-hero-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#60a5fa);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:800;margin-bottom:1rem}.terms-hero-subtitle{color:#cbd5e1;font-size:1.125rem}.terms-main{padding:4rem 0}.terms-content{background:#1e293b80;border:1px solid #3b82f633;border-radius:15px;margin:0 auto;max-width:900px;padding:3rem}.terms-content h2{color:#60a5fa;font-size:1.5rem;margin-bottom:1rem;margin-top:2rem}.terms-content h2:first-child{margin-top:0}.terms-content p{color:#cbd5e1;font-size:1rem;line-height:1.8;margin-bottom:1.5rem}@media (max-width:768px){.terms-hero-title{font-size:2rem}.terms-content{padding:2rem}}.job-apply{padding-top:180px}.job-apply-container{margin:0 auto;max-width:1280px;padding:0 3rem}.job-apply-hero{background:linear-gradient(180deg,#1e293b80,#0000);padding:3rem 0 2rem}.job-apply-title{color:#f1f5f9;font-size:2.5rem;font-weight:800;margin-bottom:1rem}.job-meta{display:flex;flex-wrap:wrap;gap:1.5rem}.job-meta span{background:#3b82f633;border-radius:20px;color:#60a5fa;font-size:.875rem;font-weight:600;padding:.5rem 1rem}.job-apply-main{padding:3rem 0}.job-apply-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1fr}.job-description{background:#1e293b80;border:1px solid #3b82f633;border-radius:15px;padding:2rem}.job-description h2{color:#60a5fa;font-size:1.5rem;margin-bottom:1.5rem}.job-description p{color:#cbd5e1;line-height:1.8;white-space:pre-wrap}.application-form-wrapper{background:#1e293b80;border:1px solid #3b82f633;border-radius:15px;padding:2rem}.application-form-wrapper h2{color:#f1f5f9;font-size:1.5rem;margin-bottom:1.5rem}.application-form{gap:1.25rem}.application-form,.form-group{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-group label{color:#cbd5e1;font-size:.875rem;font-weight:600}.form-group input,.form-group select{background:#0f172acc;border:1px solid #3b82f64d;border-radius:8px;color:#e2e8f0;font-family:inherit;font-size:1rem;padding:.875rem}.form-group input:focus{border-color:#3b82f6;outline:none}.btn-primary{background:linear-gradient(135deg,#3b82f6,#8b5cf6);border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:1rem;padding:1rem 2.5rem}.btn-primary:hover{box-shadow:0 10px 30px #3b82f680;transform:translateY(-3px)}@media (max-width:1024px){.job-apply-grid{grid-template-columns:1fr}}@media (max-width:768px){.job-apply-title{font-size:2rem}}
/*# sourceMappingURL=main.62bfd4f9.css.map*/