.PremiumToggle-module__mUHgDW__wrapper{align-items:center;gap:.75rem;display:flex}.PremiumToggle-module__mUHgDW__label{font-size:var(--text-sm);font-weight:500;transition:color .3s}.PremiumToggle-module__mUHgDW__labelChecked{color:var(--text-primary)}.PremiumToggle-module__mUHgDW__labelUnchecked{color:var(--text-muted)}.PremiumToggle-module__mUHgDW__track{cursor:pointer;background:0 0;border:none;border-radius:9999px;width:3.5rem;height:2rem;padding:.25rem;transition:all .5s ease-out;position:relative}.PremiumToggle-module__mUHgDW__track:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.PremiumToggle-module__mUHgDW__trackChecked{background-color:var(--text-primary)}.PremiumToggle-module__mUHgDW__trackUnchecked{background-color:var(--border)}.PremiumToggle-module__mUHgDW__glow{pointer-events:none;border-radius:9999px;transition:opacity .5s;position:absolute;inset:0}.PremiumToggle-module__mUHgDW__glowOn{opacity:1;box-shadow:0 0 20px #00000026}.PremiumToggle-module__mUHgDW__glowOff{opacity:0}.PremiumToggle-module__mUHgDW__trackInner{pointer-events:none;border-radius:9999px;transition:all .5s;position:absolute;inset:2px}.PremiumToggle-module__mUHgDW__trackInnerChecked{background:linear-gradient(to bottom,var(--text-primary),var(--text-primary))}.PremiumToggle-module__mUHgDW__trackInnerUnchecked{background:0 0}.PremiumToggle-module__mUHgDW__thumb{background-color:var(--background);width:1.5rem;height:1.5rem;box-shadow:var(--shadow-md);border-radius:9999px;transition:all .5s cubic-bezier(.68,-.55,.265,1.55);position:relative}.PremiumToggle-module__mUHgDW__thumbChecked{transform:translate(1.5rem)}.PremiumToggle-module__mUHgDW__thumbUnchecked{transform:translate(0)}.PremiumToggle-module__mUHgDW__thumbPressed{transition-duration:.15s;transform:scale(.9)}.PremiumToggle-module__mUHgDW__thumbPressedChecked{transition-duration:.15s;transform:translate(1.5rem)scale(.9)}.PremiumToggle-module__mUHgDW__thumbShine{background:linear-gradient(to bottom,var(--background),var(--background),var(--border));pointer-events:none;border-radius:9999px;position:absolute;inset:2px}.PremiumToggle-module__mUHgDW__thumbHighlight{pointer-events:none;background:linear-gradient(to bottom right,#ffffff4d,#0000,#0000);border-radius:9999px;position:absolute;inset:0}.PremiumToggle-module__mUHgDW__dot{border-radius:9999px;transition:all .5s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.PremiumToggle-module__mUHgDW__dotChecked{background-color:var(--text-primary);opacity:1;width:.5rem;height:.5rem}.PremiumToggle-module__mUHgDW__dotUnchecked{background-color:var(--text-muted);opacity:1;width:.375rem;height:.375rem}.PremiumToggle-module__mUHgDW__ripple{pointer-events:none;border-radius:9999px;transition:all .7s;position:absolute;inset:0}.PremiumToggle-module__mUHgDW__rippleOn{background-color:#ffffff26;animation:.7s ease-out forwards PremiumToggle-module__mUHgDW__ping}.PremiumToggle-module__mUHgDW__rippleOff{opacity:0}@keyframes PremiumToggle-module__mUHgDW__ping{0%{opacity:.5;transform:scale(1)}to{opacity:0;transform:scale(1.5)}}
.Header-module__hBw1pG__header{z-index:var(--z-sticky);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-light);transition:all var(--transition-base);background:#fffc;position:fixed;top:0;left:0;right:0}[data-theme=dark] .Header-module__hBw1pG__header,.Header-module__hBw1pG__dark .Header-module__hBw1pG__header{background:#0f172ad9}.Header-module__hBw1pG__headerContainer{padding:var(--space-md)max(var(--space-lg),env(safe-area-inset-right))var(--space-md)max(var(--space-lg),env(safe-area-inset-left));justify-content:space-between;align-items:center;max-width:1280px;margin:0 auto;display:flex}.Header-module__hBw1pG__logo{font-family:var(--font-display);font-size:var(--text-xl);background:var(--primary-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:700}.Header-module__hBw1pG__nav{align-items:center;gap:var(--space-xl);display:flex}.Header-module__hBw1pG__navLinks{align-items:center;gap:var(--space-lg);display:flex}.Header-module__hBw1pG__navLink{font-size:var(--text-sm);color:var(--text-secondary);transition:color var(--transition-fast);font-weight:500;position:relative}.Header-module__hBw1pG__navLink:after{content:"";background:var(--primary-gradient);width:0;height:2px;transition:width var(--transition-base);position:absolute;bottom:-4px;left:0}.Header-module__hBw1pG__navLink:hover{color:var(--primary)}.Header-module__hBw1pG__navLink:hover:after{width:100%}.Header-module__hBw1pG__toggleWrapper{align-items:center;display:flex}.Header-module__hBw1pG__mobileToggleWrapper{padding:var(--space-md)0;justify-content:center;align-items:center;display:flex}.Header-module__hBw1pG__mobileMenuBtn{border-radius:var(--radius-lg);cursor:pointer;width:40px;height:40px;color:var(--text-primary);background:0 0;border:none;justify-content:center;align-items:center;display:none}@media (max-width:768px){.Header-module__hBw1pG__navLinks{display:none}.Header-module__hBw1pG__mobileMenuBtn{display:flex}.Header-module__hBw1pG__mobileNav{background:var(--surface);height:100dvh;padding:var(--space-4xl)var(--space-lg);justify-content:center;align-items:center;gap:var(--space-xl);z-index:calc(var(--z-sticky) - 1);flex-direction:column;animation:.3s ease-out Header-module__hBw1pG__fadeIn;display:flex;position:fixed;inset:0}.Header-module__hBw1pG__mobileNav .Header-module__hBw1pG__navLink{font-size:var(--text-xl);padding:var(--space-md);text-align:center;border-radius:var(--radius-lg);width:100%;font-weight:600}.Header-module__hBw1pG__mobileNav .Header-module__hBw1pG__navLink:hover{background:var(--background-secondary);color:var(--primary)}}
.Footer-module__S6Hkya__footer{padding:var(--space-3xl)0 var(--space-xl);background:var(--surface);border-top:1px solid var(--border)}.Footer-module__S6Hkya__footerContainer{max-width:1280px;padding:0 var(--space-lg);margin:0 auto}.Footer-module__S6Hkya__footerTop{justify-content:space-between;align-items:flex-start;gap:var(--space-3xl);padding-bottom:var(--space-2xl);border-bottom:1px solid var(--border);margin-bottom:var(--space-xl);display:flex}.Footer-module__S6Hkya__footerBrand{max-width:360px}.Footer-module__S6Hkya__footerLogo{font-family:var(--font-display);font-size:var(--text-2xl);background:var(--primary-gradient);-webkit-text-fill-color:transparent;margin-bottom:var(--space-md);-webkit-background-clip:text;background-clip:text;font-weight:700}.Footer-module__S6Hkya__footerTagline{font-size:var(--text-sm);color:var(--text-secondary);line-height:1.6}.Footer-module__S6Hkya__footerNav{gap:var(--space-4xl);display:flex}.Footer-module__S6Hkya__footerColumn h4{font-size:var(--text-sm);color:var(--text-primary);margin-bottom:var(--space-lg);text-transform:uppercase;letter-spacing:.05em;font-weight:700}.Footer-module__S6Hkya__footerLinks{gap:var(--space-sm);flex-direction:column;display:flex}.Footer-module__S6Hkya__footerLink{font-size:var(--text-sm);color:var(--text-secondary);transition:color var(--transition-fast)}.Footer-module__S6Hkya__footerLink:hover{color:var(--primary)}.Footer-module__S6Hkya__footerBottom{justify-content:space-between;align-items:center;gap:var(--space-md);flex-wrap:wrap;display:flex}.Footer-module__S6Hkya__copyright{font-size:var(--text-sm);color:var(--text-muted)}.Footer-module__S6Hkya__footerSocial{gap:var(--space-md);display:flex}.Footer-module__S6Hkya__socialIconBtn{border-radius:var(--radius-md);background:var(--background-secondary);border:1px solid var(--border);width:36px;height:36px;color:var(--text-secondary);transition:all var(--transition-fast);justify-content:center;align-items:center;display:flex}.Footer-module__S6Hkya__socialIconBtn:hover{background:var(--primary);border-color:var(--primary);color:#fff}@media (max-width:768px){.Footer-module__S6Hkya__footerTop{text-align:center;flex-direction:column;align-items:center}.Footer-module__S6Hkya__footerBrand{max-width:100%}.Footer-module__S6Hkya__footerNav{justify-content:center;gap:var(--space-2xl);flex-wrap:wrap}.Footer-module__S6Hkya__footerColumn{text-align:center}.Footer-module__S6Hkya__footerBottom{text-align:center;flex-direction:column}}
.Hero-module__ZARIfG__hero{min-height:100vh;padding:var(--space-4xl)var(--space-lg);padding-top:calc(70px + var(--space-4xl));justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__heroBg{background:radial-gradient(ellipse at 20% 20%,hsla(var(--primary-h),60%,60%,.15)0%,transparent 50%),radial-gradient(ellipse at 80% 80%,hsla(var(--accent-h),70%,60%,.1)0%,transparent 50%),var(--background);z-index:-1;position:absolute;inset:0}.Hero-module__ZARIfG__heroGrid{background-image:linear-gradient(var(--border-light)1px,transparent 1px),linear-gradient(90deg,var(--border-light)1px,transparent 1px);opacity:.5;z-index:-1;background-size:60px 60px;position:absolute;inset:0}.Hero-module__ZARIfG__heroContainer{gap:var(--space-4xl);grid-template-columns:1fr 1fr;align-items:center;max-width:1280px;margin:0 auto;display:grid}.Hero-module__ZARIfG__heroContent{gap:var(--space-xl);flex-direction:column;display:flex}.Hero-module__ZARIfG__heroTagline{align-items:center;gap:var(--space-sm);padding:var(--space-xs)var(--space-md);background:hsla(var(--primary-h),30%,20%,.4);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid hsla(var(--primary-h),70%,60%,.5);border-radius:var(--radius-full);font-size:var(--text-sm);color:var(--text-primary);width:fit-content;box-shadow:0 0 15px hsla(var(--primary-h),70%,60%,.2);margin-bottom:var(--space-xs);font-weight:600;display:inline-flex}.Hero-module__ZARIfG__taglineDot{background:var(--accent);border-radius:50%;width:8px;height:8px;animation:2s infinite Hero-module__ZARIfG__pulse}.Hero-module__ZARIfG__heroTitle{font-size:var(--text-5xl);letter-spacing:-.02em;font-weight:800;line-height:1.1}.Hero-module__ZARIfG__roleWrapper{gap:var(--space-sm);margin-top:var(--space-sm);flex-wrap:wrap;display:flex}.Hero-module__ZARIfG__roleTag{font-size:var(--text-sm);padding:var(--space-xs)var(--space-md);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-full);color:var(--text-primary);box-shadow:var(--shadow-sm);transition:all var(--transition-base);background:linear-gradient(90deg,var(--surface),var(--background));font-weight:600}.Hero-module__ZARIfG__roleTag:hover{border-color:var(--accent);color:var(--accent);box-shadow:var(--shadow-md);transform:translateY(-2px)}@keyframes Hero-module__ZARIfG__gradientFlow{0%,to{background-position:0%}50%{background-position:100%}}.Hero-module__ZARIfG__heroBio{gap:var(--space-md);max-width:600px;margin-top:var(--space-sm);flex-direction:column;display:flex}.Hero-module__ZARIfG__heroBio p{font-size:var(--text-base);color:var(--text-secondary);text-align:justify;line-height:1.6}@media (min-width:1024px){.Hero-module__ZARIfG__heroBio p{text-align:left;font-size:var(--text-lg)}}.Hero-module__ZARIfG__heroActions{gap:var(--space-md);flex-wrap:wrap;display:flex}.Hero-module__ZARIfG__heroStats{gap:var(--space-2xl);margin-top:var(--space-xl);padding-top:var(--space-xl);border-top:1px solid var(--border);display:flex}.Hero-module__ZARIfG__stat{flex-direction:column;display:flex}.Hero-module__ZARIfG__statValue{font-family:var(--font-display);font-size:var(--text-3xl);background:var(--primary-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:800}.Hero-module__ZARIfG__statLabel{font-size:var(--text-sm);color:var(--text-muted);font-weight:500}.Hero-module__ZARIfG__heroImageWrapper{justify-content:center;align-items:center;display:flex;position:relative}.Hero-module__ZARIfG__heroImageContainer{border-radius:var(--radius-2xl);width:400px;height:500px;box-shadow:var(--shadow-xl),var(--shadow-glow);border:2px solid var(--border);position:relative;overflow:hidden}.Hero-module__ZARIfG__heroImage{-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top;transition:transform var(--transition-slow)}.Hero-module__ZARIfG__heroImageContainer:hover .Hero-module__ZARIfG__heroImage{transform:scale(1.05)}.Hero-module__ZARIfG__decor1{background:var(--primary-gradient);border-radius:var(--radius-2xl);opacity:.2;width:120px;height:120px;position:absolute;top:-40px;right:-40px;transform:rotate(45deg)}.Hero-module__ZARIfG__decor2{background:var(--accent-gradient);opacity:.3;border-radius:50%;width:80px;height:80px;position:absolute;bottom:-30px;left:-30px}.Hero-module__ZARIfG__floatingCard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:var(--space-md);box-shadow:var(--shadow-lg);align-items:center;gap:var(--space-sm);font-size:var(--text-sm);font-weight:600;display:flex;position:absolute}.Hero-module__ZARIfG__floatingCard1{animation:6s ease-in-out infinite Hero-module__ZARIfG__float;top:12%;right:-40px}.Hero-module__ZARIfG__floatingCard2{animation:6s ease-in-out 1.5s infinite Hero-module__ZARIfG__float;top:12%;left:-40px}.Hero-module__ZARIfG__floatingCard3{animation:6s ease-in-out 3s infinite Hero-module__ZARIfG__float;bottom:15%;right:-40px}.Hero-module__ZARIfG__floatingCard4{animation:6s ease-in-out 4.5s infinite Hero-module__ZARIfG__float;bottom:15%;left:-40px}.Hero-module__ZARIfG__cardIcon{border-radius:var(--radius-md);justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;display:flex}.Hero-module__ZARIfG__cardIconPrimary{background:var(--primary-gradient);color:#fff}.Hero-module__ZARIfG__cardIconAccent{background:var(--accent-gradient);color:#fff}@keyframes Hero-module__ZARIfG__float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (max-width:1024px){.Hero-module__ZARIfG__heroContainer{text-align:center;gap:var(--space-3xl);grid-template-columns:1fr}.Hero-module__ZARIfG__heroContent{align-items:center}.Hero-module__ZARIfG__heroSubtitle{max-width:600px}.Hero-module__ZARIfG__heroActions,.Hero-module__ZARIfG__heroStats{justify-content:center}.Hero-module__ZARIfG__heroImageContainer{width:320px;height:400px}.Hero-module__ZARIfG__floatingCard{display:none}}@media (max-width:480px){.Hero-module__ZARIfG__heroTitle{font-size:var(--text-4xl)}.Hero-module__ZARIfG__heroStats{gap:var(--space-lg);flex-direction:column;align-items:center}.Hero-module__ZARIfG__heroImageContainer{width:280px;height:350px}}
.Skills-module__G7oUEG__skills{padding:var(--space-4xl)0;background:var(--background-secondary)}.Skills-module__G7oUEG__skillsHeader{text-align:center;max-width:700px;margin:0 auto var(--space-3xl)}.Skills-module__G7oUEG__skillsDescription{font-size:var(--text-lg);color:var(--text-secondary);margin-top:var(--space-md)}.Skills-module__G7oUEG__skillsGrid{gap:var(--space-xl);max-width:1280px;padding:0 var(--space-lg);grid-template-columns:repeat(4,1fr);margin:0 auto;display:grid}.Skills-module__G7oUEG__skillCategory{background:var(--surface);border-radius:var(--radius-xl);padding:var(--space-xl);border:1px solid var(--border);box-shadow:var(--shadow-md);transition:all var(--transition-base)}.Skills-module__G7oUEG__skillCategory:hover{box-shadow:var(--shadow-xl),var(--shadow-glow);border-color:var(--primary-light);transform:translateY(-4px)}.Skills-module__G7oUEG__categoryIcon{border-radius:var(--radius-lg);width:56px;height:56px;margin-bottom:var(--space-lg);color:#fff;justify-content:center;align-items:center;font-size:24px;display:flex}.Skills-module__G7oUEG__iconAI{background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%)}.Skills-module__G7oUEG__iconData{background:linear-gradient(135deg,#10b981 0%,#059669 100%)}.Skills-module__G7oUEG__iconWeb{background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%)}.Skills-module__G7oUEG__iconCloud{background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%)}.Skills-module__G7oUEG__categoryTitle{font-size:var(--text-lg);margin-bottom:var(--space-md);color:var(--text-primary);font-weight:700}.Skills-module__G7oUEG__skillList{gap:var(--space-sm);flex-direction:column;display:flex}.Skills-module__G7oUEG__skillItem{align-items:center;gap:var(--space-sm);font-size:var(--text-sm);color:var(--text-secondary);padding:var(--space-xs)0;display:flex}.Skills-module__G7oUEG__skillItem:before{content:"";background:var(--primary);border-radius:50%;flex-shrink:0;width:6px;height:6px}@media (max-width:1200px){.Skills-module__G7oUEG__skillsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.Skills-module__G7oUEG__skillsGrid{grid-template-columns:1fr}}
.AnimatedFolder-module__m-933a__folderContainer{border-radius:var(--radius-2xl);cursor:pointer;background:var(--surface);border:1px solid var(--border);perspective:1200px;flex-direction:column;justify-content:center;align-items:center;min-width:280px;min-height:320px;padding:2rem;transition:all .7s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.AnimatedFolder-module__m-933a__folderContainer:hover{box-shadow:var(--shadow-xl),var(--shadow-glow);border-color:var(--primary-light)}.AnimatedFolder-module__m-933a__folderGlow{border-radius:var(--radius-2xl);pointer-events:none;transition:opacity .7s;position:absolute;inset:0}.AnimatedFolder-module__m-933a__folderVisual{justify-content:center;align-items:center;width:200px;height:160px;margin-bottom:1rem;display:flex;position:relative}.AnimatedFolder-module__m-933a__folderBack{border-radius:var(--radius-lg);width:8rem;height:6rem;box-shadow:var(--shadow-md);transform-origin:bottom;z-index:10;border:1px solid #ffffff1a;transition:transform .7s cubic-bezier(.16,1,.3,1);position:absolute}.AnimatedFolder-module__m-933a__folderTab{border-radius:var(--radius-md)var(--radius-md)0 0;transform-origin:bottom;z-index:10;border-top:1px solid #ffffff1a;border-left:1px solid #ffffff1a;border-right:1px solid #ffffff1a;width:3rem;height:1rem;transition:transform .7s cubic-bezier(.16,1,.3,1);position:absolute;top:calc(50% - 60px);left:calc(50% - 48px)}.AnimatedFolder-module__m-933a__folderFront{border-radius:var(--radius-lg);width:8rem;height:6rem;box-shadow:var(--shadow-lg);transform-origin:bottom;z-index:30;border:1px solid #fff3;transition:transform .7s cubic-bezier(.16,1,.3,1);position:absolute;top:calc(50% - 44px)}.AnimatedFolder-module__m-933a__folderFrontShine{border-radius:var(--radius-lg);pointer-events:none;transform-origin:bottom;z-index:31;background:linear-gradient(135deg,#fff6 0%,#0000 60%);width:8rem;height:6rem;transition:transform .7s cubic-bezier(.16,1,.3,1);position:absolute;top:calc(50% - 44px);overflow:hidden}.AnimatedFolder-module__m-933a__projectCardsAnchor{z-index:20;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.AnimatedFolder-module__m-933a__projectPreviewCard{cursor:pointer;width:5rem;height:7rem;transition:all .7s cubic-bezier(.16,1,.3,1);position:absolute;top:-56px;left:-40px}.AnimatedFolder-module__m-933a__projectPreviewCardHidden{opacity:0}.AnimatedFolder-module__m-933a__projectPreviewCardInner{border-radius:var(--radius-lg);width:100%;height:100%;box-shadow:var(--shadow-xl);background:var(--surface);border:1px solid #ffffff0d;transition:all .5s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.AnimatedFolder-module__m-933a__projectPreviewCard:hover .AnimatedFolder-module__m-933a__projectPreviewCardInner{box-shadow:var(--shadow-xl),var(--shadow-glow);outline:2px solid var(--primary);outline-offset:0;transform:translateY(-1.5rem)scale(1.25)}.AnimatedFolder-module__m-933a__projectPreviewCardInner img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.AnimatedFolder-module__m-933a__projectPreviewOverlay{background:linear-gradient(#0000,#0003,#000000e6);position:absolute;inset:0}.AnimatedFolder-module__m-933a__projectPreviewTitle{text-transform:uppercase;letter-spacing:-.05em;color:#fff;text-overflow:ellipsis;white-space:nowrap;font-size:9px;font-weight:900;position:absolute;bottom:6px;left:6px;right:6px;overflow:hidden}.AnimatedFolder-module__m-933a__folderInfo{text-align:center}.AnimatedFolder-module__m-933a__folderTitle{font-size:var(--text-lg);color:var(--text-primary);margin-top:1rem;font-weight:700;transition:all .5s}.AnimatedFolder-module__m-933a__folderCount{font-size:var(--text-sm);color:var(--text-muted);font-weight:500;transition:all .5s}.AnimatedFolder-module__m-933a__folderHint{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);align-items:center;gap:.375rem;font-weight:600;transition:all .5s;display:flex;position:absolute;bottom:1rem;left:50%;transform:translate(-50%)}.AnimatedFolder-module__m-933a__lightboxOverlay{z-index:50;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}@media (min-width:768px){.AnimatedFolder-module__m-933a__lightboxOverlay{padding:2rem}}.AnimatedFolder-module__m-933a__lightboxBackdrop{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#000000d9;transition:opacity .6s cubic-bezier(.16,1,.3,1);position:absolute;inset:0}.AnimatedFolder-module__m-933a__lightboxClose{z-index:50;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);width:3rem;height:3rem;box-shadow:var(--shadow-xl);color:var(--text-primary);cursor:pointer;background:#ffffff1a;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.AnimatedFolder-module__m-933a__lightboxClose:hover{background:var(--surface)}.AnimatedFolder-module__m-933a__lightboxNavBtn{z-index:50;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);width:3.5rem;height:3.5rem;color:var(--text-primary);cursor:pointer;box-shadow:var(--shadow-xl);background:#ffffff1a;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex;position:absolute}.AnimatedFolder-module__m-933a__lightboxNavBtn:hover{transform:scale(1.1)}.AnimatedFolder-module__m-933a__lightboxNavBtn:active{transform:scale(.95)}.AnimatedFolder-module__m-933a__lightboxNavBtn:disabled{opacity:0;pointer-events:none}.AnimatedFolder-module__m-933a__lightboxNavBtnLeft{left:1rem}.AnimatedFolder-module__m-933a__lightboxNavBtnRight{right:1rem}@media (min-width:768px){.AnimatedFolder-module__m-933a__lightboxNavBtnLeft{left:2.5rem}.AnimatedFolder-module__m-933a__lightboxNavBtnRight{right:2.5rem}}.AnimatedFolder-module__m-933a__lightboxContent{z-index:10;transform-origin:50%;width:100%;max-width:56rem;position:relative}.AnimatedFolder-module__m-933a__lightboxCard{border-radius:inherit;background:var(--surface);border:1px solid #ffffff1a;position:relative;overflow:hidden;box-shadow:0 35px 60px -15px #00000080}.AnimatedFolder-module__m-933a__lightboxImageArea{aspect-ratio:4/3;position:relative;overflow:hidden}@media (min-width:768px){.AnimatedFolder-module__m-933a__lightboxImageArea{aspect-ratio:16/10}}.AnimatedFolder-module__m-933a__lightboxSlider{width:100%;height:100%;display:flex}.AnimatedFolder-module__m-933a__lightboxSlide{min-width:100%;height:100%;position:relative}.AnimatedFolder-module__m-933a__lightboxSlide img{-o-object-fit:cover;object-fit:cover;-webkit-user-select:none;user-select:none;width:100%;height:100%}.AnimatedFolder-module__m-933a__lightboxSlideOverlay{pointer-events:none;background:linear-gradient(#0003,#0000,#0006);position:absolute;inset:0}.AnimatedFolder-module__m-933a__lightboxFooter{background:var(--surface);border-top:1px solid #ffffff0d;padding:1.75rem 2rem}.AnimatedFolder-module__m-933a__lightboxFooterInner{justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.AnimatedFolder-module__m-933a__lightboxFooterInfo{flex:1;min-width:0}.AnimatedFolder-module__m-933a__lightboxProjectTitle{font-size:var(--text-2xl);color:var(--text-primary);letter-spacing:-.02em;text-overflow:ellipsis;white-space:nowrap;font-weight:700;overflow:hidden}.AnimatedFolder-module__m-933a__lightboxDots{background:var(--background-secondary);border-radius:var(--radius-full);border:1px solid #ffffff0d;align-items:center;gap:.375rem;margin-top:.5rem;padding:.25rem .625rem;display:flex}.AnimatedFolder-module__m-933a__lightboxDot{cursor:pointer;background:var(--text-muted);border:none;border-radius:50%;width:6px;height:6px;padding:0;transition:all .5s}.AnimatedFolder-module__m-933a__lightboxDotActive{background:var(--text-primary);transform:scale(1.5)}.AnimatedFolder-module__m-933a__lightboxCounter{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-top:.5rem;margin-left:1rem;font-weight:700}.AnimatedFolder-module__m-933a__lightboxViewBtn{font-size:var(--text-sm);text-transform:uppercase;letter-spacing:.1em;color:#fff;background:var(--primary-gradient);border-radius:var(--radius-xl);box-shadow:var(--shadow-md);cursor:pointer;border:none;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:700;transition:all .3s;display:flex}.AnimatedFolder-module__m-933a__lightboxViewBtn:hover{filter:brightness(1.1);transform:scale(1.05)}.AnimatedFolder-module__m-933a__lightboxViewBtn:active{transform:scale(.95)}.AnimatedFolder-module__m-933a__foldersGrid{max-width:1280px;padding:0 var(--space-lg);grid-template-columns:repeat(2,1fr);justify-items:center;gap:3rem;margin:0 auto;display:grid}@media (min-width:1024px){.AnimatedFolder-module__m-933a__foldersGrid{grid-template-columns:repeat(4,1fr)}}@media (max-width:640px){.AnimatedFolder-module__m-933a__foldersGrid{grid-template-columns:1fr;gap:2rem}}
.Projects-module__2BoJ-q__projects{padding:var(--space-4xl)0}.Projects-module__2BoJ-q__projectsHeader{text-align:center;max-width:700px;margin:0 auto var(--space-2xl);padding:0 var(--space-lg)}.Projects-module__2BoJ-q__projectsDescription{font-size:var(--text-lg);color:var(--text-secondary);margin-top:var(--space-md)}.Projects-module__2BoJ-q__foldersGrid{max-width:1280px;padding:0 var(--space-lg);grid-template-columns:repeat(2,1fr);justify-items:center;gap:3rem;margin:0 auto;display:grid}@media (min-width:1024px){.Projects-module__2BoJ-q__foldersGrid{grid-template-columns:repeat(4,1fr)}}@media (max-width:640px){.Projects-module__2BoJ-q__foldersGrid{grid-template-columns:1fr;gap:2rem}}.Projects-module__2BoJ-q__categoryFilters{justify-content:center;gap:var(--space-md);margin-bottom:var(--space-3xl);padding:0 var(--space-lg);flex-wrap:wrap;display:flex}.Projects-module__2BoJ-q__filterBtn{padding:var(--space-sm)var(--space-lg);font-size:var(--text-sm);border-radius:var(--radius-full);border:1px solid var(--border);background:var(--surface);color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);font-weight:600}.Projects-module__2BoJ-q__filterBtn:hover{border-color:var(--primary);color:var(--primary)}.Projects-module__2BoJ-q__filterBtnActive{background:var(--primary-gradient);color:var(--text-inverse);border-color:#0000}.Projects-module__2BoJ-q__filterBtnActive:hover{color:var(--text-inverse)}.Projects-module__2BoJ-q__projectsGrid{gap:var(--space-xl);max-width:1280px;padding:0 var(--space-lg);grid-template-columns:repeat(3,1fr);margin:0 auto;display:grid}.Projects-module__2BoJ-q__projectCard{background:var(--surface);border-radius:var(--radius-xl);border:1px solid var(--border);box-shadow:var(--shadow-md);transition:all var(--transition-base);flex-direction:column;display:flex;overflow:hidden}.Projects-module__2BoJ-q__projectCard:hover{box-shadow:var(--shadow-xl),var(--shadow-glow);border-color:var(--primary-light);transform:translateY(-6px)}.Projects-module__2BoJ-q__projectImageWrapper{background:var(--background-secondary);height:200px;position:relative;overflow:hidden}.Projects-module__2BoJ-q__projectImage{-o-object-fit:cover;object-fit:cover;transition:transform var(--transition-slow)}.Projects-module__2BoJ-q__projectCard:hover .Projects-module__2BoJ-q__projectImage{transform:scale(1.05)}.Projects-module__2BoJ-q__projectCategory{top:var(--space-md);left:var(--space-md);padding:var(--space-xs)var(--space-sm);font-size:var(--text-xs);border-radius:var(--radius-md);color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;font-weight:600;position:absolute}.Projects-module__2BoJ-q__projectContent{padding:var(--space-xl);flex-direction:column;flex:1;display:flex}.Projects-module__2BoJ-q__projectTitle{font-size:var(--text-xl);margin-bottom:var(--space-sm);color:var(--text-primary);font-weight:700}.Projects-module__2BoJ-q__projectDescription{font-size:var(--text-sm);color:var(--text-secondary);margin-bottom:var(--space-lg);flex:1;line-height:1.6}.Projects-module__2BoJ-q__projectTech{gap:var(--space-xs);margin-bottom:var(--space-lg);flex-wrap:wrap;display:flex}.Projects-module__2BoJ-q__techTag{padding:var(--space-xs)var(--space-sm);font-size:var(--text-xs);border-radius:var(--radius-md);background:var(--background-secondary);color:var(--text-secondary);border:1px solid var(--border-light);font-weight:500}.Projects-module__2BoJ-q__projectLinks{gap:var(--space-md);padding-top:var(--space-lg);border-top:1px solid var(--border-light);display:flex}.Projects-module__2BoJ-q__projectLink{align-items:center;gap:var(--space-xs);font-size:var(--text-sm);color:var(--text-secondary);transition:color var(--transition-fast);font-weight:600;display:inline-flex}.Projects-module__2BoJ-q__projectLink:hover{color:var(--primary)}.Projects-module__2BoJ-q__featuredTag{top:var(--space-md);right:var(--space-md);padding:var(--space-xs)var(--space-sm);font-size:var(--text-xs);border-radius:var(--radius-md);background:var(--accent-gradient);color:#fff;font-weight:700;position:absolute}.Projects-module__2BoJ-q__emptyState{text-align:center;padding:var(--space-4xl);color:var(--text-muted);grid-column:1/-1}@media (max-width:1024px){.Projects-module__2BoJ-q__projectsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.Projects-module__2BoJ-q__projectsGrid{grid-template-columns:1fr}.Projects-module__2BoJ-q__categoryFilters{gap:var(--space-sm)}.Projects-module__2BoJ-q__filterBtn{padding:var(--space-xs)var(--space-md);font-size:var(--text-xs)}}
.Certifications-module__ZVboHa__certifications{padding:var(--space-4xl)0;background:var(--background-secondary)}.Certifications-module__ZVboHa__certificationsHeader{text-align:center;max-width:700px;margin:0 auto var(--space-3xl);padding:0 var(--space-lg)}.Certifications-module__ZVboHa__certificationsDescription{font-size:var(--text-lg);color:var(--text-secondary);margin-top:var(--space-md);line-height:1.6}.Certifications-module__ZVboHa__filterContainer{justify-content:center;width:100%;margin-bottom:2rem;display:flex}.Certifications-module__ZVboHa__certificationsGrid{max-width:1280px;padding:0 var(--space-lg);grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;margin-top:2rem;margin-left:auto;margin-right:auto;display:grid}.Certifications-module__ZVboHa__certCard{background:var(--surface);border-radius:var(--radius-xl);padding:var(--space-xl);border:1px solid var(--border);box-shadow:var(--shadow-md);gap:var(--space-lg);transition:all var(--transition-base);flex-direction:column;display:flex}.Certifications-module__ZVboHa__certCard:hover{box-shadow:var(--shadow-xl),var(--shadow-glow);border-color:var(--primary-light);transform:translateY(-4px)}.Certifications-module__ZVboHa__certHeader{align-items:flex-start;gap:var(--space-lg);display:flex}.Certifications-module__ZVboHa__certLogo{border-radius:var(--radius-lg);background:var(--background-secondary);border:1px solid var(--border-light);flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;display:flex;overflow:hidden}.Certifications-module__ZVboHa__certLogoImg{-o-object-fit:contain;object-fit:contain;width:100%;height:100%;padding:var(--space-xs)}.Certifications-module__ZVboHa__certLogoPlaceholder{font-size:var(--text-2xl);background:var(--primary-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:700}.Certifications-module__ZVboHa__certInfo{flex:1;min-width:0}.Certifications-module__ZVboHa__certTitle{font-size:var(--text-lg);color:var(--text-primary);margin-bottom:var(--space-xs);font-weight:700}.Certifications-module__ZVboHa__certIssuer{font-size:var(--text-sm);color:var(--text-secondary);font-weight:500}.Certifications-module__ZVboHa__certMeta{align-items:center;gap:var(--space-lg);font-size:var(--text-sm);color:var(--text-muted);display:flex}.Certifications-module__ZVboHa__certMetaItem{align-items:center;gap:var(--space-xs);display:flex}.Certifications-module__ZVboHa__certLink{align-items:center;gap:var(--space-xs);font-size:var(--text-sm);color:var(--primary);transition:color var(--transition-fast);margin-top:auto;font-weight:600;display:inline-flex}.Certifications-module__ZVboHa__certLink:hover{color:var(--primary-dark)}.Certifications-module__ZVboHa__emptyState{text-align:center;padding:var(--space-4xl);color:var(--text-muted);grid-column:1/-1}@media (max-width:1024px){.Certifications-module__ZVboHa__certificationsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.Certifications-module__ZVboHa__certificationsGrid{grid-template-columns:1fr}}
.AnimatedTestimonials-module__bz9K-a__wrapper{max-width:900px;padding:var(--space-xl)var(--space-lg);margin:0 auto}.AnimatedTestimonials-module__bz9K-a__grid{gap:clamp(var(--space-xl),5vw,var(--space-4xl));grid-template-columns:1fr 1fr;align-items:center;display:grid;position:relative}.AnimatedTestimonials-module__bz9K-a__imageColumn{position:relative}.AnimatedTestimonials-module__bz9K-a__imageContainer{width:100%;height:320px;position:relative}.AnimatedTestimonials-module__bz9K-a__imageCard{transform-origin:bottom;position:absolute;inset:0}.AnimatedTestimonials-module__bz9K-a__image{border-radius:var(--radius-2xl);-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%;height:100%}.AnimatedTestimonials-module__bz9K-a__textColumn{padding:var(--space-md)0;flex-direction:column;justify-content:space-between;min-height:320px;display:flex}.AnimatedTestimonials-module__bz9K-a__name{font-size:var(--text-2xl);color:var(--text-primary);margin-bottom:var(--space-xs);font-weight:700}.AnimatedTestimonials-module__bz9K-a__designation{font-size:var(--text-sm);color:var(--text-muted);margin-bottom:var(--space-lg)}.AnimatedTestimonials-module__bz9K-a__quote{font-size:var(--text-lg);color:var(--text-secondary);line-height:1.7}.AnimatedTestimonials-module__bz9K-a__word{display:inline-block}.AnimatedTestimonials-module__bz9K-a__controls{gap:var(--space-md);padding-top:var(--space-xl);display:flex}.AnimatedTestimonials-module__bz9K-a__navButton{background:var(--surface);border:1px solid var(--border);width:36px;height:36px;color:var(--text-primary);cursor:pointer;transition:all var(--transition-fast);border-radius:50%;justify-content:center;align-items:center;display:flex}.AnimatedTestimonials-module__bz9K-a__navButton:hover{background:var(--primary-gradient);color:#fff;box-shadow:var(--shadow-md);border-color:#0000;transform:scale(1.1)}.AnimatedTestimonials-module__bz9K-a__navButton:hover svg{transition:transform .3s}.AnimatedTestimonials-module__bz9K-a__navButton:first-child:hover svg{transform:rotate(12deg)}.AnimatedTestimonials-module__bz9K-a__navButton:last-child:hover svg{transform:rotate(-12deg)}@media (max-width:768px){.AnimatedTestimonials-module__bz9K-a__grid{gap:var(--space-xl);grid-template-columns:1fr}.AnimatedTestimonials-module__bz9K-a__imageContainer{max-width:320px;height:280px;margin:0 auto}.AnimatedTestimonials-module__bz9K-a__textColumn{text-align:center;min-height:auto}.AnimatedTestimonials-module__bz9K-a__controls{justify-content:center}.AnimatedTestimonials-module__bz9K-a__quote{font-size:var(--text-base)}}@media (max-width:480px){.AnimatedTestimonials-module__bz9K-a__wrapper{padding:var(--space-md)}.AnimatedTestimonials-module__bz9K-a__imageContainer{max-width:280px;height:240px}.AnimatedTestimonials-module__bz9K-a__name{font-size:var(--text-xl)}}
.blog-module__JsT-Oq__container{max-width:1200px;padding:var(--space-2xl)var(--space-xl);min-height:80vh;margin:0 auto}.blog-module__JsT-Oq__header{text-align:center;margin-bottom:var(--space-3xl)}.blog-module__JsT-Oq__title{font-size:var(--text-4xl);margin-bottom:var(--space-md);background:var(--primary-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:800}.blog-module__JsT-Oq__subtitle{font-size:var(--text-lg);color:var(--text-secondary);max-width:600px;margin:0 auto}.blog-module__JsT-Oq__grid{gap:var(--space-2xl);grid-template-columns:repeat(auto-fill,minmax(350px,1fr));display:grid}.blog-module__JsT-Oq__card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);color:inherit;flex-direction:column;text-decoration:none;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden}.blog-module__JsT-Oq__card:hover{border-color:var(--primary);transform:translateY(-5px);box-shadow:0 10px 30px -10px #0003}.blog-module__JsT-Oq__imageContainer{aspect-ratio:16/9;background:var(--background-secondary);position:relative;overflow:hidden}.blog-module__JsT-Oq__image{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform .5s}.blog-module__JsT-Oq__card:hover .blog-module__JsT-Oq__image{transform:scale(1.05)}.blog-module__JsT-Oq__content{padding:var(--space-xl);flex-direction:column;flex:1;display:flex}.blog-module__JsT-Oq__meta{font-size:var(--text-xs);color:var(--text-muted);margin-bottom:var(--space-md);text-transform:uppercase;letter-spacing:.05em;justify-content:space-between;font-weight:600;display:flex}.blog-module__JsT-Oq__category{color:var(--primary)}.blog-module__JsT-Oq__postTitle{font-size:var(--text-xl);margin-bottom:var(--space-md);color:var(--text-primary);font-weight:700;line-height:1.4}.blog-module__JsT-Oq__excerpt{font-size:var(--text-sm);color:var(--text-secondary);margin-bottom:var(--space-lg);flex:1;line-height:1.6}.blog-module__JsT-Oq__readMore{font-size:var(--text-sm);color:var(--primary);align-items:center;gap:.25rem;font-weight:600;display:flex}.blog-module__JsT-Oq__emptyState{text-align:center;padding:var(--space-3xl);color:var(--text-muted);font-size:var(--text-lg);background:var(--surface);border-radius:var(--radius-xl);border:1px dashed var(--border);grid-column:1/-1}@media (max-width:768px){.blog-module__JsT-Oq__grid{grid-template-columns:1fr}}
.Testimonials-module__ItA9Ha__testimonials{background:var(--background-secondary);position:relative;overflow:hidden}.Testimonials-module__ItA9Ha__testimonials:before{content:"";background:linear-gradient(90deg,transparent,var(--border),transparent);height:1px;position:absolute;top:0;left:0;right:0}.Testimonials-module__ItA9Ha__header{text-align:center;margin-bottom:var(--space-3xl)}.Testimonials-module__ItA9Ha__header .Testimonials-module__ItA9Ha__section-title:after{left:50%;transform:translate(-50%)}.Testimonials-module__ItA9Ha__subtitle{font-size:var(--text-lg);color:var(--text-muted);margin-top:var(--space-md)}.Testimonials-module__ItA9Ha__grid{gap:var(--space-xl);grid-template-columns:repeat(3,1fr);display:grid}.Testimonials-module__ItA9Ha__card{background:var(--surface);border-radius:var(--radius-2xl);padding:var(--space-2xl);border:1px solid var(--border);transition:all var(--transition-base);position:relative}.Testimonials-module__ItA9Ha__card:hover{box-shadow:var(--shadow-xl),var(--shadow-glow);border-color:var(--primary-light);transform:translateY(-8px)}.Testimonials-module__ItA9Ha__quoteIcon{color:var(--primary);opacity:.3;margin-bottom:var(--space-lg)}.Testimonials-module__ItA9Ha__content{font-size:var(--text-base);color:var(--text-secondary);margin-bottom:var(--space-lg);font-style:italic;line-height:1.7}.Testimonials-module__ItA9Ha__rating{gap:var(--space-xs);color:#fbbf24;margin-bottom:var(--space-lg);display:flex}.Testimonials-module__ItA9Ha__author{align-items:center;gap:var(--space-md);padding-top:var(--space-lg);border-top:1px solid var(--border-light);display:flex}.Testimonials-module__ItA9Ha__avatar{background:var(--primary-gradient);color:#fff;width:48px;height:48px;font-weight:600;font-size:var(--text-sm);border-radius:50%;justify-content:center;align-items:center;display:flex}.Testimonials-module__ItA9Ha__authorInfo{flex:1}.Testimonials-module__ItA9Ha__authorName{color:var(--text-primary);font-weight:600;font-size:var(--text-base)}.Testimonials-module__ItA9Ha__authorRole{font-size:var(--text-sm);color:var(--text-muted)}@media (max-width:1024px){.Testimonials-module__ItA9Ha__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.Testimonials-module__ItA9Ha__grid{grid-template-columns:1fr}.Testimonials-module__ItA9Ha__card{padding:var(--space-xl)}}.Testimonials-module__ItA9Ha__emptyState{text-align:center;padding:var(--space-4xl);color:var(--text-muted);font-size:var(--text-lg)}
.privacy-module__ZGDmtG__container{max-width:800px;margin:120px auto 60px;padding:0 2rem;line-height:1.6}.privacy-module__ZGDmtG__content h1{color:var(--foreground);margin-bottom:1rem;font-size:2.5rem}.privacy-module__ZGDmtG__content h2{color:var(--foreground);margin-top:2rem;margin-bottom:1rem;font-size:1.5rem}.privacy-module__ZGDmtG__content p,.privacy-module__ZGDmtG__content ul{color:var(--foreground-secondary,#ffffffb3);margin-bottom:1rem}.privacy-module__ZGDmtG__content ul{padding-left:1.5rem}.privacy-module__ZGDmtG__content li{margin-bottom:.5rem}.privacy-module__ZGDmtG__content a{color:var(--primary-color,#6366f1);text-decoration:none}.privacy-module__ZGDmtG__content a:hover{text-decoration:underline}
.BlogTabs-module__Ii2HfG__tabsContainer{justify-content:center;gap:var(--space-md);margin-bottom:var(--space-3xl);flex-wrap:wrap;display:flex}.BlogTabs-module__Ii2HfG__tabBtn{padding:var(--space-sm)var(--space-xl);border-radius:var(--radius-full);font-size:var(--text-base);cursor:pointer;border:1px solid var(--border);background:var(--surface);color:var(--text-secondary);font-weight:600;transition:all .3s}.BlogTabs-module__Ii2HfG__tabBtn:hover{border-color:var(--primary);color:var(--text-primary)}.BlogTabs-module__Ii2HfG__tabBtn.BlogTabs-module__Ii2HfG__active{background:var(--primary);color:#fff;border-color:var(--primary);box-shadow:0 4px 15px #0003}.BlogTabs-module__Ii2HfG__grid{gap:var(--space-2xl);grid-template-columns:repeat(auto-fill,minmax(350px,1fr));animation:.5s BlogTabs-module__Ii2HfG__fadeIn;display:grid}@keyframes BlogTabs-module__Ii2HfG__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.BlogTabs-module__Ii2HfG__card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);color:inherit;flex-direction:column;text-decoration:none;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden}.BlogTabs-module__Ii2HfG__card:hover{border-color:var(--primary);transform:translateY(-5px);box-shadow:0 10px 30px -10px #0003}.BlogTabs-module__Ii2HfG__imageContainer{aspect-ratio:16/9;background:var(--background-secondary);position:relative;overflow:hidden}.BlogTabs-module__Ii2HfG__image{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform .5s}.BlogTabs-module__Ii2HfG__card:hover .BlogTabs-module__Ii2HfG__image{transform:scale(1.05)}.BlogTabs-module__Ii2HfG__content{padding:var(--space-xl);flex-direction:column;flex:1;display:flex}.BlogTabs-module__Ii2HfG__meta{font-size:var(--text-xs);color:var(--text-muted);margin-bottom:var(--space-md);text-transform:uppercase;letter-spacing:.05em;flex-wrap:wrap;justify-content:space-between;gap:.5rem;font-weight:600;display:flex}.BlogTabs-module__Ii2HfG__category{color:var(--primary)}.BlogTabs-module__Ii2HfG__postTitle{font-size:var(--text-xl);margin-bottom:var(--space-md);color:var(--text-primary);font-weight:700;line-height:1.4}.BlogTabs-module__Ii2HfG__excerpt{font-size:var(--text-sm);color:var(--text-secondary);margin-bottom:var(--space-lg);flex:1;line-height:1.6}.BlogTabs-module__Ii2HfG__readMore{font-size:var(--text-sm);color:var(--primary);align-items:center;gap:.25rem;font-weight:600;display:flex}.BlogTabs-module__Ii2HfG__emptyState{text-align:center;padding:var(--space-3xl);color:var(--text-muted);font-size:var(--text-lg);background:var(--surface);border-radius:var(--radius-xl);border:1px dashed var(--border);grid-column:1/-1}@media (max-width:768px){.BlogTabs-module__Ii2HfG__grid{grid-template-columns:1fr}}
.Contact-module__hcVmEa__contact{padding:var(--space-4xl)0;position:relative;overflow:hidden}.Contact-module__hcVmEa__contactBg{background:radial-gradient(ellipse at 80% 20%,hsla(var(--primary-h),60%,60%,.08)0%,transparent 50%),var(--background);z-index:-1;position:absolute;inset:0}.Contact-module__hcVmEa__contactContainer{max-width:1280px;padding:0 var(--space-lg);gap:var(--space-4xl);grid-template-columns:1fr 1fr;align-items:start;margin:0 auto;display:grid}.Contact-module__hcVmEa__contactInfo{gap:var(--space-xl);flex-direction:column;display:flex}.Contact-module__hcVmEa__contactTitle{font-size:var(--text-3xl);font-weight:800;line-height:1.2}.Contact-module__hcVmEa__contactDescription{font-size:var(--text-lg);color:var(--text-secondary);line-height:1.7}.Contact-module__hcVmEa__socialLinks{gap:var(--space-md);margin-top:var(--space-lg);flex-wrap:wrap;display:flex}.Contact-module__hcVmEa__socialLink{align-items:center;gap:var(--space-sm);padding:var(--space-md)var(--space-lg);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);font-size:var(--text-sm);color:var(--text-secondary);transition:all var(--transition-fast);font-weight:600;text-decoration:none;display:flex}.Contact-module__hcVmEa__socialLink:hover{background:var(--background-secondary);border-color:var(--primary);color:var(--primary);transform:translateY(-2px)}.Contact-module__hcVmEa__socialIcon{width:20px;height:20px}.Contact-module__hcVmEa__contactForm{background:var(--surface);border-radius:var(--radius-xl);padding:var(--space-2xl);border:1px solid var(--border);box-shadow:var(--shadow-lg)}.Contact-module__hcVmEa__formTitle{font-size:var(--text-xl);margin-bottom:var(--space-xl);color:var(--text-primary);font-weight:700}.Contact-module__hcVmEa__formGroup{margin-bottom:var(--space-lg)}.Contact-module__hcVmEa__formLabel{font-size:var(--text-sm);color:var(--text-primary);margin-bottom:var(--space-sm);font-weight:600;display:block}.Contact-module__hcVmEa__formInput,.Contact-module__hcVmEa__formTextarea{width:100%;padding:var(--space-md);font-size:var(--text-base);color:var(--text-primary);background:var(--background);border:1px solid var(--border);border-radius:var(--radius-lg);transition:all var(--transition-fast)}.Contact-module__hcVmEa__formInput:focus,.Contact-module__hcVmEa__formTextarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px hsla(var(--primary-h),var(--primary-s),var(--primary-l),.15);outline:none}.Contact-module__hcVmEa__formInput::-moz-placeholder{color:var(--text-muted)}.Contact-module__hcVmEa__formTextarea::-moz-placeholder{color:var(--text-muted)}.Contact-module__hcVmEa__formInput::placeholder,.Contact-module__hcVmEa__formTextarea::placeholder{color:var(--text-muted)}.Contact-module__hcVmEa__formTextarea{resize:vertical;min-height:150px}.Contact-module__hcVmEa__submitBtn{width:100%;padding:var(--space-md)var(--space-xl);font-size:var(--text-base);color:var(--text-inverse);background:var(--primary-gradient);border-radius:var(--radius-lg);cursor:pointer;transition:all var(--transition-base);justify-content:center;align-items:center;gap:var(--space-sm);border:none;font-weight:600;display:flex}.Contact-module__hcVmEa__submitBtn:hover{box-shadow:var(--shadow-lg),0 0 20px #4f46e566;transform:translateY(-2px)}.Contact-module__hcVmEa__submitBtn:disabled{opacity:.7;cursor:not-allowed;transform:none}@media (max-width:1024px){.Contact-module__hcVmEa__contactContainer{gap:var(--space-3xl);grid-template-columns:1fr}.Contact-module__hcVmEa__contactInfo{text-align:center;align-items:center}.Contact-module__hcVmEa__socialLinks{justify-content:center}}
