*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,sans-serif;background-color:#fff;color:#333;line-height:1.6;min-width:320px}a{text-decoration:none;color:inherit}a:hover{text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;outline:none;background:none}img{max-width:100%;display:block}ul,ol{list-style:none}input,textarea,select{font-family:inherit;outline:none}.header{position:sticky;top:0;width:100%;background:#fffffff5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;box-shadow:0 4px 18px #0000000f;animation:headerDrop .6s ease both}.header-inner{max-width:1300px;margin:0 auto;padding:.85rem 1.2rem;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:.6rem;text-decoration:none;color:var(--black)}.logo-icon{font-size:1.5rem;animation:gearSpin 8s linear infinite}.logo-text{display:flex;flex-direction:column;font-size:.95rem;font-weight:700;line-height:1.1}.logo-text strong{color:var(--red)}.logo-text small{font-size:.65rem;letter-spacing:1px;text-transform:uppercase;color:var(--gray)}.nav-links{display:flex;gap:1.8rem}.nav-links a{position:relative;font-size:.85rem;font-weight:700;letter-spacing:.6px;text-transform:uppercase;color:var(--black);text-decoration:none;transition:color .3s ease}.nav-links a:after{content:"";position:absolute;left:0;bottom:-6px;width:0;height:2px;background:var(--red);transition:width .3s ease}.nav-links a:hover:after,.nav-links a.active:after{width:100%}.nav-links a.active{color:var(--red)}.hamburger{display:none;background:none;border:none;cursor:pointer}.hamburger span{display:block;width:24px;height:2px;background:var(--black);margin:5px 0;transition:all .35s ease}.hamburger.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media(max-width:768px){.hamburger{display:block}.nav-links{position:fixed;top:64px;right:0;width:100%;background:var(--white);flex-direction:column;align-items:center;gap:1.6rem;padding:2rem 0;transform:translateY(-20px);opacity:0;pointer-events:none;transition:all .4s ease;box-shadow:0 18px 40px #0000001f}.nav-links.open{transform:translateY(0);opacity:1;pointer-events:auto}.nav-links a{font-size:.95rem}}@keyframes headerDrop{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}@keyframes gearSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--red: #d71920;--black: #0b0b0b;--yellow: #facc15;--white: #ffffff;--gray: #9ca3af}.marquee-wrapper{width:100%;background:linear-gradient(90deg,#c0161c,#d71920);overflow:hidden;padding:.7rem 0;border-top:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12)}.marquee{display:flex;align-items:center;gap:1.4rem;animation:marqueeScroll 18s linear infinite;will-change:transform}.marquee-wrapper:hover .marquee{animation-play-state:paused}.marquee-item{display:flex;align-items:center;gap:.55rem;min-width:max-content;padding:.45rem .8rem;border-radius:999px;flex-shrink:0;color:var(--white);font-size:.7rem;font-weight:600;letter-spacing:.25px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:transform .25s ease,background .25s ease,box-shadow .25s ease,color .25s ease}.marquee-item img{width:34px;height:34px;object-fit:contain;filter:brightness(1.2);transition:transform .25s ease,filter .25s ease}.marquee-item span{white-space:nowrap}.marquee-item:hover{transform:translateY(-2px) scale(1.05);background:#ffffff26;color:var(--yellow);box-shadow:0 6px 18px #00000040}.marquee-item:hover img{transform:scale(1.15) rotate(-2deg);filter:brightness(1.45)}@media(max-width:768px){.marquee{gap:1rem}.marquee-item{font-size:.65rem;padding:.4rem .7rem}.marquee-item img{width:30px;height:30px}}@media(max-width:480px){.marquee-item{font-size:.6rem;padding:.35rem .6rem}.marquee-item img{width:26px;height:26px}}.footer{background:var(--black);color:var(--white);padding:60px 20px 0;font-family:inherit}.footer-container{max-width:1300px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1.2fr;gap:40px}.footer-brand h3{font-size:24px;font-weight:800;margin-bottom:12px}.footer-brand span{color:var(--red)}.footer-brand p{font-size:14px;line-height:1.6;color:var(--gray);max-width:420px}.footer-links h4,.footer-contact h4{font-size:16px;margin-bottom:16px;color:var(--white)}.footer-links a,.footer-links span{display:block;font-size:14px;color:var(--gray);margin-bottom:10px;text-decoration:none;transition:color .3s ease,transform .3s ease}.footer-links a:hover{color:var(--white);transform:translate(4px)}.footer-contact a{display:block;font-size:14px;color:var(--gray);margin-bottom:12px;text-decoration:none;transition:color .3s ease}.footer-contact a:hover{color:var(--yellow)}.footer-bottom{margin-top:50px;padding:16px 20px;border-top:1px solid rgba(255,255,255,.1);text-align:center;font-size:13px;color:var(--gray)}@media(max-width:900px){.footer-container{grid-template-columns:1fr 1fr}}@media(max-width:600px){.footer{padding:40px 16px 0}.footer-container{grid-template-columns:1fr;gap:32px}.footer-brand h3{font-size:22px}.footer-bottom{font-size:12px}}.floating-contact-bar{position:fixed;right:16px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:12px;z-index:9999;animation:slideIn .8s ease both}.contact-btn{width:52px;height:52px;border-radius:50%;background:var(--black);color:var(--white);display:flex;align-items:center;justify-content:center;font-size:22px;text-decoration:none;box-shadow:0 6px 16px #00000040;transition:transform .3s ease,box-shadow .3s ease}.contact-btn:hover{transform:translate(-6px) scale(1.05);box-shadow:0 10px 26px #00000059}.contact-btn:active{transform:scale(.94)}.contact-btn img{width:26px;height:26px}.contact-btn.whatsapp{background:#25d366}.contact-btn.phone{background:var(--red)}.contact-btn.email{background:var(--yellow);color:var(--black)}.contact-btn.location{background:var(--black)}@media(max-width:480px){.floating-contact-bar{right:10px}.contact-btn{width:46px;height:46px;font-size:20px}.contact-btn img{width:22px;height:22px}}@keyframes slideIn{0%{opacity:0;transform:translate(30px,-50%)}to{opacity:1;transform:translateY(-50%)}}:root{--red: #d71920;--black: #0b0b0b;--yellow: #facc15;--white: #ffffff}.hero-carousel{width:100%;height:64vh;min-height:440px;overflow:hidden;background:var(--black)}.hero-track{display:flex;height:100%}.hero-slide{position:relative;flex:1;height:100%;overflow:hidden;transform:scale(.93);opacity:.55;transition:transform .9s ease,opacity .9s ease}.hero-slide.center{transform:scale(1);opacity:1;z-index:2}.hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat;transform:scale(1.08);filter:brightness(.7) contrast(1.15);animation:slowZoom 14s ease-in-out infinite}.hero-slide.center .hero-bg{filter:brightness(.9) contrast(1.2)}.hero-overlay{position:absolute;left:1.2rem;bottom:1.2rem;background:linear-gradient(135deg,#0b0b0bf5,#0b0b0bd1);border-left:4px solid var(--red);padding:1rem 1.2rem;max-width:62%;opacity:0;transform:translateY(20px);animation:overlayFade .9s ease forwards;animation-delay:.3s}.hero-slide.center .hero-overlay{opacity:1;transform:translateY(0)}.hero-overlay h1{font-size:clamp(1.25rem,1.8vw,1.75rem);font-weight:800;color:var(--white);margin-bottom:.35rem;letter-spacing:.4px}.hero-overlay p{font-size:.9rem;color:#e5e7eb;line-height:1.45}.hero-btn{margin-top:.7rem;padding:.6rem 1.5rem;border:none;border-radius:2px;cursor:pointer;background:var(--yellow);color:var(--black);font-size:.85rem;font-weight:800;letter-spacing:.6px;transition:all .3s ease}.hero-btn:hover{background:var(--red);color:var(--white);transform:translateY(-2px)}@keyframes slowZoom{0%{transform:scale(1.08)}50%{transform:scale(1.14)}to{transform:scale(1.08)}}@keyframes overlayFade{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){.hero-carousel{height:58vh}.hero-overlay{max-width:72%}}@media(max-width:640px){.hero-carousel{height:52vh;min-height:360px}.hero-slide{transform:scale(1);opacity:1}.hero-overlay{max-width:92%;left:1rem;bottom:1rem}.hero-btn{display:inline-block}}.hero-nav{position:absolute;top:50%;width:100%;z-index:5;pointer-events:none}.hero-nav-btn{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;background:#0009;border:1px solid rgba(255,255,255,.15);color:var(--white);display:flex;align-items:center;justify-content:center;cursor:pointer;pointer-events:auto;font-size:1.4rem;font-weight:700;transition:all .3s ease}.hero-nav-btn:hover{background:var(--red);transform:translateY(-50%) scale(1.05)}.hero-nav-btn.prev{left:.8rem}.hero-nav-btn.next{right:.8rem}@media(max-width:640px){.hero-nav-btn{width:36px;height:36px;font-size:1.2rem}}.hero-dots{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);display:flex;gap:.6rem;z-index:6}.hero-dot{width:10px;height:10px;border-radius:50%;cursor:pointer;background:#ffffff59;transition:all .3s ease}.hero-dot:hover{background:var(--yellow)}.hero-dot.active{width:22px;border-radius:12px;background:var(--white)}.hero-carousel{position:relative;width:100%;height:64vh;min-height:440px;overflow:hidden;background:var(--black)}.about-bubble{padding:3.2rem 1.2rem;background:radial-gradient(circle at top,#fff,#f4f6f8);overflow:hidden}.about-bubble-inner{max-width:1150px;margin:0 auto;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:2.4rem}.about-center{text-align:center}.about-badge{display:inline-block;background:#d719201f;color:var(--red);font-size:.7rem;font-weight:900;letter-spacing:1px;padding:.35rem .8rem;margin-bottom:.5rem;text-transform:uppercase;border-radius:999px;animation:fadeUp .7s ease both}.about-center h2{font-size:clamp(1.6rem,3vw,2.4rem);font-weight:900;color:var(--black);margin-bottom:.6rem;animation:fadeUp .8s ease both;animation-delay:.1s}.about-center h2 span{color:var(--red)}.about-center p{font-size:.95rem;color:var(--gray);line-height:1.6;max-width:420px;margin:0 auto 1.3rem;animation:fadeUp .85s ease both;animation-delay:.2s}.about-btn{display:inline-block;padding:.65rem 1.8rem;background:linear-gradient(135deg,var(--yellow),#fde047);color:var(--black);font-size:.75rem;font-weight:900;letter-spacing:.9px;text-transform:uppercase;text-decoration:none;border-radius:999px;transition:all .35s ease;animation:fadeUp .9s ease both;animation-delay:.3s}.about-btn:hover{background:var(--red);color:var(--white);transform:translateY(-2px) scale(1.05)}.bubble-group{display:flex;flex-direction:column;gap:1.4rem}.bubble{border-radius:50%;background:var(--white);box-shadow:0 16px 38px #00000024;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;position:relative;animation:bubbleFloat 6s ease-in-out infinite;transition:transform .35s ease,box-shadow .35s ease}.bubble:hover{transform:translateY(-6px) scale(1.06);box-shadow:0 22px 48px #0000002e}.bubble h3{font-weight:900;color:var(--red);margin-bottom:.15rem}.bubble span{font-size:.7rem;color:var(--gray);font-weight:700}.bubble.big{width:128px;height:128px;animation-delay:0s}.bubble.medium{width:102px;height:102px;animation-delay:1s}.bubble.small{width:84px;height:84px;animation-delay:2s}@keyframes bubbleFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@media(max-width:960px){.about-bubble-inner{grid-template-columns:1fr;gap:2.5rem}.bubble-group{flex-direction:row;justify-content:center}}@media(max-width:480px){.about-bubble{padding:2.6rem 1rem}.bubble.big{width:108px;height:108px}.bubble.medium{width:90px;height:90px}.bubble.small{width:72px;height:72px}.about-center p{font-size:.9rem}}.cta-btn{display:inline-block;padding:.65rem 1.8rem;background:linear-gradient(135deg,var(--yellow),#fde047);color:var(--black);font-size:.75rem;font-weight:900;letter-spacing:.9px;text-transform:uppercase;text-decoration:none;border-radius:999px;transition:all .35s ease}.cta-btn:hover{background:var(--red);color:var(--white);transform:translateY(-2px) scale(1.05)}.cta-btn.dark{background:var(--black);color:var(--white)}.cta-btn.outline{background:transparent;border:2px solid var(--red);color:var(--red)}.cta-center{padding-top:2%;display:flex;justify-content:center}.featured-section{padding:clamp(3rem,5vw,5rem) clamp(1.5rem,4vw,3rem);background:linear-gradient(180deg,#083a66,#062f52);overflow:hidden;position:relative}.featured-section:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 10%,rgba(255,255,255,.08),transparent 45%),radial-gradient(circle at 80% 90%,rgba(255,255,255,.05),transparent 50%);pointer-events:none}.featured-title{color:#fff;font-size:clamp(1.9rem,3vw,2.6rem);font-weight:800;margin-bottom:clamp(2rem,4vw,3rem);position:relative;letter-spacing:-.6px;animation:slideInLeft .9s cubic-bezier(.25,1,.3,1) both}.featured-title:after{content:"";display:block;width:0;height:4px;background:linear-gradient(90deg,#fff,#fff9);margin-top:12px;border-radius:50px;animation:underlineGrow .8s ease forwards;animation-delay:.6s}.featured-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(1.2rem,2.5vw,2rem)}.category-card{position:relative;height:320px;overflow:hidden;cursor:pointer;background:#000;border-radius:18px;opacity:0;transform:translateY(60px);animation:fadeUp .85s cubic-bezier(.25,1,.3,1) forwards;transition:transform .45s ease,box-shadow .45s ease}.category-card:nth-child(1){animation-delay:.2s}.category-card:nth-child(2){animation-delay:.35s}.category-card:nth-child(3){animation-delay:.5s}.category-card:nth-child(4){animation-delay:.65s}.category-card:nth-child(5){animation-delay:.8s}.category-card:nth-child(6){animation-delay:.95s}.category-card img{width:100%;height:100%;object-fit:cover;transition:transform .8s ease,filter .8s ease}.category-card:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,rgba(255,255,255,.14),transparent 60%);transform:translate(-120%);transition:transform .65s ease;z-index:1}.category-card:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.55),rgba(0,0,0,.15),transparent);z-index:1}.category-card:hover:before{transform:translate(120%)}.category-title{position:absolute;bottom:0;width:100%;background:#fff;color:#083a66;padding:1rem 1.2rem;font-size:1.05rem;font-weight:800;letter-spacing:.2px;z-index:2;transition:color .3s ease,letter-spacing .3s ease,background .3s ease}.category-card:hover img{transform:scale(1.14);filter:contrast(1.05) brightness(1.05)}.category-card:hover{transform:translateY(-10px);box-shadow:0 26px 60px #0000008c}.category-card:hover .category-title{color:#062f52;letter-spacing:.5px}@keyframes slideInLeft{0%{opacity:0;transform:translate(-90px)}to{opacity:1;transform:translate(0)}}@keyframes underlineGrow{to{width:90px}}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}@media(max-width:1200px){.featured-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){.featured-grid{grid-template-columns:repeat(2,1fr)}.category-card{height:300px}}@media(max-width:480px){.featured-grid{grid-template-columns:1fr}.category-card{height:260px;border-radius:14px}.featured-title{font-size:1.9rem}}@media(hover:none){.category-card:hover{transform:none;box-shadow:0 16px 40px #00000073}}:root{--bg-soft: #f7f8fa;--card-bg: #ffffff;--text-primary: #111827;--text-secondary: #6b7280;--border-soft: rgba(0, 0, 0, .06);--shadow-soft: 0 6px 20px rgba(0, 0, 0, .06);--shadow-hover: 0 14px 40px rgba(0, 0, 0, .12)}.categories-section{padding:80px 24px;background:linear-gradient(180deg,#fafafa,var(--bg-soft));overflow:hidden}.categories-container{max-width:1440px;margin:0 auto}.categories-section:before{content:"Our Industries & Categories";display:block;text-align:center;font-size:34px;font-weight:600;letter-spacing:-.4px;color:var(--text-primary);margin-bottom:48px}.categories-grid{display:flex;gap:28px;overflow-x:auto;padding:24px 4px;scrollbar-width:none;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;scroll-snap-type:x mandatory}.categories-grid::-webkit-scrollbar{display:none}.category-card{flex:0 0 280px;background:var(--card-bg);border-radius:16px;overflow:hidden;border:1px solid var(--border-soft);box-shadow:var(--shadow-soft);transition:transform .35s ease,box-shadow .35s ease;cursor:pointer;scroll-snap-align:start}.category-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-hover)}.image-wrapper{width:100%;height:190px;overflow:hidden}.category-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.category-card:hover .category-image{transform:scale(1.06)}.category-content{padding:22px 18px 24px;text-align:center}.category-name{font-size:15.5px;font-weight:500;color:var(--text-primary);margin:0 0 6px;letter-spacing:-.2px}.category-description{font-size:13px;color:var(--text-secondary);line-height:1.5;margin:0}.mini-product-info{position:relative}.mini-product-title{position:relative;padding-right:22px;font-weight:500}.mini-product-title:after{content:"▾";position:absolute;right:6px;top:50%;transform:translateY(-50%);font-size:11px;opacity:.5;transition:transform .3s ease}.mini-product-info.expanded .mini-product-title:after{transform:translateY(-50%) rotate(180deg)}.mini-product-description{font-size:12.5px;color:var(--text-secondary);line-height:1.55;margin:6px 10px 0;max-height:0;overflow:hidden;opacity:0;transition:max-height .45s ease,opacity .35s ease,margin .35s ease}.mini-product-description.expanded{max-height:120px;opacity:1;margin:10px 10px 12px}@media(max-width:768px){.categories-section{padding:56px 16px}.category-card{flex:0 0 260px}.categories-section:before{font-size:26px;margin-bottom:32px}}@media(max-width:480px){.categories-section{padding:36px 12px}.categories-grid{gap:16px;padding:16px 8px}.category-card{flex:0 0 86vw;border-radius:14px}.image-wrapper{height:170px}.category-name{font-size:14.5px}.category-description{font-size:12.5px}.categories-section:before{font-size:22px;margin-bottom:24px}}@media(max-width:360px){.category-card{flex:0 0 90vw}.image-wrapper{height:155px}}.mini-products-section{padding:clamp(40px,5vw,72px) 20px;background:linear-gradient(180deg,#fafafa,#f4f6f8);overflow:hidden}.mini-products-heading{text-align:center;font-weight:900;color:#111;margin-bottom:clamp(22px,4vw,44px);letter-spacing:-.8px;position:relative;animation:headingReveal .9s cubic-bezier(.25,1,.3,1) both}.mini-products-heading:after{content:"";display:block;width:72px;height:4px;background:linear-gradient(90deg,#111,#666);margin:14px auto 0;animation:underlineGrow .8s ease both}@media(min-width:1024px){.mini-products-heading{font-size:38px}}@media(max-width:1023px)and (min-width:481px){.mini-products-heading{font-size:30px}}@media(max-width:480px){.mini-products-heading{font-size:21px}.mini-products-heading:after{width:42px;height:3px}}.mini-products-wrapper{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:clamp(12px,2vw,24px);animation:gridFade .8s ease both}@media(min-width:1024px){.mini-products-wrapper{grid-template-columns:repeat(auto-fill,minmax(170px,1fr))}}@media(max-width:480px){.mini-products-wrapper{grid-template-columns:repeat(3,1fr);gap:12px}}.mini-product-card{background:#fff;overflow:hidden;box-shadow:0 8px 20px #00000014;text-align:center;cursor:pointer;position:relative;transform-origin:center;animation:cardFadeUp .75s cubic-bezier(.25,1,.3,1) both;transition:transform .35s ease,box-shadow .35s ease}.mini-product-card:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#ffffff73,#fff0);opacity:0;transition:opacity .35s ease;pointer-events:none}.mini-product-card:hover:after{opacity:1}.mini-product-card:hover{transform:translateY(-8px) scale(1.05);box-shadow:0 18px 36px #00000029}.mini-product-card img{width:100%;height:100px;object-fit:cover;transition:transform .5s ease,filter .5s ease}@media(min-width:1024px){.mini-product-card img{height:132px}}.mini-product-card:hover img{transform:scale(1.18);filter:brightness(1.08) contrast(1.05)}.mini-product-card span{display:block;padding:14px 12px;font-size:13px;font-weight:700;color:#333;line-height:1.45;transition:transform .3s ease,color .3s ease}@media(min-width:1024px){.mini-product-card span{font-size:14.5px}}.mini-product-card:hover span{transform:translateY(-4px);color:#111}.mini-product-card:nth-child(1){animation-delay:.05s}.mini-product-card:nth-child(2){animation-delay:.1s}.mini-product-card:nth-child(3){animation-delay:.15s}.mini-product-card:nth-child(4){animation-delay:.2s}.mini-product-card:nth-child(5){animation-delay:.25s}.mini-product-card:nth-child(6){animation-delay:.3s}.mini-product-card:nth-child(7){animation-delay:.35s}.mini-product-card:nth-child(8){animation-delay:.4s}.mini-product-card:active{transform:scale(.95);box-shadow:0 6px 14px #0000002e}@media(hover:none){.mini-product-card:hover{transform:none;box-shadow:0 8px 20px #00000014}}@keyframes headingReveal{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes underlineGrow{0%{width:0}to{width:72px}}@keyframes gridFade{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes cardFadeUp{0%{opacity:0;transform:translateY(22px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.brands-section{padding:5.5rem 1.5rem;background:linear-gradient(180deg,#fff,#f8fafc);overflow:hidden}.brands-header{text-align:center;max-width:720px;margin:0 auto 3.5rem;animation:fadeUp .8s ease both}.brands-badge{display:inline-block;padding:.35rem 1rem;font-size:.72rem;font-weight:700;color:var(--red);border:1px solid rgba(215,25,32,.25);border-radius:999px;margin-bottom:1rem;letter-spacing:.6px;text-transform:uppercase;background:#d719200a}.brands-title{font-size:clamp(1.9rem,3.2vw,2.6rem);font-weight:800;color:var(--black);margin-bottom:.75rem}.brands-subtitle{font-size:1rem;color:var(--gray);line-height:1.65}.brands-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:2.2rem}.brand-card{background:var(--white);border-radius:1.4rem;padding:1.9rem 1.4rem;text-align:center;box-shadow:0 10px 25px #0000000a,0 4px 10px #00000008;transition:transform .35s ease,box-shadow .35s ease;animation:fadeUp .8s ease both;cursor:default}.brand-card:nth-child(1){animation-delay:.05s}.brand-card:nth-child(2){animation-delay:.1s}.brand-card:nth-child(3){animation-delay:.15s}.brand-card:nth-child(4){animation-delay:.2s}.brand-card:nth-child(5){animation-delay:.25s}.brand-card:nth-child(6){animation-delay:.3s}.brand-card:hover{transform:translateY(-10px);box-shadow:0 22px 48px #00000014,0 10px 20px #0000000f}.brand-logo-wrapper{height:90px;display:flex;align-items:center;justify-content:center;margin-bottom:1.1rem}.brand-logo-wrapper img{max-height:75px;max-width:100%;object-fit:contain;filter:saturate(1) contrast(1);opacity:1;transition:transform .4s ease,filter .4s ease}.brand-card:hover img{transform:scale(1.08);filter:saturate(1.1) contrast(1.05)}.brand-name{font-size:.92rem;font-weight:700;color:var(--black);letter-spacing:.4px;transition:color .3s ease,transform .3s ease}.brand-card:hover .brand-name{color:var(--red);transform:translateY(-2px)}@media(max-width:768px){.brands-section{padding:4.5rem 1.2rem}.brands-grid{gap:1.6rem}}@media(max-width:640px){.brands-section{padding:3.5rem 1rem}.brands-grid{gap:1.3rem}.brand-card{padding:1.5rem 1.1rem}.brand-logo-wrapper{height:75px}.brand-logo-wrapper img{max-height:60px}}.brands-marquee{position:relative;overflow:hidden;width:100%}.brands-track{display:flex;gap:2rem;width:max-content;animation:marqueeScroll 30s linear infinite}.brands-marquee:hover .brands-track{animation-play-state:paused}@media(max-width:768px){.brands-track{animation-duration:22s}}@media(max-width:480px){.brands-track{animation-duration:18s}}@keyframes marqueeScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.contact-modern{padding:3.2rem 1.2rem;background:linear-gradient(180deg,#fff,#f6f7f9)}.contact-inner{max-width:1050px;margin:0 auto;text-align:center}.contact-badge{display:inline-block;background:#d719201f;color:var(--red);font-size:.7rem;font-weight:900;letter-spacing:1px;padding:.35rem .85rem;border-radius:999px;margin-bottom:.5rem;animation:fadeUp .6s ease both}.contact-inner h2{font-size:clamp(1.6rem,3vw,2.4rem);font-weight:900;color:var(--black);margin-bottom:2rem;animation:fadeUp .75s ease both;animation-delay:.1s}.contact-inner h2 span{color:var(--red)}.contact-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem;padding-bottom:5%}.contact-card{background:var(--white);padding:1.6rem 1.2rem;border-radius:16px;box-shadow:0 14px 34px #0000001f;text-decoration:none;color:inherit;display:flex;flex-direction:column;align-items:center;transition:transform .35s ease,box-shadow .35s ease;animation:fadeUp .85s ease both}.contact-card:nth-child(1){animation-delay:.2s}.contact-card:nth-child(2){animation-delay:.3s}.contact-card:nth-child(3){animation-delay:.4s}.contact-card:hover{transform:translateY(-6px) scale(1.03);box-shadow:0 22px 48px #0000002e}.contact-icon{width:54px;height:54px;background:linear-gradient(135deg,var(--yellow),#fde047);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.4rem;margin-bottom:.6rem}.contact-card span{font-size:.75rem;font-weight:900;letter-spacing:.8px;color:var(--black);text-transform:uppercase;margin-bottom:.2rem}.contact-card p{font-size:.9rem;color:var(--gray);margin:0}@media(max-width:900px){.contact-cards{grid-template-columns:1fr}}@media(max-width:480px){.contact-modern{padding:2.6rem 1rem}.contact-card{padding:1.4rem 1rem}}:root{--red: #d71920;--black: #0b0b0b;--yellow: #facc15;--white: #ffffff;--gray: #6b7280;--ease: cubic-bezier(.22, 1, .36, 1)}@keyframes fadeUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes floatBubble{0%{transform:translateY(0)}50%{transform:translateY(-14px)}to{transform:translateY(0)}}.aboutpage-main-section{padding:100px 5% 120px;background:linear-gradient(180deg,#fff,#f9fafb 45%,#eef2f7);color:#111827;overflow:hidden;position:relative}.aboutpage-bubble-wrapper{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:40px;position:relative;z-index:2;animation:fadeUp .9s var(--ease) both}.aboutpage-bubble-group{display:flex;flex-direction:column;gap:24px;flex:1}.aboutpage-right-group{align-items:flex-end}.aboutpage-bubble{background:#ffffffd9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(0,0,0,.06);border-radius:50%;padding:20px;text-align:center;color:#111;box-shadow:0 20px 40px #00000014;transition:all .5s var(--ease);animation:floatBubble 6s ease-in-out infinite}.aboutpage-bubble:nth-child(2){animation-delay:1s}.aboutpage-bubble:nth-child(3){animation-delay:2s}.aboutpage-bubble:hover{transform:translateY(-18px) scale(1.08);background:var(--red);color:var(--white);border-color:var(--yellow)}.aboutpage-bubble-big{width:220px;height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center}.aboutpage-bubble-medium{width:180px;height:180px;display:flex;flex-direction:column;align-items:center;justify-content:center}.aboutpage-bubble-small{width:150px;height:150px;display:flex;flex-direction:column;align-items:center;justify-content:center}.aboutpage-bubble h3{margin:0;font-size:2rem;font-weight:900;color:var(--yellow)}.aboutpage-bubble-big h3{font-size:4.5rem}.aboutpage-bubble span{font-size:.95rem;opacity:.9;margin-top:6px}.aboutpage-center-content{flex:1.4;max-width:680px;animation:fadeUp 1s var(--ease) both}.aboutpage-badge{display:inline-block;background:var(--red);color:var(--yellow);font-size:.9rem;font-weight:700;padding:8px 20px;border-radius:50px;margin-bottom:20px;letter-spacing:1px}.aboutpage-center-content h2{font-size:3.8rem;font-weight:900;line-height:1.1;margin-bottom:24px}.aboutpage-center-content h2 span{color:var(--red)}.aboutpage-center-content p{font-size:1.15rem;line-height:1.8;color:#374151;margin-bottom:20px}.aboutpage-center-content p strong{color:var(--red)}.aboutpage-stats-row{display:flex;gap:40px;margin:40px 0;flex-wrap:wrap}.aboutpage-stat-item{text-align:center;animation:fadeUp 1.1s var(--ease) both;transition:transform .4s var(--ease)}.aboutpage-stat-item:hover{transform:translateY(-10px) scale(1.1)}.aboutpage-stat-item h4{font-size:2.8rem;font-weight:900;color:var(--red)}.aboutpage-stat-item span{font-size:1rem;color:#4b5563}.aboutpage-extra-content{max-width:1200px;margin:100px auto 0;padding:0 5%}.aboutpage-section{margin-bottom:90px;animation:fadeUp 1s var(--ease) both}.aboutpage-section h3{font-size:2.4rem;color:var(--red);margin-bottom:30px;position:relative}.aboutpage-section h3:after{content:"";position:absolute;bottom:-10px;left:0;width:80px;height:4px;background:var(--yellow)}.aboutpage-overview-section p,.aboutpage-certifications-section p{font-size:1.1rem;line-height:1.8;color:#374151}.aboutpage-milestones-list{list-style:none;padding:0}.aboutpage-milestones-list li{padding:12px 0;font-size:1.1rem;border-bottom:1px dashed rgba(0,0,0,.1)}.aboutpage-milestones-list li strong{color:var(--red)}.aboutpage-certs-logos{display:flex;gap:40px;flex-wrap:wrap;margin-top:30px}.aboutpage-certs-logos img{height:80px;opacity:.8;transition:.4s var(--ease)}.aboutpage-certs-logos img:hover{opacity:1;transform:scale(1.1)}.aboutpage-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-top:30px}.aboutpage-gallery img{width:100%;height:220px;object-fit:cover;border-radius:14px;border:3px solid var(--red);opacity:0;animation:fadeUp .8s var(--ease) forwards}.aboutpage-gallery img:nth-child(1){animation-delay:.1s}.aboutpage-gallery img:nth-child(2){animation-delay:.2s}.aboutpage-gallery img:nth-child(3){animation-delay:.3s}.aboutpage-gallery img:nth-child(4){animation-delay:.4s}@media(max-width:1024px){.aboutpage-bubble-wrapper{flex-direction:column;text-align:center}.aboutpage-bubble-group{flex-direction:row;justify-content:center}.aboutpage-right-group{align-items:center}.aboutpage-center-content h2{font-size:3rem}.aboutpage-stats-row{justify-content:center}}@media(max-width:768px){.aboutpage-center-content h2{font-size:2.6rem}.aboutpage-bubble-big{width:180px;height:180px}.aboutpage-bubble-big h3{font-size:3.4rem}.aboutpage-stats-row{gap:20px}}.service-page{padding:3.6rem 1.2rem;background:radial-gradient(circle at bottom,#fff,#f5f7fa);overflow:hidden}.service-page-inner{max-width:1150px;margin:0 auto;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:2.6rem}.service-center{text-align:center}.service-badge{display:inline-block;background:#d719201f;color:var(--red);font-size:.7rem;font-weight:900;letter-spacing:1px;padding:.35rem .9rem;margin-bottom:.6rem;text-transform:uppercase;border-radius:999px;animation:fadeUp .7s ease both}.service-center h2{font-size:clamp(1.6rem,3vw,2.4rem);font-weight:900;color:var(--black);margin-bottom:.6rem;animation:fadeUp .8s ease both;animation-delay:.1s}.service-center h2 span{color:var(--red)}.service-center p{font-size:.95rem;color:var(--gray);line-height:1.6;max-width:460px;margin:0 auto 1.4rem;animation:fadeUp .85s ease both;animation-delay:.2s}.service-bubble-group{display:flex;flex-direction:column;gap:1.4rem}.service-bubble{border-radius:50%;background:var(--white);box-shadow:0 18px 42px #00000024;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;animation:bubbleFloat 6.5s ease-in-out infinite;transition:transform .35s ease,box-shadow .35s ease}.service-bubble:hover{transform:translateY(-6px) scale(1.07);box-shadow:0 26px 56px #0003}.service-bubble h3{font-weight:900;color:var(--red);font-size:.9rem;margin-bottom:.15rem}.service-bubble span{font-size:.7rem;color:var(--gray);font-weight:700}.service-bubble.big{width:132px;height:132px;animation-delay:0s}.service-bubble.medium{width:104px;height:104px;animation-delay:1s}.service-bubble.small{width:86px;height:86px;animation-delay:2s}@keyframes bubbleFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media(max-width:960px){.service-page-inner{grid-template-columns:1fr;gap:2.8rem}.service-bubble-group{flex-direction:row;justify-content:center}}@media(max-width:480px){.service-page{padding:2.8rem 1rem}.service-bubble.big{width:112px;height:112px}.service-bubble.medium{width:94px;height:94px}.service-bubble.small{width:76px;height:76px}.service-center p{font-size:.9rem}}.ppe-products-section{padding:64px 20px;background:linear-gradient(180deg,#f8fafc,#f1f5f9)}.ppe-heading-wrap{text-align:center;margin-bottom:44px}.ppe-badge{display:inline-block;background:#d719201f;color:var(--red);font-size:11px;font-weight:900;letter-spacing:1px;padding:6px 14px;margin-bottom:10px;text-transform:uppercase;border-radius:999px}.ppe-products-heading{font-size:clamp(22px,3vw,30px);font-weight:900;color:var(--black);margin-bottom:8px;letter-spacing:-.4px}.ppe-products-heading span{color:var(--red)}.ppe-products-intro{max-width:680px;margin:0 auto;font-size:14px;color:var(--gray);line-height:1.6}.ppe-products-track{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:22px}.ppe-product-card{background:var(--white);border-radius:14px;overflow:hidden;border:1px solid rgba(15,23,42,.08);box-shadow:0 6px 18px #0f172a0f;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease}.ppe-product-card:hover{transform:translateY(-4px);box-shadow:0 14px 32px #0f172a24}.ppe-product-media{height:170px;background:#eef2f7;overflow:hidden}.ppe-product-image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.ppe-product-card:hover .ppe-product-image{transform:scale(1.05)}.ppe-product-body{padding:18px 16px 20px;text-align:center}.ppe-product-title{font-size:14.5px;font-weight:700;color:var(--black);margin-bottom:4px;position:relative;padding-right:16px}.ppe-product-title:after{content:"⌄";position:absolute;right:0;top:50%;transform:translateY(-50%);font-size:12px;opacity:.4;transition:transform .3s ease}.ppe-product-card--expanded .ppe-product-title:after{transform:translateY(-50%) rotate(180deg)}.ppe-product-description{font-size:12.5px;color:var(--gray);line-height:1.55;max-height:0;opacity:0;overflow:hidden;transition:max-height .35s ease,opacity .25s ease}.ppe-product-description.is-expanded{max-height:110px;opacity:1;margin-top:8px}@media(max-width:640px){.ppe-products-track{grid-template-columns:repeat(2,1fr);gap:16px}.ppe-product-media{height:140px}.ppe-products-heading{font-size:22px}.ppe-products-intro{font-size:13px}}@media(max-width:360px){.ppe-products-track{grid-template-columns:1fr}}:root{--red: #d71920;--black: #0b0b0b;--yellow: #facc15;--white: #ffffff;--gray: #6b7280}.contact-page{background:#f8fafc}.contact-hero{background:linear-gradient(135deg,var(--black),#1f2933);padding:4.5rem 1.2rem;color:var(--white);text-align:center}.contact-hero-inner{max-width:800px;margin:0 auto;animation:fadeDown .8s ease both}.contact-badge{display:inline-block;background:#facc1526;color:var(--yellow);font-size:.7rem;font-weight:900;letter-spacing:1px;padding:.35rem .85rem;border-radius:999px;margin-bottom:.6rem}.contact-hero h1{font-size:clamp(2rem,4vw,3rem);font-weight:900;margin-bottom:.6rem}.contact-hero h1 span{color:var(--yellow)}.contact-hero p{font-size:1rem;color:#d1d5db}.contact-section{padding:4rem 1.2rem}.contact-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem}.contact-info h2{font-size:1.6rem;font-weight:900;color:var(--black);margin-bottom:1.5rem}.info-card{background:var(--white);padding:1.4rem;border-radius:16px;box-shadow:0 12px 30px #0000001f;margin-bottom:1.2rem;animation:fadeUp .8s ease both}.info-card span{font-size:.75rem;font-weight:900;letter-spacing:.8px;color:var(--red);text-transform:uppercase;display:block;margin-bottom:.3rem}.info-card p{font-size:.95rem;color:var(--gray);line-height:1.5}.contact-form{background:var(--white);padding:2.2rem;border-radius:18px;box-shadow:0 18px 42px #00000026;animation:fadeUp .9s ease both}.contact-form h2{font-size:1.5rem;font-weight:900;color:var(--black);margin-bottom:1.6rem}.input-group{position:relative;margin-bottom:1.4rem}.input-group input,.input-group textarea{width:100%;padding:.9rem .8rem;border-radius:10px;border:1px solid #e5e7eb;font-size:.9rem;outline:none}.input-group label{position:absolute;left:.8rem;top:50%;transform:translateY(-50%);font-size:.75rem;color:var(--gray);pointer-events:none;transition:.3s ease;background:var(--white);padding:0 .3rem}.input-group input:focus+label,.input-group input:valid+label,.input-group textarea:focus+label,.input-group textarea:valid+label{top:-6px;font-size:.65rem;color:var(--red)}.contact-form button{width:100%;padding:.85rem;border-radius:999px;border:none;cursor:pointer;background:linear-gradient(135deg,var(--yellow),#fde047);color:var(--black);font-weight:900;letter-spacing:.8px;text-transform:uppercase;transition:all .35s ease}.contact-form button:hover{background:var(--red);color:var(--white);transform:translateY(-2px)}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:900px){.contact-container{grid-template-columns:1fr}}@media(max-width:480px){.contact-hero{padding:3.2rem 1rem}.contact-section{padding:3rem 1rem}.contact-form{padding:1.6rem}}.contact-map{margin-top:3rem;border-radius:16px;overflow:hidden;box-shadow:0 14px 34px #0000001f}
