.Header-module__DAPZiW__header{z-index:100;background:0 0;transition:all .4s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0;right:0}.Header-module__DAPZiW__header.Header-module__DAPZiW__scrolled{-webkit-backdrop-filter:blur(20px);background:#0a0a14d9;border-bottom:1px solid #ffffff14;box-shadow:0 4px 30px #0000004d}.Header-module__DAPZiW__container{justify-content:space-between;align-items:center;max-width:1280px;height:80px;margin:0 auto;padding:0 1.5rem;display:flex}.Header-module__DAPZiW__header.Header-module__DAPZiW__scrolled .Header-module__DAPZiW__container{height:70px}.Header-module__DAPZiW__logoLink{z-index:101;align-items:center;gap:.875rem;text-decoration:none;display:flex}.Header-module__DAPZiW__logoIcon{background:linear-gradient(135deg,var(--primary)0%,#8b5cf6 100%);color:#fff;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex;box-shadow:0 4px 15px #8b5cf666}.Header-module__DAPZiW__logoLink:hover .Header-module__DAPZiW__logoIcon{transform:scale(1.05)rotate(-3deg);box-shadow:0 6px 20px #8b5cf680}.Header-module__DAPZiW__logoImage{object-fit:contain}.Header-module__DAPZiW__logoContent{flex-direction:column;display:flex}.Header-module__DAPZiW__logoText{letter-spacing:-.02em;background:linear-gradient(135deg,#fff 0%,#a78bfa 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:800;line-height:1.1}.Header-module__DAPZiW__logoSubtext{text-transform:uppercase;letter-spacing:.15em;color:#ffffff80;margin-top:2px;font-size:.65rem;font-weight:500}.Header-module__DAPZiW__navDesktop{align-items:center;gap:.5rem;display:none}.Header-module__DAPZiW__navLink{color:#ffffffbf;border-radius:8px;padding:.625rem 1.125rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .3s;position:relative;overflow:hidden}.Header-module__DAPZiW__navLinkText{z-index:1;position:relative}.Header-module__DAPZiW__navLinkUnderline{background:linear-gradient(90deg,var(--primary)0%,#8b5cf6 100%);border-radius:2px;width:20px;height:2px;transition:transform .3s cubic-bezier(.4,0,.2,1);position:absolute;bottom:6px;left:50%;transform:translate(-50%)scaleX(0)}.Header-module__DAPZiW__navLink:hover{color:#fff;background:#ffffff0d}.Header-module__DAPZiW__navLink:hover .Header-module__DAPZiW__navLinkUnderline{transform:translate(-50%)scaleX(1)}.Header-module__DAPZiW__ctaDesktop{align-items:center;display:none}.Header-module__DAPZiW__ctaButton{color:#fff;background:linear-gradient(135deg,var(--primary)0%,#7c3aed 100%);cursor:pointer;border:none;border-radius:12px;align-items:center;gap:.625rem;padding:.75rem 1.25rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 15px #8b5cf659}.Header-module__DAPZiW__ctaButton:before{content:"";opacity:0;background:linear-gradient(135deg,#8b5cf6 0%,#a855f7 100%);transition:opacity .3s;position:absolute;inset:0}.Header-module__DAPZiW__ctaButton:hover:before{opacity:1}.Header-module__DAPZiW__ctaButton:hover{transform:translateY(-2px);box-shadow:0 8px 25px #8b5cf673}.Header-module__DAPZiW__ctaButton span,.Header-module__DAPZiW__ctaButton svg{z-index:1;position:relative}.Header-module__DAPZiW__ctaArrow{transition:transform .3s}.Header-module__DAPZiW__ctaButton:hover .Header-module__DAPZiW__ctaArrow{transform:translate(3px)}.Header-module__DAPZiW__mobileMenuBtn{color:#fff;cursor:pointer;z-index:101;background:#ffffff1a;border:1px solid #ffffff1a;border-radius:12px;justify-content:center;align-items:center;padding:.625rem;transition:all .3s;display:flex}.Header-module__DAPZiW__mobileMenuBtn:hover{background:#ffffff26;border-color:#fff3}.Header-module__DAPZiW__menuIconWrapper{transition:transform .3s;display:flex}.Header-module__DAPZiW__mobileOverlay{z-index:99;opacity:0;visibility:hidden;background:linear-gradient(#0a0a14 0%,#1a1a2e 100%);flex-direction:column;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;inset:0}.Header-module__DAPZiW__mobileOverlayOpen{opacity:1;visibility:visible}.Header-module__DAPZiW__navMobile{flex-direction:column;height:100%;padding:100px 1.5rem 2rem;display:flex;overflow-y:auto}.Header-module__DAPZiW__mobileNavLinks{flex-direction:column;flex:1;gap:.5rem;display:flex}.Header-module__DAPZiW__navLinkMobile{opacity:0;background:#ffffff08;border:1px solid #ffffff0d;border-radius:16px;align-items:center;gap:1rem;padding:1.25rem 1rem;text-decoration:none;transition:all .3s;animation:.4s forwards Header-module__DAPZiW__slideInRight;display:flex;transform:translate(-20px)}.Header-module__DAPZiW__mobileOverlayOpen .Header-module__DAPZiW__navLinkMobile{opacity:1;transform:translate(0)}.Header-module__DAPZiW__navLinkMobile:hover{background:#8b5cf626;border-color:#8b5cf64d;transform:translate(8px)}.Header-module__DAPZiW__navLinkMobileNumber{color:var(--primary);font-family:monospace;font-size:.75rem;font-weight:700}.Header-module__DAPZiW__navLinkMobileText{color:#fff;flex:1;font-size:1.125rem;font-weight:600}.Header-module__DAPZiW__navLinkMobileArrow{color:#ffffff4d;transition:all .3s}.Header-module__DAPZiW__navLinkMobile:hover .Header-module__DAPZiW__navLinkMobileArrow{color:var(--primary);transform:translate(4px)}.Header-module__DAPZiW__mobileCta{border-top:1px solid #ffffff1a;margin-top:auto;padding-top:2rem}.Header-module__DAPZiW__mobileCtaButton{color:#fff;background:linear-gradient(135deg,var(--primary)0%,#7c3aed 100%);border:none;border-radius:16px;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:1.125rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex;box-shadow:0 8px 30px #8b5cf666}.Header-module__DAPZiW__mobileCtaButton:hover{transform:translateY(-2px);box-shadow:0 12px 40px #8b5cf680}.Header-module__DAPZiW__mobileCtaSubtext{text-align:center;color:#fff6;margin-top:1rem;font-size:.8rem}@media (min-width:768px){.Header-module__DAPZiW__container{padding:0 2rem}.Header-module__DAPZiW__navDesktop,.Header-module__DAPZiW__ctaDesktop{display:flex}.Header-module__DAPZiW__mobileMenuBtn,.Header-module__DAPZiW__mobileOverlay{display:none}}@media (min-width:1024px){.Header-module__DAPZiW__navDesktop{gap:.75rem}.Header-module__DAPZiW__navLink{padding:.75rem 1.25rem}.Header-module__DAPZiW__ctaButton{padding:.875rem 1.5rem}}@keyframes Header-module__DAPZiW__slideInRight{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}
.Hero-module__lYpGPq__hero{align-items:center;min-height:100vh;padding-top:7rem;padding-bottom:4rem;display:flex;position:relative;overflow:hidden}.Hero-module__lYpGPq__backgroundEffects{z-index:0;pointer-events:none;position:absolute;inset:0;overflow:hidden}.Hero-module__lYpGPq__orb1{filter:blur(80px);background:radial-gradient(circle,#6366f140 0%,#0000 70%);border-radius:50%;width:600px;height:600px;animation:20s ease-in-out infinite Hero-module__lYpGPq__floatOrb;position:absolute;top:-20%;left:10%}.Hero-module__lYpGPq__orb2{filter:blur(80px);background:radial-gradient(circle,#8b5cf633 0%,#0000 70%);border-radius:50%;width:500px;height:500px;animation:25s ease-in-out infinite reverse Hero-module__lYpGPq__floatOrb;position:absolute;bottom:-10%;right:5%}.Hero-module__lYpGPq__orb3{filter:blur(60px);background:radial-gradient(circle,#a855f726 0%,#0000 70%);border-radius:50%;width:300px;height:300px;animation:15s ease-in-out -5s infinite Hero-module__lYpGPq__floatOrb;position:absolute;top:40%;right:20%}.Hero-module__lYpGPq__gridPattern{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(80% 50% at 50% 0,#000 40%,#0000 100%);mask-image:radial-gradient(80% 50% at 50% 0,#000 40%,#0000 100%)}.Hero-module__lYpGPq__noiseOverlay{opacity:.03;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' 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)'/%3E%3C/svg%3E");position:absolute;inset:0}.Hero-module__lYpGPq__container{z-index:1;text-align:center;max-width:1200px;margin:0 auto;padding:0 1.5rem;position:relative}.Hero-module__lYpGPq__announcementWrapper{justify-content:center;margin-bottom:2rem;display:flex}.Hero-module__lYpGPq__badge{color:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#8b5cf626 0%,#6366f11a 100%);border:1px solid #8b5cf64d;border-radius:100px;align-items:center;gap:.625rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;animation:.6s ease-out Hero-module__lYpGPq__fadeInDown;display:inline-flex}.Hero-module__lYpGPq__badgeIcon{color:#a78bfa;animation:2s ease-in-out infinite Hero-module__lYpGPq__sparkle}.Hero-module__lYpGPq__badgeDivider{background:#fff3;width:1px;height:16px}.Hero-module__lYpGPq__title{flex-direction:column;gap:.25rem;margin-bottom:1.5rem;animation:.8s ease-out .1s both Hero-module__lYpGPq__fadeInUp;display:flex}.Hero-module__lYpGPq__titleLine{color:#ffffffd9;letter-spacing:-.01em;font-size:2rem;font-weight:600}.Hero-module__lYpGPq__gradientText{letter-spacing:-.03em;background:linear-gradient(135deg,#fff 0%,#a78bfa 40%,#8b5cf6 60%,#6366f1 100%) 0 0/200%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:800;line-height:1.1;animation:5s ease-in-out infinite Hero-module__lYpGPq__gradientShift}.Hero-module__lYpGPq__description{color:#fff9;max-width:540px;margin:0 auto 2.5rem;font-size:1.125rem;line-height:1.7;animation:.8s ease-out .2s both Hero-module__lYpGPq__fadeInUp}.Hero-module__lYpGPq__brDesktop{display:none}.Hero-module__lYpGPq__statsRow{justify-content:center;align-items:center;gap:1.5rem;margin-bottom:2.5rem;animation:.8s ease-out .3s both Hero-module__lYpGPq__fadeInUp;display:flex}.Hero-module__lYpGPq__stat{flex-direction:column;align-items:center;gap:.25rem;display:flex}.Hero-module__lYpGPq__statNumber{background:linear-gradient(135deg,#fff 0%,#a78bfa 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:800}.Hero-module__lYpGPq__statLabel{color:#ffffff73;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}.Hero-module__lYpGPq__statDivider{background:linear-gradient(#0000 0%,#ffffff26 50%,#0000 100%);width:1px;height:40px}.Hero-module__lYpGPq__actions{flex-direction:column;align-items:center;gap:1rem;margin-bottom:4rem;animation:.8s ease-out .4s both Hero-module__lYpGPq__fadeInUp;display:flex}.Hero-module__lYpGPq__primaryButton{color:#fff;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border:none;border-radius:14px;justify-content:center;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 15px #6366f166,inset 0 1px #ffffff1a}.Hero-module__lYpGPq__primaryButton:before{content:"";opacity:0;background:linear-gradient(135deg,#8b5cf6 0%,#a855f7 100%);transition:opacity .3s;position:absolute;inset:0}.Hero-module__lYpGPq__primaryButton:hover:before{opacity:1}.Hero-module__lYpGPq__primaryButton:hover{transform:translateY(-3px);box-shadow:0 8px 30px #6366f180,inset 0 1px #ffffff26}.Hero-module__lYpGPq__primaryButton span,.Hero-module__lYpGPq__primaryButton svg{z-index:1;position:relative}.Hero-module__lYpGPq__buttonArrow{transition:transform .3s}.Hero-module__lYpGPq__primaryButton:hover .Hero-module__lYpGPq__buttonArrow{transform:translate(4px)}.Hero-module__lYpGPq__secondaryButton{color:#ffffffd9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:14px;justify-content:center;align-items:center;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.Hero-module__lYpGPq__secondaryButton:hover{color:#fff;background:#ffffff1a;border-color:#fff3}.Hero-module__lYpGPq__scrollIndicator{flex-direction:column;align-items:center;gap:.75rem;animation:.8s ease-out .6s both Hero-module__lYpGPq__fadeInUp;display:flex}.Hero-module__lYpGPq__scrollText{text-transform:uppercase;letter-spacing:.15em;color:#ffffff59;font-size:.75rem}.Hero-module__lYpGPq__scrollIcon{border:2px solid #ffffff26;border-radius:20px;justify-content:center;align-items:flex-end;width:32px;height:48px;padding-bottom:6px;display:flex}.Hero-module__lYpGPq__scrollChevron{color:#fff6;animation:2s ease-in-out infinite Hero-module__lYpGPq__bounce}@media (min-width:640px){.Hero-module__lYpGPq__actions{flex-direction:row}.Hero-module__lYpGPq__primaryButton,.Hero-module__lYpGPq__secondaryButton{width:auto}.Hero-module__lYpGPq__statsRow{gap:2.5rem}.Hero-module__lYpGPq__statNumber{font-size:2rem}.Hero-module__lYpGPq__statLabel{font-size:.8rem}}@media (min-width:768px){.Hero-module__lYpGPq__hero{padding-top:10rem}.Hero-module__lYpGPq__titleLine{font-size:2.5rem}.Hero-module__lYpGPq__gradientText{font-size:4.5rem}.Hero-module__lYpGPq__description{font-size:1.25rem}.Hero-module__lYpGPq__brDesktop{display:block}}@media (min-width:1024px){.Hero-module__lYpGPq__titleLine{font-size:3rem}.Hero-module__lYpGPq__gradientText{font-size:5.5rem}.Hero-module__lYpGPq__statsRow{gap:4rem}}@keyframes Hero-module__lYpGPq__floatOrb{0%,to{transform:translate(0)scale(1)}33%{transform:translate(30px,-30px)scale(1.05)}66%{transform:translate(-20px,20px)scale(.95)}}@keyframes Hero-module__lYpGPq__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes Hero-module__lYpGPq__fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes Hero-module__lYpGPq__gradientShift{0%,to{background-position:0%}50%{background-position:100%}}@keyframes Hero-module__lYpGPq__sparkle{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.9)}}@keyframes Hero-module__lYpGPq__bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(8px)}60%{transform:translateY(4px)}}
.FeaturesSection-module__5WGHtG__section{padding:6rem 0;position:relative;overflow:hidden}.FeaturesSection-module__5WGHtG__sectionBg{z-index:0;pointer-events:none;position:absolute;inset:0}.FeaturesSection-module__5WGHtG__bgOrb{filter:blur(100px);background:radial-gradient(circle,#6366f114 0%,#0000 70%);width:800px;height:800px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.FeaturesSection-module__5WGHtG__container{z-index:1;max-width:1200px;margin:0 auto;padding:0 1.5rem;position:relative}.FeaturesSection-module__5WGHtG__header{text-align:center;max-width:600px;margin:0 auto 4rem}.FeaturesSection-module__5WGHtG__eyebrow{text-transform:uppercase;letter-spacing:.2em;color:var(--primary);background:#6366f11a;border-radius:100px;margin-bottom:1rem;padding:.375rem 1rem;font-size:.75rem;font-weight:600;display:inline-block}.FeaturesSection-module__5WGHtG__title{color:var(--foreground);letter-spacing:-.02em;margin-bottom:1rem;font-size:2.25rem;font-weight:800}.FeaturesSection-module__5WGHtG__titleHighlight{background:linear-gradient(135deg,#a78bfa 0%,#6366f1 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.FeaturesSection-module__5WGHtG__subtitle{color:var(--foreground-muted);margin:0;font-size:1.125rem;line-height:1.6}.FeaturesSection-module__5WGHtG__grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:640px){.FeaturesSection-module__5WGHtG__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.FeaturesSection-module__5WGHtG__grid{grid-template-columns:repeat(4,1fr)}}.FeaturesSection-module__5WGHtG__cardWrapper{opacity:0;height:100%;animation:.6s ease-out forwards FeaturesSection-module__5WGHtG__fadeInUp}.FeaturesSection-module__5WGHtG__card{background:linear-gradient(165deg,#1e1e32e6 0%,#141423f2 100%);border:1px solid #8b5cf626;border-radius:20px;height:100%;padding:2rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.FeaturesSection-module__5WGHtG__cardGlow{opacity:0;background:linear-gradient(90deg,#0000 0%,#8b5cf680 50%,#0000 100%);width:100%;height:1px;transition:opacity .3s;position:absolute;top:0;left:50%;transform:translate(-50%)}.FeaturesSection-module__5WGHtG__card:hover{border-color:#8b5cf659;transform:translateY(-8px);box-shadow:0 20px 60px #0006,0 0 40px #8b5cf61a}.FeaturesSection-module__5WGHtG__card:hover .FeaturesSection-module__5WGHtG__cardGlow{opacity:1}.FeaturesSection-module__5WGHtG__iconWrapper{color:#a78bfa;background:linear-gradient(135deg,#8b5cf633 0%,#6366f11a 100%);border:1px solid #8b5cf633;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1.5rem;transition:all .3s;display:flex}.FeaturesSection-module__5WGHtG__card:hover .FeaturesSection-module__5WGHtG__iconWrapper{background:linear-gradient(135deg,#8b5cf64d 0%,#6366f133 100%);transform:scale(1.05);box-shadow:0 0 30px #8b5cf64d}.FeaturesSection-module__5WGHtG__cardTitle{color:var(--foreground);margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.FeaturesSection-module__5WGHtG__cardDescription{color:var(--foreground-muted);margin-bottom:1.5rem;font-size:.9rem;line-height:1.65}.FeaturesSection-module__5WGHtG__cardFooter{margin-top:auto}.FeaturesSection-module__5WGHtG__learnMore{color:var(--primary);opacity:.7;cursor:pointer;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;transition:all .3s;display:inline-flex}.FeaturesSection-module__5WGHtG__learnMoreArrow{transition:transform .3s}.FeaturesSection-module__5WGHtG__card:hover .FeaturesSection-module__5WGHtG__learnMore{opacity:1}.FeaturesSection-module__5WGHtG__card:hover .FeaturesSection-module__5WGHtG__learnMoreArrow{transform:translate(4px)}@media (min-width:768px){.FeaturesSection-module__5WGHtG__section{padding:8rem 0}.FeaturesSection-module__5WGHtG__title{font-size:2.75rem}}@keyframes FeaturesSection-module__5WGHtG__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
.Footer-module__DaFM4q__footer{padding-top:5rem;padding-bottom:2rem;position:relative;overflow:hidden}.Footer-module__DaFM4q__footerBg{z-index:0;pointer-events:none;position:absolute;inset:0}.Footer-module__DaFM4q__bgGradient{background:linear-gradient(90deg,#0000 0%,#8b5cf64d 50%,#0000 100%);height:1px;position:absolute;top:0;left:0;right:0}.Footer-module__DaFM4q__container{z-index:1;max-width:1200px;margin:0 auto;padding:0 1.5rem;position:relative}.Footer-module__DaFM4q__grid{border-bottom:1px solid #ffffff0f;grid-template-columns:1fr;gap:3rem;padding-bottom:3rem;display:grid}@media (min-width:640px){.Footer-module__DaFM4q__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.Footer-module__DaFM4q__grid{grid-template-columns:1.5fr 1fr 1fr 1fr}}.Footer-module__DaFM4q__brandColumn{flex-direction:column;gap:1.25rem;display:flex}.Footer-module__DaFM4q__brandHeader{align-items:center;gap:.75rem;display:flex}.Footer-module__DaFM4q__brandLogo{background:linear-gradient(135deg,var(--primary)0%,#8b5cf6 100%);color:#fff;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;display:flex;box-shadow:0 4px 15px #8b5cf64d}.Footer-module__DaFM4q__brandName{background:linear-gradient(135deg,#fff 0%,#a78bfa 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:800}.Footer-module__DaFM4q__brandDescription{color:#ffffff80;max-width:280px;margin:0;font-size:.9rem;line-height:1.7}.Footer-module__DaFM4q__socialLinks{gap:.75rem;display:flex}.Footer-module__DaFM4q__socialLink{color:#fff9;background:#ffffff0d;border:1px solid #ffffff14;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.Footer-module__DaFM4q__socialLink:hover{color:#a78bfa;background:#8b5cf633;border-color:#8b5cf666;transform:translateY(-2px)}.Footer-module__DaFM4q__column{flex-direction:column;display:flex}.Footer-module__DaFM4q__columnTitle{text-transform:uppercase;letter-spacing:.12em;color:#ffffffe6;margin-bottom:1.5rem;font-size:.75rem;font-weight:700}.Footer-module__DaFM4q__contactList{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.Footer-module__DaFM4q__contactItem{color:#ffffff8c;align-items:flex-start;gap:.75rem;font-size:.875rem;line-height:1.5;display:flex}.Footer-module__DaFM4q__contactIcon{color:#a78bfa;flex-shrink:0;margin-top:2px}.Footer-module__DaFM4q__contactInfo{flex-direction:column;gap:.25rem;display:flex}.Footer-module__DaFM4q__cnpj{opacity:.6;margin-top:.25rem;font-size:.75rem}.Footer-module__DaFM4q__linksList{flex-direction:column;gap:.875rem;margin:0;padding:0;list-style:none;display:flex}.Footer-module__DaFM4q__navLink{color:#ffffff8c;align-items:center;gap:.5rem;font-size:.875rem;text-decoration:none;transition:all .2s;display:inline-flex}.Footer-module__DaFM4q__linkArrow{opacity:0;transition:all .2s;transform:translate(-4px,4px)}.Footer-module__DaFM4q__navLink:hover{color:#a78bfa}.Footer-module__DaFM4q__navLink:hover .Footer-module__DaFM4q__linkArrow{opacity:1;transform:translate(0)}.Footer-module__DaFM4q__scheduleList{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.Footer-module__DaFM4q__scheduleItem{flex-direction:column;gap:.25rem;display:flex}.Footer-module__DaFM4q__scheduleDay{color:#fffc;font-size:.875rem;font-weight:600}.Footer-module__DaFM4q__scheduleTime{color:#a78bfa;font-size:.875rem;font-weight:500}.Footer-module__DaFM4q__bottomBar{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding-top:2rem;display:flex}.Footer-module__DaFM4q__copyright{color:#ffffff59;margin:0;font-size:.8rem}.Footer-module__DaFM4q__bottomLinks{align-items:center;gap:.75rem;display:flex}.Footer-module__DaFM4q__bottomLink{color:#ffffff59;font-size:.8rem;text-decoration:none;transition:color .2s}.Footer-module__DaFM4q__bottomLink:hover{color:#ffffffb3}.Footer-module__DaFM4q__bottomDivider{color:#fff3}.Footer-module__DaFM4q__madeWith{color:#ffffff4d;align-items:center;gap:.375rem;margin:0;font-size:.75rem;display:flex}.Footer-module__DaFM4q__heartIcon{color:#ef4444;animation:1.5s ease-in-out infinite Footer-module__DaFM4q__heartbeat}.Footer-module__DaFM4q__developerLink{color:inherit;border-bottom:1px dotted #ffffff4d;text-decoration:none;transition:color .2s}.Footer-module__DaFM4q__developerLink:hover{color:#a78bfa;border-bottom-color:#a78bfa}@media (min-width:768px){.Footer-module__DaFM4q__bottomBar{text-align:left;flex-direction:row;justify-content:space-between}.Footer-module__DaFM4q__madeWith{order:0}}@keyframes Footer-module__DaFM4q__heartbeat{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}
