.Hero-module__ZARIfG__hero{align-items:center;min-height:100vh;padding-top:80px;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__srOnly{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.Hero-module__ZARIfG__bgElements{pointer-events:none;position:absolute;inset:0;overflow:hidden}.Hero-module__ZARIfG__glow{filter:blur(100px);opacity:.4;border-radius:50%;position:absolute}.Hero-module__ZARIfG__glowPurple{background:radial-gradient(circle,#a855f766 0%,#0000 70%);width:600px;height:600px;top:-200px;left:-200px}.Hero-module__ZARIfG__glowCyan{background:radial-gradient(circle,#06b6d44d 0%,#0000 70%);width:500px;height:500px;bottom:-150px;right:-100px}.Hero-module__ZARIfG__gridPattern{background-image:linear-gradient(#a855f70d 1px,#0000 1px),linear-gradient(90deg,#a855f70d 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(80% 80%,#000 40%,#0000 100%);mask-image:radial-gradient(80% 80%,#000 40%,#0000 100%)}.Hero-module__ZARIfG__container{z-index:1;width:100%;max-width:1280px;margin:0 auto;padding:0 clamp(1rem,4vw,2rem);position:relative}.Hero-module__ZARIfG__content{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;min-height:calc(100vh - 200px);display:grid}.Hero-module__ZARIfG__textContent{flex-direction:column;gap:1.25rem;display:flex}.Hero-module__ZARIfG__greeting{color:var(--color-accent-purple);letter-spacing:.05em;font-size:1.25rem;font-weight:500}.Hero-module__ZARIfG__name{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;line-height:1.1;font-family:var(--font-heading)}.Hero-module__ZARIfG__highlight{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Hero-module__ZARIfG__role{flex-wrap:wrap;align-items:center;gap:.75rem;font-size:clamp(1rem,2vw,1.25rem);display:flex}.Hero-module__ZARIfG__rolePrefix{color:var(--color-text-primary);font-weight:500}.Hero-module__ZARIfG__separator{color:var(--color-accent-purple);font-weight:300}.Hero-module__ZARIfG__typewriter{background:var(--gradient-accent);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:600}.Hero-module__ZARIfG__description{color:var(--color-text-secondary);max-width:500px;font-size:clamp(1rem,1.5vw,1.125rem);line-height:1.8}.Hero-module__ZARIfG__buttons{gap:1rem;margin-top:.5rem;display:flex}.Hero-module__ZARIfG__hireBtn{align-items:center;gap:.5rem;display:inline-flex}.Hero-module__ZARIfG__socialLinks{gap:.75rem;margin-top:1rem;display:flex}.Hero-module__ZARIfG__socialLink{width:44px;height:44px;color:var(--color-text-secondary);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;justify-content:center;align-items:center;transition:all .3s;display:flex}.Hero-module__ZARIfG__socialLink:hover{background:var(--color-accent-purple);border-color:var(--color-accent-purple);color:#fff;box-shadow:0 0 25px #a855f780}.Hero-module__ZARIfG__imageContainer{justify-content:center;align-items:center;display:flex;position:relative}.Hero-module__ZARIfG__imageWrapper{width:400px;height:500px;position:relative}.Hero-module__ZARIfG__imageGlow{background:var(--gradient-primary);filter:blur(50px);opacity:.3;border-radius:30px;animation:4s ease-in-out infinite Hero-module__ZARIfG__pulse-glow;position:absolute;inset:-30px}.Hero-module__ZARIfG__imageFrame{background:var(--gradient-primary);border-radius:24px;width:100%;height:100%;padding:4px;position:relative;box-shadow:0 25px 60px #00000080}.Hero-module__ZARIfG__imageBorder{background:var(--color-bg-primary);border-radius:20px;width:100%;height:100%;position:relative;overflow:hidden}.Hero-module__ZARIfG__profileImage{transition:transform .5s}.Hero-module__ZARIfG__imageWrapper:hover .Hero-module__ZARIfG__profileImage{transform:scale(1.05)}.Hero-module__ZARIfG__floatingShape1{border:3px solid var(--color-accent-purple);opacity:.6;border-radius:20px;width:80px;height:80px;position:absolute;top:-20px;right:-20px}.Hero-module__ZARIfG__floatingShape2{background:var(--gradient-primary);opacity:.4;border-radius:50%;width:60px;height:60px;position:absolute;bottom:40px;left:-30px}.Hero-module__ZARIfG__floatingShape3{background:var(--color-accent-cyan);opacity:.8;border-radius:50%;width:20px;height:20px;position:absolute;top:40%;right:-40px}.Hero-module__ZARIfG__codeCard{z-index:10;cursor:pointer;background:#111118f2;border:1px solid #ffffff1a;border-radius:12px;width:280px;transition:transform .3s,box-shadow .3s;position:absolute;bottom:-20px;left:-60px;overflow:hidden;box-shadow:0 20px 50px #00000080}.Hero-module__ZARIfG__codeCard:hover{box-shadow:0 25px 60px #a855f74d}.Hero-module__ZARIfG__codeCardHeader{background:#0000004d;border-bottom:1px solid #ffffff0d;align-items:center;gap:.75rem;padding:.625rem 1rem;display:flex}.Hero-module__ZARIfG__codeCardDots{gap:6px;display:flex}.Hero-module__ZARIfG__dotRed,.Hero-module__ZARIfG__dotYellow,.Hero-module__ZARIfG__dotGreen{border-radius:50%;width:10px;height:10px}.Hero-module__ZARIfG__dotRed{background:#ff5f57}.Hero-module__ZARIfG__dotYellow{background:#ffbd2e}.Hero-module__ZARIfG__dotGreen{background:#28c840}.Hero-module__ZARIfG__codeCardTitle{color:var(--color-text-muted);font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.75rem}.Hero-module__ZARIfG__codeCardBody{padding:1rem}.Hero-module__ZARIfG__codeCardBody pre{white-space:pre;margin:0;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.75rem;line-height:1.6}.Hero-module__ZARIfG__codeCardBody code{color:var(--color-text-secondary)}.Hero-module__ZARIfG__keyword{color:#c678dd}.Hero-module__ZARIfG__className{color:#e5c07b}.Hero-module__ZARIfG__function{color:#61afef}.Hero-module__ZARIfG__paren{color:#abb2bf}.Hero-module__ZARIfG__self{color:#e06c75}.Hero-module__ZARIfG__prop,.Hero-module__ZARIfG__string{color:#98c379}.Hero-module__ZARIfG__scrollIndicator{color:var(--color-text-muted);flex-direction:column;align-items:center;gap:.5rem;font-size:.875rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}@keyframes Hero-module__ZARIfG__pulse-glow{0%,to{opacity:.3}50%{opacity:.5}}@media (max-width:1024px){.Hero-module__ZARIfG__content{text-align:center;grid-template-columns:1fr;gap:3rem}.Hero-module__ZARIfG__textContent{order:2;align-items:center}.Hero-module__ZARIfG__imageContainer{order:1}.Hero-module__ZARIfG__imageWrapper{width:300px;height:380px}.Hero-module__ZARIfG__description{max-width:600px}.Hero-module__ZARIfG__buttons,.Hero-module__ZARIfG__socialLinks{justify-content:center}.Hero-module__ZARIfG__scrollIndicator{display:none}}@media (max-width:640px){.Hero-module__ZARIfG__hero{min-height:auto;padding-top:100px;padding-bottom:3rem}.Hero-module__ZARIfG__content{min-height:auto}.Hero-module__ZARIfG__imageWrapper{width:260px;height:340px}.Hero-module__ZARIfG__imageFrame{height:100%}.Hero-module__ZARIfG__role{flex-direction:column;gap:.25rem}.Hero-module__ZARIfG__separator{display:none}.Hero-module__ZARIfG__buttons{flex-direction:column;width:100%;max-width:280px}.Hero-module__ZARIfG__floatingShape1,.Hero-module__ZARIfG__floatingShape2,.Hero-module__ZARIfG__floatingShape3{display:none}.Hero-module__ZARIfG__codeCard{width:230px;font-size:.55rem;position:absolute;top:auto;bottom:-19px;left:-30px;transform:none}.Hero-module__ZARIfG__codeCardBody{padding:.625rem}.Hero-module__ZARIfG__codeCardBody pre{white-space:pre;font-size:.55rem;overflow:hidden}.Hero-module__ZARIfG__codeCardHeader{padding:.5rem .75rem}.Hero-module__ZARIfG__codeCardTitle{font-size:.65rem}.Hero-module__ZARIfG__dotRed,.Hero-module__ZARIfG__dotYellow,.Hero-module__ZARIfG__dotGreen{width:8px;height:8px}}
.About-module__vAULUW__about{padding:var(--section-padding)0;position:relative;overflow:hidden}.About-module__vAULUW__srOnly{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.About-module__vAULUW__container{z-index:1;max-width:1280px;margin:0 auto;padding:0 clamp(1rem,4vw,2rem);position:relative}.About-module__vAULUW__header{text-align:center;margin-bottom:4rem}.About-module__vAULUW__sectionTag{color:var(--color-accent-purple);background:#a855f71a;border:1px solid #a855f74d;border-radius:50px;margin-bottom:1rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:500;display:inline-block}.About-module__vAULUW__sectionTitle{color:var(--color-text-primary);font-size:clamp(2rem,4vw,3rem);font-weight:700;font-family:var(--font-heading)}.About-module__vAULUW__sectionTitle span{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.About-module__vAULUW__content{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.About-module__vAULUW__textContent{flex-direction:column;gap:1.25rem;display:flex}.About-module__vAULUW__intro{color:var(--color-text-primary);font-size:1.125rem;line-height:1.8}.About-module__vAULUW__intro strong{color:var(--color-accent-purple)}.About-module__vAULUW__description{color:var(--color-text-secondary);line-height:1.8}.About-module__vAULUW__featuredCard{background:#ffffff08;border:1px solid #a855f74d;border-radius:16px;margin-top:1.5rem;padding:1.5rem;text-decoration:none;transition:all .3s;display:block;position:relative;overflow:hidden}.About-module__vAULUW__featuredCard:before{content:"";opacity:0;background:linear-gradient(135deg,#a855f71a 0%,#06b6d40d 100%);transition:opacity .3s;position:absolute;inset:0}.About-module__vAULUW__featuredCard:hover:before{opacity:1}.About-module__vAULUW__featuredCard:hover{border-color:#a855f780;box-shadow:0 8px 30px #a855f733}.About-module__vAULUW__featuredContent{z-index:1;position:relative}.About-module__vAULUW__featuredBadge{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#0a0a0a 0%,#1a1a2e 100%);border:1px solid #ffffff26;border-radius:50px;align-items:center;gap:.5rem;margin-bottom:.875rem;padding:.375rem .875rem;font-size:.75rem;font-weight:600;display:inline-flex}.About-module__vAULUW__devtoIcon{color:#fff;font-size:1rem}.About-module__vAULUW__featuredTitle{font-size:1.125rem;font-weight:600;font-family:var(--font-heading);color:var(--color-text-primary);margin-bottom:.5rem;line-height:1.4}.About-module__vAULUW__featuredTagline{color:var(--color-text-secondary);margin-bottom:1rem;font-size:.9rem;line-height:1.6}.About-module__vAULUW__readMore{color:var(--color-accent-purple);align-items:center;gap:.375rem;font-size:.875rem;font-weight:600;transition:gap .3s;display:inline-flex}.About-module__vAULUW__featuredCard:hover .About-module__vAULUW__readMore{gap:.5rem}.About-module__vAULUW__highlights{grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:1.5rem;display:grid}.About-module__vAULUW__highlightCard{text-align:center;background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;padding:1.5rem;transition:all .3s}.About-module__vAULUW__highlightCard:hover{background:#a855f70d;border-color:#a855f74d;transform:translateY(-4px)}.About-module__vAULUW__highlightIcon{color:var(--color-accent-purple);margin-bottom:.75rem;font-size:1.5rem}.About-module__vAULUW__highlightValue{font-size:2rem;font-weight:700;font-family:var(--font-heading);background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.About-module__vAULUW__highlightLabel{color:var(--color-text-secondary);margin-top:.25rem;font-size:.875rem}.About-module__vAULUW__skillsContent{background:#ffffff05;border:1px solid #ffffff14;border-radius:24px;padding:2rem}.About-module__vAULUW__skillsTitle{font-size:1.5rem;font-weight:600;font-family:var(--font-heading);color:var(--color-text-primary);margin-bottom:1.5rem}.About-module__vAULUW__skillsList{flex-direction:column;gap:1.25rem;display:flex}.About-module__vAULUW__skillItem{flex-direction:column;gap:.5rem;display:flex}.About-module__vAULUW__skillHeader{justify-content:space-between;align-items:center;display:flex}.About-module__vAULUW__skillName{color:var(--color-text-primary);font-weight:500}.About-module__vAULUW__skillLevel{color:var(--color-accent-purple);font-size:.875rem;font-weight:600}.About-module__vAULUW__skillBar{background:#ffffff1a;border-radius:10px;height:8px;overflow:hidden}.About-module__vAULUW__skillProgress{background:var(--gradient-primary);border-radius:10px;height:100%;position:relative}.About-module__vAULUW__skillProgress:after{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);animation:2s infinite About-module__vAULUW__shimmer;position:absolute;inset:0}@keyframes About-module__vAULUW__shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.About-module__vAULUW__techTags{border-top:1px solid #ffffff14;flex-wrap:wrap;gap:.75rem;margin-top:2rem;padding-top:2rem;display:flex}.About-module__vAULUW__techTag{color:var(--color-text-secondary);background:#a855f71a;border:1px solid #a855f733;border-radius:8px;padding:.5rem 1rem;font-size:.875rem;transition:all .3s}.About-module__vAULUW__techTag:hover{background:var(--color-accent-purple);border-color:var(--color-accent-purple);color:#fff}.About-module__vAULUW__bgDecor{pointer-events:none;position:absolute;inset:0;overflow:hidden}.About-module__vAULUW__glowPurple{filter:blur(60px);background:radial-gradient(circle,#a855f71a 0%,#0000 70%);width:400px;height:400px;position:absolute;top:20%;right:-100px}.About-module__vAULUW__glowCyan{filter:blur(60px);background:radial-gradient(circle,#06b6d41a 0%,#0000 70%);width:300px;height:300px;position:absolute;bottom:10%;left:-50px}@media (max-width:1024px){.About-module__vAULUW__content{grid-template-columns:1fr;gap:3rem}.About-module__vAULUW__highlights{grid-template-columns:repeat(4,1fr)}}@media (max-width:768px){.About-module__vAULUW__highlights{grid-template-columns:repeat(2,1fr)}.About-module__vAULUW__skillsContent{padding:1.5rem}}@media (max-width:480px){.About-module__vAULUW__highlightCard{padding:1rem}.About-module__vAULUW__highlightValue{font-size:1.5rem}}
.Experience-module__RsmxMa__experience{padding:var(--section-padding)0;background:var(--color-bg-secondary);position:relative;overflow:hidden}.Experience-module__RsmxMa__container{z-index:1;max-width:1280px;margin:0 auto;padding:0 clamp(1rem,4vw,2rem);position:relative}.Experience-module__RsmxMa__header{text-align:center;margin-bottom:4rem}.Experience-module__RsmxMa__sectionTag{color:var(--color-accent-purple);background:#a855f71a;border:1px solid #a855f74d;border-radius:50px;margin-bottom:1rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:500;display:inline-block}.Experience-module__RsmxMa__sectionTitle{color:var(--color-text-primary);font-size:clamp(2rem,4vw,3rem);font-weight:700;font-family:var(--font-heading);margin-bottom:1rem}.Experience-module__RsmxMa__sectionTitle span{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Experience-module__RsmxMa__sectionSubtitle{color:var(--color-text-secondary);max-width:500px;margin:0 auto}.Experience-module__RsmxMa__timeline{max-width:1000px;margin:0 auto;padding:2rem 0;position:relative}.Experience-module__RsmxMa__timelineLine{background:var(--gradient-primary);transform-origin:top;border-radius:3px;width:3px;position:absolute;top:0;bottom:0;left:50%}.Experience-module__RsmxMa__timelineItem{width:50%;padding:0 3rem 3rem;position:relative}.Experience-module__RsmxMa__timelineItem.Experience-module__RsmxMa__left{padding-right:4rem;left:0}.Experience-module__RsmxMa__timelineItem.Experience-module__RsmxMa__right{padding-left:4rem;left:50%}.Experience-module__RsmxMa__timelineDot{background:var(--gradient-primary);color:#fff;z-index:2;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.25rem;display:flex;position:absolute;top:0;box-shadow:0 0 30px #a855f780}.Experience-module__RsmxMa__timelineItem.Experience-module__RsmxMa__left .Experience-module__RsmxMa__timelineDot{right:-25px}.Experience-module__RsmxMa__timelineItem.Experience-module__RsmxMa__right .Experience-module__RsmxMa__timelineDot{left:-25px}.Experience-module__RsmxMa__card{background:#ffffff08;border:1px solid #ffffff14;border-radius:20px;padding:1.75rem;transition:all .3s}.Experience-module__RsmxMa__card:hover{background:#a855f70d;border-color:#a855f74d;transform:translateY(-4px);box-shadow:0 10px 40px #0000004d}.Experience-module__RsmxMa__cardHeader{align-items:center;gap:1rem;margin-bottom:.75rem;display:flex}.Experience-module__RsmxMa__companyLogo{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;flex-shrink:0;width:50px;height:50px;position:relative;overflow:hidden}.Experience-module__RsmxMa__headerText{flex:1;min-width:0}.Experience-module__RsmxMa__role{font-size:1.25rem;font-weight:600;font-family:var(--font-heading);color:var(--color-text-primary);margin-bottom:.25rem}.Experience-module__RsmxMa__company{color:var(--color-accent-purple);font-size:1rem;font-weight:500}.Experience-module__RsmxMa__cardMeta{flex-wrap:wrap;gap:1.5rem;margin-bottom:1rem;display:flex}.Experience-module__RsmxMa__metaItem{color:var(--color-text-muted);align-items:center;gap:.5rem;font-size:.875rem;display:flex}.Experience-module__RsmxMa__metaItem svg{color:var(--color-accent-cyan)}.Experience-module__RsmxMa__description{color:var(--color-text-secondary);max-height:100px;margin-bottom:1.25rem;padding-right:.5rem;font-size:.9375rem;line-height:1.7;overflow-y:auto}.Experience-module__RsmxMa__description::-webkit-scrollbar{width:4px}.Experience-module__RsmxMa__description::-webkit-scrollbar-track{background:#ffffff0d;border-radius:4px}.Experience-module__RsmxMa__description::-webkit-scrollbar-thumb{background:var(--color-accent-purple);border-radius:4px}.Experience-module__RsmxMa__technologies{flex-wrap:wrap;gap:.5rem;display:flex}.Experience-module__RsmxMa__techTag{color:var(--color-accent-cyan);background:#06b6d41a;border:1px solid #06b6d433;border-radius:6px;padding:.375rem .75rem;font-size:.75rem;font-weight:500}.Experience-module__RsmxMa__bgDecor{pointer-events:none;position:absolute;inset:0;overflow:hidden}.Experience-module__RsmxMa__glowPurple{filter:blur(80px);background:radial-gradient(circle,#a855f71a 0%,#0000 70%);width:500px;height:500px;position:absolute;top:0;left:-200px}.Experience-module__RsmxMa__glowCyan{filter:blur(80px);background:radial-gradient(circle,#06b6d41a 0%,#0000 70%);width:400px;height:400px;position:absolute;bottom:0;right:-100px}@media (max-width:768px){.Experience-module__RsmxMa__timelineLine{left:20px}.Experience-module__RsmxMa__timelineItem{width:100%;padding-left:60px!important;padding-right:0!important}.Experience-module__RsmxMa__timelineItem.Experience-module__RsmxMa__left,.Experience-module__RsmxMa__timelineItem.Experience-module__RsmxMa__right{left:0}.Experience-module__RsmxMa__timelineDot{width:40px;height:40px;font-size:1rem;left:-5px!important;right:auto!important}.Experience-module__RsmxMa__card{padding:1.25rem}.Experience-module__RsmxMa__cardMeta{flex-direction:column;gap:.5rem}}
.Services-module__dpHhBa__services{padding:var(--section-padding)0;position:relative;overflow:hidden}.Services-module__dpHhBa__srOnly{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.Services-module__dpHhBa__container{z-index:1;max-width:1280px;margin:0 auto;padding:0 clamp(1rem,4vw,2rem);position:relative}.Services-module__dpHhBa__header{text-align:center;margin-bottom:4rem}.Services-module__dpHhBa__sectionTag{color:var(--color-accent-purple);background:#a855f71a;border:1px solid #a855f74d;border-radius:50px;margin-bottom:1rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:500;display:inline-block}.Services-module__dpHhBa__sectionTitle{color:var(--color-text-primary);font-size:clamp(2rem,4vw,3rem);font-weight:700;font-family:var(--font-heading);margin-bottom:1rem}.Services-module__dpHhBa__sectionTitle span{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Services-module__dpHhBa__sectionSubtitle{color:var(--color-text-secondary);max-width:500px;margin:0 auto}.Services-module__dpHhBa__grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.Services-module__dpHhBa__card{background:#ffffff05;border:1px solid #ffffff14;border-radius:24px;padding:2.5rem 2rem;transition:all .4s;position:relative;overflow:hidden}.Services-module__dpHhBa__card:before{content:"";pointer-events:none;background:linear-gradient(#ffffff05 0%,#0000 100%);position:absolute;inset:0}.Services-module__dpHhBa__card:hover{background:#ffffff0a;border-color:#ffffff26;transform:scale(1.05)}.Services-module__dpHhBa__cardGlow{filter:blur(100px);opacity:0;border-radius:50%;width:200px;height:200px;transition:opacity .4s;position:absolute;top:-100px;left:50%;transform:translate(-50%)}.Services-module__dpHhBa__card:hover .Services-module__dpHhBa__cardGlow{opacity:.15}.Services-module__dpHhBa__iconWrapper{width:70px;height:70px;margin-bottom:1.5rem;position:relative}.Services-module__dpHhBa__iconBg{opacity:.15;border-radius:20px;position:absolute;inset:0}.Services-module__dpHhBa__icon{z-index:1;color:#fff;justify-content:center;align-items:center;width:100%;height:100%;padding:1.25rem;font-size:2rem;display:flex;position:relative}.Services-module__dpHhBa__cardTitle{font-size:1.375rem;font-weight:600;font-family:var(--font-heading);color:var(--color-text-primary);margin-bottom:1rem}.Services-module__dpHhBa__cardDescription{color:var(--color-text-secondary);margin-bottom:1.5rem;font-size:.9375rem;line-height:1.7}.Services-module__dpHhBa__features{flex-direction:column;gap:.625rem;margin-bottom:2rem;list-style:none;display:flex}.Services-module__dpHhBa__featureItem{color:var(--color-text-secondary);align-items:center;gap:.625rem;font-size:.875rem;display:flex}.Services-module__dpHhBa__featureCheck{color:var(--color-accent-cyan);font-weight:600}.Services-module__dpHhBa__ctaBtn{text-align:center;color:#fff;border-radius:12px;width:100%;padding:1rem;font-weight:600;transition:all .3s;display:block;box-shadow:0 4px 20px #0000004d}.Services-module__dpHhBa__ctaBtn:hover{box-shadow:0 8px 30px #0006}.Services-module__dpHhBa__bgDecor{pointer-events:none;position:absolute;inset:0;overflow:hidden}.Services-module__dpHhBa__glowPurple{filter:blur(80px);background:radial-gradient(circle,#a855f71a 0%,#0000 70%);width:500px;height:500px;position:absolute;top:-100px;right:-200px}.Services-module__dpHhBa__glowPink{filter:blur(80px);background:radial-gradient(circle,#ec48991a 0%,#0000 70%);width:400px;height:400px;position:absolute;bottom:-100px;left:-100px}@media (max-width:1024px){.Services-module__dpHhBa__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Services-module__dpHhBa__grid{grid-template-columns:1fr;max-width:500px;margin:0 auto}.Services-module__dpHhBa__card{padding:2rem 1.5rem}}
.Testimonials-module__ItA9Ha__testimonials{padding:var(--section-padding)0;background:var(--color-bg-secondary);position:relative;overflow:hidden}.Testimonials-module__ItA9Ha__container{z-index:1;max-width:1280px;margin:0 auto;padding:0 clamp(1rem,4vw,2rem);position:relative}.Testimonials-module__ItA9Ha__header{text-align:center;margin-bottom:3rem}.Testimonials-module__ItA9Ha__sectionTag{color:var(--color-accent-purple);background:#a855f71a;border:1px solid #a855f74d;border-radius:50px;margin-bottom:1rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:500;display:inline-block}.Testimonials-module__ItA9Ha__sectionTitle{color:var(--color-text-primary);font-size:clamp(2rem,4vw,3rem);font-weight:700;font-family:var(--font-heading);margin-bottom:1rem}.Testimonials-module__ItA9Ha__sectionTitle span{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Testimonials-module__ItA9Ha__sectionSubtitle{color:var(--color-text-secondary);max-width:500px;margin:0 auto}.Testimonials-module__ItA9Ha__carouselWrapper{width:100%;padding:1rem 0;position:relative;overflow:hidden}.Testimonials-module__ItA9Ha__carousel{width:100%;overflow:hidden}.Testimonials-module__ItA9Ha__carouselTrack{gap:1.5rem;width:max-content;animation:60s linear infinite Testimonials-module__ItA9Ha__scroll-left;display:flex}.Testimonials-module__ItA9Ha__carouselTrack:hover{animation-play-state:paused}@keyframes Testimonials-module__ItA9Ha__scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}.Testimonials-module__ItA9Ha__card{background:#ffffff08;border:1px solid #ffffff14;border-radius:20px;flex-shrink:0;width:380px;padding:2rem;transition:all .3s;position:relative}.Testimonials-module__ItA9Ha__card:hover{background:#a855f70d;border-color:#a855f74d;transform:translateY(-4px)}.Testimonials-module__ItA9Ha__quoteIcon{color:var(--color-accent-purple);opacity:.3;font-size:1.5rem;position:absolute;top:1.5rem;right:1.5rem}.Testimonials-module__ItA9Ha__content{height:140px;margin-bottom:1.25rem;position:relative;overflow:hidden}.Testimonials-module__ItA9Ha__content.Testimonials-module__ItA9Ha__scrollable{overflow-y:auto}.Testimonials-module__ItA9Ha__content p{color:var(--color-text-secondary);font-size:.9375rem;font-style:italic;line-height:1.75}.Testimonials-module__ItA9Ha__content::-webkit-scrollbar{width:4px}.Testimonials-module__ItA9Ha__content::-webkit-scrollbar-track{background:#ffffff0d;border-radius:4px}.Testimonials-module__ItA9Ha__content::-webkit-scrollbar-thumb{background:var(--color-accent-purple);border-radius:4px}.Testimonials-module__ItA9Ha__rating{gap:.25rem;margin-bottom:1.25rem;display:flex}.Testimonials-module__ItA9Ha__star{color:#fbbf24;font-size:.875rem}.Testimonials-module__ItA9Ha__author{border-top:1px solid #ffffff14;align-items:center;gap:.875rem;padding-top:1.25rem;display:flex}.Testimonials-module__ItA9Ha__avatar{border:2px solid var(--color-accent-purple);background:var(--color-bg-tertiary);border-radius:50%;width:50px;height:50px;position:relative;overflow:hidden}.Testimonials-module__ItA9Ha__authorInfo{flex-direction:column;display:flex}.Testimonials-module__ItA9Ha__authorName{color:var(--color-text-primary);font-size:1rem;font-weight:600;font-family:var(--font-heading)}.Testimonials-module__ItA9Ha__authorRole{color:var(--color-text-muted);font-size:.8125rem}.Testimonials-module__ItA9Ha__gradientLeft,.Testimonials-module__ItA9Ha__gradientRight{z-index:2;pointer-events:none;width:150px;position:absolute;top:0;bottom:0}.Testimonials-module__ItA9Ha__gradientLeft{background:linear-gradient(90deg,var(--color-bg-secondary)0%,transparent 100%);left:0}.Testimonials-module__ItA9Ha__gradientRight{background:linear-gradient(270deg,var(--color-bg-secondary)0%,transparent 100%);right:0}.Testimonials-module__ItA9Ha__bgDecor{pointer-events:none;position:absolute;inset:0;overflow:hidden}.Testimonials-module__ItA9Ha__glowPurple{filter:blur(80px);background:radial-gradient(circle,#a855f71a 0%,#0000 70%);width:400px;height:400px;position:absolute;top:50%;left:-100px;transform:translateY(-50%)}.Testimonials-module__ItA9Ha__glowCyan{filter:blur(80px);background:radial-gradient(circle,#06b6d41a 0%,#0000 70%);width:350px;height:350px;position:absolute;top:20%;right:-50px}@media (max-width:768px){.Testimonials-module__ItA9Ha__card{width:320px;padding:1.5rem}.Testimonials-module__ItA9Ha__content{height:120px}.Testimonials-module__ItA9Ha__gradientLeft,.Testimonials-module__ItA9Ha__gradientRight{width:80px}}@media (max-width:480px){.Testimonials-module__ItA9Ha__card{width:280px}}
.Endeavours-module__E-mLOa__endeavours{padding:var(--section-padding)0;position:relative;overflow:hidden}.Endeavours-module__E-mLOa__container{z-index:1;max-width:1280px;margin:0 auto;padding:0 clamp(1rem,4vw,2rem);position:relative}.Endeavours-module__E-mLOa__header{text-align:center;margin-bottom:4rem}.Endeavours-module__E-mLOa__sectionTag{color:var(--color-accent-purple);background:#a855f71a;border:1px solid #a855f74d;border-radius:50px;margin-bottom:1rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:500;display:inline-block}.Endeavours-module__E-mLOa__sectionTitle{color:var(--color-text-primary);font-size:clamp(2rem,4vw,3rem);font-weight:700;font-family:var(--font-heading);margin-bottom:1rem}.Endeavours-module__E-mLOa__sectionTitle span{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Endeavours-module__E-mLOa__sectionSubtitle{color:var(--color-text-secondary);max-width:500px;margin:0 auto}.Endeavours-module__E-mLOa__grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.Endeavours-module__E-mLOa__card{background:#ffffff05;border:1px solid #ffffff14;border-radius:20px;padding:2rem;transition:all .3s;position:relative}.Endeavours-module__E-mLOa__card:hover{background:#a855f708;border-color:#a855f74d}.Endeavours-module__E-mLOa__statusBadge{text-transform:uppercase;letter-spacing:.5px;border-radius:50px;padding:.375rem .875rem;font-size:.75rem;font-weight:600;position:absolute;top:1.5rem;right:1.5rem}.Endeavours-module__E-mLOa__ongoing{color:#22c55e;background:#22c55e26;border:1px solid #22c55e4d}.Endeavours-module__E-mLOa__completed{color:var(--color-accent-purple);background:#a855f726;border:1px solid #a855f74d}.Endeavours-module__E-mLOa__iconWrapper{background:var(--gradient-primary);border-radius:16px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1.25rem;display:flex}.Endeavours-module__E-mLOa__icon{color:#fff;font-size:1.5rem}.Endeavours-module__E-mLOa__cardTitle{font-size:1.25rem;font-weight:600;font-family:var(--font-heading);color:var(--color-text-primary);margin-bottom:.5rem;padding-right:6rem}.Endeavours-module__E-mLOa__institution{color:var(--color-accent-cyan);margin-bottom:1rem;font-size:.9375rem;font-weight:500;display:inline-block}.Endeavours-module__E-mLOa__description{color:var(--color-text-secondary);margin-bottom:1.25rem;font-size:.9375rem;line-height:1.7}.Endeavours-module__E-mLOa__highlights{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.Endeavours-module__E-mLOa__highlightTag{color:var(--color-text-secondary);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;padding:.375rem .75rem;font-size:.75rem;transition:all .3s}.Endeavours-module__E-mLOa__card:hover .Endeavours-module__E-mLOa__highlightTag{background:#a855f71a;border-color:#a855f733}.Endeavours-module__E-mLOa__learnMore{color:var(--color-accent-purple);align-items:center;gap:.375rem;font-size:.875rem;font-weight:500;transition:all .3s;display:inline-flex}.Endeavours-module__E-mLOa__learnMore:hover{color:var(--color-accent-cyan);gap:.625rem}.Endeavours-module__E-mLOa__bgDecor{pointer-events:none;position:absolute;inset:0;overflow:hidden}.Endeavours-module__E-mLOa__glowPurple{filter:blur(80px);background:radial-gradient(circle,#a855f71a 0%,#0000 70%);width:450px;height:450px;position:absolute;bottom:-100px;right:-100px}.Endeavours-module__E-mLOa__glowCyan{filter:blur(80px);background:radial-gradient(circle,#06b6d41a 0%,#0000 70%);width:350px;height:350px;position:absolute;top:10%;left:-100px}@media (max-width:1024px){.Endeavours-module__E-mLOa__grid{grid-template-columns:1fr;max-width:600px;margin:0 auto}}@media (max-width:640px){.Endeavours-module__E-mLOa__card{padding:1.5rem}.Endeavours-module__E-mLOa__cardTitle{padding-right:4rem;font-size:1.125rem}.Endeavours-module__E-mLOa__statusBadge{padding:.25rem .625rem;font-size:.625rem;top:1rem;right:1rem}}
.Contact-module__hcVmEa__contact{padding:var(--section-padding)0;background:var(--color-bg-secondary);position:relative;overflow:hidden}.Contact-module__hcVmEa__container{z-index:1;max-width:1280px;margin:0 auto;padding:0 clamp(1rem,4vw,2rem);position:relative}.Contact-module__hcVmEa__header{text-align:center;margin-bottom:4rem}.Contact-module__hcVmEa__sectionTag{color:var(--color-accent-purple);background:#a855f71a;border:1px solid #a855f74d;border-radius:50px;margin-bottom:1rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:500;display:inline-block}.Contact-module__hcVmEa__sectionTitle{color:var(--color-text-primary);font-size:clamp(2rem,4vw,3rem);font-weight:700;font-family:var(--font-heading);margin-bottom:1rem}.Contact-module__hcVmEa__sectionTitle span{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Contact-module__hcVmEa__sectionSubtitle{color:var(--color-text-secondary);max-width:500px;margin:0 auto}.Contact-module__hcVmEa__content{grid-template-columns:1fr 1.5fr;align-items:start;gap:4rem;display:grid}.Contact-module__hcVmEa__infoSection{flex-direction:column;display:flex}.Contact-module__hcVmEa__infoTitle{font-size:1.5rem;font-weight:600;font-family:var(--font-heading);color:var(--color-text-primary);margin-bottom:1rem}.Contact-module__hcVmEa__infoDescription{color:var(--color-text-secondary);margin-bottom:2rem;line-height:1.8}.Contact-module__hcVmEa__contactItems{flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}.Contact-module__hcVmEa__contactItem{background:#ffffff05;border:1px solid #ffffff14;border-radius:16px;align-items:center;gap:1rem;padding:1rem;transition:all .3s;display:flex}.Contact-module__hcVmEa__contactItem:hover{background:#a855f70d;border-color:#a855f74d}.Contact-module__hcVmEa__contactIcon{background:var(--gradient-primary);color:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.Contact-module__hcVmEa__contactDetails{flex-direction:column;display:flex}.Contact-module__hcVmEa__contactLabel{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.25rem;font-size:.75rem}.Contact-module__hcVmEa__contactValue{color:var(--color-text-primary);font-size:1rem;font-weight:500}.Contact-module__hcVmEa__socialSection{border-top:1px solid #ffffff14;padding-top:1.5rem}.Contact-module__hcVmEa__socialLabel{color:var(--color-text-muted);margin-bottom:1rem;font-size:.875rem;display:block}.Contact-module__hcVmEa__socialLinks{gap:.75rem;display:flex}.Contact-module__hcVmEa__socialLink{width:46px;height:46px;color:var(--color-text-secondary);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;justify-content:center;align-items:center;transition:all .3s;display:flex}.Contact-module__hcVmEa__socialLink:hover{background:var(--color-accent-purple);border-color:var(--color-accent-purple);color:#fff;box-shadow:0 0 25px #a855f780}.Contact-module__hcVmEa__formSection{background:#ffffff05;border:1px solid #ffffff14;border-radius:24px;padding:2.5rem}.Contact-module__hcVmEa__form{flex-direction:column;gap:1.25rem;display:flex}.Contact-module__hcVmEa__formRow{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.Contact-module__hcVmEa__formGroup{flex-direction:column;display:flex}.Contact-module__hcVmEa__formLabel{color:var(--color-text-primary);margin-bottom:.5rem;font-size:.875rem;font-weight:500}.Contact-module__hcVmEa__formLabel span{color:var(--color-accent-purple)}.Contact-module__hcVmEa__formInput,.Contact-module__hcVmEa__formTextarea{width:100%;color:var(--color-text-primary);font-family:var(--font-body);background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;outline:none;padding:1rem 1.25rem;font-size:1rem;transition:all .3s}.Contact-module__hcVmEa__formInput:focus,.Contact-module__hcVmEa__formTextarea:focus{border-color:var(--color-accent-purple);box-shadow:0 0 0 3px #a855f726}.Contact-module__hcVmEa__formInput::placeholder,.Contact-module__hcVmEa__formTextarea::placeholder{color:var(--color-text-muted)}.Contact-module__hcVmEa__formTextarea{resize:vertical;min-height:150px}.Contact-module__hcVmEa__inputError{border-color:#ef4444!important;box-shadow:0 0 0 3px #ef444426!important}.Contact-module__hcVmEa__inputError:focus{border-color:#ef4444!important;box-shadow:0 0 0 3px #ef444440!important}.Contact-module__hcVmEa__errorText{color:#ef4444;margin-top:.375rem;font-size:.75rem;display:block}.Contact-module__hcVmEa__submitBtn{background:var(--gradient-primary);color:#fff;font-family:var(--font-body);cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;margin-top:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex;box-shadow:0 4px 20px #8b5cf666}.Contact-module__hcVmEa__submitBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 30px #8b5cf680}.Contact-module__hcVmEa__submitBtn:disabled{opacity:.7;cursor:not-allowed}.Contact-module__hcVmEa__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite Contact-module__hcVmEa__spin}@keyframes Contact-module__hcVmEa__spin{to{transform:rotate(360deg)}}.Contact-module__hcVmEa__successMessage{text-align:center;padding:3rem 2rem}.Contact-module__hcVmEa__successIcon{background:var(--gradient-primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;font-size:2.5rem;display:flex}.Contact-module__hcVmEa__successMessage h3{font-size:1.75rem;font-family:var(--font-heading);color:var(--color-text-primary);margin-bottom:.75rem}.Contact-module__hcVmEa__successMessage p{color:var(--color-text-secondary);margin-bottom:1.5rem}.Contact-module__hcVmEa__resetBtn{color:var(--color-accent-purple);font-family:var(--font-body);border:2px solid var(--color-accent-purple);cursor:pointer;background:0 0;border-radius:10px;padding:.875rem 1.5rem;font-size:1rem;font-weight:500;transition:all .3s}.Contact-module__hcVmEa__resetBtn:hover{background:var(--color-accent-purple);color:#fff}.Contact-module__hcVmEa__bgDecor{pointer-events:none;position:absolute;inset:0;overflow:hidden}.Contact-module__hcVmEa__glowPurple{filter:blur(80px);background:radial-gradient(circle,#a855f71a 0%,#0000 70%);width:500px;height:500px;position:absolute;top:-100px;left:-200px}.Contact-module__hcVmEa__glowCyan{filter:blur(80px);background:radial-gradient(circle,#06b6d41a 0%,#0000 70%);width:400px;height:400px;position:absolute;bottom:-100px;right:-100px}@media (max-width:1024px){.Contact-module__hcVmEa__content{grid-template-columns:1fr;gap:3rem}.Contact-module__hcVmEa__infoSection{order:2}.Contact-module__hcVmEa__formSection{order:1}}@media (max-width:640px){.Contact-module__hcVmEa__formRow{grid-template-columns:1fr}.Contact-module__hcVmEa__formSection{padding:1.5rem}}
