@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Outfit:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&family=DM+Sans:wght@400;500;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Instrument+Serif&family=DM+Sans:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=Inter:wght@400;500;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Poppins:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;900&family=Source+Sans+3:wght@400;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Poppins:wght@600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Playfair+Display:wght@600;700&display=swap";@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}:root{--primary-blue: #1a5fdc;--primary-dark: #0d47a1;--accent-gold: #fbbf24;--text-dark: #374151;--text-light: #6b7280;--border-color: #e5e7eb;--white: #ffffff;--gray-50: #f9fafb;--gray-100: #f3f4f6;--header-height: 80px;--header-height-mobile: 70px}.site-header{background:var(--white);border-bottom:1px solid var(--border-color);top:0;z-index:1000;transition:all .3s ease;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.site-header.scrolled{box-shadow:0 4px 12px #00000014;border-bottom-color:transparent}.header-container{max-width:1400px;margin:0 auto;padding:15px 40px;display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:var(--header-height)}.logo{display:flex;align-items:center;flex-shrink:0;z-index:1001}.logo a{display:block;font-size:1.4rem;font-weight:700;font-family:Outfit,sans-serif;color:var(--primary-blue);text-decoration:none;transition:opacity .3s ease}.logo a:hover{opacity:.8}.logo img{height:60px;width:auto;display:block;transition:transform .3s ease}.logo a:hover img{transform:scale(1.05)}.nav{display:flex;align-items:center;gap:35px;flex:1;justify-content:center}.nav a{color:var(--text-dark);text-decoration:none;font-weight:500;font-family:DM Sans,sans-serif;font-size:.95rem;padding:8px 0;position:relative;transition:color .3s ease;-webkit-tap-highlight-color:transparent}.nav a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--primary-blue);transition:width .3s ease}.nav a:hover{color:var(--primary-blue)}.nav a:hover:after{width:100%}.nav a.active{color:var(--primary-blue);font-weight:600}.nav a.active:after{width:100%}.header-cta{background:linear-gradient(135deg,var(--primary-blue) 0%,var(--primary-dark) 100%);color:var(--white);padding:12px 28px;border-radius:50px;text-decoration:none;font-weight:600;font-family:Outfit,sans-serif;font-size:.95rem;transition:all .3s ease;white-space:nowrap;box-shadow:0 4px 12px #1a5fdc33;-webkit-tap-highlight-color:transparent;touch-action:manipulation;user-select:none;-webkit-user-select:none}.header-cta:hover{transform:translateY(-2px);box-shadow:0 6px 16px #1a5fdc4d}.header-cta:active{transform:translateY(0)}.mobile-cta{display:none}.desktop-cta{display:block}.mobile-menu-toggle{display:none;flex-direction:column;justify-content:space-between;width:30px;height:24px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.mobile-menu-toggle span{display:block;width:100%;height:3px;background:var(--primary-blue);border-radius:3px;transition:all .3s ease;transform-origin:center}.mobile-menu-toggle.active span:nth-child(1){transform:translateY(10.5px) rotate(45deg)}.mobile-menu-toggle.active span:nth-child(2){opacity:0;transform:translate(-10px)}.mobile-menu-toggle.active span:nth-child(3){transform:translateY(-10.5px) rotate(-45deg)}.menu-overlay{display:none}@media(min-width:1600px){.header-container{max-width:1600px;padding:20px 60px}.logo img{height:70px}.nav{gap:45px}.nav a{font-size:1rem}.header-cta{padding:14px 32px;font-size:1rem}}@media(max-width:1599px)and (min-width:1200px){.header-container{max-width:1200px;padding:15px 40px}.nav{gap:30px}}@media(max-width:1199px){.header-container{padding:15px 30px}.nav{gap:25px}.nav a{font-size:.9rem}.header-cta{padding:11px 24px;font-size:.9rem}.logo img{height:55px}}@media(max-width:991px){:root{--header-height: 70px}.header-container{padding:12px 25px;min-height:var(--header-height)}.nav{gap:20px}.logo img{height:50px}.header-cta{padding:10px 20px;font-size:.85rem}}@media(max-width:768px){:root{--header-height-mobile: 70px}.header-container{padding:12px 20px;min-height:var(--header-height-mobile)}.logo img{height:45px}.desktop-cta{display:none}.mobile-menu-toggle{display:flex}.nav{position:fixed;top:0;right:-100%;width:280px;height:100vh;background:var(--white);flex-direction:column;justify-content:flex-start;align-items:stretch;gap:0;padding:100px 30px 30px;box-shadow:-4px 0 20px #0000001a;transition:right .4s cubic-bezier(.4,0,.2,1);overflow-y:auto}.nav.nav-open{right:0}.nav a{padding:16px 0;font-size:1rem;border-bottom:1px solid var(--border-color)}.nav a:after{display:none}.nav a.active{color:var(--primary-blue);background:var(--gray-50);padding-left:15px;margin-left:-15px;margin-right:-15px;padding-right:15px;border-left:3px solid var(--primary-blue)}.mobile-cta{display:block;margin-top:20px;text-align:center;border:none}.menu-overlay{display:block;position:fixed;top:0;left:0;width:100%;height:100vh;background:#00000080;z-index:999;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}}@media(max-width:576px){.header-container{padding:10px 15px}.logo img{height:40px}.nav{width:260px;padding:90px 25px 25px}.nav a{font-size:.95rem;padding:14px 0}.mobile-cta{font-size:.9rem;padding:12px 24px}}@media(max-width:360px){.header-container{padding:10px 12px}.logo img{height:35px}.nav{width:240px;padding:80px 20px 20px}.nav a{font-size:.9rem;padding:12px 0}.mobile-menu-toggle{width:26px;height:20px}.mobile-menu-toggle span{height:2.5px}}@media(max-height:500px)and (orientation:landscape){.nav{padding:70px 25px 20px}.nav a{padding:10px 0}}@media print{.site-header{position:relative;border-bottom:2px solid #000;box-shadow:none}.mobile-menu-toggle,.header-cta{display:none}.nav{position:static;display:flex;flex-direction:row;gap:20px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.footer-bg-shapes{display:none}}.footer{background:linear-gradient(135deg,#0a1628,#1a2840,#0f1f35);color:#fff;position:relative;overflow:hidden;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.footer-bg-shapes{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;opacity:.4;z-index:0;pointer-events:none}.shape{position:absolute;border-radius:50%;background:linear-gradient(135deg,#0b5ed71a,#3b82f61a);filter:blur(60px);animation:float 20s infinite ease-in-out;will-change:transform}.shape-1{width:400px;height:400px;top:-150px;left:-100px;animation-delay:0s}.shape-2{width:350px;height:350px;bottom:-100px;right:10%;animation-delay:7s}.shape-3{width:300px;height:300px;top:40%;right:-80px;animation-delay:14s}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-40px) scale(1.1)}66%{transform:translate(-30px,30px) scale(.95)}}.footer:before{content:"";position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,transparent,#0B5ED7 20%,#3b82f6 50%,#0B5ED7 80%,transparent);animation:borderFlow 3s linear infinite;z-index:1}@keyframes borderFlow{0%{background-position:0% 50%}to{background-position:200% 50%}}.footer-top{padding:5rem 0 4rem;position:relative;z-index:1}.container{max-width:1320px;margin:0 auto;padding:0 2rem}.footer-grid{display:grid;grid-template-columns:1.8fr 1fr 1.2fr 1.5fr;gap:4rem}.footer-column{animation:fadeInUp .8s ease forwards;opacity:0}.footer-column:nth-child(1){animation-delay:.1s}.footer-column:nth-child(2){animation-delay:.2s}.footer-column:nth-child(3){animation-delay:.3s}.footer-column:nth-child(4){animation-delay:.4s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}0%{opacity:0;transform:translateY(30px)}}.footer-logo{display:flex;justify-content:flex-start;align-items:center;margin-bottom:1.5rem}.footer-logo a{display:block;transition:transform .3s ease}.footer-logo img{height:80px;width:auto;filter:drop-shadow(0 4px 12px rgba(11,94,215,.3));transition:all .4s cubic-bezier(.4,0,.2,1)}.footer-logo a:hover img{filter:drop-shadow(0 8px 20px rgba(11,94,215,.5));transform:scale(1.05)}.footer-description{color:#ffffffbf;line-height:1.8;margin-bottom:2rem;font-size:.95rem;font-weight:300;text-align:left}.footer-social{display:flex;gap:.875rem;margin-bottom:2rem;flex-wrap:wrap}.social-link{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:#0b5ed71a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:10px;color:#ffffffb3;transition:all .4s cubic-bezier(.4,0,.2,1);border:1px solid rgba(11,94,215,.2);position:relative;overflow:hidden;-webkit-tap-highlight-color:transparent;touch-action:manipulation;-webkit-user-select:none;user-select:none}.social-link:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#0b5ed7,#3b82f6);opacity:0;transition:opacity .4s ease}.social-link svg{position:relative;z-index:1;transition:all .3s ease}.social-link:hover{transform:translateY(-5px) scale(1.05);border-color:transparent;box-shadow:0 8px 24px #0b5ed766}.social-link:hover:before{opacity:1}.social-link:hover svg{color:#fff;transform:scale(1.1) rotate(5deg)}.social-link:active{transform:translateY(-2px) scale(1)}.trust-badge{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:#0b5ed714;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;border:1px solid rgba(11,94,215,.2);transition:all .3s ease}.trust-badge:hover{background:#0b5ed71f;border-color:#0b5ed74d;transform:translateY(-2px)}.badge-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0b5ed7,#3b82f6);border-radius:10px;color:#fff;flex-shrink:0}.badge-text{display:flex;flex-direction:column;gap:.25rem}.badge-title{font-size:.95rem;font-weight:600;color:#fff}.badge-subtitle{font-size:.8rem;color:#fff9;font-weight:300}.footer-title{font-size:1.25rem;font-weight:700;font-family:Outfit,sans-serif;color:#fff;margin-bottom:2rem;position:relative;padding-bottom:1rem;letter-spacing:.5px}.footer-title:after{content:"";position:absolute;bottom:0;left:0;width:50px;height:3px;background:linear-gradient(90deg,#0b5ed7,#3b82f6);border-radius:2px;animation:expandWidth 3s ease-in-out infinite}@keyframes expandWidth{0%,to{width:50px}50%{width:70px}}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:1rem}.footer-links a,.footer-links .service-item{color:#ffffffbf;text-decoration:none;font-size:.95rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;gap:.75rem;position:relative;padding-left:0;font-weight:400;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.footer-links svg{flex-shrink:0;stroke:#0b5ed7;transition:all .3s ease}.footer-links a:before{content:"";position:absolute;bottom:-3px;left:24px;width:0;height:2px;background:linear-gradient(90deg,#0b5ed7,#3b82f6);transition:width .4s cubic-bezier(.4,0,.2,1)}.footer-links a:hover{color:#fff;transform:translate(8px)}.footer-links a:hover:before{width:calc(100% - 24px)}.footer-links a:hover svg{stroke:#3b82f6;transform:translate(4px)}.footer-links .service-item{cursor:default}.footer-links .service-item:hover{color:#ffffffe6;transform:translate(4px)}.footer-contact{list-style:none;padding:0;margin:0}.footer-contact li{display:flex;gap:1rem;margin-bottom:1.5rem;color:#ffffffbf;font-size:.95rem;line-height:1.7;font-weight:300;align-items:flex-start}.footer-contact svg{flex-shrink:0;margin-top:2px;stroke:#0b5ed7;filter:drop-shadow(0 2px 8px rgba(11,94,215,.3))}.contact-link{color:#ffffffbf;text-decoration:none;transition:all .3s ease;position:relative;-webkit-tap-highlight-color:transparent}.contact-link:hover{color:#3b82f6}.quick-contact-btn{display:inline-flex;align-items:center;gap:.75rem;padding:.875rem 1.75rem;background:linear-gradient(135deg,#0b5ed7,#3b82f6);color:#fff;text-decoration:none;border-radius:10px;font-size:.95rem;font-weight:500;margin-top:1.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);border:none;box-shadow:0 4px 15px #0b5ed74d;-webkit-tap-highlight-color:transparent;touch-action:manipulation;-webkit-user-select:none;user-select:none}.quick-contact-btn:hover{transform:translateY(-3px);box-shadow:0 8px 25px #0b5ed780;background:linear-gradient(135deg,#3b82f6,#0b5ed7)}.quick-contact-btn:active{transform:translateY(-1px)}.quick-contact-btn svg{transition:transform .3s ease}.quick-contact-btn:hover svg{transform:scale(1.1) rotate(-10deg)}.footer-bottom{padding:2rem 0;background:#0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid rgba(255,255,255,.08);position:relative;z-index:1}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem}.copyright{color:#fff9;font-size:.9rem;margin:0;font-weight:300}.footer-bottom-links{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap}.footer-bottom-links a{color:#fff9;text-decoration:none;font-size:.9rem;transition:all .3s ease;font-weight:400;position:relative;-webkit-tap-highlight-color:transparent}.footer-bottom-links a:after{content:"";position:absolute;bottom:-3px;left:0;width:0;height:1px;background:#0b5ed7;transition:width .3s ease}.footer-bottom-links a:hover{color:#0b5ed7}.footer-bottom-links a:hover:after{width:100%}.footer-bottom-links .divider{color:#ffffff4d;font-size:.8rem}.scroll-to-top{position:fixed;bottom:2rem;right:2rem;width:50px;height:50px;background:linear-gradient(135deg,#0b5ed7,#3b82f6);border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #0b5ed766;transition:all .4s cubic-bezier(.4,0,.2,1);z-index:1000;opacity:1;visibility:visible;animation:fadeInButton .5s ease forwards;-webkit-tap-highlight-color:transparent;touch-action:manipulation;-webkit-user-select:none;user-select:none}@keyframes fadeInButton{0%{opacity:0;visibility:hidden;transform:translateY(20px)}to{opacity:1;visibility:visible;transform:translateY(0)}}.scroll-to-top:hover{transform:translateY(-5px) scale(1.05);box-shadow:0 8px 30px #0b5ed799}.scroll-to-top:active{transform:translateY(-3px) scale(1)}.scroll-to-top svg{animation:bounceUpDown 2s ease-in-out infinite}@keyframes bounceUpDown{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@media(min-width:2000px){.container{max-width:1600px;padding:0 3rem}.footer-grid{gap:5rem}.footer-logo img{height:90px}.footer-title{font-size:1.4rem}.footer-description,.footer-links a,.footer-contact li{font-size:1.05rem}}@media(min-width:1600px)and (max-width:1999px){.container{max-width:1500px}.footer-grid{gap:4.5rem}.footer-logo img{height:85px}}@media(max-width:1599px)and (min-width:1400px){.footer-grid{grid-template-columns:1.7fr 1fr 1.1fr 1.4fr}}@media(max-width:1399px)and (min-width:1200px){.footer-grid{grid-template-columns:1.5fr 1fr 1fr 1.3fr;gap:3.5rem}.footer-logo img{height:75px}}@media(max-width:1199px){.footer-grid{grid-template-columns:1.5fr 1fr 1fr 1.3fr;gap:3rem}.container{padding:0 1.75rem}.footer-logo img{height:70px}.footer-title{font-size:1.2rem}.footer-description,.footer-links a,.footer-contact li{font-size:.9rem}}@media(max-width:991px){.footer-top{padding:4rem 0 3rem}.footer-grid{grid-template-columns:repeat(2,1fr);gap:3rem}.footer-column:nth-child(1){grid-column:1 / -1}.shape-1,.shape-2,.shape-3{opacity:.5}.shape-1{width:300px;height:300px}.shape-2{width:250px;height:250px}.shape-3{width:200px;height:200px}}@media(max-width:767px){.footer-top{padding:3rem 0 2rem}.container{padding:0 1.5rem}.footer-grid{grid-template-columns:1fr;gap:2.5rem}.footer-logo{justify-content:center}.footer-logo img{height:65px}.footer-description{text-align:center}.footer-social{justify-content:center}.trust-badge{justify-content:center;max-width:320px;margin:0 auto}.footer-title{text-align:center;font-size:1.15rem}.footer-title:after{left:50%;transform:translate(-50%)}.footer-links{text-align:center}.footer-links a,.footer-links .service-item{justify-content:center}.footer-contact{text-align:left}.footer-contact li{justify-content:flex-start;font-size:.9rem}.quick-contact-btn{width:100%;justify-content:center}.footer-bottom{padding:1.75rem 0}.footer-bottom-content{flex-direction:column;text-align:center;gap:1.25rem}.footer-bottom-links{justify-content:center}.scroll-to-top{bottom:1.5rem;right:1.5rem;width:46px;height:46px}}@media(max-width:576px){.footer-top{padding:2.75rem 0 1.75rem}.container{padding:0 1.25rem}.footer-logo img{height:60px}.footer-title{font-size:1.1rem;margin-bottom:1.75rem}.footer-description{font-size:.9rem;margin-bottom:1.75rem}.footer-links a,.footer-links .service-item{font-size:.9rem}.footer-contact li{font-size:.85rem;gap:.875rem}.trust-badge{padding:1.125rem;max-width:300px}.badge-icon{width:44px;height:44px}.badge-title{font-size:.9rem}.badge-subtitle{font-size:.75rem}.social-link{width:42px;height:42px}.social-link svg{width:18px;height:18px}.quick-contact-btn{padding:.8rem 1.5rem;font-size:.9rem}.footer-bottom{padding:1.5rem 0}.copyright,.footer-bottom-links a{font-size:.85rem}.scroll-to-top{width:44px;height:44px}.scroll-to-top svg{width:18px;height:18px}}@media(max-width:479px){.footer-top{padding:2.5rem 0 1.5rem}.container{padding:0 1rem}.footer-grid{gap:2.25rem}.footer-logo img{height:55px}.footer-title{font-size:1.05rem;margin-bottom:1.5rem}.footer-description{font-size:.875rem;line-height:1.7}.footer-links a,.footer-links .service-item{font-size:.875rem;gap:.65rem}.footer-links svg{width:14px;height:14px}.footer-contact li{font-size:.8rem;gap:.8rem}.footer-contact svg{width:18px;height:18px}.trust-badge{padding:1rem;max-width:280px}.badge-icon{width:40px;height:40px}.badge-icon svg{width:20px;height:20px}.social-link{width:40px;height:40px}.social-link svg{width:16px;height:16px}.quick-contact-btn{padding:.75rem 1.25rem;font-size:.875rem}.quick-contact-btn svg{width:16px;height:16px}.footer-bottom-links{flex-direction:column;gap:.75rem}.footer-bottom-links .divider{display:none}.scroll-to-top{bottom:1.25rem;right:1.25rem;width:42px;height:42px}}@media(max-width:359px){.container{padding:0 .875rem}.footer-logo img{height:50px}.footer-title{font-size:1rem}.footer-description{font-size:.8rem}.trust-badge{max-width:260px;padding:.875rem;gap:.75rem}.badge-icon{width:36px;height:36px}.social-link{width:38px;height:38px}.quick-contact-btn{padding:.7rem 1rem;font-size:.85rem}.scroll-to-top{width:40px;height:40px;bottom:1rem;right:1rem}.scroll-to-top svg{width:16px;height:16px}}@media(max-height:500px)and (orientation:landscape){.footer-top{padding:2.5rem 0 2rem}.footer-grid{gap:2rem}.footer-logo img{height:50px}.footer-title{margin-bottom:1.25rem;padding-bottom:.75rem}.footer-description,.footer-social{margin-bottom:1.25rem}.trust-badge{padding:.875rem}.scroll-to-top{width:40px;height:40px;bottom:1rem;right:1rem}}@media print{.footer-bg-shapes,.scroll-to-top,.footer:before{display:none}.footer{background:#1a2840}.footer-social,.quick-contact-btn{display:none}.footer-bottom{border-top:2px solid #333}.footer-title:after{display:none}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0a4799,#1a5fdc,#2463eb);overflow:hidden;padding:80px 20px 60px}.hero-canvas{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero-decoration{position:absolute;width:100%;height:100%;top:0;left:0;z-index:2;pointer-events:none}.deco-circle{position:absolute;border-radius:50%;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.deco-circle-1{width:400px;height:400px;top:-100px;right:-100px;animation:float 20s ease-in-out infinite}.deco-circle-2{width:300px;height:300px;bottom:-80px;left:-80px;background:#3b82f614;animation:float 15s ease-in-out infinite reverse}.deco-square{position:absolute;width:200px;height:200px;top:50%;right:10%;background:linear-gradient(45deg,#ffffff08,#fbbf240f);border:1px solid rgba(251,191,36,.15);border-radius:20px;transform:rotate(45deg);animation:rotate 25s linear infinite}@keyframes float{0%,to{transform:translateY(0) translate(0)}50%{transform:translateY(-30px) translate(20px)}}@keyframes rotate{0%{transform:rotate(45deg)}to{transform:rotate(405deg)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.hero-content{position:relative;z-index:3;max-width:1200px;width:100%;text-align:center;color:#fff;animation:fadeInUp 1s ease-out}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:10px 20px;border-radius:50px;font-size:14px;font-weight:500;margin-bottom:30px;border:1px solid rgba(255,255,255,.2);animation:fadeInUp 1s ease-out .2s backwards}.badge-icon{color:#fbbf24;animation:pulse 2s ease-in-out infinite}.hero-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:800;line-height:1.2;margin-bottom:30px;animation:fadeInUp 1s ease-out .4s backwards}.hero-services{display:flex;align-items:center;justify-content:center;gap:15px;flex-wrap:wrap;margin-bottom:30px;animation:fadeInUp 1s ease-out .6s backwards}.service-tag{display:flex;align-items:center;gap:8px;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:12px 20px;border-radius:30px;font-size:15px;font-weight:500;border:1px solid rgba(255,255,255,.2);transition:all .3s ease}.service-tag:hover{background:#fff3;transform:translateY(-2px)}.service-tag svg{color:#fbbf24}.hero-description{font-size:clamp(1rem,2vw,1.25rem);line-height:1.6;max-width:700px;margin:0 auto 40px;opacity:.95;animation:fadeInUp 1s ease-out .8s backwards}.hero-buttons{display:flex;align-items:center;justify-content:center;gap:20px;flex-wrap:wrap;margin-bottom:60px;animation:fadeInUp 1s ease-out 1s backwards}.btn{display:inline-flex;align-items:center;gap:10px;padding:16px 32px;border-radius:50px;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s ease;cursor:pointer;border:2px solid transparent}.btn-primary{background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#0d47a1;box-shadow:0 10px 30px #fbbf244d}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 15px 40px #fbbf2466;background:linear-gradient(135deg,#fbbf24,#f59e0b)}.btn-primary svg{transition:transform .3s ease}.btn-primary:hover svg{transform:translate(5px)}.btn-outline{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.5);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-outline:hover{background:#ffffff1a;border-color:#fff;transform:translateY(-3px)}.hero-stats{display:flex;align-items:center;justify-content:center;gap:40px;flex-wrap:wrap;padding:40px;background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;border:1px solid rgba(255,255,255,.2);animation:fadeInUp 1s ease-out 1.2s backwards}.stat-item{text-align:center}.stat-number{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;margin-bottom:8px;color:#fbbf24}.stat-label{font-size:14px;opacity:.9;font-weight:500;text-transform:uppercase;letter-spacing:1px}.stat-divider{width:1px;height:50px;background:#ffffff4d}@media(max-width:768px){.hero{padding:60px 15px 40px;min-height:auto}.hero-badge{font-size:12px;padding:8px 16px}.hero-title{margin-bottom:20px}.hero-services{gap:10px;margin-bottom:20px}.service-tag{padding:10px 16px;font-size:14px}.hero-description{margin-bottom:30px;font-size:1rem}.hero-buttons{flex-direction:column;width:100%;margin-bottom:40px}.btn{width:100%;max-width:300px;justify-content:center;padding:14px 28px;font-size:15px}.hero-stats{gap:20px;padding:30px 20px}.stat-divider{display:none}.deco-circle-1{width:250px;height:250px;top:-50px;right:-50px}.deco-circle-2{width:200px;height:200px;bottom:-50px;left:-50px}.deco-square{width:150px;height:150px;right:5%}}@media(max-width:480px){.hero-stats{flex-direction:column;gap:25px}.stat-item{width:100%}}@media(prefers-reduced-motion:reduce){.hero-content,.hero-badge,.hero-title,.hero-services,.hero-description,.hero-buttons,.hero-stats,.deco-circle-1,.deco-circle-2,.deco-square,.badge-icon{animation:none}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.why-us-bg{display:none}}:root{--primary-blue: #1a5fdc;--primary-dark: #0d47a1;--accent-gold: #fbbf24;--text-dark: #1e293b;--text-light: #64748b;--bg-soft: #f8fafc;--white: #ffffff;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .08);--shadow-md: 0 8px 24px rgba(26, 95, 220, .12);--shadow-lg: 0 20px 40px rgba(26, 95, 220, .15);--shadow-xl: 0 30px 60px rgba(26, 95, 220, .2);--section-padding-x: 20px;--card-padding: 40px 30px;--grid-gap: 30px}.why-us{position:relative;padding-bottom:40px;padding-top:40px;background:linear-gradient(180deg,var(--bg-soft) 0%,var(--white) 100%);overflow:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.why-us-bg{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;overflow:hidden}.why-bg-circle{position:absolute;border-radius:50%;background:radial-gradient(circle,rgba(26,95,220,.08) 0%,transparent 70%);filter:blur(60px);animation:floatSlow 25s ease-in-out infinite}.why-bg-circle-1{width:600px;height:600px;top:-200px;right:-150px;animation-delay:0s}.why-bg-circle-2{width:500px;height:500px;bottom:-150px;left:-100px;background:radial-gradient(circle,rgba(251,191,36,.06) 0%,transparent 70%);animation-delay:5s}.why-bg-grid{position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(to right,rgba(26,95,220,.03) 1px,transparent 1px),linear-gradient(to bottom,rgba(26,95,220,.03) 1px,transparent 1px);background-size:60px 60px;opacity:.5}@keyframes floatSlow{0%,to{transform:translate(0) scale(1)}50%{transform:translate(20px,-20px) scale(1.05)}}.why-us-container{position:relative;z-index:1;max-width:1300px;margin:0 auto}.why-us-header{text-align:center;margin-bottom:70px;animation:fadeInUp .8s ease-out}.why-us-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 20px;background:linear-gradient(135deg,#1a5fdc1a,#3b82f61a);border:1px solid rgba(26,95,220,.2);border-radius:50px;color:var(--primary-blue);font-family:DM Sans,sans-serif;font-size:clamp(.7rem,1.5vw,.9rem);font-weight:600;letter-spacing:.5px;text-transform:uppercase;margin-bottom:20px;animation:fadeIn .8s ease-out .2s both}.why-us-title{font-family:Outfit,sans-serif;font-size:clamp(1.6rem,5vw,3rem);font-weight:800;color:var(--text-dark);line-height:1.2;margin-bottom:20px;letter-spacing:-.02em;animation:fadeInUp .8s ease-out .3s both}.title-accent{background:linear-gradient(135deg,var(--primary-blue) 0%,#3b82f6 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative;display:inline-block}.why-us-subtitle{font-family:DM Sans,sans-serif;font-size:clamp(.9rem,2vw,1.1rem);color:var(--text-light);line-height:1.7;max-width:700px;margin:0 auto;animation:fadeInUp .8s ease-out .4s both}.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:var(--grid-gap)}.why-card{position:relative;background:var(--white);padding:var(--card-padding);border-radius:20px;border:1px solid rgba(26,95,220,.1);box-shadow:var(--shadow-md);transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden;opacity:0;transform:translateY(30px)}.why-card.animate-in{opacity:1;transform:translateY(0)}.why-card:nth-child(1){transition-delay:.1s}.why-card:nth-child(2){transition-delay:.2s}.why-card:nth-child(3){transition-delay:.3s}.why-card:nth-child(4){transition-delay:.4s}.card-glow{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 50% 0%,var(--card-color, #1a5fdc) 0%,transparent 70%);opacity:0;transition:opacity .4s ease;pointer-events:none}.why-card:hover .card-glow{opacity:.08}.why-card:hover{transform:translateY(-12px);box-shadow:var(--shadow-xl);border-color:#1a5fdc4d}.why-icon{position:relative;width:80px;height:80px;margin-bottom:25px;display:flex;align-items:center;justify-content:center}.icon-bg{position:absolute;inset:0;background:linear-gradient(135deg,#1a5fdc1a,#3b82f61a);border-radius:16px;transition:all .4s ease}.why-card:hover .icon-bg{background:linear-gradient(135deg,var(--primary-blue),#3b82f6);transform:rotate(5deg) scale(1.05)}.why-icon svg{position:relative;z-index:1;color:var(--primary-blue);transition:all .4s ease;width:40px;height:40px}.why-card:hover .why-icon svg{color:var(--white);transform:scale(1.1) rotate(-5deg)}.why-card-title{font-family:Outfit,sans-serif;font-size:clamp(1.1rem,2vw,1.4rem);font-weight:700;color:var(--text-dark);margin-bottom:15px;line-height:1.3;transition:color .3s ease}.why-card:hover .why-card-title{color:var(--primary-blue)}.why-card-description{font-family:DM Sans,sans-serif;font-size:clamp(.85rem,1.5vw,.95rem);color:var(--text-light);line-height:1.7;margin:0}.card-number{position:absolute;bottom:20px;right:20px;font-family:Outfit,sans-serif;font-size:clamp(2.5rem,8vw,5rem);font-weight:800;color:#1a5fdc08;line-height:1;pointer-events:none;transition:all .4s ease}.why-card:hover .card-number{color:#1a5fdc14;transform:scale(1.1)}@media(min-width:2000px){:root{--section-padding-y: 140px;--section-padding-x: 40px;--card-padding: 60px 50px;--grid-gap: 45px}.why-us-container{max-width:1600px}.why-us-header{margin-bottom:90px}.why-us-title{font-size:3.5rem}.why-us-subtitle{font-size:1.25rem;max-width:800px}.why-icon{width:100px;height:100px;margin-bottom:30px}.why-icon svg{width:50px;height:50px}}@media(min-width:1600px)and (max-width:1999px){:root{--section-padding-y: 120px;--card-padding: 50px 40px;--grid-gap: 40px}.why-us-container{max-width:1500px}.why-us-title{font-size:3.25rem}.why-us-subtitle{max-width:750px}.why-icon{width:90px;height:90px}.why-icon svg{width:45px;height:45px}}@media(max-width:1599px)and (min-width:1400px){.why-us-container{max-width:1300px}}@media(max-width:1399px)and (min-width:1200px){:root{--section-padding-y: 90px;--section-padding-x: 30px;--grid-gap: 28px}.why-us-title{font-size:2.8rem}}@media(max-width:1199px){:root{--section-padding-y: 80px;--section-padding-x: 25px;--card-padding: 35px 25px;--grid-gap: 25px}.why-us-header{margin-bottom:60px}.why-us-title{font-size:2.5rem}.why-us-subtitle{font-size:1.05rem}.why-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.why-icon{width:70px;height:70px}.why-icon svg{width:36px;height:36px}.why-card-title{font-size:1.3rem}}@media(max-width:991px){:root{--section-padding-y: 70px;--section-padding-x: 20px;--grid-gap: 22px}.why-us-header{margin-bottom:50px}.why-us-title{font-size:2.25rem}.why-us-subtitle{font-size:1rem;max-width:600px}.why-grid{grid-template-columns:repeat(2,1fr)}.why-bg-circle-1{width:400px;height:400px}.why-bg-circle-2{width:350px;height:350px}}@media(max-width:767px){:root{--section-padding-y: 60px;--card-padding: 30px 25px;--grid-gap: 20px}.why-us-header{margin-bottom:40px}.why-us-badge{font-size:.85rem;padding:7px 18px}.why-us-title{font-size:2rem;margin-bottom:18px}.why-us-subtitle{font-size:.95rem;max-width:100%}.why-grid{grid-template-columns:1fr}.why-icon{width:65px;height:65px;margin-bottom:20px}.why-icon svg{width:36px;height:36px}.why-card-title{font-size:1.25rem;margin-bottom:12px}.why-card-description{font-size:.9rem}.card-number{font-size:4rem;bottom:15px;right:15px}}@media(max-width:576px){:root{--section-padding-y: 50px;--section-padding-x: 15px;--card-padding: 28px 22px;--grid-gap: 18px}.why-us-header{margin-bottom:35px}.why-us-badge{font-size:.8rem;padding:6px 16px}.why-us-title{font-size:1.85rem}.why-us-subtitle{font-size:.9rem;line-height:1.6}.why-icon{width:60px;height:60px}.why-icon svg{width:32px;height:32px}.why-card-title{font-size:1.2rem}.why-card-description{font-size:.875rem}.card-number{font-size:3.5rem}}@media(max-width:479px){:root{--section-padding-y: 45px;--card-padding: 25px 20px;--grid-gap: 16px}.why-us-title{font-size:1.75rem;line-height:1.25}.why-us-subtitle{font-size:.875rem}.why-card{border-radius:16px}.why-icon{width:56px;height:56px}.why-icon svg{width:30px;height:30px}.why-card-title{font-size:1.15rem}.why-card-description{font-size:.85rem;line-height:1.65}.card-number{font-size:3rem;bottom:12px;right:12px}}@media(max-width:359px){:root{--section-padding-y: 40px;--section-padding-x: 12px;--card-padding: 22px 18px}.why-us-badge{font-size:.75rem;padding:5px 14px}.why-us-title{font-size:1.6rem}.why-us-subtitle{font-size:.8rem}.why-icon{width:52px;height:52px}.why-icon svg{width:28px;height:28px}.why-card-title{font-size:1.1rem}.why-card-description{font-size:.8rem}.card-number{font-size:2.5rem}}@media(max-height:500px)and (orientation:landscape){:root{--section-padding-y: 40px}.why-us-header{margin-bottom:30px}.why-us-title{font-size:1.75rem}.why-grid{grid-template-columns:repeat(2,1fr)}}@media print{.why-us-bg{display:none}.why-us{padding:40px 20px;background:#fff}.why-card{break-inside:avoid;box-shadow:none;border:1px solid #ddd}.card-glow{display:none}}@media(prefers-contrast:high){.why-card,.why-us-badge{border-width:2px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.background-elements,.card-glow{display:none}}:root{--color-primary: #3b82f6;--color-primary-dark: #2563eb;--color-secondary: #8b5cf6;--color-secondary-dark: #7c3aed;--color-success: #10b981;--color-success-dark: #059669;--color-text-dark: #1a202c;--color-text-medium: #64748b;--color-text-light: #94a3b8;--color-bg-light: #f8f9fa;--color-bg-medium: #e9ecef;--color-white: #ffffff;--color-border: #e2e8f0;--section-padding-y: 10px;--section-padding-x: 0px;--card-padding: 40px;--grid-gap: 32px;--header-mb: 80px;--border-radius-sm: 12px;--border-radius-md: 20px;--border-radius-lg: 24px;--transition-base: .4s cubic-bezier(.4, 0, .2, 1);--transition-fast: .3s ease}.services-overview{position:relative;padding-bottom:10px;padding-top:20px;background:linear-gradient(180deg,var(--color-bg-light) 0%,var(--color-bg-medium) 100%);overflow:hidden}.background-elements{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;overflow:hidden;z-index:0}.gradient-orb{position:absolute;border-radius:50%;filter:blur(100px);opacity:.15;animation:float 20s ease-in-out infinite}.gradient-orb-1{width:600px;height:600px;background:radial-gradient(circle,var(--color-primary) 0%,transparent 70%);top:-200px;left:-100px;animation-delay:0s}.gradient-orb-2{width:500px;height:500px;background:radial-gradient(circle,var(--color-secondary) 0%,transparent 70%);bottom:-150px;right:-100px;animation-delay:-10s}.floating-shapes{position:absolute;width:100%;height:100%}.shape{position:absolute;opacity:.08;animation:rotate 30s linear infinite}.shape-1{width:200px;height:200px;border:2px solid var(--color-primary);border-radius:30% 70% 70% 30%/30% 30% 70% 70%;top:15%;right:10%;animation-duration:25s}.shape-2{width:150px;height:150px;border:2px solid var(--color-secondary);border-radius:63% 37% 54% 46%/55% 48% 52% 45%;bottom:20%;left:15%;animation-duration:35s;animation-direction:reverse}.shape-3{width:100px;height:100px;border:2px solid var(--color-primary);border-radius:40% 60% 60% 40%/60% 30% 70% 40%;top:50%;left:50%;animation-duration:40s}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}}.services-container{position:relative;max-width:1200px;margin:0 auto;z-index:1}.services-header{text-align:center;animation:fadeInUp .8s ease-out}.header-tag{display:inline-block;padding:8px 20px;background:#3b82f614;border:1px solid rgba(59,130,246,.2);border-radius:var(--border-radius-md);color:var(--color-primary-dark);font-size:clamp(.75rem,1.5vw,.875rem);font-weight:600;letter-spacing:1px;text-transform:uppercase;margin-bottom:24px}.services-title{font-size:clamp(2rem,5vw,3rem);font-weight:800;color:var(--color-text-dark);margin:0 0 20px;line-height:1.2;font-family:"Instrument Serif",Georgia,serif}.title-highlight{background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-secondary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.services-subtitle{font-size:clamp(.95rem,2vw,1.125rem);color:var(--color-text-medium);max-width:600px;margin:0 auto;line-height:1.6}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(320px,100%),1fr));gap:var(--grid-gap);animation:fadeInUp .8s ease-out .2s backwards}.service-card{position:relative;background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--border-radius-lg);padding:var(--card-padding);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all var(--transition-base);overflow:hidden;box-shadow:0 4px 6px #0000000d}.service-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#3b82f60d,#8b5cf60d);opacity:0;transition:opacity var(--transition-base)}.service-card:hover{transform:translateY(-8px);border-color:#3b82f666;box-shadow:0 20px 40px #3b82f626}.service-card:hover:before{opacity:1}.card-glow{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(59,130,246,.2) 0%,transparent 70%);opacity:0;transition:opacity var(--transition-base)}.card-hovered .card-glow{opacity:1}.card-content{position:relative;z-index:1}.icon-wrapper{position:relative;width:72px;height:72px;margin-bottom:28px}.service-icon{position:relative;width:100%;height:100%;color:var(--color-primary);z-index:2;transition:transform var(--transition-base)}.service-card:hover .service-icon{transform:scale(1.1) rotate(-5deg)}.icon-bg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-secondary) 100%);border-radius:var(--border-radius-md);opacity:.15;transition:all var(--transition-base)}.icon-bg-loans{background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-dark) 100%)}.icon-bg-subsidy{background:linear-gradient(135deg,var(--color-success) 0%,var(--color-success-dark) 100%)}.icon-bg-insurance{background:linear-gradient(135deg,var(--color-secondary) 0%,var(--color-secondary-dark) 100%)}.service-card:hover .icon-bg{transform:translate(-50%,-50%) scale(1.2) rotate(10deg);opacity:.25}.service-title{font-size:clamp(1.5rem,3vw,1.75rem);font-weight:700;color:var(--color-text-dark);margin:0 0 16px;font-family:"Instrument Serif",Georgia,serif}.service-description{font-size:clamp(.9rem,1.5vw,1rem);color:var(--color-text-medium);line-height:1.7;margin:0 0 28px}.service-features{list-style:none;padding:0;margin:0 0 32px}.service-features li{display:flex;align-items:center;gap:12px;color:var(--color-text-medium);font-size:clamp(.875rem,1.5vw,.9375rem);margin-bottom:12px;transition:all var(--transition-fast)}.service-features li:hover{color:var(--color-primary-dark);transform:translate(4px)}.service-features li svg{width:20px;height:20px;color:var(--color-primary);flex-shrink:0}.service-link{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-dark) 100%);color:var(--color-white);text-decoration:none;border-radius:var(--border-radius-sm);font-weight:600;font-size:clamp(.875rem,1.5vw,.9375rem);transition:all var(--transition-fast);position:relative;overflow:hidden}.service-link-loans{background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-dark) 100%)}.service-link-subsidy{background:linear-gradient(135deg,var(--color-success) 0%,var(--color-success-dark) 100%)}.service-link-insurance{background:linear-gradient(135deg,var(--color-secondary) 0%,var(--color-secondary-dark) 100%)}.service-link:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.service-link:hover:before{left:100%}.service-link:hover{transform:translate(4px);box-shadow:0 10px 30px #3b82f666}.service-link-subsidy:hover{box-shadow:0 10px 30px #10b98166}.service-link-insurance:hover{box-shadow:0 10px 30px #8b5cf666}.link-arrow{width:20px;height:20px;transition:transform var(--transition-fast);flex-shrink:0}.service-link:hover .link-arrow{transform:translate(4px)}@media(min-width:2000px){:root{--section-padding-y: 160px;--section-padding-x: 40px;--card-padding: 60px;--grid-gap: 48px;--header-mb: 100px}.services-container{max-width:1400px}.services-title{font-size:3.5rem}.services-subtitle{font-size:1.25rem;max-width:700px}.icon-wrapper{width:90px;height:90px;margin-bottom:35px}.service-features li{margin-bottom:14px}}@media(min-width:1600px)and (max-width:1999px){:root{--section-padding-y: 140px;--card-padding: 50px;--grid-gap: 40px}.services-container{max-width:1300px}.icon-wrapper{width:80px;height:80px;margin-bottom:32px}}@media(max-width:1599px)and (min-width:1200px){:root{--section-padding-y: 120px;--grid-gap: 36px}}@media(max-width:1199px)and (min-width:992px){:root{--section-padding-y: 100px;--section-padding-x: 30px;--card-padding: 36px;--grid-gap: 30px;--header-mb: 70px}.gradient-orb-1,.gradient-orb-2{width:500px;height:500px}}@media(max-width:991px){:root{--section-padding-y: 80px;--section-padding-x: 25px;--card-padding: 32px;--grid-gap: 28px;--header-mb: 60px}.services-grid{grid-template-columns:1fr}.gradient-orb-1,.gradient-orb-2{width:400px;height:400px}.shape-1,.shape-2{width:120px;height:120px}}@media(max-width:767px){:root{--section-padding-y: 70px;--card-padding: 28px;--grid-gap: 24px;--header-mb: 50px}.services-title{font-size:2.25rem}.services-subtitle{font-size:1rem}.icon-wrapper{width:64px;height:64px;margin-bottom:24px}.service-description{margin-bottom:24px}.service-features{margin-bottom:28px}.service-features li{margin-bottom:10px}}@media(max-width:576px){:root{--section-padding-y: 60px;--section-padding-x: 20px;--card-padding: 24px;--grid-gap: 20px;--header-mb: 45px}.header-tag{font-size:.75rem;padding:6px 16px;margin-bottom:20px}.services-title{font-size:2rem;margin-bottom:16px}.services-subtitle{font-size:.95rem}.icon-wrapper{width:60px;height:60px;margin-bottom:22px}.service-title{font-size:1.5rem;margin-bottom:14px}.service-description{font-size:.9rem;margin-bottom:22px}.service-features{margin-bottom:24px}.service-features li{font-size:.875rem;margin-bottom:10px}.service-link{padding:12px 24px;font-size:.875rem}}@media(max-width:479px){:root{--section-padding-y: 50px;--section-padding-x: 15px;--card-padding: 22px;--grid-gap: 18px}.services-title{font-size:1.75rem}.services-subtitle{font-size:.9rem}.service-card{border-radius:20px}.icon-wrapper{width:56px;height:56px;margin-bottom:20px}.service-title{font-size:1.375rem}.service-description{font-size:.875rem;line-height:1.6}.service-features li{font-size:.8125rem}.service-features li svg{width:18px;height:18px}}@media(max-width:359px){:root{--section-padding-y: 45px;--section-padding-x: 12px;--card-padding: 20px;--grid-gap: 16px}.header-tag{font-size:.7rem;padding:5px 14px}.services-title{font-size:1.625rem}.services-subtitle{font-size:.85rem}.icon-wrapper{width:52px;height:52px}.service-title{font-size:1.25rem}.service-description{font-size:.8125rem}.service-features li{font-size:.8rem;gap:10px}.service-link{padding:11px 20px;font-size:.8125rem}}@media(max-height:600px)and (orientation:landscape){:root{--section-padding-y: 60px}.services-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}@media print{.background-elements{display:none}.services-overview{padding:40px 20px;background:#fff}.service-card{break-inside:avoid;box-shadow:none;border:1px solid #ddd}.card-glow{display:none}.service-link{border:2px solid currentColor}}@media(prefers-contrast:high){.service-card,.header-tag{border-width:2px}.service-link{border:2px solid transparent}}.service-link:focus-visible{outline:3px solid var(--color-primary);outline-offset:3px}.service-card:focus-within{border-color:var(--color-primary)}.testimonial-section{width:100%;min-height:500px;align-content:center}.testimonial-title{background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-secondary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:2.5rem;text-align:center;margin-bottom:0;font-weight:700}.carousel-container{max-width:1000px;margin:0 auto;padding:0 1rem;position:relative;overflow:hidden}.carousel-inner{position:relative;width:100%;padding:10px;transition:height .5s ease-in-out}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOutLeft{0%{transform:translate(0);opacity:1}to{transform:translate(-100%);opacity:0}}.carousel-item{width:100%;padding:1rem;box-sizing:border-box;opacity:0;transform:translate(100%);transition:transform .6s ease-in-out,opacity .6s ease-in-out;position:absolute;top:0;left:0}.carousel-item.active{position:relative;opacity:1;transform:translate(0);animation:slideInRight .6s ease-in-out forwards}.carousel-item.exiting{animation:slideOutLeft .6s ease-in-out forwards}.testimonial-text{font-size:1.1rem;line-height:1.6;text-align:center;margin-bottom:2rem;color:#64748b}.testimonial-footer{text-align:center}.testimonial-name{color:#526b8d;font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.testimonial-position,.testimonial-location{color:#fff;font-size:1rem}@media(max-width:768px){.testimonial-title{font-size:2rem}.testimonial-text{font-size:1rem}.carousel-item{padding:.75rem}}.logo-scroller-section{position:relative;padding:60px 20px;background:linear-gradient(180deg,#f8fafc,#fff,#f8fafc);overflow:hidden}.logo-scroller-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(26,95,220,.4),transparent)}.logo-scroller-section:after{content:"";position:absolute;top:45%;left:50%;width:600px;height:600px;background:radial-gradient(circle,rgba(26,95,220,.04),transparent 70%);transform:translate(-50%,-50%);pointer-events:none;z-index:0}.scroller-header{text-align:center;max-width:800px;margin:0 auto 35px;position:relative;z-index:1}.scroller-badge{display:inline-block;background:#1a5fdc1a;color:#1a5fdc;padding:6px 18px;border-radius:50px;font-size:.75rem;font-weight:600;letter-spacing:1px;margin-bottom:14px}.scroller-title{font-size:clamp(1.7rem,4vw,2.4rem);font-weight:800;color:#1e293b;margin-bottom:10px}.title-accent{background:linear-gradient(135deg,#1a5fdc,#2463eb);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.scroller-description{font-size:1rem;color:#64748b;line-height:1.6;margin:0 auto;max-width:600px}.logo-container{position:relative;width:80%;margin:0 auto;overflow:hidden;padding:25px 0;z-index:1}.gradient-overlay{position:absolute;top:0;bottom:0;width:120px;z-index:2;pointer-events:none}.gradient-left{left:0;background:linear-gradient(to right,#f8fafc,transparent)}.gradient-right{right:0;background:linear-gradient(to left,#f8fafc,transparent)}.logo-track{display:flex;width:max-content;gap:40px;animation:scroll 28s linear infinite}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.logo-track:hover{animation-play-state:paused}.logo-card{flex-shrink:0;width:300px;height:120px}.logo-card-inner{width:100%;height:100%;background:#fff;border-radius:14px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(226,232,240,.9);box-shadow:0 10px 30px #1a5fdc14;transition:all .35s ease}.logo-card:hover .logo-card-inner{transform:translateY(-6px) scale(1.04);box-shadow:0 18px 45px #1a5fdc26}.logo{max-width:210px;max-height:80px;object-fit:contain;filter:grayscale(30%) opacity(.85);transition:all .35s ease}.logo-card:hover .logo{filter:grayscale(0%) brightness(1.1);transform:scale(1.08)}@media(max-width:1024px){.logo-container{width:90%}.logo-card{width:180px;height:110px}}@media(max-width:768px){.logo-scroller-section{padding:45px 15px}.scroller-header{margin-bottom:25px}.logo-container{width:95%;padding:20px 0}.logo-track{gap:25px;animation-duration:24s}.logo-card{width:160px;height:100px}.logo{max-width:110px;max-height:55px}}@media(prefers-reduced-motion:reduce){.logo-track{animation:none}.logo-card-inner,.logo{transition:none}}:root{--primary-color: #1a2332;--secondary-color: #2c3e50;--accent-blue: #3b82f6;--accent-teal: #14b8a6;--accent-coral: #f97316;--text-primary: #1e293b;--text-secondary: #64748b;--bg-light: #f8fafc;--white: #ffffff;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .06);--shadow-md: 0 4px 12px rgba(0, 0, 0, .08);--shadow-lg: 0 12px 32px rgba(0, 0, 0, .12)}body{font-family:Inter,sans-serif;color:var(--text-primary);line-height:1.6;overflow-x:hidden;background:var(--white)}.ans-container{position:relative;min-height:100vh;background:var(--white)}.background-decoration{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;overflow:hidden;opacity:.4}.shape{position:absolute;animation:floatShape 25s infinite ease-in-out}.shape-circle-1{width:300px;height:300px;border-radius:50%;background:linear-gradient(135deg,#3b82f61a,#3b82f60d);top:-100px;right:10%;animation-delay:0s}.shape-circle-2{width:200px;height:200px;border-radius:50%;border:2px solid rgba(20,184,166,.15);bottom:15%;left:5%;animation-delay:5s}.shape-triangle{width:0;height:0;border-left:80px solid transparent;border-right:80px solid transparent;border-bottom:140px solid rgba(249,115,22,.08);top:40%;right:15%;animation-delay:10s}.shape-square{width:120px;height:120px;background:linear-gradient(135deg,#f9731614,#f9731608);transform:rotate(45deg);bottom:30%;right:5%;animation-delay:15s}.shape-hexagon{width:100px;height:57.74px;background:#3b82f60f;position:absolute;top:20%;left:10%;animation-delay:20s}.shape-hexagon:before,.shape-hexagon:after{content:"";position:absolute;width:0;border-left:50px solid transparent;border-right:50px solid transparent}.shape-hexagon:before{bottom:100%;border-bottom:28.87px solid rgba(59,130,246,.06)}.shape-hexagon:after{top:100%;border-top:28.87px solid rgba(59,130,246,.06)}@keyframes floatShape{0%,to{transform:translate(0) rotate(0)}25%{transform:translate(20px,-20px) rotate(5deg)}50%{transform:translate(-15px,15px) rotate(-5deg)}75%{transform:translate(15px,10px) rotate(3deg)}}.content-wrapper{position:relative;max-width:1200px;margin:0 auto;padding:0 32px;z-index:1}.section-header{margin-bottom:48px;text-align:center;position:relative}.header-decoration{width:50px;height:3px;background:linear-gradient(90deg,var(--accent-blue),var(--accent-teal));margin:0 auto 16px;border-radius:2px;animation:expandWidth .8s ease-out}@keyframes expandWidth{0%{width:0}to{width:50px}}.section-title{font-family:Playfair Display,serif;font-size:2.5rem;font-weight:700;color:var(--primary-color);margin:0;position:relative;display:inline-block;animation:fadeInUp .8s ease-out}.title-underline{position:absolute;bottom:-8px;left:0;width:100%;height:3px;background:linear-gradient(90deg,var(--accent-coral),var(--accent-blue));transform:scaleX(0);transform-origin:left;animation:scaleIn .5s ease-out .3s forwards;border-radius:2px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{to{transform:scaleX(1)}}.who-we-are-section{padding:20px 0 0;position:relative}.intro-content{max-width:850px;margin:0 auto}.intro-text{font-size:1rem;line-height:1.7;color:var(--text-secondary);margin-bottom:24px;animation:fadeIn .8s ease-out;animation-fill-mode:backwards}.intro-text:first-child{animation-delay:.2s}.intro-text:last-child{animation-delay:.4s;margin-bottom:0}.highlight-text{color:var(--text-primary);font-weight:500;font-size:1.125rem;position:relative;padding-left:24px}.highlight-text:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(180deg,var(--accent-blue),var(--accent-teal));border-radius:2px}@keyframes fadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.what-we-do-section{padding:64px 0 10px;background:var(--bg-light);position:relative}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px;margin-top:48px}.service-card{position:relative;background:var(--white);border-radius:16px;padding:40px 32px;box-shadow:var(--shadow-sm);transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden;cursor:pointer;animation:cardSlideUp .6s ease-out backwards;border:1px solid rgba(0,0,0,.05)}@keyframes cardSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.service-card:nth-child(1){animation-delay:.1s}.service-card:nth-child(2){animation-delay:.2s}.service-card:nth-child(3){animation-delay:.3s}.card-background{position:absolute;top:0;left:0;width:100%;height:0;opacity:0;transition:all .4s cubic-bezier(.4,0,.2,1);z-index:0}.service-card:hover .card-background{height:100%;opacity:.06}.service-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg);border-color:#00000014}.card-content{position:relative;z-index:2}.icon-wrapper{position:relative;width:64px;height:64px;margin:0 auto 24px;display:flex;align-items:center;justify-content:center}.service-icon{font-size:2.5rem;position:relative;z-index:2;transition:transform .3s ease}.service-card:hover .service-icon{transform:scale(1.1)}.icon-glow{position:absolute;width:100%;height:100%;border-radius:50%;opacity:.12;filter:blur(16px);transition:all .3s ease}.service-card:hover .icon-glow{transform:scale(1.3);opacity:.2}.service-title{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:600;color:var(--primary-color);margin:0 0 16px;text-align:center;transition:color .3s ease}.service-card:hover .service-title{color:var(--accent-blue)}.service-description{font-size:.9375rem;line-height:1.7;color:var(--text-secondary);text-align:center;margin-bottom:24px}.card-footer{text-align:center;margin-top:24px}.learn-more-btn{display:inline-flex;align-items:center;gap:6px;background:transparent;border:none;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .3s ease;position:relative;padding:8px 0;font-family:Inter,sans-serif}.learn-more-btn:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:currentColor;transition:width .3s ease}.learn-more-btn:hover:after{width:100%}.arrow-icon{transition:transform .3s ease}.learn-more-btn:hover .arrow-icon{transform:translate(4px)}.card-shine{position:absolute;top:0;left:-100%;width:50%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transform:skew(-20deg);transition:left .5s}.service-card:hover .card-shine{left:150%}.cta-section{padding:64px 0;background:linear-gradient(135deg,#0e264d,#12315c);position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.08) 0%,transparent 70%);animation:rotate 30s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.cta-content{text-align:center;position:relative;z-index:2;max-width:700px;margin:0 auto;padding:0 32px}.cta-title{font-family:Playfair Display,serif;font-size:2rem;font-weight:700;color:var(--white);margin-bottom:16px;animation:fadeInUp .8s ease-out}.cta-description{font-size:1rem;color:#ffffffd9;margin-bottom:32px;animation:fadeInUp .8s ease-out .2s backwards}.cta-button{position:relative;padding:14px 40px;font-size:1rem;font-weight:600;color:var(--primary-color);background:var(--white);border:none;border-radius:8px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden;animation:fadeInUp .8s ease-out .4s backwards;box-shadow:0 8px 24px #00000026;font-family:Inter,sans-serif}.button-glow{position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#3b82f633;transform:translate(-50%,-50%);transition:width .5s,height .5s}.cta-button:hover{transform:translateY(-3px);box-shadow:0 12px 32px #0003}.cta-button:hover .button-glow{width:300px;height:300px}@media(max-width:1024px){.content-wrapper{padding:0 24px}.services-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}}@media(max-width:768px){.section-title{font-size:2rem}.intro-text{font-size:.9375rem}.highlight-text{font-size:1rem}.services-grid{grid-template-columns:1fr;gap:24px}.service-card{padding:32px 24px}.cta-title{font-size:1.75rem}.cta-description{font-size:.9375rem}.shape-triangle,.shape-square,.shape-hexagon{display:none}}@media(max-width:480px){.content-wrapper{padding:0 16px}.section-title{font-size:1.75rem}.intro-text{font-size:.875rem}.service-title{font-size:1.25rem}.service-description{font-size:.875rem}.cta-button{padding:12px 32px;font-size:.9375rem}.cta-content{padding:0 16px}}:root{--primary-gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--vision-gradient: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);--mission-gradient: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);--dark-text: #2d3748;--gray-text: #718096;--white: #ffffff}.mission-vision-section{width:100%;padding:24px;background:linear-gradient(180deg,#f7fafc,#edf2f7);position:relative;overflow:hidden}.bg-shapes{position:absolute;inset:0;pointer-events:none;z-index:0}.shape{position:absolute;border-radius:50%;opacity:.03;animation:floatShape 20s ease-in-out infinite}.shape-1{width:400px;height:400px;background:linear-gradient(135deg,#667eea,#764ba2);top:-100px;right:-100px;animation-delay:0s}.shape-2{width:300px;height:300px;background:linear-gradient(135deg,#f093fb,#f5576c);bottom:-50px;left:-50px;animation-delay:7s}.shape-3{width:250px;height:250px;background:linear-gradient(135deg,#4facfe,#00f2fe);top:50%;left:50%;animation-delay:14s}@keyframes floatShape{0%,to{transform:translate(0) rotate(0)}33%{transform:translate(30px,-30px) rotate(120deg)}66%{transform:translate(-20px,20px) rotate(240deg)}}.mv-container{max-width:1200px;margin:0 auto;position:relative;z-index:1}.vm-cards-wrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem}.vm-card{background:var(--white);padding:2.5rem;border-radius:24px;box-shadow:0 10px 40px #00000014;position:relative;overflow:hidden;transition:all .5s cubic-bezier(.4,0,.2,1);animation:slideInUp .8s ease-out backwards}.vision-card{animation-delay:.1s}.mission-card{animation-delay:.2s}@keyframes slideInUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.vm-card:hover{transform:translateY(-10px);box-shadow:0 20px 60px #0000001f}.vm-card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.vm-icon-wrapper{width:60px;height:60px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:2rem;position:relative;transition:transform .4s ease}.vm-card:hover .vm-icon-wrapper{transform:scale(1.1) rotate(10deg)}.vision-icon{background:var(--vision-gradient);box-shadow:0 8px 20px #f5576c4d}.mission-icon{background:var(--mission-gradient);box-shadow:0 8px 20px #4facfe4d}.vm-icon{filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.vm-title{font-family:Bebas Neue,sans-serif;font-size:2rem;letter-spacing:1px;background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.vm-description{font-family:Poppins,sans-serif;font-size:1rem;line-height:1.7;color:var(--gray-text);position:relative;z-index:2}.vm-decoration{position:absolute;bottom:0;right:0;width:150px;height:150px;border-radius:24px 0;opacity:.08;transition:all .5s ease}.vision-decoration{background:var(--vision-gradient)}.mission-decoration{background:var(--mission-gradient)}.vm-card:hover .vm-decoration{width:200px;height:200px;opacity:.12}.why-choose-section{margin-top:4rem;animation:fadeIn 1s ease-out .4s backwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.why-header{text-align:center;margin-bottom:3rem}.why-title{font-family:Bebas Neue,sans-serif;font-size:3rem;letter-spacing:2px;background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.why-subtitle{font-family:Poppins,sans-serif;font-size:1.1rem;color:var(--gray-text);font-weight:500}.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;max-width:1000px;margin:0 auto}.why-card{background:var(--white);padding:2rem 1.5rem;border-radius:20px;box-shadow:0 4px 15px #0000000f;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;animation:popIn .6s ease-out both}@keyframes popIn{0%{opacity:0;transform:translateY(40px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.why-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:var(--card-color, #667eea);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.why-card:hover:before,.why-card.active:before{transform:scaleX(1)}.why-card:hover,.why-card.active{transform:translateY(-10px) scale(1.03);box-shadow:0 14px 40px #00000024}.why-card-inner{text-align:center}.why-icon{font-size:2.5rem;margin-bottom:1rem;display:inline-block;transition:transform .4s cubic-bezier(.68,-.55,.265,1.55)}.why-card:hover .why-icon,.why-card.active .why-icon{transform:scale(1.2) rotate(10deg)}.why-card-title{font-family:Poppins,sans-serif;font-size:1rem;font-weight:600;color:var(--dark-text);line-height:1.4;margin-bottom:.75rem}.why-card-accent{width:40px;height:3px;background:var(--card-color, #667eea);margin:0 auto;border-radius:2px;opacity:0;transform:scaleX(0);transition:all .4s ease}.why-card:hover .why-card-accent,.why-card.active .why-card-accent{opacity:1;transform:scaleX(1)}@media(max-width:768px){.mission-vision-section{padding:3rem 1rem}.vm-cards-wrapper{gap:2rem;margin-bottom:3.5rem}.vm-card{padding:2rem}.vm-title{font-size:1.75rem}.why-title{font-size:2.5rem}.why-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.2rem}.why-card{padding:1.5rem 1rem}.why-card-title{font-size:.9rem}.why-icon{font-size:2rem}}@media(max-width:480px){.vm-cards-wrapper{grid-template-columns:1fr;gap:1.5rem}.vm-card{padding:1.5rem}.vm-icon-wrapper{width:50px;height:50px;font-size:1.5rem}.vm-title{font-size:1.5rem}.vm-description{font-size:.95rem}.why-title{font-size:2rem}.why-subtitle{font-size:1rem}.why-grid{grid-template-columns:1fr;gap:1rem}}.partners-section{width:100%;padding:0 24px;background:linear-gradient(to bottom,#fff,#f8f9fa);position:relative;overflow:hidden}.partners-section:before{content:"";position:absolute;top:0;left:-50%;width:200%;height:100%;background:radial-gradient(circle at 50% 50%,rgba(13,71,161,.03) 0%,transparent 70%);pointer-events:none}.partners-container{max-width:1000px;margin:0 auto;position:relative;z-index:1}.partners-header{text-align:center;margin-bottom:2.5rem}.header-accent{width:60px;height:4px;background:linear-gradient(90deg,#0d47a1,#1976d2);margin:0 auto 1.5rem;border-radius:2px;animation:expandWidth .8s ease-out}@keyframes expandWidth{0%{width:0;opacity:0}to{width:60px;opacity:1}}.partners-title{font-family:Playfair Display,serif;font-size:clamp(1.8rem,4vw,2.5rem);font-weight:900;margin-bottom:.75rem;animation:fadeInUp .8s ease-out}.title-text{background:linear-gradient(135deg,#0d47a1,#1976d2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative;display:inline-block}.partners-subtitle{font-family:"Source Sans 3",sans-serif;font-size:1rem;color:#666;font-weight:400;animation:fadeInUp .8s ease-out .2s backwards;letter-spacing:.5px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.partners-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:700px;margin:0 auto;padding:1rem}.partner-card{background:#fff;border-radius:16px;padding:2rem 1.5rem;box-shadow:0 8px 20px #0000000f;transition:all .5s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;animation:fadeInScale .8s ease-out backwards;cursor:pointer}@keyframes fadeInScale{0%{opacity:0;transform:scale(.85) translateY(30px)}to{opacity:1;transform:scale(1) translateY(0)}}.partner-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#0d47a1,#1976d2,#42a5f5);transform:scaleX(0);transform-origin:left;transition:transform .5s ease}.partner-card:hover:before{transform:scaleX(1)}.partner-card:hover{transform:translateY(-8px) scale(1.01);box-shadow:0 15px 35px #0d47a126}.partner-image-wrapper{width:100%;height:130px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;border-radius:12px;background:linear-gradient(135deg,#f5f7fa,#e8ecf1)}.partner-logo{max-width:80%;max-height:80%;object-fit:contain;transition:all .5s cubic-bezier(.4,0,.2,1);filter:grayscale(20%);position:relative;z-index:2}.partner-card:hover .partner-logo{transform:scale(1.1);filter:grayscale(0%)}.partner-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#0d47a10d,#42a5f50d);opacity:0;transition:opacity .5s ease}.partner-card:hover .partner-overlay{opacity:1}.partner-shine{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent 30%,rgba(255,255,255,.3) 50%,transparent 70%);transform:translate(-100%) translateY(-100%) rotate(45deg);transition:transform .8s ease}.partner-card:hover .partner-shine{transform:translate(100%) translateY(100%) rotate(45deg)}.partners-decorative-line{width:100%;height:1px;background:linear-gradient(90deg,transparent 0%,#0d47a1 20%,#1976d2 50%,#0d47a1 80%,transparent 100%);margin-top:2.5rem;opacity:.3;animation:fadeIn 1s ease-out .5s backwards}@keyframes fadeIn{0%{opacity:0}to{opacity:.3}}@media(max-width:768px){.partners-section{padding:2.5rem 1rem}.partners-grid{grid-template-columns:1fr;gap:1.5rem;padding:.5rem}.partner-card{padding:1.8rem 1.2rem}.partner-image-wrapper{height:120px}.partners-header{margin-bottom:2rem}}@media(max-width:480px){.partners-title{font-size:1.6rem}.partners-subtitle{font-size:.9rem}.partner-card{padding:1.5rem 1rem}.partner-image-wrapper{height:100px}.partners-grid{gap:1.2rem}}@media print{.partner-shine,.partner-overlay{display:none}.partner-card{box-shadow:none;border:1px solid #e0e0e0}}:root{--primary: #1a365d;--secondary: #2c5282;--accent: #3182ce;--gold: #d4af37;--dark: #0f172a;--gray-50: #f8fafc;--gray-100: #f1f5f9;--gray-200: #e2e8f0;--gray-300: #cbd5e1;--gray-600: #475569;--gray-700: #334155;--gray-900: #0f172a;--white: #ffffff}.services-page{width:100%;min-height:100vh;background:var(--white)}.services-header{padding:5rem 2rem 4rem;text-align:center;background:linear-gradient(180deg,var(--gray-50) 0%,var(--white) 100%);border-bottom:1px solid var(--gray-200)}.services-header h1{font-family:Poppins,sans-serif;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;color:var(--dark);margin-bottom:1.25rem;letter-spacing:-.02em}.services-header p{font-family:Inter,sans-serif;font-size:1.125rem;font-weight:400;color:var(--gray-600);max-width:700px;margin:0 auto;line-height:1.7}.services-container{width:100%;background:var(--white);padding:4rem 2rem;font-family:Inter,sans-serif}.services-hero{text-align:center;margin-bottom:4rem;padding:0}.hero-accent{width:60px;height:3px;background:var(--accent);margin:0 auto 2rem;border-radius:2px}.services-title{font-family:Poppins,sans-serif;font-size:clamp(2rem,4vw,2.75rem);font-weight:700;margin-bottom:1rem;letter-spacing:-.02em;color:var(--dark)}.title-gradient{background:linear-gradient(135deg,var(--primary) 0%,var(--accent) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.services-subtitle{font-size:1.125rem;font-weight:400;color:var(--gray-600);max-width:650px;margin:0 auto;line-height:1.7}.tab-switcher{display:inline-flex;justify-content:center;gap:0;margin:0 auto 4rem;position:relative;background:var(--gray-100);padding:4px;border-radius:8px;display:flex;max-width:fit-content}.tab-btn{padding:.75rem 2rem;background:transparent;border:none;font-family:Inter,sans-serif;font-size:.9375rem;font-weight:600;color:var(--gray-600);cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);border-radius:6px;position:relative;z-index:2;letter-spacing:.01em}.tab-btn.active{color:var(--white)}.tab-indicator{position:absolute;top:4px;left:4px;width:calc(50% - 4px);height:calc(100% - 8px);background:var(--primary);border-radius:6px;transition:transform .3s cubic-bezier(.4,0,.2,1);z-index:1;box-shadow:0 2px 8px #1a365d26}.tab-indicator.right{transform:translate(calc(100% + 4px))}.services-grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.75rem;padding:0 1rem}.service-card{background:var(--white);padding:2.25rem 2rem;border-radius:12px;border:1px solid var(--gray-200);transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;cursor:pointer}.service-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,var(--primary),var(--accent));transform:scaleX(0);transform-origin:left;transition:transform .4s cubic-bezier(.4,0,.2,1)}.service-card:hover:before{transform:scaleX(1)}.service-card:hover{transform:translateY(-4px);border-color:var(--gray-300);box-shadow:0 12px 32px #0f172a14}.card-icon{font-size:2.5rem;margin-bottom:1.25rem;display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;background:var(--gray-50);border-radius:10px;transition:all .3s cubic-bezier(.4,0,.2,1)}.service-card:hover .card-icon{background:linear-gradient(135deg,var(--primary),var(--accent));transform:scale(1.05)}.service-card:hover .card-icon:after{filter:brightness(0) invert(1)}.card-title{font-family:Poppins,sans-serif;font-size:1.25rem;font-weight:600;color:var(--dark);margin-bottom:.625rem;letter-spacing:-.01em;line-height:1.4}.card-description{font-family:Inter,sans-serif;font-size:.9375rem;font-weight:400;color:var(--gray-600);line-height:1.6}.cta-section{max-width:900px;margin:5rem auto 0;text-align:center;padding:4rem 3rem;background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 100%);border-radius:16px;position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;inset:0;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.05'%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");opacity:.4}.cta-title{font-family:Poppins,sans-serif;font-size:clamp(2rem,4vw,2.5rem);font-weight:700;color:var(--white);margin-bottom:1rem;letter-spacing:-.02em;position:relative;z-index:1}.cta-text{font-family:Inter,sans-serif;font-size:1.125rem;font-weight:400;color:#fffffff2;margin-bottom:2rem;line-height:1.6;position:relative;z-index:1}.cta-button{padding:1rem 2.5rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;color:var(--primary);background:var(--white);border:none;border-radius:8px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #00000026;position:relative;z-index:1;letter-spacing:.01em}.cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0003;background:var(--gray-50)}.cta-button:active{transform:translateY(0)}@media(max-width:1024px){.services-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}}@media(max-width:768px){.services-header{padding:4rem 1.5rem 3rem}.services-header h1{font-size:2.5rem}.services-header p{font-size:1rem;padding:0 1rem}.services-container{padding:3rem 1.5rem}.services-hero{margin-bottom:3rem}.services-grid{grid-template-columns:1fr;gap:1.25rem}.tab-switcher{width:100%;max-width:400px}.tab-btn{padding:.75rem 1.5rem;font-size:.875rem}.cta-section{padding:3rem 2rem;margin-top:4rem}.cta-title{font-size:2rem}.cta-text{font-size:1rem}}@media(max-width:480px){.services-header{padding:3rem 1rem 2.5rem}.services-header h1{font-size:2rem}.services-container{padding:2.5rem 1rem}.services-title{font-size:1.875rem}.services-subtitle{font-size:1rem}.tab-switcher{width:100%;max-width:none}.tab-btn{padding:.625rem 1.25rem;font-size:.875rem}.service-card{padding:1.75rem 1.5rem}.card-icon{width:56px;height:56px;font-size:2rem}.card-title{font-size:1.125rem}.card-description{font-size:.875rem}.cta-section{padding:2.5rem 1.5rem;border-radius:12px}.cta-button{padding:.875rem 2rem;font-size:.9375rem}}.services-image-section{width:100%;max-width:1400px;margin:0 auto;overflow:hidden;position:relative;border-radius:12px}.services-full-image{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.services-full-image.contain{object-fit:contain}:root{--primary-color: #0b5ed7;--primary-dark: #084298;--primary-light: #6ea8fe;--accent-color: #ff6b35;--success-color: #10b981;--error-color: #ef4444;--text-dark: #1e293b;--text-medium: #475569;--text-light: #64748b;--bg-light: #f8fafc;--white: #ffffff;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .08);--shadow-md: 0 4px 12px rgba(0, 0, 0, .08);--shadow-lg: 0 10px 30px rgba(0, 0, 0, .12);--shadow-xl: 0 20px 50px rgba(0, 0, 0, .15);--border-radius: 16px;--transition: all .3s cubic-bezier(.4, 0, .2, 1)}*{margin:0;padding:0;box-sizing:border-box}.contact-page{position:relative;padding:40px 20px 60px;background:linear-gradient(135deg,#f8fafc,#e0f2fe,#f8fafc);font-family:Manrope,sans-serif;overflow:hidden}.bg-decoration{position:absolute;inset:0;overflow:hidden;z-index:0;pointer-events:none}.circle{position:absolute;border-radius:50%;background:linear-gradient(135deg,#0b5ed714,#6ea8fe0d);animation:float 20s ease-in-out infinite}.circle-1{width:300px;height:300px;top:-80px;right:-80px;animation-delay:0s}.circle-2{width:220px;height:220px;bottom:80px;left:-40px;animation-delay:5s}.circle-3{width:180px;height:180px;top:40%;right:8%;animation-delay:10s}@keyframes float{0%,to{transform:translate(0) scale(1);opacity:.3}50%{transform:translate(30px,-30px) scale(1.1);opacity:.5}}.contact-header{position:relative;z-index:1;text-align:center;margin-bottom:40px;animation:fadeInDown .8s ease-out}.header-badge{display:inline-block;padding:8px 20px;background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));color:var(--white);border-radius:50px;font-size:.875rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase;margin-bottom:20px;box-shadow:0 4px 15px #0b5ed74d;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.contact-header h1{font-family:Playfair Display,serif;font-size:clamp(2rem,4vw,2.8rem);color:var(--text-dark);margin-bottom:15px;font-weight:700;line-height:1.2;background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.contact-header p{max-width:600px;margin:0 auto;color:var(--text-medium);font-size:1rem;line-height:1.6}.contact-container{position:relative;z-index:1;max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1.4fr;gap:30px;align-items:start}.contact-info-section{display:flex;flex-direction:column;gap:20px;animation:fadeInLeft .8s ease-out}.info-card{background:var(--white);padding:24px;border-radius:12px;box-shadow:var(--shadow-md);transition:var(--transition);border:1px solid rgba(11,94,215,.1);position:relative;overflow:hidden}.info-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:0;background:linear-gradient(180deg,var(--primary-color),var(--accent-color));transition:height .4s ease}.info-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.info-card:hover:before{height:100%}.icon-wrapper{width:45px;height:45px;background:linear-gradient(135deg,var(--primary-color),var(--primary-light));border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:15px;box-shadow:0 4px 15px #0b5ed733}.icon-wrapper svg{width:22px;height:22px;color:var(--white)}.info-card h3{color:var(--text-dark);font-size:1.1rem;font-weight:700;margin-bottom:10px}.info-card p{color:var(--text-medium);font-size:.95rem;line-height:1.5;margin-bottom:6px}.info-card a{color:var(--primary-color);text-decoration:none;font-weight:600;transition:var(--transition)}.info-card a:hover{color:var(--primary-dark);text-decoration:underline}.availability{display:block;font-size:.875rem;color:var(--text-light);margin-top:8px;font-style:italic}.services-highlight{background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));color:var(--white);padding:24px;border-radius:12px;box-shadow:var(--shadow-lg)}.services-highlight h3{font-size:1.1rem;margin-bottom:15px;font-weight:700}.services-highlight ul{list-style:none}.services-highlight li{padding:10px 0;border-bottom:1px solid rgba(255,255,255,.2);display:flex;align-items:center;gap:10px;font-size:.9rem}.services-highlight li:last-child{border-bottom:none}.check-icon{width:22px;height:22px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0;font-size:.85rem}.contact-form-wrapper{background:var(--white);padding:35px;border-radius:12px;box-shadow:var(--shadow-xl);animation:fadeInRight .8s ease-out;border:1px solid rgba(11,94,215,.1)}.form-header{margin-bottom:25px}.form-header h2{font-family:Playfair Display,serif;font-size:1.6rem;color:var(--text-dark);margin-bottom:8px;font-weight:700}.form-header p{color:var(--text-medium);font-size:.95rem}.contact-form{display:flex;flex-direction:column;gap:18px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:600;color:var(--text-dark);margin-bottom:6px;font-size:.9rem}.required{color:var(--error-color);margin-left:2px}.form-group input,.form-group select,.form-group textarea{padding:12px 16px;border:2px solid #e2e8f0;border-radius:8px;font-size:.95rem;font-family:Manrope,sans-serif;transition:var(--transition);background:var(--bg-light);color:var(--text-dark)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-color);background:var(--white);box-shadow:0 0 0 4px #0b5ed71a}.form-group textarea{resize:vertical;min-height:120px;line-height:1.5}.form-group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%230b5ed7'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:20px;padding-right:40px}.status-message{display:flex;align-items:center;gap:12px;padding:16px 20px;border-radius:10px;font-weight:500;animation:slideInUp .4s ease-out}.status-message svg{width:24px;height:24px;flex-shrink:0}.status-message.success{background:#d1fae5;color:#065f46;border:1px solid #6ee7b7}.status-message.error{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.submit-btn{padding:14px 32px;background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));color:var(--white);border:none;border-radius:8px;font-size:1rem;font-weight:700;cursor:pointer;transition:var(--transition);display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 4px 15px #0b5ed74d;font-family:Manrope,sans-serif;margin-top:8px}.submit-btn svg{width:18px;height:18px;transition:transform .3s ease}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0b5ed766}.submit-btn:hover svg{transform:translate(5px)}.submit-btn:active{transform:translateY(0)}.submit-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.spinner{width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-top-color:var(--white);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.form-footer{margin-top:20px;padding-top:20px;border-top:1px solid #e2e8f0}.form-footer p{display:flex;align-items:center;gap:8px;color:var(--text-light);font-size:.85rem;line-height:1.4}.form-footer svg{width:16px;height:16px;color:var(--success-color);flex-shrink:0}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){.contact-container{grid-template-columns:1fr;gap:30px}.contact-form-wrapper{padding:30px}}@media(max-width:768px){.contact-page{padding:30px 15px 40px}.contact-header h1{font-size:2rem}.contact-header{margin-bottom:30px}.form-row{grid-template-columns:1fr;gap:16px}.contact-form-wrapper{padding:25px 18px}.info-card{padding:20px}.circle-1,.circle-2,.circle-3{display:none}}@media(max-width:480px){.contact-header h1{font-size:1.75rem}.header-badge{font-size:.75rem;padding:6px 14px}.submit-btn{padding:12px 24px;font-size:.95rem}.contact-page{padding:25px 12px 35px}}.team-page{max-width:1200px;margin:0 auto;padding:40px 20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;background-color:#f8f9fa}.team-section{margin-bottom:60px;background:#fff;padding:40px;border-radius:12px;box-shadow:0 2px 8px #00000014}.section-title{text-align:center;font-size:28px;font-weight:600;color:#1a1a1a;margin-bottom:30px;position:relative}.team-grid{display:flex;justify-content:center;align-items:center;gap:30px;flex-wrap:wrap;margin-bottom:30px}.core-management{gap:20px}.equity-team{gap:40px}.retail-loans{gap:60px}.leadership-team{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;max-width:900px;margin:0 auto}.team-member{text-align:center}.member-image{width:300px;height:300px;border-radius:50%;overflow:hidden;margin:0 auto 15px;border:4px solid #e8eef3;box-shadow:0 4px 12px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.member-image:hover{transform:translateY(-5px);box-shadow:0 6px 20px #00000026}.member-image img{width:100%;height:100%;object-fit:cover;display:block}.member-details{max-width:900px;margin:0 auto;padding:20px;background:#f8f9fa;border-radius:8px}.member-name{font-size:22px;font-weight:600;color:#1a1a1a;margin-bottom:8px}.member-role{font-size:16px;font-weight:400;color:#666;font-style:italic}.member-role-inline{font-size:16px;font-weight:500;color:#666;margin-bottom:15px;font-style:italic}.member-description{font-size:14px;line-height:1.8;color:#444;margin-top:15px;text-align:justify}.member-points{list-style:none;padding:0;margin:15px 0 0}.member-points li{font-size:14px;color:#444;padding:8px 0 8px 20px;position:relative}.member-points li:before{content:"▸";position:absolute;left:0;color:#06c;font-weight:700}.member-name-small{font-size:16px;font-weight:600;color:#1a1a1a;margin:10px 0 5px}.member-role-small{font-size:13px;color:#666;margin:0;font-style:italic}@media(max-width:768px){.team-page{padding:20px 15px}.team-section{padding:25px 20px}.section-title{font-size:24px}.leadership-team{grid-template-columns:repeat(2,1fr);gap:30px}.team-grid{gap:20px}.retail-loans{gap:40px}.member-image{width:100px;height:100px}.member-details{padding:15px}.member-name{font-size:20px}.member-description,.member-points li{font-size:13px}}@media(max-width:480px){.leadership-team{grid-template-columns:1fr;gap:25px}.core-management,.equity-team,.retail-loans{flex-direction:column}.section-title{font-size:22px}.member-image{width:90px;height:90px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.team-section{animation:fadeIn .6s ease-out}
