@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}.background-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(0,0,0,.7) 0%,rgba(0,0,0,.3) 40%,transparent 70%);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:800px;text-align:center}.hero-title{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:700;color:var(--white);margin-bottom:1.5rem;letter-spacing:-1px}.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}.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:.75rem;margin-top:.5rem;box-shadow:0 20px 60px #00000080;animation:dropdownFadeIn .2s ease}@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}.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}.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(/landing-BG-2.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:1fr 1fr;gap:4rem;align-items:center}.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}.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)}}@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}.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}.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)}.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}}.accounts-list{display:flex;flex-direction:column;gap:2rem}.account-card{position:relative;background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:2.5rem;box-shadow:0 4px 20px #0000000d;transition:all .3s ease}.account-card:hover{box-shadow:0 12px 40px #0000001a;transform:translateY(-2px)}.account-card.highlighted{border-color:#ffde4a66;background:linear-gradient(135deg,#ffde4a08,#fff)}.account-badge{position:absolute;top:-12px;right:24px;background:linear-gradient(90deg,#ae6a06,#ffde4a,#ae6a06);color:#000;font-size:.75rem;font-weight:700;padding:.5rem 1rem;border-radius:20px;text-transform:uppercase;letter-spacing:.5px}.account-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.account-header h3{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:.25rem}.account-tagline{font-size:.9rem;color:#ae6a06;font-weight:500}.account-icon{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ae6a06,#ffde4a,#ae6a06);border-radius:16px;flex-shrink:0}.account-icon svg{width:28px;height:28px;stroke:#000}.account-description{font-size:1rem;line-height:1.7;color:#4b5563;margin-bottom:1.5rem}.account-features,.account-requirements{margin-bottom:1.5rem}.account-features h4,.account-requirements h4{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:#111827;margin-bottom:1rem}.account-features ul{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:.75rem;list-style:none;padding:0;margin:0}.account-features li{display:flex;align-items:flex-start;gap:.75rem;font-size:.9375rem;color:#4b5563}.account-features li svg{flex-shrink:0;width:18px;height:18px;stroke:#ae6a06;margin-top:2px}.account-requirements{background:#f9fafb;padding:1.5rem;border-radius:12px}.account-requirements h4{color:#ae6a06}.account-requirements ul{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.75rem}.account-requirements li{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#4b5563;padding:.5rem 1rem;background:#fff;border-radius:6px;border:1px solid #e5e7eb}.account-requirements li:before{content:"";width:6px;height:6px;background:#ae6a06;border-radius:50%}.account-cta{margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.cta-code{display:inline-block;background:linear-gradient(90deg,#ae6a06,#ffde4a,#ae6a06);color:#000;font-size:1rem;font-weight:700;padding:.75rem 1.5rem;border-radius:50px}@media(max-width:768px){.account-card{padding:1.5rem}.account-header{flex-direction:column-reverse;gap:1rem}.account-features ul{grid-template-columns:1fr}.account-requirements ul{flex-direction:column}}.card-visual{display:flex;align-items:center;justify-content:center}.card-mock{width:320px;height:200px;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border-radius:16px;padding:2rem;display:flex;flex-direction:column;justify-content:center;align-items:center;box-shadow:0 20px 60px #0000004d;border:1px solid rgba(255,255,255,.1)}.card-mock span{color:#fff;font-size:1rem;font-weight:500}.visa-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2rem}.visa-feature{display:flex;gap:1rem;padding:1.5rem;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px;transition:all .3s ease}.visa-feature:hover{background:#ffde4a0d;border-color:#ffde4a33}.visa-feature-icon{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ae6a06,#ffde4a,#ae6a06);border-radius:10px}.visa-feature-icon svg{width:20px;height:20px;stroke:#000}.visa-feature h4{font-size:1rem;font-weight:600;color:#fff;margin-bottom:.25rem}.visa-feature p{font-size:.875rem;color:#9ca3af;margin:0}.visa-cards-grid{display:grid;gap:1.5rem}@media(max-width:1024px){.visa-cards-grid{grid-template-columns:repeat(2,1fr)}}.visa-card{position:relative;background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:2rem;transition:all .3s ease}.visa-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000001a}.visa-card.premium{border-color:#ffde4a4d;background:linear-gradient(135deg,#ffde4a08,#fff)}.premium-badge{position:absolute;top:-10px;right:20px;background:linear-gradient(90deg,#ae6a06,#ffde4a,#ae6a06);color:#000;font-size:.7rem;font-weight:700;padding:.4rem .75rem;border-radius:12px;text-transform:uppercase;letter-spacing:.5px}.visa-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.card-type{font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;padding:.25rem .75rem;background:#f3f4f6;border-radius:6px}.visa-card h3{font-size:1.25rem;font-weight:700;color:#111827;margin-bottom:1rem}.card-limit{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#f9fafb;border-radius:10px;margin-bottom:1.5rem}.card-limit span{font-size:.875rem;color:#6b7280}.card-limit strong{font-size:1rem;color:#ae6a06}.card-features{list-style:none;padding:0;margin:0 0 1.5rem}.card-features li{display:flex;align-items:flex-start;gap:.5rem;padding:.5rem 0;font-size:.875rem;color:#4b5563;border-bottom:1px solid #f3f4f6}.card-features li:last-child{border-bottom:none}.card-features svg{flex-shrink:0;width:16px;height:16px;stroke:#ae6a06;margin-top:2px}.card-cta{display:block;text-align:center;padding:.875rem;background:linear-gradient(90deg,#ae6a06,#ffde4a,#ae6a06);background-size:200% 100%;color:#000;font-size:.9rem;font-weight:600;text-decoration:none;border-radius:10px;transition:all .3s ease}.card-cta:hover{background-position:100% 0}@media(max-width:1024px){.visa-features-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.card-mock{width:280px;height:180px}.visa-features-grid,.visa-cards-grid{grid-template-columns:1fr}}
