@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&family=Rajdhani:wght@600;700&display=swap";
:root{--color-accent:#ff5e14;--color-accent-dark:#cc4b10;--color-accent-light:#ff9360;--color-text:#231f20;--color-text-light:#4a4748;--color-text-muted:#7a7677;--color-bg:#fff;--color-bg-alt:#f9f9f9;--color-surface:#f2f2f2;--color-border:#eee;--color-success:#28a745;--color-error:#dc3545;--color-warning:#ffc107;--color-info:#17a2b8;--gradient-accent:linear-gradient(90deg,#ff5e14,#ff9360);--gradient-accent-light:linear-gradient(90deg,#ff9360,#ffd2b3);--gradient-dark:linear-gradient(180deg,#231f20,#111);--gradient-dark-soft:linear-gradient(180deg,#2e2b2c,#1a1819);--font-body:"Poppins",system-ui,-apple-system,Segoe UI,Roboto,"Helvetica Neue",Arial,"Noto Sans";--font-heading:"Rajdhani",var(--font-body);--font-size-base:16px;--font-size-lg:18px;--font-size-xl:22px;--font-size-xxl:28px}html,body{font-family:var(--font-body);background:var(--color-bg);color:var(--color-text);font-size:var(--font-size-base);margin:0;padding:0;line-height:1.6}*{box-sizing:border-box}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--color-text);margin:0 0 16px;font-weight:700;line-height:1.3}h1{font-size:clamp(3rem,5vw,3.5rem);font-weight:800}h2{font-size:clamp(2.5rem,4vw,3rem);font-weight:700}h3{font-size:clamp(1.5rem,3vw,2rem);font-weight:600}h4{font-size:1.25rem;font-weight:600}h5{font-size:1rem;font-weight:500}h6{font-size:.875rem;font-weight:500}p{font-family:var(--font-body);color:var(--color-text);margin:0 0 16px;font-size:1rem;line-height:1.7}small{color:var(--color-text-light);font-size:.875rem}
.styles-module__jQ-fGG__logoImg{width:auto;height:36px;display:block}.styles-module__jQ-fGG__logo{align-items:center;display:flex}.styles-module__jQ-fGG__navDesktop{gap:2rem;display:flex}.styles-module__jQ-fGG__navDesktop a{color:#374151;padding-bottom:2px;font-size:.95rem;font-weight:500;transition:all .2s;position:relative}.styles-module__jQ-fGG__navDesktop a:after{content:"";background:#f97316;width:0%;height:2px;transition:width .3s;position:absolute;bottom:-2px;left:0}.styles-module__jQ-fGG__navDesktop a:hover:after{width:100%}.styles-module__jQ-fGG__ctaDesktop{color:#fff;background:#f97316;border-radius:999px;margin-left:1.5rem;padding:.55rem 1.2rem;font-size:.9rem;font-weight:600;transition:all .2s}.styles-module__jQ-fGG__ctaDesktop:hover{background:#ea6b10}.styles-module__jQ-fGG__topBar{background:#f7f7f7;border-bottom:1px solid #e5e7eb;width:100%;padding:.35rem 0}.styles-module__jQ-fGG__topInner{justify-content:flex-end;align-items:center;gap:8px;max-width:1200px;margin:0 auto;padding:0 1.2rem;display:flex}.styles-module__jQ-fGG__callIcon{color:#444;font-size:.9rem}.styles-module__jQ-fGG__phone{color:#444;font-size:.92rem;font-weight:500;text-decoration:none;transition:all .2s}.styles-module__jQ-fGG__phone:hover{color:#ff5e14}.styles-module__jQ-fGG__header{z-index:100;background:#fff;border-bottom:1px solid #e5e7eb;width:100%;position:sticky;top:0}.styles-module__jQ-fGG__inner{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:.9rem 1.2rem;display:flex}.styles-module__jQ-fGG__logoImg{height:34px}.styles-module__jQ-fGG__navDesktop{align-items:center;gap:2rem;display:flex}.styles-module__jQ-fGG__navDesktop a{color:#374151;font-size:.95rem;font-weight:500}.styles-module__jQ-fGG__cartIcon{font-size:1.2rem}.styles-module__jQ-fGG__cartWrapper{align-items:center;display:flex;position:relative}.styles-module__jQ-fGG__cartWrapper svg{font-size:1.25rem}.styles-module__jQ-fGG__cartBadge{color:#fff;background:#ff5e14;border-radius:999px;padding:2px 6px;font-size:.7rem;font-weight:700;line-height:1;position:absolute;top:-6px;right:-10px}.styles-module__jQ-fGG__ctaDesktop{color:#fff;background:#f97316;border-radius:999px;padding:.55rem 1.3rem;font-size:.9rem;font-weight:600}.styles-module__jQ-fGG__burger{cursor:pointer;flex-direction:column;gap:5px;display:none}.styles-module__jQ-fGG__burger span{background:#374151;width:22px;height:2px;transition:all .3s}.styles-module__jQ-fGG__burger span.styles-module__jQ-fGG__open:first-child{transform:rotate(45deg)translate(4px,4px)}.styles-module__jQ-fGG__burger span.styles-module__jQ-fGG__open:nth-child(2){opacity:0}.styles-module__jQ-fGG__burger span.styles-module__jQ-fGG__open:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.styles-module__jQ-fGG__mobileMenu{background:#fff;border-top:1px solid #e5e7eb;flex-direction:column;gap:1.4rem;padding:1rem 1.5rem;display:none}.styles-module__jQ-fGG__mobileMenu.styles-module__jQ-fGG__show{display:flex}.styles-module__jQ-fGG__mobileMenu a{color:#374151;font-size:1.05rem;font-weight:500}.styles-module__jQ-fGG__mobileCTA{color:#fff;background:#f97316;border-radius:8px;padding:.7rem 1rem;font-weight:700}@media (max-width:768px){.styles-module__jQ-fGG__navDesktop,.styles-module__jQ-fGG__ctaDesktop{display:none}.styles-module__jQ-fGG__burger{display:flex}}@media (max-width:767px){.styles-module__jQ-fGG__navDesktop,.styles-module__jQ-fGG__ctaDesktop{display:none}.styles-module__jQ-fGG__burger{display:flex}.styles-module__jQ-fGG__logoImg{height:32px}}
.styles-module__bFfttq__footer{color:#cbd5e1;background:#0d0d0d;margin-top:4rem;padding:3.5rem 1.5rem 2rem}.styles-module__bFfttq__container{grid-template-columns:1.4fr 1fr 1fr 1fr 1fr;gap:2rem;max-width:1300px;margin:0 auto;display:grid}.styles-module__bFfttq__column h4{color:#fff;margin-bottom:.8rem;font-size:1.05rem;font-weight:600}.styles-module__bFfttq__column a{color:#cbd5e1;margin-bottom:.45rem;font-size:.92rem;text-decoration:none;transition:all .2s;display:block}.styles-module__bFfttq__column a:hover{color:#ff5e14}.styles-module__bFfttq__footerLogo{filter:brightness(1.3);width:155px;height:auto;margin-bottom:.6rem}.styles-module__bFfttq__description{max-width:320px;font-size:1rem;font-weight:400;line-height:1.65;color:#e5e7eb!important;opacity:1!important}.styles-module__bFfttq__trustIcons{align-items:center;gap:16px;margin-top:10px;display:flex}.styles-module__bFfttq__trustIcons img{object-fit:contain;filter:brightness(1.15);width:auto;height:36px;transition:transform .25s,opacity .25s}.styles-module__bFfttq__trustIcons img:hover{opacity:1;transform:scale(1.07)}.styles-module__bFfttq__badgeWrapper{background:#fff;border-radius:14px;width:fit-content;margin-bottom:12px;padding:6px 12px;transition:all .25s;display:inline-flex;box-shadow:0 0 10px #ffffff1f}.styles-module__bFfttq__badgeWrapper:hover{transform:translateY(-2px);box-shadow:0 0 14px #ffffff26}.styles-module__bFfttq__badgeWrapper img{height:36px;display:block}.styles-module__bFfttq__officeText{color:#cbd5e1;margin-bottom:.6rem;font-size:.92rem;line-height:1.5}.styles-module__bFfttq__contactItem a{color:#cbd5e1;text-decoration:none}.styles-module__bFfttq__contactItem a:hover{color:#ff5e14}.styles-module__bFfttq__socialContainer{justify-content:center;gap:1.4rem;margin-top:2.5rem;display:flex}.styles-module__bFfttq__socialIcon{color:#cbd5e1;font-size:1.6rem;transition:all .25s}.styles-module__bFfttq__socialIcon:hover{color:#ff5e14;transform:translateY(-3px)}.styles-module__bFfttq__bottom{text-align:center;color:#94a3b8;border-top:1px solid #ffffff14;margin-top:2.5rem;padding-top:1.5rem;font-size:.88rem}@media (max-width:1024px){.styles-module__bFfttq__container{grid-template-columns:1fr 1fr 1fr;gap:2rem}.styles-module__bFfttq__column:first-child{grid-column:span 3}}@media (max-width:768px){.styles-module__bFfttq__container{grid-template-columns:1fr 1fr}.styles-module__bFfttq__column:first-child{grid-column:span 2}.styles-module__bFfttq__footerLogo{width:140px}.styles-module__bFfttq__trustIcons img{height:32px}}@media (max-width:550px){.styles-module__bFfttq__container{grid-template-columns:1fr}.styles-module__bFfttq__column{margin-bottom:2rem}.styles-module__bFfttq__footer{padding:2.8rem 1rem 2rem}.styles-module__bFfttq__socialContainer{margin-top:2rem}}
.styles-module__cClUoa__wrapper{background:#0d0d0d;border-bottom:1px solid #ffffff0f;width:100%;overflow:hidden}.styles-module__cClUoa__track{white-space:nowrap;gap:3rem;padding:.1rem 0;animation:22s linear infinite styles-module__cClUoa__slide;display:flex}.styles-module__cClUoa__text{color:#e5e7eb;letter-spacing:.3px;font-size:.85rem;font-weight:500}.styles-module__cClUoa__text span{color:#f97316;font-weight:600}@keyframes styles-module__cClUoa__slide{0%{transform:translate(0%)}to{transform:translate(-50%)}}
