.Navigation-module__5lL-TW__nav{z-index:100;padding:1.25rem 1.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0;right:0}.Navigation-module__5lL-TW__nav.Navigation-module__5lL-TW__scrolled{-webkit-backdrop-filter:blur(20px);background:#000000d9;padding:.875rem 1.5rem}.Navigation-module__5lL-TW__container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}.Navigation-module__5lL-TW__logo{justify-content:center;align-items:center;width:36px;height:36px;display:flex;position:relative}.Navigation-module__5lL-TW__logoMark{border:2px solid var(--accent-primary);border-radius:6px;width:28px;height:28px;transition:all .3s;position:relative}.Navigation-module__5lL-TW__logoMark:before{content:"";background:var(--accent-primary);border-radius:2px;width:10px;height:10px;transition:all .3s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Navigation-module__5lL-TW__logo:hover .Navigation-module__5lL-TW__logoMark{border-color:#fff;transform:rotate(45deg)}.Navigation-module__5lL-TW__logo:hover .Navigation-module__5lL-TW__logoMark:before{background:#fff;transform:translate(-50%,-50%)rotate(-45deg)}.Navigation-module__5lL-TW__linksWrapper{background:#ffffff08;border:1px solid #ffffff14;border-radius:50px;align-items:center;padding:4px;display:flex;position:relative;overflow:visible}.Navigation-module__5lL-TW__links{z-index:2;gap:0;width:100%;list-style:none;display:flex;position:relative}.Navigation-module__5lL-TW__link{color:#fff9;border-radius:50px;padding:.6rem 1.25rem;font-size:.85rem;text-decoration:none;transition:color .3s;position:relative}.Navigation-module__5lL-TW__link:hover{color:#ffffffe6}.Navigation-module__5lL-TW__link.Navigation-module__5lL-TW__active{color:#f87171;font-weight:600}.Navigation-module__5lL-TW__toggle{cursor:pointer;z-index:110;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:32px;height:32px;padding:0;display:none;position:relative}.Navigation-module__5lL-TW__toggleLine{transform-origin:50%;background:#fff;width:22px;height:1.5px;transition:all .3s cubic-bezier(.4,0,.2,1);display:block}.Navigation-module__5lL-TW__toggle.Navigation-module__5lL-TW__open .Navigation-module__5lL-TW__toggleLine:first-child{transform:translateY(7.5px)rotate(45deg)}.Navigation-module__5lL-TW__toggle.Navigation-module__5lL-TW__open .Navigation-module__5lL-TW__toggleLine:nth-child(2){opacity:0;transform:scaleX(0)}.Navigation-module__5lL-TW__toggle.Navigation-module__5lL-TW__open .Navigation-module__5lL-TW__toggleLine:nth-child(3){transform:translateY(-7.5px)rotate(-45deg)}.Navigation-module__5lL-TW__mobileMenu{-webkit-backdrop-filter:blur(30px);z-index:90;background:#000000fa;flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.Navigation-module__5lL-TW__mobileMenuContent{flex-direction:column;align-items:flex-start;gap:0;display:flex}.Navigation-module__5lL-TW__mobileLink{font-family:var(--font-heading);color:#ffffff80;align-items:baseline;gap:1.5rem;padding:1rem 0;text-decoration:none;transition:all .3s;display:flex}.Navigation-module__5lL-TW__mobileLink:hover{color:#fff}.Navigation-module__5lL-TW__mobileLink.Navigation-module__5lL-TW__active,.Navigation-module__5lL-TW__mobileLink.Navigation-module__5lL-TW__active .Navigation-module__5lL-TW__mobileLinkIndex{color:#f87171}.Navigation-module__5lL-TW__mobileLinkIndex{font-family:var(--font-mono);color:#ffffff4d;font-size:.75rem;transition:color .3s}.Navigation-module__5lL-TW__mobileLinkLabel{letter-spacing:-.02em;font-size:clamp(2rem,8vw,3rem);font-weight:600}.Navigation-module__5lL-TW__mobileMenuLine{background:linear-gradient(90deg,transparent,var(--accent-primary),transparent);transform-origin:50%;width:40px;height:1px;position:absolute;bottom:3rem;left:50%;transform:translate(-50%)}@media (max-width:768px){.Navigation-module__5lL-TW__nav{padding:1rem}.Navigation-module__5lL-TW__nav.Navigation-module__5lL-TW__scrolled{padding:.75rem 1rem}.Navigation-module__5lL-TW__toggle{display:flex}.Navigation-module__5lL-TW__linksWrapper{display:none}.Navigation-module__5lL-TW__logo{width:32px;height:32px}.Navigation-module__5lL-TW__logoMark{width:24px;height:24px}.Navigation-module__5lL-TW__logoMark:before{width:8px;height:8px}}
.Hero-module__KTD73a__hero{justify-content:center;align-items:center;min-height:100vh;padding:6rem 1.5rem 4rem;display:flex;position:relative;overflow:hidden}.Hero-module__KTD73a__ambientGlow{pointer-events:none;z-index:0;background:radial-gradient(#dc262614 0%,#dc262608 30%,#0000 70%);width:800px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Hero-module__KTD73a__container{z-index:10;width:100%;max-width:900px;position:relative}.Hero-module__KTD73a__content{text-align:center;position:relative}.Hero-module__KTD73a__badge{font-size:.8rem;font-family:var(--font-mono);color:#fffc;letter-spacing:.05em;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff1a;border-radius:50px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem;display:inline-flex}.Hero-module__KTD73a__badgeDot{background:#dc2626;border-radius:50%;width:6px;height:6px;animation:2s infinite Hero-module__KTD73a__pulse}@keyframes Hero-module__KTD73a__pulse{0%,to{opacity:1;box-shadow:0 0 #dc262666}50%{opacity:.7;box-shadow:0 0 0 8px #dc262600}}.Hero-module__KTD73a__greeting{color:#fff9;letter-spacing:.02em;margin-bottom:.75rem;font-size:clamp(1.25rem,3vw,1.75rem);font-weight:300}.Hero-module__KTD73a__name{color:#fff;letter-spacing:-.01em;font-weight:600}.Hero-module__KTD73a__title{letter-spacing:-.03em;color:#fff;margin-bottom:1.5rem;font-size:clamp(2rem,6vw,4.5rem);font-weight:700;line-height:1.1}.Hero-module__KTD73a__gradientText{background:linear-gradient(135deg,#dc2626 0%,#f87171 50%,#ef4444 100%) 0 0/200% 200%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;animation:4s ease-in-out infinite Hero-module__KTD73a__shimmer}@keyframes Hero-module__KTD73a__shimmer{0%,to{background-position:0%}50%{background-position:100%}}.Hero-module__KTD73a__roleContainer{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;min-height:2rem;margin-bottom:2rem;display:flex}.Hero-module__KTD73a__rolePrefix{color:#ffffff80;font-size:clamp(.85rem,2.5vw,1rem);font-family:var(--font-mono)}.Hero-module__KTD73a__roleWrapper{justify-content:center;align-items:center;min-width:180px;height:1.5rem;display:inline-flex;position:relative}.Hero-module__KTD73a__role{font-size:clamp(.85rem,2.5vw,1rem);font-family:var(--font-mono);color:#f87171;letter-spacing:.02em;white-space:nowrap;font-weight:500;position:absolute}.Hero-module__KTD73a__description{color:#ffffffa6;max-width:600px;margin:0 auto 2.5rem;padding:0 .5rem;font-size:clamp(.95rem,2vw,1.1rem);font-weight:300;line-height:1.7}.Hero-module__KTD73a__ctas{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.Hero-module__KTD73a__btnPrimary{-webkit-backdrop-filter:blur(10px);color:#fff;font-family:var(--font-heading);cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:50px;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:clamp(.9rem,2vw,1rem);font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden}.Hero-module__KTD73a__btnPrimary:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.Hero-module__KTD73a__btnPrimary:hover:before{left:100%}.Hero-module__KTD73a__btnPrimary:hover{background:#ffffff26;border-color:#dc262680;transform:translateY(-3px);box-shadow:0 15px 40px #dc262633,inset 0 0 30px #ffffff1a}.Hero-module__KTD73a__btnSecondary{-webkit-backdrop-filter:blur(10px);color:var(--text-primary);font-family:var(--font-heading);cursor:pointer;background:#0003;border:1px solid #ffffff26;border-radius:50px;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:clamp(.9rem,2vw,1rem);font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;position:relative;overflow:hidden}.Hero-module__KTD73a__btnSecondary:before{content:"";background:linear-gradient(90deg,#0000,#dc262626,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.Hero-module__KTD73a__btnSecondary:hover:before{left:100%}.Hero-module__KTD73a__btnSecondary:hover{color:#f87171;-webkit-backdrop-filter:blur(15px);background:#dc26261a;border-color:#dc2626;box-shadow:0 8px 32px #dc262626,inset 0 0 20px #dc26261a}@media (max-width:768px){.Hero-module__KTD73a__hero{min-height:100dvh;padding:5rem 1rem 3rem}.Hero-module__KTD73a__ambientGlow{width:100%;height:400px}.Hero-module__KTD73a__badge{margin-bottom:1.25rem;padding:.4rem .875rem;font-size:.75rem}.Hero-module__KTD73a__roleContainer{flex-direction:column;gap:.35rem;min-height:3.5rem}.Hero-module__KTD73a__roleWrapper{height:1.75rem;min-width:unset;width:100%}.Hero-module__KTD73a__role{text-align:center;position:relative}.Hero-module__KTD73a__description{margin-bottom:2rem;padding:0;font-size:.95rem;line-height:1.65}.Hero-module__KTD73a__ctas{flex-direction:column;align-items:center;gap:.875rem}.Hero-module__KTD73a__btnPrimary,.Hero-module__KTD73a__btnSecondary{justify-content:center;width:100%;max-width:260px;padding:.875rem 1.5rem}}@media (max-width:480px){.Hero-module__KTD73a__hero{padding:4.5rem 1rem 2.5rem}.Hero-module__KTD73a__title{margin-bottom:1.25rem;font-size:clamp(1.75rem,9vw,2.25rem)}.Hero-module__KTD73a__greeting{font-size:1.1rem}.Hero-module__KTD73a__roleContainer{margin-bottom:1.5rem}.Hero-module__KTD73a__rolePrefix{font-size:.8rem}.Hero-module__KTD73a__role{font-size:.85rem}}
.About-module__XXGFJG__about{background:0 0;align-items:center;min-height:100vh;padding:clamp(5rem,12vw,10rem) 1.5rem;display:flex;position:relative;overflow:hidden}.About-module__XXGFJG__bgGrid{opacity:.5;pointer-events:none;background-image:linear-gradient(#ffffff04 1px,#0000 1px),linear-gradient(90deg,#ffffff04 1px,#0000 1px);background-size:80px 80px;position:absolute;inset:0}.About-module__XXGFJG__bgGlow{pointer-events:none;background:radial-gradient(circle,#dc262614 0%,#0000 60%);width:600px;height:600px;position:absolute;top:-20%;right:-10%}.About-module__XXGFJG__container{z-index:1;width:100%;max-width:1300px;margin:0 auto;position:relative}.About-module__XXGFJG__header{text-align:center;-webkit-backdrop-filter:blur(12px);background:#0a0a0a66;border:1px solid #ffffff14;border-radius:24px;max-width:700px;margin-bottom:5rem;margin-left:auto;margin-right:auto;padding:2rem 3rem}.About-module__XXGFJG__label{font-family:var(--font-mono);color:var(--accent-primary);text-transform:uppercase;letter-spacing:.25em;background:#dc26261a;border:1px solid #dc26264d;border-radius:50px;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.6rem 1.25rem;font-size:.8rem;display:inline-flex;position:relative;overflow:hidden}.About-module__XXGFJG__label:before{content:"";background:linear-gradient(90deg,#0000,#dc262633,#0000);animation:3s ease-in-out infinite About-module__XXGFJG__shimmer;position:absolute;inset:0;transform:translate(-100%)}@keyframes About-module__XXGFJG__shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.About-module__XXGFJG__title{letter-spacing:-.02em;color:#fff;text-shadow:0 2px 20px #00000080;margin-bottom:1rem;font-size:clamp(2rem,4.5vw,3.25rem);font-weight:700;line-height:1.2}.About-module__XXGFJG__gradient{background:linear-gradient(135deg,var(--accent-primary)0%,var(--accent-secondary)50%,var(--accent-primary)100%);-webkit-text-fill-color:transparent;background-size:200% 200%;-webkit-background-clip:text;background-clip:text;animation:4s ease-in-out infinite About-module__XXGFJG__crimsonShimmer}@keyframes About-module__XXGFJG__crimsonShimmer{0%,to{background-position:0%}50%{background-position:100%}}.About-module__XXGFJG__subtitle{color:#ffffffbf;max-width:450px;margin:0 auto;font-size:1.1rem;line-height:1.6}.About-module__XXGFJG__content{grid-template-columns:1fr 1.1fr;align-items:start;gap:4rem;display:grid}.About-module__XXGFJG__bioWrapper{position:relative}.About-module__XXGFJG__bio{perspective:1500px;-webkit-backdrop-filter:blur(16px);background:#0a0a0a40;border:1px solid #ffffff1a;border-radius:24px;padding:2.5rem;position:relative;box-shadow:0 25px 50px #0000004d,inset 0 1px #ffffff0d}.About-module__XXGFJG__bioIntro{font-size:1.4rem;font-weight:600;line-height:1.4;font-family:var(--font-heading);margin-bottom:1.5rem}.About-module__XXGFJG__leadText{color:#fff}.About-module__XXGFJG__leadHighlight{background:linear-gradient(135deg,var(--accent-primary),var(--accent-secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;position:relative}.About-module__XXGFJG__bioText{color:#fffc;margin-bottom:1.25rem;padding-left:1.25rem;font-size:1rem;line-height:1.85;position:relative}.About-module__XXGFJG__bioText:last-of-type{margin-bottom:0}.About-module__XXGFJG__bioText:before{content:"";background:linear-gradient(180deg,var(--accent-primary),#dc262633);border-radius:2px;width:3px;height:calc(100% - 1rem);position:absolute;top:.5rem;left:0}.About-module__XXGFJG__bioText strong{color:#fff;font-weight:600}.About-module__XXGFJG__founderHighlight{background:linear-gradient(#0000 60%,#dc26264d 60%);padding:0 .15rem;position:relative}.About-module__XXGFJG__founderHighlight:after{content:"";background:var(--accent-primary);transform-origin:0;width:100%;height:2px;transition:transform .4s;position:absolute;bottom:0;left:0;transform:scaleX(0)}.About-module__XXGFJG__bioText:hover .About-module__XXGFJG__founderHighlight:after{transform:scaleX(1)}.About-module__XXGFJG__capabilities{flex-wrap:wrap;gap:.75rem;margin-top:1.75rem;margin-bottom:1.75rem;display:flex}.About-module__XXGFJG__capabilityBadge{color:#ffffffd9;cursor:default;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.85rem;transition:all .3s;display:inline-flex}.About-module__XXGFJG__capabilityBadge:hover{color:var(--accent-secondary);background:#dc262626;border-color:#dc262666;transform:translateY(-2px)}.About-module__XXGFJG__capabilityBadge svg{color:var(--accent-primary)}.About-module__XXGFJG__signature{font-family:var(--font-heading);color:#fff9;border-top:1px solid #ffffff1a;align-items:center;gap:1rem;padding-top:.5rem;font-size:.95rem;font-style:italic;display:flex}.About-module__XXGFJG__signatureLine{background:linear-gradient(90deg,var(--accent-primary),transparent);border-radius:1px;height:2px}.About-module__XXGFJG__highlights{perspective:1000px;flex-direction:column;gap:1.25rem;display:flex}.About-module__XXGFJG__secondaryCards{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.About-module__XXGFJG__highlightCard{-webkit-backdrop-filter:blur(12px);transform-style:preserve-3d;cursor:pointer;background:#0f0f0f4d;border:1px solid #ffffff1a;border-radius:20px;flex-direction:column;gap:1rem;padding:1.5rem;transition:all .4s cubic-bezier(.25,.46,.45,.94);display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #0003}.About-module__XXGFJG__highlightCard:before{content:"";background:radial-gradient(500px circle at var(--mouse-x,50%)var(--mouse-y,50%),#ffffff0f,transparent 40%);opacity:0;transition:opacity .3s;position:absolute;inset:0}.About-module__XXGFJG__highlightCard:hover:before{opacity:1}.About-module__XXGFJG__highlightCard:hover{background:#14141466;border-color:#ffffff26;transform:translateY(-6px);box-shadow:0 30px 60px #0000004d,inset 0 1px #ffffff14}.About-module__XXGFJG__featuredCard{background:linear-gradient(145deg,#dc26261a 0%,#0f0f0f4d 50%,#0a0a0a40 100%);border:1px solid #dc26264d;padding:2rem;position:relative}.About-module__XXGFJG__featuredCard:before{background:radial-gradient(600px circle at var(--mouse-x,50%)var(--mouse-y,50%),#dc26261a,transparent 40%)}.About-module__XXGFJG__gradientBorder{background:linear-gradient(135deg,var(--accent-primary)0%,transparent 30%,transparent 70%,var(--accent-primary)100%);-webkit-mask-composite:xor;opacity:.6;border-radius:20px;padding:1.5px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.About-module__XXGFJG__featuredCard:hover{border-color:#dc262673;box-shadow:0 35px 70px #00000059,0 0 60px #dc26261a}.About-module__XXGFJG__cardContent{z-index:1;position:relative}.About-module__XXGFJG__cardHeader{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.About-module__XXGFJG__cardBody{flex-direction:column;gap:.5rem;display:flex}.About-module__XXGFJG__highlightIcon{color:#fff;width:50px;height:50px;transform-style:preserve-3d;background:linear-gradient(135deg,#ffffff1f,#ffffff0a);border:1px solid #ffffff1f;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.About-module__XXGFJG__highlightIcon:before{content:"";border-radius:inherit;opacity:0;background:linear-gradient(135deg,#ffffff40,#0000);transition:opacity .3s;position:absolute;inset:-1px}.About-module__XXGFJG__highlightCard:hover .About-module__XXGFJG__highlightIcon{transform:rotateY(8deg)rotateX(-5deg)scale(1.05);box-shadow:-3px 3px 15px #0006}.About-module__XXGFJG__highlightCard:hover .About-module__XXGFJG__highlightIcon:before{opacity:1}.About-module__XXGFJG__featuredIcon{background:linear-gradient(135deg,var(--accent-primary),#ef4444);color:#fff;border:none;width:60px;height:60px;box-shadow:0 10px 30px #dc262666}.About-module__XXGFJG__featuredIcon:before{display:none}.About-module__XXGFJG__iconGlow{background:var(--accent-primary);filter:blur(20px);opacity:.5;z-index:-1;border-radius:20px;position:absolute;inset:-8px}.About-module__XXGFJG__statBadge{flex-direction:column;align-items:flex-end;gap:.15rem;display:flex}.About-module__XXGFJG__statValue{font-family:var(--font-heading);color:var(--accent-primary);font-size:1.35rem;font-weight:700;line-height:1}.About-module__XXGFJG__statLabel{color:#fff9;text-transform:uppercase;letter-spacing:.1em;font-size:.7rem}.About-module__XXGFJG__highlightTitle{letter-spacing:.01em;color:#fff;margin:0;font-size:1.1rem;font-weight:700;transition:all .3s}.About-module__XXGFJG__featuredTitle{background:linear-gradient(135deg,#fff,var(--accent-secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.35rem}.About-module__XXGFJG__highlightDesc{color:#ffffffa6;margin:0;font-size:.9rem;line-height:1.55;transition:color .3s}.About-module__XXGFJG__featuredDesc{color:#ffffffbf;font-size:.95rem;line-height:1.65}.About-module__XXGFJG__highlightCard:hover .About-module__XXGFJG__highlightDesc{color:#fffc}.About-module__XXGFJG__highlightCard:hover .About-module__XXGFJG__featuredDesc{color:#ffffffe6}.About-module__XXGFJG__cornerAccent{pointer-events:none;background:linear-gradient(225deg,#dc262633,#0000 60%);border-top-right-radius:20px;width:100px;height:100px;position:absolute;top:0;right:0}.About-module__XXGFJG__floatingSparkle{color:var(--accent-primary);pointer-events:none;position:absolute;top:1.5rem;right:1.5rem}.About-module__XXGFJG__manifesto{-webkit-backdrop-filter:blur(10px);background:#dc262614;border:1px solid #dc262633;border-radius:16px;align-items:center;gap:1rem;margin-top:.5rem;padding:1.25rem 1.5rem;display:flex}.About-module__XXGFJG__manifestoIcon{width:36px;height:36px;color:var(--accent-primary);background:#dc262626;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.About-module__XXGFJG__manifestoText{color:#ffffffbf;margin:0;font-size:.95rem;font-style:italic;line-height:1.5}.About-module__XXGFJG__manifestoHighlight{color:var(--accent-primary);font-weight:500}@media (max-width:1024px){.About-module__XXGFJG__content{grid-template-columns:1fr;gap:3rem}.About-module__XXGFJG__highlights{width:100%;max-width:700px;margin:0 auto}.About-module__XXGFJG__secondaryCards{grid-template-columns:1fr 1fr}.About-module__XXGFJG__header{padding:1.75rem 2rem}}@media (max-width:640px){.About-module__XXGFJG__about{padding:clamp(4rem,10vw,6rem) 1rem}.About-module__XXGFJG__header{background:#0a0a0a80;margin-bottom:3rem;padding:1.5rem 1.25rem}.About-module__XXGFJG__title{font-size:clamp(1.75rem,7vw,2.25rem)}.About-module__XXGFJG__bio{background:#0a0a0a66;padding:1.75rem}.About-module__XXGFJG__bioIntro{font-size:1.2rem}.About-module__XXGFJG__bioText{padding-left:1rem;font-size:.95rem}.About-module__XXGFJG__secondaryCards{grid-template-columns:1fr}.About-module__XXGFJG__featuredCard{padding:1.5rem}.About-module__XXGFJG__featuredIcon{width:52px;height:52px}.About-module__XXGFJG__highlightCard{background:#0f0f0f59;padding:1.25rem}.About-module__XXGFJG__capabilities{gap:.5rem}.About-module__XXGFJG__capabilityBadge{padding:.4rem .85rem;font-size:.8rem}.About-module__XXGFJG__manifesto{text-align:center;background:#dc26261a;flex-direction:column;gap:.75rem}.About-module__XXGFJG__bgGlow{width:300px;height:300px;top:-5%;right:-20%}}
.Skills-module__miM9_W__skills{min-height:100vh;padding:clamp(4rem,10vw,8rem) 1.5rem;position:relative}.Skills-module__miM9_W__container{max-width:1200px;margin:0 auto}.Skills-module__miM9_W__header{text-align:center;margin-bottom:4rem}.Skills-module__miM9_W__label{font-family:var(--font-mono);color:#dc2626;text-transform:uppercase;letter-spacing:.2em;background:#dc26261a;border:1px solid #dc262640;border-radius:50px;margin-bottom:1rem;padding:.5rem 1rem;font-size:.85rem;display:inline-block}.Skills-module__miM9_W__title{margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem)}.Skills-module__miM9_W__gradient{background:linear-gradient(135deg,#fff 0%,#888 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Skills-module__miM9_W__subtitle{color:var(--text-muted);max-width:500px;margin:0 auto;font-size:1.1rem}.Skills-module__miM9_W__grid{grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:1.5rem;display:grid}.Skills-module__miM9_W__card{background:#12121a99;border:1px solid #ffffff0d;border-radius:20px;padding:2rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.Skills-module__miM9_W__card:hover{background:#12121acc;border-color:#ffffff1a;box-shadow:0 20px 60px #0006}.Skills-module__miM9_W__cardGlow{background:linear-gradient(90deg,transparent,var(--glow-color),transparent);opacity:0;height:2px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.Skills-module__miM9_W__card:hover .Skills-module__miM9_W__cardGlow{opacity:1}.Skills-module__miM9_W__iconWrapper{width:56px;height:56px;color:var(--icon-color);background:#dc26261a;border-radius:14px;justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.Skills-module__miM9_W__cardTitle{margin-bottom:1rem;font-size:1.25rem;font-weight:600}.Skills-module__miM9_W__skillTags{flex-wrap:wrap;gap:.5rem;display:flex}.Skills-module__miM9_W__skillTag{color:var(--text-secondary);background:#ffffff08;border:1px solid #ffffff0d;border-radius:50px;padding:.35rem .75rem;font-size:.8rem;transition:all .2s}.Skills-module__miM9_W__card:hover .Skills-module__miM9_W__skillTag{background:#dc262614;border-color:#dc262626}.Skills-module__miM9_W__techStrip{background:#12121a66;border:1px solid #ffffff08;border-radius:16px;flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem;margin-top:4rem;padding:2rem;display:flex}.Skills-module__miM9_W__techLabel{font-family:var(--font-mono);color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;font-size:.85rem}.Skills-module__miM9_W__techIcons{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.Skills-module__miM9_W__techItem{color:var(--text-secondary);cursor:default;align-items:center;gap:.5rem;font-size:.9rem;transition:all .2s;display:flex}.Skills-module__miM9_W__techItem:hover{color:#f87171}@media (max-width:768px){.Skills-module__miM9_W__grid{grid-template-columns:1fr}.Skills-module__miM9_W__techStrip{flex-direction:column;gap:1.5rem}.Skills-module__miM9_W__techIcons{gap:1.5rem}}
.ClientShowcase-module__83TrLG__showcase{perspective:1200px;min-height:100vh;padding:clamp(4rem,10vw,8rem) 1.5rem;position:relative;overflow:hidden}.ClientShowcase-module__83TrLG__backgroundGrid{pointer-events:none;background-image:linear-gradient(#ffffff04 1px,#0000 1px),linear-gradient(90deg,#ffffff04 1px,#0000 1px);background-size:80px 80px;position:absolute;inset:0}.ClientShowcase-module__83TrLG__glowOrb1{filter:blur(60px);pointer-events:none;background:radial-gradient(circle,#dc262614 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;top:10%;left:20%}.ClientShowcase-module__83TrLG__glowOrb2{filter:blur(60px);pointer-events:none;background:radial-gradient(circle,#ef44440f 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;bottom:20%;right:10%}.ClientShowcase-module__83TrLG__container{z-index:1;max-width:1300px;margin:0 auto;position:relative}.ClientShowcase-module__83TrLG__header{text-align:center;margin-bottom:4rem}.ClientShowcase-module__83TrLG__label{font-family:var(--font-mono);color:#dc2626;text-transform:uppercase;letter-spacing:.2em;background:#dc26261a;border:1px solid #dc262640;border-radius:50px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.5rem 1.25rem;font-size:.85rem;display:inline-flex}.ClientShowcase-module__83TrLG__title{margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem)}.ClientShowcase-module__83TrLG__gradient{background:linear-gradient(135deg,#fff 0%,#888 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.ClientShowcase-module__83TrLG__subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto .75rem;font-size:1.15rem;font-style:normal}.ClientShowcase-module__83TrLG__subtitle em{color:#f87171;font-style:italic}.ClientShowcase-module__83TrLG__quirkyStatement{perspective:800px;max-width:650px;margin:0 auto}.ClientShowcase-module__83TrLG__legalNote{color:var(--text-secondary);font-size:.95rem;font-family:var(--font-body);-webkit-backdrop-filter:blur(10px);transform-style:preserve-3d;background:linear-gradient(135deg,#dc262614 0%,#dc262605 100%);border:1px solid #dc262633;border-radius:12px;align-items:center;gap:.75rem;margin:.75rem auto;padding:.75rem 1.5rem;transition:all .3s;display:inline-flex;box-shadow:0 4px 24px #0006,inset 0 1px #ffffff0d}.ClientShowcase-module__83TrLG__legalNote:hover{border-color:#dc262659;transform:translateY(-2px)rotateX(2deg);box-shadow:0 8px 32px #00000080,0 0 20px #dc26261a,inset 0 1px #ffffff14}.ClientShowcase-module__83TrLG__legalNote strong{color:#f87171;font-weight:600}.ClientShowcase-module__83TrLG__lockIcon{color:#dc2626;filter:drop-shadow(0 0 4px #dc262680);animation:2s ease-in-out infinite ClientShowcase-module__83TrLG__subtlePulse}.ClientShowcase-module__83TrLG__shieldIcon{color:#fff6;transition:color .3s}.ClientShowcase-module__83TrLG__legalNote:hover .ClientShowcase-module__83TrLG__shieldIcon{color:#f87171}@keyframes ClientShowcase-module__83TrLG__subtlePulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.05)}}.ClientShowcase-module__83TrLG__funNote{color:var(--text-muted);opacity:.8;letter-spacing:.01em;margin-top:.75rem;font-size:.85rem;font-style:italic}.ClientShowcase-module__83TrLG__showcaseGrid{grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:2.5rem;padding:1rem;display:grid}.ClientShowcase-module__83TrLG__showcaseGrid>*{height:100%}.ClientShowcase-module__83TrLG__cardWrapper{transform-style:preserve-3d;will-change:transform;height:100%}.ClientShowcase-module__83TrLG__cardLink{color:inherit;text-decoration:none;display:block}.ClientShowcase-module__83TrLG__card{-webkit-backdrop-filter:blur(20px);transform-style:preserve-3d;clip-path:polygon(0 0,calc(100% - 30px) 0,100% 30px,100% 100%,30px 100%,0 calc(100% - 30px));background:linear-gradient(145deg,#12121af2 0%,#0a0a0fe6 100%);border:1px solid #ffffff14;border-radius:0;transition:border-color .4s,box-shadow .4s,transform .4s;position:relative;overflow:hidden}.ClientShowcase-module__83TrLG__card:before{content:"";pointer-events:none;background:linear-gradient(135deg,#ffffff05 0%,#0000 50%,#dc262605 100%);position:absolute;inset:0}.ClientShowcase-module__83TrLG__card:hover{border-color:#dc262640;box-shadow:0 40px 80px #0009,0 0 60px #dc262626,inset 0 0 80px #dc262608}.ClientShowcase-module__83TrLG__card:after{content:"";pointer-events:none;z-index:100;background:linear-gradient(90deg,#0000 0%,#ffffff08 20%,#ffffff26 50%,#dc262633 55%,#ffffff1a 60%,#0000 100%);width:50%;height:200%;transition:left .7s;position:absolute;top:-50%;left:-100%;transform:skew(-25deg)}.ClientShowcase-module__83TrLG__card:hover:after{left:150%}.ClientShowcase-module__83TrLG__cornerAccents{pointer-events:none;z-index:10;position:absolute;inset:0}.ClientShowcase-module__83TrLG__cornerTopLeft{border-top:2px solid;border-left:2px solid;width:40px;height:40px;transition:all .3s;position:absolute;top:15px;left:15px}.ClientShowcase-module__83TrLG__cornerBottomRight{border-bottom:2px solid;border-right:2px solid;width:40px;height:40px;transition:all .3s;position:absolute;bottom:15px;right:15px}.ClientShowcase-module__83TrLG__cardGlow{filter:blur(30px);z-index:-1;clip-path:polygon(0 0,calc(100% - 30px) 0,100% 30px,100% 100%,30px 100%,0 calc(100% - 30px));transition:opacity .4s;position:absolute;inset:-3px}.ClientShowcase-module__83TrLG__previewContainer{background:#000;border-bottom:1px solid #ffffff0f;position:relative}.ClientShowcase-module__83TrLG__codeHeader{background:linear-gradient(135deg,#dc26260d 0%,#0a0a0fe6 100%);border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}.ClientShowcase-module__83TrLG__codeIndicator{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;align-items:center;gap:.5rem;font-size:.75rem;font-weight:600;display:flex}.ClientShowcase-module__83TrLG__statusDot{border-radius:50%;width:8px;height:8px;box-shadow:0 0 12px}.ClientShowcase-module__83TrLG__holographicDisplay{perspective:1000px;transform-style:preserve-3d;position:relative}.ClientShowcase-module__83TrLG__previewScreen{height:220px;transform-style:preserve-3d;transition:transform .6s;position:relative;overflow:hidden}.ClientShowcase-module__83TrLG__previewGradient{z-index:1;position:absolute;inset:0}.ClientShowcase-module__83TrLG__isometricGrid{z-index:2;pointer-events:none;position:absolute;inset:0}.ClientShowcase-module__83TrLG__gridLineHorizontal{border-top:1px solid;height:0;position:absolute;left:0;right:0}.ClientShowcase-module__83TrLG__gridLineVertical{border-left:1px solid;width:0;position:absolute;top:0;bottom:0}.ClientShowcase-module__83TrLG__particleField{z-index:3;pointer-events:none;position:absolute;inset:0}.ClientShowcase-module__83TrLG__particle{filter:blur(1px);border-radius:50%;width:6px;height:6px;position:absolute;box-shadow:0 0 10px}.ClientShowcase-module__83TrLG__layeredCards{z-index:4;pointer-events:none;transform-style:preserve-3d;justify-content:center;align-items:center;gap:1rem;display:flex;position:absolute;inset:0}.ClientShowcase-module__83TrLG__depthCard{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:120px;height:80px;transform-style:preserve-3d;border:1px solid;border-radius:8px;transition:all .4s;position:absolute}.ClientShowcase-module__83TrLG__depthCard:first-child{transform:translate(-20px)}.ClientShowcase-module__83TrLG__depthCard:last-child{transform:translate(20px)}.ClientShowcase-module__83TrLG__rgbSplit{z-index:5;pointer-events:none;mix-blend-mode:screen;background:linear-gradient(90deg,#ff000020 0%,#0000 10% 90%,#00ffff20 100%),linear-gradient(#00ff0020 0%,#0000 10% 90%,#ff00ff20 100%);position:absolute;inset:0}.ClientShowcase-module__83TrLG__centerHexagon{clip-path:polygon(30% 0%,70% 0%,100% 50%,70% 100%,30% 100%,0% 50%);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:6;background:#0000004d;border:2px solid;justify-content:center;align-items:center;width:70px;height:70px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ClientShowcase-module__83TrLG__hexagonInner{clip-path:polygon(30% 0%,70% 0%,100% 50%,70% 100%,30% 100%,0% 50%);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);width:40px;height:40px}.ClientShowcase-module__83TrLG__scanline{z-index:7;pointer-events:none;background:linear-gradient(#0000,#ffffff1a,#0000);height:2px;position:absolute;left:0;right:0}.ClientShowcase-module__83TrLG__watermark{font-family:var(--font-mono);color:#ffffff26;letter-spacing:.3em;white-space:nowrap;pointer-events:none;text-shadow:0 2px 10px #00000080;align-items:center;gap:.5rem;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(-8deg)}.ClientShowcase-module__83TrLG__cardContent{flex-direction:column;flex:1;padding:2rem 1.75rem;display:flex;position:relative}.ClientShowcase-module__83TrLG__cardHeader{margin-bottom:1rem}.ClientShowcase-module__83TrLG__roleBadge{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.15em;background:#dc262614;border:1px solid #dc262633;border-radius:6px;align-items:center;gap:.4rem;margin-bottom:.75rem;padding:.4rem .75rem;font-size:.65rem;transition:all .3s;display:inline-flex}.ClientShowcase-module__83TrLG__roleBadge:hover{background:#dc26261f;border-color:#dc26264d}.ClientShowcase-module__83TrLG__roleBadge span{color:#fffc}.ClientShowcase-module__83TrLG__cardTitle{letter-spacing:-.02em;background:linear-gradient(135deg,#fff 0%,#f87171 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:1.5rem;font-weight:700;line-height:1.3}.ClientShowcase-module__83TrLG__cardDescription{color:var(--text-secondary);flex:1;margin-bottom:1.5rem;font-size:.95rem;line-height:1.7}.ClientShowcase-module__83TrLG__cardTags{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.ClientShowcase-module__83TrLG__tag{font-size:.7rem;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.05em;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0006;border:1px solid;border-radius:6px;padding:.4rem .85rem;font-weight:600;transition:all .3s}.ClientShowcase-module__83TrLG__tag:hover{background:#dc26261a;transform:translateY(-2px)}.ClientShowcase-module__83TrLG__cardFooter{border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding-top:1rem;display:flex}.ClientShowcase-module__83TrLG__viewLink{font-family:var(--font-heading);cursor:pointer;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;transition:transform .3s;display:flex}.ClientShowcase-module__83TrLG__externalIcon{color:var(--text-muted);transition:color .3s,transform .3s}.ClientShowcase-module__83TrLG__card:hover .ClientShowcase-module__83TrLG__externalIcon{color:#f87171;transform:translate(3px,-3px)}.ClientShowcase-module__83TrLG__depthLayer1,.ClientShowcase-module__83TrLG__depthLayer2{pointer-events:none;z-index:-1;clip-path:polygon(0 0,calc(100% - 25px) 0,100% 25px,100% 100%,25px 100%,0 calc(100% - 25px));background:#ffffff02;border:1px solid #ffffff05;position:absolute;inset:15px}.ClientShowcase-module__83TrLG__depthLayer2{clip-path:polygon(0 0,calc(100% - 20px) 0,100% 20px,100% 100%,20px 100%,0 calc(100% - 20px));inset:25px}@media (max-width:900px){.ClientShowcase-module__83TrLG__showcaseGrid{grid-template-columns:1fr;max-width:500px;margin:0 auto}}@media (max-width:480px){.ClientShowcase-module__83TrLG__showcase{padding:3rem 1rem}.ClientShowcase-module__83TrLG__card{clip-path:polygon(0 0,calc(100% - 20px) 0,100% 20px,100% 100%,20px 100%,0 calc(100% - 20px))}.ClientShowcase-module__83TrLG__previewScreen{height:180px}.ClientShowcase-module__83TrLG__cardContent{padding:1.5rem 1.25rem}.ClientShowcase-module__83TrLG__cardTitle{font-size:1.3rem}.ClientShowcase-module__83TrLG__cornerTopLeft,.ClientShowcase-module__83TrLG__cornerBottomRight{width:30px;height:30px}}
.Experience-module__3pk5Aa__experience{min-height:100vh;padding:clamp(4rem,10vw,8rem) 1.5rem;position:relative}.Experience-module__3pk5Aa__container{max-width:900px;margin:0 auto}.Experience-module__3pk5Aa__header{text-align:center;margin-bottom:4rem}.Experience-module__3pk5Aa__label{font-family:var(--font-mono);color:#dc2626;text-transform:uppercase;letter-spacing:.2em;background:#dc26261a;border:1px solid #dc262640;border-radius:50px;margin-bottom:1rem;padding:.5rem 1rem;font-size:.85rem;display:inline-block}.Experience-module__3pk5Aa__title{margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem)}.Experience-module__3pk5Aa__gradient{background:linear-gradient(135deg,#fff 0%,#888 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Experience-module__3pk5Aa__subtitle{color:var(--text-muted);max-width:500px;margin:0 auto;font-size:1.1rem}.Experience-module__3pk5Aa__timeline{flex-direction:column;gap:2rem;display:flex;position:relative}.Experience-module__3pk5Aa__timelineLine{opacity:.5;background:linear-gradient(#fff6 0%,#dc26264d 50%,#fff3 100%);width:2px;position:absolute;top:0;bottom:0;left:19px}.Experience-module__3pk5Aa__timelineItem{gap:1.5rem;padding-left:0;display:flex;position:relative}.Experience-module__3pk5Aa__timelineNode{background:var(--bg-primary);border:2px solid var(--node-color);width:40px;height:40px;color:var(--node-color);z-index:1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative;box-shadow:0 0 20px #dc262626}.Experience-module__3pk5Aa__card{background:#12121a99;border:1px solid #ffffff0d;border-radius:16px;flex:1;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.Experience-module__3pk5Aa__card:hover{background:#12121acc;border-color:#ffffff1a;box-shadow:0 20px 50px #0006}.Experience-module__3pk5Aa__cardGlow{background:linear-gradient(90deg,transparent,var(--glow-color),transparent);opacity:0;height:2px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.Experience-module__3pk5Aa__card:hover .Experience-module__3pk5Aa__cardGlow{opacity:1}.Experience-module__3pk5Aa__cardHeader{margin-bottom:1rem}.Experience-module__3pk5Aa__metaRow{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.Experience-module__3pk5Aa__period{font-family:var(--font-mono);font-size:.8rem;font-weight:600}.Experience-module__3pk5Aa__typeBadge{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.05em;border:1px solid;border-radius:4px;padding:.25rem .6rem;font-size:.7rem;font-weight:600}.Experience-module__3pk5Aa__cardTitle{margin:.25rem 0;font-size:1.25rem;font-weight:600}.Experience-module__3pk5Aa__company{color:var(--text-muted);align-items:center;gap:.4rem;font-size:.9rem;display:inline-flex}.Experience-module__3pk5Aa__description{color:var(--text-secondary);margin-bottom:1rem;font-size:.95rem;line-height:1.6}.Experience-module__3pk5Aa__highlights{flex-direction:column;gap:.5rem;list-style:none;display:flex}.Experience-module__3pk5Aa__highlight{color:var(--text-secondary);align-items:flex-start;gap:.5rem;font-size:.9rem;display:flex}.Experience-module__3pk5Aa__highlight svg{flex-shrink:0;margin-top:3px}@media (max-width:600px){.Experience-module__3pk5Aa__timelineLine,.Experience-module__3pk5Aa__timelineNode{display:none}.Experience-module__3pk5Aa__timelineItem{padding-left:0}}
.Contact-module__UT7GOW__contact{flex-direction:column;min-height:80vh;padding:clamp(4rem,10vw,8rem) 1.5rem 3rem;display:flex;position:relative}.Contact-module__UT7GOW__gradientDivider{background:linear-gradient(90deg,#0000,#fff3,#dc26264d,#0000);width:80%;max-width:600px;height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.Contact-module__UT7GOW__container{flex-direction:column;flex:1;width:100%;max-width:800px;margin:0 auto;display:flex}.Contact-module__UT7GOW__content{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:2rem 0;display:flex}.Contact-module__UT7GOW__label{font-family:var(--font-mono);color:#dc2626;text-transform:uppercase;letter-spacing:.2em;background:#dc26261a;border:1px solid #dc262640;border-radius:50px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.85rem;display:inline-flex}.Contact-module__UT7GOW__title{margin-bottom:1.5rem;font-size:clamp(2rem,5vw,3.5rem);line-height:1.2}.Contact-module__UT7GOW__gradient{background:linear-gradient(135deg,#fff 0%,#888 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Contact-module__UT7GOW__description{color:var(--text-secondary);max-width:500px;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.7}.Contact-module__UT7GOW__emailBtn{color:#000;font-family:var(--font-heading);background:#fff;border-radius:50px;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 10px 40px #ffffff1a}.Contact-module__UT7GOW__emailBtn:hover{box-shadow:0 15px 50px #fff3}.Contact-module__UT7GOW__arrow{transition:transform .3s}.Contact-module__UT7GOW__emailBtn:hover .Contact-module__UT7GOW__arrow{transform:translate(3px,-3px)}.Contact-module__UT7GOW__socials{gap:1rem;margin-top:2.5rem;display:flex}.Contact-module__UT7GOW__socialLink{width:50px;height:50px;color:var(--text-secondary);background:#12121299;border:1px solid #ffffff1a;border-radius:14px;justify-content:center;align-items:center;transition:all .3s;display:flex}.Contact-module__UT7GOW__socialLink:hover{color:#f87171;background:#dc26261a;border-color:#dc26264d;box-shadow:0 10px 30px #0000004d}.Contact-module__UT7GOW__footer{margin-top:auto;padding-top:3rem}.Contact-module__UT7GOW__footerLine{background:linear-gradient(90deg,#0000,#ffffff0d,#0000);width:100%;height:1px;margin-bottom:2rem}.Contact-module__UT7GOW__footerContent{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.Contact-module__UT7GOW__copyright{color:var(--text-muted);font-size:.9rem}.Contact-module__UT7GOW__footerNote{color:var(--text-muted);font-size:.85rem;font-family:var(--font-mono)}@media (max-width:600px){.Contact-module__UT7GOW__footerContent{text-align:center;justify-content:center}}
