.Navbar-module__cJzEcG__navbar{z-index:1000;justify-content:space-between;align-items:center;width:100%;padding:1.5rem 2.5rem;transition:transform .4s cubic-bezier(.16,1,.3,1),background .3s,padding .3s;display:flex;position:fixed;top:0;left:0}.Navbar-module__cJzEcG__scrolled{-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border);background:#0a0a0ad9;padding:1rem 2.5rem}.Navbar-module__cJzEcG__hide{transform:translateY(-100%)}.Navbar-module__cJzEcG__logo{letter-spacing:-.02em;font-size:1.5rem;font-weight:700}.Navbar-module__cJzEcG__logoText{color:var(--text-primary)}.Navbar-module__cJzEcG__logoAccent{color:var(--accent);font-style:italic}.Navbar-module__cJzEcG__navRight{align-items:center;gap:1rem;display:flex}.Navbar-module__cJzEcG__navCta{border:1px solid var(--border);letter-spacing:.02em;border-radius:50px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.85rem;font-weight:500;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.Navbar-module__cJzEcG__navCta:before{content:"";background:var(--accent);transform-origin:100%;z-index:-1;width:100%;height:100%;transition:transform .5s cubic-bezier(.16,1,.3,1);position:absolute;top:0;left:0;transform:scaleX(0)}.Navbar-module__cJzEcG__navCta:hover{border-color:var(--accent);color:#fff}.Navbar-module__cJzEcG__navCta:hover:before{transform-origin:0;transform:scaleX(1)}.Navbar-module__cJzEcG__menuBtn{border:1px solid var(--border);background:0 0;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:48px;height:48px;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex}.Navbar-module__cJzEcG__menuBtn:hover{border-color:var(--accent)}.Navbar-module__cJzEcG__menuLine{background:var(--text-primary);width:18px;height:1.5px;transition:all .4s cubic-bezier(.16,1,.3,1);display:block}.Navbar-module__cJzEcG__active .Navbar-module__cJzEcG__menuLine:first-child{transform:rotate(45deg)translate(2px,3px)}.Navbar-module__cJzEcG__active .Navbar-module__cJzEcG__menuLine:last-child{transform:rotate(-45deg)translate(2px,-3px)}.Navbar-module__cJzEcG__mobileMenu{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);z-index:999;background:#0a0a0afa;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.Navbar-module__cJzEcG__mobileMenuContent{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.Navbar-module__cJzEcG__mobileLink{letter-spacing:-.03em;color:var(--text-secondary);align-items:baseline;gap:1rem;font-size:3.5rem;font-weight:700;transition:color .4s;display:flex;position:relative}.Navbar-module__cJzEcG__mobileLink:hover{color:var(--accent)}.Navbar-module__cJzEcG__mobileLinkNumber{color:var(--accent);letter-spacing:.05em;opacity:.6;font-size:.9rem;font-weight:500}.Navbar-module__cJzEcG__mobileLink:after{content:"";background:var(--accent);width:0;height:3px;transition:width .4s cubic-bezier(.16,1,.3,1);position:absolute;bottom:-4px;left:0}.Navbar-module__cJzEcG__mobileLink:hover:after{width:100%}@media (max-width:768px){.Navbar-module__cJzEcG__navCta{display:none}.Navbar-module__cJzEcG__navbar{padding:1rem 1.5rem}.Navbar-module__cJzEcG__mobileLink{font-size:2.5rem}}
.Hero-module__ZARIfG__hero{text-align:center;justify-content:center;align-items:center;min-height:100vh;padding:8rem 2rem 4rem;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__bgBlob1{filter:blur(80px);pointer-events:none;background:radial-gradient(circle,#dc262640 0%,#0000 70%);width:700px;height:700px;animation:6s ease-in-out infinite alternate Hero-module__ZARIfG__blobPulse;position:absolute;top:5%;left:50%;transform:translate(-50%,-30%)}.Hero-module__ZARIfG__bgBlob2{filter:blur(100px);pointer-events:none;background:radial-gradient(circle,#dc262626 0%,#0000 70%);width:500px;height:500px;animation:8s ease-in-out infinite alternate Hero-module__ZARIfG__blobPulse2;position:absolute;bottom:10%;right:-10%}.Hero-module__ZARIfG__bgGrid{pointer-events:none;background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(60% 60%,#000 20%,#0000 70%);mask-image:radial-gradient(60% 60%,#000 20%,#0000 70%)}@keyframes Hero-module__ZARIfG__blobPulse{0%{opacity:.3;transform:translate(-50%,-30%)scale(.8)}to{opacity:.5;transform:translate(-50%,-30%)scale(1.3)}}@keyframes Hero-module__ZARIfG__blobPulse2{0%{opacity:.15;transform:scale(1)rotate(0)}to{opacity:.3;transform:scale(1.4)rotate(10deg)}}.Hero-module__ZARIfG__content{z-index:1;max-width:1000px;position:relative}.Hero-module__ZARIfG__title{letter-spacing:-.03em;margin-bottom:2.5rem;font-size:clamp(2.5rem,6vw,5.5rem);font-weight:700;line-height:1.1}.Hero-module__ZARIfG__line{perspective:600px;display:block;overflow:hidden}.Hero-module__ZARIfG__lineInner{display:inline-block}.Hero-module__ZARIfG__accent{color:var(--accent);text-shadow:0 0 40px #dc26264d;font-style:italic;font-weight:400}.Hero-module__ZARIfG__cta{margin-bottom:2rem}.Hero-module__ZARIfG__btnPrimary{background:var(--text-primary);color:var(--bg-primary);border-radius:50px;align-items:center;gap:.75rem;padding:1.1rem 2.5rem;font-size:1rem;font-weight:600;transition:all .5s cubic-bezier(.16,1,.3,1);display:inline-flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__btnPrimary:before{content:"";background:var(--accent);transform-origin:100%;z-index:0;width:100%;height:100%;transition:transform .5s cubic-bezier(.16,1,.3,1);position:absolute;top:0;left:0;transform:scaleX(0)}.Hero-module__ZARIfG__btnPrimary:hover{color:#fff;box-shadow:0 0 40px #dc262666}.Hero-module__ZARIfG__btnPrimary:hover:before{transform-origin:0;transform:scaleX(1)}.Hero-module__ZARIfG__btnPrimary span,.Hero-module__ZARIfG__btnPrimary svg{z-index:1;position:relative}.Hero-module__ZARIfG__btnPrimary svg{transition:transform .4s cubic-bezier(.16,1,.3,1)}.Hero-module__ZARIfG__btnPrimary:hover svg{transform:translate(4px)}.Hero-module__ZARIfG__socials{justify-content:center;align-items:center;gap:2rem;display:flex}.Hero-module__ZARIfG__socialLink{letter-spacing:.15em;color:var(--text-secondary);font-size:.75rem;font-weight:600;transition:color .3s;position:relative}.Hero-module__ZARIfG__socialLink:hover{color:var(--accent)}.Hero-module__ZARIfG__socialLink:after{content:"";background:var(--accent);width:0;height:1px;transition:width .4s cubic-bezier(.16,1,.3,1);position:absolute;bottom:-4px;left:0}.Hero-module__ZARIfG__socialLink:hover:after{width:100%}.Hero-module__ZARIfG__socialLink:is(button){cursor:none;background:0 0;border:none;padding:0;font-family:inherit}.Hero-module__ZARIfG__discordWrap{align-items:center;display:inline-flex;position:relative}.Hero-module__ZARIfG__discordTooltip{background:var(--bg-card);border:1px solid var(--border-hover);color:var(--accent-light);letter-spacing:.02em;white-space:nowrap;pointer-events:none;border-radius:10px;padding:.5rem 1rem;font-size:.8rem;font-weight:600;position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%);box-shadow:0 8px 24px #dc262633}.Hero-module__ZARIfG__discordTooltip:before{content:"";background:var(--bg-card);border-left:1px solid var(--border-hover);border-top:1px solid var(--border-hover);width:8px;height:8px;position:absolute;top:-5px;left:50%;transform:translate(-50%)rotate(45deg)}.Hero-module__ZARIfG__scrollIndicator{flex-direction:column;align-items:center;gap:.5rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.Hero-module__ZARIfG__scrollIndicator span{letter-spacing:.2em;text-transform:uppercase;color:var(--text-muted);font-size:.7rem}.Hero-module__ZARIfG__scrollLine{background:var(--accent);border-radius:4px;width:1px;height:8px}@media (max-width:768px){.Hero-module__ZARIfG__hero{padding:7rem 1rem 3rem}.Hero-module__ZARIfG__scrollIndicator{display:none}}
.Carousel-module__F0HZLG__section{padding:6rem 0;position:relative;overflow:hidden}.Carousel-module__F0HZLG__carouselWrapper{justify-content:center;align-items:center;gap:1.5rem;padding:0 1rem;display:flex;position:relative}.Carousel-module__F0HZLG__sidePreview{opacity:.3;filter:blur(2px);border-radius:16px;flex-shrink:0;width:180px;height:350px;transition:all .5s cubic-bezier(.16,1,.3,1);overflow:hidden}.Carousel-module__F0HZLG__sidePreview:hover{opacity:.5;filter:blur()}.Carousel-module__F0HZLG__sidePreview img{object-fit:contain;width:100%;height:100%}.Carousel-module__F0HZLG__previewLeft{transform:translate(20px)scale(.9)}.Carousel-module__F0HZLG__previewRight{transform:translate(-20px)scale(.9)}.Carousel-module__F0HZLG__carouselStage{flex-shrink:0;width:100%;max-width:950px;position:relative}.Carousel-module__F0HZLG__slideContainer{aspect-ratio:16/9;background:var(--bg-card);border:1px solid var(--border);border-radius:20px;width:100%;position:relative;overflow:hidden}.Carousel-module__F0HZLG__slide{position:absolute;inset:0}.Carousel-module__F0HZLG__slideImageWrapper{width:100%;height:100%;position:relative}.Carousel-module__F0HZLG__slideImage{object-fit:contain;width:100%;height:100%;image-rendering:-webkit-optimize-contrast}.Carousel-module__F0HZLG__slideOverlay{pointer-events:none;background:linear-gradient(#0000 50%,#0a0a0a66);position:absolute;inset:0}.Carousel-module__F0HZLG__placeholder{background:var(--bg-card);width:100%;height:100%;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:.5rem;display:flex}.Carousel-module__F0HZLG__placeholder span:first-child{color:var(--text-secondary);font-size:1.2rem;font-weight:600}.Carousel-module__F0HZLG__placeholderPath{opacity:.5;font-family:monospace;font-size:.75rem}.Carousel-module__F0HZLG__slideCounter{z-index:2;align-items:center;gap:.5rem;display:flex;position:absolute;bottom:1.5rem;right:1.5rem}.Carousel-module__F0HZLG__counterCurrent{color:var(--accent);font-size:1.5rem;font-weight:700}.Carousel-module__F0HZLG__counterDivider{background:var(--text-muted);width:30px;height:1px}.Carousel-module__F0HZLG__counterTotal{color:var(--text-muted);font-size:.9rem}.Carousel-module__F0HZLG__visitLink{border:1px solid var(--border);color:var(--text-secondary);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0a0a0ab3;border-radius:20px;align-items:center;gap:.35rem;margin-right:.5rem;padding:.4rem .9rem;font-size:.8rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex}.Carousel-module__F0HZLG__visitLink:hover{border-color:var(--accent);color:var(--accent);background:#dc26261a;transform:translateY(-1px)}.Carousel-module__F0HZLG__navArrow{border:1px solid var(--border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:48px;height:48px;color:var(--text-primary);z-index:10;background:#0a0a0acc;border-radius:50%;justify-content:center;align-items:center;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;top:50%;transform:translateY(-50%)}.Carousel-module__F0HZLG__navArrow:hover{border-color:var(--accent);color:var(--accent);background:#dc26261a;transform:translateY(-50%)scale(1.1)}.Carousel-module__F0HZLG__navPrev{left:-24px}.Carousel-module__F0HZLG__navNext{right:-24px}.Carousel-module__F0HZLG__dots{justify-content:center;gap:.5rem;margin-top:2rem;display:flex}.Carousel-module__F0HZLG__dot{background:var(--text-muted);border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .4s cubic-bezier(.16,1,.3,1)}.Carousel-module__F0HZLG__dot:hover{background:var(--accent-light)}.Carousel-module__F0HZLG__dotActive{background:var(--accent);border-radius:4px;width:28px;box-shadow:0 0 12px #dc262666}.Carousel-module__F0HZLG__progressBar{background:var(--border);border-radius:2px;max-width:950px;height:2px;margin:1.5rem auto 0;overflow:hidden}.Carousel-module__F0HZLG__progressFill{background:linear-gradient(90deg,var(--accent),var(--accent-light));border-radius:2px;height:100%}@media (max-width:1024px){.Carousel-module__F0HZLG__sidePreview{display:none}.Carousel-module__F0HZLG__carouselStage{max-width:100%}}@media (max-width:768px){.Carousel-module__F0HZLG__navArrow{width:40px;height:40px}.Carousel-module__F0HZLG__navPrev{left:8px}.Carousel-module__F0HZLG__navNext{right:8px}.Carousel-module__F0HZLG__section{padding:4rem 0}}
.About-module__vAULUW__section{padding:8rem 0}.About-module__vAULUW__grid{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.About-module__vAULUW__headline{letter-spacing:-.02em;font-size:clamp(1.5rem,2.5vw,2.2rem);font-weight:600;line-height:1.4;position:sticky;top:120px}.About-module__vAULUW__desc{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1rem;line-height:1.8}.About-module__vAULUW__stats{border-top:1px solid var(--border);grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;padding-top:3rem;display:grid}.About-module__vAULUW__stat{text-align:center}.About-module__vAULUW__statNumber,.About-module__vAULUW__statSuffix{color:var(--accent);font-size:2.5rem;font-weight:700}.About-module__vAULUW__statLabel{color:var(--text-muted);letter-spacing:.03em;margin-top:.5rem;font-size:.85rem;display:block}@media (max-width:1024px){.About-module__vAULUW__grid{grid-template-columns:1fr;gap:2rem}.About-module__vAULUW__headline{position:static}}@media (max-width:480px){.About-module__vAULUW__stats{grid-template-columns:1fr;gap:1.5rem}.About-module__vAULUW__stat{text-align:left;align-items:center;gap:1rem;display:flex}.About-module__vAULUW__statLabel{margin-top:0}}
.Services-module__dpHhBa__section{padding:6rem 0 8rem}.Services-module__dpHhBa__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.Services-module__dpHhBa__card{background:var(--bg-card);border:1px solid var(--border);text-align:center;border-radius:20px;flex-direction:column;align-items:center;gap:1rem;padding:2.5rem 2rem;transition:border-color .5s,box-shadow .5s;display:flex;position:relative;overflow:hidden}.Services-module__dpHhBa__card:before{content:"";opacity:0;background:linear-gradient(135deg,#dc26260f,#0000 60%);width:100%;height:100%;transition:opacity .5s;position:absolute;top:0;left:0}.Services-module__dpHhBa__card:hover{border-color:var(--border-hover);box-shadow:0 20px 60px -20px #dc262633}.Services-module__dpHhBa__card:hover:before{opacity:1}.Services-module__dpHhBa__cardGlow{opacity:0;pointer-events:none;filter:blur(30px);border-radius:50%;width:160px;height:160px;transition:opacity .5s;position:absolute;bottom:-30%;right:-30%}.Services-module__dpHhBa__card:hover .Services-module__dpHhBa__cardGlow{opacity:.6}.Services-module__dpHhBa__cardIcon{border:1px solid var(--border);background:#ffffff0a;border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.Services-module__dpHhBa__card:hover .Services-module__dpHhBa__cardIcon{border-color:var(--border-hover);transform:scale(1.08)}.Services-module__dpHhBa__cardTitle{letter-spacing:-.01em;color:var(--text-primary);font-size:1.1rem;font-weight:600;position:relative}@media (max-width:1024px){.Services-module__dpHhBa__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.Services-module__dpHhBa__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.Services-module__dpHhBa__grid{grid-template-columns:repeat(2,1fr);gap:1rem}.Services-module__dpHhBa__card{padding:1.5rem 1rem}}
.TextMarquee-module__PM75TW__section{border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:5rem 0;overflow:hidden}.TextMarquee-module__PM75TW__track{overflow:hidden}.TextMarquee-module__PM75TW__content{white-space:nowrap;align-items:center;width:max-content;animation:25s linear infinite TextMarquee-module__PM75TW__scroll;display:flex}.TextMarquee-module__PM75TW__group{align-items:center;gap:2rem;margin-right:2rem;display:inline-flex}@keyframes TextMarquee-module__PM75TW__scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.TextMarquee-module__PM75TW__item{letter-spacing:-.03em;color:#0000;-webkit-text-stroke:1.5px var(--text-secondary);font-size:clamp(2.5rem,5vw,5rem);font-weight:700;transition:all .4s}.TextMarquee-module__PM75TW__item:hover{color:var(--accent);-webkit-text-stroke-color:var(--accent);text-shadow:0 0 50px #dc26264d}.TextMarquee-module__PM75TW__separator{color:var(--accent);font-size:2rem;animation:5s linear infinite TextMarquee-module__PM75TW__rotateStar}@keyframes TextMarquee-module__PM75TW__rotateStar{to{transform:rotate(360deg)}}
.Contact-module__hcVmEa__section{padding:8rem 0}.Contact-module__hcVmEa__grid{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.Contact-module__hcVmEa__headline{letter-spacing:-.02em;margin-bottom:2rem;font-size:clamp(1.5rem,2.5vw,2.2rem);font-weight:600;line-height:1.4}.Contact-module__hcVmEa__email{color:var(--accent);font-size:1.1rem;font-weight:500;transition:opacity .3s;display:inline-block;position:relative}.Contact-module__hcVmEa__email:after{content:"";background:var(--accent);transform-origin:100%;width:100%;height:1px;transition:transform .4s cubic-bezier(.16,1,.3,1);position:absolute;bottom:-2px;left:0;transform:scaleX(0)}.Contact-module__hcVmEa__email:hover:after{transform-origin:0;transform:scaleX(1)}.Contact-module__hcVmEa__form{flex-direction:column;gap:1.5rem;display:flex}.Contact-module__hcVmEa__formGroup{flex-direction:column;gap:.5rem;display:flex}.Contact-module__hcVmEa__formGroup label{letter-spacing:.1em;text-transform:uppercase;color:var(--text-secondary);font-size:.8rem;font-weight:600}.Contact-module__hcVmEa__formGroup input,.Contact-module__hcVmEa__formGroup textarea{background:var(--bg-card);border:1px solid var(--border);color:var(--text-primary);border-radius:12px;outline:none;padding:1rem 1.25rem;font-size:.95rem;transition:all .4s cubic-bezier(.16,1,.3,1)}.Contact-module__hcVmEa__formGroup input::placeholder,.Contact-module__hcVmEa__formGroup textarea::placeholder{color:var(--text-muted)}.Contact-module__hcVmEa__formGroup input:focus,.Contact-module__hcVmEa__formGroup textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px #dc26261a}.Contact-module__hcVmEa__formGroup textarea{resize:vertical;min-height:120px}.Contact-module__hcVmEa__submitBtn{background:var(--accent);color:#fff;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.75rem;padding:1.1rem 2.5rem;font-size:.95rem;font-weight:600;transition:all .5s cubic-bezier(.16,1,.3,1);display:inline-flex;position:relative;overflow:hidden}.Contact-module__hcVmEa__submitBtn:before{content:"";background:var(--accent-dark);transform-origin:100%;z-index:0;transition:transform .5s cubic-bezier(.16,1,.3,1);position:absolute;inset:0;transform:scaleX(0)}.Contact-module__hcVmEa__submitBtn:hover{transform:translateY(-2px);box-shadow:0 10px 30px -10px #dc262666}.Contact-module__hcVmEa__submitBtn:hover:before{transform-origin:0;transform:scaleX(1)}.Contact-module__hcVmEa__submitBtn span,.Contact-module__hcVmEa__submitBtn svg{z-index:1;position:relative}.Contact-module__hcVmEa__submitBtn svg{transition:transform .4s}.Contact-module__hcVmEa__submitBtn:hover svg{transform:translate(4px)}.Contact-module__hcVmEa__sent{background:#16a34a!important}.Contact-module__hcVmEa__error{color:#ef4444;margin-top:-.5rem;font-size:.85rem}.Contact-module__hcVmEa__submitBtn:disabled{opacity:.6;pointer-events:none}@media (max-width:1024px){.Contact-module__hcVmEa__grid{grid-template-columns:1fr;gap:3rem}}
.Footer-module__S6Hkya__footer{border-top:1px solid var(--border);padding:4rem 0 2rem}.Footer-module__S6Hkya__grid{grid-template-columns:2fr 1fr 1fr;gap:4rem;margin-bottom:4rem;display:grid}.Footer-module__S6Hkya__logo{letter-spacing:-.02em;font-size:1.5rem;font-weight:700}.Footer-module__S6Hkya__logoText{color:var(--text-primary)}.Footer-module__S6Hkya__logoAccent{color:var(--accent);font-style:italic}.Footer-module__S6Hkya__tagline{color:var(--text-secondary);margin-top:1rem;font-size:.95rem;line-height:1.6}.Footer-module__S6Hkya__links,.Footer-module__S6Hkya__socials{flex-direction:column;gap:.75rem;display:flex}.Footer-module__S6Hkya__links a,.Footer-module__S6Hkya__socials a{color:var(--text-secondary);font-size:.9rem;transition:all .3s cubic-bezier(.16,1,.3,1)}.Footer-module__S6Hkya__links a:hover,.Footer-module__S6Hkya__socials a:hover,.Footer-module__S6Hkya__discordBtn:hover{color:var(--accent);transform:translate(4px)}.Footer-module__S6Hkya__discordBtn{color:var(--text-secondary);cursor:none;background:0 0;border:none;padding:0;font-family:inherit;font-size:.9rem;transition:all .3s cubic-bezier(.16,1,.3,1)}.Footer-module__S6Hkya__discordWrap{position:relative}.Footer-module__S6Hkya__discordTooltip{background:var(--bg-card);border:1px solid var(--border-hover);color:var(--accent-light);white-space:nowrap;pointer-events:none;border-radius:8px;padding:.45rem .9rem;font-size:.78rem;font-weight:600;position:absolute;bottom:calc(100% + 10px);left:0;box-shadow:0 8px 24px #dc262633}.Footer-module__S6Hkya__bottom{border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding-top:2rem;display:flex}.Footer-module__S6Hkya__bottom p{color:var(--text-muted);font-size:.8rem}@media (max-width:768px){.Footer-module__S6Hkya__grid{grid-template-columns:1fr;gap:2rem}.Footer-module__S6Hkya__bottom{text-align:center;flex-direction:column;gap:.5rem}}
