.not-found-module__sxuMuG__container{text-align:center;z-index:1;flex-direction:column;justify-content:center;align-items:center;min-height:calc(100vh - 120px);padding:80px 24px;display:flex;position:relative}.not-found-module__sxuMuG__content{flex-direction:column;align-items:center;max-width:600px;animation:.8s cubic-bezier(.16,1,.3,1) forwards not-found-module__sxuMuG__fadeInUp;display:flex}.not-found-module__sxuMuG__code{font-family:var(--font-marcellus), serif;background:linear-gradient(135deg,#a78bfa 0%,#3b82f6 50%,#8b5cf6 100%);-webkit-text-fill-color:transparent;letter-spacing:-.04em;filter:drop-shadow(0 0 30px #8b5cf640);-webkit-background-clip:text;background-clip:text;margin-bottom:20px;font-size:clamp(8rem,18vw,12rem);font-weight:700;line-height:1;animation:6s ease-in-out infinite not-found-module__sxuMuG__float;position:relative}.not-found-module__sxuMuG__code:after{content:"404";z-index:-1;background:linear-gradient(135deg,#a78bfa 0%,#3b82f6 50%,#8b5cf6 100%);-webkit-text-fill-color:transparent;filter:blur(40px);opacity:.5;-webkit-background-clip:text;background-clip:text;width:100%;height:100%;position:absolute;top:0;left:0}.not-found-module__sxuMuG__title{color:var(--text-primary);margin-bottom:16px;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:400;line-height:1.25}.not-found-module__sxuMuG__subtitle{color:var(--text-secondary);max-width:480px;margin-bottom:40px;font-size:clamp(.95rem,2vw,1.1rem);line-height:1.6}.not-found-module__sxuMuG__actions{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.not-found-module__sxuMuG__primaryBtn{background:var(--accent-gradient);color:#fff;border-radius:var(--radius-full);transition:all var(--transition-base);align-items:center;gap:8px;padding:14px 32px;font-family:Inter,sans-serif;font-size:15px;font-weight:600;display:inline-flex;box-shadow:0 4px 20px #8b5cf659}.not-found-module__sxuMuG__primaryBtn:hover{background:var(--accent-gradient-hover);transform:translateY(-2px);box-shadow:0 6px 30px #8b5cf673}.not-found-module__sxuMuG__secondaryBtn{color:var(--text-primary);border:1.5px solid var(--border-color);border-radius:var(--radius-full);transition:all var(--transition-base);background:0 0;align-items:center;gap:8px;padding:12.5px 32px;font-family:Inter,sans-serif;font-size:15px;font-weight:600;display:inline-flex}.not-found-module__sxuMuG__secondaryBtn:hover{border-color:var(--accent-primary);color:var(--accent-primary);background:var(--accent-soft);transform:translateY(-2px)}@keyframes not-found-module__sxuMuG__float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes not-found-module__sxuMuG__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.not-found-module__sxuMuG__container{min-height:calc(100vh - 100px)}}
.Header-module__D5nTzG__header{z-index:1000;height:var(--nav-height);transition:all var(--transition-base);background:0 0;align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.Header-module__D5nTzG__header.Header-module__D5nTzG__scrolled{background:var(--glass-bg);-webkit-backdrop-filter:saturate(var(--glass-saturate)) blur(var(--glass-blur));border-bottom:1px solid var(--glass-border);box-shadow:var(--glass-shadow), inset 0 1px 0 0 #ffffff1f}html[data-theme=dark] .Header-module__D5nTzG__header.Header-module__D5nTzG__scrolled{background:#040406fa;border-bottom:1px solid #ffffff0f;box-shadow:0 8px 30px #0009,inset 0 1px #ffffff0a}.Header-module__D5nTzG__headerInner{width:100%;max-width:var(--container-wide);justify-content:space-between;align-items:center;margin:0 auto;padding:0 32px;display:flex}.Header-module__D5nTzG__logo{font-family:var(--font-marcellus), serif;color:var(--text-primary);z-index:1001;align-items:center;gap:10px;font-size:24px;font-weight:700;text-decoration:none;display:flex}.Header-module__D5nTzG__logoDark,.Header-module__D5nTzG__logoLight{object-fit:contain;width:auto;height:36px}html[data-theme=dark] .Header-module__D5nTzG__logoLight{display:none}html[data-theme=light] .Header-module__D5nTzG__logoDark{display:none}.Header-module__D5nTzG__nav{align-items:center;gap:4px;display:flex}.Header-module__D5nTzG__navLink{color:var(--text-secondary);border-radius:var(--radius-full);transition:all var(--transition-fast);padding:8px 16px;font-family:Inter,sans-serif;font-size:14px;font-weight:500;text-decoration:none;position:relative}.Header-module__D5nTzG__navLink:hover{color:var(--text-primary);background:var(--accent-soft)}.Header-module__D5nTzG__navLink.Header-module__D5nTzG__active{color:var(--accent-primary)}.Header-module__D5nTzG__headerActions{align-items:center;gap:8px;display:flex}.Header-module__D5nTzG__themeToggle{border-radius:var(--radius-full);width:44px;height:44px;color:var(--text-secondary);transition:all var(--transition-base);background:0 0;border:1px solid #0000;justify-content:center;align-items:center;display:flex}.Header-module__D5nTzG__themeToggle:hover{background:var(--accent-soft);color:var(--accent-primary);border-color:var(--border-color)}.Header-module__D5nTzG__ctaBtn{border-radius:var(--radius-full);background:var(--accent-gradient);color:#fff;transition:all var(--transition-base);box-shadow:0 4px 15px var(--accent-glow);white-space:nowrap;padding:10px 24px;font-family:Inter,sans-serif;font-size:14px;font-weight:600;text-decoration:none}.Header-module__D5nTzG__ctaBtn:hover{box-shadow:0 6px 25px var(--accent-glow);transform:translateY(-2px)}.Header-module__D5nTzG__menuBtn{width:44px;height:44px;color:var(--text-primary);z-index:1001;border-radius:var(--radius-sm);justify-content:center;align-items:center;display:none}.Header-module__D5nTzG__menuBtn:hover{background:var(--accent-soft)}.Header-module__D5nTzG__mobileOverlay,.Header-module__D5nTzG__mobileMenu{display:none}@media (max-width:900px){.Header-module__D5nTzG__nav,.Header-module__D5nTzG__ctaBtn{display:none}.Header-module__D5nTzG__menuBtn{display:flex}.Header-module__D5nTzG__mobileOverlay{z-index:999;opacity:0;pointer-events:none;transition:opacity var(--transition-base);background:#00000080;display:block;position:fixed;inset:0}.Header-module__D5nTzG__mobileOverlay.Header-module__D5nTzG__open{opacity:1;pointer-events:auto}.Header-module__D5nTzG__mobileMenu{background:var(--bg-secondary);z-index:1000;width:300px;max-width:85vw;height:100vh;transition:transform var(--transition-smooth);border-left:1px solid var(--border-color);flex-direction:column;gap:4px;padding:100px 32px 32px;display:flex;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%)}.Header-module__D5nTzG__mobileMenu.Header-module__D5nTzG__open{transform:translate(0)}.Header-module__D5nTzG__mobileNavLink{color:var(--text-secondary);border-radius:var(--radius-md);transition:all var(--transition-fast);padding:14px 16px;font-family:Inter,sans-serif;font-size:16px;font-weight:500;text-decoration:none}.Header-module__D5nTzG__mobileNavLink:hover{background:var(--accent-soft);color:var(--accent-primary)}.Header-module__D5nTzG__mobileCta{text-align:center;border-radius:var(--radius-full);background:var(--accent-gradient);color:#fff;margin-top:24px;padding:14px 24px;font-family:Inter,sans-serif;font-size:15px;font-weight:600;text-decoration:none}}.Header-module__D5nTzG__badge{color:#fff;border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.05em;background:linear-gradient(135deg,#8b5cf6 0%,#ff2e93 100%);align-items:center;margin-left:6px;padding:2px 6px;font-size:8px;font-weight:700;line-height:1.2;animation:2s infinite Header-module__D5nTzG__badgePulse;display:inline-flex;position:relative;top:-1px;box-shadow:0 2px 8px #8b5cf666}@keyframes Header-module__D5nTzG__badgePulse{0%{box-shadow:0 0 #8b5cf680}70%{box-shadow:0 0 0 5px #8b5cf600}to{box-shadow:0 0 #8b5cf600}}.Header-module__D5nTzG__hasBadge{align-items:center;display:inline-flex}.Header-module__D5nTzG__hasBadgeMobile{justify-content:space-between;align-items:center;display:flex!important}
.Footer-module__JGhRua__footer{background:var(--bg-secondary);border-top:1px solid var(--border-color);padding:80px 0 0}.Footer-module__JGhRua__footerGrid{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:48px;padding-bottom:48px;display:grid}.Footer-module__JGhRua__brand{flex-direction:column;gap:16px;display:flex}.Footer-module__JGhRua__brandLogo{font-family:var(--font-marcellus), serif;color:var(--text-primary);align-items:center;gap:10px;font-size:22px;font-weight:700;text-decoration:none;display:flex}.Footer-module__JGhRua__logoDark,.Footer-module__JGhRua__logoLight{object-fit:contain;width:auto;height:40px}html[data-theme=dark] .Footer-module__JGhRua__logoLight{display:none}html[data-theme=light] .Footer-module__JGhRua__logoDark{display:none}.Footer-module__JGhRua__brandDesc{color:var(--text-muted);font-size:.9rem;line-height:1.7}.Footer-module__JGhRua__footerSocials{gap:8px;display:flex}.Footer-module__JGhRua__socialIcon{background:var(--bg-tertiary);border:1px solid var(--border-color);width:40px;height:40px;color:var(--text-muted);transition:all var(--transition-fast);border-radius:50%;justify-content:center;align-items:center;text-decoration:none;display:flex}.Footer-module__JGhRua__socialIcon:hover{background:var(--accent-gradient);color:#fff;border-color:#0000}.Footer-module__JGhRua__footerColumn h4{letter-spacing:.1em;text-transform:uppercase;color:var(--text-primary);margin-bottom:20px;font-family:Inter,sans-serif;font-size:13px;font-weight:700}.Footer-module__JGhRua__chevronIcon{transition:transform var(--transition-base,.3s) ease;color:var(--text-muted);display:none}.Footer-module__JGhRua__footerLinks{flex-direction:column;gap:12px;display:flex}.Footer-module__JGhRua__footerLink{color:var(--text-muted);transition:color var(--transition-fast);align-items:center;gap:6px;font-size:.9rem;text-decoration:none;display:inline-flex}.Footer-module__JGhRua__footerLink:hover{color:var(--accent-primary)}.Footer-module__JGhRua__footerBottom{border-top:1px solid var(--border-color);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:24px 0;display:flex}.Footer-module__JGhRua__copyright{color:var(--text-muted);font-family:Inter,sans-serif;font-size:13px}.Footer-module__JGhRua__footerBottomLinks{gap:24px;display:flex}.Footer-module__JGhRua__footerBottomLink{color:var(--text-muted);transition:color var(--transition-fast);font-family:Inter,sans-serif;font-size:13px;text-decoration:none}.Footer-module__JGhRua__footerBottomLink:hover{color:var(--accent-primary)}@media (max-width:900px){.Footer-module__JGhRua__footerGrid{grid-template-columns:1fr 1fr;gap:40px 32px}}@media (max-width:640px){.Footer-module__JGhRua__footerGrid{grid-template-columns:1fr;gap:0}.Footer-module__JGhRua__brand{border-bottom:1px solid var(--border-color);margin-bottom:16px;padding-bottom:32px}.Footer-module__JGhRua__footerColumn{border-bottom:1px solid var(--border-color)}.Footer-module__JGhRua__footerColumn h4{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;width:100%;margin-bottom:0;padding:20px 0;display:flex}.Footer-module__JGhRua__chevronIcon{display:block}.Footer-module__JGhRua__columnOpen .Footer-module__JGhRua__chevronIcon{color:var(--accent-primary);transform:rotate(180deg)}.Footer-module__JGhRua__footerLinks{opacity:0;pointer-events:none;max-height:0;padding-bottom:0;transition:max-height .35s cubic-bezier(.4,0,.2,1),opacity .3s,padding-bottom .35s;overflow:hidden}.Footer-module__JGhRua__columnOpen .Footer-module__JGhRua__footerLinks{opacity:1;pointer-events:auto;max-height:400px;padding-bottom:24px}.Footer-module__JGhRua__footerBottom{text-align:center;flex-direction:column;gap:20px;margin-top:32px}}.Footer-module__JGhRua__badge{color:#fff;border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.05em;background:linear-gradient(135deg,#8b5cf6 0%,#ff2e93 100%);align-items:center;margin-left:6px;padding:1px 5px;font-size:8px;font-weight:700;line-height:1.2;animation:2s infinite Footer-module__JGhRua__footerBadgePulse;display:inline-flex;position:relative;top:-1px;box-shadow:0 2px 8px #8b5cf666}@keyframes Footer-module__JGhRua__footerBadgePulse{0%{box-shadow:0 0 #8b5cf680}70%{box-shadow:0 0 0 4px #8b5cf600}to{box-shadow:0 0 #8b5cf600}}.Footer-module__JGhRua__hasBadge{align-items:center;display:inline-flex}
.Hero-module__PycF7W__hero{min-height:100vh;padding-top:var(--nav-height);background:0 0;align-items:center;display:flex;position:relative;overflow:hidden}.Hero-module__PycF7W__heroGrid{background-image:linear-gradient(var(--border-subtle) 1px, transparent 1px), linear-gradient(90deg, var(--border-subtle) 1px, transparent 1px);opacity:.4;background-size:60px 60px;animation:20s linear infinite Hero-module__PycF7W__gridShift;position:absolute;inset:0;-webkit-mask-image:radial-gradient(60% 50%,#000 40%,#0000 100%);mask-image:radial-gradient(60% 50%,#000 40%,#0000 100%)}@keyframes Hero-module__PycF7W__gridShift{0%{background-position:0 0,0 0}to{background-position:60px 60px,60px 60px}}.Hero-module__PycF7W__heroGlow{filter:blur(120px);opacity:.15;pointer-events:none;border-radius:50%;width:600px;height:600px;position:absolute}.Hero-module__PycF7W__heroGlow1{background:var(--accent-primary);animation:8s ease-in-out infinite alternate Hero-module__PycF7W__glowPulse1;top:-200px;right:-100px}.Hero-module__PycF7W__heroGlow2{background:var(--accent-secondary);animation:10s ease-in-out infinite alternate Hero-module__PycF7W__glowPulse2;bottom:-200px;left:-100px}@keyframes Hero-module__PycF7W__glowPulse1{0%{opacity:.12;transform:translate(0)scale(1)}50%{opacity:.2;transform:translate(-40px,30px)scale(1.15)}to{opacity:.1;transform:translate(20px,-20px)scale(.95)}}@keyframes Hero-module__PycF7W__glowPulse2{0%{opacity:.1;transform:translate(0)scale(1)}50%{opacity:.18;transform:translate(30px,-40px)scale(1.2)}to{opacity:.08;transform:translate(-20px,20px)scale(.9)}}.Hero-module__PycF7W__hero:before,.Hero-module__PycF7W__hero:after{content:"";pointer-events:none;z-index:1;border-radius:50%;position:absolute}.Hero-module__PycF7W__hero:before{background:var(--accent-primary);opacity:.4;width:4px;height:4px;box-shadow:120px 80px 0 0 var(--accent-primary), 300px -60px 0 1px var(--accent-secondary), 500px 120px 0 0 var(--accent-primary), 700px -40px 0 1px var(--accent-secondary), 850px 100px 0 0 var(--accent-primary), 200px 200px 0 1px var(--accent-secondary);animation:25s linear infinite Hero-module__PycF7W__floatParticles;top:30%;left:15%}.Hero-module__PycF7W__hero:after{background:var(--accent-secondary);opacity:.3;width:3px;height:3px;box-shadow:-80px -120px 0 0 var(--accent-primary), -250px 60px 0 1px var(--accent-secondary), -400px -80px 0 0 var(--accent-primary), -600px 100px 0 1px var(--accent-secondary);animation:30s linear infinite reverse Hero-module__PycF7W__floatParticles;top:60%;right:20%}@keyframes Hero-module__PycF7W__floatParticles{0%{transform:translateY(0)translate(0)}25%{transform:translateY(-20px)translate(10px)}50%{transform:translateY(-5px)translate(-15px)}75%{transform:translateY(-25px)translate(5px)}to{transform:translateY(0)translate(0)}}.Hero-module__PycF7W__heroContainer{z-index:2;max-width:var(--container-wide);grid-template-columns:1fr 1fr;align-items:center;gap:60px;padding:60px 24px 40px;display:grid;position:relative}.Hero-module__PycF7W__heroContentLeft{text-align:left;max-width:650px}.Hero-module__PycF7W__heroContentRight{justify-content:center;align-items:center;display:flex}.Hero-module__PycF7W__heroImageWrapper{border-radius:var(--radius-xl);width:100%;max-width:600px;position:relative;overflow:hidden}.Hero-module__PycF7W__heroImage{object-fit:contain;width:100%;height:auto;display:block}.Hero-module__PycF7W__heroBadge{letter-spacing:.08em;text-transform:uppercase;color:var(--accent-primary);background:var(--accent-soft);border:1px solid var(--accent-primary);border-radius:var(--radius-full);backdrop-filter:blur(10px);align-items:center;gap:8px;margin-bottom:32px;padding:8px 20px;font-family:Inter,sans-serif;font-size:13px;font-weight:600;display:inline-flex}.Hero-module__PycF7W__heroBadgeDot{background:var(--accent-primary);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite Hero-module__PycF7W__pulse}@keyframes Hero-module__PycF7W__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.8)}}.Hero-module__PycF7W__heroTitle{letter-spacing:-.03em;margin-bottom:24px;font-size:clamp(2.25rem,5.5vw,4.25rem);line-height:1.1}.Hero-module__PycF7W__heroSubtitle{color:var(--text-muted);margin:0 0 40px;font-family:Marcellus,serif;font-size:clamp(1.05rem,1.8vw,1.2rem);line-height:1.9}.Hero-module__PycF7W__heroSubtitle strong{color:var(--text-primary);font-weight:700}.Hero-module__PycF7W__heroCtas{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:16px;margin-bottom:64px;display:flex}.Hero-module__PycF7W__heroStats{border-top:1px solid var(--border-color);justify-content:flex-start;align-items:center;gap:48px;padding-top:40px;display:flex}.Hero-module__PycF7W__statItem{text-align:left;position:relative}.Hero-module__PycF7W__statItem:not(:last-child):after{content:"";background:var(--border-color);width:1px;height:70%;position:absolute;top:15%;right:-24px}.Hero-module__PycF7W__statValue{font-family:var(--font-marcellus), serif;color:var(--text-primary);font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;line-height:1.1}.Hero-module__PycF7W__statLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;margin-top:4px;font-family:Inter,sans-serif;font-size:clamp(10px,1.2vw,12px);font-weight:500}.Hero-module__PycF7W__statIcon{background:var(--accent-soft);width:36px;height:36px;color:var(--accent-primary);transition:all var(--transition-base);border:1px solid #8b5cf626;border-radius:10px;justify-content:center;align-items:center;margin-bottom:10px;display:flex}.Hero-module__PycF7W__statItem:hover .Hero-module__PycF7W__statIcon{background:var(--accent-gradient);color:#fff;box-shadow:0 4px 16px var(--accent-glow);border-color:#0000;transform:translateY(-2px)}.Hero-module__PycF7W__scrollIndicator{color:var(--text-muted);z-index:2;flex-direction:column;align-items:center;gap:8px;display:flex;position:absolute;bottom:32px;left:50%;transform:translate(-50%)}.Hero-module__PycF7W__scrollMouse{border:2px solid var(--border-color);border-radius:12px;width:24px;height:38px;position:relative}.Hero-module__PycF7W__scrollDot{background:var(--accent-primary);border-radius:2px;width:4px;height:8px;animation:2s ease-in-out infinite Hero-module__PycF7W__float;position:absolute;top:8px;left:50%;transform:translate(-50%)}@keyframes Hero-module__PycF7W__float{0%,to{opacity:1;top:8px}50%{opacity:.3;top:18px}}@media (max-width:1024px){.Hero-module__PycF7W__heroContainer{text-align:center;grid-template-columns:1fr;gap:40px}.Hero-module__PycF7W__heroContentLeft{text-align:center;margin:0 auto}.Hero-module__PycF7W__heroSubtitle{margin:0 auto 40px}.Hero-module__PycF7W__heroCtas,.Hero-module__PycF7W__heroStats{justify-content:center}}@media (max-width:768px){.Hero-module__PycF7W__heroTitle{font-size:clamp(2rem,10vw,3rem)}.Hero-module__PycF7W__heroStats{justify-content:space-between;gap:16px;padding-top:32px}.Hero-module__PycF7W__statItem:not(:last-child):after{display:none}.Hero-module__PycF7W__heroContainer{padding:40px 16px}.Hero-module__PycF7W__heroCtas{flex-direction:column;align-items:stretch;gap:12px;margin-bottom:48px}.Hero-module__PycF7W__scrollIndicator,.Hero-module__PycF7W__hero:before,.Hero-module__PycF7W__hero:after{display:none}}@media (max-width:480px){.Hero-module__PycF7W__heroBadge{padding:6px 14px;font-size:11px}}.Hero-module__PycF7W__sliderContainer{width:100%;max-width:440px;height:520px;box-shadow:none;background:0 0;border:none;margin:0 auto;position:relative}.Hero-module__PycF7W__slide{opacity:0;pointer-events:none;z-index:1;border-radius:220px 220px 0 0;transition:opacity .8s cubic-bezier(.4,0,.2,1),transform .8s cubic-bezier(.4,0,.2,1);position:absolute;inset:0;overflow:visible;transform:scale(.98)}.Hero-module__PycF7W__slideActive{opacity:1;pointer-events:auto;z-index:2;transform:scale(1)}.Hero-module__PycF7W__imageContainer{z-index:1;border-radius:220px 220px 0 0;width:100%;height:100%;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(#000 70%,#0000 100%);mask-image:linear-gradient(#000 70%,#0000 100%)}.Hero-module__PycF7W__slideImage{object-fit:cover;object-position:center;filter:grayscale();border-radius:220px 220px 0 0;width:100%;height:100%;transition:filter .5s}.Hero-module__PycF7W__slideActive:hover .Hero-module__PycF7W__slideImage{filter:grayscale(0%)}.Hero-module__PycF7W__archBorder{pointer-events:none;z-index:3;border:1.5px solid #8b5cf673;border-bottom:none;border-radius:220px 220px 0 0;position:absolute;inset:0}.Hero-module__PycF7W__slideOverlay{display:none}.Hero-module__PycF7W__glassCardWrapper{opacity:0;z-index:10;pointer-events:none;width:280px;transition:all .8s cubic-bezier(.16,1,.3,1) .15s;position:absolute;bottom:40px;left:-32px;transform:translateY(20px)}.Hero-module__PycF7W__slideActive .Hero-module__PycF7W__glassCardWrapper{opacity:1;pointer-events:auto;transform:translateY(0)}.Hero-module__PycF7W__glassCard{-webkit-backdrop-filter:blur(20px)saturate(180%);background:#0a0f1eb3;border-top:1.5px solid #8b5cf673;border-bottom:1px solid #ffffff14;border-left:1px solid #ffffff14;border-right:1.5px solid #8b5cf673;border-radius:18px;align-items:center;gap:16px;width:100%;padding:14px 20px;animation:7s ease-in-out infinite Hero-module__PycF7W__floatLoop;display:flex;box-shadow:0 15px 35px #0006,inset 0 1px 1px #ffffff0f}.Hero-module__PycF7W__glassCardIconBox{color:#fff;background:linear-gradient(135deg,#7c3aed,#8b5cf6);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex;box-shadow:0 4px 12px #8b5cf64d}.Hero-module__PycF7W__glassCardRight{flex-direction:column;display:flex}.Hero-module__PycF7W__personName{font-family:var(--font-marcellus), serif;color:#fff;letter-spacing:-.01em;margin:0;font-size:16px;font-weight:700;line-height:1.2}.Hero-module__PycF7W__personDesignation{color:#10b981;letter-spacing:.05em;text-transform:capitalize;margin-top:3px;font-family:Inter,sans-serif;font-size:12px;font-weight:600}.Hero-module__PycF7W__statsBadgeWrapper{opacity:0;z-index:10;pointer-events:none;transition:all .8s cubic-bezier(.16,1,.3,1) .25s;position:absolute;top:30px;right:-16px;transform:translateY(-20px)}.Hero-module__PycF7W__slideActive .Hero-module__PycF7W__statsBadgeWrapper{opacity:1;pointer-events:auto;transform:translateY(0)}.Hero-module__PycF7W__statsBadge{-webkit-backdrop-filter:blur(14px)saturate(160%);background:#0a0f1eb3;border:1px solid #ffffff14;border-radius:12px;flex-direction:column;align-items:flex-end;padding:10px 16px;animation:6s ease-in-out infinite Hero-module__PycF7W__floatLoop;display:flex;box-shadow:0 8px 20px #0006}.Hero-module__PycF7W__badgeText{text-transform:uppercase;letter-spacing:.12em;color:var(--text-muted);font-size:9px;font-weight:600}.Hero-module__PycF7W__badgeValue{font-family:var(--font-marcellus), serif;color:#8b5cf6;margin-top:2px;font-size:15px;font-weight:700}.Hero-module__PycF7W__socialFloat{-webkit-backdrop-filter:blur(16px);z-index:10;opacity:0;background:#0a0f1ebf;border:1px solid #ffffff14;border-right:3px solid #8b5cf6;border-radius:16px;flex-direction:column;gap:14px;padding:16px 12px;transition:all .8s cubic-bezier(.16,1,.3,1) .35s;display:flex;position:absolute;top:60%;left:-32px;transform:translateY(-50%)translate(-25px);box-shadow:0 10px 30px #0006}.Hero-module__PycF7W__slideActive .Hero-module__PycF7W__socialFloat{opacity:1;transform:translateY(-50%)translate(0)}.Hero-module__PycF7W__socialIcon{color:#fff;background:#ffffff14;border:1px solid #ffffff1f;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;transition:all .35s cubic-bezier(.175,.885,.32,1.275);display:flex;box-shadow:0 4px 12px #0003}.Hero-module__PycF7W__socialIcon:hover{color:#fff!important;background:#8b5cf6!important;border-color:#8b5cf6!important;transform:scale(1.15)!important;box-shadow:0 0 15px #8b5cf699!important}.Hero-module__PycF7W__sliderDots{z-index:10;gap:8px;display:flex;position:absolute;bottom:-35px;left:50%;transform:translate(-50%)}.Hero-module__PycF7W__dot{cursor:pointer;background:#fff3;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .3s}.Hero-module__PycF7W__dotActive{background:var(--accent-primary);border-radius:4px;width:24px}@media (max-width:1024px){.Hero-module__PycF7W__sliderContainer{max-width:400px;height:480px;margin-top:20px}.Hero-module__PycF7W__slide,.Hero-module__PycF7W__imageContainer,.Hero-module__PycF7W__slideImage,.Hero-module__PycF7W__archBorder{border-radius:200px 200px 0 0}.Hero-module__PycF7W__glassCardWrapper{width:260px;top:auto;bottom:30px;left:-16px}.Hero-module__PycF7W__socialFloat{left:-16px}}@media (max-width:768px){.Hero-module__PycF7W__sliderContainer{max-width:340px;height:400px}.Hero-module__PycF7W__slide,.Hero-module__PycF7W__imageContainer,.Hero-module__PycF7W__slideImage,.Hero-module__PycF7W__archBorder{border-radius:170px 170px 0 0}.Hero-module__PycF7W__glassCardWrapper{width:auto;inset:auto 16px 16px}.Hero-module__PycF7W__glassCard{gap:12px;padding:10px 16px}.Hero-module__PycF7W__glassCardIconBox{border-radius:8px;width:36px;height:36px}.Hero-module__PycF7W__personName{font-size:14px}.Hero-module__PycF7W__personDesignation{font-size:11px}.Hero-module__PycF7W__statsBadgeWrapper{top:80px;right:16px}.Hero-module__PycF7W__statsBadge{padding:6px 12px}.Hero-module__PycF7W__socialFloat{gap:10px;padding:12px 8px;top:55%;left:16px}.Hero-module__PycF7W__socialIcon{border-radius:8px;width:32px;height:32px}}@media (max-width:480px){.Hero-module__PycF7W__sliderContainer{max-width:280px;height:330px}.Hero-module__PycF7W__slide,.Hero-module__PycF7W__imageContainer,.Hero-module__PycF7W__slideImage,.Hero-module__PycF7W__archBorder{border-radius:140px 140px 0 0}.Hero-module__PycF7W__glassCardWrapper{inset:auto 12px 12px}.Hero-module__PycF7W__statsBadgeWrapper{top:72px;right:12px}.Hero-module__PycF7W__socialFloat{top:55%;left:12px}}@keyframes Hero-module__PycF7W__floatLoop{0%{transform:translateY(0)}50%{transform:translateY(-8px)}to{transform:translateY(0)}}.Hero-module__PycF7W__glassCardFloat{animation:7s ease-in-out infinite Hero-module__PycF7W__floatLoop}.Hero-module__PycF7W__statsBadgeFloat{flex-direction:column;align-items:flex-end;animation:6s ease-in-out infinite Hero-module__PycF7W__floatLoop;display:flex}.Hero-module__PycF7W__socialIconFloat1{animation:4.5s ease-in-out infinite Hero-module__PycF7W__floatLoop}.Hero-module__PycF7W__socialIconFloat2{animation:4.5s ease-in-out .3s infinite Hero-module__PycF7W__floatLoop}.Hero-module__PycF7W__socialIconFloat3{animation:4.5s ease-in-out .6s infinite Hero-module__PycF7W__floatLoop}.Hero-module__PycF7W__socialIconFloat4{animation:4.5s ease-in-out .9s infinite Hero-module__PycF7W__floatLoop}.Hero-module__PycF7W__socialIcon:hover{z-index:25;color:#fff!important;background:var(--accent-primary)!important;border-color:var(--accent-primary)!important;box-shadow:0 0 25px var(--accent-primary), 0 0 10px #8b5cf666!important;transform:scale(1.2)!important}.Hero-module__PycF7W__glassCardHighlighted{background:#fffffff0!important;border:1.5px solid #8b5cf6a6!important;box-shadow:0 15px 35px #8b5cf633,0 0 25px #8b5cf61f,inset 0 1px 1px #fff9!important}html[data-theme=dark] .Hero-module__PycF7W__glassCardHighlighted{background:#14141ce0!important;border:1.5px solid #8b5cf680!important;box-shadow:0 15px 35px #8b5cf659,0 0 25px #8b5cf638,inset 0 1px 1px #ffffff26!important}.Hero-module__PycF7W__statsBadgeHighlighted{background:#fffffff0!important;border:1.5px solid #8b5cf6a6!important;box-shadow:0 8px 25px #8b5cf62e,0 0 15px #8b5cf61a!important}html[data-theme=dark] .Hero-module__PycF7W__statsBadgeHighlighted{background:#14141ce0!important;border:1.5px solid #8b5cf680!important;box-shadow:0 8px 25px #8b5cf647,0 0 15px #8b5cf626!important}.Hero-module__PycF7W__glassCardHighlighted .Hero-module__PycF7W__personDesignation{background:linear-gradient(135deg,#8b5cf6,#3b82f6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Hero-module__PycF7W__statsBadgeHighlighted .Hero-module__PycF7W__badgeText{font-weight:700;color:#8b5cf6!important}
.SkeletonImage-module__N6KceG__imageContainer{width:100%;height:100%;display:block;position:relative;overflow:hidden}.SkeletonImage-module__N6KceG__skeleton{z-index:2;border-radius:inherit;background:linear-gradient(90deg,#0d0d14 25%,#1c1c24 37%,#0d0d14 63%) 0 0/400% 100%;width:100%;height:100%;animation:1.5s infinite SkeletonImage-module__N6KceG__shimmer;position:absolute;top:0;left:0}@keyframes SkeletonImage-module__N6KceG__shimmer{0%{background-position:100%}to{background-position:0}}.SkeletonImage-module__N6KceG__img{opacity:0;width:100%;height:100%;transition:opacity .5s cubic-bezier(.16,1,.3,1);display:block}.SkeletonImage-module__N6KceG__imgLoaded{opacity:1}
.StatsShowcase-module__93OdOq__showcase{background:linear-gradient(#070a14eb 0%,#0b0e1af0 30%,#0d1120f0 70%,#070a14eb 100%);padding:100px 0;position:relative;overflow:hidden}.StatsShowcase-module__93OdOq__bgPattern{pointer-events:none;background-image:radial-gradient(#8b5cf60a 1px,#0000 1px);background-size:40px 40px;position:absolute;inset:0}.StatsShowcase-module__93OdOq__container{z-index:2;position:relative}.StatsShowcase-module__93OdOq__header{text-align:center;margin-bottom:56px}.StatsShowcase-module__93OdOq__badge{letter-spacing:.12em;color:#c084fc;background:#8b5cf614;border:1px solid #8b5cf633;border-radius:9999px;align-items:center;gap:8px;margin-bottom:28px;padding:8px 20px;font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;display:inline-flex}.StatsShowcase-module__93OdOq__badgeIcon{font-size:.9rem}.StatsShowcase-module__93OdOq__title{font-family:var(--font-marcellus), "Marcellus", serif;color:#f5f5f7;margin-bottom:16px;font-size:clamp(2.2rem,5vw,3.6rem);font-weight:400;line-height:1.15}.StatsShowcase-module__93OdOq__titleHighlight{background:linear-gradient(135deg,#8b5cf6,#3b82f6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.StatsShowcase-module__93OdOq__subtitle{color:#a1a1aa;margin-bottom:20px;font-family:Inter,sans-serif;font-size:1.1rem}.StatsShowcase-module__93OdOq__tagline{font-family:var(--font-marcellus), "Marcellus", serif;background:linear-gradient(135deg,#c084fc,#818cf8,#38bdf8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;font-size:clamp(1rem,2.5vw,1.3rem);font-style:italic;display:flex}.StatsShowcase-module__93OdOq__grid{grid-template-columns:1fr auto 1fr 1fr;align-items:center;gap:20px;max-width:1100px;margin:0 auto;display:grid}.StatsShowcase-module__93OdOq__card{background:#ffffff08;border:1px solid #ffffff0f;border-radius:18px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.StatsShowcase-module__93OdOq__card:hover{border-color:#8b5cf640;transform:translateY(-4px);box-shadow:0 12px 40px #8b5cf614}.StatsShowcase-module__93OdOq__cardInner{z-index:1;flex-direction:column;min-height:180px;padding:28px 24px;display:flex;position:relative}.StatsShowcase-module__93OdOq__cardGlow{pointer-events:none;opacity:0;background:radial-gradient(at bottom,#8b5cf60a 0%,#0000 70%);transition:opacity .4s;position:absolute;inset:0}.StatsShowcase-module__93OdOq__card:hover .StatsShowcase-module__93OdOq__cardGlow{opacity:1}.StatsShowcase-module__93OdOq__cardWave{opacity:.4;width:80px;height:16px;position:absolute;top:16px;right:16px}.StatsShowcase-module__93OdOq__cardHeader{justify-content:space-between;align-items:flex-start;margin-bottom:12px;display:flex}.StatsShowcase-module__93OdOq__counterValue{font-family:var(--font-marcellus), "Marcellus", serif;color:#c084fc;letter-spacing:-.02em;font-size:clamp(2rem,3.5vw,2.8rem);font-weight:400;line-height:1}.StatsShowcase-module__93OdOq__cardIcon{color:#a78bfa;background:#8b5cf61a;border:1px solid #8b5cf62e;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:all .3s;display:flex}.StatsShowcase-module__93OdOq__card:hover .StatsShowcase-module__93OdOq__cardIcon{background:#8b5cf62e;border-color:#8b5cf659;transform:scale(1.05)}.StatsShowcase-module__93OdOq__counterLabel{letter-spacing:.18em;color:#ffffff80;text-transform:uppercase;margin-bottom:10px;font-family:Inter,sans-serif;font-size:10px;font-weight:700;display:block}.StatsShowcase-module__93OdOq__cardDescription{color:#ffffff4d;margin:0;font-family:Inter,sans-serif;font-size:12px;font-weight:400;line-height:1.6}.StatsShowcase-module__93OdOq__ringCard{justify-content:center;align-items:center;padding:12px 0;display:flex}.StatsShowcase-module__93OdOq__ringContainer{justify-content:center;align-items:center;display:flex;position:relative}.StatsShowcase-module__93OdOq__ringSvg{display:block}.StatsShowcase-module__93OdOq__ringText{flex-direction:column;justify-content:center;align-items:center;gap:2px;display:flex;position:absolute;inset:0}.StatsShowcase-module__93OdOq__ringValue{font-family:var(--font-marcellus), "Marcellus", serif;color:#c084fc;font-size:2rem;font-weight:400;line-height:1}.StatsShowcase-module__93OdOq__ringLabel{letter-spacing:.3em;color:#a78bfab3;text-transform:uppercase;font-family:Inter,sans-serif;font-size:9px;font-weight:700}.StatsShowcase-module__93OdOq__ringGlow{pointer-events:none;background:radial-gradient(circle,#8b5cf61a 0%,#0000 70%);border-radius:50%;animation:4s ease-in-out infinite StatsShowcase-module__93OdOq__ringPulse;position:absolute;inset:-20px}@keyframes StatsShowcase-module__93OdOq__ringPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.08)}}@media (max-width:1024px){.StatsShowcase-module__93OdOq__showcase{padding:80px 0}.StatsShowcase-module__93OdOq__grid{grid-template-columns:1fr 1fr;gap:16px;max-width:600px}.StatsShowcase-module__93OdOq__ringCard{order:-1;grid-column:1/-1;padding:20px 0}.StatsShowcase-module__93OdOq__tagline{flex-direction:column;gap:4px}}@media (max-width:600px){.StatsShowcase-module__93OdOq__showcase{padding:60px 0}.StatsShowcase-module__93OdOq__grid{grid-template-columns:1fr;gap:14px;max-width:380px}.StatsShowcase-module__93OdOq__ringCard{order:-1;grid-column:auto;padding:16px 0}.StatsShowcase-module__93OdOq__cardInner{min-height:auto;padding:22px 20px}}
.Services-module__s4rB2G__services{background:0 0;position:relative}.Services-module__s4rB2G__grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.Services-module__s4rB2G__card{background:var(--card-bg);border:var(--card-border);border-radius:var(--radius-lg);transition:all var(--transition-base);padding:36px 28px;position:relative;overflow:hidden}.Services-module__s4rB2G__card:before{content:"";background:var(--accent-gradient);transform-origin:0;height:3px;transition:transform var(--transition-base);position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.Services-module__s4rB2G__card:hover{box-shadow:var(--card-shadow-hover);border-color:#0000;transform:translateY(-6px)}.Services-module__s4rB2G__card:hover:before{transform:scaleX(1)}.Services-module__s4rB2G__iconWrap{border-radius:var(--radius-md);background:var(--accent-soft);width:56px;height:56px;color:var(--accent-primary);transition:all var(--transition-base);justify-content:center;align-items:center;margin-bottom:20px;display:flex}.Services-module__s4rB2G__card:hover .Services-module__s4rB2G__iconWrap{background:var(--accent-gradient);color:#fff}.Services-module__s4rB2G__cardTitle{font-family:var(--font-marcellus), serif;color:var(--text-primary);margin-bottom:12px;font-size:1.3rem;font-weight:600}.Services-module__s4rB2G__cardDesc{color:var(--text-secondary);font-size:.95rem;line-height:1.7}.Services-module__s4rB2G__cardTech{flex-wrap:wrap;gap:6px;margin-top:16px;display:flex}.Services-module__s4rB2G__techTag{border-radius:var(--radius-full);background:var(--bg-tertiary);color:var(--text-muted);border:1px solid var(--border-color);padding:4px 10px;font-family:Inter,sans-serif;font-size:11px;font-weight:500}@media (max-width:1024px){.Services-module__s4rB2G__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.Services-module__s4rB2G__grid{grid-template-columns:1fr}.Services-module__s4rB2G__card{padding:28px 22px}}.Services-module__s4rB2G__videoContainer{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px;width:100%;margin-bottom:48px;display:grid}.Services-module__s4rB2G__videoCard{aspect-ratio:16/9;border-radius:var(--radius-lg);border:var(--card-border);background:var(--card-bg);cursor:pointer;box-shadow:var(--card-shadow);transition:all var(--transition-base);position:relative;overflow:hidden}.Services-module__s4rB2G__videoCard:hover{box-shadow:var(--card-shadow-hover);border-color:var(--accent-primary);transform:translateY(-4px)scale(1.01)}.Services-module__s4rB2G__videoElement{object-fit:cover;width:100%;height:100%;display:block}.Services-module__s4rB2G__videoOverlay{transition:background var(--transition-base);background:#00000040;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.Services-module__s4rB2G__videoCard:hover .Services-module__s4rB2G__videoOverlay{background:#00000073}.Services-module__s4rB2G__playButton{color:#fff;width:60px;height:60px;transition:all var(--transition-base);background:#8b5cf6e6;border-radius:50%;justify-content:center;align-items:center;padding-left:4px;animation:2s infinite Services-module__s4rB2G__pulse;display:flex;box-shadow:0 0 #8b5cf699}.Services-module__s4rB2G__videoCard:hover .Services-module__s4rB2G__playButton{background:var(--accent-gradient);transform:scale(1.1);box-shadow:0 0 0 12px #8b5cf600}@keyframes Services-module__s4rB2G__pulse{0%{box-shadow:0 0 #8b5cf6b3}70%{box-shadow:0 0 0 15px #8b5cf600}to{box-shadow:0 0 #8b5cf600}}.Services-module__s4rB2G__sliderContainer{-webkit-user-select:none;user-select:none;width:100%;margin-bottom:48px;position:relative}.Services-module__s4rB2G__sliderViewport{border-radius:var(--radius-lg);border:var(--card-border);background:var(--card-bg);width:100%;box-shadow:var(--card-shadow);aspect-ratio:16/9;position:relative;overflow:hidden}.Services-module__s4rB2G__slide{cursor:pointer;width:100%;height:100%;position:absolute;top:0;left:0}.Services-module__s4rB2G__sliderArrow{backdrop-filter:blur(12px);color:#fff;cursor:pointer;z-index:10;width:48px;height:48px;transition:all var(--transition-base);background:#0f0f1299;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 20px #0000004d}.Services-module__s4rB2G__sliderArrow:hover{background:var(--accent-primary);color:#fff;border-color:#0000;box-shadow:0 0 20px #8b5cf680}.Services-module__s4rB2G__arrowLeft{left:20px}.Services-module__s4rB2G__arrowRight{right:20px}.Services-module__s4rB2G__sliderDots{justify-content:center;align-items:center;gap:8px;margin-top:16px;display:flex}.Services-module__s4rB2G__dot{cursor:pointer;width:8px;height:8px;transition:all var(--transition-base);background:#fff3;border-radius:50%}.Services-module__s4rB2G__dot:hover{background:#fff6}.Services-module__s4rB2G__dotActive{background:var(--accent-primary);border-radius:4px;width:24px;box-shadow:0 0 8px #8b5cf699}@media (max-width:768px){.Services-module__s4rB2G__videoContainer{grid-template-columns:1fr;gap:16px;margin-bottom:32px}.Services-module__s4rB2G__playButton{width:48px;height:48px}.Services-module__s4rB2G__sliderArrow{width:38px;height:38px}.Services-module__s4rB2G__arrowLeft{left:12px}.Services-module__s4rB2G__arrowRight{right:12px}}.Services-module__s4rB2G__videoCardWrapper{position:relative}.Services-module__s4rB2G__skeleton{z-index:5;border-radius:var(--radius-lg);background:linear-gradient(135deg,#18181b 0%,#1e1e24 50%,#18181b 100%);flex-direction:column;justify-content:center;align-items:center;gap:16px;transition:opacity .5s,visibility .5s;display:flex;position:absolute;inset:0;overflow:hidden}.Services-module__s4rB2G__skeleton.Services-module__s4rB2G__hidden{opacity:0;visibility:hidden;pointer-events:none}.Services-module__s4rB2G__skeleton:before{content:"";background:linear-gradient(90deg,#0000 0%,#8b5cf60a 20%,#8b5cf614 50%,#8b5cf60a 80%,#0000 100%);animation:1.8s ease-in-out infinite Services-module__s4rB2G__shimmer;position:absolute;inset:0}@keyframes Services-module__s4rB2G__shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.Services-module__s4rB2G__skeletonPlay{z-index:1;background:#8b5cf626;border:2px solid #8b5cf633;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;animation:2s ease-in-out infinite Services-module__s4rB2G__skeletonPulse;display:flex}.Services-module__s4rB2G__skeletonPlay:after{content:"";border:8px solid #0000;border-left:14px solid #8b5cf64d;border-right-width:0;width:0;height:0;margin-left:3px}@keyframes Services-module__s4rB2G__skeletonPulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}.Services-module__s4rB2G__skeletonBars{z-index:1;gap:8px;display:flex}.Services-module__s4rB2G__skeletonBar{background:#ffffff0f;border-radius:2px;height:4px}.Services-module__s4rB2G__skeletonBar:first-child{width:48px}.Services-module__s4rB2G__skeletonBar:nth-child(2){width:32px}.Services-module__s4rB2G__skeletonBar:nth-child(3){width:40px}
.MythFact-module__ZVZv_a__mythFact{background:0 0;position:relative}.MythFact-module__ZVZv_a__grid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.MythFact-module__ZVZv_a__card{background:var(--card-bg);border:var(--card-border);border-radius:var(--radius-xl);box-shadow:var(--card-shadow);transition:all var(--transition-base);flex-direction:column;padding:40px;display:flex}.MythFact-module__ZVZv_a__card:hover{box-shadow:var(--card-shadow-hover);transform:translateY(-8px)}.MythFact-module__ZVZv_a__cardHeader{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.MythFact-module__ZVZv_a__number{color:var(--border-color);font-family:Marcellus,serif;font-size:2.5rem;font-weight:700;line-height:1}.MythFact-module__ZVZv_a__badge{letter-spacing:.1em;text-transform:uppercase;border-radius:var(--radius-full);padding:6px 16px;font-family:Inter,sans-serif;font-size:12px;font-weight:600}.MythFact-module__ZVZv_a__mythBadge{color:#ef4444;background:#ef44441a;border:1px solid #ef444433}.MythFact-module__ZVZv_a__factBadge{color:#10b981;background:#10b9811a;border:1px solid #10b98133}.MythFact-module__ZVZv_a__question{color:var(--text-primary);margin-bottom:16px;font-family:Marcellus,serif;font-size:1.5rem;line-height:1.4}.MythFact-module__ZVZv_a__explanation{color:var(--text-secondary);font-size:.95rem;line-height:1.7}@media (max-width:1024px){.MythFact-module__ZVZv_a__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.MythFact-module__ZVZv_a__grid{grid-template-columns:1fr}.MythFact-module__ZVZv_a__card{padding:32px 24px}}
.Process-module__ekV7Jq__process{background:0 0;padding:100px 0;position:relative;overflow:hidden}.Process-module__ekV7Jq__process:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle,#8b5cf60a 0%,#0000 70%);width:800px;height:800px;position:absolute;top:10%;left:50%;transform:translate(-50%)}.Process-module__ekV7Jq__timeline{max-width:1100px;margin:60px auto 0;padding:0;position:relative}.Process-module__ekV7Jq__timelineLine{z-index:1;background:linear-gradient(#0000 0%,#ffffff14 10% 90%,#0000 100%);width:2px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.Process-module__ekV7Jq__timelineProgress{z-index:2;background:linear-gradient(#8b5cf6,#3b82f6);border-radius:2px;width:2px;transition:height .6s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:50%;transform:translate(-50%);box-shadow:0 0 16px #8b5cf680}.Process-module__ekV7Jq__step{z-index:2;grid-template-columns:1fr 100px 1fr;align-items:center;margin-bottom:80px;display:grid;position:relative}.Process-module__ekV7Jq__step:last-child{margin-bottom:0}.Process-module__ekV7Jq__leftSide{grid-area:1/1}.Process-module__ekV7Jq__stepCenter{grid-area:1/2;justify-content:center;align-items:center;display:flex;position:relative}.Process-module__ekV7Jq__rightSide{grid-area:1/3}.Process-module__ekV7Jq__stepSide{flex-direction:column;width:100%;display:flex}.Process-module__ekV7Jq__leftSide.Process-module__ekV7Jq__imageSide,.Process-module__ekV7Jq__rightSide.Process-module__ekV7Jq__textSide{padding-right:20px}.Process-module__ekV7Jq__rightSide.Process-module__ekV7Jq__imageSide,.Process-module__ekV7Jq__leftSide.Process-module__ekV7Jq__textSide{padding-left:20px}.Process-module__ekV7Jq__stepNumber{background:var(--bg-secondary,#0b0b0f);border:2px solid var(--border-color,#ffffff14);z-index:3;width:54px;height:54px;color:var(--text-muted,#71717a);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-family:Inter,sans-serif;font-size:15px;font-weight:700;transition:all .5s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 0 0 4px #0006}.Process-module__ekV7Jq__step.Process-module__ekV7Jq__active .Process-module__ekV7Jq__stepNumber{color:#fff;background:linear-gradient(135deg,#8b5cf6,#3b82f6);border-color:#0000;transform:scale(1.08);box-shadow:0 0 20px #8b5cf666,0 0 0 4px #0009}.Process-module__ekV7Jq__stepContent{border-radius:var(--radius-lg,16px);border:1px solid var(--border-color,#ffffff0f);-webkit-backdrop-filter:blur(12px);background:#ffffff05;padding:32px;transition:all .5s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.Process-module__ekV7Jq__stepContent:after{content:"";background:0 0;height:2px;transition:all .5s;position:absolute;top:0;left:0;right:0}.Process-module__ekV7Jq__step.Process-module__ekV7Jq__active .Process-module__ekV7Jq__stepContent{background:#8b5cf605;border-color:#8b5cf633;box-shadow:0 10px 40px #8b5cf60d}.Process-module__ekV7Jq__step.Process-module__ekV7Jq__active .Process-module__ekV7Jq__stepContent:after{background:linear-gradient(90deg,#8b5cf6,#3b82f6)}.Process-module__ekV7Jq__stepTitle{font-family:var(--font-marcellus), serif;color:var(--text-primary,#fff);margin-bottom:12px;font-size:1.5rem;font-weight:600;transition:color .3s}.Process-module__ekV7Jq__step.Process-module__ekV7Jq__active .Process-module__ekV7Jq__stepTitle{background:linear-gradient(90deg,#8b5cf6,#60a5fa);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Process-module__ekV7Jq__stepDesc{color:var(--text-secondary,#a1a1aa);font-size:.95rem;line-height:1.7}.Process-module__ekV7Jq__stepMeta{flex-wrap:wrap;gap:8px;margin-top:18px;display:flex}.Process-module__ekV7Jq__metaTag{color:var(--text-secondary,#a1a1aa);letter-spacing:.02em;background:#ffffff08;border:1px solid #ffffff0a;border-radius:9999px;padding:5px 14px;font-family:Inter,sans-serif;font-size:.72rem;font-weight:600;transition:all .4s}.Process-module__ekV7Jq__step.Process-module__ekV7Jq__active .Process-module__ekV7Jq__metaTag{color:#c084fc;background:#8b5cf614;border-color:#8b5cf626}.Process-module__ekV7Jq__imageCard{aspect-ratio:16/10;border-radius:var(--radius-lg,16px);-webkit-backdrop-filter:blur(8px);background:#ffffff03;border:1px solid #ffffff0a;width:100%;padding:8px;transition:all .5s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.Process-module__ekV7Jq__imageCardInner{background:#0003;border:1px solid #ffffff05;border-radius:12px;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.Process-module__ekV7Jq__imageGlow{filter:blur(10px);background:radial-gradient(circle,#8b5cf626 0%,#0000 70%);border-radius:50%;width:100px;height:100px;transition:all .5s;position:absolute}.Process-module__ekV7Jq__iconCircle{z-index:2;width:74px;height:74px;color:var(--text-muted,#71717a);background:#ffffff05;border:1px solid #ffffff0d;border-radius:50%;justify-content:center;align-items:center;transition:all .5s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 12px #0000001a}.Process-module__ekV7Jq__stepIcon{transition:all .5s}.Process-module__ekV7Jq__imagePattern{opacity:.6;pointer-events:none;background-image:radial-gradient(#ffffff04 1.5px,#0000 1.5px);background-size:16px 16px;position:absolute;inset:0}.Process-module__ekV7Jq__step.Process-module__ekV7Jq__active .Process-module__ekV7Jq__imageCard{border-color:#8b5cf626;transform:translateY(-2px);box-shadow:0 10px 40px #8b5cf608}.Process-module__ekV7Jq__step.Process-module__ekV7Jq__active .Process-module__ekV7Jq__imageGlow{filter:blur(12px);background:radial-gradient(circle,#8b5cf640 0%,#3b82f60d 50%,#0000 75%);width:160px;height:160px}.Process-module__ekV7Jq__step.Process-module__ekV7Jq__active .Process-module__ekV7Jq__iconCircle{color:#8b5cf6;background:#8b5cf61a;border-color:#8b5cf640;transform:scale(1.05);box-shadow:0 0 24px #8b5cf626}.Process-module__ekV7Jq__step.Process-module__ekV7Jq__active .Process-module__ekV7Jq__stepIcon{transform:rotate(6deg)}html[data-theme=light] .Process-module__ekV7Jq__process:before{background:radial-gradient(circle,#8b5cf605 0%,#0000 70%)}html[data-theme=light] .Process-module__ekV7Jq__timelineLine{background:linear-gradient(#0000 0%,#09090b0d 10% 90%,#0000 100%)}html[data-theme=light] .Process-module__ekV7Jq__stepNumber{color:#71717a;background:#fff;border-color:#09090b14;box-shadow:0 0 0 4px #fff}html[data-theme=light] .Process-module__ekV7Jq__step.Process-module__ekV7Jq__active .Process-module__ekV7Jq__stepNumber{color:#fff;box-shadow:0 0 20px #8b5cf633,0 0 0 4px #fff}html[data-theme=light] .Process-module__ekV7Jq__stepContent{background:#fff6;border-color:#09090b0d;box-shadow:0 4px 20px #00000003}html[data-theme=light] .Process-module__ekV7Jq__step.Process-module__ekV7Jq__active .Process-module__ekV7Jq__stepContent{background:#8b5cf603;border-color:#8b5cf61a;box-shadow:0 10px 30px #8b5cf60a}html[data-theme=light] .Process-module__ekV7Jq__imageCard{background:#fff6;border-color:#09090b0d}html[data-theme=light] .Process-module__ekV7Jq__imageCardInner{background:#fff9;border-color:#09090b05}html[data-theme=light] .Process-module__ekV7Jq__iconCircle{color:#71717a;background:#00000005;border-color:#0000000a}html[data-theme=light] .Process-module__ekV7Jq__step.Process-module__ekV7Jq__active .Process-module__ekV7Jq__iconCircle{color:#8b5cf6;background:#8b5cf60d;border-color:#8b5cf626}@media (max-width:968px){.Process-module__ekV7Jq__step{grid-template-columns:1fr 80px 1fr}.Process-module__ekV7Jq__leftSide.Process-module__ekV7Jq__imageSide,.Process-module__ekV7Jq__rightSide.Process-module__ekV7Jq__textSide{padding-right:10px}.Process-module__ekV7Jq__rightSide.Process-module__ekV7Jq__imageSide,.Process-module__ekV7Jq__leftSide.Process-module__ekV7Jq__textSide{padding-left:10px}}@media (max-width:768px){.Process-module__ekV7Jq__process{padding:60px 0}.Process-module__ekV7Jq__timeline{margin-top:40px;padding-left:0}.Process-module__ekV7Jq__timelineLine,.Process-module__ekV7Jq__timelineProgress{left:27px;transform:none}.Process-module__ekV7Jq__step{grid-template-columns:54px 1fr;align-items:stretch;gap:16px;margin-bottom:50px}.Process-module__ekV7Jq__stepCenter{grid-area:1/1/span 2;justify-content:flex-start;align-items:flex-start;padding-top:10px;display:flex}.Process-module__ekV7Jq__leftSide,.Process-module__ekV7Jq__rightSide{grid-area:auto/2}.Process-module__ekV7Jq__imageSide{grid-row:1;margin-bottom:16px;padding:0!important}.Process-module__ekV7Jq__textSide{grid-row:2;padding:0!important}.Process-module__ekV7Jq__imageCard{aspect-ratio:16/8}.Process-module__ekV7Jq__stepContent{padding:24px}.Process-module__ekV7Jq__stepTitle{font-size:1.3rem}}.Process-module__ekV7Jq__imageWrapper{border-radius:12px;width:100%;height:100%;position:relative;overflow:hidden}.Process-module__ekV7Jq__stepImage{object-fit:cover;width:100%;height:100%;transition:transform .8s cubic-bezier(.4,0,.2,1)}.Process-module__ekV7Jq__step.Process-module__ekV7Jq__active .Process-module__ekV7Jq__stepImage{transform:scale(1.05)}.Process-module__ekV7Jq__smallFloatingIcon{color:#a78bfa;z-index:5;-webkit-backdrop-filter:blur(8px);background:#0b0b0fbf;border:1px solid #8b5cf64d;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .5s;display:flex;position:absolute;top:12px;right:12px;box-shadow:0 4px 12px #00000080,inset 0 0 8px #8b5cf633}.Process-module__ekV7Jq__step.Process-module__ekV7Jq__active .Process-module__ekV7Jq__smallFloatingIcon{color:#fff;background:#8b5cf6f2;border-color:#fff3;transform:translateY(-2px)scale(1.05);box-shadow:0 0 16px #8b5cf680}
.Portfolio-module__g7-tKa__portfolio{background:0 0;position:relative;overflow:hidden}.Portfolio-module__g7-tKa__skeletonGrid{justify-content:center;gap:24px;padding:0 24px;display:flex;overflow:hidden}.Portfolio-module__g7-tKa__skeletonImage{background:linear-gradient(90deg, var(--bg-tertiary) 25%, #ffffff0d 50%, var(--bg-tertiary) 75%);background-size:400% 100%;width:100%;height:220px;animation:1.5s ease-in-out infinite Portfolio-module__g7-tKa__shimmer}.Portfolio-module__g7-tKa__skeletonLine{background:linear-gradient(90deg, var(--bg-tertiary) 25%, #ffffff0d 50%, var(--bg-tertiary) 75%);background-size:400% 100%;border-radius:6px;height:12px;margin-bottom:6px;animation:1.5s ease-in-out infinite Portfolio-module__g7-tKa__shimmer}@keyframes Portfolio-module__g7-tKa__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.Portfolio-module__g7-tKa__marqueeWrap{width:100%;padding:20px 0;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 5% 95%,#0000);mask-image:linear-gradient(90deg,#0000,#000 5% 95%,#0000)}.Portfolio-module__g7-tKa__marqueeTrack{gap:24px;width:max-content;display:flex}.Portfolio-module__g7-tKa__marqueeGroup{flex-shrink:0;gap:24px;animation:50s linear infinite Portfolio-module__g7-tKa__scrollX;display:flex}.Portfolio-module__g7-tKa__marqueeTrack:hover .Portfolio-module__g7-tKa__marqueeGroup{animation-play-state:paused}@keyframes Portfolio-module__g7-tKa__scrollX{0%{transform:translate(0)}to{transform:translate(calc(-100% - 24px))}}.Portfolio-module__g7-tKa__projectCard{border-radius:var(--radius-lg);background:var(--card-bg);border:var(--card-border);min-width:340px;max-width:340px;transition:all var(--transition-base);flex-shrink:0;position:relative;overflow:hidden}.Portfolio-module__g7-tKa__projectCard:hover{box-shadow:var(--card-shadow-hover);transform:translateY(-6px)}.Portfolio-module__g7-tKa__projectImage{background:var(--bg-tertiary);width:100%;height:220px;position:relative;overflow:hidden}.Portfolio-module__g7-tKa__projectImageInner{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-smooth)}.Portfolio-module__g7-tKa__projectCard:hover .Portfolio-module__g7-tKa__projectImageInner{transform:scale(1.05)}.Portfolio-module__g7-tKa__projectOverlay{opacity:0;transition:opacity var(--transition-base);background:linear-gradient(#0000,#000000b3);justify-content:flex-start;align-items:flex-end;padding:20px;display:flex;position:absolute;inset:0}.Portfolio-module__g7-tKa__projectCard:hover .Portfolio-module__g7-tKa__projectOverlay{opacity:1}.Portfolio-module__g7-tKa__overlayBtn{border-radius:var(--radius-full);color:#111;background:#fff;align-items:center;gap:6px;padding:8px 18px;font-family:Inter,sans-serif;font-size:13px;font-weight:600;text-decoration:none;transition:transform .2s;display:inline-flex}.Portfolio-module__g7-tKa__overlayBtn:hover{transform:scale(1.05)}.Portfolio-module__g7-tKa__projectInfo{padding:20px 24px}.Portfolio-module__g7-tKa__projectTitle{font-family:var(--font-marcellus), serif;color:var(--text-primary);margin-bottom:6px;font-size:1.15rem;font-weight:600}.Portfolio-module__g7-tKa__projectDesc{color:var(--text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.85rem;line-height:1.6;display:-webkit-box;overflow:hidden}.Portfolio-module__g7-tKa__projectTech{flex-wrap:wrap;gap:6px;padding:0 24px 20px;display:flex}.Portfolio-module__g7-tKa__techBadge{border-radius:var(--radius-full);background:var(--accent-soft);color:var(--accent-primary);padding:3px 8px;font-family:Inter,sans-serif;font-size:10px;font-weight:500}@media (max-width:640px){.Portfolio-module__g7-tKa__projectCard{min-width:280px;max-width:280px}.Portfolio-module__g7-tKa__projectImage{height:180px}.Portfolio-module__g7-tKa__skeletonGrid{gap:16px}}.Portfolio-module__g7-tKa__growthBadge{background:#8b5cf60d;border:1px solid #8b5cf626;border-radius:8px;align-items:center;gap:8px;width:fit-content;margin-top:14px;padding:8px 12px;display:flex}html[data-theme=light] .Portfolio-module__g7-tKa__growthBadge{background:#8b5cf608;border-color:#8b5cf61a}.Portfolio-module__g7-tKa__growthIcon{color:#a78bfa}.Portfolio-module__g7-tKa__growthText{color:var(--text-secondary);font-family:Inter,sans-serif;font-size:.78rem;font-weight:600}.Portfolio-module__g7-tKa__followerGrowthFlow{align-items:center;gap:6px;margin-left:4px;display:inline-flex}.Portfolio-module__g7-tKa__followerStart{color:var(--text-muted);opacity:.65;text-decoration:line-through}.Portfolio-module__g7-tKa__growthArrow{color:#3b82f6;font-size:.8rem;animation:1.5s ease-in-out infinite Portfolio-module__g7-tKa__pulseArrow;display:inline-block}.Portfolio-module__g7-tKa__followerEnd{color:#8b5cf6;background:linear-gradient(90deg,#a78bfa,#60a5fa);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:700}.Portfolio-module__g7-tKa__followerSuffix{margin-left:1px}@keyframes Portfolio-module__g7-tKa__pulseArrow{0%,to{opacity:.8;transform:translate(0)}50%{opacity:1;transform:translate(3px)}}
.Testimonials-module__j7nvwa__testimonials{background:0 0;position:relative;overflow:hidden}.Testimonials-module__j7nvwa__skeletonRow{justify-content:center;gap:24px;padding:20px 24px;display:flex;overflow:hidden}.Testimonials-module__j7nvwa__skeletonFull{background:linear-gradient(90deg, var(--bg-secondary) 25%, #ffffff0a 50%, var(--bg-secondary) 75%);border-radius:var(--radius-lg);background-size:400% 100%;width:100%;height:100%;animation:1.5s ease-in-out infinite Testimonials-module__j7nvwa__shimmer}@keyframes Testimonials-module__j7nvwa__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.Testimonials-module__j7nvwa__marqueeWrap{width:100%;padding:20px 0;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000);mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000)}.Testimonials-module__j7nvwa__marqueeTrack{gap:24px;width:max-content;display:flex}.Testimonials-module__j7nvwa__marqueeGroup{flex-shrink:0;gap:24px;animation:40s linear infinite Testimonials-module__j7nvwa__scrollX;display:flex}.Testimonials-module__j7nvwa__marqueeTrack:hover .Testimonials-module__j7nvwa__marqueeGroup{animation-play-state:paused}@keyframes Testimonials-module__j7nvwa__scrollX{0%{transform:translate(0)}to{transform:translate(calc(-100% - 24px))}}.Testimonials-module__j7nvwa__reelCard{border-radius:var(--radius-lg);background:var(--bg-secondary);width:280px;height:498px;transition:all var(--transition-base);cursor:pointer;flex-shrink:0;position:relative;overflow:hidden;box-shadow:0 10px 30px #0003}.Testimonials-module__j7nvwa__reelCard:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0006}.Testimonials-module__j7nvwa__reelImage{object-fit:cover;width:100%;height:100%}.Testimonials-module__j7nvwa__reelOverlay{background:linear-gradient(#0000001a 0%,#0000004d 50%,#000000f2 100%);flex-direction:column;justify-content:flex-end;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.Testimonials-module__j7nvwa__reelLink{z-index:3;position:absolute;inset:0}.Testimonials-module__j7nvwa__playIcon{opacity:.8;transition:all var(--transition-base);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Testimonials-module__j7nvwa__reelCard:hover .Testimonials-module__j7nvwa__playIcon{opacity:1;transform:translate(-50%,-50%)scale(1.15)}.Testimonials-module__j7nvwa__reelContent{z-index:2;padding:24px}.Testimonials-module__j7nvwa__reelClient{align-items:center;gap:12px;margin-bottom:12px;display:flex}.Testimonials-module__j7nvwa__clientAvatar{color:#fff;border:2px solid #fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-family:Inter,sans-serif;font-size:13px;font-weight:700;display:flex}.Testimonials-module__j7nvwa__clientInfo{flex-direction:column;display:flex}.Testimonials-module__j7nvwa__clientName{color:#fff;font-family:Inter,sans-serif;font-size:14px;font-weight:600}.Testimonials-module__j7nvwa__reelTitle{color:#ffffffe6;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:20px;font-size:14px;line-height:1.5;display:-webkit-box;overflow:hidden}.Testimonials-module__j7nvwa__reelStats{align-items:center;gap:20px;display:flex}.Testimonials-module__j7nvwa__statItem{color:#fff;align-items:center;gap:6px;font-size:13px;font-weight:600;display:flex}@media (max-width:640px){.Testimonials-module__j7nvwa__reelCard{width:240px;height:426px}}
.Team-module__DI38rW__team{background:0 0;position:relative}.Team-module__DI38rW__grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.Team-module__DI38rW__memberCard{background:var(--card-bg);border:var(--card-border);border-radius:var(--radius-lg);transition:all var(--transition-base);text-align:center;overflow:hidden}.Team-module__DI38rW__memberCard:hover{box-shadow:var(--card-shadow-hover);transform:translateY(-6px)}.Team-module__DI38rW__avatarWrap{aspect-ratio:1;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.Team-module__DI38rW__avatarBg{width:100%;height:100%;font-family:var(--font-marcellus), serif;color:#ffffffe6;justify-content:center;align-items:center;font-size:3rem;font-weight:700;display:flex}.Team-module__DI38rW__memberInfo{padding:20px}.Team-module__DI38rW__memberName{font-family:var(--font-marcellus), serif;color:var(--text-primary);margin-bottom:4px;font-size:1.2rem;font-weight:600}.Team-module__DI38rW__memberRole{color:var(--accent-primary);margin-bottom:10px;font-family:Inter,sans-serif;font-size:13px;font-weight:500}.Team-module__DI38rW__memberBio{color:var(--text-muted);margin-bottom:16px;font-size:.88rem;line-height:1.6}.Team-module__DI38rW__socials{justify-content:center;gap:8px;display:flex}.Team-module__DI38rW__socialLink{background:var(--bg-tertiary);width:36px;height:36px;color:var(--text-muted);transition:all var(--transition-fast);border-radius:50%;justify-content:center;align-items:center;text-decoration:none;display:flex}.Team-module__DI38rW__socialLink:hover{background:var(--accent-gradient);color:#fff}@media (max-width:1024px){.Team-module__DI38rW__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.Team-module__DI38rW__grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}}
.Packages-module__PtVdNq__pricing{background:0 0;position:relative}.Packages-module__PtVdNq__grid{flex-wrap:wrap;justify-content:center;align-items:stretch;gap:28px;display:flex}.Packages-module__PtVdNq__packageCard{background:var(--card-bg);border:var(--card-border);border-radius:var(--radius-xl);transition:all var(--transition-base);flex-direction:column;flex:350px;max-width:440px;padding:40px 32px;display:flex;position:relative}.Packages-module__PtVdNq__packageCard:hover{box-shadow:var(--card-shadow-hover);transform:translateY(-6px)}.Packages-module__PtVdNq__packageCard.Packages-module__PtVdNq__featured{border:2px solid var(--accent-primary);box-shadow:0 8px 40px var(--accent-glow)}.Packages-module__PtVdNq__iconWrapper{border-radius:var(--radius-lg);background:var(--accent-soft);width:64px;height:64px;color:var(--accent-primary);transition:all var(--transition-base);justify-content:center;align-items:center;margin-bottom:24px;display:flex}.Packages-module__PtVdNq__packageCard:hover .Packages-module__PtVdNq__iconWrapper{background:var(--accent-gradient);color:#fff;box-shadow:0 4px 20px var(--accent-glow)}.Packages-module__PtVdNq__icon{transition:transform var(--transition-base)}.Packages-module__PtVdNq__packageCard:hover .Packages-module__PtVdNq__icon{transform:scale(1.1)}.Packages-module__PtVdNq__popularBadge{letter-spacing:.08em;text-transform:uppercase;border-radius:var(--radius-full);background:var(--accent-gradient);color:#fff;white-space:nowrap;padding:6px 20px;font-family:Inter,sans-serif;font-size:11px;font-weight:700;position:absolute;top:-14px;left:50%;transform:translate(-50%)}.Packages-module__PtVdNq__packageName{letter-spacing:.1em;text-transform:uppercase;color:var(--accent-primary);margin-bottom:8px;font-family:Inter,sans-serif;font-size:13px;font-weight:600}.Packages-module__PtVdNq__packageTitle{font-family:var(--font-marcellus), serif;color:var(--text-primary);margin-bottom:8px;font-size:1.75rem;font-weight:600}.Packages-module__PtVdNq__packageDesc{color:var(--text-muted);margin-bottom:24px;font-size:.9rem;line-height:1.7}.Packages-module__PtVdNq__priceWrap{border-bottom:1px solid var(--border-color);margin-bottom:28px;padding-bottom:28px}.Packages-module__PtVdNq__price{font-family:var(--font-marcellus), serif;color:var(--text-primary);font-size:2.5rem;font-weight:700}.Packages-module__PtVdNq__pricePeriod{color:var(--text-muted);font-family:Inter,sans-serif;font-size:14px;font-weight:400}.Packages-module__PtVdNq__features{flex-direction:column;flex:1;gap:12px;margin:0 0 32px;padding:0;list-style:none;display:flex}.Packages-module__PtVdNq__feature{color:var(--text-secondary);align-items:flex-start;gap:10px;font-size:.9rem;line-height:1.5;display:flex}.Packages-module__PtVdNq__featureIcon{color:var(--success);flex-shrink:0;margin-top:2px}.Packages-module__PtVdNq__packageCta{text-align:center;width:100%;margin-top:auto}@media (max-width:1024px){.Packages-module__PtVdNq__grid{flex-direction:column;align-items:center}.Packages-module__PtVdNq__packageCard{width:100%;max-width:440px}.Packages-module__PtVdNq__packageCard.Packages-module__PtVdNq__featured{order:-1}}
.FAQ-module__4vwbtq__faq{background:0 0;position:relative}.FAQ-module__4vwbtq__faqList{flex-direction:column;gap:12px;max-width:760px;margin:0 auto;display:flex}.FAQ-module__4vwbtq__faqItem{background:var(--card-bg);border:var(--card-border);border-radius:var(--radius-md);transition:all var(--transition-base);overflow:hidden}.FAQ-module__4vwbtq__faqItem.FAQ-module__4vwbtq__open{border-color:var(--accent-primary);box-shadow:0 4px 20px var(--accent-glow)}.FAQ-module__4vwbtq__faqQuestion{width:100%;font-family:var(--font-marcellus), serif;color:var(--text-primary);text-align:left;cursor:pointer;transition:color var(--transition-fast);background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;font-size:1.1rem;font-weight:600;display:flex}.FAQ-module__4vwbtq__faqQuestion:hover{color:var(--accent-primary)}.FAQ-module__4vwbtq__faqIcon{background:var(--bg-tertiary);width:32px;height:32px;color:var(--text-muted);transition:all var(--transition-base);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.FAQ-module__4vwbtq__faqItem.FAQ-module__4vwbtq__open .FAQ-module__4vwbtq__faqIcon{background:var(--accent-gradient);color:#fff;transform:rotate(180deg)}.FAQ-module__4vwbtq__faqAnswer{max-height:0;transition:max-height var(--transition-smooth), padding var(--transition-smooth);overflow:hidden}.FAQ-module__4vwbtq__faqItem.FAQ-module__4vwbtq__open .FAQ-module__4vwbtq__faqAnswer{max-height:300px}.FAQ-module__4vwbtq__faqAnswerInner{color:var(--text-secondary);padding:0 24px 20px;font-size:.95rem;line-height:1.8}@media (max-width:640px){.FAQ-module__4vwbtq__faqQuestion{padding:16px 20px;font-size:1rem}.FAQ-module__4vwbtq__faqAnswerInner{padding:0 20px 16px;font-size:.9rem}}
.Contact-module__Zv_Gsq__contact{background:0 0;position:relative}.Contact-module__Zv_Gsq__contactGrid{grid-template-columns:1fr 1.2fr;align-items:start;gap:48px;display:grid}.Contact-module__Zv_Gsq__contactInfo{padding-top:16px}.Contact-module__Zv_Gsq__contactTitle{font-family:var(--font-marcellus), serif;color:var(--text-primary);margin-bottom:16px;font-size:2.25rem;font-weight:600}.Contact-module__Zv_Gsq__contactDesc{color:var(--text-secondary);margin-bottom:40px;font-size:1rem;line-height:1.8}.Contact-module__Zv_Gsq__infoItems{flex-direction:column;gap:24px;margin-bottom:40px;display:flex}.Contact-module__Zv_Gsq__infoItem{align-items:flex-start;gap:16px;display:flex}.Contact-module__Zv_Gsq__infoIcon{border-radius:var(--radius-md);background:var(--accent-soft);width:48px;height:48px;color:var(--accent-primary);flex-shrink:0;justify-content:center;align-items:center;display:flex}.Contact-module__Zv_Gsq__infoText h4{font-family:var(--font-marcellus), serif;color:var(--text-primary);margin-bottom:2px;font-size:1.05rem;font-weight:600}.Contact-module__Zv_Gsq__infoText p{color:var(--text-muted);font-size:.9rem}.Contact-module__Zv_Gsq__socialLinks{gap:12px;display:flex}.Contact-module__Zv_Gsq__socialBtn{background:var(--bg-tertiary);border:1px solid var(--border-color);width:44px;height:44px;color:var(--text-secondary);transition:all var(--transition-fast);border-radius:50%;justify-content:center;align-items:center;text-decoration:none;display:flex}.Contact-module__Zv_Gsq__socialBtn:hover{background:var(--accent-gradient);color:#fff;border-color:#0000}.Contact-module__Zv_Gsq__formCard{background:var(--card-bg);border:var(--card-border);border-radius:var(--radius-xl);box-shadow:var(--card-shadow);padding:40px}.Contact-module__Zv_Gsq__form{flex-direction:column;gap:20px;display:flex}.Contact-module__Zv_Gsq__formRow{grid-template-columns:1fr 1fr;gap:16px;display:grid}.Contact-module__Zv_Gsq__formGroup{flex-direction:column;gap:6px;display:flex}.Contact-module__Zv_Gsq__formLabel{color:var(--text-secondary);font-family:Inter,sans-serif;font-size:13px;font-weight:600}.Contact-module__Zv_Gsq__formInput,.Contact-module__Zv_Gsq__formTextarea,.Contact-module__Zv_Gsq__formSelect{border-radius:var(--radius-md);border:1px solid var(--border-color);background:var(--bg-tertiary);width:100%;color:var(--text-primary);transition:all var(--transition-fast);padding:14px 16px;font-family:Marcellus,serif;font-size:15px}.Contact-module__Zv_Gsq__formInput:focus,.Contact-module__Zv_Gsq__formTextarea:focus,.Contact-module__Zv_Gsq__formSelect:focus{border-color:var(--accent-primary);box-shadow:0 0 0 3px var(--accent-glow);outline:none}.Contact-module__Zv_Gsq__formTextarea{resize:vertical;min-height:120px}.Contact-module__Zv_Gsq__formSelect{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2386868B' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;padding-right:40px}.Contact-module__Zv_Gsq__submitBtn{margin-top:8px}.Contact-module__Zv_Gsq__successMsg{text-align:center;padding:40px 20px}.Contact-module__Zv_Gsq__successIcon{background:var(--accent-soft);width:64px;height:64px;color:var(--success);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 20px;display:flex}.Contact-module__Zv_Gsq__successMsg h3{font-family:var(--font-marcellus), serif;margin-bottom:8px;font-size:1.5rem}.Contact-module__Zv_Gsq__successMsg p{color:var(--text-muted);font-size:.95rem}.Contact-module__Zv_Gsq__errorMsg{color:var(--error);text-align:center;padding:8px;font-family:Inter,sans-serif;font-size:13px}.Contact-module__Zv_Gsq__formSecure{color:var(--text-muted);justify-content:center;align-items:center;gap:6px;margin-top:8px;font-family:Inter,sans-serif;font-size:12px;display:flex}@media (max-width:900px){.Contact-module__Zv_Gsq__contactGrid{grid-template-columns:1fr;gap:40px}}@media (max-width:640px){.Contact-module__Zv_Gsq__formRow{grid-template-columns:1fr}.Contact-module__Zv_Gsq__formCard{padding:28px 20px}}
.WhatsAppButton-module__lglwVa__container{z-index:900;align-items:center;display:flex;position:fixed;bottom:28px;right:28px}.WhatsAppButton-module__lglwVa__tooltipWrapper{opacity:1;transform-origin:100%;max-width:300px;margin-right:12px;transition:all .6s cubic-bezier(.4,0,.2,1);overflow:hidden;transform:scaleX(1)translate(0)}.WhatsAppButton-module__lglwVa__tooltipWrapper.WhatsAppButton-module__lglwVa__hidden{opacity:0;pointer-events:none;max-width:0;margin-right:0;transform:scaleX(.9)translate(10px)}.WhatsAppButton-module__lglwVa__container:hover .WhatsAppButton-module__lglwVa__tooltipWrapper.WhatsAppButton-module__lglwVa__hidden{opacity:1;pointer-events:auto;max-width:300px;margin-right:12px;transform:scaleX(1)translate(0)}.WhatsAppButton-module__lglwVa__tooltip{color:#111;white-space:nowrap;background:#fff;border-radius:20px;align-items:center;gap:8px;padding:8px 14px;font-family:Inter,sans-serif;font-size:13px;font-weight:600;animation:.5s ease-out forwards WhatsAppButton-module__lglwVa__fadeInUp;display:flex;box-shadow:0 4px 15px #00000026}.WhatsAppButton-module__lglwVa__dot{background:#25d366;border-radius:50%;width:8px;height:8px;animation:2s infinite WhatsAppButton-module__lglwVa__pulseGlow;display:inline-block;box-shadow:0 0 #25d36666}.WhatsAppButton-module__lglwVa__button{color:#fff;cursor:pointer;background:#25d366;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;text-decoration:none;transition:all .3s;animation:2s ease-in-out infinite WhatsAppButton-module__lglwVa__pulseGlow;display:flex;box-shadow:0 4px 20px #25d36666}.WhatsAppButton-module__lglwVa__button:hover{transform:scale(1.1);box-shadow:0 6px 30px #25d36680}.WhatsAppButton-module__lglwVa__chatWindow{background:var(--card-bg);border:var(--card-border);border-radius:var(--radius-lg);transform-origin:100% 100%;width:320px;animation:.3s ease-out WhatsAppButton-module__lglwVa__slideUp;position:absolute;bottom:80px;right:0;overflow:hidden;box-shadow:0 10px 40px #0000004d}@keyframes WhatsAppButton-module__lglwVa__slideUp{0%{opacity:0;transform:scale(.8)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}.WhatsAppButton-module__lglwVa__chatHeader{color:#fff;background:#25d366;align-items:center;gap:12px;padding:16px;display:flex}.WhatsAppButton-module__lglwVa__chatAvatar{color:#25d366;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;font-weight:700;display:flex}.WhatsAppButton-module__lglwVa__chatTitle{flex-direction:column;display:flex}.WhatsAppButton-module__lglwVa__chatTitle strong{font-size:14px}.WhatsAppButton-module__lglwVa__chatTitle span{opacity:.9;font-size:11px}.WhatsAppButton-module__lglwVa__closeBtn{color:#fff;cursor:pointer;background:0 0;border:none;margin-left:auto;padding:4px}.WhatsAppButton-module__lglwVa__chatBody{background:var(--bg-tertiary);min-height:120px;padding:20px}.WhatsAppButton-module__lglwVa__chatMessage{background:var(--bg-primary);color:var(--text-primary);border-radius:2px 12px 12px;padding:12px 16px;font-size:13px;line-height:1.5;display:inline-block;box-shadow:0 2px 5px #0000000d}.WhatsAppButton-module__lglwVa__chatFooter{background:var(--card-bg);border-top:var(--card-border);text-align:center;padding:16px}.WhatsAppButton-module__lglwVa__chatBtn{color:#fff;background:#25d366;border-radius:8px;width:100%;padding:12px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.WhatsAppButton-module__lglwVa__chatBtn:hover{background:#1fb956}@media (max-width:640px){.WhatsAppButton-module__lglwVa__tooltip{display:none}.WhatsAppButton-module__lglwVa__container{bottom:20px;right:20px}.WhatsAppButton-module__lglwVa__chatWindow{width:280px}}
.LeadCapturePopup-module__eAvh7a__overlay{-webkit-backdrop-filter:blur(12px);z-index:99999;background:#060609d9;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.LeadCapturePopup-module__eAvh7a__popup{background:var(--card-bg);border:1px solid var(--border-color);border-radius:var(--radius-xl);width:100%;max-width:480px;box-shadow:0 30px 60px #0006, 0 0 0 1px #ffffff0d, 0 0 40px var(--accent-glow);text-align:center;flex-direction:column;align-items:center;padding:48px 40px;display:flex;position:relative}.LeadCapturePopup-module__eAvh7a__closeBtn{color:var(--text-muted);cursor:pointer;transition:all var(--transition-fast);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:6px;display:flex;position:absolute;top:20px;right:20px}.LeadCapturePopup-module__eAvh7a__closeBtn:hover{color:var(--text-primary);background:var(--bg-tertiary)}.LeadCapturePopup-module__eAvh7a__badge{background:var(--accent-soft);color:var(--accent-primary);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.05em;border:1px solid #8b5cf626;align-items:center;gap:6px;margin-bottom:20px;padding:6px 14px;font-family:Inter,sans-serif;font-size:11px;font-weight:700;animation:2s infinite LeadCapturePopup-module__eAvh7a__pulse;display:inline-flex}.LeadCapturePopup-module__eAvh7a__badgeIcon{color:var(--accent-primary)}.LeadCapturePopup-module__eAvh7a__title{font-family:var(--font-marcellus), serif;color:var(--text-primary);margin-bottom:12px;font-size:1.85rem;line-height:1.3}.LeadCapturePopup-module__eAvh7a__desc{color:var(--text-secondary);margin-bottom:28px;font-size:.95rem;line-height:1.6}.LeadCapturePopup-module__eAvh7a__form{flex-direction:column;gap:16px;width:100%;display:flex}.LeadCapturePopup-module__eAvh7a__inputWrapper{width:100%;position:relative}.LeadCapturePopup-module__eAvh7a__inputIcon{color:var(--text-muted);pointer-events:none;transition:color var(--transition-fast);position:absolute;top:50%;left:16px;transform:translateY(-50%)}.LeadCapturePopup-module__eAvh7a__input{border-radius:var(--radius-md);border:1px solid var(--border-color);background:var(--bg-tertiary);width:100%;color:var(--text-primary);transition:all var(--transition-fast);padding:14px 16px 14px 46px;font-family:Poppins,sans-serif;font-size:14px}.LeadCapturePopup-module__eAvh7a__input:focus{border-color:var(--accent-primary);box-shadow:0 0 0 3px var(--accent-glow);background:var(--bg-secondary);outline:none}.LeadCapturePopup-module__eAvh7a__inputWrapper:focus-within .LeadCapturePopup-module__eAvh7a__inputIcon{color:var(--accent-primary)}.LeadCapturePopup-module__eAvh7a__submitBtn{cursor:pointer;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:8px;padding:14px;font-size:15px;font-weight:600;display:flex}.LeadCapturePopup-module__eAvh7a__secureText{color:var(--text-muted);justify-content:center;align-items:center;gap:4px;margin-top:8px;font-family:Inter,sans-serif;font-size:11px;display:flex}.LeadCapturePopup-module__eAvh7a__errorText{color:var(--error);text-align:left;margin-top:-8px;padding-left:4px;font-family:Inter,sans-serif;font-size:12px}.LeadCapturePopup-module__eAvh7a__successScreen{flex-direction:column;align-items:center;padding:32px 0 16px;display:flex}.LeadCapturePopup-module__eAvh7a__successIconWrapper{width:72px;height:72px;color:var(--success);background:#34c7591a;border-radius:50%;justify-content:center;align-items:center;margin-bottom:24px;display:flex;box-shadow:0 0 20px #34c75933}.LeadCapturePopup-module__eAvh7a__successIcon{color:var(--success)}.LeadCapturePopup-module__eAvh7a__successTitle{font-family:var(--font-marcellus), serif;color:var(--text-primary);margin-bottom:12px;font-size:1.75rem}.LeadCapturePopup-module__eAvh7a__successDesc{color:var(--text-secondary);max-width:320px;margin-bottom:28px;font-size:.95rem;line-height:1.6}.LeadCapturePopup-module__eAvh7a__loaderLine{background:var(--border-color);border-radius:2px;width:140px;height:4px;position:relative;overflow:hidden}.LeadCapturePopup-module__eAvh7a__loaderLine:after{content:"";background:var(--accent-gradient);border-radius:2px;width:40%;height:100%;animation:1.5s ease-in-out infinite LeadCapturePopup-module__eAvh7a__loadingBar;position:absolute;top:0;left:-40%}@keyframes LeadCapturePopup-module__eAvh7a__loadingBar{0%{left:-40%}to{left:100%}}@media (max-width:768px){.LeadCapturePopup-module__eAvh7a__overlay{align-items:center;padding:16px}.LeadCapturePopup-module__eAvh7a__popup{max-width:440px;max-height:90vh;padding:40px 28px;overflow-y:auto}.LeadCapturePopup-module__eAvh7a__title{font-size:1.6rem}.LeadCapturePopup-module__eAvh7a__desc{margin-bottom:22px;font-size:.9rem}.LeadCapturePopup-module__eAvh7a__form{gap:14px}.LeadCapturePopup-module__eAvh7a__input{padding:13px 14px 13px 42px;font-size:14px}}@media (max-width:480px){.LeadCapturePopup-module__eAvh7a__overlay{align-items:flex-end;padding:12px}.LeadCapturePopup-module__eAvh7a__popup{border-radius:var(--radius-lg);max-width:100%;max-height:88vh;margin:0;padding:28px 18px 24px;overflow-y:auto}.LeadCapturePopup-module__eAvh7a__closeBtn{top:12px;right:12px}.LeadCapturePopup-module__eAvh7a__badge{margin-bottom:14px;padding:5px 12px;font-size:10px}.LeadCapturePopup-module__eAvh7a__title{margin-bottom:8px;font-size:1.3rem}.LeadCapturePopup-module__eAvh7a__desc{margin-bottom:16px;font-size:.82rem;line-height:1.5}.LeadCapturePopup-module__eAvh7a__form{gap:10px}.LeadCapturePopup-module__eAvh7a__inputWrapper{width:100%}.LeadCapturePopup-module__eAvh7a__input{border-radius:var(--radius-sm);padding:12px 12px 12px 40px;font-size:14px}.LeadCapturePopup-module__eAvh7a__inputIcon{left:12px}.LeadCapturePopup-module__eAvh7a__submitBtn{margin-top:4px;padding:13px;font-size:14px}.LeadCapturePopup-module__eAvh7a__secureText{margin-top:6px;font-size:10px}.LeadCapturePopup-module__eAvh7a__successScreen{padding:20px 0 8px}.LeadCapturePopup-module__eAvh7a__successIconWrapper{width:56px;height:56px;margin-bottom:16px}.LeadCapturePopup-module__eAvh7a__successTitle{margin-bottom:8px;font-size:1.35rem}.LeadCapturePopup-module__eAvh7a__successDesc{margin-bottom:20px;font-size:.85rem}}@media (max-width:360px){.LeadCapturePopup-module__eAvh7a__popup{padding:22px 14px 20px}.LeadCapturePopup-module__eAvh7a__title{font-size:1.15rem}.LeadCapturePopup-module__eAvh7a__desc{font-size:.78rem}.LeadCapturePopup-module__eAvh7a__input{padding:11px 10px 11px 36px;font-size:13px}.LeadCapturePopup-module__eAvh7a__inputIcon{left:10px}.LeadCapturePopup-module__eAvh7a__submitBtn{padding:12px;font-size:13px}}
.CTASection-module__z7ux0G__ctaWrapper{background:0 0;padding:60px 0;position:relative;overflow:hidden}.CTASection-module__z7ux0G__ctaContainer{background:linear-gradient(135deg, var(--bg-tertiary) 0%, #6c3ce114 100%);border-radius:var(--radius-lg);text-align:center;border:1px solid #6c3ce140;max-width:1100px;margin:0 auto;padding:40px;position:relative;box-shadow:0 15px 35px #6c3ce108}.CTASection-module__z7ux0G__ctaBadge{color:#ff3b30;text-transform:uppercase;letter-spacing:.05em;background:#ff3b301a;border-radius:20px;justify-content:center;align-items:center;margin-bottom:20px;padding:8px 16px;font-size:13px;font-weight:700;animation:2s infinite CTASection-module__z7ux0G__pulse;display:inline-flex}.CTASection-module__z7ux0G__ctaTitle{font-family:var(--font-marcellus);color:var(--text-primary);margin-bottom:16px;font-size:clamp(2rem,3.5vw,3rem);line-height:1.2}.CTASection-module__z7ux0G__ctaDesc{color:var(--text-secondary);max-width:540px;margin:0 auto 30px;font-size:1.05rem;line-height:1.6}.CTASection-module__z7ux0G__ctaButtons{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;display:flex}.CTASection-module__z7ux0G__ctaBtnPrimary{text-align:center;white-space:normal!important;padding:16px 32px!important;font-size:1.1rem!important}.CTASection-module__z7ux0G__ctaSubtext{color:var(--text-muted);justify-content:center;align-items:center;gap:8px;margin-top:24px;font-size:13px;display:flex}.CTASection-module__z7ux0G__ctaGrid{grid-template-columns:1.2fr .8fr;align-items:center;gap:40px;display:grid;text-align:left!important;max-width:1100px!important;padding:40px 50px!important}.CTASection-module__z7ux0G__ctaGridLandscape{grid-template-columns:.9fr 1.1fr!important;gap:48px!important}.CTASection-module__z7ux0G__ctaLeft{flex-direction:column;align-items:flex-start;width:100%;display:flex}.CTASection-module__z7ux0G__ctaGrid .CTASection-module__z7ux0G__ctaLeft .CTASection-module__z7ux0G__ctaDesc{text-align:left;margin-bottom:24px;margin-left:0;margin-right:0}.CTASection-module__z7ux0G__ctaGrid .CTASection-module__z7ux0G__ctaLeft .CTASection-module__z7ux0G__ctaButtons,.CTASection-module__z7ux0G__ctaGrid .CTASection-module__z7ux0G__ctaLeft .CTASection-module__z7ux0G__ctaSubtext{justify-content:flex-start}.CTASection-module__z7ux0G__ctaRight{perspective:1000px;justify-content:center;align-items:center;width:100%;display:flex}.CTASection-module__z7ux0G__videoWrapper{aspect-ratio:9/16;z-index:1;background:#090e1a;border:1.5px solid #ff8e5373;border-left:none;border-radius:20px;width:100%;max-width:270px;transition:transform .6s cubic-bezier(.16,1,.3,1),box-shadow .6s;position:relative;overflow:hidden;transform:rotateY(-6deg)rotateX(3deg);box-shadow:0 15px 35px #00000080,0 0 25px #ff8e531f;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 15%);mask-image:linear-gradient(90deg,#0000 0%,#000 15%)}.CTASection-module__z7ux0G__videoWrapper:hover{transform:rotateY(0)rotateX(0)scale(1.04);box-shadow:0 25px 45px #0009,0 0 35px #ff8e5338}.CTASection-module__z7ux0G__videoWrapperLandscape{aspect-ratio:16/9!important;border-left:none!important;max-width:560px!important}.CTASection-module__z7ux0G__videoElement{object-fit:cover;width:100%;height:100%;display:block}.CTASection-module__z7ux0G__videoOverlayGradient{pointer-events:none;z-index:2;background:linear-gradient(#0000 65%,#0009 100%);position:absolute;inset:0}.CTASection-module__z7ux0G__videoLiveBadge{color:#fff;letter-spacing:.1em;z-index:3;background:#ff3b30;border-radius:4px;padding:3px 7px;font-size:9px;font-weight:800;position:absolute;top:14px;left:14px;box-shadow:0 2px 8px #ff3b3066}.CTASection-module__z7ux0G__videoPulseIcon{z-index:3;background:#25d366;border-radius:50%;width:8px;height:8px;position:absolute;top:14px;right:14px;box-shadow:0 0 8px #25d366}.CTASection-module__z7ux0G__pulseInner{border:1.5px solid #25d366;border-radius:50%;animation:1.8s ease-out infinite CTASection-module__z7ux0G__indicatorPulse;position:absolute;inset:-3px}@keyframes CTASection-module__z7ux0G__indicatorPulse{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(2.2)}}@keyframes CTASection-module__z7ux0G__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(.98)}}@media (max-width:991px){.CTASection-module__z7ux0G__ctaGrid{grid-template-columns:1fr;gap:40px;text-align:center!important;padding:40px 30px!important}.CTASection-module__z7ux0G__ctaLeft{align-items:center}.CTASection-module__z7ux0G__ctaGrid .CTASection-module__z7ux0G__ctaLeft .CTASection-module__z7ux0G__ctaDesc{text-align:center;margin-left:auto;margin-right:auto}.CTASection-module__z7ux0G__ctaGrid .CTASection-module__z7ux0G__ctaLeft .CTASection-module__z7ux0G__ctaButtons,.CTASection-module__z7ux0G__ctaGrid .CTASection-module__z7ux0G__ctaLeft .CTASection-module__z7ux0G__ctaSubtext{justify-content:center}.CTASection-module__z7ux0G__videoWrapper{max-width:240px;transform:none;border-left:1.5px solid #ff8e5373!important;-webkit-mask-image:none!important;mask-image:none!important}.CTASection-module__z7ux0G__videoWrapperLandscape{border-left:1.5px solid #ff8e5373!important;max-width:480px!important;-webkit-mask-image:none!important;mask-image:none!important}.CTASection-module__z7ux0G__videoWrapper:hover{transform:scale(1.04)}}@media (max-width:640px){.CTASection-module__z7ux0G__ctaWrapper{padding:60px 0}.CTASection-module__z7ux0G__ctaContainer{padding:40px 20px!important}.CTASection-module__z7ux0G__ctaBadge{justify-content:center;align-items:center;margin-bottom:16px;padding:6px 12px;font-size:11px;display:inline-flex}.CTASection-module__z7ux0G__ctaTitle{font-size:clamp(1.6rem,6vw,2.2rem);line-height:1.3}.CTASection-module__z7ux0G__ctaDesc{margin-bottom:24px;font-size:.95rem;line-height:1.5}.CTASection-module__z7ux0G__ctaButtons{flex-direction:column;width:100%}.CTASection-module__z7ux0G__ctaButtons>*{width:100%}.CTASection-module__z7ux0G__ctaBtnPrimary{line-height:1.4;padding:12px 24px!important;font-size:.95rem!important}}
.ViralHits-module__9rbXZG__section{background:linear-gradient(#070a14eb 0%,#090c18f2 50%,#070a14eb 100%);padding:100px 0;position:relative;overflow:hidden}.ViralHits-module__9rbXZG__bgPattern{pointer-events:none;background-image:radial-gradient(#8b5cf608 1px,#0000 1px);background-size:30px 30px;position:absolute;inset:0}.ViralHits-module__9rbXZG__glowOrb{filter:blur(40px);pointer-events:none;background:radial-gradient(circle,#8b5cf614 0%,#0000 70%);width:450px;height:450px;position:absolute;top:30%;left:50%;transform:translate(-50%,-50%)}.ViralHits-module__9rbXZG__container{z-index:2;max-width:1200px;margin:0 auto;padding:0 20px;position:relative}.ViralHits-module__9rbXZG__header{text-align:center;margin-bottom:64px}.ViralHits-module__9rbXZG__badge{letter-spacing:.12em;color:#c084fc;background:#8b5cf614;border:1px solid #8b5cf633;border-radius:9999px;align-items:center;gap:8px;margin-bottom:24px;padding:8px 20px;font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;display:inline-flex}.ViralHits-module__9rbXZG__badgeIcon{color:#c084fc}.ViralHits-module__9rbXZG__title{font-family:var(--font-marcellus), "Marcellus", serif;color:#f5f5f7;margin-bottom:18px;font-size:clamp(2.2rem,5vw,3.6rem);font-weight:400;line-height:1.15}.ViralHits-module__9rbXZG__titleHighlight{background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.ViralHits-module__9rbXZG__subtitle{color:#a1a1aa;max-width:650px;margin:0 auto;font-family:Inter,sans-serif;font-size:1.1rem;line-height:1.6}.ViralHits-module__9rbXZG__marqueeWrap{width:100vw;margin-left:-50vw;margin-right:-50vw;padding:24px 0;position:relative;left:50%;right:50%;overflow:hidden}.ViralHits-module__9rbXZG__marqueeTrack{gap:40px;width:max-content;display:flex}.ViralHits-module__9rbXZG__marqueeGroup{will-change:transform;backface-visibility:hidden;justify-content:space-around;align-items:center;gap:40px;width:max-content;animation:35s linear infinite ViralHits-module__9rbXZG__scrollXRight;display:flex}@keyframes ViralHits-module__9rbXZG__scrollXRight{0%{transform:translate(calc(-100% - 40px))}to{transform:translate(0)}}.ViralHits-module__9rbXZG__marqueeTrack.ViralHits-module__9rbXZG__paused .ViralHits-module__9rbXZG__marqueeGroup,.ViralHits-module__9rbXZG__marqueeTrack:not(.ViralHits-module__9rbXZG__paused):hover .ViralHits-module__9rbXZG__marqueeGroup{animation-play-state:paused}.ViralHits-module__9rbXZG__phoneFrame{background:#05070c;border:1px solid #ffffff14;border-radius:40px;flex-shrink:0;width:320px;height:520px;transition:transform .3s,border-color .3s;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.ViralHits-module__9rbXZG__phoneFrame:hover{border-color:#8b5cf64d;transform:translateY(-4px)}.ViralHits-module__9rbXZG__phoneFrame:before{content:"";-webkit-mask-composite:xor;pointer-events:none;z-index:8;background:linear-gradient(#ffffff26,#ffffff05 40%,#8b5cf61a 80%,#8b5cf64d 100%);border-radius:40px;padding:1.5px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;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}.ViralHits-module__9rbXZG__playOverlay{z-index:5;pointer-events:none;background:#00000040;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.ViralHits-module__9rbXZG__phoneHomeBar{z-index:10;pointer-events:none;background:#ffffff59;border-radius:2px;width:100px;height:4px;position:absolute;bottom:8px;left:50%;transform:translate(-50%)}.ViralHits-module__9rbXZG__reelVideo{object-fit:cover;z-index:1;width:100%;height:100%;position:absolute;inset:0}.ViralHits-module__9rbXZG__placeholderCover{z-index:1;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;inset:0}.ViralHits-module__9rbXZG__playButtonWrapper{color:#ff8e53;background:radial-gradient(circle,#ff8e531a 0%,#ff6b6b26 100%);border:1px solid #ff8e5366;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 0 20px #ff8e5333}.ViralHits-module__9rbXZG__playIcon{margin-left:4px}.ViralHits-module__9rbXZG__phoneFrame:hover .ViralHits-module__9rbXZG__playButtonWrapper{color:#fff;background:radial-gradient(circle,#ff8e5340 0%,#ff6b6b4d 100%);border-color:#ff8e53b3;transform:scale(1.12);box-shadow:0 0 30px #ff8e5366}.ViralHits-module__9rbXZG__reelsOverlay{z-index:9;flex-direction:column;display:flex;position:absolute;bottom:24px;left:20px;right:20px}.ViralHits-module__9rbXZG__username{color:#fff;text-shadow:0 2px 6px #000c;-webkit-backdrop-filter:blur(10px);letter-spacing:.02em;background:#00000080;border:1px solid #ffffff1f;border-radius:999px;align-items:center;gap:6px;width:fit-content;padding:6px 14px;font-family:Inter,sans-serif;font-size:.85rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.ViralHits-module__9rbXZG__username:hover{background:#8b5cf6cc;border-color:#8b5cf666;transform:translateY(-2px);box-shadow:0 4px 12px #8b5cf64d}@media (max-width:768px){.ViralHits-module__9rbXZG__section{padding:70px 0}}
.blogs-module__A-HJaW__container{max-width:var(--container-max);z-index:1;margin:0 auto;padding:140px 24px 80px;position:relative}.blogs-module__A-HJaW__header{text-align:center;margin-bottom:50px}.blogs-module__A-HJaW__title{font-family:var(--font-marcellus), serif;color:var(--text-primary);margin-bottom:16px;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.15}.blogs-module__A-HJaW__titleAccent{background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:inline-block}.blogs-module__A-HJaW__subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:clamp(1rem,2vw,1.15rem);line-height:1.6}.blogs-module__A-HJaW__searchWrap{max-width:520px;margin:0 auto 40px;position:relative}.blogs-module__A-HJaW__searchIcon{color:var(--text-muted);pointer-events:none;position:absolute;top:50%;left:18px;transform:translateY(-50%)}.blogs-module__A-HJaW__searchInput{border-radius:var(--radius-full);-webkit-backdrop-filter:blur(20px);width:100%;color:var(--text-primary);background:#11111880;border:1px solid #ffffff0f;padding:14px 20px 14px 48px;font-family:Inter,sans-serif;font-size:.95rem;transition:all .25s}.blogs-module__A-HJaW__searchInput:focus{border-color:#8b5cf680;outline:none;box-shadow:0 0 0 4px #8b5cf61a}.blogs-module__A-HJaW__searchInput::placeholder{color:var(--text-muted)}.blogs-module__A-HJaW__blogGrid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:28px;display:grid}.blogs-module__A-HJaW__blogCard{-webkit-backdrop-filter:blur(20px);border-radius:var(--radius-lg);background:#11111899;border:1px solid #ffffff0f;flex-direction:column;text-decoration:none;transition:border-color .3s,box-shadow .3s,transform .3s;display:flex;overflow:hidden;box-shadow:0 4px 20px #00000026,inset 0 1px #ffffff08}.blogs-module__A-HJaW__blogCard:hover{border-color:#8b5cf64d;transform:translateY(-4px);box-shadow:0 12px 40px #8b5cf61a,inset 0 1px #ffffff0d}.blogs-module__A-HJaW__cardImageWrap{aspect-ratio:16/9;background:#ffffff05;width:100%;position:relative;overflow:hidden}.blogs-module__A-HJaW__cardImage{object-fit:cover;width:100%;height:100%;transition:transform .5s}.blogs-module__A-HJaW__blogCard:hover .blogs-module__A-HJaW__cardImage{transform:scale(1.05)}.blogs-module__A-HJaW__cardImagePlaceholder{width:100%;height:100%;color:var(--text-muted);background:#8b5cf60f;justify-content:center;align-items:center;display:flex}.blogs-module__A-HJaW__cardBody{flex-direction:column;flex:1;padding:24px;display:flex}.blogs-module__A-HJaW__cardMeta{color:var(--text-muted);align-items:center;gap:12px;margin-bottom:12px;font-family:Inter,sans-serif;font-size:.78rem;display:flex}.blogs-module__A-HJaW__cardDate,.blogs-module__A-HJaW__cardReadTime{align-items:center;gap:4px;display:flex}.blogs-module__A-HJaW__cardTitle{font-family:var(--font-marcellus), serif;color:var(--text-primary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:10px;font-size:1.25rem;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.blogs-module__A-HJaW__cardExcerpt{color:var(--text-secondary);-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;font-size:.9rem;line-height:1.55;display:-webkit-box;overflow:hidden}.blogs-module__A-HJaW__cardFooter{border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;margin-top:16px;padding-top:16px;display:flex}.blogs-module__A-HJaW__cardKeywords{flex-wrap:wrap;gap:6px;display:flex}.blogs-module__A-HJaW__cardKeyword{border-radius:var(--radius-full);color:#a78bfa;background:#8b5cf61a;padding:3px 10px;font-family:Inter,sans-serif;font-size:.7rem;font-weight:600}.blogs-module__A-HJaW__readMore{color:var(--accent-primary);white-space:nowrap;flex-shrink:0;align-items:center;gap:4px;font-family:Inter,sans-serif;font-size:.82rem;font-weight:600;transition:gap .2s;display:flex}.blogs-module__A-HJaW__blogCard:hover .blogs-module__A-HJaW__readMore{gap:8px}.blogs-module__A-HJaW__skeletonCard{border-radius:var(--radius-lg);background:#11111866;border:1px solid #ffffff0a;animation:1.5s ease-in-out infinite blogs-module__A-HJaW__pulse;overflow:hidden}.blogs-module__A-HJaW__skeletonImage{aspect-ratio:16/9;background:#ffffff08;width:100%}.blogs-module__A-HJaW__skeletonBody{flex-direction:column;gap:12px;padding:24px;display:flex}.blogs-module__A-HJaW__skeletonLine{background:#ffffff0a;border-radius:4px;height:14px}.blogs-module__A-HJaW__skeletonLineShort{width:40%}.blogs-module__A-HJaW__skeletonLineMedium{width:70%}@keyframes blogs-module__A-HJaW__pulse{0%{opacity:.6}50%{opacity:.3}to{opacity:.6}}.blogs-module__A-HJaW__emptyState{text-align:center;-webkit-backdrop-filter:blur(20px);border-radius:var(--radius-lg);background:#11111866;border:1px solid #ffffff0d;padding:60px 24px}.blogs-module__A-HJaW__emptyTitle{font-family:var(--font-marcellus), serif;color:var(--text-primary);margin-bottom:8px;font-size:1.5rem;font-weight:600}.blogs-module__A-HJaW__emptyText{color:var(--text-secondary);max-width:400px;margin:0 auto}.blogs-module__A-HJaW__detailContainer{z-index:1;max-width:820px;margin:0 auto;padding:140px 24px 80px;position:relative}.blogs-module__A-HJaW__backLink{color:var(--text-muted);align-items:center;gap:6px;margin-bottom:32px;font-family:Inter,sans-serif;font-size:.85rem;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}.blogs-module__A-HJaW__backLink:hover{color:var(--accent-primary)}.blogs-module__A-HJaW__detailHeader{margin-bottom:40px}.blogs-module__A-HJaW__detailMeta{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:16px;margin-bottom:16px;font-family:Inter,sans-serif;font-size:.82rem;display:flex}.blogs-module__A-HJaW__detailTitle{font-family:var(--font-marcellus), serif;color:var(--text-primary);margin-bottom:16px;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.15}.blogs-module__A-HJaW__detailExcerpt{color:var(--text-secondary);max-width:700px;font-size:1.15rem;line-height:1.6}.blogs-module__A-HJaW__detailCover{aspect-ratio:16/9;border-radius:var(--radius-lg);background:#11111866;border:1px solid #ffffff0d;width:100%;margin-bottom:40px;overflow:hidden}.blogs-module__A-HJaW__detailCover img{width:100%;height:auto;display:block}.blogs-module__A-HJaW__detailKeywords{flex-wrap:wrap;gap:8px;margin-bottom:40px;display:flex}.blogs-module__A-HJaW__detailKeyword{border-radius:var(--radius-full);color:#a78bfa;background:#8b5cf61a;padding:5px 14px;font-family:Inter,sans-serif;font-size:.75rem;font-weight:600}.blogs-module__A-HJaW__articleBody{color:var(--text-secondary);font-family:Poppins,sans-serif;font-size:1.05rem;line-height:1.8}.blogs-module__A-HJaW__articleBody h1{font-family:var(--font-marcellus), serif;color:var(--text-primary);margin:48px 0 16px;font-size:2rem;line-height:1.2}.blogs-module__A-HJaW__articleBody h2{font-family:var(--font-marcellus), serif;color:var(--text-primary);margin:40px 0 14px;font-size:1.6rem;line-height:1.25}.blogs-module__A-HJaW__articleBody h3{font-family:var(--font-marcellus), serif;color:var(--text-primary);margin:32px 0 12px;font-size:1.3rem;line-height:1.3}.blogs-module__A-HJaW__articleBody p{margin-bottom:20px}.blogs-module__A-HJaW__articleBody a{color:var(--accent-primary);text-underline-offset:3px;text-decoration:underline}.blogs-module__A-HJaW__articleBody a:hover{color:var(--accent-hover)}.blogs-module__A-HJaW__articleBody ul,.blogs-module__A-HJaW__articleBody ol{margin-bottom:20px;padding-left:24px}.blogs-module__A-HJaW__articleBody li{margin-bottom:8px}.blogs-module__A-HJaW__articleBody blockquote{border-left:3px solid var(--accent-primary);border-radius:0 var(--radius-md) var(--radius-md) 0;color:var(--text-primary);background:#8b5cf60d;margin:24px 0;padding:16px 24px;font-style:italic}.blogs-module__A-HJaW__articleBody code{color:#a78bfa;background:#ffffff0d;border-radius:6px;padding:2px 8px;font-family:Fira Code,monospace;font-size:.88em}.blogs-module__A-HJaW__articleBody pre{border-radius:var(--radius-md);background:#111118b3;border:1px solid #ffffff0f;margin:24px 0;padding:20px;overflow-x:auto}.blogs-module__A-HJaW__articleBody pre code{color:var(--text-secondary);background:0 0;padding:0}.blogs-module__A-HJaW__articleBody img{border-radius:var(--radius-md);max-width:100%;height:auto;margin:24px 0}.blogs-module__A-HJaW__articleBody strong{color:var(--text-primary);font-weight:600}.blogs-module__A-HJaW__articleBody hr{background:#ffffff0f;border:none;height:1px;margin:40px 0}@media (max-width:768px){.blogs-module__A-HJaW__container{padding-top:110px}.blogs-module__A-HJaW__blogGrid{grid-template-columns:1fr}.blogs-module__A-HJaW__detailContainer{padding-top:110px}.blogs-module__A-HJaW__detailTitle{font-size:1.8rem}.blogs-module__A-HJaW__articleBody{font-size:.95rem}}@media (max-width:480px){.blogs-module__A-HJaW__blogGrid{gap:16px}.blogs-module__A-HJaW__cardBody{padding:18px}}
.careers-module__tEy4wG__container{max-width:var(--container-max);z-index:1;margin:0 auto;padding:140px 24px 80px;position:relative}.careers-module__tEy4wG__header{text-align:center;margin-bottom:50px}.careers-module__tEy4wG__title{font-family:var(--font-marcellus), serif;color:var(--text-primary);margin-bottom:16px;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.2}.careers-module__tEy4wG__titleAccent{background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:inline-block}.careers-module__tEy4wG__subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:clamp(1rem,2vw,1.2rem)}.careers-module__tEy4wG__filterSection{-webkit-backdrop-filter:blur(20px);border-radius:var(--radius-lg);background:#11111866;border:1px solid #ffffff0d;flex-direction:column;gap:20px;margin-bottom:40px;padding:24px;display:flex;box-shadow:0 10px 30px #0003}.careers-module__tEy4wG__filterGroup{flex-direction:column;gap:10px;display:flex}.careers-module__tEy4wG__filterLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);font-size:.85rem;font-weight:600}.careers-module__tEy4wG__filterContainer{flex-wrap:wrap;gap:10px;display:flex}.careers-module__tEy4wG__filterButton{border-radius:var(--radius-full);color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);background:#ffffff05;border:1px solid #ffffff14;padding:8px 18px;font-family:Inter,sans-serif;font-size:.9rem;font-weight:500}.careers-module__tEy4wG__filterButton:hover{color:var(--text-primary);background:#8b5cf614;border-color:#8b5cf666}.careers-module__tEy4wG__filterButtonActive{background:var(--accent-gradient);color:#fff;border-color:#0000;box-shadow:0 4px 15px #8b5cf64d}.careers-module__tEy4wG__listWrap{flex-direction:column;gap:20px;min-height:200px;display:flex}.careers-module__tEy4wG__card{-webkit-backdrop-filter:blur(20px);border-radius:var(--radius-lg);transition:border-color var(--transition-base), box-shadow var(--transition-base);background:#11111899;border:1px solid #ffffff0f;overflow:hidden;box-shadow:0 4px 20px #00000026,inset 0 1px #ffffff08}.careers-module__tEy4wG__card:hover{border-color:#8b5cf64d;box-shadow:0 10px 30px #8b5cf614,inset 0 1px #ffffff0d}.careers-module__tEy4wG__cardHeader{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;gap:20px;padding:28px;display:flex}.careers-module__tEy4wG__cardMeta{flex-direction:column;gap:8px;display:flex}.careers-module__tEy4wG__cardTitle{color:var(--text-primary);margin:0;font-family:Poppins,sans-serif;font-size:1.35rem;font-weight:600}.careers-module__tEy4wG__cardPills{flex-wrap:wrap;gap:8px;display:flex}.careers-module__tEy4wG__pill{border-radius:var(--radius-full);align-items:center;gap:5px;padding:4px 12px;font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;display:inline-flex}.careers-module__tEy4wG__pillDepartment{color:#a78bfa;background:#8b5cf61a}.careers-module__tEy4wG__pillLocation{color:var(--text-secondary);background:#ffffff08;border:1px solid #ffffff0f}.careers-module__tEy4wG__pillType{color:#60a5fa;background:#3b82f61a}.careers-module__tEy4wG__expandBtn{border-radius:var(--radius-full);width:44px;height:44px;color:var(--text-secondary);cursor:pointer;transition:all var(--transition-base);background:#ffffff08;border:1px solid #ffffff0f;flex-shrink:0;justify-content:center;align-items:center;display:flex}.careers-module__tEy4wG__card:hover .careers-module__tEy4wG__expandBtn{color:var(--accent-primary);background:#8b5cf61a;border-color:#8b5cf64d}.careers-module__tEy4wG__cardBody{border-top:1px solid #ffffff0d;padding:0 28px 28px}.careers-module__tEy4wG__sectionTitle{text-transform:uppercase;letter-spacing:.05em;color:var(--text-primary);margin:24px 0 12px;font-size:.95rem;font-weight:600}.careers-module__tEy4wG__description{color:var(--text-secondary);font-size:.95rem;line-height:1.6}.careers-module__tEy4wG__list{flex-direction:column;gap:8px;padding:0;list-style-type:none;display:flex}.careers-module__tEy4wG__listItem{color:var(--text-secondary);align-items:flex-start;gap:10px;font-size:.95rem;line-height:1.5;display:flex}.careers-module__tEy4wG__listDot{background:var(--accent-primary);border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:8px}.careers-module__tEy4wG__applyWrap{justify-content:flex-end;margin-top:32px;display:flex}.careers-module__tEy4wG__applyBtn{border-radius:var(--radius-full);background:var(--accent-gradient);color:#fff;cursor:pointer;transition:all var(--transition-base);box-shadow:0 4px 15px var(--accent-glow);border:none;align-items:center;gap:8px;padding:12px 28px;font-family:Inter,sans-serif;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-flex}.careers-module__tEy4wG__applyBtn:hover{box-shadow:0 6px 25px var(--accent-glow);background:var(--accent-gradient-hover);transform:translateY(-2px)}.careers-module__tEy4wG__skeletonCard{border-radius:var(--radius-lg);background:#11111866;border:1px solid #ffffff0a;flex-direction:column;gap:16px;padding:28px;animation:1.5s ease-in-out infinite careers-module__tEy4wG__pulse;display:flex}.careers-module__tEy4wG__skeletonTitle{background:#ffffff0d;border-radius:4px;width:40%;height:24px}.careers-module__tEy4wG__skeletonMeta{gap:8px;display:flex}.careers-module__tEy4wG__skeletonPill{border-radius:var(--radius-full);background:#ffffff0a;width:80px;height:20px}.careers-module__tEy4wG__skeletonBody{border-radius:var(--radius-md);background:#ffffff08;height:60px}@keyframes careers-module__tEy4wG__pulse{0%{opacity:.6}50%{opacity:.3}to{opacity:.6}}.careers-module__tEy4wG__emptyState{text-align:center;-webkit-backdrop-filter:blur(20px);border-radius:var(--radius-lg);background:#11111866;border:1px solid #ffffff0d;padding:60px 24px}.careers-module__tEy4wG__emptyTitle{color:var(--text-primary);margin-bottom:8px;font-size:1.5rem;font-weight:600}.careers-module__tEy4wG__emptyText{color:var(--text-secondary);max-width:400px;margin-bottom:24px;margin-left:auto;margin-right:auto}.careers-module__tEy4wG__clearFilterBtn{border-radius:var(--radius-full);color:var(--accent-primary);border:1px solid var(--accent-primary);cursor:pointer;transition:all var(--transition-fast);background:0 0;padding:8px 20px;font-family:Inter,sans-serif;font-weight:500}.careers-module__tEy4wG__clearFilterBtn:hover{background:var(--accent-soft)}@media (max-width:768px){.careers-module__tEy4wG__container{padding-top:110px}.careers-module__tEy4wG__cardHeader{flex-direction:column;align-items:flex-start;gap:16px}.careers-module__tEy4wG__expandBtn{align-self:flex-end}.careers-module__tEy4wG__filterSection{padding:16px}}
.VideoFolders-module__IAZ9AW__section{background:linear-gradient(#070a14eb 0%,#0d1120f0 50%,#070a14eb 100%);padding:100px 0;position:relative;overflow:hidden}.VideoFolders-module__IAZ9AW__bgPattern{pointer-events:none;background-image:radial-gradient(#8b5cf608 1px,#0000 1px);background-size:35px 35px;position:absolute;inset:0}.VideoFolders-module__IAZ9AW__glowOrb{filter:blur(50px);pointer-events:none;background:radial-gradient(circle,#8b5cf612 0%,#0000 75%);width:500px;height:500px;position:absolute;bottom:10%;right:50%;transform:translate(50%)}.VideoFolders-module__IAZ9AW__container{z-index:2;max-width:1200px;margin:0 auto;padding:0 20px;position:relative}.VideoFolders-module__IAZ9AW__header{text-align:center;margin-bottom:72px}.VideoFolders-module__IAZ9AW__badge{letter-spacing:.12em;color:#c084fc;background:#8b5cf614;border:1px solid #8b5cf633;border-radius:9999px;align-items:center;gap:8px;margin-bottom:24px;padding:8px 20px;font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;display:inline-flex}.VideoFolders-module__IAZ9AW__badgeIcon{color:#c084fc}.VideoFolders-module__IAZ9AW__title{font-family:var(--font-marcellus), "Marcellus", serif;color:#f5f5f7;margin-bottom:18px;font-size:clamp(2.2rem,5vw,3.6rem);font-weight:400;line-height:1.15}.VideoFolders-module__IAZ9AW__titleHighlight{background:linear-gradient(135deg,#8b5cf6,#3b82f6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.VideoFolders-module__IAZ9AW__subtitle{color:#a1a1aa;max-width:700px;margin:0 auto;font-family:Inter,sans-serif;font-size:1.1rem;line-height:1.6}.VideoFolders-module__IAZ9AW__marqueeWrap{width:100%;padding:30px 0;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 5% 95%,#0000);mask-image:linear-gradient(90deg,#0000,#000 5% 95%,#0000)}.VideoFolders-module__IAZ9AW__marqueeTrack{gap:40px;width:max-content;display:flex}.VideoFolders-module__IAZ9AW__marqueeGroup{will-change:transform;backface-visibility:hidden;flex-shrink:0;gap:40px;animation:35s linear infinite VideoFolders-module__IAZ9AW__scrollX;display:flex}.VideoFolders-module__IAZ9AW__marqueeTrack:hover .VideoFolders-module__IAZ9AW__marqueeGroup{animation-play-state:paused}@keyframes VideoFolders-module__IAZ9AW__scrollX{0%{transform:translate(0)}to{transform:translate(calc(-100% - 40px))}}.VideoFolders-module__IAZ9AW__folderCard{min-width:320px;max-width:320px;height:250px;color:inherit;flex-shrink:0;text-decoration:none;display:block}.VideoFolders-module__IAZ9AW__skeletonRow{justify-content:center;gap:40px;padding:20px;display:flex}.VideoFolders-module__IAZ9AW__skeletonCard{background:#1e293b26;border:1px solid #ffffff0a;border-radius:16px;width:320px;height:220px;animation:1.5s ease-in-out infinite VideoFolders-module__IAZ9AW__pulse}@keyframes VideoFolders-module__IAZ9AW__pulse{0%,to{opacity:.6}50%{opacity:.35}}.VideoFolders-module__IAZ9AW__folderBackdrop{background:#1e293b26;border:1px solid #ffffff0a;border-radius:0 16px 16px;width:100%;height:220px;margin-top:24px;position:relative;box-shadow:0 4px 20px #0003}.VideoFolders-module__IAZ9AW__folderTab{color:#a78bfa;background:linear-gradient(#8b5cf614,#8b5cf626);border:1px solid #8b5cf62e;border-bottom:none;border-radius:12px 12px 0 0;justify-content:center;align-items:center;width:68px;height:26px;display:flex;position:absolute;top:-25px;left:0;box-shadow:inset 0 1px #ffffff0d}.VideoFolders-module__IAZ9AW__tabIcon{justify-content:center;align-items:center;display:flex}.VideoFolders-module__IAZ9AW__innerDocument{z-index:1;background:linear-gradient(135deg,#fff 0%,#f1f5f9 100%);border-radius:8px;flex-direction:column;gap:8px;height:140px;padding:18px;transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;bottom:24px;left:12px;right:12px;transform:translateY(0);box-shadow:0 8px 16px #0000004d}.VideoFolders-module__IAZ9AW__docLineShort{background-color:#cbd5e1;border-radius:2px;width:30%;height:4px}.VideoFolders-module__IAZ9AW__docLineLong{background-color:#e2e8f0;border-radius:1.5px;width:85%;height:3px}.VideoFolders-module__IAZ9AW__docLineMedium{background-color:#e2e8f0;border-radius:1.5px;width:60%;height:3px}.VideoFolders-module__IAZ9AW__docPlayBtn{color:#8b5cf6;background:#8b5cf61a;border-radius:50%;justify-content:center;align-self:flex-end;align-items:center;width:28px;height:28px;margin-top:auto;display:flex}.VideoFolders-module__IAZ9AW__folderFront{z-index:2;transform-origin:bottom;background:linear-gradient(135deg,#191e32f2 0%,#0e1220fa 100%);border:1px solid #ffffff14;border-radius:16px;flex-direction:column;justify-content:space-between;height:180px;padding:20px;transition:transform .35s cubic-bezier(.4,0,.2,1),box-shadow .35s,border-color .35s;display:flex;position:absolute;bottom:0;left:0;right:0;box-shadow:0 4px 15px #0000004d}.VideoFolders-module__IAZ9AW__folderHeader{justify-content:space-between;align-items:center;display:flex}.VideoFolders-module__IAZ9AW__folderLabel{letter-spacing:.12em;color:#8b5cf6;background:#8b5cf61a;border-radius:6px;padding:4px 8px;font-family:Inter,sans-serif;font-size:.65rem;font-weight:700}.VideoFolders-module__IAZ9AW__arrowIcon{color:#71717a;transition:color .3s,transform .3s}.VideoFolders-module__IAZ9AW__folderInfo{flex-direction:column;flex:1;justify-content:center;margin-top:10px;display:flex}.VideoFolders-module__IAZ9AW__folderTitle{font-family:var(--font-marcellus), "Marcellus", serif;color:#f5f5f7;margin:0 0 6px;font-size:1.25rem;font-weight:450;transition:color .3s}.VideoFolders-module__IAZ9AW__folderDesc{color:#a1a1aa;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0;font-family:Inter,sans-serif;font-size:.82rem;line-height:1.4;display:-webkit-box;overflow:hidden}.VideoFolders-module__IAZ9AW__folderSeal{opacity:.6;background:linear-gradient(90deg,#0000,#8b5cf64d,#0000);height:2px;margin-top:8px}.VideoFolders-module__IAZ9AW__folderCard:hover .VideoFolders-module__IAZ9AW__innerDocument{transform:translateY(-28px)}.VideoFolders-module__IAZ9AW__folderCard:hover .VideoFolders-module__IAZ9AW__folderFront{border-color:#8b5cf64d;transform:perspective(1000px)rotateX(-12deg);box-shadow:0 15px 35px #00000080,0 0 25px #8b5cf626}.VideoFolders-module__IAZ9AW__folderCard:hover .VideoFolders-module__IAZ9AW__arrowIcon{color:#a78bfa;transform:translate(2px,-2px)}.VideoFolders-module__IAZ9AW__folderCard:hover .VideoFolders-module__IAZ9AW__folderTitle{color:#c084fc}@media (max-width:768px){.VideoFolders-module__IAZ9AW__section{padding:70px 0}}
