.Navbar-module__cJzEcG__header{z-index:100;background:#000;border-bottom:2px solid #f5a800;padding:8px 0;transition:all .3s;position:fixed;top:0;left:0;right:0}.Navbar-module__cJzEcG__header.Navbar-module__cJzEcG__scrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0a0a0af2;border-bottom-color:#f5a80033;padding:6px 0}.Navbar-module__cJzEcG__inner{align-items:center;gap:16px;display:flex}.Navbar-module__cJzEcG__logo{flex-shrink:0;align-items:center;display:flex}.Navbar-module__cJzEcG__logoImg{width:auto;height:40px}.Navbar-module__cJzEcG__nav{gap:4px;margin-left:auto;display:flex}.Navbar-module__cJzEcG__navLink{font-family:var(--font-display);letter-spacing:.06em;text-transform:uppercase;color:var(--gray-light);border-radius:2px;padding:6px 10px;font-size:12px;font-weight:600;transition:color .2s,background .2s;position:relative}.Navbar-module__cJzEcG__navLink:after{content:"";background:var(--yellow);height:1px;transition:transform .2s;position:absolute;bottom:2px;left:14px;right:14px;transform:scaleX(0)}.Navbar-module__cJzEcG__navLink:hover{color:var(--white)}.Navbar-module__cJzEcG__navLink:hover:after{transform:scaleX(1)}.Navbar-module__cJzEcG__actions{flex-shrink:0;align-items:center;gap:12px;display:flex}.Navbar-module__cJzEcG__phone{font-family:var(--font-display);letter-spacing:.05em;color:var(--gray-light);align-items:center;gap:6px;font-size:13px;font-weight:600;transition:color .2s;display:flex}.Navbar-module__cJzEcG__phone:hover{color:var(--yellow)}.Navbar-module__cJzEcG__ctaBtn{background:var(--yellow);color:var(--black);font-family:var(--font-display);letter-spacing:.08em;text-transform:uppercase;clip-path:polygon(8px 0%,100% 0%,calc(100% - 8px) 100%,0% 100%);align-items:center;gap:7px;padding:9px 18px;font-size:13px;font-weight:800;transition:background .2s,transform .2s;display:flex}.Navbar-module__cJzEcG__ctaBtn:hover{background:var(--yellow-light);transform:translateY(-1px)}.Navbar-module__cJzEcG__burger{flex-direction:column;gap:5px;margin-left:auto;padding:4px;display:none}.Navbar-module__cJzEcG__burger span{background:var(--white);width:24px;height:2px;transition:all .3s;display:block}.Navbar-module__cJzEcG__mobileMenu{background:var(--dark);border-top:1px solid #f5a8004d;flex-direction:column;gap:4px;padding:20px 24px;display:flex}.Navbar-module__cJzEcG__mobileLink{font-family:var(--font-display);letter-spacing:.1em;text-transform:uppercase;color:var(--gray-light);border-bottom:1px solid #ffffff0d;padding:12px 0;font-size:18px;font-weight:700;transition:color .2s}.Navbar-module__cJzEcG__mobileLink:hover{color:var(--yellow)}.Navbar-module__cJzEcG__mobileCta{background:var(--yellow);color:var(--black);font-family:var(--font-display);letter-spacing:.08em;text-transform:uppercase;text-align:center;margin-top:12px;padding:14px 20px;font-size:16px;font-weight:800}@media (max-width:900px){.Navbar-module__cJzEcG__nav,.Navbar-module__cJzEcG__actions{display:none}.Navbar-module__cJzEcG__burger{display:flex}}@media (max-width:480px){.Navbar-module__cJzEcG__logoImg{height:32px}.Navbar-module__cJzEcG__header{padding:6px 0}.Navbar-module__cJzEcG__mobileMenu{padding:16px}.Navbar-module__cJzEcG__mobileLink{padding:10px 0;font-size:16px}}
.Hero-module__ZARIfG__hero{background:var(--black);background-image:url(/img/fondo-new.png);background-position:50%;background-size:cover;align-items:center;min-height:100vh;padding-top:80px;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__bgGrid{background-image:linear-gradient(#f5a8000a 1px,#0000 1px),linear-gradient(90deg,#f5a8000a 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#0000,#00000080 30% 70%,#0000);mask-image:linear-gradient(#0000,#00000080 30% 70%,#0000)}.Hero-module__ZARIfG__bgAccent{clip-path:polygon(15% 0,100% 0,100% 100%,0% 100%);background:linear-gradient(135deg,#0000 40%,#f5a80008 60%,#f5a80012 100%);width:55%;height:100%;position:absolute;top:0;right:0}.Hero-module__ZARIfG__bgAccent:after{content:"";opacity:.4;background:url("data:image/svg+xml,%3Csvg width='400' height='400' viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.05'/%3E%3C/svg%3E");position:absolute;inset:0}.Hero-module__ZARIfG__content{z-index:2;text-align:center;width:100%;max-width:900px;margin:0 auto;padding-top:0;padding-bottom:80px;position:relative}.Hero-module__ZARIfG__badge{color:var(--yellow);font-family:var(--font-display);letter-spacing:.15em;text-transform:uppercase;background:#f5a8001a;border:1px solid #f5a8004d;align-items:center;gap:8px;margin-bottom:24px;padding:6px 14px;font-size:11px;font-weight:700;animation:.6s forwards Hero-module__ZARIfG__fadeUp;display:inline-flex}.Hero-module__ZARIfG__badgeDot{background:var(--yellow);border-radius:50%;width:6px;height:6px;animation:2s infinite Hero-module__ZARIfG__pulse-border}.Hero-module__ZARIfG__title{justify-content:flex-end;align-items:center;width:100%;padding-right:70%;display:flex}@media (max-width:768px){.Hero-module__ZARIfG__title{justify-content:center;padding-right:10px}}.Hero-module__ZARIfG__logoContainer{align-items:flex-end;display:flex}.Hero-module__ZARIfG__heroLogoO{width:auto;height:clamp(320px,60vw,580px);margin-right:-40px;padding-top:100px}@media (max-width:768px){.Hero-module__ZARIfG__heroLogoO{height:clamp(180px,45vw,320px);margin-right:-20px;padding-top:60px}}@media (max-width:480px){.Hero-module__ZARIfG__heroLogoO{margin-right:-10px;padding-top:30px}}.Hero-module__ZARIfG__logoTextWrap{flex-direction:column;align-items:flex-start;line-height:1;display:flex}.Hero-module__ZARIfG__logoText{font-family:var(--font-display);color:var(--white);letter-spacing:.02em;font-size:clamp(100px,22vw,220px);font-weight:900}@media (max-width:768px){.Hero-module__ZARIfG__logoText{font-size:clamp(60px,18vw,120px)}}@media (max-width:480px){.Hero-module__ZARIfG__logoText{font-size:clamp(48px,16vw,80px)}}.Hero-module__ZARIfG__logoSubYellow{font-family:var(--font-display);color:var(--yellow);letter-spacing:.05em;padding-bottom:110px;padding-left:10px;font-size:clamp(22px,4.5vw,45px);font-weight:700}@media (max-width:768px){.Hero-module__ZARIfG__logoSubYellow{padding-bottom:70px;font-size:clamp(14px,3.5vw,28px)}}@media (max-width:480px){.Hero-module__ZARIfG__logoSubYellow{padding-bottom:50px;padding-left:5px;font-size:clamp(10px,3vw,16px)}}.Hero-module__ZARIfG__subtitle{font-family:var(--font-display);letter-spacing:.12em;text-transform:uppercase;color:var(--gray-light);justify-content:center;align-items:center;gap:12px;font-size:clamp(16px,2.5vw,24px);font-weight:700;animation:.7s .2s both Hero-module__ZARIfG__fadeUp;display:flex}.Hero-module__ZARIfG__desc{color:var(--white);max-width:600px;margin:0 auto 40px;font-size:16px;line-height:1.7;animation:.7s .3s both Hero-module__ZARIfG__fadeUp}.Hero-module__ZARIfG__ctas{flex-wrap:wrap;justify-content:center;gap:16px;margin-bottom:48px;animation:.7s .4s both Hero-module__ZARIfG__fadeUp;display:flex}.Hero-module__ZARIfG__btnWhatsapp{color:#000;font-family:var(--font-display);letter-spacing:.06em;text-transform:uppercase;background:#25d366;align-items:center;gap:10px;padding:14px 36px;font-size:14px;font-weight:700;transition:background .2s,transform .2s;display:inline-flex}.Hero-module__ZARIfG__btnWhatsapp:hover{background:#20ba5a;transform:translateY(-2px)}.Hero-module__ZARIfG__stats{justify-content:center;gap:60px;animation:.7s .5s both Hero-module__ZARIfG__fadeUp;display:flex}.Hero-module__ZARIfG__stat{flex-direction:column;align-items:center;gap:4px;display:flex}.Hero-module__ZARIfG__statNum{font-family:var(--font-display);color:var(--yellow);letter-spacing:-.02em;font-size:40px;font-weight:900;line-height:1}.Hero-module__ZARIfG__statLabel{color:var(--gray);text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:500}.Hero-module__ZARIfG__subtitleAnd{color:var(--yellow);font-size:1.2em}.Hero-module__ZARIfG__desc{color:var(--white);max-width:800px;margin-bottom:40px;font-size:18px;line-height:1.7;animation:.7s .3s both Hero-module__ZARIfG__fadeUp}.Hero-module__ZARIfG__ctas{flex-wrap:wrap;gap:24px;margin-bottom:64px;animation:.7s .4s both Hero-module__ZARIfG__fadeUp;display:flex}.Hero-module__ZARIfG__btnPrimary{background:var(--yellow);color:var(--black);font-family:var(--font-display);letter-spacing:.08em;text-transform:uppercase;clip-path:polygon(14px 0%,100% 0%,calc(100% - 14px) 100%,0% 100%);align-items:center;gap:10px;padding:18px 48px;font-size:16px;font-weight:800;transition:background .2s,transform .2s;display:inline-flex}.Hero-module__ZARIfG__btnPrimary:hover{background:var(--yellow-light);transform:translateY(-2px)}.Hero-module__ZARIfG__stats{gap:80px;animation:.7s .5s both Hero-module__ZARIfG__fadeUp;display:flex}.Hero-module__ZARIfG__scrollHint{z-index:2;flex-direction:column;align-items:center;gap:8px;animation:1s .8s both Hero-module__ZARIfG__fadeUp;display:flex;position:absolute;bottom:32px;left:50%;transform:translate(-50%)}.Hero-module__ZARIfG__scrollHint span{font-family:var(--font-display);letter-spacing:.2em;text-transform:uppercase;color:var(--gray);font-size:10px;font-weight:700}.Hero-module__ZARIfG__scrollLine{background:linear-gradient(to bottom, var(--gray), transparent);width:1px;height:40px;animation:2s infinite Hero-module__ZARIfG__shimmer}.Hero-module__ZARIfG__divider{background:linear-gradient(90deg, transparent, var(--yellow), transparent);height:3px;position:absolute;bottom:0;left:0;right:0}@media (max-width:768px){.Hero-module__ZARIfG__hero{min-height:auto;padding-top:60px;padding-bottom:60px}.Hero-module__ZARIfG__content{padding:40px 20px}.Hero-module__ZARIfG__subtitle{font-size:clamp(14px,3vw,18px)}.Hero-module__ZARIfG__desc{padding:0 10px;font-size:16px}.Hero-module__ZARIfG__ctas{flex-direction:column;align-items:center;gap:12px}.Hero-module__ZARIfG__btnPrimary,.Hero-module__ZARIfG__btnWhatsapp{text-align:center;justify-content:center;width:100%;max-width:300px;padding:14px 24px;font-size:13px}.Hero-module__ZARIfG__scrollHint{display:none}}@media (max-width:480px){.Hero-module__ZARIfG__hero{min-height:auto;padding-top:40px;padding-bottom:40px}.Hero-module__ZARIfG__content{padding:30px 16px}.Hero-module__ZARIfG__subtitle{gap:8px;font-size:12px}.Hero-module__ZARIfG__desc{margin-bottom:32px;font-size:14px;line-height:1.6}.Hero-module__ZARIfG__ctas{gap:10px}.Hero-module__ZARIfG__btnPrimary,.Hero-module__ZARIfG__btnWhatsapp{padding:12px 20px;font-size:12px}}
.Services-module__dpHhBa__services{background:var(--dark);background-image:url(/img/fondo-new.png);background-position:50%;background-size:cover;padding:100px 0;position:relative}.Services-module__dpHhBa__topBar{background:linear-gradient(90deg, transparent, var(--yellow), transparent);height:3px;position:absolute;top:0;left:0;right:0}.Services-module__dpHhBa__divider{background:linear-gradient(90deg, transparent, var(--yellow), transparent);height:3px;position:absolute;bottom:0;left:0;right:0}.Services-module__dpHhBa__header{justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:60px;display:flex}.Services-module__dpHhBa__title{margin-top:8px}.Services-module__dpHhBa__intro{max-width:380px;color:var(--gray-light);flex-shrink:0;font-size:15px;line-height:1.7}.Services-module__dpHhBa__grid{grid-template-columns:repeat(4,1fr);gap:2px;display:grid}.Services-module__dpHhBa__card{background:var(--dark-2);cursor:default;padding:36px 28px;transition:transform .3s,background .3s;position:relative;overflow:hidden}.Services-module__dpHhBa__card:before{content:"";background:var(--yellow);transform-origin:0;height:2px;transition:transform .4s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.Services-module__dpHhBa__card:hover{background:var(--dark-3);transform:translateY(-4px)}.Services-module__dpHhBa__card:hover:before{transform:scaleX(1)}.Services-module__dpHhBa__cardNumber{font-family:var(--font-display);color:#f5a8000f;-webkit-user-select:none;user-select:none;font-size:60px;font-weight:900;line-height:1;transition:color .3s;position:absolute;top:16px;right:20px}.Services-module__dpHhBa__card:hover .Services-module__dpHhBa__cardNumber{color:#f5a8001f}.Services-module__dpHhBa__iconBox{color:var(--yellow);margin-bottom:20px;transition:transform .3s}.Services-module__dpHhBa__card:hover .Services-module__dpHhBa__iconBox{transform:scale(1.1)}.Services-module__dpHhBa__cardTitle{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.03em;color:var(--white);margin-bottom:20px;font-size:20px;font-weight:800;line-height:1.2}.Services-module__dpHhBa__list{flex-direction:column;gap:10px;list-style:none;display:flex}.Services-module__dpHhBa__listItem{color:var(--gray-light);align-items:flex-start;gap:8px;font-size:14px;line-height:1.4;transition:color .2s;display:flex}.Services-module__dpHhBa__card:hover .Services-module__dpHhBa__listItem{color:var(--gray-light)}.Services-module__dpHhBa__check{color:var(--yellow);flex-shrink:0;margin-top:1px;font-weight:700}.Services-module__dpHhBa__cardAccent{background:var(--yellow);opacity:0;width:48px;height:3px;transition:opacity .3s,width .3s;position:absolute;bottom:0;left:0}.Services-module__dpHhBa__card:hover .Services-module__dpHhBa__cardAccent{opacity:1;width:100%}@media (max-width:1000px){.Services-module__dpHhBa__grid{grid-template-columns:repeat(2,1fr)}.Services-module__dpHhBa__header{flex-direction:column;align-items:flex-start}.Services-module__dpHhBa__intro{max-width:100%}}@media (max-width:600px){.Services-module__dpHhBa__grid{grid-template-columns:1fr}.Services-module__dpHhBa__services{padding:60px 0 40px}.Services-module__dpHhBa__header{margin-bottom:40px}.Services-module__dpHhBa__card{padding:28px 20px}.Services-module__dpHhBa__cardTitle{font-size:18px}}
.About-module__vAULUW__about{background:var(--black);background-image:url(/img/fondo-new.png);background-position:50%;background-size:cover;padding:100px 0;position:relative}.About-module__vAULUW__about:before{content:"";pointer-events:none;background-image:radial-gradient(circle at 80%,#f5a8000a 0%,#0000 60%);position:absolute;inset:0}.About-module__vAULUW__divider{background:linear-gradient(90deg, transparent, var(--yellow), transparent);height:3px;position:absolute;bottom:0;left:0;right:0}.About-module__vAULUW__layout{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}.About-module__vAULUW__title{margin:12px 0 24px}.About-module__vAULUW__text{color:var(--gray-light);margin-bottom:16px;font-size:15px;line-height:1.8}.About-module__vAULUW__contact{flex-direction:column;gap:12px;margin-top:32px;display:flex}.About-module__vAULUW__contactItem{color:var(--gray-light);align-items:center;gap:10px;font-size:14px;display:flex}.About-module__vAULUW__statsGrid{grid-template-columns:1fr 1fr;gap:2px;display:grid}.About-module__vAULUW__stat{background:var(--dark-2);text-align:center;padding:32px 24px;transition:background .3s}.About-module__vAULUW__stat:hover{background:var(--dark-3)}.About-module__vAULUW__statNum{font-family:var(--font-display);color:var(--yellow);letter-spacing:-.02em;margin-bottom:8px;font-size:40px;font-weight:900;line-height:1;display:block}.About-module__vAULUW__statLabel{color:var(--gray);text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:500}@media (max-width:900px){.About-module__vAULUW__layout{grid-template-columns:1fr;gap:40px}}@media (max-width:600px){.About-module__vAULUW__featuresGrid{grid-template-columns:1fr}.About-module__vAULUW__about{padding:60px 0 40px}.About-module__vAULUW__feature{padding:20px 16px}.About-module__vAULUW__featureTitle{font-size:14px}.About-module__vAULUW__featureDesc{font-size:12px}}
.Works-module__mW4etW__works{background:var(--black);background-image:url(/img/fondo-new.png);background-position:50%;background-size:cover;padding:100px 0 0;position:relative}.Works-module__mW4etW__grid{margin-top:60px;padding-bottom:80px}.Works-module__mW4etW__divider{background:linear-gradient(90deg, transparent, var(--yellow), transparent);height:3px}.Works-module__mW4etW__header{text-align:center;margin-bottom:60px}.Works-module__mW4etW__title{margin:12px 0 16px}.Works-module__mW4etW__subtitle{color:var(--gray-light);max-width:500px;margin:0 auto;font-size:16px}.Works-module__mW4etW__grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.Works-module__mW4etW__item{aspect-ratio:4/3;background:var(--dark-2);cursor:pointer;border:none;padding:0;position:relative;overflow:hidden}.Works-module__mW4etW__item img{object-fit:cover;object-position:center 30%;width:100%;height:100%;transition:transform .4s}.Works-module__mW4etW__item:nth-child(3) img{object-position:center 70%}.Works-module__mW4etW__item:nth-child(5) img{object-position:center top}.Works-module__mW4etW__item:hover img{transform:scale(1.05)}.Works-module__mW4etW__overlay{opacity:0;background:linear-gradient(#0000 0%,#0000004d 60%,#000000d9 100%);align-items:flex-end;padding:20px;transition:opacity .3s;display:flex;position:absolute;inset:0}.Works-module__mW4etW__item:hover .Works-module__mW4etW__overlay{opacity:1}.Works-module__mW4etW__overlay span{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.05em;color:var(--white);font-size:14px;font-weight:700}@media (max-width:900px){.Works-module__mW4etW__grid{grid-template-columns:repeat(2,1fr)}.Works-module__mW4etW__works{padding:60px 0}}@media (max-width:600px){.Works-module__mW4etW__grid{grid-template-columns:1fr;gap:12px}.Works-module__mW4etW__works{padding:40px 0}.Works-module__mW4etW__subtitle{font-size:14px}.Works-module__mW4etW__overlay{opacity:1;background:linear-gradient(#0000 40%,#000000b3 100%)}.Works-module__mW4etW__overlay span{font-size:12px}}.Works-module__mW4etW__lightbox{z-index:1000;background:#000000f2;justify-content:center;align-items:center;padding:20px;animation:.2s Works-module__mW4etW__fadeIn;display:flex;position:fixed;inset:0}@keyframes Works-module__mW4etW__fadeIn{0%{opacity:0}to{opacity:1}}.Works-module__mW4etW__lightboxClose{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:background .2s;display:flex;position:absolute;top:20px;right:20px}.Works-module__mW4etW__lightboxClose:hover{background:#fff3}.Works-module__mW4etW__lightboxContent{flex-direction:column;align-items:center;gap:16px;max-width:95vw;max-height:95vh;display:flex}.Works-module__mW4etW__lightboxContent img{object-fit:contain;border-radius:4px;width:auto;max-width:95vw;height:auto;max-height:calc(95vh - 50px);box-shadow:0 20px 60px #00000080}.Works-module__mW4etW__lightboxCaption{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.08em;color:var(--gray-light);font-size:14px;font-weight:600}
.Contact-module__hcVmEa__contact{background:var(--black);background-image:url(/img/fondo-new.png);background-position:50%;background-size:cover;padding:100px 0;position:relative}.Contact-module__hcVmEa__contact:before{content:"";pointer-events:none;background-image:radial-gradient(circle at 20%,#f5a8000a 0%,#0000 60%);position:absolute;inset:0}.Contact-module__hcVmEa__layout{grid-template-columns:1fr 1.2fr;align-items:start;gap:80px;display:grid}.Contact-module__hcVmEa__title{margin:12px 0 20px}.Contact-module__hcVmEa__desc{color:var(--gray);margin-bottom:40px;font-size:15px;line-height:1.7}.Contact-module__hcVmEa__channels{flex-direction:column;gap:8px;display:flex}.Contact-module__hcVmEa__mapWrap{margin-top:24px;overflow:hidden}.Contact-module__hcVmEa__mapWrap iframe{display:block}.Contact-module__hcVmEa__channel{background:var(--dark-2);cursor:pointer;align-items:center;gap:16px;padding:16px;transition:background .2s;display:flex}.Contact-module__hcVmEa__channel:hover{background:var(--dark-3)}.Contact-module__hcVmEa__channelIcon{border-radius:2px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.Contact-module__hcVmEa__channelLabel{font-family:var(--font-display);letter-spacing:.12em;text-transform:uppercase;color:var(--gray);margin-bottom:2px;font-size:11px;font-weight:700;display:block}.Contact-module__hcVmEa__channelValue{color:var(--white);font-size:14px;font-weight:600;display:block}.Contact-module__hcVmEa__arrow{color:var(--gray);margin-left:auto;transition:transform .2s,color .2s}.Contact-module__hcVmEa__channel:hover .Contact-module__hcVmEa__arrow{color:var(--yellow);transform:translate(4px)}.Contact-module__hcVmEa__formWrap{background:var(--dark-2)}.Contact-module__hcVmEa__formHeader{border-bottom:1px solid #ffffff0d;padding:24px 32px}.Contact-module__hcVmEa__formTitle{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.04em;color:var(--white);margin-bottom:4px;font-size:22px;font-weight:800}.Contact-module__hcVmEa__formSubtitle{color:var(--gray);font-size:13px}.Contact-module__hcVmEa__form{flex-direction:column;gap:16px;padding:28px 32px;display:flex}.Contact-module__hcVmEa__formRow{grid-template-columns:1fr 1fr;gap:16px;display:grid}.Contact-module__hcVmEa__field{flex-direction:column;gap:6px;display:flex}.Contact-module__hcVmEa__label{font-family:var(--font-display);letter-spacing:.12em;text-transform:uppercase;color:var(--gray);font-size:11px;font-weight:700}.Contact-module__hcVmEa__input,.Contact-module__hcVmEa__textarea{background:var(--dark-3);color:var(--white);font-family:var(--font-body);-webkit-appearance:none;border:1px solid #ffffff14;border-radius:0;outline:none;width:100%;padding:12px 14px;font-size:14px;transition:border-color .2s}.Contact-module__hcVmEa__input:focus,.Contact-module__hcVmEa__textarea:focus{border-color:var(--yellow)}.Contact-module__hcVmEa__input::placeholder,.Contact-module__hcVmEa__textarea::placeholder{color:var(--gray);opacity:.6}.Contact-module__hcVmEa__textarea{resize:vertical}.Contact-module__hcVmEa__submit{background:var(--yellow);color:var(--black);font-family:var(--font-display);letter-spacing:.1em;text-transform:uppercase;clip-path:polygon(8px 0%,100% 0%,calc(100% - 8px) 100%,0% 100%);justify-content:center;align-items:center;gap:10px;width:100%;margin-top:8px;padding:16px;font-size:16px;font-weight:800;transition:background .2s,transform .2s;display:flex}.Contact-module__hcVmEa__submit:hover{background:var(--yellow-light);transform:translateY(-2px)}.Contact-module__hcVmEa__submit:disabled{opacity:.7;cursor:not-allowed}.Contact-module__hcVmEa__successMsg{text-align:center;color:#25d366;margin-top:12px;font-size:14px}@media (max-width:1000px){.Contact-module__hcVmEa__layout{grid-template-columns:1fr;gap:50px}}@media (max-width:600px){.Contact-module__hcVmEa__formRow{grid-template-columns:1fr}.Contact-module__hcVmEa__contact{padding:60px 0}.Contact-module__hcVmEa__form,.Contact-module__hcVmEa__formHeader{padding:20px}}
.Footer-module__S6Hkya__footer{background:var(--dark);position:relative;overflow:hidden}.Footer-module__S6Hkya__topBar{background:linear-gradient(90deg, transparent, var(--yellow) 30%, var(--yellow) 70%, transparent);height:3px}.Footer-module__S6Hkya__main{grid-template-columns:2fr 1fr 1fr 1fr;gap:60px;padding:60px 0 48px;display:grid}.Footer-module__S6Hkya__logo{flex-shrink:0;align-items:center;display:flex}.Footer-module__S6Hkya__logoImg{width:auto;height:48px}.Footer-module__S6Hkya__logoText{text-align:center;flex-direction:column;min-width:130px;line-height:1;display:flex}.Footer-module__S6Hkya__logoMain{font-family:var(--font-display);letter-spacing:.05em;color:var(--white);width:100%;font-size:20px;font-weight:900}.Footer-module__S6Hkya__logoSub{font-family:var(--font-display);letter-spacing:.18em;color:var(--yellow);text-transform:uppercase;width:100%;font-size:8px;font-weight:700}.Footer-module__S6Hkya__tagline{color:var(--gray);max-width:260px;margin-bottom:24px;font-size:13px;line-height:1.7}.Footer-module__S6Hkya__social{gap:8px;display:flex}.Footer-module__S6Hkya__socialLink{width:36px;height:36px;color:var(--gray);border:1px solid #ffffff1a;justify-content:center;align-items:center;transition:border-color .2s,color .2s,background .2s;display:flex}.Footer-module__S6Hkya__socialLink:hover{border-color:var(--yellow);color:var(--yellow);background:#f5a80014}.Footer-module__S6Hkya__colTitle{font-family:var(--font-display);letter-spacing:.18em;text-transform:uppercase;color:var(--yellow);margin-bottom:20px;font-size:12px;font-weight:700}.Footer-module__S6Hkya__links{flex-direction:column;gap:10px;list-style:none;display:flex}.Footer-module__S6Hkya__link{color:var(--gray);font-size:13px;transition:color .2s}.Footer-module__S6Hkya__link:hover{color:var(--white)}.Footer-module__S6Hkya__infoItem{color:var(--gray);font-size:13px;line-height:1.4}.Footer-module__S6Hkya__bottom{border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;gap:16px;padding:20px 0;display:flex}.Footer-module__S6Hkya__copy{color:#8889;font-size:12px}@media (max-width:1000px){.Footer-module__S6Hkya__main{grid-template-columns:1fr 1fr;gap:40px}.Footer-module__S6Hkya__brand{grid-column:1/-1}}@media (max-width:600px){.Footer-module__S6Hkya__main{grid-template-columns:1fr;gap:32px}.Footer-module__S6Hkya__bottom{flex-direction:column;align-items:flex-start}}
.WhatsappFloat-module__5LeN4G__btn{z-index:200;color:#fff;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .2s,box-shadow .2s;display:flex;position:fixed;bottom:28px;right:28px;box-shadow:0 4px 20px #25d36666}.WhatsappFloat-module__5LeN4G__btn:hover{transform:scale(1.1);box-shadow:0 6px 28px #25d3668c}.WhatsappFloat-module__5LeN4G__btn:hover .WhatsappFloat-module__5LeN4G__tooltip{opacity:1;pointer-events:auto;transform:translate(0)}.WhatsappFloat-module__5LeN4G__tooltip{background:var(--dark-2);color:var(--white);font-family:var(--font-display);letter-spacing:.05em;white-space:nowrap;opacity:0;pointer-events:none;border-left:2px solid #25d366;padding:8px 14px;font-size:13px;font-weight:700;transition:opacity .2s,transform .2s;position:absolute;right:calc(100% + 12px);transform:translate(8px)}@media (max-width:480px){.WhatsappFloat-module__5LeN4G__btn{width:50px;height:50px;bottom:20px;right:20px}}
