.Navbar-module__cRh5nW__header{z-index:100;padding:20px 0;transition:all .4s cubic-bezier(.16,1,.3,1);position:fixed;top:0;left:0;right:0}.Navbar-module__cRh5nW__scrolled{-webkit-backdrop-filter:blur(24px);background:#080a15d9;border-bottom:1px solid #ffffff0f;padding:12px 0}.Navbar-module__cRh5nW__hidden{pointer-events:none;transform:translateY(-100%)}.Navbar-module__cRh5nW__container{justify-content:space-between;align-items:center;max-width:1440px;margin:0 auto;padding:0 2rem;display:flex}.Navbar-module__cRh5nW__logo{color:var(--text-primary);align-items:center;gap:12px;text-decoration:none;display:flex}.Navbar-module__cRh5nW__logoIcon{width:40px;height:40px;color:var(--color-gold)}.Navbar-module__cRh5nW__logoIcon svg{width:100%;height:100%}.Navbar-module__cRh5nW__logoText{flex-direction:column;gap:0;line-height:1;display:flex}.Navbar-module__cRh5nW__logoName{font-family:var(--font-body);letter-spacing:.15em;color:var(--text-primary);font-size:1rem;font-weight:800}.Navbar-module__cRh5nW__logoSuffix{font-family:var(--font-body);letter-spacing:.3em;color:var(--color-gold);font-size:.65rem;font-weight:400}.Navbar-module__cRh5nW__desktopNav{align-items:center;gap:4px;display:none}.Navbar-module__cRh5nW__navLink{color:var(--text-secondary);border-radius:var(--radius-sm);cursor:pointer;font-size:.88rem;font-weight:500;font-family:var(--font-body);background:0 0;border:none;padding:8px 16px;text-decoration:none;transition:all .15s;position:relative}.Navbar-module__cRh5nW__navLink:hover{color:var(--text-primary)}.Navbar-module__cRh5nW__active{color:var(--color-gold)!important}.Navbar-module__cRh5nW__activeIndicator{background:var(--color-gold);border-radius:1px;width:20px;height:2px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.Navbar-module__cRh5nW__dropdown{position:relative}.Navbar-module__cRh5nW__dropdownTrigger{align-items:center;gap:4px;display:flex}.Navbar-module__cRh5nW__dropdownChevron{transition:transform .2s}.Navbar-module__cRh5nW__chevronOpen{transform:rotate(180deg)}.Navbar-module__cRh5nW__dropdownMenu{-webkit-backdrop-filter:blur(24px);border-radius:var(--radius-md);min-width:280px;box-shadow:var(--shadow-elevated);background:#0f1225fa;border:1px solid #ffffff14;margin-top:12px;padding:8px;position:absolute;top:100%;left:50%;transform:translate(-50%)}.Navbar-module__cRh5nW__dropdownItem{color:var(--text-secondary);border-radius:var(--radius-sm);align-items:center;gap:12px;padding:12px 14px;font-size:.88rem;text-decoration:none;transition:all .15s;display:flex}.Navbar-module__cRh5nW__dropdownItem:hover{color:var(--text-primary);background:#c9a96e0f}.Navbar-module__cRh5nW__dropdownItemIcon{width:36px;height:36px;color:var(--color-gold);background:#c9a96e14;border:1px solid #c9a96e1f;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:all .15s;display:flex}.Navbar-module__cRh5nW__dropdownItem:hover .Navbar-module__cRh5nW__dropdownItemIcon{background:#c9a96e26;transform:scale(1.05)}.Navbar-module__cRh5nW__dropdownItemTitle{color:var(--text-primary);margin-bottom:1px;font-size:.88rem;font-weight:600;display:block}.Navbar-module__cRh5nW__dropdownItemDesc{color:var(--text-tertiary);font-size:.78rem;display:block}.Navbar-module__cRh5nW__actions{align-items:center;gap:12px;display:flex}.Navbar-module__cRh5nW__langSwitch{border-radius:var(--radius-full);color:var(--text-secondary);cursor:pointer;font-size:.82rem;font-weight:600;font-family:var(--font-body);letter-spacing:.05em;background:#ffffff0d;border:1px solid #ffffff14;align-items:center;gap:6px;padding:8px 14px;transition:all .15s;display:flex}.Navbar-module__cRh5nW__langSwitch:hover{color:var(--text-primary);background:#ffffff1a;border-color:#ffffff26}.Navbar-module__cRh5nW__ctaBtn{white-space:nowrap}.Navbar-module__cRh5nW__mobileToggle{color:var(--text-primary);cursor:pointer;z-index:110;background:0 0;border:none;padding:8px;display:none}.Navbar-module__cRh5nW__hamburger{flex-direction:column;justify-content:space-between;width:22px;height:16px;display:flex;position:relative}.Navbar-module__cRh5nW__hamburger span{transform-origin:50%;background:currentColor;border-radius:1px;width:100%;height:2px;transition:all .3s cubic-bezier(.16,1,.3,1);display:block}.Navbar-module__cRh5nW__hamburgerOpen span:first-child{transform:translateY(7px)rotate(45deg)}.Navbar-module__cRh5nW__hamburgerOpen span:nth-child(2){opacity:0;transform:scaleX(0)}.Navbar-module__cRh5nW__hamburgerOpen span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.Navbar-module__cRh5nW__mobileOverlay{z-index:99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#080a1599;position:fixed;inset:0}.Navbar-module__cRh5nW__mobileNav{-webkit-backdrop-filter:blur(40px);background:#080a15fa;border-left:1px solid #ffffff0f;flex-direction:column;justify-content:center;width:min(85vw,400px);height:100%;padding:2rem;display:flex;position:absolute;top:0;right:0;overflow-y:auto}.Navbar-module__cRh5nW__mobileNavLinks{flex-direction:column;gap:4px;display:flex}.Navbar-module__cRh5nW__mobileLink{color:var(--text-secondary);border-radius:var(--radius-sm);align-items:center;min-height:48px;padding:16px 20px;font-size:1.1rem;font-weight:500;text-decoration:none;transition:all .15s;display:flex}.Navbar-module__cRh5nW__mobileLink:hover{color:var(--color-gold);background:#c9a96e0f;padding-left:28px}.Navbar-module__cRh5nW__mobileCta{border-top:1px solid #ffffff0f;margin-top:2rem;padding-top:2rem}@media (min-width:1025px){.Navbar-module__cRh5nW__desktopNav{display:flex}}@media (max-width:1024px){.Navbar-module__cRh5nW__ctaBtn{display:none}.Navbar-module__cRh5nW__mobileToggle{justify-content:center;align-items:center;display:flex}}@media (max-width:480px){.Navbar-module__cRh5nW__container{padding:0 1rem}.Navbar-module__cRh5nW__logoText{display:none}.Navbar-module__cRh5nW__mobileNav{width:100%}}
.Footer-module__3hUVsW__footer{background:var(--color-primary-light);border-top:1px solid #ffffff0a;padding:5rem 0 2rem;position:relative}.Footer-module__3hUVsW__footer:before{content:"";background:linear-gradient(90deg,transparent,var(--color-gold),transparent);opacity:.3;width:min(80%,600px);height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.Footer-module__3hUVsW__grid{grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:3rem;margin-bottom:4rem;display:grid}.Footer-module__3hUVsW__brand{flex-direction:column;gap:1.25rem;display:flex}.Footer-module__3hUVsW__logo{color:var(--color-gold);align-items:center;gap:12px;display:flex}.Footer-module__3hUVsW__logo>div{flex-direction:column;line-height:1;display:flex}.Footer-module__3hUVsW__logoName{letter-spacing:.15em;color:var(--text-primary);font-size:.95rem;font-weight:800}.Footer-module__3hUVsW__logoSuffix{letter-spacing:.3em;color:var(--color-gold);font-size:.6rem}.Footer-module__3hUVsW__desc{color:var(--text-tertiary);max-width:300px;font-size:.9rem;line-height:1.7}.Footer-module__3hUVsW__social{gap:12px;display:flex}.Footer-module__3hUVsW__social a{width:40px;height:40px;color:var(--text-secondary);background:#ffffff0a;border:1px solid #ffffff0f;border-radius:50%;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.Footer-module__3hUVsW__social a:hover{color:var(--color-gold);background:#c9a96e1f;border-color:#c9a96e40;transform:translateY(-3px);box-shadow:0 4px 16px #c9a96e1f}.Footer-module__3hUVsW__colTitle{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.1em;color:var(--text-primary);margin-bottom:1.25rem;font-size:.85rem;font-weight:700}.Footer-module__3hUVsW__links{flex-direction:column;gap:.75rem;display:flex}.Footer-module__3hUVsW__links a{color:var(--text-tertiary);font-size:.9rem;text-decoration:none;transition:all .2s;display:inline-block}.Footer-module__3hUVsW__links a:hover{color:var(--color-gold);transform:translate(4px)}.Footer-module__3hUVsW__contactItems{flex-direction:column;gap:.85rem;display:flex}.Footer-module__3hUVsW__contactItem{color:var(--text-tertiary);align-items:flex-start;gap:10px;font-size:.88rem;text-decoration:none;transition:all .2s;display:flex}.Footer-module__3hUVsW__contactItem:hover{color:var(--color-gold);transform:translate(4px)}.Footer-module__3hUVsW__contactItem svg{flex-shrink:0;margin-top:2px}.Footer-module__3hUVsW__backToTop{width:40px;height:40px;color:var(--color-gold);cursor:pointer;background:#c9a96e1a;border:1px solid #c9a96e26;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.Footer-module__3hUVsW__backToTop:hover{background:#c9a96e33;transform:translateY(-3px)}.Footer-module__3hUVsW__bottom{border-top:1px solid #ffffff0a;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;display:flex}.Footer-module__3hUVsW__bottomText{flex-direction:column;gap:.5rem;display:flex}.Footer-module__3hUVsW__copyright{color:var(--text-tertiary);font-size:.82rem}.Footer-module__3hUVsW__disclaimer{color:#ffffff40;max-width:600px;font-size:.75rem}@media (max-width:1024px){.Footer-module__3hUVsW__grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.Footer-module__3hUVsW__grid{grid-template-columns:1fr;gap:2rem}.Footer-module__3hUVsW__bottom{text-align:center;flex-direction:column}}
.FAQ-module__uDLo1a__faq{background:var(--color-primary)}.FAQ-module__uDLo1a__list{flex-direction:column;gap:0;display:flex}.FAQ-module__uDLo1a__item{border-bottom:1px solid #ffffff0f}.FAQ-module__uDLo1a__item:first-child{border-top:1px solid #ffffff0f}.FAQ-module__uDLo1a__question{width:100%;color:var(--text-primary);font-family:var(--font-body);text-align:left;cursor:pointer;transition:color var(--transition-fast);background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem 0;font-size:1.05rem;font-weight:600;display:flex}.FAQ-module__uDLo1a__question:hover,.FAQ-module__uDLo1a__open .FAQ-module__uDLo1a__question{color:var(--color-gold)}.FAQ-module__uDLo1a__chevron{color:var(--text-tertiary);transition:transform var(--transition-base);flex-shrink:0}.FAQ-module__uDLo1a__rotated{color:var(--color-gold);transform:rotate(180deg)}.FAQ-module__uDLo1a__answer{overflow:hidden}.FAQ-module__uDLo1a__answer p{color:var(--text-secondary);padding-bottom:1.5rem;font-size:.95rem;line-height:1.8}
.CTA-module__R5neqq__cta{padding:7rem 0;position:relative;overflow:hidden}.CTA-module__R5neqq__bg{background:linear-gradient(135deg,#c9a96e0f 0%,#1e3a5f1a 50%,#c9a96e0a 100%);border-top:1px solid #c9a96e1a;border-bottom:1px solid #c9a96e1a;position:absolute;inset:0}.CTA-module__R5neqq__orb1{pointer-events:none;background:radial-gradient(circle,#c9a96e1f 0%,#0000 70%);border-radius:50%;width:300px;height:300px;animation:10s ease-in-out infinite CTA-module__R5neqq__float;position:absolute;top:-80px;right:-60px}.CTA-module__R5neqq__orb2{pointer-events:none;background:radial-gradient(circle,#1e3a5f26 0%,#0000 70%);border-radius:50%;width:350px;height:350px;animation:12s ease-in-out infinite reverse CTA-module__R5neqq__float;position:absolute;bottom:-100px;left:-80px}.CTA-module__R5neqq__content{z-index:2;text-align:center;max-width:700px;margin:0 auto;position:relative}.CTA-module__R5neqq__badge{text-transform:uppercase;letter-spacing:.12em;color:var(--color-gold);border-radius:var(--radius-full);background:#c9a96e14;border:1px solid #c9a96e26;margin-bottom:1.5rem;padding:6px 20px;font-size:.78rem;font-weight:600;display:inline-block}.CTA-module__R5neqq__title{background:linear-gradient(135deg,var(--text-primary)30%,var(--color-gold)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem)}.CTA-module__R5neqq__subtitle{color:var(--text-secondary);max-width:560px;margin:0 auto 2.5rem;font-size:1.1rem}.CTA-module__R5neqq__actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.CTA-module__R5neqq__ctaBtn{position:relative;overflow:hidden}.CTA-module__R5neqq__ctaBtn:before{content:"";background:linear-gradient(90deg,#0000,#ffffff26,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.CTA-module__R5neqq__ctaBtn:hover:before{left:100%}.CTA-module__R5neqq__phoneBtn{font-variant-numeric:tabular-nums}@media (max-width:768px){.CTA-module__R5neqq__cta{padding:5rem 0}.CTA-module__R5neqq__actions{flex-direction:column;align-items:center}.CTA-module__R5neqq__actions a{justify-content:center;width:100%}}
.Hero-module___w2HtG__hero{min-height:100vh;min-height:calc(var(--vh,1vh)*100);align-items:center;padding-top:80px;display:flex;position:relative;overflow:hidden}.Hero-module___w2HtG__bgGrid{background-image:linear-gradient(#c9a96e08 1px,#0000 1px),linear-gradient(90deg,#c9a96e08 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(#000 30%,#0000 70%);mask-image:radial-gradient(#000 30%,#0000 70%)}.Hero-module___w2HtG__bgGradient{background:var(--gradient-hero);position:absolute;inset:0}.Hero-module___w2HtG__particleCanvas{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;inset:0}.Hero-module___w2HtG__content{z-index:2;min-height:calc(100vh - 80px);min-height:calc(var(--vh,1vh)*100 - 80px);grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid;position:relative}.Hero-module___w2HtG__textContent{flex-direction:column;gap:1.5rem;display:flex}.Hero-module___w2HtG__title{letter-spacing:-.03em;background:linear-gradient(135deg,var(--text-primary)0%,var(--color-gold)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;flex-wrap:wrap;font-size:clamp(2.8rem,5.5vw,4.5rem);line-height:1.08;display:flex}.Hero-module___w2HtG__titleWord{display:inline-block}.Hero-module___w2HtG__subtitle{color:var(--text-secondary);max-width:520px;font-size:1.15rem;line-height:1.8}.Hero-module___w2HtG__ctas{gap:1rem;margin-top:.5rem;display:flex}.Hero-module___w2HtG__ctaPrimary{position:relative;overflow:hidden}.Hero-module___w2HtG__ctaPrimary:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.Hero-module___w2HtG__ctaPrimary:hover:before{left:100%}.Hero-module___w2HtG__stats{border-top:1px solid #ffffff0f;align-items:center;gap:1.5rem;margin-top:2rem;padding-top:2rem;display:flex}.Hero-module___w2HtG__statItem{flex-direction:column;gap:2px;display:flex}.Hero-module___w2HtG__statNumber{font-family:var(--font-heading);color:var(--color-gold);font-variant-numeric:tabular-nums;font-size:1.8rem;font-weight:700;line-height:1}.Hero-module___w2HtG__statLabel{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.08em;font-size:.75rem}.Hero-module___w2HtG__statDivider{background:#ffffff14;width:1px;height:40px}.Hero-module___w2HtG__visualContent{justify-content:center;align-items:center;display:flex;position:relative}.Hero-module___w2HtG__globeContainer{aspect-ratio:1;width:100%;max-width:500px;animation:8s ease-in-out infinite Hero-module___w2HtG__float;position:relative}.Hero-module___w2HtG__globe{width:100%;height:100%}.Hero-module___w2HtG__globeGlow{pointer-events:none;background:radial-gradient(circle,#c9a96e1f 0%,#0000 70%);width:300px;height:300px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Hero-module___w2HtG__scrollIndicator{z-index:3;border:2px solid #c9a96e4d;border-radius:12px;justify-content:center;width:24px;height:40px;padding-top:8px;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.Hero-module___w2HtG__scrollDot{background:var(--color-gold);border-radius:2px;width:4px;height:8px}@media (max-width:1024px){.Hero-module___w2HtG__content{text-align:center;grid-template-columns:1fr}.Hero-module___w2HtG__title{justify-content:center}.Hero-module___w2HtG__subtitle{margin:0 auto}.Hero-module___w2HtG__ctas,.Hero-module___w2HtG__stats{flex-wrap:wrap;justify-content:center}.Hero-module___w2HtG__visualContent{order:-1}.Hero-module___w2HtG__globeContainer{max-width:350px}.Hero-module___w2HtG__scrollIndicator{display:none}}@media (max-width:768px){.Hero-module___w2HtG__hero{padding-top:70px}.Hero-module___w2HtG__stats{gap:1rem}.Hero-module___w2HtG__statNumber{font-size:1.4rem}.Hero-module___w2HtG__ctas{flex-direction:column;align-items:center}.Hero-module___w2HtG__ctas a{justify-content:center;width:100%}.Hero-module___w2HtG__globeContainer{max-width:260px}}
.Services-module__uj7JVa__services{background:var(--color-primary);position:relative}.Services-module__uj7JVa__services:before{content:"";background:linear-gradient(180deg,var(--color-primary-light)0%,transparent 100%);pointer-events:none;height:200px;position:absolute;top:0;left:0;right:0}.Services-module__uj7JVa__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.Services-module__uj7JVa__card{background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);border-radius:var(--radius-lg);color:inherit;flex-direction:column;padding:2.5rem;text-decoration:none;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.Services-module__uj7JVa__card:before{content:"";background:var(--gradient-gold);transform-origin:0;height:3px;transition:transform .5s cubic-bezier(.16,1,.3,1);position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.Services-module__uj7JVa__card:hover{box-shadow:var(--shadow-elevated),var(--shadow-glow-gold);background:#ffffff0f;border-color:#c9a96e40;transform:translateY(-8px)}.Services-module__uj7JVa__card:hover:before{transform:scaleX(1)}.Services-module__uj7JVa__spotlight{background:radial-gradient(400px circle at var(--spotlight-x)var(--spotlight-y),#c9a96e14,transparent 60%);opacity:0;pointer-events:none;z-index:0;transition:opacity .3s;position:absolute;inset:0}.Services-module__uj7JVa__spotlightVisible{opacity:1}.Services-module__uj7JVa__shine{z-index:0;pointer-events:none;background:linear-gradient(90deg,#0000,#c9a96e0a,#0000);width:50%;height:100%;position:absolute;top:0;left:-100%}.Services-module__uj7JVa__card:hover .Services-module__uj7JVa__shine{animation:.8s forwards Services-module__uj7JVa__shineSweep}@keyframes Services-module__uj7JVa__shineSweep{to{left:150%}}.Services-module__uj7JVa__cardNumber{font-family:var(--font-heading);color:#ffffff08;z-index:0;font-size:3rem;font-weight:700;line-height:1;transition:color .4s;position:absolute;top:1.5rem;right:1.5rem}.Services-module__uj7JVa__card:hover .Services-module__uj7JVa__cardNumber{color:#c9a96e0f}.Services-module__uj7JVa__cardIcon{border-radius:var(--radius-md);width:56px;height:56px;color:var(--color-gold);z-index:1;background:#c9a96e1a;border:1px solid #c9a96e33;justify-content:center;align-items:center;margin-bottom:1.5rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.Services-module__uj7JVa__card:hover .Services-module__uj7JVa__cardIcon{background:#c9a96e26;transform:scale(1.08)translateY(-2px);box-shadow:0 8px 20px #c9a96e26}.Services-module__uj7JVa__cardTitle{color:var(--text-primary);font-size:1.4rem;font-weight:700;font-family:var(--font-heading);z-index:1;margin-bottom:.75rem;position:relative}.Services-module__uj7JVa__cardDesc{color:var(--text-secondary);z-index:1;margin-bottom:1.25rem;font-size:.95rem;line-height:1.7;position:relative}.Services-module__uj7JVa__cardList{z-index:1;flex:1;margin-bottom:1.5rem;padding:0;list-style:none;position:relative}.Services-module__uj7JVa__cardList li{color:var(--text-secondary);margin-bottom:.5rem;padding-left:1.25rem;font-size:.88rem;line-height:1.5;position:relative}.Services-module__uj7JVa__cardList li:before{content:"";background:var(--color-gold);border-radius:50%;width:6px;height:6px;position:absolute;top:8px;left:0}.Services-module__uj7JVa__cardCta{color:var(--color-gold);z-index:1;align-items:center;gap:6px;font-size:.9rem;font-weight:600;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;position:relative}.Services-module__uj7JVa__card:hover .Services-module__uj7JVa__cardCta{gap:10px}@media (max-width:1024px){.Services-module__uj7JVa__grid{gap:1.25rem}}@media (max-width:768px){.Services-module__uj7JVa__grid{grid-template-columns:1fr}.Services-module__uj7JVa__card{padding:2rem}}
.AboutContent-module__Rcw8Sa__about{padding-top:120px;padding-bottom:80px;position:relative}.AboutContent-module__Rcw8Sa__bgPattern{background:var(--gradient-hero);z-index:0;position:absolute;inset:0}.AboutContent-module__Rcw8Sa__hero{z-index:2;text-align:center;margin-bottom:4rem;position:relative}.AboutContent-module__Rcw8Sa__hero h1{max-width:700px;margin:0 auto}.AboutContent-module__Rcw8Sa__storySection{z-index:2;margin-bottom:5rem;position:relative}.AboutContent-module__Rcw8Sa__storyContent{text-align:center;max-width:800px;margin:0 auto}.AboutContent-module__Rcw8Sa__storyParagraph{color:var(--text-secondary);margin-bottom:2.5rem;font-size:1.15rem;line-height:1.9}.AboutContent-module__Rcw8Sa__statsRow{justify-content:center;gap:2.5rem;display:flex}.AboutContent-module__Rcw8Sa__stat{flex-direction:column;display:flex}.AboutContent-module__Rcw8Sa__statNum{font-family:var(--font-heading);color:var(--color-gold);font-size:2.2rem;font-weight:700;line-height:1}.AboutContent-module__Rcw8Sa__statText{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.08em;margin-top:4px;font-size:.8rem}.AboutContent-module__Rcw8Sa__foundersSection{z-index:2;margin-bottom:5rem;position:relative}.AboutContent-module__Rcw8Sa__teamIntro{max-width:640px;color:var(--text-secondary);text-align:center;margin:.5rem auto 0;font-size:1.05rem;line-height:1.7}.AboutContent-module__Rcw8Sa__foundersGrid{grid-template-columns:1fr 1fr;gap:2.5rem;margin-top:3rem;display:grid}.AboutContent-module__Rcw8Sa__founderCard{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--radius-xl);transition:all var(--transition-base);overflow:hidden}.AboutContent-module__Rcw8Sa__founderCard:hover{border-color:#c9a96e40;box-shadow:0 8px 40px #c9a96e14}.AboutContent-module__Rcw8Sa__founderImgWrapper{aspect-ratio:1;width:100%;position:relative;overflow:hidden}.AboutContent-module__Rcw8Sa__founderImg{width:100%;height:100%;overflow:hidden}.AboutContent-module__Rcw8Sa__founderImg img{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-slow)}.AboutContent-module__Rcw8Sa__founderCard:hover .AboutContent-module__Rcw8Sa__founderImg img{transform:scale(1.04)}.AboutContent-module__Rcw8Sa__founderGlow{background:linear-gradient(to top,var(--bg-primary)0%,transparent 100%);pointer-events:none;height:50%;position:absolute;bottom:0;left:0;right:0}.AboutContent-module__Rcw8Sa__founderInfo{padding:1.5rem 2rem 2rem}.AboutContent-module__Rcw8Sa__founderName{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:4px;font-size:1.5rem;font-weight:700;line-height:1.2}.AboutContent-module__Rcw8Sa__founderRole{color:var(--color-gold);letter-spacing:.03em;margin-bottom:1rem;font-size:.85rem;font-weight:500;display:inline-block}.AboutContent-module__Rcw8Sa__founderShort{color:var(--text-secondary);margin-bottom:0;font-size:.95rem;line-height:1.7}.AboutContent-module__Rcw8Sa__founderExpanded{overflow:hidden}.AboutContent-module__Rcw8Sa__founderBio{color:var(--text-secondary);border-top:1px solid var(--glass-border);margin-top:1rem;padding-top:1rem;font-size:.9rem;line-height:1.8}.AboutContent-module__Rcw8Sa__credentialsGrid{flex-wrap:wrap;gap:.5rem;margin-top:1.25rem;display:flex}.AboutContent-module__Rcw8Sa__credentialsLabel{text-transform:uppercase;letter-spacing:.1em;width:100%;color:var(--color-gold);align-items:center;gap:4px;margin-bottom:.25rem;font-size:.75rem;font-weight:600;display:flex}.AboutContent-module__Rcw8Sa__credentialBadge{color:var(--text-secondary);white-space:nowrap;transition:all var(--transition-base);background:#c9a96e14;border:1px solid #c9a96e26;border-radius:100px;align-items:center;padding:4px 12px;font-size:.75rem;font-weight:500;display:inline-flex}.AboutContent-module__Rcw8Sa__credentialBadge:hover{color:var(--color-gold);background:#c9a96e26}.AboutContent-module__Rcw8Sa__readMoreBtn{color:var(--color-gold);cursor:pointer;transition:all var(--transition-base);background:0 0;border:none;align-items:center;gap:6px;margin-top:1rem;padding:0;font-size:.85rem;font-weight:500;display:inline-flex}.AboutContent-module__Rcw8Sa__readMoreBtn:hover{opacity:.8}.AboutContent-module__Rcw8Sa__chevron{transition:transform .3s}.AboutContent-module__Rcw8Sa__chevronUp{transform:rotate(180deg)}.AboutContent-module__Rcw8Sa__missionSection{z-index:2;background:#c9a96e08;border-top:1px solid #c9a96e0f;border-bottom:1px solid #c9a96e0f;margin-bottom:5rem;padding:5rem 0;position:relative}.AboutContent-module__Rcw8Sa__mvGrid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.AboutContent-module__Rcw8Sa__mvCard{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--radius-lg);padding:2.5rem}.AboutContent-module__Rcw8Sa__mvIcon{border-radius:var(--radius-md);width:56px;height:56px;color:var(--color-gold);background:#c9a96e1a;border:1px solid #c9a96e33;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.AboutContent-module__Rcw8Sa__mvCard h3{margin-bottom:.75rem;font-size:1.4rem}.AboutContent-module__Rcw8Sa__mvCard p{color:var(--text-secondary);font-size:.95rem;line-height:1.8}.AboutContent-module__Rcw8Sa__valuesGrid{z-index:2;grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid;position:relative}.AboutContent-module__Rcw8Sa__valueCard{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--radius-lg);text-align:center;transition:all var(--transition-base);padding:2rem}.AboutContent-module__Rcw8Sa__valueCard:hover{background:#ffffff0f;transform:translateY(-4px)}.AboutContent-module__Rcw8Sa__valueIcon{width:50px;height:50px;color:var(--color-gold);background:#c9a96e1a;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1rem;display:flex}.AboutContent-module__Rcw8Sa__valueCard h4{font-family:var(--font-heading);margin-bottom:.5rem;font-size:1.1rem}.AboutContent-module__Rcw8Sa__valueCard p{color:var(--text-secondary);font-size:.88rem;line-height:1.6}.AboutContent-module__Rcw8Sa__ctaSection{z-index:2;margin-top:5rem;position:relative}.AboutContent-module__Rcw8Sa__ctaCard{text-align:center;border-radius:var(--radius-xl);background:linear-gradient(135deg,#c9a96e0f 0%,#1e3a5f14 100%);border:1px solid #c9a96e1a;padding:4rem 2rem}.AboutContent-module__Rcw8Sa__ctaCard h2{margin-bottom:.75rem}.AboutContent-module__Rcw8Sa__ctaCard p{color:var(--text-secondary);margin:0 auto 2rem;font-size:1.1rem}@media (max-width:1024px){.AboutContent-module__Rcw8Sa__foundersGrid{gap:2rem}.AboutContent-module__Rcw8Sa__mvGrid{grid-template-columns:1fr}.AboutContent-module__Rcw8Sa__valuesGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.AboutContent-module__Rcw8Sa__foundersGrid{grid-template-columns:1fr;max-width:480px;margin-left:auto;margin-right:auto}.AboutContent-module__Rcw8Sa__valuesGrid{grid-template-columns:1fr}.AboutContent-module__Rcw8Sa__statsRow{flex-wrap:wrap;gap:1.5rem}.AboutContent-module__Rcw8Sa__founderInfo{padding:1.25rem 1.5rem 1.5rem}.AboutContent-module__Rcw8Sa__founderName{font-size:1.3rem}}
.BlogList-module__EjcE5W__blog{padding-top:120px;padding-bottom:80px;position:relative}.BlogList-module__EjcE5W__bgPattern{background:var(--gradient-hero);z-index:0;position:absolute;inset:0}.BlogList-module__EjcE5W__wrapper{z-index:2;position:relative}.BlogList-module__EjcE5W__header{text-align:center;margin-bottom:3rem}.BlogList-module__EjcE5W__header h1{margin-bottom:1rem}.BlogList-module__EjcE5W__subtitle{color:var(--text-secondary);max-width:550px;margin:0 auto;font-size:1.1rem}.BlogList-module__EjcE5W__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.BlogList-module__EjcE5W__card{background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);border-radius:var(--radius-lg);transition:all var(--transition-base);flex-direction:column;padding:2rem;display:flex}.BlogList-module__EjcE5W__card:hover{background:#ffffff0f;border-color:#c9a96e26;transform:translateY(-4px)}.BlogList-module__EjcE5W__cardTag{border-radius:var(--radius-full);color:var(--color-gold);text-transform:uppercase;letter-spacing:.06em;background:#c9a96e1a;border:1px solid #c9a96e26;width:fit-content;margin-bottom:1rem;padding:4px 12px;font-size:.75rem;font-weight:600;display:inline-block}.BlogList-module__EjcE5W__cardTitle{font-family:var(--font-heading);margin-bottom:.75rem;font-size:1.2rem;line-height:1.35}.BlogList-module__EjcE5W__cardTitle a{color:var(--text-primary);transition:color var(--transition-fast);text-decoration:none}.BlogList-module__EjcE5W__cardTitle a:hover{color:var(--color-gold)}.BlogList-module__EjcE5W__cardExcerpt{color:var(--text-secondary);flex:1;margin-bottom:1rem;font-size:.9rem;line-height:1.7}.BlogList-module__EjcE5W__cardMeta{gap:1rem;margin-bottom:1rem;display:flex}.BlogList-module__EjcE5W__cardMeta span{color:var(--text-tertiary);align-items:center;gap:4px;font-size:.8rem;display:flex}.BlogList-module__EjcE5W__cardLink{color:var(--color-gold);transition:gap var(--transition-fast);align-items:center;gap:6px;font-size:.88rem;font-weight:600;text-decoration:none;display:inline-flex}.BlogList-module__EjcE5W__cardLink:hover{gap:10px}@media (max-width:1024px){.BlogList-module__EjcE5W__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.BlogList-module__EjcE5W__grid{grid-template-columns:1fr}}
.BlogPost-module__yWIcyG__article{min-height:100vh;padding:120px 0 80px;position:relative}.BlogPost-module__yWIcyG__bgPattern{background:var(--gradient-hero);position:absolute;inset:0}.BlogPost-module__yWIcyG__wrapper{z-index:2;max-width:820px;margin:0 auto;position:relative}.BlogPost-module__yWIcyG__backLink{color:var(--text-secondary);transition:all var(--transition-fast);align-items:center;gap:6px;margin-bottom:2rem;font-size:.88rem;font-weight:500;text-decoration:none;display:inline-flex}.BlogPost-module__yWIcyG__backLink:hover{color:var(--color-gold);gap:8px}.BlogPost-module__yWIcyG__content{background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);border-radius:var(--radius-lg);padding:3rem}.BlogPost-module__yWIcyG__tag{border-radius:var(--radius-full);color:var(--color-gold);text-transform:uppercase;letter-spacing:.06em;background:#c9a96e1a;border:1px solid #c9a96e26;margin-bottom:1.25rem;padding:4px 14px;font-size:.75rem;font-weight:600;display:inline-block}.BlogPost-module__yWIcyG__title{background:var(--gradient-gold);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.25rem;font-size:2.2rem;line-height:1.25}.BlogPost-module__yWIcyG__meta{border-bottom:1px solid #ffffff0f;flex-wrap:wrap;align-items:center;gap:1.25rem;margin-bottom:2rem;padding-bottom:2rem;display:flex}.BlogPost-module__yWIcyG__meta span{color:var(--text-tertiary);align-items:center;gap:5px;font-size:.85rem;display:flex}.BlogPost-module__yWIcyG__shareBtn{border-radius:var(--radius-full);color:var(--text-secondary);font-family:var(--font-body);cursor:pointer;transition:all var(--transition-fast);background:#ffffff0a;border:1px solid #ffffff14;align-items:center;gap:5px;margin-left:auto;padding:6px 14px;font-size:.82rem;display:flex}.BlogPost-module__yWIcyG__shareBtn:hover{color:var(--color-gold);background:#c9a96e1a;border-color:#c9a96e33}.BlogPost-module__yWIcyG__body{color:var(--text-secondary);font-size:1.02rem;line-height:1.85}.BlogPost-module__yWIcyG__body h1,.BlogPost-module__yWIcyG__body h2,.BlogPost-module__yWIcyG__body h3{color:var(--text-primary);margin-top:2rem;margin-bottom:.75rem}.BlogPost-module__yWIcyG__body h2{border-top:1px solid #ffffff0a;padding-top:1rem;font-size:1.5rem}.BlogPost-module__yWIcyG__body h3{font-size:1.2rem}.BlogPost-module__yWIcyG__body p{margin-bottom:1rem}.BlogPost-module__yWIcyG__body strong{color:var(--text-primary);font-weight:600}.BlogPost-module__yWIcyG__body a{color:var(--color-gold);transition:border-color var(--transition-fast);border-bottom:1px solid #c9a96e4d;text-decoration:none}.BlogPost-module__yWIcyG__body a:hover{border-color:var(--color-gold)}.BlogPost-module__yWIcyG__body ul,.BlogPost-module__yWIcyG__body ol{margin-bottom:1rem;padding-left:1.5rem}.BlogPost-module__yWIcyG__body li{margin-bottom:.4rem}.BlogPost-module__yWIcyG__body li::marker{color:var(--color-gold)}.BlogPost-module__yWIcyG__body table{border-collapse:collapse;width:100%;margin:1.5rem 0;font-size:.92rem}.BlogPost-module__yWIcyG__body td{border:1px solid #ffffff0f;padding:10px 16px}.BlogPost-module__yWIcyG__body tr:first-child td{color:var(--text-primary);background:#c9a96e0f;font-weight:600}.BlogPost-module__yWIcyG__cta{border-radius:var(--radius-lg);text-align:center;background:linear-gradient(135deg,#c9a96e0f 0%,#1e3a5f14 100%);border:1px solid #c9a96e1f;margin-top:3rem;padding:2.5rem}.BlogPost-module__yWIcyG__cta h3{color:var(--text-primary);margin-bottom:.5rem;font-size:1.35rem}.BlogPost-module__yWIcyG__cta p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.95rem}@media (max-width:768px){.BlogPost-module__yWIcyG__content{padding:2rem 1.5rem}.BlogPost-module__yWIcyG__title{font-size:1.6rem}.BlogPost-module__yWIcyG__meta{gap:.75rem}.BlogPost-module__yWIcyG__shareBtn{margin-left:0}}
.ContactForm-module__4CUZdq__contact{min-height:100vh;padding:120px 0 80px;position:relative}.ContactForm-module__4CUZdq__bgPattern{background:var(--gradient-hero);position:absolute;inset:0}.ContactForm-module__4CUZdq__wrapper{z-index:2;position:relative}.ContactForm-module__4CUZdq__header{text-align:center;margin-bottom:3rem}.ContactForm-module__4CUZdq__header h1{background:linear-gradient(135deg,var(--text-primary)30%,var(--color-gold)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem}.ContactForm-module__4CUZdq__subtitle{color:var(--text-secondary);max-width:550px;margin:0 auto;font-size:1.1rem}.ContactForm-module__4CUZdq__grid{grid-template-columns:1.3fr 1fr;align-items:start;gap:2rem;display:grid}.ContactForm-module__4CUZdq__formCard{background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);border-radius:var(--radius-lg);padding:2.5rem;transition:border-color .3s}.ContactForm-module__4CUZdq__formCard:focus-within{border-color:#c9a96e33}.ContactForm-module__4CUZdq__form{flex-direction:column;gap:1.25rem;display:flex}.ContactForm-module__4CUZdq__row{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.ContactForm-module__4CUZdq__field{flex-direction:column;gap:.4rem;display:flex;position:relative}.ContactForm-module__4CUZdq__field label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.06em;font-size:.82rem;font-weight:600;transition:color .2s}.ContactForm-module__4CUZdq__field:focus-within label{color:var(--color-gold)}.ContactForm-module__4CUZdq__field input,.ContactForm-module__4CUZdq__field select,.ContactForm-module__4CUZdq__field textarea{border-radius:var(--radius-sm);width:100%;color:var(--text-primary);font-family:var(--font-body);background:#ffffff08;border:1px solid #ffffff14;outline:none;padding:14px 16px;font-size:.95rem;transition:all .3s cubic-bezier(.16,1,.3,1)}.ContactForm-module__4CUZdq__field input:hover,.ContactForm-module__4CUZdq__field select:hover,.ContactForm-module__4CUZdq__field textarea:hover{background:#ffffff0d;border-color:#ffffff26}.ContactForm-module__4CUZdq__field input:focus,.ContactForm-module__4CUZdq__field select:focus,.ContactForm-module__4CUZdq__field textarea:focus{border-color:var(--color-gold);background:#c9a96e0a;box-shadow:0 0 0 4px #c9a96e0f,0 0 20px #c9a96e0d}.ContactForm-module__4CUZdq__field input::placeholder{color:var(--text-tertiary)}.ContactForm-module__4CUZdq__field select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6,9 12,15 18,9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;padding-right:36px}.ContactForm-module__4CUZdq__field select option{background:var(--color-primary);color:var(--text-primary)}.ContactForm-module__4CUZdq__field textarea{resize:vertical;min-height:100px}.ContactForm-module__4CUZdq__form button[type=submit]{width:100%;margin-top:.5rem;position:relative;overflow:hidden}.ContactForm-module__4CUZdq__form button[type=submit]:before{content:"";background:linear-gradient(90deg,#0000,#ffffff26,#0000);width:100%;height:100%;position:absolute;top:0;left:-100%}.ContactForm-module__4CUZdq__form button[type=submit]:hover:before{animation:.6s forwards ContactForm-module__4CUZdq__shineSweep}@keyframes ContactForm-module__4CUZdq__shineSweep{to{left:100%}}.ContactForm-module__4CUZdq__success{text-align:center;color:var(--color-success);padding:3rem}.ContactForm-module__4CUZdq__success svg{animation:2s ease-in-out infinite ContactForm-module__4CUZdq__pulse-gold}.ContactForm-module__4CUZdq__success h3{color:var(--text-primary);margin-top:1rem}.ContactForm-module__4CUZdq__errorMsg{border-radius:var(--radius-sm);color:#ef4444;background:#ef44441a;border:1px solid #ef444440;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.9rem;display:flex}.ContactForm-module__4CUZdq__infoCol{flex-direction:column;gap:1.5rem;display:flex}.ContactForm-module__4CUZdq__infoCard{background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);border-radius:var(--radius-lg);flex-direction:column;gap:1.5rem;padding:2rem;display:flex}.ContactForm-module__4CUZdq__infoItem{align-items:flex-start;gap:1rem;transition:all .2s;display:flex}.ContactForm-module__4CUZdq__infoItem:hover{transform:translate(4px)}.ContactForm-module__4CUZdq__infoIcon{border-radius:var(--radius-sm);width:44px;height:44px;color:var(--color-gold);background:#c9a96e1a;border:1px solid #c9a96e26;flex-shrink:0;justify-content:center;align-items:center;transition:all .3s;display:flex}.ContactForm-module__4CUZdq__infoItem:hover .ContactForm-module__4CUZdq__infoIcon{background:#c9a96e26;box-shadow:0 0 16px #c9a96e1a}.ContactForm-module__4CUZdq__infoItem h4{font-family:var(--font-body);color:var(--text-primary);margin-bottom:2px;font-size:.85rem;font-weight:700}.ContactForm-module__4CUZdq__infoItem p,.ContactForm-module__4CUZdq__infoItem a{color:var(--text-secondary);font-size:.9rem;line-height:1.5;text-decoration:none}.ContactForm-module__4CUZdq__infoItem a:hover{color:var(--color-gold)}.ContactForm-module__4CUZdq__mapCard{border-radius:var(--radius-lg);border:1px solid var(--glass-border);transition:border-color .3s;overflow:hidden}.ContactForm-module__4CUZdq__mapCard:hover{border-color:#c9a96e26}@media (max-width:1024px){.ContactForm-module__4CUZdq__grid{grid-template-columns:1fr}}@media (max-width:768px){.ContactForm-module__4CUZdq__contact{padding:100px 0 60px}.ContactForm-module__4CUZdq__row{grid-template-columns:1fr}.ContactForm-module__4CUZdq__formCard{padding:1.5rem}}
.ServicePage-module__jMk8ua__servicePage{padding-top:120px;padding-bottom:80px;position:relative}.ServicePage-module__jMk8ua__bgPattern{background:var(--gradient-hero);z-index:0;position:absolute;inset:0}.ServicePage-module__jMk8ua__hero{z-index:2;text-align:center;margin-bottom:4rem;position:relative}.ServicePage-module__jMk8ua__heroIcon{border-radius:var(--radius-lg);width:72px;height:72px;color:var(--color-gold);background:#c9a96e1a;border:1px solid #c9a96e33;justify-content:center;align-items:center;margin:0 auto 1.5rem;display:flex}.ServicePage-module__jMk8ua__hero h1{margin-bottom:1rem}.ServicePage-module__jMk8ua__heroDesc{max-width:600px;color:var(--text-secondary);margin:0 auto 2rem;font-size:1.15rem}.ServicePage-module__jMk8ua__heroCtas{justify-content:center;gap:1rem;display:flex}.ServicePage-module__jMk8ua__servicesGrid{z-index:2;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:5rem;display:grid;position:relative}.ServicePage-module__jMk8ua__serviceItem{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--radius-md);color:var(--text-primary);transition:all var(--transition-base);align-items:center;gap:12px;padding:1.25rem 1.5rem;font-size:.95rem;display:flex}.ServicePage-module__jMk8ua__serviceItem:hover{background:#ffffff0f;border-color:#c9a96e26}.ServicePage-module__jMk8ua__checkIcon{color:var(--color-gold);flex-shrink:0}.ServicePage-module__jMk8ua__processSection{z-index:2;margin-bottom:4rem;position:relative}.ServicePage-module__jMk8ua__processGrid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.ServicePage-module__jMk8ua__processCard{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--radius-lg);transition:all var(--transition-base);padding:2rem;position:relative}.ServicePage-module__jMk8ua__processCard:hover{background:#ffffff0f;transform:translateY(-4px)}.ServicePage-module__jMk8ua__processNum{font-family:var(--font-heading);color:#c9a96e1f;margin-bottom:1rem;font-size:3rem;font-weight:700;line-height:1;display:block}.ServicePage-module__jMk8ua__processCard h4{font-family:var(--font-heading);margin-bottom:.5rem;font-size:1.1rem}.ServicePage-module__jMk8ua__processCard p{color:var(--text-secondary);font-size:.88rem;line-height:1.7}.ServicePage-module__jMk8ua__highlightsSection{z-index:2;margin-bottom:4rem;position:relative}.ServicePage-module__jMk8ua__highlightsCard{border-radius:var(--radius-lg);background:#c9a96e0a;border:1px solid #c9a96e1a;align-items:flex-start;gap:1.5rem;padding:2rem;display:flex}.ServicePage-module__jMk8ua__highlightsIcon{width:44px;height:44px;color:var(--color-gold);background:#c9a96e1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.ServicePage-module__jMk8ua__highlightsList{flex-direction:column;gap:.5rem;display:flex}.ServicePage-module__jMk8ua__highlightItem{color:var(--text-secondary);padding-left:1rem;font-size:.92rem;position:relative}.ServicePage-module__jMk8ua__highlightItem:before{content:"•";color:var(--color-gold);position:absolute;left:0}.ServicePage-module__jMk8ua__ctaSection{z-index:2;position:relative}.ServicePage-module__jMk8ua__ctaCard{text-align:center;border-radius:var(--radius-xl);background:linear-gradient(135deg,#c9a96e0f 0%,#1e3a5f14 100%);border:1px solid #c9a96e1a;padding:4rem 2rem}.ServicePage-module__jMk8ua__ctaCard h2{margin-bottom:.75rem}.ServicePage-module__jMk8ua__ctaCard p{color:var(--text-secondary);margin:0 auto 2rem;font-size:1.1rem}@media (max-width:1024px){.ServicePage-module__jMk8ua__servicesGrid,.ServicePage-module__jMk8ua__processGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.ServicePage-module__jMk8ua__servicesGrid,.ServicePage-module__jMk8ua__processGrid{grid-template-columns:1fr}.ServicePage-module__jMk8ua__highlightsCard{flex-direction:column}}
.WhyChooseUs-module__OrntsG__why{background:var(--color-primary-light);position:relative;overflow:hidden}.WhyChooseUs-module__OrntsG__grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.WhyChooseUs-module__OrntsG__card{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--radius-lg);padding:2rem;transition:all .4s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.WhyChooseUs-module__OrntsG__card:hover{background:#ffffff0f;border-color:#c9a96e40;transform:translateY(-6px);box-shadow:0 0 24px #c9a96e14}.WhyChooseUs-module__OrntsG__cardGlow{opacity:0;pointer-events:none;z-index:0;background:conic-gradient(#0000 0%,#c9a96e0d 25%,#0000 50%,#c9a96e0d 75%,#0000 100%);width:200%;height:200%;transition:opacity .5s;position:absolute;top:-50%;left:-50%}.WhyChooseUs-module__OrntsG__card:hover .WhyChooseUs-module__OrntsG__cardGlow{opacity:1;animation:8s linear infinite WhyChooseUs-module__OrntsG__spin-slow}@keyframes WhyChooseUs-module__OrntsG__spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.WhyChooseUs-module__OrntsG__iconWrap{z-index:1;justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex;position:relative}.WhyChooseUs-module__OrntsG__iconCircle{width:48px;height:48px;color:var(--color-gold);background:#c9a96e1a;border:1px solid #c9a96e26;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.WhyChooseUs-module__OrntsG__card:hover .WhyChooseUs-module__OrntsG__iconCircle{background:#c9a96e26;transform:scale(1.08);box-shadow:0 0 16px #c9a96e26}.WhyChooseUs-module__OrntsG__number{font-family:var(--font-heading);color:#ffffff0a;font-size:2.5rem;font-weight:700;line-height:1;transition:color .4s}.WhyChooseUs-module__OrntsG__card:hover .WhyChooseUs-module__OrntsG__number{color:#c9a96e14}.WhyChooseUs-module__OrntsG__cardTitle{color:var(--text-primary);font-size:1.15rem;font-weight:700;font-family:var(--font-heading);z-index:1;margin-bottom:.75rem;position:relative}.WhyChooseUs-module__OrntsG__cardDesc{color:var(--text-secondary);z-index:1;font-size:.9rem;line-height:1.7;position:relative}@media (max-width:1024px){.WhyChooseUs-module__OrntsG__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.WhyChooseUs-module__OrntsG__grid{grid-template-columns:1fr}}
