.Header-module__9fWxfa__header{z-index:1000;padding:.5rem 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:.6rem 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:.75rem;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:44px;height:44px;box-shadow:var(--shadow-md);border-radius:12px;justify-content:center;align-items:center;display:flex}.Header-module__9fWxfa__logoText{flex-direction:column;display:flex}.Header-module__9fWxfa__brandName{background:linear-gradient(135deg,#004aad,#28a745);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-family:Montserrat,sans-serif;font-size:1.25rem;font-weight:800;line-height:1.2}.Header-module__9fWxfa__brandTagline{color:var(--text-tertiary);letter-spacing:.02em;font-size:.7rem;font-weight:500}.Header-module__9fWxfa__desktopNav{align-items:center;gap:.2rem;display:flex}.Header-module__9fWxfa__navLink{color:var(--text-secondary);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:8px;align-items:center;gap:.3rem;padding:.5rem .7rem;font-family:Montserrat,sans-serif;font-size:.8rem;font-weight:600;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(--accent-primary);background:#004aad0f}.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:240px;box-shadow:var(--shadow-xl);opacity:0;visibility:hidden;border-radius:16px;padding:.75rem;transition:all .25s 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:10px;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.Header-module__9fWxfa__dropdownItem:hover{background:var(--accent-gradient);color:#fff}.Header-module__9fWxfa__dropdownItem:hover .Header-module__9fWxfa__dropdownItemText span{color:#fff}.Header-module__9fWxfa__dropdownItemText{flex-direction:column;display:flex}.Header-module__9fWxfa__dropdownItemText strong{font-size:.875rem;font-weight:600;line-height:1.3;display:block}.Header-module__9fWxfa__dropdownItemText span{color:var(--text-tertiary);font-size:.75rem;transition:color .2s}.Header-module__9fWxfa__toolIcon{flex-shrink:0;align-items:center;font-size:1.15rem;display:flex}.Header-module__9fWxfa__mobileSubIcon{flex-shrink:0;align-items:center;display:flex}.Header-module__9fWxfa__chevron{transition:transform .2s}.Header-module__9fWxfa__dropdown:hover .Header-module__9fWxfa__chevron{transform:rotate(180deg)}.Header-module__9fWxfa__megaMenu{min-width:520px;padding:1.25rem}.Header-module__9fWxfa__megaMenuGrid{grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:1rem;display:grid}.Header-module__9fWxfa__megaMenuItem{color:var(--text-primary);background:var(--bg-tertiary);border-radius:12px;align-items:flex-start;gap:.75rem;padding:1rem;text-decoration:none;transition:all .2s;display:flex}.Header-module__9fWxfa__megaMenuItem:hover{background:var(--accent-gradient);color:#fff}.Header-module__9fWxfa__megaMenuItem:hover span{color:#fff}.Header-module__9fWxfa__megaIcon{flex-shrink:0;font-size:1.5rem}.Header-module__9fWxfa__megaMenuItem strong{margin-bottom:.2rem;font-family:Montserrat,sans-serif;font-size:.9rem;font-weight:700;display:block}.Header-module__9fWxfa__megaMenuItem span{color:var(--text-tertiary);font-size:.8rem;transition:color .2s}.Header-module__9fWxfa__megaMenuCta{background:linear-gradient(135deg,#004aad14,#28a74514);border-radius:12px;justify-content:space-between;align-items:center;margin-top:.5rem;padding:1rem;display:flex}.Header-module__9fWxfa__megaMenuCta p{color:var(--text-secondary);font-size:.9rem;font-weight:500}.Header-module__9fWxfa__megaMenuCta .Header-module__9fWxfa__btn{padding:.6rem 1.25rem;font-size:.85rem}.Header-module__9fWxfa__actions{align-items:center;gap:.75rem;display:flex}.Header-module__9fWxfa__themeToggle{border:1px solid var(--border-color);background:var(--bg-card);width:42px;height:42px;color:var(--text-primary);cursor:pointer;border-radius:12px;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{padding:.7rem 1.5rem;font-size:.85rem}.Header-module__9fWxfa__loginBtn{padding:.7rem 1.25rem;font-size:.85rem}.Header-module__9fWxfa__appButtons{align-items:center;gap:.5rem;display:flex}.Header-module__9fWxfa__appBtn{color:#fff;background:linear-gradient(135deg,#1a1a1a,#0a0a0a);border:1px solid #ffffff26;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem .875rem;text-decoration:none;transition:all .2s;display:flex}.Header-module__9fWxfa__appBtn:hover{border-color:#ffffff4d;transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.Header-module__9fWxfa__appBtn svg{flex-shrink:0}.Header-module__9fWxfa__appBtn span{letter-spacing:.3px;font-size:.8rem;font-weight:600}.Header-module__9fWxfa__mobileMenuBtn{border:1px solid var(--border-color);background:var(--bg-card);cursor:pointer;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;display:none}.Header-module__9fWxfa__hamburger{flex-direction:column;justify-content:space-between;width:20px;height:14px;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,5px)}.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,-5px)}.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:65px 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:14px;padding:1rem 1.25rem;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s}.Header-module__9fWxfa__mobileNavLink:hover{color:var(--accent-primary);background:#004aad14;padding-left:1.5rem}.Header-module__9fWxfa__mobileToolsSection{flex-direction:column;display:flex}.Header-module__9fWxfa__mobileSubmenu{background:var(--bg-card);border-radius:12px;flex-direction:column;gap:.5rem;margin-top:.5rem;margin-bottom:.5rem;margin-left:1rem;padding:.5rem;display:flex}.Header-module__9fWxfa__mobileSubItem{color:var(--text-secondary);background:0 0;border-radius:10px;align-items:center;gap:.75rem;padding:.85rem 1rem;font-size:.95rem;font-weight:500;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,.Header-module__9fWxfa__appButtons{display:none}.Header-module__9fWxfa__mobileMenuBtn{display:flex}}@media (max-width:768px){.Header-module__9fWxfa__container{padding:0 1rem}.Header-module__9fWxfa__logoIcon{width:40px;height:40px}.Header-module__9fWxfa__brandName{font-size:1.1rem}.Header-module__9fWxfa__mobileMenu{padding:1rem;top:60px}}@media (max-width:480px){.Header-module__9fWxfa__header{padding:.6rem 0}.Header-module__9fWxfa__logoText{display:flex}.Header-module__9fWxfa__brandName{font-size:1rem}.Header-module__9fWxfa__brandTagline{font-size:.6rem}.Header-module__9fWxfa__themeToggle,.Header-module__9fWxfa__mobileMenuBtn{width:38px;height:38px}.Header-module__9fWxfa__mobileMenu{top:55px}}.Header-module__9fWxfa__logoImage{object-fit:contain;width:auto;max-width:250px;height:60px;transition:all .3s;display:block}.Header-module__9fWxfa__partnerLink{color:#004aad;background:linear-gradient(135deg,#004aad14,#28a74514);border:1px solid #004aad26}.Header-module__9fWxfa__partnerLink:hover{background:linear-gradient(135deg,#004aad,#28a745);border-color:#0000;color:#fff!important}.Header-module__9fWxfa__mobilePartnerLink{background:linear-gradient(135deg,#004aad0f,#28a7450f);border:1px solid #004aad1f}
.Footer-module__nhiC3q__footer{background:var(--bg-secondary);position:relative}.Footer-module__nhiC3q__container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.Footer-module__nhiC3q__aboutTeaser{border-bottom:1px solid var(--border-color);background:linear-gradient(135deg,#004aad0d 0%,#28a7450d 100%);padding:4rem 0}.Footer-module__nhiC3q__aboutContent{justify-content:space-between;align-items:center;gap:3rem;display:flex}.Footer-module__nhiC3q__aboutText h3{color:var(--text-primary);margin-bottom:.75rem;font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:700}.Footer-module__nhiC3q__aboutText p{color:var(--text-secondary);max-width:700px;font-size:1rem;line-height:1.7}.Footer-module__nhiC3q__locationBanner{background:var(--bg-card);border-bottom:1px solid var(--border-color);padding:2rem 0}.Footer-module__nhiC3q__locationContent{justify-content:space-between;align-items:center;gap:2rem;display:flex}.Footer-module__nhiC3q__locationInfo{align-items:center;gap:1rem;display:flex}.Footer-module__nhiC3q__locationIcon{background:var(--accent-gradient);color:#fff;border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.Footer-module__nhiC3q__locationInfo h4{color:var(--text-primary);margin-bottom:.25rem;font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:700}.Footer-module__nhiC3q__locationInfo p{color:var(--text-secondary);font-size:.95rem}.Footer-module__nhiC3q__contactQuick{gap:2rem;display:flex}.Footer-module__nhiC3q__contactItem{color:var(--text-primary);align-items:center;gap:.5rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .3s;display:flex}.Footer-module__nhiC3q__contactItem:hover,.Footer-module__nhiC3q__contactItem svg{color:var(--accent-primary)}.Footer-module__nhiC3q__mainFooter{padding:4rem 0 3rem}.Footer-module__nhiC3q__grid{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem;display:grid}.Footer-module__nhiC3q__brandColumn{padding-right:2rem}.Footer-module__nhiC3q__logo{align-items:center;gap:.75rem;margin-bottom:1.25rem;text-decoration:none;display:flex}.Footer-module__nhiC3q__logoIcon{justify-content:center;align-items:center;display:flex}.Footer-module__nhiC3q__logoText{flex-direction:column;display:flex}.Footer-module__nhiC3q__brandName{background:linear-gradient(135deg,#004aad,#28a745);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-family:Montserrat,sans-serif;font-size:1.35rem;font-weight:800}.Footer-module__nhiC3q__brandTagline{color:var(--text-tertiary);letter-spacing:.02em;font-size:.75rem;font-weight:500}.Footer-module__nhiC3q__brandMotto{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.95rem;font-style:italic;line-height:1.6}.Footer-module__nhiC3q__socialLinks{flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem;display:flex}.Footer-module__nhiC3q__socialLink{background:var(--bg-tertiary);width:42px;height:42px;color:var(--text-secondary);border-radius:10px;justify-content:center;align-items:center;transition:all .3s;display:flex}.Footer-module__nhiC3q__socialLink:hover{background:var(--accent-primary);color:#fff;transform:translateY(-3px)}.Footer-module__nhiC3q__certifications{gap:.75rem;display:flex}.Footer-module__nhiC3q__certBadge{background:var(--bg-tertiary);border:1px solid var(--border-color);color:var(--text-secondary);border-radius:8px;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.8rem;font-weight:600;display:flex}.Footer-module__nhiC3q__certBadge svg{color:var(--accent-secondary)}.Footer-module__nhiC3q__linksColumn h4{color:var(--text-primary);margin-bottom:1.25rem;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:700}.Footer-module__nhiC3q__linksColumn ul{list-style:none}.Footer-module__nhiC3q__linksColumn li{margin-bottom:.75rem}.Footer-module__nhiC3q__linksColumn a{color:var(--text-secondary);align-items:center;font-size:.95rem;text-decoration:none;transition:all .3s;display:inline-flex}.Footer-module__nhiC3q__linksColumn a:hover{color:var(--accent-primary);transform:translate(4px)}.Footer-module__nhiC3q__partnerLogin{border-top:1px solid var(--border-color);margin-top:1.5rem;padding-top:1.5rem}.Footer-module__nhiC3q__partnerBtn{background:var(--accent-gradient);border-radius:10px;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-family:Montserrat,sans-serif;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;color:#fff!important}.Footer-module__nhiC3q__partnerBtn:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.Footer-module__nhiC3q__bottomBar{background:var(--bg-tertiary);border-top:1px solid var(--border-color);padding:1.5rem 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:.9rem}.Footer-module__nhiC3q__bottomLinks{gap:2rem;display:flex}.Footer-module__nhiC3q__bottomLinks a{color:var(--text-secondary);font-size:.9rem;text-decoration:none;transition:color .3s}.Footer-module__nhiC3q__bottomLinks a:hover{color:var(--accent-primary)}@media (max-width:1024px){.Footer-module__nhiC3q__grid{grid-template-columns:1.5fr 1fr 1fr}.Footer-module__nhiC3q__linksColumn:last-child{grid-column:span 3;grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.Footer-module__nhiC3q__linksColumn:last-child h4{grid-column:span 2}.Footer-module__nhiC3q__linksColumn:last-child ul{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}.Footer-module__nhiC3q__partnerLogin{grid-column:span 2}}@media (max-width:768px){.Footer-module__nhiC3q__aboutContent,.Footer-module__nhiC3q__locationContent{text-align:center;flex-direction:column}.Footer-module__nhiC3q__locationInfo{flex-direction:column}.Footer-module__nhiC3q__contactQuick{flex-direction:column;gap:1rem}.Footer-module__nhiC3q__grid{grid-template-columns:1fr;gap:2.5rem}.Footer-module__nhiC3q__brandColumn{text-align:center;padding-right:0}.Footer-module__nhiC3q__logo,.Footer-module__nhiC3q__socialLinks,.Footer-module__nhiC3q__certifications{justify-content:center}.Footer-module__nhiC3q__linksColumn{text-align:center}.Footer-module__nhiC3q__linksColumn:last-child{grid-column:span 1;display:block}.Footer-module__nhiC3q__linksColumn:last-child ul{display:block}.Footer-module__nhiC3q__partnerLogin{justify-content:center;display:flex}.Footer-module__nhiC3q__bottomContent{text-align:center;flex-direction:column}.Footer-module__nhiC3q__bottomLinks{flex-wrap:wrap;justify-content:center;gap:1rem}}@media (max-width:480px){.Footer-module__nhiC3q__aboutTeaser{padding:2.5rem 0}.Footer-module__nhiC3q__aboutText h3{font-size:1.25rem}.Footer-module__nhiC3q__mainFooter{padding:3rem 0 2rem}.Footer-module__nhiC3q__certifications{flex-direction:column;align-items:center}.Footer-module__nhiC3q__bottomLinks{gap:.75rem}.Footer-module__nhiC3q__bottomLinks a{font-size:.85rem}}.Footer-module__nhiC3q__logoImage{object-fit:contain;width:auto;max-width:300px;height:75px;transition:all .3s;display:block}[data-theme=dark] .Footer-module__nhiC3q__logoImage{filter:brightness(0)invert()}
.AppDownload-module__JfAAvq__appSection{opacity:0;background:linear-gradient(135deg,#001428 0%,#002850 50%,#001428 100%);padding:6rem 0;transition:all .8s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;transform:translateY(30px)}.AppDownload-module__JfAAvq__appSection.AppDownload-module__JfAAvq__visible{opacity:1;transform:translateY(0)}.AppDownload-module__JfAAvq__bgDecorations{pointer-events:none;position:absolute;inset:0}.AppDownload-module__JfAAvq__bgOrb1{filter:blur(60px);background:radial-gradient(circle,#004aad4d,#0000 70%);border-radius:50%;width:500px;height:500px;animation:15s ease-in-out infinite AppDownload-module__JfAAvq__float1;position:absolute;top:-20%;left:-10%}.AppDownload-module__JfAAvq__bgOrb2{filter:blur(60px);background:radial-gradient(circle,#28a74540,#0000 70%);border-radius:50%;width:400px;height:400px;animation:12s ease-in-out infinite AppDownload-module__JfAAvq__float2;position:absolute;bottom:-20%;right:-10%}.AppDownload-module__JfAAvq__bgPattern{background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}@keyframes AppDownload-module__JfAAvq__float1{0%,to{transform:translate(0)scale(1)}50%{transform:translate(30px,-30px)scale(1.05)}}@keyframes AppDownload-module__JfAAvq__float2{0%,to{transform:translate(0)scale(1)}50%{transform:translate(-20px,20px)scale(1.03)}}.AppDownload-module__JfAAvq__container{z-index:1;max-width:1200px;margin:0 auto;padding:0 1.5rem;position:relative}.AppDownload-module__JfAAvq__contentGrid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}@media (max-width:900px){.AppDownload-module__JfAAvq__contentGrid{grid-template-columns:1fr;gap:3rem}}.AppDownload-module__JfAAvq__leftContent{color:#fff}.AppDownload-module__JfAAvq__badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #ffffff1a;border-radius:50px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:500;display:inline-flex}.AppDownload-module__JfAAvq__badgeDot{background:#28a745;border-radius:50%;width:8px;height:8px;animation:2s infinite AppDownload-module__JfAAvq__pulse}@keyframes AppDownload-module__JfAAvq__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.2)}}.AppDownload-module__JfAAvq__title{margin-bottom:1.25rem;font-size:clamp(2rem,4vw,2.75rem);font-weight:800;line-height:1.2}.AppDownload-module__JfAAvq__gradientText{background:linear-gradient(135deg,#28a745,#34d058);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.AppDownload-module__JfAAvq__subtitle{color:#ffffffbf;max-width:500px;margin-bottom:2rem;font-size:1.05rem;line-height:1.7}.AppDownload-module__JfAAvq__featuresGrid{grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-bottom:2.5rem;display:grid}@media (max-width:600px){.AppDownload-module__JfAAvq__featuresGrid{grid-template-columns:1fr}}.AppDownload-module__JfAAvq__featureItem{background:#ffffff0d;border:1px solid #ffffff14;border-radius:14px;align-items:flex-start;gap:.875rem;padding:1rem;transition:all .3s;display:flex}.AppDownload-module__JfAAvq__featureItem:hover{background:#ffffff14;transform:translateY(-2px)}.AppDownload-module__JfAAvq__featureIcon{background:linear-gradient(135deg,#004aad,#06c);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.AppDownload-module__JfAAvq__featureIcon svg{color:#fff}.AppDownload-module__JfAAvq__featureText h4{color:#fff;margin-bottom:.25rem;font-size:.95rem;font-weight:700}.AppDownload-module__JfAAvq__featureText p{color:#fff9;font-size:.8rem;line-height:1.4}.AppDownload-module__JfAAvq__downloadButtons{flex-wrap:wrap;gap:1rem;margin-bottom:2rem;display:flex}.AppDownload-module__JfAAvq__downloadBtn{background:linear-gradient(135deg,#1a1a1a,#0a0a0a);border:1px solid #ffffff26;border-radius:14px;align-items:center;gap:.875rem;padding:.875rem 1.5rem;text-decoration:none;transition:all .3s;display:flex}.AppDownload-module__JfAAvq__downloadBtn:hover{border-color:#ffffff4d;transform:translateY(-3px);box-shadow:0 10px 30px #0006}.AppDownload-module__JfAAvq__storeIcon{color:#fff}.AppDownload-module__JfAAvq__storeText{flex-direction:column;display:flex}.AppDownload-module__JfAAvq__storeText span{text-transform:uppercase;letter-spacing:.5px;color:#ffffffb3;font-size:.65rem}.AppDownload-module__JfAAvq__storeText strong{color:#fff;font-size:1.1rem;font-weight:700}.AppDownload-module__JfAAvq__stats{gap:2rem;display:flex}.AppDownload-module__JfAAvq__statItem{text-align:center}.AppDownload-module__JfAAvq__statItem strong{color:#fff;margin-bottom:.25rem;font-size:1.5rem;font-weight:800;display:block}.AppDownload-module__JfAAvq__statItem span{color:#fff9;font-size:.8rem}.AppDownload-module__JfAAvq__rightContent{justify-content:center;display:flex}.AppDownload-module__JfAAvq__phoneWrapper{position:relative}.AppDownload-module__JfAAvq__phoneMockup{z-index:1;background:linear-gradient(145deg,#1a1a1a,#0a0a0a);border-radius:40px;width:280px;height:580px;padding:12px;position:relative;box-shadow:0 0 0 2px #ffffff1a,0 25px 60px #00000080,inset 0 0 30px #ffffff05}.AppDownload-module__JfAAvq__phoneNotch{z-index:10;background:#0a0a0a;border-radius:0 0 20px 20px;width:120px;height:28px;position:absolute;top:12px;left:50%;transform:translate(-50%)}.AppDownload-module__JfAAvq__phoneScreen{background:linear-gradient(#0a1628,#001428);border-radius:30px;width:100%;height:100%;padding:3rem 1rem 1rem;overflow:hidden}.AppDownload-module__JfAAvq__appHeader{align-items:center;gap:.5rem;margin-bottom:1.5rem;display:flex}.AppDownload-module__JfAAvq__appLogo{color:#fff;background:linear-gradient(135deg,#004aad,#28a745);border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;font-size:.75rem;font-weight:800;display:flex}.AppDownload-module__JfAAvq__appHeader span{color:#fff;font-size:.85rem;font-weight:600}.AppDownload-module__JfAAvq__creditScore{text-align:center;margin-bottom:1.5rem}.AppDownload-module__JfAAvq__scoreCircle{background:conic-gradient(#28a745 0deg 270deg,#ffffff1a 270deg 360deg);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:120px;height:120px;margin:0 auto .75rem;display:flex;position:relative}.AppDownload-module__JfAAvq__scoreCircle:before{content:"";background:#0a1628;border-radius:50%;position:absolute;inset:8px}.AppDownload-module__JfAAvq__scoreValue{z-index:1;color:#fff;font-size:2rem;font-weight:800;position:relative}.AppDownload-module__JfAAvq__scoreLabel{z-index:1;color:#fff9;text-transform:uppercase;letter-spacing:.5px;font-size:.65rem;position:relative}.AppDownload-module__JfAAvq__scoreStatus{color:#28a745;background:#28a74533;border:1px solid #28a74566;border-radius:50px;padding:.35rem 1rem;font-size:.75rem;font-weight:600;display:inline-block}.AppDownload-module__JfAAvq__quickActions{grid-template-columns:repeat(4,1fr);gap:.5rem;margin-bottom:1rem;display:grid}.AppDownload-module__JfAAvq__actionBtn{background:#ffffff0d;border-radius:12px;flex-direction:column;align-items:center;gap:.25rem;padding:.75rem .25rem;display:flex}.AppDownload-module__JfAAvq__actionBtn span{font-size:1.25rem}.AppDownload-module__JfAAvq__actionBtn p{color:#ffffffb3;text-align:center;font-size:.6rem}.AppDownload-module__JfAAvq__notification{background:#28a7451a;border:1px solid #28a7454d;border-radius:12px;align-items:center;gap:.75rem;margin-top:1rem;padding:.875rem;display:flex}.AppDownload-module__JfAAvq__notifIcon{font-size:1.5rem}.AppDownload-module__JfAAvq__notification strong{color:#fff;margin-bottom:.15rem;font-size:.8rem;display:block}.AppDownload-module__JfAAvq__notification p{color:#ffffffb3;font-size:.7rem}.AppDownload-module__JfAAvq__phoneGlow{filter:blur(40px);z-index:0;background:radial-gradient(circle,#004aad66,#0000 70%);width:300px;height:300px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (max-width:900px){.AppDownload-module__JfAAvq__rightContent{order:-1}.AppDownload-module__JfAAvq__phoneMockup{width:240px;height:500px}.AppDownload-module__JfAAvq__scoreCircle{width:100px;height:100px}.AppDownload-module__JfAAvq__scoreValue{font-size:1.5rem}}@media (max-width:600px){.AppDownload-module__JfAAvq__appSection{padding:4rem 0}.AppDownload-module__JfAAvq__downloadButtons{flex-direction:column}.AppDownload-module__JfAAvq__downloadBtn{justify-content:center}.AppDownload-module__JfAAvq__stats{flex-wrap:wrap;justify-content:center;gap:1.5rem}}
.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__page{background:var(--bg-primary);min-height:100vh}.about-module__-i9KWa__hero{text-align:center;background:linear-gradient(135deg,#004aad08 0%,#28a74508 100%);padding:10rem 0 5rem;position:relative;overflow:hidden}.about-module__-i9KWa__heroOverlay{pointer-events:none;background-image:radial-gradient(circle at 30% 30%,#004aad14 0%,#0000 50%),radial-gradient(circle at 70% 70%,#28a7450f 0%,#0000 50%);position:absolute;inset:0}.about-module__-i9KWa__container{z-index:1;max-width:1280px;margin:0 auto;padding:0 1.5rem;position:relative}.about-module__-i9KWa__heroContent{max-width:800px;margin:0 auto;animation:.8s ease-out about-module__-i9KWa__slideUp}@keyframes about-module__-i9KWa__slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.about-module__-i9KWa__badge{color:var(--accent-primary);background:#004aad14;border:1px solid #004aad26;border-radius:50px;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.5rem 1.25rem;font-family:Montserrat,sans-serif;font-size:.85rem;font-weight:600;display:inline-flex}.about-module__-i9KWa__heroTitle{letter-spacing:-.02em;margin-bottom:1.25rem;font-family:Montserrat,sans-serif;font-size:clamp(2rem,4.5vw,3rem);font-weight:800;line-height:1.15}.about-module__-i9KWa__gradientText{background:linear-gradient(135deg,#004aad 0%,#1a6fd4 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.about-module__-i9KWa__greenText{background:linear-gradient(135deg,#28a745 0%,#34c759 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.about-module__-i9KWa__heroSubtitle{color:var(--text-secondary);max-width:700px;margin:0 auto;font-size:clamp(1rem,1.5vw,1.15rem);line-height:1.8}.about-module__-i9KWa__sectionHeader{text-align:center;margin-bottom:3rem}.about-module__-i9KWa__sectionTitle{margin-bottom:1rem;font-family:Montserrat,sans-serif;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700}.about-module__-i9KWa__sectionSubtitle{color:var(--text-secondary);max-width:650px;margin:0 auto;font-size:1.1rem;line-height:1.7}.about-module__-i9KWa__missionSection{background:var(--bg-secondary);padding:5rem 0}.about-module__-i9KWa__missionGrid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.about-module__-i9KWa__missionCard{background:var(--bg-card);border:1px solid var(--border-color);text-align:center;border-radius:24px;padding:2.5rem}.about-module__-i9KWa__missionIcon{width:72px;height:72px;color:var(--accent-primary);background:linear-gradient(135deg,#004aad1a,#28a7451a);border-radius:20px;justify-content:center;align-items:center;margin:0 auto 1.5rem;display:flex}.about-module__-i9KWa__missionCard h3{color:var(--text-primary);margin-bottom:1rem;font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:700}.about-module__-i9KWa__missionCard p{color:var(--text-secondary);font-size:1rem;line-height:1.7}.about-module__-i9KWa__valuesSection{background:var(--bg-primary);padding:5rem 0}.about-module__-i9KWa__valuesGrid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.about-module__-i9KWa__valueCard{background:var(--bg-card);border:1px solid var(--border-color);text-align:center;border-radius:20px;padding:2rem;transition:all .3s}.about-module__-i9KWa__valueCard:hover{box-shadow:var(--shadow-xl);transform:translateY(-6px)}.about-module__-i9KWa__valueIcon{margin-bottom:1rem;font-size:2.5rem;display:block}.about-module__-i9KWa__valueCard h4{color:var(--text-primary);margin-bottom:.5rem;font-family:Montserrat,sans-serif;font-size:1.15rem;font-weight:700}.about-module__-i9KWa__valueCard p{color:var(--text-secondary);font-size:.9rem;line-height:1.5}.about-module__-i9KWa__foundersSection{background:var(--bg-secondary);padding:5rem 0}.about-module__-i9KWa__foundersGrid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.about-module__-i9KWa__founderCard{background:var(--bg-card);border:1px solid var(--border-color);text-align:center;border-radius:24px;padding:2.5rem 2rem;transition:all .3s}.about-module__-i9KWa__founderCard:hover{box-shadow:var(--shadow-xl);transform:translateY(-6px)}.about-module__-i9KWa__founderAvatar{color:#fff;background-position:50%;background-size:cover;border:4px solid;border-radius:20px;justify-content:center;align-items:center;width:140px;height:140px;margin:0 auto 1.5rem;font-family:Montserrat,sans-serif;font-size:2rem;font-weight:800;display:flex}.about-module__-i9KWa__founderCard h3{color:var(--text-primary);margin-bottom:.35rem;font-family:Montserrat,sans-serif;font-size:1.25rem;font-weight:700}.about-module__-i9KWa__founderRole{margin-bottom:1.25rem;font-family:Montserrat,sans-serif;font-size:.9rem;font-weight:600;display:block}.about-module__-i9KWa__founderBio{color:var(--text-secondary);margin-bottom:1.25rem;font-size:.9rem;line-height:1.6}.about-module__-i9KWa__founderCredentials{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:1.25rem;display:flex}.about-module__-i9KWa__founderCredentials span{background:var(--bg-tertiary);color:var(--text-tertiary);border-radius:50px;padding:.35rem .85rem;font-size:.75rem;font-weight:600}.about-module__-i9KWa__founderQuote{color:var(--accent-primary);background:#004aad0d;border-radius:12px;margin:0;padding:1rem;font-size:.9rem;font-style:italic}.about-module__-i9KWa__timelineSection{background:var(--bg-primary);padding:5rem 0}.about-module__-i9KWa__roadmapContainer{flex-direction:column;gap:3rem;max-width:900px;margin:4rem auto;padding:2rem 0;display:flex;position:relative}.about-module__-i9KWa__roadmapLine{z-index:0;pointer-events:none;width:200px;position:absolute;top:50px;bottom:50px;left:50%;transform:translate(-50%)}.about-module__-i9KWa__roadmapPathSvg{width:100%;height:100%;position:absolute;top:0;left:0}.about-module__-i9KWa__roadmapPathLine{fill:none;stroke:var(--accent-primary);stroke-width:6px;stroke-linecap:round;stroke-dasharray:20 20;stroke-opacity:.3;animation:5s linear infinite about-module__-i9KWa__dashPathFlow}.about-module__-i9KWa__roadmapPathSolid{fill:none;stroke:#28a745;stroke-width:4px;stroke-linecap:round;opacity:.6}@keyframes about-module__-i9KWa__dashPathFlow{to{stroke-dashoffset:-40px}}.about-module__-i9KWa__roadmapCar{color:#004aad;z-index:10;filter:drop-shadow(0 4px 10px #004aad80);justify-content:center;align-items:center;width:40px;height:40px;margin-left:-20px;font-size:2.2rem;animation:12s linear infinite about-module__-i9KWa__driveCarSurfing;display:flex;position:absolute;top:0;left:50%}@keyframes about-module__-i9KWa__driveCarSurfing{0%{opacity:0;top:0;transform:translate(0)rotate(90deg)}5%{opacity:1}25%{transform:translate(80px)rotate(110deg)}50%{transform:translate(0)rotate(90deg)}75%{transform:translate(-80px)rotate(70deg)}95%{opacity:1}to{opacity:0;top:100%;transform:translate(0)rotate(90deg)}}.about-module__-i9KWa__roadmapItem{z-index:1;align-items:center;width:100%;display:flex;position:relative}.about-module__-i9KWa__roadmapLeft{justify-content:flex-end;padding-right:50%}.about-module__-i9KWa__roadmapRight{justify-content:flex-start;padding-left:50%}.about-module__-i9KWa__roadmapContent{background:var(--bg-card);border:1px solid var(--border-color);width:85%;box-shadow:var(--shadow-md);border-radius:16px;padding:1.5rem;transition:all .3s;position:relative}.about-module__-i9KWa__roadmapContent:hover{border-color:#004aad;transform:translateY(-5px);box-shadow:0 10px 30px #004aad26}.about-module__-i9KWa__roadmapLeft .about-module__-i9KWa__roadmapContent{text-align:right;margin-right:2.5rem}.about-module__-i9KWa__roadmapRight .about-module__-i9KWa__roadmapContent{text-align:left;margin-left:2.5rem}.about-module__-i9KWa__roadmapYear{color:#28a745;margin-bottom:.5rem;font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:800}.about-module__-i9KWa__roadmapContent h4{color:var(--text-primary);margin-bottom:.5rem;font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:700}.about-module__-i9KWa__roadmapContent p{color:var(--text-secondary);margin:0;font-size:.9rem;line-height:1.5}.about-module__-i9KWa__roadmapDot{background:var(--bg-primary);z-index:2;border:4px solid #004aad;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 10px #004aad80}.about-module__-i9KWa__roadmapDotInner{background:#28a745;border-radius:50%;width:8px;height:8px;animation:2s infinite about-module__-i9KWa__pulseGlow}@keyframes about-module__-i9KWa__pulseGlow{0%{box-shadow:0 0 #28a745b3}70%{box-shadow:0 0 0 10px #28a74500}to{box-shadow:0 0 #28a74500}}.about-module__-i9KWa__whySection{background:var(--bg-secondary);padding:5rem 0}.about-module__-i9KWa__whyGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.about-module__-i9KWa__whyCard{background:var(--bg-card);border:1px solid var(--border-color);text-align:center;border-radius:20px;padding:2rem;transition:all .3s}.about-module__-i9KWa__whyCard:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.about-module__-i9KWa__whyIcon{margin-bottom:1rem;font-size:2.5rem;display:block}.about-module__-i9KWa__whyCard h4{color:var(--text-primary);margin-bottom:.5rem;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:700}.about-module__-i9KWa__whyCard p{color:var(--text-secondary);font-size:.85rem;line-height:1.5}.about-module__-i9KWa__statsSection{background:var(--accent-gradient);padding:4rem 0}.about-module__-i9KWa__statsGrid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.about-module__-i9KWa__statItem{text-align:center}.about-module__-i9KWa__statItem strong{color:#fff;margin-bottom:.35rem;font-family:Montserrat,sans-serif;font-size:2.5rem;font-weight:800;display:block}.about-module__-i9KWa__statItem span{color:#ffffffd9;font-size:1rem}.about-module__-i9KWa__certificationsSection{background:var(--bg-primary);text-align:center;padding:4rem 0}.about-module__-i9KWa__certificationsSection h3{color:var(--text-primary);margin-bottom:2rem;font-family:Montserrat,sans-serif;font-size:1.35rem;font-weight:700}.about-module__-i9KWa__certificationsGrid{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:12px;align-items:center;gap:.5rem;padding:1rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .3s;display:flex}.about-module__-i9KWa__certCard:hover{border-color:var(--accent-primary);transform:translateY(-2px)}.about-module__-i9KWa__certCard span:first-child{font-size:1.5rem}.about-module__-i9KWa__ctaSection{background:linear-gradient(135deg,#004aad0d,#28a7450d);padding:5rem 0}.about-module__-i9KWa__ctaContent{text-align:center;max-width:700px;margin:0 auto}.about-module__-i9KWa__ctaContent h2{color:var(--text-primary);margin-bottom:1rem;font-family:Montserrat,sans-serif;font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700}.about-module__-i9KWa__ctaContent>p{color:var(--text-secondary);margin-bottom:2rem;font-size:1.1rem;line-height:1.7}.about-module__-i9KWa__ctaButtons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}@media (max-width:1024px){.about-module__-i9KWa__foundersGrid{grid-template-columns:repeat(2,1fr)}.about-module__-i9KWa__foundersGrid .about-module__-i9KWa__founderCard:last-child{grid-column:1/-1;max-width:400px;margin:0 auto}}@media (max-width:768px){.about-module__-i9KWa__hero{padding:7rem 0 3rem}.about-module__-i9KWa__missionGrid,.about-module__-i9KWa__valuesGrid,.about-module__-i9KWa__foundersGrid,.about-module__-i9KWa__whyGrid,.about-module__-i9KWa__statsGrid{grid-template-columns:1fr}.about-module__-i9KWa__foundersGrid .about-module__-i9KWa__founderCard:last-child{max-width:100%}.about-module__-i9KWa__roadmapLine,.about-module__-i9KWa__roadmapCar,.about-module__-i9KWa__roadmapDot{left:30px}.about-module__-i9KWa__roadmapLeft,.about-module__-i9KWa__roadmapRight{justify-content:flex-start;padding:0 0 0 60px}.about-module__-i9KWa__roadmapLeft .about-module__-i9KWa__roadmapContent,.about-module__-i9KWa__roadmapRight .about-module__-i9KWa__roadmapContent{text-align:left;width:100%;margin:0}.about-module__-i9KWa__roadmapYear{font-size:1.25rem}.about-module__-i9KWa__ctaButtons{flex-direction:column}}@media (max-width:480px){.about-module__-i9KWa__container{padding:0 1rem}.about-module__-i9KWa__heroTitle{font-size:1.75rem}.about-module__-i9KWa__certificationsGrid{flex-direction:column;align-items:center}}
.BecomePartner-module__MoEU7W__page{color:#1e293b;background:#fff;padding-top:72px;font-family:Inter,-apple-system,sans-serif;overflow-x:hidden}.BecomePartner-module__MoEU7W__hero{background:linear-gradient(160deg,#036 0%,#00508a 40%,#036 100%);position:relative;overflow:hidden}.BecomePartner-module__MoEU7W__heroInner{z-index:1;grid-template-columns:1fr 450px;align-items:start;gap:3rem;max-width:1200px;margin:0 auto;padding:3.5rem 2rem;display:grid;position:relative}.BecomePartner-module__MoEU7W__heroLeft{color:#f1f5f9}.BecomePartner-module__MoEU7W__heroBadge{color:#60a5fa;letter-spacing:.02em;margin-bottom:1rem;font-size:.8125rem;font-weight:600;display:inline-block}.BecomePartner-module__MoEU7W__heroLeft h1{letter-spacing:-.02em;margin:0 0 .875rem;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:800;line-height:1.2}.BecomePartner-module__MoEU7W__heroSubhead{color:#e2e8f0;margin:0 0 .5rem;font-size:1.0625rem;font-weight:700}.BecomePartner-module__MoEU7W__heroDesc{color:#94a3b8;max-width:480px;margin:0 0 1.75rem;font-size:.9375rem;line-height:1.6}.BecomePartner-module__MoEU7W__heroStats{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.BecomePartner-module__MoEU7W__heroStat{text-align:center}.BecomePartner-module__MoEU7W__heroStat strong{color:#fff;font-size:1.25rem;font-weight:800;display:block}.BecomePartner-module__MoEU7W__heroStat span{color:#94a3b8;font-size:.6875rem}.BecomePartner-module__MoEU7W__heroRight{justify-content:flex-end;display:flex}.BecomePartner-module__MoEU7W__heroFormCard{background:#fff;border-radius:16px;width:100%;max-width:440px;padding:2rem;box-shadow:0 20px 60px #0000004d}.BecomePartner-module__MoEU7W__heroFormCard h3{color:#111;margin:0 0 1.25rem;font-size:1.375rem;font-weight:700}.BecomePartner-module__MoEU7W__heroForm{flex-direction:column;gap:.75rem;display:flex}.BecomePartner-module__MoEU7W__formRow{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.BecomePartner-module__MoEU7W__formRow input,.BecomePartner-module__MoEU7W__formRow select{color:#333;background:#fff;border:1.5px solid #e0e0e0;border-radius:8px;width:100%;padding:.7rem .875rem;font-family:inherit;font-size:.8125rem;transition:border-color .15s}.BecomePartner-module__MoEU7W__formRow input:focus,.BecomePartner-module__MoEU7W__formRow select:focus{border-color:#06c;outline:none}.BecomePartner-module__MoEU7W__formRow input::placeholder{color:#9ca3af}.BecomePartner-module__MoEU7W__uploadBtn{color:#3b82f6;text-align:center;cursor:pointer;border:1.5px dashed #60a5fa;border-radius:8px;padding:.7rem .875rem;font-size:.8125rem;transition:background .15s}.BecomePartner-module__MoEU7W__uploadBtn:hover{background:#eff6ff}.BecomePartner-module__MoEU7W__termsCheck{color:#6b7280;cursor:pointer;align-items:flex-start;gap:.5rem;font-size:.75rem;display:flex}.BecomePartner-module__MoEU7W__termsCheck input{accent-color:#036;margin-top:2px}.BecomePartner-module__MoEU7W__termsCheck a{color:#2563eb;text-decoration:underline}.BecomePartner-module__MoEU7W__submitBtn{color:#fff;cursor:pointer;background:#036;border:none;border-radius:8px;width:100%;padding:.8rem;font-size:.9375rem;font-weight:600;transition:all .2s}.BecomePartner-module__MoEU7W__submitBtn:hover{background:#00508a}.BecomePartner-module__MoEU7W__successMessage{text-align:center;color:#166534;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;height:100%;min-height:300px;padding:2rem;display:flex}.BecomePartner-module__MoEU7W__successMessage svg{color:#22c55e;margin-bottom:1rem}.BecomePartner-module__MoEU7W__successMessage h3{margin:0 0 .5rem;font-size:1.5rem;font-weight:700}.BecomePartner-module__MoEU7W__successMessage p{color:#15803d;margin:0;font-size:.9375rem}.BecomePartner-module__MoEU7W__dsaSection{background:#f8fafc;padding:4rem 0}.BecomePartner-module__MoEU7W__dsaInner{grid-template-columns:400px 1fr;align-items:center;gap:3rem;max-width:1100px;margin:0 auto;padding:0 2rem;display:grid}.BecomePartner-module__MoEU7W__dsaImageWrap{position:relative}.BecomePartner-module__MoEU7W__dsaImage{border-radius:16px;width:100%;max-width:380px;display:block}.BecomePartner-module__MoEU7W__bluePill{color:#fff;background:#036;border-radius:20px;margin-bottom:.75rem;padding:.35rem 1rem;font-size:.75rem;font-weight:600;display:inline-block}.BecomePartner-module__MoEU7W__dsaContent h2{color:#111;margin:0 0 .75rem;font-size:1.75rem;font-weight:800}.BecomePartner-module__MoEU7W__dsaContent>p{color:#6b7280;margin:0 0 1.25rem;font-size:.875rem;line-height:1.6}.BecomePartner-module__MoEU7W__dsaContent h3{color:#111;margin:0 0 .75rem;font-size:1.125rem;font-weight:700}.BecomePartner-module__MoEU7W__checkList{margin:0 0 1.5rem;padding:0;list-style:none}.BecomePartner-module__MoEU7W__checkList li{color:#374151;align-items:center;gap:.5rem;padding:.375rem 0;font-size:.875rem;display:flex}.BecomePartner-module__MoEU7W__checkIcon{color:#0ea5e9;flex-shrink:0;font-size:1rem}.BecomePartner-module__MoEU7W__dsaStatsRow{gap:2rem;margin-bottom:1.25rem;display:flex}.BecomePartner-module__MoEU7W__dsaStatItem{text-align:left}.BecomePartner-module__MoEU7W__dsaStatItem strong{color:#06c;font-size:1.75rem;font-weight:800;display:block}.BecomePartner-module__MoEU7W__dsaStatItem span{color:#6b7280;font-size:.75rem}.BecomePartner-module__MoEU7W__consultBox{background:#f0f9ff;border-radius:10px;align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex}.BecomePartner-module__MoEU7W__consultPhoneIcon{color:#06c;font-size:1.5rem}.BecomePartner-module__MoEU7W__consultBox span{color:#6b7280;font-size:.8125rem;display:block}.BecomePartner-module__MoEU7W__consultBox a{color:#111;font-size:1rem;font-weight:700;text-decoration:none}.BecomePartner-module__MoEU7W__eligibilitySection{padding:4rem 0}.BecomePartner-module__MoEU7W__eligibilityInner{grid-template-columns:1fr 1fr;align-items:start;gap:3rem;max-width:1100px;margin:0 auto;padding:0 2rem;display:grid}.BecomePartner-module__MoEU7W__blueText{color:#06c;margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:block}.BecomePartner-module__MoEU7W__eligibilityLeft h2{color:#111;margin:0 0 .75rem;font-size:1.75rem;font-weight:800}.BecomePartner-module__MoEU7W__eligibilityLeft>p{color:#6b7280;margin:0 0 1.5rem;font-size:.875rem;line-height:1.6}.BecomePartner-module__MoEU7W__barChart{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.25rem}.BecomePartner-module__MoEU7W__barChartTitle{color:#6b7280;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.75rem;font-weight:600;display:flex}.BecomePartner-module__MoEU7W__barChartTitle:before{content:"";background:#3b82f6;border-radius:2px;width:12px;height:12px}.BecomePartner-module__MoEU7W__barRow{margin-bottom:.75rem}.BecomePartner-module__MoEU7W__barLabel{color:#374151;margin-bottom:.25rem;font-size:.75rem;font-weight:500;display:block}.BecomePartner-module__MoEU7W__barTrack{background:#f1f5f9;border-radius:4px;height:20px;overflow:hidden}.BecomePartner-module__MoEU7W__barFill{background:linear-gradient(90deg,#3b82f6,#60a5fa);border-radius:4px;height:100%;transition:width 1s}.BecomePartner-module__MoEU7W__eligibilityRight{flex-direction:column;gap:1rem;display:flex}.BecomePartner-module__MoEU7W__profileCard{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;align-items:center;gap:1rem;padding:1.25rem;display:flex}.BecomePartner-module__MoEU7W__profileInfo{flex:1}.BecomePartner-module__MoEU7W__profileInfo h4{color:#111;margin:0 0 .25rem;font-size:.9375rem;font-weight:700}.BecomePartner-module__MoEU7W__profileInfo p{color:#6b7280;margin:0;font-size:.8125rem;line-height:1.5}.BecomePartner-module__MoEU7W__profileAvatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:60px;height:60px}.BecomePartner-module__MoEU7W__benefitsSection{background:linear-gradient(160deg,#036,#001a4a 50%,#00264d);border-radius:20px;margin:0 1rem;padding:4rem 0}.BecomePartner-module__MoEU7W__benefitsInner{text-align:center;max-width:1100px;margin:0 auto;padding:0 2rem}.BecomePartner-module__MoEU7W__benefitsInner h2{color:#fff;margin:0 0 .75rem;font-size:1.75rem;font-weight:800}.BecomePartner-module__MoEU7W__benefitsInner>p{color:#94a3b8;max-width:700px;margin:0 auto 2.5rem;font-size:.9375rem;line-height:1.6}.BecomePartner-module__MoEU7W__benefitsGrid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}.BecomePartner-module__MoEU7W__benefitCard{text-align:left;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff0a;border:1px solid #ffffff26;border-radius:14px;padding:1.5rem;transition:all .25s}.BecomePartner-module__MoEU7W__benefitCard:hover{background:#ffffff14;transform:translateY(-3px)}.BecomePartner-module__MoEU7W__benefitIcon{color:#93c5fd;border:1px solid #fff3;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:.875rem;font-size:1.25rem;display:flex}.BecomePartner-module__MoEU7W__benefitCard h4{color:#f1f5f9;margin:0 0 .375rem;font-size:1rem;font-weight:700}.BecomePartner-module__MoEU7W__benefitCard p{color:#94a3b8;margin:0;font-size:.8125rem;line-height:1.5}.BecomePartner-module__MoEU7W__bankLogosSection{text-align:center;max-width:1100px;margin:0 auto;padding:4rem 2rem}.BecomePartner-module__MoEU7W__bankLogosSection h2{color:#111;margin:0 0 2rem;font-size:1.5rem;font-weight:800}.BecomePartner-module__MoEU7W__blueAccent{color:#06c}.BecomePartner-module__MoEU7W__logosGrid{flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem 3rem;display:flex}.BecomePartner-module__MoEU7W__logoItem img{object-fit:contain;filter:grayscale(.2);width:auto;height:40px;transition:all .2s}.BecomePartner-module__MoEU7W__logoItem img:hover{filter:grayscale(0);transform:scale(1.05)}.BecomePartner-module__MoEU7W__trainingSection{background:#f8fafc;padding:4rem 0}.BecomePartner-module__MoEU7W__trainingInner{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;max-width:1100px;margin:0 auto;padding:0 2rem;display:grid}.BecomePartner-module__MoEU7W__trainingLeft h2{color:#111;margin:0 0 1.5rem;font-size:1.5rem;font-weight:800}.BecomePartner-module__MoEU7W__trainingList{flex-direction:column;gap:1rem;display:flex}.BecomePartner-module__MoEU7W__trainingItem{align-items:flex-start;gap:.875rem;display:flex}.BecomePartner-module__MoEU7W__trainingItemIcon{color:#2563eb;background:#eff6ff;border:2px solid #bfdbfe;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1rem;display:flex}.BecomePartner-module__MoEU7W__trainingItem h4{color:#111;margin:0 0 .125rem;font-size:.9375rem;font-weight:700}.BecomePartner-module__MoEU7W__trainingItem p{color:#6b7280;margin:0;font-size:.8125rem;line-height:1.5}.BecomePartner-module__MoEU7W__trainingRight{justify-content:center;display:flex}.BecomePartner-module__MoEU7W__trainingImage{border-radius:16px;width:100%;max-width:440px}.BecomePartner-module__MoEU7W__productsSection{padding:4rem 0}.BecomePartner-module__MoEU7W__productsInner{text-align:center;max-width:1000px;margin:0 auto;padding:0 2rem}.BecomePartner-module__MoEU7W__productsInner>h2{color:#111;margin:0 0 .5rem;font-size:1.75rem;font-weight:800}.BecomePartner-module__MoEU7W__productsInner>p{color:#6b7280;margin:0 0 2.5rem;font-size:.9375rem}.BecomePartner-module__MoEU7W__productsTopRow,.BecomePartner-module__MoEU7W__productsBottomRow{justify-content:center;gap:3rem;margin-bottom:1.5rem;display:flex}.BecomePartner-module__MoEU7W__productCenter{justify-content:center;margin-bottom:1.5rem;display:flex}.BecomePartner-module__MoEU7W__productBlockCard{text-align:left;align-items:center;gap:1rem;max-width:380px;display:flex}.BecomePartner-module__MoEU7W__block3d{background:linear-gradient(135deg,#e0e7ff,#c7d2fe);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;display:flex;position:relative;transform:perspective(200px)rotateY(-5deg);box-shadow:0 6px 20px #6366f126}.BecomePartner-module__MoEU7W__block3d span{color:#4338ca;font-size:1.5rem;font-weight:800}.BecomePartner-module__MoEU7W__productBlockCard h4{color:#111;margin:0 0 .25rem;font-size:.9375rem;font-weight:700}.BecomePartner-module__MoEU7W__productBlockCard p{color:#6b7280;margin:0;font-size:.8125rem;line-height:1.5}.BecomePartner-module__MoEU7W__productQuote{color:#6b7280;border-top:1px solid #e5e7eb;margin-top:1.5rem;padding-top:1.5rem;font-size:.9375rem;font-style:italic}.BecomePartner-module__MoEU7W__processSection{background:linear-gradient(160deg,#036,#001a4a 50%,#00264d);padding:4rem 0}.BecomePartner-module__MoEU7W__processInner{grid-template-columns:1fr 1fr;align-items:start;gap:3rem;max-width:1100px;margin:0 auto;padding:0 2rem;display:grid}.BecomePartner-module__MoEU7W__processLabel{color:#60a5fa;margin-bottom:.5rem;font-size:.8125rem;font-weight:600;display:block}.BecomePartner-module__MoEU7W__processLeft h2{color:#f1f5f9;margin:0 0 1.5rem;font-size:1.75rem;font-weight:800;line-height:1.3}.BecomePartner-module__MoEU7W__applyNowBtn{color:#036;background:#fff;border-radius:8px;padding:.75rem 1.75rem;font-size:.9375rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.BecomePartner-module__MoEU7W__applyNowBtn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0003}.BecomePartner-module__MoEU7W__processRight{flex-direction:column;display:flex}.BecomePartner-module__MoEU7W__processStep{gap:1rem;display:flex}.BecomePartner-module__MoEU7W__processStepLeft{flex-direction:column;flex-shrink:0;align-items:center;display:flex}.BecomePartner-module__MoEU7W__processCircle{color:#60a5fa;z-index:1;background:0 0;border:2px solid #60a5fa80;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1rem;display:flex}.BecomePartner-module__MoEU7W__processLine{background:repeating-linear-gradient(#60a5fa33 0 6px,#0000 6px 12px);flex:1;width:2px;min-height:20px}.BecomePartner-module__MoEU7W__processStepContent{padding-bottom:1.5rem}.BecomePartner-module__MoEU7W__processStepContent h4{color:#f1f5f9;margin:.25rem 0;font-size:1rem;font-weight:700}.BecomePartner-module__MoEU7W__processStepContent p{color:#94a3b8;margin:0;font-size:.8125rem;line-height:1.55}.BecomePartner-module__MoEU7W__testimonialsSection{padding:4rem 0}.BecomePartner-module__MoEU7W__testimonialsInner{text-align:center;max-width:1100px;margin:0 auto;padding:0 2rem}.BecomePartner-module__MoEU7W__testimonialsInner>h2{color:#111;margin:0 0 .5rem;font-size:1.75rem;font-weight:800}.BecomePartner-module__MoEU7W__testimonialsInner>p{color:#6b7280;max-width:700px;margin:0 auto 2.5rem;font-size:.9375rem}.BecomePartner-module__MoEU7W__testimonialsGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.BecomePartner-module__MoEU7W__testimonialCard{text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:2rem 1.5rem;transition:all .25s}.BecomePartner-module__MoEU7W__testimonialCard:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000000f}.BecomePartner-module__MoEU7W__testimonialImg{object-fit:cover;border-radius:12px;width:120px;height:150px;margin-bottom:1rem}.BecomePartner-module__MoEU7W__testimonialCard h4{color:#111;margin:0 0 .125rem;font-size:1.0625rem;font-weight:700}.BecomePartner-module__MoEU7W__testimonialRole{color:#9ca3af;font-size:.75rem;font-style:italic}.BecomePartner-module__MoEU7W__testimonialDivider{border:none;border-top:1px solid #e5e7eb;margin:.875rem 0}.BecomePartner-module__MoEU7W__testimonialCard p{color:#6b7280;margin:0;font-size:.8125rem;line-height:1.6}.BecomePartner-module__MoEU7W__supportSection{text-align:center;max-width:1100px;margin:0 auto;padding:4rem 2rem}.BecomePartner-module__MoEU7W__supportSection h2{color:#111;margin:0 0 .5rem;font-size:1.75rem;font-weight:800}.BecomePartner-module__MoEU7W__supportDesc{color:#6b7280;max-width:700px;margin:0 auto 2.5rem;font-size:.9375rem;line-height:1.6}.BecomePartner-module__MoEU7W__supportGrid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}.BecomePartner-module__MoEU7W__supportCard{text-align:left;background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;transition:all .25s}.BecomePartner-module__MoEU7W__supportCard:hover{transform:translateY(-3px);box-shadow:0 6px 20px #0000000f}.BecomePartner-module__MoEU7W__supportIcon{color:#059669;background:#ecfdf5;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:.875rem;font-size:1.125rem;display:flex}.BecomePartner-module__MoEU7W__supportCard h4{color:#111;margin:0 0 .375rem;font-size:.9375rem;font-weight:700}.BecomePartner-module__MoEU7W__supportCard p{color:#6b7280;margin:0;font-size:.8125rem;line-height:1.55}.BecomePartner-module__MoEU7W__faqSection{background:#f8fafc;padding:4rem 0}.BecomePartner-module__MoEU7W__faqInner{text-align:center;max-width:720px;margin:0 auto;padding:0 2rem}.BecomePartner-module__MoEU7W__faqInner>h2{color:#111;margin:0 0 .5rem;font-size:1.75rem;font-weight:800}.BecomePartner-module__MoEU7W__faqInner>p{color:#6b7280;margin:0 0 2rem;font-size:.9375rem}.BecomePartner-module__MoEU7W__faqList{text-align:left;flex-direction:column;gap:.625rem;display:flex}.BecomePartner-module__MoEU7W__faqItem{background:#fff;border:1px solid #e5e7eb;border-radius:10px;transition:all .2s;overflow:hidden}.BecomePartner-module__MoEU7W__faqOpen{border-color:#3b82f6}.BecomePartner-module__MoEU7W__faqQuestion{color:#111;cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:1rem 1.25rem;font-family:inherit;font-size:.9375rem;font-weight:600;display:flex}.BecomePartner-module__MoEU7W__faqChevron{color:#9ca3af;flex-shrink:0;font-size:1.125rem;transition:transform .25s}.BecomePartner-module__MoEU7W__faqChevronOpen{color:#3b82f6;transform:rotate(180deg)}.BecomePartner-module__MoEU7W__faqAnswer{color:#6b7280;padding:0 1.25rem 1.125rem;font-size:.875rem;line-height:1.65;animation:.2s BecomePartner-module__MoEU7W__slideFade}@keyframes BecomePartner-module__MoEU7W__slideFade{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.BecomePartner-module__MoEU7W__finalCta{text-align:center;background:linear-gradient(160deg,#036,#001a4a);padding:4rem 2rem}.BecomePartner-module__MoEU7W__finalCta h2{color:#f1f5f9;margin:0 0 .75rem;font-size:1.875rem;font-weight:800}.BecomePartner-module__MoEU7W__finalCta p{color:#94a3b8;max-width:500px;margin:0 auto 2rem;font-size:1rem;line-height:1.6}.BecomePartner-module__MoEU7W__finalCtaBtns{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.BecomePartner-module__MoEU7W__ctaPrimaryLarge{color:#036;background:#fff;border-radius:10px;align-items:center;gap:.5rem;padding:.9rem 2rem;font-size:.9375rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 4px 14px #00000026}.BecomePartner-module__MoEU7W__ctaPrimaryLarge:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0003}.BecomePartner-module__MoEU7W__ctaOutline{color:#e2e8f0;background:0 0;border:1.5px solid #94a3b84d;border-radius:10px;align-items:center;gap:.5rem;padding:.9rem 2rem;font-size:.9375rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.BecomePartner-module__MoEU7W__ctaOutline:hover{background:#ffffff0d;border-color:#94a3b880}@media (max-width:1024px){.BecomePartner-module__MoEU7W__heroInner{grid-template-columns:1fr}.BecomePartner-module__MoEU7W__heroFormCard{max-width:480px;margin:0 auto}.BecomePartner-module__MoEU7W__dsaInner{grid-template-columns:1fr}.BecomePartner-module__MoEU7W__dsaImageWrap{justify-content:center;display:flex}.BecomePartner-module__MoEU7W__eligibilityInner,.BecomePartner-module__MoEU7W__trainingInner,.BecomePartner-module__MoEU7W__processInner{grid-template-columns:1fr}}@media (max-width:768px){.BecomePartner-module__MoEU7W__heroStats{grid-template-columns:repeat(2,1fr)}.BecomePartner-module__MoEU7W__formRow{grid-template-columns:1fr}.BecomePartner-module__MoEU7W__benefitsGrid,.BecomePartner-module__MoEU7W__supportGrid{grid-template-columns:repeat(2,1fr)}.BecomePartner-module__MoEU7W__testimonialsGrid{grid-template-columns:1fr}.BecomePartner-module__MoEU7W__productsTopRow,.BecomePartner-module__MoEU7W__productsBottomRow{flex-direction:column;align-items:center;gap:1.5rem}.BecomePartner-module__MoEU7W__logosGrid{gap:1.5rem 2rem}.BecomePartner-module__MoEU7W__logoItem img{height:30px}.BecomePartner-module__MoEU7W__benefitsSection{border-radius:12px}}@media (max-width:480px){.BecomePartner-module__MoEU7W__heroStats{grid-template-columns:1fr 1fr;gap:.75rem}.BecomePartner-module__MoEU7W__benefitsGrid,.BecomePartner-module__MoEU7W__supportGrid{grid-template-columns:1fr}.BecomePartner-module__MoEU7W__dsaStatsRow{flex-direction:column;gap:1rem}.BecomePartner-module__MoEU7W__heroInner{padding:2rem 1rem}.BecomePartner-module__MoEU7W__heroFormCard{padding:1.5rem}}
.Blog-module__vu6yGW__blogPage{background:var(--bg-primary);min-height:100vh}.Blog-module__vu6yGW__hero{background:var(--accent-gradient);text-align:center;padding:8rem 2rem 4rem;position:relative;overflow:hidden}.Blog-module__vu6yGW__heroContent{z-index:2;max-width:800px;margin:0 auto;position:relative}.Blog-module__vu6yGW__heroPattern{opacity:.5;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.08'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.Blog-module__vu6yGW__badge{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border-radius:50px;margin-bottom:1.5rem;padding:.5rem 1.25rem;font-size:.9rem;font-weight:600;display:inline-block}.Blog-module__vu6yGW__heroTitle{color:#fff;margin-bottom:1rem;font-size:clamp(2.5rem,6vw,4rem);font-weight:800;line-height:1.2}.Blog-module__vu6yGW__highlight{background:linear-gradient(135deg,#fbbf24 0%,#f59e0b 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Blog-module__vu6yGW__heroSubtitle{color:#ffffffe6;max-width:600px;margin:0 auto;font-size:1.2rem;line-height:1.7}.Blog-module__vu6yGW__container{max-width:1300px;margin:0 auto;padding:0 1.5rem}.Blog-module__vu6yGW__categoriesSection{background:var(--bg-secondary);border-bottom:1px solid var(--border-color);z-index:50;padding:2rem 0;position:sticky;top:60px}.Blog-module__vu6yGW__categoryTabs{scrollbar-width:thin;gap:.5rem;padding:.5rem 0;display:flex;overflow-x:auto}.Blog-module__vu6yGW__categoryTab{background:var(--bg-card);border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;white-space:nowrap;border-radius:50px;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.9rem;font-weight:500;transition:all .3s;display:flex}.Blog-module__vu6yGW__categoryTab:hover{border-color:var(--accent-primary);color:var(--accent-primary)}.Blog-module__vu6yGW__categoryTab.Blog-module__vu6yGW__active{background:var(--accent-gradient);color:#fff;border-color:#0000}.Blog-module__vu6yGW__categoryCount{background:#fff3;border-radius:20px;padding:.15rem .5rem;font-size:.75rem}.Blog-module__vu6yGW__blogsSection{padding:4rem 0}.Blog-module__vu6yGW__loadingState{color:var(--text-secondary);flex-direction:column;justify-content:center;align-items:center;padding:5rem 2rem;display:flex}.Blog-module__vu6yGW__loader{border:4px solid var(--border-color);border-top-color:var(--accent-primary);border-radius:50%;width:50px;height:50px;margin-bottom:1rem;animation:1s linear infinite Blog-module__vu6yGW__spin}@keyframes Blog-module__vu6yGW__spin{to{transform:rotate(360deg)}}.Blog-module__vu6yGW__emptyState{text-align:center;padding:5rem 2rem}.Blog-module__vu6yGW__emptyIcon{margin-bottom:1rem;font-size:4rem;display:block}.Blog-module__vu6yGW__emptyState h3{color:var(--text-primary);margin-bottom:.5rem;font-size:1.5rem}.Blog-module__vu6yGW__emptyState p{color:var(--text-secondary)}.Blog-module__vu6yGW__featuredBlog{margin-bottom:4rem}.Blog-module__vu6yGW__featuredCard{background:var(--bg-card);border:1px solid var(--border-color);border-radius:24px;grid-template-columns:1.2fr 1fr;gap:2rem;text-decoration:none;transition:all .4s;display:grid;overflow:hidden}.Blog-module__vu6yGW__featuredCard:hover{box-shadow:var(--shadow-xl);border-color:var(--accent-primary);transform:translateY(-5px)}.Blog-module__vu6yGW__featuredImage{height:400px;position:relative;overflow:hidden}.Blog-module__vu6yGW__featuredImage img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.Blog-module__vu6yGW__featuredCard:hover .Blog-module__vu6yGW__featuredImage img{transform:scale(1.05)}.Blog-module__vu6yGW__featuredOverlay{position:absolute;top:1rem;left:1rem}.Blog-module__vu6yGW__featuredBadge{color:#fff;background:linear-gradient(135deg,#f59e0b 0%,#ea580c 100%);border-radius:50px;padding:.5rem 1rem;font-size:.85rem;font-weight:600}.Blog-module__vu6yGW__featuredContent{flex-direction:column;justify-content:center;padding:2.5rem 2.5rem 2.5rem 0;display:flex}.Blog-module__vu6yGW__blogCategory{background:var(--bg-tertiary);color:var(--accent-primary);border-radius:50px;align-items:center;gap:.5rem;width:fit-content;margin-bottom:1rem;padding:.4rem 1rem;font-size:.85rem;font-weight:500;display:inline-flex}.Blog-module__vu6yGW__featuredContent h2{color:var(--text-primary);margin-bottom:1rem;font-size:1.75rem;font-weight:700;line-height:1.4}.Blog-module__vu6yGW__featuredContent p{color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.7}.Blog-module__vu6yGW__blogMeta{flex-wrap:wrap;gap:1.5rem;margin-bottom:1.5rem;display:flex}.Blog-module__vu6yGW__blogAuthor,.Blog-module__vu6yGW__blogDate,.Blog-module__vu6yGW__blogViews{color:var(--text-tertiary);font-size:.85rem}.Blog-module__vu6yGW__readMore{color:var(--accent-primary);font-size:.95rem;font-weight:600}.Blog-module__vu6yGW__blogsGrid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.Blog-module__vu6yGW__blogCard{background:var(--bg-card);border:1px solid var(--border-color);border-radius:20px;text-decoration:none;transition:all .3s;overflow:hidden}.Blog-module__vu6yGW__blogCard:hover{box-shadow:var(--shadow-lg);border-color:var(--accent-primary);transform:translateY(-8px)}.Blog-module__vu6yGW__cardImage{height:200px;position:relative;overflow:hidden}.Blog-module__vu6yGW__cardImage img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.Blog-module__vu6yGW__blogCard:hover .Blog-module__vu6yGW__cardImage img{transform:scale(1.08)}.Blog-module__vu6yGW__cardCategory{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;background:#000000bf;border-radius:50px;padding:.4rem .85rem;font-size:.8rem;font-weight:500;position:absolute;bottom:1rem;left:1rem}.Blog-module__vu6yGW__cardContent{padding:1.5rem}.Blog-module__vu6yGW__cardContent h3{color:var(--text-primary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.75rem;font-size:1.1rem;font-weight:600;line-height:1.5;display:-webkit-box;overflow:hidden}.Blog-module__vu6yGW__cardContent p{color:var(--text-secondary);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:1rem;font-size:.9rem;line-height:1.6;display:-webkit-box;overflow:hidden}.Blog-module__vu6yGW__cardMeta{color:var(--text-tertiary);justify-content:space-between;font-size:.8rem;display:flex}.Blog-module__vu6yGW__newsletterSection{background:var(--bg-secondary);padding:4rem 0}.Blog-module__vu6yGW__newsletterCard{background:var(--accent-gradient);border-radius:24px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;padding:3rem;display:flex}.Blog-module__vu6yGW__newsletterContent{color:#fff}.Blog-module__vu6yGW__newsletterIcon{margin-bottom:.75rem;font-size:2.5rem;display:block}.Blog-module__vu6yGW__newsletterContent h3{margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.Blog-module__vu6yGW__newsletterContent p{opacity:.9;font-size:.95rem}.Blog-module__vu6yGW__newsletterForm{flex:1;gap:.75rem;max-width:500px;display:flex}.Blog-module__vu6yGW__newsletterInput{color:#333;background:#fffffff2;border:none;border-radius:12px;flex:1;padding:1rem 1.25rem;font-size:1rem}.Blog-module__vu6yGW__newsletterInput::placeholder{color:#888}.Blog-module__vu6yGW__newsletterBtn{color:#fff;cursor:pointer;white-space:nowrap;background:#000;border:none;border-radius:12px;padding:1rem 1.5rem;font-weight:600;transition:all .3s}.Blog-module__vu6yGW__newsletterBtn:hover{background:#222;transform:translateY(-2px)}@media (max-width:1024px){.Blog-module__vu6yGW__blogsGrid{grid-template-columns:repeat(2,1fr)}.Blog-module__vu6yGW__featuredCard{grid-template-columns:1fr}.Blog-module__vu6yGW__featuredImage{height:300px}.Blog-module__vu6yGW__featuredContent{padding:2rem}}@media (max-width:768px){.Blog-module__vu6yGW__hero{padding:6rem 1.5rem 3rem}.Blog-module__vu6yGW__heroTitle{font-size:2rem}.Blog-module__vu6yGW__heroSubtitle{font-size:1rem}.Blog-module__vu6yGW__categoriesSection{top:60px}.Blog-module__vu6yGW__categoryTabs{padding:.25rem 0}.Blog-module__vu6yGW__categoryTab{padding:.6rem 1rem;font-size:.85rem}.Blog-module__vu6yGW__blogsGrid{grid-template-columns:1fr;gap:1.5rem}.Blog-module__vu6yGW__featuredContent h2{font-size:1.4rem}.Blog-module__vu6yGW__newsletterCard{text-align:center;flex-direction:column;padding:2rem}.Blog-module__vu6yGW__newsletterForm{flex-direction:column;width:100%;max-width:none}.Blog-module__vu6yGW__newsletterBtn{width:100%}}@media (max-width:480px){.Blog-module__vu6yGW__hero{padding:5rem 1rem 2.5rem}.Blog-module__vu6yGW__blogsSection{padding:2rem 0}.Blog-module__vu6yGW__cardImage{height:180px}.Blog-module__vu6yGW__cardContent{padding:1.25rem}.Blog-module__vu6yGW__blogMeta{flex-direction:column;gap:.5rem}}
.BlogDetail-module__SSgDlW__blogDetailPage{background:var(--bg-primary);min-height:100vh}.BlogDetail-module__SSgDlW__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.BlogDetail-module__SSgDlW__loadingState{min-height:60vh;color:var(--text-secondary);flex-direction:column;justify-content:center;align-items:center;display:flex}.BlogDetail-module__SSgDlW__loader{border:4px solid var(--border-color);border-top-color:var(--accent-primary);border-radius:50%;width:50px;height:50px;margin-bottom:1rem;animation:1s linear infinite BlogDetail-module__SSgDlW__spin}@keyframes BlogDetail-module__SSgDlW__spin{to{transform:rotate(360deg)}}.BlogDetail-module__SSgDlW__errorState{text-align:center;padding:5rem 2rem}.BlogDetail-module__SSgDlW__errorIcon{margin-bottom:1.5rem;font-size:5rem;display:block}.BlogDetail-module__SSgDlW__errorState h2{color:var(--text-primary);margin-bottom:.5rem;font-size:1.75rem}.BlogDetail-module__SSgDlW__errorState p{color:var(--text-secondary);margin-bottom:2rem}.BlogDetail-module__SSgDlW__backBtn{background:var(--accent-gradient);color:#fff;border-radius:12px;padding:.85rem 2rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.BlogDetail-module__SSgDlW__backBtn:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.BlogDetail-module__SSgDlW__heroSection{height:500px;position:relative}.BlogDetail-module__SSgDlW__heroImage{position:absolute;inset:0}.BlogDetail-module__SSgDlW__heroImage img{object-fit:cover;width:100%;height:100%}.BlogDetail-module__SSgDlW__heroOverlay{background:linear-gradient(#0000004d 0%,#000000b3 100%);position:absolute;inset:0}.BlogDetail-module__SSgDlW__heroContent{z-index:2;align-items:flex-end;height:100%;padding-bottom:3rem;display:flex;position:relative}.BlogDetail-module__SSgDlW__backLink{color:#fffc;margin-bottom:1rem;font-size:.9rem;text-decoration:none;transition:color .3s;display:inline-block}.BlogDetail-module__SSgDlW__backLink:hover{color:#fff}.BlogDetail-module__SSgDlW__categoryBadge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;background:#fff3;border-radius:50px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.5rem 1rem;font-size:.85rem;font-weight:500;display:inline-flex}.BlogDetail-module__SSgDlW__blogTitle{color:#fff;max-width:800px;margin-bottom:1.5rem;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.3}.BlogDetail-module__SSgDlW__blogMetadata{flex-wrap:wrap;gap:1.5rem;display:flex}.BlogDetail-module__SSgDlW__metaItem{color:#ffffffd9;align-items:center;gap:.5rem;font-size:.9rem;display:flex}.BlogDetail-module__SSgDlW__metaIcon{font-size:1rem}.BlogDetail-module__SSgDlW__contentSection{padding:4rem 0}.BlogDetail-module__SSgDlW__contentGrid{grid-template-columns:1fr 350px;gap:3rem;display:grid}.BlogDetail-module__SSgDlW__articleContent{background:var(--bg-card);border:1px solid var(--border-color);border-radius:20px;padding:2.5rem}.BlogDetail-module__SSgDlW__excerpt{color:var(--text-secondary);border-bottom:1px solid var(--border-color);margin-bottom:2rem;padding-bottom:2rem;font-size:1.25rem;font-style:italic;line-height:1.8}.BlogDetail-module__SSgDlW__blogContent{color:var(--text-primary);font-size:1.1rem;line-height:1.9}.BlogDetail-module__SSgDlW__blogContent h2{color:var(--text-primary);margin:2.5rem 0 1rem;font-size:1.75rem;font-weight:700}.BlogDetail-module__SSgDlW__blogContent h3{color:var(--text-primary);margin:2rem 0 .75rem;font-size:1.4rem;font-weight:600}.BlogDetail-module__SSgDlW__blogContent p{margin-bottom:1.5rem}.BlogDetail-module__SSgDlW__blogContent ul,.BlogDetail-module__SSgDlW__blogContent ol{margin:1.5rem 0;padding-left:1.5rem}.BlogDetail-module__SSgDlW__blogContent li{margin-bottom:.75rem}.BlogDetail-module__SSgDlW__blogContent strong{color:var(--accent-primary)}.BlogDetail-module__SSgDlW__blogContent blockquote{background:var(--bg-tertiary);border-left:4px solid var(--accent-primary);color:var(--text-secondary);border-radius:0 12px 12px 0;margin:2rem 0;padding:1.5rem 2rem;font-style:italic}.BlogDetail-module__SSgDlW__tagsSection{border-top:1px solid var(--border-color);margin-top:2.5rem;padding-top:2rem}.BlogDetail-module__SSgDlW__tagsSection h4{color:var(--text-primary);margin-bottom:1rem;font-size:1rem;font-weight:600}.BlogDetail-module__SSgDlW__tags{flex-wrap:wrap;gap:.5rem;display:flex}.BlogDetail-module__SSgDlW__tag{background:var(--bg-tertiary);color:var(--accent-primary);border-radius:50px;padding:.4rem .85rem;font-size:.85rem}.BlogDetail-module__SSgDlW__shareSection{background:var(--bg-tertiary);border-radius:16px;margin-top:2rem;padding:2rem}.BlogDetail-module__SSgDlW__shareSection h4{color:var(--text-primary);margin-bottom:1rem;font-size:1rem;font-weight:600}.BlogDetail-module__SSgDlW__shareButtons{flex-wrap:wrap;gap:.75rem;display:flex}.BlogDetail-module__SSgDlW__shareBtn{cursor:pointer;border:none;border-radius:10px;padding:.65rem 1.25rem;font-size:.9rem;font-weight:500;transition:all .3s}.BlogDetail-module__SSgDlW__shareBtn.BlogDetail-module__SSgDlW__whatsapp{color:#fff;background:#25d366}.BlogDetail-module__SSgDlW__shareBtn.BlogDetail-module__SSgDlW__facebook{color:#fff;background:#1877f2}.BlogDetail-module__SSgDlW__shareBtn.BlogDetail-module__SSgDlW__twitter{color:#fff;background:#1da1f2}.BlogDetail-module__SSgDlW__shareBtn.BlogDetail-module__SSgDlW__linkedin{color:#fff;background:#0a66c2}.BlogDetail-module__SSgDlW__shareBtn:hover{opacity:.9;transform:translateY(-2px)}.BlogDetail-module__SSgDlW__authorCard{background:linear-gradient(135deg,var(--accent-primary)0%,#1a6fd4 100%);border-radius:16px;gap:1.25rem;margin-top:2rem;padding:1.5rem;display:flex}.BlogDetail-module__SSgDlW__authorAvatar{color:#fff;background:#fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:70px;height:70px;font-size:1.75rem;font-weight:700;display:flex}.BlogDetail-module__SSgDlW__authorInfo h4{color:#fff;margin-bottom:.35rem;font-size:1.1rem;font-weight:600}.BlogDetail-module__SSgDlW__authorInfo p{color:#ffffffd9;font-size:.9rem;line-height:1.6}.BlogDetail-module__SSgDlW__sidebar{flex-direction:column;gap:1.5rem;display:flex}.BlogDetail-module__SSgDlW__ctaCard{background:var(--accent-gradient);text-align:center;color:#fff;border-radius:20px;padding:2rem}.BlogDetail-module__SSgDlW__ctaIcon{margin-bottom:1rem;font-size:3rem;display:block}.BlogDetail-module__SSgDlW__ctaCard h4{margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.BlogDetail-module__SSgDlW__ctaCard p{opacity:.9;margin-bottom:1.5rem;font-size:.9rem}.BlogDetail-module__SSgDlW__ctaBtn{color:var(--accent-primary);background:#fff;border-radius:10px;padding:.85rem 1.5rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.BlogDetail-module__SSgDlW__ctaBtn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0003}.BlogDetail-module__SSgDlW__relatedSection{background:var(--bg-card);border:1px solid var(--border-color);border-radius:16px;padding:1.5rem}.BlogDetail-module__SSgDlW__relatedSection h4{color:var(--text-primary);margin-bottom:1rem;font-size:1rem;font-weight:600}.BlogDetail-module__SSgDlW__relatedList{flex-direction:column;gap:1rem;display:flex}.BlogDetail-module__SSgDlW__relatedCard{background:var(--bg-tertiary);border-radius:12px;gap:1rem;padding:.75rem;text-decoration:none;transition:all .3s;display:flex}.BlogDetail-module__SSgDlW__relatedCard:hover{background:var(--bg-secondary)}.BlogDetail-module__SSgDlW__relatedImage{border-radius:10px;flex-shrink:0;width:70px;height:70px;overflow:hidden}.BlogDetail-module__SSgDlW__relatedImage img{object-fit:cover;width:100%;height:100%}.BlogDetail-module__SSgDlW__relatedContent h5{color:var(--text-primary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.35rem;font-size:.9rem;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.BlogDetail-module__SSgDlW__relatedContent span{color:var(--text-tertiary);font-size:.75rem}.BlogDetail-module__SSgDlW__quickLinks{background:var(--bg-card);border:1px solid var(--border-color);border-radius:16px;padding:1.5rem}.BlogDetail-module__SSgDlW__quickLinks h4{color:var(--text-primary);margin-bottom:1rem;font-size:1rem;font-weight:600}.BlogDetail-module__SSgDlW__quickLink{background:var(--bg-tertiary);color:var(--text-primary);border-radius:10px;align-items:center;gap:.75rem;margin-bottom:.5rem;padding:.85rem 1rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .3s;display:flex}.BlogDetail-module__SSgDlW__quickLink:hover{background:var(--accent-primary);color:#fff}.BlogDetail-module__SSgDlW__moreBlogs{background:var(--bg-secondary);border-top:1px solid var(--border-color);padding:3rem 0}.BlogDetail-module__SSgDlW__moreBlogs .BlogDetail-module__SSgDlW__container{justify-content:space-between;align-items:center;display:flex}.BlogDetail-module__SSgDlW__moreBlogs h3{color:var(--text-primary);font-size:1.25rem;font-weight:600}.BlogDetail-module__SSgDlW__viewAllBtn{background:var(--accent-gradient);color:#fff;border-radius:10px;padding:.85rem 2rem;font-weight:600;text-decoration:none;transition:all .3s}.BlogDetail-module__SSgDlW__viewAllBtn:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}@media (max-width:1024px){.BlogDetail-module__SSgDlW__contentGrid{grid-template-columns:1fr}.BlogDetail-module__SSgDlW__sidebar{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}}@media (max-width:768px){.BlogDetail-module__SSgDlW__heroSection{height:400px}.BlogDetail-module__SSgDlW__blogTitle{font-size:1.75rem}.BlogDetail-module__SSgDlW__articleContent{padding:1.5rem}.BlogDetail-module__SSgDlW__excerpt{font-size:1.1rem}.BlogDetail-module__SSgDlW__blogContent{font-size:1rem}.BlogDetail-module__SSgDlW__sidebar{grid-template-columns:1fr}.BlogDetail-module__SSgDlW__authorCard{text-align:center;flex-direction:column}.BlogDetail-module__SSgDlW__shareButtons{justify-content:center}.BlogDetail-module__SSgDlW__moreBlogs .BlogDetail-module__SSgDlW__container{text-align:center;flex-direction:column;gap:1rem}}@media (max-width:480px){.BlogDetail-module__SSgDlW__heroSection{height:350px}.BlogDetail-module__SSgDlW__heroContent{padding-bottom:2rem}.BlogDetail-module__SSgDlW__blogMetadata{gap:.75rem}.BlogDetail-module__SSgDlW__metaItem{font-size:.8rem}.BlogDetail-module__SSgDlW__contentSection{padding:2rem 0}.BlogDetail-module__SSgDlW__shareSection{padding:1.25rem}.BlogDetail-module__SSgDlW__shareBtn{padding:.5rem 1rem;font-size:.85rem}}
.Careers-module__kwKx9G__page{background:var(--bg-primary);min-height:100vh}.Careers-module__kwKx9G__container{max-width:1100px;margin:0 auto;padding:0 1.5rem}.Careers-module__kwKx9G__hero{text-align:center;background:linear-gradient(#004aad08 0%,#0000 100%);padding:9rem 0 5rem}.Careers-module__kwKx9G__badge{background:var(--bg-tertiary);color:var(--accent-secondary);border:1px solid var(--border-color);border-radius:50px;margin-bottom:1.5rem;padding:.5rem 1.25rem;font-size:.85rem;font-weight:600;display:inline-block}.Careers-module__kwKx9G__title{color:var(--text-primary);max-width:800px;margin:0 auto 1.5rem;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:800;line-height:1.1}.Careers-module__kwKx9G__gradientText{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#004aad,#28a745);-webkit-background-clip:text;background-clip:text}.Careers-module__kwKx9G__subtitle{color:var(--text-secondary);max-width:700px;margin:0 auto;font-size:1.15rem;line-height:1.7}.Careers-module__kwKx9G__valuesSection{background:var(--bg-secondary);padding:5rem 0}.Careers-module__kwKx9G__sectionHeader{text-align:center;margin-bottom:4rem}.Careers-module__kwKx9G__sectionHeader h2{color:var(--text-primary);margin-bottom:.75rem;font-size:2.25rem;font-weight:800}.Careers-module__kwKx9G__sectionHeader p{color:var(--text-secondary);font-size:1.1rem}.Careers-module__kwKx9G__valuesGrid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;display:grid}.Careers-module__kwKx9G__valueCard{background:var(--bg-card);border:1px solid var(--border-color);border-radius:20px;padding:2.5rem;transition:transform .3s}.Careers-module__kwKx9G__valueCard:hover{box-shadow:var(--shadow-xl);border-color:#28a74566;transform:translateY(-5px)}.Careers-module__kwKx9G__valueIcon{margin-bottom:1.25rem;font-size:2.5rem}.Careers-module__kwKx9G__valueCard h3{color:var(--text-primary);margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.Careers-module__kwKx9G__valueCard p{color:var(--text-secondary);font-size:.95rem;line-height:1.6}.Careers-module__kwKx9G__openingsSection{padding:6rem 0}.Careers-module__kwKx9G__jobsList{flex-direction:column;gap:1.5rem;display:flex}.Careers-module__kwKx9G__jobRow{background:var(--bg-card);border:1px solid var(--border-color);border-radius:16px;justify-content:space-between;align-items:center;padding:2rem;transition:all .3s;display:flex}.Careers-module__kwKx9G__jobRow:hover{box-shadow:var(--shadow-lg);border-color:var(--accent-primary)}.Careers-module__kwKx9G__jobInfo h3{color:var(--text-primary);margin-bottom:.75rem;font-size:1.4rem;font-weight:700}.Careers-module__kwKx9G__jobMeta{flex-wrap:wrap;gap:.75rem;display:flex}.Careers-module__kwKx9G__metaBadge{background:var(--bg-tertiary);color:var(--text-secondary);border-radius:8px;padding:.35rem .8rem;font-size:.8rem;font-weight:500}.Careers-module__kwKx9G__generalApply{text-align:center;color:var(--text-secondary);background:var(--bg-tertiary);border-radius:12px;margin-top:4rem;padding:2rem;font-size:1.05rem}.Careers-module__kwKx9G__generalApply strong{color:var(--accent-primary)}@media (max-width:768px){.Careers-module__kwKx9G__jobRow{flex-direction:column;align-items:flex-start;gap:1.5rem}}
.Compliance-module__O2qt2a__page{color:#1e293b;background:#fff;padding-top:72px;font-family:Inter,-apple-system,sans-serif}.Compliance-module__O2qt2a__hero{background:linear-gradient(160deg,#036 0%,#00508a 40%,#036 100%);position:relative;overflow:hidden}.Compliance-module__O2qt2a__heroBgImage{opacity:.15;opacity:.5;z-index:0;mix-blend-mode:overlay;background-position:50%;background-size:cover;background-attachment:fixed;width:100%;height:100%;position:absolute;top:0;left:0}.Compliance-module__O2qt2a__hero:after{content:"";pointer-events:none;background:radial-gradient(circle,#60a5fa1f 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-50%;right:-20%}.Compliance-module__O2qt2a__heroInner{z-index:1;max-width:1100px;margin:0 auto;padding:4rem 2rem 3rem;position:relative}.Compliance-module__O2qt2a__heroContent{max-width:700px}.Compliance-module__O2qt2a__badge{color:#93c5fd;letter-spacing:.03em;text-transform:uppercase;background:#60a5fa26;border-radius:20px;margin-bottom:1rem;padding:.35rem 1rem;font-size:.75rem;font-weight:600;display:inline-block}.Compliance-module__O2qt2a__heroContent h1{color:#f1f5f9;letter-spacing:-.02em;margin:0 0 1rem;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:800;line-height:1.2}.Compliance-module__O2qt2a__highlight{color:#60a5fa}.Compliance-module__O2qt2a__heroContent p{color:#94a3b8;max-width:560px;margin:0 0 1.5rem;font-size:1rem;line-height:1.65}.Compliance-module__O2qt2a__heroCtaBtns{flex-wrap:wrap;gap:.75rem;display:flex}.Compliance-module__O2qt2a__ctaPrimary{color:#036;background:#fff;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.Compliance-module__O2qt2a__ctaPrimary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0003}.Compliance-module__O2qt2a__ctaSecondary{color:#e2e8f0;background:0 0;border:1.5px solid #94a3b84d;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.Compliance-module__O2qt2a__ctaSecondary:hover{background:#ffffff0d;border-color:#94a3b880}.Compliance-module__O2qt2a__heroStats{grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-top:2.5rem;display:grid}.Compliance-module__O2qt2a__statBox{text-align:center;background:#ffffff0f;border:1px solid #ffffff14;border-radius:12px;padding:1rem}.Compliance-module__O2qt2a__statBox strong{color:#fff;font-size:1.5rem;font-weight:800;display:block}.Compliance-module__O2qt2a__statBox span{color:#94a3b8;font-size:.75rem}.Compliance-module__O2qt2a__section{padding:4rem 0}.Compliance-module__O2qt2a__sectionGray{background:#f8fafc}.Compliance-module__O2qt2a__sectionInner{max-width:1100px;margin:0 auto;padding:0 2rem}.Compliance-module__O2qt2a__sectionHeader{text-align:center;margin-bottom:2.5rem}.Compliance-module__O2qt2a__badgeSmall{color:#2563eb;letter-spacing:.03em;text-transform:uppercase;background:#eff6ff;border-radius:16px;margin-bottom:.75rem;padding:.3rem .875rem;font-size:.75rem;font-weight:600;display:inline-block}.Compliance-module__O2qt2a__sectionHeader h2{color:#111;margin:0 0 .5rem;font-size:1.75rem;font-weight:800}.Compliance-module__O2qt2a__sectionHeader p{color:#6b7280;max-width:550px;margin:0 auto;font-size:.9375rem;line-height:1.6}.Compliance-module__O2qt2a__servicesGrid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.Compliance-module__O2qt2a__serviceCard{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:1.75rem;transition:all .25s}.Compliance-module__O2qt2a__serviceCard:hover{border-color:#bfdbfe;transform:translateY(-4px);box-shadow:0 8px 30px #0000000f}.Compliance-module__O2qt2a__serviceIcon{color:#2563eb;background:#eff6ff;border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:1rem;font-size:1.25rem;display:flex}.Compliance-module__O2qt2a__serviceCard h4{color:#111;margin:0 0 .5rem;font-size:1rem;font-weight:700}.Compliance-module__O2qt2a__serviceCard p{color:#6b7280;margin:0;font-size:.8125rem;line-height:1.55}.Compliance-module__O2qt2a__processGrid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}.Compliance-module__O2qt2a__processCard{text-align:center;padding:1.5rem;position:relative}.Compliance-module__O2qt2a__processNum{color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 1rem;font-size:1.25rem;font-weight:800;display:flex;box-shadow:0 4px 16px #2563eb40}.Compliance-module__O2qt2a__processCard h4{color:#111;margin:0 0 .5rem;font-size:.9375rem;font-weight:700}.Compliance-module__O2qt2a__processCard p{color:#6b7280;margin:0;font-size:.8125rem;line-height:1.55}.Compliance-module__O2qt2a__benefitsSplit{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.Compliance-module__O2qt2a__benefitsSplit>div:first-child h2{color:#111;margin:.5rem 0 1.25rem;font-size:1.5rem;font-weight:800}.Compliance-module__O2qt2a__benefitsList{margin:0;padding:0;list-style:none}.Compliance-module__O2qt2a__benefitsList li{color:#374151;align-items:center;gap:.625rem;padding:.625rem 0;font-size:.9375rem;display:flex}.Compliance-module__O2qt2a__checkIcon{color:#059669;flex-shrink:0;font-size:1rem}.Compliance-module__O2qt2a__benefitsImage img{border-radius:16px;width:100%;box-shadow:0 8px 30px #0000000f}.Compliance-module__O2qt2a__contactSection{background:linear-gradient(160deg,#036,#001a4a);padding:4rem 0}.Compliance-module__O2qt2a__contactInner{grid-template-columns:1fr 1fr;align-items:start;gap:3rem;max-width:1100px;margin:0 auto;padding:0 2rem;display:grid}.Compliance-module__O2qt2a__contactInfo h2{color:#f1f5f9;margin:0 0 .75rem;font-size:1.5rem;font-weight:800}.Compliance-module__O2qt2a__contactInfo p{color:#94a3b8;margin:0 0 1.5rem;font-size:.9375rem;line-height:1.6}.Compliance-module__O2qt2a__contactDetails{flex-direction:column;gap:.875rem;display:flex}.Compliance-module__O2qt2a__contactDetails>div{color:#cbd5e1;align-items:center;gap:.625rem;font-size:.9375rem;display:flex}.Compliance-module__O2qt2a__contactDetails a{color:#93c5fd;text-decoration:none}.Compliance-module__O2qt2a__contactDetails a:hover{text-decoration:underline}.Compliance-module__O2qt2a__contactForm{background:#fff;border-radius:16px;flex-direction:column;gap:.875rem;padding:2rem;display:flex;box-shadow:0 20px 60px #0000004d}.Compliance-module__O2qt2a__formField{border:1.5px solid #e0e0e0;border-radius:8px;align-items:center;gap:.75rem;padding:0 .875rem;transition:border-color .15s;display:flex}.Compliance-module__O2qt2a__formField:focus-within{border-color:#2563eb}.Compliance-module__O2qt2a__fieldIcon{color:#9ca3af;flex-shrink:0;font-size:1rem}.Compliance-module__O2qt2a__formField input{color:#333;background:0 0;border:none;outline:none;flex:1;padding:.75rem 0;font-family:inherit;font-size:.875rem}.Compliance-module__O2qt2a__formField input::placeholder{color:#9ca3af}.Compliance-module__O2qt2a__contactForm select{color:#333;cursor:pointer;background:#fff;border:1.5px solid #e0e0e0;border-radius:8px;padding:.75rem .875rem;font-family:inherit;font-size:.875rem;transition:border-color .15s}.Compliance-module__O2qt2a__contactForm select:focus{border-color:#2563eb;outline:none}.Compliance-module__O2qt2a__submitBtn{color:#fff;cursor:pointer;background:#036;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.875rem;font-size:.9375rem;font-weight:600;transition:all .2s;display:flex}.Compliance-module__O2qt2a__submitBtn:hover{background:#00508a}.Compliance-module__O2qt2a__faqList{flex-direction:column;gap:.625rem;max-width:720px;margin:0 auto;display:flex}.Compliance-module__O2qt2a__faqItem{background:#fff;border:1px solid #e5e7eb;border-radius:10px;transition:all .2s;overflow:hidden}.Compliance-module__O2qt2a__faqOpen{border-color:#3b82f6}.Compliance-module__O2qt2a__faqQuestion{color:#111;cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:1rem 1.25rem;font-family:inherit;font-size:.9375rem;font-weight:600;display:flex}.Compliance-module__O2qt2a__faqChevron{color:#9ca3af;flex-shrink:0;font-size:1.125rem;transition:transform .25s}.Compliance-module__O2qt2a__faqChevronOpen{color:#3b82f6;transform:rotate(180deg)}.Compliance-module__O2qt2a__faqAnswer{color:#6b7280;padding:0 1.25rem 1.125rem;font-size:.875rem;line-height:1.65;animation:.2s Compliance-module__O2qt2a__slideFade}@keyframes Compliance-module__O2qt2a__slideFade{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.Compliance-module__O2qt2a__finalCta{text-align:center;background:linear-gradient(160deg,#036,#001a4a);padding:4rem 2rem}.Compliance-module__O2qt2a__finalCta h2{color:#f1f5f9;margin:0 0 .75rem;font-size:1.875rem;font-weight:800}.Compliance-module__O2qt2a__finalCta p{color:#94a3b8;max-width:500px;margin:0 auto 2rem;font-size:1rem}.Compliance-module__O2qt2a__finalCtaBtns{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.Compliance-module__O2qt2a__ctaPrimaryLarge{color:#036;background:#fff;border-radius:10px;align-items:center;gap:.5rem;padding:.9rem 2rem;font-size:.9375rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 4px 14px #00000026}.Compliance-module__O2qt2a__ctaPrimaryLarge:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0003}.Compliance-module__O2qt2a__ctaOutline{color:#e2e8f0;background:0 0;border:1.5px solid #94a3b84d;border-radius:10px;align-items:center;gap:.5rem;padding:.9rem 2rem;font-size:.9375rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.Compliance-module__O2qt2a__ctaOutline:hover{background:#ffffff0d;border-color:#94a3b880}@media (max-width:1024px){.Compliance-module__O2qt2a__contactInner,.Compliance-module__O2qt2a__benefitsSplit{grid-template-columns:1fr}}@media (max-width:768px){.Compliance-module__O2qt2a__heroStats{grid-template-columns:repeat(2,1fr)}.Compliance-module__O2qt2a__servicesGrid{grid-template-columns:1fr}.Compliance-module__O2qt2a__processGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.Compliance-module__O2qt2a__heroStats{grid-template-columns:1fr 1fr;gap:.75rem}.Compliance-module__O2qt2a__processGrid{grid-template-columns:1fr}.Compliance-module__O2qt2a__heroInner{padding:2.5rem 1rem 2rem}}
.contact-module__xwJ-uq__page{background:var(--bg-primary);min-height:100vh}.contact-module__xwJ-uq__hero{text-align:center;background:linear-gradient(135deg,#004aad08 0%,#28a74508 100%);padding:10rem 0 4rem;position:relative;overflow:hidden}.contact-module__xwJ-uq__heroOverlay{pointer-events:none;background-image:radial-gradient(circle at 30% 30%,#004aad14 0%,#0000 50%),radial-gradient(circle at 70% 70%,#28a7450f 0%,#0000 50%);position:absolute;inset:0}.contact-module__xwJ-uq__container{z-index:1;max-width:1280px;margin:0 auto;padding:0 1.5rem;position:relative}.contact-module__xwJ-uq__heroContent{max-width:700px;margin:0 auto;animation:.8s ease-out contact-module__xwJ-uq__slideUp}@keyframes contact-module__xwJ-uq__slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.contact-module__xwJ-uq__badge{color:var(--accent-primary);background:#004aad14;border:1px solid #004aad26;border-radius:50px;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.5rem 1.25rem;font-family:Montserrat,sans-serif;font-size:.85rem;font-weight:600;display:inline-flex}.contact-module__xwJ-uq__heroTitle{letter-spacing:-.02em;margin-bottom:1.25rem;font-family:Montserrat,sans-serif;font-size:clamp(2rem,4.5vw,3rem);font-weight:800;line-height:1.15}.contact-module__xwJ-uq__gradientText{background:linear-gradient(135deg,#004aad 0%,#1a6fd4 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.contact-module__xwJ-uq__heroSubtitle{color:var(--text-secondary);font-size:clamp(1rem,1.5vw,1.15rem);line-height:1.8}.contact-module__xwJ-uq__contactSection{background:var(--bg-secondary);padding:5rem 0}.contact-module__xwJ-uq__contactGrid{grid-template-columns:1.2fr .8fr;align-items:start;gap:3rem;display:grid}.contact-module__xwJ-uq__formWrapper{background:var(--bg-card);border:1px solid var(--border-color);box-shadow:var(--shadow-lg);border-radius:24px;padding:2.5rem}.contact-module__xwJ-uq__formHeader{margin-bottom:2rem}.contact-module__xwJ-uq__formHeader h2{color:var(--text-primary);margin-bottom:.5rem;font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:700}.contact-module__xwJ-uq__formHeader p{color:var(--text-secondary);font-size:.95rem}.contact-module__xwJ-uq__contactForm .contact-module__xwJ-uq__formRow{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.contact-module__xwJ-uq__contactForm .contact-module__xwJ-uq__formGroup{margin-bottom:1.25rem}.contact-module__xwJ-uq__contactForm label{color:var(--text-secondary);margin-bottom:.5rem;font-family:Montserrat,sans-serif;font-size:.85rem;font-weight:600;display:block}.contact-module__xwJ-uq__contactForm input,.contact-module__xwJ-uq__contactForm select,.contact-module__xwJ-uq__contactForm textarea{background:var(--bg-tertiary);border:2px solid var(--border-color);width:100%;color:var(--text-primary);resize:vertical;border-radius:12px;padding:.875rem 1rem;font-family:inherit;font-size:1rem;transition:all .3s}.contact-module__xwJ-uq__contactForm input:focus,.contact-module__xwJ-uq__contactForm select:focus,.contact-module__xwJ-uq__contactForm textarea:focus{border-color:var(--accent-primary);outline:none;box-shadow:0 0 0 4px #004aad1a}.contact-module__xwJ-uq__submitBtn{background:var(--accent-gradient);color:#fff;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:1rem;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.contact-module__xwJ-uq__submitBtn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #004aad4d}.contact-module__xwJ-uq__formNote{text-align:center;color:var(--text-tertiary);margin-top:1rem;font-size:.85rem}.contact-module__xwJ-uq__successMessage{text-align:center;padding:3rem 2rem}.contact-module__xwJ-uq__successMessage svg{color:var(--accent-secondary);margin-bottom:1rem}.contact-module__xwJ-uq__successMessage h3{color:var(--accent-secondary);margin-bottom:.5rem;font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:700}.contact-module__xwJ-uq__successMessage p{color:var(--text-secondary);font-size:1rem}.contact-module__xwJ-uq__infoWrapper{flex-direction:column;gap:1rem;display:flex}.contact-module__xwJ-uq__infoCard{background:var(--bg-card);border:1px solid var(--border-color);border-radius:16px;gap:1rem;padding:1.5rem;transition:all .3s;display:flex}.contact-module__xwJ-uq__infoCard:hover{border-color:var(--accent-primary);box-shadow:var(--shadow-md)}.contact-module__xwJ-uq__infoIcon{width:48px;height:48px;color:var(--accent-primary);background:linear-gradient(135deg,#004aad1a,#28a7451a);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact-module__xwJ-uq__infoContent h3{color:var(--text-primary);margin-bottom:.5rem;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:700}.contact-module__xwJ-uq__infoContent p{color:var(--text-secondary);margin:0;font-size:.9rem;line-height:1.5}.contact-module__xwJ-uq__landmark{color:var(--accent-secondary);background:#28a7451a;border-radius:50px;align-items:center;gap:.35rem;margin-top:.5rem;padding:.35rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex}.contact-module__xwJ-uq__phoneLink,.contact-module__xwJ-uq__emailLink{color:var(--accent-primary);border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:.5rem 0;font-size:.95rem;font-weight:600;text-decoration:none;transition:color .3s;display:flex}.contact-module__xwJ-uq__phoneLink:last-child,.contact-module__xwJ-uq__emailLink:last-child{border-bottom:none}.contact-module__xwJ-uq__phoneLink:hover,.contact-module__xwJ-uq__emailLink:hover{color:var(--accent-secondary)}.contact-module__xwJ-uq__phoneLink span,.contact-module__xwJ-uq__emailLink span{color:var(--text-tertiary);font-size:.75rem;font-weight:500}.contact-module__xwJ-uq__closedBadge{color:#ef4444;background:#ef44441a;border-radius:50px;margin-top:.5rem;padding:.35rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.contact-module__xwJ-uq__socialCard{background:var(--bg-card);border:1px solid var(--border-color);text-align:center;border-radius:16px;padding:1.5rem}.contact-module__xwJ-uq__socialCard h3{color:var(--text-primary);margin-bottom:1rem;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:700}.contact-module__xwJ-uq__socialLinks{justify-content:center;gap:1rem;display:flex}.contact-module__xwJ-uq__socialLink{background:var(--bg-tertiary);border:1px solid var(--border-color);width:48px;height:48px;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-primary);border-color:var(--accent-primary);color:#fff}.contact-module__xwJ-uq__socialLink:last-child:hover{background:#25d366;border-color:#25d366}.contact-module__xwJ-uq__mapSection{background:var(--bg-primary)}.contact-module__xwJ-uq__mapWrapper{width:100%;overflow:hidden}.contact-module__xwJ-uq__mapWrapper iframe{display:block}.contact-module__xwJ-uq__mapInfo{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 0;display:flex}.contact-module__xwJ-uq__mapInfo span{color:var(--text-secondary);font-size:.95rem}.contact-module__xwJ-uq__mapInfo a{color:var(--accent-primary);font-size:.95rem;font-weight:600;text-decoration:none}.contact-module__xwJ-uq__mapInfo a:hover{text-decoration:underline}.contact-module__xwJ-uq__quickHelpSection{background:var(--bg-secondary);padding:5rem 0}.contact-module__xwJ-uq__quickHelpGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.contact-module__xwJ-uq__quickHelpCard{background:var(--bg-card);border:1px solid var(--border-color);text-align:center;border-radius:20px;padding:2rem}.contact-module__xwJ-uq__quickHelpCard h3{color:var(--text-primary);margin-bottom:.5rem;font-family:Montserrat,sans-serif;font-size:1.15rem;font-weight:700}.contact-module__xwJ-uq__quickHelpCard>p{color:var(--text-secondary);margin-bottom:1.25rem;font-size:.9rem}.contact-module__xwJ-uq__quickLinks{flex-direction:column;gap:.5rem;display:flex}.contact-module__xwJ-uq__quickLink{background:var(--bg-tertiary);color:var(--text-primary);border-radius:10px;justify-content:space-between;align-items:center;padding:.75rem 1rem;font-size:.85rem;font-weight:500;text-decoration:none;transition:all .3s;display:flex}.contact-module__xwJ-uq__quickLink:hover{color:var(--accent-primary);background:#004aad1a}.contact-module__xwJ-uq__quickLink svg{color:var(--accent-primary)}.contact-module__xwJ-uq__reviewLinks{flex-direction:column;gap:.5rem;display:flex}.contact-module__xwJ-uq__reviewLink{background:var(--bg-tertiary);color:var(--text-primary);border-radius:10px;padding:.75rem 1rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s}.contact-module__xwJ-uq__reviewLink:hover{color:#f59e0b;background:#f59e0b1a}.contact-module__xwJ-uq__whatsappFloat{z-index:999;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s;animation:2s infinite contact-module__xwJ-uq__pulse-whatsapp;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 4px 20px #25d36666}.contact-module__xwJ-uq__whatsappFloat:hover{transform:scale(1.1);box-shadow:0 6px 30px #25d36680}@keyframes contact-module__xwJ-uq__pulse-whatsapp{0%,to{box-shadow:0 4px 20px #25d36666}50%{box-shadow:0 4px 30px #25d36699}}@media (max-width:1024px){.contact-module__xwJ-uq__contactGrid{grid-template-columns:1fr}.contact-module__xwJ-uq__infoWrapper{grid-template-columns:repeat(2,1fr);display:grid}}@media (max-width:768px){.contact-module__xwJ-uq__hero{padding:7rem 0 3rem}.contact-module__xwJ-uq__contactForm .contact-module__xwJ-uq__formRow,.contact-module__xwJ-uq__infoWrapper,.contact-module__xwJ-uq__quickHelpGrid{grid-template-columns:1fr}.contact-module__xwJ-uq__mapInfo{text-align:center;flex-direction:column}.contact-module__xwJ-uq__whatsappFloat{width:56px;height:56px;bottom:1.5rem;right:1.5rem}}@media (max-width:480px){.contact-module__xwJ-uq__container{padding:0 1rem}.contact-module__xwJ-uq__heroTitle{font-size:1.75rem}.contact-module__xwJ-uq__formWrapper{padding:1.5rem}.contact-module__xwJ-uq__socialLinks{gap:.75rem}.contact-module__xwJ-uq__socialLink{width:44px;height:44px}}
.OurTeam-module__OW57Wq__page{background:var(--bg-primary);min-height:100vh}.OurTeam-module__OW57Wq__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.OurTeam-module__OW57Wq__hero{background:var(--bg-secondary);text-align:center;padding:10rem 0 6rem;position:relative;overflow:hidden}.OurTeam-module__OW57Wq__heroText{z-index:2;max-width:800px;margin:0 auto;animation:.8s ease-out OurTeam-module__OW57Wq__fadeInDown;position:relative}.OurTeam-module__OW57Wq__badge{color:var(--accent-primary);background:#004aad1a;border-radius:50px;margin-bottom:1.5rem;padding:.5rem 1.25rem;font-size:.9rem;font-weight:600;display:inline-block}.OurTeam-module__OW57Wq__title{color:var(--text-primary);margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.2}.OurTeam-module__OW57Wq__gradientText{background:linear-gradient(135deg,#004aad,#28a745);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.OurTeam-module__OW57Wq__subtitle{color:var(--text-secondary);font-size:1.1rem;line-height:1.8}.OurTeam-module__OW57Wq__heroDeco1{background:radial-gradient(circle,#004aad0d 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;top:-100px;left:-100px}.OurTeam-module__OW57Wq__heroDeco2{background:radial-gradient(circle,#28a7450d 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;bottom:-100px;right:-100px}@keyframes OurTeam-module__OW57Wq__fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.OurTeam-module__OW57Wq__teamSection{padding:5rem 0}.OurTeam-module__OW57Wq__teamGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.OurTeam-module__OW57Wq__teamCard{background:var(--bg-card);border:1px solid var(--border-color);box-shadow:var(--shadow-sm);border-radius:20px;transition:transform .4s,box-shadow .4s;overflow:hidden}.OurTeam-module__OW57Wq__teamCard:hover{box-shadow:var(--shadow-xl);border-color:#004aad4d;transform:translateY(-8px)}.OurTeam-module__OW57Wq__cardHeader{background:linear-gradient(135deg,#004aad1a,#28a7451a);justify-content:center;height:120px;padding-top:2rem;display:flex;position:relative}.OurTeam-module__OW57Wq__avatar{color:#fff;border:4px solid var(--bg-card);background:linear-gradient(135deg,#004aad,#28a745);border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;font-size:2.5rem;font-weight:800;display:flex;position:absolute;bottom:-50px;box-shadow:0 4px 15px #0000001a}.OurTeam-module__OW57Wq__cardBody{text-align:center;padding:4rem 1.5rem 2rem}.OurTeam-module__OW57Wq__cardBody h3{color:var(--text-primary);margin-bottom:.25rem;font-size:1.4rem;font-weight:700}.OurTeam-module__OW57Wq__role{color:var(--accent-secondary);margin-bottom:1rem;font-size:.9rem;font-weight:600;display:inline-block}.OurTeam-module__OW57Wq__bio{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.OurTeam-module__OW57Wq__expertiseArea{text-align:left;border-top:1px solid var(--border-color);margin-bottom:1.5rem;padding-top:1rem}.OurTeam-module__OW57Wq__expertiseArea strong{color:var(--text-primary);text-transform:uppercase;letter-spacing:1px;margin-bottom:.75rem;font-size:.85rem;display:block}.OurTeam-module__OW57Wq__tags{flex-wrap:wrap;gap:.5rem;display:flex}.OurTeam-module__OW57Wq__tag{background:var(--bg-tertiary);color:var(--text-secondary);border-radius:50px;padding:.3rem .8rem;font-size:.75rem;font-weight:500}.OurTeam-module__OW57Wq__socials{justify-content:center;gap:1rem;padding-top:1rem;display:flex}.OurTeam-module__OW57Wq__socials a{color:var(--text-tertiary);transition:color .3s}.OurTeam-module__OW57Wq__socials a:hover{color:var(--accent-primary)}.OurTeam-module__OW57Wq__ctaSection{padding:4rem 1.5rem}.OurTeam-module__OW57Wq__ctaCard{border:1px solid var(--border-color);text-align:center;background:linear-gradient(135deg,#004aad0d,#28a7450d);border-radius:20px;max-width:800px;margin:0 auto;padding:4rem 2rem}.OurTeam-module__OW57Wq__ctaCard h2{color:var(--text-primary);margin-bottom:1rem;font-size:2rem;font-weight:700}.OurTeam-module__OW57Wq__ctaCard p{color:var(--text-secondary);margin-bottom:2rem;font-size:1.1rem}
.SuccessStories-module__H3vyOa__page{background:var(--bg-primary);min-height:100vh}.SuccessStories-module__H3vyOa__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.SuccessStories-module__H3vyOa__hero{text-align:center;background:linear-gradient(135deg,#004aad08 0%,#28a74508 100%);padding:9rem 0 5rem}.SuccessStories-module__H3vyOa__badge{background:var(--bg-tertiary);color:var(--accent-secondary);border:1px solid var(--border-color);border-radius:50px;margin-bottom:1.5rem;padding:.5rem 1.25rem;font-size:.85rem;font-weight:600;display:inline-block}.SuccessStories-module__H3vyOa__title{color:var(--text-primary);max-width:800px;margin:0 auto;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1}.SuccessStories-module__H3vyOa__gradientText{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#004aad,#28a745);-webkit-background-clip:text;background-clip:text}.SuccessStories-module__H3vyOa__subtitle{color:var(--text-secondary);max-width:700px;margin:1.5rem auto 0;font-size:1.15rem;line-height:1.7}.SuccessStories-module__H3vyOa__caseStudies,.SuccessStories-module__H3vyOa__testimonialsSection{padding:6rem 0}.SuccessStories-module__H3vyOa__testimonialsSection{background:var(--bg-secondary)}.SuccessStories-module__H3vyOa__sectionHeader{text-align:center;margin-bottom:4rem}.SuccessStories-module__H3vyOa__sectionHeader h2{color:var(--text-primary);margin-bottom:.75rem;font-size:2.25rem;font-weight:800}.SuccessStories-module__H3vyOa__sectionHeader p{color:var(--text-secondary);font-size:1.1rem}.SuccessStories-module__H3vyOa__grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;display:grid}.SuccessStories-module__H3vyOa__caseCard{background:var(--bg-card);border:1px solid var(--border-color);box-shadow:var(--shadow-sm);border-radius:20px;padding:2.5rem;transition:transform .3s,box-shadow .3s;position:relative}.SuccessStories-module__H3vyOa__caseCard:hover{box-shadow:var(--shadow-xl);border-color:#004aad4d;transform:translateY(-8px)}.SuccessStories-module__H3vyOa__caseMetric{color:#fff;background:linear-gradient(135deg,#004aad,#28a745);border-radius:50px;padding:.75rem 1.5rem;font-size:1.1rem;font-weight:800;position:absolute;top:-20px;right:30px;box-shadow:0 4px 15px #004aad4d}.SuccessStories-module__H3vyOa__caseCard h3{color:var(--text-primary);margin-top:1rem;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.SuccessStories-module__H3vyOa__clientLabel{color:var(--accent-secondary);border-bottom:1px solid var(--border-color);margin-bottom:2rem;padding-bottom:1rem;font-size:.9rem;font-weight:600;display:block}.SuccessStories-module__H3vyOa__caseDetails{flex-direction:column;gap:1.25rem;display:flex}.SuccessStories-module__H3vyOa__caseDetails strong{text-transform:uppercase;letter-spacing:.5px;color:var(--text-primary);margin-bottom:.4rem;font-size:.85rem;display:block}.SuccessStories-module__H3vyOa__caseDetails p{color:var(--text-secondary);font-size:.95rem;line-height:1.6}.SuccessStories-module__H3vyOa__resultText{font-weight:600;color:var(--accent-secondary)!important}.SuccessStories-module__H3vyOa__testimonialGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.SuccessStories-module__H3vyOa__testimonyCard{background:var(--bg-card);border:1px solid var(--border-color);border-radius:20px;padding:2.5rem;transition:transform .3s}.SuccessStories-module__H3vyOa__testimonyCard:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.SuccessStories-module__H3vyOa__stars{color:#f59e0b;margin-bottom:1rem;font-size:1.25rem}.SuccessStories-module__H3vyOa__quote{color:var(--text-secondary);margin-bottom:2rem;font-size:1.05rem;font-style:italic;line-height:1.7}.SuccessStories-module__H3vyOa__author strong{color:var(--text-primary);font-size:1.1rem;display:block}.SuccessStories-module__H3vyOa__author span{color:var(--text-tertiary);font-size:.85rem}.SuccessStories-module__H3vyOa__ctaSection{text-align:center;padding:6rem 1.5rem}.SuccessStories-module__H3vyOa__ctaCard{max-width:800px;margin:0 auto}.SuccessStories-module__H3vyOa__ctaCard h2{color:var(--text-primary);margin-bottom:1rem;font-size:2.25rem;font-weight:800}.SuccessStories-module__H3vyOa__ctaCard p{color:var(--text-secondary);margin-bottom:2rem;font-size:1.1rem}
