.ProductsPage-module__YdOYGq__main{min-height:100vh;padding-top:128px;position:relative}.ProductsPage-module__YdOYGq__hero{padding:var(--space-3xl)0;text-align:center;margin-bottom:var(--space-4xl);background:linear-gradient(#151b3566 0%,#0000 100%);border-bottom:1px solid #ffffff0a;position:relative}.ProductsPage-module__YdOYGq__hero h1{font-family:var(--font-serif);font-size:var(--font-size-5xl);margin-bottom:var(--space-lg);letter-spacing:-.02em;font-weight:400}.ProductsPage-module__YdOYGq__hero p{font-size:var(--font-size-xl);color:var(--color-text-secondary);max-width:700px;margin:0 auto;line-height:1.8}.ProductsPage-module__YdOYGq__productsList{gap:var(--space-4xl);padding-bottom:var(--space-4xl);flex-direction:column;display:flex}.ProductsPage-module__YdOYGq__productRow{gap:var(--space-3xl);grid-template-columns:5fr 4fr;align-items:center;display:grid;position:relative}.ProductsPage-module__YdOYGq__productRow:after{content:"";bottom:calc(var(--space-4xl)*-.5);background:linear-gradient(90deg,#0000 0%,#ffffff0f 20% 80%,#0000 100%);height:1px;position:absolute;left:0;right:0}.ProductsPage-module__YdOYGq__productRow:last-child:after{display:none}.ProductsPage-module__YdOYGq__reverse{grid-template-columns:4fr 5fr}.ProductsPage-module__YdOYGq__reverse .ProductsPage-module__YdOYGq__contentCol{order:2}.ProductsPage-module__YdOYGq__reverse .ProductsPage-module__YdOYGq__visualCol{order:1}.ProductsPage-module__YdOYGq__contentCol{padding:var(--space-xl)0}.ProductsPage-module__YdOYGq__iconWrapper{border-radius:var(--border-radius-lg);width:80px;height:80px;margin-bottom:var(--space-xl);background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transition:all var(--transition-smooth);border:1px solid #ffffff14;justify-content:center;align-items:center;display:flex;position:relative}.ProductsPage-module__YdOYGq__iconWrapper:after{content:"";border-radius:var(--border-radius-lg);background:var(--glass-border);-webkit-mask-composite:xor;pointer-events:none;padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.ProductsPage-module__YdOYGq__productRow:hover .ProductsPage-module__YdOYGq__iconWrapper{box-shadow:var(--glow-primary);transform:scale(1.05)}.ProductsPage-module__YdOYGq__icon{font-size:var(--font-size-4xl)}.ProductsPage-module__YdOYGq__contentCol h2{font-size:var(--font-size-4xl);font-family:var(--font-serif);margin-bottom:var(--space-sm);letter-spacing:-.01em;font-weight:400;line-height:1.2}.ProductsPage-module__YdOYGq__tagline{color:var(--color-luxury);text-transform:uppercase;letter-spacing:.15em;font-weight:600;font-size:var(--font-size-xs);margin-bottom:var(--space-lg);display:block}.ProductsPage-module__YdOYGq__description{font-size:var(--font-size-lg);color:var(--color-text-secondary);margin-bottom:var(--space-xl);line-height:1.8}.ProductsPage-module__YdOYGq__features{gap:var(--space-sm);margin-bottom:var(--space-xl);flex-direction:column;display:flex}.ProductsPage-module__YdOYGq__feature{align-items:center;gap:var(--space-sm);font-size:var(--font-size-base);color:var(--color-text-secondary);padding:var(--space-sm)0;display:flex}.ProductsPage-module__YdOYGq__feature:before{content:"✓";color:var(--color-accent);font-weight:700;font-size:var(--font-size-lg)}.ProductsPage-module__YdOYGq__viewBtn{align-items:center;gap:var(--space-sm);padding:var(--space-md)var(--space-xl);border:1px solid var(--color-primary);color:var(--color-primary);border-radius:var(--border-radius-md);font-weight:600;font-size:var(--font-size-sm);text-transform:uppercase;letter-spacing:.05em;transition:all var(--transition-base);background:0 0;display:inline-flex;position:relative;overflow:hidden}.ProductsPage-module__YdOYGq__viewBtn:before{content:"";background:var(--gradient-premium);z-index:-1;width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.ProductsPage-module__YdOYGq__viewBtn:hover{color:#fff;box-shadow:var(--glow-primary);border-color:#0000;transform:translateY(-2px)}.ProductsPage-module__YdOYGq__viewBtn:hover:before{left:0}.ProductsPage-module__YdOYGq__visualCol{justify-content:center;align-items:center;display:flex}.ProductsPage-module__YdOYGq__cardVisual{aspect-ratio:1;background:var(--glass-bg);-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);border-radius:var(--border-radius-xl);width:100%;max-width:500px;box-shadow:var(--shadow-2xl);transition:all var(--transition-smooth);border:1px solid #ffffff14;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.ProductsPage-module__YdOYGq__cardVisual:before{content:"";opacity:0;transition:opacity var(--transition-smooth);background:radial-gradient(circle at 30% 30%,#4169ff26 0%,#0000 70%);position:absolute;inset:0}.ProductsPage-module__YdOYGq__productRow:hover .ProductsPage-module__YdOYGq__cardVisual{border-color:#ffffff26;transform:scale(1.02)}.ProductsPage-module__YdOYGq__productRow:hover .ProductsPage-module__YdOYGq__cardVisual:before{opacity:1}.ProductsPage-module__YdOYGq__cardVisual:after{content:"";border-radius:var(--border-radius-xl);background:var(--glass-border);-webkit-mask-composite:xor;pointer-events:none;padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.ProductsPage-module__YdOYGq__visualContent{text-align:center;padding:var(--space-3xl)}.ProductsPage-module__YdOYGq__visualIcon{font-size:var(--font-size-7xl);margin-bottom:var(--space-xl);opacity:.9;filter:drop-shadow(0 0 40px #4169ff4d);display:block}.ProductsPage-module__YdOYGq__visualTitle{font-size:var(--font-size-2xl);margin-bottom:var(--space-md);font-weight:700;font-family:var(--font-serif)}.ProductsPage-module__YdOYGq__visualPrice{font-family:var(--font-mono);color:var(--color-text-tertiary);font-size:var(--font-size-lg);letter-spacing:.05em}@media (max-width:1024px){.ProductsPage-module__YdOYGq__productRow,.ProductsPage-module__YdOYGq__reverse{gap:var(--space-2xl);grid-template-columns:1fr}.ProductsPage-module__YdOYGq__reverse .ProductsPage-module__YdOYGq__contentCol,.ProductsPage-module__YdOYGq__reverse .ProductsPage-module__YdOYGq__visualCol{order:initial}.ProductsPage-module__YdOYGq__contentCol{padding:0}.ProductsPage-module__YdOYGq__cardVisual{max-width:400px}}@media (max-width:768px){.ProductsPage-module__YdOYGq__main{padding-top:114px}.ProductsPage-module__YdOYGq__hero h1{font-size:var(--font-size-4xl)}.ProductsPage-module__YdOYGq__hero p{font-size:var(--font-size-base)}.ProductsPage-module__YdOYGq__contentCol h2{font-size:var(--font-size-3xl)}.ProductsPage-module__YdOYGq__visualIcon{font-size:var(--font-size-5xl)}}
.Header-module__hBw1pG__loginBtn{padding:var(--space-sm)var(--space-md);color:var(--color-text-primary);font-weight:500;font-size:var(--font-size-base);transition:color var(--transition-base)}.Header-module__hBw1pG__loginBtn:hover{color:var(--color-primary)}.Header-module__hBw1pG__registerBtn{padding:var(--space-sm)var(--space-lg);background:var(--gradient-premium);color:#fff;border-radius:var(--border-radius-md);font-size:var(--font-size-base);font-weight:600;font-family:var(--font-sans);cursor:pointer;transition:all var(--transition-base);border:none;box-shadow:0 0 20px #2e5bff4d}.Header-module__hBw1pG__registerBtn:hover{transform:translateY(-2px);box-shadow:0 0 40px #2e5bff80}.Header-module__hBw1pG__header{z-index:1000;transition:all var(--transition-base);padding:var(--space-md)0;background:0 0;position:fixed;top:0;left:0;right:0}.Header-module__hBw1pG__scrolled{background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--glass-border);box-shadow:var(--shadow-lg);padding:var(--space-sm)0}.Header-module__hBw1pG__headerContent{justify-content:space-between;align-items:center;gap:var(--space-xl);display:flex}.Header-module__hBw1pG__logo{align-items:center;gap:var(--space-sm);font-family:var(--font-serif);font-size:var(--font-size-2xl);cursor:pointer;transition:transform var(--transition-base);display:flex}.Header-module__hBw1pG__logo:hover{transform:scale(1.05)}.Header-module__hBw1pG__logoIcon{font-size:var(--font-size-3xl);background:var(--gradient-premium);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;animation:2s ease-in-out infinite Header-module__hBw1pG__glow}.Header-module__hBw1pG__logoText{letter-spacing:-.02em;font-weight:400}.Header-module__hBw1pG__nav{gap:var(--space-xl);align-items:center;display:flex}.Header-module__hBw1pG__navLink{font-size:var(--font-size-base);color:var(--color-text-secondary);transition:color var(--transition-base);padding-bottom:4px;font-weight:500;position:relative}.Header-module__hBw1pG__navLink:after{content:"";background:var(--gradient-premium);width:0;height:2px;transition:width var(--transition-base);position:absolute;bottom:0;left:0}.Header-module__hBw1pG__navLink:hover{color:var(--color-text-primary)}.Header-module__hBw1pG__navLink:hover:after{width:100%}.Header-module__hBw1pG__actions{gap:var(--space-md);align-items:center;display:flex}@media (max-width:768px){.Header-module__hBw1pG__nav{display:none}.Header-module__hBw1pG__logo{font-size:var(--font-size-xl)}.Header-module__hBw1pG__logoIcon{font-size:var(--font-size-2xl)}}
.Footer-module__S6Hkya__footer{color:#fff;padding:var(--space-20)0 0;background:linear-gradient(#1a1f2e 0%,#0f1419 100%);position:relative;overflow:hidden}.Footer-module__S6Hkya__footer:before{content:"";background:linear-gradient(90deg,#0000,#d4af37,#0000);height:1px;position:absolute;top:0;left:0;right:0}.Footer-module__S6Hkya__topSection{gap:var(--space-12);padding-bottom:var(--space-16);margin-bottom:var(--space-16);border-bottom:1px solid #ffffff1a;grid-template-columns:1.5fr 1fr;display:grid}.Footer-module__S6Hkya__newsletter{max-width:500px}.Footer-module__S6Hkya__newsletterTitle{margin-bottom:var(--space-3);background:linear-gradient(135deg,#d4af37,#f4d03f);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.75rem;font-weight:700}.Footer-module__S6Hkya__newsletterDesc{color:#fff9;margin-bottom:var(--space-6);font-size:.938rem}.Footer-module__S6Hkya__newsletterForm{gap:var(--space-3);display:flex}.Footer-module__S6Hkya__emailInput{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;flex:1;padding:14px 20px;font-size:.938rem;transition:all .3s}.Footer-module__S6Hkya__emailInput::placeholder{color:#fff6}.Footer-module__S6Hkya__emailInput:focus{background:#ffffff14;border-color:#d4af37;outline:none}.Footer-module__S6Hkya__subscribeBtn{color:#1a1f2e;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#d4af37,#c9a635);border:none;border-radius:8px;padding:14px 32px;font-size:.938rem;font-weight:700;transition:all .3s}.Footer-module__S6Hkya__subscribeBtn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #d4af374d}.Footer-module__S6Hkya__trustBadges{gap:var(--space-8);align-items:center;display:flex}.Footer-module__S6Hkya__badge{align-items:center;gap:var(--space-3);display:flex}.Footer-module__S6Hkya__badgeIcon{color:#d4af37;flex-shrink:0;width:40px;height:40px}.Footer-module__S6Hkya__badgeValue{color:#fff;margin-bottom:4px;font-size:1.5rem;font-weight:700;line-height:1}.Footer-module__S6Hkya__badgeLabel{color:#ffffff80;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}.Footer-module__S6Hkya__mainContent{gap:var(--space-12);padding-bottom:var(--space-16);margin-bottom:var(--space-12);grid-template-columns:2fr 1fr 1fr 1fr;display:grid}.Footer-module__S6Hkya__brandColumn{gap:var(--space-6);flex-direction:column;display:flex}.Footer-module__S6Hkya__logo{align-items:center;gap:var(--space-4);display:flex}.Footer-module__S6Hkya__logoText{color:#fff;font-size:1.5rem;font-weight:800}.Footer-module__S6Hkya__tagline{color:#fff9;max-width:400px;font-size:.938rem;line-height:1.6}.Footer-module__S6Hkya__contact{gap:var(--space-3);flex-direction:column;display:flex}.Footer-module__S6Hkya__contactItem{align-items:center;gap:var(--space-3);color:#ffffffb3;font-size:.875rem;transition:color .3s;display:flex}.Footer-module__S6Hkya__contactItem:hover{color:#d4af37}.Footer-module__S6Hkya__socialLinks{gap:var(--space-4);margin-top:var(--space-2);display:flex}.Footer-module__S6Hkya__socialIcon{color:#fff9;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.Footer-module__S6Hkya__socialIcon:hover{color:#d4af37;background:#d4af371a;border-color:#d4af37;transform:translateY(-2px)}.Footer-module__S6Hkya__linkColumn{gap:var(--space-4);flex-direction:column;display:flex}.Footer-module__S6Hkya__columnTitle{text-transform:uppercase;letter-spacing:.1em;color:#d4af37;margin-bottom:var(--space-2);font-size:.875rem;font-weight:700}.Footer-module__S6Hkya__linkColumn a{color:#fff9;padding-left:0;font-size:.938rem;transition:all .3s;position:relative}.Footer-module__S6Hkya__linkColumn a:before{content:"";background:#d4af37;width:0;height:1px;transition:width .3s;position:absolute;bottom:-2px;left:0}.Footer-module__S6Hkya__linkColumn a:hover{color:#fff;padding-left:12px}.Footer-module__S6Hkya__linkColumn a:hover:before{width:20px}.Footer-module__S6Hkya__disclaimer{padding:var(--space-6);margin-bottom:var(--space-12);background:#d4af370d;border:1px solid #d4af3733;border-radius:8px}.Footer-module__S6Hkya__disclaimer p{color:#ffffff80;font-size:.813rem;line-height:1.6}.Footer-module__S6Hkya__disclaimer strong{color:#d4af37}.Footer-module__S6Hkya__bottomBar{padding:var(--space-6)0;border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;display:flex}.Footer-module__S6Hkya__copyright{color:#fff6;font-size:.875rem}.Footer-module__S6Hkya__legalLinks{gap:var(--space-6);display:flex}.Footer-module__S6Hkya__legalLinks a{color:#fff6;font-size:.875rem;transition:color .3s}.Footer-module__S6Hkya__legalLinks a:hover{color:#d4af37}@media (max-width:1200px){.Footer-module__S6Hkya__mainContent{gap:var(--space-10);grid-template-columns:1fr 1fr}.Footer-module__S6Hkya__brandColumn{grid-column:1/-1}}@media (max-width:768px){.Footer-module__S6Hkya__topSection{gap:var(--space-10);grid-template-columns:1fr}.Footer-module__S6Hkya__trustBadges{flex-direction:column;align-items:flex-start}.Footer-module__S6Hkya__newsletterForm{flex-direction:column}.Footer-module__S6Hkya__mainContent{gap:var(--space-8);grid-template-columns:1fr}.Footer-module__S6Hkya__bottomBar{gap:var(--space-4);text-align:center;flex-direction:column}.Footer-module__S6Hkya__legalLinks{gap:var(--space-3);flex-direction:column}}
.About-module__8aBknG__container{background-color:var(--color-bg);min-height:100vh;color:var(--color-text)}.About-module__8aBknG__hero{padding:var(--space-20)0;text-align:center;background:linear-gradient(135deg,#f8fafc 0%,#fff 100%);position:relative;overflow:hidden}.About-module__8aBknG__title{margin-bottom:var(--space-4);color:var(--color-primary);font-size:3.5rem;font-weight:800;font-family:var(--font-heading);letter-spacing:-.02em}.About-module__8aBknG__subtitle{color:var(--color-text-secondary);max-width:700px;margin:0 auto;font-size:1.25rem;line-height:1.6}.About-module__8aBknG__section{padding:var(--space-16)0;border-top:1px solid var(--color-border-light)}.About-module__8aBknG__sectionTitle{color:var(--color-primary);margin-bottom:var(--space-10);text-align:center;font-size:2.5rem;font-weight:700;font-family:var(--font-heading)}.About-module__8aBknG__contentGrid{gap:var(--space-8);grid-template-columns:repeat(auto-fit,minmax(300px,1fr));max-width:1200px;margin:0 auto;display:grid}.About-module__8aBknG__card{border:1px solid var(--color-border);padding:var(--space-8);transition:all var(--transition);background:#fff;border-radius:16px;box-shadow:0 4px 6px -1px #0000000d}.About-module__8aBknG__card:hover{border-color:var(--color-accent-light);transform:translateY(-5px);box-shadow:0 20px 25px -5px #0000001a}.About-module__8aBknG__cardTitle{color:var(--color-primary);margin-bottom:var(--space-4);font-size:1.5rem;font-weight:600;font-family:var(--font-heading)}.About-module__8aBknG__cardText{color:var(--color-text-secondary);font-size:1rem;line-height:1.7}.About-module__8aBknG__missionSection{background:var(--color-bg-secondary)}.About-module__8aBknG__statsRow{justify-content:center;gap:var(--space-12);margin-top:var(--space-12);flex-wrap:wrap;display:flex}.About-module__8aBknG__statItem{text-align:center}.About-module__8aBknG__statValue{color:var(--color-accent);margin-bottom:var(--space-2);font-size:3rem;font-weight:800;font-family:var(--font-heading);display:block}.About-module__8aBknG__statLabel{color:var(--color-text-tertiary);text-transform:uppercase;letter-spacing:.05em;font-size:1rem;font-weight:500}
.Contact-module__J3q-aa__container{background-color:var(--color-bg);min-height:100vh;color:var(--color-text)}.Contact-module__J3q-aa__hero{padding:var(--space-20)0;text-align:center;background:linear-gradient(135deg,#f8fafc 0%,#fff 100%);position:relative;overflow:hidden}.Contact-module__J3q-aa__title{margin-bottom:var(--space-4);color:var(--color-primary);font-size:3.5rem;font-weight:800;font-family:var(--font-heading);letter-spacing:-.02em}.Contact-module__J3q-aa__subtitle{color:var(--color-text-secondary);max-width:700px;margin:0 auto;font-size:1.25rem;line-height:1.6}.Contact-module__J3q-aa__section{padding:var(--space-16)0}.Contact-module__J3q-aa__grid{gap:var(--space-12);grid-template-columns:1fr 1.5fr;align-items:start;max-width:1200px;margin:0 auto;display:grid}.Contact-module__J3q-aa__infoCard{border:1px solid var(--color-border);padding:var(--space-8);background:#fff;border-radius:16px;box-shadow:0 4px 6px -1px #0000000d}.Contact-module__J3q-aa__contactItem{align-items:flex-start;gap:var(--space-4);margin-bottom:var(--space-8);display:flex}.Contact-module__J3q-aa__contactItem:last-child{margin-bottom:0}.Contact-module__J3q-aa__iconBox{background:var(--color-bg-secondary);width:48px;height:48px;color:var(--color-primary);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Contact-module__J3q-aa__itemContent{flex-direction:column;display:flex}.Contact-module__J3q-aa__itemLabel{color:var(--color-text-tertiary);margin-bottom:var(--space-1);text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:600}.Contact-module__J3q-aa__itemValue{color:var(--color-text);transition:color var(--transition);font-size:1.125rem;font-weight:500;text-decoration:none}.Contact-module__J3q-aa__itemValue:hover{color:var(--color-accent)}.Contact-module__J3q-aa__formCard{border:1px solid var(--color-border);padding:var(--space-10);background:#fff;border-radius:16px;box-shadow:0 10px 15px -3px #0000000d}.Contact-module__J3q-aa__formTitle{color:var(--color-primary);margin-bottom:var(--space-8);font-size:1.75rem;font-weight:700;font-family:var(--font-heading)}.Contact-module__J3q-aa__formGroup{margin-bottom:var(--space-6)}.Contact-module__J3q-aa__label{color:var(--color-text);margin-bottom:var(--space-2);font-size:.95rem;font-weight:500;display:block}.Contact-module__J3q-aa__input,.Contact-module__J3q-aa__select,.Contact-module__J3q-aa__textarea{width:100%;padding:var(--space-3)var(--space-4);border:1px solid var(--color-border);font-size:1rem;font-family:var(--font-primary);color:var(--color-text);background:var(--color-bg-secondary);transition:all var(--transition);border-radius:8px}.Contact-module__J3q-aa__input:focus,.Contact-module__J3q-aa__select:focus,.Contact-module__J3q-aa__textarea:focus{border-color:var(--color-accent);background:#fff;outline:none;box-shadow:0 0 0 3px #3b82f61a}.Contact-module__J3q-aa__textarea{resize:vertical;min-height:150px}.Contact-module__J3q-aa__submitBtn{width:100%;padding:var(--space-4);background:var(--color-primary);color:#fff;cursor:pointer;transition:all var(--transition);border:none;border-radius:8px;font-size:1rem;font-weight:600}.Contact-module__J3q-aa__submitBtn:hover{background:var(--color-primary-dark);transform:translateY(-2px);box-shadow:0 4px 12px #1e3a8a33}@media (max-width:992px){.Contact-module__J3q-aa__grid{gap:var(--space-8);grid-template-columns:1fr}.Contact-module__J3q-aa__hero{padding:var(--space-12)0}.Contact-module__J3q-aa__title{font-size:2.5rem}}
.ServicesPage-module__MHTFFa__page{color:#1e293b;background:linear-gradient(135deg,#f8fafc 0%,#fff 100%);min-height:100vh;padding-top:80px}.ServicesPage-module__MHTFFa__hero{padding:var(--space-20)0 var(--space-12);text-align:center}.ServicesPage-module__MHTFFa__heroTitle{color:#1e3a8a;margin-bottom:var(--space-4);letter-spacing:-.02em;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;line-height:1.1;font-family:var(--font-heading)}.ServicesPage-module__MHTFFa__gradient{color:#3b82f6;-webkit-text-fill-color:initial;background:0 0}.ServicesPage-module__MHTFFa__heroSubtitle{color:#475569;max-width:600px;margin:0 auto;font-size:1.125rem;font-weight:500}.ServicesPage-module__MHTFFa__carouselSection{padding:var(--space-16)0;align-items:center;gap:var(--space-8);display:flex;position:relative}.ServicesPage-module__MHTFFa__navButton{color:#1e3a8a;cursor:pointer;z-index:20;background:#fff;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:all .3s;display:flex;box-shadow:0 4px 12px #0000000d}.ServicesPage-module__MHTFFa__navButton:hover{color:#1e40af;background:#f1f5f9;border-color:#cbd5e1;transform:scale(1.1)}.ServicesPage-module__MHTFFa__carouselContainer{flex:1;height:700px;position:relative;overflow:hidden}.ServicesPage-module__MHTFFa__carouselTrack{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.ServicesPage-module__MHTFFa__carouselCard{will-change:transform,opacity;width:420px;height:650px;transition:all .5s cubic-bezier(.4,0,.2,1);position:absolute}.ServicesPage-module__MHTFFa__carouselCard.ServicesPage-module__MHTFFa__active{width:480px;height:680px}.ServicesPage-module__MHTFFa__carouselCard .ServicesPage-module__MHTFFa__cardGlow{display:none}.ServicesPage-module__MHTFFa__cardContent{z-index:1;padding:var(--space-8);background:#fff;border:1px solid #e2e8f0;border-radius:24px;flex-direction:column;height:100%;transition:all .5s;display:flex;position:relative;box-shadow:0 10px 30px #0000000d}.ServicesPage-module__MHTFFa__carouselCard.ServicesPage-module__MHTFFa__active .ServicesPage-module__MHTFFa__cardContent{background:#fff;border-color:#3b82f6;box-shadow:0 25px 50px #1e3a8a26}.ServicesPage-module__MHTFFa__iconWrapper{margin-bottom:var(--space-6);justify-content:center;display:flex}.ServicesPage-module__MHTFFa__icon{color:#1e3a8a;background:#f1f5f9;border-radius:20px;justify-content:center;align-items:center;width:80px;height:80px;transition:all .5s;display:flex}.ServicesPage-module__MHTFFa__carouselCard.ServicesPage-module__MHTFFa__active .ServicesPage-module__MHTFFa__icon{color:#2563eb;background:#eff6ff;width:96px;height:96px}.ServicesPage-module__MHTFFa__iconText{font-size:2.5rem;transition:font-size .5s}.ServicesPage-module__MHTFFa__carouselCard.ServicesPage-module__MHTFFa__active .ServicesPage-module__MHTFFa__iconText{font-size:3rem}.ServicesPage-module__MHTFFa__title{font-size:1.875rem;font-weight:700;font-family:var(--font-heading);color:#1e3a8a;text-align:center;margin-bottom:var(--space-4);letter-spacing:-.01em;transition:font-size .5s}.ServicesPage-module__MHTFFa__carouselCard.ServicesPage-module__MHTFFa__active .ServicesPage-module__MHTFFa__title{font-size:2.125rem}.ServicesPage-module__MHTFFa__tagline{color:#3b82f6;text-align:center;margin-bottom:var(--space-6);padding-bottom:var(--space-4);border-bottom:1px solid #e2e8f0;font-size:1rem;font-weight:600}.ServicesPage-module__MHTFFa__description{color:#475569;text-align:center;margin-bottom:var(--space-6);font-size:1.063rem;line-height:1.6}.ServicesPage-module__MHTFFa__features{margin:0 0 var(--space-6)0;gap:var(--space-3);flex-direction:column;padding:0;list-style:none;display:flex}.ServicesPage-module__MHTFFa__feature{align-items:center;gap:var(--space-3);color:#334155;font-size:1rem;display:flex}.ServicesPage-module__MHTFFa__featureDot{background:#3b82f6;border-radius:50%;flex-shrink:0;width:6px;height:6px}.ServicesPage-module__MHTFFa__cta{color:#fff;text-align:center;background:#1e3a8a;border-radius:12px;margin-top:auto;padding:16px 32px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;box-shadow:0 4px 12px #1e3a8a33}.ServicesPage-module__MHTFFa__carouselCard.ServicesPage-module__MHTFFa__active .ServicesPage-module__MHTFFa__cta{background:#2563eb;box-shadow:0 8px 20px #2563eb4d}.ServicesPage-module__MHTFFa__cta:hover{background:#1e40af;transform:translateY(-2px);box-shadow:0 12px 24px #1e3a8a4d}.ServicesPage-module__MHTFFa__indicators{justify-content:center;gap:var(--space-3);padding:var(--space-8)0;display:flex}.ServicesPage-module__MHTFFa__indicator{cursor:pointer;background:#cbd5e1;border:none;border-radius:50%;width:12px;height:12px;transition:all .3s}.ServicesPage-module__MHTFFa__indicator:hover{background:#94a3b8}.ServicesPage-module__MHTFFa__activeIndicator{background:#1e3a8a;border-radius:6px;width:32px}@media (max-width:1024px){.ServicesPage-module__MHTFFa__carouselCard{width:370px;height:600px}.ServicesPage-module__MHTFFa__carouselCard.ServicesPage-module__MHTFFa__active{width:400px;height:630px}.ServicesPage-module__MHTFFa__navButton{width:48px;height:48px}}@media (max-width:768px){.ServicesPage-module__MHTFFa__carouselSection{gap:var(--space-4)}.ServicesPage-module__MHTFFa__carouselContainer{height:650px}.ServicesPage-module__MHTFFa__carouselCard{width:300px;height:580px}.ServicesPage-module__MHTFFa__carouselCard.ServicesPage-module__MHTFFa__active{width:340px;height:600px}.ServicesPage-module__MHTFFa__cardContent{padding:var(--space-6)}.ServicesPage-module__MHTFFa__navButton{width:40px;height:40px}.ServicesPage-module__MHTFFa__title{font-size:1.5rem}.ServicesPage-module__MHTFFa__carouselCard.ServicesPage-module__MHTFFa__active .ServicesPage-module__MHTFFa__title{font-size:1.75rem}}
.EquityMarvelsV2-module__oe_Knq__page{color:#1e293b;min-height:100vh;font-family:var(--font-primary);background:#f8fafc}.EquityMarvelsV2-module__oe_Knq__hero{text-align:center;background:#fff;padding:120px 0 80px;position:relative;overflow:hidden}.EquityMarvelsV2-module__oe_Knq__heroBackground{opacity:.8;background:radial-gradient(circle at 100% 0,#eff6ff 0%,#fff 60%);position:absolute;inset:0}.EquityMarvelsV2-module__oe_Knq__heroContent{z-index:10;flex-direction:column;align-items:center;max-width:900px;margin:0 auto;display:flex;position:relative}.EquityMarvelsV2-module__oe_Knq__badge{color:#1e40af;text-transform:uppercase;letter-spacing:.05em;background:#eff6ff;border:1px solid #dbeafe;border-radius:100px;align-items:center;gap:8px;margin-bottom:24px;padding:8px 16px;font-size:.75rem;font-weight:700;display:inline-flex}.EquityMarvelsV2-module__oe_Knq__pulse{width:8px;height:8px;display:flex;position:relative}.EquityMarvelsV2-module__oe_Knq__pulseDot{opacity:.75;background:#3b82f6;border-radius:50%;width:100%;height:100%;animation:1.5s cubic-bezier(0,0,.2,1) infinite EquityMarvelsV2-module__oe_Knq__ping;position:absolute}.EquityMarvelsV2-module__oe_Knq__pulseCore{background:#2563eb;border-radius:50%;width:8px;height:8px;position:relative}@keyframes EquityMarvelsV2-module__oe_Knq__ping{75%,to{opacity:0;transform:scale(2)}}.EquityMarvelsV2-module__oe_Knq__serviceName{font-size:clamp(3.5rem,7vw,5.5rem);font-weight:900;line-height:1.1;font-family:var(--font-heading);letter-spacing:-.03em;background:linear-gradient(135deg,#0f172a 0%,#1e3a8a 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:32px;padding-bottom:16px;display:inline-block;position:relative}.EquityMarvelsV2-module__oe_Knq__serviceName:after{content:"";opacity:1;background:radial-gradient(#2563eb 0%,#2563eb99 40%,#0000 70%);border-radius:100%;width:70%;height:6px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.EquityMarvelsV2-module__oe_Knq__title{color:#475569;font-size:clamp(1.5rem,3vw,2.5rem);font-weight:700;line-height:1.2;font-family:var(--font-heading);margin-bottom:32px}.EquityMarvelsV2-module__oe_Knq__gradientText{color:#2563eb}.EquityMarvelsV2-module__oe_Knq__subtitle{color:#475569;max-width:700px;margin-bottom:48px;margin-left:auto;margin-right:auto;font-size:1.25rem;line-height:1.6}.EquityMarvelsV2-module__oe_Knq__ctaGroup{justify-content:center;gap:16px;display:flex}.EquityMarvelsV2-module__oe_Knq__primaryBtn{color:#fff;background:#1e3a8a;border-radius:12px;align-items:center;gap:12px;padding:16px 40px;font-size:1.125rem;font-weight:700;transition:all .3s;display:inline-flex;box-shadow:0 10px 25px #1e3a8a33}.EquityMarvelsV2-module__oe_Knq__primaryBtn:hover{background:#1e40af;transform:translateY(-2px);box-shadow:0 15px 35px #1e3a8a4d}.EquityMarvelsV2-module__oe_Knq__secondaryBtn{color:#1e3a8a;background:#fff;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:12px;padding:16px 40px;font-size:1.125rem;font-weight:700;transition:all .3s;display:inline-flex}.EquityMarvelsV2-module__oe_Knq__secondaryBtn:hover{background:#eff6ff;border-color:#bfdbfe;transform:translateY(-2px)}.EquityMarvelsV2-module__oe_Knq__statsSection{background:#fff;border-top:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9;padding:64px 0}.EquityMarvelsV2-module__oe_Knq__statsGrid{grid-template-columns:repeat(4,1fr);gap:32px;display:grid}.EquityMarvelsV2-module__oe_Knq__statItem{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:32px 24px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 4px 6px #00000005}.EquityMarvelsV2-module__oe_Knq__statItem:hover{border-color:#bfdbfe;transform:translateY(-8px);box-shadow:0 20px 40px #1e3a8a1a}.EquityMarvelsV2-module__oe_Knq__statItem:before{content:"";opacity:0;background:linear-gradient(90deg,#3b82f6,#1e3a8a);width:100%;height:4px;transition:opacity .3s;position:absolute;top:0;left:0}.EquityMarvelsV2-module__oe_Knq__statItem:hover:before{opacity:1}.EquityMarvelsV2-module__oe_Knq__statValue{color:#1e3a8a;font-size:3.5rem;font-weight:800;font-family:var(--font-heading);background:linear-gradient(135deg,#1e3a8a 0%,#2563eb 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:8px;line-height:1}.EquityMarvelsV2-module__oe_Knq__statLabel{color:#64748b;text-transform:uppercase;letter-spacing:.1em;font-size:.875rem;font-weight:700}.EquityMarvelsV2-module__oe_Knq__processSection{background:#f8fafc;padding:100px 0}.EquityMarvelsV2-module__oe_Knq__sectionHeader{text-align:center;max-width:700px;margin:0 auto 64px}.EquityMarvelsV2-module__oe_Knq__sectionTitle{color:#0f172a;font-size:2.5rem;font-weight:800;font-family:var(--font-heading);margin-bottom:16px}.EquityMarvelsV2-module__oe_Knq__sectionDesc{color:#64748b;font-size:1.125rem}.EquityMarvelsV2-module__oe_Knq__processGrid{grid-template-columns:repeat(4,1fr);gap:32px;display:grid;position:relative}.EquityMarvelsV2-module__oe_Knq__processLine{z-index:0;background:#e2e8f0;width:100%;height:2px;position:absolute;top:48px;left:0}.EquityMarvelsV2-module__oe_Knq__processCard{z-index:1;background:#fff;border:1px solid #f1f5f9;border-radius:24px;padding:32px;transition:all .3s;position:relative;box-shadow:0 4px 6px #00000005}.EquityMarvelsV2-module__oe_Knq__processCard:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000014}.EquityMarvelsV2-module__oe_Knq__processIconBox{color:#fff;background:#1e3a8a;border-radius:20px;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 24px;display:flex;box-shadow:0 10px 20px #1e3a8a33}.EquityMarvelsV2-module__oe_Knq__processTitle{color:#0f172a;text-align:center;margin-bottom:8px;font-size:1.25rem;font-weight:700}.EquityMarvelsV2-module__oe_Knq__processText{color:#64748b;text-align:center;font-size:.938rem;line-height:1.5}.EquityMarvelsV2-module__oe_Knq__stepNumber{color:#1e40af;background:#eff6ff;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.875rem;font-weight:700;display:flex;position:absolute;top:-16px;right:-16px;box-shadow:0 2px 4px #0000000d}.EquityMarvelsV2-module__oe_Knq__detailsSection{background:#fff;padding:100px 0}.EquityMarvelsV2-module__oe_Knq__detailsGrid{grid-template-columns:1.2fr .8fr;align-items:start;gap:64px;display:grid}.EquityMarvelsV2-module__oe_Knq__contentTitle{color:#0f172a;font-size:2.5rem;font-weight:800;font-family:var(--font-heading);margin-bottom:32px;line-height:1.2}.EquityMarvelsV2-module__oe_Knq__highlight{color:#1e40af}.EquityMarvelsV2-module__oe_Knq__prose p{color:#475569;margin-bottom:24px;font-size:1.125rem;line-height:1.8}.EquityMarvelsV2-module__oe_Knq__targetAudience{background:#eff6ff;border:1px solid #dbeafe;border-radius:24px;margin-bottom:40px;padding:32px}.EquityMarvelsV2-module__oe_Knq__audienceTitle{color:#1e3a8a;margin-bottom:16px;font-size:1.25rem;font-weight:700}.EquityMarvelsV2-module__oe_Knq__audienceList{flex-direction:column;gap:16px;padding:0;list-style:none;display:flex}.EquityMarvelsV2-module__oe_Knq__audienceItem{color:#334155;align-items:center;gap:12px;font-weight:500;display:flex}.EquityMarvelsV2-module__oe_Knq__checkIcon{color:#1e40af;background:#dbeafe;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.EquityMarvelsV2-module__oe_Knq__featuresGrid{gap:24px;display:grid}.EquityMarvelsV2-module__oe_Knq__featureRow{align-items:start;gap:20px;display:flex}.EquityMarvelsV2-module__oe_Knq__featureIcon{color:#1e40af;background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:16px;box-shadow:0 4px 6px #00000005}.EquityMarvelsV2-module__oe_Knq__featureTitle{color:#0f172a;margin-bottom:4px;font-size:1.125rem;font-weight:700}.EquityMarvelsV2-module__oe_Knq__featureDesc{color:#64748b;line-height:1.5}.EquityMarvelsV2-module__oe_Knq__pricingCard{background:#0f172a;border:1px solid #1e293b;border-radius:32px;position:sticky;top:100px;overflow:hidden;transform:translateZ(0);box-shadow:0 25px 50px #0003}.EquityMarvelsV2-module__oe_Knq__pricingHeader{text-align:center;color:#fff;background:linear-gradient(135deg,#1e3a8a 0%,#0f172a 100%);padding:40px;position:relative;overflow:hidden}.EquityMarvelsV2-module__oe_Knq__pricingTitle{color:#fff;margin-bottom:8px;font-size:1.875rem;font-weight:700}.EquityMarvelsV2-module__oe_Knq__popularTag{color:#93c5fd;text-transform:uppercase;letter-spacing:.1em;background:#3b82f633;border:1px solid #3b82f64d;border-radius:100px;margin-bottom:16px;padding:6px 16px;font-size:.75rem;font-weight:700;display:inline-block}.EquityMarvelsV2-module__oe_Knq__price{justify-content:center;align-items:baseline;gap:4px;margin-bottom:0;display:flex}.EquityMarvelsV2-module__oe_Knq__currency{opacity:.6;font-size:1.5rem}.EquityMarvelsV2-module__oe_Knq__amount{letter-spacing:-.02em;font-size:3.5rem;font-weight:800}.EquityMarvelsV2-module__oe_Knq__period{opacity:.6;font-size:1.25rem}.EquityMarvelsV2-module__oe_Knq__pricingBody{background:#0f172a;padding:40px}.EquityMarvelsV2-module__oe_Knq__includesTitle{color:#64748b;text-transform:uppercase;letter-spacing:.1em;margin-bottom:24px;font-size:.75rem;font-weight:700}.EquityMarvelsV2-module__oe_Knq__includesList{flex-direction:column;gap:16px;margin-bottom:32px;padding:0;list-style:none;display:flex}.EquityMarvelsV2-module__oe_Knq__includeItem{color:#cbd5e1;align-items:start;gap:12px;font-size:.938rem;line-height:1.5;display:flex}.EquityMarvelsV2-module__oe_Knq__check{color:#3b82f6;flex-shrink:0;margin-top:2px}.EquityMarvelsV2-module__oe_Knq__registerBtn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:16px;justify-content:center;align-items:center;width:100%;padding:20px;font-size:1.125rem;font-weight:700;transition:all .3s;display:flex;box-shadow:0 10px 20px #2563eb33}.EquityMarvelsV2-module__oe_Knq__registerBtn:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 15px 30px #2563eb4d}.EquityMarvelsV2-module__oe_Knq__testimonialsSection{background:#f8fafc;border-top:1px solid #e2e8f0;padding:100px 0}.EquityMarvelsV2-module__oe_Knq__testimonialsGrid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.EquityMarvelsV2-module__oe_Knq__testimonialCard{background:#fff;border:1px solid #f1f5f9;border-radius:20px;flex-direction:column;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 4px 6px #00000005}.EquityMarvelsV2-module__oe_Knq__testimonialCard:hover{transform:translateY(-4px);box-shadow:0 15px 30px #0000000d}.EquityMarvelsV2-module__oe_Knq__quoteIcon{color:#2563eb;background:#eff6ff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin:32px 32px 16px;display:flex;box-shadow:0 4px 12px #2563eb1a}.EquityMarvelsV2-module__oe_Knq__testimonialText{color:#475569;flex-grow:1;margin:0 32px 32px;font-size:1rem;font-style:italic;line-height:1.6}.EquityMarvelsV2-module__oe_Knq__testimonialFooter{color:#fff;background:#1e3a8a;padding:20px 32px}.EquityMarvelsV2-module__oe_Knq__authorName{color:#fff;margin-bottom:2px;font-size:1rem;font-weight:700}.EquityMarvelsV2-module__oe_Knq__authorRole{color:#93c5fd;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.EquityMarvelsV2-module__oe_Knq__faqSection{background:#fff;padding:100px 0}.EquityMarvelsV2-module__oe_Knq__faqContainer{max-width:800px;margin:0 auto}.EquityMarvelsV2-module__oe_Knq__faqItem{background:#fff;border:1px solid #e2e8f0;border-radius:16px;margin-bottom:16px;transition:all .3s;overflow:hidden}.EquityMarvelsV2-module__oe_Knq__faqButton{text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:24px;display:flex}.EquityMarvelsV2-module__oe_Knq__faqQuestion{color:#0f172a;font-size:1.125rem;font-weight:700}.EquityMarvelsV2-module__oe_Knq__faqAnswer{color:#475569;border-top:1px solid #0000;padding:0 24px 24px;line-height:1.6}@media (max-width:1024px){.EquityMarvelsV2-module__oe_Knq__statsGrid,.EquityMarvelsV2-module__oe_Knq__processGrid{grid-template-columns:repeat(2,1fr)}.EquityMarvelsV2-module__oe_Knq__detailsGrid{grid-template-columns:1fr}.EquityMarvelsV2-module__oe_Knq__pricingCard{max-width:500px;margin:0 auto;position:static}.EquityMarvelsV2-module__oe_Knq__processLine{display:none}.EquityMarvelsV2-module__oe_Knq__testimonialsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.EquityMarvelsV2-module__oe_Knq__serviceName{font-size:2.5rem}.EquityMarvelsV2-module__oe_Knq__title{font-size:1.25rem}.EquityMarvelsV2-module__oe_Knq__statsGrid,.EquityMarvelsV2-module__oe_Knq__processGrid{grid-template-columns:1fr}.EquityMarvelsV2-module__oe_Knq__ctaGroup{flex-direction:column}.EquityMarvelsV2-module__oe_Knq__primaryBtn,.EquityMarvelsV2-module__oe_Knq__secondaryBtn{justify-content:center;width:100%}.EquityMarvelsV2-module__oe_Knq__testimonialsGrid{grid-template-columns:1fr}}
.MomentumMarvels-module__jLF7Fa__page{color:#1e293b;min-height:100vh;font-family:var(--font-primary);background:#f8fafc}.MomentumMarvels-module__jLF7Fa__hero{text-align:center;background:linear-gradient(135deg,#0284c7 0%,#0ea5e9 50%,#38bdf8 100%);padding:120px 0 80px;position:relative;overflow:hidden}.MomentumMarvels-module__jLF7Fa__heroBackground{opacity:1;background:radial-gradient(circle at 0 100%,#ffffff1a 0%,#0000 60%),radial-gradient(circle at 100% 0,#38bdf84d 0%,#0000 50%);position:absolute;inset:0}.MomentumMarvels-module__jLF7Fa__heroContent{z-index:10;max-width:900px;margin:0 auto;position:relative}.MomentumMarvels-module__jLF7Fa__badge{background:var(--color-accent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;text-transform:uppercase;letter-spacing:.05em;border:1px solid #ffffff1a;border-radius:100px;align-items:center;gap:8px;margin-bottom:24px;padding:8px 16px;font-size:.75rem;font-weight:700;display:inline-flex}.MomentumMarvels-module__jLF7Fa__pulse{width:8px;height:8px;display:flex;position:relative}.MomentumMarvels-module__jLF7Fa__pulseDot{opacity:.75;background:#fcd34d;border-radius:50%;width:100%;height:100%;animation:1.5s cubic-bezier(0,0,.2,1) infinite MomentumMarvels-module__jLF7Fa__ping;position:absolute}.MomentumMarvels-module__jLF7Fa__pulseCore{background:#fbbf24;border-radius:50%;width:8px;height:8px;position:relative}@keyframes MomentumMarvels-module__jLF7Fa__ping{75%,to{opacity:0;transform:scale(2)}}.MomentumMarvels-module__jLF7Fa__serviceName{font-size:clamp(3.5rem,7vw,5.5rem);font-weight:900;line-height:1.1;font-family:var(--font-heading);letter-spacing:-.03em;color:#fff;text-shadow:0 2px 30px #0000004d;margin-bottom:32px;padding-bottom:16px;display:inline-block;position:relative}.MomentumMarvels-module__jLF7Fa__title{color:#fff;font-size:clamp(1.5rem,3vw,2.5rem);font-weight:600;line-height:1.2;font-family:var(--font-heading);text-shadow:0 1px 4px #0003;margin-bottom:32px}.MomentumMarvels-module__jLF7Fa__gradientText{color:#fcd34d;font-weight:700}.MomentumMarvels-module__jLF7Fa__subtitle{color:#fff;text-shadow:0 1px 2px #0000001a;max-width:700px;margin-bottom:48px;margin-left:auto;margin-right:auto;font-size:1.25rem;line-height:1.6}.MomentumMarvels-module__jLF7Fa__ctaGroup{justify-content:center;gap:16px;display:flex}.MomentumMarvels-module__jLF7Fa__primaryBtn{background:var(--color-accent);color:#fff;cursor:pointer;border:none;border-radius:12px;align-items:center;gap:12px;padding:16px 40px;font-size:1.125rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 10px 30px #0003}.MomentumMarvels-module__jLF7Fa__primaryBtn:hover{background:var(--color-primary);color:#fff;transform:translateY(-3px);box-shadow:0 15px 40px #0000004d}.MomentumMarvels-module__jLF7Fa__secondaryBtn{background:var(--color-accent);color:#fff;cursor:pointer;border-radius:12px;align-items:center;gap:12px;padding:16px 40px;font-size:1.125rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 10px 30px #0003}.MomentumMarvels-module__jLF7Fa__secondaryBtn:hover{background:var(--color-primary);color:#fff;transform:translateY(-3px);box-shadow:0 15px 40px #0000004d}.MomentumMarvels-module__jLF7Fa__featuresHighlight{z-index:20;background:#fff;margin-top:-40px;padding:0;position:relative;box-shadow:0 -10px 30px #00000014}.MomentumMarvels-module__jLF7Fa__featuresRow{grid-template-columns:repeat(4,1fr);gap:0;display:grid}.MomentumMarvels-module__jLF7Fa__featureHighlight{border-right:1px solid #e5e7eb;align-items:center;gap:16px;padding:32px 24px;transition:all .3s;display:flex}.MomentumMarvels-module__jLF7Fa__featureHighlight:last-child{border-right:none}.MomentumMarvels-module__jLF7Fa__featureHighlight:hover{background:#f0f9ff}.MomentumMarvels-module__jLF7Fa__featureIcon{color:#38bdf8;flex-shrink:0}.MomentumMarvels-module__jLF7Fa__featureValue{color:#0284c7;margin-bottom:4px;font-size:1.125rem;font-weight:700}.MomentumMarvels-module__jLF7Fa__featureLabel{color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-size:.875rem}.MomentumMarvels-module__jLF7Fa__howItWorks{background:#fff;padding:100px 0}.MomentumMarvels-module__jLF7Fa__sectionHeader{text-align:center;max-width:700px;margin:0 auto 64px}.MomentumMarvels-module__jLF7Fa__sectionTitle{color:#0f172a;font-size:2.5rem;font-weight:800;font-family:var(--font-heading);margin-bottom:16px}.MomentumMarvels-module__jLF7Fa__sectionDesc{color:#64748b;font-size:1.125rem}.MomentumMarvels-module__jLF7Fa__stepsTimeline{grid-template-columns:repeat(4,1fr);gap:32px;display:grid;position:relative}.MomentumMarvels-module__jLF7Fa__stepsTimeline:before{content:"";z-index:0;background:linear-gradient(90deg,#bae6fd,#7dd3fc,#38bdf8);height:3px;position:absolute;top:30px;left:12.5%;right:12.5%}.MomentumMarvels-module__jLF7Fa__timelineItem{z-index:1;text-align:center;position:relative}.MomentumMarvels-module__jLF7Fa__timelineNumber{color:#fff;background:linear-gradient(135deg,#38bdf8 0%,#0284c7 100%);border:4px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 24px;font-size:1.5rem;font-weight:800;display:flex;box-shadow:0 4px 12px #38bdf84d}.MomentumMarvels-module__jLF7Fa__timelineContent h3{color:#0284c7;margin-bottom:8px;font-size:1.25rem;font-weight:700}.MomentumMarvels-module__jLF7Fa__timelineContent p{color:#64748b;font-size:.938rem;line-height:1.5}.MomentumMarvels-module__jLF7Fa__featuresPricing{background:#f8fafc;padding:100px 0}.MomentumMarvels-module__jLF7Fa__twoColumn{grid-template-columns:1.2fr .8fr;align-items:start;gap:64px;display:grid}.MomentumMarvels-module__jLF7Fa__contentTitle{color:#0f172a;font-size:2.5rem;font-weight:800;font-family:var(--font-heading);margin-bottom:40px;line-height:1.2}.MomentumMarvels-module__jLF7Fa__highlight{color:#0284c7}.MomentumMarvels-module__jLF7Fa__featuresList{flex-direction:column;gap:24px;display:flex}.MomentumMarvels-module__jLF7Fa__featureItem{background:#fff;border:2px solid #0000;border-radius:16px;align-items:start;gap:20px;padding:24px;transition:all .3s;display:flex}.MomentumMarvels-module__jLF7Fa__featureItem:hover{background:#f0f9ff;border-color:#7dd3fc;transform:translate(8px)}.MomentumMarvels-module__jLF7Fa__featureIconBox{color:#fff;background:linear-gradient(135deg,#38bdf8 0%,#0284c7 100%);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.MomentumMarvels-module__jLF7Fa__featureItem h4{color:#0f172a;margin-bottom:4px;font-size:1.125rem;font-weight:700}.MomentumMarvels-module__jLF7Fa__featureItem p{color:#64748b;font-size:.938rem;line-height:1.5}.MomentumMarvels-module__jLF7Fa__pricingCard{background:linear-gradient(135deg,#38bdf8 0%,#0284c7 100%);border:3px solid #fff3;border-radius:32px;position:sticky;top:180px;overflow:hidden;box-shadow:0 25px 50px #38bdf84d}.MomentumMarvels-module__jLF7Fa__pricingHeader{text-align:center;color:#fff;padding:40px}.MomentumMarvels-module__jLF7Fa__pricingTitle{color:#fff;margin-bottom:24px;font-size:1.875rem;font-weight:700}.MomentumMarvels-module__jLF7Fa__price{justify-content:center;align-items:baseline;gap:4px;margin-bottom:0;display:flex}.MomentumMarvels-module__jLF7Fa__currency{opacity:.6;color:#fff;font-size:1.5rem}.MomentumMarvels-module__jLF7Fa__amount{letter-spacing:-.02em;color:#fff;font-size:3.5rem;font-weight:800}.MomentumMarvels-module__jLF7Fa__period{opacity:.6;color:#fff;font-size:1.25rem}.MomentumMarvels-module__jLF7Fa__pricingBody{background:#fff;padding:40px}.MomentumMarvels-module__jLF7Fa__includesTitle{color:#0284c7;text-transform:uppercase;letter-spacing:.1em;margin-bottom:24px;font-size:.875rem;font-weight:700}.MomentumMarvels-module__jLF7Fa__includesList{flex-direction:column;gap:16px;margin-bottom:32px;padding:0;list-style:none;display:flex}.MomentumMarvels-module__jLF7Fa__includeItem{color:#475569;align-items:start;gap:12px;font-size:.938rem;line-height:1.5;display:flex}.MomentumMarvels-module__jLF7Fa__includeItem svg{color:#38bdf8;flex-shrink:0;margin-top:2px}.MomentumMarvels-module__jLF7Fa__registerBtn{background:var(--color-accent);color:#fff;cursor:pointer;border:none;border-radius:16px;justify-content:center;align-items:center;width:100%;padding:20px;font-size:1.125rem;font-weight:700;text-decoration:none;transition:all .3s;display:flex;box-shadow:0 10px 20px #0284c733}.MomentumMarvels-module__jLF7Fa__registerBtn:hover{background:var(--color-primary);color:#fff;transform:translateY(-2px);box-shadow:0 15px 30px #0284c74d}.MomentumMarvels-module__jLF7Fa__faqSection{background:#fff;padding:100px 0}.MomentumMarvels-module__jLF7Fa__faqContainer{max-width:800px;margin:0 auto}.MomentumMarvels-module__jLF7Fa__faqItem{background:#f8fafc;border:2px solid #e2e8f0;border-radius:16px;margin-bottom:16px;transition:all .3s;overflow:hidden}.MomentumMarvels-module__jLF7Fa__faqItem:hover{border-color:#38bdf8}.MomentumMarvels-module__jLF7Fa__faqButton{text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:24px;display:flex}.MomentumMarvels-module__jLF7Fa__faqButton svg{color:#38bdf8}.MomentumMarvels-module__jLF7Fa__faqQuestion{color:#0f172a;font-size:1.125rem;font-weight:700}.MomentumMarvels-module__jLF7Fa__faqAnswer{color:#475569;border-top:1px solid #e2e8f0;padding:0 24px 24px;line-height:1.6;animation:.3s MomentumMarvels-module__jLF7Fa__fadeIn}@keyframes MomentumMarvels-module__jLF7Fa__fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.MomentumMarvels-module__jLF7Fa__featuresRow{grid-template-columns:repeat(2,1fr)}.MomentumMarvels-module__jLF7Fa__featureHighlight{border-bottom:1px solid #e5e7eb;border-right:none}.MomentumMarvels-module__jLF7Fa__featureHighlight:nth-child(2n){border-right:none}.MomentumMarvels-module__jLF7Fa__stepsTimeline{grid-template-columns:repeat(2,1fr)}.MomentumMarvels-module__jLF7Fa__stepsTimeline:before{display:none}.MomentumMarvels-module__jLF7Fa__twoColumn{grid-template-columns:1fr}.MomentumMarvels-module__jLF7Fa__pricingCard{max-width:500px;margin:0 auto;position:static}}@media (max-width:640px){.MomentumMarvels-module__jLF7Fa__serviceName{font-size:2.5rem}.MomentumMarvels-module__jLF7Fa__title{font-size:1.25rem}.MomentumMarvels-module__jLF7Fa__featuresRow,.MomentumMarvels-module__jLF7Fa__stepsTimeline{grid-template-columns:1fr}.MomentumMarvels-module__jLF7Fa__ctaGroup{flex-direction:column}.MomentumMarvels-module__jLF7Fa__primaryBtn,.MomentumMarvels-module__jLF7Fa__secondaryBtn{justify-content:center;width:100%}}@media (max-width:1024px){.MomentumMarvels-module__jLF7Fa__featuresRow{grid-template-columns:repeat(2,1fr)}.MomentumMarvels-module__jLF7Fa__featureHighlight{border-bottom:1px solid #e5e7eb;border-right:none}.MomentumMarvels-module__jLF7Fa__featureHighlight:nth-child(2n){border-right:none}.MomentumMarvels-module__jLF7Fa__stepsTimeline{grid-template-columns:repeat(2,1fr)}.MomentumMarvels-module__jLF7Fa__stepsTimeline:before{display:none}.MomentumMarvels-module__jLF7Fa__twoColumn{grid-template-columns:1fr}.MomentumMarvels-module__jLF7Fa__pricingCard{max-width:500px;margin:0 auto;position:static}}@media (max-width:640px){.MomentumMarvels-module__jLF7Fa__serviceName{font-size:2.5rem}.MomentumMarvels-module__jLF7Fa__title{font-size:1.25rem}.MomentumMarvels-module__jLF7Fa__featuresRow,.MomentumMarvels-module__jLF7Fa__stepsTimeline{grid-template-columns:1fr}.MomentumMarvels-module__jLF7Fa__ctaGroup{flex-direction:column}.MomentumMarvels-module__jLF7Fa__primaryBtn,.MomentumMarvels-module__jLF7Fa__secondaryBtn{justify-content:center;width:100%}}@media (max-width:1024px){.MomentumMarvels-module__jLF7Fa__featuresRow{grid-template-columns:repeat(2,1fr)}.MomentumMarvels-module__jLF7Fa__featureHighlight{border-bottom:1px solid #e5e7eb;border-right:none}.MomentumMarvels-module__jLF7Fa__featureHighlight:nth-child(2n){border-right:none}.MomentumMarvels-module__jLF7Fa__stepsTimeline{grid-template-columns:repeat(2,1fr)}.MomentumMarvels-module__jLF7Fa__stepsTimeline:before{display:none}.MomentumMarvels-module__jLF7Fa__twoColumn{grid-template-columns:1fr}.MomentumMarvels-module__jLF7Fa__pricingCard{max-width:500px;margin:0 auto;position:static}}@media (max-width:640px){.MomentumMarvels-module__jLF7Fa__serviceName{font-size:2.5rem}.MomentumMarvels-module__jLF7Fa__title{font-size:1.25rem}.MomentumMarvels-module__jLF7Fa__featuresRow,.MomentumMarvels-module__jLF7Fa__stepsTimeline{grid-template-columns:1fr}.MomentumMarvels-module__jLF7Fa__ctaGroup{flex-direction:column}.MomentumMarvels-module__jLF7Fa__primaryBtn,.MomentumMarvels-module__jLF7Fa__secondaryBtn{justify-content:center;width:100%}}.MomentumMarvels-module__jLF7Fa__statLabel{font-size:.875rem;font-weight:600}@media (max-width:1024px){.MomentumMarvels-module__jLF7Fa__featuresRow{grid-template-columns:repeat(2,1fr)}.MomentumMarvels-module__jLF7Fa__featureHighlight{border-bottom:1px solid #e5e7eb;border-right:none}.MomentumMarvels-module__jLF7Fa__featureHighlight:nth-child(2n){border-right:none}.MomentumMarvels-module__jLF7Fa__stepsTimeline{grid-template-columns:repeat(2,1fr)}.MomentumMarvels-module__jLF7Fa__stepsTimeline:before{display:none}.MomentumMarvels-module__jLF7Fa__twoColumn{grid-template-columns:1fr}.MomentumMarvels-module__jLF7Fa__pricingCard{max-width:500px;margin:0 auto;position:static}}@media (max-width:640px){.MomentumMarvels-module__jLF7Fa__serviceName{font-size:2.5rem}.MomentumMarvels-module__jLF7Fa__title{font-size:1.25rem}.MomentumMarvels-module__jLF7Fa__featuresRow,.MomentumMarvels-module__jLF7Fa__stepsTimeline{grid-template-columns:1fr}.MomentumMarvels-module__jLF7Fa__ctaGroup{flex-direction:column}.MomentumMarvels-module__jLF7Fa__primaryBtn,.MomentumMarvels-module__jLF7Fa__secondaryBtn{justify-content:center;width:100%}}.MomentumMarvels-module__jLF7Fa__detailsSection{background:#fff;padding:100px 0}.MomentumMarvels-module__jLF7Fa__detailsGrid{grid-template-columns:.8fr 1.2fr;align-items:start;gap:64px;display:grid}.MomentumMarvels-module__jLF7Fa__prose p{color:#475569;margin-bottom:24px;font-size:1.125rem;line-height:1.8}.MomentumMarvels-module__jLF7Fa__targetAudience{background:#e0f2fe;border:1px solid #bae6fd;border-radius:24px;margin-top:32px;padding:32px}.MomentumMarvels-module__jLF7Fa__audienceTitle{color:#0284c7;margin-bottom:16px;font-size:1.25rem;font-weight:700}.MomentumMarvels-module__jLF7Fa__audienceList{flex-direction:column;gap:16px;padding:0;list-style:none;display:flex}.MomentumMarvels-module__jLF7Fa__audienceItem{color:#334155;align-items:center;gap:12px;font-weight:500;display:flex}.MomentumMarvels-module__jLF7Fa__checkIcon{color:#0284c7;background:#bae6fd;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.MomentumMarvels-module__jLF7Fa__statsCard{background:linear-gradient(135deg,#38bdf8 0%,#0284c7 100%);border:3px solid #fff3;border-radius:32px;padding:40px;position:sticky;top:120px;box-shadow:0 25px 50px #38bdf84d}.MomentumMarvels-module__jLF7Fa__statsTitle{color:#0f172a;text-align:center;margin-bottom:32px;font-size:1.75rem;font-weight:800}.MomentumMarvels-module__jLF7Fa__statsContent{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.MomentumMarvels-module__jLF7Fa__statBox{text-align:center;background:#fff;border:1px solid #ffffff80;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;padding:24px 16px;transition:all .3s;display:flex;box-shadow:0 4px 6px #0000000d}.MomentumMarvels-module__jLF7Fa__statBox:hover{border-color:#fffc;transform:translateY(-4px);box-shadow:0 12px 24px #0000001a}.MomentumMarvels-module__jLF7Fa__statValue{color:#0284c7;margin-bottom:4px;font-size:1.25rem;font-weight:800;line-height:1.2}.MomentumMarvels-module__jLF7Fa__statLabel{color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:600}.MomentumMarvels-module__jLF7Fa__testimonialsSection{background:#fff;border-top:1px solid #e2e8f0;padding:100px 0}.MomentumMarvels-module__jLF7Fa__testimonialsGrid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.MomentumMarvels-module__jLF7Fa__testimonialCard{background:#f0f9ff;border:1px solid #bae6fd;border-radius:20px;flex-direction:column;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 40px #0000000d}.MomentumMarvels-module__jLF7Fa__testimonialCard:hover{border-color:#38bdf8;transform:translateY(-8px);box-shadow:0 20px 40px #0000001a}.MomentumMarvels-module__jLF7Fa__quoteIcon{color:#fcd34d;z-index:10;background:#0284c7;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex;position:absolute;bottom:90px;right:32px;box-shadow:0 4px 12px #0284c74d}.MomentumMarvels-module__jLF7Fa__testimonialText{color:#334155;flex-grow:1;margin:0;padding:32px 32px 48px;font-size:1rem;font-style:italic;line-height:1.6}.MomentumMarvels-module__jLF7Fa__testimonialFooter{background:0 0;border-top:1px solid #e0f2fe;padding:24px 32px;position:relative}.MomentumMarvels-module__jLF7Fa__authorName{color:#000;margin-bottom:2px;font-size:1.125rem;font-weight:800}.MomentumMarvels-module__jLF7Fa__authorRole{color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:600}
