.Navbar-module__cDXJpG__navbar{z-index:1000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff2;border-bottom:1px solid #0000;transition:all .3s;position:fixed;top:0;left:0;right:0}.Navbar-module__cDXJpG__navbar.Navbar-module__cDXJpG__scrolled{border-bottom:1px solid var(--border-light);box-shadow:0 2px 20px var(--shadow);background:#fffffffa}.Navbar-module__cDXJpG__inner{justify-content:space-between;align-items:center;height:80px;display:flex}.Navbar-module__cDXJpG__logo{cursor:pointer;background:0 0;border:none;align-items:center;padding:0;display:flex}.Navbar-module__cDXJpG__logo img{width:auto;height:50px}.Navbar-module__cDXJpG__links{align-items:center;gap:8px;display:flex}.Navbar-module__cDXJpG__navLink{color:var(--text);cursor:pointer;font-size:.95rem;font-weight:500;font-family:var(--font-body);background:0 0;border:none;border-radius:8px;padding:8px 16px;transition:all .2s}.Navbar-module__cDXJpG__navLink:hover{color:var(--navy);background:var(--off-white)}.Navbar-module__cDXJpG__ctaBtn{margin-left:16px;padding:10px 24px;font-size:.9rem}.Navbar-module__cDXJpG__hamburger{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;gap:5px;padding:8px;display:none}.Navbar-module__cDXJpG__hamburger span{background:var(--navy);border-radius:2px;width:24px;height:2px;transition:all .3s;display:block}.Navbar-module__cDXJpG__hamburger.Navbar-module__cDXJpG__active span:first-child{transform:rotate(45deg)translate(5px,5px)}.Navbar-module__cDXJpG__hamburger.Navbar-module__cDXJpG__active span:nth-child(2){opacity:0}.Navbar-module__cDXJpG__hamburger.Navbar-module__cDXJpG__active span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.Navbar-module__cDXJpG__overlay{display:none}@media (max-width:768px){.Navbar-module__cDXJpG__inner{height:64px}.Navbar-module__cDXJpG__logo img{height:40px}.Navbar-module__cDXJpG__hamburger{display:flex}.Navbar-module__cDXJpG__links{background:var(--white);width:280px;height:100vh;box-shadow:-4px 0 30px var(--shadow-lg);z-index:1000;flex-direction:column;align-items:flex-start;gap:4px;padding:100px 32px 32px;transition:right .35s cubic-bezier(.4,0,.2,1);position:fixed;top:0;right:-300px}.Navbar-module__cDXJpG__links.Navbar-module__cDXJpG__open{right:0}.Navbar-module__cDXJpG__navLink{text-align:left;border-radius:10px;width:100%;padding:14px 16px;font-size:1.05rem}.Navbar-module__cDXJpG__ctaBtn{width:100%;margin-top:16px;margin-left:0}.Navbar-module__cDXJpG__overlay{z-index:999;background:#0006;display:block;position:fixed;inset:0}}
.Hero-module__bduzra__hero{background:var(--white);align-items:center;min-height:100vh;padding-top:80px;display:flex;position:relative;overflow:hidden}.Hero-module__bduzra__inner{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.Hero-module__bduzra__left{padding:40px 0}.Hero-module__bduzra__title{background:linear-gradient(135deg,var(--navy)0%,var(--navy-light)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:20px;font-size:clamp(2.5rem,5vw,3.8rem);font-weight:800;line-height:1.1}.Hero-module__bduzra__subtitle{color:var(--text-light);max-width:520px;margin-bottom:32px;font-size:1.05rem;line-height:1.8}.Hero-module__bduzra__buttons{flex-wrap:wrap;gap:16px;margin-bottom:48px;display:flex}.Hero-module__bduzra__stats{border-top:1px solid var(--border-light);align-items:center;gap:24px;padding:24px 0;display:flex}.Hero-module__bduzra__stat{flex-direction:column;gap:4px;display:flex}.Hero-module__bduzra__statNum{font-family:var(--font-heading);color:var(--navy);font-size:1.8rem;font-weight:800}.Hero-module__bduzra__statLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;font-size:.8rem}.Hero-module__bduzra__statDivider{background:var(--border);width:1px;height:40px}.Hero-module__bduzra__right{justify-content:center;align-items:center;display:flex}.Hero-module__bduzra__heroVisual{aspect-ratio:1;width:100%;max-width:500px;position:relative}.Hero-module__bduzra__circuitPattern{background:radial-gradient(circle,var(--off-white)0%,transparent 70%);border-radius:50%;width:100%;height:100%;position:relative}.Hero-module__bduzra__centerLogo{background:var(--white);width:120px;height:120px;box-shadow:0 8px 40px var(--shadow-md);border-radius:24px;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Hero-module__bduzra__centerLogo img{object-fit:contain;width:80px;height:80px}.Hero-module__bduzra__floatingCard{background:var(--white);box-shadow:0 4px 24px var(--shadow);color:var(--navy);border:1px solid var(--border-light);border-radius:16px;flex-direction:column;align-items:center;gap:4px;padding:16px 20px;font-size:.8rem;font-weight:600;animation:6s ease-in-out infinite Hero-module__bduzra__floatCard;display:flex;position:absolute}.Hero-module__bduzra__floatingCard span:first-child{font-size:1.6rem}.Hero-module__bduzra__floatingCard:first-child{top:5%;left:10%}.Hero-module__bduzra__floatingCard:nth-child(2){top:5%;right:10%}.Hero-module__bduzra__floatingCard:nth-child(3){top:50%;right:-5%;transform:translateY(-50%)}.Hero-module__bduzra__floatingCard:nth-child(4){bottom:5%;left:15%}.Hero-module__bduzra__floatingCard:nth-child(5){bottom:5%;right:15%}@keyframes Hero-module__bduzra__floatCard{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.Hero-module__bduzra__floatingCard:nth-child(3){animation:6s ease-in-out infinite Hero-module__bduzra__floatCard3}@keyframes Hero-module__bduzra__floatCard3{0%,to{transform:translateY(-50%)translate(0)}50%{transform:translateY(calc(-50% - 12px))translate(0)}}.Hero-module__bduzra__scrollIndicator{flex-direction:column;align-items:center;gap:8px;display:flex;position:absolute;bottom:30px;left:30px}.Hero-module__bduzra__scrollIndicator span{writing-mode:vertical-lr;letter-spacing:3px;text-transform:uppercase;color:var(--text-muted);font-size:.75rem}.Hero-module__bduzra__scrollLine{background:var(--border);width:1px;height:60px;position:relative;overflow:hidden}.Hero-module__bduzra__scrollLine:after{content:"";background:var(--gold);width:100%;height:50%;animation:2s ease-in-out infinite Hero-module__bduzra__scrollDown;position:absolute;top:-100%;left:0}@keyframes Hero-module__bduzra__scrollDown{0%{top:-50%}to{top:100%}}@media (max-width:968px){.Hero-module__bduzra__inner{text-align:center;grid-template-columns:1fr;gap:40px}.Hero-module__bduzra__subtitle{margin-left:auto;margin-right:auto}.Hero-module__bduzra__buttons,.Hero-module__bduzra__stats{justify-content:center}.Hero-module__bduzra__heroVisual{max-width:380px}.Hero-module__bduzra__scrollIndicator{display:none}}@media (max-width:480px){.Hero-module__bduzra__floatingCard{padding:10px 14px;font-size:.7rem}.Hero-module__bduzra__floatingCard span:first-child{font-size:1.2rem}.Hero-module__bduzra__centerLogo{width:90px;height:90px}.Hero-module__bduzra__centerLogo img{width:60px;height:60px}}
.About-module__g0p4hG__about{padding:var(--section-padding);background:var(--white)}.About-module__g0p4hG__inner{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}.About-module__g0p4hG__imageGrid{aspect-ratio:1;grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr;gap:12px;display:grid;position:relative}.About-module__g0p4hG__imgWrapper{border-radius:16px;position:relative;overflow:hidden}.About-module__g0p4hG__img1{grid-row:1/3}.About-module__g0p4hG__aboutImg{object-fit:cover;width:100%;height:100%;min-height:200px;transition:transform .6s;display:block}.About-module__g0p4hG__imgWrapper:hover .About-module__g0p4hG__aboutImg{transform:scale(1.05)}.About-module__g0p4hG__overlayText{z-index:2;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.About-module__g0p4hG__overlayText h2{color:var(--white);text-shadow:0 4px 24px #0006;white-space:nowrap;font-size:clamp(2rem,4vw,3.5rem);font-weight:900}.About-module__g0p4hG__textContent{padding:20px 0}.About-module__g0p4hG__aboutP{color:var(--text-light);margin-bottom:20px;font-size:1.05rem;line-height:1.8}@media (max-width:968px){.About-module__g0p4hG__inner{grid-template-columns:1fr;gap:40px}.About-module__g0p4hG__imageGrid{max-width:500px;margin:0 auto}}
.Pillars-module__BOYL4W__pillars{padding:var(--section-padding);background:var(--off-white)}.Pillars-module__BOYL4W__header{text-align:center;margin-bottom:60px}.Pillars-module__BOYL4W__grid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.Pillars-module__BOYL4W__card{background:var(--white);border:1px solid var(--border-light);border-radius:20px;padding:40px 30px;transition:all .4s;position:relative;overflow:hidden}.Pillars-module__BOYL4W__card:hover{box-shadow:0 16px 48px var(--shadow-md);border-color:var(--gold-pale);transform:translateY(-8px)}.Pillars-module__BOYL4W__cardIcon{background:var(--off-white);border-radius:16px;margin-bottom:20px;padding:16px;font-size:2.8rem;display:inline-block}.Pillars-module__BOYL4W__cardContent{z-index:1;position:relative}.Pillars-module__BOYL4W__cardSubtitle{text-transform:uppercase;letter-spacing:2px;color:var(--gold);margin-bottom:8px;font-size:.8rem;font-weight:600;display:block}.Pillars-module__BOYL4W__cardTitle{color:var(--navy);margin-bottom:12px;font-size:1.4rem}.Pillars-module__BOYL4W__cardText{color:var(--text-light);font-size:.95rem;line-height:1.7}.Pillars-module__BOYL4W__cardNumber{font-family:var(--font-heading);color:var(--off-white);z-index:0;font-size:4rem;font-weight:900;line-height:1;transition:color .4s;position:absolute;bottom:20px;right:20px}.Pillars-module__BOYL4W__card:hover .Pillars-module__BOYL4W__cardNumber{color:var(--gold-pale)}@media (max-width:968px){.Pillars-module__BOYL4W__grid{grid-template-columns:1fr;max-width:500px;margin:0 auto}}
.Services-module__k4oWJG__services{padding:var(--section-padding);background:var(--white)}.Services-module__k4oWJG__header{text-align:center;margin-bottom:60px}.Services-module__k4oWJG__grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.Services-module__k4oWJG__card{background:var(--white);border:1px solid var(--border-light);cursor:default;border-radius:20px;padding:36px 28px;transition:all .4s;position:relative;overflow:hidden}.Services-module__k4oWJG__card:before{content:"";background:linear-gradient(90deg,var(--gold),var(--gold-light));transform-origin:0;height:3px;transition:transform .4s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.Services-module__k4oWJG__card:hover{box-shadow:0 12px 40px var(--shadow-md);border-color:var(--gold-pale);transform:translateY(-6px)}.Services-module__k4oWJG__card:hover:before{transform:scaleX(1)}.Services-module__k4oWJG__iconWrap{background:linear-gradient(135deg,var(--off-white),var(--gold-pale));border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:20px;transition:all .4s;display:flex}.Services-module__k4oWJG__card:hover .Services-module__k4oWJG__iconWrap{background:linear-gradient(135deg,var(--gold-pale),var(--off-white));transform:scale(1.1)}.Services-module__k4oWJG__icon{font-size:1.8rem}.Services-module__k4oWJG__cardTitle{color:var(--navy);margin-bottom:10px;font-size:1.2rem;font-weight:700}.Services-module__k4oWJG__cardDesc{color:var(--text-light);margin-bottom:16px;font-size:.92rem;line-height:1.7}.Services-module__k4oWJG__cardArrow{color:var(--gold);opacity:0;font-size:1.2rem;font-weight:700;transition:all .3s;transform:translate(-10px)}.Services-module__k4oWJG__card:hover .Services-module__k4oWJG__cardArrow{opacity:1;transform:translate(0)}@media (max-width:968px){.Services-module__k4oWJG__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.Services-module__k4oWJG__grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}}
.Industries-module__E2gsQa__industries{padding:var(--section-padding);background:var(--off-white)}.Industries-module__E2gsQa__header{text-align:center;margin-bottom:60px}.Industries-module__E2gsQa__grid{grid-template-columns:repeat(4,1fr);gap:24px;max-width:900px;margin:0 auto;display:grid}.Industries-module__E2gsQa__card{background:var(--white);text-align:center;border:1px solid var(--border-light);border-radius:20px;padding:36px 24px;transition:all .4s;position:relative}.Industries-module__E2gsQa__card.Industries-module__E2gsQa__active{border-color:var(--gold);box-shadow:0 8px 32px #b8862d26}.Industries-module__E2gsQa__card.Industries-module__E2gsQa__active:hover{transform:translateY(-6px);box-shadow:0 12px 40px #b8862d40}.Industries-module__E2gsQa__card.Industries-module__E2gsQa__comingSoon{opacity:.5;filter:grayscale(30%)}.Industries-module__E2gsQa__card.Industries-module__E2gsQa__comingSoon:hover{opacity:.7;filter:grayscale(0%)}.Industries-module__E2gsQa__icon{margin-bottom:12px;font-size:2.8rem;display:block}.Industries-module__E2gsQa__name{color:var(--navy);margin-bottom:12px;font-size:1rem;font-weight:600}.Industries-module__E2gsQa__badge{text-transform:uppercase;letter-spacing:1px;background:var(--off-white);color:var(--text-muted);border:1px solid var(--border);border-radius:20px;padding:4px 12px;font-size:.7rem;font-weight:600;display:inline-block}.Industries-module__E2gsQa__activeBadge{text-transform:uppercase;letter-spacing:1px;background:linear-gradient(135deg,var(--gold),var(--gold-light));color:var(--white);border-radius:20px;padding:4px 12px;font-size:.7rem;font-weight:600;display:inline-block}@media (max-width:768px){.Industries-module__E2gsQa__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.Industries-module__E2gsQa__grid{grid-template-columns:1fr 1fr;gap:16px}.Industries-module__E2gsQa__card{padding:24px 16px}}
.Portfolio-module__P0Po2W__portfolio{padding:var(--section-padding);background:var(--white)}.Portfolio-module__P0Po2W__header{margin-bottom:30px}.Portfolio-module__P0Po2W__filters{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:40px;display:flex}.Portfolio-module__P0Po2W__filterLabel{color:var(--text-muted);margin-right:8px;font-size:.85rem;font-weight:600}.Portfolio-module__P0Po2W__filterBtn{color:var(--text-light);cursor:pointer;font-size:.88rem;font-weight:500;font-family:var(--font-body);background:0 0;border:none;border-radius:50px;padding:8px 18px;transition:all .3s}.Portfolio-module__P0Po2W__filterBtn:hover{color:var(--navy);background:var(--off-white)}.Portfolio-module__P0Po2W__filterBtn.Portfolio-module__P0Po2W__active{color:var(--gold);font-weight:600}.Portfolio-module__P0Po2W__grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.Portfolio-module__P0Po2W__card{background:var(--white);border:1px solid var(--border-light);cursor:pointer;border-radius:16px;transition:all .4s;overflow:hidden}.Portfolio-module__P0Po2W__card:hover{box-shadow:0 12px 40px var(--shadow-md);transform:translateY(-6px)}.Portfolio-module__P0Po2W__cardImage{aspect-ratio:16/10;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.Portfolio-module__P0Po2W__cardPlaceholder{opacity:.3;font-size:3rem;transition:all .4s}.Portfolio-module__P0Po2W__card:hover .Portfolio-module__P0Po2W__cardPlaceholder{opacity:.5;transform:scale(1.2)}.Portfolio-module__P0Po2W__cardOverlay{opacity:0;background:#0f1b2dd9;flex-direction:column;justify-content:center;align-items:center;gap:8px;transition:opacity .4s;display:flex;position:absolute;inset:0}.Portfolio-module__P0Po2W__card:hover .Portfolio-module__P0Po2W__cardOverlay{opacity:1}.Portfolio-module__P0Po2W__cardOverlay h3{color:var(--white);font-size:1.3rem}.Portfolio-module__P0Po2W__cardCat{color:var(--gold-light);font-size:.85rem;font-weight:500}.Portfolio-module__P0Po2W__visitLink{color:var(--gold-light);border:1px solid var(--gold-light);border-radius:50px;margin-top:4px;padding:6px 16px;font-size:.9rem;font-weight:600;transition:all .3s}.Portfolio-module__P0Po2W__visitLink:hover{background:var(--gold-light);color:var(--navy)}.Portfolio-module__P0Po2W__cardImg{object-fit:cover;width:100%;height:100%;transition:transform .6s;position:absolute;inset:0}.Portfolio-module__P0Po2W__card:hover .Portfolio-module__P0Po2W__cardImg{transform:scale(1.05)}.Portfolio-module__P0Po2W__cardInfo{padding:20px}.Portfolio-module__P0Po2W__cardInfo h4{color:var(--navy);margin-bottom:4px;font-size:1.05rem}.Portfolio-module__P0Po2W__cardInfo p{color:var(--text-light);font-size:.88rem}@media (max-width:968px){.Portfolio-module__P0Po2W__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.Portfolio-module__P0Po2W__grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}}
.Testimonials-module__05-1Wa__testimonials{padding:var(--section-padding);background:var(--navy);position:relative;overflow:hidden}.Testimonials-module__05-1Wa__testimonials:before{content:"";pointer-events:none;background:radial-gradient(circle at 20% 80%,#b8862d14 0%,#0000 50%),radial-gradient(circle at 80% 20%,#b8862d0d 0%,#0000 50%);position:absolute;inset:0}.Testimonials-module__05-1Wa__inner{z-index:1;grid-template-columns:1fr 1.5fr;align-items:center;gap:60px;display:grid;position:relative}.Testimonials-module__05-1Wa__left h2{color:var(--white)!important}.Testimonials-module__05-1Wa__left h2:after{background:linear-gradient(90deg,var(--gold),var(--gold-light))}.Testimonials-module__05-1Wa__right{position:relative}.Testimonials-module__05-1Wa__quoteIcon{font-family:var(--font-heading);color:var(--gold);opacity:.2;font-size:8rem;font-weight:900;line-height:.8;position:absolute;top:-20px;left:-10px}.Testimonials-module__05-1Wa__slider{z-index:1;position:relative}.Testimonials-module__05-1Wa__quote{color:#ffffffd9;min-height:90px;margin-bottom:28px;font-size:1.15rem;font-style:italic;line-height:1.9}.Testimonials-module__05-1Wa__author{align-items:center;gap:16px;margin-bottom:24px;display:flex}.Testimonials-module__05-1Wa__avatar{background:linear-gradient(135deg,var(--gold),var(--gold-light));width:48px;height:48px;color:var(--white);font-size:1.2rem;font-weight:700;font-family:var(--font-heading);border-radius:50%;justify-content:center;align-items:center;display:flex}.Testimonials-module__05-1Wa__name{color:var(--white);margin-bottom:2px;font-size:1rem;display:block}.Testimonials-module__05-1Wa__role{color:var(--gold-light);font-size:.85rem}.Testimonials-module__05-1Wa__controls{align-items:center;gap:16px;display:flex}.Testimonials-module__05-1Wa__arrow{width:40px;height:40px;color:var(--white);cursor:pointer;background:#ffffff1a;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;font-size:1rem;transition:all .3s;display:flex}.Testimonials-module__05-1Wa__arrow:hover{background:var(--gold);border-color:var(--gold)}.Testimonials-module__05-1Wa__dots{gap:8px;display:flex}.Testimonials-module__05-1Wa__dot{cursor:pointer;background:#ffffff4d;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .3s}.Testimonials-module__05-1Wa__dot.Testimonials-module__05-1Wa__activeDot{background:var(--gold);border-radius:4px;width:24px}@media (max-width:968px){.Testimonials-module__05-1Wa__inner{grid-template-columns:1fr;gap:30px}}
.CTABanner-module__zdT4da__cta{background:var(--navy);text-align:center;padding:100px 0;position:relative;overflow:hidden}.CTABanner-module__zdT4da__cta:before{content:"";pointer-events:none;background-image:radial-gradient(circle at 25% 25%,#b8862d0f 0%,#0000 50%),radial-gradient(circle at 75% 75%,#b8862d0f 0%,#0000 50%);position:absolute;inset:0}.CTABanner-module__zdT4da__cta:after{content:"";pointer-events:none;background-image:linear-gradient(0deg,#b8862d08 1px,#0000 1px),linear-gradient(90deg,#b8862d08 1px,#0000 1px);background-size:40px 40px;position:absolute;inset:0}.CTABanner-module__zdT4da__inner{z-index:1;position:relative}.CTABanner-module__zdT4da__title{color:var(--white);margin-bottom:16px;font-size:clamp(2rem,4vw,3rem)}.CTABanner-module__zdT4da__subtitle{color:#ffffffb3;max-width:500px;margin:0 auto 36px;font-size:1.1rem;line-height:1.8}.CTABanner-module__zdT4da__buttons{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}@media (max-width:768px){.CTABanner-module__zdT4da__cta{padding:60px 0}}
.Footer-module__Q8sP2a__footer{background:var(--navy-dark);color:#ffffffb3;padding:80px 0 0}.Footer-module__Q8sP2a__inner{border-bottom:1px solid #ffffff14;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:48px;padding-bottom:60px;display:grid}.Footer-module__Q8sP2a__logo{filter:brightness(1.2);width:auto;height:60px;margin-bottom:16px}.Footer-module__Q8sP2a__tagline{color:#fff9;margin-bottom:12px;font-size:.95rem;line-height:1.7}.Footer-module__Q8sP2a__location{color:#ffffff80;margin-bottom:20px;font-size:.9rem}.Footer-module__Q8sP2a__socials{gap:12px;display:flex}.Footer-module__Q8sP2a__socialIcon{color:#fff9;background:#ffffff14;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.Footer-module__Q8sP2a__socialIcon:hover{background:var(--gold);color:var(--white);transform:translateY(-3px)}.Footer-module__Q8sP2a__colTitle{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:2px;color:var(--white);margin-bottom:24px;font-size:1rem;font-weight:700}.Footer-module__Q8sP2a__links{flex-direction:column;gap:10px;display:flex}.Footer-module__Q8sP2a__links button{color:#ffffff8c;text-align:left;cursor:pointer;font-size:.92rem;font-family:var(--font-body);background:0 0;border:none;padding:2px 0;transition:all .2s}.Footer-module__Q8sP2a__links button:hover{color:var(--gold-light);padding-left:6px}.Footer-module__Q8sP2a__connectText{color:#ffffff80;margin-bottom:12px;font-size:.9rem;line-height:1.7}.Footer-module__Q8sP2a__connectContact{align-items:center;gap:8px;margin-bottom:10px;font-size:.92rem;display:flex}.Footer-module__Q8sP2a__connectIcon{font-size:1.1rem}.Footer-module__Q8sP2a__connectLink{color:#ffffffb3;text-decoration:none;transition:color .3s}.Footer-module__Q8sP2a__connectLink:hover{color:var(--gold-light)}.Footer-module__Q8sP2a__whatsappIcon:hover{background:#25d366!important}.Footer-module__Q8sP2a__bottom{padding:24px 0}.Footer-module__Q8sP2a__bottom .Footer-module__Q8sP2a__container{justify-content:space-between;align-items:center;display:flex}.Footer-module__Q8sP2a__bottom p{color:#fff6;font-size:.85rem}.Footer-module__Q8sP2a__scrollTop{color:#ffffff80;cursor:pointer;background:0 0;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.1rem;transition:all .3s;display:flex}.Footer-module__Q8sP2a__scrollTop:hover{border-color:var(--gold);color:var(--gold);transform:translateY(-3px)}@media (max-width:968px){.Footer-module__Q8sP2a__inner{grid-template-columns:1fr 1fr;gap:36px}}@media (max-width:600px){.Footer-module__Q8sP2a__inner{text-align:center;grid-template-columns:1fr;gap:28px}.Footer-module__Q8sP2a__socials{justify-content:center}.Footer-module__Q8sP2a__links button{text-align:center}.Footer-module__Q8sP2a__links button:hover{padding-left:0}.Footer-module__Q8sP2a__bottom .Footer-module__Q8sP2a__container{flex-direction:column;gap:16px}}
