*,*: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-icon{width:42px;height:42px;object-fit:contain}.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)}}.marquee-wrapper{width:100%;overflow:hidden;background:#e0f2fe;padding:6px 0}.marquee{display:flex;align-items:center;width:max-content;animation:marquee-scroll 22s linear infinite}.marquee-item{display:flex;align-items:center;gap:6px;padding:4px 10px;margin-right:14px;background:#fffc;border-radius:8px;white-space:nowrap}.marquee-item img{width:24px;height:24px;object-fit:contain}.marquee-item span{font-size:12px;font-weight:500;color:#0f172a}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(max-width:768px){.marquee-wrapper{padding:4px 0}.marquee-item{padding:3px 8px;margin-right:10px}.marquee-item img{width:20px;height:20px}.marquee-item span{font-size:11px}}.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: #c8102e;--dark-red: #a00d24;--black: #0a0f1a;--gray: #4b5e7a;--light: #f8f9fc;--steel: #2d3748;--shadow: 0 14px 32px rgba(10, 15, 26, .22);--shadow-hover: 0 24px 56px rgba(10, 15, 26, .32)}.hero-modern{display:flex;flex-wrap:wrap;padding:2rem 1rem;align-items:center;gap:2rem;overflow:hidden}.hero-content{flex:1 1 400px;max-width:600px;animation:fadeInLeft 1.2s ease forwards;opacity:0}.hero-badge{display:inline-block;background:var(--red);color:#fff;font-weight:700;padding:.4rem .9rem;border-radius:8px;font-size:.85rem;margin-bottom:1rem;text-transform:uppercase;animation:slideInTop 1s ease forwards;opacity:0}.hero-content h1{font-size:2rem;line-height:1.2;color:var(--black);margin-bottom:1rem;animation:slideInTop 1.2s ease forwards;opacity:0}.hero-content h1 strong{color:var(--red)}.hero-content p{color:var(--gray);font-size:1rem;margin-bottom:1.5rem;line-height:1.6;animation:fadeIn 1.5s ease forwards;opacity:0}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.hero-primary,.hero-secondary{padding:.8rem 1.8rem;border-radius:8px;font-weight:700;cursor:pointer;border:none;transition:all .3s ease,transform .3s ease;box-shadow:var(--shadow)}.hero-primary{background:var(--red);color:#fff}.hero-primary:hover{background:var(--dark-red);transform:translateY(-3px);box-shadow:var(--shadow-hover)}.hero-secondary{background:#fff;color:var(--red);border:2px solid var(--red)}.hero-secondary:hover{background:var(--red);color:#fff;transform:translateY(-3px);box-shadow:var(--shadow-hover)}.hero-trust{display:flex;gap:2rem;margin-top:1rem;animation:fadeIn 2s ease forwards;opacity:0}.hero-trust div{display:flex;flex-direction:column;text-align:center}.hero-trust div strong{font-size:1.2rem;color:var(--red)}.hero-trust div span{font-size:.85rem;color:var(--gray)}.hero-images{flex:1 1 300px;display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.8rem}.hero-image-tile{width:100%;aspect-ratio:1/1;background-size:cover;background-position:center;border-radius:12px;box-shadow:var(--shadow);transition:transform .3s ease,box-shadow .3s ease;opacity:0;animation:fadeInUp 1.2s ease forwards}.hero-image-tile:hover{transform:scale(1.05);box-shadow:var(--shadow-hover)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInTop{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.hero-modern{flex-direction:column;padding:1.5rem 1rem}.hero-images{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));width:100%}.hero-trust{justify-content:space-between;gap:1rem}.hero-content h1{font-size:1.6rem}}.about-bubble{padding:3.5rem 1.2rem;overflow:hidden}.about-bubble-inner{max-width:1150px;margin:0 auto;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:2.8rem}.about-center{text-align:center}.about-badge{display:inline-block;background:#d7192024;color:var(--red);font-size:.7rem;font-weight:900;letter-spacing:1.2px;padding:.4rem .9rem;margin-bottom:.6rem;text-transform:uppercase;border-radius:999px;animation:fadeUp .7s ease both}.about-center h2{font-size:clamp(1.8rem,3.2vw,2.6rem);font-weight:900;color:var(--black);margin-bottom:.7rem;line-height:1.15;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.65;max-width:440px;margin:0 auto 1.6rem;animation:fadeUp .9s ease both;animation-delay:.2s}.about-btn{display:inline-flex;align-items:center;justify-content:center;padding:.7rem 2rem;background:linear-gradient(135deg,var(--yellow),#fde047);color:var(--black);font-size:.75rem;font-weight:900;letter-spacing:1px;text-transform:uppercase;text-decoration:none;border-radius:999px;box-shadow:0 10px 28px #facc1573;transition:all .35s cubic-bezier(.4,0,.2,1);animation:fadeUp 1s ease both;animation-delay:.3s}.about-btn:hover{background:linear-gradient(135deg,var(--red),#ff4d4f);color:var(--white);transform:translateY(-3px) scale(1.06);box-shadow:0 14px 34px #d7192073}.bubble-group{display:flex;flex-direction:column;gap:1.6rem}.bubble{border-radius:50%;background:linear-gradient(145deg,#fff,#f2f4f8);box-shadow:0 14px 36px #00000024,inset 0 0 0 1px #0000000a;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;position:relative;overflow:hidden;animation:bubbleFloat 6s cubic-bezier(.4,0,.2,1) infinite;transition:transform .35s ease,box-shadow .35s ease}.bubble:after{content:"";position:absolute;inset:0;border-radius:50%;background:radial-gradient(circle at top left,rgba(255,255,255,.7),transparent 60%);pointer-events:none}.bubble:hover{transform:translateY(-8px) scale(1.08);box-shadow:0 22px 52px #0003}.bubble:active{transform:scale(.97)}.bubble h3{font-size:1.2rem;font-weight:900;color:var(--red);margin-bottom:.2rem}.bubble span{font-size:.7rem;color:var(--gray);font-weight:700}.bubble.big{width:132px;height:132px;animation-delay:0s}.bubble.medium{width:104px;height:104px;animation-delay:1s}.bubble.small{width:86px;height:86px;animation-delay:2s}@media(max-width:960px){.about-bubble-inner{grid-template-columns:1fr;gap:2.8rem}.bubble-group{flex-direction:row;justify-content:center}}@media(max-width:768px){.bubble{animation:none}}@media(max-width:480px){.about-bubble{padding:2.8rem 1rem}.bubble.big{width:110px;height:110px}.bubble.medium{width:92px;height:92px}.bubble.small{width:74px;height:74px}.bubble h3{font-size:1rem}.bubble span{font-size:.65rem}.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}:root{--red: #d71920;--black: #0b0b0b;--yellow: #facc15;--white: #ffffff;--gray: #6b7280;--soft-bg: #f7f9fc}.featured-section{padding:3.5rem 1.2rem;overflow:hidden}.featured-title{text-align:center;font-size:clamp(1.8rem,3.2vw,2.6rem);font-weight:900;color:var(--black);margin-bottom:2rem;line-height:1.15;animation:fadeUp .8s ease both;animation-delay:.1s}.featured-title span{color:var(--red)}.featured-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem;max-width:1200px;margin:0 auto}.featured-card{position:relative;border-radius:14px;overflow:hidden;box-shadow:0 8px 24px #0000001a;cursor:pointer;transition:all .35s ease;aspect-ratio:3 / 4;background:#fff}.featured-card:hover{transform:translateY(-8px);box-shadow:0 16px 40px #00000029}.featured-card img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.featured-card:hover img{transform:scale(1.08)}.featured-title-overlay{position:absolute;bottom:0;left:0;right:0;padding:1.2rem 1rem;background:linear-gradient(to top,rgba(0,0,0,.75),transparent);color:#fff;font-size:1.05rem;font-weight:600;text-align:center;line-height:1.3;text-shadow:0 1px 4px rgba(0,0,0,.7);transition:background .4s ease}.featured-card:hover .featured-title-overlay{background:linear-gradient(to top,rgba(215,25,32,.85),transparent)}.loading-text{text-align:center;font-size:1.3rem;color:var(--gray);padding:4rem 1rem}@media(max-width:1024px){.featured-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.3rem}}@media(max-width:768px){.featured-section{padding:2.8rem 1rem}.featured-title{font-size:clamp(1.6rem,5vw,2.2rem);margin-bottom:1.6rem}.featured-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem}.featured-title-overlay{font-size:.98rem;padding:1rem .9rem}}@media(max-width:480px){.featured-section{padding:2.2rem .8rem}.featured-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.9rem}.featured-title-overlay{font-size:.9rem;padding:.8rem .7rem}}@media(prefers-reduced-motion:reduce){.featured-title,.featured-card,.featured-card img{animation:none!important;transition:none!important}}: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;overflow:hidden}.categories-container{max-width:1440px;margin:0 auto}.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}}.section-heading{text-align:center;font-size:clamp(1.8rem,3.2vw,2.6rem);font-weight:900;color:var(--text-primary);margin-bottom:48px;line-height:1.15;letter-spacing:-.02em;animation:fadeUp .8s ease both;animation-delay:.1s}.section-heading span{color:var(--red)}@media(prefers-reduced-motion:reduce){.section-heading{animation:none!important}}:root{--red: #d71920;--black: #0b0b0b;--yellow: #facc15;--white: #ffffff;--gray: #6b7280;--card-bg: #f3f4f6;--shadow-soft: 0 4px 14px rgba(0, 0, 0, .05);--shadow-hover: 0 10px 26px rgba(0, 0, 0, .12)}.mini-products-section{padding:clamp(2.5rem,6vw,4rem) clamp(1rem,4vw,1.5rem);background:transparent}.mini-products-heading{text-align:center;font-size:clamp(1.8rem,3.8vw,2.8rem);font-weight:900;color:var(--black);margin-bottom:clamp(1.5rem,4vw,2.5rem);line-height:1.15;animation:fadeUp .9s ease-out both}.mini-products-heading span{color:var(--red)}.mini-products-wrapper{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:clamp(12px,2.5vw,20px);max-width:1280px;margin:0 auto}.mini-product-card{background:var(--card-bg);border-radius:14px;overflow:hidden;box-shadow:var(--shadow-soft);transition:all .28s cubic-bezier(.4,0,.2,1);cursor:pointer;border:1px solid rgba(0,0,0,.04);display:flex;flex-direction:column}.mini-product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-hover);border-color:#d719202e}.mini-product-card:active{transform:scale(.97)}.mini-product-card img{width:100%;height:clamp(80px,18vw,110px);object-fit:contain;padding:12px 8px 6px;background:transparent}.mini-product-card span{display:block;padding:.7rem .8rem 1rem;font-size:clamp(.82rem,2.2vw,.95rem);font-weight:600;color:var(--black);line-height:1.3;text-align:center;min-height:2.6em;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.cta-center{display:flex;justify-content:center;margin-top:clamp(2rem,5vw,3.5rem)}.skeleton-img{width:100%;height:clamp(80px,18vw,110px);background:linear-gradient(90deg,#e5e7eb 25%,#f3f4f6 37%,#e5e7eb 63%);background-size:400% 100%;animation:shimmer 1.6s ease infinite;margin-bottom:.6rem}.skeleton-text{height:1rem;width:75%;margin:.5rem auto;border-radius:4px;background:linear-gradient(90deg,#e5e7eb 25%,#f3f4f6 37%,#e5e7eb 63%);background-size:400% 100%;animation:shimmer 1.6s ease infinite}.mini-error{text-align:center;color:var(--red);font-size:clamp(.95rem,2.5vw,1.1rem);margin:1.5rem 0;padding:1rem;background:#d7192014;border-radius:8px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes fadeUp{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}@media(max-width:480px){.mini-products-wrapper{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px}.mini-product-card img{height:70px;padding:10px 6px 4px}.mini-product-card span{font-size:.82rem;padding:.6rem .6rem .9rem}}@media(prefers-reduced-motion:reduce){.mini-product-card,.mini-products-heading{transition:none!important;animation:none!important}}:root{--red: #c8102e;--black: #0a0f1a;--gray: #5b667a;--light: #f8f9fc;--border: #e5e7eb}.brands-section{padding:3.5rem 1rem;background:#fff}.brands-header{max-width:900px;margin:0 auto 2.5rem;text-align:center}.brands-badge{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--red);margin-bottom:.4rem}.brands-title{font-size:1.9rem;font-weight:800;color:var(--black)}.brands-title span{color:var(--red)}.brands-subtitle{margin-top:.6rem;font-size:.95rem;color:var(--gray);line-height:1.6}.brands-marquee{overflow:hidden;position:relative}.brands-track{display:flex;gap:2.5rem;width:max-content;animation:scroll 28s linear infinite}.brand-card{min-width:180px;background:var(--light);border:1px solid var(--border);border-radius:12px;padding:1rem .8rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.brand-card:hover{transform:translateY(-4px);box-shadow:0 10px 28px #0a0f1a2e}.brand-logo-wrapper{height:80px;display:flex;align-items:center;justify-content:center}.brand-name{margin-top:.6rem;font-size:.75rem;font-weight:600;color:var(--black)}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.brands-track{animation:none}}.contact-modern{padding:3.2rem 1.2rem}.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;--text: #0b0b0b}.categories-section-min{padding:1.2rem .6rem 1.8rem}.categories-heading{text-align:center;font-size:1.4rem;font-weight:800;margin-bottom:.8rem;color:var(--text)}.categories-heading span{color:var(--red)}.categories-strip{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(72px,1fr);gap:.8rem;overflow-x:auto;padding:.4rem .2rem;scrollbar-width:none}.categories-strip::-webkit-scrollbar{display:none}.category-item{all:unset;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:.35rem;opacity:0;transform:translateY(6px);animation:fadeInUp .45s ease forwards}.category-icon{width:52px;height:52px;border-radius:50%;overflow:hidden;background:#e5e7eb}.category-icon img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.category-item:hover img{transform:scale(1.12)}.category-item span{font-size:.65rem;font-weight:600;color:var(--text);text-align:center;max-width:72px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.category-item:active{transform:scale(.94)}.category-item:focus-visible{outline:2px solid var(--red);outline-offset:4px}@media(min-width:768px){.category-icon{width:60px;height:60px}.category-item span{font-size:.7rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.category-item,.category-icon img{animation:none!important;transition:none!important}}: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}.product-details{max-width:1200px;margin:40px auto;padding:20px;display:grid;grid-template-columns:1fr 1fr;gap:40px}.product-images img{width:100%;border-radius:14px}.product-info h1{font-size:28px;margin-bottom:15px}.price{font-size:22px;font-weight:600;color:#d71920;margin-bottom:15px}.description{line-height:1.6;margin-bottom:25px}.buy-btn{padding:14px 22px;border:none;background:#d71920;color:#fff;font-weight:600;border-radius:8px;cursor:pointer;transition:.3s}.buy-btn:hover{opacity:.9}.related-section{grid-column:span 2;margin-top:60px}.related-section h2{margin-bottom:20px}.related-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}.related-card{border:1px solid #eee;padding:15px;border-radius:10px;cursor:pointer;transition:.3s}.related-card:hover{transform:translateY(-4px)}.related-card img{width:100%;height:180px;object-fit:cover;border-radius:8px}.related-card h4{margin:10px 0 5px}.enquiry-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0000008c;display:flex;justify-content:center;align-items:center;z-index:1000}.enquiry-modal{background:#fff;padding:30px;width:95%;max-width:450px;border-radius:16px}.enquiry-modal h3{margin-bottom:20px;text-align:center}.enquiry-modal form{display:flex;flex-direction:column;gap:15px}.enquiry-modal input,.enquiry-modal textarea{padding:12px;border-radius:8px;border:1px solid #ddd}.enquiry-modal textarea{resize:none;height:100px}.modal-buttons{display:flex;gap:10px}.modal-buttons button{flex:1;padding:12px;border-radius:8px;border:none;cursor:pointer;font-weight:600}.modal-buttons button[type=submit]{background:#d71920;color:#fff}.cancel-btn{background:#eee}@media(max-width:768px){.product-details{grid-template-columns:1fr}.related-section{grid-column:span 1}}.category-products-page{padding:16px}.category-title{font-size:22px;margin-bottom:16px;text-transform:capitalize}.no-products{text-align:center;color:#777}.products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.product-card{background:#fff;border-radius:12px;padding:10px;box-shadow:0 6px 16px #00000014;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease}.product-card:hover{transform:translateY(-4px);box-shadow:0 10px 22px #0000001f}.product-card img{width:100%;height:140px;object-fit:cover;border-radius:10px}.product-card h3{font-size:14px;margin:8px 0 4px}.price{font-size:14px;font-weight:600;color:#ef2b4e}@media(min-width:768px){.products-grid{grid-template-columns:repeat(4,1fr)}}.login-wrapper{height:100vh;display:flex;align-items:center;justify-content:center;background:#f3f4f6}.login-box{width:320px;padding:30px;background:#fff;border-radius:8px;text-align:center;box-shadow:0 10px 25px #0000001a}.login-box h2{margin-bottom:20px}.login-box input{width:100%;padding:10px;margin-bottom:15px;border-radius:6px;border:1px solid #d1d5db}.login-box button{width:100%;padding:10px;background:#2563eb;color:#fff;border:none;border-radius:6px;cursor:pointer}.admin-container{padding:24px;font-family:Arial,sans-serif}.admin-header{display:flex;justify-content:space-between;align-items:center}.btn.logout{background:#dc2626;color:#fff;padding:8px 12px;border:none;border-radius:6px;cursor:pointer}.admin-container{padding:20px}.product-table{width:100%;border-collapse:collapse}.product-table th,.product-table td{border:1px solid #e5e7eb;padding:8px}.product-img{width:60px;height:60px;object-fit:cover;border-radius:6px}.btn{padding:6px 10px;border:none;cursor:pointer;margin-right:6px}.btn.edit{background:#2563eb;color:#fff}.btn.delete,button.danger{background:#dc2626;color:#fff}.modal-backdrop{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center}.modal{width:460px;background:#fff;padding:20px;border-radius:8px}.modal input,.modal textarea{width:100%;margin-bottom:10px;padding:8px}.modal-actions{display:flex;justify-content:flex-end;gap:10px}.checkbox{display:flex;align-items:center;gap:6px}
