.Header-module__9fWxfa__header{z-index:1000;padding:.75rem 0;transition:all .3s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0;right:0}.Header-module__9fWxfa__header.Header-module__9fWxfa__scrolled{background:var(--bg-glass);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border-color);box-shadow:var(--shadow-lg);padding:.5rem 0}.Header-module__9fWxfa__container{justify-content:space-between;align-items:center;max-width:1280px;margin:0 auto;padding:0 1.5rem;display:flex}.Header-module__9fWxfa__logo{align-items:center;gap:.6rem;text-decoration:none;transition:transform .3s;display:flex}.Header-module__9fWxfa__logo:hover{transform:scale(1.02)}.Header-module__9fWxfa__logoIcon{background:var(--bg-card);border:1px solid var(--border-color);width:40px;height:40px;box-shadow:var(--shadow-md);border-radius:10px;justify-content:center;align-items:center;display:flex}.Header-module__9fWxfa__logoText{flex-direction:column;display:flex}.Header-module__9fWxfa__brandName{background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:700;line-height:1.2}.Header-module__9fWxfa__brandTagline{color:var(--text-tertiary);letter-spacing:.05em;font-size:.65rem}.Header-module__9fWxfa__desktopNav{align-items:center;gap:.25rem;display:flex}.Header-module__9fWxfa__navLink{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:.4rem;padding:.5rem .85rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex;position:relative}.Header-module__9fWxfa__navLink:hover,.Header-module__9fWxfa__navLink.Header-module__9fWxfa__active{color:var(--text-primary);background:var(--bg-tertiary)}.Header-module__9fWxfa__dropdown{position:relative}.Header-module__9fWxfa__dropdownMenu{background:var(--bg-card);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-color);min-width:220px;box-shadow:var(--shadow-xl);opacity:0;visibility:hidden;border-radius:14px;padding:.5rem;transition:all .2s cubic-bezier(.4,0,.2,1);position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(10px)}.Header-module__9fWxfa__dropdown:hover .Header-module__9fWxfa__dropdownMenu{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.Header-module__9fWxfa__dropdownItem{color:var(--text-secondary);border-radius:8px;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.875rem;text-decoration:none;transition:all .2s;display:flex}.Header-module__9fWxfa__dropdownItem:hover{background:var(--accent-gradient);color:#fff}.Header-module__9fWxfa__toolIcon{font-size:1.1rem}.Header-module__9fWxfa__chevron{transition:transform .2s}.Header-module__9fWxfa__dropdown:hover .Header-module__9fWxfa__chevron{transform:rotate(180deg)}.Header-module__9fWxfa__actions{align-items:center;gap:.6rem;display:flex}.Header-module__9fWxfa__themeToggle{border:1px solid var(--border-color);background:var(--bg-card);width:38px;height:38px;color:var(--text-primary);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;transition:all .2s;display:flex}.Header-module__9fWxfa__themeToggle:hover{background:var(--bg-tertiary);border-color:var(--accent-primary);color:var(--accent-primary);transform:rotate(15deg)}.Header-module__9fWxfa__ctaBtn,.Header-module__9fWxfa__loginBtn{padding:.6rem 1.25rem;font-size:.8rem}.Header-module__9fWxfa__mobileMenuBtn{border:1px solid var(--border-color);background:var(--bg-card);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:none}.Header-module__9fWxfa__hamburger{flex-direction:column;justify-content:space-between;width:18px;height:12px;display:flex;position:relative}.Header-module__9fWxfa__hamburger span{background:var(--text-primary);border-radius:2px;width:100%;height:2px;transition:all .3s;display:block}.Header-module__9fWxfa__hamburger.Header-module__9fWxfa__open span:first-child{transform:rotate(45deg)translate(4px,4px)}.Header-module__9fWxfa__hamburger.Header-module__9fWxfa__open span:nth-child(2){opacity:0}.Header-module__9fWxfa__hamburger.Header-module__9fWxfa__open span:nth-child(3){transform:rotate(-45deg)translate(4px,-4px)}.Header-module__9fWxfa__mobileMenu{background:var(--bg-primary);z-index:999;padding:1.5rem;transition:transform .3s cubic-bezier(.4,0,.2,1);position:fixed;inset:60px 0 0;overflow-y:auto;transform:translate(100%)}.Header-module__9fWxfa__mobileMenu.Header-module__9fWxfa__open{transform:translate(0)}.Header-module__9fWxfa__mobileNav{flex-direction:column;gap:.5rem;display:flex}.Header-module__9fWxfa__mobileNavLink{color:var(--text-primary);background:var(--bg-tertiary);text-align:left;cursor:pointer;border:none;border-radius:12px;padding:.875rem 1rem;font-size:1rem;font-weight:500;text-decoration:none;transition:all .2s}.Header-module__9fWxfa__mobileNavLink:hover{background:var(--bg-card);padding-left:1.25rem}.Header-module__9fWxfa__mobileSubmenu{flex-direction:column;gap:.5rem;margin-top:.5rem;margin-bottom:.5rem;margin-left:1rem;display:flex}.Header-module__9fWxfa__mobileSubItem{color:var(--text-secondary);background:#ffffff0d;border-radius:10px;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.9rem;text-decoration:none;transition:all .2s;display:flex}.Header-module__9fWxfa__mobileSubItem:hover{background:var(--accent-gradient);color:#fff}@media (max-width:1024px){.Header-module__9fWxfa__desktopNav,.Header-module__9fWxfa__ctaBtn,.Header-module__9fWxfa__loginBtn{display:none}.Header-module__9fWxfa__mobileMenuBtn{display:flex}}@media (max-width:768px){.Header-module__9fWxfa__container{padding:0 1rem}.Header-module__9fWxfa__logoIcon{width:36px;height:36px}.Header-module__9fWxfa__brandName{font-size:1rem}.Header-module__9fWxfa__mobileMenu{padding:1rem;top:55px}}@media (max-width:480px){.Header-module__9fWxfa__header{padding:.5rem 0}.Header-module__9fWxfa__logoText{display:flex}.Header-module__9fWxfa__brandName{font-size:.9rem}.Header-module__9fWxfa__brandTagline{font-size:.55rem}.Header-module__9fWxfa__themeToggle,.Header-module__9fWxfa__mobileMenuBtn{width:36px;height:36px}.Header-module__9fWxfa__mobileMenu{top:50px}}
.Footer-module__nhiC3q__footer{background:var(--bg-secondary);border-top:1px solid var(--border-color)}.Footer-module__nhiC3q__container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.Footer-module__nhiC3q__mainFooter{padding:3rem 0}.Footer-module__nhiC3q__grid{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:2.5rem;display:grid}.Footer-module__nhiC3q__logo{align-items:center;gap:.6rem;margin-bottom:1.25rem;text-decoration:none;display:inline-flex}.Footer-module__nhiC3q__logoIcon{background:var(--bg-card);border:1px solid var(--border-color);border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.Footer-module__nhiC3q__logoText{flex-direction:column;display:flex}.Footer-module__nhiC3q__brandName{background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:700}.Footer-module__nhiC3q__brandTagline{color:var(--text-tertiary);letter-spacing:.05em;font-size:.65rem}.Footer-module__nhiC3q__brandDesc{color:var(--text-secondary);max-width:280px;margin-bottom:1.25rem;font-size:.875rem;line-height:1.7}.Footer-module__nhiC3q__socialLinks{gap:.6rem;display:flex}.Footer-module__nhiC3q__socialLink{background:var(--bg-tertiary);border:1px solid var(--border-color);width:36px;height:36px;color:var(--text-secondary);border-radius:8px;justify-content:center;align-items:center;transition:all .2s;display:flex}.Footer-module__nhiC3q__socialLink:hover{background:var(--accent-gradient);color:#fff;border-color:#0000;transform:translateY(-2px)}.Footer-module__nhiC3q__socialLink svg{width:16px;height:16px}.Footer-module__nhiC3q__linksColumn h4{color:var(--text-primary);margin-bottom:1rem;font-size:.9rem;font-weight:700}.Footer-module__nhiC3q__linksColumn ul{list-style:none}.Footer-module__nhiC3q__linksColumn li{margin-bottom:.6rem}.Footer-module__nhiC3q__linksColumn a{color:var(--text-secondary);align-items:center;font-size:.85rem;text-decoration:none;transition:all .2s;display:inline-flex}.Footer-module__nhiC3q__linksColumn a:hover{color:var(--accent-primary);transform:translate(3px)}.Footer-module__nhiC3q__bottomBar{border-top:1px solid var(--border-color);padding:1.25rem 0}.Footer-module__nhiC3q__bottomContent{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.Footer-module__nhiC3q__copyright{color:var(--text-tertiary);font-size:.8rem}.Footer-module__nhiC3q__bottomLinks{flex-wrap:wrap;gap:1.5rem;display:flex}.Footer-module__nhiC3q__bottomLinks a{color:var(--text-tertiary);font-size:.8rem;text-decoration:none;transition:color .2s}.Footer-module__nhiC3q__bottomLinks a:hover{color:var(--accent-primary)}@media (max-width:1024px){.Footer-module__nhiC3q__grid{grid-template-columns:repeat(2,1fr);gap:2rem}.Footer-module__nhiC3q__brandColumn{grid-column:span 2}}@media (max-width:768px){.Footer-module__nhiC3q__container{padding:0 1rem}.Footer-module__nhiC3q__mainFooter{padding:2.5rem 0}.Footer-module__nhiC3q__grid{text-align:center;grid-template-columns:1fr;gap:1.75rem}.Footer-module__nhiC3q__brandColumn{grid-column:span 1}.Footer-module__nhiC3q__logo{justify-content:center}.Footer-module__nhiC3q__brandDesc{margin:0 auto 1.25rem}.Footer-module__nhiC3q__socialLinks{justify-content:center}.Footer-module__nhiC3q__linksColumn ul{flex-wrap:wrap;justify-content:center;gap:.5rem 1rem;display:flex}.Footer-module__nhiC3q__linksColumn li{margin-bottom:0}.Footer-module__nhiC3q__bottomContent{text-align:center;flex-direction:column;gap:.75rem}.Footer-module__nhiC3q__bottomLinks{justify-content:center;gap:1rem}}@media (max-width:480px){.Footer-module__nhiC3q__mainFooter{padding:2rem 0}.Footer-module__nhiC3q__logoIcon{width:36px;height:36px}.Footer-module__nhiC3q__brandName{font-size:1rem}.Footer-module__nhiC3q__brandDesc{max-width:250px;font-size:.8rem}.Footer-module__nhiC3q__linksColumn h4{font-size:.85rem}.Footer-module__nhiC3q__linksColumn a{font-size:.8rem}.Footer-module__nhiC3q__bottomBar{padding:1rem 0}.Footer-module__nhiC3q__copyright,.Footer-module__nhiC3q__bottomLinks a{font-size:.75rem}}
.Hero-module__gNeX-G__hero{min-height:100vh;padding:7rem 0 3rem;position:relative;overflow:hidden}.Hero-module__gNeX-G__bgGradient{pointer-events:none;background:radial-gradient(#2563eb26 0%,#0000 60%);width:80%;height:100%;position:absolute;top:-50%;right:-20%}.Hero-module__gNeX-G__bgGrid{background-image:linear-gradient(var(--border-color)1px,transparent 1px),linear-gradient(90deg,var(--border-color)1px,transparent 1px);opacity:.3;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__gNeX-G__container{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:3rem;max-width:1280px;margin:0 auto;padding:0 1.5rem;display:grid;position:relative}.Hero-module__gNeX-G__content{animation:.8s ease-out Hero-module__gNeX-G__slideUp}@keyframes Hero-module__gNeX-G__slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.Hero-module__gNeX-G__badge{background:var(--bg-card);border:1px solid var(--border-color);color:var(--text-secondary);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50px;align-items:center;gap:.625rem;margin-bottom:1.5rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:500;display:inline-flex}.Hero-module__gNeX-G__badgeDot{background:#10b981;border-radius:50%;width:8px;height:8px;animation:2s infinite Hero-module__gNeX-G__pulse}@keyframes Hero-module__gNeX-G__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.Hero-module__gNeX-G__title{letter-spacing:-.025em;margin-bottom:1.25rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.1}.Hero-module__gNeX-G__subtitle{color:var(--text-secondary);max-width:540px;margin-bottom:1.75rem;font-size:clamp(1rem,2vw,1.125rem);line-height:1.7}.Hero-module__gNeX-G__actions{flex-wrap:wrap;gap:1rem;margin-bottom:2rem;display:flex}.Hero-module__gNeX-G__trustBadges{flex-wrap:wrap;gap:1.5rem;display:flex}.Hero-module__gNeX-G__trustItem{color:var(--text-secondary);align-items:center;gap:.5rem;font-size:.875rem;display:flex}.Hero-module__gNeX-G__trustItem svg{color:var(--accent-primary)}.Hero-module__gNeX-G__visual{height:450px;animation:1s ease-out .3s both Hero-module__gNeX-G__fadeIn;position:relative}@keyframes Hero-module__gNeX-G__fadeIn{0%{opacity:0}to{opacity:1}}.Hero-module__gNeX-G__mainCard{background:var(--bg-card);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-color);width:320px;box-shadow:var(--shadow-xl),0 0 60px #2563eb1a;border-radius:24px;padding:1.75rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Hero-module__gNeX-G__cardHeader{align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.Hero-module__gNeX-G__cardIcon{background:var(--accent-gradient);color:#fff;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.Hero-module__gNeX-G__cardHeader h3{color:#10b981;font-size:1rem;font-weight:600}.Hero-module__gNeX-G__cardHeader p{color:var(--text-tertiary);font-size:.8rem}.Hero-module__gNeX-G__cardAmount{align-items:baseline;gap:.25rem;margin-bottom:1.25rem;display:flex}.Hero-module__gNeX-G__currency{color:var(--text-secondary);font-size:1.25rem}.Hero-module__gNeX-G__amount{background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:800}.Hero-module__gNeX-G__cardDetails{border-bottom:1px solid var(--border-color);gap:1.5rem;margin-bottom:1.25rem;padding-bottom:1.25rem;display:flex}.Hero-module__gNeX-G__cardDetail span{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-size:.7rem;display:block}.Hero-module__gNeX-G__cardDetail strong{color:var(--text-primary);font-size:.9rem}.Hero-module__gNeX-G__cardProgress{text-align:center}.Hero-module__gNeX-G__progressBar{background:var(--bg-tertiary);border-radius:4px;height:6px;margin-bottom:.5rem;overflow:hidden}.Hero-module__gNeX-G__progressFill{background:var(--accent-gradient);border-radius:4px;height:100%;animation:2s ease-out Hero-module__gNeX-G__progressAnim}@keyframes Hero-module__gNeX-G__progressAnim{0%{width:0}}.Hero-module__gNeX-G__cardProgress span{color:var(--text-tertiary);font-size:.7rem}.Hero-module__gNeX-G__floatingCard{background:var(--bg-card);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-color);box-shadow:var(--shadow-lg);border-radius:14px;align-items:center;gap:.6rem;padding:.85rem 1rem;transition:transform .3s;animation:6s ease-in-out infinite Hero-module__gNeX-G__float;display:flex;position:absolute}.Hero-module__gNeX-G__floatIcon{border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.Hero-module__gNeX-G__floatingCard strong{color:var(--text-primary);font-size:.8rem;display:block}.Hero-module__gNeX-G__floatingCard p{color:var(--text-tertiary);font-size:.7rem}.Hero-module__gNeX-G__scoreGood{color:#10b981!important}.Hero-module__gNeX-G__card1{animation-delay:0s;top:5%;right:5%}.Hero-module__gNeX-G__card2{animation-delay:2s;bottom:30%;left:0}.Hero-module__gNeX-G__card3{animation-delay:4s;bottom:5%;right:10%}@keyframes Hero-module__gNeX-G__float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.Hero-module__gNeX-G__statsBar{background:var(--bg-card);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);margin-top:3rem;padding:1.75rem 0}.Hero-module__gNeX-G__statsContainer{grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1280px;margin:0 auto;padding:0 1.5rem;display:grid}.Hero-module__gNeX-G__statItem{text-align:center}.Hero-module__gNeX-G__statValue{background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.25rem;font-size:clamp(1.25rem,3vw,1.75rem);font-weight:800;display:block}.Hero-module__gNeX-G__statLabel{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}@media (max-width:1024px){.Hero-module__gNeX-G__hero{padding:6rem 0 2rem}.Hero-module__gNeX-G__container{text-align:center;grid-template-columns:1fr;gap:2rem}.Hero-module__gNeX-G__content{order:1}.Hero-module__gNeX-G__visual{order:2;width:100%;max-width:380px;height:350px;margin:0 auto}.Hero-module__gNeX-G__subtitle{margin:0 auto 1.5rem}.Hero-module__gNeX-G__actions,.Hero-module__gNeX-G__trustBadges{justify-content:center}}@media (max-width:768px){.Hero-module__gNeX-G__hero{min-height:auto;padding:5rem 0 1.5rem}.Hero-module__gNeX-G__container{padding:0 1rem}.Hero-module__gNeX-G__statsBar{margin-top:2rem;padding:1.25rem 0}.Hero-module__gNeX-G__statsContainer{grid-template-columns:repeat(2,1fr);gap:1rem;padding:0 1rem}.Hero-module__gNeX-G__visual{max-width:320px;height:300px}.Hero-module__gNeX-G__mainCard{width:260px;padding:1.25rem}.Hero-module__gNeX-G__amount{font-size:1.75rem}.Hero-module__gNeX-G__floatingCard{padding:.65rem .85rem}.Hero-module__gNeX-G__floatIcon{width:30px;height:30px}.Hero-module__gNeX-G__floatingCard strong{font-size:.7rem}.Hero-module__gNeX-G__floatingCard p{font-size:.6rem}.Hero-module__gNeX-G__card1{top:0;right:-5%}.Hero-module__gNeX-G__card2{bottom:25%;left:-5%}.Hero-module__gNeX-G__card3{bottom:0;right:0}.Hero-module__gNeX-G__trustBadges{gap:1rem}.Hero-module__gNeX-G__trustItem{font-size:.8rem}}@media (max-width:480px){.Hero-module__gNeX-G__hero{padding:4.5rem 0 1rem}.Hero-module__gNeX-G__actions{flex-direction:column;width:100%}.Hero-module__gNeX-G__actions .Hero-module__gNeX-G__btn{width:100%}.Hero-module__gNeX-G__visual{max-width:280px;height:280px}.Hero-module__gNeX-G__mainCard{width:220px;padding:1rem}.Hero-module__gNeX-G__cardIcon{width:36px;height:36px}.Hero-module__gNeX-G__cardIcon svg{width:20px;height:20px}.Hero-module__gNeX-G__amount{font-size:1.5rem}.Hero-module__gNeX-G__currency{font-size:1rem}.Hero-module__gNeX-G__cardDetails{gap:1rem}.Hero-module__gNeX-G__floatingCard{display:none}.Hero-module__gNeX-G__statsContainer{gap:.75rem}.Hero-module__gNeX-G__badge{padding:.4rem 1rem;font-size:.75rem}}
.Services-module__kf8n-G__services{padding:5rem 0;position:relative}.Services-module__kf8n-G__container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.Services-module__kf8n-G__header{text-align:center;margin-bottom:3rem}.Services-module__kf8n-G__badge{color:var(--accent-primary);text-transform:uppercase;letter-spacing:.05em;background:#2563eb1a;border:1px solid #2563eb33;border-radius:50px;margin-bottom:1rem;padding:.5rem 1.25rem;font-size:.8rem;font-weight:600;display:inline-block}.Services-module__kf8n-G__title{margin-bottom:.75rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800}.Services-module__kf8n-G__subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:clamp(.9rem,2vw,1.1rem);line-height:1.7}.Services-module__kf8n-G__grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.Services-module__kf8n-G__card{background:var(--bg-card);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-color);border-radius:18px;padding:1.75rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.Services-module__kf8n-G__card:before{content:"";background:var(--accent-color);height:3px;transition:transform .3s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.Services-module__kf8n-G__card:hover{border-color:var(--accent-color);box-shadow:var(--shadow-xl),0 0 40px color-mix(in srgb,var(--accent-color)20%,transparent);transform:translateY(-6px)}.Services-module__kf8n-G__card:hover:before{transform:scaleX(1)}.Services-module__kf8n-G__cardIcon{border-radius:14px;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:1rem;transition:transform .3s;display:flex}.Services-module__kf8n-G__card:hover .Services-module__kf8n-G__cardIcon{transform:scale(1.1)}.Services-module__kf8n-G__cardTitle{color:var(--text-primary);margin-bottom:.6rem;font-size:1.1rem;font-weight:700}.Services-module__kf8n-G__cardDesc{color:var(--text-secondary);margin-bottom:1rem;font-size:.875rem;line-height:1.6}.Services-module__kf8n-G__features{flex-wrap:wrap;gap:.4rem;margin-bottom:1.25rem;display:flex}.Services-module__kf8n-G__feature{background:var(--bg-tertiary);color:var(--text-secondary);border-radius:50px;align-items:center;gap:.3rem;padding:.3rem .65rem;font-size:.7rem;font-weight:500;display:inline-flex}.Services-module__kf8n-G__feature svg{color:var(--accent-color);width:12px;height:12px}.Services-module__kf8n-G__cardFooter{border-top:1px solid var(--border-color);justify-content:space-between;align-items:center;padding-top:1rem;display:flex}.Services-module__kf8n-G__rate{color:var(--accent-color);font-size:.8rem;font-weight:600}.Services-module__kf8n-G__applyBtn{color:var(--text-primary);align-items:center;gap:.3rem;font-size:.8rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.Services-module__kf8n-G__applyBtn:hover{color:var(--accent-color);gap:.5rem}.Services-module__kf8n-G__cta{background:var(--bg-card);border:1px solid var(--border-color);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:18px;flex-wrap:wrap;justify-content:center;align-items:center;gap:1.25rem;margin-top:3rem;padding:1.5rem;display:flex}.Services-module__kf8n-G__cta p{color:var(--text-secondary);font-size:1rem}@media (max-width:1024px){.Services-module__kf8n-G__services{padding:4rem 0}.Services-module__kf8n-G__grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width:768px){.Services-module__kf8n-G__services{padding:3rem 0}.Services-module__kf8n-G__container{padding:0 1rem}.Services-module__kf8n-G__header{margin-bottom:2rem}.Services-module__kf8n-G__grid{grid-template-columns:1fr;gap:1rem}.Services-module__kf8n-G__card{padding:1.5rem}.Services-module__kf8n-G__cta{text-align:center;flex-direction:column;gap:1rem;padding:1.25rem}}@media (max-width:480px){.Services-module__kf8n-G__services{padding:2.5rem 0}.Services-module__kf8n-G__card{padding:1.25rem}.Services-module__kf8n-G__cardIcon{width:44px;height:44px}.Services-module__kf8n-G__cardTitle{font-size:1rem}.Services-module__kf8n-G__cardDesc{font-size:.8rem}.Services-module__kf8n-G__features{gap:.3rem}.Services-module__kf8n-G__feature{padding:.25rem .5rem;font-size:.65rem}}
.About-module__Balj8a__about{padding:5rem 0;position:relative;overflow:hidden}.About-module__Balj8a__container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.About-module__Balj8a__grid{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.About-module__Balj8a__imageSection{position:relative}.About-module__Balj8a__imageWrapper{padding:1.5rem;position:relative}.About-module__Balj8a__mainImage{background:var(--bg-card);border:1px solid var(--border-color);aspect-ratio:4/3;border-radius:20px;position:relative;overflow:hidden}.About-module__Balj8a__imagePlaceholder{background:var(--accent-gradient);color:#fff;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;width:100%;height:100%;display:flex}.About-module__Balj8a__imagePlaceholder svg{opacity:.8;width:60px;height:60px}.About-module__Balj8a__imagePlaceholder span{font-size:1.1rem;font-weight:600}.About-module__Balj8a__floatingCard{background:var(--bg-card);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-color);box-shadow:var(--shadow-lg);border-radius:14px;align-items:center;gap:.6rem;padding:.85rem 1.1rem;animation:4s ease-in-out infinite About-module__Balj8a__float;display:flex;position:absolute;bottom:0;left:-.5rem}.About-module__Balj8a__floatingIcon{color:#fff;background:linear-gradient(135deg,#10b981,#059669);border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.About-module__Balj8a__floatingCard strong{color:var(--text-primary);font-size:.85rem;display:block}.About-module__Balj8a__floatingCard p{color:var(--text-tertiary);font-size:.7rem}@keyframes About-module__Balj8a__float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.About-module__Balj8a__experienceBadge{background:var(--accent-gradient);width:100px;height:100px;box-shadow:var(--shadow-xl),0 0 30px #2563eb4d;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;animation:5s ease-in-out 1s infinite About-module__Balj8a__float;display:flex;position:absolute;top:0;right:-.5rem}.About-module__Balj8a__expNumber{color:#fff;font-size:1.75rem;font-weight:800}.About-module__Balj8a__expText{color:#fffc;text-align:center;font-size:.65rem}.About-module__Balj8a__badge{color:var(--accent-primary);text-transform:uppercase;letter-spacing:.05em;background:#2563eb1a;border:1px solid #2563eb33;border-radius:50px;margin-bottom:.85rem;padding:.45rem 1.1rem;font-size:.8rem;font-weight:600;display:inline-block}.About-module__Balj8a__title{margin-bottom:1.25rem;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:800;line-height:1.2}.About-module__Balj8a__description{color:var(--text-secondary);margin-bottom:.85rem;font-size:.95rem;line-height:1.7}.About-module__Balj8a__keyPoints{grid-template-columns:repeat(2,1fr);gap:.6rem;margin:1.5rem 0;display:grid}.About-module__Balj8a__keyPoint{background:var(--bg-tertiary);border-radius:10px;align-items:center;gap:.6rem;padding:.65rem;transition:all .2s;display:flex}.About-module__Balj8a__keyPoint:hover{background:var(--bg-card);transform:translate(4px)}.About-module__Balj8a__keyIcon{color:#fff;background:linear-gradient(135deg,#10b981,#059669);border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.About-module__Balj8a__keyIcon svg{width:14px;height:14px}.About-module__Balj8a__keyPoint span{color:var(--text-primary);font-size:.85rem;font-weight:500}.About-module__Balj8a__actions{flex-wrap:wrap;gap:.85rem;margin-top:1.5rem;display:flex}.About-module__Balj8a__highlights{background:var(--bg-card);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-color);border-radius:20px;grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-top:3rem;padding:2rem;display:grid}.About-module__Balj8a__highlightItem{text-align:center;border-radius:14px;padding:1rem;transition:all .3s}.About-module__Balj8a__highlightItem:hover{background:var(--bg-tertiary);transform:translateY(-4px)}.About-module__Balj8a__highlightNumber{background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.35rem;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:800;display:block}.About-module__Balj8a__highlightLabel{color:var(--text-secondary);font-size:.8rem;font-weight:500}@media (max-width:1024px){.About-module__Balj8a__about{padding:4rem 0}.About-module__Balj8a__grid{grid-template-columns:1fr;gap:2.5rem}.About-module__Balj8a__imageSection{order:2;max-width:450px;margin:0 auto}.About-module__Balj8a__content{text-align:center;order:1}.About-module__Balj8a__keyPoints{max-width:400px;margin:1.5rem auto}.About-module__Balj8a__actions{justify-content:center}.About-module__Balj8a__highlights{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.About-module__Balj8a__about{padding:3rem 0}.About-module__Balj8a__container{padding:0 1rem}.About-module__Balj8a__highlights{gap:1rem;padding:1.25rem}.About-module__Balj8a__highlightItem{padding:.75rem}.About-module__Balj8a__keyPoints{grid-template-columns:1fr;max-width:300px}.About-module__Balj8a__floatingCard{padding:.7rem .9rem;left:0}.About-module__Balj8a__floatingIcon{width:34px;height:34px}.About-module__Balj8a__experienceBadge{width:85px;height:85px;right:0}.About-module__Balj8a__expNumber{font-size:1.5rem}.About-module__Balj8a__expText{font-size:.6rem}}@media (max-width:480px){.About-module__Balj8a__about{padding:2.5rem 0}.About-module__Balj8a__imageWrapper{padding:1rem}.About-module__Balj8a__imagePlaceholder svg{width:50px;height:50px}.About-module__Balj8a__imagePlaceholder span{font-size:1rem}.About-module__Balj8a__highlights{grid-template-columns:repeat(2,1fr);gap:.75rem;padding:1rem}.About-module__Balj8a__highlightItem{padding:.5rem}.About-module__Balj8a__floatingCard{display:none}.About-module__Balj8a__experienceBadge{width:70px;height:70px}.About-module__Balj8a__expNumber{font-size:1.25rem}.About-module__Balj8a__description{font-size:.9rem}.About-module__Balj8a__actions{flex-direction:column;width:100%}.About-module__Balj8a__actions .About-module__Balj8a__btn{width:100%}}
.WhyChooseUs-module__CE8tpW__whyChoose{background:var(--bg-secondary);padding:5rem 0;position:relative}.WhyChooseUs-module__CE8tpW__container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.WhyChooseUs-module__CE8tpW__header{text-align:center;margin-bottom:3rem}.WhyChooseUs-module__CE8tpW__badge{color:var(--accent-gold);text-transform:uppercase;letter-spacing:.05em;background:#f59e0b1a;border:1px solid #f59e0b33;border-radius:50px;margin-bottom:.85rem;padding:.45rem 1.1rem;font-size:.8rem;font-weight:600;display:inline-block}.WhyChooseUs-module__CE8tpW__title{margin-bottom:.75rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800}.WhyChooseUs-module__CE8tpW__subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:clamp(.9rem,2vw,1.1rem);line-height:1.7}.WhyChooseUs-module__CE8tpW__grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.WhyChooseUs-module__CE8tpW__card{background:var(--bg-card);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-color);text-align:center;border-radius:18px;padding:1.75rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.WhyChooseUs-module__CE8tpW__card:hover{border-color:var(--accent-gold);box-shadow:var(--shadow-xl),0 0 30px #f59e0b1a;transform:translateY(-6px)}.WhyChooseUs-module__CE8tpW__cardInner{z-index:1;position:relative}.WhyChooseUs-module__CE8tpW__cardGlow{opacity:0;background:radial-gradient(circle,#f59e0b1f 0%,#0000 70%);width:120px;height:120px;transition:opacity .4s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.WhyChooseUs-module__CE8tpW__card:hover .WhyChooseUs-module__CE8tpW__cardGlow{opacity:1}.WhyChooseUs-module__CE8tpW__iconWrapper{background:var(--accent-gold-gradient);color:#1a1a24;border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 1rem;transition:transform .3s;display:flex;box-shadow:0 6px 16px #f59e0b4d}.WhyChooseUs-module__CE8tpW__card:hover .WhyChooseUs-module__CE8tpW__iconWrapper{transform:scale(1.1)rotate(5deg)}.WhyChooseUs-module__CE8tpW__cardTitle{color:var(--text-primary);margin-bottom:.6rem;font-size:1.1rem;font-weight:700}.WhyChooseUs-module__CE8tpW__cardDesc{color:var(--text-secondary);font-size:.875rem;line-height:1.6}.WhyChooseUs-module__CE8tpW__trustBanner{background:var(--bg-card);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-color);border-radius:20px;justify-content:space-between;align-items:center;gap:1.5rem;margin-top:3rem;padding:2rem;display:flex;position:relative;overflow:hidden}.WhyChooseUs-module__CE8tpW__trustBanner:before{content:"";background:var(--accent-gold-gradient);height:3px;position:absolute;top:0;left:0;right:0}.WhyChooseUs-module__CE8tpW__trustContent{align-items:center;gap:1.25rem;display:flex}.WhyChooseUs-module__CE8tpW__trustIcon{background:var(--accent-gold-gradient);color:#1a1a24;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;display:flex}.WhyChooseUs-module__CE8tpW__trustContent h3{color:var(--text-primary);margin-bottom:.35rem;font-size:1.25rem;font-weight:700}.WhyChooseUs-module__CE8tpW__trustContent p{color:var(--text-secondary);font-size:.9rem}@media (max-width:1024px){.WhyChooseUs-module__CE8tpW__whyChoose{padding:4rem 0}.WhyChooseUs-module__CE8tpW__grid{grid-template-columns:repeat(2,1fr);gap:1rem}.WhyChooseUs-module__CE8tpW__trustBanner{text-align:center;flex-direction:column;padding:1.75rem}.WhyChooseUs-module__CE8tpW__trustContent{flex-direction:column}}@media (max-width:768px){.WhyChooseUs-module__CE8tpW__whyChoose{padding:3rem 0}.WhyChooseUs-module__CE8tpW__container{padding:0 1rem}.WhyChooseUs-module__CE8tpW__header{margin-bottom:2rem}.WhyChooseUs-module__CE8tpW__grid{grid-template-columns:1fr;gap:1rem}.WhyChooseUs-module__CE8tpW__card{padding:1.5rem}.WhyChooseUs-module__CE8tpW__trustBanner{margin-top:2rem;padding:1.5rem}.WhyChooseUs-module__CE8tpW__trustIcon{width:50px;height:50px}.WhyChooseUs-module__CE8tpW__trustContent h3{font-size:1.1rem}.WhyChooseUs-module__CE8tpW__trustContent p{font-size:.85rem}}@media (max-width:480px){.WhyChooseUs-module__CE8tpW__whyChoose{padding:2.5rem 0}.WhyChooseUs-module__CE8tpW__card{padding:1.25rem}.WhyChooseUs-module__CE8tpW__iconWrapper{width:48px;height:48px}.WhyChooseUs-module__CE8tpW__cardTitle{font-size:1rem}.WhyChooseUs-module__CE8tpW__cardDesc{font-size:.8rem}.WhyChooseUs-module__CE8tpW__trustBanner{padding:1.25rem}}
.LoanCalculator-module__xMqaoW__calculator{padding:5rem 0;position:relative}.LoanCalculator-module__xMqaoW__container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.LoanCalculator-module__xMqaoW__grid{grid-template-columns:1fr 1fr;align-items:center;gap:2.5rem;display:grid}.LoanCalculator-module__xMqaoW__badge{color:var(--accent-primary);text-transform:uppercase;letter-spacing:.05em;background:#2563eb1a;border:1px solid #2563eb33;border-radius:50px;margin-bottom:.85rem;padding:.45rem 1.1rem;font-size:.8rem;font-weight:600;display:inline-block}.LoanCalculator-module__xMqaoW__title{margin-bottom:.85rem;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:800;line-height:1.2}.LoanCalculator-module__xMqaoW__subtitle{color:var(--text-secondary);margin-bottom:2rem;font-size:.95rem;line-height:1.7}.LoanCalculator-module__xMqaoW__inputGroup{margin-bottom:1.75rem}.LoanCalculator-module__xMqaoW__inputHeader{justify-content:space-between;align-items:center;margin-bottom:.6rem;display:flex}.LoanCalculator-module__xMqaoW__inputHeader label{color:var(--text-primary);font-size:.875rem;font-weight:600}.LoanCalculator-module__xMqaoW__value{background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1rem;font-weight:700}.LoanCalculator-module__xMqaoW__slider{appearance:none;background:var(--bg-tertiary);cursor:pointer;border-radius:4px;outline:none;width:100%;height:8px}.LoanCalculator-module__xMqaoW__slider::-webkit-slider-thumb{appearance:none;background:var(--accent-gradient);cursor:pointer;border-radius:50%;width:22px;height:22px;transition:transform .2s;box-shadow:0 4px 10px #2563eb66}.LoanCalculator-module__xMqaoW__slider::-webkit-slider-thumb:hover{transform:scale(1.1)}.LoanCalculator-module__xMqaoW__slider::-moz-range-thumb{background:var(--accent-gradient);cursor:pointer;border:none;border-radius:50%;width:22px;height:22px;box-shadow:0 4px 10px #2563eb66}.LoanCalculator-module__xMqaoW__range{color:var(--text-tertiary);justify-content:space-between;margin-top:.4rem;font-size:.7rem;display:flex}.LoanCalculator-module__xMqaoW__resultsCard{background:var(--bg-card);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-color);box-shadow:var(--shadow-xl),var(--shadow-glow);border-radius:20px;padding:2rem}.LoanCalculator-module__xMqaoW__emiDisplay{text-align:center;border-bottom:1px solid var(--border-color);margin-bottom:1.75rem;padding-bottom:1.75rem}.LoanCalculator-module__xMqaoW__emiLabel{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.4rem;font-size:.8rem;display:block}.LoanCalculator-module__xMqaoW__emiAmount{background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:clamp(2rem,6vw,2.75rem);font-weight:800}.LoanCalculator-module__xMqaoW__chartContainer{justify-content:center;margin-bottom:1.75rem;display:flex}.LoanCalculator-module__xMqaoW__donutChart{width:160px;height:160px;position:relative}.LoanCalculator-module__xMqaoW__donutChart svg{transform:rotate(-90deg)}.LoanCalculator-module__xMqaoW__chartSegment{transition:stroke-dasharray .5s,stroke-dashoffset .5s}.LoanCalculator-module__xMqaoW__chartCenter{text-align:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.LoanCalculator-module__xMqaoW__chartCenter span{color:var(--text-tertiary);text-transform:uppercase;font-size:.7rem;display:block}.LoanCalculator-module__xMqaoW__chartCenter strong{color:var(--text-primary);font-size:.9rem;font-weight:700;display:block}.LoanCalculator-module__xMqaoW__legend{grid-template-columns:repeat(2,1fr);gap:.85rem;margin-bottom:1.75rem;display:grid}.LoanCalculator-module__xMqaoW__legendItem{background:var(--bg-tertiary);border-radius:10px;align-items:center;gap:.6rem;padding:.85rem;display:flex}.LoanCalculator-module__xMqaoW__legendDot{border-radius:3px;flex-shrink:0;width:10px;height:10px}.LoanCalculator-module__xMqaoW__legendItem span{color:var(--text-tertiary);font-size:.7rem;display:block}.LoanCalculator-module__xMqaoW__legendItem strong{color:var(--text-primary);font-size:.85rem;font-weight:700;display:block}.LoanCalculator-module__xMqaoW__applyBtn{width:100%}@media (max-width:1024px){.LoanCalculator-module__xMqaoW__calculator{padding:4rem 0}.LoanCalculator-module__xMqaoW__grid{grid-template-columns:1fr;gap:2rem}.LoanCalculator-module__xMqaoW__formSection{text-align:center}.LoanCalculator-module__xMqaoW__inputHeader{justify-content:center;gap:1rem}.LoanCalculator-module__xMqaoW__resultsCard{max-width:450px;margin:0 auto}}@media (max-width:768px){.LoanCalculator-module__xMqaoW__calculator{padding:3rem 0}.LoanCalculator-module__xMqaoW__container{padding:0 1rem}.LoanCalculator-module__xMqaoW__resultsCard{padding:1.5rem}.LoanCalculator-module__xMqaoW__donutChart{width:140px;height:140px}.LoanCalculator-module__xMqaoW__legend{grid-template-columns:1fr;gap:.6rem}.LoanCalculator-module__xMqaoW__legendItem{padding:.7rem}}@media (max-width:480px){.LoanCalculator-module__xMqaoW__calculator{padding:2.5rem 0}.LoanCalculator-module__xMqaoW__resultsCard{padding:1.25rem}.LoanCalculator-module__xMqaoW__emiDisplay{margin-bottom:1.25rem;padding-bottom:1.25rem}.LoanCalculator-module__xMqaoW__donutChart{width:120px;height:120px}.LoanCalculator-module__xMqaoW__chartCenter span{font-size:.6rem}.LoanCalculator-module__xMqaoW__chartCenter strong{font-size:.8rem}.LoanCalculator-module__xMqaoW__legendItem{padding:.6rem}.LoanCalculator-module__xMqaoW__legendItem span{font-size:.65rem}.LoanCalculator-module__xMqaoW__legendItem strong{font-size:.8rem}}
.Testimonials-module__3Exg0W__testimonials{padding:5rem 0;position:relative}.Testimonials-module__3Exg0W__container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.Testimonials-module__3Exg0W__header{text-align:center;margin-bottom:3rem}.Testimonials-module__3Exg0W__badge{color:#10b981;text-transform:uppercase;letter-spacing:.05em;background:#10b9811a;border:1px solid #10b98133;border-radius:50px;margin-bottom:.85rem;padding:.45rem 1.1rem;font-size:.8rem;font-weight:600;display:inline-block}.Testimonials-module__3Exg0W__title{margin-bottom:.75rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800}.Testimonials-module__3Exg0W__subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:clamp(.9rem,2vw,1.1rem);line-height:1.7}.Testimonials-module__3Exg0W__grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}.Testimonials-module__3Exg0W__card{background:var(--bg-card);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-color);border-radius:18px;padding:1.75rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative}.Testimonials-module__3Exg0W__card:hover,.Testimonials-module__3Exg0W__card.Testimonials-module__3Exg0W__active{box-shadow:var(--shadow-xl),0 0 30px #10b9811a;border-color:#10b981;transform:translateY(-6px)}.Testimonials-module__3Exg0W__quoteIcon{color:var(--border-color);opacity:.5;position:absolute;top:1.25rem;right:1.25rem}.Testimonials-module__3Exg0W__quoteIcon svg{width:24px;height:24px}.Testimonials-module__3Exg0W__rating{gap:.2rem;margin-bottom:.85rem;display:flex}.Testimonials-module__3Exg0W__star{color:var(--text-tertiary)}.Testimonials-module__3Exg0W__star svg{width:14px;height:14px}.Testimonials-module__3Exg0W__starFilled{color:#fbbf24}.Testimonials-module__3Exg0W__text{color:var(--text-secondary);min-height:80px;margin-bottom:1.25rem;font-size:.875rem;line-height:1.7}.Testimonials-module__3Exg0W__loanInfo{flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem;display:flex}.Testimonials-module__3Exg0W__loanType{color:#10b981;background:#10b9811a;border-radius:50px;padding:.3rem .6rem;font-size:.7rem;font-weight:600}.Testimonials-module__3Exg0W__loanAmount{background:var(--bg-tertiary);color:var(--text-primary);border-radius:50px;padding:.3rem .6rem;font-size:.7rem;font-weight:600}.Testimonials-module__3Exg0W__author{border-top:1px solid var(--border-color);align-items:center;gap:.6rem;padding-top:1.25rem;display:flex}.Testimonials-module__3Exg0W__avatar{background:var(--accent-gradient);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1rem;font-weight:700;display:flex}.Testimonials-module__3Exg0W__authorInfo strong{color:var(--text-primary);font-size:.85rem;display:block}.Testimonials-module__3Exg0W__authorInfo span{color:var(--text-tertiary);font-size:.75rem}.Testimonials-module__3Exg0W__dots{justify-content:center;gap:.4rem;margin-top:1.75rem;display:flex}.Testimonials-module__3Exg0W__dot{background:var(--border-color);cursor:pointer;border:none;border-radius:50%;width:8px;height:8px;transition:all .3s}.Testimonials-module__3Exg0W__dot:hover{background:var(--text-tertiary)}.Testimonials-module__3Exg0W__dot.Testimonials-module__3Exg0W__active{background:var(--accent-gradient);border-radius:4px;width:24px}.Testimonials-module__3Exg0W__stats{background:var(--bg-card);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-color);border-radius:20px;flex-wrap:wrap;justify-content:center;gap:3rem;margin-top:3rem;padding:2rem;display:flex}.Testimonials-module__3Exg0W__stat{align-items:center;gap:.85rem;display:flex}.Testimonials-module__3Exg0W__statIcon{color:#10b981;background:#10b9811a;border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.Testimonials-module__3Exg0W__statIcon svg{width:22px;height:22px}.Testimonials-module__3Exg0W__stat strong{color:var(--text-primary);font-size:1.25rem;font-weight:800;display:block}.Testimonials-module__3Exg0W__stat span{color:var(--text-tertiary);font-size:.8rem}@media (max-width:1200px){.Testimonials-module__3Exg0W__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Testimonials-module__3Exg0W__testimonials{padding:3rem 0}.Testimonials-module__3Exg0W__container{padding:0 1rem}.Testimonials-module__3Exg0W__header{margin-bottom:2rem}.Testimonials-module__3Exg0W__grid{grid-template-columns:1fr;gap:1rem}.Testimonials-module__3Exg0W__card{padding:1.5rem}.Testimonials-module__3Exg0W__text{min-height:auto}.Testimonials-module__3Exg0W__stats{flex-direction:column;align-items:center;gap:1.25rem;padding:1.5rem}.Testimonials-module__3Exg0W__stat{justify-content:center;width:100%}}@media (max-width:480px){.Testimonials-module__3Exg0W__testimonials{padding:2.5rem 0}.Testimonials-module__3Exg0W__card{padding:1.25rem}.Testimonials-module__3Exg0W__text{font-size:.8rem}.Testimonials-module__3Exg0W__avatar{width:36px;height:36px;font-size:.9rem}.Testimonials-module__3Exg0W__authorInfo strong{font-size:.8rem}.Testimonials-module__3Exg0W__authorInfo span{font-size:.7rem}.Testimonials-module__3Exg0W__stats{padding:1.25rem}.Testimonials-module__3Exg0W__statIcon{width:40px;height:40px}.Testimonials-module__3Exg0W__stat strong{font-size:1.1rem}.Testimonials-module__3Exg0W__stat span{font-size:.75rem}}
.LoanProcess-module__H1Gvla__process{background:var(--bg-secondary);padding:5rem 0;position:relative}.LoanProcess-module__H1Gvla__container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.LoanProcess-module__H1Gvla__header{text-align:center;margin-bottom:3rem}.LoanProcess-module__H1Gvla__badge{color:#8b5cf6;text-transform:uppercase;letter-spacing:.05em;background:#8b5cf61a;border:1px solid #8b5cf633;border-radius:50px;margin-bottom:.85rem;padding:.45rem 1.1rem;font-size:.8rem;font-weight:600;display:inline-block}.LoanProcess-module__H1Gvla__title{margin-bottom:.75rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800}.LoanProcess-module__H1Gvla__subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:clamp(.9rem,2vw,1.1rem);line-height:1.7}.LoanProcess-module__H1Gvla__steps{grid-template-columns:repeat(4,1fr);align-items:stretch;gap:.5rem;display:grid}.LoanProcess-module__H1Gvla__step{align-items:center;gap:.5rem;display:flex}.LoanProcess-module__H1Gvla__stepCard{background:var(--bg-card);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-color);text-align:center;border-radius:18px;flex:1;padding:1.75rem 1.25rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative}.LoanProcess-module__H1Gvla__stepCard:hover{border-color:var(--accent-primary);box-shadow:var(--shadow-xl),var(--shadow-glow);transform:translateY(-6px)}.LoanProcess-module__H1Gvla__stepNumber{background:var(--accent-gradient);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.75rem;font-weight:700;display:flex;position:absolute;top:-14px;left:50%;transform:translate(-50%);box-shadow:0 4px 10px #2563eb66}.LoanProcess-module__H1Gvla__stepIcon{width:52px;height:52px;color:var(--accent-primary);background:#2563eb1a;border-radius:14px;justify-content:center;align-items:center;margin:.75rem auto 1rem;transition:all .3s;display:flex}.LoanProcess-module__H1Gvla__stepIcon svg{width:24px;height:24px}.LoanProcess-module__H1Gvla__stepCard:hover .LoanProcess-module__H1Gvla__stepIcon{background:var(--accent-gradient);color:#fff;transform:scale(1.1)}.LoanProcess-module__H1Gvla__stepTitle{color:var(--text-primary);margin-bottom:.5rem;font-size:1rem;font-weight:700}.LoanProcess-module__H1Gvla__stepDesc{color:var(--text-secondary);font-size:.8rem;line-height:1.6}.LoanProcess-module__H1Gvla__connector{width:30px;color:var(--text-tertiary);flex-shrink:0;justify-content:center;align-items:center;display:flex}.LoanProcess-module__H1Gvla__connector svg{width:24px;height:24px}.LoanProcess-module__H1Gvla__cta{background:var(--accent-gradient);color:#fff;border-radius:20px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;margin-top:3rem;padding:2rem;display:flex}.LoanProcess-module__H1Gvla__ctaContent h3{margin-bottom:.35rem;font-size:1.25rem;font-weight:700}.LoanProcess-module__H1Gvla__ctaContent p{opacity:.9;font-size:.9rem}.LoanProcess-module__H1Gvla__cta .LoanProcess-module__H1Gvla__btn{color:#2563eb;background:#fff;box-shadow:0 6px 16px #0003}.LoanProcess-module__H1Gvla__cta .LoanProcess-module__H1Gvla__btn:hover{transform:translateY(-2px);box-shadow:0 10px 24px #0000004d}@media (max-width:1024px){.LoanProcess-module__H1Gvla__process{padding:4rem 0}.LoanProcess-module__H1Gvla__steps{grid-template-columns:repeat(2,1fr);gap:1.5rem}.LoanProcess-module__H1Gvla__connector{display:none}.LoanProcess-module__H1Gvla__step{flex-direction:column}}@media (max-width:768px){.LoanProcess-module__H1Gvla__process{padding:3rem 0}.LoanProcess-module__H1Gvla__container{padding:0 1rem}.LoanProcess-module__H1Gvla__header{margin-bottom:2rem}.LoanProcess-module__H1Gvla__steps{grid-template-columns:1fr;gap:1.25rem}.LoanProcess-module__H1Gvla__stepCard{padding:1.5rem 1rem}.LoanProcess-module__H1Gvla__cta{text-align:center;flex-direction:column;gap:1rem;padding:1.5rem}.LoanProcess-module__H1Gvla__ctaContent h3{font-size:1.1rem}.LoanProcess-module__H1Gvla__ctaContent p{font-size:.85rem}}@media (max-width:480px){.LoanProcess-module__H1Gvla__process{padding:2.5rem 0}.LoanProcess-module__H1Gvla__stepCard{padding:1.25rem 1rem}.LoanProcess-module__H1Gvla__stepNumber{width:28px;height:28px;font-size:.7rem;top:-12px}.LoanProcess-module__H1Gvla__stepIcon{width:44px;height:44px}.LoanProcess-module__H1Gvla__stepIcon svg{width:20px;height:20px}.LoanProcess-module__H1Gvla__stepTitle{font-size:.95rem}.LoanProcess-module__H1Gvla__stepDesc{font-size:.75rem}.LoanProcess-module__H1Gvla__cta{padding:1.25rem}}
.FAQ-module__xrt3Fa__faq{background:var(--bg-secondary);padding:5rem 0;position:relative}.FAQ-module__xrt3Fa__container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.FAQ-module__xrt3Fa__grid{grid-template-columns:1fr 1.5fr;align-items:start;gap:3rem;display:grid}.FAQ-module__xrt3Fa__headerSection{position:sticky;top:100px}.FAQ-module__xrt3Fa__badge{color:#ec4899;text-transform:uppercase;letter-spacing:.05em;background:#ec48991a;border:1px solid #ec489933;border-radius:50px;margin-bottom:.85rem;padding:.45rem 1.1rem;font-size:.8rem;font-weight:600;display:inline-block}.FAQ-module__xrt3Fa__title{margin-bottom:.85rem;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:800;line-height:1.2}.FAQ-module__xrt3Fa__subtitle{color:var(--text-secondary);margin-bottom:1.75rem;font-size:.95rem;line-height:1.7}.FAQ-module__xrt3Fa__helpBox{background:var(--bg-card);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-color);border-radius:18px;flex-direction:column;gap:.85rem;padding:1.25rem;display:flex}.FAQ-module__xrt3Fa__helpIcon{color:#ec4899;background:#ec48991a;border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.FAQ-module__xrt3Fa__helpIcon svg{width:22px;height:22px}.FAQ-module__xrt3Fa__helpBox h4{color:var(--text-primary);margin-bottom:.2rem;font-size:1rem;font-weight:700}.FAQ-module__xrt3Fa__helpBox p{color:var(--text-tertiary);font-size:.8rem}.FAQ-module__xrt3Fa__faqList{flex-direction:column;gap:.85rem;display:flex}.FAQ-module__xrt3Fa__faqItem{background:var(--bg-card);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-color);border-radius:14px;transition:all .3s;overflow:hidden}.FAQ-module__xrt3Fa__faqItem:hover{border-color:var(--accent-primary)}.FAQ-module__xrt3Fa__faqItem.FAQ-module__xrt3Fa__open{border-color:var(--accent-primary);box-shadow:var(--shadow-lg),var(--shadow-glow)}.FAQ-module__xrt3Fa__faqQuestion{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:.85rem;width:100%;padding:1rem 1.25rem;display:flex}.FAQ-module__xrt3Fa__faqQuestion span{color:var(--text-primary);font-size:.925rem;font-weight:600;line-height:1.4}.FAQ-module__xrt3Fa__icon{background:var(--bg-tertiary);width:28px;height:28px;color:var(--text-secondary);border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;transition:all .3s;display:flex}.FAQ-module__xrt3Fa__icon svg{width:14px;height:14px}.FAQ-module__xrt3Fa__faqItem.FAQ-module__xrt3Fa__open .FAQ-module__xrt3Fa__icon{background:var(--accent-gradient);color:#fff;transform:rotate(45deg)}.FAQ-module__xrt3Fa__faqAnswer{max-height:0;transition:max-height .3s,padding .3s;overflow:hidden}.FAQ-module__xrt3Fa__faqItem.FAQ-module__xrt3Fa__open .FAQ-module__xrt3Fa__faqAnswer{max-height:400px}.FAQ-module__xrt3Fa__faqAnswer p{color:var(--text-secondary);padding:0 1.25rem 1.25rem;font-size:.875rem;line-height:1.7}@media (max-width:1024px){.FAQ-module__xrt3Fa__faq{padding:4rem 0}.FAQ-module__xrt3Fa__grid{grid-template-columns:1fr;gap:2rem}.FAQ-module__xrt3Fa__headerSection{text-align:center;position:static}.FAQ-module__xrt3Fa__helpBox{text-align:center;align-items:center;max-width:400px;margin:0 auto}}@media (max-width:768px){.FAQ-module__xrt3Fa__faq{padding:3rem 0}.FAQ-module__xrt3Fa__container{padding:0 1rem}.FAQ-module__xrt3Fa__faqQuestion{padding:.85rem 1rem}.FAQ-module__xrt3Fa__faqQuestion span{font-size:.875rem}.FAQ-module__xrt3Fa__faqAnswer p{padding:0 1rem 1rem;font-size:.8rem}.FAQ-module__xrt3Fa__helpBox{padding:1rem}.FAQ-module__xrt3Fa__helpIcon{width:40px;height:40px}}@media (max-width:480px){.FAQ-module__xrt3Fa__faq{padding:2.5rem 0}.FAQ-module__xrt3Fa__faqQuestion{padding:.75rem .85rem}.FAQ-module__xrt3Fa__faqQuestion span{font-size:.8rem}.FAQ-module__xrt3Fa__icon{width:24px;height:24px}.FAQ-module__xrt3Fa__faqAnswer p{padding:0 .85rem .85rem;font-size:.75rem}.FAQ-module__xrt3Fa__helpBox h4{font-size:.9rem}.FAQ-module__xrt3Fa__helpBox p{font-size:.75rem}}
.about-module__-i9KWa__hero{text-align:center;background:linear-gradient(180deg,var(--bg-primary)0%,var(--bg-secondary)100%);padding:8rem 1.5rem 4rem}.about-module__-i9KWa__heroContent{max-width:800px;margin:0 auto 3rem}.about-module__-i9KWa__badge{color:var(--accent-primary);text-transform:uppercase;letter-spacing:.05em;background:#2563eb1a;border:1px solid #2563eb33;border-radius:50px;margin-bottom:1rem;padding:.5rem 1.25rem;font-size:.8rem;font-weight:600;display:inline-block}.about-module__-i9KWa__heroTitle{margin-bottom:1rem;font-size:clamp(2rem,5vw,3rem);font-weight:800;line-height:1.1}.about-module__-i9KWa__heroSubtitle{color:var(--text-secondary);max-width:700px;margin:0 auto;font-size:1.1rem;line-height:1.7}.about-module__-i9KWa__statsGrid{grid-template-columns:repeat(6,1fr);gap:1rem;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:grid}.about-module__-i9KWa__statCard{background:var(--bg-card);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-color);border-radius:16px;flex-direction:column;align-items:center;padding:1.5rem 1rem;transition:all .3s;display:flex}.about-module__-i9KWa__statCard:hover{border-color:var(--accent-primary);transform:translateY(-4px)}.about-module__-i9KWa__statIcon{margin-bottom:.5rem;font-size:2rem}.about-module__-i9KWa__statValue{background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:800}.about-module__-i9KWa__statLabel{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;text-align:center;font-size:.75rem}.about-module__-i9KWa__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.about-module__-i9KWa__tabSection{padding:4rem 0}.about-module__-i9KWa__tabNav{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:3rem;display:flex}.about-module__-i9KWa__tabBtn{background:var(--bg-card);border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;border-radius:50px;align-items:center;gap:.5rem;padding:.85rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .3s;display:flex}.about-module__-i9KWa__tabBtn:hover{background:var(--bg-tertiary);color:var(--text-primary)}.about-module__-i9KWa__tabBtnActive{background:var(--accent-gradient);color:#fff;border-color:#0000}.about-module__-i9KWa__tabContent{background:var(--bg-card);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-color);border-radius:24px;padding:2.5rem}.about-module__-i9KWa__storyContent{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.about-module__-i9KWa__storyText h2{color:var(--text-primary);margin-bottom:1.5rem;font-size:2rem;font-weight:800}.about-module__-i9KWa__storyText p{color:var(--text-secondary);margin-bottom:1rem;font-size:1rem;line-height:1.8}.about-module__-i9KWa__storyImage{justify-content:center;display:flex}.about-module__-i9KWa__imagePlaceholder{aspect-ratio:4/3;background:var(--accent-gradient);color:#fff;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:400px;display:flex}.about-module__-i9KWa__imagePlaceholder span{margin-bottom:1rem;font-size:5rem}.about-module__-i9KWa__imagePlaceholder p{font-size:1.25rem;font-weight:600}.about-module__-i9KWa__valuesHeader{text-align:center;margin-bottom:2rem}.about-module__-i9KWa__valuesHeader h2{margin-bottom:.5rem;font-size:2rem;font-weight:800}.about-module__-i9KWa__valuesHeader p{color:var(--text-secondary)}.about-module__-i9KWa__valuesGrid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.about-module__-i9KWa__valueCard{background:var(--bg-tertiary);border-radius:16px;padding:2rem;transition:all .3s}.about-module__-i9KWa__valueCard:hover{background:var(--bg-primary);transform:translateY(-4px)}.about-module__-i9KWa__valueIcon{background:var(--accent-gradient);color:#fff;border-radius:16px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1rem;display:flex}.about-module__-i9KWa__valueCard h3{color:var(--text-primary);margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.about-module__-i9KWa__valueCard p{color:var(--text-secondary);font-size:.9rem;line-height:1.6}.about-module__-i9KWa__teamHeader{text-align:center;margin-bottom:2rem}.about-module__-i9KWa__teamHeader h2{margin-bottom:.5rem;font-size:2rem;font-weight:800}.about-module__-i9KWa__teamHeader p{color:var(--text-secondary)}.about-module__-i9KWa__teamGrid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.about-module__-i9KWa__teamCard{text-align:center;background:var(--bg-tertiary);border-radius:16px;padding:2rem 1.5rem;transition:all .3s}.about-module__-i9KWa__teamCard:hover{transform:translateY(-4px)}.about-module__-i9KWa__teamAvatar{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1rem;font-size:1.75rem;font-weight:700;display:flex}.about-module__-i9KWa__teamCard h3{color:var(--text-primary);margin-bottom:.25rem;font-size:1.1rem;font-weight:700}.about-module__-i9KWa__teamRole{color:var(--accent-primary);margin-bottom:.5rem;font-size:.85rem;font-weight:500;display:block}.about-module__-i9KWa__teamExp{color:var(--text-tertiary);font-size:.8rem}.about-module__-i9KWa__journeyHeader{text-align:center;margin-bottom:2rem}.about-module__-i9KWa__journeyHeader h2{margin-bottom:.5rem;font-size:2rem;font-weight:800}.about-module__-i9KWa__journeyHeader p{color:var(--text-secondary)}.about-module__-i9KWa__timeline{max-width:800px;margin:0 auto;position:relative}.about-module__-i9KWa__timeline:before{content:"";background:var(--border-color);width:2px;position:absolute;top:0;bottom:0;left:60px}.about-module__-i9KWa__timelineItem{gap:2rem;margin-bottom:2rem;display:flex;position:relative}.about-module__-i9KWa__timelineItem:last-child{margin-bottom:0}.about-module__-i9KWa__timelineYear{width:60px;color:var(--accent-primary);text-align:right;flex-shrink:0;font-size:1rem;font-weight:700}.about-module__-i9KWa__timelineContent{background:var(--bg-tertiary);border-radius:12px;flex:1;padding:1.5rem;position:relative}.about-module__-i9KWa__timelineContent:before{content:"";background:var(--accent-gradient);border-radius:50%;width:12px;height:12px;position:absolute;top:50%;left:-1.5rem;transform:translateY(-50%)}.about-module__-i9KWa__timelineContent h3{color:var(--text-primary);margin-bottom:.35rem;font-size:1.1rem;font-weight:700}.about-module__-i9KWa__timelineContent p{color:var(--text-secondary);font-size:.9rem}.about-module__-i9KWa__certSection{background:var(--bg-secondary);padding:4rem 0}.about-module__-i9KWa__certContent{text-align:center}.about-module__-i9KWa__certContent h2{margin-bottom:2rem;font-size:1.75rem;font-weight:800}.about-module__-i9KWa__certGrid{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.about-module__-i9KWa__certCard{background:var(--bg-card);border:1px solid var(--border-color);color:var(--text-primary);border-radius:50px;align-items:center;gap:.75rem;padding:1rem 1.5rem;font-weight:600;display:flex}.about-module__-i9KWa__certIcon{font-size:1.5rem}.about-module__-i9KWa__ctaSection{padding:4rem 0}.about-module__-i9KWa__ctaCard{background:var(--accent-gradient);color:#fff;border-radius:24px;justify-content:space-between;align-items:center;gap:2rem;padding:3rem;display:flex}.about-module__-i9KWa__ctaContent h2{margin-bottom:.5rem;font-size:2rem;font-weight:800}.about-module__-i9KWa__ctaContent p{opacity:.9;font-size:1.1rem}.about-module__-i9KWa__ctaButtons{gap:1rem;display:flex}.about-module__-i9KWa__ctaButtons .about-module__-i9KWa__btn-primary{color:#2563eb;background:#fff}.about-module__-i9KWa__ctaButtons .about-module__-i9KWa__btn-secondary{color:#fff;background:#fff3;border-color:#ffffff4d}@media (max-width:1200px){.about-module__-i9KWa__statsGrid{grid-template-columns:repeat(3,1fr)}}@media (max-width:1024px){.about-module__-i9KWa__teamGrid{grid-template-columns:repeat(2,1fr)}.about-module__-i9KWa__storyContent{grid-template-columns:1fr}.about-module__-i9KWa__storyImage{order:-1}}@media (max-width:768px){.about-module__-i9KWa__hero{padding:7rem 1rem 3rem}.about-module__-i9KWa__statsGrid{grid-template-columns:repeat(2,1fr);gap:.75rem;padding:0 1rem}.about-module__-i9KWa__statCard{padding:1rem}.about-module__-i9KWa__statValue{font-size:1.25rem}.about-module__-i9KWa__tabSection{padding:2rem 0}.about-module__-i9KWa__container{padding:0 1rem}.about-module__-i9KWa__tabNav{gap:.35rem}.about-module__-i9KWa__tabBtn{padding:.6rem 1rem;font-size:.8rem}.about-module__-i9KWa__tabContent{padding:1.5rem}.about-module__-i9KWa__valuesGrid{grid-template-columns:1fr}.about-module__-i9KWa__timeline:before{left:50px}.about-module__-i9KWa__timelineYear{width:50px;font-size:.9rem}.about-module__-i9KWa__ctaCard{text-align:center;flex-direction:column;padding:2rem}.about-module__-i9KWa__ctaButtons{flex-direction:column;width:100%}.about-module__-i9KWa__ctaButtons .about-module__-i9KWa__btn{width:100%}.about-module__-i9KWa__certGrid{gap:.75rem}.about-module__-i9KWa__certCard{padding:.75rem 1rem;font-size:.85rem}}@media (max-width:480px){.about-module__-i9KWa__statsGrid{grid-template-columns:repeat(2,1fr)}.about-module__-i9KWa__statIcon{font-size:1.5rem}.about-module__-i9KWa__statValue{font-size:1.1rem}.about-module__-i9KWa__statLabel{font-size:.65rem}.about-module__-i9KWa__teamGrid{grid-template-columns:1fr}.about-module__-i9KWa__imagePlaceholder span{font-size:3rem}.about-module__-i9KWa__imagePlaceholder p{font-size:1rem}}
.Contact-module__gQiC5G__contact{padding:5rem 0;position:relative}.Contact-module__gQiC5G__container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.Contact-module__gQiC5G__grid{grid-template-columns:1fr 1fr;align-items:start;gap:3rem;display:grid}.Contact-module__gQiC5G__badge{color:var(--accent-primary);text-transform:uppercase;letter-spacing:.05em;background:#2563eb1a;border:1px solid #2563eb33;border-radius:50px;margin-bottom:.85rem;padding:.45rem 1.1rem;font-size:.8rem;font-weight:600;display:inline-block}.Contact-module__gQiC5G__title{margin-bottom:.85rem;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:800;line-height:1.2}.Contact-module__gQiC5G__subtitle{color:var(--text-secondary);margin-bottom:1.75rem;font-size:.95rem;line-height:1.7}.Contact-module__gQiC5G__infoCards{grid-template-columns:repeat(2,1fr);gap:.85rem;display:grid}.Contact-module__gQiC5G__infoCard{background:var(--bg-card);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-color);border-radius:14px;align-items:flex-start;gap:.85rem;padding:1rem;transition:all .3s;display:flex}.Contact-module__gQiC5G__infoCard:hover{border-color:var(--accent-primary);box-shadow:var(--shadow-lg);transform:translateY(-3px)}.Contact-module__gQiC5G__infoIcon{background:var(--accent-gradient);color:#fff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.Contact-module__gQiC5G__infoIcon svg{width:18px;height:18px}.Contact-module__gQiC5G__infoLabel{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.2rem;font-size:.65rem;display:block}.Contact-module__gQiC5G__infoValue{color:var(--text-primary);margin-bottom:.2rem;font-size:.9rem;font-weight:600;display:block}.Contact-module__gQiC5G__infoSubtext{color:var(--text-tertiary);font-size:.7rem}.Contact-module__gQiC5G__formCard{background:var(--bg-card);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-color);box-shadow:var(--shadow-xl),var(--shadow-glow);border-radius:20px;padding:2rem}.Contact-module__gQiC5G__formTitle{color:var(--text-primary);margin-bottom:.35rem;font-size:1.25rem;font-weight:700}.Contact-module__gQiC5G__formSubtitle{color:var(--text-secondary);margin-bottom:1.75rem;font-size:.875rem}.Contact-module__gQiC5G__form{flex-direction:column;gap:1rem;display:flex}.Contact-module__gQiC5G__formRow{grid-template-columns:repeat(2,1fr);gap:.85rem;display:grid}.Contact-module__gQiC5G__formGroup{flex-direction:column;gap:.4rem;display:flex}.Contact-module__gQiC5G__formGroup label{color:var(--text-secondary);font-size:.8rem;font-weight:500}.Contact-module__gQiC5G__formGroup input,.Contact-module__gQiC5G__formGroup select,.Contact-module__gQiC5G__formGroup textarea{background:var(--bg-tertiary);border:1px solid var(--border-color);color:var(--text-primary);border-radius:10px;padding:.75rem .85rem;font-family:inherit;font-size:.9rem;transition:all .2s}.Contact-module__gQiC5G__formGroup input:focus,.Contact-module__gQiC5G__formGroup select:focus,.Contact-module__gQiC5G__formGroup textarea:focus{border-color:var(--accent-primary);outline:none;box-shadow:0 0 0 3px #2563eb1a}.Contact-module__gQiC5G__formGroup input::placeholder,.Contact-module__gQiC5G__formGroup textarea::placeholder{color:var(--text-tertiary)}.Contact-module__gQiC5G__formGroup select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' 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 .85rem center;background-repeat:no-repeat;background-size:14px;padding-right:2.5rem}.Contact-module__gQiC5G__formGroup textarea{resize:vertical;min-height:90px}.Contact-module__gQiC5G__submitBtn{width:100%;margin-top:.35rem}.Contact-module__gQiC5G__submitBtn:disabled{opacity:.7;cursor:not-allowed}.Contact-module__gQiC5G__spinner{border:2px solid #0000;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite Contact-module__gQiC5G__spin}@keyframes Contact-module__gQiC5G__spin{to{transform:rotate(360deg)}}.Contact-module__gQiC5G__privacy{color:var(--text-tertiary);text-align:center;font-size:.7rem}.Contact-module__gQiC5G__privacy a{color:var(--accent-primary);text-decoration:none}.Contact-module__gQiC5G__privacy a:hover{text-decoration:underline}.Contact-module__gQiC5G__successMessage{text-align:center;padding:2.5rem 1.5rem}.Contact-module__gQiC5G__successIcon{color:#10b981;background:#10b9811a;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto 1.25rem;display:flex}.Contact-module__gQiC5G__successIcon svg{width:30px;height:30px}.Contact-module__gQiC5G__successMessage h4{color:var(--text-primary);margin-bottom:.6rem;font-size:1.25rem;font-weight:700}.Contact-module__gQiC5G__successMessage p{color:var(--text-secondary);font-size:.9rem}@media (max-width:1024px){.Contact-module__gQiC5G__contact{padding:4rem 0}.Contact-module__gQiC5G__grid{grid-template-columns:1fr;gap:2.5rem}.Contact-module__gQiC5G__infoSection{text-align:center}.Contact-module__gQiC5G__infoCards{max-width:450px;margin:0 auto}}@media (max-width:768px){.Contact-module__gQiC5G__contact{padding:3rem 0}.Contact-module__gQiC5G__container{padding:0 1rem}.Contact-module__gQiC5G__infoCards{grid-template-columns:1fr;gap:.75rem}.Contact-module__gQiC5G__infoCard{padding:.85rem}.Contact-module__gQiC5G__formRow{grid-template-columns:1fr;gap:1rem}.Contact-module__gQiC5G__formCard{padding:1.5rem}}@media (max-width:480px){.Contact-module__gQiC5G__contact{padding:2.5rem 0}.Contact-module__gQiC5G__formCard{padding:1.25rem}.Contact-module__gQiC5G__formTitle{font-size:1.1rem}.Contact-module__gQiC5G__formSubtitle{font-size:.8rem}.Contact-module__gQiC5G__formGroup input,.Contact-module__gQiC5G__formGroup select,.Contact-module__gQiC5G__formGroup textarea{padding:.65rem .75rem;font-size:.85rem}.Contact-module__gQiC5G__formGroup label{font-size:.75rem}.Contact-module__gQiC5G__infoIcon{width:36px;height:36px}.Contact-module__gQiC5G__infoValue{font-size:.85rem}.Contact-module__gQiC5G__successMessage{padding:2rem 1rem}.Contact-module__gQiC5G__successIcon{width:60px;height:60px}.Contact-module__gQiC5G__successMessage h4{font-size:1.1rem}.Contact-module__gQiC5G__successMessage p{font-size:.85rem}}
.contact-module__xwJ-uq__hero{text-align:center;background:linear-gradient(180deg,var(--bg-primary)0%,var(--bg-secondary)100%);padding:8rem 1.5rem 3rem}.contact-module__xwJ-uq__heroContent{max-width:700px;margin:0 auto}.contact-module__xwJ-uq__badge{color:var(--accent-primary);text-transform:uppercase;letter-spacing:.05em;background:#2563eb1a;border:1px solid #2563eb33;border-radius:50px;margin-bottom:1rem;padding:.5rem 1.25rem;font-size:.8rem;font-weight:600;display:inline-block}.contact-module__xwJ-uq__heroTitle{margin-bottom:1rem;font-size:clamp(2rem,5vw,3rem);font-weight:800;line-height:1.1}.contact-module__xwJ-uq__heroSubtitle{color:var(--text-secondary);font-size:1.1rem;line-height:1.7}.contact-module__xwJ-uq__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.contact-module__xwJ-uq__infoSection{padding:3rem 0}.contact-module__xwJ-uq__infoGrid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}.contact-module__xwJ-uq__infoCard{background:var(--bg-card);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-color);border-radius:16px;align-items:flex-start;gap:1rem;padding:1.5rem;transition:all .3s;display:flex}.contact-module__xwJ-uq__infoCard:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.contact-module__xwJ-uq__infoIcon{color:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.contact-module__xwJ-uq__infoContent h3{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.35rem;font-size:.8rem}.contact-module__xwJ-uq__infoPrimary{color:var(--text-primary);margin-bottom:.15rem;font-size:1rem;font-weight:600}.contact-module__xwJ-uq__infoSecondary{color:var(--text-secondary);font-size:.85rem}.contact-module__xwJ-uq__mainSection{padding:0 0 5rem}.contact-module__xwJ-uq__layout{grid-template-columns:1fr 400px;align-items:start;gap:2rem;display:grid}.contact-module__xwJ-uq__formCard{background:var(--bg-card);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-color);border-radius:20px;padding:2rem}.contact-module__xwJ-uq__formHeader{margin-bottom:2rem}.contact-module__xwJ-uq__formHeader h2{margin-bottom:.35rem;font-size:1.5rem;font-weight:700}.contact-module__xwJ-uq__formHeader p{color:var(--text-secondary);font-size:.9rem}.contact-module__xwJ-uq__form{flex-direction:column;gap:1.25rem;display:flex}.contact-module__xwJ-uq__formRow{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.contact-module__xwJ-uq__formGroup{flex-direction:column;gap:.4rem;display:flex}.contact-module__xwJ-uq__formGroup label{color:var(--text-secondary);font-size:.85rem;font-weight:500}.contact-module__xwJ-uq__formGroup input,.contact-module__xwJ-uq__formGroup select,.contact-module__xwJ-uq__formGroup textarea{background:var(--bg-tertiary);border:1px solid var(--border-color);color:var(--text-primary);border-radius:12px;padding:.85rem 1rem;font-family:inherit;font-size:.95rem;transition:all .2s}.contact-module__xwJ-uq__formGroup input:focus,.contact-module__xwJ-uq__formGroup select:focus,.contact-module__xwJ-uq__formGroup textarea:focus{border-color:var(--accent-primary);outline:none;box-shadow:0 0 0 3px #2563eb1a}.contact-module__xwJ-uq__formGroup input::placeholder,.contact-module__xwJ-uq__formGroup textarea::placeholder{color:var(--text-tertiary)}.contact-module__xwJ-uq__formGroup select{cursor:pointer}.contact-module__xwJ-uq__formGroup textarea{resize:vertical;min-height:120px}.contact-module__xwJ-uq__spinner{border:2px solid #0000;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite contact-module__xwJ-uq__spin}@keyframes contact-module__xwJ-uq__spin{to{transform:rotate(360deg)}}.contact-module__xwJ-uq__successMessage{text-align:center;padding:3rem 1.5rem}.contact-module__xwJ-uq__successIcon{color:#10b981;background:#10b9811a;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;display:flex}.contact-module__xwJ-uq__successMessage h3{margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.contact-module__xwJ-uq__successMessage p{color:var(--text-secondary);margin-bottom:2rem;font-size:1rem}.contact-module__xwJ-uq__sideContent{flex-direction:column;gap:1.5rem;display:flex}.contact-module__xwJ-uq__mapCard{background:var(--bg-card);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-color);border-radius:16px;overflow:hidden}.contact-module__xwJ-uq__mapPlaceholder{text-align:center;background:var(--accent-gradient);color:#fff;padding:3rem 2rem}.contact-module__xwJ-uq__mapPlaceholder svg{opacity:.9;margin-bottom:1rem}.contact-module__xwJ-uq__mapPlaceholder p{margin-bottom:1.5rem;font-size:1.25rem;font-weight:600}.contact-module__xwJ-uq__mapPlaceholder .contact-module__xwJ-uq__btn{color:#2563eb;background:#fff}.contact-module__xwJ-uq__faqCard{background:var(--bg-card);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-color);border-radius:16px;padding:1.5rem}.contact-module__xwJ-uq__faqCard h3{margin-bottom:1rem;font-size:1.1rem;font-weight:700}.contact-module__xwJ-uq__faqList{flex-direction:column;gap:1rem;display:flex}.contact-module__xwJ-uq__faqItem{background:var(--bg-tertiary);border-radius:10px;padding:1rem}.contact-module__xwJ-uq__faqItem h4{color:var(--text-primary);margin-bottom:.35rem;font-size:.9rem;font-weight:600}.contact-module__xwJ-uq__faqItem p{color:var(--text-secondary);font-size:.8rem;line-height:1.5}.contact-module__xwJ-uq__socialCard{background:var(--bg-card);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-color);text-align:center;border-radius:16px;padding:1.5rem}.contact-module__xwJ-uq__socialCard h3{margin-bottom:1rem;font-size:1rem;font-weight:600}.contact-module__xwJ-uq__socialLinks{justify-content:center;gap:.75rem;display:flex}.contact-module__xwJ-uq__socialLink{background:var(--bg-tertiary);border:1px solid var(--border-color);width:44px;height:44px;color:var(--text-secondary);border-radius:12px;justify-content:center;align-items:center;transition:all .3s;display:flex}.contact-module__xwJ-uq__socialLink:hover{background:var(--accent-gradient);color:#fff;border-color:#0000;transform:translateY(-2px)}@media (max-width:1024px){.contact-module__xwJ-uq__layout{grid-template-columns:1fr}.contact-module__xwJ-uq__infoGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.contact-module__xwJ-uq__hero{padding:7rem 1rem 2rem}.contact-module__xwJ-uq__container{padding:0 1rem}.contact-module__xwJ-uq__infoSection{padding:2rem 0}.contact-module__xwJ-uq__infoGrid{grid-template-columns:1fr;gap:1rem}.contact-module__xwJ-uq__infoCard{padding:1.25rem}.contact-module__xwJ-uq__formCard{padding:1.5rem}.contact-module__xwJ-uq__formRow{grid-template-columns:1fr}.contact-module__xwJ-uq__mainSection{padding:0 0 3rem}}@media (max-width:480px){.contact-module__xwJ-uq__infoIcon{width:40px;height:40px}.contact-module__xwJ-uq__infoPrimary{font-size:.9rem}.contact-module__xwJ-uq__infoSecondary{font-size:.8rem}.contact-module__xwJ-uq__formCard{padding:1.25rem}.contact-module__xwJ-uq__formHeader h2{font-size:1.25rem}.contact-module__xwJ-uq__mapPlaceholder{padding:2rem 1.5rem}.contact-module__xwJ-uq__socialLink{width:40px;height:40px}}
.services-module__EimPha__hero{text-align:center;background:linear-gradient(180deg,var(--bg-primary)0%,var(--bg-secondary)100%);padding:8rem 1.5rem 3rem;position:relative}.services-module__EimPha__heroContent{max-width:700px;margin:0 auto}.services-module__EimPha__badge{color:var(--accent-primary);text-transform:uppercase;letter-spacing:.05em;background:#2563eb1a;border:1px solid #2563eb33;border-radius:50px;margin-bottom:1rem;padding:.5rem 1.25rem;font-size:.8rem;font-weight:600;display:inline-block}.services-module__EimPha__heroTitle{margin-bottom:1rem;font-size:clamp(2rem,5vw,3rem);font-weight:800;line-height:1.1}.services-module__EimPha__heroSubtitle{color:var(--text-secondary);font-size:1.1rem;line-height:1.7}.services-module__EimPha__mainSection{padding:3rem 0 5rem}.services-module__EimPha__container{max-width:1400px;margin:0 auto;padding:0 1.5rem}.services-module__EimPha__layout{grid-template-columns:320px 1fr;align-items:start;gap:2rem;display:grid}.services-module__EimPha__sidebar{background:var(--bg-card);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-color);border-radius:20px;position:sticky;top:100px;overflow:hidden}.services-module__EimPha__tabsHeader{border-bottom:1px solid var(--border-color);padding:1.25rem 1.5rem}.services-module__EimPha__tabsHeader h3{color:var(--text-primary);font-size:1rem;font-weight:700}.services-module__EimPha__tabs{flex-direction:column;gap:.5rem;padding:.75rem;display:flex}.services-module__EimPha__tab{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:12px;align-items:center;gap:.85rem;width:100%;padding:.85rem 1rem;transition:all .3s;display:flex}.services-module__EimPha__tab:hover{background:var(--bg-tertiary)}.services-module__EimPha__tabActive{background:var(--bg-tertiary);box-shadow:inset 3px 0 0 var(--accent)}.services-module__EimPha__tabIcon{color:#fff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.services-module__EimPha__tabInfo{flex:1;min-width:0}.services-module__EimPha__tabName{color:var(--text-primary);margin-bottom:.15rem;font-size:.9rem;font-weight:600;display:block}.services-module__EimPha__tabRate{color:var(--text-tertiary);font-size:.75rem;display:block}.services-module__EimPha__tabArrow{color:var(--text-tertiary);opacity:0;transition:opacity .3s}.services-module__EimPha__tabActive .services-module__EimPha__tabArrow{opacity:1;color:var(--accent)}.services-module__EimPha__content{grid-template-columns:1fr 380px;gap:2rem;display:grid}.services-module__EimPha__serviceInfo{background:var(--bg-card);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-color);border-radius:20px;padding:2rem}.services-module__EimPha__serviceHeader{border-bottom:1px solid var(--border-color);align-items:center;gap:1.25rem;margin-bottom:1.5rem;padding-bottom:1.5rem;display:flex}.services-module__EimPha__serviceIcon{color:#fff;border-radius:16px;justify-content:center;align-items:center;width:60px;height:60px;display:flex}.services-module__EimPha__serviceName{color:var(--text-primary);margin-bottom:.25rem;font-size:1.75rem;font-weight:800}.services-module__EimPha__serviceTagline{color:var(--text-secondary);font-size:.9rem}.services-module__EimPha__serviceDescription{color:var(--text-secondary);margin-bottom:2rem;font-size:1rem;line-height:1.8}.services-module__EimPha__quickStats{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2rem;display:grid}.services-module__EimPha__statCard{background:var(--bg-tertiary);text-align:center;border-radius:14px;padding:1.25rem}.services-module__EimPha__statLabel{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.7rem;display:block}.services-module__EimPha__statValue{font-size:1.1rem;font-weight:700;display:block}.services-module__EimPha__infoSection{margin-bottom:2rem}.services-module__EimPha__infoSection:last-child{margin-bottom:0}.services-module__EimPha__sectionTitle{color:var(--text-primary);align-items:center;gap:.6rem;margin-bottom:1rem;font-size:1.1rem;font-weight:700;display:flex}.services-module__EimPha__sectionTitle svg{color:var(--accent-primary)}.services-module__EimPha__featureList{grid-template-columns:repeat(2,1fr);gap:.75rem;list-style:none;display:grid}.services-module__EimPha__featureItem{color:var(--text-secondary);align-items:center;gap:.6rem;font-size:.9rem;display:flex}.services-module__EimPha__checkIcon{color:#fff;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:.7rem;display:flex}.services-module__EimPha__criteriaList{flex-direction:column;gap:.6rem;list-style:none;display:flex}.services-module__EimPha__criteriaList li{color:var(--text-secondary);padding-left:1.5rem;font-size:.9rem;position:relative}.services-module__EimPha__criteriaList li:before{content:"•";color:var(--accent-primary);font-weight:700;position:absolute;left:0}.services-module__EimPha__documentList{grid-template-columns:repeat(2,1fr);gap:.6rem;list-style:none;display:grid}.services-module__EimPha__documentList li{color:var(--text-secondary);align-items:center;gap:.5rem;font-size:.85rem;display:flex}.services-module__EimPha__docIcon{font-size:1rem}.services-module__EimPha__formSection{flex-direction:column;gap:1.5rem;display:flex}.services-module__EimPha__formCard{background:var(--bg-card);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-color);border-radius:20px;padding:1.75rem;position:sticky;top:100px}.services-module__EimPha__formHeader{margin-bottom:1.5rem}.services-module__EimPha__formHeader h3{color:var(--text-primary);margin-bottom:.35rem;font-size:1.25rem;font-weight:700}.services-module__EimPha__formHeader p{color:var(--text-tertiary);font-size:.85rem}.services-module__EimPha__form{flex-direction:column;gap:1rem;display:flex}.services-module__EimPha__formRow{grid-template-columns:1fr 1fr;gap:.85rem;display:grid}.services-module__EimPha__formGroup{flex-direction:column;gap:.4rem;display:flex}.services-module__EimPha__formGroup label{color:var(--text-secondary);font-size:.8rem;font-weight:500}.services-module__EimPha__formGroup input,.services-module__EimPha__formGroup select,.services-module__EimPha__formGroup textarea{background:var(--bg-tertiary);border:1px solid var(--border-color);color:var(--text-primary);border-radius:10px;padding:.75rem .85rem;font-family:inherit;font-size:.9rem;transition:all .2s}.services-module__EimPha__formGroup input:focus,.services-module__EimPha__formGroup select:focus,.services-module__EimPha__formGroup textarea:focus{border-color:var(--accent-primary);outline:none;box-shadow:0 0 0 3px #2563eb1a}.services-module__EimPha__formGroup input::placeholder,.services-module__EimPha__formGroup textarea::placeholder{color:var(--text-tertiary)}.services-module__EimPha__formGroup select{cursor:pointer}.services-module__EimPha__formGroup textarea{resize:vertical;min-height:80px}.services-module__EimPha__privacyNote{color:var(--text-tertiary);text-align:center;margin-top:.5rem;font-size:.7rem}.services-module__EimPha__privacyNote a{color:var(--accent-primary);text-decoration:none}.services-module__EimPha__spinner{border:2px solid #0000;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite services-module__EimPha__spin}@keyframes services-module__EimPha__spin{to{transform:rotate(360deg)}}.services-module__EimPha__successMessage{text-align:center;padding:2rem 1rem}.services-module__EimPha__successIcon{color:#10b981;background:#10b9811a;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto 1rem;display:flex}.services-module__EimPha__successMessage h4{color:var(--text-primary);margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.services-module__EimPha__successMessage p{color:var(--text-secondary);font-size:.9rem}.services-module__EimPha__quickContact{background:var(--bg-card);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-color);text-align:center;border-radius:16px;padding:1.5rem}.services-module__EimPha__quickContact h4{color:var(--text-secondary);margin-bottom:.75rem;font-size:.9rem;font-weight:600}.services-module__EimPha__phoneLink{color:var(--accent-primary);align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:1.25rem;font-weight:700;text-decoration:none;display:inline-flex}.services-module__EimPha__phoneLink:hover{opacity:.8}.services-module__EimPha__quickContact p{color:var(--text-tertiary);font-size:.75rem}@media (max-width:1200px){.services-module__EimPha__content{grid-template-columns:1fr}.services-module__EimPha__formCard{position:static}}@media (max-width:1024px){.services-module__EimPha__layout{grid-template-columns:1fr}.services-module__EimPha__sidebar{position:static}.services-module__EimPha__tabs{grid-template-columns:repeat(3,1fr);display:grid}.services-module__EimPha__tab{text-align:center;flex-direction:column;padding:1rem .5rem}.services-module__EimPha__tabInfo{text-align:center}.services-module__EimPha__tabArrow{display:none}}@media (max-width:768px){.services-module__EimPha__hero{padding:7rem 1rem 2rem}.services-module__EimPha__mainSection{padding:2rem 0 3rem}.services-module__EimPha__container{padding:0 1rem}.services-module__EimPha__tabs{grid-template-columns:repeat(2,1fr)}.services-module__EimPha__serviceInfo{padding:1.5rem}.services-module__EimPha__quickStats,.services-module__EimPha__featureList,.services-module__EimPha__documentList,.services-module__EimPha__formRow{grid-template-columns:1fr}.services-module__EimPha__formCard{padding:1.25rem}}@media (max-width:480px){.services-module__EimPha__tabs{grid-template-columns:1fr}.services-module__EimPha__tabIcon{width:36px;height:36px}.services-module__EimPha__serviceName{font-size:1.5rem}.services-module__EimPha__serviceIcon{width:50px;height:50px}}
.tools-module__oCstcq__hero{text-align:center;background:linear-gradient(180deg,var(--bg-primary)0%,var(--bg-secondary)100%);padding:8rem 1.5rem 3rem}.tools-module__oCstcq__heroContent{max-width:700px;margin:0 auto}.tools-module__oCstcq__badge{color:var(--accent-gold);text-transform:uppercase;letter-spacing:.05em;background:#f59e0b1a;border:1px solid #f59e0b33;border-radius:50px;margin-bottom:1rem;padding:.5rem 1.25rem;font-size:.8rem;font-weight:600;display:inline-block}.tools-module__oCstcq__heroTitle{margin-bottom:1rem;font-size:clamp(2rem,5vw,3rem);font-weight:800;line-height:1.1}.tools-module__oCstcq__heroSubtitle{color:var(--text-secondary);font-size:1.1rem;line-height:1.7}.tools-module__oCstcq__container{max-width:1400px;margin:0 auto;padding:0 1.5rem}.tools-module__oCstcq__toolsSection{padding:3rem 0 5rem}.tools-module__oCstcq__layout{grid-template-columns:300px 1fr;align-items:start;gap:2rem;display:grid}.tools-module__oCstcq__sidebar{background:var(--bg-card);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-color);border-radius:20px;padding:1.5rem;position:sticky;top:100px}.tools-module__oCstcq__sidebar h3{color:var(--text-primary);margin-bottom:1rem;font-size:1rem;font-weight:700}.tools-module__oCstcq__toolNav{flex-direction:column;gap:.5rem;display:flex}.tools-module__oCstcq__toolBtn{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:12px;align-items:center;gap:.85rem;width:100%;padding:1rem;transition:all .3s;display:flex}.tools-module__oCstcq__toolBtn:hover{background:var(--bg-tertiary)}.tools-module__oCstcq__toolBtnActive{background:var(--bg-tertiary);box-shadow:inset 3px 0 0 var(--accent-gold)}.tools-module__oCstcq__toolIcon{background:var(--accent-gold-gradient);color:#1a1a24;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.tools-module__oCstcq__toolInfo{flex:1;min-width:0}.tools-module__oCstcq__toolName{color:var(--text-primary);margin-bottom:.15rem;font-size:.9rem;font-weight:600;display:block}.tools-module__oCstcq__toolDesc{color:var(--text-tertiary);font-size:.75rem;display:block}.tools-module__oCstcq__toolContent{min-height:500px}.tools-module__oCstcq__calculatorCard{background:var(--bg-card);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-color);border-radius:24px;padding:2rem}.tools-module__oCstcq__calculatorCard h2{margin-bottom:.35rem;font-size:1.75rem;font-weight:800}.tools-module__oCstcq__toolSubtitle{color:var(--text-secondary);margin-bottom:2rem;font-size:.95rem}.tools-module__oCstcq__calcLayout{grid-template-columns:1fr 1fr;gap:2.5rem;display:grid}.tools-module__oCstcq__inputSection{flex-direction:column;gap:2rem;display:flex}.tools-module__oCstcq__inputHeader{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.tools-module__oCstcq__inputHeader label{color:var(--text-primary);font-size:.9rem;font-weight:600}.tools-module__oCstcq__inputValue{background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1rem;font-weight:700}.tools-module__oCstcq__slider{appearance:none;background:var(--bg-tertiary);cursor:pointer;border-radius:4px;outline:none;width:100%;height:8px}.tools-module__oCstcq__slider::-webkit-slider-thumb{appearance:none;background:var(--accent-gradient);cursor:pointer;border-radius:50%;width:24px;height:24px;transition:transform .2s;box-shadow:0 4px 12px #2563eb66}.tools-module__oCstcq__slider::-webkit-slider-thumb:hover{transform:scale(1.15)}.tools-module__oCstcq__slider::-moz-range-thumb{background:var(--accent-gradient);cursor:pointer;border:none;border-radius:50%;width:24px;height:24px;box-shadow:0 4px 12px #2563eb66}.tools-module__oCstcq__rangeLabels{color:var(--text-tertiary);justify-content:space-between;margin-top:.5rem;font-size:.75rem;display:flex}.tools-module__oCstcq__resultSection{flex-direction:column;gap:1.5rem;display:flex}.tools-module__oCstcq__emiResult,.tools-module__oCstcq__eligibilityResult{text-align:center;background:var(--bg-tertiary);border-radius:16px;padding:1.5rem}.tools-module__oCstcq__emiLabel{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem;font-size:.8rem;display:block}.tools-module__oCstcq__emiValue{background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:800;display:block}.tools-module__oCstcq__chartContainer{justify-content:center;display:flex}.tools-module__oCstcq__donutChart{width:160px;height:160px;position:relative}.tools-module__oCstcq__donutChart svg{transform:rotate(-90deg)}.tools-module__oCstcq__circleBg{fill:none;stroke:var(--bg-tertiary);stroke-width:3px}.tools-module__oCstcq__circle{fill:none;stroke:#3b82f6;stroke-width:3px;stroke-linecap:round;transition:stroke-dasharray .5s}.tools-module__oCstcq__chartCenter{text-align:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.tools-module__oCstcq__chartCenter span{color:var(--text-tertiary);text-transform:uppercase;font-size:.7rem;display:block}.tools-module__oCstcq__chartCenter strong{color:var(--text-primary);font-size:.95rem;font-weight:700;display:block}.tools-module__oCstcq__legend{flex-direction:column;gap:.75rem;display:flex}.tools-module__oCstcq__legendItem{background:var(--bg-tertiary);border-radius:12px;align-items:center;gap:.75rem;padding:1rem;display:flex}.tools-module__oCstcq__legendDot{border-radius:4px;flex-shrink:0;width:12px;height:12px}.tools-module__oCstcq__legendItem span{color:var(--text-tertiary);font-size:.75rem;display:block}.tools-module__oCstcq__legendItem strong{color:var(--text-primary);font-size:.95rem;font-weight:700;display:block}.tools-module__oCstcq__eligibilityDetails{flex-direction:column;gap:.75rem;display:flex}.tools-module__oCstcq__detailItem{background:var(--bg-tertiary);border-radius:10px;justify-content:space-between;align-items:center;padding:1rem;display:flex}.tools-module__oCstcq__detailItem span{color:var(--text-secondary);font-size:.85rem}.tools-module__oCstcq__detailItem strong{color:var(--text-primary);font-size:.95rem}.tools-module__oCstcq__tipBox{background:#f59e0b1a;border:1px solid #f59e0b33;border-radius:12px;align-items:flex-start;gap:.75rem;padding:1rem;display:flex}.tools-module__oCstcq__tipBox span{font-size:1.25rem}.tools-module__oCstcq__tipBox p{color:var(--text-secondary);font-size:.85rem;line-height:1.5}.tools-module__oCstcq__compareLayout{grid-template-columns:1fr auto 1fr;align-items:center;gap:1.5rem;margin-top:1rem;display:grid}.tools-module__oCstcq__vsCircle{background:var(--accent-gradient);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:.9rem;font-weight:800;display:flex}.tools-module__oCstcq__loanCard{background:var(--bg-tertiary);border-radius:16px;padding:1.5rem}.tools-module__oCstcq__loanCard h3{text-align:center;margin-bottom:1.25rem;font-size:1.1rem;font-weight:700}.tools-module__oCstcq__loanInputs{flex-direction:column;gap:1rem;margin-bottom:1.5rem;display:flex}.tools-module__oCstcq__compactInput{flex-direction:column;gap:.35rem;display:flex}.tools-module__oCstcq__compactInput label{color:var(--text-tertiary);font-size:.8rem}.tools-module__oCstcq__compactInput input{background:var(--bg-card);border:1px solid var(--border-color);color:var(--text-primary);border-radius:10px;padding:.75rem;font-family:inherit;font-size:.95rem;transition:all .2s}.tools-module__oCstcq__compactInput input:focus{border-color:var(--accent-primary);outline:none}.tools-module__oCstcq__loanResult{flex-direction:column;gap:.5rem;display:flex}.tools-module__oCstcq__resultRow{background:var(--bg-card);border-radius:8px;justify-content:space-between;padding:.75rem;display:flex}.tools-module__oCstcq__resultRow span{color:var(--text-tertiary);font-size:.8rem}.tools-module__oCstcq__resultRow strong{color:var(--text-primary);font-size:.9rem}.tools-module__oCstcq__savingsBox{background:#10b9811a;border:1px solid #10b98133;border-radius:12px;justify-content:center;align-items:center;gap:.75rem;margin-top:1.5rem;padding:1.25rem;display:flex}.tools-module__oCstcq__savingsBox span{font-size:1.5rem}.tools-module__oCstcq__savingsBox p{color:var(--text-primary);font-size:1rem}.tools-module__oCstcq__savingsBox strong{color:#10b981}.tools-module__oCstcq__comingSoon{text-align:center;padding:4rem 2rem}.tools-module__oCstcq__comingSoon span{margin-bottom:1rem;font-size:4rem;display:block}.tools-module__oCstcq__comingSoon h3{margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.tools-module__oCstcq__comingSoon p{color:var(--text-secondary)}@media (max-width:1024px){.tools-module__oCstcq__layout{grid-template-columns:1fr}.tools-module__oCstcq__sidebar{position:static}.tools-module__oCstcq__toolNav{grid-template-columns:repeat(2,1fr);display:grid}.tools-module__oCstcq__toolBtn{text-align:center;flex-direction:column;padding:1rem .5rem}.tools-module__oCstcq__toolInfo{text-align:center}.tools-module__oCstcq__calcLayout,.tools-module__oCstcq__compareLayout{grid-template-columns:1fr}.tools-module__oCstcq__vsCircle{margin:0 auto}}@media (max-width:768px){.tools-module__oCstcq__hero{padding:7rem 1rem 2rem}.tools-module__oCstcq__toolsSection{padding:2rem 0 3rem}.tools-module__oCstcq__container{padding:0 1rem}.tools-module__oCstcq__toolNav{grid-template-columns:1fr}.tools-module__oCstcq__calculatorCard{padding:1.5rem}.tools-module__oCstcq__calculatorCard h2{font-size:1.5rem}.tools-module__oCstcq__emiValue{font-size:2rem}.tools-module__oCstcq__donutChart{width:140px;height:140px}}@media (max-width:480px){.tools-module__oCstcq__toolIcon{width:36px;height:36px}.tools-module__oCstcq__calculatorCard{padding:1.25rem}.tools-module__oCstcq__emiResult,.tools-module__oCstcq__eligibilityResult{padding:1rem}.tools-module__oCstcq__emiValue{font-size:1.75rem}.tools-module__oCstcq__loanCard{padding:1rem}.tools-module__oCstcq__vsCircle{width:40px;height:40px;font-size:.75rem}}
