*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:16px;line-height:1.7;color:#4b5563;background-color:#fff;overflow-x:hidden}@media (prefers-reduced-motion:reduce){*,::after,::before{animation-duration:0s!important;animation-iteration-count:1!important;transition-duration:0s!important;scroll-behavior:auto!important}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInScale{from{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes gradientShift{0%{background-position:0 50%}50%{background-position:100% 50%}100%{background-position:0 50%}}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}.fade-in{opacity:0;animation:fadeIn .6s ease-out forwards}.fade-up{opacity:0;transform:translateY(30px);transition:opacity .6s ease-out,transform .6s ease-out}.fade-up.visible{opacity:1;transform:translateY(0)}.fade-in-scale{opacity:0;transform:scale(.95);transition:opacity .6s ease-out,transform .6s ease-out}.fade-in-scale.visible{opacity:1;transform:scale(1)}.animate-delay-1{transition-delay:0.1s}.animate-delay-2{transition-delay:0.2s}.animate-delay-3{transition-delay:0.3s}.container{max-width:1280px;margin:0 auto;padding:0 16px}.container2{max-width:1280px;margin:0 auto;padding:0 16px;text-align:center;margin-top:-150px}.container1{max-width:1280px;margin:0 auto;padding:0 16px}h1,h2,h3,h4,h5,h6{font-weight:700;color:#1a2332;line-height:1.2}h1{font-size:36px;margin-bottom:24px}h2{font-size:32px;margin-bottom:16px}h3{font-size:24px;margin-bottom:12px}h4{font-size:18px;margin-bottom:12px}p{font-size:16px;line-height:1.7;color:#4b5563;margin-bottom:16px}a{text-decoration:none;color:inherit;transition:color .2s ease-in-out}@media (min-width:768px){h1{font-size:48px}h2{font-size:40px}h3{font-size:28px}p{font-size:18px}}@media (min-width:1024px){h1{font-size:60px}h2{font-size:48px}h3{font-size:32px}}.top-contact-bar{background:linear-gradient(135deg,#1a2332 0,#2a3442 100%);padding:8px 0}.top-contact-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.top-contact-left{display:flex;gap:24px;align-items:center}.contact-link{display:flex;align-items:center;gap:8px;color:#fff;font-size:14px;transition:color .2s ease-in-out}.contact-link:hover{color:#ff6b1a}.contact-text{display:none}@media (min-width:640px){.contact-text{display:inline}}.icon-small{width:16px;height:16px}.top-contact-right{color:#fff;font-size:14px}.navbar{position:sticky;top:0;background:#fff;height:80px;z-index:50;transition:box-shadow .3s cubic-bezier(.4, 0, .2, 1),transform .3s cubic-bezier(.4, 0, .2, 1);transform:translateY(0)}.navbar.scrolled{box-shadow:0 4px 6px rgba(0,0,0,.1)}.nav-content{display:flex;justify-content:space-between;align-items:center;height:80px}.logo-link{display:flex;align-items:center}.logo{height:48px;width:auto}.mobile-menu-toggle{display:flex;align-items:center;justify-content:center;background:0 0;border:none;cursor:pointer;width:32px;height:32px;padding:0}.close-icon,.menu-icon{width:24px;height:24px;color:#1a2332}.nav-links{display:none;flex-direction:column;position:absolute;top:80px;left:0;right:0;background:#fff;border-top:1px solid #e5e7eb;padding:16px;gap:0}.nav-links.active{display:flex}.nav-link{display:block;padding:12px 0;font-size:16px;font-weight:500;color:#1a2332;position:relative;transition:color .3s ease-in-out}.nav-link.active,.nav-link:hover{color:#ff6b1a}.nav-link.active::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:2px;background:#ff6b1a;transform:scaleX(1);transition:transform .3s ease-in-out}.nav-cta{margin-top:16px;width:100%;text-align:center}@media (min-width:1024px){.mobile-menu-toggle{display:none}.nav-links{display:flex;flex-direction:row;position:static;background:0 0;border-top:none;padding:0;gap:32px;align-items:center}.nav-link{padding:0}.nav-link::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:2px;background:#ff6b1a;transform:scaleX(0);transform-origin:left;transition:transform .3s ease-in-out}.nav-link.active::after,.nav-link:hover::after{transform:scaleX(1)}.nav-cta{margin-top:0;width:auto}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;font-size:16px;font-weight:700;border-radius:8px;border:none;cursor:pointer;transition:all .3s ease-in-out;text-align:center}.btn-primary{background:linear-gradient(135deg,#ff6b1a 0,#e55a0f 100%);color:#fff}.btn-primary{transition:all .3s cubic-bezier(.4, 0, .2, 1)}.btn-primary:hover{background:linear-gradient(135deg,#e55a0f 0,#ff6b1a 100%);transform:translateY(-3px) scale(1.02);box-shadow:0 6px 20px rgba(255,107,26,.4)}.btn-primary:active{transform:translateY(-1px) scale(.98)}.btn-secondary{background:#374151;color:#fff;transition:all .3s cubic-bezier(.4, 0, .2, 1)}.btn-secondary:hover{background:#4b5563;transform:translateY(-2px) scale(1.02);box-shadow:0 4px 12px rgba(55,65,81,.3)}.btn-secondary:active{transform:translateY(0) scale(.98)}.btn-large{padding:16px 32px;font-size:18px;height:56px}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn:focus{outline:0;box-shadow:0 0 0 2px rgba(255,107,26,.2)}.btn-glass{display:flex;align-items:center;justify-content:center;gap:12px;padding:12px 28px;font-size:16px;font-weight:600;color:#fff;text-decoration:none;background:rgba(0,0,0,.25);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1.5px solid rgba(255,255,255,.8);border-radius:10px;transition:all .3s ease;text-align:center}.btn-glass .arrow{display:inline-flex;align-items:center;font-size:18px;transition:transform .3s ease}.btn-glass:hover{background:rgba(255,255,255,.15);border-color:#fff;transform:translateY(-3px) scale(1.02)}.btn-glass:hover .arrow{transform:translateY(-3px) scale(1.02)}.hero-buttons a{width:100%;max-width:320px}.hero{position:relative;background:#1a2332;background-image:linear-gradient(135deg,rgba(26,35,50,.8) 0,rgba(42,52,66,.6) 50%,rgba(26,35,50,.8) 100%);background-size:200% 200%;background-position:0 50%;background-repeat:no-repeat;padding:80px 0;color:#fff;overflow:hidden}@media (prefers-reduced-motion:reduce){.hero{animation:none;background-image:linear-gradient(135deg,rgba(26,35,50,.7) 0,rgba(42,52,66,.5) 100%),url('../assets/images/backgroundoptimized.webp');background-size:100% 100%,cover}}.hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(26,35,50,.5);z-index:0;animation:fadeIn 1s ease-out}.hero::after{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,107,26,.1) 0,transparent 70%);animation:float 20s ease-in-out infinite;z-index:0;pointer-events:none}@media (prefers-reduced-motion:reduce){.hero::after{animation:none;display:none}}.hero-home-collage::after,.hero-home-collage::before{content:'';position:absolute;left:-1%;width:100%;height:5.4px;z-index:5;pointer-events:none;background:linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.9) 20%,rgba(255,255,255,.9) 80%,rgba(255,255,255,0) 100%);filter:blur(.3px)}.hero-home-collage::before{top:51%;transform:rotate(-5.8deg)}.hero-home-collage::after{top:92%;transform:rotate(-6.2deg)}.hero.hero-home::after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(to right,rgba(0,0,0,.75) 0,rgba(0,0,0,.55) 40%,rgba(0,0,0,.35) 70%,rgba(0,0,0,.15) 100%),url("https://grainy-gradients.vercel.app/noise.svg");background-blend-mode:overlay;opacity:.37}.hero.hero-home{position:relative;min-height:auto;padding:80px 0 0;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.hero-home-bg{position:absolute;inset:0;z-index:0}.hero-home-bg-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}@media (max-aspect-ratio:3/4){.hero-home-bg-image{background-position:center top}}@media (min-aspect-ratio:16/9){.hero-home-bg-image{background-position:center 30%}}@media (min-aspect-ratio:21/9){.hero-home-bg-image{background-position:center 40%}}.hero-home-bg-overlay{position:absolute;inset:0;background:linear-gradient(to right,rgba(0,0,0,.65),rgba(0,0,0,.55),rgba(0,0,0,.45))}.hero-home-container{position:relative;z-index:2;flex:1;display:flex;align-items:center}.hero-home-grid{display:grid;grid-template-columns:1fr 1.2fr;align-items:center;gap:clamp(40px,6vw,80px);width:100%;padding:50px 0 60px}.hero-content{position:relative;z-index:2;max-width:880px;animation:fadeUp .8s ease-out .2s both}.hero-home-collage{position:relative;top:-57px;width:110%;left:13%;aspect-ratio:4/5;max-height:500px}.hero-collage-item{position:absolute;width:100%;overflow:hidden}.hero-home-collage img{position:absolute;width:95%;max-width:100%;object-fit:fill;object-position:center;z-index:1;-webkit-mask-image:linear-gradient(to right,rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 10%,rgba(0,0,0,0.85) 16%,rgba(0,0,0,1) 28%);mask-image:linear-gradient(to right,rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 14%,rgba(0,0,0,0.85) 22%,rgba(0,0,0,1) 28%);-webkit-mask-size:100% 100%;mask-size:100% 100%;mask-repeat:no-repeat;mask-mode:alpha}.hero-collage-industrial{position:absolute;top:-15%;height:80%;clip-path:polygon(0 0,100% 0,100% 80%,0 100%);z-index:3}.hero-collage-commercial{position:relative;top:45%;height:60%;clip-path:polygon(0 23%,100% 0,100% 100%,0 100%);z-index:2}.hero-collage-residential{object-fit:fill;position:absolute;top:86%;height:70%;clip-path:polygon(0% 20%,100% 0%,100% 100%,0 100%);z-index:1}.hero-home-stats{position:relative;z-index:2;width:100%;padding:40px 20px;background:rgba(0,0,0,.55);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;gap:clamp(24px,4vw,60px);flex-wrap:wrap}.hero-stat-item{display:flex;align-items:center;justify-content:center;gap:16px;width:100%;max-width:260px}.hero-stat-icon{display:flex;align-items:center;justify-content:center;width:42px;height:42px;flex-shrink:0}.hero-stat-icon svg{width:32px;height:32px}.hero-stat-text{display:flex;flex-direction:column;line-height:1.2}.hero-stat-value{font-size:clamp(16px, 2vw, 22px);font-weight:700;color:#fff}.hero-stat-label{font-size:13px;color:rgba(255,255,255,.8)}.hero-stat-divider{width:1px;height:40px;background:rgba(255,255,255,.3)}.hero-matte{position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(to right,rgba(0,0,0,.65) 100%,rgba(0,0,0,.55) 100%,rgba(0,0,0,.35) 100%,rgba(0,0,0,.15) 100%,rgba(0,0,0,.05) 100%)}@media (min-width:1440px){.hero.hero-home::after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(to right,rgba(0,0,0,.75) 0,rgba(0,0,0,.55) 0,rgba(0,0,0,.35) 60%,rgba(0,0,0,.15) 90%),url("https://grainy-gradients.vercel.app/noise.svg");background-blend-mode:overlay;opacity:.3}}@media (max-width:1024px){.hero-content{max-width:100%}.hero-home-collage{margin-top:40px}.hero.hero-home::after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(to right,rgba(0,0,0,.75) 0,rgba(0,0,0,.55) 0,rgba(0,0,0,.35) 60%,rgba(0,0,0,.15) 90%),url("https://grainy-gradients.vercel.app/noise.svg");background-blend-mode:overlay;opacity:.3}}@media (min-width:768px) and (max-width:1024px){.hero-home-grid{grid-template-columns:1.2fr 0.8fr;gap:36px;align-items:center}.hero-content{max-width:100%}.hero-home-collage{width:100%;max-width:480px;right:0;left:auto}.contact-strip-inner{padding-left:40px;padding-right:40px;column-gap:24px}.contact-form{max-width:760px}}@media (min-width:1024px){.hero.hero-home{min-height:85vh;padding:0}}@media (max-width:768px){.hero.hero-home::after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(to right,rgba(0,0,0,.75) 0,rgba(0,0,0,.55) 0,rgba(0,0,0,.35) 60%,rgba(0,0,0,.15) 90%),url("https://grainy-gradients.vercel.app/noise.svg");background-blend-mode:overlay;opacity:.3}.hero.hero-home{min-height:auto;padding:10px 0 0}.hero-home-grid{grid-template-columns:1fr;padding:0;gap:32px;width:100%}.hero-content{text-align:left;margin:25px;padding-left:0}.hero-subtitle{font-size:18px;line-height:1.45}.hero-home-collage{display:none!important}.hero-keywords{flex-wrap:nowrap;justify-content:flex-start;gap:14px;font-size:14px}.hero-keywords span{white-space:nowrap}.hero-buttons{flex-direction:column;align-items:center}.hero-buttons .btn,.hero-buttons .btn-glass{width:100%;max-width:320px}.hero-home-container{width:100%}.hero-home-container .container{display:flex;align-items:center;height:100%}.hero-home-stats{flex-direction:column;align-items:center;justify-content:center;gap:28px;padding:28px 20px;text-align:center}.hero-stat-divider{display:none}}@media (max-width:576px){.hero-home-collage{display:none!important}.hero-home-grid{grid-template-columns:1fr;text-align:center}.hero.hero-home::after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(to right,rgba(0,0,0,.75) 0,rgba(0,0,0,.55) 0,rgba(0,0,0,.35) 60%,rgba(0,0,0,.15) 90%),url("https://grainy-gradients.vercel.app/noise.svg");background-blend-mode:overlay;opacity:.3}}@media (min-width:768px) and (max-width:1199px){.hero.hero-home{min-height:85vh;padding:60px 0}.hero-home-grid{grid-template-columns:1fr 1fr;gap:40px;align-items:center}.hero-subtitle{font-size:18px;line-height:1.5}.hero-description{font-size:15px;line-height:1.6}.hero-keywords{flex-wrap:nowrap;gap:18px;font-size:14px}.hero-home-stats{gap:40px;padding:22px 30px}.hero-stat-icon{width:30px;height:30px}}.page-hero{position:relative;padding:120px 0;color:#fff;overflow:hidden}.page-hero::after{content:"";position:absolute;inset:0;background:linear-gradient(to right,rgba(15,23,42,.85) 0,rgba(15,23,42,.75) 40%,rgba(15,23,42,.65) 70%,rgba(15,23,42,.55) 100%);z-index:0}.page-hero-content{position:relative;z-index:0}.page-hero-media{position:absolute;inset:0;z-index:0;overflow:hidden}.page-hero-image{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.hero-pattern{position:absolute;top:0;left:0;right:0;bottom:0;opacity:.1;background-image:repeating-linear-gradient(0deg,transparent,transparent 60px,rgba(255,255,255,.1) 60px,rgba(255,255,255,.1) 61px),repeating-linear-gradient(90deg,transparent,transparent 60px,rgba(255,255,255,.1) 60px,rgba(255,255,255,.1) 61px);pointer-events:none;z-index:0}@media (prefers-reduced-motion:reduce){.hero-content{animation:none}}.hero-subtitle{font-size:20px;font-weight:400;line-height:1.5;margin-bottom:26px;color:#e5e7eb}@media (prefers-reduced-motion:reduce){.hero-subtitle{animation:none}}.hero-description{font-size:17px;line-height:1.7;margin-bottom:16px;color:#e5e7eb}.hero-description-group{max-width:600px}.hero-description-group .hero-description{margin-bottom:20px}.hero-description-group .hero-description:last-child{margin-bottom:0}.hero-meta{margin-top:20px}.hero-keywords span{margin-right:0;white-space:nowrap}.hero-location{margin-top:8px;font-size:16px;color:#dee0e3;margin-bottom:20px}@media (prefers-reduced-motion:reduce){.hero-description{animation:none}}.hero-buttons{display:flex;gap:20px;margin-top:30px;animation:fadeUp .8s ease-out .6s both}@media (prefers-reduced-motion:reduce){.hero-buttons{animation:none}}@media (min-width:640px){.hero{padding:128px 0}.hero-buttons{flex-direction:row}}@media (max-width:480px){.hero-keywords{flex-wrap:wrap;gap:12px}}@media (min-width:1024px){.hero-subtitle{font-size:24px}}.page-hero-content{position:relative;z-index:1;max-width:768px}.page-hero-content p{color:#e5e7eb}.page-hero-title{color:#fff;font-size:36px;line-height:1.1;margin-bottom:16px}.page-hero-subtitle{font-size:20px;color:#e5e7eb;font-weight:400}.page-hero-intro{color:#e5e7eb;font-size:16px;line-height:1.7;margin-top:16px;margin-bottom:0}@media (min-width:768px){.page-hero-title{font-size:48px}.page-hero-subtitle{font-size:24px}.page-hero-intro{font-size:18px}}.services-section{background:#f9fafb;padding:80px 0}.services-grid{display:grid;grid-template-columns:1fr;gap:32px}.services-cta{text-align:center;margin-top:48px}.service-card{position:relative;background:#fff;border:1.3px solid #f1f1f1;border-radius:20px;padding:28px;text-decoration:none;transition:all .35s ease;overflow:hidden}.service-card:hover{transform:translateY(-8px);box-shadow:0 25px 50px rgba(0,0,0,.08);border-color:rgba(255,107,26,.25)}.service-hover-bg{position:absolute;inset:0;opacity:0;background:linear-gradient(135deg,rgba(255,107,26,.03) 0,transparent 60%);transition:opacity .35s ease}.service-card:hover .service-hover-bg{opacity:1}.service-icon-container{width:56px;height:56px;display:flex;align-items:center;justify-content:center;border-radius:14px;margin-bottom:18px;background:linear-gradient(135deg,#ff6b1a,#e55a0f);box-shadow:0 6px 20px rgba(255,107,26,.28);transition:transform .3s ease}.service-card:hover .service-icon-container{transform:scale(1.1) rotate(-4deg)}.service-icon{width:32px;height:32px;color:#fff;object-fit:contain}.service-title{font-size:18px;font-weight:600;margin-bottom:10px;color:#0f172a;transition:.3s}.service-description{font-size:14px;line-height:1.6;margin-bottom:0;color:#4b5563}.service-card:hover .service-title{color:#ff6b1a}.service-link{display:inline-flex;align-items:center;gap:6px;margin-top:14px;font-size:14px;font-weight:600;color:#ff6b1a;transition:all .3s ease}.service-link .arrow{transition:transform .3s ease}.service-card:hover .service-link .arrow{transform:translateX(6px)}@media (min-width:640px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.services-grid{grid-template-columns:repeat(3,1fr)}}.testimonials-section{background:linear-gradient(180deg,#f9fafb 0,#f3f4f6 100%);padding:80px 0}.testimonials-grid{display:grid;grid-template-columns:1fr;gap:32px}.testimonial-card{background:#fff;padding:32px;border-radius:16px;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:box-shadow .3s ease-in-out}.testimonial-card{transition:transform .3s ease-out,box-shadow .3s ease-out}.testimonial-card:hover{transform:translateY(-5px) scale(1.01);box-shadow:0 10px 25px rgba(0,0,0,.15)}.testimonial-stars{display:flex;gap:4px;margin-bottom:16px}.star-icon{width:20px;height:20px;color:#ff6b1a}.testimonial-quote{font-size:16px;color:#374151;line-height:1.7;margin-bottom:24px}.testimonial-author{padding-top:16px;border-top:1px solid #e5e7eb}.author-name{font-weight:700;color:#1a2332;margin-bottom:4px}.author-location{font-size:14px;color:#6b7280}@media (min-width:768px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.testimonials-grid{grid-template-columns:repeat(3,1fr)}}.faq-section{background:#f9fafb;padding:80px 0}@media (max-width:768px){.faq-section{padding:60px 0}}@media (max-width:480px){.faq-section{padding:48px 0}}.faq-section .section-title:not(:first-child){margin-top:40px}.faq-container{max-width:800px;margin:0 auto 48px}.faq-item{background:#fff;border-radius:12px;margin-bottom:16px;box-shadow:0 2px 8px rgba(0,0,0,.08);overflow:hidden;transition:box-shadow .3s ease}.faq-item:hover{box-shadow:0 4px 12px rgba(0,0,0,.12)}.faq-question{width:100%;padding:20px 24px;background:#fff;border:none;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px;font-size:18px;font-weight:600;color:#1a2332;transition:color .2s ease}.faq-question:hover{color:#ff6b1a}.faq-question:focus{outline:0;color:#ff6b1a}.faq-question:focus-visible{outline:2px solid #ff6b1a;outline-offset:-2px;border-radius:12px}.faq-question span{flex:1}.faq-icon{width:20px;height:20px;color:#ff6b1a;flex-shrink:0;transition:transform .3s ease}.faq-question[aria-expanded=true] .faq-icon{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;opacity:0;transition:max-height .1s ease,opacity .1s ease,padding .1s ease;padding:0 24px}.faq-item.active .faq-answer{max-height:300px;opacity:1;padding:1px 24px 22px}.faq-answer[aria-hidden=false]{max-height:500px;padding:0 24px 20px 24px}.faq-answer p{color:#4b5563;font-size:16px;line-height:1.7;margin:0;padding-top:8px}.faq-cta{background:linear-gradient(135deg,#1a2332 0,#2a3442 100%);border-radius:16px;padding:48px 32px;text-align:center;max-width:800px;margin:0 auto}.faq-cta-title{color:#fff;font-size:28px;margin-bottom:12px;font-weight:700}.faq-cta-description{color:#d1d5db;font-size:18px;margin-bottom:32px;line-height:1.7}.faq-cta-buttons{display:flex;flex-direction:column;gap:16px;justify-content:center;align-items:center}@media (min-width:640px){.faq-cta-title{font-size:32px}.faq-cta-buttons{flex-direction:row}}@media (min-width:1024px){.faq-cta-title{font-size:36px}}@media (prefers-reduced-motion:reduce){.faq-answer,.faq-icon{transition:none}}.footer{background:linear-gradient(135deg,#1a2332 0,#2a3442 100%);color:#fff;padding:48px 0 0}.footer-content{display:grid;grid-template-columns:1fr;gap:32px;margin-bottom:32px}.footer-logo{height:48px;width:auto;filter:none!important;margin-bottom:16px}.footer-text{color:#d1d5db;font-size:14px;line-height:1.7}.footer-heading{color:#fff;font-size:18px;margin-bottom:16px}.footer-links{list-style:none}.footer-links li{margin-bottom:8px}.footer-links a{color:#d1d5db;font-size:14px;transition:color .2s ease-in-out}.footer-links a:hover{color:#ff6b1a}.footer-contact{list-style:none}.footer-contact li{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px;color:#d1d5db;font-size:14px}.footer-icon{width:20px;height:20px;flex-shrink:0;margin-top:2px}.footer-icon-phone{color:#25d366}.footer-icon-email{color:#4285f4}.footer-icon-location{color:#ea4335}.footer-icon-clock{color:#ff6b1a}.footer-contact a{color:#d1d5db;transition:color .2s ease-in-out}.footer-contact a:hover{color:#ff6b1a}.footer-social-link{display:flex;align-items:center;gap:12px;color:#d1d5db;text-decoration:none;transition:color .2s ease-in-out;position:relative}.footer-social-link:hover{color:#ff6b1a}.footer-instagram-icon{transition:transform .2s ease}.footer-instagram-icon line,.footer-instagram-icon path,.footer-instagram-icon rect{stroke:url(#instagram-gradient-footer)}.footer-social-link:hover .footer-instagram-icon{transform:scale(1.1)}.footer-social-tooltip{position:absolute;left:calc(-100% - 16px);top:50%;transform:translateY(-50%) translateX(8px);padding:6px 12px;border-radius:999px;background:#111827;color:#fff;font-size:12px;white-space:nowrap;box-shadow:0 8px 18px rgba(0,0,0,.25);opacity:0;pointer-events:none;z-index:1;transition:opacity .18s ease-out,transform .18s ease-out}.footer-social-tooltip::after{content:'';position:absolute;right:-6px;top:50%;transform:translateY(-50%);border-width:6px;border-style:solid;border-color:transparent transparent transparent #111827}@media (hover:hover) and (pointer:fine){.footer-social-link:focus-visible .footer-social-tooltip,.footer-social-link:hover .footer-social-tooltip{opacity:1;transform:translateY(-50%) translateX(0)}}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:4px 0;text-align:center;margin-bottom:-100px}.footer-bottom p{color:#d1d5db;font-size:14px;margin:0}.footer-bottom-powder{border-top:1px solid rgba(255,255,255,.1);padding:4px 0;text-align:center;margin-bottom:-100px}.footer-bottom-powder p{color:#d1d5db;font-size:14px;margin:0;margin-left:280px}@media (min-width:640px){.footer-content{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.footer-content{grid-template-columns:repeat(4,1fr)}}.our-story-section{background:#fff}.our-story-content{display:grid;grid-template-columns:1fr;gap:48px;align-items:center;margin-bottom:-12px}.our-story-text{text-align:left}.our-story-text .section-title{text-align:left;margin-bottom:24px}.our-story-text .section-description{text-align:left;margin-bottom:24px}.values-section{background:#f9fafb}.values-grid{display:grid;grid-template-columns:1fr;gap:32px}.value-card{background:#fff;padding:32px;border-radius:16px;box-shadow:0 4px 6px rgba(0,0,0,.1);text-align:center;transition:all .3s ease-in-out}.value-card{transition:transform .3s ease-out,box-shadow .3s ease-out}.value-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 10px 25px rgba(0,0,0,.15)}.value-icon-container{width:64px;height:64px;background:linear-gradient(135deg,#ff6b1a 0,#e55a0f 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 24px}.value-icon{width:32px;height:32px;color:#fff}.value-title{font-size:20px;color:#1a2332;margin-bottom:12px}.value-description{font-size:16px;color:#4b5563;line-height:1.7;margin-bottom:0}@media (min-width:640px){.values-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.our-story-content{grid-template-columns:1fr 1fr}.values-grid{grid-template-columns:repeat(3,1fr)}}.service-area-section{background:#fff}.service-area-section1{background:#fff;position:relative;top:-50px}.service-area-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.service-area-grid1{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.service-area-item{background:#f3f4f6;padding:16px;border-radius:8px;text-align:center;font-weight:500;color:#1a2332;transition:all .3s ease-in-out}.service-area-item1{background:#f3f4f6;padding:16px;border-radius:8px;text-align:center;font-weight:500;color:#1a2332;transition:all .3s ease-in-out;left:11110px}.service-area-item:hover{background:#ff6b1a;color:#fff}.service-area-item1:hover{background:#ff6b1a;color:#fff}@media (min-width:640px){.service-area-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:640px){.service-area-grid1{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.service-area-grid{grid-template-columns:repeat(5,1fr)}}@media (min-width:1024px){.service-area-grid1{grid-template-columns:repeat(5,1fr)}}.service-back-btn{position:fixed;top:96px;left:16px;z-index:45;display:inline-flex;align-items:center;justify-content:center;padding:10px 18px;border-radius:999px;background:#fff;color:#1a2332;font-size:14px;font-weight:600;letter-spacing:.01em;border:1px solid rgba(148,163,184,.4);box-shadow:0 6px 18px rgba(15,23,42,.18);gap:6px;cursor:pointer;white-space:nowrap;transition:transform .22s ease-out,box-shadow .22s ease-out,background-color .18s ease-out,border-color .18s ease-out,color .18s ease-out;opacity:0;transform:translateY(-6px);animation:serviceBackFadeIn .35s ease-out .25s forwards}@keyframes serviceBackFadeIn{from{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.service-back-btn:hover{background:#f9fafb;border-color:rgba(148,163,184,.7);transform:translateY(-2px);box-shadow:0 10px 24px rgba(15,23,42,.22)}.service-back-btn:active{transform:translateY(0);box-shadow:0 4px 12px rgba(15,23,42,.18)}.service-back-btn:focus-visible{outline:0;box-shadow:0 0 0 2px rgba(255,255,255,.9),0 0 0 4px rgba(255,107,26,.4)}@media (max-width:767.98px){.service-back-btn{top:88px;left:12px;padding:8px 14px;font-size:13px;box-shadow:0 4px 14px rgba(15,23,42,.18)}}@media (min-width:1024px){.service-back-btn{top:104px;left:24px;padding:11px 22px;font-size:15px}}@media (max-width:360px){.service-back-btn{display:none}}@media (prefers-reduced-motion:reduce){.service-back-btn{animation:none;opacity:1;transform:none;transition:none}}.services-detail-section{background:#fff}.services-detail-section1{background:#fff;position:relative;text-align:center}.services-cards-container{display:grid;grid-template-columns:1fr;gap:32px;margin-top:48px}.service-card-new{background:#fff;padding:48px;border-radius:16px;box-shadow:0 4px 6px rgba(0,0,0,.1);display:grid;grid-template-columns:1fr;gap:32px;transition:all .3s ease-in-out}.service-card-new{transition:transform .3s cubic-bezier(.4, 0, .2, 1),box-shadow .3s cubic-bezier(.4, 0, .2, 1)}.service-card-new:hover{box-shadow:0 25px 50px rgba(0,0,0,.4);transform:translateY(-6px) scale(1.01)}.service-card-left{display:flex;flex-direction:column;gap:24px}.service-card-buttons{display:flex;flex-direction:column;gap:12px;margin-top:8px}@media (min-width:640px){.service-card-buttons{flex-direction:row}}.service-icon-square{width:64px;height:64px;border-radius:8px;display:flex;align-items:center;justify-content:center}.service-icon-blue{background:#3b82f6}.service-icon-orange{background:#ff6b1a}.service-icon-square .service-icon{width:32px;height:32px;color:#fff}.service-card-title{font-size:28px;font-weight:700;color:#1a2332;margin:0}.service-card-description{font-size:16px;color:#4b5563;line-height:1.7;margin:0}.service-card-right{background:#f9fafb;padding:24px;border-radius:12px}.service-card-right .features-title{font-size:18px;font-weight:700;color:#1a2332;margin-bottom:16px}.features-list-new{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.features-list-new li{display:flex;align-items:center;gap:12px;font-size:16px;color:#4b5563}.check-icon-new{width:20px;height:20px;color:#ff6b1a;flex-shrink:0}@media (min-width:1024px){.services-cards-container{grid-template-columns:1fr;gap:48px}.service-card-new{grid-template-columns:1fr 1fr;gap:48px}}.service-detail-card{background:#fff;padding:48px;border-radius:16px;box-shadow:0 5px 200px rgba(0,0,0,.1);margin-bottom:48px;display:grid;grid-template-columns:1fr;gap:32px}.service-detail-card-comm{background:#fff;padding:48px;border-radius:16px;box-shadow:0 5px 200px rgba(0,0,0,.1);margin-bottom:40px;margin-top:-150px;display:grid;grid-template-columns:1fr;gap:32px}.service-detail-card1{background:#fff;padding:38px;border-radius:16px;box-shadow:0 5px 200px rgba(0,0,0,.1);margin-bottom:48px;display:grid;grid-template-columns:1fr;gap:32px}.service-detail-card2{background:#fff;padding:28px;border-radius:16px;box-shadow:0 5px 200px rgba(0,0,0,.1);margin-top:-28px;display:grid;grid-template-columns:1fr;gap:32px}.service-detail-card-reverse{direction:rtl}.service-detail-card-reverse>*{direction:ltr}.service-detail-title{font-size:32px;color:#1a2332;margin-bottom:16px}.service-detail-description{font-size:18px;color:#4b5563;line-height:1.7;margin-bottom:16px}.service-detail-features{background:#f9fafb;padding:24px;border-radius:12px}.services-detail-section .service-detail-content p,.services-detail-section .service-detail-content1 p,.services-detail-section .service-detail-content2 p{color:#374151}.services-detail-section .service-detail-content h2,.services-detail-section .service-detail-content h3,.services-detail-section .service-detail-content h4,.services-detail-section .service-detail-content1 h2,.services-detail-section .service-detail-content1 h3,.services-detail-section .service-detail-content2 h2,.services-detail-section .service-detail-content2 h3{color:#1a2332}.service-area-section1 .section-subtitle{color:#4b5563}.features-title{font-size:20px;color:#1a2332;margin-bottom:16px}.features-list,.features-list1,.features-list2{list-style:none;max-width:650px;margin-left:auto;margin-right:auto;text-align:center}.features-list-res{list-style:none;max-width:650px;margin-left:auto;margin-right:auto;text-align:center}.features-listPC{position:relative;left:200px;list-style:none;max-width:650px;margin-left:auto;margin-right:auto;text-align:left;align-items:center}.features-list li,.features-list1 li,.features-list2 li,.features-list3 li{display:flex;align-items:flex-start;gap:12px;padding:8px 0;padding-left:0;position:relative;font-size:16px;color:#374151}.features-listPC li{display:flex;align-items:center;gap:12px;padding:8px 0;padding-left:0;position:relative;font-size:16px;color:#374151}.features-list li::before,.features-list1 li::before,.features-list2 li::before,.features-list3 li::before{content:'✓';position:static;flex-shrink:0;left:auto;color:#ff6b1a;font-weight:700}.features-list-res li::before{content:'✓';position:static;flex-shrink:0;left:auto;color:#ff6b1a;font-weight:700}.features-listPC li::before{content:'✓';position:static;flex-shrink:0;left:auto;color:#ff6b1a;font-weight:700}@media (min-width:1024px){.service-detail-card{grid-template-columns:1fr 1fr}}.process-section{background:#f9fafb}.process-grid{display:grid;grid-template-columns:1fr;gap:32px}.process-step{text-align:center;position:relative;transition:transform .3s ease-out}.process-step:hover{transform:translateY(-5px)}.process-number{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#ff6b1a 0,#e55a0f 100%);color:#fff;font-size:32px;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;transition:transform .3s cubic-bezier(.4, 0, .2, 1),box-shadow .3s cubic-bezier(.4, 0, .2, 1)}.process-step:hover .process-number{transform:scale(1.1) rotate(5deg);box-shadow:0 8px 20px rgba(255,107,26,.3)}.process-title{font-size:20px;color:#1a2332;margin-bottom:12px}.process-description{font-size:16px;color:#4b5563;line-height:1.7;margin-bottom:0}@media (min-width:640px){.process-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.process-grid{grid-template-columns:repeat(4,1fr)}}.filter-bar{background:#f9fafb;padding:48px 0;position:sticky;top:80px;z-index:40;border-bottom:1px solid #e5e7eb}.filter-buttons{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:16px}.filter-btn{padding:12px 24px;background:#fff;color:#1a2332;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease-in-out;box-shadow:0 2px 4px rgba(0,0,0,.1)}.filter-btn:hover{background:#f3f4f6}.filter-btn.active{background:#ff6b1a;color:#fff;box-shadow:0 4px 8px rgba(255,107,26,.3)}.gallery-section{background:#fff;padding:80px 0}@media (max-width:768px){.gallery-section{padding:60px 0}}@media (max-width:480px){.gallery-section{padding:48px 0}}.gallery-grid{display:grid;grid-template-columns:1fr;gap:32px}.gallery-item{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,.1);cursor:pointer;transition:all .3s ease-in-out;aspect-ratio:4/3}.gallery-item{transition:transform .4s cubic-bezier(.4, 0, .2, 1),box-shadow .4s cubic-bezier(.4, 0, .2, 1)}.gallery-item:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 15px 30px rgba(0,0,0,.2)}.gallery-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease-in-out}.gallery-item:hover .gallery-image{transform:scale(1.1)}.gallery-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to top,rgba(0,0,0,.8) 0,transparent 100%);opacity:0;transition:opacity .3s ease-in-out;display:flex;flex-direction:column;justify-content:flex-end;padding:16px}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-category{position:absolute;top:16px;right:16px;background:#ff6b1a;color:#fff;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;text-transform:capitalize}.gallery-info{color:#fff}.gallery-title{font-size:18px;font-weight:700;margin-bottom:4px}.gallery-location{font-size:14px;opacity:.9}@media (min-width:640px){.gallery-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.gallery-grid{grid-template-columns:repeat(3,1fr)}}.lightbox{display:none;position:fixed;top:0;left:0;right:0;bottom:0;z-index:50;background:rgba(0,0,0,.95);align-items:center;justify-content:center;padding:16px;animation:fadeIn .2s ease-in-out}.lightbox.active{display:flex}.lightbox-overlay{position:absolute;top:0;left:0;right:0;bottom:0}.lightbox-content{position:relative;max-width:90vw;max-height:90vh;z-index:1}.lightbox-close{position:absolute;top:-48px;right:0;background:0 0;border:none;color:#fff;cursor:pointer;width:32px;height:32px;padding:0;transition:color .2s ease-in-out}.lightbox-close:hover{color:#ff6b1a}.lightbox-close svg{width:24px;height:24px}.lightbox-image{max-width:100%;max-height:80vh;object-fit:contain;border-radius:8px}.lightbox-info{margin-top:16px;text-align:center;color:#fff}.lightbox-title{font-size:24px;color:#fff;margin-bottom:8px}.lightbox-location{font-size:16px;color:#d1d5db;margin-bottom:8px}.lightbox-category{display:inline-block;background:#ff6b1a;color:#fff;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;text-transform:capitalize}.contact-section{background:#fff;overflow-x:hidden}.contact-container{max-width:1200px;margin:auto;padding:0 20px;width:100%}.contact-content{display:grid;grid-template-columns:1fr;gap:48px}.contact-form-container{background:#fff;padding:32px;border-radius:16px;width:100%}.contact-form-container .section-title{text-align:left;margin-bottom:32px}.contact-form{display:flex;flex-direction:column;gap:24px}.form-group{display:flex;flex-direction:column}.form-label{font-size:14px;font-weight:600;color:#1a2332;margin-bottom:8px}.form-input{width:100%;height:48px;padding:12px;background:#fff;border:1px solid #d1d5db;border-radius:8px;font-size:16px;color:#1a2332;transition:all 150ms ease-in-out}.form-input::placeholder{color:#9ca3af;opacity:.6}.form-input:focus{outline:0;border-color:#ff6b1a;box-shadow:0 0 0 2px rgba(255,107,26,.2)}.form-textarea{height:auto;min-height:120px;resize:vertical}.honeypot{display:none;position:absolute;left:-9999px}.form-submit{width:100%;display:flex;align-items:center;justify-content:center;gap:8px}.send-icon{width:20px;height:20px}.form-disclaimer{font-size:12px;color:#6b7280;text-align:center;margin-top:16px;line-height:1.5}.g-recaptcha{margin:24px 0;display:flex;justify-content:flex-start;max-width:100%;overflow:hidden}.form-status{padding:16px;border-radius:8px;margin-top:16px;display:none}.form-status.success{display:block;background:#dcfce7;color:#166534;border:1px solid #166534}.form-status.error{display:block;background:#fee2e2;color:#991b1b;border:1px solid #991b1b}.contact-info-container{display:flex;flex-direction:column;gap:32px}.contact-info-card{background:#1a2332;padding:32px;border-radius:16px;color:#fff}.contact-info-title{font-size:24px;color:#fff;margin-bottom:24px;font-weight:700}.contact-info-item{display:flex;align-items:flex-start;gap:16px;margin-bottom:24px}.contact-icon-square{width:48px;height:48px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-icon-square-phone{background:#25d366}.contact-icon-square-email{background:#4285f4}.contact-icon-square-location{background:#ea4335}.contact-icon-square-clock{background:#ff6b1a}.contact-info-icon{width:24px;height:24px;color:#fff}.contact-info-item strong{display:block;color:#fff;margin-bottom:4px;font-weight:700}.contact-info-item a{color:#d1d5db;transition:color .2s ease-in-out}.contact-info-item a:hover{color:#ff6b1a}.contact-info-item span{color:#d1d5db;line-height:1.6}.contact-info-item a{position:relative}.contact-social-tooltip{position:absolute;left:calc(100% + 12px);top:50%;transform:translateY(-50%) translateX(-8px);padding:6px 12px;border-radius:999px;background:#111827;color:#fff;font-size:12px;white-space:nowrap;box-shadow:0 8px 18px rgba(0,0,0,.25);opacity:0;pointer-events:none;z-index:1;transition:opacity .18s ease-out,transform .18s ease-out}.contact-social-tooltip::after{content:'';position:absolute;left:-6px;top:50%;transform:translateY(-50%);border-width:6px;border-style:solid;border-color:transparent #111827 transparent transparent}@media (hover:hover) and (pointer:fine){.contact-info-item a:focus-visible .contact-social-tooltip,.contact-info-item a:hover .contact-social-tooltip{opacity:1;transform:translateY(-50%) translateX(0)}}.contact-item{display:flex;align-items:center;gap:10px;font-size:16px;font-weight:500;color:#1f2937}.contact-icon{font-size:20px;display:flex;align-items:center;justify-content:center}.contact-icon1{font-size:28px;display:flex;align-items:center;justify-content:center}.instagram-icon svg{width:22px;height:22px;display:block}.contact-email-link,.contact-instagram-link{text-decoration:none;color:#1f2937;transition:all .25s ease}.contact-email-link:hover,.contact-instagram-link:hover{color:#ff6b1a;transform:translateY(-1px)}.contact-divider{width:1px;height:22px;background:#d1d5db}@media (max-width:768px){.contact-strip-inner{flex-direction:column;gap:14px}.contact-divider{display:none}}.map-container{width:100%;border-radius:16px;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,.1)}.map-container iframe{width:100%;height:380px;border:none}.why-contact-section{background:#f9fafb}.why-contact-grid{display:grid;grid-template-columns:1fr;gap:32px}.why-contact-card{background:#fff;padding:32px;border-radius:16px;text-align:center;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .3s ease-out,box-shadow .3s ease-out}.why-contact-card:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 10px 25px rgba(0,0,0,.15)}.why-contact-icon-container{width:64px;height:64px;background:linear-gradient(135deg,#ff6b1a 0,#e55a0f 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 24px}.why-contact-icon{width:32px;height:32px;color:#fff}.why-contact-title{font-size:20px;color:#1a2332;margin-bottom:12px}.why-contact-description{font-size:16px;color:#4b5563;line-height:1.7;margin-bottom:0}@media (min-width:768px){.contact-content{grid-template-columns:1fr 1fr}}@media (min-width:1024px){.contact-content{grid-template-columns:1fr 1fr}.why-contact-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.contact-form-container{padding:24px}.contact-info-card{padding:24px}.map-container iframe{height:320px}}@media (max-width:480px){.form-input{height:44px;font-size:14px}.contact-info-title{font-size:20px}.why-contact-card{padding:24px}}.text-center{text-align:center}.mt-0{margin-top:0}.mb-0{margin-bottom:0}.floating-contact{position:fixed;right:16px;bottom:16px;display:flex;flex-direction:column;gap:12px;z-index:60}@media (min-width:768px){.floating-contact{right:24px;bottom:24px}}.floating-contact-button{width:56px;height:56px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#ff6b1a;color:#fff;box-shadow:0 10px 20px rgba(0,0,0,.25);transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease;cursor:pointer}.floating-contact-button svg{width:24px;height:24px}.floating-contact-call{background:linear-gradient(135deg,#ff6b1a 0,#e55a0f 100%)}.floating-contact-whatsapp{background:#25d366;position:relative;overflow:visible}.floating-contact-whatsapp::after{content:'';position:absolute;inset:-6px;border-radius:50%;background:rgba(37,211,102,.25);transform:scale(.9);opacity:0;z-index:-1;animation:whatsappPulse 2.6s ease-out infinite}@keyframes whatsappPulse{0%{transform:scale(.9);opacity:0}35%{transform:scale(1.15);opacity:.45}100%{transform:scale(1.5);opacity:0}}.floating-contact-whatsapp:focus-visible::after,.floating-contact-whatsapp:hover::after{animation-play-state:paused;opacity:0}.floating-contact-button:focus-visible,.floating-contact-button:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 14px 30px rgba(0,0,0,.35);outline:0}.floating-contact-button:focus-visible{box-shadow:0 0 0 3px rgba(255,255,255,.9),0 0 0 6px rgba(37,211,102,.7)}@media (pointer:coarse){.floating-contact-button:hover{transform:none;box-shadow:0 10px 20px rgba(0,0,0,.25)}}.floating-contact-button{position:relative}.floating-contact-tooltip{position:absolute;left:calc(-130% - 25px);top:50%;transform:translateY(-50%) translateX(30px);padding:6px 12px;border-radius:999px;background:#111827;color:#fff;font-size:13px;white-space:nowrap;box-shadow:0 8px 18px rgba(0,0,0,.25);opacity:0;pointer-events:none;z-index:1;transition:opacity .18s ease-out,transform .18s ease-out}.floating-contact-tooltip::after{content:'';position:absolute;right:-6px;top:50%;transform:translateY(-50%);border-width:6px;border-style:solid;border-color:transparent transparent transparent #111827}@media (hover:hover) and (pointer:fine){.floating-contact-button:focus-visible .floating-contact-tooltip,.floating-contact-button:hover .floating-contact-tooltip{opacity:1;transform:translateY(-50%) translateX(0)}}section{position:relative;padding:100px 0}@media (max-width:768px){section{padding:70px 0}}.section-title{text-align:center;margin-bottom:20px}.section-subtitle{text-align:center;margin-bottom:40px}.res-section-subtitle{text-align:left;margin-bottom:40px}.centered-section .section-title,.cta-section .section-title,.page-hero .section-title{text-align:center}.FAQ-hero,.about-hero,.career-hero,.commercial-hero,.contact-hero,.electrostatic-hero,.gallery-hero,.industrial-hero,.powderCoating-hero,.process-hero,.renovation-hero,.residential-hero,.services-hero{position:relative}.about-conclusion{margin-top:50px;text-align:center;max-width:800px;margin-left:auto;margin-right:auto;font-weight:600}.service-title-link{text-decoration:none;color:inherit}.service-title-link:hover{color:#ff6b1a}#backToTop{position:fixed;bottom:30px;left:30px;width:50px;height:50px;border-radius:50%;background-color:#ff6b1a;color:#fff;border:none;font-size:22px;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px rgba(0,0,0,.25);opacity:0;visibility:hidden;transform:translateY(20px);transition:all .3s ease;z-index:9999}#backToTop:hover{background-color:#e65a10;transform:translateY(0) scale(1.05)}#backToTop.show{opacity:1;visibility:visible;transform:translateY(0)}@media (max-width:768px){#backToTop{bottom:20px;left:20px;width:45px;height:45px;font-size:20px}}.about-hero{background-image:url("../assets/hero section images/white-rock-painter.jpg");background-size:cover;background-position:center;background-repeat:no-repeat}.process-hero{background-image:url("../assets/images/house_painting_612.webp");background-size:cover;background-position:center;background-repeat:no-repeat}.career-hero{background-image:url("../assets/images/painting-red_1385-599.avif");background-size:cover;background-position:top;background-repeat:no-repeat}@media (max-width:768px){.about-hero{background-position:center 30%}}.nav-item{position:relative}.nav-services-row{display:flex;align-items:center;gap:8px}.nav-dropdown-toggle{background:0 0;border:none;cursor:pointer;font-size:14px;display:flex;align-items:center}.dropdown-menu{position:absolute;top:107%;left:0;background:#fff;min-width:240px;border-radius:8px;box-shadow:0 10px 30px rgba(0,0,0,.1);padding:10px 0;display:none;z-index:1000}.dropdown-menu a{display:block;padding:12px 20px;text-decoration:none;color:#1a2332}.dropdown-menu a:hover{background:#f3f4f6}@media (min-width:992px){.nav-dropdown:hover .dropdown-menu{display:block}}@media (max-width:991px){.nav-links .nav-link,.nav-services-row{border-bottom:1px solid #e5e7eb}.nav-services-row{display:flex;align-items:center;justify-content:space-between;position:relative}.nav-dropdown-toggle{width:60px;display:flex;align-items:center;justify-content:center;border-left:4px solid #e5e7eb;border-top:4px solid #e5e7eb;border-bottom:4px solid #e5e7eb;border-right:4px solid #e5e7eb;background:0 0;transition:transform .3s ease}.dropdown-arrow{transition:transform .3s ease}.nav-dropdown.active .dropdown-arrow{transform:rotate(180deg)}.nav-dropdown.active .nav-services-row{background:#fff7f0;border-left:3px solid #ff6b1a}.nav-dropdown.active .nav-services-link{color:#ff6b1a;font-weight:600}.dropdown-menu{display:none;position:static!important;width:100%;padding:0;background:0 0;box-shadow:none}.nav-dropdown.active .dropdown-menu{display:block}.dropdown-menu a{display:block;padding:14px 0 14px 20px;font-size:15px;color:#333;border-bottom:1px solid #f1f1f1}.nav-services-link{flex:1;padding:16px 0}}.nav-dropdown.active .dropdown-arrow{transform:rotate(180deg)}.service-slideshow{padding:60px 0}.slideshow-container{position:relative;max-width:1100px;margin:auto;overflow:hidden;border-radius:11px;margin-bottom:100px;margin-top:-130px}.slide{display:none;width:100%}.slide img{width:100%;height:500px;object-fit:cover;display:block;border-radius:12px}.slide.active{display:block}.slide-btn{position:absolute;top:55%;transform:translateY(-50%);background:rgba(0,0,0,.4);color:#fff;border:none;padding:12px 18px;font-size:22px;cursor:pointer;border-radius:50%;transition:.3s ease}.slide-btn:hover{background:rgba(0,0,0,.7)}.slide-btn.prev{left:20px}.slide-btn.next{right:20px}.service-slideshow-section{padding:80px 0}.section-header{text-align:center;margin-bottom:40px}.section-title{font-size:36px;font-weight:700;color:#1a2332;margin-bottom:10px}.section-title::after{content:"";display:block;width:60px;height:3px;background:#ff6b1a;margin:12px auto 0;border-radius:3px}@media (max-width:768px){.slide img{height:300px}.section-title{font-size:28px}}.service-icon-container{display:flex;align-items:center;justify-content:center}.service-icon-res{width:55px;height:100px;object-fit:contain;display:block;filter:brightness(0) saturate(100%) invert(100%)}.contact-info-bar{background:#f5f5f5;padding:25px 0}.contact-info-grid{display:flex;justify-content:space-between;align-items:center}.contact-info-item{display:flex;align-items:center;gap:12px;font-weight:600}.divider{width:1px;height:30px;background:#994a4a}.contact-form-section{padding:10px 0 80px}.form-heading{font-size:22px;font-weight:700;margin-bottom:30px;text-align:center}.contact-form{max-width:1000px;margin:0 auto}.form-row{display:flex;gap:20px;margin-bottom:20px}.form-group{flex:1;display:flex;flex-direction:column}.form-group label{font-weight:600;margin-bottom:6px}.contact-form input,.contact-form textarea{padding:12px;border:1px solid #ccc;border-radius:6px;font-size:14px}.full-width{width:100%}.contact-submit-btn{background:#ff6b1a;color:#fff;border:none;padding:18px 50px;border-radius:6px;font-weight:600;cursor:pointer;margin:-10px auto 0;display:block}.contact-submit-btn:hover{background:#e85d0f}.contact-map iframe{margin-top:-100px;margin-bottom:-100px;width:100%;height:400px}@media (max-width:768px){.form-row{flex-direction:column}.contact-info-grid{flex-direction:column;gap:15px}.divider{display:none}}.contact-hero-new{position:relative;min-height:60vh;width:100%;background-image:url('../assets/hero section images/conatctnew.webp');background-size:cover;background-position:center center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;text-align:center}.hero-overlay{position:absolute;inset:0}.contact-hero-content{position:relative;z-index:2;color:#fff;padding:0 20px}.contact-badge{background:#e53935;padding:8px 20px;font-size:18px;font-weight:600;border-radius:4px;display:inline-block;margin-bottom:20px}.contact-hero-new .page-hero-title{font-size:48px;font-weight:700}.contact-strip{position:relative;margin-top:-140px;z-index:10}.contact-strip-inner{display:flex;align-items:center;justify-content:space-between;background:#d9d8d8;padding:25px 140px;border-radius:6px;box-shadow:0 10px 25px rgba(0,0,0,.08)}.contact-item{display:flex;align-items:center;gap:10px;font-weight:600;color:#333}.contact-divider{width:1px;height:35px;background:#737373}.contact-divider-key{position:relative;width:2px;height:18px;top:5px;background:#e2e0e0}.contact-icon{font-size:18px}@media (max-width:768px){.contact-strip-inner{flex-direction:column;gap:20px;padding:20px}.contact-divider{display:none}.contact-hero-new{min-height:60vh;background-position:center}.contact-hero-new .page-hero-title{font-size:28px}}.contact-instagram-link{text-decoration:none;font-weight:600;color:#333;transition:.3s}.contact-instagram-link:hover{color:#e1306c}.instagram-icon{display:flex;align-items:center}@media (min-width:1200px){.hero-home-container{max-width:1400px}.hero-content{max-width:650px;padding-left:20px;padding-top:40px}.hero-description{font-size:20px}}@media (min-width:992px){.call-now-btn{display:none}.call-float-btn{display:none}.whats-float-btn{display:none}}.footer-contact-block{display:flex;flex-direction:column;gap:18px;margin-top:15px}.footer-contact-item{display:flex;align-items:flex-start;gap:12px;font-size:15px}.footer-contact-item a{color:#dcdcdc;text-decoration:none}.footer-contact-item a:hover{color:#ff6b1a}.footer-icon{width:18px;height:18px;stroke:#ff6b1a;flex-shrink:0;margin-top:3px}.footer-social-icons{display:flex;gap:12px;margin-top:1px}.footer-social-icons a{width:42px;height:42px;background:#2e3a4d;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:.3s ease}.footer-social-icons a:hover{background:#ff6b1a;transform:translateY(-3px)}.instagram-icon{width:30px;height:30px;stroke:#ffffff;stroke-width:1;fill:none}.social-icon{width:20px;height:20px}.twitter-icon{fill:#000000}.linkedin-icon{fill:#0A66C2}.home-areas-section{padding:90px 0;background:#f7f9fc;text-align:center}.areas-row{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;margin-top:40px}.area-box{padding:16px 28px;border-radius:8px;font-weight:600;min-width:160px;transition:.3s ease}.primary{background:#ff6b1a;color:#fff}.secondary{background:#e5e7eb;color:#1a2332}.area-box:hover{transform:translateY(-4px)}@media (max-width:768px){.area-box{min-width:45%}}.hero-title span,.hero-title strong{background:linear-gradient(135deg,#ff6b1a 0,#ffb347 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-title{font-size:clamp(42px,6vw,64px);font-weight:600;line-height:1.05;letter-spacing:-1px;margin-bottom:22px;color:#fff}.hero-home-bg-overlay{background:linear-gradient(110deg,rgba(8,14,26,.97) 0,rgba(10,16,32,.92) 40%,rgba(10,16,32,.6) 70%)}.hero-buttons .btn-primary{background:linear-gradient(135deg,#ff6b1a,#e55a0f);padding:18px 40px;font-size:16px;font-weight:700;border-radius:14px;transition:all .3s ease}.hero-buttons .btn-primary:hover{transform:translateY(-3px)}.btn-glass{padding:7px 38px;font-size:16px;border-radius:14px;font-weight:600;background:rgba(255,255,255,.05);border:1.5px solid rgba(255,255,255,.35);color:#fff}.hero-keywords{display:flex;gap:12px;margin-bottom:15px;flex-wrap:wrap}.hero-keywords span{padding:8px 16px;font-size:13px;font-weight:600;border-radius:30px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.2);color:#fff}@media (max-width:768px){.hero-buttons{flex-direction:column;align-items:flex-start}.hero-buttons .btn-glass,.hero-buttons .btn-primary{width:100%;max-width:320px}.hero-keywords{justify-content:flex-start}}.why-choose-section{padding:10px 0;background:#f8fafc}.why-choose-content{display:grid;grid-template-columns:1.1fr 1fr;gap:100px;align-items:center}.why-left{max-width:640px}.why-badge{display:inline-block;padding:6px 16px;border-radius:30px;font-size:13px;font-weight:700;letter-spacing:1.2px;color:#ff6b1a;background:rgba(255,107,26,.08);border:1px solid rgba(255,107,26,.3);margin-bottom:24px}.why-heading{font-size:54px;font-weight:800;line-height:1.05;letter-spacing:-1.5px;margin-bottom:28px;color:#0f172a}.why-heading span{color:#ff6b1a}.section-text{font-size:17px;line-height:1.8;color:#475569}.feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin:20px 0 30px}.feature-box{background:#fff;padding:18px 2px;border-radius:14px;font-size:15px;font-weight:600;color:#334155;box-shadow:0 6px 18px rgba(0,0,0,.05);position:relative;padding-left:46px}.feature-box::before{content:"✓";position:absolute;left:18px;top:50%;transform:translateY(-50%);color:#ff6b1a;font-weight:700}.why-btn{display:inline-block;padding:18px 34px;border-radius:14px;background:linear-gradient(145deg,#ff6b1a,#e55a0f);color:#fff;font-weight:700;text-decoration:none;transition:all .3s ease}.why-btn:hover{transform:translateY(-4px)}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}.stat-card{padding:26px 30px;border-radius:24px;text-align:center;transition:.3s ease}.stat-card:hover{transform:translateY(-6px)}.stat-dark{background:linear-gradient(145deg,#0f172a,#1e293b);color:#fff}.stat-orange{background:linear-gradient(145deg,#ff6b1a,#e55a0f);color:#fff}.stat-number{font-size:64px;font-weight:800;margin-bottom:-14px}.stat-label{font-size:16px;opacity:.9;margin-bottom:17px}@media (max-width:992px){.why-choose-content{grid-template-columns:1fr;gap:70px}.feature-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:1fr}}.home-cta{position:relative;min-height:55vh;display:flex;align-items:center;background:url('../assets/hero section images/serviceshero_compressed_q70.webp') center/cover no-repeat;overflow:hidden;padding:0 20px}.home-cta-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,20,35,.85) 0,rgba(10,20,35,.75) 100%,rgba(255,107,26,.35) 100%);z-index:1}.home-cta-content{position:relative;z-index:2;max-width:780px;text-align:center}.cta-title{font-size:58px;font-weight:800;line-height:1.05;letter-spacing:-2px;color:#fff;margin-bottom:24px}.cta-title span{color:#ff6b1a}.cta-subtitle{font-size:20px;color:#e2e8f0;margin-bottom:10px}.cta-subtitle-faq{font-size:20px;color:#e2e8f0;margin-bottom:30px}.cta-highlight{font-size:22px;font-weight:700;color:#ffb347;margin-bottom:40px}.cta-buttons{display:flex;gap:24px;flex-wrap:wrap}.cta-btn-primary{background:linear-gradient(145deg,#ff6b1a,#e55a0f);color:#fff;padding:20px 22px;border-radius:16px;font-weight:700;text-decoration:none;font-size:18px;transition:.3s ease}.cta-btn-primary:hover{transform:translateY(-4px)}.cta-btn-glass{display:flex;align-items:center;gap:12px;padding:20px 38px;border-radius:16px;font-size:18px;font-weight:600;color:#fff;text-decoration:none;border:1px solid rgba(255,255,255,.4);background:rgba(255,255,255,.08);backdrop-filter:blur(12px);transition:.3s ease}.cta-btn-glass:hover{background:rgba(255,255,255,.15);transform:translateY(-4px)}.phone-icon{width:20px;height:20px}@media (max-width:992px){.cta-title{font-size:48px}.cta-subtitle{font-size:18px}.cta-subtitleind{font-size:18px}.cta-highlight{font-size:20px}.cta-btn-glass,.cta-btn-primary{width:100%;justify-content:center}}@media (min-width:992px){.cta-btn-glass{display:none}}.home-cta .container{max-width:896px;margin:auto;width:100%}.home-cta h2,.home-cta p{word-wrap:break-word;overflow-wrap:break-word}.home-cta .cta-buttons{display:flex;gap:16px;justify-content:center;align-items:center;flex-wrap:wrap}@media (max-width:640px){.home-cta{padding:60px 20px}.home-cta .cta-buttons{flex-direction:column}.home-cta .cta-buttons .btn{width:100%;max-width:320px}}@media (max-width:380px){.home-cta{padding:48px 16px}}@media (max-width:768px){.floating-contact{right:12px;bottom:12px}#backToTop{right:12px;bottom:90px}}.service-simple-content{max-width:840px;margin:0 auto;margin-top:-80px;font-size:medium}.service-simple-content h2{font-size:32px;font-weight:700;margin-top:60px;margin-bottom:20px;color:#0f172a}.service-simple-content h3{font-size:20px;font-weight:600;margin-top:35px;margin-bottom:12px;color:#1e293b}.service-simple-content p{font-size:16px;line-height:1.8;color:#475569;margin-bottom:18px}.service-simple-content ul{margin-bottom:25px;padding-left:20px}.service-simple-content ul li{margin-bottom:8px;line-height:1.7;color:#334155}@media (max-width:768px){.service-simple-content h2{font-size:26px}}.check-list{list-style:none;padding-left:0;margin-top:12px}.check-list li{position:relative;padding-left:28px;margin-bottom:10px;line-height:1.7;color:#334155}.check-list li::before{content:"✓";position:absolute;left:0;top:2px;font-weight:700;color:#ff6b1a}.arrow-list{list-style:none;padding-left:0;margin-top:15px;margin-bottom:35px}.arrow-list li{position:relative;padding-left:28px;margin-bottom:10px;line-height:1.7;color:#334155;font-weight:500}.arrow-list li::before{content:"→";position:absolute;left:0;color:#ff6b1a;font-weight:700}.arrow-list li a:hover{color:#ff6b1a}.areas-serve{padding:70px 0 90px;background:#fff;text-align:center}.areas-title{font-size:38px;font-weight:800;letter-spacing:1px;margin-bottom:30px;color:#0f172a}.areas-content{max-width:850px;margin:0 auto}.areas-label{font-size:17px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#ff6b1a;margin-bottom:20px}.areas-list{font-size:22px;font-weight:600;line-height:1.6;color:#1e293b;margin-bottom:40px}.areas-label-secondary{font-size:13px;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:#64748b;margin-bottom:20px;margin-top:21px}.areas-list-secondary{font-size:18px;line-height:1.7;color:#475569}@media (max-width:768px){.areas-title{font-size:28px}.areas-list{font-size:18px}.areas-list-secondary{font-size:16px}}.footer-social-icons{display:flex;gap:18px;margin-top:2px}.social-icon{width:26px;height:26px;display:block}.social-icon-link{width:46px;height:36px;display:block;margin-right:5px}.section{padding:50px 0}.section-light{background:#f6f7f9}.section-grey{background:#fff}.container-service-comm{max-width:950px;margin:0 auto;margin-top:-10px;margin-bottom:-20px}.container-case{max-width:950px;margin:0 auto;margin-top:-10px;margin-bottom:-20px}.container-service-frame{max-width:950px;margin:0 auto;margin-top:-10px;margin-bottom:-20px}.section-label{display:inline-flex;align-items:center;gap:8px;background:rgba(255,106,0,.08);color:#ff6a00;padding:6px 14px;border-radius:30px;font-size:14px;font-weight:760;letter-spacing:1px;margin-bottom:18px;border:1px solid rgba(255,106,0,.35)}.section-label::before{width:6px;height:6px;background:#ff6a00;border-radius:50%}.section-label-frame{display:inline-flex;align-items:center;gap:8px;background:rgba(255,106,0,.08);color:#ff6a00;padding:6px 14px;border-radius:30px;font-size:14px;font-weight:760;letter-spacing:1px;margin:0 auto 18px auto;border:1px solid rgba(255,106,0,.35)}.section-label-frame::before{content:"";width:6px;height:6px;background:#ff6a00;border-radius:50%}.section h2{font-size:40px;font-weight:700;margin-bottom:18px;color:#0f172a}.section-frame h2{font-size:40px;font-weight:700;margin-bottom:18px;color:#0f172a;text-align:left}.service-card h3{font-size:18px;font-weight:600;margin-bottom:12px;color:#0f172a}.service-card-1 h3{font-size:18px;font-weight:630;margin-bottom:10px;color:#0f172a;margin-top:10px}.service-card-2 h3{font-size:18px;font-weight:630;margin-bottom:10px;color:#0f172a;margin-top:10px}h4{font-size:18px;font-weight:600;margin-bottom:10px}.service-card-grey h4{font-size:18px;font-weight:600;margin-bottom:10px;margin-top:5px}.section p{font-size:15px;color:#6b7280;margin-bottom:30px;max-width:650px}.framework-card p{font-size:15px;color:#6b7280;margin-bottom:-1px;max-width:650px}.section-grey p{font-size:15px;color:#6b7280;margin-bottom:7px;max-width:650px}.note{font-size:14px;color:#8b949e;margin-top:26px}.check-list{list-style:none;padding:0;margin-top:22px}.check-list li{position:relative;padding-left:32px;margin-bottom:14px;font-size:15px;color:#374151}.check-list li::before{content:"";position:absolute;left:0;top:2px;width:18px;height:18px;border:2px solid #ff6a00;border-radius:50%}.check-list li::after{content:"";position:absolute;left:6px;top:9px;width:7px;height:4px;border-left:2px solid #ff6a00;border-bottom:2px solid #ff6a00;transform:rotate(-45deg)}.env-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px 28px;margin-top:36px}.env-item{background:#f6f7f9;padding:16px 20px 16px 52px;border-radius:14px;font-size:15px;color:#1f2937;position:relative;display:flex;align-items:center}.env-item::before{content:"";position:absolute;left:20px;width:18px;height:18px;border:2px solid #ff6a00;border-radius:50%}.env-item::after{content:"";position:absolute;left:26px;width:7px;height:4px;border-left:2px solid #ff6a00;border-bottom:2px solid #ff6a00;transform:rotate(-45deg)}.env-item:hover{background:#e6ebf1}.service-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px;margin-top:50px}.service-card,.service-card-1{background:#fefefe;padding:18px;border-radius:18px;box-shadow:0 6px 18px rgba(15,23,42,.04)}.service-card-2{background:#f6f7f9;padding:18px;border-radius:18px;box-shadow:0 6px 18px rgba(15,23,42,.04)}.service-card-grey{background:#f6f7f9;padding:18px;border-radius:18px}.service-card-1:hover,.service-card:hover{transform:translateY(-3px)}.service-card-2:hover{transform:translateY(-3px)}.service-card p,.service-card-1 p{font-size:14.5px;color:#6b7280;margin-bottom:20px;line-height:1.6}.service-card-2 p{font-size:14.5px;color:#6b7280;margin-bottom:20px;line-height:1.6}.framework-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:24px;margin-top:40px}.framework-card{background:#fff;padding:20px 7px;border-radius:18px;text-align:center}.framework-number{width:50px;height:50px;background:#ff6a00;color:#fff;border-radius:14px;display:flex;align-items:center;justify-content:center;font-weight:700;margin:0 auto 18px;margin-top:-10px}.service-area-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.area-pill{background:#fff;padding:8px 14px;border-radius:30px;font-size:13.5px;color:#374151;display:flex;align-items:center;gap:6px;border:.7px solid rgba(255,106,0,.35)}.area-icon{width:14px;height:14px;fill:#ff6a00}.related-buttons{display:flex;flex-wrap:wrap;gap:12px;margin-top:40px}.related-buttons a{border:.6px solid #ff6a00;color:#ff6a00;padding:11px 20px;border-radius:30px;font-size:14px;text-decoration:none}.related-buttons a:hover{background:#ff6a00;color:#fff}.related-pill{display:inline-flex;align-items:center;gap:10px;padding:10px 16px;border:2px solid #ff6a00;border-radius:999px;color:#ff6a00;font-weight:500;text-decoration:none}.arrow{font-size:16px;font-weight:600}.case-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;margin-top:40px}.case-card{background:#f3f5f8;padding:22px;border-radius:18px;box-shadow:0 6px 18px rgba(15,23,42,.04)}.case-small{color:#ff6a00;font-size:12px;font-weight:700;letter-spacing:1px;display:block;margin:10px 0}.case-card h3{font-size:20px;font-weight:600;margin-bottom:14px;color:#0f172a}.case-card p{font-size:16px;line-height:1.7;color:#6b7280}.case-card hr{border:none;border-top:1px solid #d5d5db;margin:20px 0}.result-label{font-size:12px;letter-spacing:1px;font-weight:700;color:#0f172a}@media (max-width:1200px){.container-case,.container-service-comm,.container-service-frame{max-width:100%;padding-left:20px;padding-right:20px}}@media (max-width:1024px){.service-grid{grid-template-columns:1fr}.env-grid{grid-template-columns:1fr}.case-grid{grid-template-columns:1fr}.framework-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media (max-width:768px){.section{padding:55px 0}.section h2{font-size:30px;line-height:1.25}.section-frame h2{font-size:30px}.service-card,.service-card-1,.service-card-grey{padding:20px}.service-card-2{padding:20px}.case-card{padding:20px}.framework-grid{grid-template-columns:1fr}.framework-card{padding:24px 18px}.env-item{font-size:14px;padding:14px 16px 14px 46px}}@media (max-width:480px){.section{padding:45px 0}.section h2{font-size:26px}.section p{font-size:14px}.check-list li{font-size:14px}.case-card h3{font-size:18px}.framework-number{width:44px;height:44px}}.industrial-page .section{padding:40px 0}.industrial-page .section-grey{background:#f6f7f9}.industrial-page .section-light{background:#fff}.industrial-page .container-industrial{max-width:950px;margin:auto}.industrial-page .section-label{display:inline-flex;align-items:center;gap:8px;background:rgba(255,106,0,.08);color:#ff6a00;padding:6px 14px;border-radius:30px;font-size:14px;font-weight:700;letter-spacing:1px;margin-bottom:20px;border:1px solid rgba(255,106,0,.35)}.industrial-page .section-label:before{width:6px;height:6px;background:#ff6a00;border-radius:50%}.industrial-page h2{font-size:40px;font-weight:700;margin-bottom:20px;color:#0f172a}.industrial-page h4{font-size:18px;font-weight:600;margin-bottom:10px}.industrial-page p{font-size:15px;color:#6b7280;line-height:1.6;margin-bottom:20px;max-width:950px}.industrial-page .note{font-size:14px;color:#8b949e;margin-top:20px}.industrial-page .check-list{list-style:none;padding:0;margin-top:20px}.industrial-page .check-list li{position:relative;padding-left:30px;margin-bottom:12px;font-size:15px;color:#374151}.industrial-page .check-list li:before{content:"";position:absolute;left:0;top:4px;width:18px;height:18px;border:2px solid #ff6a00;border-radius:50%}.industrial-page .check-list li:after{content:"";position:absolute;left:6px;top:11px;width:6px;height:3px;border-left:2px solid #ff6a00;border-bottom:2px solid #ff6a00;transform:rotate(-45deg)}.industrial-page .service-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px;margin-top:40px}.industrial-page .service-card{background:#fff;padding:22px;border-radius:16px;box-shadow:0 6px 18px rgba(15,23,42,.05)}.industrial-page .env-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:30px}.industrial-page .env-item{background:#f6f7f9;padding:16px 20px 16px 48px;border-radius:12px;position:relative;font-size:15px}.industrial-page .env-item:before{content:"";position:absolute;left:16px;top:16px;width:18px;height:18px;border:2px solid #ff6a00;border-radius:50%}.industrial-page .env-item:after{content:"";position:absolute;left:22px;top:23px;width:6px;height:3px;border-left:2px solid #ff6a00;border-bottom:2px solid #ff6a00;transform:rotate(-45deg)}.industrial-page .framework-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;margin-top:40px}.industrial-page .framework-card{background:#f6f7f9;padding:5px;border-radius:16px;text-align:center}.industrial-page .framework-number{width:45px;height:45px;background:#ff6a00;color:#fff;display:flex;align-items:center;justify-content:center;border-radius:12px;font-weight:700;margin:auto auto 14px;margin-top:20px}.industrial-page .case-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;margin-top:40px}.industrial-page .case-card{background:#fff;padding:24px;border-radius:18px;box-shadow:0 6px 18px rgba(15,23,42,.05)}.industrial-page .case-small{color:#ff6a00;font-size:12px;font-weight:700;letter-spacing:1px;display:block;margin-bottom:10px}.industrial-page .area-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.industrial-page .area-pill{display:flex;align-items:center;gap:6px;background:#fff;padding:8px 14px;border-radius:30px;font-size:14px;border:1px solid rgba(255,106,0,.35)}.industrial-page .area-icon{width:14px;height:14px;fill:#ff6a00}.industrial-page .related-buttons{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.industrial-page .related-buttons a{border:1px solid #ff6a00;color:#ff6a00;padding:10px 18px;border-radius:30px;text-decoration:none;font-size:14px}.industrial-page .related-buttons a:hover{background:#ff6a00;color:#fff}.industrial-page .related-pill{display:inline-flex;align-items:center;gap:10px;padding:12px 20px;border:2px solid #ff6a00;border-radius:999px;color:#ff6a00;text-decoration:none;font-size:14px}.industrial-page .arrow{font-size:16px;font-weight:600}@media(max-width:1024px){.industrial-page .service-grid{grid-template-columns:1fr}.industrial-page .case-grid{grid-template-columns:1fr}.industrial-page .framework-grid{grid-template-columns:repeat(2,1fr)}.industrial-page .env-grid{grid-template-columns:1fr}}@media(max-width:768px){.industrial-page h2{font-size:30px}.industrial-page .framework-grid{grid-template-columns:1fr}}.powder-page .section{padding:40px 0}.powder-page .section-top{padding:70px 0;margin-top:-100px}.powder-page .section-light{background:#f6f7f9}.powder-page .section-grey{background:#fff}.powder-page .container-service-comm{max-width:950px;margin:0 auto}.powder-page .section-label{display:inline-flex;align-items:center;gap:8px;background:rgba(255,106,0,.08);color:#ff6a00;padding:6px 14px;border-radius:30px;font-size:14px;font-weight:700;letter-spacing:1px;margin-bottom:18px;border:1px solid rgba(255,106,0,.35);text-transform:uppercase}.powder-page .section-label::before{width:6px;height:6px;background:#ff6a00;border-radius:50%}.powder-page h2{font-size:40px;font-weight:700;margin-bottom:18px;color:#0f172a}.powder-page h3{font-size:18px;font-weight:600;margin-bottom:10px}.powder-page h4{font-size:18px;font-weight:600;margin-bottom:12px}.powder-page .note{font-size:14px;color:#8b949e;margin-top:20px}.powder-page .check-list{list-style:none;padding:0;margin-top:18px}.powder-page .check-list li{position:relative;padding-left:32px;margin-bottom:12px;font-size:15px;color:#374151}.powder-page .check-list li::before{content:"";position:absolute;left:0;top:2px;width:18px;height:18px;border:2px solid #ff6a00;border-radius:50%}.powder-page .check-list li::after{content:"";position:absolute;left:6px;top:9px;width:7px;height:4px;border-left:2px solid #ff6a00;border-bottom:2px solid #ff6a00;transform:rotate(-45deg)}.powder-page .two-col-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;margin-top:30px}.powder-page .env-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px 28px;margin-top:30px;justify-content:center}.powder-page .env-item{background:#fff;padding:16px 20px 16px 52px;border-radius:14px;font-size:15px;color:#1f2937;position:relative;display:flex;align-items:center}.powder-page .env-item::before{content:"";position:absolute;left:20px;width:18px;height:18px;border:2px solid #ff6a00;border-radius:50%}.powder-page .env-item::after{content:"";position:absolute;left:26px;width:7px;height:4px;border-left:2px solid #ff6a00;border-bottom:2px solid #ff6a00;transform:rotate(-45deg)}@media (max-width:768px){.powder-page .env-grid{grid-template-columns:1fr}.powder-page .env-item:last-child{grid-column:auto;max-width:100%;margin:0;text-align:left}}.powder-page .service-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px;margin-top:40px}.powder-page .service-card{background:#fff;padding:22px;border-radius:16px;box-shadow:0 6px 18px rgba(0,0,0,.04)}.powder-page .area-list{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}.powder-page .area-pill{background:#fff;border:1px solid rgba(255,106,0,.35);padding:8px 16px;border-radius:30px;font-size:14px;color:#374151}.powder-page .case-card{background:#f3f5f8;padding:26px;border-radius:18px;box-shadow:0 6px 18px rgba(0,0,0,.04)}.powder-page .case-card hr{border:none;border-top:1px solid #d5d5db;margin:20px 0}.powder-page .result-label{font-size:12px;letter-spacing:1px;font-weight:700;color:#0f172a;display:block;margin-bottom:6px}@media (max-width:1024px){.powder-page .two-col-grid{grid-template-columns:1fr;gap:40px}.powder-page .env-grid{grid-template-columns:1fr}}@media (max-width:768px){.powder-page h2{font-size:30px}.powder-page .service-grid{grid-template-columns:1fr}}@media (max-width:480px){.powder-page h2{font-size:26px}.powder-page p{font-size:14px}.powder-page .area-pill{font-size:13px;padding:7px 14px}}.electrostatic-page .section{padding:50px 0}.electrostatic-page .section-top{padding:70px 0;margin-top:-100px}.electrostatic-page .section-light{background:#f6f7f9}.electrostatic-page .section-grey{background:#fff}.electrostatic-page .container-service-comm{max-width:950px;margin:auto}.electrostatic-page .section-label{display:inline-flex;align-items:center;gap:8px;background:rgba(255,106,0,.08);color:#ff6a00;padding:6px 14px;border-radius:30px;font-size:14px;font-weight:700;letter-spacing:1px;margin-bottom:18px;border:1px solid rgba(255,106,0,.35);text-transform:uppercase}.electrostatic-page .section-label::before{width:6px;height:6px;background:#ff6a00;border-radius:50%}.electrostatic-page h2{font-size:38px;font-weight:700;margin-bottom:18px;color:#0f172a}.electrostatic-page h3{font-size:18px;margin-bottom:10px}.electrostatic-page h4{font-size:18px;margin-bottom:12px}.electrostatic-page p{font-size:15px;color:#6b7280;margin-bottom:22px;max-width:950px;line-height:1.7}.electrostatic-page .note{font-size:14px;color:#8b949e}.electrostatic-page .check-list{list-style:none;padding:0;margin-top:18px}.electrostatic-page .check-list li{position:relative;padding-left:32px;margin-bottom:12px;font-size:15px;color:#374151}.electrostatic-page .check-list li::before{content:"";position:absolute;left:0;top:2px;width:18px;height:18px;border:2px solid #ff6a00;border-radius:50%}.electrostatic-page .check-list li::after{content:"";position:absolute;left:6px;top:9px;width:7px;height:4px;border-left:2px solid #ff6a00;border-bottom:2px solid #ff6a00;transform:rotate(-45deg)}.electrostatic-page .two-col-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;margin-top:30px}.electrostatic-page .env-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px 28px;margin-top:30px;justify-content:center}.electrostatic-page .env-item{background:#f6f7f9;padding:16px 20px 16px 52px;border-radius:14px;font-size:15px;color:#1f2937;position:relative;display:flex;align-items:center}.electrostatic-page .env-item::before{content:"";position:absolute;left:20px;width:18px;height:18px;border:2px solid #ff6a00;border-radius:50%}.electrostatic-page .env-item::after{content:"";position:absolute;left:26px;width:7px;height:4px;border-left:2px solid #ff6a00;border-bottom:2px solid #ff6a00;transform:rotate(-45deg)}@media (max-width:768px){.electrostatic-page .env-grid{grid-template-columns:1fr}.electrostatic-page .env-item:last-child{grid-column:auto;max-width:100%;margin:0;text-align:left}}.electrostatic-page .env-grid1{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px 28px;margin-top:30px;justify-content:center}.electrostatic-page .env-item1{background:#fff;padding:16px 20px 16px 52px;border-radius:14px;font-size:15px;color:#1f2937;position:relative;display:flex;align-items:center}.electrostatic-page .env-item1::before{content:"";position:absolute;left:20px;width:18px;height:18px;border:2px solid #ff6a00;border-radius:50%}.electrostatic-page .env-item1::after{content:"";position:absolute;left:26px;width:7px;height:4px;border-left:2px solid #ff6a00;border-bottom:2px solid #ff6a00;transform:rotate(-45deg)}@media (max-width:768px){.electrostatic-page .env-grid1{grid-template-columns:1fr}.electrostatic-page .env-item1:last-child{grid-column:auto;max-width:100%;margin:0;text-align:left}}.electrostatic-page .service-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px;margin-top:40px}.electrostatic-page .service-card{background:#f6f7f9;padding:15px;border-radius:16px;box-shadow:0 3px 1px rgba(0,0,0,.04)}.electrostatic-page .service-card h3{margin-top:15px}.electrostatic-page .case-card{background:#fff;padding:26px;border-radius:18px;box-shadow:0 6px 18px rgba(0,0,0,.04)}.electrostatic-page .case-card hr{border:none;border-top:1px solid #d5d5db;margin:20px 0}.electrostatic-page .result-label{font-size:12px;font-weight:700;letter-spacing:1px;margin-bottom:8px;display:block;color:#ff6a00}.electrostatic-page .result-labelr{font-size:12px;font-weight:700;letter-spacing:1px;margin-bottom:8px;display:block}.electrostatic-page .area-list{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}.electrostatic-page .area-pill{background:#fff;border:1px solid rgba(255,106,0,.35);padding:8px 16px;border-radius:30px;font-size:14px;color:#374151}.faq-wrapper{margin-top:40px;max-width:900px;margin-bottom:-120px}.faq-item{background:#f6f7f9;border-radius:16px;margin-bottom:18px;overflow:hidden;transition:.3s;box-shadow:0 3px 1px rgba(0,0,0,.05)}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:22px 26px;cursor:pointer;font-weight:600;font-size:16px;color:#1f2937;background:#f6f7f9}.faq-icon{font-size:18px;color:#ff6a00;transition:.3s}.faq-answer p{padding-bottom:18px;color:#6b7280;line-height:1.6}.faq-item.active .faq-question{color:#ff6a00;background:#f6f7f9}.faq-item.active .faq-answer{max-height:500px}.faq-item.active .faq-icon{transform:rotate(180deg)}@media (max-width:1024px){.electrostatic-page .two-col-grid{grid-template-columns:1fr;gap:40px}.electrostatic-page .env-grid{grid-template-columns:1fr}}@media (max-width:768px){.electrostatic-page h2{font-size:30px}.electrostatic-page .service-grid{grid-template-columns:1fr}}.renovation-page .section{padding:40px 0}.renovation-page .section-top{padding:70px 0;margin-top:-100px}.renovation-page .section-bottom{padding:70px 0;margin-bottom:-100px}.renovation-page .section-light{background:#f6f7f9}.renovation-page .section-grey{background:#fff}.renovation-page .container-service-comm{max-width:950px;margin:auto}.renovation-page .section-label{display:inline-flex;align-items:center;gap:8px;background:rgba(255,106,0,.08);color:#ff6a00;padding:6px 14px;border-radius:30px;font-size:14px;font-weight:700;letter-spacing:1px;margin-bottom:18px;border:1px solid rgba(255,106,0,.35);text-transform:uppercase}.renovation-page .section-label::before{width:6px;height:6px;background:#ff6a00;border-radius:50%}.renovation-page h2{font-size:38px;font-weight:700;margin-bottom:18px;color:#0f172a}.renovation-page h3{font-size:18px;margin-bottom:10px}.renovation-page h4{font-size:18px;margin-bottom:12px}.renovation-page p{font-size:15px;color:#6b7280;margin-bottom:22px;max-width:950px;line-height:1.7}.renovation-page .note{font-size:14px;color:#8b949e}.renovation-page .check-list{list-style:none;padding:0;margin-top:18px}.renovation-page .check-list li{position:relative;padding-left:32px;margin-bottom:12px;font-size:15px;color:#374151}.renovation-page .check-list li::before{content:"";position:absolute;left:0;top:2px;width:18px;height:18px;border:2px solid #ff6a00;border-radius:50%}.renovation-page .check-list li::after{content:"";position:absolute;left:6px;top:9px;width:7px;height:4px;border-left:2px solid #ff6a00;border-bottom:2px solid #ff6a00;transform:rotate(-45deg)}.renovation-page .two-col-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;margin-top:30px}.renovation-page .service-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px;margin-top:40px}.renovation-page .service-card{background:#f6f7f9;padding:20px;border-radius:16px;box-shadow:0 3px 1px rgba(0,0,0,.04)}.renovation-page .service-cardover{background:#fff;padding:20px;border-radius:16px;box-shadow:0 3px 1px rgba(0,0,0,.04)}.renovation-page .case-card{background:#fff;padding:26px;border-radius:18px;box-shadow:0 6px 18px rgba(0,0,0,.04)}.renovation-page .case-card hr{border:none;border-top:1px solid #d5d5db;margin:20px 0}.renovation-page .result-label{font-size:12px;font-weight:700;letter-spacing:1px;margin-bottom:8px;display:block;color:#ff6a00}.renovation-page .result-labelr{font-size:12px;font-weight:700;letter-spacing:1px;margin-bottom:8px;display:block}.renovation-page .env-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px 28px;margin-top:30px;justify-content:center}.renovation-page .env-item{background:#f6f7f9;padding:16px 20px 16px 52px;border-radius:14px;font-size:15px;color:#1f2937;position:relative;display:flex;align-items:center}.renovation-page .env-item::before{content:"";position:absolute;left:20px;width:18px;height:18px;border:2px solid #ff6a00;border-radius:50%}.renovation-page .env-item::after{content:"";position:absolute;left:26px;width:7px;height:4px;border-left:2px solid #ff6a00;border-bottom:2px solid #ff6a00;transform:rotate(-45deg)}@media (max-width:768px){.renovation-page .env-grid{grid-template-columns:1fr}.renovation-page .env-item:last-child{grid-column:auto;max-width:100%;margin:0;text-align:left}}.renovation-page .area-list{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}.renovation-page .area-pill{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #e5e7eb;padding:10px 18px;border-radius:30px;font-size:14px;color:#374151;font-weight:500;transition:all .2s ease}.renovation-page .area-pill:hover{border-color:#ff6a00;color:#ff6a00}.renovation-page .area-icon{width:14px;height:14px;fill:#ff6a00;flex-shrink:0}@media (max-width:1024px){.renovation-page .two-col-grid{grid-template-columns:1fr;gap:40px}.renovation-page .env-grid{grid-template-columns:1fr}}@media (max-width:768px){.renovation-page h2{font-size:30px}.renovation-page .service-grid{grid-template-columns:1fr}}.residential-page .section{padding:40px 0}.residential-page .section-top{padding:70px 0;margin-top:-100px}.residential-page .section-light{background:#f6f7f9}.residential-page .section-grey{background:#fff}.residential-page .container-service-comm{max-width:950px;margin:auto}.residential-page .section-label{display:inline-flex;align-items:center;gap:8px;background:rgba(255,106,0,.08);color:#ff6a00;padding:6px 14px;border-radius:30px;font-size:14px;font-weight:700;letter-spacing:1px;margin-bottom:18px;border:1px solid rgba(255,106,0,.35);text-transform:uppercase}.residential-page .section-label::before{width:6px;height:6px;background:#ff6a00;border-radius:50%}.residential-page h2{font-size:38px;font-weight:700;margin-bottom:18px;color:#0f172a}.residential-page h3{font-size:18px;margin-bottom:10px}.residential-page h4{font-size:18px;margin-bottom:12px}.residential-page p{font-size:15px;color:#6b7280;margin-bottom:22px;line-height:1.7}.residential-page .note{font-size:14px;color:#8b949e}.residential-page .check-list{list-style:none;padding:0;margin-top:18px}.residential-page .check-list li{position:relative;padding-left:32px;margin-bottom:12px;font-size:15px;color:#374151}.residential-page .check-list li::before{content:"";position:absolute;left:0;top:2px;width:18px;height:18px;border:2px solid #ff6a00;border-radius:50%}.residential-page .check-list li::after{content:"";position:absolute;left:6px;top:9px;width:7px;height:4px;border-left:2px solid #ff6a00;border-bottom:2px solid #ff6a00;transform:rotate(-45deg)}.residential-page .two-col-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;margin-top:30px}.residential-page .service-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px;margin-top:40px}.residential-page .service-card{background:#f6f7f9;padding:20px;border-radius:16px;box-shadow:0 3px 1px rgba(0,0,0,.04)}.residential-page .case-card{background:#fff;padding:26px;border-radius:18px;box-shadow:0 6px 18px rgba(0,0,0,.04)}.residential-page .case-card hr{border:none;border-top:1px solid #d5d5db;margin:20px 0}.residential-page .result-label{font-size:12px;font-weight:700;letter-spacing:1px;margin-bottom:8px;display:block;color:#ff6a00}.residential-page .result-labelr{font-size:12px;font-weight:700;letter-spacing:1px;margin-bottom:8px;display:block}.residential-page .area-list{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}.residential-page .area-pill{display:flex;align-items:center;gap:8px;background:#f6f7f9;border:1px solid #e5e7eb;padding:10px 18px;border-radius:30px;font-size:14px;color:#374151;font-weight:500;transition:all .2s ease}.residential-page .area-pill:hover{border-color:#ff6a00;color:#ff6a00}.residential-page .area-icon{width:14px;height:14px;fill:#ff6a00;flex-shrink:0}.residential-page .service-cardpro{background:#fff;padding:20px;border-radius:16px;box-shadow:0 3px 1px rgba(0,0,0,.04)}@media (max-width:1024px){.residential-page .two-col-grid{grid-template-columns:1fr;gap:40px}}@media (max-width:768px){.residential-page h2{font-size:30px}.residential-page .service-grid{grid-template-columns:1fr}}.about-page{overflow-x:hidden}.about-page .section{padding:70px 0}.about-page .section-top{padding:70px 0;margin-top:-100px}.about-page .section-bottom{padding:70px 0;margin-bottom:-100px}.about-page .section-light{background:#f6f7f9}.about-page .section-grey{background:#fff}.about-page .container-about{max-width:950px;margin:auto;padding:0 20px;width:100%}.about-page .section-label{display:inline-flex;align-items:center;gap:8px;background:rgba(255,106,0,.08);color:#ff6a00;padding:6px 14px;border-radius:30px;font-size:14px;font-weight:700;letter-spacing:1px;margin-bottom:18px;border:1px solid rgba(255,106,0,.35)}.about-page .section-label::before{width:6px;height:6px;background:#ff6a00;border-radius:50%}.about-page h2{font-size:38px;font-weight:700;margin-bottom:18px;color:#0f172a;line-height:1.3}.about-page h4{font-size:18px;margin-bottom:12px}.about-page .note{font-size:14px;color:#8b949e}.about-page .check-list{list-style:none;padding:0;margin-top:18px}.about-page .check-list li{position:relative;padding-left:32px;margin-bottom:12px;font-size:15px;color:#374151}.about-page .check-list li::before{content:"";position:absolute;left:0;top:2px;width:18px;height:18px;border:2px solid #ff6a00;border-radius:50%}.about-page .check-list li::after{content:"";position:absolute;left:6px;top:9px;width:7px;height:4px;border-left:2px solid #ff6a00;border-bottom:2px solid #ff6a00;transform:rotate(-45deg)}.about-page .two-col-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;margin-top:30px}@media (max-width:1024px){.about-page .two-col-grid{grid-template-columns:1fr;gap:40px}}@media (max-width:768px){.about-page .section{padding:50px 0}.about-page h2{font-size:30px}.about-page p{font-size:14px}}@media (max-width:480px){.about-page h2{font-size:26px}.about-page .check-list li{font-size:14px}}.process-page{overflow-x:hidden}.process-page .section{padding:70px 0}.process-page .section-top{padding:70px 0;margin-top:-100px}.process-page .section-light{background:#f6f7f9}.process-page .section-grey{background:#fff}.process-page .container-process{max-width:950px;margin:auto;padding:0 20px}.process-page .section-label{display:inline-flex;align-items:center;gap:8px;background:rgba(255,106,0,.08);color:#ff6a00;padding:6px 14px;border-radius:30px;font-size:14px;font-weight:700;letter-spacing:1px;margin-bottom:18px;border:1px solid rgba(255,106,0,.35)}.process-page .section-label::before{width:6px;height:6px;background:#ff6a00;border-radius:50%}.process-page h2{font-size:38px;font-weight:700;margin-bottom:18px;color:#0f172a}.process-page h3{font-size:18px;margin-bottom:10px}.process-page h4{font-size:18px;margin-bottom:12px;color:orange}.process-page p{font-size:15px;color:#000;margin-bottom:22px;line-height:1.7}.page-hero-subtitleour{font-size:20px;color:#fff;font-weight:900}.process-page .note{font-size:14px;color:#8b949e}.process-page .check-list{list-style:none;padding:0;margin-top:18px}.process-page .check-list li{position:relative;padding-left:32px;margin-bottom:12px;font-size:15px;color:#374151}.process-page .check-list li::before{content:"";position:absolute;left:0;top:2px;width:18px;height:18px;border:2px solid #ff6a00;border-radius:50%}.process-page .check-list li::after{content:"";position:absolute;left:6px;top:9px;width:7px;height:4px;border-left:2px solid #ff6a00;border-bottom:2px solid #ff6a00;transform:rotate(-45deg)}.process-page .two-col-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;margin-top:30px}.process-page .service-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px;margin-top:40px}.process-page .service-card{background:#f6f7f9;padding:15px;border-radius:16px;box-shadow:0 3px 1px rgba(0,0,0,.04)}.process-page .process-card{background:#fff;padding:34px 40px;border-radius:18px;margin-top:32px;box-shadow:0 6px 24px rgba(0,0,0,.04);width:100%}.process-page .process-head{display:flex;align-items:flex-start;gap:18px;margin-bottom:16px}.process-page .process-number{width:45px;height:40px;background:#ff6a00;color:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px;flex-shrink:0}.process-page .process-content{flex:1}.process-page .process-title{font-size:20px;font-weight:700;color:#0f172a;line-height:1.3}.process-page .process-subtitle{font-size:12px;letter-spacing:1px;font-weight:700;color:#ff6a00;margin-bottom:12px}.process-page .process-card p{font-size:15px;color:#6b7280;margin-bottom:16px}.process-page .service-item{background:#fff;padding:16px 22px 16px 48px;border-radius:14px;font-size:15px;display:flex;align-items:center;position:relative;border:1px solid #e5e7eb;box-shadow:0 4px 12px rgba(0,0,0,.04);transition:all .25s ease;width:100%}.process-page .service-item::before{content:"";position:absolute;left:16px;top:50%;transform:translateY(-50%);width:18px;height:18px;border:2px solid #ff6a00;border-radius:50%}.process-page .service-item::after{content:"";position:absolute;left:22px;top:50%;transform:translateY(-55%) rotate(-45deg);width:6px;height:4px;border-left:2px solid #ff6a00;border-bottom:2px solid #ff6a00}@media (max-width:1024px){.process-page .two-col-grid{grid-template-columns:1fr;gap:40px}}@media (max-width:768px){.process-page h2{font-size:30px}.process-page .service-grid{grid-template-columns:1fr}.process-page .process-head{flex-direction:column;gap:10px}.process-page .process-number{width:40px;height:40px;font-size:16px}.process-page .process-title{font-size:18px}.process-page .process-card{padding:24px}}.career-page{overflow-x:hidden}.career-page .section{padding:70px 0}.career-page .section-top{padding:70px 0;margin-top:-100px}.career-page .section-light{background:#f6f7f9}.career-page .section-grey{background:#fff}.career-page .container-career{max-width:950px;margin:auto;padding:0 20px;width:100%}.career-page .section-label{display:inline-flex;align-items:center;gap:8px;background:rgba(255,106,0,.08);color:#ff6a00;padding:6px 14px;border-radius:30px;font-size:14px;font-weight:700;letter-spacing:1px;margin-bottom:18px;border:1px solid rgba(255,106,0,.35)}.career-page .section-label::before{width:6px;height:6px;background:#ff6a00;border-radius:50%}.career-page h2{font-size:38px;font-weight:700;margin-bottom:18px;color:#0f172a;line-height:1.3}.career-page h3{font-size:18px;margin-bottom:10px}.career-page h4{font-size:18px;margin-bottom:12px}.career-page p{font-size:15px;color:#6b7280;margin-bottom:22px;line-height:1.7}.career-page .note{font-size:14px;color:#8b949e}.career-page .check-list{list-style:none;padding:0;margin-top:18px}.career-page .check-list li{position:relative;padding-left:32px;margin-bottom:12px;font-size:15px;color:#374151}.career-page .check-list li::before{content:"";position:absolute;left:0;top:2px;width:18px;height:18px;border:2px solid #ff6a00;border-radius:50%}.career-page .check-list li::after{content:"";position:absolute;left:6px;top:9px;width:7px;height:4px;border-left:2px solid #ff6a00;border-bottom:2px solid #ff6a00;transform:rotate(-45deg)}.career-page .two-col-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-top:30px}.career-page .career-card{background:#fff;padding:22px;border-radius:16px;box-shadow:0 3px 1px rgba(0,0,0,.04);width:100%}.career-page .career-card1{background:#f6f7f9;padding:22px;border-radius:16px;box-shadow:0 3px 1px rgba(0,0,0,.04);width:100%}.career-page .application-box{background:#f6f7f9;padding:26px;border-radius:18px;margin-top:20px}.career-page .career-email{color:#ff6a00;font-weight:700;text-decoration:none}.career-page .career-email:hover{text-decoration:underline}@media (max-width:1024px){.career-page .two-col-grid{grid-template-columns:1fr;gap:24px}}@media (max-width:768px){.career-page h2{font-size:30px}.career-page .section{padding:50px 0}.career-page .career-card,.career-page .career-card1{padding:20px}}@media (max-width:480px){.career-page h2{font-size:26px}.career-page p{font-size:14px}.career-page .check-list li{font-size:14px}}@media (max-width:768px){.hero.hero-home{padding:20px 0 0}.hero-home-grid{grid-template-columns:1fr;gap:32px;padding:0}.hero-home-collage{display:none!important}.hero-buttons{flex-direction:column;align-items:center}.hero-buttons .btn-glass,.hero-buttons .btn-primary{width:100%;max-width:320px}.hero-home-stats{flex-direction:column;gap:28px;padding:28px 20px;text-align:center}.hero-stat-divider{display:none}}@media (max-width:480px){.hero-title{font-size:34px}.hero-keywords{flex-wrap:wrap}}.required{color:#ff6a00;font-weight:600;font-size:14px;margin-left:4px}.service-card-full{grid-column:1/-1;width:100%;display:flex;flex-direction:column;align-items:center;text-align:center}.service-card-full>*{grid-column:1/-1;margin-left:auto;margin-right:auto;max-width:720px}.service-card-full .check-list{max-width:520px;margin:15px auto 20px auto;text-align:left}.industrial-page .service-card-full{grid-column:1/-1;width:100%;display:flex;flex-direction:column;align-items:center;text-align:center}.industrial-page .service-card-full>*{grid-column:1/-1;margin-left:auto;margin-right:auto;max-width:720px}.industrial-page .service-card-full .check-list{max-width:520px;margin:15px auto 20px auto;text-align:left}@media (max-width:768px){.service-card-full{width:100%;margin-left:0!important;margin-right:0!important;text-align:left!important}.service-card-full .check-list{display:block;margin-left:0}.service-card-full h2,.service-card-full h3,.service-card-full h4,.service-card-full p{text-align:left!important}}@media (max-width:768px){.electrostatic-page .service-card-full{width:100%;margin-left:0!important;margin-right:0!important;text-align:left!important}.electrostatic-page .service-card-full .check-list{display:block;margin-left:0}.electrostatic-page .service-card-full h2,.electrostatic-page .service-card-full h3,.electrostatic-page .service-card-full h4,.electrostatic-page .service-card-full p{text-align:left!important}}.toast{position:fixed;top:80px;left:50%;transform:translateX(-50%);background:#333;color:#fff;padding:12px 16px;border-radius:8px;opacity:0;transition:all .3s ease;z-index:9999;font-size:14px;text-align:center;width:max-content;max-width:calc(100% - 20px);box-sizing:border-box;box-shadow:0 6px 20px rgba(0,0,0,.15)}.toast.show{opacity:1;transform:translateX(-50%)}.toast.success{background:#28a745}.toast.error{background:#dc3545}@media (max-width:600px){.toast{top:70px;font-size:13px;padding:10px 14px}}@media (max-width:600px){h1{font-size:28px}h2{font-size:24px}h3{font-size:20px}.contact-hero-new .page-hero-title,.page-hero-title{font-size:28px;line-height:1.2}.page-hero-subtitle{font-size:16px}.page-hero-intro{font-size:15px}.nav-links{max-height:calc(100vh - 80px);overflow-y:auto}.contact-form{width:100%;padding:0 8px;box-sizing:border-box}}@media (min-width:601px) and (max-width:1024px){.container,.container1,.container2{max-width:1200px}.contact-strip-inner{padding-left:60px;padding-right:60px}}@media (min-width:1025px) and (max-width:1440px){.container,.container1,.container2{max-width:1320px}}@media (min-width:1441px){.container,.container1,.container2{max-width:1440px}}