@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.header{position:fixed;top:0;left:0;width:100%;padding:15px;z-index:1000;background-color:transparent;transition:all .35s ease}.header.scrolled{background-color:#fff;color:#000;box-shadow:0 8px 25px #00000014;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.header-container{display:flex;width:90%;justify-content:space-between;align-items:center;transition:padding .3s ease}.header.scrolled .header-container{padding:5px}.logo{width:40%;transition:all .3s ease}.navbar{display:flex;align-items:center;gap:20px}.nav-backdrop{display:none}.nav-links{display:flex;flex-direction:column;justify-content:space-between;gap:24px;position:fixed;top:0;right:0;width:min(82vw,340px);height:100vh;padding:92px 24px 28px;background:linear-gradient(180deg,#151515,#0c0c0c);border-left:1px solid rgba(255,255,255,.08);box-shadow:-18px 0 40px #00000047;transform:translate(100%);transition:transform .35s ease;z-index:1002}.nav-links.show{transform:translate(0)}.nav-links-main{display:flex;flex-direction:column;gap:12px}.nav-links a{text-decoration:none;font-weight:600;font-size:1rem;letter-spacing:.4px;position:relative;transition:all .3s ease;color:#ffffffe0;padding:14px 16px;border-radius:14px;border:1px solid rgba(255,255,255,.08);background:#ffffff08}.nav-links a.active{color:#111;background:#f39c12;border-color:#f39c12}.nav-links a:after{display:none}.nav-links a:hover{color:#fff;border-color:#f39c128c;background:#f39c121f}.mobile-socials{padding-top:20px;border-top:1px solid rgba(255,255,255,.12)}.mobile-socials-label{margin-bottom:12px;color:#ffffffa6;font-size:.76rem;font-weight:700;letter-spacing:1.6px;text-transform:uppercase}.mobile-socials-links{display:flex;gap:12px}.mobile-socials-links a{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:#ffffff0d;color:#fff}.mobile-socials-links a.active{color:#fff;background:#ffffff0d;border-color:#ffffff1f}.language-switch{display:flex;gap:10px}.language-switch button{padding:3px 7px;font-size:.8rem;font-weight:500;border:1px solid #cccccc;background:transparent;cursor:pointer;color:#d6d6d6;border-radius:3px;transition:all .25s ease}.language-switch button.active{background-color:#f39c12;border-color:#f39c12;color:#fff}.language-switch button:hover{border-color:#f39c12;color:#fff}.header.scrolled .language-switch button{color:#111;border-color:#1111112e}.header.scrolled .language-switch button.active{color:#fff}.hamburger{display:block;width:28px;height:22px;position:relative;cursor:pointer;z-index:1003;border:none;background:transparent;padding:0}.hamburger span{position:absolute;height:3px;width:100%;background:#f39c12;left:0;transition:all .3s ease}.hamburger span:nth-child(1){top:0}.hamburger span:nth-child(2){top:9px}.hamburger span:nth-child(3){top:18px}.hamburger.active span:nth-child(1){transform:rotate(45deg);top:9px}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg);top:9px}@media(min-width:768px){.header{padding:15px 20px}.header-container{width:min(92%,1200px);margin:0 auto}.logo{width:30%}.nav-links{position:static;width:auto;height:auto;padding:0;flex-direction:row;justify-content:flex-start;gap:35px;transform:none;background:none;box-shadow:none;border-radius:0;border-left:none}.nav-links-main{flex-direction:row;gap:35px}.nav-links a{padding:0;border:none;background:none;border-radius:0;color:#fff}.header.scrolled .nav-links a{color:#111}.nav-links a.active{color:#f39c12;background:none;border-color:transparent}.nav-links a:after{content:"";position:absolute;bottom:-6px;left:0;width:0%;height:2px;background-color:#f39c12;transition:width .3s ease;display:block}.nav-links a:hover{background:none;color:inherit;border-color:transparent}.nav-links a:hover:after,.nav-links a.active:after{width:100%}.mobile-socials,.nav-backdrop,.hamburger{display:none}}@media(max-width:767px){.header{padding:12px}.header-container{width:100%}.nav-backdrop.show{display:block;position:fixed;inset:0;border:none;background:#0000007a;z-index:1001}.language-switch{gap:6px}}@media(min-width:1024px){.nav-links,.nav-links-main{gap:42px}}.site-footer{background:#111;color:#fff;padding:2.5rem 1rem;font-family:Inter,sans-serif;border-top:1px solid rgba(255,255,255,.08)}.footer-container{display:flex;flex-direction:column;justify-content:space-between;gap:2rem;max-width:1180px;margin:0 auto;align-items:center;text-align:center}.footer-contact,.footer-nav,.footer-social,.footer-copy{min-width:0}.footer-contact h3{color:#f39c12;padding:.3em 0}.footer-contact a{transition:.3s;text-decoration:none;color:#fff}.footer-contact a:hover{text-decoration:underline 1px solid #f39c12;color:#f39c12}.footer-contact p{font-size:.95rem}.footer-nav h3{color:#f39c12;padding:.3em 0}.footer-nav ul{list-style:none;padding:0;margin:0}.footer-nav a{color:#fff;text-decoration:none;transition:color .3s ease,text-decoration .3s ease;line-height:1.9}.footer-nav a:hover{text-decoration:underline;color:#f39c12}.footer-social{display:flex;gap:15px;padding:.3em 0;justify-content:center;align-items:center}.footer-social a{color:#fff;font-size:1.2rem;transition:color .3s ease}.footer-social a:hover{color:#f39c12}.footer-copy{font-size:.85rem;padding:.3em 0;opacity:.7;width:100%}@media(min-width:768px){.footer-container{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));justify-content:space-between;align-items:flex-start;text-align:left}.footer-copy{text-align:right}}@media(min-width:1024px){.site-footer{padding:3rem 2rem}.footer-contact p,.footer-copy,.footer-nav a{font-size:1rem}.footer-social a{font-size:1.4rem}}.hero-section{position:relative;min-height:70vh;display:flex;align-items:center;justify-content:center;background-image:url(/assets/hero-bg-B0ShLcHt.jpg);background-size:cover;background-position:center}.hero-section:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#000c,#0009,#0000004d)}.hero-content{position:relative;z-index:2;padding:0 20px;color:#fff;text-align:center}.hero-content h1{font-size:28px;font-weight:700;margin-bottom:20px;line-height:1.2}.hero-content .lead{font-size:16px;line-height:1.5;margin-bottom:20px}.btn-primary{padding:12px 24px;font-size:.9rem}.hero-cta{color:#fff;background-color:#f39c12;display:inline-block;text-decoration:none}.section{padding:60px 20px}.section-container{max-width:100%;margin:0 auto}.section-container h2{padding:1em 0}.two-columns{display:flex;flex-direction:column;gap:30px}.highlight-list{display:flex;flex-direction:column;gap:15px}.highlight-item{border-left:4px solid #f39c12;padding-left:15px;font-weight:500}.services-overview-section{background:linear-gradient(180deg,#f7f7f7,#fff)}.services-overview-header{max-width:760px;margin-bottom:36px}.section-eyebrow{display:inline-block;margin-bottom:12px;color:#f39c12;font-size:13px;font-weight:700;letter-spacing:1.8px;text-transform:uppercase}.services-overview-header p{color:#555;line-height:1.7}.services-overview-grid{display:grid;grid-template-columns:1fr;gap:20px}.service-overview-card{padding:24px 20px;background:#fff;border:1px solid rgba(17,17,17,.08);border-radius:20px;box-shadow:0 18px 45px #1111110f}.service-overview-number{display:inline-block;margin-bottom:14px;color:#f39c12;font-size:13px;font-weight:700;letter-spacing:1.6px}.service-overview-card h3{margin-bottom:10px;font-size:22px}.service-overview-card p{margin:0;color:#555;line-height:1.6}.services-overview-cta{margin-top:28px}.services-link{display:inline-block;text-decoration:none}.dark-section{position:relative;padding:120px 20px;color:#fff;overflow:hidden;display:flex;flex-direction:column;justify-content:center}.bg-layer{position:absolute;inset:0;background-image:url(/assets/industrial-bg-DGxppD1P.jpg);background-size:cover;background-position:center;z-index:0}.overlay-layer{position:absolute;inset:0;background:#000000a6;z-index:1}.authority-layout{position:relative;z-index:2;display:flex;flex-direction:column;gap:40px}.dark-section h2,.dark-section p,.authority-metric{position:relative;z-index:2}.authority-metric{text-align:left}.authority-metric span{font-size:48px;font-weight:800;color:#f39c12}.authority-metric p{font-size:14px;letter-spacing:1.2px;text-transform:uppercase;margin-top:10px;opacity:.85}@media(min-width:768px){.hero-content h1{font-size:40px}.hero-content .lead{font-size:18px}.btn-primary{padding:14px 28px}.two-columns{flex-direction:row}.highlight-item{padding-left:20px}.services-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.authority-layout{flex-direction:row;gap:60px;align-items:center}.dark-section h2{font-size:36px}.authority-metric span{font-size:72px}}@media(max-width:479px){.hero-section{min-height:62vh}.hero-content{padding:0 16px}.hero-content h1{font-size:24px}.hero-content .lead{font-size:15px}.btn-primary{width:100%;max-width:320px;padding:12px 20px;font-size:.86rem}.section{padding:50px 16px}.dark-section{padding:95px 16px}.authority-metric span{font-size:42px}}@media(min-width:1024px){.hero-content h1{font-size:56px}.hero-content .lead{font-size:21px}.btn-primary{padding:14px 32px}.two-columns{gap:70px}.services-overview-header{margin-bottom:48px}.service-overview-card{padding:30px 28px}.authority-layout{gap:100px}.dark-section h2{font-size:46px}.authority-metric span{font-size:90px}}@media(min-width:1280px){.section-container{max-width:1180px}.hero-content h1{font-size:62px}.hero-content .lead{font-size:23px}.two-columns{gap:90px}.services-overview-grid{gap:24px}.authority-layout{gap:120px}}.company-page{color:#111;font-family:Inter,sans-serif}.company-hero{padding:100px 20px 80px;background:linear-gradient(120deg,#0f0f0f,#1a1a1a 60%,#111);color:#fff;text-align:center}.company-hero h1{font-size:36px;margin-bottom:20px;font-weight:700}.company-hero .lead{font-size:18px;max-width:100%;opacity:.85;line-height:1.5}.company-intro{padding:80px 20px;background:#fff}.intro-grid{max-width:90%;margin:0 auto;display:grid;grid-template-columns:1fr;gap:60px;text-align:center}.intro-grid h2{font-size:28px;margin-bottom:15px;position:relative}.intro-grid h2:after{content:"";width:50px;height:3px;background:#f39c12;display:block;margin:12px auto 0}.intro-grid p{font-size:16px;line-height:1.6;color:#444}.company-pillars{padding:100px 20px;background:#f7f7f7}.pillars-header{max-width:90%;color:#f39c12;margin:0 auto 60px;text-align:center}.pillars-header h2{font-size:28px;font-weight:700}.pillars-grid{max-width:90%;margin:0 auto;display:grid;grid-template-columns:1fr;gap:40px}.pillar-item{position:relative;text-align:center}.pillar-number{font-size:14px;letter-spacing:2px;color:#f39c12;font-weight:600}.pillar-item h3{font-size:20px;margin:10px 0}.pillar-item p{font-size:16px;line-height:1.5;color:#555}@media(min-width:768px){.company-hero h1{font-size:42px}.company-hero .lead{font-size:20px}.intro-grid{grid-template-columns:1fr 1fr;gap:80px;text-align:left}.intro-grid h2:after{margin:12px 0 0}.pillars-grid{grid-template-columns:repeat(2,1fr);gap:50px;text-align:left}.pillar-item h3{font-size:22px}.pillar-item p{font-size:16px}}@media(min-width:1024px){.company-hero{padding:160px 40px 120px}.company-hero h1{font-size:52px}.company-hero .lead{font-size:22px}.intro-grid{gap:100px}.intro-grid h2{font-size:32px}.pillars-header h2{font-size:38px}.pillars-grid{grid-template-columns:repeat(3,1fr);gap:60px}.pillar-item h3{font-size:24px}.pillar-item p{font-size:17px}}.services-page{color:#111;font-family:Inter,sans-serif}.services-hero{padding:100px 20px 80px;background:linear-gradient(120deg,#0f0f0f,#1a1a1a 60%,#111);color:#fff;text-align:center}.services-hero h1{font-size:36px;font-weight:700;margin-bottom:20px}.services-hero .lead{font-size:18px;max-width:100%;opacity:.85;line-height:1.5}.services-intro{padding:60px 20px;background:#fff}.intro-inner{max-width:90%;margin:0 auto;text-align:center}.services-intro p{font-size:16px;line-height:1.6;color:#444}.services-section{padding:100px 20px;background:#f7f7f7}.services-grid{max-width:90%;margin:0 auto;display:grid;grid-template-columns:1fr;gap:60px}.service-item{display:grid;grid-template-columns:1fr;gap:20px;text-align:center;align-items:start}.service-number{font-size:14px;letter-spacing:2px;font-weight:700;color:#f39c12}.service-content h2{font-size:24px;margin-bottom:10px}.service-content p{font-size:16px;line-height:1.5;color:#555}@media(min-width:768px){.services-hero h1{font-size:42px}.services-hero .lead{font-size:20px}.services-intro p{font-size:18px}.services-grid{gap:80px}.service-item{grid-template-columns:80px 1fr;text-align:left}.service-content h2{font-size:28px}.service-content p{font-size:17px}}@media(min-width:1024px){.services-hero{padding:160px 40px 120px}.services-hero h1{font-size:52px}.services-hero .lead{font-size:22px;max-width:700px;margin:0 auto}.services-intro{padding:100px 40px}.services-grid{max-width:1100px;gap:90px}.service-content h2{font-size:30px}.service-content p{font-size:18px}}.contact-page{background:#fff;color:#111;font-family:Inter,sans-serif;overflow-x:hidden;box-sizing:border-box}.contact-hero{padding:120px 20px 80px;background:#111;color:#fff;text-align:center}.hero-inner{max-width:90%;margin:0 auto}.contact-hero h1{font-size:32px;margin-bottom:15px;line-height:1.2;word-wrap:break-word}.contact-hero .lead{font-size:16px;opacity:.85;line-height:1.5;margin:0 auto;max-width:100%;word-wrap:break-word}.contact-section{padding:60px 15px;box-sizing:border-box;max-width:100%}.contact-grid{display:flex;flex-direction:column;gap:40px;max-width:1000px;margin:0 auto;box-sizing:border-box;width:100%}.contact-info,.contact-form-block{flex:1 1 0;min-width:0}.contact-info h3,.contact-form-block h3{margin-bottom:15px;font-size:20px}.contact-email{font-size:16px;padding-left:14px;border-left:3px solid #f39c12;word-break:break-word;overflow-wrap:break-word;max-width:100%}.contact-email a{color:inherit;text-decoration:none}.contact-email a:hover{color:#f39c12}.contact-form{display:flex;flex-direction:column;gap:16px;width:100%;min-width:0}.contact-form input,.contact-form textarea,.contact-form button{width:100%;max-width:100%;box-sizing:border-box;word-wrap:break-word;border-radius:6px;border:1px solid #ddd;padding:12px 16px;font-size:15px;background:#fafafa;transition:all .3s ease}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:#f39c12;background:#fff;box-shadow:0 2px 6px #f39c1233}.contact-form button{font-weight:600;background:#111;color:#fff;border:none;cursor:pointer;padding:14px 0;transition:all .3s ease}.contact-form button:hover{background:#f39c12;color:#111;transform:scale(1.02)}.contact-form .grecaptcha-badge,.contact-form .g-recaptcha{transform:scale(.9);transform-origin:0 0;width:100%!important;max-width:100%!important;margin-top:10px}.feedback-success,.feedback-error{font-size:16px;margin-top:10px;word-wrap:break-word}@media(min-width:768px){.contact-section{padding:80px 20px}.contact-grid{flex-direction:row;gap:60px;align-items:flex-start}.contact-info{flex:0 0 35%}.contact-form-block{flex:0 0 65%}.contact-info h3,.contact-form-block h3{text-align:left}.contact-form .grecaptcha-badge,.contact-form .g-recaptcha{transform:scale(1)}}@media(min-width:1024px){.contact-grid{gap:80px}.contact-hero{padding:180px 40px 120px}.contact-hero h1{font-size:48px}.contact-hero .lead{font-size:20px}}@media(max-width:479px){.contact-hero{padding:105px 16px 70px}.contact-hero h1{font-size:28px}.contact-hero .lead{font-size:15px}.contact-section{padding:48px 12px}.contact-form .grecaptcha-badge,.contact-form .g-recaptcha{transform:scale(.78)}}:root{font-family:Inter,sans-serif;color:#111;background:#fff;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{padding:0;margin:0}*,*:before,*:after{box-sizing:border-box}html,body,#root{margin:0;padding:0;overflow-x:hidden}body{min-width:320px;line-height:1.5;background:#fff;color:#111}img{max-width:100%;display:block}a{color:inherit}button,input,textarea{font:inherit}h1,h2,h3,h4,h5,h6{line-height:1.15;letter-spacing:-.02em}p{line-height:1.7}
