.Navbar-module__nuAbfa__nav{z-index:var(--z-nav);transition:var(--transition-slow);padding:20px 0;position:fixed;top:0;left:0;right:0}.Navbar-module__nuAbfa__scrolled{background:var(--surface);-webkit-backdrop-filter:blur(24px);border-bottom:1px solid var(--border-subtle);box-shadow:var(--shadow-sm);padding:12px 0}.Navbar-module__nuAbfa__container{max-width:var(--container);justify-content:space-between;align-items:center;gap:24px;margin:0 auto;padding:0 24px;display:flex}.Navbar-module__nuAbfa__logo{flex-shrink:0;align-items:center;gap:10px;display:flex}.Navbar-module__nuAbfa__logoIcon{background:var(--gradient-primary);width:38px;height:38px;font-family:var(--font-display);color:#fff;box-shadow:var(--shadow-primary);border-radius:10px;justify-content:center;align-items:center;font-size:1.1rem;font-weight:800;display:flex}.Navbar-module__nuAbfa__logoText{font-family:var(--font-display);color:var(--text-primary);font-size:1.1rem;font-weight:700}.Navbar-module__nuAbfa__logoText span{color:var(--primary)}.Navbar-module__nuAbfa__links{align-items:center;gap:4px;display:flex}.Navbar-module__nuAbfa__link{color:var(--text-secondary);border-radius:var(--radius-md);transition:var(--transition);padding:8px 14px;font-size:.9rem;font-weight:500;position:relative}.Navbar-module__nuAbfa__link:hover{color:var(--text-primary);background:var(--bg-secondary)}.Navbar-module__nuAbfa__link.Navbar-module__nuAbfa__active{color:var(--primary);background:var(--primary-subtle)}.Navbar-module__nuAbfa__controls{flex-shrink:0;align-items:center;gap:12px;display:flex}.Navbar-module__nuAbfa__themeBtn{border-radius:var(--radius-md);background:var(--bg-secondary);border:1px solid var(--border-subtle);width:38px;height:38px;color:var(--text-secondary);transition:var(--transition);justify-content:center;align-items:center;display:flex}.Navbar-module__nuAbfa__themeBtn:hover{color:var(--primary);border-color:var(--primary);background:var(--primary-subtle)}.Navbar-module__nuAbfa__menuBtn{border-radius:var(--radius-md);background:var(--bg-secondary);border:1px solid var(--border-subtle);flex-direction:column;justify-content:center;align-items:center;gap:5px;width:38px;height:38px;display:none}.Navbar-module__nuAbfa__bar{background:var(--text-primary);width:18px;height:2px;transition:var(--transition);transform-origin:50%;border-radius:2px;display:block}.Navbar-module__nuAbfa__bar1Open{transform:translateY(7px)rotate(45deg)}.Navbar-module__nuAbfa__bar2Open{opacity:0;transform:scaleX(0)}.Navbar-module__nuAbfa__bar3Open{transform:translateY(-7px)rotate(-45deg)}.Navbar-module__nuAbfa__mobileMenu{background:var(--surface);border-top:1px solid var(--border-subtle);max-height:0;transition:max-height .4s cubic-bezier(.4,0,.2,1);display:none;overflow:hidden}.Navbar-module__nuAbfa__mobileMenuOpen{max-height:600px}.Navbar-module__nuAbfa__mobileMenu ul{flex-direction:column;gap:8px;padding:20px 24px;display:flex}.Navbar-module__nuAbfa__mobileLink{color:var(--text-secondary);border-radius:var(--radius-md);transition:var(--transition);padding:12px 16px;font-size:1rem;font-weight:500;display:block}.Navbar-module__nuAbfa__mobileLink:hover{color:var(--primary);background:var(--primary-subtle)}@media (max-width:1024px){.Navbar-module__nuAbfa__links{display:none}}@media (max-width:768px){.Navbar-module__nuAbfa__menuBtn{display:flex}.Navbar-module__nuAbfa__mobileMenu{display:block}}
.Hero-module__Z8hQ_W__hero{flex-direction:column;justify-content:center;min-height:100vh;padding:120px 0 80px;display:flex;position:relative;overflow:hidden}.Hero-module__Z8hQ_W__blob1{pointer-events:none;background:radial-gradient(circle,#2474f526 0%,#0000 70%);border-radius:50%;width:700px;height:700px;position:absolute;top:-200px;right:-200px}.Hero-module__Z8hQ_W__blob2{pointer-events:none;background:radial-gradient(circle,#27b07d1f 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;bottom:-200px;left:-200px}.Hero-module__Z8hQ_W__grid{pointer-events:none;background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:50px 50px;position:absolute;inset:0}[data-theme=light] .Hero-module__Z8hQ_W__grid{background-image:linear-gradient(#0000000a 1px,#0000 1px),linear-gradient(90deg,#0000000a 1px,#0000 1px)}.Hero-module__Z8hQ_W__container{max-width:var(--container);z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:80px;margin:0 auto;padding:0 24px;display:grid;position:relative}.Hero-module__Z8hQ_W__content{flex-direction:column;gap:24px;display:flex}.Hero-module__Z8hQ_W__badge{align-self:flex-start;gap:8px}.Hero-module__Z8hQ_W__dot{background:var(--secondary);border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:2s infinite Hero-module__Z8hQ_W__pulse-glow}.Hero-module__Z8hQ_W__headline{font-family:var(--font-display);color:var(--text-primary);letter-spacing:-.02em;font-size:clamp(2.2rem,4.5vw,3.8rem);font-weight:800;line-height:1.12}.Hero-module__Z8hQ_W__subheadline{color:var(--text-secondary);max-width:520px;font-size:1.1rem;line-height:1.75}.Hero-module__Z8hQ_W__ctas{flex-wrap:wrap;gap:16px;display:flex}.Hero-module__Z8hQ_W__stats{border-top:1px solid var(--border-subtle);flex-wrap:wrap;gap:32px;padding-top:8px;display:flex}.Hero-module__Z8hQ_W__stat{flex-direction:column;gap:2px;display:flex}.Hero-module__Z8hQ_W__statValue{font-family:var(--font-display);color:var(--primary);font-size:1.5rem;font-weight:800}.Hero-module__Z8hQ_W__statLabel{color:var(--text-muted);font-size:.8rem;font-weight:500}.Hero-module__Z8hQ_W__visual{justify-content:center;align-items:center;height:500px;transition:transform .1s;display:flex;position:relative}.Hero-module__Z8hQ_W__browserStack{width:340px;height:420px;position:relative}.Hero-module__Z8hQ_W__browserCard{background:var(--surface);border-radius:var(--radius-lg);width:300px;box-shadow:var(--shadow-xl);border:1px solid var(--border-subtle);transition:var(--transition-slow);animation:Hero-module__Z8hQ_W__floatSlow calc(5s + var(--delay)) ease-in-out infinite;animation-delay:var(--delay);position:absolute;overflow:hidden}.Hero-module__Z8hQ_W__browserCard:first-child{top:0;left:0}.Hero-module__Z8hQ_W__browserCard:nth-child(2){top:30px;left:30px}.Hero-module__Z8hQ_W__browserCard:nth-child(3){top:60px;left:60px}.Hero-module__Z8hQ_W__browserCard:nth-child(4){top:90px;left:90px}.Hero-module__Z8hQ_W__browserCard:hover{box-shadow:var(--shadow-xl);z-index:100!important;transform:translateY(-8px)scale(1.02)!important}.Hero-module__Z8hQ_W__browserChrome{background:var(--bg-secondary);border-bottom:1px solid var(--border-subtle);align-items:center;gap:8px;padding:10px 12px;display:flex}.Hero-module__Z8hQ_W__browserDots{gap:5px;display:flex}.Hero-module__Z8hQ_W__browserDots span{border-radius:50%;width:10px;height:10px;display:block}.Hero-module__Z8hQ_W__browserUrl{background:var(--bg-tertiary);color:var(--text-muted);border-radius:6px;flex:1;align-items:center;gap:4px;padding:4px 8px;font-size:.7rem;display:flex;overflow:hidden}.Hero-module__Z8hQ_W__browserBody{padding:14px}.Hero-module__Z8hQ_W__fakeNav{opacity:.9;border-radius:6px;height:28px;margin-bottom:12px}.Hero-module__Z8hQ_W__fakeHero{flex-direction:column;gap:8px;margin-bottom:14px;display:flex}.Hero-module__Z8hQ_W__fakeLine{background:var(--bg-tertiary);border-radius:5px;height:10px}.Hero-module__Z8hQ_W__fakeBtn{border-radius:14px;width:90px;height:28px;margin-top:4px}.Hero-module__Z8hQ_W__fakeCards{gap:8px;display:flex}.Hero-module__Z8hQ_W__fakeCard{background:var(--bg-secondary);border-radius:8px;flex:1;height:50px}.Hero-module__Z8hQ_W__fakeTag{color:#fff;letter-spacing:.05em;text-transform:uppercase;border-radius:20px;padding:4px 10px;font-size:.65rem;font-weight:700;position:absolute;bottom:10px;right:10px}.Hero-module__Z8hQ_W__floatBadge{background:var(--surface);border:1px solid var(--border-subtle);border-radius:var(--radius-md);box-shadow:var(--shadow-md);white-space:nowrap;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);align-items:center;gap:10px;padding:10px 14px;font-size:.8rem;display:flex;position:absolute}.Hero-module__Z8hQ_W__floatBadge span:first-child{font-size:1.2rem}.Hero-module__Z8hQ_W__floatBadge p{color:var(--text-primary);font-weight:700;line-height:1}.Hero-module__Z8hQ_W__floatBadge small{color:var(--text-muted)}.Hero-module__Z8hQ_W__floatBadge1{top:20px;left:-30px}.Hero-module__Z8hQ_W__floatBadge2{bottom:60px;left:-20px}.Hero-module__Z8hQ_W__floatBadge3{top:50%;right:-30px;transform:translateY(-50%)}.Hero-module__Z8hQ_W__scrollIndicator{color:var(--text-muted);opacity:0;flex-direction:column;align-items:center;gap:8px;font-size:.75rem;animation:1s 1s both Hero-module__Z8hQ_W__fadeIn;display:flex;position:absolute;bottom:30px;left:50%;transform:translate(-50%)}.Hero-module__Z8hQ_W__scrollMouse{border:2px solid var(--border);border-radius:11px;justify-content:center;width:22px;height:36px;padding-top:6px;display:flex}.Hero-module__Z8hQ_W__scrollWheel{background:var(--primary);border-radius:2px;width:3px;height:8px;animation:1.5s ease-in-out infinite Hero-module__Z8hQ_W__float}@media (max-width:1024px){.Hero-module__Z8hQ_W__container{text-align:center;grid-template-columns:1fr;gap:60px}.Hero-module__Z8hQ_W__content{align-items:center}.Hero-module__Z8hQ_W__subheadline{max-width:600px}.Hero-module__Z8hQ_W__badge{align-self:center}.Hero-module__Z8hQ_W__stats{justify-content:center}.Hero-module__Z8hQ_W__visual{height:400px}.Hero-module__Z8hQ_W__browserStack{width:280px;height:360px}.Hero-module__Z8hQ_W__browserCard{width:260px}}@media (max-width:600px){.Hero-module__Z8hQ_W__ctas{flex-direction:column;width:100%}.Hero-module__Z8hQ_W__ctas a{justify-content:center;width:100%}.Hero-module__Z8hQ_W__visual{height:320px}.Hero-module__Z8hQ_W__floatBadge1,.Hero-module__Z8hQ_W__floatBadge2,.Hero-module__Z8hQ_W__floatBadge3{display:none}}
.WhyWebsite-module__La4esa__header{text-align:center;margin-bottom:48px}.WhyWebsite-module__La4esa__colHeaders{grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;margin-bottom:12px;display:grid}.WhyWebsite-module__La4esa__colWithout,.WhyWebsite-module__La4esa__colWith{border-radius:var(--radius-md);align-items:center;gap:8px;padding:12px 20px;font-size:1rem;font-weight:700;display:flex}.WhyWebsite-module__La4esa__colWithout{color:#a32929;background:#fdeded;justify-content:center}[data-theme=dark] .WhyWebsite-module__La4esa__colWithout{color:#e46767;background:#290a0a}.WhyWebsite-module__La4esa__colWith{color:#1c7d5a;background:#e6f9f2;justify-content:center}[data-theme=dark] .WhyWebsite-module__La4esa__colWith{color:#43d6a0;background:#072118}.WhyWebsite-module__La4esa__colCenter{color:var(--text-muted);text-align:center;width:48px;font-size:1.1rem;font-weight:800}.WhyWebsite-module__La4esa__rows{flex-direction:column;gap:12px;margin-bottom:60px;display:flex}.WhyWebsite-module__La4esa__row{grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;display:grid}.WhyWebsite-module__La4esa__withoutCell,.WhyWebsite-module__La4esa__withCell{border-radius:var(--radius-md);padding:18px 22px;font-size:.92rem;line-height:1.55}.WhyWebsite-module__La4esa__withoutCell{color:#933;text-align:right;background:#fdf1f1;border:1px solid #f5d6d6}[data-theme=dark] .WhyWebsite-module__La4esa__withoutCell{color:#e08585;background:#1d0c0c;border-color:#391818}.WhyWebsite-module__La4esa__withCell{color:#206048;background:#eefbf7;border:1px solid #cdeadf}[data-theme=dark] .WhyWebsite-module__La4esa__withCell{color:#5cd6a9;background:#0b1914;border-color:#17362a}.WhyWebsite-module__La4esa__centerCell{flex-direction:column;align-items:center;gap:4px;width:90px;display:flex}.WhyWebsite-module__La4esa__topicIcon{font-size:1.4rem}.WhyWebsite-module__La4esa__topic{color:var(--text-muted);text-align:center;text-transform:uppercase;letter-spacing:.05em;font-size:.72rem;font-weight:600}.WhyWebsite-module__La4esa__cta{text-align:center}.WhyWebsite-module__La4esa__ctaCard{background:var(--gradient-hero);border:1px solid var(--border-subtle);border-radius:var(--radius-xl);flex-direction:column;align-items:center;gap:16px;padding:56px 40px;display:flex}.WhyWebsite-module__La4esa__ctaCard h3{font-family:var(--font-display);color:var(--text-primary);font-size:1.8rem;font-weight:800}.WhyWebsite-module__La4esa__ctaCard p{color:var(--text-secondary);max-width:480px;font-size:1rem}@media (max-width:768px){.WhyWebsite-module__La4esa__colHeaders,.WhyWebsite-module__La4esa__row{grid-template-columns:1fr}.WhyWebsite-module__La4esa__withoutCell{text-align:left}.WhyWebsite-module__La4esa__colCenter{display:none}.WhyWebsite-module__La4esa__centerCell{flex-direction:row;justify-content:flex-start;width:auto;padding:12px 0 4px}.WhyWebsite-module__La4esa__topic{font-size:.85rem}.WhyWebsite-module__La4esa__ctaCard{padding:36px 24px}.WhyWebsite-module__La4esa__ctaCard h3{font-size:1.4rem}}
.Industries-module__7cW2oq__section{background:var(--bg-secondary);position:relative}.Industries-module__7cW2oq__header{text-align:center;margin-bottom:52px}.Industries-module__7cW2oq__grid{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:40px;display:grid}.Industries-module__7cW2oq__card{background:var(--surface);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);cursor:pointer;transition:var(--transition);opacity:0;padding:24px 20px;position:relative;overflow:hidden;transform:translateY(20px)scale(.96)}.Industries-module__7cW2oq__card:after{content:"";background:var(--gradient-primary);opacity:0;transition:opacity .3s;position:absolute;inset:0}.Industries-module__7cW2oq__cardVisible{opacity:1;transform:translateY(0)scale(1)}.Industries-module__7cW2oq__card:hover{border-color:var(--primary);box-shadow:var(--shadow-lg);transform:translateY(-6px)}.Industries-module__7cW2oq__card:hover:after{opacity:.04}.Industries-module__7cW2oq__cardInner{z-index:1;position:relative}.Industries-module__7cW2oq__emoji{margin-bottom:10px;font-size:2rem;display:block}.Industries-module__7cW2oq__name{font-family:var(--font-display);color:var(--text-primary);margin-bottom:4px;font-size:.95rem;font-weight:700}.Industries-module__7cW2oq__desc{color:var(--text-muted);font-size:.8rem;line-height:1.5}.Industries-module__7cW2oq__arrow{color:var(--primary);opacity:0;transition:var(--transition);margin-top:10px;font-size:1rem;display:block;transform:translate(-6px)}.Industries-module__7cW2oq__card:hover .Industries-module__7cW2oq__arrow{opacity:1;transform:translate(0)}.Industries-module__7cW2oq__bottomNote{text-align:center;color:var(--text-muted);font-size:.95rem}.Industries-module__7cW2oq__bottomNote a{color:var(--primary);transition:var(--transition);font-weight:600}.Industries-module__7cW2oq__bottomNote a:hover{color:var(--primary-dark)}@media (max-width:1024px){.Industries-module__7cW2oq__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.Industries-module__7cW2oq__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.Industries-module__7cW2oq__grid{grid-template-columns:repeat(2,1fr);gap:10px}.Industries-module__7cW2oq__card{padding:16px 14px}}
.Services-module__PFRRnG__header{text-align:center;margin-bottom:60px}.Services-module__PFRRnG__header .Services-module__PFRRnG__section-subtitle{margin:0 auto}.Services-module__PFRRnG__grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:60px;display:grid}.Services-module__PFRRnG__card{background:var(--gradient-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);transition:var(--transition);cursor:pointer;flex-direction:column;gap:14px;padding:28px;display:flex;position:relative;overflow:hidden}.Services-module__PFRRnG__card:before{content:"";background:var(--c,var(--primary));opacity:0;height:3px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.Services-module__PFRRnG__card:hover{box-shadow:var(--shadow-lg);border-color:var(--border);transform:translateY(-6px)}.Services-module__PFRRnG__card:hover:before{opacity:1}.Services-module__PFRRnG__iconWrap{border-radius:var(--radius-md);background:color-mix(in srgb, var(--c,var(--primary)) 12%, transparent);width:52px;height:52px;transition:var(--transition);justify-content:center;align-items:center;display:flex}.Services-module__PFRRnG__card:hover .Services-module__PFRRnG__iconWrap{background:color-mix(in srgb, var(--c,var(--primary)) 20%, transparent);transform:scale(1.1)}.Services-module__PFRRnG__icon{font-size:1.4rem}.Services-module__PFRRnG__cardTitle{font-family:var(--font-display);color:var(--text-primary);font-size:1.05rem;font-weight:700;line-height:1.3}.Services-module__PFRRnG__cardDesc{color:var(--text-secondary);flex:1;font-size:.9rem;line-height:1.65}.Services-module__PFRRnG__tags{flex-wrap:wrap;gap:6px;display:flex}.Services-module__PFRRnG__tag{border-radius:var(--radius-full);background:color-mix(in srgb, var(--c,var(--primary)) 12%, transparent);color:var(--c,var(--primary));border:1px solid color-mix(in srgb, var(--c,var(--primary)) 20%, transparent);padding:3px 10px;font-size:.72rem;font-weight:600}.Services-module__PFRRnG__cardArrow{opacity:0;transition:var(--transition);align-items:center;gap:6px;font-size:.82rem;font-weight:600;display:flex;transform:translate(-8px)}.Services-module__PFRRnG__card:hover .Services-module__PFRRnG__cardArrow{opacity:1;transform:translate(0)}.Services-module__PFRRnG__ctaBanner{background:var(--gradient-primary);border-radius:var(--radius-xl);justify-content:space-between;align-items:center;gap:32px;padding:48px;display:flex;position:relative;overflow:hidden}.Services-module__PFRRnG__ctaBanner:before{content:"";background:#ffffff14;border-radius:50%;width:300px;height:300px;position:absolute;top:-100px;right:-100px}.Services-module__PFRRnG__ctaBannerContent h3{font-family:var(--font-display);color:#fff;margin-bottom:8px;font-size:1.6rem;font-weight:800}.Services-module__PFRRnG__ctaBannerContent p{color:#ffffffd9;max-width:500px;font-size:1rem}.Services-module__PFRRnG__ctaBanner .Services-module__PFRRnG__btn{color:var(--primary);background:#fff;flex-shrink:0;box-shadow:0 8px 32px #00000026}.Services-module__PFRRnG__ctaBanner .Services-module__PFRRnG__btn:hover{transform:translateY(-2px);box-shadow:0 12px 40px #0003}@media (max-width:1024px){.Services-module__PFRRnG__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Services-module__PFRRnG__grid{grid-template-columns:1fr}.Services-module__PFRRnG__ctaBanner{text-align:center;flex-direction:column;padding:36px 24px}.Services-module__PFRRnG__ctaBanner .Services-module__PFRRnG__btn{justify-content:center;width:100%}}
.Portfolio-module__RS_UDG__section{background:var(--bg-secondary)}.Portfolio-module__RS_UDG__header{text-align:center;margin-bottom:52px}.Portfolio-module__RS_UDG__grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:52px;display:grid}.Portfolio-module__RS_UDG__card{background:var(--surface);border:1px solid var(--border-subtle);border-radius:var(--radius-xl);cursor:pointer;opacity:0;flex-direction:column;gap:16px;padding:28px;transition:opacity .5s,transform .5s,box-shadow .25s,border-color .25s;display:flex;position:relative;overflow:hidden;transform:translateY(24px)}.Portfolio-module__RS_UDG__card:before{content:"";background:var(--c);opacity:0;height:4px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.Portfolio-module__RS_UDG__cardVisible{opacity:1;transform:translateY(0)}.Portfolio-module__RS_UDG__card:hover{border-color:var(--border);box-shadow:var(--shadow-lg);transform:translateY(-6px)}.Portfolio-module__RS_UDG__card:hover:before{opacity:1}.Portfolio-module__RS_UDG__cardHeader{align-items:flex-start;gap:14px;display:flex}.Portfolio-module__RS_UDG__cardIcon{border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.4rem;display:flex}.Portfolio-module__RS_UDG__category{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:3px;font-size:.72rem;font-weight:600;display:block}.Portfolio-module__RS_UDG__cardTitle{font-family:var(--font-display);color:var(--text-primary);font-size:1rem;font-weight:700;line-height:1.3}.Portfolio-module__RS_UDG__resultBadge{background:var(--secondary-subtle);color:var(--secondary-dark);border-radius:var(--radius-full);white-space:nowrap;flex-shrink:0;align-items:center;gap:5px;margin-left:auto;padding:4px 10px;font-size:.72rem;font-weight:700;display:flex}[data-theme=dark] .Portfolio-module__RS_UDG__resultBadge{color:var(--secondary-light)}.Portfolio-module__RS_UDG__cardDesc{color:var(--text-secondary);font-size:.875rem;line-height:1.6}.Portfolio-module__RS_UDG__features{flex-wrap:wrap;gap:6px;display:flex}.Portfolio-module__RS_UDG__feature{border-radius:var(--radius-full);background:color-mix(in srgb, var(--c) 10%, transparent);color:var(--c);border:1px solid color-mix(in srgb, var(--c) 20%, transparent);align-items:center;gap:5px;padding:3px 10px;font-size:.75rem;font-weight:600;display:inline-flex}.Portfolio-module__RS_UDG__tech{border-top:1px solid var(--border-subtle);flex-wrap:wrap;gap:6px;margin-top:auto;padding-top:12px;display:flex}.Portfolio-module__RS_UDG__techTag{color:var(--text-muted);background:var(--bg-secondary);border-radius:var(--radius-full);padding:2px 10px;font-size:.72rem;font-weight:600}.Portfolio-module__RS_UDG__cta{text-align:center;flex-direction:column;align-items:center;gap:16px;display:flex}.Portfolio-module__RS_UDG__cta p{color:var(--text-secondary);font-size:1.1rem;font-weight:500}@media (max-width:1024px){.Portfolio-module__RS_UDG__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.Portfolio-module__RS_UDG__grid{grid-template-columns:1fr}.Portfolio-module__RS_UDG__cardHeader{flex-wrap:wrap}.Portfolio-module__RS_UDG__resultBadge{margin-left:0}}
.Process-module__gUgyKG__section{background:var(--bg-secondary)}.Process-module__gUgyKG__header{text-align:center;margin-bottom:72px}.Process-module__gUgyKG__timeline{flex-direction:column;gap:0;margin-bottom:64px;display:flex;position:relative}.Process-module__gUgyKG__timelineLine{background:linear-gradient(to bottom, var(--primary), var(--secondary));opacity:.3;width:2px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.Process-module__gUgyKG__step{opacity:0;grid-template-columns:1fr 40px 1fr;align-items:center;gap:24px;padding:16px 0;transition:opacity .5s,transform .5s;display:grid;transform:translateY(20px)}.Process-module__gUgyKG__stepVisible{opacity:1;transform:translateY(0)}.Process-module__gUgyKG__stepLeft .Process-module__gUgyKG__stepCard{text-align:right;grid-area:1/1}.Process-module__gUgyKG__stepLeft .Process-module__gUgyKG__stepDot{grid-area:1/2}.Process-module__gUgyKG__stepLeft>:last-child:not(.Process-module__gUgyKG__stepDot){visibility:hidden;grid-column:3}.Process-module__gUgyKG__stepRight .Process-module__gUgyKG__stepCard{grid-area:1/3}.Process-module__gUgyKG__stepRight .Process-module__gUgyKG__stepDot{grid-area:1/2}.Process-module__gUgyKG__stepRight>:first-child:not(.Process-module__gUgyKG__stepCard){visibility:hidden;grid-column:1}.Process-module__gUgyKG__stepCard{background:var(--surface);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);transition:var(--transition);padding:24px;position:relative}.Process-module__gUgyKG__stepCard:hover{box-shadow:var(--shadow-md);border-color:var(--primary);transform:translateY(-4px)}.Process-module__gUgyKG__stepNum{font-family:var(--font-display);letter-spacing:.1em;color:var(--primary);margin-bottom:6px;font-size:.7rem;font-weight:800}.Process-module__gUgyKG__stepIcon{margin-bottom:8px;font-size:1.5rem}.Process-module__gUgyKG__stepTitle{font-family:var(--font-display);color:var(--text-primary);margin-bottom:8px;font-size:1.05rem;font-weight:700}.Process-module__gUgyKG__stepDesc{color:var(--text-secondary);margin-bottom:12px;font-size:.88rem;line-height:1.6}.Process-module__gUgyKG__stepDuration{color:var(--secondary);background:var(--secondary-subtle);border-radius:var(--radius-full);align-items:center;gap:5px;padding:4px 10px;font-size:.75rem;font-weight:600;display:inline-flex}.Process-module__gUgyKG__stepDot{background:var(--surface);border:3px solid var(--primary);z-index:1;border-radius:50%;justify-content:center;justify-self:center;align-items:center;width:40px;height:40px;display:flex;position:relative}.Process-module__gUgyKG__stepDotInner{background:var(--gradient-primary);border-radius:50%;width:12px;height:12px}.Process-module__gUgyKG__totalCard{background:var(--surface);border:1px solid var(--border-subtle);border-radius:var(--radius-xl);align-items:center;gap:24px;padding:32px 40px;display:flex}.Process-module__gUgyKG__totalIcon{font-size:2.5rem}.Process-module__gUgyKG__totalCard h3{font-family:var(--font-display);color:var(--text-primary);margin-bottom:4px;font-size:1.3rem;font-weight:700}.Process-module__gUgyKG__totalCard p{color:var(--text-secondary);font-size:.9rem}.Process-module__gUgyKG__totalCard .Process-module__gUgyKG__btn{flex-shrink:0;margin-left:auto}@media (max-width:768px){.Process-module__gUgyKG__timelineLine{left:20px}.Process-module__gUgyKG__step{grid-template-rows:auto;grid-template-columns:40px 1fr}.Process-module__gUgyKG__stepLeft .Process-module__gUgyKG__stepCard{text-align:left;grid-area:1/2}.Process-module__gUgyKG__stepLeft .Process-module__gUgyKG__stepDot{grid-area:1/1}.Process-module__gUgyKG__stepLeft>:last-child{display:none}.Process-module__gUgyKG__stepRight .Process-module__gUgyKG__stepCard{grid-area:1/2}.Process-module__gUgyKG__stepRight .Process-module__gUgyKG__stepDot{grid-area:1/1}.Process-module__gUgyKG__stepRight>:last-child:not(.Process-module__gUgyKG__stepCard){display:none}.Process-module__gUgyKG__totalCard{text-align:center;flex-direction:column;padding:28px 20px}.Process-module__gUgyKG__totalCard .Process-module__gUgyKG__btn{justify-content:center;width:100%;margin:0}}
.Pricing-module__TjAkjG__header{text-align:center;margin-bottom:48px}.Pricing-module__TjAkjG__toggle{color:var(--text-muted);align-items:center;gap:12px;margin-top:24px;font-size:.95rem;font-weight:500;display:inline-flex}.Pricing-module__TjAkjG__toggleActive{color:var(--text-primary);font-weight:600}.Pricing-module__TjAkjG__toggleBtn{background:var(--bg-tertiary);border:2px solid var(--border);width:52px;height:28px;transition:var(--transition);border-radius:14px;position:relative}.Pricing-module__TjAkjG__toggleBtn:hover{border-color:var(--primary)}.Pricing-module__TjAkjG__toggleThumb{background:var(--primary);width:18px;height:18px;transition:var(--transition);border-radius:50%;display:block;position:absolute;top:50%;left:3px;transform:translateY(-50%)}.Pricing-module__TjAkjG__toggleThumbRight{left:calc(100% - 21px)}.Pricing-module__TjAkjG__saveBadge{background:var(--secondary-subtle);color:var(--secondary);border-radius:var(--radius-full);margin-left:6px;padding:2px 8px;font-size:.7rem;font-weight:700}.Pricing-module__TjAkjG__grid{grid-template-columns:repeat(4,1fr);align-items:start;gap:20px;margin-bottom:32px;display:grid}.Pricing-module__TjAkjG__card{background:var(--gradient-card);border:1px solid var(--border-subtle);border-radius:var(--radius-xl);opacity:0;flex-direction:column;gap:20px;padding:32px 28px;transition:opacity .5s,transform .5s,box-shadow .25s,border-color .25s;display:flex;position:relative;transform:translateY(24px)}.Pricing-module__TjAkjG__cardVisible{opacity:1;transform:translateY(0)}.Pricing-module__TjAkjG__card:hover{box-shadow:var(--shadow-lg);border-color:var(--border)}.Pricing-module__TjAkjG__highlighted{background:var(--gradient-primary);box-shadow:var(--shadow-primary);border-color:#0000;transform:scale(1.02)}.Pricing-module__TjAkjG__highlighted.Pricing-module__TjAkjG__cardVisible{transform:scale(1.02)}.Pricing-module__TjAkjG__highlighted:hover{transform:scale(1.02)translateY(-4px);box-shadow:0 20px 60px #3b82f666}.Pricing-module__TjAkjG__popularBadge{background:var(--gradient-secondary);color:#fff;border-radius:var(--radius-full);white-space:nowrap;box-shadow:var(--shadow-secondary);padding:5px 16px;font-size:.75rem;font-weight:700;position:absolute;top:-14px;left:50%;transform:translate(-50%)}.Pricing-module__TjAkjG__cardTop{flex-direction:column;gap:8px;display:flex}.Pricing-module__TjAkjG__planIcon{font-size:1.8rem}.Pricing-module__TjAkjG__planName{font-family:var(--font-display);color:var(--text-primary);font-size:1.2rem;font-weight:800}.Pricing-module__TjAkjG__highlighted .Pricing-module__TjAkjG__planName{color:#fff}.Pricing-module__TjAkjG__priceWrap{align-items:baseline;gap:3px;display:flex}.Pricing-module__TjAkjG__currency{color:var(--text-secondary);font-size:1.1rem;font-weight:700}.Pricing-module__TjAkjG__highlighted .Pricing-module__TjAkjG__currency{color:#ffffffb3}.Pricing-module__TjAkjG__price{font-family:var(--font-display);color:var(--text-primary);font-size:2.2rem;font-weight:800;line-height:1}.Pricing-module__TjAkjG__highlighted .Pricing-module__TjAkjG__price{color:#fff}.Pricing-module__TjAkjG__period{color:var(--text-muted);font-size:.85rem}.Pricing-module__TjAkjG__highlighted .Pricing-module__TjAkjG__period{color:#fff9}.Pricing-module__TjAkjG__customPrice{font-family:var(--font-display);color:var(--primary);font-size:2rem;font-weight:800}.Pricing-module__TjAkjG__planDesc{color:var(--text-secondary);font-size:.85rem;line-height:1.55}.Pricing-module__TjAkjG__highlighted .Pricing-module__TjAkjG__planDesc{color:#fffc}.Pricing-module__TjAkjG__features{flex-direction:column;flex:1;gap:10px;display:flex}.Pricing-module__TjAkjG__feature{color:var(--text-secondary);align-items:flex-start;gap:10px;font-size:.87rem;line-height:1.4;display:flex}.Pricing-module__TjAkjG__highlighted .Pricing-module__TjAkjG__feature{color:#ffffffe6}.Pricing-module__TjAkjG__check{color:var(--secondary);flex-shrink:0;margin-top:1px}.Pricing-module__TjAkjG__highlighted .Pricing-module__TjAkjG__check{color:#ffffffe6}.Pricing-module__TjAkjG__highlighted .Pricing-module__TjAkjG__btn{color:var(--primary);background:#fff;border:none}.Pricing-module__TjAkjG__highlighted .Pricing-module__TjAkjG__btn:hover{background:#ffffffe6;transform:translateY(-2px)}.Pricing-module__TjAkjG__note{text-align:center;color:var(--text-muted);font-size:.9rem}.Pricing-module__TjAkjG__note a{color:var(--primary);font-weight:600}@media (max-width:1100px){.Pricing-module__TjAkjG__grid{grid-template-columns:repeat(2,1fr)}.Pricing-module__TjAkjG__highlighted,.Pricing-module__TjAkjG__highlighted.Pricing-module__TjAkjG__cardVisible{transform:none}.Pricing-module__TjAkjG__highlighted:hover{transform:translateY(-4px)}}@media (max-width:600px){.Pricing-module__TjAkjG__grid{grid-template-columns:1fr}}
.FAQ-module__KSzKsa__section{background:var(--bg-secondary)}.FAQ-module__KSzKsa__header{text-align:center;margin-bottom:48px}.FAQ-module__KSzKsa__list{flex-direction:column;gap:12px;margin-bottom:48px;display:flex}.FAQ-module__KSzKsa__item{background:var(--surface);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);transition:var(--transition);overflow:hidden}.FAQ-module__KSzKsa__item:hover{border-color:var(--border)}.FAQ-module__KSzKsa__question{width:100%;color:var(--text-primary);text-align:left;transition:var(--transition);justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;font-size:1rem;font-weight:600;display:flex}.FAQ-module__KSzKsa__question:hover,.FAQ-module__KSzKsa__questionOpen{color:var(--primary)}.FAQ-module__KSzKsa__icon{background:var(--bg-secondary);width:32px;height:32px;color:var(--text-muted);transition:var(--transition);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.FAQ-module__KSzKsa__iconOpen{background:var(--primary-subtle);color:var(--primary);transform:rotate(180deg)}.FAQ-module__KSzKsa__answer{max-height:0;transition:max-height .4s cubic-bezier(.4,0,.2,1);overflow:hidden}.FAQ-module__KSzKsa__answerOpen{max-height:400px}.FAQ-module__KSzKsa__answer p{color:var(--text-secondary);padding:0 24px 20px;font-size:.95rem;line-height:1.7}.FAQ-module__KSzKsa__bottom{text-align:center;flex-direction:column;align-items:center;gap:16px;display:flex}.FAQ-module__KSzKsa__bottom p{color:var(--text-secondary);font-size:1rem}
.About-module__vqXTeW__grid{grid-template-columns:1fr 1fr;align-items:start;gap:80px;display:grid}.About-module__vqXTeW__bio{flex-direction:column;gap:16px;margin:24px 0;display:flex}.About-module__vqXTeW__bio p{color:var(--text-secondary);font-size:1rem;line-height:1.75}.About-module__vqXTeW__bio strong{color:var(--text-primary);font-weight:700}.About-module__vqXTeW__bio em{color:var(--primary);font-style:italic}.About-module__vqXTeW__highlights{flex-direction:column;gap:16px;margin-bottom:32px;display:flex}.About-module__vqXTeW__highlight{align-items:flex-start;gap:14px;display:flex}.About-module__vqXTeW__hIcon{flex-shrink:0;margin-top:2px;font-size:1.3rem}.About-module__vqXTeW__highlight h4{color:var(--text-primary);margin-bottom:3px;font-size:.95rem;font-weight:700}.About-module__vqXTeW__highlight p{color:var(--text-secondary);font-size:.875rem;line-height:1.55}.About-module__vqXTeW__ctaRow{flex-wrap:wrap;gap:12px;display:flex}.About-module__vqXTeW__avatarCard{background:var(--gradient-card);border:1px solid var(--border-subtle);border-radius:var(--radius-xl);text-align:center;flex-direction:column;align-items:center;gap:16px;margin-bottom:28px;padding:32px;display:flex;position:relative;overflow:hidden}.About-module__vqXTeW__avatarCard:before{content:"";background:radial-gradient(circle, var(--primary-subtle) 0%, transparent 70%);width:200px;height:200px;position:absolute;top:-80px;right:-80px}.About-module__vqXTeW__avatar{background:var(--gradient-primary);border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;display:flex;position:relative}.About-module__vqXTeW__avatarInitials{font-family:var(--font-display);color:#fff;font-size:2rem;font-weight:800}.About-module__vqXTeW__avatarGlow{background:var(--gradient-primary) border-box;-webkit-mask-composite:xor;border:2px solid #0000;border-radius:50%;animation:4s linear infinite About-module__vqXTeW__spin;position:absolute;inset:-4px;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:padding-box,border-box;mask-clip:padding-box,border-box;-webkit-mask-origin:padding-box,border-box;mask-origin:padding-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.About-module__vqXTeW__avatarInfo h3{font-family:var(--font-display);color:var(--text-primary);margin-bottom:4px;font-size:1.1rem;font-weight:800}.About-module__vqXTeW__avatarInfo p{color:var(--text-secondary);margin-bottom:10px;font-size:.85rem}.About-module__vqXTeW__avatarBadges{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.About-module__vqXTeW__statusIndicator{color:var(--secondary);background:var(--secondary-subtle);border-radius:var(--radius-full);align-items:center;gap:8px;padding:6px 14px;font-size:.82rem;font-weight:600;display:flex}.About-module__vqXTeW__statusDot{background:var(--secondary);border-radius:50%;width:8px;height:8px;animation:2s infinite About-module__vqXTeW__pulse-glow}.About-module__vqXTeW__skills{background:var(--gradient-card);border:1px solid var(--border-subtle);border-radius:var(--radius-xl);padding:28px}.About-module__vqXTeW__skills h3{font-family:var(--font-display);color:var(--text-primary);margin-bottom:20px;font-size:1rem;font-weight:700}.About-module__vqXTeW__skillItem{margin-bottom:16px}.About-module__vqXTeW__skillHeader{color:var(--text-secondary);justify-content:space-between;margin-bottom:6px;font-size:.85rem;font-weight:600;display:flex}.About-module__vqXTeW__track{background:var(--bg-tertiary);border-radius:3px;height:6px;overflow:hidden}.About-module__vqXTeW__bar{background:var(--gradient-primary);border-radius:3px;height:100%;transition:width 1.2s cubic-bezier(.4,0,.2,1)}@media (max-width:1024px){.About-module__vqXTeW__grid{grid-template-columns:1fr;gap:48px}}@media (max-width:600px){.About-module__vqXTeW__ctaRow{flex-direction:column}.About-module__vqXTeW__ctaRow a{justify-content:center}}
.Contact-module__OWeMSG__header{text-align:center;margin-bottom:60px}.Contact-module__OWeMSG__grid{grid-template-columns:1fr 1.4fr;align-items:start;gap:60px;display:grid}.Contact-module__OWeMSG__infoCards{flex-direction:column;gap:16px;display:flex}.Contact-module__OWeMSG__infoCard{background:var(--gradient-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);transition:var(--transition);align-items:center;gap:16px;padding:20px;text-decoration:none;display:flex;position:relative}a.Contact-module__OWeMSG__infoCard:hover{border-color:var(--primary);box-shadow:var(--shadow-md);transform:translate(4px)}.Contact-module__OWeMSG__infoIcon{border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.Contact-module__OWeMSG__infoLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:2px;font-size:.75rem;font-weight:600}.Contact-module__OWeMSG__infoValue{color:var(--text-primary);margin-bottom:2px;font-size:.95rem;font-weight:700}.Contact-module__OWeMSG__infoSub{color:var(--text-muted);font-size:.8rem}.Contact-module__OWeMSG__infoArrow{color:var(--text-muted);transition:var(--transition);flex-shrink:0;margin-left:auto}a.Contact-module__OWeMSG__infoCard:hover .Contact-module__OWeMSG__infoArrow{color:var(--primary);transform:translate(4px)}.Contact-module__OWeMSG__form{background:var(--gradient-card);border:1px solid var(--border-subtle);border-radius:var(--radius-xl);flex-direction:column;gap:20px;padding:36px;display:flex}.Contact-module__OWeMSG__row2{grid-template-columns:1fr 1fr;gap:16px;display:grid}.Contact-module__OWeMSG__field{flex-direction:column;gap:6px;display:flex}.Contact-module__OWeMSG__field label{color:var(--text-secondary);font-size:.85rem;font-weight:600}.Contact-module__OWeMSG__field input,.Contact-module__OWeMSG__field textarea,.Contact-module__OWeMSG__field select{background:var(--bg);border:1.5px solid var(--border);border-radius:var(--radius-md);color:var(--text-primary);transition:var(--transition);resize:vertical;outline:none;padding:12px 16px;font-size:.95rem}.Contact-module__OWeMSG__field input::placeholder,.Contact-module__OWeMSG__field textarea::placeholder{color:var(--text-muted)}.Contact-module__OWeMSG__field input:focus,.Contact-module__OWeMSG__field textarea:focus,.Contact-module__OWeMSG__field select:focus{border-color:var(--primary);box-shadow:0 0 0 3px #3b82f61f}.Contact-module__OWeMSG__submitBtn{justify-content:center;width:100%;position:relative}.Contact-module__OWeMSG__submitBtn:disabled{opacity:.8;cursor:not-allowed}.Contact-module__OWeMSG__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite Contact-module__OWeMSG__spin;display:inline-block}.Contact-module__OWeMSG__privacyNote{text-align:center;color:var(--text-muted);font-size:.8rem}.Contact-module__OWeMSG__successCard{background:var(--gradient-card);border:1px solid var(--secondary);border-radius:var(--radius-xl);text-align:center;flex-direction:column;align-items:center;gap:16px;padding:56px 36px;display:flex}.Contact-module__OWeMSG__successEmoji{font-size:3rem}.Contact-module__OWeMSG__successCard h3{font-family:var(--font-display);color:var(--text-primary);font-size:1.5rem;font-weight:800}.Contact-module__OWeMSG__successCard p{color:var(--text-secondary);max-width:380px;font-size:1rem;line-height:1.6}@media (max-width:1024px){.Contact-module__OWeMSG__grid{grid-template-columns:1fr}}@media (max-width:600px){.Contact-module__OWeMSG__row2{grid-template-columns:1fr}.Contact-module__OWeMSG__form{padding:24px}}
.Footer-module__EZoWya__footer{background:var(--bg-secondary);border-top:1px solid var(--border-subtle);padding:80px 0 40px}.Footer-module__EZoWya__container{max-width:var(--container);margin:0 auto;padding:0 24px}.Footer-module__EZoWya__top{grid-template-columns:1.8fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px;display:grid}.Footer-module__EZoWya__brand{flex-direction:column;gap:16px;display:flex}.Footer-module__EZoWya__logo{align-items:center;gap:10px;display:flex}.Footer-module__EZoWya__logoIcon{background:var(--gradient-primary);width:36px;height:36px;font-family:var(--font-display);color:#fff;border-radius:8px;justify-content:center;align-items:center;font-size:1rem;font-weight:800;display:flex}.Footer-module__EZoWya__logoText{font-family:var(--font-display);color:var(--text-primary);font-size:1rem;font-weight:700}.Footer-module__EZoWya__logoText span{color:var(--primary)}.Footer-module__EZoWya__tagline{color:var(--text-secondary);max-width:300px;font-size:.88rem;line-height:1.65}.Footer-module__EZoWya__socials{gap:8px;display:flex}.Footer-module__EZoWya__social{border-radius:var(--radius-md);background:var(--surface);border:1px solid var(--border-subtle);width:36px;height:36px;color:var(--text-muted);transition:var(--transition);justify-content:center;align-items:center;display:flex}.Footer-module__EZoWya__social:hover{color:var(--primary);border-color:var(--primary);background:var(--primary-subtle);transform:translateY(-2px)}.Footer-module__EZoWya__linkGroup{flex-direction:column;gap:12px;display:flex}.Footer-module__EZoWya__groupTitle{text-transform:uppercase;letter-spacing:.1em;color:var(--text-primary);font-size:.82rem;font-weight:700}.Footer-module__EZoWya__linkGroup ul{flex-direction:column;gap:10px;display:flex}.Footer-module__EZoWya__link{color:var(--text-muted);transition:var(--transition);font-size:.88rem}.Footer-module__EZoWya__link:hover{color:var(--primary);display:inline-block;transform:translate(3px)}.Footer-module__EZoWya__divider{background:var(--border-subtle);height:1px;margin-bottom:32px}.Footer-module__EZoWya__bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.Footer-module__EZoWya__copy{color:var(--text-muted);font-size:.85rem}.Footer-module__EZoWya__bottomLinks{gap:24px;display:flex}.Footer-module__EZoWya__bottomLinks .Footer-module__EZoWya__link{font-size:.82rem}.Footer-module__EZoWya__madeWith{color:var(--text-muted);font-size:.82rem}.Footer-module__EZoWya__madeWith span{font-size:.9rem}@media (max-width:1024px){.Footer-module__EZoWya__top{grid-template-columns:1fr 1fr}.Footer-module__EZoWya__brand{grid-column:1/-1}}@media (max-width:600px){.Footer-module__EZoWya__top{grid-template-columns:1fr 1fr;gap:32px}.Footer-module__EZoWya__bottom{flex-direction:column;align-items:flex-start}.Footer-module__EZoWya__bottomLinks{flex-wrap:wrap;gap:16px}}
