@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body,#root{height:100%;width:100%;margin:0;padding:0}body{background-color:#000;color:#fff;overflow-x:hidden}a{color:inherit;text-decoration:none}button{font-family:inherit}button:focus{outline:none}button:focus-visible{outline:2px solid #D4A84B;outline-offset:2px}:root{--gold: rgb(174, 106, 6);--gold-light: rgb(255, 222, 74);--gold-dark: rgb(174, 106, 6);--gold-gradient: linear-gradient(135deg, rgb(174, 106, 6) 0%, rgb(255, 222, 74) 50%, rgb(174, 106, 6) 100%);--gold-btn-gradient: linear-gradient(90deg, rgb(174, 106, 6) 0%, rgb(255, 222, 74) 50%, rgb(174, 106, 6) 100%);--black: #000000;--dark-bg: #0a0a0a;--white: #ffffff;--gray: #888888;--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;width:100%}body{font-family:var(--font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mobile-container{min-height:100vh;min-height:100dvh;background-color:var(--black);display:flex;flex-direction:column;position:relative;overflow:hidden}.mobile-header{position:fixed;top:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;z-index:100;background:linear-gradient(to bottom,rgba(0,0,0,.95) 0%,rgba(0,0,0,.8) 50%,transparent 100%)}.mobile-logo{display:flex;align-items:center}.mobile-logo-img{height:40px;width:auto}.mobile-menu-button{background:transparent;border:none;cursor:pointer;padding:.5rem}.mobile-menu-overlay{position:fixed;inset:0;background:#000000fa;z-index:99;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all .4s ease}.mobile-menu-overlay.active{opacity:1;visibility:visible}.mobile-menu-content{display:flex;flex-direction:column;align-items:center;gap:2.5rem;padding:2rem}.mobile-menu-icon-container{width:80px;height:80px}.mobile-menu-icon{width:100%;height:100%;filter:drop-shadow(0 0 30px rgba(255,222,74,.5))}.mobile-menu-nav{display:flex;flex-direction:column;align-items:center;gap:1.25rem}.mobile-menu-link{color:var(--white);text-decoration:none;font-size:1.25rem;font-weight:500;transition:all .3s ease;padding:.5rem 1rem}.mobile-menu-link:hover,.mobile-menu-link:active{color:var(--gold)}.mobile-main-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:5rem 2rem 4rem;width:100%}.gold-accent{position:absolute;width:200px;height:200px;border-radius:50%;background:var(--gold-gradient);opacity:.1;filter:blur(60px)}.accent-top-left{top:-100px;left:-100px}.accent-bottom-right{bottom:-100px;right:-100px}.icon-container{display:flex;align-items:center;justify-content:center;margin:3rem 0}.animated-icon{width:120px;height:120px;filter:drop-shadow(0 0 30px rgba(255,222,74,.3))}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.mobile-main-content .cta-button{width:100%;max-width:280px;padding:1rem 2rem;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;border:2px solid var(--gold);text-decoration:none;text-align:center;display:block}.mobile-main-content .cta-app{background:var(--gold-btn-gradient);background-size:200% 100%;color:var(--black);border:none;font-weight:700}.mobile-main-content .cta-app:hover,.mobile-main-content .cta-app:active{transform:scale(1.02);box-shadow:0 8px 30px #ffde4a66;background-position:100% 0}.mobile-main-content .cta-browser{background:transparent;color:var(--gold)}.mobile-main-content .cta-browser:hover,.mobile-main-content .cta-browser:active{background:#ffde4a1a}.mobile-tagline{padding:1.5rem;text-align:center;color:var(--gold);font-size:.875rem;letter-spacing:2px;text-transform:uppercase;opacity:.7}.desktop-container{min-height:100vh;background:url(/landing-BG-2.jpg) no-repeat center bottom;background-size:cover;background-color:#000;position:relative;overflow:hidden}.desktop-container.desktop-minimal{background:none;background-color:var(--black);display:flex;flex-direction:column}.desktop-main-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:6rem 2rem 4rem;width:100%;gap:0}.desktop-icon-container{display:flex;align-items:center;justify-content:center;margin:3rem 0}.desktop-animated-icon{width:180px;height:180px;filter:drop-shadow(0 0 50px rgba(255,222,74,.4))}.desktop-cta-button{width:100%;max-width:320px;padding:1.25rem 2.5rem;border-radius:50px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .3s ease;border:2px solid var(--gold);text-decoration:none;text-align:center;display:block}.desktop-cta-app{background:var(--gold-btn-gradient);background-size:200% 100%;color:var(--black);border:none;font-weight:700}.desktop-cta-app:hover{transform:scale(1.02);box-shadow:0 10px 40px #ffde4a66;background-position:100% 0}.desktop-cta-browser{background:transparent;color:var(--gold)}.desktop-cta-browser:hover{background:#ffde4a1a}.desktop-footer{padding:1.5rem 2rem 2rem;text-align:center}.desktop-tagline{color:var(--gold);font-size:.875rem;letter-spacing:3px;text-transform:uppercase;opacity:.7;margin-bottom:1rem}.desktop-footer-links{display:flex;justify-content:center;gap:2rem;margin-bottom:1rem;flex-wrap:wrap}.desktop-footer-links a{color:var(--gray);text-decoration:none;font-size:.8rem;transition:color .3s ease}.desktop-footer-links a:hover{color:var(--gold)}.desktop-copyright{color:var(--gray);font-size:.7rem;opacity:.7}.desktop-main-content .desktop-cta-button,.desktop-main-content .desktop-icon-container{animation:fadeIn .6s ease-out backwards}.desktop-main-content .desktop-cta-app{animation-delay:.2s}.desktop-main-content .desktop-icon-container{animation-delay:.4s}.desktop-main-content .desktop-cta-browser{animation-delay:.6s}.background-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(0,0,0,.7) 0%,rgba(0,0,0,.3) 40%,transparent 60%),linear-gradient(to top,rgba(0,0,0,.8) 0%,rgba(0,0,0,.4) 15%,transparent 30%);pointer-events:none}.header{position:fixed;top:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;padding:1.5rem 4rem;z-index:100;background:linear-gradient(to bottom,rgba(0,0,0,.8) 0%,transparent 100%)}.logo-container{display:flex;align-items:center}.header-logo-img{height:50px;width:auto}.nav-container{display:flex;align-items:center}.menu-button{display:flex;align-items:center;gap:1rem;background:transparent;border:none;cursor:pointer;padding:.75rem 1.5rem;border-radius:50px;transition:all .3s ease}.menu-button:hover{background:#ffde4a1a}.menu-text{color:var(--white);font-size:1rem;font-weight:500}.hamburger{display:flex;flex-direction:column;gap:5px;width:24px}.hamburger span{display:block;height:2px;background:var(--gold);border-radius:2px;transition:all .3s ease}.hamburger span:nth-child(1){width:100%}.hamburger span:nth-child(2){width:75%}.hamburger span:nth-child(3){width:50%}.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.open span:nth-child(3){width:100%;transform:rotate(-45deg) translate(5px,-5px)}.menu-overlay{position:fixed;inset:0;background:#000000fa;z-index:99;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all .4s ease}.menu-overlay.active{opacity:1;visibility:visible}.menu-content{display:flex;flex-direction:column;align-items:center;gap:3rem}.menu-icon-container{width:100px;height:100px}.menu-icon{width:100%;height:100%;filter:drop-shadow(0 0 40px rgba(255,222,74,.5))}.menu-nav{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.menu-link{color:var(--white);text-decoration:none;font-size:1.5rem;font-weight:500;transition:all .3s ease;position:relative}.menu-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:var(--gold);transition:width .3s ease}.menu-link:hover{color:var(--gold)}.menu-link:hover:after{width:100%}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;position:relative;z-index:1}.hero-content{max-width:900px;text-align:center;background:radial-gradient(ellipse at center,rgba(0,0,0,.7) 0%,rgba(0,0,0,.5) 40%,transparent 70%);padding:4rem 6rem;border-radius:20px}.hero-logo-container{display:flex;justify-content:center;margin-bottom:2rem}.hero-logo{width:120px;height:120px;filter:drop-shadow(0 0 40px rgba(255,222,74,.4));animation:fadeIn .6s ease-out}.hero-title{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:700;color:var(--white);margin-bottom:1.5rem;letter-spacing:-1px;white-space:nowrap}.hero-subtitle{font-size:clamp(1rem,2vw,1.25rem);color:var(--gray);margin-bottom:3rem;line-height:1.6}.cta-container{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.desktop-container .cta-button{padding:1rem 2.5rem;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;min-width:160px}.cta-primary{background:var(--gold-btn-gradient);background-size:200% 100%;color:var(--black);border:none;font-weight:700;transition:all .4s ease}.cta-primary:hover{transform:translateY(-2px);box-shadow:0 10px 40px #ffde4a66;background-position:100% 0}.cta-secondary{background:transparent;color:var(--white);border:2px solid var(--white)}.cta-secondary:hover{background:var(--white);color:var(--black)}.footer{position:absolute;bottom:0;left:0;right:0;padding:1.5rem 4rem;text-align:center}.footer p{color:#fff;font-size:.75rem}@media(max-width:1024px){.header,.footer{padding:1rem 2rem}}@media(max-width:768px){.header-logo-img{height:40px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-content{animation:fadeIn .8s ease-out}.mobile-main-content .cta-button,.mobile-main-content .icon-container{animation:fadeIn .6s ease-out backwards}.mobile-main-content .cta-app{animation-delay:.2s}.mobile-main-content .icon-container{animation-delay:.4s}.mobile-main-content .cta-browser{animation-delay:.6s}.search-overlay{position:fixed;inset:0;background:#000c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;display:flex;align-items:flex-start;justify-content:center;padding-top:10vh;animation:searchOverlayFadeIn .2s ease-out}@keyframes searchOverlayFadeIn{0%{opacity:0}to{opacity:1}}.search-modal{width:100%;max-width:640px;background:#fff;border-radius:16px;box-shadow:0 25px 50px -12px #00000040;overflow:hidden;animation:searchModalSlideIn .25s ease-out;max-height:70vh;display:flex;flex-direction:column}@keyframes searchModalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.search-header{display:flex;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #e5e7eb;gap:1rem}.search-input-wrapper{flex:1;display:flex;align-items:center;gap:.75rem;position:relative}.search-input-icon{width:20px;height:20px;stroke:#9ca3af;flex-shrink:0}.search-input{flex:1;border:none;outline:none;font-size:1.125rem;color:#111827;background:transparent;padding:.5rem 0}.search-input::placeholder{color:#9ca3af}.search-clear{background:none;border:none;padding:.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background .2s}.search-clear:hover{background:#f3f4f6}.search-clear svg{width:18px;height:18px;stroke:#6b7280}.search-close{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px;padding:.375rem .625rem;cursor:pointer;transition:all .2s}.search-close span{font-size:.75rem;font-weight:600;color:#6b7280;font-family:monospace}.search-close:hover{background:#e5e7eb}.search-results{flex:1;overflow-y:auto;padding:.5rem}.search-hint{padding:3rem 2rem;text-align:center}.search-hint p{color:#6b7280;margin-bottom:1.5rem}.search-hint-categories{display:flex;gap:.5rem;justify-content:center;flex-wrap:wrap}.search-hint-categories span{font-size:.75rem;font-weight:500;color:#111827;background:linear-gradient(135deg,#ffde4a33,#ae6a061a);padding:.375rem .75rem;border-radius:20px;border:1px solid rgba(255,222,74,.3)}.search-no-results{padding:3rem 2rem;text-align:center}.search-no-results svg{width:48px;height:48px;stroke:#d1d5db;margin-bottom:1rem}.search-no-results p{color:#374151;font-weight:500;margin-bottom:.5rem}.search-no-results span{color:#9ca3af;font-size:.875rem}.search-category{margin-bottom:.5rem}.search-category-title{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#ae6a06;padding:.75rem 1rem .5rem;margin:0}.search-category-items{display:flex;flex-direction:column;gap:2px}.search-result-item{display:flex;align-items:center;gap:1rem;padding:.875rem 1rem;background:transparent;border:none;border-radius:8px;cursor:pointer;text-align:left;width:100%;transition:background .15s}.search-result-item:hover,.search-result-item.selected{background:linear-gradient(135deg,#ffde4a26,#ae6a0614)}.search-result-content{flex:1;min-width:0}.search-result-title{display:block;font-size:.9375rem;font-weight:600;color:#111827;margin-bottom:.125rem}.search-result-description{display:block;font-size:.8125rem;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-result-arrow{width:18px;height:18px;stroke:#d1d5db;flex-shrink:0;opacity:0;transform:translate(-4px);transition:all .2s}.search-result-item:hover .search-result-arrow,.search-result-item.selected .search-result-arrow{opacity:1;transform:translate(0);stroke:#ae6a06}.search-footer{padding:.75rem 1.5rem;border-top:1px solid #e5e7eb;background:#f9fafb}.search-footer-hint{display:flex;gap:1.5rem;justify-content:center}.search-footer-hint span{font-size:.75rem;color:#6b7280;display:flex;align-items:center;gap:.25rem}.search-footer-hint kbd{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 .375rem;background:#fff;border:1px solid #d1d5db;border-radius:4px;font-size:.6875rem;font-family:inherit;color:#374151}@media(max-width:768px){.search-overlay{padding:0;align-items:stretch}.search-modal{max-width:100%;max-height:100vh;border-radius:0;height:100vh}.search-header{padding:1rem}.search-input{font-size:1rem}.search-results{padding:.25rem}.search-footer-hint{gap:1rem;flex-wrap:wrap}}.site-header{position:fixed;top:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;padding:1rem 4rem;background:#000000f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000}.header-logo{display:flex;align-items:center;text-decoration:none}.header-logo-img{height:45px;width:auto}.desktop-nav{display:flex;align-items:center;gap:.5rem}.nav-link{display:flex;align-items:center;gap:.35rem;color:#ffde4a;text-decoration:none;font-size:.9rem;font-weight:500;padding:.75rem 1rem;border-radius:8px;transition:all .3s ease;position:relative}.nav-link:hover{color:#fff;background:#ffde4a1a}.nav-link.active{color:#fff}.dropdown-arrow{width:14px;height:14px;transition:transform .3s ease}.nav-dropdown:hover .dropdown-arrow{transform:rotate(180deg)}.nav-dropdown{position:relative}.dropdown-menu{position:absolute;top:100%;left:50%;transform:translate(-50%);min-width:280px;background:#0a0a0afa;border:1px solid rgba(255,222,74,.2);border-radius:16px;padding:1.25rem .75rem .75rem;margin-top:0;box-shadow:0 20px 60px #00000080;animation:dropdownFadeIn .2s ease}.dropdown-menu:before{content:"";position:absolute;top:-10px;left:0;right:0;height:15px;background:transparent}@keyframes dropdownFadeIn{0%{opacity:0;transform:translate(-50%) translateY(-10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.dropdown-item{display:flex;flex-direction:column;padding:.875rem 1rem;border-radius:10px;text-decoration:none;transition:all .2s ease}.dropdown-item:hover{background:#ffde4a1a}.dropdown-item-label{font-size:.9rem;font-weight:600;color:#fff;margin-bottom:.25rem}.dropdown-item-desc{font-size:.75rem;color:#9ca3af}.dropdown-item:hover .dropdown-item-label{color:#ffde4a}.search-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#ffde4a1a;border:1px solid rgba(255,222,74,.3);border-radius:10px;cursor:pointer;transition:all .3s ease;margin-left:.5rem}.search-btn svg{width:18px;height:18px;stroke:#ffde4a;transition:stroke .3s ease}.search-btn:hover{background:#ffde4a33;border-color:#ffde4a80}.search-btn:hover svg{stroke:#fff}.mobile-search-btn{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;max-width:280px;margin:0 auto 1.5rem;padding:.875rem 1.5rem;background:#ffde4a1a;border:1px solid rgba(255,222,74,.3);border-radius:12px;cursor:pointer;transition:all .3s ease}.mobile-search-btn svg{width:20px;height:20px;stroke:#ffde4a}.mobile-search-btn span{font-size:1rem;font-weight:500;color:#ffde4a}.mobile-search-btn:hover{background:#ffde4a33;border-color:#ffde4a80}.mobile-menu-btn{display:none;background:transparent;border:none;padding:.5rem;cursor:pointer;z-index:1001}.hamburger{width:24px;height:20px;position:relative;display:flex;flex-direction:column;justify-content:space-between}.hamburger span{display:block;width:100%;height:2px;background:#ffde4a!important;border-radius:2px;transition:all .3s ease}.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.mobile-menu{position:fixed;inset:0;background:#000000fa;z-index:999;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all .4s ease}.mobile-menu.active{opacity:1;visibility:visible}.mobile-menu-inner{text-align:center;padding:2rem;max-height:90vh;overflow-y:auto}.mobile-menu-logo{width:80px;height:80px;margin:0 auto 2rem}.mobile-menu-logo img{width:100%;height:100%;filter:drop-shadow(0 0 30px rgba(255,222,74,.5))}.mobile-nav{display:flex;flex-direction:column;gap:.5rem}.mobile-nav>a{color:#ffde4a;text-decoration:none;font-size:1.125rem;font-weight:500;padding:.75rem 1.5rem;border-radius:8px;transition:all .3s ease}.mobile-nav>a:hover{color:#fff;background:#ffde4a1a}.mobile-nav-group{margin:1rem 0;padding:1rem 0;border-top:1px solid rgba(255,255,255,.1)}.mobile-nav-label{display:block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;color:#ffde4a;margin-bottom:.75rem}.mobile-nav-sub{display:block;color:#9ca3af;text-decoration:none;font-size:1rem;padding:.5rem 1rem;transition:color .3s ease}.mobile-nav-sub:hover{color:#fff}@media(max-width:1024px){.site-header{padding:1rem 2rem}.desktop-nav{gap:.25rem}.nav-link{padding:.5rem .75rem;font-size:.85rem}}@media(max-width:768px){.site-header{padding:1rem 1.5rem}.header-logo-img{height:38px}.desktop-nav{display:none}.mobile-menu-btn{display:block}}.site-footer{background:linear-gradient(135deg,#0a0a0a,#111,#0a0a0a);border-top:1px solid rgba(255,222,74,.1)}.footer-container{max-width:1200px;margin:0 auto;padding:4rem 2rem 2rem}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-brand{padding-right:2rem}.footer-logo{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.footer-logo img{height:40px;width:auto}.footer-logo span{font-size:1.125rem;font-weight:700;color:#ffde4a!important}.footer-tagline{font-size:.9rem;color:#9ca3af;margin-bottom:1.5rem}.footer-contact-info p{font-size:.875rem;color:#9ca3af;margin-bottom:.5rem}.footer-contact-info strong{color:#ffde4a}.footer-links-col h4{font-size:.875rem;font-weight:600;color:#ffde4a;text-transform:uppercase;letter-spacing:1px;margin-bottom:1.25rem}.footer-links-col a{display:block;font-size:.9rem;color:#9ca3af;text-decoration:none;padding:.4rem 0;transition:color .3s ease}.footer-links-col a:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.08)}.footer-legal{font-size:.75rem;color:#6b7280}.footer-bottom-links{display:flex;gap:1.5rem}.footer-bottom-links a{font-size:.75rem;color:#6b7280;text-decoration:none;transition:color .3s ease}.footer-bottom-links a:hover{color:#ffde4a}@media(max-width:1024px){.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.footer-brand{grid-column:1 / -1;padding-right:0;text-align:center}.footer-logo{justify-content:center}}@media(max-width:768px){.footer-container{padding:3rem 1.5rem 1.5rem}.footer-grid{grid-template-columns:1fr;gap:2rem;text-align:center}.footer-links-col h4{margin-bottom:1rem}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}}.page-container{min-height:100vh;background-color:#f8f9fa;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.page-hero{position:relative;height:50vh;min-height:350px;display:flex;align-items:center;justify-content:center;background:url(/landing-BG-2.jpg) no-repeat center center;background-size:cover;background-color:#000;margin-top:72px}.page-hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#000000b3,#00000080,#000c)}.page-hero-content{position:relative;z-index:1;text-align:center;padding:0 2rem}.page-hero h1{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;color:#fff;margin-bottom:.75rem;letter-spacing:-1px}.mobile-banking-hub-card{overflow:visible!important}.page-hero p{font-size:1.125rem;color:#ffde4a;max-width:600px;margin:0 auto}.breadcrumb{background:#fff;border-bottom:1px solid #e5e7eb;padding:1rem 0}.breadcrumb .container{display:flex;align-items:center;gap:.75rem;font-size:.875rem}.breadcrumb a{color:#6b7280;text-decoration:none;transition:color .3s ease}.breadcrumb a:hover{color:#ae6a06}.breadcrumb .separator{color:#d1d5db}.breadcrumb .current{color:#ae6a06;font-weight:500}.light-section{background:#f8f9fa}.section-label.light{background:linear-gradient(90deg,#ae6a06,#ffde4a,#ae6a06)}.dark-section .section-header h2{color:#fff}.section-header p{font-size:1.0625rem;color:#6b7280;max-width:700px;margin:0 auto}.dark-section .section-header p{color:#9ca3af}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media(max-width:1024px){.services-grid{grid-template-columns:repeat(2,1fr)}}.services-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media(max-width:1200px){.services-grid-4{grid-template-columns:repeat(2,1fr)}}.services-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.services-grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.service-card{display:flex;flex-direction:column;background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:2rem;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 20px #0000000d}.service-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000001a;border-color:#ffde4a4d}.service-card-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ae6a06,#ffde4a,#ae6a06);border-radius:14px;margin-bottom:1.25rem}.service-card-icon svg{width:26px;height:26px;stroke:#000}.service-card h3{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:.5rem}.service-card p{font-size:.9rem;color:#6b7280;line-height:1.6;flex:1}.service-card-arrow{display:flex;align-items:center;gap:.5rem;margin-top:1rem;font-size:.875rem;font-weight:600;color:#ae6a06}.service-card-arrow svg{width:16px;height:16px;stroke:#ae6a06;transition:transform .3s ease}.service-card:hover .service-card-arrow svg{transform:translate(4px)}.feature-list{list-style:none;padding:0;margin:1.5rem 0 0}.feature-list li{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 0;font-size:.9375rem;color:#4b5563;border-bottom:1px solid #f3f4f6}.feature-list li:last-child{border-bottom:none}.feature-list li>svg{flex-shrink:0;width:18px;height:18px;min-width:18px;stroke:#ae6a06;margin-top:2px}.feature-list .check-icon{flex-shrink:0;width:22px;height:22px;min-width:22px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ae6a06,#ffde4a,#ae6a06);border-radius:50%}.feature-list .check-icon svg{width:12px;height:12px;stroke:#000}.info-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:2rem;box-shadow:0 4px 20px #0000000d}.info-card h3{font-size:1.25rem;font-weight:700;color:#111827;margin-bottom:1rem;display:flex;align-items:center;gap:.75rem}.info-card h3 .icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ae6a06,#ffde4a,#ae6a06);border-radius:10px}.info-card h3 .icon svg{width:20px;height:20px;stroke:#000}.info-card p{font-size:1rem;line-height:1.7;color:#4b5563}.cta-btn{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;border-radius:50px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s ease;cursor:pointer;border:none}.cta-btn-primary{background:linear-gradient(90deg,#ae6a06,#ffde4a,#ae6a06);background-size:200% 100%;color:#000}.cta-btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 40px #ffde4a66;background-position:100% 0}.cta-btn-secondary{background:transparent;color:#ae6a06;border:2px solid rgb(174,106,6)}.cta-btn-secondary:hover{background:#ffde4a1a}.cta-btn svg{width:18px;height:18px}.two-col-layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.two-col-layout.reverse{direction:rtl}.two-col-layout.reverse>*{direction:ltr}.steps-list{counter-reset:step-counter}.step-item{display:flex;gap:1.5rem;padding:1.5rem 0;border-bottom:1px solid #f3f4f6}.step-item:last-child{border-bottom:none}.step-number{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ae6a06,#ffde4a,#ae6a06);border-radius:50%;font-size:1rem;font-weight:700;color:#000}.step-content h4{font-size:1rem;font-weight:600;color:#111827;margin-bottom:.25rem}.step-content p{font-size:.9rem;color:#6b7280;line-height:1.6}.requirements-box{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem}.requirements-box h4{font-size:.875rem;font-weight:600;color:#ae6a06;text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem}.requirements-box ul{list-style:none;padding:0;margin:0}.requirements-box li{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;font-size:.9rem;color:#4b5563}.requirements-box li:before{content:"";width:6px;height:6px;background:#ae6a06;border-radius:50%}@media(max-width:1024px){.two-col-layout{gap:3rem}}@media(max-width:768px){.page-hero{height:40vh;min-height:280px;margin-top:60px}.two-col-layout{grid-template-columns:1fr;gap:2rem}.two-col-layout.reverse{direction:ltr}.container{padding:0 1.5rem}.services-grid,.services-grid-4,.services-grid-3,.services-grid-2{grid-template-columns:1fr}}.service-card{animation:fadeInUp .6s ease-out backwards}.service-card:nth-child(1){animation-delay:.1s}.service-card:nth-child(2){animation-delay:.15s}.service-card:nth-child(3){animation-delay:.2s}.service-card:nth-child(4){animation-delay:.25s}.service-card:nth-child(5){animation-delay:.3s}.service-card:nth-child(6){animation-delay:.35s}.legal-content{max-width:900px;margin:0 auto}.legal-content h2{font-size:1.5rem;font-weight:700;color:#111827;margin:2.5rem 0 1rem;padding-bottom:.5rem;border-bottom:2px solid rgba(255,222,74,.3)}.legal-content h2:first-child{margin-top:0}.legal-content h3{font-size:1.125rem;font-weight:600;color:#ae6a06;margin:1.5rem 0 .75rem}.legal-content h4{font-size:1rem;font-weight:600;color:#111827;margin:1rem 0 .5rem}.legal-content p{font-size:1rem;line-height:1.8;color:#4b5563;margin-bottom:1rem}.legal-content ul{list-style:none;padding:0;margin:1rem 0}.legal-content ul li{position:relative;padding-left:1.5rem;margin-bottom:.75rem;font-size:1rem;line-height:1.7;color:#4b5563}.legal-content ul li:before{content:"";position:absolute;left:0;top:.6rem;width:6px;height:6px;background:#ae6a06;border-radius:50%}.legal-content a{color:#ae6a06;text-decoration:none;font-weight:500;transition:color .3s ease}.legal-content a:hover{color:#ffde4a;text-decoration:underline}.legal-content strong{color:#111827;font-weight:600}.rights-table{display:grid;gap:1rem;margin:1.5rem 0}.rights-item{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem}.rights-item h4{color:#ae6a06;margin-top:0}.rights-item p{margin-bottom:0}.address-block{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;margin:1rem 0}.address-block p{margin-bottom:.25rem}@media(max-width:768px){.legal-content h2{font-size:1.25rem}.legal-content h3{font-size:1rem}}.about-page{min-height:100vh;background-color:#f8f9fa;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.about-header{position:fixed;top:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;padding:1rem 4rem;background:#000000f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000}.header-logo{display:flex;align-items:center;gap:.75rem;text-decoration:none}.header-logo img{height:40px;width:auto}.header-logo-text{display:flex;flex-direction:column;line-height:1.2}.logo-name{font-size:1rem;font-weight:700;color:#ae6a06}.logo-sub{font-size:.7rem;font-weight:400;color:#ffde4ab3}.header-nav{display:flex;gap:2rem}.nav-link{color:#fff;text-decoration:none;font-size:.9rem;font-weight:500;transition:color .3s ease;position:relative}.nav-link:hover,.nav-link.active{color:#ffde4a}.nav-link.active:after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:2px;background:#ffde4a}.about-hero{position:relative;height:60vh;min-height:400px;display:flex;align-items:center;justify-content:center;background:url(/assets/About-us-op-BA9_EbWe.jpg) no-repeat center center;background-size:cover;background-color:#000;margin-top:72px}.hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#0009,#0006,#000000b3)}.about-hero .hero-content{position:relative;z-index:1;text-align:center}.about-hero h1{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;color:#fff;margin-bottom:.5rem;letter-spacing:-1px}.about-hero p{font-size:1.25rem;color:#ffde4a;letter-spacing:3px;text-transform:uppercase;font-weight:500}.breadcrumb-bar{background:#fff;border-bottom:1px solid #e5e7eb;padding:1rem 0}.breadcrumb-bar .container{display:flex;align-items:center;gap:.75rem;font-size:.875rem}.breadcrumb-bar .separator{color:#d1d5db}.content-section{padding:clamp(3rem,6vw,5rem) 0}.white-section{background:#fff}.dark-section{background:linear-gradient(135deg,#0a0a0a,#1a1a1a,#0a0a0a)}.section-label{display:inline-block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:#000;margin-bottom:1rem;padding:.5rem 1rem;background:linear-gradient(90deg,#ae6a06,#ffde4a,#ae6a06);border-radius:4px}.section-label.light{background:linear-gradient(90deg,#ae6a06,#ffde4a,#ae6a06);color:#000!important}.story-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:4rem;align-items:start}.story-content h2{font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;color:#111827;margin-bottom:1.5rem;line-height:1.3}.story-content p{font-size:1.0625rem;line-height:1.8;color:#4b5563;margin-bottom:1rem}.story-content .highlight{font-weight:600;color:#ae6a06;font-size:1.125rem}.story-image{display:flex;align-items:center;justify-content:center;border-radius:24px;overflow:hidden;box-shadow:0 20px 60px #00000026;position:sticky;top:100px}.story-img{width:100%;height:100%;object-fit:cover;border-radius:24px}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.history-section{padding-bottom:5rem}.history-timeline{display:grid;gap:2rem;margin-top:3rem}.history-item{display:flex;gap:1.5rem;padding:2rem;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:16px;transition:all .3s ease}.history-item:hover{background:#ffde4a0d;border-color:#ffde4a33;transform:translateY(-4px)}.history-year{flex-shrink:0;width:70px;height:70px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ae6a06,#ffde4a,#ae6a06);border-radius:50%;font-size:1rem;font-weight:700;color:#000}.history-content h3{font-size:1.125rem;font-weight:600;color:#fff;margin-bottom:.75rem}.history-content p{font-size:.9375rem;line-height:1.7;color:#9ca3af;margin:0}.building-section{background:#fff}.building-section .centered-content.dark-text h2{color:#111827}.building-section .centered-content.dark-text p{color:#4b5563}.building-section .features-grid.dark-cards .feature-card{background:#f9fafb;border:1px solid #e5e7eb}.building-section .features-grid.dark-cards .feature-card:hover{background:#fff;border-color:#ffde4a66;box-shadow:0 10px 40px #0000001a}.building-section .features-grid.dark-cards .feature-card h3{color:#111827}.building-section .features-grid.dark-cards .feature-card p{color:#6b7280}.centered-content{text-align:center;max-width:800px;margin:0 auto 4rem}.dark-section h2{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;color:#fff;margin-bottom:1.5rem}.dark-section p{font-size:1.0625rem;line-height:1.8;color:#9ca3af}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.feature-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:2rem;text-align:center;transition:all .3s ease}.feature-card:hover{background:#ffde4a0d;border-color:#ffde4a33;transform:translateY(-4px)}.feature-icon{width:60px;height:60px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ae6a06,#ffde4a,#ae6a06);border-radius:16px}.feature-icon svg{width:28px;height:28px;stroke:#000}.feature-card h3{font-size:1.125rem;font-weight:600;color:#fff;margin-bottom:.75rem}.feature-card p{font-size:.9375rem;color:#9ca3af;line-height:1.6}.vm-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.vm-card{position:relative;background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:2.5rem;overflow:hidden;transition:all .3s ease;box-shadow:0 4px 20px #0000000d}.vm-card:hover{box-shadow:0 8px 40px #0000001a;transform:translateY(-4px)}.vm-accent{position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#ae6a06,#ffde4a,#ae6a06)}.vm-label{display:inline-block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;color:#ffde4a;margin-bottom:1rem}.vm-card h3{font-size:1.375rem;font-weight:700;color:#111827;margin-bottom:1rem}.vm-card p{font-size:1rem;line-height:1.7;color:#4b5563}.dark-section .vm-card{background:#ffffff08;border-color:#ffffff14}.dark-section .vm-card:hover{background:#ffde4a0d;border-color:#ffde4a33}.dark-section .vm-card h3{color:#fff}.dark-section .vm-card p{color:#9ca3af}.image-break-section{position:relative;height:350px;display:flex;align-items:center;justify-content:center;background:url(/landing-BG-2.jpg) no-repeat center center;background-size:cover;background-attachment:fixed}.image-break-overlay{position:absolute;inset:0;background:#000000b3}.image-break-content{position:relative;z-index:1;text-align:center}.image-break-content h2{font-size:clamp(1.5rem,4vw,2.5rem);font-weight:700;color:#fff;margin-bottom:.5rem}.image-break-content p{font-size:1.125rem;color:#ffde4a}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;color:#111827;margin-bottom:.75rem}.section-subtitle{font-size:1.0625rem;color:#6b7280}.section-subtitle strong{color:#ae6a06}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.value-card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:2.5rem 2rem;text-align:center;transition:all .3s ease;box-shadow:0 4px 20px #0000000d}.value-card:hover{box-shadow:0 8px 40px #0000001a;border-color:#ffde4a4d}.value-letter-badge{width:70px;height:70px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ae6a06,#ffde4a,#ae6a06);border-radius:50%;font-size:1.75rem;font-weight:700;color:#000}.value-card h3{font-size:1.25rem;font-weight:700;color:#111827;margin-bottom:.75rem}.value-card p{font-size:.9375rem;line-height:1.7;color:#6b7280}.promise-content{max-width:900px;margin:0 auto}.promise-content h2{text-align:center;margin-bottom:3rem}.promise-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.promise-item{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px;transition:all .3s ease}.promise-item:hover{background:#ffde4a0d;border-color:#ffde4a33}.promise-check{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ae6a06,#ffde4a,#ae6a06);border-radius:50%}.promise-check svg{width:16px;height:16px;stroke:#000}.promise-item p{font-size:1rem;line-height:1.6;color:#d1d5db;margin:0}.about-footer{background:#000;padding:2.5rem 0}.footer-content{display:flex;flex-direction:column;align-items:center;gap:1rem}.footer-logo{display:flex;align-items:center;gap:.75rem}.footer-logo img{height:32px;width:auto}.footer-logo span{font-size:.875rem;font-weight:600;color:#ae6a06}.footer-legal{font-size:.75rem;color:#fff;text-align:center}@media(max-width:1024px){.about-header{padding:1rem 2rem}.features-grid,.values-grid{grid-template-columns:repeat(2,1fr)}.story-grid{grid-template-columns:1fr 1fr;gap:3rem}}@media(max-width:768px){.about-header{padding:1rem 1.5rem}.header-nav{display:none}.about-hero{height:50vh;min-height:300px;margin-top:60px}.story-grid{grid-template-columns:1fr;gap:2rem}.story-image{order:-1;padding:2rem;position:static}.story-icon{width:120px;height:120px}.features-grid,.values-grid,.vm-grid,.promise-grid,.history-timeline{grid-template-columns:1fr}.history-item{flex-direction:column;align-items:center;text-align:center}.history-year{width:60px;height:60px;font-size:.875rem}.image-break-section{height:250px;background-attachment:scroll}.container{padding:0 1.5rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.content-section{animation:fadeInUp .6s ease-out}.feature-card,.vm-card,.value-card,.promise-item{animation:fadeInUp .6s ease-out backwards}.feature-card:nth-child(1){animation-delay:.1s}.feature-card:nth-child(2){animation-delay:.2s}.feature-card:nth-child(3){animation-delay:.3s}.vm-card:nth-child(1){animation-delay:.1s}.vm-card:nth-child(2){animation-delay:.2s}.value-card:nth-child(1){animation-delay:.1s}.value-card:nth-child(2){animation-delay:.2s}.value-card:nth-child(3){animation-delay:.3s}.promise-item:nth-child(1){animation-delay:.1s}.promise-item:nth-child(2){animation-delay:.15s}.promise-item:nth-child(3){animation-delay:.2s}.promise-item:nth-child(4){animation-delay:.25s}.history-item{animation:fadeInUp .6s ease-out backwards}.history-item:nth-child(1){animation-delay:.1s}.history-item:nth-child(2){animation-delay:.2s}.history-item:nth-child(3){animation-delay:.3s}.history-item:nth-child(4){animation-delay:.4s}.about-hub-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.about-hub-card{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;padding:2.5rem 1.5rem;background:#fff;border:1px solid #e5e7eb;border-radius:20px;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 20px #0000000d;overflow:hidden}.about-hub-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #0000001f;border-color:#ae6a064d}.about-hub-card:hover .about-hub-icon{transform:scale(1.1)}.about-hub-card:hover .about-hub-arrow{animation:arrowBounce .6s ease-in-out infinite;transform:scale(1.1)}@keyframes arrowBounce{0%,to{transform:scale(1.1) translate(0)}50%{transform:scale(1.1) translate(6px)}}.about-hub-icon{width:70px;height:70px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ae6a06,#ffde4a,#ae6a06);border-radius:20px;margin-bottom:1.5rem;transition:transform .3s ease}.about-hub-icon svg{width:32px;height:32px;stroke:#000}.about-hub-card h3{font-size:1.125rem;font-weight:700;color:#111827;margin-bottom:.5rem}.about-hub-card p{font-size:.875rem;color:#6b7280;line-height:1.5;margin:0}.about-hub-arrow{position:absolute;bottom:1.25rem;right:1.25rem;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ae6a06,#ffde4a,#ae6a06);border-radius:50%;opacity:1;transform:translate(0);transition:all .3s ease;animation:arrowPulse 2s ease-in-out infinite}.about-hub-arrow svg{width:16px;height:16px;stroke:#000}@keyframes arrowPulse{0%,to{transform:translate(0)}50%{transform:translate(4px)}}@media(max-width:1024px){.about-hub-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.about-hub-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.about-hub-card{padding:1.5rem 1rem}.about-hub-icon{width:56px;height:56px;border-radius:16px}.about-hub-icon svg{width:24px;height:24px}}@media(max-width:480px){.about-hub-grid{grid-template-columns:1fr}}.back-link{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.75rem 1.25rem;background:#f3f4f6;border-radius:8px;text-decoration:none;font-size:.875rem;font-weight:500;color:#374151;transition:all .3s ease}.back-link:hover{background:linear-gradient(135deg,#ae6a06,#ffde4a,#ae6a06);color:#000}.back-link svg{width:18px;height:18px;transition:transform .3s ease}.back-link:hover svg{transform:translate(-4px)}.back-link.light{background:#ffffff1a;color:#d1d5db}.back-link.light:hover{background:linear-gradient(135deg,#ae6a06,#ffde4a,#ae6a06);color:#000}.about-landing-hero{position:relative;min-height:280px;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center;background-color:#000;margin-top:72px;padding:3rem 2rem}.about-landing-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#000000d9,#000000b3,#000000d9)}.about-landing-content{position:relative;z-index:1;text-align:center;max-width:900px;margin:0 auto}.about-breadcrumb-inline{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1.25rem;font-size:.875rem}.about-breadcrumb-inline a{color:#ffffffb3;text-decoration:none;transition:color .3s ease}.about-breadcrumb-inline a:hover{color:#ffde4a}.about-breadcrumb-inline span{color:#ffffff80}.about-breadcrumb-inline span:last-child{color:#ffde4a}.about-landing-content h1{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700;color:#fff;margin-bottom:.75rem;letter-spacing:-.5px}.about-tagline{font-size:clamp(.9rem,2vw,1.125rem);color:#ffde4a;font-weight:500;letter-spacing:1px}.about-hub-section{background:#fff;padding:2.5rem 0 3rem}.about-hub-header{text-align:center;margin-bottom:2rem}.about-hub-header h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:#111827;margin-bottom:.5rem}.about-hub-header p{font-size:.9375rem;color:#6b7280;max-width:500px;margin:0 auto}.about-hub-grid-compact{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.about-hub-card-compact{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:#fff;border:1px solid #e5e7eb;border-radius:12px;text-decoration:none;transition:all .3s ease;box-shadow:0 2px 8px #0000000a}.about-hub-card-compact:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a;border-color:#ae6a0666}.about-hub-card-compact:hover .about-hub-icon-compact{transform:scale(1.05)}.about-hub-card-compact:hover .about-hub-arrow-compact{opacity:1;transform:translate(4px)}.about-hub-icon-compact{flex-shrink:0;width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ae6a06,#ffde4a,#ae6a06);border-radius:12px;transition:transform .3s ease}.about-hub-icon-compact svg{width:24px;height:24px;stroke:#000}.about-hub-text{flex:1;min-width:0}.about-hub-text h3{font-size:.9375rem;font-weight:600;color:#111827;margin-bottom:.125rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.about-hub-text p{font-size:.8125rem;color:#6b7280;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.about-hub-arrow-compact{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;opacity:.4;transition:all .3s ease}.about-hub-arrow-compact svg{width:18px;height:18px;stroke:#ae6a06}@media(max-width:1200px){.about-hub-grid-compact{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.about-landing-hero{min-height:220px;margin-top:60px;padding:2rem 1.5rem}.about-landing-content h1{font-size:1.5rem}.about-tagline{font-size:.875rem}.about-hub-section{padding:2rem 0}.about-hub-grid-compact{grid-template-columns:1fr;gap:.75rem}.about-hub-card-compact{padding:1rem}.about-hub-icon-compact{width:44px;height:44px;border-radius:10px}.about-hub-icon-compact svg{width:20px;height:20px}}@media(max-width:480px){.about-landing-hero{min-height:200px}.about-hub-text h3{font-size:.875rem}.about-hub-text p{font-size:.75rem}}.about-breadcrumb-bar{background:#fff;border-bottom:1px solid #e5e7eb;padding:1rem 0;margin-top:72px}.about-breadcrumb-bar .container{display:flex;align-items:center;gap:.5rem;font-size:.875rem}.about-breadcrumb-bar a{color:#6b7280;text-decoration:none;transition:color .3s ease}.about-breadcrumb-bar a:hover{color:#ae6a06}.about-breadcrumb-bar .separator{color:#d1d5db}.about-breadcrumb-bar .current{color:#ae6a06;font-weight:500}.about-fullscreen-section{min-height:calc(100vh - 121px);display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#fff,#f8f9fa);padding:3rem 0}.about-fullscreen-section .container{width:100%}.about-fullscreen-header{text-align:center;margin-bottom:3rem}.about-fullscreen-header h1{font-size:clamp(2rem,4vw,2.75rem);font-weight:700;color:#111827;margin-bottom:.75rem;letter-spacing:-.5px}.about-fullscreen-header p{font-size:1.0625rem;color:#6b7280;max-width:550px;margin:0 auto}.about-fullscreen-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;max-width:1100px;margin:0 auto}.about-fullscreen-grid>*:nth-child(5){grid-column:1}.about-fullscreen-grid>*:nth-child(6){grid-column:2}.about-fullscreen-grid>*:nth-child(7){grid-column:3}.about-fullscreen-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem 1.5rem;background:#fff;border:1px solid #e5e7eb;border-radius:16px;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 12px #0000000a;position:relative}.about-fullscreen-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px #0000001a;border-color:#ae6a0666}.about-fullscreen-card:hover .about-fullscreen-icon{transform:scale(1.1)}.about-fullscreen-card:hover .about-fullscreen-arrow{opacity:1;transform:translate(4px)}.about-fullscreen-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ae6a06,#ffde4a,#ae6a06);border-radius:16px;margin-bottom:1.25rem;transition:transform .3s ease}.about-fullscreen-icon svg{width:28px;height:28px;stroke:#000}.about-fullscreen-text h3{font-size:1.0625rem;font-weight:600;color:#111827;margin-bottom:.375rem}.about-fullscreen-text p{font-size:.875rem;color:#6b7280;margin:0;line-height:1.4}.about-fullscreen-arrow{position:absolute;top:1rem;right:1rem;width:24px;height:24px;display:flex;align-items:center;justify-content:center;opacity:.3;transition:all .3s ease}.about-fullscreen-arrow svg{width:18px;height:18px;stroke:#ae6a06}@media(max-width:1024px){.about-fullscreen-grid{grid-template-columns:repeat(3,1fr)}.about-fullscreen-grid>*:nth-child(5),.about-fullscreen-grid>*:nth-child(6),.about-fullscreen-grid>*:nth-child(7){grid-column:auto}}@media(max-width:768px){.about-breadcrumb-bar{margin-top:60px}.about-fullscreen-section{min-height:auto;padding:2rem 0}.about-fullscreen-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.about-fullscreen-card{padding:1.5rem 1rem}.about-fullscreen-icon{width:52px;height:52px;border-radius:12px}.about-fullscreen-icon svg{width:24px;height:24px}.about-fullscreen-text h3{font-size:.9375rem}.about-fullscreen-text p{font-size:.8125rem}}@media(max-width:480px){.about-fullscreen-grid{grid-template-columns:1fr}.about-fullscreen-card{flex-direction:row;text-align:left;gap:1rem;padding:1.25rem}.about-fullscreen-icon{margin-bottom:0;flex-shrink:0}.about-fullscreen-arrow{position:static;opacity:.5}}.history-years-grid{display:flex;justify-content:center;gap:4rem;margin:3rem 0}.history-year-btn{display:flex;flex-direction:column;align-items:center;gap:1.25rem;padding:0;background:none;border:none;cursor:pointer;transition:all .4s ease}.history-year-btn:hover{transform:translateY(-8px)}.history-year-icon{position:relative;width:120px;height:120px;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.1) 0%,transparent 50%),linear-gradient(145deg,#ffffff14,#ffffff05);border:2px solid rgba(255,255,255,.15);border-radius:50%;transition:all .4s cubic-bezier(.175,.885,.32,1.275);overflow:visible}.history-year-icon:before{content:"";position:absolute;inset:-8px;border-radius:50%;border:1px solid rgba(255,222,74,.2);opacity:0;transition:all .4s ease}.history-year-icon:after{content:"";position:absolute;inset:-4px;border-radius:50%;border:2px solid rgba(255,222,74,.3);opacity:0;transition:all .4s ease}.history-year-btn:hover .history-year-icon:before,.history-year-btn.active .history-year-icon:before{opacity:1;inset:-12px}.history-year-btn:hover .history-year-icon:after,.history-year-btn.active .history-year-icon:after{opacity:1;animation:pulse-ring 2s infinite}@keyframes pulse-ring{0%{transform:scale(1);opacity:.6}50%{transform:scale(1.15);opacity:0}to{transform:scale(1);opacity:0}}.history-year-btn:hover .history-year-icon,.history-year-btn.active .history-year-icon{transform:scale(1.05);background:linear-gradient(135deg,#ae6a06,#ffde4a,#ae6a06);border-color:#ffde4a;box-shadow:0 0 30px #ffde4a66,0 0 60px #ffde4a33,inset 0 0 20px #ffffff1a}.history-year-icon span{font-size:1.75rem;font-weight:800;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.3);transition:all .4s ease;letter-spacing:1px}.history-year-btn:hover .history-year-icon span,.history-year-btn.active .history-year-icon span{color:#000;text-shadow:none}.history-year-title{font-size:.9rem;font-weight:500;color:#9ca3af;margin:0;transition:all .4s ease;text-transform:uppercase;letter-spacing:1px}.history-year-btn:hover .history-year-title{color:#d1d5db}.history-year-btn.active .history-year-title{color:#ffde4a;text-shadow:0 0 20px rgba(255,222,74,.5)}.history-years-grid:before{content:"";position:absolute;top:60px;left:50%;transform:translate(-50%);width:60%;max-width:400px;height:2px;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.1) 20%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.1) 80%,transparent 100%);z-index:-1}.history-expanded{margin-top:3rem;padding:2.5rem;background:linear-gradient(145deg,#ffffff0d,#ffffff05);border:1px solid rgba(255,222,74,.2);border-radius:24px;animation:expandIn .5s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 20px 40px #0000004d,inset 0 1px #ffffff1a}@keyframes expandIn{0%{opacity:0;transform:translateY(-30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.history-expanded-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.history-expanded-year{flex-shrink:0;width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ae6a06,#ffde4a,#ae6a06);border-radius:50%;font-size:1.25rem;font-weight:800;color:#000;box-shadow:0 8px 24px #ffde4a4d}.history-expanded-header h3{flex:1;font-size:1.75rem;font-weight:700;color:#fff;margin:0}.history-close-btn{flex-shrink:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border:1px solid rgba(255,255,255,.1);border-radius:50%;cursor:pointer;transition:all .3s ease}.history-close-btn:hover{background:#ff646433;border-color:#ff64644d;transform:rotate(90deg)}.history-close-btn svg{width:20px;height:20px;stroke:#9ca3af;transition:stroke .3s ease}.history-close-btn:hover svg{stroke:#ff6b6b}.history-expanded-content p{font-size:1.0625rem;line-height:1.9;color:#d1d5db;margin:0 0 1.25rem}.history-expanded-content p:last-child{margin-bottom:0}@media(max-width:768px){.history-years-grid{gap:2rem}.history-years-grid:before{display:none}.history-year-icon{width:90px;height:90px}.history-year-icon span{font-size:1.375rem}.history-year-title{font-size:.75rem}.history-expanded{padding:1.5rem}.history-expanded-header{flex-wrap:wrap}.history-expanded-header h3{font-size:1.25rem;order:3;width:100%;margin-top:1rem}.history-close-btn{margin-left:auto}.history-expanded-year{width:60px;height:60px;font-size:1rem}}@media(max-width:480px){.history-years-grid{flex-wrap:wrap;gap:1.5rem}.history-year-icon{width:80px;height:80px}.history-year-icon span{font-size:1.125rem}}.values-hover-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1000px;margin:0 auto}.value-hover-card{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;padding:3rem 2rem;background:#fff;border:1px solid #e5e7eb;border-radius:24px;transition:all .4s ease;box-shadow:0 4px 20px #0000000d;overflow:hidden;min-height:280px}.value-hover-card:hover{transform:translateY(-8px);box-shadow:0 16px 48px #0000001f;border-color:#ae6a064d}.value-hover-icon{width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ae6a06,#ffde4a,#ae6a06);border-radius:24px;margin-bottom:1.5rem;transition:all .4s ease}.value-hover-icon svg{width:40px;height:40px;stroke:#000}.value-hover-card:hover .value-hover-icon{transform:scale(1.1) rotate(5deg)}.value-hover-card .value-letter-badge{position:absolute;top:1rem;right:1rem;width:40px;height:40px;font-size:1.25rem;margin:0;opacity:.3;transition:all .4s ease}.value-hover-card:hover .value-letter-badge{opacity:1;transform:scale(1.1)}.value-hover-card h3{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:.5rem;transition:color .3s ease}.value-hover-card:hover h3{color:#ae6a06}.value-hover-content{max-height:0;overflow:hidden;opacity:0;transition:all .4s ease}.value-hover-card:hover .value-hover-content{max-height:200px;opacity:1;margin-top:1rem}.value-hover-content p{font-size:.9375rem;line-height:1.7;color:#6b7280;margin:0}@media(max-width:768px){.values-hover-grid{grid-template-columns:1fr;gap:1.5rem}.value-hover-card{padding:2rem 1.5rem;min-height:auto}.value-hover-content{max-height:none;opacity:1;margin-top:1rem}.value-hover-card .value-letter-badge{opacity:1}}.partners-page,.partner-detail-page{min-height:100vh;background-color:#fff}.partners-header{position:fixed;top:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;padding:1rem 4rem;background:#000;z-index:100}.partners-header .header-logo{display:flex;align-items:center;text-decoration:none}.partners-header .header-logo-img{height:45px;width:auto}.partners-header .header-nav{display:flex;gap:2rem}.partners-header .nav-link{color:#ffde4a;text-decoration:none;font-size:.9rem;font-weight:500;transition:color .3s ease;position:relative}.partners-header .nav-link:hover,.partners-header .nav-link.active{color:#fff}.partners-header .nav-link.active:after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:2px;background:#ffde4a}.partners-hero{position:relative;height:350px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#000,#1a1a1a);margin-top:77px;overflow:hidden}.partners-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 50%,rgba(255,222,74,.1) 0%,transparent 50%),radial-gradient(circle at 70% 50%,rgba(174,106,6,.1) 0%,transparent 50%)}.partners-hero .hero-overlay{position:absolute;inset:0;background:#0000004d}.partners-hero .hero-content{position:relative;z-index:1;text-align:center;padding:2rem}.partners-hero h1{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;color:#fff;margin-bottom:.5rem;letter-spacing:-1px}.partners-hero p{font-size:1.25rem;color:#ffde4a;letter-spacing:3px;text-transform:uppercase;font-weight:500}.partners-page .breadcrumb-bar,.partner-detail-page .breadcrumb-bar{background:#f9fafb;padding:1rem 4rem;font-size:.875rem}.partner-detail-page .detail-breadcrumb{margin-top:77px}.breadcrumb-bar .container{max-width:1200px;margin:0 auto}.breadcrumb-bar a{color:#6b7280;text-decoration:none;transition:color .3s ease}.breadcrumb-bar a:hover{color:#ae6a06}.breadcrumb-bar .separator{color:#d1d5db;margin:0 .5rem}.breadcrumb-bar .current{color:#ae6a06;font-weight:500}.partners-intro{padding:5rem 4rem;background:#fff}.partners-intro .container{max-width:800px;margin:0 auto;text-align:center}.partners-intro .section-label{display:inline-block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:#000;margin-bottom:1rem;padding:.5rem 1rem;background:linear-gradient(90deg,#ae6a06,#ffde4a,#ae6a06);border-radius:4px}.partners-intro h2{font-size:2.5rem;font-weight:700;color:#111827;margin-bottom:1.5rem}.partners-intro p{font-size:1.125rem;line-height:1.8;color:#4b5563}.partners-grid-section{padding:3rem 4rem 6rem;background:#f9fafb}.partners-grid-section .container{max-width:1200px;margin:0 auto}.partners-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media(max-width:1024px){.partners-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.partners-grid{grid-template-columns:1fr}}.partner-card{display:flex;align-items:center;gap:1.25rem;padding:1.5rem;background:#fff;border-radius:16px;text-decoration:none;border:1px solid #e5e7eb;transition:all .3s ease;box-shadow:0 2px 8px #0000000a}.partner-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000001a;border-color:#ffde4a4d}.partner-logo-container{flex-shrink:0}.partner-logo-img{width:60px;height:60px;border-radius:12px;object-fit:cover;box-shadow:0 2px 8px #0000001a;transition:transform .3s ease}.partner-card:hover .partner-logo-img{transform:scale(1.05)}.partner-logo-placeholder{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ae6a06,#ffde4a,#ae6a06);border-radius:12px;font-size:1.25rem;font-weight:700;color:#000}.partner-info{flex:1}.partner-info h3{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:.25rem}.partner-category{font-size:.875rem;color:#6b7280}.partner-arrow{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#f3f4f6;border-radius:50%;transition:all .3s ease}.partner-arrow svg{width:16px;height:16px;stroke:#6b7280;transition:all .3s ease}.partner-card:hover .partner-arrow{background:#ae6a06}.partner-card:hover .partner-arrow svg{stroke:#000;transform:translate(2px)}.partner-card-static{cursor:default}.partner-card-static:hover{transform:none;box-shadow:0 2px 8px #0000000a;border-color:#e5e7eb}.partner-card-static:hover .partner-logo-img{transform:none}.partners-cta-section{padding:5rem 4rem;background:linear-gradient(135deg,#000,#1a1a1a)}.partners-cta-section .container{max-width:800px;margin:0 auto}.partners-cta-section .cta-content{text-align:center}.partners-cta-section h2{font-size:2rem;font-weight:700;color:#fff;margin-bottom:1rem}.partners-cta-section p{font-size:1.125rem;line-height:1.8;color:#ffffffb3;margin-bottom:2rem}.partners-cta-section .cta-button{display:inline-block;padding:1rem 2.5rem;background:linear-gradient(90deg,#ae6a06,#ffde4a,#ae6a06);background-size:200% 100%;color:#000;font-size:1rem;font-weight:700;text-decoration:none;border-radius:50px;transition:all .4s ease}.partners-cta-section .cta-button:hover{background-position:100% 0;transform:translateY(-2px);box-shadow:0 10px 40px #ffde4a4d}.partners-footer{background:#000;padding:2rem 4rem}.partners-footer .container{max-width:1200px;margin:0 auto}.partners-footer .footer-content{display:flex;flex-direction:column;align-items:center;gap:1rem}.partners-footer .footer-logo{display:flex;align-items:center;gap:.75rem}.partners-footer .footer-logo img{height:32px;width:auto}.partners-footer .footer-logo span{font-size:.875rem;font-weight:600;color:#ffde4a}.partners-footer .footer-legal{font-size:.75rem;color:#fff9;text-align:center}.partner-not-found{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center;padding:2rem;margin-top:77px}.partner-not-found h1{font-size:2rem;color:#111827;margin-bottom:1rem}.partner-not-found p{color:#6b7280;margin-bottom:2rem}.partner-not-found .cta-button{display:inline-block;padding:1rem 2rem;background:linear-gradient(90deg,#ae6a06,#ffde4a,#ae6a06);color:#000;font-weight:600;text-decoration:none;border-radius:50px}.partner-detail-section{padding:4rem 4rem 6rem;background:#f9fafb}.partner-detail-container{max-width:1100px;margin:0 auto}.partner-detail-content{display:flex;gap:3rem;background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 10px 60px #00000014}.partner-logo-side{width:320px;flex-shrink:0;background:linear-gradient(135deg,#000,#1a1a1a);position:relative}.partner-logo-sticky{position:sticky;top:120px;padding:3rem 2rem;display:flex;flex-direction:column;align-items:center;text-align:center}.partner-detail-logo-img{width:140px;height:140px;border-radius:20px;object-fit:cover;margin-bottom:1.5rem;box-shadow:0 15px 40px #0000004d;border:4px solid rgba(255,222,74,.3)}.partner-detail-logo{width:120px;height:120px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ae6a06,#ffde4a,#ae6a06);border-radius:20px;font-size:2.5rem;font-weight:700;color:#000;margin-bottom:1.5rem;box-shadow:0 15px 40px #ffde4a4d}.partner-detail-name{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.5rem}.partner-detail-category{font-size:.875rem;color:#ae6a06;text-transform:uppercase;letter-spacing:2px;font-weight:500}.partner-content-side{flex:1;padding:3rem}.partner-section{margin-bottom:3rem}.partner-section h2{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:2px solid rgba(255,222,74,.3)}.partner-section p{font-size:1.0625rem;line-height:1.8;color:#4b5563;margin-bottom:1rem}.partner-benefits-list{list-style:none;padding:0;margin:0}.partner-benefits-list li{display:flex;align-items:flex-start;gap:1rem;padding:1rem 0;border-bottom:1px solid #e5e7eb}.partner-benefits-list li:last-child{border-bottom:none}.benefit-icon{flex-shrink:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ae6a06,#ffde4a,#ae6a06);border-radius:50%}.benefit-icon svg{width:14px;height:14px;stroke:#000}.partner-benefits-list span{font-size:1rem;color:#374151;line-height:1.6}.partner-cta-container{display:flex;flex-direction:column;gap:1rem;margin-top:3rem;padding-top:2rem;border-top:1px solid #e5e7eb}.partner-cta-button{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 2rem;background:linear-gradient(90deg,#ae6a06,#ffde4a,#ae6a06);background-size:200% 100%;color:#000;font-size:1rem;font-weight:700;text-decoration:none;border-radius:50px;transition:all .4s ease}.partner-cta-button:hover{background-position:100% 0;transform:translateY(-2px);box-shadow:0 10px 40px #ffde4a4d}.partner-cta-button svg{width:18px;height:18px}.partner-back-button{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 2rem;background:transparent;color:#6b7280;font-size:1rem;font-weight:500;text-decoration:none;border:1px solid #e5e7eb;border-radius:50px;transition:all .3s ease}.partner-back-button:hover{border-color:#ae6a06;color:#ae6a06}.partner-back-button svg{width:18px;height:18px}@media(max-width:1024px){.partners-header{padding:1rem 2rem}.partners-hero{height:300px}.partners-intro,.partners-grid-section,.partners-cta-section{padding-left:2rem;padding-right:2rem}.partner-detail-section{padding:3rem 2rem 4rem}.partner-logo-side{width:280px}.partner-content-side{padding:2rem}}@media(max-width:768px){.partners-header{padding:1rem 1.5rem}.partners-header .header-nav{display:none}.partners-hero{height:250px;margin-top:65px}.partners-hero h1{font-size:2rem}.partners-hero p{font-size:1rem;letter-spacing:2px}.partners-page .breadcrumb-bar,.partner-detail-page .breadcrumb-bar{padding:1rem 1.5rem}.partner-detail-page .detail-breadcrumb{margin-top:65px}.partners-intro{padding:3rem 1.5rem}.partners-intro h2{font-size:1.75rem}.partners-grid-section{padding:2rem 1.5rem 4rem}.partners-grid{grid-template-columns:1fr}.partners-cta-section{padding:3rem 1.5rem}.partners-footer{padding:1.5rem}.partner-detail-section{padding:2rem 1.5rem 3rem}.partner-detail-content{flex-direction:column;border-radius:16px}.partner-logo-side{width:100%;border-radius:16px 16px 0 0}.partner-detail-logo-img{width:100px;height:100px;border-radius:16px;margin-bottom:1rem}.partner-detail-logo{width:80px;height:80px;font-size:1.75rem;border-radius:16px;margin-bottom:1rem}.partner-detail-name{font-size:1.25rem}.partner-section{margin-bottom:2rem}.partner-section h2{font-size:1.25rem}.partner-cta-container{padding-bottom:1rem}}@media(max-width:480px){.partner-card{padding:1.25rem}.partner-logo-img{width:50px;height:50px;border-radius:10px}.partner-logo-placeholder{width:50px;height:50px;font-size:1rem}.partner-info h3{font-size:1rem}}.cards-gallery-section{padding:3rem 4rem 6rem;background:#f9fafb}.cards-gallery-section .container{max-width:1200px;margin:0 auto}.cards-gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.card-gallery-item{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #00000014;border:1px solid #e5e7eb;transition:all .3s ease}.card-gallery-item:hover{transform:translateY(-8px);box-shadow:0 20px 60px #00000026;border-color:#ffde4a66}.card-image-container{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);padding:2rem;display:flex;align-items:center;justify-content:center;min-height:200px}.card-image-container img{max-width:100%;max-height:160px;object-fit:contain;transition:transform .3s ease;filter:drop-shadow(0 10px 20px rgba(0,0,0,.3))}.card-gallery-item:hover .card-image-container img{transform:scale(1.05)}.card-gallery-info{padding:1.5rem;text-align:center}.card-gallery-info h3{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:.5rem}.card-gallery-info p{font-size:.875rem;color:#6b7280;line-height:1.5;margin:0}@media(max-width:1024px){.cards-gallery-section{padding:2rem 2rem 4rem}.cards-gallery-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(max-width:640px){.cards-gallery-section{padding:1.5rem 1.5rem 3rem}.cards-gallery-grid{grid-template-columns:1fr;gap:1.25rem}.card-image-container{padding:1.5rem;min-height:150px}.card-image-container img{max-height:120px}.card-gallery-info{padding:1.25rem}.card-gallery-info h3{font-size:1rem}}.mobile-banking-hub-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1000px;margin:0 auto}.mobile-banking-hub-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2.5rem 2rem;background:linear-gradient(145deg,#ffffff08,#ffffff03);border:1px solid rgba(0,0,0,.08);border-radius:20px;text-decoration:none;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden}.mobile-banking-hub-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#ffde4a1a,#ae6a060d);opacity:0;transition:opacity .4s ease}.mobile-banking-hub-card:hover{transform:translateY(-8px);border-color:#ffde4a4d;box-shadow:0 20px 40px #0000001a,0 0 0 1px #ffde4a1a}.mobile-banking-hub-card:hover:before{opacity:1}.mobile-banking-hub-icon{position:relative;z-index:1;width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ae6a06,#ffde4a,#ae6a06);border-radius:50%;margin-bottom:1.5rem;transition:all .4s ease;box-shadow:0 8px 24px #ffde4a4d}.mobile-banking-hub-icon svg{width:36px;height:36px;stroke:#000;stroke-width:1.5}.mobile-banking-hub-card:hover .mobile-banking-hub-icon{transform:scale(1.1);box-shadow:0 12px 32px #ffde4a66,0 0 60px #ffde4a33}.mobile-banking-hub-card h3{position:relative;z-index:1;font-size:1.25rem;font-weight:700;color:#111827;margin:0 0 .5rem;transition:color .3s ease}.mobile-banking-hub-card:hover h3{color:#ae6a06}.mobile-banking-hub-card p{position:relative;z-index:1;font-size:.875rem;color:#6b7280;margin:0 0 1.5rem;line-height:1.5}.mobile-banking-hub-arrow{position:relative;z-index:1;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ae6a06,#ffde4a,#ae6a06);border-radius:50%;transition:all .3s ease;animation:mobileArrowPulse 2s ease-in-out infinite}.mobile-banking-hub-arrow svg{width:20px;height:20px;stroke:#000;transition:all .3s ease}.mobile-banking-hub-card:hover .mobile-banking-hub-arrow{background:linear-gradient(135deg,#ae6a06,#ffde4a,#ae6a06);animation:mobileArrowBounce .6s ease-in-out infinite;transform:scale(1.1)}.mobile-banking-hub-card:hover .mobile-banking-hub-arrow svg{stroke:#000}@keyframes mobileArrowPulse{0%,to{transform:translate(0)}50%{transform:translate(4px)}}@keyframes mobileArrowBounce{0%,to{transform:scale(1.1) translate(0)}50%{transform:scale(1.1) translate(6px)}}@media(max-width:900px){.mobile-banking-hub-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(max-width:600px){.mobile-banking-hub-grid{grid-template-columns:1fr;gap:1rem}.mobile-banking-hub-card{padding:2rem 1.5rem}.mobile-banking-hub-icon{width:70px;height:70px}.mobile-banking-hub-icon svg{width:32px;height:32px}}.directors-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:2rem;max-width:1200px;margin:0 auto}.director-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #00000014;cursor:pointer;transition:all .3s ease}.director-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #00000026}.director-card:hover .director-image img{transform:scale(1.05)}.director-image{width:100%;aspect-ratio:1;overflow:hidden;background:linear-gradient(135deg,#f3f4f6,#e5e7eb)}.director-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.director-info{padding:1.25rem;text-align:center}.director-info h3{font-size:.95rem;font-weight:700;color:#111827;margin:0 0 .5rem;line-height:1.3}.director-title{font-size:.8rem;color:#ae6a06;font-weight:600;margin:0}.director-subtitle{font-size:.75rem;color:#6b7280;margin:.25rem 0 0}.director-modal-overlay{position:fixed;inset:0;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:2rem;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.director-modal{background:#fff;border-radius:24px;max-width:900px;width:100%;max-height:90vh;overflow-y:auto;position:relative;animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-close{position:absolute;top:1rem;right:1rem;width:40px;height:40px;border-radius:50%;border:none;background:#0000001a;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:10}.modal-close:hover{background:#0003}.modal-close svg{width:20px;height:20px;stroke:#374151}.modal-content{display:grid;grid-template-columns:300px 1fr;gap:2rem}.modal-image{background:linear-gradient(135deg,#ae6a06,#ffde4a,#ae6a06);padding:3px;border-radius:24px 0 0 24px}.modal-image img{width:100%;height:100%;object-fit:cover;border-radius:22px 0 0 22px}.modal-info{padding:2.5rem 2.5rem 2.5rem 0}.modal-info h2{font-size:1.75rem;font-weight:700;color:#111827;margin:0 0 .5rem}.modal-title{font-size:1.1rem;color:#ae6a06;font-weight:600;margin:0}.modal-subtitle{font-size:.95rem;color:#6b7280;margin:.25rem 0 0}.modal-bio{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.modal-bio p{color:#4b5563;line-height:1.8;margin:0 0 1rem;font-size:.95rem}.modal-bio p:last-child{margin-bottom:0}@media(max-width:1200px){.directors-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}@media(max-width:900px){.directors-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}.modal-content{grid-template-columns:1fr}.modal-image{border-radius:24px 24px 0 0;max-height:300px}.modal-image img{border-radius:22px 22px 0 0;max-height:300px}.modal-info{padding:0 2rem 2rem}}@media(max-width:600px){.directors-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.director-info{padding:1rem}.director-info h3{font-size:.85rem}.director-title{font-size:.75rem}.director-modal-overlay{padding:1rem}.modal-info h2{font-size:1.35rem}.modal-info{padding:0 1.5rem 1.5rem}}
