:root{--primary:#a50034;--primary-light:#c3003e;--secondary:#ffd6e3;--accent:#ff8fb1;--dark:#1a040b;--light:#f8f9fa;--white:#fff;--text-main:#333;--text-muted:#666;--bg-color:#f4f6f8;--card-bg:#ffffffe6;--transition:all .3s ease-in-out;--shadow-sm:0 2px 4px #0000000d;--shadow-md:0 4px 6px #0000001a;--shadow-lg:0 10px 15px #0000001a;--shadow-hover:0 15px 30px #a5003440;--radius-sm:4px;--radius-md:8px;--radius-lg:16px;--radius-xl:24px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--bg-color);color:var(--text-main);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}ul{list-style:none}.container{max-width:1200px;margin:0 auto;padding:0 2rem}h1,h2,h3,h4,h5,h6{color:var(--dark);font-weight:700;line-height:1.2}h2{text-align:center;margin-bottom:1rem;font-size:2.5rem}.section-subtitle{text-align:center;color:var(--text-muted);max-width:600px;margin:0 auto 3rem;font-size:1.1rem}section{padding:6rem 0}section:nth-child(2n){background-color:var(--white)}.glass-panel{-webkit-backdrop-filter:blur(10px);background:#fffc;border:1px solid #ffffff4d}.btn{border-radius:var(--radius-lg);cursor:pointer;transition:var(--transition);border:none;outline:none;padding:.8rem 2rem;font-weight:600;display:inline-block}.btn-primary{background-color:var(--primary);color:var(--white);box-shadow:0 4px 15px #a5003459}.btn-primary:hover{background-color:var(--primary-light);transform:translateY(-2px);box-shadow:0 6px 20px #c3003e73}.btn-outline{color:var(--primary);border:2px solid var(--primary);background-color:#0000}.btn-outline:hover{background-color:var(--primary);color:var(--white)}@media (width<=1024px){.container{padding:0 1.5rem}section{padding:5rem 0}h2{font-size:2.2rem}}@media (width<=768px){.container{padding:0 1rem}section{padding:3.5rem 0}h2{margin-bottom:.8rem;font-size:1.8rem}.section-subtitle{margin-bottom:2.5rem;font-size:1rem}.btn{padding:.7rem 1.5rem;font-size:.95rem}}@media (width<=480px){.container{padding:0 .5rem}section{padding:2.5rem 0}h2{font-size:1.5rem}h1{font-size:1.8rem}h3{font-size:1.2rem}.section-subtitle{margin-bottom:2rem;font-size:.95rem}.btn{width:100%;padding:.6rem 1.2rem;font-size:.9rem}body{font-size:.95rem}}.navbar{z-index:1000;transition:var(--transition);padding:1.5rem 0;position:fixed;top:0;left:0;right:0}.navbar.scrolled{box-shadow:var(--shadow-md);padding:1rem 0}.navbar-container{justify-content:space-between;align-items:center;display:flex}.navbar-logo{color:var(--white);letter-spacing:-.5px;transition:var(--transition);font-size:1.8rem;font-weight:700}.navbar.scrolled .navbar-logo{color:var(--primary)}.navbar-logo .dot{color:var(--secondary)}.navbar-links{align-items:center;gap:2rem;display:flex}.nav-link{color:var(--white);transition:var(--transition);font-weight:500;position:relative}.navbar.scrolled .nav-link{color:var(--text-main)}.nav-link:after{content:"";background-color:var(--primary);width:0;height:2px;transition:var(--transition);position:absolute;bottom:-4px;left:0}.nav-link:hover{color:var(--primary)}.nav-link:hover:after{width:100%}.nav-btn{padding:.6rem 1.5rem}.mobile-menu-btn{cursor:pointer;color:var(--white);transition:var(--transition);display:none}.navbar.scrolled .mobile-menu-btn{color:var(--primary)}.mobile-menu{box-shadow:var(--shadow-md);flex-direction:column;padding:1rem;display:flex;position:absolute;top:100%;left:0;right:0}.mobile-nav-link{color:var(--text-main);border-bottom:1px solid #0000000d;padding:1rem;font-weight:500}@media (width<=768px){.navbar{padding:1rem 0}.navbar-container{padding:0 1rem}.navbar-logo{font-size:1.5rem}.navbar-links{display:none}.mobile-menu-btn{font-size:1.5rem;display:block}.mobile-menu{margin-top:.5rem;padding:0}.mobile-nav-link{padding:1.2rem 1.5rem}}@media (width<=480px){.navbar{padding:1rem 0}.navbar-logo,.mobile-menu-btn{font-size:1.3rem}}.hero{background-image:url(/lg%20bak.jpg);background-position:50%;background-size:cover;background-attachment:fixed;align-items:center;min-height:100vh;margin-top:0;padding:0;display:flex;position:relative}.hero-overlay{z-index:1;background:linear-gradient(135deg,#000000e6 0%,#000000b8 45%,#161616d1 100%);position:absolute;inset:0}.hero-container{z-index:2;width:100%;position:relative}.hero-content{flex-direction:column;gap:1.2rem;max-width:920px;display:flex}.hero-title{color:var(--white);margin-bottom:1.5rem;font-size:4.5rem;line-height:1.1;animation:1s ease-out fadeUp}.text-gradient{background:linear-gradient(to right, var(--secondary), var(--accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:#ffffffeb;max-width:650px;margin-bottom:1.2rem;animation:1s ease-out .2s both fadeUp}.hero-subtitle-text{margin-bottom:1.2rem;font-size:1.5rem}.hero-brands{flex-wrap:wrap;align-items:stretch;gap:.9rem;display:flex}.hero-brand-item{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#ffffff14;border:1px solid #ffffff24;border-radius:14px;justify-content:center;align-items:center;width:142px;height:142px;padding:.55rem;display:flex}.hero-brand-logo{object-fit:contain;width:118px;height:118px;display:block}.hero-cta{gap:1.5rem;margin-top:.4rem;animation:1s ease-out .4s both fadeUp;display:flex}.hero-btn{align-items:center;gap:.5rem;padding:1rem 2.5rem;font-size:1.1rem;display:flex}.outline-white{color:var(--white);border-color:#ffffff80}.outline-white:hover{background-color:var(--white);color:var(--primary);border-color:var(--white)}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (width<=1024px){.hero{background-attachment:scroll;min-height:80vh}.hero-title{font-size:3.5rem}.hero-subtitle{max-width:100%;margin-bottom:1rem}.hero-subtitle-text{font-size:1.3rem}}@media (width<=768px){.hero{align-items:flex-start;min-height:70vh;padding-top:6.25rem}.hero-container{padding:2rem 0}.hero-title{margin-bottom:1rem;font-size:2.5rem}.hero-subtitle{max-width:100%;margin-bottom:1.5rem}.hero-subtitle-text{margin-bottom:1rem;font-size:1rem}.hero-brands{justify-content:flex-start;gap:.6rem}.hero-brand-item{width:106px;height:106px;padding:.45rem}.hero-brand-logo{width:86px;height:86px}.hero-cta{flex-direction:column;gap:1rem}.hero-btn{justify-content:center;width:100%;padding:.8rem 1.5rem;font-size:.95rem}}@media (width<=480px){.hero{min-height:60vh;padding-top:5.75rem}.hero-title{font-size:2rem}.hero-subtitle{margin-bottom:1.25rem}.hero-subtitle-text{font-size:.95rem}.hero-brand-logo{width:72px;height:72px}.hero-brand-item{border-radius:10px;width:88px;height:88px;padding:.35rem}}.about-section{background-color:var(--white);overflow:hidden}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.about-title{text-align:left;margin-bottom:2rem;font-size:3rem;position:relative}.about-title:after{content:"";background:var(--primary);border-radius:2px;width:80px;height:4px;position:absolute;bottom:-10px;left:0}.about-text-content{color:var(--text-muted);margin-bottom:3rem;font-size:1.1rem}.about-text-content p{margin-bottom:1.5rem}.highlight{color:var(--primary);font-weight:600}.features-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem;display:grid}.feature-item{background-color:var(--bg-color);border-radius:var(--radius-md);transition:var(--transition);padding:1.5rem}.feature-item:hover{box-shadow:var(--shadow-md);background-color:var(--white);transform:translateY(-5px)}.feature-icon{color:var(--primary);background-color:#005f731a;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:1rem;display:flex}.feature-item h4{margin-bottom:.5rem;font-size:1.1rem}.feature-item p{color:var(--text-muted);font-size:.9rem}.about-image-wrapper{position:relative}.about-image{border-radius:var(--radius-lg);background:linear-gradient(145deg,#fff,#e6e6e6);padding:1rem;position:relative;box-shadow:20px 20px 60px #d9d9d9,-20px -20px 60px #fff}.about-img{border-radius:var(--radius-md);width:100%;height:auto;display:block}.experience-badge{background-color:var(--primary);color:var(--white);text-align:center;width:140px;height:140px;box-shadow:var(--shadow-lg);border:4px solid var(--white);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:absolute;bottom:-20px;right:-20px}.experience-badge .years{font-size:2.5rem;font-weight:700;line-height:1}.experience-badge .text{text-transform:uppercase;letter-spacing:1px;margin-top:.5rem;font-size:.8rem}@media (width<=1024px){.about-title{font-size:2.5rem}.about-text-content{font-size:1rem}}@media (width<=992px){.about-grid{grid-template-columns:1fr;gap:2rem}.about-image-wrapper{margin-top:2rem}.experience-badge{width:120px;height:120px;bottom:-15px;right:-15px}.experience-badge .years{font-size:2rem}}@media (width<=768px){.about-title{text-align:center;font-size:2rem}.about-title:after{margin:10px auto 0}.about-text-content{margin-bottom:2rem;font-size:.95rem}.features-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.feature-item{padding:1rem}.feature-item h4{font-size:1rem}.experience-badge{width:100px;height:100px;margin:2rem auto;position:static}}@media (width<=480px){.about-title{font-size:1.5rem}.features-grid{grid-template-columns:1fr}}.industries-section{background-color:var(--bg-color)}.industries-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem;display:grid}.industry-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:var(--transition);z-index:1;padding:2.5rem 2rem;position:relative;overflow:hidden}.industry-card:before{content:"";background:var(--primary);transform-origin:0;z-index:-1;width:100%;height:4px;transition:transform .4s;position:absolute;top:0;left:0;transform:scaleX(0)}.industry-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-10px)}.industry-card:hover:before{transform:scaleX(1)}.industry-icon{width:80px;height:80px;color:var(--white);transition:var(--transition);border-radius:20px;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex;transform:rotate(-5deg)}.industry-card:hover .industry-icon{transform:rotate(0)scale(1.1)}.industry-card h3{margin-bottom:1rem;font-size:1.4rem}.industry-card p{color:var(--text-muted);font-size:1rem;line-height:1.6}.bg-blue{background:linear-gradient(135deg,#0077b6,#00b4d8)}.bg-orange{background:linear-gradient(135deg,#f77f00,#fcbf49)}.bg-red{background:linear-gradient(135deg,#d62828,#e5383b)}.bg-gray{background:linear-gradient(135deg,#4a4e69,#9a8c98)}.bg-green{background:linear-gradient(135deg,#2a9d8f,#e9c46a)}.border-blue:before{background:#0077b6}.border-orange:before{background:#f77f00}.border-red:before{background:#d62828}.border-gray:before{background:#4a4e69}.border-green:before{background:#2a9d8f}@media (width<=1024px){.industries-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.industry-card{padding:2rem 1.5rem}}@media (width<=768px){.industries-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:2rem}.industry-card h3{font-size:1.2rem}.industry-card p{font-size:.95rem}.industry-icon{width:60px;height:60px}}@media (width<=480px){.industries-grid{grid-template-columns:1fr}.industry-card{padding:1.5rem 1rem}.industry-icon{width:50px;height:50px}.industry-card h3{font-size:1.1rem}}.products-section{background:radial-gradient(circle at 20% 0,#00000008,#0000 40%),linear-gradient(#f5f5f5 0%,#fff 26%,#f8f8f8 100%)}.products-heading{text-align:center;max-width:900px;margin:0 auto 3rem}.products-heading h2{letter-spacing:.01em;margin-bottom:1rem;font-size:clamp(2rem,3.8vw,3.4rem)}.products-title-logo{width:110px;max-width:100%;height:auto;margin:.2rem auto 0;display:block}.products-footer{text-align:center;margin:3rem auto 0}.products-footer-logo{width:170px;max-width:100%;height:auto;margin:0 auto;display:block}.products-subtitle{max-width:780px;margin:0 auto;font-size:1.2rem;line-height:1.6}.machines-showcase{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:1.5rem;display:grid}.machines-showcase .card:nth-child(5){grid-column:2}.machines-showcase .card:nth-child(6){grid-column:3}.card{text-align:center;background-color:#f4f5f2;border:2px solid #fff;border-top-left-radius:4rem;width:min(300px,100%);margin:auto;position:relative}.card:before{content:"";background-color:var(--primary);clip-path:polygon(10% 0,100% 0,100% 100%,0 100%);width:190px;height:44px;position:absolute;top:20px;right:-2.5px}.card:after{content:attr(data-machine-name);color:#fff;text-align:right;z-index:2;justify-content:flex-end;align-items:center;width:190px;height:44px;padding:0 16px 0 10px;font-size:.8rem;font-weight:700;line-height:1.2;display:flex;position:absolute;top:20px;right:-2.5px}.card[data-machine-name="Speed Queen 27kg washer"]:after,.card[data-machine-name="Speed Queen 18kg washer"]:after,.card[data-machine-name="Speed Queen 25 kg dryer"]:after,.card[data-machine-name="Speed Queen 16kg dryer"]:after{content:none}.card__top-right-title{color:#fff;text-align:right;z-index:2;justify-content:flex-end;align-items:center;width:190px;height:44px;padding:0 16px 0 10px;font-size:.8rem;font-weight:700;line-height:1.2;display:flex;position:absolute;top:20px;right:-2.5px}.sq-smaller-name:after{padding:0 6px 0 10px;font-size:.71rem}.card__body{padding:1rem}.card__icon{justify-content:center;align-items:center;min-height:250px;margin-top:2.8rem;display:flex}.machine-image{object-fit:contain;filter:drop-shadow(0 12px 12px #0000001f);width:auto;max-width:100%;max-height:225px}.sq-touch-image{transform-origin:bottom;transform:scale(1.15)}.card__ribbon{background-color:var(--primary);border-radius:0 0 2rem 2rem;place-items:center;width:110%;height:50px;margin-top:.25rem;display:grid;position:relative;top:10px;left:-5%}.card__ribbon--text{height:auto;min-height:96px;padding:.75rem .8rem}.card__ribbon-text{color:#fff;text-align:center;margin:0;font-size:.72rem;line-height:1.35}.card__ribbon:after,.card__ribbon:before{content:"";aspect-ratio:1;z-index:-2;background-color:var(--dark);width:20px;position:absolute;bottom:100%}.card__ribbon:before{transform-origin:0 100%;left:0;transform:rotate(45deg)}.card__ribbon:after{transform-origin:100% 100%;right:0;transform:rotate(-45deg)}@media (width<=1200px){.machines-showcase{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}.machines-showcase .card:nth-child(5),.machines-showcase .card:nth-child(6){grid-column:auto}}@media (width<=1100px){.machines-showcase{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}.card__icon{min-height:220px;margin-top:2.4rem}.machine-image{max-height:190px}}@media (width<=768px){.products-heading{margin-bottom:2rem}.products-title-logo{width:90px}.products-footer-logo{width:135px}.products-subtitle{font-size:1rem}.machines-showcase{grid-template-columns:1fr}.machines-showcase .card:nth-child(5),.machines-showcase .card:nth-child(6){grid-column:auto}.card__icon{min-height:180px;margin-top:2rem}.machine-image{max-height:150px}.card:before,.card:after{width:165px;height:40px;top:16px}.card:after{padding:0 12px 0 8px;font-size:.7rem}.card__top-right-title{width:165px;height:40px;padding:0 12px 0 8px;font-size:.7rem;top:16px}.sq-smaller-name:after{padding:0 4px 0 8px;font-size:.63rem}}.services-section{background-color:var(--bg-color)}.services-container{grid-template-columns:1fr 1fr;align-items:flex-start;gap:4rem;margin-top:3rem;display:grid}.services-list{flex-direction:column;gap:1rem;display:flex}.service-accordion{background-color:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:var(--transition);cursor:pointer;border:1px solid #0000000d;overflow:hidden}.service-accordion:hover{box-shadow:var(--shadow-md)}.service-accordion.active{border-color:var(--primary);box-shadow:var(--shadow-md)}.service-header{background-color:var(--white);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.service-title-wrap{align-items:center;gap:1rem;display:flex}.service-icon{color:var(--primary);background-color:#005f731a;border-radius:8px;justify-content:center;align-items:center;padding:.5rem;display:flex}.service-header h3{margin:0;font-size:1.2rem}.toggle-icon{color:var(--text-muted)}.service-accordion.active .toggle-icon{color:var(--primary)}.service-body{background-color:#fafafa;max-height:0;padding:0 1.5rem;transition:max-height .4s,padding .4s;overflow:hidden}.service-accordion.active .service-body{max-height:500px;padding:0 1.5rem 1.5rem}.service-subtitle{color:var(--primary);margin-top:.5rem;margin-bottom:1rem;font-weight:600}.service-points{padding-left:1.5rem;list-style-type:disc}.service-points li{color:var(--text-muted);margin-bottom:.5rem;font-size:.95rem}.services-image-side{position:sticky;top:100px}.service-showcase{background:var(--white);border-radius:var(--radius-lg);text-align:center;box-shadow:var(--shadow-lg);border:1px solid #005f731a;padding:4rem 2rem;position:relative;overflow:hidden}.showcase-icon{background:var(--primary);width:100px;height:100px;color:var(--white);z-index:2;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 2rem;display:flex;position:relative}.showcase-icon svg{width:50px;height:50px}.service-showcase h3{z-index:2;margin-bottom:1rem;font-size:1.8rem;position:relative}.service-showcase p{color:var(--text-muted);z-index:2;font-size:1.1rem;position:relative}@media (width<=1024px){.services-container{gap:2rem}}@media (width<=992px){.services-container{grid-template-columns:1fr}.services-image-side{position:static}}@media (width<=768px){.services-list{gap:.8rem}.service-header{padding:1rem}.service-header h3{font-size:1rem}.service-accordion.active .service-body{max-height:600px;padding:0 1rem 1rem}.service-showcase{padding:2rem 1.5rem}.showcase-icon{width:80px;height:80px}.showcase-icon svg{width:40px;height:40px}.service-showcase h3{font-size:1.5rem}.service-showcase p{font-size:1rem}}@media (width<=480px){.service-accordion{border-radius:8px}.service-header{padding:.8rem}.service-icon{width:30px;height:30px}.service-points{font-size:.9rem}}.showcase-bg{z-index:1;background:#005f730d;border-radius:50%;width:200px;height:200px;position:absolute;top:-50px;right:-50px}@media (width<=992px){.services-container{grid-template-columns:1fr}.services-image-side{display:none}}.contact-section{padding-bottom:8rem}.contact-container{background-color:var(--white);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);border:none;grid-template-columns:1fr 1fr;display:grid;overflow:hidden}.contact-info{background:linear-gradient(145deg, var(--primary), var(--dark));color:var(--white);padding:4rem}.contact-info h2{color:var(--white);text-align:left;margin-bottom:.5rem;font-size:2.5rem}.contact-subtitle{color:#fffc;margin-bottom:3rem;font-size:1.1rem}.info-items{flex-direction:column;gap:2rem;display:flex}.info-item{align-items:flex-start;gap:1.5rem;display:flex}.info-icon{color:var(--secondary);background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;padding:1rem;display:flex}.info-item h4{color:var(--white);margin-bottom:.2rem;font-size:1.2rem}.info-item p{color:#ffffffb3}.contact-social-links{gap:.9rem;margin-top:2rem;display:flex}.contact-social-icon{width:42px;height:42px;color:var(--white);transition:var(--transition);background:#ffffff24;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.contact-social-icon:hover{background:#ffffff42;transform:translateY(-2px)}.contact-form-wrapper{padding:4rem}.contact-form-wrapper h3{margin-bottom:2rem;font-size:1.8rem}.form-group{margin-bottom:1.5rem}.form-group label{color:var(--dark);margin-bottom:.5rem;font-weight:500;display:block}.form-group input,.form-group select,.form-group textarea{border-radius:var(--radius-md);width:100%;transition:var(--transition);background-color:#f9f9f9;border:1px solid #0000001a;padding:1rem;font-family:inherit;font-size:1rem}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--primary);background-color:var(--white);outline:none;box-shadow:0 0 0 3px #005f731a}.submit-btn{justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:1rem;font-size:1.1rem;display:flex}.submit-btn:disabled{opacity:.75;cursor:not-allowed}.form-status{margin-top:1rem;font-size:.95rem;font-weight:500}.form-status.success{color:#14804a}.form-status.error{color:#b42318}@media (width<=1024px){.contact-info,.contact-form-wrapper{padding:3rem 2rem}}@media (width<=992px){.contact-container{grid-template-columns:1fr}.contact-info,.contact-form-wrapper{padding:2.5rem}.contact-info h2{font-size:2rem}}@media (width<=768px){.contact-section{padding-bottom:4rem}.contact-container{border-radius:8px}.contact-info{padding:2rem}.contact-info h2{margin-bottom:1rem;font-size:1.5rem}.contact-subtitle{margin-bottom:2rem;font-size:1rem}.info-items{gap:1.5rem}.contact-social-links{margin-top:1.5rem}.contact-form-wrapper{padding:2rem}.contact-form-wrapper h3{margin-bottom:1.5rem;font-size:1.3rem}.form-group{margin-bottom:1rem}.form-group input,.form-group select,.form-group textarea{padding:.8rem;font-size:16px}}@media (width<=480px){.contact-container{border-radius:8px;overflow:hidden}.contact-info{padding:1.5rem}.contact-info h2{font-size:1.3rem}.info-item{gap:1rem}.contact-social-icon{width:38px;height:38px}.info-icon{padding:.8rem}.contact-form-wrapper{padding:1.5rem}.contact-form-wrapper h3{font-size:1.1rem}.submit-btn{font-size:1rem}}.footer{background-color:var(--dark);color:var(--white);padding:5rem 0 2rem}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem;margin-bottom:4rem;display:grid}.footer-brand h2{color:var(--white);text-align:left;margin-bottom:1rem;font-size:2rem}.footer-brand .dot{color:var(--primary-light)}.footer-brand p{color:#ffffffb3;margin-bottom:1.5rem;font-size:.95rem}.social-links{gap:1rem;display:flex}.social-icon{width:40px;height:40px;transition:var(--transition);background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;display:flex}.social-icon:hover{background:var(--primary);transform:translateY(-3px)}.footer-links-group h3{color:var(--white);margin-bottom:1.5rem;font-size:1.2rem;display:inline-block;position:relative}.footer-links-group h3:after{content:"";background:var(--primary-light);width:30px;height:2px;position:absolute;bottom:-5px;left:0}.footer-links-group ul{flex-direction:column;gap:.8rem;display:flex}.footer-links-group a,.footer-links-group li{color:#ffffffb3;transition:var(--transition)}.footer-links-group a:hover{color:var(--primary-light);padding-left:5px}.footer-bottom{text-align:center;color:#ffffff80;border-top:1px solid #ffffff1a;padding-top:2rem;font-size:.9rem}@media (width<=1024px){.footer-grid{gap:3rem}}@media (width<=992px){.footer-grid{grid-template-columns:1fr 1fr;gap:2.5rem}}@media (width<=768px){.footer{padding:3rem 0 1.5rem}.footer-grid{grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}.footer-brand h2{font-size:1.5rem}.footer-brand p{font-size:.9rem}.social-links{gap:.8rem}.social-icon{width:35px;height:35px}.footer-links-group h3{font-size:1rem}.footer-links-group ul{gap:.6rem}.footer-links-group a,.footer-links-group li{font-size:.9rem}.footer-bottom{padding-top:1.5rem;font-size:.85rem}}@media (width<=480px){.footer{padding:2rem 0 1rem}.footer-grid{gap:1.5rem;margin-bottom:1.5rem}.footer-brand h2{font-size:1.3rem}.footer-links-group h3{font-size:.95rem}.footer-links-group a,.footer-links-group li{font-size:.85rem}}@media (width<=576px){.footer-grid{grid-template-columns:1fr}}
